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
19,270
3,175,831,806
IssuesEvent
2015-09-24 03:28:59
prettydiff/prettydiff
https://api.github.com/repos/prettydiff/prettydiff
closed
Prettydiff fails under Node 4.1.0
Defect Underway
I recently upgraded to Node v4.1.0 and prettydiff (from the command line) fails with "ReferenceError: options is not defined" within .prettydiffrc. The problem is that line 15 is using "options" rather than "option" as the variable name. For some reason, this doesn't fail under Node 4.0.0.
1.0
Prettydiff fails under Node 4.1.0 - I recently upgraded to Node v4.1.0 and prettydiff (from the command line) fails with "ReferenceError: options is not defined" within .prettydiffrc. The problem is that line 15 is using "options" rather than "option" as the variable name. For some reason, this doesn't fail under Node 4.0.0.
defect
prettydiff fails under node i recently upgraded to node and prettydiff from the command line fails with referenceerror options is not defined within prettydiffrc the problem is that line is using options rather than option as the variable name for some reason this doesn t fail under node
1
73,933
9,740,693,978
IssuesEvent
2019-06-01 23:19:12
hapijs/joi
https://api.github.com/repos/hapijs/joi
closed
API docs are missing the error type `object.child`
documentation
The documentation for the API is missing the error type `object.child`.
1.0
API docs are missing the error type `object.child` - The documentation for the API is missing the error type `object.child`.
non_defect
api docs are missing the error type object child the documentation for the api is missing the error type object child
0
60,611
6,711,748,547
IssuesEvent
2017-10-13 06:13:31
researchstudio-sat/webofneeds
https://api.github.com/repos/researchstudio-sat/webofneeds
closed
"Reply-Message" not shown in chat
testing
Commit: 6fa7e10dd610c195229ec4f04d9f1b38125c34fe Integration-Test: After accepting a request, the "reply-message" is not shown: Send the request: ![send_request](https://user-images.githubusercontent.com/32457902/31331994-f06b6870-ace4-11e7-87b5-3bb7513fd92b.png) Accept with a "reply-message": ![coming_request](https://user-images.githubusercontent.com/32457902/31331997-f4d29a8c-ace4-11e7-8372-960607ff2783.png) "reply-message" not shown: ![no_reply](https://user-images.githubusercontent.com/32457902/31332046-28a5d176-ace5-11e7-8ea2-695826293fc2.png) After sending messages and refreshing page: ![after f5](https://user-images.githubusercontent.com/32457902/31332078-4bdbb99e-ace5-11e7-9055-50834b317c1c.png) Chat of the conversation partner (requester): ![sender](https://user-images.githubusercontent.com/32457902/31332086-53250c3c-ace5-11e7-84d5-981b1467052e.png) So the chats are not synchronized + the "show-more" option gives the following error: ![type error](https://user-images.githubusercontent.com/32457902/31332171-9ec4d6ea-ace5-11e7-8ba2-9d6570f31e8a.png)
1.0
"Reply-Message" not shown in chat - Commit: 6fa7e10dd610c195229ec4f04d9f1b38125c34fe Integration-Test: After accepting a request, the "reply-message" is not shown: Send the request: ![send_request](https://user-images.githubusercontent.com/32457902/31331994-f06b6870-ace4-11e7-87b5-3bb7513fd92b.png) Accept with a "reply-message": ![coming_request](https://user-images.githubusercontent.com/32457902/31331997-f4d29a8c-ace4-11e7-8372-960607ff2783.png) "reply-message" not shown: ![no_reply](https://user-images.githubusercontent.com/32457902/31332046-28a5d176-ace5-11e7-8ea2-695826293fc2.png) After sending messages and refreshing page: ![after f5](https://user-images.githubusercontent.com/32457902/31332078-4bdbb99e-ace5-11e7-9055-50834b317c1c.png) Chat of the conversation partner (requester): ![sender](https://user-images.githubusercontent.com/32457902/31332086-53250c3c-ace5-11e7-84d5-981b1467052e.png) So the chats are not synchronized + the "show-more" option gives the following error: ![type error](https://user-images.githubusercontent.com/32457902/31332171-9ec4d6ea-ace5-11e7-8ba2-9d6570f31e8a.png)
non_defect
reply message not shown in chat commit integration test after accepting a request the reply message is not shown send the request accept with a reply message reply message not shown after sending messages and refreshing page chat of the conversation partner requester so the chats are not synchronized the show more option gives the following error
0
16,651
2,921,533,037
IssuesEvent
2015-06-25 02:14:46
robolectric/robolectric
https://api.github.com/repos/robolectric/robolectric
reopened
TestRunnerSequenceTest failing on Windows
3.0 defect
Getting the following error on Windows (the same code seems to run fine in the Travis CI): ```` Running org.robolectric.TestRunnerSequenceTest Tests run: 3, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec <<< FAILURE! shouldRunThingsInTheRightOrder(org.robolectric.TestRunnerSequenceTest) Time elapsed: 0.005 sec <<< FAILURE! java.lang.AssertionError: org.robolectric.internal.ShadowProvider: Provider org.robolectric.Shadows not a subtype at java.util.ServiceLoader.fail(ServiceLoader.java:239) at java.util.ServiceLoader.access$300(ServiceLoader.java:185) at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:376) at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:404) at java.util.ServiceLoader$1.next(ServiceLoader.java:480) at org.robolectric.internal.bytecode.InstrumentationConfiguration$Builder.build(InstrumentationConfiguration.java:115) at org.robolectric.TestRunnerSequenceTest$Runner.createClassLoaderConfig(TestRunnerSequenceTest.java:105) at org.robolectric.RobolectricTestRunner.runChild(RobolectricTestRunner.java:182) at org.robolectric.RobolectricTestRunner.runChild(RobolectricTestRunner.java:54) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184) at org.robolectric.RobolectricTestRunner$1.evaluate(RobolectricTestRunner.java:149) at org.junit.runners.ParentRunner.run(ParentRunner.java:236) at org.robolectric.TestRunnerSequenceTest.run(TestRunnerSequenceTest.java:85) at org.robolectric.TestRunnerSequenceTest.shouldRunThingsInTheRightOrder(TestRunnerSequenceTest.java:29) whenNoAppManifest_shouldRunThingsInTheRightOrder(org.robolectric.TestRunnerSequenceTest) Time elapsed: 0.001 sec <<< FAILURE! java.lang.AssertionError: org.robolectric.internal.ShadowProvider: Provider org.robolectric.Shadows not a subtype at java.util.ServiceLoader.fail(ServiceLoader.java:239) at java.util.ServiceLoader.access$300(ServiceLoader.java:185) at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:376) at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:404) at java.util.ServiceLoader$1.next(ServiceLoader.java:480) at org.robolectric.internal.bytecode.InstrumentationConfiguration$Builder.build(InstrumentationConfiguration.java:115) at org.robolectric.TestRunnerSequenceTest$Runner.createClassLoaderConfig(TestRunnerSequenceTest.java:105) at org.robolectric.RobolectricTestRunner.runChild(RobolectricTestRunner.java:182) at org.robolectric.RobolectricTestRunner.runChild(RobolectricTestRunner.java:54) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184) at org.robolectric.RobolectricTestRunner$1.evaluate(RobolectricTestRunner.java:149) at org.junit.runners.ParentRunner.run(ParentRunner.java:236) at org.robolectric.TestRunnerSequenceTest.run(TestRunnerSequenceTest.java:85) at org.robolectric.TestRunnerSequenceTest.whenNoAppManifest_shouldRunThingsInTheRightOrder(TestRunnerSequenceTest.java:49) ```` Once the above test has run and failed, every subsequent test in the same run triggers the same exception as per above: ```` Running org.robolectric.shadows.ShadowAnimationUtilsTest Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0 sec <<< FAILURE! loadAnimation_shouldCreateAnimation(org.robolectric.shadows.ShadowAnimationUtilsTest) Time elapsed: 0 sec <<< ERROR! java.util.ServiceConfigurationError: org.robolectric.internal.ShadowProvider: Provider org.robolectric.Shadows not a subtype at java.util.ServiceLoader.fail(ServiceLoader.java:239) at java.util.ServiceLoader.access$300(ServiceLoader.java:185) at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:376) ... ```` Doesn't seem to happen when I run only a few tests at a time though, which will make it difficult to debug...
1.0
TestRunnerSequenceTest failing on Windows - Getting the following error on Windows (the same code seems to run fine in the Travis CI): ```` Running org.robolectric.TestRunnerSequenceTest Tests run: 3, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec <<< FAILURE! shouldRunThingsInTheRightOrder(org.robolectric.TestRunnerSequenceTest) Time elapsed: 0.005 sec <<< FAILURE! java.lang.AssertionError: org.robolectric.internal.ShadowProvider: Provider org.robolectric.Shadows not a subtype at java.util.ServiceLoader.fail(ServiceLoader.java:239) at java.util.ServiceLoader.access$300(ServiceLoader.java:185) at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:376) at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:404) at java.util.ServiceLoader$1.next(ServiceLoader.java:480) at org.robolectric.internal.bytecode.InstrumentationConfiguration$Builder.build(InstrumentationConfiguration.java:115) at org.robolectric.TestRunnerSequenceTest$Runner.createClassLoaderConfig(TestRunnerSequenceTest.java:105) at org.robolectric.RobolectricTestRunner.runChild(RobolectricTestRunner.java:182) at org.robolectric.RobolectricTestRunner.runChild(RobolectricTestRunner.java:54) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184) at org.robolectric.RobolectricTestRunner$1.evaluate(RobolectricTestRunner.java:149) at org.junit.runners.ParentRunner.run(ParentRunner.java:236) at org.robolectric.TestRunnerSequenceTest.run(TestRunnerSequenceTest.java:85) at org.robolectric.TestRunnerSequenceTest.shouldRunThingsInTheRightOrder(TestRunnerSequenceTest.java:29) whenNoAppManifest_shouldRunThingsInTheRightOrder(org.robolectric.TestRunnerSequenceTest) Time elapsed: 0.001 sec <<< FAILURE! java.lang.AssertionError: org.robolectric.internal.ShadowProvider: Provider org.robolectric.Shadows not a subtype at java.util.ServiceLoader.fail(ServiceLoader.java:239) at java.util.ServiceLoader.access$300(ServiceLoader.java:185) at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:376) at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:404) at java.util.ServiceLoader$1.next(ServiceLoader.java:480) at org.robolectric.internal.bytecode.InstrumentationConfiguration$Builder.build(InstrumentationConfiguration.java:115) at org.robolectric.TestRunnerSequenceTest$Runner.createClassLoaderConfig(TestRunnerSequenceTest.java:105) at org.robolectric.RobolectricTestRunner.runChild(RobolectricTestRunner.java:182) at org.robolectric.RobolectricTestRunner.runChild(RobolectricTestRunner.java:54) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184) at org.robolectric.RobolectricTestRunner$1.evaluate(RobolectricTestRunner.java:149) at org.junit.runners.ParentRunner.run(ParentRunner.java:236) at org.robolectric.TestRunnerSequenceTest.run(TestRunnerSequenceTest.java:85) at org.robolectric.TestRunnerSequenceTest.whenNoAppManifest_shouldRunThingsInTheRightOrder(TestRunnerSequenceTest.java:49) ```` Once the above test has run and failed, every subsequent test in the same run triggers the same exception as per above: ```` Running org.robolectric.shadows.ShadowAnimationUtilsTest Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0 sec <<< FAILURE! loadAnimation_shouldCreateAnimation(org.robolectric.shadows.ShadowAnimationUtilsTest) Time elapsed: 0 sec <<< ERROR! java.util.ServiceConfigurationError: org.robolectric.internal.ShadowProvider: Provider org.robolectric.Shadows not a subtype at java.util.ServiceLoader.fail(ServiceLoader.java:239) at java.util.ServiceLoader.access$300(ServiceLoader.java:185) at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:376) ... ```` Doesn't seem to happen when I run only a few tests at a time though, which will make it difficult to debug...
defect
testrunnersequencetest failing on windows getting the following error on windows the same code seems to run fine in the travis ci running org robolectric testrunnersequencetest tests run failures errors skipped time elapsed sec failure shouldrunthingsintherightorder org robolectric testrunnersequencetest time elapsed sec failure java lang assertionerror org robolectric internal shadowprovider provider org robolectric shadows not a subtype at java util serviceloader fail serviceloader java at java util serviceloader access serviceloader java at java util serviceloader lazyiterator nextservice serviceloader java at java util serviceloader lazyiterator next serviceloader java at java util serviceloader next serviceloader java at org robolectric internal bytecode instrumentationconfiguration builder build instrumentationconfiguration java at org robolectric testrunnersequencetest runner createclassloaderconfig testrunnersequencetest java at org robolectric robolectrictestrunner runchild robolectrictestrunner java at org robolectric robolectrictestrunner runchild robolectrictestrunner java at org junit runners parentrunner run parentrunner java at org junit runners parentrunner schedule parentrunner java at org junit runners parentrunner runchildren parentrunner java at org junit runners parentrunner access parentrunner java at org junit runners parentrunner evaluate parentrunner java at org robolectric robolectrictestrunner evaluate robolectrictestrunner java at org junit runners parentrunner run parentrunner java at org robolectric testrunnersequencetest run testrunnersequencetest java at org robolectric testrunnersequencetest shouldrunthingsintherightorder testrunnersequencetest java whennoappmanifest shouldrunthingsintherightorder org robolectric testrunnersequencetest time elapsed sec failure java lang assertionerror org robolectric internal shadowprovider provider org robolectric shadows not a subtype at java util serviceloader fail serviceloader java at java util serviceloader access serviceloader java at java util serviceloader lazyiterator nextservice serviceloader java at java util serviceloader lazyiterator next serviceloader java at java util serviceloader next serviceloader java at org robolectric internal bytecode instrumentationconfiguration builder build instrumentationconfiguration java at org robolectric testrunnersequencetest runner createclassloaderconfig testrunnersequencetest java at org robolectric robolectrictestrunner runchild robolectrictestrunner java at org robolectric robolectrictestrunner runchild robolectrictestrunner java at org junit runners parentrunner run parentrunner java at org junit runners parentrunner schedule parentrunner java at org junit runners parentrunner runchildren parentrunner java at org junit runners parentrunner access parentrunner java at org junit runners parentrunner evaluate parentrunner java at org robolectric robolectrictestrunner evaluate robolectrictestrunner java at org junit runners parentrunner run parentrunner java at org robolectric testrunnersequencetest run testrunnersequencetest java at org robolectric testrunnersequencetest whennoappmanifest shouldrunthingsintherightorder testrunnersequencetest java once the above test has run and failed every subsequent test in the same run triggers the same exception as per above running org robolectric shadows shadowanimationutilstest tests run failures errors skipped time elapsed sec failure loadanimation shouldcreateanimation org robolectric shadows shadowanimationutilstest time elapsed sec error java util serviceconfigurationerror org robolectric internal shadowprovider provider org robolectric shadows not a subtype at java util serviceloader fail serviceloader java at java util serviceloader access serviceloader java at java util serviceloader lazyiterator nextservice serviceloader java doesn t seem to happen when i run only a few tests at a time though which will make it difficult to debug
1
5,870
2,610,217,003
IssuesEvent
2015-02-26 19:09:07
chrsmith/somefinders
https://api.github.com/repos/chrsmith/somefinders
opened
инструкция для телевизора sony kv-m2100k .rar
auto-migrated Priority-Medium Type-Defect
``` '''Аристарх Афанасьев''' День добрый никак не могу найти .инструкция для телевизора sony kv-m2100k .rar. как то выкладывали уже '''Аврор Капустин''' Вот держи линк http://bit.ly/1865Y3K '''Вильям Трофимов''' Просит ввести номер мобилы!Не опасно ли это? '''Гайдар Морозов''' Неа все ок у меня ничего не списало '''Гаральд Рожков''' Не это не влияет на баланс Информация о файле: инструкция для телевизора sony kv-m2100k .rar Загружен: В этом месяце Скачан раз: 228 Рейтинг: 1194 Средняя скорость скачивания: 157 Похожих файлов: 36 ``` ----- Original issue reported on code.google.com by `kondense...@gmail.com` on 16 Dec 2013 at 9:49
1.0
инструкция для телевизора sony kv-m2100k .rar - ``` '''Аристарх Афанасьев''' День добрый никак не могу найти .инструкция для телевизора sony kv-m2100k .rar. как то выкладывали уже '''Аврор Капустин''' Вот держи линк http://bit.ly/1865Y3K '''Вильям Трофимов''' Просит ввести номер мобилы!Не опасно ли это? '''Гайдар Морозов''' Неа все ок у меня ничего не списало '''Гаральд Рожков''' Не это не влияет на баланс Информация о файле: инструкция для телевизора sony kv-m2100k .rar Загружен: В этом месяце Скачан раз: 228 Рейтинг: 1194 Средняя скорость скачивания: 157 Похожих файлов: 36 ``` ----- Original issue reported on code.google.com by `kondense...@gmail.com` on 16 Dec 2013 at 9:49
defect
инструкция для телевизора sony kv rar аристарх афанасьев день добрый никак не могу найти инструкция для телевизора sony kv rar как то выкладывали уже аврор капустин вот держи линк вильям трофимов просит ввести номер мобилы не опасно ли это гайдар морозов неа все ок у меня ничего не списало гаральд рожков не это не влияет на баланс информация о файле инструкция для телевизора sony kv rar загружен в этом месяце скачан раз рейтинг средняя скорость скачивания похожих файлов original issue reported on code google com by kondense gmail com on dec at
1
15,350
5,947,121,941
IssuesEvent
2017-05-26 07:07:16
nodejs/node
https://api.github.com/repos/nodejs/node
closed
npm doesn't work in arm7
build question
Version: v6.10.3 Platform:linux x86_64 Subsystem: arm7a I have downloaded source code for node js. From android-configure I have created node file to execute in rk3288(arm7a). This is my android-configure file: ``` if [ -z "$2" ]; then ARCH=arm else ARCH="$2" fi CC_VER="4.9" case $ARCH in arm) DEST_CPU="$ARCH" SUFFIX="$ARCH-linux-androideabi" TOOLCHAIN_NAME="$SUFFIX" ;; x86) DEST_CPU="ia32" SUFFIX="i686-linux-android" TOOLCHAIN_NAME="$ARCH" ;; x86_64) DEST_CPU="ia32" SUFFIX="$ARCH-linux-android" TOOLCHAIN_NAME="$ARCH" ;; *) echo "Unsupported architecture provided: $ARCH" exit 1 ;; esac export TOOLCHAIN=$PWD/android-toolchain mkdir -p $TOOLCHAIN $1/build/tools/make-standalone-toolchain.sh --toolchain=$TOOLCHAIN_NAME-$CC_VER --arch=$ARCH --install-dir=$TOOLCHAIN --platform=android-19 --force export PATH=$TOOLCHAIN/bin:$PATH export AR=$TOOLCHAIN/bin/$SUFFIX-ar export CC=$TOOLCHAIN/bin/$SUFFIX-gcc export CXX=$TOOLCHAIN/bin/$SUFFIX-g++ export LINK=$TOOLCHAIN/bin/$SUFFIX-g++ export npm_config_arch=arm GYP_DEFINES="target_arch=$ARCH" GYP_DEFINES+=" v8_target_arch=$ARCH" GYP_DEFINES+=" android_target_arch=$ARCH" GYP_DEFINES+=" host_os=linux OS=android" export GYP_DEFINES if [ -f "configure" ]; then ./configure --without-snapshot --dest-cpu=arm --dest-os=linux --with-arm-float-abi=softfp --without-intl fi ``` Then I have put into rk3288 /system/bin and run the node file and it worked. However when I try to run npm -v it showed that npm is not found
1.0
npm doesn't work in arm7 - Version: v6.10.3 Platform:linux x86_64 Subsystem: arm7a I have downloaded source code for node js. From android-configure I have created node file to execute in rk3288(arm7a). This is my android-configure file: ``` if [ -z "$2" ]; then ARCH=arm else ARCH="$2" fi CC_VER="4.9" case $ARCH in arm) DEST_CPU="$ARCH" SUFFIX="$ARCH-linux-androideabi" TOOLCHAIN_NAME="$SUFFIX" ;; x86) DEST_CPU="ia32" SUFFIX="i686-linux-android" TOOLCHAIN_NAME="$ARCH" ;; x86_64) DEST_CPU="ia32" SUFFIX="$ARCH-linux-android" TOOLCHAIN_NAME="$ARCH" ;; *) echo "Unsupported architecture provided: $ARCH" exit 1 ;; esac export TOOLCHAIN=$PWD/android-toolchain mkdir -p $TOOLCHAIN $1/build/tools/make-standalone-toolchain.sh --toolchain=$TOOLCHAIN_NAME-$CC_VER --arch=$ARCH --install-dir=$TOOLCHAIN --platform=android-19 --force export PATH=$TOOLCHAIN/bin:$PATH export AR=$TOOLCHAIN/bin/$SUFFIX-ar export CC=$TOOLCHAIN/bin/$SUFFIX-gcc export CXX=$TOOLCHAIN/bin/$SUFFIX-g++ export LINK=$TOOLCHAIN/bin/$SUFFIX-g++ export npm_config_arch=arm GYP_DEFINES="target_arch=$ARCH" GYP_DEFINES+=" v8_target_arch=$ARCH" GYP_DEFINES+=" android_target_arch=$ARCH" GYP_DEFINES+=" host_os=linux OS=android" export GYP_DEFINES if [ -f "configure" ]; then ./configure --without-snapshot --dest-cpu=arm --dest-os=linux --with-arm-float-abi=softfp --without-intl fi ``` Then I have put into rk3288 /system/bin and run the node file and it worked. However when I try to run npm -v it showed that npm is not found
non_defect
npm doesn t work in version platform linux subsystem i have downloaded source code for node js from android configure i have created node file to execute in this is my android configure file if then arch arm else arch fi cc ver case arch in arm dest cpu arch suffix arch linux androideabi toolchain name suffix dest cpu suffix linux android toolchain name arch dest cpu suffix arch linux android toolchain name arch echo unsupported architecture provided arch exit esac export toolchain pwd android toolchain mkdir p toolchain build tools make standalone toolchain sh toolchain toolchain name cc ver arch arch install dir toolchain platform android force export path toolchain bin path export ar toolchain bin suffix ar export cc toolchain bin suffix gcc export cxx toolchain bin suffix g export link toolchain bin suffix g export npm config arch arm gyp defines target arch arch gyp defines target arch arch gyp defines android target arch arch gyp defines host os linux os android export gyp defines if then configure without snapshot dest cpu arm dest os linux with arm float abi softfp without intl fi then i have put into system bin and run the node file and it worked however when i try to run npm v it showed that npm is not found
0
80,213
30,118,630,378
IssuesEvent
2023-06-30 13:32:23
scipy/scipy
https://api.github.com/repos/scipy/scipy
closed
BUG (?): box-cox related `BracketError`-s downstream in `sktime`
defect scipy.optimize
### Describe your issue. Since 1.11.0, the `BoxCoxTransformer` in `sktime` is failing with a `BracketError`, which ultimately comes from `optimize.brent` and `optimize.fminbound`. We would appreciate help with diagnosing the issue, as none of the more obvious fixes have helped. Further details: * the original code was a copy of `boxcox_normmax` in `scipy`. Replacing it with current `boxcox_normmax` and/or using custom `optimize.minimize_scalar` does not fix the error, see https://github.com/sktime/sktime/pull/4770. * the code works without any problems on `< 1.11.0` * specifying an initial bracket that should theoretically work (e.g., `(1.0, 2.0)`) does not seem to help either. PS: the docstrings in the current `main` version were not too clear about the "should", i.e., when should `scipy` be called and when a de-novo implementation. The PR https://github.com/sktime/sktime/pull/4770 also fixes that. ### Reproducing Code Example With `sktime 0.20.0` or earlier versions or current `main`, and `scipy 1.11.0`: ```python from sktime.transformations.series.boxcox import BoxCoxTransformer from sktime.utils._testing.panel import _make_panel_X X = _make_panel_X( n_instances=7, n_columns=1, n_timepoints=10, random_state=42 ) est = BoxCoxTransformer() est.fit(X) ``` `sktime` bug report: https://github.com/sktime/sktime/issues/4769 ### Error message `BracketError: The algorithm terminated without finding a valid bracket. Consider trying different initial points.` Full traceback: ```shell --------------------------------------------------------------------------- BracketError Traceback (most recent call last) Cell In[2], line 10 4 X = _make_panel_X( 5 n_instances=7, n_columns=1, n_timepoints=10, random_state=42 6 ) 8 est = BoxCoxTransformer() ---> 10 est.fit(X) File C:\Workspace\sktime\sktime\transformations\base.py:439, in BaseTransformer.fit(self, X, y) 436 self._fit(X=X_inner, y=y_inner) 437 else: 438 # otherwise we call the vectorized version of fit --> 439 self._vectorize("fit", X=X_inner, y=y_inner) 441 # this should happen last: fitted state is set to True 442 self._is_fitted = True File C:\Workspace\sktime\sktime\transformations\base.py:1205, in BaseTransformer._vectorize(self, methodname, **kwargs) 1202 else: 1203 transformers_ = self.transformers_ -> 1205 self.transformers_ = X.vectorize_est( 1206 transformers_, method=methodname, **kwargs 1207 ) 1208 return self 1210 if methodname in TRAFO_METHODS: 1211 # loop through fitted transformers one-by-one, and transform series/panels File C:\Workspace\sktime\sktime\datatypes\_vectorize.py:584, in VectorizedDF.vectorize_est(self, estimator, method, args, args_rowvec, return_type, rowname_default, colname_default, varname_of_self, **kwargs) 581 args_i[varname_of_self] = group 583 est_i_method = getattr(est_i, method) --> 584 est_i_result = est_i_method(**args_i) 586 if group_name is None: 587 group_name = rowname_default File C:\Workspace\sktime\sktime\transformations\base.py:436, in BaseTransformer.fit(self, X, y) 434 # we call the ordinary _fit if no looping/vectorization needed 435 if not vectorization_needed: --> 436 self._fit(X=X_inner, y=y_inner) 437 else: 438 # otherwise we call the vectorized version of fit 439 self._vectorize("fit", X=X_inner, y=y_inner) File C:\Workspace\sktime\sktime\transformations\series\boxcox.py:156, in BoxCoxTransformer._fit(self, X, y) 154 X = X.flatten() 155 if self.method != "guerrero": --> 156 self.lambda_ = _boxcox_normmax(X, bounds=self.bounds, method=self.method) 157 else: 158 self.lambda_ = _guerrero(X, self.sp, self.bounds) File C:\Workspace\sktime\sktime\transformations\series\boxcox.py:377, in _boxcox_normmax(x, bounds, brack, method) 374 raise ValueError("Method %s not recognized." % method) 376 optimfunc = methods[method] --> 377 return optimfunc(x) File C:\Workspace\sktime\sktime\transformations\series\boxcox.py:364, in _boxcox_normmax.._mle(x) 360 def _eval_mle(lmb, data): 361 # function to minimize 362 return -boxcox_llf(lmb, data) --> 364 return optimizer(_eval_mle, args=(x,)) File C:\Workspace\sktime\sktime\transformations\series\boxcox.py:322, in _make_boxcox_optimizer..optimizer(func, args) 321 def optimizer(func, args): --> 322 return optimize.brent(func, brack=brack, args=args) File c:\ProgramData\Anaconda3\envs\sktime-skbase-311\Lib\site-packages\scipy\optimize\_optimize.py:2641, in brent(func, args, brack, tol, full_output, maxiter) 2569 """ 2570 Given a function of one variable and a possible bracket, return 2571 a local minimizer of the function isolated to a fractional precision (...) 2637 2638 """ 2639 options = {'xtol': tol, 2640 'maxiter': maxiter} -> 2641 res = _minimize_scalar_brent(func, brack, args, **options) 2642 if full_output: 2643 return res['x'], res['fun'], res['nit'], res['nfev'] File c:\ProgramData\Anaconda3\envs\sktime-skbase-311\Lib\site-packages\scipy\optimize\_optimize.py:2678, in _minimize_scalar_brent(func, brack, args, xtol, maxiter, disp, **unknown_options) 2675 brent = Brent(func=func, args=args, tol=tol, 2676 full_output=True, maxiter=maxiter, disp=disp) 2677 brent.set_bracket(brack) -> 2678 brent.optimize() 2679 x, fval, nit, nfev = brent.get_result(full_output=True) 2681 success = nit < maxiter and not (np.isnan(x) or np.isnan(fval)) File c:\ProgramData\Anaconda3\envs\sktime-skbase-311\Lib\site-packages\scipy\optimize\_optimize.py:2448, in Brent.optimize(self) 2445 def optimize(self): 2446 # set up for optimization 2447 func = self.func -> 2448 xa, xb, xc, fa, fb, fc, funcalls = self.get_bracket_info() 2449 _mintol = self._mintol 2450 _cg = self._cg File c:\ProgramData\Anaconda3\envs\sktime-skbase-311\Lib\site-packages\scipy\optimize\_optimize.py:2417, in Brent.get_bracket_info(self) 2415 xa, xb, xc, fa, fb, fc, funcalls = bracket(func, args=args) 2416 elif len(brack) == 2: -> 2417 xa, xb, xc, fa, fb, fc, funcalls = bracket(func, xa=brack[0], 2418 xb=brack[1], args=args) 2419 elif len(brack) == 3: 2420 xa, xb, xc = brack File c:\ProgramData\Anaconda3\envs\sktime-skbase-311\Lib\site-packages\scipy\optimize\_optimize.py:3047, in bracket(func, xa, xb, args, grow_limit, maxiter) 3045 e = BracketError(msg) 3046 e.data = (xa, xb, xc, fa, fb, fc, funcalls) -> 3047 raise e 3049 return xa, xb, xc, fa, fb, fc, funcalls BracketError: The algorithm terminated without finding a valid bracket. Consider trying different initial points. ``` ### SciPy/NumPy/Python version and system information ```shell 1.11.0 1.25.0 sys.version_info(major=3, minor=11, micro=3, releaselevel='final', serial=0) Build Dependencies: blas: detection method: pkgconfig found: true include directory: /c/opt/64/include lib directory: /c/opt/64/lib name: openblas openblas configuration: USE_64BITINT= DYNAMIC_ARCH=1 DYNAMIC_OLDER= NO_CBLAS= NO_LAPACK= NO_LAPACKE= NO_AFFINITY=1 USE_OPENMP= SKYLAKEX MAX_THREADS=2 pc file directory: c:/opt/64/lib/pkgconfig version: 0.3.21.dev lapack: detection method: pkgconfig found: true include directory: /c/opt/64/include lib directory: /c/opt/64/lib name: openblas openblas configuration: USE_64BITINT= DYNAMIC_ARCH=1 DYNAMIC_OLDER= NO_CBLAS= NO_LAPACK= NO_LAPACKE= NO_AFFINITY=1 USE_OPENMP= SKYLAKEX MAX_THREADS=2 pc file directory: c:/opt/64/lib/pkgconfig version: 0.3.21.dev pybind11: detection method: config-tool include directory: unknown name: pybind11 version: 2.10.4 Compilers: c: commands: cc linker: ld.bfd name: gcc version: 10.3.0 c++: commands: c++ linker: ld.bfd name: gcc version: 10.3.0 cython: commands: cython linker: cython name: cython version: 0.29.35 fortran: commands: gfortran linker: ld.bfd name: gcc version: 10.3.0 pythran: include directory: C:\Users\runneradmin\AppData\Local\Temp\pip-build-env-12ywd98f\overlay\Lib\site-packages/pythran version: 0.13.1 Machine Information: build: cpu: x86_64 endian: little family: x86_64 system: windows cross-compiled: false host: cpu: x86_64 endian: little family: x86_64 system: windows Python Information: path: C:\Users\runneradmin\AppData\Local\Temp\cibw-run-uqg6lkbl\cp311-win_amd64\build\venv\Scripts\python.exe version: '3.11' ``` ```
1.0
BUG (?): box-cox related `BracketError`-s downstream in `sktime` - ### Describe your issue. Since 1.11.0, the `BoxCoxTransformer` in `sktime` is failing with a `BracketError`, which ultimately comes from `optimize.brent` and `optimize.fminbound`. We would appreciate help with diagnosing the issue, as none of the more obvious fixes have helped. Further details: * the original code was a copy of `boxcox_normmax` in `scipy`. Replacing it with current `boxcox_normmax` and/or using custom `optimize.minimize_scalar` does not fix the error, see https://github.com/sktime/sktime/pull/4770. * the code works without any problems on `< 1.11.0` * specifying an initial bracket that should theoretically work (e.g., `(1.0, 2.0)`) does not seem to help either. PS: the docstrings in the current `main` version were not too clear about the "should", i.e., when should `scipy` be called and when a de-novo implementation. The PR https://github.com/sktime/sktime/pull/4770 also fixes that. ### Reproducing Code Example With `sktime 0.20.0` or earlier versions or current `main`, and `scipy 1.11.0`: ```python from sktime.transformations.series.boxcox import BoxCoxTransformer from sktime.utils._testing.panel import _make_panel_X X = _make_panel_X( n_instances=7, n_columns=1, n_timepoints=10, random_state=42 ) est = BoxCoxTransformer() est.fit(X) ``` `sktime` bug report: https://github.com/sktime/sktime/issues/4769 ### Error message `BracketError: The algorithm terminated without finding a valid bracket. Consider trying different initial points.` Full traceback: ```shell --------------------------------------------------------------------------- BracketError Traceback (most recent call last) Cell In[2], line 10 4 X = _make_panel_X( 5 n_instances=7, n_columns=1, n_timepoints=10, random_state=42 6 ) 8 est = BoxCoxTransformer() ---> 10 est.fit(X) File C:\Workspace\sktime\sktime\transformations\base.py:439, in BaseTransformer.fit(self, X, y) 436 self._fit(X=X_inner, y=y_inner) 437 else: 438 # otherwise we call the vectorized version of fit --> 439 self._vectorize("fit", X=X_inner, y=y_inner) 441 # this should happen last: fitted state is set to True 442 self._is_fitted = True File C:\Workspace\sktime\sktime\transformations\base.py:1205, in BaseTransformer._vectorize(self, methodname, **kwargs) 1202 else: 1203 transformers_ = self.transformers_ -> 1205 self.transformers_ = X.vectorize_est( 1206 transformers_, method=methodname, **kwargs 1207 ) 1208 return self 1210 if methodname in TRAFO_METHODS: 1211 # loop through fitted transformers one-by-one, and transform series/panels File C:\Workspace\sktime\sktime\datatypes\_vectorize.py:584, in VectorizedDF.vectorize_est(self, estimator, method, args, args_rowvec, return_type, rowname_default, colname_default, varname_of_self, **kwargs) 581 args_i[varname_of_self] = group 583 est_i_method = getattr(est_i, method) --> 584 est_i_result = est_i_method(**args_i) 586 if group_name is None: 587 group_name = rowname_default File C:\Workspace\sktime\sktime\transformations\base.py:436, in BaseTransformer.fit(self, X, y) 434 # we call the ordinary _fit if no looping/vectorization needed 435 if not vectorization_needed: --> 436 self._fit(X=X_inner, y=y_inner) 437 else: 438 # otherwise we call the vectorized version of fit 439 self._vectorize("fit", X=X_inner, y=y_inner) File C:\Workspace\sktime\sktime\transformations\series\boxcox.py:156, in BoxCoxTransformer._fit(self, X, y) 154 X = X.flatten() 155 if self.method != "guerrero": --> 156 self.lambda_ = _boxcox_normmax(X, bounds=self.bounds, method=self.method) 157 else: 158 self.lambda_ = _guerrero(X, self.sp, self.bounds) File C:\Workspace\sktime\sktime\transformations\series\boxcox.py:377, in _boxcox_normmax(x, bounds, brack, method) 374 raise ValueError("Method %s not recognized." % method) 376 optimfunc = methods[method] --> 377 return optimfunc(x) File C:\Workspace\sktime\sktime\transformations\series\boxcox.py:364, in _boxcox_normmax.._mle(x) 360 def _eval_mle(lmb, data): 361 # function to minimize 362 return -boxcox_llf(lmb, data) --> 364 return optimizer(_eval_mle, args=(x,)) File C:\Workspace\sktime\sktime\transformations\series\boxcox.py:322, in _make_boxcox_optimizer..optimizer(func, args) 321 def optimizer(func, args): --> 322 return optimize.brent(func, brack=brack, args=args) File c:\ProgramData\Anaconda3\envs\sktime-skbase-311\Lib\site-packages\scipy\optimize\_optimize.py:2641, in brent(func, args, brack, tol, full_output, maxiter) 2569 """ 2570 Given a function of one variable and a possible bracket, return 2571 a local minimizer of the function isolated to a fractional precision (...) 2637 2638 """ 2639 options = {'xtol': tol, 2640 'maxiter': maxiter} -> 2641 res = _minimize_scalar_brent(func, brack, args, **options) 2642 if full_output: 2643 return res['x'], res['fun'], res['nit'], res['nfev'] File c:\ProgramData\Anaconda3\envs\sktime-skbase-311\Lib\site-packages\scipy\optimize\_optimize.py:2678, in _minimize_scalar_brent(func, brack, args, xtol, maxiter, disp, **unknown_options) 2675 brent = Brent(func=func, args=args, tol=tol, 2676 full_output=True, maxiter=maxiter, disp=disp) 2677 brent.set_bracket(brack) -> 2678 brent.optimize() 2679 x, fval, nit, nfev = brent.get_result(full_output=True) 2681 success = nit < maxiter and not (np.isnan(x) or np.isnan(fval)) File c:\ProgramData\Anaconda3\envs\sktime-skbase-311\Lib\site-packages\scipy\optimize\_optimize.py:2448, in Brent.optimize(self) 2445 def optimize(self): 2446 # set up for optimization 2447 func = self.func -> 2448 xa, xb, xc, fa, fb, fc, funcalls = self.get_bracket_info() 2449 _mintol = self._mintol 2450 _cg = self._cg File c:\ProgramData\Anaconda3\envs\sktime-skbase-311\Lib\site-packages\scipy\optimize\_optimize.py:2417, in Brent.get_bracket_info(self) 2415 xa, xb, xc, fa, fb, fc, funcalls = bracket(func, args=args) 2416 elif len(brack) == 2: -> 2417 xa, xb, xc, fa, fb, fc, funcalls = bracket(func, xa=brack[0], 2418 xb=brack[1], args=args) 2419 elif len(brack) == 3: 2420 xa, xb, xc = brack File c:\ProgramData\Anaconda3\envs\sktime-skbase-311\Lib\site-packages\scipy\optimize\_optimize.py:3047, in bracket(func, xa, xb, args, grow_limit, maxiter) 3045 e = BracketError(msg) 3046 e.data = (xa, xb, xc, fa, fb, fc, funcalls) -> 3047 raise e 3049 return xa, xb, xc, fa, fb, fc, funcalls BracketError: The algorithm terminated without finding a valid bracket. Consider trying different initial points. ``` ### SciPy/NumPy/Python version and system information ```shell 1.11.0 1.25.0 sys.version_info(major=3, minor=11, micro=3, releaselevel='final', serial=0) Build Dependencies: blas: detection method: pkgconfig found: true include directory: /c/opt/64/include lib directory: /c/opt/64/lib name: openblas openblas configuration: USE_64BITINT= DYNAMIC_ARCH=1 DYNAMIC_OLDER= NO_CBLAS= NO_LAPACK= NO_LAPACKE= NO_AFFINITY=1 USE_OPENMP= SKYLAKEX MAX_THREADS=2 pc file directory: c:/opt/64/lib/pkgconfig version: 0.3.21.dev lapack: detection method: pkgconfig found: true include directory: /c/opt/64/include lib directory: /c/opt/64/lib name: openblas openblas configuration: USE_64BITINT= DYNAMIC_ARCH=1 DYNAMIC_OLDER= NO_CBLAS= NO_LAPACK= NO_LAPACKE= NO_AFFINITY=1 USE_OPENMP= SKYLAKEX MAX_THREADS=2 pc file directory: c:/opt/64/lib/pkgconfig version: 0.3.21.dev pybind11: detection method: config-tool include directory: unknown name: pybind11 version: 2.10.4 Compilers: c: commands: cc linker: ld.bfd name: gcc version: 10.3.0 c++: commands: c++ linker: ld.bfd name: gcc version: 10.3.0 cython: commands: cython linker: cython name: cython version: 0.29.35 fortran: commands: gfortran linker: ld.bfd name: gcc version: 10.3.0 pythran: include directory: C:\Users\runneradmin\AppData\Local\Temp\pip-build-env-12ywd98f\overlay\Lib\site-packages/pythran version: 0.13.1 Machine Information: build: cpu: x86_64 endian: little family: x86_64 system: windows cross-compiled: false host: cpu: x86_64 endian: little family: x86_64 system: windows Python Information: path: C:\Users\runneradmin\AppData\Local\Temp\cibw-run-uqg6lkbl\cp311-win_amd64\build\venv\Scripts\python.exe version: '3.11' ``` ```
defect
bug box cox related bracketerror s downstream in sktime describe your issue since the boxcoxtransformer in sktime is failing with a bracketerror which ultimately comes from optimize brent and optimize fminbound we would appreciate help with diagnosing the issue as none of the more obvious fixes have helped further details the original code was a copy of boxcox normmax in scipy replacing it with current boxcox normmax and or using custom optimize minimize scalar does not fix the error see the code works without any problems on specifying an initial bracket that should theoretically work e g does not seem to help either ps the docstrings in the current main version were not too clear about the should i e when should scipy be called and when a de novo implementation the pr also fixes that reproducing code example with sktime or earlier versions or current main and scipy python from sktime transformations series boxcox import boxcoxtransformer from sktime utils testing panel import make panel x x make panel x n instances n columns n timepoints random state est boxcoxtransformer est fit x sktime bug report error message bracketerror the algorithm terminated without finding a valid bracket consider trying different initial points full traceback shell bracketerror traceback most recent call last cell in line x make panel x n instances n columns n timepoints random state est boxcoxtransformer est fit x file c workspace sktime sktime transformations base py in basetransformer fit self x y self fit x x inner y y inner else otherwise we call the vectorized version of fit self vectorize fit x x inner y y inner this should happen last fitted state is set to true self is fitted true file c workspace sktime sktime transformations base py in basetransformer vectorize self methodname kwargs else transformers self transformers self transformers x vectorize est transformers method methodname kwargs return self if methodname in trafo methods loop through fitted transformers one by one and transform series panels file c workspace sktime sktime datatypes vectorize py in vectorizeddf vectorize est self estimator method args args rowvec return type rowname default colname default varname of self kwargs args i group est i method getattr est i method est i result est i method args i if group name is none group name rowname default file c workspace sktime sktime transformations base py in basetransformer fit self x y we call the ordinary fit if no looping vectorization needed if not vectorization needed self fit x x inner y y inner else otherwise we call the vectorized version of fit self vectorize fit x x inner y y inner file c workspace sktime sktime transformations series boxcox py in boxcoxtransformer fit self x y x x flatten if self method guerrero self lambda boxcox normmax x bounds self bounds method self method else self lambda guerrero x self sp self bounds file c workspace sktime sktime transformations series boxcox py in boxcox normmax x bounds brack method raise valueerror method s not recognized method optimfunc methods return optimfunc x file c workspace sktime sktime transformations series boxcox py in boxcox normmax mle x def eval mle lmb data function to minimize return boxcox llf lmb data return optimizer eval mle args x file c workspace sktime sktime transformations series boxcox py in make boxcox optimizer optimizer func args def optimizer func args return optimize brent func brack brack args args file c programdata envs sktime skbase lib site packages scipy optimize optimize py in brent func args brack tol full output maxiter given a function of one variable and a possible bracket return a local minimizer of the function isolated to a fractional precision options xtol tol maxiter maxiter res minimize scalar brent func brack args options if full output return res res res res file c programdata envs sktime skbase lib site packages scipy optimize optimize py in minimize scalar brent func brack args xtol maxiter disp unknown options brent brent func func args args tol tol full output true maxiter maxiter disp disp brent set bracket brack brent optimize x fval nit nfev brent get result full output true success nit maxiter and not np isnan x or np isnan fval file c programdata envs sktime skbase lib site packages scipy optimize optimize py in brent optimize self def optimize self set up for optimization func self func xa xb xc fa fb fc funcalls self get bracket info mintol self mintol cg self cg file c programdata envs sktime skbase lib site packages scipy optimize optimize py in brent get bracket info self xa xb xc fa fb fc funcalls bracket func args args elif len brack xa xb xc fa fb fc funcalls bracket func xa brack xb brack args args elif len brack xa xb xc brack file c programdata envs sktime skbase lib site packages scipy optimize optimize py in bracket func xa xb args grow limit maxiter e bracketerror msg e data xa xb xc fa fb fc funcalls raise e return xa xb xc fa fb fc funcalls bracketerror the algorithm terminated without finding a valid bracket consider trying different initial points scipy numpy python version and system information shell sys version info major minor micro releaselevel final serial build dependencies blas detection method pkgconfig found true include directory c opt include lib directory c opt lib name openblas openblas configuration use dynamic arch dynamic older no cblas no lapack no lapacke no affinity use openmp skylakex max threads pc file directory c opt lib pkgconfig version dev lapack detection method pkgconfig found true include directory c opt include lib directory c opt lib name openblas openblas configuration use dynamic arch dynamic older no cblas no lapack no lapacke no affinity use openmp skylakex max threads pc file directory c opt lib pkgconfig version dev detection method config tool include directory unknown name version compilers c commands cc linker ld bfd name gcc version c commands c linker ld bfd name gcc version cython commands cython linker cython name cython version fortran commands gfortran linker ld bfd name gcc version pythran include directory c users runneradmin appdata local temp pip build env overlay lib site packages pythran version machine information build cpu endian little family system windows cross compiled false host cpu endian little family system windows python information path c users runneradmin appdata local temp cibw run win build venv scripts python exe version
1
74,256
25,028,741,072
IssuesEvent
2022-11-04 10:25:30
openzfs/zfs
https://api.github.com/repos/openzfs/zfs
closed
zfs zvol partition can not create by-partuuid or by-uuid path
Type: Defect
ZFS run environment : =================== System inforation : kernel : Linux horeb34 5.10.139 #17 cpu : x86_64 os: Rocky Linux 8.6 zfs version : 2.1.5 ===================== installed : zfs , zfs-dkms , and other depends rpm The proble : My environment need zfs zvol partion , use partition path /dev/disk/by-partuuid/ . And find: udevadm info -q property {zvol patition} , have no filesystem entry: ID_FS_TYPE ,ID_FS_UUID ID_FS_UUID_ENC ... , no partition info entry : ID_PART_ENTRY_{DISK,NAME,UUID...} ; use sgdisk set zvol partuuid , seting command run OK , but no zvol uuid path in /dev/disk/by-partuuid/ ======================= some info as fallow : [root@horeb34 deploy]# udevadm info -q property /dev/zd64p1 DEVLINKS=/dev/zvol/storage/zvl1-part1 /dev/storage/zvl1-part1 DEVNAME=/dev/zd64p1 DEVPATH=/devices/virtual/block/zd64/zd64p1 DEVTYPE=partition ID_SCSI=1 MAJOR=230 MINOR=65 PARTN=1 PARTNAME=xfs SUBSYSTEM=block TAGS=:systemd: USEC_INITIALIZED=8626579822 [root@horeb34 deploy]# [root@horeb34 deploy]# [root@horeb34 deploy]# sgdisk -u 1:d06f212f-2002-4e28-b5ee-0a87f8224199 /dev/zd64** The operation has completed successfully. [root@horeb34 deploy]# [root@horeb34 deploy]# [root@horeb34 deploy]# udevadm info -q property /dev/zd64p1 DEVLINKS=/dev/zvol/storage/zvl1-part1 /dev/storage/zvl1-part1 DEVNAME=/dev/zd64p1 DEVPATH=/devices/virtual/block/zd64/zd64p1 DEVTYPE=partition ID_SCSI=1 MAJOR=230 MINOR=65 PARTN=1 PARTNAME=xfs SUBSYSTEM=block TAGS=:systemd: USEC_INITIALIZED=12986468769 [root@horeb34 deploy]# [root@horeb34 log]# ls -al /dev/disk/by-partuuid/ | grep zd [root@horeb34 log]# ================================== on centos7 , ZFS 0.8.5 , info like as follow : [root@node85 rules.d]# udevadm info -q property /dev/zd0p1 DEVLINKS=/dev/disk/by-partlabel/data_1 /dev/disk/by-partuuid/144bdc5a-266b-48d3-b1dc-1da9e0d3654d /dev/disk/by-uuid/35d21f8c-9966-49f1-bd73-c3258507a46c /dev/pool/vol2-part1 /dev/zvol/pool/vol2-part1 DEVNAME=/dev/zd0p1 DEVPATH=/devices/virtual/block/zd0/zd0p1 DEVTYPE=partition ID_FS_TYPE=xfs ID_FS_USAGE=filesystem ID_FS_UUID=35d21f8c-9966-49f1-bd73-c3258507a46c ID_FS_UUID_ENC=35d21f8c-9966-49f1-bd73-c3258507a46c ID_PART_ENTRY_DISK=230:0 ID_PART_ENTRY_NAME=data_1 ID_PART_ENTRY_NUMBER=1 ID_PART_ENTRY_OFFSET=2048 ID_PART_ENTRY_SCHEME=gpt ID_PART_ENTRY_SIZE=202752 ID_PART_ENTRY_TYPE=4fbd7e29-9d25-41b8-afd0-062c0ceff05d ID_PART_ENTRY_UUID=144bdc5a-266b-48d3-b1dc-1da9e0d3654d ID_PART_TABLE_TYPE=gpt MAJOR=230 MINOR=1 SUBSYSTEM=block TAGS=:systemd: USEC_INITIALIZED=75583 ======================================== Please help me !
1.0
zfs zvol partition can not create by-partuuid or by-uuid path - ZFS run environment : =================== System inforation : kernel : Linux horeb34 5.10.139 #17 cpu : x86_64 os: Rocky Linux 8.6 zfs version : 2.1.5 ===================== installed : zfs , zfs-dkms , and other depends rpm The proble : My environment need zfs zvol partion , use partition path /dev/disk/by-partuuid/ . And find: udevadm info -q property {zvol patition} , have no filesystem entry: ID_FS_TYPE ,ID_FS_UUID ID_FS_UUID_ENC ... , no partition info entry : ID_PART_ENTRY_{DISK,NAME,UUID...} ; use sgdisk set zvol partuuid , seting command run OK , but no zvol uuid path in /dev/disk/by-partuuid/ ======================= some info as fallow : [root@horeb34 deploy]# udevadm info -q property /dev/zd64p1 DEVLINKS=/dev/zvol/storage/zvl1-part1 /dev/storage/zvl1-part1 DEVNAME=/dev/zd64p1 DEVPATH=/devices/virtual/block/zd64/zd64p1 DEVTYPE=partition ID_SCSI=1 MAJOR=230 MINOR=65 PARTN=1 PARTNAME=xfs SUBSYSTEM=block TAGS=:systemd: USEC_INITIALIZED=8626579822 [root@horeb34 deploy]# [root@horeb34 deploy]# [root@horeb34 deploy]# sgdisk -u 1:d06f212f-2002-4e28-b5ee-0a87f8224199 /dev/zd64** The operation has completed successfully. [root@horeb34 deploy]# [root@horeb34 deploy]# [root@horeb34 deploy]# udevadm info -q property /dev/zd64p1 DEVLINKS=/dev/zvol/storage/zvl1-part1 /dev/storage/zvl1-part1 DEVNAME=/dev/zd64p1 DEVPATH=/devices/virtual/block/zd64/zd64p1 DEVTYPE=partition ID_SCSI=1 MAJOR=230 MINOR=65 PARTN=1 PARTNAME=xfs SUBSYSTEM=block TAGS=:systemd: USEC_INITIALIZED=12986468769 [root@horeb34 deploy]# [root@horeb34 log]# ls -al /dev/disk/by-partuuid/ | grep zd [root@horeb34 log]# ================================== on centos7 , ZFS 0.8.5 , info like as follow : [root@node85 rules.d]# udevadm info -q property /dev/zd0p1 DEVLINKS=/dev/disk/by-partlabel/data_1 /dev/disk/by-partuuid/144bdc5a-266b-48d3-b1dc-1da9e0d3654d /dev/disk/by-uuid/35d21f8c-9966-49f1-bd73-c3258507a46c /dev/pool/vol2-part1 /dev/zvol/pool/vol2-part1 DEVNAME=/dev/zd0p1 DEVPATH=/devices/virtual/block/zd0/zd0p1 DEVTYPE=partition ID_FS_TYPE=xfs ID_FS_USAGE=filesystem ID_FS_UUID=35d21f8c-9966-49f1-bd73-c3258507a46c ID_FS_UUID_ENC=35d21f8c-9966-49f1-bd73-c3258507a46c ID_PART_ENTRY_DISK=230:0 ID_PART_ENTRY_NAME=data_1 ID_PART_ENTRY_NUMBER=1 ID_PART_ENTRY_OFFSET=2048 ID_PART_ENTRY_SCHEME=gpt ID_PART_ENTRY_SIZE=202752 ID_PART_ENTRY_TYPE=4fbd7e29-9d25-41b8-afd0-062c0ceff05d ID_PART_ENTRY_UUID=144bdc5a-266b-48d3-b1dc-1da9e0d3654d ID_PART_TABLE_TYPE=gpt MAJOR=230 MINOR=1 SUBSYSTEM=block TAGS=:systemd: USEC_INITIALIZED=75583 ======================================== Please help me !
defect
zfs zvol partition can not create by partuuid or by uuid path zfs run environment system inforation kernel linux cpu os rocky linux zfs version installed zfs zfs dkms and other depends rpm the proble : my environment need zfs zvol partion use partition path dev disk by partuuid and find udevadm info q property zvol patition have no filesystem entry id fs type id fs uuid id fs uuid enc no partition info entry id part entry disk name uuid use sgdisk set zvol partuuid seting command run ok but no zvol uuid path in dev disk by partuuid some info as fallow udevadm info q property dev devlinks dev zvol storage dev storage devname dev devpath devices virtual block devtype partition id scsi major minor partn partname xfs subsystem block tags systemd usec initialized sgdisk u dev the operation has completed successfully udevadm info q property dev devlinks dev zvol storage dev storage devname dev devpath devices virtual block devtype partition id scsi major minor partn partname xfs subsystem block tags systemd usec initialized ls al dev disk by partuuid grep zd on zfs info like as follow udevadm info q property dev devlinks dev disk by partlabel data dev disk by partuuid dev disk by uuid dev pool dev zvol pool devname dev devpath devices virtual block devtype partition id fs type xfs id fs usage filesystem id fs uuid id fs uuid enc id part entry disk id part entry name data id part entry number id part entry offset id part entry scheme gpt id part entry size id part entry type id part entry uuid id part table type gpt major minor subsystem block tags systemd usec initialized please help me
1
177,305
21,472,438,591
IssuesEvent
2022-04-26 10:44:09
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
[Security Solution] Deprecate some of the Bulk API endpoints
Team:Detections and Resp Team: SecuritySolution Feature:Rule Management Team:Detection Rules v8.2.0
**Related to:** https://github.com/elastic/kibana/pull/126068 ## Summary On the frontend side of Elastic Security app, calls to some of our Bulk API endpoints were superseded by calls to the new [Bulk Action API](https://www.elastic.co/guide/en/security/8.1/bulk-actions-rules-api.html#bulk-actions-rules-api-action). The following endpoints are not used from Kibana anymore: - [`detection_engine/rules/_bulk_create`](https://www.elastic.co/guide/en/security/8.1/bulk-actions-rules-api.html#bulk-actions-rules-api-create) - [`detection_engine/rules/_bulk_delete`](https://www.elastic.co/guide/en/security/8.1/bulk-actions-rules-api.html#bulk-actions-rules-api-delete) - [`detection_engine/rules/_bulk_update`](https://www.elastic.co/guide/en/security/8.1/bulk-actions-rules-api.html#bulk-actions-rules-api-update) This means we don't need these endpoints ourselves, but we might have users who use them from their scripts and tools. We would like to mark these 3 endpoints as deprecated and, ideally, let the users know: - when we're going to delete them (presumably after 18 months) - what APIs they could use instead (presumably the [Bulk Action API](https://www.elastic.co/guide/en/security/8.1/bulk-actions-rules-api.html#bulk-actions-rules-api-action), especially if we add new `create` and `update` actions to it) ## Todo - [x] Figure out the deprecation period - UPD: It's 18 months or more: MAX(18 months, time till the next major version). - [x] Figure out what could be the replacement for the deprecated APIs (not immediately, but eventually) - UPD: Bulk actions API should be the replacement for actions like enabling/disabling, duplicating, deleting, or any other new actions in the future. In order to continue bulk creating or updating rules, users will need to switch to normal CRUD endpoints and call them N times in their scripts. - [x] https://github.com/elastic/security-docs/issues/1729 ([PR](https://github.com/elastic/security-docs/pull/1890)) - [x] Mention these deprecations in the release notes ([PR](https://github.com/elastic/security-docs/pull/1828)) - [x] Add a [`Warning: 299`](https://datatracker.ietf.org/doc/html/rfc7234#section-5.5.7) header to responses of the deprecated endpoints. See [this example](https://github.com/elastic/kibana/pull/124773/files#diff-ccec92b587ba63312852e7c2c4da3829aeb4acb1cdf6747a1f372fff2bd24775R38-R48) for reference. ([PR](https://github.com/elastic/kibana/pull/129448)) - [x] Log a console warning from each deprecated endpoint. See [this example](https://github.com/elastic/kibana/pull/124773/files#diff-df1299f6609f6cb42fc888d7e0ba28729a5ff048f237d2d7c169f74ee52c8a42R29-R33) for reference. ([PR](https://github.com/elastic/kibana/pull/129448)) - [x] Add a JSDoc annotation to each deprecated endpoint. See [this example](https://github.com/elastic/kibana/pull/124773/files#diff-df1299f6609f6cb42fc888d7e0ba28729a5ff048f237d2d7c169f74ee52c8a42R14-R17) for reference. ([PR](https://github.com/elastic/kibana/pull/129448)) These items were converted to tasks to be tracked separately: - [ ] Add telemetry to the deprecated endpoints (or ideally to all Kibana endpoints) to be able to track how many users (still) use these 3 endpoints. It would be great to distinguish between API calls from Kibana and calls from user scripts and tools. (https://github.com/elastic/kibana/issues/129484) - [ ] Create a ticket for checking the added telemetry in 6-12 months and making a decision on what to do with the deprecated endpoints. (https://github.com/elastic/kibana/issues/130963) ## Notes Example PR with Cases endpoint deprecations: https://github.com/elastic/kibana/pull/124773
True
[Security Solution] Deprecate some of the Bulk API endpoints - **Related to:** https://github.com/elastic/kibana/pull/126068 ## Summary On the frontend side of Elastic Security app, calls to some of our Bulk API endpoints were superseded by calls to the new [Bulk Action API](https://www.elastic.co/guide/en/security/8.1/bulk-actions-rules-api.html#bulk-actions-rules-api-action). The following endpoints are not used from Kibana anymore: - [`detection_engine/rules/_bulk_create`](https://www.elastic.co/guide/en/security/8.1/bulk-actions-rules-api.html#bulk-actions-rules-api-create) - [`detection_engine/rules/_bulk_delete`](https://www.elastic.co/guide/en/security/8.1/bulk-actions-rules-api.html#bulk-actions-rules-api-delete) - [`detection_engine/rules/_bulk_update`](https://www.elastic.co/guide/en/security/8.1/bulk-actions-rules-api.html#bulk-actions-rules-api-update) This means we don't need these endpoints ourselves, but we might have users who use them from their scripts and tools. We would like to mark these 3 endpoints as deprecated and, ideally, let the users know: - when we're going to delete them (presumably after 18 months) - what APIs they could use instead (presumably the [Bulk Action API](https://www.elastic.co/guide/en/security/8.1/bulk-actions-rules-api.html#bulk-actions-rules-api-action), especially if we add new `create` and `update` actions to it) ## Todo - [x] Figure out the deprecation period - UPD: It's 18 months or more: MAX(18 months, time till the next major version). - [x] Figure out what could be the replacement for the deprecated APIs (not immediately, but eventually) - UPD: Bulk actions API should be the replacement for actions like enabling/disabling, duplicating, deleting, or any other new actions in the future. In order to continue bulk creating or updating rules, users will need to switch to normal CRUD endpoints and call them N times in their scripts. - [x] https://github.com/elastic/security-docs/issues/1729 ([PR](https://github.com/elastic/security-docs/pull/1890)) - [x] Mention these deprecations in the release notes ([PR](https://github.com/elastic/security-docs/pull/1828)) - [x] Add a [`Warning: 299`](https://datatracker.ietf.org/doc/html/rfc7234#section-5.5.7) header to responses of the deprecated endpoints. See [this example](https://github.com/elastic/kibana/pull/124773/files#diff-ccec92b587ba63312852e7c2c4da3829aeb4acb1cdf6747a1f372fff2bd24775R38-R48) for reference. ([PR](https://github.com/elastic/kibana/pull/129448)) - [x] Log a console warning from each deprecated endpoint. See [this example](https://github.com/elastic/kibana/pull/124773/files#diff-df1299f6609f6cb42fc888d7e0ba28729a5ff048f237d2d7c169f74ee52c8a42R29-R33) for reference. ([PR](https://github.com/elastic/kibana/pull/129448)) - [x] Add a JSDoc annotation to each deprecated endpoint. See [this example](https://github.com/elastic/kibana/pull/124773/files#diff-df1299f6609f6cb42fc888d7e0ba28729a5ff048f237d2d7c169f74ee52c8a42R14-R17) for reference. ([PR](https://github.com/elastic/kibana/pull/129448)) These items were converted to tasks to be tracked separately: - [ ] Add telemetry to the deprecated endpoints (or ideally to all Kibana endpoints) to be able to track how many users (still) use these 3 endpoints. It would be great to distinguish between API calls from Kibana and calls from user scripts and tools. (https://github.com/elastic/kibana/issues/129484) - [ ] Create a ticket for checking the added telemetry in 6-12 months and making a decision on what to do with the deprecated endpoints. (https://github.com/elastic/kibana/issues/130963) ## Notes Example PR with Cases endpoint deprecations: https://github.com/elastic/kibana/pull/124773
non_defect
deprecate some of the bulk api endpoints related to summary on the frontend side of elastic security app calls to some of our bulk api endpoints were superseded by calls to the new the following endpoints are not used from kibana anymore this means we don t need these endpoints ourselves but we might have users who use them from their scripts and tools we would like to mark these endpoints as deprecated and ideally let the users know when we re going to delete them presumably after months what apis they could use instead presumably the especially if we add new create and update actions to it todo figure out the deprecation period upd it s months or more max months time till the next major version figure out what could be the replacement for the deprecated apis not immediately but eventually upd bulk actions api should be the replacement for actions like enabling disabling duplicating deleting or any other new actions in the future in order to continue bulk creating or updating rules users will need to switch to normal crud endpoints and call them n times in their scripts mention these deprecations in the release notes add a header to responses of the deprecated endpoints see for reference log a console warning from each deprecated endpoint see for reference add a jsdoc annotation to each deprecated endpoint see for reference these items were converted to tasks to be tracked separately add telemetry to the deprecated endpoints or ideally to all kibana endpoints to be able to track how many users still use these endpoints it would be great to distinguish between api calls from kibana and calls from user scripts and tools create a ticket for checking the added telemetry in months and making a decision on what to do with the deprecated endpoints notes example pr with cases endpoint deprecations
0
55,455
14,497,099,689
IssuesEvent
2020-12-11 13:46:39
TykTechnologies/tyk-operator
https://api.github.com/repos/TykTechnologies/tyk-operator
closed
bug: security policies are not idempotent
defect
Apply an API Apply a security policy Apply the security policy again and you will see that the CR is modified. ![image](https://user-images.githubusercontent.com/1465130/100433114-80d91180-3092-11eb-9bb6-2e716b2ad447.png) ``` kubectl apply -f ./config/samples/httpbin_protected.yaml kubectl apply -f ./config/samples/httpbin_protected_policy.yaml kubectl apply -f ./config/samples/httpbin_protected_policy.yaml ``` The second time we apply the policy CR, kubectl should tell us that the policy was unchanged, rather than configured. This implies that the reconciler is modifying the security policy custom resource. This may be resolvable by introducing defaulting webhook for security policies: https://github.com/TykTechnologies/tyk-operator/issues/134
1.0
bug: security policies are not idempotent - Apply an API Apply a security policy Apply the security policy again and you will see that the CR is modified. ![image](https://user-images.githubusercontent.com/1465130/100433114-80d91180-3092-11eb-9bb6-2e716b2ad447.png) ``` kubectl apply -f ./config/samples/httpbin_protected.yaml kubectl apply -f ./config/samples/httpbin_protected_policy.yaml kubectl apply -f ./config/samples/httpbin_protected_policy.yaml ``` The second time we apply the policy CR, kubectl should tell us that the policy was unchanged, rather than configured. This implies that the reconciler is modifying the security policy custom resource. This may be resolvable by introducing defaulting webhook for security policies: https://github.com/TykTechnologies/tyk-operator/issues/134
defect
bug security policies are not idempotent apply an api apply a security policy apply the security policy again and you will see that the cr is modified kubectl apply f config samples httpbin protected yaml kubectl apply f config samples httpbin protected policy yaml kubectl apply f config samples httpbin protected policy yaml the second time we apply the policy cr kubectl should tell us that the policy was unchanged rather than configured this implies that the reconciler is modifying the security policy custom resource this may be resolvable by introducing defaulting webhook for security policies
1
63,203
17,462,025,419
IssuesEvent
2021-08-06 11:55:36
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
opened
Deserialize OBJECT columns in SQL result lazily
Type: Defect Team: Core Source: Internal Module: SQL
When the result contains OBJECT field and the client doesn't have the class, it fails when iterating such a row. It should fail only when trying to access the OBJECT field. ```java class Address { String street, city; } class Person { String name; Address address;} SqlResult result = sql.execute("SELECT * FROM person_map"); // fails with serialization error, if the client doesn't have Address class on the classpath SqlRow firstRow = result.iterator.next(); // it should not fail above, but here: Object address = firstRow.getObject("address"); ```
1.0
Deserialize OBJECT columns in SQL result lazily - When the result contains OBJECT field and the client doesn't have the class, it fails when iterating such a row. It should fail only when trying to access the OBJECT field. ```java class Address { String street, city; } class Person { String name; Address address;} SqlResult result = sql.execute("SELECT * FROM person_map"); // fails with serialization error, if the client doesn't have Address class on the classpath SqlRow firstRow = result.iterator.next(); // it should not fail above, but here: Object address = firstRow.getObject("address"); ```
defect
deserialize object columns in sql result lazily when the result contains object field and the client doesn t have the class it fails when iterating such a row it should fail only when trying to access the object field java class address string street city class person string name address address sqlresult result sql execute select from person map fails with serialization error if the client doesn t have address class on the classpath sqlrow firstrow result iterator next it should not fail above but here object address firstrow getobject address
1
68,570
21,712,411,057
IssuesEvent
2022-05-10 14:52:03
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
Unnecessary parentheses generated in ConditionAsField
T: Defect C: Functionality P: Medium R: Fixed E: All Editions
Some `Condition` implementations never require any parentheses e.g. when wrapped in `ConditionAsField`. For example: ```java select(field(exists(select(inline(1))))) select(field(not(exists(select(inline(1)))))) ``` This currently produces: ```sql select (exists (select 1)) select (not (exists (select 1))) ``` But it could produce, instead: ```sql select exists (select 1) select not exists (select 1) ``` See also: https://github.com/jOOQ/jOOQ/issues/9554 (`not(unique(...))` vs `notUnique()`)
1.0
Unnecessary parentheses generated in ConditionAsField - Some `Condition` implementations never require any parentheses e.g. when wrapped in `ConditionAsField`. For example: ```java select(field(exists(select(inline(1))))) select(field(not(exists(select(inline(1)))))) ``` This currently produces: ```sql select (exists (select 1)) select (not (exists (select 1))) ``` But it could produce, instead: ```sql select exists (select 1) select not exists (select 1) ``` See also: https://github.com/jOOQ/jOOQ/issues/9554 (`not(unique(...))` vs `notUnique()`)
defect
unnecessary parentheses generated in conditionasfield some condition implementations never require any parentheses e g when wrapped in conditionasfield for example java select field exists select inline select field not exists select inline this currently produces sql select exists select select not exists select but it could produce instead sql select exists select select not exists select see also not unique vs notunique
1
68,823
21,916,824,782
IssuesEvent
2022-05-22 00:18:38
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
Text box in devtools isn't full height despite overflowing
T-Defect
### Steps to reproduce ![image](https://user-images.githubusercontent.com/2803622/169673039-5a43a7a9-4ea2-4e3e-8d7a-f77cd3711912.png) ### Outcome #### What did you expect? at least use the available vertical space ### Operating system arch ### Application version Element Nightly version: 2022052102 Olm version: 3.2.8 ### How did you install the app? aur ### Homeserver 1.59.1 ### Will you send logs? No
1.0
Text box in devtools isn't full height despite overflowing - ### Steps to reproduce ![image](https://user-images.githubusercontent.com/2803622/169673039-5a43a7a9-4ea2-4e3e-8d7a-f77cd3711912.png) ### Outcome #### What did you expect? at least use the available vertical space ### Operating system arch ### Application version Element Nightly version: 2022052102 Olm version: 3.2.8 ### How did you install the app? aur ### Homeserver 1.59.1 ### Will you send logs? No
defect
text box in devtools isn t full height despite overflowing steps to reproduce outcome what did you expect at least use the available vertical space operating system arch application version element nightly version olm version how did you install the app aur homeserver will you send logs no
1
93,933
19,402,313,153
IssuesEvent
2021-12-19 12:05:52
home-assistant/core
https://api.github.com/repos/home-assistant/core
closed
Dexcom authentication fails when logging in with an email address
by-code-owner integration: dexcom
### The problem Due to recent endpoint API changes, all users are unable to successfully authenticate. ### What version of Home Assistant Core has the issue? core-2022.1.0.dev20211213 ### What was the last working version of Home Assistant Core? _No response_ ### What type of installation are you running? Home Assistant Container ### Integration causing the issue dexcom ### Link to integration documentation on our website https://www.home-assistant.io/integrations/dexcom/ ### Example YAML snippet _No response_ ### Anything in the logs that might be useful for us? _No response_ ### Additional information Awaiting fix in underlying Python package: https://github.com/gagebenne/pydexcom/issues/17
1.0
Dexcom authentication fails when logging in with an email address - ### The problem Due to recent endpoint API changes, all users are unable to successfully authenticate. ### What version of Home Assistant Core has the issue? core-2022.1.0.dev20211213 ### What was the last working version of Home Assistant Core? _No response_ ### What type of installation are you running? Home Assistant Container ### Integration causing the issue dexcom ### Link to integration documentation on our website https://www.home-assistant.io/integrations/dexcom/ ### Example YAML snippet _No response_ ### Anything in the logs that might be useful for us? _No response_ ### Additional information Awaiting fix in underlying Python package: https://github.com/gagebenne/pydexcom/issues/17
non_defect
dexcom authentication fails when logging in with an email address the problem due to recent endpoint api changes all users are unable to successfully authenticate what version of home assistant core has the issue core what was the last working version of home assistant core no response what type of installation are you running home assistant container integration causing the issue dexcom link to integration documentation on our website example yaml snippet no response anything in the logs that might be useful for us no response additional information awaiting fix in underlying python package
0
780,046
27,377,520,042
IssuesEvent
2023-02-28 07:32:51
NetEase/arctic
https://api.github.com/repos/NetEase/arctic
closed
[Bug]: Optimizing Status is incorrectly set
type:bug module:optimize priority:critical
### What happened? When flink encounters the following exception, the Optimizing Status of the AMS does not change, which means that no further optimizations are made. ``` 2022-12-19 16:59:35,458 ERROR com.netease.arctic.table.TableMetaStore [] - run with catalog ugi request failed. UGI is hive/hiveserver.ld-hadoop.com@LD-HADOOP.COM (auth:KERBEROS) java.lang.IllegalStateException: Cannot return length while appending to an open file. at org.apache.iceberg.relocated.com.google.common.base.Preconditions.checkState(Preconditions.java:508) ~[arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at org.apache.iceberg.orc.OrcFileAppender.length(OrcFileAppender.java:102) ~[arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at org.apache.iceberg.io.DataWriter.length(DataWriter.java:76) ~[arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at com.netease.arctic.optimizer.operator.executor.IcebergExecutor.optimizeDataFiles(IcebergExecutor.java:156) ~[arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at com.netease.arctic.table.TableMetaStore.lambda$doAs$0(TableMetaStore.java:315) ~[arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_141] at javax.security.auth.Subject.doAs(Subject.java:360) [?:1.8.0_141] at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1873) [arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at com.netease.arctic.table.TableMetaStore.doAs(TableMetaStore.java:313) [arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at com.netease.arctic.io.ArcticHadoopFileIO.doAs(ArcticHadoopFileIO.java:177) [arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at com.netease.arctic.optimizer.operator.executor.IcebergExecutor.execute(IcebergExecutor.java:74) [arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at com.netease.arctic.optimizer.operator.BaseTaskExecutor.execute(BaseTaskExecutor.java:137) [arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at com.netease.arctic.optimizer.flink.FlinkExecuteFunction.processElement(FlinkExecuteFunction.java:74) [arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at com.netease.arctic.optimizer.flink.FlinkExecuteFunction.processElement(FlinkExecuteFunction.java:40) [arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at org.apache.flink.streaming.api.operators.ProcessOperator.processElement(ProcessOperator.java:66) [flink-dist_2.12-1.14.6.jar:1.14.6] at org.apache.flink.streaming.runtime.tasks.CopyingChainingOutput.pushToOperator(CopyingChainingOutput.java:82) [flink-dist_2.12-1.14.6.jar:1.14.6] at org.apache.flink.streaming.runtime.tasks.CopyingChainingOutput.collect(CopyingChainingOutput.java:57) [flink-dist_2.12-1.14.6.jar:1.14.6] at org.apache.flink.streaming.runtime.tasks.CopyingChainingOutput.collect(CopyingChainingOutput.java:29) [flink-dist_2.12-1.14.6.jar:1.14.6] at org.apache.flink.streaming.api.operators.CountingOutput.collect(CountingOutput.java:56) [flink-dist_2.12-1.14.6.jar:1.14.6] at org.apache.flink.streaming.api.operators.CountingOutput.collect(CountingOutput.java:29) [flink-dist_2.12-1.14.6.jar:1.14.6] at org.apache.flink.streaming.api.operators.StreamSourceContexts$ManualWatermarkContext.processAndCollect(StreamSourceContexts.java:418) [flink-dist_2.12-1.14.6.jar:1.14.6] at org.apache.flink.streaming.api.operators.StreamSourceContexts$WatermarkContext.collect(StreamSourceContexts.java:513) [flink-dist_2.12-1.14.6.jar:1.14.6] at org.apache.flink.streaming.api.operators.StreamSourceContexts$SwitchingOnClose.collect(StreamSourceContexts.java:103) [flink-dist_2.12-1.14.6.jar:1.14.6] at com.netease.arctic.optimizer.flink.FlinkConsumer.run(FlinkConsumer.java:54) [arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at org.apache.flink.streaming.api.operators.StreamSource.run(StreamSource.java:110) [flink-dist_2.12-1.14.6.jar:1.14.6] at org.apache.flink.streaming.api.operators.StreamSource.run(StreamSource.java:67) [flink-dist_2.12-1.14.6.jar:1.14.6] at org.apache.flink.streaming.runtime.tasks.SourceStreamTask$LegacySourceFunctionThread.run(SourceStreamTask.java:323) [flink-dist_2.12-1.14.6.jar:1.14.6] 2022-12-19 16:59:35,459 ERROR com.netease.arctic.optimizer.operator.BaseTaskExecutor [] - failed to execute task OptimizeTaskId(type:Minor, traceId:2196e765-6109-4f8f-98a8-cb01bdf8f8d3) java.lang.IllegalStateException: Cannot return length while appending to an open file. at org.apache.iceberg.relocated.com.google.common.base.Preconditions.checkState(Preconditions.java:508) ~[arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at org.apache.iceberg.orc.OrcFileAppender.length(OrcFileAppender.java:102) ~[arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at org.apache.iceberg.io.DataWriter.length(DataWriter.java:76) ~[arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at com.netease.arctic.optimizer.operator.executor.IcebergExecutor.optimizeDataFiles(IcebergExecutor.java:156) ~[arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at com.netease.arctic.table.TableMetaStore.lambda$doAs$0(TableMetaStore.java:315) ~[arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_141] at javax.security.auth.Subject.doAs(Subject.java:360) ~[?:1.8.0_141] at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1873) ~[arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at com.netease.arctic.table.TableMetaStore.doAs(TableMetaStore.java:313) ~[arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at com.netease.arctic.io.ArcticHadoopFileIO.doAs(ArcticHadoopFileIO.java:177) ~[arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at com.netease.arctic.optimizer.operator.executor.IcebergExecutor.execute(IcebergExecutor.java:74) ~[arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at com.netease.arctic.optimizer.operator.BaseTaskExecutor.execute(BaseTaskExecutor.java:137) [arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at com.netease.arctic.optimizer.flink.FlinkExecuteFunction.processElement(FlinkExecuteFunction.java:74) [arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at com.netease.arctic.optimizer.flink.FlinkExecuteFunction.processElement(FlinkExecuteFunction.java:40) [arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at org.apache.flink.streaming.api.operators.ProcessOperator.processElement(ProcessOperator.java:66) [flink-dist_2.12-1.14.6.jar:1.14.6] at org.apache.flink.streaming.runtime.tasks.CopyingChainingOutput.pushToOperator(CopyingChainingOutput.java:82) [flink-dist_2.12-1.14.6.jar:1.14.6] at org.apache.flink.streaming.runtime.tasks.CopyingChainingOutput.collect(CopyingChainingOutput.java:57) [flink-dist_2.12-1.14.6.jar:1.14.6] at org.apache.flink.streaming.runtime.tasks.CopyingChainingOutput.collect(CopyingChainingOutput.java:29) [flink-dist_2.12-1.14.6.jar:1.14.6] at org.apache.flink.streaming.api.operators.CountingOutput.collect(CountingOutput.java:56) [flink-dist_2.12-1.14.6.jar:1.14.6] at org.apache.flink.streaming.api.operators.CountingOutput.collect(CountingOutput.java:29) [flink-dist_2.12-1.14.6.jar:1.14.6] at org.apache.flink.streaming.api.operators.StreamSourceContexts$ManualWatermarkContext.processAndCollect(StreamSourceContexts.java:418) [flink-dist_2.12-1.14.6.jar:1.14.6] at org.apache.flink.streaming.api.operators.StreamSourceContexts$WatermarkContext.collect(StreamSourceContexts.java:513) [flink-dist_2.12-1.14.6.jar:1.14.6] at org.apache.flink.streaming.api.operators.StreamSourceContexts$SwitchingOnClose.collect(StreamSourceContexts.java:103) [flink-dist_2.12-1.14.6.jar:1.14.6] at com.netease.arctic.optimizer.flink.FlinkConsumer.run(FlinkConsumer.java:54) [arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at org.apache.flink.streaming.api.operators.StreamSource.run(StreamSource.java:110) [flink-dist_2.12-1.14.6.jar:1.14.6] at org.apache.flink.streaming.api.operators.StreamSource.run(StreamSource.java:67) [flink-dist_2.12-1.14.6.jar:1.14.6] at org.apache.flink.streaming.runtime.tasks.SourceStreamTask$LegacySourceFunctionThread.run(SourceStreamTask.java:323) [flink-dist_2.12-1.14.6.jar:1.14.6] 2022-12-19 16:59:35,475 INFO com.netease.arctic.optimizer.operator.BaseTaskReporter [] - start reporting result: OptimizeTaskId(type:Minor, traceId:2196e765-6109-4f8f-98a8-cb01bdf8f8d3), table=TableIdentifier(catalog:hive_prod, database:ods_iceberg, tableName:ods_xxxxx), status=Failed, attemptId=1609883167, newFileSize=0, reportTime=0, costTime=0 2022-12-19 16:59:35,484 INFO com.netease.arctic.optimizer.flink.FlinkReporter [] - report success OptimizeTaskId(type:Minor, traceId:2196e765-6109-4f8f-98a8-cb01bdf8f8d3) ``` ### Affects Versions master ### What engines are you seeing the problem on? AMS ### How to reproduce _No response_ ### Relevant log output _No response_ ### Anything else ![image](https://user-images.githubusercontent.com/16421989/208393839-053ed38d-aed5-461d-b358-c427c5d51c27.png) ### Code of Conduct - [X] I agree to follow this project's Code of Conduct
1.0
[Bug]: Optimizing Status is incorrectly set - ### What happened? When flink encounters the following exception, the Optimizing Status of the AMS does not change, which means that no further optimizations are made. ``` 2022-12-19 16:59:35,458 ERROR com.netease.arctic.table.TableMetaStore [] - run with catalog ugi request failed. UGI is hive/hiveserver.ld-hadoop.com@LD-HADOOP.COM (auth:KERBEROS) java.lang.IllegalStateException: Cannot return length while appending to an open file. at org.apache.iceberg.relocated.com.google.common.base.Preconditions.checkState(Preconditions.java:508) ~[arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at org.apache.iceberg.orc.OrcFileAppender.length(OrcFileAppender.java:102) ~[arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at org.apache.iceberg.io.DataWriter.length(DataWriter.java:76) ~[arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at com.netease.arctic.optimizer.operator.executor.IcebergExecutor.optimizeDataFiles(IcebergExecutor.java:156) ~[arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at com.netease.arctic.table.TableMetaStore.lambda$doAs$0(TableMetaStore.java:315) ~[arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_141] at javax.security.auth.Subject.doAs(Subject.java:360) [?:1.8.0_141] at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1873) [arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at com.netease.arctic.table.TableMetaStore.doAs(TableMetaStore.java:313) [arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at com.netease.arctic.io.ArcticHadoopFileIO.doAs(ArcticHadoopFileIO.java:177) [arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at com.netease.arctic.optimizer.operator.executor.IcebergExecutor.execute(IcebergExecutor.java:74) [arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at com.netease.arctic.optimizer.operator.BaseTaskExecutor.execute(BaseTaskExecutor.java:137) [arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at com.netease.arctic.optimizer.flink.FlinkExecuteFunction.processElement(FlinkExecuteFunction.java:74) [arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at com.netease.arctic.optimizer.flink.FlinkExecuteFunction.processElement(FlinkExecuteFunction.java:40) [arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at org.apache.flink.streaming.api.operators.ProcessOperator.processElement(ProcessOperator.java:66) [flink-dist_2.12-1.14.6.jar:1.14.6] at org.apache.flink.streaming.runtime.tasks.CopyingChainingOutput.pushToOperator(CopyingChainingOutput.java:82) [flink-dist_2.12-1.14.6.jar:1.14.6] at org.apache.flink.streaming.runtime.tasks.CopyingChainingOutput.collect(CopyingChainingOutput.java:57) [flink-dist_2.12-1.14.6.jar:1.14.6] at org.apache.flink.streaming.runtime.tasks.CopyingChainingOutput.collect(CopyingChainingOutput.java:29) [flink-dist_2.12-1.14.6.jar:1.14.6] at org.apache.flink.streaming.api.operators.CountingOutput.collect(CountingOutput.java:56) [flink-dist_2.12-1.14.6.jar:1.14.6] at org.apache.flink.streaming.api.operators.CountingOutput.collect(CountingOutput.java:29) [flink-dist_2.12-1.14.6.jar:1.14.6] at org.apache.flink.streaming.api.operators.StreamSourceContexts$ManualWatermarkContext.processAndCollect(StreamSourceContexts.java:418) [flink-dist_2.12-1.14.6.jar:1.14.6] at org.apache.flink.streaming.api.operators.StreamSourceContexts$WatermarkContext.collect(StreamSourceContexts.java:513) [flink-dist_2.12-1.14.6.jar:1.14.6] at org.apache.flink.streaming.api.operators.StreamSourceContexts$SwitchingOnClose.collect(StreamSourceContexts.java:103) [flink-dist_2.12-1.14.6.jar:1.14.6] at com.netease.arctic.optimizer.flink.FlinkConsumer.run(FlinkConsumer.java:54) [arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at org.apache.flink.streaming.api.operators.StreamSource.run(StreamSource.java:110) [flink-dist_2.12-1.14.6.jar:1.14.6] at org.apache.flink.streaming.api.operators.StreamSource.run(StreamSource.java:67) [flink-dist_2.12-1.14.6.jar:1.14.6] at org.apache.flink.streaming.runtime.tasks.SourceStreamTask$LegacySourceFunctionThread.run(SourceStreamTask.java:323) [flink-dist_2.12-1.14.6.jar:1.14.6] 2022-12-19 16:59:35,459 ERROR com.netease.arctic.optimizer.operator.BaseTaskExecutor [] - failed to execute task OptimizeTaskId(type:Minor, traceId:2196e765-6109-4f8f-98a8-cb01bdf8f8d3) java.lang.IllegalStateException: Cannot return length while appending to an open file. at org.apache.iceberg.relocated.com.google.common.base.Preconditions.checkState(Preconditions.java:508) ~[arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at org.apache.iceberg.orc.OrcFileAppender.length(OrcFileAppender.java:102) ~[arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at org.apache.iceberg.io.DataWriter.length(DataWriter.java:76) ~[arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at com.netease.arctic.optimizer.operator.executor.IcebergExecutor.optimizeDataFiles(IcebergExecutor.java:156) ~[arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at com.netease.arctic.table.TableMetaStore.lambda$doAs$0(TableMetaStore.java:315) ~[arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_141] at javax.security.auth.Subject.doAs(Subject.java:360) ~[?:1.8.0_141] at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1873) ~[arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at com.netease.arctic.table.TableMetaStore.doAs(TableMetaStore.java:313) ~[arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at com.netease.arctic.io.ArcticHadoopFileIO.doAs(ArcticHadoopFileIO.java:177) ~[arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at com.netease.arctic.optimizer.operator.executor.IcebergExecutor.execute(IcebergExecutor.java:74) ~[arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at com.netease.arctic.optimizer.operator.BaseTaskExecutor.execute(BaseTaskExecutor.java:137) [arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at com.netease.arctic.optimizer.flink.FlinkExecuteFunction.processElement(FlinkExecuteFunction.java:74) [arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at com.netease.arctic.optimizer.flink.FlinkExecuteFunction.processElement(FlinkExecuteFunction.java:40) [arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at org.apache.flink.streaming.api.operators.ProcessOperator.processElement(ProcessOperator.java:66) [flink-dist_2.12-1.14.6.jar:1.14.6] at org.apache.flink.streaming.runtime.tasks.CopyingChainingOutput.pushToOperator(CopyingChainingOutput.java:82) [flink-dist_2.12-1.14.6.jar:1.14.6] at org.apache.flink.streaming.runtime.tasks.CopyingChainingOutput.collect(CopyingChainingOutput.java:57) [flink-dist_2.12-1.14.6.jar:1.14.6] at org.apache.flink.streaming.runtime.tasks.CopyingChainingOutput.collect(CopyingChainingOutput.java:29) [flink-dist_2.12-1.14.6.jar:1.14.6] at org.apache.flink.streaming.api.operators.CountingOutput.collect(CountingOutput.java:56) [flink-dist_2.12-1.14.6.jar:1.14.6] at org.apache.flink.streaming.api.operators.CountingOutput.collect(CountingOutput.java:29) [flink-dist_2.12-1.14.6.jar:1.14.6] at org.apache.flink.streaming.api.operators.StreamSourceContexts$ManualWatermarkContext.processAndCollect(StreamSourceContexts.java:418) [flink-dist_2.12-1.14.6.jar:1.14.6] at org.apache.flink.streaming.api.operators.StreamSourceContexts$WatermarkContext.collect(StreamSourceContexts.java:513) [flink-dist_2.12-1.14.6.jar:1.14.6] at org.apache.flink.streaming.api.operators.StreamSourceContexts$SwitchingOnClose.collect(StreamSourceContexts.java:103) [flink-dist_2.12-1.14.6.jar:1.14.6] at com.netease.arctic.optimizer.flink.FlinkConsumer.run(FlinkConsumer.java:54) [arctic-optimizer-0.4.0-SNAPSHOT-jar-with-dependencies.jar:?] at org.apache.flink.streaming.api.operators.StreamSource.run(StreamSource.java:110) [flink-dist_2.12-1.14.6.jar:1.14.6] at org.apache.flink.streaming.api.operators.StreamSource.run(StreamSource.java:67) [flink-dist_2.12-1.14.6.jar:1.14.6] at org.apache.flink.streaming.runtime.tasks.SourceStreamTask$LegacySourceFunctionThread.run(SourceStreamTask.java:323) [flink-dist_2.12-1.14.6.jar:1.14.6] 2022-12-19 16:59:35,475 INFO com.netease.arctic.optimizer.operator.BaseTaskReporter [] - start reporting result: OptimizeTaskId(type:Minor, traceId:2196e765-6109-4f8f-98a8-cb01bdf8f8d3), table=TableIdentifier(catalog:hive_prod, database:ods_iceberg, tableName:ods_xxxxx), status=Failed, attemptId=1609883167, newFileSize=0, reportTime=0, costTime=0 2022-12-19 16:59:35,484 INFO com.netease.arctic.optimizer.flink.FlinkReporter [] - report success OptimizeTaskId(type:Minor, traceId:2196e765-6109-4f8f-98a8-cb01bdf8f8d3) ``` ### Affects Versions master ### What engines are you seeing the problem on? AMS ### How to reproduce _No response_ ### Relevant log output _No response_ ### Anything else ![image](https://user-images.githubusercontent.com/16421989/208393839-053ed38d-aed5-461d-b358-c427c5d51c27.png) ### Code of Conduct - [X] I agree to follow this project's Code of Conduct
non_defect
optimizing status is incorrectly set what happened when flink encounters the following exception the optimizing status of the ams does not change which means that no further optimizations are made error com netease arctic table tablemetastore run with catalog ugi request failed ugi is hive hiveserver ld hadoop com ld hadoop com auth kerberos java lang illegalstateexception cannot return length while appending to an open file at org apache iceberg relocated com google common base preconditions checkstate preconditions java at org apache iceberg orc orcfileappender length orcfileappender java at org apache iceberg io datawriter length datawriter java at com netease arctic optimizer operator executor icebergexecutor optimizedatafiles icebergexecutor java at com netease arctic table tablemetastore lambda doas tablemetastore java at java security accesscontroller doprivileged native method at javax security auth subject doas subject java at org apache hadoop security usergroupinformation doas usergroupinformation java at com netease arctic table tablemetastore doas tablemetastore java at com netease arctic io arctichadoopfileio doas arctichadoopfileio java at com netease arctic optimizer operator executor icebergexecutor execute icebergexecutor java at com netease arctic optimizer operator basetaskexecutor execute basetaskexecutor java at com netease arctic optimizer flink flinkexecutefunction processelement flinkexecutefunction java at com netease arctic optimizer flink flinkexecutefunction processelement flinkexecutefunction java at org apache flink streaming api operators processoperator processelement processoperator java at org apache flink streaming runtime tasks copyingchainingoutput pushtooperator copyingchainingoutput java at org apache flink streaming runtime tasks copyingchainingoutput collect copyingchainingoutput java at org apache flink streaming runtime tasks copyingchainingoutput collect copyingchainingoutput java at org apache flink streaming api operators countingoutput collect countingoutput java at org apache flink streaming api operators countingoutput collect countingoutput java at org apache flink streaming api operators streamsourcecontexts manualwatermarkcontext processandcollect streamsourcecontexts java at org apache flink streaming api operators streamsourcecontexts watermarkcontext collect streamsourcecontexts java at org apache flink streaming api operators streamsourcecontexts switchingonclose collect streamsourcecontexts java at com netease arctic optimizer flink flinkconsumer run flinkconsumer java at org apache flink streaming api operators streamsource run streamsource java at org apache flink streaming api operators streamsource run streamsource java at org apache flink streaming runtime tasks sourcestreamtask legacysourcefunctionthread run sourcestreamtask java error com netease arctic optimizer operator basetaskexecutor failed to execute task optimizetaskid type minor traceid java lang illegalstateexception cannot return length while appending to an open file at org apache iceberg relocated com google common base preconditions checkstate preconditions java at org apache iceberg orc orcfileappender length orcfileappender java at org apache iceberg io datawriter length datawriter java at com netease arctic optimizer operator executor icebergexecutor optimizedatafiles icebergexecutor java at com netease arctic table tablemetastore lambda doas tablemetastore java at java security accesscontroller doprivileged native method at javax security auth subject doas subject java at org apache hadoop security usergroupinformation doas usergroupinformation java at com netease arctic table tablemetastore doas tablemetastore java at com netease arctic io arctichadoopfileio doas arctichadoopfileio java at com netease arctic optimizer operator executor icebergexecutor execute icebergexecutor java at com netease arctic optimizer operator basetaskexecutor execute basetaskexecutor java at com netease arctic optimizer flink flinkexecutefunction processelement flinkexecutefunction java at com netease arctic optimizer flink flinkexecutefunction processelement flinkexecutefunction java at org apache flink streaming api operators processoperator processelement processoperator java at org apache flink streaming runtime tasks copyingchainingoutput pushtooperator copyingchainingoutput java at org apache flink streaming runtime tasks copyingchainingoutput collect copyingchainingoutput java at org apache flink streaming runtime tasks copyingchainingoutput collect copyingchainingoutput java at org apache flink streaming api operators countingoutput collect countingoutput java at org apache flink streaming api operators countingoutput collect countingoutput java at org apache flink streaming api operators streamsourcecontexts manualwatermarkcontext processandcollect streamsourcecontexts java at org apache flink streaming api operators streamsourcecontexts watermarkcontext collect streamsourcecontexts java at org apache flink streaming api operators streamsourcecontexts switchingonclose collect streamsourcecontexts java at com netease arctic optimizer flink flinkconsumer run flinkconsumer java at org apache flink streaming api operators streamsource run streamsource java at org apache flink streaming api operators streamsource run streamsource java at org apache flink streaming runtime tasks sourcestreamtask legacysourcefunctionthread run sourcestreamtask java info com netease arctic optimizer operator basetaskreporter start reporting result optimizetaskid type minor traceid table tableidentifier catalog hive prod database ods iceberg tablename ods xxxxx status failed attemptid newfilesize reporttime costtime info com netease arctic optimizer flink flinkreporter report success optimizetaskid type minor traceid affects versions master what engines are you seeing the problem on ams how to reproduce no response relevant log output no response anything else code of conduct i agree to follow this project s code of conduct
0
74,273
15,325,451,614
IssuesEvent
2021-02-26 01:20:36
idonthaveafifaaddiction/MapLoom
https://api.github.com/repos/idonthaveafifaaddiction/MapLoom
closed
CVE-2016-10540 (High) detected in multiple libraries - autoclosed
security vulnerability
## CVE-2016-10540 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>minimatch-2.0.10.tgz</b>, <b>minimatch-0.3.0.tgz</b>, <b>minimatch-0.2.14.tgz</b>, <b>minimatch-0.2.9.tgz</b>, <b>minimatch-0.4.0.tgz</b></p></summary> <p> <details><summary><b>minimatch-2.0.10.tgz</b></p></summary> <p>a glob matcher in javascript</p> <p>Library home page: <a href="https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz">https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz</a></p> <p>Path to dependency file: MapLoom/vendor/mgrs/package.json</p> <p>Path to vulnerable library: MapLoom/vendor/mgrs/node_modules/minimatch/package.json</p> <p> Dependency Hierarchy: - browserify-8.1.3.tgz (Root Library) - glob-4.5.3.tgz - :x: **minimatch-2.0.10.tgz** (Vulnerable Library) </details> <details><summary><b>minimatch-0.3.0.tgz</b></p></summary> <p>a glob matcher in javascript</p> <p>Library home page: <a href="https://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz">https://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz</a></p> <p>Path to dependency file: MapLoom/vendor/bootstrap-sortable/package.json</p> <p>Path to vulnerable library: MapLoom/vendor/bootstrap-sortable/node_modules/findup-sync/node_modules/minimatch/package.json,MapLoom/node_modules/findup-sync/node_modules/minimatch/package.json,MapLoom/vendor/bootstrap/node_modules/findup-sync/node_modules/minimatch/package.json,MapLoom/vendor/mgrs/node_modules/fileset/node_modules/glob/node_modules/minimatch/package.json,MapLoom/vendor/angular-ui-router/node_modules/findup-sync/node_modules/minimatch/package.json,MapLoom/vendor/jquery/node_modules/findup-sync/node_modules/minimatch/package.json</p> <p> Dependency Hierarchy: - istanbul-0.1.46.tgz (Root Library) - fileset-0.1.8.tgz - glob-3.2.11.tgz - :x: **minimatch-0.3.0.tgz** (Vulnerable Library) </details> <details><summary><b>minimatch-0.2.14.tgz</b></p></summary> <p>a glob matcher in javascript</p> <p>Library home page: <a href="https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz">https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz</a></p> <p>Path to dependency file: MapLoom/vendor/bootstrap-sortable/package.json</p> <p>Path to vulnerable library: MapLoom/vendor/bootstrap-sortable/node_modules/minimatch/package.json,MapLoom/vendor/bootstrap/node_modules/minimatch/package.json,MapLoom/node_modules/minimatch/package.json,MapLoom/vendor/mgrs/node_modules/mocha/node_modules/minimatch/package.json,MapLoom/vendor/jquery/node_modules/minimatch/package.json,MapLoom/vendor/angular-ui-router/node_modules/minimatch/package.json</p> <p> Dependency Hierarchy: - grunt-0.4.5.tgz (Root Library) - :x: **minimatch-0.2.14.tgz** (Vulnerable Library) </details> <details><summary><b>minimatch-0.2.9.tgz</b></p></summary> <p>a glob matcher in javascript</p> <p>Library home page: <a href="https://registry.npmjs.org/minimatch/-/minimatch-0.2.9.tgz">https://registry.npmjs.org/minimatch/-/minimatch-0.2.9.tgz</a></p> <p>Path to dependency file: MapLoom/package.json</p> <p>Path to vulnerable library: MapLoom/node_modules/coffeelint/node_modules/glob/node_modules/minimatch/package.json</p> <p> Dependency Hierarchy: - grunt-coffeelint-0.0.6.tgz (Root Library) - coffeelint-0.5.7.tgz - glob-3.1.14.tgz - :x: **minimatch-0.2.9.tgz** (Vulnerable Library) </details> <details><summary><b>minimatch-0.4.0.tgz</b></p></summary> <p>a glob matcher in javascript</p> <p>Library home page: <a href="https://registry.npmjs.org/minimatch/-/minimatch-0.4.0.tgz">https://registry.npmjs.org/minimatch/-/minimatch-0.4.0.tgz</a></p> <p>Path to dependency file: MapLoom/vendor/mgrs/package.json</p> <p>Path to vulnerable library: MapLoom/vendor/mgrs/node_modules/fileset/node_modules/minimatch/package.json</p> <p> Dependency Hierarchy: - istanbul-0.1.46.tgz (Root Library) - fileset-0.1.8.tgz - :x: **minimatch-0.4.0.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/idonthaveafifaaddiction/MapLoom/commit/58d4532ed41534d625ef81d1ac77b1b561e8870b">58d4532ed41534d625ef81d1ac77b1b561e8870b</a></p> <p>Found in base branch: <b>master</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> Minimatch is a minimal matching utility that works by converting glob expressions into JavaScript `RegExp` objects. The primary function, `minimatch(path, pattern)` in Minimatch 3.0.1 and earlier is vulnerable to ReDoS in the `pattern` parameter. <p>Publish Date: 2018-05-31 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2016-10540>CVE-2016-10540</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>7.5</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: 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> </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://nodesecurity.io/advisories/118">https://nodesecurity.io/advisories/118</a></p> <p>Release Date: 2016-06-20</p> <p>Fix Resolution: Update to version 3.0.2 or later.</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"minimatch","packageVersion":"2.0.10","packageFilePaths":["/vendor/mgrs/package.json"],"isTransitiveDependency":true,"dependencyTree":"browserify:8.1.3;glob:4.5.3;minimatch:2.0.10","isMinimumFixVersionAvailable":false},{"packageType":"javascript/Node.js","packageName":"minimatch","packageVersion":"0.3.0","packageFilePaths":["/vendor/bootstrap-sortable/package.json","/package.json","/vendor/bootstrap/package.json","/vendor/mgrs/package.json","/vendor/angular-ui-router/package.json","/vendor/jquery/package.json"],"isTransitiveDependency":true,"dependencyTree":"istanbul:0.1.46;fileset:0.1.8;glob:3.2.11;minimatch:0.3.0","isMinimumFixVersionAvailable":false},{"packageType":"javascript/Node.js","packageName":"minimatch","packageVersion":"0.2.14","packageFilePaths":["/vendor/bootstrap-sortable/package.json","/vendor/bootstrap/package.json","/package.json","/vendor/mgrs/package.json","/vendor/jquery/package.json","/vendor/angular-ui-router/package.json"],"isTransitiveDependency":true,"dependencyTree":"grunt:0.4.5;minimatch:0.2.14","isMinimumFixVersionAvailable":false},{"packageType":"javascript/Node.js","packageName":"minimatch","packageVersion":"0.2.9","packageFilePaths":["/package.json"],"isTransitiveDependency":true,"dependencyTree":"grunt-coffeelint:0.0.6;coffeelint:0.5.7;glob:3.1.14;minimatch:0.2.9","isMinimumFixVersionAvailable":false},{"packageType":"javascript/Node.js","packageName":"minimatch","packageVersion":"0.4.0","packageFilePaths":["/vendor/mgrs/package.json"],"isTransitiveDependency":true,"dependencyTree":"istanbul:0.1.46;fileset:0.1.8;minimatch:0.4.0","isMinimumFixVersionAvailable":false}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2016-10540","vulnerabilityDetails":"Minimatch is a minimal matching utility that works by converting glob expressions into JavaScript `RegExp` objects. The primary function, `minimatch(path, pattern)` in Minimatch 3.0.1 and earlier is vulnerable to ReDoS in the `pattern` parameter.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2016-10540","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
True
CVE-2016-10540 (High) detected in multiple libraries - autoclosed - ## CVE-2016-10540 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>minimatch-2.0.10.tgz</b>, <b>minimatch-0.3.0.tgz</b>, <b>minimatch-0.2.14.tgz</b>, <b>minimatch-0.2.9.tgz</b>, <b>minimatch-0.4.0.tgz</b></p></summary> <p> <details><summary><b>minimatch-2.0.10.tgz</b></p></summary> <p>a glob matcher in javascript</p> <p>Library home page: <a href="https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz">https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz</a></p> <p>Path to dependency file: MapLoom/vendor/mgrs/package.json</p> <p>Path to vulnerable library: MapLoom/vendor/mgrs/node_modules/minimatch/package.json</p> <p> Dependency Hierarchy: - browserify-8.1.3.tgz (Root Library) - glob-4.5.3.tgz - :x: **minimatch-2.0.10.tgz** (Vulnerable Library) </details> <details><summary><b>minimatch-0.3.0.tgz</b></p></summary> <p>a glob matcher in javascript</p> <p>Library home page: <a href="https://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz">https://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz</a></p> <p>Path to dependency file: MapLoom/vendor/bootstrap-sortable/package.json</p> <p>Path to vulnerable library: MapLoom/vendor/bootstrap-sortable/node_modules/findup-sync/node_modules/minimatch/package.json,MapLoom/node_modules/findup-sync/node_modules/minimatch/package.json,MapLoom/vendor/bootstrap/node_modules/findup-sync/node_modules/minimatch/package.json,MapLoom/vendor/mgrs/node_modules/fileset/node_modules/glob/node_modules/minimatch/package.json,MapLoom/vendor/angular-ui-router/node_modules/findup-sync/node_modules/minimatch/package.json,MapLoom/vendor/jquery/node_modules/findup-sync/node_modules/minimatch/package.json</p> <p> Dependency Hierarchy: - istanbul-0.1.46.tgz (Root Library) - fileset-0.1.8.tgz - glob-3.2.11.tgz - :x: **minimatch-0.3.0.tgz** (Vulnerable Library) </details> <details><summary><b>minimatch-0.2.14.tgz</b></p></summary> <p>a glob matcher in javascript</p> <p>Library home page: <a href="https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz">https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz</a></p> <p>Path to dependency file: MapLoom/vendor/bootstrap-sortable/package.json</p> <p>Path to vulnerable library: MapLoom/vendor/bootstrap-sortable/node_modules/minimatch/package.json,MapLoom/vendor/bootstrap/node_modules/minimatch/package.json,MapLoom/node_modules/minimatch/package.json,MapLoom/vendor/mgrs/node_modules/mocha/node_modules/minimatch/package.json,MapLoom/vendor/jquery/node_modules/minimatch/package.json,MapLoom/vendor/angular-ui-router/node_modules/minimatch/package.json</p> <p> Dependency Hierarchy: - grunt-0.4.5.tgz (Root Library) - :x: **minimatch-0.2.14.tgz** (Vulnerable Library) </details> <details><summary><b>minimatch-0.2.9.tgz</b></p></summary> <p>a glob matcher in javascript</p> <p>Library home page: <a href="https://registry.npmjs.org/minimatch/-/minimatch-0.2.9.tgz">https://registry.npmjs.org/minimatch/-/minimatch-0.2.9.tgz</a></p> <p>Path to dependency file: MapLoom/package.json</p> <p>Path to vulnerable library: MapLoom/node_modules/coffeelint/node_modules/glob/node_modules/minimatch/package.json</p> <p> Dependency Hierarchy: - grunt-coffeelint-0.0.6.tgz (Root Library) - coffeelint-0.5.7.tgz - glob-3.1.14.tgz - :x: **minimatch-0.2.9.tgz** (Vulnerable Library) </details> <details><summary><b>minimatch-0.4.0.tgz</b></p></summary> <p>a glob matcher in javascript</p> <p>Library home page: <a href="https://registry.npmjs.org/minimatch/-/minimatch-0.4.0.tgz">https://registry.npmjs.org/minimatch/-/minimatch-0.4.0.tgz</a></p> <p>Path to dependency file: MapLoom/vendor/mgrs/package.json</p> <p>Path to vulnerable library: MapLoom/vendor/mgrs/node_modules/fileset/node_modules/minimatch/package.json</p> <p> Dependency Hierarchy: - istanbul-0.1.46.tgz (Root Library) - fileset-0.1.8.tgz - :x: **minimatch-0.4.0.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/idonthaveafifaaddiction/MapLoom/commit/58d4532ed41534d625ef81d1ac77b1b561e8870b">58d4532ed41534d625ef81d1ac77b1b561e8870b</a></p> <p>Found in base branch: <b>master</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> Minimatch is a minimal matching utility that works by converting glob expressions into JavaScript `RegExp` objects. The primary function, `minimatch(path, pattern)` in Minimatch 3.0.1 and earlier is vulnerable to ReDoS in the `pattern` parameter. <p>Publish Date: 2018-05-31 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2016-10540>CVE-2016-10540</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>7.5</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: 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> </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://nodesecurity.io/advisories/118">https://nodesecurity.io/advisories/118</a></p> <p>Release Date: 2016-06-20</p> <p>Fix Resolution: Update to version 3.0.2 or later.</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"minimatch","packageVersion":"2.0.10","packageFilePaths":["/vendor/mgrs/package.json"],"isTransitiveDependency":true,"dependencyTree":"browserify:8.1.3;glob:4.5.3;minimatch:2.0.10","isMinimumFixVersionAvailable":false},{"packageType":"javascript/Node.js","packageName":"minimatch","packageVersion":"0.3.0","packageFilePaths":["/vendor/bootstrap-sortable/package.json","/package.json","/vendor/bootstrap/package.json","/vendor/mgrs/package.json","/vendor/angular-ui-router/package.json","/vendor/jquery/package.json"],"isTransitiveDependency":true,"dependencyTree":"istanbul:0.1.46;fileset:0.1.8;glob:3.2.11;minimatch:0.3.0","isMinimumFixVersionAvailable":false},{"packageType":"javascript/Node.js","packageName":"minimatch","packageVersion":"0.2.14","packageFilePaths":["/vendor/bootstrap-sortable/package.json","/vendor/bootstrap/package.json","/package.json","/vendor/mgrs/package.json","/vendor/jquery/package.json","/vendor/angular-ui-router/package.json"],"isTransitiveDependency":true,"dependencyTree":"grunt:0.4.5;minimatch:0.2.14","isMinimumFixVersionAvailable":false},{"packageType":"javascript/Node.js","packageName":"minimatch","packageVersion":"0.2.9","packageFilePaths":["/package.json"],"isTransitiveDependency":true,"dependencyTree":"grunt-coffeelint:0.0.6;coffeelint:0.5.7;glob:3.1.14;minimatch:0.2.9","isMinimumFixVersionAvailable":false},{"packageType":"javascript/Node.js","packageName":"minimatch","packageVersion":"0.4.0","packageFilePaths":["/vendor/mgrs/package.json"],"isTransitiveDependency":true,"dependencyTree":"istanbul:0.1.46;fileset:0.1.8;minimatch:0.4.0","isMinimumFixVersionAvailable":false}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2016-10540","vulnerabilityDetails":"Minimatch is a minimal matching utility that works by converting glob expressions into JavaScript `RegExp` objects. The primary function, `minimatch(path, pattern)` in Minimatch 3.0.1 and earlier is vulnerable to ReDoS in the `pattern` parameter.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2016-10540","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
non_defect
cve high detected in multiple libraries autoclosed cve high severity vulnerability vulnerable libraries minimatch tgz minimatch tgz minimatch tgz minimatch tgz minimatch tgz minimatch tgz a glob matcher in javascript library home page a href path to dependency file maploom vendor mgrs package json path to vulnerable library maploom vendor mgrs node modules minimatch package json dependency hierarchy browserify tgz root library glob tgz x minimatch tgz vulnerable library minimatch tgz a glob matcher in javascript library home page a href path to dependency file maploom vendor bootstrap sortable package json path to vulnerable library maploom vendor bootstrap sortable node modules findup sync node modules minimatch package json maploom node modules findup sync node modules minimatch package json maploom vendor bootstrap node modules findup sync node modules minimatch package json maploom vendor mgrs node modules fileset node modules glob node modules minimatch package json maploom vendor angular ui router node modules findup sync node modules minimatch package json maploom vendor jquery node modules findup sync node modules minimatch package json dependency hierarchy istanbul tgz root library fileset tgz glob tgz x minimatch tgz vulnerable library minimatch tgz a glob matcher in javascript library home page a href path to dependency file maploom vendor bootstrap sortable package json path to vulnerable library maploom vendor bootstrap sortable node modules minimatch package json maploom vendor bootstrap node modules minimatch package json maploom node modules minimatch package json maploom vendor mgrs node modules mocha node modules minimatch package json maploom vendor jquery node modules minimatch package json maploom vendor angular ui router node modules minimatch package json dependency hierarchy grunt tgz root library x minimatch tgz vulnerable library minimatch tgz a glob matcher in javascript library home page a href path to dependency file maploom package json path to vulnerable library maploom node modules coffeelint node modules glob node modules minimatch package json dependency hierarchy grunt coffeelint tgz root library coffeelint tgz glob tgz x minimatch tgz vulnerable library minimatch tgz a glob matcher in javascript library home page a href path to dependency file maploom vendor mgrs package json path to vulnerable library maploom vendor mgrs node modules fileset node modules minimatch package json dependency hierarchy istanbul tgz root library fileset tgz x minimatch tgz vulnerable library found in head commit a href found in base branch master vulnerability details minimatch is a minimal matching utility that works by converting glob expressions into javascript regexp objects the primary function minimatch path pattern in minimatch and earlier is vulnerable to redos in the pattern parameter 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 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 update to version or later isopenpronvulnerability false ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree browserify glob minimatch isminimumfixversionavailable false packagetype javascript node js packagename minimatch packageversion packagefilepaths istransitivedependency true dependencytree istanbul fileset glob minimatch isminimumfixversionavailable false packagetype javascript node js packagename minimatch packageversion packagefilepaths istransitivedependency true dependencytree grunt minimatch isminimumfixversionavailable false packagetype javascript node js packagename minimatch packageversion packagefilepaths istransitivedependency true dependencytree grunt coffeelint coffeelint glob minimatch isminimumfixversionavailable false packagetype javascript node js packagename minimatch packageversion packagefilepaths istransitivedependency true dependencytree istanbul fileset minimatch isminimumfixversionavailable false basebranches vulnerabilityidentifier cve vulnerabilitydetails minimatch is a minimal matching utility that works by converting glob expressions into javascript regexp objects the primary function minimatch path pattern in minimatch and earlier is vulnerable to redos in the pattern parameter vulnerabilityurl
0
1,065
2,594,525,529
IssuesEvent
2015-02-20 04:48:37
paulirish/mutation-summary
https://api.github.com/repos/paulirish/mutation-summary
opened
MutationSummary is not defined in Chrome 21 dev
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Open a new tab to about:blank 2. Hit Ctrl-Shift-J to go to console 3. type: function hi(summaries) { console.log("here are the summaries!: "); console.log(summaries); } var summaryObserver = new MutationSummary({ callback: hi }); What is the expected output? What do you see instead? Expected the MutationSummary to be created successfully, so: 'undefined' should be returned from the var statement. I thought my code would work since the main page on http://code.google.com/p/mutation-summary says this object was shipped in Chrome 18. Instead, I get: "ReferenceError: MutationSummary is not defined" There's probably something important that I'm missing. Sorry, I'm new to this, this is my first post! What version of the product are you using? On what operating system? Chrome Version 21.0.1145.0 dev Please provide any additional information below. ``` ----- Original issue reported on code.google.com by `lunde...@gmail.com` on 23 May 2012 at 7:22
1.0
MutationSummary is not defined in Chrome 21 dev - ``` What steps will reproduce the problem? 1. Open a new tab to about:blank 2. Hit Ctrl-Shift-J to go to console 3. type: function hi(summaries) { console.log("here are the summaries!: "); console.log(summaries); } var summaryObserver = new MutationSummary({ callback: hi }); What is the expected output? What do you see instead? Expected the MutationSummary to be created successfully, so: 'undefined' should be returned from the var statement. I thought my code would work since the main page on http://code.google.com/p/mutation-summary says this object was shipped in Chrome 18. Instead, I get: "ReferenceError: MutationSummary is not defined" There's probably something important that I'm missing. Sorry, I'm new to this, this is my first post! What version of the product are you using? On what operating system? Chrome Version 21.0.1145.0 dev Please provide any additional information below. ``` ----- Original issue reported on code.google.com by `lunde...@gmail.com` on 23 May 2012 at 7:22
defect
mutationsummary is not defined in chrome dev what steps will reproduce the problem open a new tab to about blank hit ctrl shift j to go to console type function hi summaries console log here are the summaries console log summaries var summaryobserver new mutationsummary callback hi what is the expected output what do you see instead expected the mutationsummary to be created successfully so undefined should be returned from the var statement i thought my code would work since the main page on says this object was shipped in chrome instead i get referenceerror mutationsummary is not defined there s probably something important that i m missing sorry i m new to this this is my first post what version of the product are you using on what operating system chrome version dev please provide any additional information below original issue reported on code google com by lunde gmail com on may at
1
71,904
23,847,108,581
IssuesEvent
2022-09-06 14:47:30
scipy/scipy
https://api.github.com/repos/scipy/scipy
opened
BUG: [issue in scipy.optimize.shgo, for COBYLA's minimizer_kwargs in scipy.optimize._shgo.py]
defect
### Describe your issue. In file scipy.optimize._shgo.py on line 557 in the declaration of solver_args, the solver method's specific arguments, the 'catol' as one of COBYLA's method specific argument is missing, leading this argument to be removed on line 584: " _restrict_to_keys(self.minimizer_kwargs['options'], self.min_solver_args + ['ftol'])" Therefore the catol args is reset to its default value when cobyla is called upon each value of the minimizer pool (same issue with 'rhobeg' argument). Please fix this in the next patch, Have a good day. ![issue_coybla_args_in_shgo](https://user-images.githubusercontent.com/67007859/188654988-ca31db08-ec2b-434d-971f-c16e880aa457.png) See attached example, print the catol value used in cobyla minimizer compared with the 0.05 catol args passed as argument in the minimizer_kwargs of shgo. ### Reproducing Code Example ```python import numpy as np from scipy.optimize import shgo def eggholder(x): return (-(x[1] + 47) * np.sin(np.sqrt(abs(x[0]/2 + (x[1] + 47)))) -x[0] * np.sin(np.sqrt(abs(x[0] - (x[1] + 47))))) bounds = [(-512, 512), (-512, 512)] def cons(x): return x[0] - 0 res_optim = shgo(func=eggholder, bounds=bounds, constraints = {'fun': cons, 'type': 'ineq'}, minimizer_kwargs={ 'method': 'COBYLA', 'options': { 'rhobeg': 5, 'tol': 5e-1, 'catol': 0.05 } }, n=200, iters=5, options={ 'f_tol': 5e-5, 'disp': True }) ``` ### Error message ```shell No error ``` ### SciPy/NumPy/Python version information 1.8.1 1.23.1 sys.version_info(major=3, minor=10, micro=1, releaselevel='final', serial=0)
1.0
BUG: [issue in scipy.optimize.shgo, for COBYLA's minimizer_kwargs in scipy.optimize._shgo.py] - ### Describe your issue. In file scipy.optimize._shgo.py on line 557 in the declaration of solver_args, the solver method's specific arguments, the 'catol' as one of COBYLA's method specific argument is missing, leading this argument to be removed on line 584: " _restrict_to_keys(self.minimizer_kwargs['options'], self.min_solver_args + ['ftol'])" Therefore the catol args is reset to its default value when cobyla is called upon each value of the minimizer pool (same issue with 'rhobeg' argument). Please fix this in the next patch, Have a good day. ![issue_coybla_args_in_shgo](https://user-images.githubusercontent.com/67007859/188654988-ca31db08-ec2b-434d-971f-c16e880aa457.png) See attached example, print the catol value used in cobyla minimizer compared with the 0.05 catol args passed as argument in the minimizer_kwargs of shgo. ### Reproducing Code Example ```python import numpy as np from scipy.optimize import shgo def eggholder(x): return (-(x[1] + 47) * np.sin(np.sqrt(abs(x[0]/2 + (x[1] + 47)))) -x[0] * np.sin(np.sqrt(abs(x[0] - (x[1] + 47))))) bounds = [(-512, 512), (-512, 512)] def cons(x): return x[0] - 0 res_optim = shgo(func=eggholder, bounds=bounds, constraints = {'fun': cons, 'type': 'ineq'}, minimizer_kwargs={ 'method': 'COBYLA', 'options': { 'rhobeg': 5, 'tol': 5e-1, 'catol': 0.05 } }, n=200, iters=5, options={ 'f_tol': 5e-5, 'disp': True }) ``` ### Error message ```shell No error ``` ### SciPy/NumPy/Python version information 1.8.1 1.23.1 sys.version_info(major=3, minor=10, micro=1, releaselevel='final', serial=0)
defect
bug describe your issue in file scipy optimize shgo py on line in the declaration of solver args the solver method s specific arguments the catol as one of cobyla s method specific argument is missing leading this argument to be removed on line restrict to keys self minimizer kwargs self min solver args therefore the catol args is reset to its default value when cobyla is called upon each value of the minimizer pool same issue with rhobeg argument please fix this in the next patch have a good day see attached example print the catol value used in cobyla minimizer compared with the catol args passed as argument in the minimizer kwargs of shgo reproducing code example python import numpy as np from scipy optimize import shgo def eggholder x return x np sin np sqrt abs x x x np sin np sqrt abs x x bounds def cons x return x res optim shgo func eggholder bounds bounds constraints fun cons type ineq minimizer kwargs method cobyla options rhobeg tol catol n iters options f tol disp true error message shell no error scipy numpy python version information sys version info major minor micro releaselevel final serial
1
234,509
17,988,798,851
IssuesEvent
2021-09-15 01:20:28
KaiserLeo7/QuickSands
https://api.github.com/repos/KaiserLeo7/QuickSands
closed
Group Work September 8 - 14
documentation
- Moved #153 to stretch goals - Added #187 to stretch goals - Added more audio to game actions #175 - Discovered bug where town music would continuously play rather than restarting #185 - Finished editing the general good and quest management scenes #180 - Fixed bug preventing town audio from resetting when entering new town #185 - Found and added audio #175 - Discovered and fixed bug causing game to crash when loading in to the travel scene -
1.0
Group Work September 8 - 14 - - Moved #153 to stretch goals - Added #187 to stretch goals - Added more audio to game actions #175 - Discovered bug where town music would continuously play rather than restarting #185 - Finished editing the general good and quest management scenes #180 - Fixed bug preventing town audio from resetting when entering new town #185 - Found and added audio #175 - Discovered and fixed bug causing game to crash when loading in to the travel scene -
non_defect
group work september moved to stretch goals added to stretch goals added more audio to game actions discovered bug where town music would continuously play rather than restarting finished editing the general good and quest management scenes fixed bug preventing town audio from resetting when entering new town found and added audio discovered and fixed bug causing game to crash when loading in to the travel scene
0
29,538
5,715,963,269
IssuesEvent
2017-04-19 14:13:54
bancika/diy-layout-creator
https://api.github.com/repos/bancika/diy-layout-creator
closed
Trace-Layers & Trace-Attributes
auto-migrated Priority-Medium Type-Defect
``` Man I've waited for the new release for years.. Nice new features!! And I recently found an old one: The little button for the overview-screen at the point where the scrollbars meet. ...fonkey.. There is another issue with the trace-stuff.. ..or two.. 1. They can have different layers resulting in more trace-mask-printouts (is this doing anything else?). But this is doing nothing on screen. It would be nice if all the trace-stuff (traces, solder-pads etc.) of one layer would lay on top of or beneath another layer. (..this would allow as well some "trace-outlining" ,I wrote about in another post..:P.) Now it's like (if I got it right): Pads__Layer1 Pads__Layer2 TracesLayer1 TracesLayer2 But maybe it should be like this: Pads__Layer1 TracesLayer1 Pads__Layer2 TracesLayer2 2. If you select some components of different type, and choose "edit selection" all the identical attributes are shown. But this seems not to work only with trace-stuff! There only the layer-attribute is appearing. ...color and so on would be nice too... Oh and what's about a "text+box"?! Then one can see the text even on confusing backgrounds..?!? Or "text+dropshadow"... ``` Original issue reported on code.google.com by `pen...@web.de` on 16 Oct 2012 at 10:43
1.0
Trace-Layers & Trace-Attributes - ``` Man I've waited for the new release for years.. Nice new features!! And I recently found an old one: The little button for the overview-screen at the point where the scrollbars meet. ...fonkey.. There is another issue with the trace-stuff.. ..or two.. 1. They can have different layers resulting in more trace-mask-printouts (is this doing anything else?). But this is doing nothing on screen. It would be nice if all the trace-stuff (traces, solder-pads etc.) of one layer would lay on top of or beneath another layer. (..this would allow as well some "trace-outlining" ,I wrote about in another post..:P.) Now it's like (if I got it right): Pads__Layer1 Pads__Layer2 TracesLayer1 TracesLayer2 But maybe it should be like this: Pads__Layer1 TracesLayer1 Pads__Layer2 TracesLayer2 2. If you select some components of different type, and choose "edit selection" all the identical attributes are shown. But this seems not to work only with trace-stuff! There only the layer-attribute is appearing. ...color and so on would be nice too... Oh and what's about a "text+box"?! Then one can see the text even on confusing backgrounds..?!? Or "text+dropshadow"... ``` Original issue reported on code.google.com by `pen...@web.de` on 16 Oct 2012 at 10:43
defect
trace layers trace attributes man i ve waited for the new release for years nice new features and i recently found an old one the little button for the overview screen at the point where the scrollbars meet fonkey there is another issue with the trace stuff or two they can have different layers resulting in more trace mask printouts is this doing anything else but this is doing nothing on screen it would be nice if all the trace stuff traces solder pads etc of one layer would lay on top of or beneath another layer this would allow as well some trace outlining i wrote about in another post p now it s like if i got it right pads pads but maybe it should be like this pads pads if you select some components of different type and choose edit selection all the identical attributes are shown but this seems not to work only with trace stuff there only the layer attribute is appearing color and so on would be nice too oh and what s about a text box then one can see the text even on confusing backgrounds or text dropshadow original issue reported on code google com by pen web de on oct at
1
27,325
4,965,458,888
IssuesEvent
2016-12-04 09:42:18
otros-systems/otroslogviewer
https://api.github.com/repos/otros-systems/otroslogviewer
closed
Tailing a large fail as a strange behaviour
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Tail a remote large file (more than 200Mb) 2. The events are being shown from the beginning of the file and it takes a long time until the actual end is reached. What is the expected output? What do you see instead? Tail should display the end of the file, not starting at the beginning. What version of the product are you using? On what operating system? Build 2011-10-14 -> windows 7 Please provide any additional information below. ``` Original issue reported on code.google.com by `marco.a....@gmail.com` on 21 Dec 2011 at 3:17
1.0
Tailing a large fail as a strange behaviour - ``` What steps will reproduce the problem? 1. Tail a remote large file (more than 200Mb) 2. The events are being shown from the beginning of the file and it takes a long time until the actual end is reached. What is the expected output? What do you see instead? Tail should display the end of the file, not starting at the beginning. What version of the product are you using? On what operating system? Build 2011-10-14 -> windows 7 Please provide any additional information below. ``` Original issue reported on code.google.com by `marco.a....@gmail.com` on 21 Dec 2011 at 3:17
defect
tailing a large fail as a strange behaviour what steps will reproduce the problem tail a remote large file more than the events are being shown from the beginning of the file and it takes a long time until the actual end is reached what is the expected output what do you see instead tail should display the end of the file not starting at the beginning what version of the product are you using on what operating system build windows please provide any additional information below original issue reported on code google com by marco a gmail com on dec at
1
55,611
14,595,089,708
IssuesEvent
2020-12-20 09:41:23
AeroScripts/QuestieDev
https://api.github.com/repos/AeroScripts/QuestieDev
closed
Error when accepting "Investigate the Scourge of <City>" quests.
Type - Defect
## Bug description When accepting the six quests listed on [this Wowhead](https://classic.wowhead.com/guides/wow-classic-scourge-invasions#scourge-invasion-quests) guide under "2. Investigate the Scourge" you get an error message. The quests also do not show up as availabe on the map or the minimap, I guess they simple are not in the database. ## Screenshots ![city](https://user-images.githubusercontent.com/24671315/101299060-f2eaec80-3830-11eb-94b5-ca4ea2ae8b87.jpg) ## Questie version 6.2.3
1.0
Error when accepting "Investigate the Scourge of <City>" quests. - ## Bug description When accepting the six quests listed on [this Wowhead](https://classic.wowhead.com/guides/wow-classic-scourge-invasions#scourge-invasion-quests) guide under "2. Investigate the Scourge" you get an error message. The quests also do not show up as availabe on the map or the minimap, I guess they simple are not in the database. ## Screenshots ![city](https://user-images.githubusercontent.com/24671315/101299060-f2eaec80-3830-11eb-94b5-ca4ea2ae8b87.jpg) ## Questie version 6.2.3
defect
error when accepting investigate the scourge of quests bug description when accepting the six quests listed on guide under investigate the scourge you get an error message the quests also do not show up as availabe on the map or the minimap i guess they simple are not in the database screenshots questie version
1
2,729
5,475,844,797
IssuesEvent
2017-03-11 15:18:55
Maikuolan/phpMussel
https://api.github.com/repos/Maikuolan/phpMussel
closed
PHP CompatInfo analysis (FYI)
Compatibility QA
``` >php phpcompatinfo-4.2.0.phar analyser:run . Data Source Analysed Directories 2 Files 4 Extensions Analysis Extension Matches REF EXT min/Max PHP min/Max PHP all Core Core 4.0.0 5.4.0 bz2 bz2 4.0.4 4.0.4 date date 4.0.0 4.0.0 hash hash 1.1 4.0.0 lzf lzf 0.1 4.0.0 pcre pcre 4.0.0 4.0.0 standard standard 4.0.0 4.0.0 5.5.0 zip zip 1.0 4.3.0 zlib zlib 4.0.4 4.0.4 5.4.0 Total [9] 4.3.0 5.5.0 Namespaces Analysis Namespace Matches REF EXT min/Max PHP min/Max PHP all +global Core 4.0.0 5.5.0 Total [1] 4.0.0 5.5.0 No interface found No trait found No class found Functions Analysis Function Matches REF EXT min/Max PHP min/Max ReadUpdateFile 7 user 4.0.0 base64_decode 11 standard 4.0.0 4.0.0 base64_encode 1 standard 4.0.0 4.0.0 C bin2hex 14 standard 4.0.0 4.0.0 C bzdecompress 2 bz2 4.0.4 4.0.4 ceil 2 standard 4.0.0 4.0.0 chr 2 standard 4.0.0 4.0.0 C cli_set_process_title 2 standard 5.5.0 5.5.0 closedir 2 standard 4.0.0 4.0.0 count 168 standard 4.0.0 4.0.0 date 8 date 4.0.0 4.0.0 dechex 2 standard 4.0.0 4.0.0 define 4 Core 4.0.0 4.0.0 defined 5 Core 4.0.0 4.0.0 error_reporting 2 Core 4.0.0 4.0.0 explode 279 standard 4.0.0 4.0.0 fclose 18 standard 4.0.0 4.0.0 fgets 2 standard 4.0.0 4.0.0 file 125 standard 4.0.0 4.0.0 file_exists 28 standard 4.0.0 4.0.0 file_get_contents 1 standard 4.3.0 4.3.0 filesize 4 standard 4.0.0 4.0.0 fopen 19 standard 4.0.0 4.0.0 fread 2 standard 4.0.0 4.0.0 ftruncate 2 standard 4.0.0 4.0.0 function_exists 26 Core 4.0.0 4.0.0 fwrite 16 standard 4.0.0 4.0.0 C gzdecode 2 zlib 5.4.0 5.4.0 C gzdeflate 1 zlib 4.0.4 4.0.4 C gzinflate 8 zlib 4.0.4 4.0.4 hash 15 hash 1.1 4.0.0 header 8 standard 4.0.0 4.0.0 C hex2bin 6 standard 5.4.0 5.4.0 hexdec 3 standard 4.0.0 4.0.0 html_entity_decode 1 standard 4.3.0 4.3.0 implode 81 standard 4.0.0 4.0.0 C implode_md 19 user 4.0.0 ini_get 3 standard 4.0.0 4.0.0 ini_set 6 standard 4.0.0 4.0.0 is_array 132 standard 4.0.0 4.0.0 is_dir 10 standard 4.0.0 4.0.0 is_file 9 standard 4.0.0 4.0.0 is_link 2 standard 4.0.0 4.0.0 is_uploaded_file 7 standard 4.0.3 4.0.3 key 8 standard 4.0.0 4.0.0 C levenshtein 4 standard 4.0.1 4.0.1 C lv_match 3 user 4.0.0 C lzf_decompress 1 lzf 0.1 4.0.0 md5 31 standard 4.0.0 4.0.0 next 5 standard 4.0.0 4.0.0 opendir 2 standard 4.0.0 4.0.0 ord 2 standard 4.0.0 4.0.0 pack 1 standard 4.0.0 4.0.0 parse_ini_file 1 standard 4.0.0 4.0.0 parse_str 1 standard 4.0.0 4.0.0 pclose 1 standard 4.0.0 4.0.0 phpMussel 2 user 4.0.0 phpMusselD 3 user 4.0.0 5.0.0 phpMusselFile 7 user 4.0.0 C phpMusselFork 6 user 4.0.0 phpMusselMemUse 3 user 4.0.0 phpMusselQ 4 user 4.0.0 4.0.1 phpMusselR 4 user 4.0.0 4.3.0 phpMussel_mail user 4.0.0 php_sapi_name 1 standard 4.0.1 4.0.1 C plaintext_echo_die 24 user 4.0.0 popen 1 standard 4.0.0 4.0.0 preg_match 502 pcre 4.0.0 4.0.0 preg_match_all 14 pcre 4.0.0 4.0.0 preg_replace 3 pcre 4.0.0 4.0.0 preg_split 76 pcre 4.0.0 4.0.0 prescan_decode 6 user 4.0.0 5.0.0 prescan_normalise 4 user 4.0.0 5.0.0 prescan_xmlxdp 2 user 4.0.0 readdir 2 standard 4.0.0 4.0.0 reset 2 standard 4.0.0 4.0.0 round 1 standard 4.0.0 4.0.0 C scandir 6 standard 5.0.0 5.0.0 sha1 4 standard 4.3.0 4.3.0 sleep 1 standard 4.0.0 4.0.0 split_nibble 3 user 4.0.0 str_ireplace 15 standard 5.0.0 5.0.0 str_len 1 user 4.0.0 str_pad 2 standard 4.0.1 4.0.1 str_repeat 1 standard 4.0.0 4.0.0 str_replace 9 standard 4.0.0 4.0.0 str_rot13 8 standard 4.2.0 4.2.0 C str_split standard 5.0.0 5.0.0 stream_context_create 1 standard 4.3.0 4.3.0 strlen 142 Core 4.0.0 4.0.0 strpos 7 standard 4.0.0 4.0.0 strrpos 2 standard 4.0.0 4.0.0 strtolower 32 standard 4.0.0 4.0.0 strtoupper 1 standard 4.0.0 4.0.0 substr 787 standard 4.0.0 4.0.0 substr_compare_hex 2 user 4.0.0 substr_count 671 standard 4.0.0 4.0.0 C substraf 76 user 4.0.0 C substral 11 user 4.0.0 C substrbf 14 user 4.0.0 C substrbl 18 user 4.0.0 time 23 date 4.0.0 4.0.0 trim 12 standard 4.0.0 4.0.0 unlink 17 standard 4.0.0 4.0.0 unpack 8 standard 4.0.0 4.0.0 urldecode 1 standard 4.0.0 4.0.0 urlencode 7 standard 4.0.0 4.0.0 vn_shorthand 93 user 4.0.0 zip_entry_filesize 1 zip 1.0 4.3.0 zip_entry_name 1 zip 1.0 4.3.0 zip_entry_read 1 zip 1.0 4.3.0 C zip_open 1 zip 1.0 4.3.0 zip_read 1 zip 1.0 4.3.0 Total [113] 5.0.0 Constants Analysis Constant Matches REF EXT min/Max PHP min/Max C PHP_BINARY 1 Core 5.4.0 5.4.0 PHP_OS 1 Core 4.0.0 4.0.0 PREG_SPLIT_NO_EMPTY 76 pcre 4.0.0 4.0.0 false 190 Core 4.0.0 4.0.0 mussel_os 3 user 4.0.0 mussel_php 4 user 4.0.0 mussel_sapi 3 user 4.0.0 C phpMussel user 4.0.0 true 253 Core 4.0.0 4.0.0 Total [9] 4.0.0 Conditions Analysis Condition Matches REF EXT min/Max PHP min/ Max defined(PHP_BINARY) 1 Core 5.4.0 5.4.0 defined(phpMussel) 4 user 4.0.0 function_exists(bin2hex) 1 standard 4.0.0 4.0.0 function_exists(bzdecompress) 2 bz2 4.0.4 4.0.4 function_exists(cli_set_process_title) 2 standard 5.5.0 5.5.0 function_exists(gzdecode) 2 zlib 5.4.0 5.4.0 function_exists(gzdeflate) 1 zlib 4.0.4 4.0.4 function_exists(gzinflate) 2 zlib 4.0.4 4.0.4 function_exists(hex2bin) 1 standard 5.4.0 5.4.0 function_exists(implode_md) 1 user 4.0.0 function_exists(levenshtein) 1 standard 4.0.1 4.0.1 function_exists(lv_match) 1 user 4.0.0 function_exists(lzf_decompress) 1 lzf 0.1 4.0.0 function_exists(phpMusselFork) 3 user 4.0.0 function_exists(plaintext_echo_die) 1 user 4.0.0 function_exists(scandir) 1 standard 5.0.0 5.0.0 function_exists(str_split) 1 standard 5.0.0 5.0.0 function_exists(substraf) 1 user 4.0.0 function_exists(substral) 1 user 4.0.0 function_exists(substrbf) 1 user 4.0.0 function_exists(substrbl) 1 user 4.0.0 function_exists(zip_open) 1 zip 1.0 4.3.0 Total [22] 5.5.0 Requires PHP 4.3.0 (min), PHP 5.5.0 (all) ```
True
PHP CompatInfo analysis (FYI) - ``` >php phpcompatinfo-4.2.0.phar analyser:run . Data Source Analysed Directories 2 Files 4 Extensions Analysis Extension Matches REF EXT min/Max PHP min/Max PHP all Core Core 4.0.0 5.4.0 bz2 bz2 4.0.4 4.0.4 date date 4.0.0 4.0.0 hash hash 1.1 4.0.0 lzf lzf 0.1 4.0.0 pcre pcre 4.0.0 4.0.0 standard standard 4.0.0 4.0.0 5.5.0 zip zip 1.0 4.3.0 zlib zlib 4.0.4 4.0.4 5.4.0 Total [9] 4.3.0 5.5.0 Namespaces Analysis Namespace Matches REF EXT min/Max PHP min/Max PHP all +global Core 4.0.0 5.5.0 Total [1] 4.0.0 5.5.0 No interface found No trait found No class found Functions Analysis Function Matches REF EXT min/Max PHP min/Max ReadUpdateFile 7 user 4.0.0 base64_decode 11 standard 4.0.0 4.0.0 base64_encode 1 standard 4.0.0 4.0.0 C bin2hex 14 standard 4.0.0 4.0.0 C bzdecompress 2 bz2 4.0.4 4.0.4 ceil 2 standard 4.0.0 4.0.0 chr 2 standard 4.0.0 4.0.0 C cli_set_process_title 2 standard 5.5.0 5.5.0 closedir 2 standard 4.0.0 4.0.0 count 168 standard 4.0.0 4.0.0 date 8 date 4.0.0 4.0.0 dechex 2 standard 4.0.0 4.0.0 define 4 Core 4.0.0 4.0.0 defined 5 Core 4.0.0 4.0.0 error_reporting 2 Core 4.0.0 4.0.0 explode 279 standard 4.0.0 4.0.0 fclose 18 standard 4.0.0 4.0.0 fgets 2 standard 4.0.0 4.0.0 file 125 standard 4.0.0 4.0.0 file_exists 28 standard 4.0.0 4.0.0 file_get_contents 1 standard 4.3.0 4.3.0 filesize 4 standard 4.0.0 4.0.0 fopen 19 standard 4.0.0 4.0.0 fread 2 standard 4.0.0 4.0.0 ftruncate 2 standard 4.0.0 4.0.0 function_exists 26 Core 4.0.0 4.0.0 fwrite 16 standard 4.0.0 4.0.0 C gzdecode 2 zlib 5.4.0 5.4.0 C gzdeflate 1 zlib 4.0.4 4.0.4 C gzinflate 8 zlib 4.0.4 4.0.4 hash 15 hash 1.1 4.0.0 header 8 standard 4.0.0 4.0.0 C hex2bin 6 standard 5.4.0 5.4.0 hexdec 3 standard 4.0.0 4.0.0 html_entity_decode 1 standard 4.3.0 4.3.0 implode 81 standard 4.0.0 4.0.0 C implode_md 19 user 4.0.0 ini_get 3 standard 4.0.0 4.0.0 ini_set 6 standard 4.0.0 4.0.0 is_array 132 standard 4.0.0 4.0.0 is_dir 10 standard 4.0.0 4.0.0 is_file 9 standard 4.0.0 4.0.0 is_link 2 standard 4.0.0 4.0.0 is_uploaded_file 7 standard 4.0.3 4.0.3 key 8 standard 4.0.0 4.0.0 C levenshtein 4 standard 4.0.1 4.0.1 C lv_match 3 user 4.0.0 C lzf_decompress 1 lzf 0.1 4.0.0 md5 31 standard 4.0.0 4.0.0 next 5 standard 4.0.0 4.0.0 opendir 2 standard 4.0.0 4.0.0 ord 2 standard 4.0.0 4.0.0 pack 1 standard 4.0.0 4.0.0 parse_ini_file 1 standard 4.0.0 4.0.0 parse_str 1 standard 4.0.0 4.0.0 pclose 1 standard 4.0.0 4.0.0 phpMussel 2 user 4.0.0 phpMusselD 3 user 4.0.0 5.0.0 phpMusselFile 7 user 4.0.0 C phpMusselFork 6 user 4.0.0 phpMusselMemUse 3 user 4.0.0 phpMusselQ 4 user 4.0.0 4.0.1 phpMusselR 4 user 4.0.0 4.3.0 phpMussel_mail user 4.0.0 php_sapi_name 1 standard 4.0.1 4.0.1 C plaintext_echo_die 24 user 4.0.0 popen 1 standard 4.0.0 4.0.0 preg_match 502 pcre 4.0.0 4.0.0 preg_match_all 14 pcre 4.0.0 4.0.0 preg_replace 3 pcre 4.0.0 4.0.0 preg_split 76 pcre 4.0.0 4.0.0 prescan_decode 6 user 4.0.0 5.0.0 prescan_normalise 4 user 4.0.0 5.0.0 prescan_xmlxdp 2 user 4.0.0 readdir 2 standard 4.0.0 4.0.0 reset 2 standard 4.0.0 4.0.0 round 1 standard 4.0.0 4.0.0 C scandir 6 standard 5.0.0 5.0.0 sha1 4 standard 4.3.0 4.3.0 sleep 1 standard 4.0.0 4.0.0 split_nibble 3 user 4.0.0 str_ireplace 15 standard 5.0.0 5.0.0 str_len 1 user 4.0.0 str_pad 2 standard 4.0.1 4.0.1 str_repeat 1 standard 4.0.0 4.0.0 str_replace 9 standard 4.0.0 4.0.0 str_rot13 8 standard 4.2.0 4.2.0 C str_split standard 5.0.0 5.0.0 stream_context_create 1 standard 4.3.0 4.3.0 strlen 142 Core 4.0.0 4.0.0 strpos 7 standard 4.0.0 4.0.0 strrpos 2 standard 4.0.0 4.0.0 strtolower 32 standard 4.0.0 4.0.0 strtoupper 1 standard 4.0.0 4.0.0 substr 787 standard 4.0.0 4.0.0 substr_compare_hex 2 user 4.0.0 substr_count 671 standard 4.0.0 4.0.0 C substraf 76 user 4.0.0 C substral 11 user 4.0.0 C substrbf 14 user 4.0.0 C substrbl 18 user 4.0.0 time 23 date 4.0.0 4.0.0 trim 12 standard 4.0.0 4.0.0 unlink 17 standard 4.0.0 4.0.0 unpack 8 standard 4.0.0 4.0.0 urldecode 1 standard 4.0.0 4.0.0 urlencode 7 standard 4.0.0 4.0.0 vn_shorthand 93 user 4.0.0 zip_entry_filesize 1 zip 1.0 4.3.0 zip_entry_name 1 zip 1.0 4.3.0 zip_entry_read 1 zip 1.0 4.3.0 C zip_open 1 zip 1.0 4.3.0 zip_read 1 zip 1.0 4.3.0 Total [113] 5.0.0 Constants Analysis Constant Matches REF EXT min/Max PHP min/Max C PHP_BINARY 1 Core 5.4.0 5.4.0 PHP_OS 1 Core 4.0.0 4.0.0 PREG_SPLIT_NO_EMPTY 76 pcre 4.0.0 4.0.0 false 190 Core 4.0.0 4.0.0 mussel_os 3 user 4.0.0 mussel_php 4 user 4.0.0 mussel_sapi 3 user 4.0.0 C phpMussel user 4.0.0 true 253 Core 4.0.0 4.0.0 Total [9] 4.0.0 Conditions Analysis Condition Matches REF EXT min/Max PHP min/ Max defined(PHP_BINARY) 1 Core 5.4.0 5.4.0 defined(phpMussel) 4 user 4.0.0 function_exists(bin2hex) 1 standard 4.0.0 4.0.0 function_exists(bzdecompress) 2 bz2 4.0.4 4.0.4 function_exists(cli_set_process_title) 2 standard 5.5.0 5.5.0 function_exists(gzdecode) 2 zlib 5.4.0 5.4.0 function_exists(gzdeflate) 1 zlib 4.0.4 4.0.4 function_exists(gzinflate) 2 zlib 4.0.4 4.0.4 function_exists(hex2bin) 1 standard 5.4.0 5.4.0 function_exists(implode_md) 1 user 4.0.0 function_exists(levenshtein) 1 standard 4.0.1 4.0.1 function_exists(lv_match) 1 user 4.0.0 function_exists(lzf_decompress) 1 lzf 0.1 4.0.0 function_exists(phpMusselFork) 3 user 4.0.0 function_exists(plaintext_echo_die) 1 user 4.0.0 function_exists(scandir) 1 standard 5.0.0 5.0.0 function_exists(str_split) 1 standard 5.0.0 5.0.0 function_exists(substraf) 1 user 4.0.0 function_exists(substral) 1 user 4.0.0 function_exists(substrbf) 1 user 4.0.0 function_exists(substrbl) 1 user 4.0.0 function_exists(zip_open) 1 zip 1.0 4.3.0 Total [22] 5.5.0 Requires PHP 4.3.0 (min), PHP 5.5.0 (all) ```
non_defect
php compatinfo analysis fyi php phpcompatinfo phar analyser run data source analysed directories files extensions analysis extension matches ref ext min max php min max php all core core date date hash hash lzf lzf pcre pcre standard standard zip zip zlib zlib total namespaces analysis namespace matches ref ext min max php min max php all global core total no interface found no trait found no class found functions analysis function matches ref ext min max php min max readupdatefile user decode standard encode standard c standard c bzdecompress ceil standard chr standard c cli set process title standard closedir standard count standard date date dechex standard define core defined core error reporting core explode standard fclose standard fgets standard file standard file exists standard file get contents standard filesize standard fopen standard fread standard ftruncate standard function exists core fwrite standard c gzdecode zlib c gzdeflate zlib c gzinflate zlib hash hash header standard c standard hexdec standard html entity decode standard implode standard c implode md user ini get standard ini set standard is array standard is dir standard is file standard is link standard is uploaded file standard key standard c levenshtein standard c lv match user c lzf decompress lzf standard next standard opendir standard ord standard pack standard parse ini file standard parse str standard pclose standard phpmussel user phpmusseld user phpmusselfile user c phpmusselfork user phpmusselmemuse user phpmusselq user phpmusselr user phpmussel mail user php sapi name standard c plaintext echo die user popen standard preg match pcre preg match all pcre preg replace pcre preg split pcre prescan decode user prescan normalise user prescan xmlxdp user readdir standard reset standard round standard c scandir standard standard sleep standard split nibble user str ireplace standard str len user str pad standard str repeat standard str replace standard str standard c str split standard stream context create standard strlen core strpos standard strrpos standard strtolower standard strtoupper standard substr standard substr compare hex user substr count standard c substraf user c substral user c substrbf user c substrbl user time date trim standard unlink standard unpack standard urldecode standard urlencode standard vn shorthand user zip entry filesize zip zip entry name zip zip entry read zip c zip open zip zip read zip total constants analysis constant matches ref ext min max php min max c php binary core php os core preg split no empty pcre false core mussel os user mussel php user mussel sapi user c phpmussel user true core total conditions analysis condition matches ref ext min max php min max defined php binary core defined phpmussel user function exists standard function exists bzdecompress function exists cli set process title standard function exists gzdecode zlib function exists gzdeflate zlib function exists gzinflate zlib function exists standard function exists implode md user function exists levenshtein standard function exists lv match user function exists lzf decompress lzf function exists phpmusselfork user function exists plaintext echo die user function exists scandir standard function exists str split standard function exists substraf user function exists substral user function exists substrbf user function exists substrbl user function exists zip open zip total requires php min php all
0
55,499
14,524,348,072
IssuesEvent
2020-12-14 11:19:02
SAP/fundamental-ngx
https://api.github.com/repos/SAP/fundamental-ngx
closed
Upload collections: Not able to download the files
Defect Hunting Medium bug platform
Description: Not able to download the files Expected: Should able to download all the files screenshot: ![image](https://user-images.githubusercontent.com/32538291/101468224-35afe000-3969-11eb-8224-3a2743f64d02.png)
1.0
Upload collections: Not able to download the files - Description: Not able to download the files Expected: Should able to download all the files screenshot: ![image](https://user-images.githubusercontent.com/32538291/101468224-35afe000-3969-11eb-8224-3a2743f64d02.png)
defect
upload collections not able to download the files description not able to download the files expected should able to download all the files screenshot
1
76,488
9,942,951,502
IssuesEvent
2019-07-03 14:53:17
kubernetes/cloud-provider-vsphere
https://api.github.com/repos/kubernetes/cloud-provider-vsphere
closed
Merge and improve the documentation of the cloud provider
help wanted kind/documentation
<!-- This form is for bug reports and feature requests! --> **Is this a BUG REPORT or FEATURE REQUEST?**: > Uncomment only one, leave it on its own line: > > /kind bug > /kind feature /kind improvement **What happened**: Currently, the ownerhship and status of the in-tree cloud provider documentation is unclear. Also, it ties the cloud provider to the storage related Project "Hatchway" (https://vmware.github.io/vsphere-storage-for-kubernetes/documentation/), where a separation of concerns is perhaps better. Going forward with both, in-tree and out-of-tree cloud provider, we should consolidate, re-host and clean up the documentation (supported versions, etc.). Also related tools and scripts, e.g. VCP UX deployment script, should be validated against the latest versions or marked as outdated as the current version (https://github.com/vmware/kubernetes/tree/enable-vcp-uxi) seems to be broken with K8s 1.11. There's several open issues regarding the documentation, e.g. https://github.com/vmware/kubernetes/issues/479 and https://github.com/vmware/kubernetes/issues/491. Also, the current documentation seems to be incorrect with regards to the vsphere.conf on the workers: https://github.com/vmware/kubernetes/issues/501
1.0
Merge and improve the documentation of the cloud provider - <!-- This form is for bug reports and feature requests! --> **Is this a BUG REPORT or FEATURE REQUEST?**: > Uncomment only one, leave it on its own line: > > /kind bug > /kind feature /kind improvement **What happened**: Currently, the ownerhship and status of the in-tree cloud provider documentation is unclear. Also, it ties the cloud provider to the storage related Project "Hatchway" (https://vmware.github.io/vsphere-storage-for-kubernetes/documentation/), where a separation of concerns is perhaps better. Going forward with both, in-tree and out-of-tree cloud provider, we should consolidate, re-host and clean up the documentation (supported versions, etc.). Also related tools and scripts, e.g. VCP UX deployment script, should be validated against the latest versions or marked as outdated as the current version (https://github.com/vmware/kubernetes/tree/enable-vcp-uxi) seems to be broken with K8s 1.11. There's several open issues regarding the documentation, e.g. https://github.com/vmware/kubernetes/issues/479 and https://github.com/vmware/kubernetes/issues/491. Also, the current documentation seems to be incorrect with regards to the vsphere.conf on the workers: https://github.com/vmware/kubernetes/issues/501
non_defect
merge and improve the documentation of the cloud provider is this a bug report or feature request uncomment only one leave it on its own line kind bug kind feature kind improvement what happened currently the ownerhship and status of the in tree cloud provider documentation is unclear also it ties the cloud provider to the storage related project hatchway where a separation of concerns is perhaps better going forward with both in tree and out of tree cloud provider we should consolidate re host and clean up the documentation supported versions etc also related tools and scripts e g vcp ux deployment script should be validated against the latest versions or marked as outdated as the current version seems to be broken with there s several open issues regarding the documentation e g and also the current documentation seems to be incorrect with regards to the vsphere conf on the workers
0
113,026
14,356,953,269
IssuesEvent
2020-11-30 12:21:04
nhsuk/nhsuk-service-manual
https://api.github.com/repos/nhsuk/nhsuk-service-manual
opened
Update card component after November Style Council meeting
card design
## What At November Style Council, we agreed not to use full stops in cards where the card contains a single sentence and acts as a brief link to another page. ## Task Update card component page to reflect this.
1.0
Update card component after November Style Council meeting - ## What At November Style Council, we agreed not to use full stops in cards where the card contains a single sentence and acts as a brief link to another page. ## Task Update card component page to reflect this.
non_defect
update card component after november style council meeting what at november style council we agreed not to use full stops in cards where the card contains a single sentence and acts as a brief link to another page task update card component page to reflect this
0
243,903
18,733,526,925
IssuesEvent
2021-11-04 02:27:42
google/draco
https://api.github.com/repos/google/draco
closed
generic data gets lost after compression and decompression
documentation
``` ./draco_encoder -point_cloud -i ../testdata/bun_zipper.ply ./draco_decoder -point_cloud -i ../testdata/bun_zipper.ply.drc ``` After compression and decompression, property 'confidence' and 'intensity' in bun_zipper.ply gets lost. How to compress and decompress these generic data like 'confidence'?
1.0
generic data gets lost after compression and decompression - ``` ./draco_encoder -point_cloud -i ../testdata/bun_zipper.ply ./draco_decoder -point_cloud -i ../testdata/bun_zipper.ply.drc ``` After compression and decompression, property 'confidence' and 'intensity' in bun_zipper.ply gets lost. How to compress and decompress these generic data like 'confidence'?
non_defect
generic data gets lost after compression and decompression draco encoder point cloud i testdata bun zipper ply draco decoder point cloud i testdata bun zipper ply drc after compression and decompression property confidence and intensity in bun zipper ply gets lost how to compress and decompress these generic data like confidence
0
63,954
18,074,461,955
IssuesEvent
2021-09-21 08:18:48
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
Invite to a room should send a desktop notification
T-Defect S-Major A-Invite O-Uncommon
### Steps to reproduce 1. Have desktop notifications enabled in the settings and "When I'm invited to a room" set to Noisy 2. Be invited to a room ### What happened? ### What did you expect? Be notified loud and clear about the room invite. i.e. get a desktop notification that I can click to go straight to the invite (which would also be inline with what Android does) ### What happened? Only got a UI notification. There is an unusual case where users with lots of spaces and rooms/DMs could miss the invite, especially on a small screen. See #17807 ### Operating system _No response_ ### Browser information _No response_ ### URL for webapp develop.element.io ### Homeserver _No response_ ### Have you submitted a rageshake? No
1.0
Invite to a room should send a desktop notification - ### Steps to reproduce 1. Have desktop notifications enabled in the settings and "When I'm invited to a room" set to Noisy 2. Be invited to a room ### What happened? ### What did you expect? Be notified loud and clear about the room invite. i.e. get a desktop notification that I can click to go straight to the invite (which would also be inline with what Android does) ### What happened? Only got a UI notification. There is an unusual case where users with lots of spaces and rooms/DMs could miss the invite, especially on a small screen. See #17807 ### Operating system _No response_ ### Browser information _No response_ ### URL for webapp develop.element.io ### Homeserver _No response_ ### Have you submitted a rageshake? No
defect
invite to a room should send a desktop notification steps to reproduce have desktop notifications enabled in the settings and when i m invited to a room set to noisy be invited to a room what happened what did you expect be notified loud and clear about the room invite i e get a desktop notification that i can click to go straight to the invite which would also be inline with what android does what happened only got a ui notification there is an unusual case where users with lots of spaces and rooms dms could miss the invite especially on a small screen see operating system no response browser information no response url for webapp develop element io homeserver no response have you submitted a rageshake no
1
66,239
20,099,647,584
IssuesEvent
2022-02-07 01:18:57
scipy/scipy
https://api.github.com/repos/scipy/scipy
opened
BUG: scipy.stats.powerlaw, why should x ∈ (0,1)? x can exceed 1
defect
### Describe your issue. In current version scipy 1.5.3, I'm generating samples and I find that when x exceed 1, the powerlaw pdf is suddenly 0, I think you must have miss read the powerlaw distribution, it is defined on x > 0 area, not between 0 and 1. ### Reproducing Code Example ```python a=0.5 powerlaw.pdf(x=0.99, a=a) powerlaw.pdf(x=1.0, a=a) powerlaw.pdf(x=1.01, a=a) ``` ``` ### Error message ```shell Simply return 0 when x > 1.0 ``` ### SciPy/NumPy/Python version information version scipy 1.5.3
1.0
BUG: scipy.stats.powerlaw, why should x ∈ (0,1)? x can exceed 1 - ### Describe your issue. In current version scipy 1.5.3, I'm generating samples and I find that when x exceed 1, the powerlaw pdf is suddenly 0, I think you must have miss read the powerlaw distribution, it is defined on x > 0 area, not between 0 and 1. ### Reproducing Code Example ```python a=0.5 powerlaw.pdf(x=0.99, a=a) powerlaw.pdf(x=1.0, a=a) powerlaw.pdf(x=1.01, a=a) ``` ``` ### Error message ```shell Simply return 0 when x > 1.0 ``` ### SciPy/NumPy/Python version information version scipy 1.5.3
defect
bug scipy stats powerlaw why should x ∈ x can exceed describe your issue in current version scipy i m generating samples and i find that when x exceed the powerlaw pdf is suddenly i think you must have miss read the powerlaw distribution it is defined on x area not between and reproducing code example python a powerlaw pdf x a a powerlaw pdf x a a powerlaw pdf x a a error message shell simply return when x scipy numpy python version information version scipy
1
70,445
7,188,526,766
IssuesEvent
2018-02-02 10:27:01
minishift/minishift
https://api.github.com/repos/minishift/minishift
opened
Improve packaging capabilities of code around integration tests
component/integration-test kind/feature priority/major
### General information Currently the integration tests can't be easily used outside of the Minishift repository. ### Current The `integration_test.go` is mixture of both code which starts the tests and code which defines them. This applies to `integration` package as whole. ### Expected Move all the code which defines tests and covers its functionality into separate package. This package will be imported into the `integration_test.go` which itself will be very short and will not carry anything extra for the actual tests. If one would need to use the newly created integration test package she could import it the same way as in `integration_test.go` file. ### Relevant issues https://github.com/minishift/minishift-addons/issues/67 https://github.com/minishift/minishift/pull/1967 https://github.com/minishift/minishift/issues/1968
1.0
Improve packaging capabilities of code around integration tests - ### General information Currently the integration tests can't be easily used outside of the Minishift repository. ### Current The `integration_test.go` is mixture of both code which starts the tests and code which defines them. This applies to `integration` package as whole. ### Expected Move all the code which defines tests and covers its functionality into separate package. This package will be imported into the `integration_test.go` which itself will be very short and will not carry anything extra for the actual tests. If one would need to use the newly created integration test package she could import it the same way as in `integration_test.go` file. ### Relevant issues https://github.com/minishift/minishift-addons/issues/67 https://github.com/minishift/minishift/pull/1967 https://github.com/minishift/minishift/issues/1968
non_defect
improve packaging capabilities of code around integration tests general information currently the integration tests can t be easily used outside of the minishift repository current the integration test go is mixture of both code which starts the tests and code which defines them this applies to integration package as whole expected move all the code which defines tests and covers its functionality into separate package this package will be imported into the integration test go which itself will be very short and will not carry anything extra for the actual tests if one would need to use the newly created integration test package she could import it the same way as in integration test go file relevant issues
0
46,977
13,056,009,171
IssuesEvent
2020-07-30 03:22:45
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
[clsim] GPU detection broken for RTX-series cards (Trac #2212)
Incomplete Migration Migrated from Trac combo simulation defect
Migrated from https://code.icecube.wisc.edu/ticket/2212 ```json { "status": "closed", "changetime": "2019-03-06T20:58:01", "description": "Nvidia decided that ray-tracing was a thing, and renamed their GTX series \"RTX\", and e.g. the 2080 Ti advertises itself as \"GeForce RTX 2080 Ti\". clsim.traysegments.common.configureOpenCLDevices, however, special-cases cards named \"GTX\" to set the number of work items to something sane and enable native math. Is there any reason not to do away with the special cases, and simply scale the number of work items to be proportional to the global memory size, as well as enabling native math by default?", "reporter": "jvansanten", "cc": "", "resolution": "fixed", "_ts": "1551905881354849", "component": "combo simulation", "summary": "[clsim] GPU detection broken for RTX-series cards", "priority": "normal", "keywords": "", "time": "2018-11-29T14:14:01", "milestone": "", "owner": "jvansanten", "type": "defect" } ```
1.0
[clsim] GPU detection broken for RTX-series cards (Trac #2212) - Migrated from https://code.icecube.wisc.edu/ticket/2212 ```json { "status": "closed", "changetime": "2019-03-06T20:58:01", "description": "Nvidia decided that ray-tracing was a thing, and renamed their GTX series \"RTX\", and e.g. the 2080 Ti advertises itself as \"GeForce RTX 2080 Ti\". clsim.traysegments.common.configureOpenCLDevices, however, special-cases cards named \"GTX\" to set the number of work items to something sane and enable native math. Is there any reason not to do away with the special cases, and simply scale the number of work items to be proportional to the global memory size, as well as enabling native math by default?", "reporter": "jvansanten", "cc": "", "resolution": "fixed", "_ts": "1551905881354849", "component": "combo simulation", "summary": "[clsim] GPU detection broken for RTX-series cards", "priority": "normal", "keywords": "", "time": "2018-11-29T14:14:01", "milestone": "", "owner": "jvansanten", "type": "defect" } ```
defect
gpu detection broken for rtx series cards trac migrated from json status closed changetime description nvidia decided that ray tracing was a thing and renamed their gtx series rtx and e g the ti advertises itself as geforce rtx ti clsim traysegments common configureopencldevices however special cases cards named gtx to set the number of work items to something sane and enable native math is there any reason not to do away with the special cases and simply scale the number of work items to be proportional to the global memory size as well as enabling native math by default reporter jvansanten cc resolution fixed ts component combo simulation summary gpu detection broken for rtx series cards priority normal keywords time milestone owner jvansanten type defect
1
28,341
5,241,401,051
IssuesEvent
2017-01-31 15:38:08
google/google-toolbox-for-mac
https://api.github.com/repos/google/google-toolbox-for-mac
closed
GTMiPhone.xcodeproj does not build for iPad devices (iPhone OS 3.2 device)
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Open GTMiPhone.xcodeproj. 2. Attach an iPad configured for development. 3. Change the SDK to 3.2 and the target to device. 4. Build and run. What is the expected output? Expect the project to build, deploy to the iPad, and run. What do you see instead? Errors about the project targeting iPhone, instead of iPad; and armv6 instead of armv7. What version of the product are you using? On what operating system? XCode 3.2.2 64-bit with iPhone SDK 3.2 on Mac OS X 10.6.3. Please provide any additional information below. Patch to follow. ``` Original issue reported on code.google.com by `dominic.cooney@gmail.com` on 18 Apr 2010 at 10:31
1.0
GTMiPhone.xcodeproj does not build for iPad devices (iPhone OS 3.2 device) - ``` What steps will reproduce the problem? 1. Open GTMiPhone.xcodeproj. 2. Attach an iPad configured for development. 3. Change the SDK to 3.2 and the target to device. 4. Build and run. What is the expected output? Expect the project to build, deploy to the iPad, and run. What do you see instead? Errors about the project targeting iPhone, instead of iPad; and armv6 instead of armv7. What version of the product are you using? On what operating system? XCode 3.2.2 64-bit with iPhone SDK 3.2 on Mac OS X 10.6.3. Please provide any additional information below. Patch to follow. ``` Original issue reported on code.google.com by `dominic.cooney@gmail.com` on 18 Apr 2010 at 10:31
defect
gtmiphone xcodeproj does not build for ipad devices iphone os device what steps will reproduce the problem open gtmiphone xcodeproj attach an ipad configured for development change the sdk to and the target to device build and run what is the expected output expect the project to build deploy to the ipad and run what do you see instead errors about the project targeting iphone instead of ipad and instead of what version of the product are you using on what operating system xcode bit with iphone sdk on mac os x please provide any additional information below patch to follow original issue reported on code google com by dominic cooney gmail com on apr at
1
47,187
19,571,118,494
IssuesEvent
2022-01-04 10:02:54
Azure/azure-sdk-for-net
https://api.github.com/repos/Azure/azure-sdk-for-net
closed
[Kusto/ADX] Database principal assignment fails constantly if tried too early after app registration is created
Service Attention Mgmt customer-reported bug Kusto issue-addressed
My team is attempting to create ADX databases for customers onboarded to our solution. What that entails is the following: 1. Create the database 2. Create an app registration in Azure AD 3. Assign the app registration Viewer permission to the database We have all of the logic for this in place and it works. The only problem that we have is that if we attempt to assign the database permission for the newly created app registration immediately after it is created then we get an error saying _"System.Private.CoreLib: Exception while executing function: AssignDatabasePrincipal. Microsoft.Azure.Management.Kusto: [BadRequest] Entity ID '{app-registration-guid}' of type 'AAD Application Id' was not found in AAD tenant '{tenant-id}'._ If we add a sleep for 30 seconds before calling our class that is attempting to assign the permission this works perfectly. This code resides on our OnboardingService.cs: ```csharp Thread.Sleep(TimeSpan.FromSeconds(30)); await this.adxManagementService.AssignDatabasePrincipalPermissionAsync(databaseName, appRegistrationId, appRegistrationName, databasePrincipalRole, databasePrincipalType); ``` So we decided to add a retry mechanism (simple for loop with try catch) to the code where we are assigning the permission This code resides on our AdxManagementService, which has a KustoManagementClient member variable. This is along the lines of what we were attempting to do: ```csharp for (int i = 0; i < 5; i++) { try { await client.DatabasePrincipalAssignments.CreateOrUpdateAsync(this.targetAzureDataExplorer.ResourceGroupName, this.targetAzureDataExplorer.ClusterName, databaseName, principalName, databasePrincipalAssignment); } catch (Exception ex) { logger.LogInformation(ex, ex.Message); Thread.Sleep(TimeSpan.FromSeconds(30)); } ``` The former fix works perfectly while the second retry implementation never works. Any subsequent calls to CreateOrUpdateAsync will fail if the first one did. We thought it was likely that there was some caching going on in the KustoManagementClient so we tried wrapping all usage of it in `using(var client = new KustoManagementClient...)` but to no avail. Can we invalidate some caching or force a clean retry somehow?
1.0
[Kusto/ADX] Database principal assignment fails constantly if tried too early after app registration is created - My team is attempting to create ADX databases for customers onboarded to our solution. What that entails is the following: 1. Create the database 2. Create an app registration in Azure AD 3. Assign the app registration Viewer permission to the database We have all of the logic for this in place and it works. The only problem that we have is that if we attempt to assign the database permission for the newly created app registration immediately after it is created then we get an error saying _"System.Private.CoreLib: Exception while executing function: AssignDatabasePrincipal. Microsoft.Azure.Management.Kusto: [BadRequest] Entity ID '{app-registration-guid}' of type 'AAD Application Id' was not found in AAD tenant '{tenant-id}'._ If we add a sleep for 30 seconds before calling our class that is attempting to assign the permission this works perfectly. This code resides on our OnboardingService.cs: ```csharp Thread.Sleep(TimeSpan.FromSeconds(30)); await this.adxManagementService.AssignDatabasePrincipalPermissionAsync(databaseName, appRegistrationId, appRegistrationName, databasePrincipalRole, databasePrincipalType); ``` So we decided to add a retry mechanism (simple for loop with try catch) to the code where we are assigning the permission This code resides on our AdxManagementService, which has a KustoManagementClient member variable. This is along the lines of what we were attempting to do: ```csharp for (int i = 0; i < 5; i++) { try { await client.DatabasePrincipalAssignments.CreateOrUpdateAsync(this.targetAzureDataExplorer.ResourceGroupName, this.targetAzureDataExplorer.ClusterName, databaseName, principalName, databasePrincipalAssignment); } catch (Exception ex) { logger.LogInformation(ex, ex.Message); Thread.Sleep(TimeSpan.FromSeconds(30)); } ``` The former fix works perfectly while the second retry implementation never works. Any subsequent calls to CreateOrUpdateAsync will fail if the first one did. We thought it was likely that there was some caching going on in the KustoManagementClient so we tried wrapping all usage of it in `using(var client = new KustoManagementClient...)` but to no avail. Can we invalidate some caching or force a clean retry somehow?
non_defect
database principal assignment fails constantly if tried too early after app registration is created my team is attempting to create adx databases for customers onboarded to our solution what that entails is the following create the database create an app registration in azure ad assign the app registration viewer permission to the database we have all of the logic for this in place and it works the only problem that we have is that if we attempt to assign the database permission for the newly created app registration immediately after it is created then we get an error saying system private corelib exception while executing function assigndatabaseprincipal microsoft azure management kusto entity id app registration guid of type aad application id was not found in aad tenant tenant id if we add a sleep for seconds before calling our class that is attempting to assign the permission this works perfectly this code resides on our onboardingservice cs csharp thread sleep timespan fromseconds await this adxmanagementservice assigndatabaseprincipalpermissionasync databasename appregistrationid appregistrationname databaseprincipalrole databaseprincipaltype so we decided to add a retry mechanism simple for loop with try catch to the code where we are assigning the permission this code resides on our adxmanagementservice which has a kustomanagementclient member variable this is along the lines of what we were attempting to do csharp for int i i i try await client databaseprincipalassignments createorupdateasync this targetazuredataexplorer resourcegroupname this targetazuredataexplorer clustername databasename principalname databaseprincipalassignment catch exception ex logger loginformation ex ex message thread sleep timespan fromseconds the former fix works perfectly while the second retry implementation never works any subsequent calls to createorupdateasync will fail if the first one did we thought it was likely that there was some caching going on in the kustomanagementclient so we tried wrapping all usage of it in using var client new kustomanagementclient but to no avail can we invalidate some caching or force a clean retry somehow
0
317,716
9,668,228,878
IssuesEvent
2019-05-21 14:45:56
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
addons.mozilla.org - design is broken
browser-firefox-mobile engine-gecko priority-important
<!-- @browser: Firefox Mobile 66.0 --> <!-- @ua_header: Mozilla/5.0 (Android 7.0; Mobile; rv:66.0) Gecko/66.0 Firefox/66.0 --> <!-- @reported_with: mobile-reporter --> **URL**: https://addons.mozilla.org/en-US/android/addon/framelessapp-ext/?src=search **Browser / Version**: Firefox Mobile 66.0 **Operating System**: Android 7.0 **Tested Another Browser**: No **Problem type**: Design is broken **Description**: corrupted files **Steps to Reproduce**: Went to extensions main page; went to search, enter apk, set filter to extentions only. Preceded to select and install. Many were uninstallable with file corruption message. PS:still no andoid only search function! <details> <summary>Browser Configuration</summary> <ul> <li>mixed active content blocked: false</li><li>image.mem.shared: true</li><li>buildID: 20190304101322</li><li>tracking content blocked: false</li><li>gfx.webrender.blob-images: true</li><li>hasTouchScreen: true</li><li>mixed passive content blocked: false</li><li>gfx.webrender.enabled: false</li><li>gfx.webrender.all: false</li><li>channel: beta</li> </ul> <p>Console Messages:</p> <pre> [u'[JavaScript Warning: "Content Security Policy: Directive child-src has been deprecated. Please use directive worker-src to control workers, or directive frame-src to control frames respectively."]', u'[JavaScript Warning: "Content Security Policy: Couldnt process unknown directive prefetch-src"]', u'[console.info([GA], Google Analytics is enabled) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Configured client-side Sentry with DSN https://dbce4e759d8b4dc6a1731d3301fdaab7@sentry.prod.mozaws.net/183) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Intl.NumberFormat exists) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(adding event listener for "onDisabled") https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(adding event listener for "onEnabled") https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(adding event listener for "onInstalling") https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(adding event listener for "onInstalled") https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(adding event listener for "onUninstalling") https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(adding event listener for "onUninstalled") https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(adding event listener for "onEnabling") https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(adding event listener for "onDisabling") https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Global change event listeners have been initialized) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[JavaScript Error: "Content Security Policy: The pages settings blocked the loading of a resource at inline (style-src)." {file: "https://addons.mozilla.org/en-US/android/" line: 1}]', u'[JavaScript Error: "Content Security Policy: The pages settings blocked the loading of a resource at inline (style-src)." {file: "https://addons.mozilla.org/en-US/android/" line: 1}]', u'[console.info(operatingSystem "Android" not recognized so falling back to no OS.) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(operatingSystem "Android" not recognized so falling back to no OS.) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(operatingSystem "Android" not recognized so falling back to no OS.) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(operatingSystem "Android" not recognized so falling back to no OS.) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], set, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], set, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Setting add-on status) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Add-on "david@byffox.com" not found so setting status to UNINSTALLED; exact error: Error: Addon not found) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon / Recommendations Shown","eventAction":"recommended","eventLabel":"DAVIDSOFT APK Downloader"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon Installs Started","eventAction":"addon","eventLabel":"DAVIDSOFT APK Downloader"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadStarted) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadProgress) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadEnded) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadCancelled) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadFailed) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallStarted) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallProgress) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallEnded) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallCancelled) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallFailed) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Events to handle the installation initialized.) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Event received, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Event received, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon Installs","eventAction":"addon","eventLabel":"DAVIDSOFT APK Downloader"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], set, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], set, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Setting add-on status) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Add-on "{9640e652-2ccb-48fc-b818-31d26e983881}" not found so setting status to UNINSTALLED; exact error: Error: Addon not found) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon / Recommendations Shown","eventAction":"recommended","eventLabel":"Aptoide downloader"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon Installs Started","eventAction":"addon","eventLabel":"Aptoide downloader"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadStarted) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadProgress) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadEnded) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadCancelled) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadFailed) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallStarted) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallProgress) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallEnded) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallCancelled) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallFailed) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Events to handle the installation initialized.) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Event received, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Event received, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon Installs","eventAction":"addon","eventLabel":"Aptoide downloader"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], set, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], set, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Setting add-on status) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Add-on "{94a14f44-a319-480b-8301-016ee85dc30e}" not found so setting status to UNINSTALLED; exact error: Error: Addon not found) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon / Recommendations Shown","eventAction":"recommended_fallback-no_results","eventLabel":"FETCH_APK_FILE_DOWNLOAD_URL"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], set, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], set, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Setting add-on status) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Add-on "{f0fb8b8b-c793-44cb-a470-0755c4e8a253}" not found so setting status to UNINSTALLED; exact error: Error: Addon not found) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon / Recommendations Shown","eventAction":"recommended_fallback-timeout","eventLabel":"Apk Coverter"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], set, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], set, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Setting add-on status) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon / Recommendations Shown","eventAction":"recommended","eventLabel":"WhatsApp Launcher"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon Installs Started","eventAction":"addon","eventLabel":"WhatsApp Launcher"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadStarted) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadProgress) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadEnded) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadCancelled) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadFailed) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallStarted) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallProgress) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallEnded) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallCancelled) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallFailed) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Events to handle the installation initialized.) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon Installs Download Failed","eventAction":"addon","eventLabel":"WhatsApp Launcher"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[JavaScript Error: "Error: "]', u'[console.info([GA: ON], set, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], set, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Setting add-on status) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Add-on "@gglappbtn" not found so setting status to UNINSTALLED; exact error: Error: Addon not found) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon / Recommendations Shown","eventAction":"recommended","eventLabel":"Google App Launcher"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon Installs Started","eventAction":"addon","eventLabel":"Google App Launcher"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadStarted) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadProgress) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadEnded) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadCancelled) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadFailed) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallStarted) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallProgress) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallEnded) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallCancelled) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallFailed) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Events to handle the installation initialized.) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Event received, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Event received, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon Installs","eventAction":"addon","eventLabel":"Google App Launcher"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], set, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], set, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Setting add-on status) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Add-on "{fcce0b11-092d-4c58-a143-0348bbaebebd}" not found so setting status to UNINSTALLED; exact error: Error: Addon not found) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon / Recommendations Shown","eventAction":"recommended","eventLabel":"TuneYou Radio App"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon Installs Started","eventAction":"addon","eventLabel":"TuneYou Radio App"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadStarted) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadProgress) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadEnded) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadCancelled) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadFailed) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallStarted) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallProgress) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallEnded) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallCancelled) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallFailed) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Events to handle the installation initialized.) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Event received, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Event received, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon Installs","eventAction":"addon","eventLabel":"TuneYou Radio App"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], set, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], set, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Setting add-on status) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Add-on "{5abf1b2b-3a12-4270-9fa5-b06c1a467801}" not found so setting status to UNINSTALLED; exact error: Error: Addon not found) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon / Recommendations Shown","eventAction":"recommended_fallback-no_results","eventLabel":"Unblock Facebook Chat on mobile devices"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon Installs Started","eventAction":"addon","eventLabel":"Unblock Facebook Chat on mobile devices"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadStarted) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadProgress) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadEnded) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadCancelled) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadFailed) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallStarted) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallProgress) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallEnded) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallCancelled) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallFailed) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Events to handle the installation initialized.) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Event received, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Event received, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon Installs","eventAction":"addon","eventLabel":"Unblock Facebook Chat on mobile devices"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], set, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], set, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Setting add-on status) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon / Recommendations Shown","eventAction":"recommended","eventLabel":"FramelessApp Ext"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon Installs Started","eventAction":"addon","eventLabel":"FramelessApp Ext"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadStarted) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadProgress) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadEnded) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadCancelled) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadFailed) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallStarted) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallProgress) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallEnded) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallCancelled) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallFailed) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Events to handle the installation initialized.) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon Installs Download Failed","eventAction":"addon","eventLabel":"FramelessApp Ext"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[JavaScript Error: "Error: "]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon Installs Started","eventAction":"addon","eventLabel":"FramelessApp Ext"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadStarted) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadProgress) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadEnded) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadCancelled) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadFailed) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallStarted) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallProgress) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallEnded) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallCancelled) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallFailed) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Events to handle the installation initialized.) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon Installs Download Failed","eventAction":"addon","eventLabel":"FramelessApp Ext"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[JavaScript Error: "Error: "]'] </pre> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
addons.mozilla.org - design is broken - <!-- @browser: Firefox Mobile 66.0 --> <!-- @ua_header: Mozilla/5.0 (Android 7.0; Mobile; rv:66.0) Gecko/66.0 Firefox/66.0 --> <!-- @reported_with: mobile-reporter --> **URL**: https://addons.mozilla.org/en-US/android/addon/framelessapp-ext/?src=search **Browser / Version**: Firefox Mobile 66.0 **Operating System**: Android 7.0 **Tested Another Browser**: No **Problem type**: Design is broken **Description**: corrupted files **Steps to Reproduce**: Went to extensions main page; went to search, enter apk, set filter to extentions only. Preceded to select and install. Many were uninstallable with file corruption message. PS:still no andoid only search function! <details> <summary>Browser Configuration</summary> <ul> <li>mixed active content blocked: false</li><li>image.mem.shared: true</li><li>buildID: 20190304101322</li><li>tracking content blocked: false</li><li>gfx.webrender.blob-images: true</li><li>hasTouchScreen: true</li><li>mixed passive content blocked: false</li><li>gfx.webrender.enabled: false</li><li>gfx.webrender.all: false</li><li>channel: beta</li> </ul> <p>Console Messages:</p> <pre> [u'[JavaScript Warning: "Content Security Policy: Directive child-src has been deprecated. Please use directive worker-src to control workers, or directive frame-src to control frames respectively."]', u'[JavaScript Warning: "Content Security Policy: Couldnt process unknown directive prefetch-src"]', u'[console.info([GA], Google Analytics is enabled) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Configured client-side Sentry with DSN https://dbce4e759d8b4dc6a1731d3301fdaab7@sentry.prod.mozaws.net/183) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Intl.NumberFormat exists) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(adding event listener for "onDisabled") https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(adding event listener for "onEnabled") https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(adding event listener for "onInstalling") https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(adding event listener for "onInstalled") https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(adding event listener for "onUninstalling") https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(adding event listener for "onUninstalled") https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(adding event listener for "onEnabling") https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(adding event listener for "onDisabling") https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Global change event listeners have been initialized) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[JavaScript Error: "Content Security Policy: The pages settings blocked the loading of a resource at inline (style-src)." {file: "https://addons.mozilla.org/en-US/android/" line: 1}]', u'[JavaScript Error: "Content Security Policy: The pages settings blocked the loading of a resource at inline (style-src)." {file: "https://addons.mozilla.org/en-US/android/" line: 1}]', u'[console.info(operatingSystem "Android" not recognized so falling back to no OS.) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(operatingSystem "Android" not recognized so falling back to no OS.) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(operatingSystem "Android" not recognized so falling back to no OS.) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(operatingSystem "Android" not recognized so falling back to no OS.) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], set, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], set, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Setting add-on status) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Add-on "david@byffox.com" not found so setting status to UNINSTALLED; exact error: Error: Addon not found) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon / Recommendations Shown","eventAction":"recommended","eventLabel":"DAVIDSOFT APK Downloader"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon Installs Started","eventAction":"addon","eventLabel":"DAVIDSOFT APK Downloader"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadStarted) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadProgress) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadEnded) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadCancelled) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadFailed) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallStarted) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallProgress) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallEnded) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallCancelled) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallFailed) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Events to handle the installation initialized.) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Event received, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Event received, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon Installs","eventAction":"addon","eventLabel":"DAVIDSOFT APK Downloader"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], set, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], set, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Setting add-on status) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Add-on "{9640e652-2ccb-48fc-b818-31d26e983881}" not found so setting status to UNINSTALLED; exact error: Error: Addon not found) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon / Recommendations Shown","eventAction":"recommended","eventLabel":"Aptoide downloader"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon Installs Started","eventAction":"addon","eventLabel":"Aptoide downloader"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadStarted) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadProgress) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadEnded) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadCancelled) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadFailed) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallStarted) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallProgress) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallEnded) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallCancelled) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallFailed) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Events to handle the installation initialized.) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Event received, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Event received, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon Installs","eventAction":"addon","eventLabel":"Aptoide downloader"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], set, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], set, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Setting add-on status) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Add-on "{94a14f44-a319-480b-8301-016ee85dc30e}" not found so setting status to UNINSTALLED; exact error: Error: Addon not found) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon / Recommendations Shown","eventAction":"recommended_fallback-no_results","eventLabel":"FETCH_APK_FILE_DOWNLOAD_URL"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], set, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], set, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Setting add-on status) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Add-on "{f0fb8b8b-c793-44cb-a470-0755c4e8a253}" not found so setting status to UNINSTALLED; exact error: Error: Addon not found) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon / Recommendations Shown","eventAction":"recommended_fallback-timeout","eventLabel":"Apk Coverter"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], set, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], set, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Setting add-on status) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon / Recommendations Shown","eventAction":"recommended","eventLabel":"WhatsApp Launcher"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon Installs Started","eventAction":"addon","eventLabel":"WhatsApp Launcher"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadStarted) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadProgress) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadEnded) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadCancelled) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadFailed) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallStarted) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallProgress) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallEnded) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallCancelled) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallFailed) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Events to handle the installation initialized.) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon Installs Download Failed","eventAction":"addon","eventLabel":"WhatsApp Launcher"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[JavaScript Error: "Error: "]', u'[console.info([GA: ON], set, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], set, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Setting add-on status) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Add-on "@gglappbtn" not found so setting status to UNINSTALLED; exact error: Error: Addon not found) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon / Recommendations Shown","eventAction":"recommended","eventLabel":"Google App Launcher"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon Installs Started","eventAction":"addon","eventLabel":"Google App Launcher"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadStarted) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadProgress) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadEnded) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadCancelled) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadFailed) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallStarted) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallProgress) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallEnded) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallCancelled) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallFailed) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Events to handle the installation initialized.) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Event received, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Event received, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon Installs","eventAction":"addon","eventLabel":"Google App Launcher"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], set, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], set, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Setting add-on status) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Add-on "{fcce0b11-092d-4c58-a143-0348bbaebebd}" not found so setting status to UNINSTALLED; exact error: Error: Addon not found) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon / Recommendations Shown","eventAction":"recommended","eventLabel":"TuneYou Radio App"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon Installs Started","eventAction":"addon","eventLabel":"TuneYou Radio App"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadStarted) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadProgress) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadEnded) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadCancelled) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadFailed) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallStarted) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallProgress) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallEnded) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallCancelled) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallFailed) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Events to handle the installation initialized.) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Event received, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Event received, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon Installs","eventAction":"addon","eventLabel":"TuneYou Radio App"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], set, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], set, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Setting add-on status) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Add-on "{5abf1b2b-3a12-4270-9fa5-b06c1a467801}" not found so setting status to UNINSTALLED; exact error: Error: Addon not found) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon / Recommendations Shown","eventAction":"recommended_fallback-no_results","eventLabel":"Unblock Facebook Chat on mobile devices"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon Installs Started","eventAction":"addon","eventLabel":"Unblock Facebook Chat on mobile devices"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadStarted) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadProgress) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadEnded) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadCancelled) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadFailed) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallStarted) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallProgress) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallEnded) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallCancelled) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallFailed) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Events to handle the installation initialized.) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Event received, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Event received, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon Installs","eventAction":"addon","eventLabel":"Unblock Facebook Chat on mobile devices"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], set, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], set, [object Object]) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Setting add-on status) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon / Recommendations Shown","eventAction":"recommended","eventLabel":"FramelessApp Ext"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon Installs Started","eventAction":"addon","eventLabel":"FramelessApp Ext"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadStarted) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadProgress) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadEnded) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadCancelled) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadFailed) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallStarted) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallProgress) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallEnded) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallCancelled) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallFailed) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Events to handle the installation initialized.) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon Installs Download Failed","eventAction":"addon","eventLabel":"FramelessApp Ext"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[JavaScript Error: "Error: "]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon Installs Started","eventAction":"addon","eventLabel":"FramelessApp Ext"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadStarted) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadProgress) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadEnded) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadCancelled) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onDownloadFailed) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallStarted) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallProgress) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallEnded) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallCancelled) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([install] Adding listener for onInstallFailed) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info(Events to handle the installation initialized.) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[console.info([GA: ON], sendEvent, {"hitType":"event","eventCategory":"AMO Addon Installs Download Failed","eventAction":"addon","eventLabel":"FramelessApp Ext"}) https://addons-amo.cdn.mozilla.net/amo-988501cf1937803ce426.js:1:1254494]', u'[JavaScript Error: "Error: "]'] </pre> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
non_defect
addons mozilla org design is broken url browser version firefox mobile operating system android tested another browser no problem type design is broken description corrupted files steps to reproduce went to extensions main page went to search enter apk set filter to extentions only preceded to select and install many were uninstallable with file corruption message ps still no andoid only search function browser configuration mixed active content blocked false image mem shared true buildid tracking content blocked false gfx webrender blob images true hastouchscreen true mixed passive content blocked false gfx webrender enabled false gfx webrender all false channel beta console messages u u google analytics is enabled u u u u u u u u u u u u u u u u u u set u set u u u sendevent hittype event eventcategory amo addon recommendations shown eventaction recommended eventlabel davidsoft apk downloader u sendevent hittype event eventcategory amo addon installs started eventaction addon eventlabel davidsoft apk downloader u adding listener for ondownloadstarted u adding listener for ondownloadprogress u adding listener for ondownloadended u adding listener for ondownloadcancelled u adding listener for ondownloadfailed u adding listener for oninstallstarted u adding listener for oninstallprogress u adding listener for oninstallended u adding listener for oninstallcancelled u adding listener for oninstallfailed u u u u sendevent hittype event eventcategory amo addon installs eventaction addon eventlabel davidsoft apk downloader u set u set u u u sendevent hittype event eventcategory amo addon recommendations shown eventaction recommended eventlabel aptoide downloader u sendevent hittype event eventcategory amo addon installs started eventaction addon eventlabel aptoide downloader u adding listener for ondownloadstarted u adding listener for ondownloadprogress u adding listener for ondownloadended u adding listener for ondownloadcancelled u adding listener for ondownloadfailed u adding listener for oninstallstarted u adding listener for oninstallprogress u adding listener for oninstallended u adding listener for oninstallcancelled u adding listener for oninstallfailed u u u u sendevent hittype event eventcategory amo addon installs eventaction addon eventlabel aptoide downloader u set u set u u u sendevent hittype event eventcategory amo addon recommendations shown eventaction recommended fallback no results eventlabel fetch apk file download url u set u set u u u sendevent hittype event eventcategory amo addon recommendations shown eventaction recommended fallback timeout eventlabel apk coverter u set u set u u sendevent hittype event eventcategory amo addon recommendations shown eventaction recommended eventlabel whatsapp launcher u sendevent hittype event eventcategory amo addon installs started eventaction addon eventlabel whatsapp launcher u adding listener for ondownloadstarted u adding listener for ondownloadprogress u adding listener for ondownloadended u adding listener for ondownloadcancelled u adding listener for ondownloadfailed u adding listener for oninstallstarted u adding listener for oninstallprogress u adding listener for oninstallended u adding listener for oninstallcancelled u adding listener for oninstallfailed u u sendevent hittype event eventcategory amo addon installs download failed eventaction addon eventlabel whatsapp launcher u u set u set u u u sendevent hittype event eventcategory amo addon recommendations shown eventaction recommended eventlabel google app launcher u sendevent hittype event eventcategory amo addon installs started eventaction addon eventlabel google app launcher u adding listener for ondownloadstarted u adding listener for ondownloadprogress u adding listener for ondownloadended u adding listener for ondownloadcancelled u adding listener for ondownloadfailed u adding listener for oninstallstarted u adding listener for oninstallprogress u adding listener for oninstallended u adding listener for oninstallcancelled u adding listener for oninstallfailed u u u u sendevent hittype event eventcategory amo addon installs eventaction addon eventlabel google app launcher u set u set u u u sendevent hittype event eventcategory amo addon recommendations shown eventaction recommended eventlabel tuneyou radio app u sendevent hittype event eventcategory amo addon installs started eventaction addon eventlabel tuneyou radio app u adding listener for ondownloadstarted u adding listener for ondownloadprogress u adding listener for ondownloadended u adding listener for ondownloadcancelled u adding listener for ondownloadfailed u adding listener for oninstallstarted u adding listener for oninstallprogress u adding listener for oninstallended u adding listener for oninstallcancelled u adding listener for oninstallfailed u u u u sendevent hittype event eventcategory amo addon installs eventaction addon eventlabel tuneyou radio app u set u set u u u sendevent hittype event eventcategory amo addon recommendations shown eventaction recommended fallback no results eventlabel unblock facebook chat on mobile devices u sendevent hittype event eventcategory amo addon installs started eventaction addon eventlabel unblock facebook chat on mobile devices u adding listener for ondownloadstarted u adding listener for ondownloadprogress u adding listener for ondownloadended u adding listener for ondownloadcancelled u adding listener for ondownloadfailed u adding listener for oninstallstarted u adding listener for oninstallprogress u adding listener for oninstallended u adding listener for oninstallcancelled u adding listener for oninstallfailed u u u u sendevent hittype event eventcategory amo addon installs eventaction addon eventlabel unblock facebook chat on mobile devices u set u set u u sendevent hittype event eventcategory amo addon recommendations shown eventaction recommended eventlabel framelessapp ext u sendevent hittype event eventcategory amo addon installs started eventaction addon eventlabel framelessapp ext u adding listener for ondownloadstarted u adding listener for ondownloadprogress u adding listener for ondownloadended u adding listener for ondownloadcancelled u adding listener for ondownloadfailed u adding listener for oninstallstarted u adding listener for oninstallprogress u adding listener for oninstallended u adding listener for oninstallcancelled u adding listener for oninstallfailed u u sendevent hittype event eventcategory amo addon installs download failed eventaction addon eventlabel framelessapp ext u u sendevent hittype event eventcategory amo addon installs started eventaction addon eventlabel framelessapp ext u adding listener for ondownloadstarted u adding listener for ondownloadprogress u adding listener for ondownloadended u adding listener for ondownloadcancelled u adding listener for ondownloadfailed u adding listener for oninstallstarted u adding listener for oninstallprogress u adding listener for oninstallended u adding listener for oninstallcancelled u adding listener for oninstallfailed u u sendevent hittype event eventcategory amo addon installs download failed eventaction addon eventlabel framelessapp ext u from with ❤️
0
832,097
32,072,174,581
IssuesEvent
2023-09-25 08:43:58
ImbueNetwork/imbue
https://api.github.com/repos/ImbueNetwork/imbue
opened
Abstaining votes
enhancement Priority | Medium
Include an abstain vote into pallet-proposals. How should an abstain vote affect the system? ```rust // Changing the boolean we use to vote into something as simple as: enum Vote { Yay, Nay, Abstain, } ```
1.0
Abstaining votes - Include an abstain vote into pallet-proposals. How should an abstain vote affect the system? ```rust // Changing the boolean we use to vote into something as simple as: enum Vote { Yay, Nay, Abstain, } ```
non_defect
abstaining votes include an abstain vote into pallet proposals how should an abstain vote affect the system rust changing the boolean we use to vote into something as simple as enum vote yay nay abstain
0
57,660
15,930,494,224
IssuesEvent
2021-04-14 01:01:29
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
images in lightbox have dimensions set
T-Defect
### Description In the lightbox the image has both max-width, max-height, width and height. width and height are superfluous. In fact they are harmful because the div containing the image has a click action that cannot be activated because the image is in the way. `<img src="https://matrix.org/_matrix/media/r0/download/matrix.org/uequdgRfSSpZZKKmNMXWWVRw" title="VectorImage_2019-11-25_021140.jpg" class="mainImage" style="transform: rotate(0deg); width: 390px; height: 520px;">` ### Steps to reproduce Click image in a timeline. Click empty space next to image. Expected: light box closes Actual: click delivered to image which has no click action ### Version information <!-- IMPORTANT: please answer the following questions, to help us narrow down the problem --> - **Platform**: web For the web app: - **Browser**: Chromium 80.0.3987.132 - **OS**: Linux (openSUSE Tumbleweed) - **URL**: riot.im/app - **Version**: riot-web version: 1.5.14 olm version: 3.1.3
1.0
images in lightbox have dimensions set - ### Description In the lightbox the image has both max-width, max-height, width and height. width and height are superfluous. In fact they are harmful because the div containing the image has a click action that cannot be activated because the image is in the way. `<img src="https://matrix.org/_matrix/media/r0/download/matrix.org/uequdgRfSSpZZKKmNMXWWVRw" title="VectorImage_2019-11-25_021140.jpg" class="mainImage" style="transform: rotate(0deg); width: 390px; height: 520px;">` ### Steps to reproduce Click image in a timeline. Click empty space next to image. Expected: light box closes Actual: click delivered to image which has no click action ### Version information <!-- IMPORTANT: please answer the following questions, to help us narrow down the problem --> - **Platform**: web For the web app: - **Browser**: Chromium 80.0.3987.132 - **OS**: Linux (openSUSE Tumbleweed) - **URL**: riot.im/app - **Version**: riot-web version: 1.5.14 olm version: 3.1.3
defect
images in lightbox have dimensions set description in the lightbox the image has both max width max height width and height width and height are superfluous in fact they are harmful because the div containing the image has a click action that cannot be activated because the image is in the way steps to reproduce click image in a timeline click empty space next to image expected light box closes actual click delivered to image which has no click action version information platform web for the web app browser chromium os linux opensuse tumbleweed url riot im app version riot web version olm version
1
283,445
24,548,078,244
IssuesEvent
2022-10-12 10:20:27
opencollective/opencollective
https://api.github.com/repos/opencollective/opencollective
opened
Add tests for "sendMessage" mutation
complexity → simple api test
We're [introducing](https://github.com/opencollective/opencollective-api/pull/8020) a new `sendMessage` mutation on our public API that is a portage of the `sendMessageToCollective` mutation from our legacy API. This mutation did not have tests. We want to add some in `test/server/graphql/v2/mutation/AccountMutations.test.ts`: ```es6 describe('sendMessage', () => { it('sends the message by email with sanitized subject & content') => {} it('returns an error if not authenticated') => {} it('returns an error if collective cannot be contacted') => {} it('returns an error if the feature is blocked for user') => {} it('returns an error if the message is invalid') => {} })
1.0
Add tests for "sendMessage" mutation - We're [introducing](https://github.com/opencollective/opencollective-api/pull/8020) a new `sendMessage` mutation on our public API that is a portage of the `sendMessageToCollective` mutation from our legacy API. This mutation did not have tests. We want to add some in `test/server/graphql/v2/mutation/AccountMutations.test.ts`: ```es6 describe('sendMessage', () => { it('sends the message by email with sanitized subject & content') => {} it('returns an error if not authenticated') => {} it('returns an error if collective cannot be contacted') => {} it('returns an error if the feature is blocked for user') => {} it('returns an error if the message is invalid') => {} })
non_defect
add tests for sendmessage mutation we re a new sendmessage mutation on our public api that is a portage of the sendmessagetocollective mutation from our legacy api this mutation did not have tests we want to add some in test server graphql mutation accountmutations test ts describe sendmessage it sends the message by email with sanitized subject content it returns an error if not authenticated it returns an error if collective cannot be contacted it returns an error if the feature is blocked for user it returns an error if the message is invalid
0
5,401
5,693,415,379
IssuesEvent
2017-04-15 01:17:24
bschwartz10/little_shop_of_orders
https://api.github.com/repos/bschwartz10/little_shop_of_orders
closed
Admin user dashboard
in progress Iteration 3 security & admin
As an Admin When I visit "/admin/dashboard" I will see a heading on the page that says "Admin Dashboard" As a registered user When I visit "/admin/dashboard" I get a 404 As an unregistered user When I visit "/admin/dashboard" I get a 404
True
Admin user dashboard - As an Admin When I visit "/admin/dashboard" I will see a heading on the page that says "Admin Dashboard" As a registered user When I visit "/admin/dashboard" I get a 404 As an unregistered user When I visit "/admin/dashboard" I get a 404
non_defect
admin user dashboard as an admin when i visit admin dashboard i will see a heading on the page that says admin dashboard as a registered user when i visit admin dashboard i get a as an unregistered user when i visit admin dashboard i get a
0
2,586
4,822,930,940
IssuesEvent
2016-11-06 03:43:51
zcash/zcash
https://api.github.com/repos/zcash/zcash
closed
./zcash-cli setgenerate true/false core dumps zcashd
bug Denial of Service error handling has PR needs prioritization PoW and mining
# Description: I'm trying to make a clever script in Ubuntu Linux which starts mining when screen is locked, and shuts off mining when screen is unlocked. The nice way to do that seemed to be (example with 4 CPU cores): `# enable` `./zcash-cli setgenerate true 4` `# disable` `./zcash-cli setgenerate false` However, after a few minutes of "not mining" I get "Segmentation fault (core dumped)" on the ./zcashd process. Tested several times. When not using "./zcash-cli setgenerate true/false" (as in just running ./zcashd) mining works fine. # How to reproduce: `$ ./zcash-cli setgenerate true 4` `$ ./zcash-cli setgenerate false` [wait a few minutes, and watch for ./zcashd output] `Segmentation fault (core dumped)` # Setup info: zcash v1.0.0 My ~/.zcash/zcash.conf (some parts obfuscated): `addnode=mainnet.z.cash` `rpcuser=foo` `rpcpassword=whatever` `gen=1` `genproclimit=4` `equihashsolver=tromp` `blockminsize=300000` `showmetrics=1`
1.0
./zcash-cli setgenerate true/false core dumps zcashd - # Description: I'm trying to make a clever script in Ubuntu Linux which starts mining when screen is locked, and shuts off mining when screen is unlocked. The nice way to do that seemed to be (example with 4 CPU cores): `# enable` `./zcash-cli setgenerate true 4` `# disable` `./zcash-cli setgenerate false` However, after a few minutes of "not mining" I get "Segmentation fault (core dumped)" on the ./zcashd process. Tested several times. When not using "./zcash-cli setgenerate true/false" (as in just running ./zcashd) mining works fine. # How to reproduce: `$ ./zcash-cli setgenerate true 4` `$ ./zcash-cli setgenerate false` [wait a few minutes, and watch for ./zcashd output] `Segmentation fault (core dumped)` # Setup info: zcash v1.0.0 My ~/.zcash/zcash.conf (some parts obfuscated): `addnode=mainnet.z.cash` `rpcuser=foo` `rpcpassword=whatever` `gen=1` `genproclimit=4` `equihashsolver=tromp` `blockminsize=300000` `showmetrics=1`
non_defect
zcash cli setgenerate true false core dumps zcashd description i m trying to make a clever script in ubuntu linux which starts mining when screen is locked and shuts off mining when screen is unlocked the nice way to do that seemed to be example with cpu cores enable zcash cli setgenerate true disable zcash cli setgenerate false however after a few minutes of not mining i get segmentation fault core dumped on the zcashd process tested several times when not using zcash cli setgenerate true false as in just running zcashd mining works fine how to reproduce zcash cli setgenerate true zcash cli setgenerate false segmentation fault core dumped setup info zcash my zcash zcash conf some parts obfuscated addnode mainnet z cash rpcuser foo rpcpassword whatever gen genproclimit equihashsolver tromp blockminsize showmetrics
0
12,950
2,731,066,542
IssuesEvent
2015-04-16 18:12:03
sba1/bio-ontology-zp
https://api.github.com/repos/sba1/bio-ontology-zp
closed
Move repo to github
auto-migrated Priority-Medium Type-Defect
``` git svn clone --prefix=origin/ --authors-file=../authors --authors-prog=../authors-default -s http://bio-ontology-zp.googlecode.com/svn . https://code.google.com/p/owltools/issues/detail?id=111 ``` Original issue reported on code.google.com by `cmung...@gmail.com` on 12 Feb 2015 at 1:31
1.0
Move repo to github - ``` git svn clone --prefix=origin/ --authors-file=../authors --authors-prog=../authors-default -s http://bio-ontology-zp.googlecode.com/svn . https://code.google.com/p/owltools/issues/detail?id=111 ``` Original issue reported on code.google.com by `cmung...@gmail.com` on 12 Feb 2015 at 1:31
defect
move repo to github git svn clone prefix origin authors file authors authors prog authors default s original issue reported on code google com by cmung gmail com on feb at
1
5,289
2,610,184,778
IssuesEvent
2015-02-26 18:58:43
chrsmith/quchuseban
https://api.github.com/repos/chrsmith/quchuseban
opened
调查去除脸上的色斑
auto-migrated Priority-Medium Type-Defect
``` 《摘要》 雀斑是美容的大敌。它暴露于面部,呈褐色或暗褐雀斑,大小不等,形状各异,或孤立散在,或融合成片、圆形或条状,一般多呈蝴蝶状。雀斑皮损明显,发展到一定程度时会停止扩大,不肿胀,无脱屑,经过缓慢,无自觉症状。通过按摩,能调节脏腑功能,促进气血运行,疏通面部经络,对雀斑的消除有帮助。去除脸上的色斑, 《客户案例》   高女士 32岁<br>   色斑,也就是隐藏在皮肤里面的一点黑色素,但是祛除�� �斑可真不是件容易的事,我的去色斑之路和其他人一样走得� ��辛苦。不知道是不是工作和家庭两座大山给压的,我脸上的 色斑是密密麻麻的,两脸颊颜色特别深,鼻梁也有一大块,�� �至脖子也有了。我刚三十二岁,即便不算年轻,也不该像个� ��太婆似的。<br>   天天照镜子,心情倍受打击。那些顽固的色斑真就像在�� �上安了家一样,就不下去。我为这张色斑脸花了好多钱,也� ��透了心,谁叫面子的事太重要了。可是往往都有一个共同的 体会,就是怎么治都治不好,想靠化妆品遮盖住,那厚厚的�� �妆也够恶心的了。<br>   但是,自从我使用了「黛芙薇尔精华液」,一切都改变�� �。这个祛斑产品,让我重获新生! 我知道「黛芙薇尔精华液」时,刚开始没抱太大希望,只是�� �那么多人都可以起作用,我也就试试。于是,我就订购了一� ��周期的。<br>   使用一个月后,发现脸上的斑点确实已经淡了很多,大�� �斑块已经散了,脸颊的颜色没有那么黑了。于是我又订购了� ��个周期的「黛芙薇尔精华液」,第二个周期使用完之后,脸 上的斑点已经消失过半,脖子的斑斑点点也都不明显了。看�� �效果,信心百倍,又接着每天按时使用。三个周期使用完之� ��,我的脸就恢复正常肤色了,斑点都几乎看不见了,皮肤变 白变亮,而且更光滑了。<br>   现在,我还在准备再订购一个周期的巩固一下呢,因为�� �遇得上好用的祛斑产品真是不容易啊,我可是再也不想被色� ��困扰了。朋友们见到我都说看起来漂亮了好多。三十岁的女 人,褪去青涩,也可以成熟又美丽! 阅读了去除脸上的色斑,再看脸上容易长斑的原因: 《色斑形成原因》   内部因素   一、压力   当人受到压力时,就会分泌肾上腺素,为对付压力而做�� �备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� ��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 。   二、荷尔蒙分泌失调   避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� �分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� ��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 中因女性荷尔蒙雌激素的增加,从怀孕4—5个月开始会容易出 现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� �谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� ��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 以需要更加注意。   三、新陈代谢缓慢   肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� �因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� ��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� �时候,紫外线的照射也会加速斑的形成。   四、错误的使用化妆品   使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� �疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� ��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 问题。   外部因素   一、紫外线   照射紫外线的时候,人体为了保护皮肤,会在基底层产�� �很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� ��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, 还会引起黑斑、雀斑等色素沉着的皮肤疾患。   二、不良的清洁习惯   因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� �皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� ��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 问题。   三、遗传基因   父母中有长斑的,则本人长斑的概率就很高,这种情况�� �一定程度上就可判定是遗传基因的作用。所以家里特别是长� ��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 线照射,这是预防斑必须注意的。 《有疑问帮你解决》   1,黛芙薇尔精华液真的有效果吗?真的可以把脸上的黄褐�� �去掉吗?   答:黛芙薇尔精华液DNA精华能够有效的修复周围难以触�� �的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� ��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 ,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� �,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� ��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 而易见。自产品上市以来,老顾客纷纷介绍新顾客,71%的新�� �客都是通过老顾客介绍而来,口碑由此而来!   2,服用黛芙薇尔美白,会伤身体吗?有副作用吗?   答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� �斑科技,并将“DNA美肤系统”疗法应用到了该产品中,能彻� ��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� �地的专家通力协作,超过10年的研究以全新的DNA肌肤修复技�� �,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� ��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 之美。 专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� �百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖!   3,去除黄褐斑之后,会反弹吗?   答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� �白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� ��据斑的形成原因精心研制而成用事实说话,让消费者打分。 树立权威品牌!我们的很多新客户都是老客户介绍而来,请问� ��如果效果不好,会有客户转介绍吗?   4,你们的价格有点贵,能不能便宜一点?   答:如果您使用西药最少需要2000元,煎服的药最少需要3 000元,做手术最少是5000元,而这些毫无疑问,不会对彻底去� ��你的斑点有任何帮助!一分价钱,一份价值,我们现在做的�� �是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� ��褐斑彻底去除,你还会觉得贵吗?你还会再去花那么多冤枉�� �,不但斑没去掉,还把自己的皮肤弄的越来越糟吗   5,我适合用黛芙薇尔精华液吗?   答:黛芙薇尔适用人群:   1、生理紊乱引起的黄褐斑人群   2、生育引起的妊娠斑人群   3、年纪增长引起的老年斑人群   4、化妆品色素沉积、辐射斑人群   5、长期日照引起的日晒斑人群   6、肌肤暗淡急需美白的人群 《祛斑小方法》 去除脸上的色斑,同时为您分享祛斑小方法 去斑方法,牛奶柠檬汁:每周2次,在晚上用牛奶加柠檬汁混合 液搽脸,可以增白皮肤,减淡斑点。 ``` ----- Original issue reported on code.google.com by `additive...@gmail.com` on 1 Jul 2014 at 3:26
1.0
调查去除脸上的色斑 - ``` 《摘要》 雀斑是美容的大敌。它暴露于面部,呈褐色或暗褐雀斑,大小不等,形状各异,或孤立散在,或融合成片、圆形或条状,一般多呈蝴蝶状。雀斑皮损明显,发展到一定程度时会停止扩大,不肿胀,无脱屑,经过缓慢,无自觉症状。通过按摩,能调节脏腑功能,促进气血运行,疏通面部经络,对雀斑的消除有帮助。去除脸上的色斑, 《客户案例》   高女士 32岁<br>   色斑,也就是隐藏在皮肤里面的一点黑色素,但是祛除�� �斑可真不是件容易的事,我的去色斑之路和其他人一样走得� ��辛苦。不知道是不是工作和家庭两座大山给压的,我脸上的 色斑是密密麻麻的,两脸颊颜色特别深,鼻梁也有一大块,�� �至脖子也有了。我刚三十二岁,即便不算年轻,也不该像个� ��太婆似的。<br>   天天照镜子,心情倍受打击。那些顽固的色斑真就像在�� �上安了家一样,就不下去。我为这张色斑脸花了好多钱,也� ��透了心,谁叫面子的事太重要了。可是往往都有一个共同的 体会,就是怎么治都治不好,想靠化妆品遮盖住,那厚厚的�� �妆也够恶心的了。<br>   但是,自从我使用了「黛芙薇尔精华液」,一切都改变�� �。这个祛斑产品,让我重获新生! 我知道「黛芙薇尔精华液」时,刚开始没抱太大希望,只是�� �那么多人都可以起作用,我也就试试。于是,我就订购了一� ��周期的。<br>   使用一个月后,发现脸上的斑点确实已经淡了很多,大�� �斑块已经散了,脸颊的颜色没有那么黑了。于是我又订购了� ��个周期的「黛芙薇尔精华液」,第二个周期使用完之后,脸 上的斑点已经消失过半,脖子的斑斑点点也都不明显了。看�� �效果,信心百倍,又接着每天按时使用。三个周期使用完之� ��,我的脸就恢复正常肤色了,斑点都几乎看不见了,皮肤变 白变亮,而且更光滑了。<br>   现在,我还在准备再订购一个周期的巩固一下呢,因为�� �遇得上好用的祛斑产品真是不容易啊,我可是再也不想被色� ��困扰了。朋友们见到我都说看起来漂亮了好多。三十岁的女 人,褪去青涩,也可以成熟又美丽! 阅读了去除脸上的色斑,再看脸上容易长斑的原因: 《色斑形成原因》   内部因素   一、压力   当人受到压力时,就会分泌肾上腺素,为对付压力而做�� �备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� ��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 。   二、荷尔蒙分泌失调   避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� �分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� ��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 中因女性荷尔蒙雌激素的增加,从怀孕4—5个月开始会容易出 现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� �谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� ��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 以需要更加注意。   三、新陈代谢缓慢   肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� �因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� ��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� �时候,紫外线的照射也会加速斑的形成。   四、错误的使用化妆品   使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� �疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� ��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 问题。   外部因素   一、紫外线   照射紫外线的时候,人体为了保护皮肤,会在基底层产�� �很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� ��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, 还会引起黑斑、雀斑等色素沉着的皮肤疾患。   二、不良的清洁习惯   因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� �皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� ��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 问题。   三、遗传基因   父母中有长斑的,则本人长斑的概率就很高,这种情况�� �一定程度上就可判定是遗传基因的作用。所以家里特别是长� ��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 线照射,这是预防斑必须注意的。 《有疑问帮你解决》   1,黛芙薇尔精华液真的有效果吗?真的可以把脸上的黄褐�� �去掉吗?   答:黛芙薇尔精华液DNA精华能够有效的修复周围难以触�� �的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� ��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 ,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� �,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� ��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 而易见。自产品上市以来,老顾客纷纷介绍新顾客,71%的新�� �客都是通过老顾客介绍而来,口碑由此而来!   2,服用黛芙薇尔美白,会伤身体吗?有副作用吗?   答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� �斑科技,并将“DNA美肤系统”疗法应用到了该产品中,能彻� ��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� �地的专家通力协作,超过10年的研究以全新的DNA肌肤修复技�� �,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� ��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 之美。 专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� �百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖!   3,去除黄褐斑之后,会反弹吗?   答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� �白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� ��据斑的形成原因精心研制而成用事实说话,让消费者打分。 树立权威品牌!我们的很多新客户都是老客户介绍而来,请问� ��如果效果不好,会有客户转介绍吗?   4,你们的价格有点贵,能不能便宜一点?   答:如果您使用西药最少需要2000元,煎服的药最少需要3 000元,做手术最少是5000元,而这些毫无疑问,不会对彻底去� ��你的斑点有任何帮助!一分价钱,一份价值,我们现在做的�� �是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� ��褐斑彻底去除,你还会觉得贵吗?你还会再去花那么多冤枉�� �,不但斑没去掉,还把自己的皮肤弄的越来越糟吗   5,我适合用黛芙薇尔精华液吗?   答:黛芙薇尔适用人群:   1、生理紊乱引起的黄褐斑人群   2、生育引起的妊娠斑人群   3、年纪增长引起的老年斑人群   4、化妆品色素沉积、辐射斑人群   5、长期日照引起的日晒斑人群   6、肌肤暗淡急需美白的人群 《祛斑小方法》 去除脸上的色斑,同时为您分享祛斑小方法 去斑方法,牛奶柠檬汁:每周2次,在晚上用牛奶加柠檬汁混合 液搽脸,可以增白皮肤,减淡斑点。 ``` ----- Original issue reported on code.google.com by `additive...@gmail.com` on 1 Jul 2014 at 3:26
defect
调查去除脸上的色斑 《摘要》 雀斑是美容的大敌。它暴露于面部,呈褐色或暗褐雀斑,大小不等,形状各异,或孤立散在,或融合成片、圆形或条状,一般多呈蝴蝶状。雀斑皮损明显,发展到一定程度时会停止扩大,不肿胀,无脱屑,经过缓慢,无自觉症状。通过按摩,能调节脏腑功能,促进气血运行,疏通面部经络,对雀斑的消除有帮助。去除脸上的色斑, 《客户案例》   高女士   色斑,也就是隐藏在皮肤里面的一点黑色素,但是祛除�� �斑可真不是件容易的事,我的去色斑之路和其他人一样走得� ��辛苦。不知道是不是工作和家庭两座大山给压的,我脸上的 色斑是密密麻麻的,两脸颊颜色特别深,鼻梁也有一大块,�� �至脖子也有了。我刚三十二岁,即便不算年轻,也不该像个� ��太婆似的。   天天照镜子,心情倍受打击。那些顽固的色斑真就像在�� �上安了家一样,就不下去。我为这张色斑脸花了好多钱,也� ��透了心,谁叫面子的事太重要了。可是往往都有一个共同的 体会,就是怎么治都治不好,想靠化妆品遮盖住,那厚厚的�� �妆也够恶心的了。   但是,自从我使用了「黛芙薇尔精华液」,一切都改变�� �。这个祛斑产品,让我重获新生 我知道「黛芙薇尔精华液」时,刚开始没抱太大希望,只是�� �那么多人都可以起作用,我也就试试。于是,我就订购了一� ��周期的。   使用一个月后,发现脸上的斑点确实已经淡了很多,大�� �斑块已经散了,脸颊的颜色没有那么黑了。于是我又订购了� ��个周期的「黛芙薇尔精华液」,第二个周期使用完之后,脸 上的斑点已经消失过半,脖子的斑斑点点也都不明显了。看�� �效果,信心百倍,又接着每天按时使用。三个周期使用完之� ��,我的脸就恢复正常肤色了,斑点都几乎看不见了,皮肤变 白变亮,而且更光滑了。   现在,我还在准备再订购一个周期的巩固一下呢,因为�� �遇得上好用的祛斑产品真是不容易啊,我可是再也不想被色� ��困扰了。朋友们见到我都说看起来漂亮了好多。三十岁的女 人,褪去青涩,也可以成熟又美丽 阅读了去除脸上的色斑,再看脸上容易长斑的原因: 《色斑形成原因》   内部因素   一、压力   当人受到压力时,就会分泌肾上腺素,为对付压力而做�� �备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� ��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 。   二、荷尔蒙分泌失调   避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� �分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� ��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 中因女性荷尔蒙雌激素的增加, — 现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� �谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� ��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 以需要更加注意。   三、新陈代谢缓慢   肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� �因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� ��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� �时候,紫外线的照射也会加速斑的形成。   四、错误的使用化妆品   使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� �疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� ��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 问题。   外部因素   一、紫外线   照射紫外线的时候,人体为了保护皮肤,会在基底层产�� �很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� ��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, 还会引起黑斑、雀斑等色素沉着的皮肤疾患。   二、不良的清洁习惯   因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� �皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� ��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 问题。   三、遗传基因   父母中有长斑的,则本人长斑的概率就很高,这种情况�� �一定程度上就可判定是遗传基因的作用。所以家里特别是长� ��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 线照射,这是预防斑必须注意的。 《有疑问帮你解决》    黛芙薇尔精华液真的有效果吗 真的可以把脸上的黄褐�� �去掉吗   答:黛芙薇尔精华液dna精华能够有效的修复周围难以触�� �的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� ��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 ,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� �,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� ��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 而易见。自产品上市以来,老顾客纷纷介绍新顾客, 的新�� �客都是通过老顾客介绍而来,口碑由此而来    ,服用黛芙薇尔美白,会伤身体吗 有副作用吗   答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� �斑科技,并将“dna美肤系统”疗法应用到了该产品中,能彻� ��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� �地的专家通力协作, �� �,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� ��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 之美。 专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� �百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖    ,去除黄褐斑之后,会反弹吗   答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� �白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� ��据斑的形成原因精心研制而成用事实说话,让消费者打分。 树立权威品牌 我们的很多新客户都是老客户介绍而来,请问� ��如果效果不好,会有客户转介绍吗    ,你们的价格有点贵,能不能便宜一点   答: , , ,而这些毫无疑问,不会对彻底去� ��你的斑点有任何帮助 一分价钱,一份价值,我们现在做的�� �是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� ��褐斑彻底去除,你还会觉得贵吗 你还会再去花那么多冤枉�� �,不但斑没去掉,还把自己的皮肤弄的越来越糟吗    ,我适合用黛芙薇尔精华液吗   答:黛芙薇尔适用人群:    、生理紊乱引起的黄褐斑人群    、生育引起的妊娠斑人群    、年纪增长引起的老年斑人群    、化妆品色素沉积、辐射斑人群    、长期日照引起的日晒斑人群    、肌肤暗淡急需美白的人群 《祛斑小方法》 去除脸上的色斑,同时为您分享祛斑小方法 去斑方法 牛奶柠檬汁: ,在晚上用牛奶加柠檬汁混合 液搽脸,可以增白皮肤,减淡斑点。 original issue reported on code google com by additive gmail com on jul at
1
11,723
7,681,068,264
IssuesEvent
2018-05-16 05:41:21
deeplearning4j/DataVec
https://api.github.com/repos/deeplearning4j/DataVec
closed
Text writable is inefficient, has considerable overhead
ETL performance
ERROR: type should be string, got "https://github.com/deeplearning4j/DataVec/blob/master/datavec-api/src/main/java/org/datavec/api/writable/Text.java\r\n\r\n~29% of time (in my CSV sequence use case) is spent converting String to byte[] and then back to Strings ;/\r\n\r\n![image](https://cloud.githubusercontent.com/assets/2360237/26538174/06d6d42a-4488-11e7-8561-a1d3f507c660.png)\r\n"
True
Text writable is inefficient, has considerable overhead - https://github.com/deeplearning4j/DataVec/blob/master/datavec-api/src/main/java/org/datavec/api/writable/Text.java ~29% of time (in my CSV sequence use case) is spent converting String to byte[] and then back to Strings ;/ ![image](https://cloud.githubusercontent.com/assets/2360237/26538174/06d6d42a-4488-11e7-8561-a1d3f507c660.png)
non_defect
text writable is inefficient has considerable overhead of time in my csv sequence use case is spent converting string to byte and then back to strings
0
65,921
19,805,979,098
IssuesEvent
2022-01-19 06:47:15
primefaces/primereact
https://api.github.com/repos/primefaces/primereact
closed
Calendar as editor inside DataTable in row edit mode
defect
### There is no guarantee in receiving an immediate response in GitHub Issue Tracker, If you'd like to secure our response, you may consider *PrimeReact PRO Support* where support is provided within 4 business hours **I'm submitting a ...** (check one with "x") ``` [ ] bug report [ ] feature request [ ] support request => Please do not submit support request here, instead see https://forum.primefaces.org/viewforum.php?f=57 ``` **Codesandbox Case (Bug Reports)** Please fork the codesandbox below and create a case demonstrating your bug report. Issues without a codesandbox have much less possibility to be reviewed. https://codesandbox.io/s/primereact-test-forked-cmoh1?file=/src/App.js **Current behavior** - When start editing, calendar gets focus (even if it's not first control), and get focus after any changes (even for changes on other fields). **Expected behavior** - Calendar should be open click on it or after tab selection **Minimal reproduction of the problem with instructions** - Click on edit row icon - Try to enter something in text field before or after select date in calendar. * **React version:** 17.0.2 * **PrimeReact version:** 7.1.0 * **Browser:** [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ] all
1.0
Calendar as editor inside DataTable in row edit mode - ### There is no guarantee in receiving an immediate response in GitHub Issue Tracker, If you'd like to secure our response, you may consider *PrimeReact PRO Support* where support is provided within 4 business hours **I'm submitting a ...** (check one with "x") ``` [ ] bug report [ ] feature request [ ] support request => Please do not submit support request here, instead see https://forum.primefaces.org/viewforum.php?f=57 ``` **Codesandbox Case (Bug Reports)** Please fork the codesandbox below and create a case demonstrating your bug report. Issues without a codesandbox have much less possibility to be reviewed. https://codesandbox.io/s/primereact-test-forked-cmoh1?file=/src/App.js **Current behavior** - When start editing, calendar gets focus (even if it's not first control), and get focus after any changes (even for changes on other fields). **Expected behavior** - Calendar should be open click on it or after tab selection **Minimal reproduction of the problem with instructions** - Click on edit row icon - Try to enter something in text field before or after select date in calendar. * **React version:** 17.0.2 * **PrimeReact version:** 7.1.0 * **Browser:** [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ] all
defect
calendar as editor inside datatable in row edit mode there is no guarantee in receiving an immediate response in github issue tracker if you d like to secure our response you may consider primereact pro support where support is provided within business hours i m submitting a check one with x bug report feature request support request please do not submit support request here instead see codesandbox case bug reports please fork the codesandbox below and create a case demonstrating your bug report issues without a codesandbox have much less possibility to be reviewed current behavior when start editing calendar gets focus even if it s not first control and get focus after any changes even for changes on other fields expected behavior calendar should be open click on it or after tab selection minimal reproduction of the problem with instructions click on edit row icon try to enter something in text field before or after select date in calendar react version primereact version browser all
1
241,885
7,835,299,693
IssuesEvent
2018-06-17 03:01:54
daolcms/daol-core
https://api.github.com/repos/daolcms/daol-core
closed
다올 CMS 설치 시, 사이트맵의 메뉴에서 모듈선택이 지정되어 있지 않음.
bug priority-low
다올 CMS 설치 시, 사이트맵의 메뉴에서 모듈선택이 지정되어 있지 않음. [테스트 결과] Xpress Engine 1.5.4.3 + PHP 5.3 → 지정되어 있음 다올 CMS 1.0.4.0 + PHP 5.3 → 지정되어 있지 않음 다올 CMS 1.0.4.0 + PHP 5.4 → 지정되어 있지 않음 다올 CMS 1.0.4.0 + PHP 5.6 → 지정되어 있지 않음 다올 CMS 1.0.5.0 + PHP 5.6 → 지정되어 있지 않음 다올 CMS 1.0.5.3 + PHP 5.6 → 지정되어 있지 않음
1.0
다올 CMS 설치 시, 사이트맵의 메뉴에서 모듈선택이 지정되어 있지 않음. - 다올 CMS 설치 시, 사이트맵의 메뉴에서 모듈선택이 지정되어 있지 않음. [테스트 결과] Xpress Engine 1.5.4.3 + PHP 5.3 → 지정되어 있음 다올 CMS 1.0.4.0 + PHP 5.3 → 지정되어 있지 않음 다올 CMS 1.0.4.0 + PHP 5.4 → 지정되어 있지 않음 다올 CMS 1.0.4.0 + PHP 5.6 → 지정되어 있지 않음 다올 CMS 1.0.5.0 + PHP 5.6 → 지정되어 있지 않음 다올 CMS 1.0.5.3 + PHP 5.6 → 지정되어 있지 않음
non_defect
다올 cms 설치 시 사이트맵의 메뉴에서 모듈선택이 지정되어 있지 않음 다올 cms 설치 시 사이트맵의 메뉴에서 모듈선택이 지정되어 있지 않음 xpress engine php → 지정되어 있음 다올 cms php → 지정되어 있지 않음 다올 cms php → 지정되어 있지 않음 다올 cms php → 지정되어 있지 않음 다올 cms php → 지정되어 있지 않음 다올 cms php → 지정되어 있지 않음
0
122,676
16,196,916,832
IssuesEvent
2021-05-04 15:36:03
rengetsu/Pico9400
https://api.github.com/repos/rengetsu/Pico9400
opened
Change 9400 Load form style
bug design
How it must look like: ![howitmustlooklike](https://user-images.githubusercontent.com/33583122/117029564-76890680-ad07-11eb-9318-aeb6bd77a4f4.png) In the Load form, you need to change the following parameters: **FormBorderStyle**: None **StartPosition**: CenterScreen **MaximizeBox**: False **MinimizeBox**: False
1.0
Change 9400 Load form style - How it must look like: ![howitmustlooklike](https://user-images.githubusercontent.com/33583122/117029564-76890680-ad07-11eb-9318-aeb6bd77a4f4.png) In the Load form, you need to change the following parameters: **FormBorderStyle**: None **StartPosition**: CenterScreen **MaximizeBox**: False **MinimizeBox**: False
non_defect
change load form style how it must look like in the load form you need to change the following parameters formborderstyle none startposition centerscreen maximizebox false minimizebox false
0
121,344
17,651,744,009
IssuesEvent
2021-08-20 14:04:42
snowdensb/spring-security-oauth
https://api.github.com/repos/snowdensb/spring-security-oauth
opened
CVE-2016-1000344 (High) detected in bcprov-jdk15on-1.50.jar
security vulnerability
## CVE-2016-1000344 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bcprov-jdk15on-1.50.jar</b></p></summary> <p>The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 to JDK 1.7.</p> <p>Library home page: <a href="http://www.bouncycastle.org/java.html">http://www.bouncycastle.org/java.html</a></p> <p>Path to dependency file: spring-security-oauth/spring-security-oauth2/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.50/bcprov-jdk15on-1.50.jar</p> <p> Dependency Hierarchy: - spring-security-jwt-1.1.1.RELEASE.jar (Root Library) - bcpkix-jdk15on-1.64.jar - :x: **bcprov-jdk15on-1.50.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/snowdensb/spring-security-oauth/commit/62c6485ab8fc644a76523cfb55746e549555797c">62c6485ab8fc644a76523cfb55746e549555797c</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> In the Bouncy Castle JCE Provider version 1.55 and earlier the DHIES implementation allowed the use of ECB mode. This mode is regarded as unsafe and support for it has been removed from the provider. <p>Publish Date: 2018-06-04 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2016-1000344>CVE-2016-1000344</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>7.4</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - 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-2016-1000344">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1000344</a></p> <p>Release Date: 2018-06-04</p> <p>Fix Resolution: org.bouncycastle:bcprov-debug-jdk15on:1.56,org.bouncycastle:bcprov-debug-jdk14:1.56,org.bouncycastle:bcprov-ext-jdk15on:1.56,org.bouncycastle:bcprov-jdk14:1.56,org.bouncycastle:bcprov-jdk15on:1.56,org.bouncycastle:bcprov-ext-debug-jdk15on:1.56</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"org.bouncycastle","packageName":"bcprov-jdk15on","packageVersion":"1.50","packageFilePaths":["/spring-security-oauth2/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"org.springframework.security:spring-security-jwt:1.1.1.RELEASE;org.bouncycastle:bcpkix-jdk15on:1.64;org.bouncycastle:bcprov-jdk15on:1.50","isMinimumFixVersionAvailable":true,"minimumFixVersion":"org.bouncycastle:bcprov-debug-jdk15on:1.56,org.bouncycastle:bcprov-debug-jdk14:1.56,org.bouncycastle:bcprov-ext-jdk15on:1.56,org.bouncycastle:bcprov-jdk14:1.56,org.bouncycastle:bcprov-jdk15on:1.56,org.bouncycastle:bcprov-ext-debug-jdk15on:1.56"}],"baseBranches":["main"],"vulnerabilityIdentifier":"CVE-2016-1000344","vulnerabilityDetails":"In the Bouncy Castle JCE Provider version 1.55 and earlier the DHIES implementation allowed the use of ECB mode. This mode is regarded as unsafe and support for it has been removed from the provider.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2016-1000344","cvss3Severity":"high","cvss3Score":"7.4","cvss3Metrics":{"A":"None","AC":"High","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
True
CVE-2016-1000344 (High) detected in bcprov-jdk15on-1.50.jar - ## CVE-2016-1000344 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bcprov-jdk15on-1.50.jar</b></p></summary> <p>The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 to JDK 1.7.</p> <p>Library home page: <a href="http://www.bouncycastle.org/java.html">http://www.bouncycastle.org/java.html</a></p> <p>Path to dependency file: spring-security-oauth/spring-security-oauth2/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.50/bcprov-jdk15on-1.50.jar</p> <p> Dependency Hierarchy: - spring-security-jwt-1.1.1.RELEASE.jar (Root Library) - bcpkix-jdk15on-1.64.jar - :x: **bcprov-jdk15on-1.50.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/snowdensb/spring-security-oauth/commit/62c6485ab8fc644a76523cfb55746e549555797c">62c6485ab8fc644a76523cfb55746e549555797c</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> In the Bouncy Castle JCE Provider version 1.55 and earlier the DHIES implementation allowed the use of ECB mode. This mode is regarded as unsafe and support for it has been removed from the provider. <p>Publish Date: 2018-06-04 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2016-1000344>CVE-2016-1000344</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>7.4</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - 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-2016-1000344">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1000344</a></p> <p>Release Date: 2018-06-04</p> <p>Fix Resolution: org.bouncycastle:bcprov-debug-jdk15on:1.56,org.bouncycastle:bcprov-debug-jdk14:1.56,org.bouncycastle:bcprov-ext-jdk15on:1.56,org.bouncycastle:bcprov-jdk14:1.56,org.bouncycastle:bcprov-jdk15on:1.56,org.bouncycastle:bcprov-ext-debug-jdk15on:1.56</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"org.bouncycastle","packageName":"bcprov-jdk15on","packageVersion":"1.50","packageFilePaths":["/spring-security-oauth2/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"org.springframework.security:spring-security-jwt:1.1.1.RELEASE;org.bouncycastle:bcpkix-jdk15on:1.64;org.bouncycastle:bcprov-jdk15on:1.50","isMinimumFixVersionAvailable":true,"minimumFixVersion":"org.bouncycastle:bcprov-debug-jdk15on:1.56,org.bouncycastle:bcprov-debug-jdk14:1.56,org.bouncycastle:bcprov-ext-jdk15on:1.56,org.bouncycastle:bcprov-jdk14:1.56,org.bouncycastle:bcprov-jdk15on:1.56,org.bouncycastle:bcprov-ext-debug-jdk15on:1.56"}],"baseBranches":["main"],"vulnerabilityIdentifier":"CVE-2016-1000344","vulnerabilityDetails":"In the Bouncy Castle JCE Provider version 1.55 and earlier the DHIES implementation allowed the use of ECB mode. This mode is regarded as unsafe and support for it has been removed from the provider.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2016-1000344","cvss3Severity":"high","cvss3Score":"7.4","cvss3Metrics":{"A":"None","AC":"High","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
non_defect
cve high detected in bcprov jar cve high severity vulnerability vulnerable library bcprov jar the bouncy castle crypto package is a java implementation of cryptographic algorithms this jar contains jce provider and lightweight api for the bouncy castle cryptography apis for jdk to jdk library home page a href path to dependency file spring security oauth spring security pom xml path to vulnerable library home wss scanner repository org bouncycastle bcprov bcprov jar dependency hierarchy spring security jwt release jar root library bcpkix jar x bcprov jar vulnerable library found in head commit a href found in base branch main vulnerability details in the bouncy castle jce provider version and earlier the dhies implementation allowed the use of ecb mode this mode is regarded as unsafe and support for it has been removed from the provider publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high 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 org bouncycastle bcprov debug org bouncycastle bcprov debug org bouncycastle bcprov ext org bouncycastle bcprov org bouncycastle bcprov org bouncycastle bcprov ext debug isopenpronvulnerability true ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree org springframework security spring security jwt release org bouncycastle bcpkix org bouncycastle bcprov isminimumfixversionavailable true minimumfixversion org bouncycastle bcprov debug org bouncycastle bcprov debug org bouncycastle bcprov ext org bouncycastle bcprov org bouncycastle bcprov org bouncycastle bcprov ext debug basebranches vulnerabilityidentifier cve vulnerabilitydetails in the bouncy castle jce provider version and earlier the dhies implementation allowed the use of ecb mode this mode is regarded as unsafe and support for it has been removed from the provider vulnerabilityurl
0
68,760
21,881,662,008
IssuesEvent
2022-05-19 14:48:30
vector-im/element-android
https://api.github.com/repos/vector-im/element-android
closed
[MergedRoomItemCreation] Wrong name in DM creation item
T-Defect A-Timeline S-Minor O-Occasional
### Steps to reproduce In DM creation item, the display name is the account name instead of the other member name. Here we should display Claire instead of claireg16. ![wrong](https://user-images.githubusercontent.com/15031750/168030484-e62074c9-f795-4734-83c1-1aa9d599f601.png) ### Outcome Using other member name instead of the connected account name. ### Your phone model _No response_ ### Operating system version _No response_ ### Application version and app store _No response_ ### Homeserver _No response_ ### Will you send logs? No
1.0
[MergedRoomItemCreation] Wrong name in DM creation item - ### Steps to reproduce In DM creation item, the display name is the account name instead of the other member name. Here we should display Claire instead of claireg16. ![wrong](https://user-images.githubusercontent.com/15031750/168030484-e62074c9-f795-4734-83c1-1aa9d599f601.png) ### Outcome Using other member name instead of the connected account name. ### Your phone model _No response_ ### Operating system version _No response_ ### Application version and app store _No response_ ### Homeserver _No response_ ### Will you send logs? No
defect
wrong name in dm creation item steps to reproduce in dm creation item the display name is the account name instead of the other member name here we should display claire instead of outcome using other member name instead of the connected account name your phone model no response operating system version no response application version and app store no response homeserver no response will you send logs no
1
153
2,516,113,442
IssuesEvent
2015-01-15 23:24:05
freebsd/pkg
https://api.github.com/repos/freebsd/pkg
closed
Repo parsing needs to be case-insensitive.
defect fix under test regression
gwollman@ reported a config setup with 2 repos. One had `ENABLED: NO` and the other `ENABLED: YES`. Both repos were considered enabled until the `ENABLED` was made lowercase.
1.0
Repo parsing needs to be case-insensitive. - gwollman@ reported a config setup with 2 repos. One had `ENABLED: NO` and the other `ENABLED: YES`. Both repos were considered enabled until the `ENABLED` was made lowercase.
defect
repo parsing needs to be case insensitive gwollman reported a config setup with repos one had enabled no and the other enabled yes both repos were considered enabled until the enabled was made lowercase
1
1,363
2,603,841,093
IssuesEvent
2015-02-24 18:14:39
chrsmith/nishazi6
https://api.github.com/repos/chrsmith/nishazi6
opened
沈阳人乳头病毒治疗
auto-migrated Priority-Medium Type-Defect
``` 沈阳人乳头病毒治疗〓沈陽軍區政治部醫院性病〓TEL:024-3102 3308〓成立于1946年,68年專注于性傳播疾病的研究和治療。位� ��沈陽市沈河區二緯路32號。是一所與新中國同建立共輝煌的� ��史悠久、設備精良、技術權威、專家云集,是預防、保健、 醫療、科研康復為一體的綜合性醫院。是國家首批公立甲等�� �隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、東� ��大學等知名高等院校的教學醫院。曾被中國人民解放軍空軍 后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二�� �功。 ``` ----- Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 7:19
1.0
沈阳人乳头病毒治疗 - ``` 沈阳人乳头病毒治疗〓沈陽軍區政治部醫院性病〓TEL:024-3102 3308〓成立于1946年,68年專注于性傳播疾病的研究和治療。位� ��沈陽市沈河區二緯路32號。是一所與新中國同建立共輝煌的� ��史悠久、設備精良、技術權威、專家云集,是預防、保健、 醫療、科研康復為一體的綜合性醫院。是國家首批公立甲等�� �隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、東� ��大學等知名高等院校的教學醫院。曾被中國人民解放軍空軍 后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二�� �功。 ``` ----- Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 7:19
defect
沈阳人乳头病毒治疗 沈阳人乳头病毒治疗〓沈陽軍區政治部醫院性病〓tel: 〓 , 。位� �� 。是一所與新中國同建立共輝煌的� ��史悠久、設備精良、技術權威、專家云集,是預防、保健、 醫療、科研康復為一體的綜合性醫院。是國家首批公立甲等�� �隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、東� ��大學等知名高等院校的教學醫院。曾被中國人民解放軍空軍 后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二�� �功。 original issue reported on code google com by gmail com on jun at
1
14,426
2,811,806,489
IssuesEvent
2015-05-18 01:37:39
RenatoUtsch/nulldc
https://api.github.com/repos/RenatoUtsch/nulldc
closed
Enter one-line summary
auto-migrated Priority-Medium Restrict-AddIssueComment-Commit Type-Defect
``` uncompressed ROMs requires much more disk space and takes time to convert... ``` Original issue reported on code.google.com by `mantox...@gmail.com` on 12 Dec 2013 at 3:07
1.0
Enter one-line summary - ``` uncompressed ROMs requires much more disk space and takes time to convert... ``` Original issue reported on code.google.com by `mantox...@gmail.com` on 12 Dec 2013 at 3:07
defect
enter one line summary uncompressed roms requires much more disk space and takes time to convert original issue reported on code google com by mantox gmail com on dec at
1
74,822
25,346,109,034
IssuesEvent
2022-11-19 07:54:11
naev/naev
https://api.github.com/repos/naev/naev
closed
Player escorts try to use player-defined weapon sets as auto weapon sets
Type-Defect Priority-High
bobbens — 今日 22:00 oh my, I think I know why my escort uses the phermone emitter so, the AI assumes that the outfits are being automatically handled and set however, the player escorts use the weapon sets the player set, instead of the automagic ones so the ai tries to trigger weapon set 5 as an instant set to launch fighters or whatever, but instead activates the phermone emitter set on that weapon set I guess the best solution would be to move the weapon set setting stuff to lua-side in the AI, and have the player-side completely independent. Sort of like we do for the "special" outfits now
1.0
Player escorts try to use player-defined weapon sets as auto weapon sets - bobbens — 今日 22:00 oh my, I think I know why my escort uses the phermone emitter so, the AI assumes that the outfits are being automatically handled and set however, the player escorts use the weapon sets the player set, instead of the automagic ones so the ai tries to trigger weapon set 5 as an instant set to launch fighters or whatever, but instead activates the phermone emitter set on that weapon set I guess the best solution would be to move the weapon set setting stuff to lua-side in the AI, and have the player-side completely independent. Sort of like we do for the "special" outfits now
defect
player escorts try to use player defined weapon sets as auto weapon sets bobbens — 今日 oh my i think i know why my escort uses the phermone emitter so the ai assumes that the outfits are being automatically handled and set however the player escorts use the weapon sets the player set instead of the automagic ones so the ai tries to trigger weapon set as an instant set to launch fighters or whatever but instead activates the phermone emitter set on that weapon set i guess the best solution would be to move the weapon set setting stuff to lua side in the ai and have the player side completely independent sort of like we do for the special outfits now
1
648,306
21,182,358,416
IssuesEvent
2022-04-08 09:12:19
ASE-Projekte-WS-2021/ase-ws-21-unser-horsaal
https://api.github.com/repos/ASE-Projekte-WS-2021/ase-ws-21-unser-horsaal
closed
(Kurs Repos) Fehlermeldung im "run" bei gleichzeitigem Funktionieren.
Bug High Priority
Beim Löschen von Usern und der Registrierung wird eine Fehlermeldung (siehe unten) angezeigt. Gleichzeitig scheint aber alles zu funktionieren. ![fehler](https://user-images.githubusercontent.com/41992838/157674625-be853eb0-5582-4b1f-bd05-542218cda59d.png)
1.0
(Kurs Repos) Fehlermeldung im "run" bei gleichzeitigem Funktionieren. - Beim Löschen von Usern und der Registrierung wird eine Fehlermeldung (siehe unten) angezeigt. Gleichzeitig scheint aber alles zu funktionieren. ![fehler](https://user-images.githubusercontent.com/41992838/157674625-be853eb0-5582-4b1f-bd05-542218cda59d.png)
non_defect
kurs repos fehlermeldung im run bei gleichzeitigem funktionieren beim löschen von usern und der registrierung wird eine fehlermeldung siehe unten angezeigt gleichzeitig scheint aber alles zu funktionieren
0
67,996
21,394,051,924
IssuesEvent
2022-04-21 09:51:37
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
opened
REST failure for String key with embedded space
Type: Defect
**Describe the bug** If I have a String key `hello world` I cannot retrieve it via REST **Expected behavior** Key is returned to REST call if it exists **To Reproduce** Run this code ``` import java.util.List; import java.util.concurrent.TimeUnit; import com.hazelcast.config.Config; import com.hazelcast.config.RestEndpointGroup; import com.hazelcast.core.Hazelcast; import com.hazelcast.core.HazelcastInstance; import com.hazelcast.core.HazelcastJsonValue; public class Application { private static final String MAP_NAME = "neil"; public static void main(String[] args) throws Exception { Config config = new Config(); config.getNetworkConfig().getJoin().getAutoDetectionConfig().setEnabled(false); config.getNetworkConfig().getJoin().getMulticastConfig().setEnabled(false); config.getNetworkConfig().getRestApiConfig() .setEnabled(true).setEnabledGroups(List.of(RestEndpointGroup.DATA)); HazelcastInstance hazelcastInstance = Hazelcast.newHazelcastInstance(config); for (String key : List.of("hello", "hello world", "goodbye%20world")) { hazelcastInstance.getMap(MAP_NAME).put(key, new HazelcastJsonValue("{\"width\":" + key.length() + "}")); } TimeUnit.MINUTES.sleep(5L); hazelcastInstance.shutdown(); System.exit(0); } } ``` Then try these commands ``` $ curl -X GET http://127.0.0.1:5701/hazelcast/rest/maps/neil/hello {"width":5}% $ $ curl -X GET http://127.0.0.1:5701/hazelcast/rest/maps/neil/hello%20world $ $ curl -X GET http://127.0.0.1:5701/hazelcast/rest/maps/neil/goodbye%20world {"width":15}% $ $ ``` **Additional context** Tested on 5.1.1 and `Hazelcast Platform 5.2-SNAPSHOT (20220421 - 4dfb780)`
1.0
REST failure for String key with embedded space - **Describe the bug** If I have a String key `hello world` I cannot retrieve it via REST **Expected behavior** Key is returned to REST call if it exists **To Reproduce** Run this code ``` import java.util.List; import java.util.concurrent.TimeUnit; import com.hazelcast.config.Config; import com.hazelcast.config.RestEndpointGroup; import com.hazelcast.core.Hazelcast; import com.hazelcast.core.HazelcastInstance; import com.hazelcast.core.HazelcastJsonValue; public class Application { private static final String MAP_NAME = "neil"; public static void main(String[] args) throws Exception { Config config = new Config(); config.getNetworkConfig().getJoin().getAutoDetectionConfig().setEnabled(false); config.getNetworkConfig().getJoin().getMulticastConfig().setEnabled(false); config.getNetworkConfig().getRestApiConfig() .setEnabled(true).setEnabledGroups(List.of(RestEndpointGroup.DATA)); HazelcastInstance hazelcastInstance = Hazelcast.newHazelcastInstance(config); for (String key : List.of("hello", "hello world", "goodbye%20world")) { hazelcastInstance.getMap(MAP_NAME).put(key, new HazelcastJsonValue("{\"width\":" + key.length() + "}")); } TimeUnit.MINUTES.sleep(5L); hazelcastInstance.shutdown(); System.exit(0); } } ``` Then try these commands ``` $ curl -X GET http://127.0.0.1:5701/hazelcast/rest/maps/neil/hello {"width":5}% $ $ curl -X GET http://127.0.0.1:5701/hazelcast/rest/maps/neil/hello%20world $ $ curl -X GET http://127.0.0.1:5701/hazelcast/rest/maps/neil/goodbye%20world {"width":15}% $ $ ``` **Additional context** Tested on 5.1.1 and `Hazelcast Platform 5.2-SNAPSHOT (20220421 - 4dfb780)`
defect
rest failure for string key with embedded space describe the bug if i have a string key hello world i cannot retrieve it via rest expected behavior key is returned to rest call if it exists to reproduce run this code import java util list import java util concurrent timeunit import com hazelcast config config import com hazelcast config restendpointgroup import com hazelcast core hazelcast import com hazelcast core hazelcastinstance import com hazelcast core hazelcastjsonvalue public class application private static final string map name neil public static void main string args throws exception config config new config config getnetworkconfig getjoin getautodetectionconfig setenabled false config getnetworkconfig getjoin getmulticastconfig setenabled false config getnetworkconfig getrestapiconfig setenabled true setenabledgroups list of restendpointgroup data hazelcastinstance hazelcastinstance hazelcast newhazelcastinstance config for string key list of hello hello world goodbye hazelcastinstance getmap map name put key new hazelcastjsonvalue width key length timeunit minutes sleep hazelcastinstance shutdown system exit then try these commands curl x get width curl x get curl x get width additional context tested on and hazelcast platform snapshot
1
53,155
6,302,803,905
IssuesEvent
2017-07-21 12:01:51
Nebo15/mithril.api
https://api.github.com/repos/Nebo15/mithril.api
closed
Use LIKE instead of EXACT MATCH in Get Lists from Mithril
in progress kind/improvement status/test
As a NHS Admin I want to search Clients and Roles in Mithril using LIKE (contains) comparison instead of exact match for Client name and Role name - [ ] Change Get clients API on Mithril. Use LIKE (CONTAINS) for Query Param `Name` - [ ] Change List roles API on Mithril. Use LIKE (CONTAINS) for Query Param `Name` Acceptance criteria: - [ ] Request returns list where Role name contains `DOCT` ``` curl -X GET 'http://dev.ehealth.world/admin/roles?name=DOCT' ```
1.0
Use LIKE instead of EXACT MATCH in Get Lists from Mithril - As a NHS Admin I want to search Clients and Roles in Mithril using LIKE (contains) comparison instead of exact match for Client name and Role name - [ ] Change Get clients API on Mithril. Use LIKE (CONTAINS) for Query Param `Name` - [ ] Change List roles API on Mithril. Use LIKE (CONTAINS) for Query Param `Name` Acceptance criteria: - [ ] Request returns list where Role name contains `DOCT` ``` curl -X GET 'http://dev.ehealth.world/admin/roles?name=DOCT' ```
non_defect
use like instead of exact match in get lists from mithril as a nhs admin i want to search clients and roles in mithril using like contains comparison instead of exact match for client name and role name change get clients api on mithril use like contains for query param name change list roles api on mithril use like contains for query param name acceptance criteria request returns list where role name contains doct curl x get
0
212,225
7,229,523,588
IssuesEvent
2018-02-11 20:36:03
Cloud-CV/EvalAI
https://api.github.com/repos/Cloud-CV/EvalAI
closed
403 Forbidden response from Github API
bug critical easy_to_fix medium-difficulty priority-high
See the screenshot below for more details about the error: <img width="1918" alt="screen shot 2017-11-18 at 6 16 41 am" src="https://user-images.githubusercontent.com/2945708/32979687-3248de50-cc28-11e7-8eb6-1a2ea3ed5325.png">
1.0
403 Forbidden response from Github API - See the screenshot below for more details about the error: <img width="1918" alt="screen shot 2017-11-18 at 6 16 41 am" src="https://user-images.githubusercontent.com/2945708/32979687-3248de50-cc28-11e7-8eb6-1a2ea3ed5325.png">
non_defect
forbidden response from github api see the screenshot below for more details about the error img width alt screen shot at am src
0
200,952
15,801,858,810
IssuesEvent
2021-04-03 06:53:21
austenjs/ped
https://api.github.com/repos/austenjs/ped
opened
Unnecesary space at the start of new sections in UG
severity.VeryLow type.DocumentationBug
On the image below, list should be closer to the line on top. ![image.png](https://raw.githubusercontent.com/austenjs/ped/main/files/782201b9-5573-4542-9b6e-80310f8772ff.png) <!--session: 1617429383080-f969f073-5e2a-4191-80cf-c7783825b353-->
1.0
Unnecesary space at the start of new sections in UG - On the image below, list should be closer to the line on top. ![image.png](https://raw.githubusercontent.com/austenjs/ped/main/files/782201b9-5573-4542-9b6e-80310f8772ff.png) <!--session: 1617429383080-f969f073-5e2a-4191-80cf-c7783825b353-->
non_defect
unnecesary space at the start of new sections in ug on the image below list should be closer to the line on top
0
276,566
24,000,652,478
IssuesEvent
2022-09-14 11:09:58
ita-social-projects/SpaceToStudy-BackEnd
https://api.github.com/repos/ita-social-projects/SpaceToStudy-BackEnd
closed
(SP: 1) Write tests for validation middleware
Backend tests
Write unit tests for validation and id validation middleware.
1.0
(SP: 1) Write tests for validation middleware - Write unit tests for validation and id validation middleware.
non_defect
sp write tests for validation middleware write unit tests for validation and id validation middleware
0
387,441
26,723,604,543
IssuesEvent
2023-01-29 12:49:38
allogaztea/watchword
https://api.github.com/repos/allogaztea/watchword
closed
Improve Command-Line Interface
documentation enhancement
Improve Command-Line Interface design by using [Commander](https://www.npmjs.com/package/commander) to better handle arguments and flags.
1.0
Improve Command-Line Interface - Improve Command-Line Interface design by using [Commander](https://www.npmjs.com/package/commander) to better handle arguments and flags.
non_defect
improve command line interface improve command line interface design by using to better handle arguments and flags
0
25,342
4,289,889,255
IssuesEvent
2016-07-18 06:59:59
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
Cluster-state should not allowed to change before startup is completed
Team: Core Type: Defect
Normally `NodeExtension.isStartCompleted()` returns true when node is joined successfully, but when hot-restart is enabled, it returns false until hot-restart process completes on all cluster.
1.0
Cluster-state should not allowed to change before startup is completed - Normally `NodeExtension.isStartCompleted()` returns true when node is joined successfully, but when hot-restart is enabled, it returns false until hot-restart process completes on all cluster.
defect
cluster state should not allowed to change before startup is completed normally nodeextension isstartcompleted returns true when node is joined successfully but when hot restart is enabled it returns false until hot restart process completes on all cluster
1
20,463
3,358,636,959
IssuesEvent
2015-11-19 10:30:41
dkfans/keeperfx
https://api.github.com/repos/dkfans/keeperfx
opened
Computer player builds replacement imps before they are all sacrificed
Branch-Stable Priority-High Type-Defect
Building imps is expensive, if you want 16 imps that will cost 20400 gold, if you want 20 it will cost 31500 gold. Since r1766 the Computer Player sacrifices imps to take reduce the cost of replacing imps or building more. Without sacrificing imps replacing a single one will cost several thousand gold, with sacrificing just 150 gold. However, when you sacrifice all imps you'll have the 1-time cost of replacing all the imps at 150 gold, say 2400 gold for 16 imps. A worthwhile trade off. The computer player behaves differently though, he sacrifices one or two imps, builds new ones before sacrificing new imps. Depending on the ratio of sacrifices/new builds this could potentially cost over 10 or 20 times the 2400 gold is is supposed to cost (20000-50000 gold) to replace all imps. When the CP decides to sacrifice imps, he should: * Sacrifice at least as many until the gold cost is 150 gold again * Sacrifice them all and replace them all as quickly as possible to reduce lost mining time * When he has high level imps which won't be sacrificed and can't reach 150 gold because of that he should just build/sacrifice 1 imp at a time until the 150 cost is reached again ![level106.7z](https://cloud.githubusercontent.com/assets/13840686/11246969/4ebea93c-8e1a-11e5-83bb-472e42644490.jpg) Wrong behavior seen in KeeperFX v0.4.6 r1766 patch, git 500f6d2, dated 2015-11-19 00:38:12.
1.0
Computer player builds replacement imps before they are all sacrificed - Building imps is expensive, if you want 16 imps that will cost 20400 gold, if you want 20 it will cost 31500 gold. Since r1766 the Computer Player sacrifices imps to take reduce the cost of replacing imps or building more. Without sacrificing imps replacing a single one will cost several thousand gold, with sacrificing just 150 gold. However, when you sacrifice all imps you'll have the 1-time cost of replacing all the imps at 150 gold, say 2400 gold for 16 imps. A worthwhile trade off. The computer player behaves differently though, he sacrifices one or two imps, builds new ones before sacrificing new imps. Depending on the ratio of sacrifices/new builds this could potentially cost over 10 or 20 times the 2400 gold is is supposed to cost (20000-50000 gold) to replace all imps. When the CP decides to sacrifice imps, he should: * Sacrifice at least as many until the gold cost is 150 gold again * Sacrifice them all and replace them all as quickly as possible to reduce lost mining time * When he has high level imps which won't be sacrificed and can't reach 150 gold because of that he should just build/sacrifice 1 imp at a time until the 150 cost is reached again ![level106.7z](https://cloud.githubusercontent.com/assets/13840686/11246969/4ebea93c-8e1a-11e5-83bb-472e42644490.jpg) Wrong behavior seen in KeeperFX v0.4.6 r1766 patch, git 500f6d2, dated 2015-11-19 00:38:12.
defect
computer player builds replacement imps before they are all sacrificed building imps is expensive if you want imps that will cost gold if you want it will cost gold since the computer player sacrifices imps to take reduce the cost of replacing imps or building more without sacrificing imps replacing a single one will cost several thousand gold with sacrificing just gold however when you sacrifice all imps you ll have the time cost of replacing all the imps at gold say gold for imps a worthwhile trade off the computer player behaves differently though he sacrifices one or two imps builds new ones before sacrificing new imps depending on the ratio of sacrifices new builds this could potentially cost over or times the gold is is supposed to cost gold to replace all imps when the cp decides to sacrifice imps he should sacrifice at least as many until the gold cost is gold again sacrifice them all and replace them all as quickly as possible to reduce lost mining time when he has high level imps which won t be sacrificed and can t reach gold because of that he should just build sacrifice imp at a time until the cost is reached again wrong behavior seen in keeperfx patch git dated
1
35,743
9,657,215,267
IssuesEvent
2019-05-20 08:00:40
gradle/gradle
https://api.github.com/repos/gradle/gradle
closed
Introduce BuildCacheService#init/start
@build-cache from:contributor
The `BuildCacheService` has a `#close` method which will be triggered at the end of the Gradle build to close possible opened resources. What I is missing a `BuildCacheService#init/start` method, which will be called only once. When the BuildCache is used for the first time. ### Expected Behavior There should be a `BuildCacheService#init or start` method which will be triggered by the first artifact which can be stored. ### Current Behavior There is no `init/start` method. ### Context Assume that I build my own remote `BuildCacheService`. For whatever reasons my `BuildCacheService#store` took some time (maybe because my server needs a authentication **all the time** (for each stored artifact)). I could imagine that I create a "session" ID in the `init/start` method which allows the `BuildCacheService#store` method to call a URL with that session ID. Which means my build cache server does not to authenticate the user again and again - which leads to faster storing... ### Steps to Reproduce (for bugs) - ### Your Environment -
1.0
Introduce BuildCacheService#init/start - The `BuildCacheService` has a `#close` method which will be triggered at the end of the Gradle build to close possible opened resources. What I is missing a `BuildCacheService#init/start` method, which will be called only once. When the BuildCache is used for the first time. ### Expected Behavior There should be a `BuildCacheService#init or start` method which will be triggered by the first artifact which can be stored. ### Current Behavior There is no `init/start` method. ### Context Assume that I build my own remote `BuildCacheService`. For whatever reasons my `BuildCacheService#store` took some time (maybe because my server needs a authentication **all the time** (for each stored artifact)). I could imagine that I create a "session" ID in the `init/start` method which allows the `BuildCacheService#store` method to call a URL with that session ID. Which means my build cache server does not to authenticate the user again and again - which leads to faster storing... ### Steps to Reproduce (for bugs) - ### Your Environment -
non_defect
introduce buildcacheservice init start the buildcacheservice has a close method which will be triggered at the end of the gradle build to close possible opened resources what i is missing a buildcacheservice init start method which will be called only once when the buildcache is used for the first time expected behavior there should be a buildcacheservice init or start method which will be triggered by the first artifact which can be stored current behavior there is no init start method context assume that i build my own remote buildcacheservice for whatever reasons my buildcacheservice store took some time maybe because my server needs a authentication all the time for each stored artifact i could imagine that i create a session id in the init start method which allows the buildcacheservice store method to call a url with that session id which means my build cache server does not to authenticate the user again and again which leads to faster storing steps to reproduce for bugs your environment
0
32,592
6,847,020,485
IssuesEvent
2017-11-13 14:11:28
jccastillo0007/eFacturaT
https://api.github.com/repos/jccastillo0007/eFacturaT
opened
Navision DRP - no está incluyendo la fecha de pago en el complemento
defect
Al menos lo que arroja en la consola, no se si después se asigne, ya que se timbra.
1.0
Navision DRP - no está incluyendo la fecha de pago en el complemento - Al menos lo que arroja en la consola, no se si después se asigne, ya que se timbra.
defect
navision drp no está incluyendo la fecha de pago en el complemento al menos lo que arroja en la consola no se si después se asigne ya que se timbra
1
273,988
20,822,063,019
IssuesEvent
2022-03-18 16:20:25
flutter/flutter
https://api.github.com/repos/flutter/flutter
closed
[Examples] The `api` examples don't run on Android
platform-android framework d: examples documentation P4
<!-- 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 bug or if our documentation doesn't have an answer to what you're looking for, then fill out the template below. Please read our guide to filing a bug first: https://flutter.dev/docs/resources/bug-reports --> ## Steps to Reproduce 1. Open the `api` example in https://github.com/flutter/flutter/tree/master/examples 2. Try to run any of the examples in the `lib` folder on android, eg, `animation/curves/curve2_d.0.dart` on `android` **Expected results:** <!-- what did you want to see? --> The app builds on android successfully **Actual results:** <!-- what did you see? --> The app fails to build with the error in the logs below <details> <summary>Logs</summary> ```console Running "flutter pub get" in api... Launching lib/animation/curves/curve2_d.0.dart on M2007J20CG in debug mode... Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old ns http://schemas.android.com/repository/android/common/01 Warning: Mapping new ns http://schemas.android.com/repository/android/generic/02 to old ns http://schemas.android.com/repository/android/generic/01 Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/addon2/02 to old ns http://schemas.android.com/sdk/android/repo/addon2/01 Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/repository2/02 to old ns http://schemas.android.com/sdk/android/repo/repository2/01 Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/sys-img2/02 to old ns http://schemas.android.com/sdk/android/repo/sys-img2/01 FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:processDebugResources'. > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade > Android resource linking failed /Users/nexus/dev/sdks/flutter/examples/api/build/app/intermediates/packaged_manifests/debug/AndroidManifest.xml:26: AAPT: error: resource style/LaunchTheme (aka dev.flutter.flutter_api_samples:style/LaunchTheme) not found. /Users/nexus/dev/sdks/flutter/examples/api/build/app/intermediates/packaged_manifests/debug/AndroidManifest.xml:40: AAPT: error: resource style/NormalTheme (aka dev.flutter.flutter_api_samples:style/NormalTheme) not found. * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 1m 3s Exception: Gradle task assembleDebug failed with exit code 1 Exited (sigterm) ``` `flutter run -t lib/animations/curves/curve2_d.0.dart -v` [verbose_logs.txt](https://github.com/flutter/flutter/files/8253849/verbose_logs.txt) </details> <details> <summary>flutter doctor -v</summary> ``` [✓] Flutter (Channel stable, 2.10.3, on macOS 12.2.1 21D62 darwin-arm, locale en-GB) • Flutter version 2.10.3 at /Users/nexus/dev/sdks/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision 7e9793dee1 (13 days ago), 2022-03-02 11:23:12 -0600 • Engine revision bd539267b4 • Dart version 2.16.1 • DevTools version 2.9.2 [✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0) • Android SDK at /Users/nexus/Library/Android/sdk • Platform android-32, build-tools 31.0.0 • Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 11.0.11+0-b60-7772763) • All Android licenses accepted. [✓] Xcode - develop for iOS and macOS (Xcode 13.2.1) • Xcode at /Applications/Xcode.app/Contents/Developer • CocoaPods version 1.11.2 [✓] Chrome - develop for the web • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome [✓] Android Studio (version 2021.1) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 11.0.11+0-b60-7772763) [☠] IntelliJ IDEA Community Edition (the doctor check crashed) ✗ Due to an error, the doctor check did not complete. If the error message below is not helpful, please let us know about this issue at https://github.com/flutter/flutter/issues. ✗ FormatException: Unexpected extension byte (at offset 5) • #0 _Utf8Decoder.convertSingle (dart:convert-patch/convert_patch.dart:1789:7) #1 Utf8Decoder.convert (dart:convert/utf.dart:351:42) #2 InputStream.readString (package:archive/src/util/input_stream.dart:207:30) #3 new ZipDirectory.read (package:archive/src/zip/zip_directory.dart:40:30) #4 ZipDecoder.decodeBuffer (package:archive/src/zip_decoder.dart:19:30) #5 ZipDecoder.decodeBytes (package:archive/src/zip_decoder.dart:14:12) #6 IntelliJPlugins._findPluginXml (package:flutter_tools/src/intellij/intellij.dart:130:44) #7 IntelliJPlugins._readPackageVersion (package:flutter_tools/src/intellij/intellij.dart:141:40) #8 IntelliJPlugins.validatePackage (package:flutter_tools/src/intellij/intellij.dart:63:35) #9 IntelliJValidator.validate (package:flutter_tools/src/intellij/intellij_validator.dart:103:15) #10 asyncGuard.<anonymous closure> (package:flutter_tools/src/base/async_guard.dart:111:32) #11 asyncGuard.<anonymous closure> (package:flutter_tools/src/base/async_guard.dart:109:18) #12 _rootRun (dart:async/zone.dart:1426:13) #13 _CustomZone.run (dart:async/zone.dart:1328:19) #14 _runZoned (dart:async/zone.dart:1861:10) #15 runZonedGuarded (dart:async/zone.dart:1849:12) #16 runZoned (dart:async/zone.dart:1780:12) #17 asyncGuard (package:flutter_tools/src/base/async_guard.dart:109:3) #18 Doctor.startValidatorTasks (package:flutter_tools/src/doctor.dart:205:9) #19 Doctor.diagnose (package:flutter_tools/src/doctor.dart:309:47) #20 DoctorCommand.runCommand (package:flutter_tools/src/commands/doctor.dart:50:48) #21 FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:1320:12) <asynchronous suspension> #22 FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart:1161:27) <asynchronous suspension> #23 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19) <asynchronous suspension> #24 CommandRunner.runCommand (package:args/command_runner.dart:209:13) <asynchronous suspension> #25 FlutterCommandRunner.runCommand.<anonymous closure> (package:flutter_tools/src/runner/flutter_command_runner.dart:281:9) <asynchronous suspension> #26 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19) <asynchronous suspension> #27 FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:229:5) <asynchronous suspension> #28 run.<anonymous closure>.<anonymous closure> (package:flutter_tools/runner.dart:62:9) <asynchronous suspension> #29 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19) <asynchronous suspension> #30 main (package:flutter_tools/executable.dart:94:3) <asynchronous suspension> [✓] VS Code (version 1.65.2) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 3.36.0 [✓] Connected device (4 available) • M2007J20CG (mobile) • 5dd3be00 • android-arm64 • Android 11 (API 30) • Nexus (mobile) • 00008020-001875E83A38002E • ios • iOS 15.3 19D50 • macOS (desktop) • macos • darwin-arm64 • macOS 12.2.1 21D62 darwin-arm • Chrome (web) • chrome • web-javascript • Google Chrome 99.0.4844.51 [✓] HTTP Host Availability • All required HTTP hosts are available ! Doctor found issues in 1 category. ``` ``` [✓] Flutter (Channel master, 2.11.0-0.0.pre.885, on macOS 12.2.1 21D62 darwin-arm, locale en-GB) • Flutter version 2.11.0-0.0.pre.885 at /Users/nexus/dev/sdks/flutters • Upstream repository https://github.com/flutter/flutter.git • Framework revision 47acaac19e (11 hours ago), 2022-03-14 22:30:19 -0400 • Engine revision 0cf0ea0e78 • Dart version 2.17.0 (build 2.17.0-202.0.dev) • DevTools version 2.11.4 [✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0) • Android SDK at /Users/nexus/Library/Android/sdk • Platform android-32, build-tools 31.0.0 • Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 11.0.11+0-b60-7772763) • All Android licenses accepted. [✓] Xcode - develop for iOS and macOS (Xcode 13.2.1) • Xcode at /Applications/Xcode.app/Contents/Developer • CocoaPods version 1.11.2 [✓] Chrome - develop for the web • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome [✓] Android Studio (version 2021.1) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 11.0.11+0-b60-7772763) [✓] IntelliJ IDEA Community Edition (version 2021.3) • IntelliJ at /Applications/IntelliJ IDEA CE.app • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin version 213.5744.122 [✓] VS Code (version 1.65.2) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 3.36.0 [✓] Connected device (4 available) • M2007J20CG (mobile) • 5dd3be00 • android-arm64 • Android 11 (API 30) • Nexus (mobile) • 00008020-001875E83A38002E • ios • iOS 15.3 19D50 • macOS (desktop) • macos • darwin-arm64 • macOS 12.2.1 21D62 darwin-arm • Chrome (web) • chrome • web-javascript • Google Chrome 99.0.4844.51 [✓] HTTP Host Availability • All required HTTP hosts are available • No issues found! ``` </details>
1.0
[Examples] The `api` examples don't run on Android - <!-- 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 bug or if our documentation doesn't have an answer to what you're looking for, then fill out the template below. Please read our guide to filing a bug first: https://flutter.dev/docs/resources/bug-reports --> ## Steps to Reproduce 1. Open the `api` example in https://github.com/flutter/flutter/tree/master/examples 2. Try to run any of the examples in the `lib` folder on android, eg, `animation/curves/curve2_d.0.dart` on `android` **Expected results:** <!-- what did you want to see? --> The app builds on android successfully **Actual results:** <!-- what did you see? --> The app fails to build with the error in the logs below <details> <summary>Logs</summary> ```console Running "flutter pub get" in api... Launching lib/animation/curves/curve2_d.0.dart on M2007J20CG in debug mode... Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old ns http://schemas.android.com/repository/android/common/01 Warning: Mapping new ns http://schemas.android.com/repository/android/generic/02 to old ns http://schemas.android.com/repository/android/generic/01 Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/addon2/02 to old ns http://schemas.android.com/sdk/android/repo/addon2/01 Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/repository2/02 to old ns http://schemas.android.com/sdk/android/repo/repository2/01 Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/sys-img2/02 to old ns http://schemas.android.com/sdk/android/repo/sys-img2/01 FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:processDebugResources'. > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade > Android resource linking failed /Users/nexus/dev/sdks/flutter/examples/api/build/app/intermediates/packaged_manifests/debug/AndroidManifest.xml:26: AAPT: error: resource style/LaunchTheme (aka dev.flutter.flutter_api_samples:style/LaunchTheme) not found. /Users/nexus/dev/sdks/flutter/examples/api/build/app/intermediates/packaged_manifests/debug/AndroidManifest.xml:40: AAPT: error: resource style/NormalTheme (aka dev.flutter.flutter_api_samples:style/NormalTheme) not found. * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 1m 3s Exception: Gradle task assembleDebug failed with exit code 1 Exited (sigterm) ``` `flutter run -t lib/animations/curves/curve2_d.0.dart -v` [verbose_logs.txt](https://github.com/flutter/flutter/files/8253849/verbose_logs.txt) </details> <details> <summary>flutter doctor -v</summary> ``` [✓] Flutter (Channel stable, 2.10.3, on macOS 12.2.1 21D62 darwin-arm, locale en-GB) • Flutter version 2.10.3 at /Users/nexus/dev/sdks/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision 7e9793dee1 (13 days ago), 2022-03-02 11:23:12 -0600 • Engine revision bd539267b4 • Dart version 2.16.1 • DevTools version 2.9.2 [✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0) • Android SDK at /Users/nexus/Library/Android/sdk • Platform android-32, build-tools 31.0.0 • Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 11.0.11+0-b60-7772763) • All Android licenses accepted. [✓] Xcode - develop for iOS and macOS (Xcode 13.2.1) • Xcode at /Applications/Xcode.app/Contents/Developer • CocoaPods version 1.11.2 [✓] Chrome - develop for the web • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome [✓] Android Studio (version 2021.1) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 11.0.11+0-b60-7772763) [☠] IntelliJ IDEA Community Edition (the doctor check crashed) ✗ Due to an error, the doctor check did not complete. If the error message below is not helpful, please let us know about this issue at https://github.com/flutter/flutter/issues. ✗ FormatException: Unexpected extension byte (at offset 5) • #0 _Utf8Decoder.convertSingle (dart:convert-patch/convert_patch.dart:1789:7) #1 Utf8Decoder.convert (dart:convert/utf.dart:351:42) #2 InputStream.readString (package:archive/src/util/input_stream.dart:207:30) #3 new ZipDirectory.read (package:archive/src/zip/zip_directory.dart:40:30) #4 ZipDecoder.decodeBuffer (package:archive/src/zip_decoder.dart:19:30) #5 ZipDecoder.decodeBytes (package:archive/src/zip_decoder.dart:14:12) #6 IntelliJPlugins._findPluginXml (package:flutter_tools/src/intellij/intellij.dart:130:44) #7 IntelliJPlugins._readPackageVersion (package:flutter_tools/src/intellij/intellij.dart:141:40) #8 IntelliJPlugins.validatePackage (package:flutter_tools/src/intellij/intellij.dart:63:35) #9 IntelliJValidator.validate (package:flutter_tools/src/intellij/intellij_validator.dart:103:15) #10 asyncGuard.<anonymous closure> (package:flutter_tools/src/base/async_guard.dart:111:32) #11 asyncGuard.<anonymous closure> (package:flutter_tools/src/base/async_guard.dart:109:18) #12 _rootRun (dart:async/zone.dart:1426:13) #13 _CustomZone.run (dart:async/zone.dart:1328:19) #14 _runZoned (dart:async/zone.dart:1861:10) #15 runZonedGuarded (dart:async/zone.dart:1849:12) #16 runZoned (dart:async/zone.dart:1780:12) #17 asyncGuard (package:flutter_tools/src/base/async_guard.dart:109:3) #18 Doctor.startValidatorTasks (package:flutter_tools/src/doctor.dart:205:9) #19 Doctor.diagnose (package:flutter_tools/src/doctor.dart:309:47) #20 DoctorCommand.runCommand (package:flutter_tools/src/commands/doctor.dart:50:48) #21 FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:1320:12) <asynchronous suspension> #22 FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart:1161:27) <asynchronous suspension> #23 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19) <asynchronous suspension> #24 CommandRunner.runCommand (package:args/command_runner.dart:209:13) <asynchronous suspension> #25 FlutterCommandRunner.runCommand.<anonymous closure> (package:flutter_tools/src/runner/flutter_command_runner.dart:281:9) <asynchronous suspension> #26 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19) <asynchronous suspension> #27 FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:229:5) <asynchronous suspension> #28 run.<anonymous closure>.<anonymous closure> (package:flutter_tools/runner.dart:62:9) <asynchronous suspension> #29 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19) <asynchronous suspension> #30 main (package:flutter_tools/executable.dart:94:3) <asynchronous suspension> [✓] VS Code (version 1.65.2) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 3.36.0 [✓] Connected device (4 available) • M2007J20CG (mobile) • 5dd3be00 • android-arm64 • Android 11 (API 30) • Nexus (mobile) • 00008020-001875E83A38002E • ios • iOS 15.3 19D50 • macOS (desktop) • macos • darwin-arm64 • macOS 12.2.1 21D62 darwin-arm • Chrome (web) • chrome • web-javascript • Google Chrome 99.0.4844.51 [✓] HTTP Host Availability • All required HTTP hosts are available ! Doctor found issues in 1 category. ``` ``` [✓] Flutter (Channel master, 2.11.0-0.0.pre.885, on macOS 12.2.1 21D62 darwin-arm, locale en-GB) • Flutter version 2.11.0-0.0.pre.885 at /Users/nexus/dev/sdks/flutters • Upstream repository https://github.com/flutter/flutter.git • Framework revision 47acaac19e (11 hours ago), 2022-03-14 22:30:19 -0400 • Engine revision 0cf0ea0e78 • Dart version 2.17.0 (build 2.17.0-202.0.dev) • DevTools version 2.11.4 [✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0) • Android SDK at /Users/nexus/Library/Android/sdk • Platform android-32, build-tools 31.0.0 • Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 11.0.11+0-b60-7772763) • All Android licenses accepted. [✓] Xcode - develop for iOS and macOS (Xcode 13.2.1) • Xcode at /Applications/Xcode.app/Contents/Developer • CocoaPods version 1.11.2 [✓] Chrome - develop for the web • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome [✓] Android Studio (version 2021.1) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 11.0.11+0-b60-7772763) [✓] IntelliJ IDEA Community Edition (version 2021.3) • IntelliJ at /Applications/IntelliJ IDEA CE.app • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin version 213.5744.122 [✓] VS Code (version 1.65.2) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 3.36.0 [✓] Connected device (4 available) • M2007J20CG (mobile) • 5dd3be00 • android-arm64 • Android 11 (API 30) • Nexus (mobile) • 00008020-001875E83A38002E • ios • iOS 15.3 19D50 • macOS (desktop) • macos • darwin-arm64 • macOS 12.2.1 21D62 darwin-arm • Chrome (web) • chrome • web-javascript • Google Chrome 99.0.4844.51 [✓] HTTP Host Availability • All required HTTP hosts are available • No issues found! ``` </details>
non_defect
the api examples don t run on android 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 bug or if our documentation doesn t have an answer to what you re looking for then fill out the template below please read our guide to filing a bug first steps to reproduce open the api example in try to run any of the examples in the lib folder on android eg animation curves d dart on android expected results the app builds on android successfully actual results the app fails to build with the error in the logs below logs console running flutter pub get in api launching lib animation curves d dart on in debug mode warning mapping new ns to old ns warning mapping new ns to old ns warning mapping new ns to old ns warning mapping new ns to old ns warning mapping new ns to old ns failure build failed with an exception what went wrong execution failed for task app processdebugresources a failure occurred while executing com android build gradle internal tasks workers actionfacade android resource linking failed users nexus dev sdks flutter examples api build app intermediates packaged manifests debug androidmanifest xml aapt error resource style launchtheme aka dev flutter flutter api samples style launchtheme not found users nexus dev sdks flutter examples api build app intermediates packaged manifests debug androidmanifest xml aapt error resource style normaltheme aka dev flutter flutter api samples style normaltheme not found try run with stacktrace option to get the stack trace run with info or debug option to get more log output run with scan to get full insights get more help at build failed in exception gradle task assembledebug failed with exit code exited sigterm flutter run t lib animations curves d dart v flutter doctor v flutter channel stable on macos darwin arm locale en gb • flutter version at users nexus dev sdks flutter • upstream repository • framework revision days ago • engine revision • dart version • devtools version android toolchain develop for android devices android sdk version • android sdk at users nexus library android sdk • platform android build tools • java binary at applications android studio app contents jre contents home bin java • java version openjdk runtime environment build • all android licenses accepted xcode develop for ios and macos xcode • xcode at applications xcode app contents developer • cocoapods version chrome develop for the web • chrome at applications google chrome app contents macos google chrome android studio version • android studio at applications android studio app contents • flutter plugin can be installed from 🔨 • dart plugin can be installed from 🔨 • java version openjdk runtime environment build intellij idea community edition the doctor check crashed ✗ due to an error the doctor check did not complete if the error message below is not helpful please let us know about this issue at ✗ formatexception unexpected extension byte at offset • convertsingle dart convert patch convert patch dart convert dart convert utf dart inputstream readstring package archive src util input stream dart new zipdirectory read package archive src zip zip directory dart zipdecoder decodebuffer package archive src zip decoder dart zipdecoder decodebytes package archive src zip decoder dart intellijplugins findpluginxml package flutter tools src intellij intellij dart intellijplugins readpackageversion package flutter tools src intellij intellij dart intellijplugins validatepackage package flutter tools src intellij intellij dart intellijvalidator validate package flutter tools src intellij intellij validator dart asyncguard package flutter tools src base async guard dart asyncguard package flutter tools src base async guard dart rootrun dart async zone dart customzone run dart async zone dart runzoned dart async zone dart runzonedguarded dart async zone dart runzoned dart async zone dart asyncguard package flutter tools src base async guard dart doctor startvalidatortasks package flutter tools src doctor dart doctor diagnose package flutter tools src doctor dart doctorcommand runcommand package flutter tools src commands doctor dart fluttercommand verifythenruncommand package flutter tools src runner flutter command dart fluttercommand run package flutter tools src runner flutter command dart appcontext run package flutter tools src base context dart commandrunner runcommand package args command runner dart fluttercommandrunner runcommand package flutter tools src runner flutter command runner dart appcontext run package flutter tools src base context dart fluttercommandrunner runcommand package flutter tools src runner flutter command runner dart run package flutter tools runner dart appcontext run package flutter tools src base context dart main package flutter tools executable dart vs code version • vs code at applications visual studio code app contents • flutter extension version connected device available • mobile • • android • android api • nexus mobile • • ios • ios • macos desktop • macos • darwin • macos darwin arm • chrome web • chrome • web javascript • google chrome http host availability • all required http hosts are available doctor found issues in category flutter channel master pre on macos darwin arm locale en gb • flutter version pre at users nexus dev sdks flutters • upstream repository • framework revision hours ago • engine revision • dart version build dev • devtools version android toolchain develop for android devices android sdk version • android sdk at users nexus library android sdk • platform android build tools • java binary at applications android studio app contents jre contents home bin java • java version openjdk runtime environment build • all android licenses accepted xcode develop for ios and macos xcode • xcode at applications xcode app contents developer • cocoapods version chrome develop for the web • chrome at applications google chrome app contents macos google chrome android studio version • android studio at applications android studio app contents • flutter plugin can be installed from 🔨 • dart plugin can be installed from 🔨 • java version openjdk runtime environment build intellij idea community edition version • intellij at applications intellij idea ce app • flutter plugin can be installed from 🔨 • dart plugin version vs code version • vs code at applications visual studio code app contents • flutter extension version connected device available • mobile • • android • android api • nexus mobile • • ios • ios • macos desktop • macos • darwin • macos darwin arm • chrome web • chrome • web javascript • google chrome http host availability • all required http hosts are available • no issues found
0
535,784
15,698,642,069
IssuesEvent
2021-03-26 07:12:40
Qiskit/qiskit-nature
https://api.github.com/repos/Qiskit/qiskit-nature
closed
Linear-Mapper (spin)
priority: high
Migrated from Enterprise Github. Creator: @mrossinek <!-- ⚠️ If you do not respect this template, your issue will be closed --> <!-- ⚠️ Make sure to browse the opened and closed issues to confirm this idea does not exist. --> ### What is the expected behavior? Implement and test the `LinearMapper`. This issue breaks-out of #18 and can be used to assign and discuss related topics. - [ ] Implementation - [ ] Unittest - [ ] Documentation
1.0
Linear-Mapper (spin) - Migrated from Enterprise Github. Creator: @mrossinek <!-- ⚠️ If you do not respect this template, your issue will be closed --> <!-- ⚠️ Make sure to browse the opened and closed issues to confirm this idea does not exist. --> ### What is the expected behavior? Implement and test the `LinearMapper`. This issue breaks-out of #18 and can be used to assign and discuss related topics. - [ ] Implementation - [ ] Unittest - [ ] Documentation
non_defect
linear mapper spin migrated from enterprise github creator mrossinek what is the expected behavior implement and test the linearmapper this issue breaks out of and can be used to assign and discuss related topics implementation unittest documentation
0
414,587
27,993,833,021
IssuesEvent
2023-03-27 06:59:44
marcusjang/alcohol-tax-calculator
https://api.github.com/repos/marcusjang/alcohol-tax-calculator
closed
관련 법조문 근거 링크 추가
documentation enhancement
**문제점** 관련 법조문 근거 링크를 하단에 추가하여 근거 기준 확인이 용이하게 할 필요 있음 **환경** 브라우저 무관 **관련 링크** * [관세법시행규칙 제45조](https://www.law.go.kr/%EB%B2%95%EB%A0%B9/%EA%B4%80%EC%84%B8%EB%B2%95%EC%8B%9C%ED%96%89%EA%B7%9C%EC%B9%99/%EC%A0%9C45%EC%A1%B0) - 관세가 면제되는 소액물품 (미화150달러 기준 근거) * [관세법시행규칙 제4조의3](https://www.law.go.kr/%EB%B2%95%EB%A0%B9/%EA%B4%80%EC%84%B8%EB%B2%95%EC%8B%9C%ED%96%89%EA%B7%9C%EC%B9%99/%EC%A0%9C4%EC%A1%B0%EC%9D%983) - 선편소포우편물요금표의 적용 (한화 20만원 기준 근거) * [수입통관사무처리에관한고시](https://www.law.go.kr/%ED%96%89%EC%A0%95%EA%B7%9C%EC%B9%99/%EC%88%98%EC%9E%85%ED%86%B5%EA%B4%80%EC%82%AC%EB%AC%B4%EC%B2%98%EB%A6%AC%EC%97%90%EA%B4%80%ED%95%9C%EA%B3%A0%EC%8B%9C) - 소액물품의 자가사용 인정기준 (1병 1리터 기준 근거, 67조) * [국제우편에 관한 요금 과학기술부고시](https://www.law.go.kr/%ED%96%89%EC%A0%95%EA%B7%9C%EC%B9%99/%EA%B5%AD%EC%A0%9C%EC%9A%B0%ED%8E%B8%EC%97%90%20%EA%B4%80%ED%95%9C%20%EC%9A%94%EA%B8%88) - 선편운임요금표 기준
1.0
관련 법조문 근거 링크 추가 - **문제점** 관련 법조문 근거 링크를 하단에 추가하여 근거 기준 확인이 용이하게 할 필요 있음 **환경** 브라우저 무관 **관련 링크** * [관세법시행규칙 제45조](https://www.law.go.kr/%EB%B2%95%EB%A0%B9/%EA%B4%80%EC%84%B8%EB%B2%95%EC%8B%9C%ED%96%89%EA%B7%9C%EC%B9%99/%EC%A0%9C45%EC%A1%B0) - 관세가 면제되는 소액물품 (미화150달러 기준 근거) * [관세법시행규칙 제4조의3](https://www.law.go.kr/%EB%B2%95%EB%A0%B9/%EA%B4%80%EC%84%B8%EB%B2%95%EC%8B%9C%ED%96%89%EA%B7%9C%EC%B9%99/%EC%A0%9C4%EC%A1%B0%EC%9D%983) - 선편소포우편물요금표의 적용 (한화 20만원 기준 근거) * [수입통관사무처리에관한고시](https://www.law.go.kr/%ED%96%89%EC%A0%95%EA%B7%9C%EC%B9%99/%EC%88%98%EC%9E%85%ED%86%B5%EA%B4%80%EC%82%AC%EB%AC%B4%EC%B2%98%EB%A6%AC%EC%97%90%EA%B4%80%ED%95%9C%EA%B3%A0%EC%8B%9C) - 소액물품의 자가사용 인정기준 (1병 1리터 기준 근거, 67조) * [국제우편에 관한 요금 과학기술부고시](https://www.law.go.kr/%ED%96%89%EC%A0%95%EA%B7%9C%EC%B9%99/%EA%B5%AD%EC%A0%9C%EC%9A%B0%ED%8E%B8%EC%97%90%20%EA%B4%80%ED%95%9C%20%EC%9A%94%EA%B8%88) - 선편운임요금표 기준
non_defect
관련 법조문 근거 링크 추가 문제점 관련 법조문 근거 링크를 하단에 추가하여 근거 기준 확인이 용이하게 할 필요 있음 환경 브라우저 무관 관련 링크 관세가 면제되는 소액물품 기준 근거 선편소포우편물요금표의 적용 한화 기준 근거 소액물품의 자가사용 인정기준 기준 근거 선편운임요금표 기준
0
721,761
24,836,936,657
IssuesEvent
2022-10-26 09:34:30
AY2223S1-CS2103T-F11-2/tp
https://api.github.com/repos/AY2223S1-CS2103T-F11-2/tp
opened
Updated GUI for help window to support all commands
priority.High type.Task
Updated help window to support all commands
1.0
Updated GUI for help window to support all commands - Updated help window to support all commands
non_defect
updated gui for help window to support all commands updated help window to support all commands
0
41,599
10,532,844,347
IssuesEvent
2019-10-01 11:45:17
PowerDNS/pdns
https://api.github.com/repos/PowerDNS/pdns
closed
--check-config misses misconfigured "webserver" configuration option
defect dnsdist
<!-- Hi! Thanks for filing an issue. It will be read with care by human beings. Can we ask you to please fill out this template and not simply demand new features or send in complaints? Thanks! --> <!-- Also please search the existing issues (both open and closed) to see if your report might be duplicate --> <!-- Please don't file an issue when you have a support question, send support questions to the mailinglist or ask them on IRC (https://www.powerdns.com/opensource.html) --> <!-- Tell us what is issue is about --> - Program: dnsdist <!-- delete the ones that do not apply --> - Issue type: Bug report ### Short description <!-- Explain in a few sentences what the issue/request is --> When running dnsdist (1.3.3-1) with --check-config a specific config error is not caught ### Environment <!-- Tell us about the environment --> - Operating system: Ubuntu - Software version: Xenial (16.04) - Software source: PowerDNS repository ### Steps to reproduce <!-- Tell us step-by-step how the issue can be triggered. Please include your configuration files and any (Lua) scripts that are loaded. --> 1. Install dnsdist 1.3.3-1 2. Add this line to a config file: `webserver("127.0.0.6}:1234", "api_password", "api_key")` 3. Run dnsdist with --check-config against the config file and note that it does not report an error (the `}` between the IP address and the `:` is invalid, and is reported correctly when starting dnsdist) ### Expected behaviour An error in the configuration to be reported ### Actual behaviour No error is reported ``` root@ubuntu1604:~# /usr/bin/dnsdist --check-config -C /tmp/tmpdd.conf Configuration '/tmp/tmpdd.conf' OK! ```
1.0
--check-config misses misconfigured "webserver" configuration option - <!-- Hi! Thanks for filing an issue. It will be read with care by human beings. Can we ask you to please fill out this template and not simply demand new features or send in complaints? Thanks! --> <!-- Also please search the existing issues (both open and closed) to see if your report might be duplicate --> <!-- Please don't file an issue when you have a support question, send support questions to the mailinglist or ask them on IRC (https://www.powerdns.com/opensource.html) --> <!-- Tell us what is issue is about --> - Program: dnsdist <!-- delete the ones that do not apply --> - Issue type: Bug report ### Short description <!-- Explain in a few sentences what the issue/request is --> When running dnsdist (1.3.3-1) with --check-config a specific config error is not caught ### Environment <!-- Tell us about the environment --> - Operating system: Ubuntu - Software version: Xenial (16.04) - Software source: PowerDNS repository ### Steps to reproduce <!-- Tell us step-by-step how the issue can be triggered. Please include your configuration files and any (Lua) scripts that are loaded. --> 1. Install dnsdist 1.3.3-1 2. Add this line to a config file: `webserver("127.0.0.6}:1234", "api_password", "api_key")` 3. Run dnsdist with --check-config against the config file and note that it does not report an error (the `}` between the IP address and the `:` is invalid, and is reported correctly when starting dnsdist) ### Expected behaviour An error in the configuration to be reported ### Actual behaviour No error is reported ``` root@ubuntu1604:~# /usr/bin/dnsdist --check-config -C /tmp/tmpdd.conf Configuration '/tmp/tmpdd.conf' OK! ```
defect
check config misses misconfigured webserver configuration option program dnsdist issue type bug report short description when running dnsdist with check config a specific config error is not caught environment operating system ubuntu software version xenial software source powerdns repository steps to reproduce install dnsdist add this line to a config file webserver api password api key run dnsdist with check config against the config file and note that it does not report an error the between the ip address and the is invalid and is reported correctly when starting dnsdist expected behaviour an error in the configuration to be reported actual behaviour no error is reported root usr bin dnsdist check config c tmp tmpdd conf configuration tmp tmpdd conf ok
1
11,473
2,652,258,622
IssuesEvent
2015-03-16 16:23:48
JoseExposito/touchegg
https://api.github.com/repos/JoseExposito/touchegg
closed
Middle click isn't working in Gnome Shell
auto-migrated Type-Defect
``` It seems, that the middle click isn't working in Gnome Shell (using Ubuntu Gnome 13.10). Clicking on an icon in the sidebar of the activities overview triggers nothing, where normally a window of the app should be opened on another desktop. Closing opened windows with the middle button in the activities overview isn't possible too (you can enable this with an extension), but worked flawlessly before the TouchEgg installation, because I configured the synaptics touchpad through xorg.conf by enabling "TapButton3". Now it's, of course, disabled so that TouchEgg can register 3 finger gestures. Hoping for a quick fix and wishing all the best! ``` Original issue reported on code.google.com by `dmt....@gmail.com` on 16 Jan 2014 at 10:02
1.0
Middle click isn't working in Gnome Shell - ``` It seems, that the middle click isn't working in Gnome Shell (using Ubuntu Gnome 13.10). Clicking on an icon in the sidebar of the activities overview triggers nothing, where normally a window of the app should be opened on another desktop. Closing opened windows with the middle button in the activities overview isn't possible too (you can enable this with an extension), but worked flawlessly before the TouchEgg installation, because I configured the synaptics touchpad through xorg.conf by enabling "TapButton3". Now it's, of course, disabled so that TouchEgg can register 3 finger gestures. Hoping for a quick fix and wishing all the best! ``` Original issue reported on code.google.com by `dmt....@gmail.com` on 16 Jan 2014 at 10:02
defect
middle click isn t working in gnome shell it seems that the middle click isn t working in gnome shell using ubuntu gnome clicking on an icon in the sidebar of the activities overview triggers nothing where normally a window of the app should be opened on another desktop closing opened windows with the middle button in the activities overview isn t possible too you can enable this with an extension but worked flawlessly before the touchegg installation because i configured the synaptics touchpad through xorg conf by enabling now it s of course disabled so that touchegg can register finger gestures hoping for a quick fix and wishing all the best original issue reported on code google com by dmt gmail com on jan at
1
448,015
12,917,792,754
IssuesEvent
2020-07-16 00:50:25
magento/magento2
https://api.github.com/repos/magento/magento2
closed
[Issue] Remove duplicated var customer.name from email template
Component: Customer Fixed in 2.4.x Issue: Confirmed Issue: Format is valid Issue: Ready for Work Priority: P4 Progress: PR in progress Reproduced on 2.4.x Severity: S4 Triage: Done
This issue is automatically created based on existing pull request: magento/magento2#29054: Remove duplicated var customer.name from email template --------- <!--- Thank you for contributing to Magento. To help us process this pull request we recommend that you add the following information: - Summary of the pull request, - Issue(s) related to the changes made, - Manual testing scenarios Fields marked with (*) are required. Please don't remove the template. --> <!--- Please provide a general summary of the Pull Request in the Title above --> ### Preconditions(*) <!--- Please provide a description of the changes proposed in the pull request. Letting us know what has changed and why it needed changing will help us validate this pull request. --> There are two customer.name variables (second is in line 13). One can be removed. I removed the first one as the same pattern appears in other email templates. `/var/www/html/magento24/app/code/Magento/Customer/view/frontend/email/password_reset.html` ![2020-07-13_13-01](https://user-images.githubusercontent.com/51679138/87292173-17a09980-c509-11ea-9a6d-eac8063a967d.png) ### Related Pull Requests <!-- related pull request placeholder --> ### Fixed Issues (if relevant) <!--- If relevant, please provide a list of fixed issues in the format magento/magento2#<issue_number>. There could be 1 or more issues linked here and it will help us find some more information about the reasoning behind this change. --> ### Steps to reproduce(*) Cleanup, nothing will change. to check if a variable is available : 1. Go to Admin-> Marketing -> Email Templates -> Add New Template; 2. Load **Reset Password** template; 3. Click on **Insert Variable...** button; ### Actual Result:* ### Expected Result:* **Customer Name** template variable is present in list ![2020-07-13_12-57](https://user-images.githubusercontent.com/51679138/87291833-9b0dbb00-c508-11ea-937f-95b0ad39ad28.png) ### Questions or comments <!--- If relevant, here you can ask questions or provide comments on your pull request for the reviewer For example if you need assistance with writing tests or would like some feedback on one of your development ideas --> ### Contribution checklist (*) - [x] Pull request has a meaningful description of its purpose - [x] All commits are accompanied by meaningful commit messages - [ ] All new or changed code is covered with unit/integration tests (if applicable) - [ ] All automated tests passed successfully (all builds are green)
1.0
[Issue] Remove duplicated var customer.name from email template - This issue is automatically created based on existing pull request: magento/magento2#29054: Remove duplicated var customer.name from email template --------- <!--- Thank you for contributing to Magento. To help us process this pull request we recommend that you add the following information: - Summary of the pull request, - Issue(s) related to the changes made, - Manual testing scenarios Fields marked with (*) are required. Please don't remove the template. --> <!--- Please provide a general summary of the Pull Request in the Title above --> ### Preconditions(*) <!--- Please provide a description of the changes proposed in the pull request. Letting us know what has changed and why it needed changing will help us validate this pull request. --> There are two customer.name variables (second is in line 13). One can be removed. I removed the first one as the same pattern appears in other email templates. `/var/www/html/magento24/app/code/Magento/Customer/view/frontend/email/password_reset.html` ![2020-07-13_13-01](https://user-images.githubusercontent.com/51679138/87292173-17a09980-c509-11ea-9a6d-eac8063a967d.png) ### Related Pull Requests <!-- related pull request placeholder --> ### Fixed Issues (if relevant) <!--- If relevant, please provide a list of fixed issues in the format magento/magento2#<issue_number>. There could be 1 or more issues linked here and it will help us find some more information about the reasoning behind this change. --> ### Steps to reproduce(*) Cleanup, nothing will change. to check if a variable is available : 1. Go to Admin-> Marketing -> Email Templates -> Add New Template; 2. Load **Reset Password** template; 3. Click on **Insert Variable...** button; ### Actual Result:* ### Expected Result:* **Customer Name** template variable is present in list ![2020-07-13_12-57](https://user-images.githubusercontent.com/51679138/87291833-9b0dbb00-c508-11ea-937f-95b0ad39ad28.png) ### Questions or comments <!--- If relevant, here you can ask questions or provide comments on your pull request for the reviewer For example if you need assistance with writing tests or would like some feedback on one of your development ideas --> ### Contribution checklist (*) - [x] Pull request has a meaningful description of its purpose - [x] All commits are accompanied by meaningful commit messages - [ ] All new or changed code is covered with unit/integration tests (if applicable) - [ ] All automated tests passed successfully (all builds are green)
non_defect
remove duplicated var customer name from email template this issue is automatically created based on existing pull request magento remove duplicated var customer name from email template thank you for contributing to magento to help us process this pull request we recommend that you add the following information summary of the pull request issue s related to the changes made manual testing scenarios fields marked with are required please don t remove the template preconditions please provide a description of the changes proposed in the pull request letting us know what has changed and why it needed changing will help us validate this pull request there are two customer name variables second is in line one can be removed i removed the first one as the same pattern appears in other email templates var www html app code magento customer view frontend email password reset html related pull requests fixed issues if relevant if relevant please provide a list of fixed issues in the format magento there could be or more issues linked here and it will help us find some more information about the reasoning behind this change steps to reproduce cleanup nothing will change to check if a variable is available go to admin marketing email templates add new template load reset password template click on insert variable button actual result expected result customer name template variable is present in list questions or comments if relevant here you can ask questions or provide comments on your pull request for the reviewer for example if you need assistance with writing tests or would like some feedback on one of your development ideas contribution checklist pull request has a meaningful description of its purpose all commits are accompanied by meaningful commit messages all new or changed code is covered with unit integration tests if applicable all automated tests passed successfully all builds are green
0
51,809
6,198,247,885
IssuesEvent
2017-07-05 18:43:10
dotnet/corefx
https://api.github.com/repos/dotnet/corefx
closed
Test failure: System.Linq.Expressions.Tests.ArrayBoundsTests/SingleNegativeBoundErrorMessage(useInterpreter: True)
area-System.Linq.Expressions test-run-uwp-ilc
Opened on behalf of @danmosemsft The test `System.Linq.Expressions.Tests.ArrayBoundsTests/SingleNegativeBoundErrorMessage(useInterpreter: True)` has failed. Assert.Equal() Failure\r Expected: (null)\r Actual: Arithmetic operation resulted in an overflow. Stack Trace: at System.Linq.Expressions.Tests.ArrayBoundsTests.SingleNegativeBoundErrorMessage(Boolean useInterpreter) at xunit.console.netcore!<BaseAddress>+0x16d75f8 at SharedLibrary!<BaseAddress>+0x753e93 at SharedLibrary!<BaseAddress>+0x753c93 Build : Master - 20170705.01 (UWP ILC Tests) Failing configurations: - Windows.10.Amd64.ClientRS3-x64 - Release - Debug - Windows.10.Amd64.ClientRS3-x86 - Release - Debug
1.0
Test failure: System.Linq.Expressions.Tests.ArrayBoundsTests/SingleNegativeBoundErrorMessage(useInterpreter: True) - Opened on behalf of @danmosemsft The test `System.Linq.Expressions.Tests.ArrayBoundsTests/SingleNegativeBoundErrorMessage(useInterpreter: True)` has failed. Assert.Equal() Failure\r Expected: (null)\r Actual: Arithmetic operation resulted in an overflow. Stack Trace: at System.Linq.Expressions.Tests.ArrayBoundsTests.SingleNegativeBoundErrorMessage(Boolean useInterpreter) at xunit.console.netcore!<BaseAddress>+0x16d75f8 at SharedLibrary!<BaseAddress>+0x753e93 at SharedLibrary!<BaseAddress>+0x753c93 Build : Master - 20170705.01 (UWP ILC Tests) Failing configurations: - Windows.10.Amd64.ClientRS3-x64 - Release - Debug - Windows.10.Amd64.ClientRS3-x86 - Release - Debug
non_defect
test failure system linq expressions tests arrayboundstests singlenegativebounderrormessage useinterpreter true opened on behalf of danmosemsft the test system linq expressions tests arrayboundstests singlenegativebounderrormessage useinterpreter true has failed assert equal failure r expected null r actual arithmetic operation resulted in an overflow stack trace at system linq expressions tests arrayboundstests singlenegativebounderrormessage boolean useinterpreter at xunit console netcore at sharedlibrary at sharedlibrary build master uwp ilc tests failing configurations windows release debug windows release debug
0
77,900
22,037,674,489
IssuesEvent
2022-05-28 21:21:14
dxx-rebirth/dxx-rebirth
https://api.github.com/repos/dxx-rebirth/dxx-rebirth
closed
Build failure: similar/main/automap.cpp:373:30: cannot convert ‘const d2x::player_marker_index’ to ‘d2x::game_marker_index’
build-failure
<!-- These instructions are wrapped in comment markers. Write your answers outside the comment markers. You may delete the commented text as you go, or leave it in and let the system remove the comments when you submit the issue. Use this template if the code in master fails to build for you. If your problem happens at runtime, please use the issue template `Runtime crash` or the issue template `Runtime bug`, as appropriate. Please use a descriptive title. Include in the title the _first_ error message. Attach the full output of `scons` or paste it inline inside triple backticks. Collect the output from a run with `verbosebuild=1`; `verbosebuild=1` is default-enabled when output is written to a file or can be set explicitly on the command line. --> ### Environment <!-- If you fetched the source from Git, state the Git commit you used, preferably as the full 40-digit commit hash. Please do **not** say "HEAD", "current", or similar relative references. The meaning of relative references can change as contributors publish new code. The 40-digit commit hash will not change. If you received a pre-packaged source archive from someone, describe how others can get the same archive. For publicly linked downloads, the download URL of the archive is sufficient. Please link to the program archive, not to the web page which links to the program archive. Good URL: https://www.dxx-rebirth.com/download/dxx/user/afuturepilot/dxx-rebirth_v0.60-weekly-04-14-18-win.zip Bad URL: https://www.dxx-rebirth.com/download-dxx-rebirth/ --> git commit: a8e7f6ad597d5036adb738a784dc15f50266dab6 #### Operating System Environment <!-- State what host platform (Microsoft Windows, Mac OS X, or Linux, *BSD) you tried. If you tried multiple, list all of them. --> * [ ] Microsoft Windows (32-bit) * [ ] Microsoft Windows (64-bit) * [ ] Mac OS X <!-- * For Linux, give the name of the distribution. ** For distributions with specific releases (Debian, Fedora, Ubuntu), give the name and number of the release. ** For rolling distributions (Arch, Gentoo), describe how recently the system was fully updated. Reports from out-of-date systems are not rejected. However, if your issue is known to be fixed by a particular update, the Rebirth maintainers may suggest that update instead of changing Rebirth. Add versions as needed. --> * Debian * [ ] Debian Stretch * [ ] Debian Buster * [ ] Debian Bullseye * [ ] Debian Sid * Fedora * [ ] Fedora 28 * [ ] Fedora 29 * [ ] Fedora 30 * [ ] Fedora 31 * [ ] Fedora 32 * [ ] Rawhide * Ubuntu * [ ] Ubuntu 16.04 LTS (Xenial Xerus) * [ ] Ubuntu 18.04 LTS (Bionic Beaver) * [ ] Ubuntu 18.10 (Cosmic Cuttlefish) * [ ] Ubuntu 19.04 (Disco Dingo) * [ ] Ubuntu 19.10 (Eoan Ermine) * [ ] Ubuntu 20.04 LTS (Focal Fossa) * [X] Arch * [ ] Gentoo * [ ] OpenBSD * [ ] FreeBSD * [ ] NetBSD #### CPU environment <!-- Indicate which CPU families were targeted. Some bugs are only visible on certain architectures, since other architectures hide the consequences of the mistake. If unsure, omit this section. Generally, if you are on an architecture that requires special consideration, you will know your architecture. --> * [ ] x86 (32-bit Intel/AMD) * [X] x86\_64 (64-bit Intel/AMD) * [ ] ARM (32-bit) * [ ] ARM64 (64-bit; sometimes called AArch64) ### Description <!-- Describe the issue here. --> I'm getting the following build error with dxx-rebirth git master when building d2x: ``` similar/main/automap.cpp: In function ‘d2x::game_marker_index d2x::convert_player_marker_index_to_game_marker_index(dcx::game_mode_flags, unsigned int, unsigned int, player_marker_index)’: similar/main/automap.cpp:373:30: error: cannot convert ‘const d2x::player_marker_index’ to ‘d2x::game_marker_index’ in initialization 373 | return game_marker_index{player_marker_num}; | ^~~~~~~~~~~~~~~~~ | | | const d2x::player_marker_index ``` #### Regression status <!-- What is the oldest Git commit known to present the problem? What is the newest Git commit known not to present the problem? Ideally, the newest unaffected is an immediate parent of the oldest affected. However, if the reporter lacks the ability to test individual versions (or the time to do so), there may be a range of untested commits for which the affected/unaffected status is unknown. Reports are not rejected due to a wide range of untested commits. However, smaller commit ranges are often easier to debug, so better information here improves the chance of a quick resolution. --> No info (never tried with sdl2 before). ### Steps to Reproduce <!-- For build failures, provide: - The `scons` command executed: - The contents of `site-local.py`, if present: not applicable - All output from `scons`, starting at the prompt where the command was entered and ending at the first shell prompt after the error: already provided above as requested on top-page instructions - If sconf.log is mentioned in the output, attach it. If it is mentioned, it will be in the last lines before SCons exits. You do not need to read the full output searching for references to it. If in doubt, attach it: - If `dxxsconf.h` is generated, attach it. It will be in the root of the build directory. If you did not set a build directory, it will be in the same directory as `SConstruct`: --> - command: `scons -j7 -Cdxx-rebirth lto=1 builddir=./build prefix=/usr opengl=yes sdl2=yes sdlmixer=yes ipv6=yes use_udp=yes use_tracker=yes screenshot=png verbosebuild=1 d1x=0 d2x=1 sharepath=/usr/share/d2x-rebirth` - [Scons full output](https://paste.ee/p/ezfZd) ([also attached](https://github.com/dxx-rebirth/dxx-rebirth/files/8788427/scons-full-output.txt)). - [sconf.log](https://github.com/dxx-rebirth/dxx-rebirth/files/8788550/sconf.log) - [dxxsconf.h.txt](https://github.com/dxx-rebirth/dxx-rebirth/files/8788555/dxxsconf.h.txt) ### Other - scons: 4.3.0 - compiler: gcc 12.1.0 - sdl2: 2.0.22 - sdl2_image: 2.0.5 - sdl2_mixer: 2.0.4 ### Note It builds d1x fine with the same command (by switching `d1x=0 d2x=1` to `d1x=1 d2x=0`).
1.0
Build failure: similar/main/automap.cpp:373:30: cannot convert ‘const d2x::player_marker_index’ to ‘d2x::game_marker_index’ - <!-- These instructions are wrapped in comment markers. Write your answers outside the comment markers. You may delete the commented text as you go, or leave it in and let the system remove the comments when you submit the issue. Use this template if the code in master fails to build for you. If your problem happens at runtime, please use the issue template `Runtime crash` or the issue template `Runtime bug`, as appropriate. Please use a descriptive title. Include in the title the _first_ error message. Attach the full output of `scons` or paste it inline inside triple backticks. Collect the output from a run with `verbosebuild=1`; `verbosebuild=1` is default-enabled when output is written to a file or can be set explicitly on the command line. --> ### Environment <!-- If you fetched the source from Git, state the Git commit you used, preferably as the full 40-digit commit hash. Please do **not** say "HEAD", "current", or similar relative references. The meaning of relative references can change as contributors publish new code. The 40-digit commit hash will not change. If you received a pre-packaged source archive from someone, describe how others can get the same archive. For publicly linked downloads, the download URL of the archive is sufficient. Please link to the program archive, not to the web page which links to the program archive. Good URL: https://www.dxx-rebirth.com/download/dxx/user/afuturepilot/dxx-rebirth_v0.60-weekly-04-14-18-win.zip Bad URL: https://www.dxx-rebirth.com/download-dxx-rebirth/ --> git commit: a8e7f6ad597d5036adb738a784dc15f50266dab6 #### Operating System Environment <!-- State what host platform (Microsoft Windows, Mac OS X, or Linux, *BSD) you tried. If you tried multiple, list all of them. --> * [ ] Microsoft Windows (32-bit) * [ ] Microsoft Windows (64-bit) * [ ] Mac OS X <!-- * For Linux, give the name of the distribution. ** For distributions with specific releases (Debian, Fedora, Ubuntu), give the name and number of the release. ** For rolling distributions (Arch, Gentoo), describe how recently the system was fully updated. Reports from out-of-date systems are not rejected. However, if your issue is known to be fixed by a particular update, the Rebirth maintainers may suggest that update instead of changing Rebirth. Add versions as needed. --> * Debian * [ ] Debian Stretch * [ ] Debian Buster * [ ] Debian Bullseye * [ ] Debian Sid * Fedora * [ ] Fedora 28 * [ ] Fedora 29 * [ ] Fedora 30 * [ ] Fedora 31 * [ ] Fedora 32 * [ ] Rawhide * Ubuntu * [ ] Ubuntu 16.04 LTS (Xenial Xerus) * [ ] Ubuntu 18.04 LTS (Bionic Beaver) * [ ] Ubuntu 18.10 (Cosmic Cuttlefish) * [ ] Ubuntu 19.04 (Disco Dingo) * [ ] Ubuntu 19.10 (Eoan Ermine) * [ ] Ubuntu 20.04 LTS (Focal Fossa) * [X] Arch * [ ] Gentoo * [ ] OpenBSD * [ ] FreeBSD * [ ] NetBSD #### CPU environment <!-- Indicate which CPU families were targeted. Some bugs are only visible on certain architectures, since other architectures hide the consequences of the mistake. If unsure, omit this section. Generally, if you are on an architecture that requires special consideration, you will know your architecture. --> * [ ] x86 (32-bit Intel/AMD) * [X] x86\_64 (64-bit Intel/AMD) * [ ] ARM (32-bit) * [ ] ARM64 (64-bit; sometimes called AArch64) ### Description <!-- Describe the issue here. --> I'm getting the following build error with dxx-rebirth git master when building d2x: ``` similar/main/automap.cpp: In function ‘d2x::game_marker_index d2x::convert_player_marker_index_to_game_marker_index(dcx::game_mode_flags, unsigned int, unsigned int, player_marker_index)’: similar/main/automap.cpp:373:30: error: cannot convert ‘const d2x::player_marker_index’ to ‘d2x::game_marker_index’ in initialization 373 | return game_marker_index{player_marker_num}; | ^~~~~~~~~~~~~~~~~ | | | const d2x::player_marker_index ``` #### Regression status <!-- What is the oldest Git commit known to present the problem? What is the newest Git commit known not to present the problem? Ideally, the newest unaffected is an immediate parent of the oldest affected. However, if the reporter lacks the ability to test individual versions (or the time to do so), there may be a range of untested commits for which the affected/unaffected status is unknown. Reports are not rejected due to a wide range of untested commits. However, smaller commit ranges are often easier to debug, so better information here improves the chance of a quick resolution. --> No info (never tried with sdl2 before). ### Steps to Reproduce <!-- For build failures, provide: - The `scons` command executed: - The contents of `site-local.py`, if present: not applicable - All output from `scons`, starting at the prompt where the command was entered and ending at the first shell prompt after the error: already provided above as requested on top-page instructions - If sconf.log is mentioned in the output, attach it. If it is mentioned, it will be in the last lines before SCons exits. You do not need to read the full output searching for references to it. If in doubt, attach it: - If `dxxsconf.h` is generated, attach it. It will be in the root of the build directory. If you did not set a build directory, it will be in the same directory as `SConstruct`: --> - command: `scons -j7 -Cdxx-rebirth lto=1 builddir=./build prefix=/usr opengl=yes sdl2=yes sdlmixer=yes ipv6=yes use_udp=yes use_tracker=yes screenshot=png verbosebuild=1 d1x=0 d2x=1 sharepath=/usr/share/d2x-rebirth` - [Scons full output](https://paste.ee/p/ezfZd) ([also attached](https://github.com/dxx-rebirth/dxx-rebirth/files/8788427/scons-full-output.txt)). - [sconf.log](https://github.com/dxx-rebirth/dxx-rebirth/files/8788550/sconf.log) - [dxxsconf.h.txt](https://github.com/dxx-rebirth/dxx-rebirth/files/8788555/dxxsconf.h.txt) ### Other - scons: 4.3.0 - compiler: gcc 12.1.0 - sdl2: 2.0.22 - sdl2_image: 2.0.5 - sdl2_mixer: 2.0.4 ### Note It builds d1x fine with the same command (by switching `d1x=0 d2x=1` to `d1x=1 d2x=0`).
non_defect
build failure similar main automap cpp cannot convert ‘const player marker index’ to ‘ game marker index’ these instructions are wrapped in comment markers write your answers outside the comment markers you may delete the commented text as you go or leave it in and let the system remove the comments when you submit the issue use this template if the code in master fails to build for you if your problem happens at runtime please use the issue template runtime crash or the issue template runtime bug as appropriate please use a descriptive title include in the title the first error message attach the full output of scons or paste it inline inside triple backticks collect the output from a run with verbosebuild verbosebuild is default enabled when output is written to a file or can be set explicitly on the command line environment if you fetched the source from git state the git commit you used preferably as the full digit commit hash please do not say head current or similar relative references the meaning of relative references can change as contributors publish new code the digit commit hash will not change if you received a pre packaged source archive from someone describe how others can get the same archive for publicly linked downloads the download url of the archive is sufficient please link to the program archive not to the web page which links to the program archive good url bad url git commit operating system environment state what host platform microsoft windows mac os x or linux bsd you tried if you tried multiple list all of them microsoft windows bit microsoft windows bit mac os x for linux give the name of the distribution for distributions with specific releases debian fedora ubuntu give the name and number of the release for rolling distributions arch gentoo describe how recently the system was fully updated reports from out of date systems are not rejected however if your issue is known to be fixed by a particular update the rebirth maintainers may suggest that update instead of changing rebirth add versions as needed debian debian stretch debian buster debian bullseye debian sid fedora fedora fedora fedora fedora fedora rawhide ubuntu ubuntu lts xenial xerus ubuntu lts bionic beaver ubuntu cosmic cuttlefish ubuntu disco dingo ubuntu eoan ermine ubuntu lts focal fossa arch gentoo openbsd freebsd netbsd cpu environment indicate which cpu families were targeted some bugs are only visible on certain architectures since other architectures hide the consequences of the mistake if unsure omit this section generally if you are on an architecture that requires special consideration you will know your architecture bit intel amd bit intel amd arm bit bit sometimes called description describe the issue here i m getting the following build error with dxx rebirth git master when building similar main automap cpp in function ‘ game marker index convert player marker index to game marker index dcx game mode flags unsigned int unsigned int player marker index ’ similar main automap cpp error cannot convert ‘const player marker index’ to ‘ game marker index’ in initialization return game marker index player marker num const player marker index regression status what is the oldest git commit known to present the problem what is the newest git commit known not to present the problem ideally the newest unaffected is an immediate parent of the oldest affected however if the reporter lacks the ability to test individual versions or the time to do so there may be a range of untested commits for which the affected unaffected status is unknown reports are not rejected due to a wide range of untested commits however smaller commit ranges are often easier to debug so better information here improves the chance of a quick resolution no info never tried with before steps to reproduce for build failures provide the scons command executed the contents of site local py if present not applicable all output from scons starting at the prompt where the command was entered and ending at the first shell prompt after the error already provided above as requested on top page instructions if sconf log is mentioned in the output attach it if it is mentioned it will be in the last lines before scons exits you do not need to read the full output searching for references to it if in doubt attach it if dxxsconf h is generated attach it it will be in the root of the build directory if you did not set a build directory it will be in the same directory as sconstruct command scons cdxx rebirth lto builddir build prefix usr opengl yes yes sdlmixer yes yes use udp yes use tracker yes screenshot png verbosebuild sharepath usr share rebirth other scons compiler gcc image mixer note it builds fine with the same command by switching to
0
22,989
3,735,368,623
IssuesEvent
2016-03-08 11:46:23
janjarfalk/jquery-elastic
https://api.github.com/repos/janjarfalk/jquery-elastic
closed
Textarea not auto-expanding in page load
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? When the page load I have a textarea which is not autoexpanding. I expects that the textarea autoexpands in page load. What version of the product are you using? On what operating system? Plug in version 1.6.11 I am using Win7 64 bit, Internet Explorer 8 Please provide any additional information below. When I debug the first time that the page is loaded the $twin.height() is always 0. And if I do focus in the textarea and then I lose the focus the $twin.height() get the correct height and the textarea works fine. ``` Original issue reported on code.google.com by `brunocan...@gmail.com` on 25 Oct 2012 at 2:13
1.0
Textarea not auto-expanding in page load - ``` What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? When the page load I have a textarea which is not autoexpanding. I expects that the textarea autoexpands in page load. What version of the product are you using? On what operating system? Plug in version 1.6.11 I am using Win7 64 bit, Internet Explorer 8 Please provide any additional information below. When I debug the first time that the page is loaded the $twin.height() is always 0. And if I do focus in the textarea and then I lose the focus the $twin.height() get the correct height and the textarea works fine. ``` Original issue reported on code.google.com by `brunocan...@gmail.com` on 25 Oct 2012 at 2:13
defect
textarea not auto expanding in page load what steps will reproduce the problem what is the expected output what do you see instead when the page load i have a textarea which is not autoexpanding i expects that the textarea autoexpands in page load what version of the product are you using on what operating system plug in version i am using bit internet explorer please provide any additional information below when i debug the first time that the page is loaded the twin height is always and if i do focus in the textarea and then i lose the focus the twin height get the correct height and the textarea works fine original issue reported on code google com by brunocan gmail com on oct at
1
495,350
14,280,312,685
IssuesEvent
2020-11-23 05:38:57
Journaly/journaly
https://api.github.com/repos/Journaly/journaly
closed
Show dialect for languages in Language Filter on My Feed Page
frontend good first issue low priority
#### Problem I just noticed that in the language filter dropdown in the my feed page, we don't show the dialect for languages that have one or more listed. For languages like Portuguese where we have both Brazilian & European, this results in seeing two entries for "Portuguese". <img width="500" alt="Screen Shot 2020-11-07 at 3 46 46 PM" src="https://user-images.githubusercontent.com/34203886/98453682-de6fe300-2110-11eb-8c51-208f8828f589.png"> #### Solution Let's take the same approach that we have in the language form on the settings page where we show the dialect. Since we already use parenthesis `()` to display the number of existing posts for each language, I would suggest using a hyphen instead for the dialect. So: `Portuguese - Brazilian (24 posts)` This is how it looks on the settings page: <img width="500" src="https://user-images.githubusercontent.com/34203886/98453710-21ca5180-2111-11eb-84aa-2c79b23e1f66.png">
1.0
Show dialect for languages in Language Filter on My Feed Page - #### Problem I just noticed that in the language filter dropdown in the my feed page, we don't show the dialect for languages that have one or more listed. For languages like Portuguese where we have both Brazilian & European, this results in seeing two entries for "Portuguese". <img width="500" alt="Screen Shot 2020-11-07 at 3 46 46 PM" src="https://user-images.githubusercontent.com/34203886/98453682-de6fe300-2110-11eb-8c51-208f8828f589.png"> #### Solution Let's take the same approach that we have in the language form on the settings page where we show the dialect. Since we already use parenthesis `()` to display the number of existing posts for each language, I would suggest using a hyphen instead for the dialect. So: `Portuguese - Brazilian (24 posts)` This is how it looks on the settings page: <img width="500" src="https://user-images.githubusercontent.com/34203886/98453710-21ca5180-2111-11eb-84aa-2c79b23e1f66.png">
non_defect
show dialect for languages in language filter on my feed page problem i just noticed that in the language filter dropdown in the my feed page we don t show the dialect for languages that have one or more listed for languages like portuguese where we have both brazilian european this results in seeing two entries for portuguese img width alt screen shot at pm src solution let s take the same approach that we have in the language form on the settings page where we show the dialect since we already use parenthesis to display the number of existing posts for each language i would suggest using a hyphen instead for the dialect so portuguese brazilian posts this is how it looks on the settings page img width src
0
102,745
16,583,864,861
IssuesEvent
2021-05-31 15:28:37
ilan-WS/m3
https://api.github.com/repos/ilan-WS/m3
opened
CVE-2020-28498 (Medium) detected in elliptic-6.4.1.tgz
security vulnerability
## CVE-2020-28498 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>elliptic-6.4.1.tgz</b></p></summary> <p>EC cryptography</p> <p>Library home page: <a href="https://registry.npmjs.org/elliptic/-/elliptic-6.4.1.tgz">https://registry.npmjs.org/elliptic/-/elliptic-6.4.1.tgz</a></p> <p>Path to dependency file: m3/src/ctl/ui/package.json</p> <p>Path to vulnerable library: m3/src/ctl/ui/node_modules/elliptic</p> <p> Dependency Hierarchy: - react-scripts-1.0.10.tgz (Root Library) - webpack-2.6.1.tgz - node-libs-browser-2.2.1.tgz - crypto-browserify-3.12.0.tgz - browserify-sign-4.0.4.tgz - :x: **elliptic-6.4.1.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/ilan-WS/m3/commit/a62d2ead44380e2c1668bbbf026d5385b98d56ec">a62d2ead44380e2c1668bbbf026d5385b98d56ec</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The package elliptic before 6.5.4 are vulnerable to Cryptographic Issues via the secp256k1 implementation in elliptic/ec/key.js. There is no check to confirm that the public key point passed into the derive function actually exists on the secp256k1 curve. This results in the potential for the private key used in this implementation to be revealed after a number of ECDH operations are performed. <p>Publish Date: 2021-02-02 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-28498>CVE-2020-28498</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>6.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Changed - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - 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-2020-28498">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28498</a></p> <p>Release Date: 2021-02-02</p> <p>Fix Resolution: v6.5.4</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"elliptic","packageVersion":"6.4.1","packageFilePaths":["/src/ctl/ui/package.json"],"isTransitiveDependency":true,"dependencyTree":"react-scripts:1.0.10;webpack:2.6.1;node-libs-browser:2.2.1;crypto-browserify:3.12.0;browserify-sign:4.0.4;elliptic:6.4.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"v6.5.4"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2020-28498","vulnerabilityDetails":"The package elliptic before 6.5.4 are vulnerable to Cryptographic Issues via the secp256k1 implementation in elliptic/ec/key.js. There is no check to confirm that the public key point passed into the derive function actually exists on the secp256k1 curve. This results in the potential for the private key used in this implementation to be revealed after a number of ECDH operations are performed.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-28498","cvss3Severity":"medium","cvss3Score":"6.8","cvss3Metrics":{"A":"None","AC":"High","PR":"None","S":"Changed","C":"High","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
True
CVE-2020-28498 (Medium) detected in elliptic-6.4.1.tgz - ## CVE-2020-28498 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>elliptic-6.4.1.tgz</b></p></summary> <p>EC cryptography</p> <p>Library home page: <a href="https://registry.npmjs.org/elliptic/-/elliptic-6.4.1.tgz">https://registry.npmjs.org/elliptic/-/elliptic-6.4.1.tgz</a></p> <p>Path to dependency file: m3/src/ctl/ui/package.json</p> <p>Path to vulnerable library: m3/src/ctl/ui/node_modules/elliptic</p> <p> Dependency Hierarchy: - react-scripts-1.0.10.tgz (Root Library) - webpack-2.6.1.tgz - node-libs-browser-2.2.1.tgz - crypto-browserify-3.12.0.tgz - browserify-sign-4.0.4.tgz - :x: **elliptic-6.4.1.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/ilan-WS/m3/commit/a62d2ead44380e2c1668bbbf026d5385b98d56ec">a62d2ead44380e2c1668bbbf026d5385b98d56ec</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The package elliptic before 6.5.4 are vulnerable to Cryptographic Issues via the secp256k1 implementation in elliptic/ec/key.js. There is no check to confirm that the public key point passed into the derive function actually exists on the secp256k1 curve. This results in the potential for the private key used in this implementation to be revealed after a number of ECDH operations are performed. <p>Publish Date: 2021-02-02 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-28498>CVE-2020-28498</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>6.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Changed - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - 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-2020-28498">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28498</a></p> <p>Release Date: 2021-02-02</p> <p>Fix Resolution: v6.5.4</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"elliptic","packageVersion":"6.4.1","packageFilePaths":["/src/ctl/ui/package.json"],"isTransitiveDependency":true,"dependencyTree":"react-scripts:1.0.10;webpack:2.6.1;node-libs-browser:2.2.1;crypto-browserify:3.12.0;browserify-sign:4.0.4;elliptic:6.4.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"v6.5.4"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2020-28498","vulnerabilityDetails":"The package elliptic before 6.5.4 are vulnerable to Cryptographic Issues via the secp256k1 implementation in elliptic/ec/key.js. There is no check to confirm that the public key point passed into the derive function actually exists on the secp256k1 curve. This results in the potential for the private key used in this implementation to be revealed after a number of ECDH operations are performed.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-28498","cvss3Severity":"medium","cvss3Score":"6.8","cvss3Metrics":{"A":"None","AC":"High","PR":"None","S":"Changed","C":"High","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
non_defect
cve medium detected in elliptic tgz cve medium severity vulnerability vulnerable library elliptic tgz ec cryptography library home page a href path to dependency file src ctl ui package json path to vulnerable library src ctl ui node modules elliptic dependency hierarchy react scripts tgz root library webpack tgz node libs browser tgz crypto browserify tgz browserify sign tgz x elliptic tgz vulnerable library found in head commit a href found in base branch master vulnerability details the package elliptic before are vulnerable to cryptographic issues via the implementation in elliptic ec key js there is no check to confirm that the public key point passed into the derive function actually exists on the curve this results in the potential for the private key used in this implementation to be revealed after a number of ecdh operations are performed publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope changed impact metrics confidentiality impact high integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution isopenpronvulnerability false ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree react scripts webpack node libs browser crypto browserify browserify sign elliptic isminimumfixversionavailable true minimumfixversion basebranches vulnerabilityidentifier cve vulnerabilitydetails the package elliptic before are vulnerable to cryptographic issues via the implementation in elliptic ec key js there is no check to confirm that the public key point passed into the derive function actually exists on the curve this results in the potential for the private key used in this implementation to be revealed after a number of ecdh operations are performed vulnerabilityurl
0
127,458
18,010,484,738
IssuesEvent
2021-09-16 08:01:51
maddyCode23/linux-4.1.15
https://api.github.com/repos/maddyCode23/linux-4.1.15
opened
CVE-2016-7913 (High) detected in linux-stable-rtv4.1.33
security vulnerability
## CVE-2016-7913 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary> <p> <p>Julia Cartwright's fork of linux-stable-rt.git</p> <p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git>https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git</a></p> <p>Found in HEAD commit: <a href="https://github.com/maddyCode23/linux-4.1.15/commit/f1f3d2b150be669390b32dfea28e773471bdd6e7">f1f3d2b150be669390b32dfea28e773471bdd6e7</a></p> </p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (2)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/media/tuners/tuner-xc2028.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/media/tuners/tuner-xc2028.c</b> </p> </details> <p></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> The xc2028_set_config function in drivers/media/tuners/tuner-xc2028.c in the Linux kernel before 4.6 allows local users to gain privileges or cause a denial of service (use-after-free) via vectors involving omission of the firmware name from a certain data structure. <p>Publish Date: 2016-11-16 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2016-7913>CVE-2016-7913</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>7.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </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://nvd.nist.gov/vuln/detail/CVE-2016-7913">https://nvd.nist.gov/vuln/detail/CVE-2016-7913</a></p> <p>Release Date: 2016-11-16</p> <p>Fix Resolution: 4.6</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2016-7913 (High) detected in linux-stable-rtv4.1.33 - ## CVE-2016-7913 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary> <p> <p>Julia Cartwright's fork of linux-stable-rt.git</p> <p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git>https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git</a></p> <p>Found in HEAD commit: <a href="https://github.com/maddyCode23/linux-4.1.15/commit/f1f3d2b150be669390b32dfea28e773471bdd6e7">f1f3d2b150be669390b32dfea28e773471bdd6e7</a></p> </p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (2)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/media/tuners/tuner-xc2028.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/media/tuners/tuner-xc2028.c</b> </p> </details> <p></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> The xc2028_set_config function in drivers/media/tuners/tuner-xc2028.c in the Linux kernel before 4.6 allows local users to gain privileges or cause a denial of service (use-after-free) via vectors involving omission of the firmware name from a certain data structure. <p>Publish Date: 2016-11-16 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2016-7913>CVE-2016-7913</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>7.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </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://nvd.nist.gov/vuln/detail/CVE-2016-7913">https://nvd.nist.gov/vuln/detail/CVE-2016-7913</a></p> <p>Release Date: 2016-11-16</p> <p>Fix Resolution: 4.6</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
cve high detected in linux stable cve high severity vulnerability vulnerable library linux stable julia cartwright s fork of linux stable rt git library home page a href found in head commit a href vulnerable source files drivers media tuners tuner c drivers media tuners tuner c vulnerability details the set config function in drivers media tuners tuner c in the linux kernel before allows local users to gain privileges or cause a denial of service use after free via vectors involving omission of the firmware name from a certain data structure 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 high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
0
66,831
20,713,090,663
IssuesEvent
2022-03-12 07:26:59
scipy/scipy
https://api.github.com/repos/scipy/scipy
closed
scipy.stats.spearmanr mishandles all zero arrays with nan_policy='omit'
defect scipy.stats
My issue is about scipy.stats.spearmanr. I get incorrect r and p-values when one input array consists of all zeros and NaNs in conjunction with the ```nan_policy='omit'``` parameter. #### Reproducing code example: If I run the below, I get ```r = nan``` and ```p = nan```, which is correct for a correlation between a random array and a second array that is all zeros. ``` t = [1,2, 3, 4, 5] u = [0, 0, 0, 0, 0] r, p = sstats.spearmanr(t, u, nan_policy='omit') ``` If, however, I run the same code, but after tacking on a np.nan to the end of each array and using the nan_policy='omit' option, I get ```r = 0``` and ```p = 1```, which is incorrect. Unless I am missing something, I should get r = nan and p = nan, since after ignoring nans I am comparing the same arrays as above. ``` tnan = [1, 2, 3, 4, 5, np.nan] unan = [0, 0, 0, 0, 0, np.nan] r, p = sstats.spearmanr(tnan, unan, nan_policy='omit') ``` While I also see difference between the calculated r and p values when I don't include all zeros for one array, these differences are very small: ``` x = [1,2,3,4,5] y = [5,4,3,2,1] r, p = sstats.spearmanr(x,y) >>> r = -0.999999999, p = 1.4e-24 xnan = [1,2,3,4,5, np.nan] ynan = [5,4,3,2,1, np.nan] rnan, pnan = sstats.spearman(xnan, ynan, nan_policy='omit') >>> rnan = -1.0, pnan = 0.0 ``` #### Scipy/Numpy/Python version information: ``` 1.3.1 1.16.5 sys.version_info(major=3, minor=6, micro=2, releaselevel='final', serial=0) ```
1.0
scipy.stats.spearmanr mishandles all zero arrays with nan_policy='omit' - My issue is about scipy.stats.spearmanr. I get incorrect r and p-values when one input array consists of all zeros and NaNs in conjunction with the ```nan_policy='omit'``` parameter. #### Reproducing code example: If I run the below, I get ```r = nan``` and ```p = nan```, which is correct for a correlation between a random array and a second array that is all zeros. ``` t = [1,2, 3, 4, 5] u = [0, 0, 0, 0, 0] r, p = sstats.spearmanr(t, u, nan_policy='omit') ``` If, however, I run the same code, but after tacking on a np.nan to the end of each array and using the nan_policy='omit' option, I get ```r = 0``` and ```p = 1```, which is incorrect. Unless I am missing something, I should get r = nan and p = nan, since after ignoring nans I am comparing the same arrays as above. ``` tnan = [1, 2, 3, 4, 5, np.nan] unan = [0, 0, 0, 0, 0, np.nan] r, p = sstats.spearmanr(tnan, unan, nan_policy='omit') ``` While I also see difference between the calculated r and p values when I don't include all zeros for one array, these differences are very small: ``` x = [1,2,3,4,5] y = [5,4,3,2,1] r, p = sstats.spearmanr(x,y) >>> r = -0.999999999, p = 1.4e-24 xnan = [1,2,3,4,5, np.nan] ynan = [5,4,3,2,1, np.nan] rnan, pnan = sstats.spearman(xnan, ynan, nan_policy='omit') >>> rnan = -1.0, pnan = 0.0 ``` #### Scipy/Numpy/Python version information: ``` 1.3.1 1.16.5 sys.version_info(major=3, minor=6, micro=2, releaselevel='final', serial=0) ```
defect
scipy stats spearmanr mishandles all zero arrays with nan policy omit my issue is about scipy stats spearmanr i get incorrect r and p values when one input array consists of all zeros and nans in conjunction with the nan policy omit parameter reproducing code example if i run the below i get r nan and p nan which is correct for a correlation between a random array and a second array that is all zeros t u r p sstats spearmanr t u nan policy omit if however i run the same code but after tacking on a np nan to the end of each array and using the nan policy omit option i get r and p which is incorrect unless i am missing something i should get r nan and p nan since after ignoring nans i am comparing the same arrays as above tnan unan r p sstats spearmanr tnan unan nan policy omit while i also see difference between the calculated r and p values when i don t include all zeros for one array these differences are very small x y r p sstats spearmanr x y r p xnan ynan rnan pnan sstats spearman xnan ynan nan policy omit rnan pnan scipy numpy python version information sys version info major minor micro releaselevel final serial
1
64,659
18,787,407,967
IssuesEvent
2021-11-08 13:36:27
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
closed
Button | loadingIcon is not displayed when icon is not provided
defect
**I'm submitting a ...** (check one with "x") ``` [x] bug report => Search github for a similar issue or PR before submitting [ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap [ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35 ``` https://stackblitz.com/edit/primeng-button-demo-ysmtsh?file=src%2Fapp%2Fapp.component.html **Current behavior** loadingIcon is not displayed when icon attribute is not provided and button element is used. **Expected behavior** loadingIcon should be displayed even if no icon is set. **Minimal reproduction of the problem with instructions** ``` <button pButton label="Search" [loading]="true"></button> <button pButton label="Search" icon=" " [loading]="true"></button> <p-button label="Search" [loading]="true"></p-button> ``` ![image](https://user-images.githubusercontent.com/13890391/140662163-29bb887d-0f67-4614-8877-618e661d2649.png)
1.0
Button | loadingIcon is not displayed when icon is not provided - **I'm submitting a ...** (check one with "x") ``` [x] bug report => Search github for a similar issue or PR before submitting [ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap [ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35 ``` https://stackblitz.com/edit/primeng-button-demo-ysmtsh?file=src%2Fapp%2Fapp.component.html **Current behavior** loadingIcon is not displayed when icon attribute is not provided and button element is used. **Expected behavior** loadingIcon should be displayed even if no icon is set. **Minimal reproduction of the problem with instructions** ``` <button pButton label="Search" [loading]="true"></button> <button pButton label="Search" icon=" " [loading]="true"></button> <p-button label="Search" [loading]="true"></p-button> ``` ![image](https://user-images.githubusercontent.com/13890391/140662163-29bb887d-0f67-4614-8877-618e661d2649.png)
defect
button loadingicon is not displayed when icon is not provided i m submitting a check one with x bug report search github for a similar issue or pr before submitting feature request please check if request is not on the roadmap already support request please do not submit support request here instead see current behavior loadingicon is not displayed when icon attribute is not provided and button element is used expected behavior loadingicon should be displayed even if no icon is set minimal reproduction of the problem with instructions
1
215,162
7,292,361,470
IssuesEvent
2018-02-25 00:00:49
Vannevelj/VSDiagnostics
https://api.github.com/repos/Vannevelj/VSDiagnostics
closed
Create a website
priority - high type - task
Things I want for the first release: - A clear overview of each feature in VSDiagostics including .gifs that demonstrate the usage - General information about the project, contribution stuff, contact, etc - Changelog information per release - A service that allows the user to upload a solution or one-or-more source files to provide a sort of analysis on the go. The result shown to the user should consist of a summary of each warning produced by VSDiagnostics and a download link for the transformed files. When separate sourcefiles were uploaded, the changes should be visible in the browser as well. This is a rather ambitious project and I'd like to put myself behind this to get experience with the relevant technologies. When the project is underway, I imagine I'll open this to other collaborators as well though. This is a blocking feature that will be a requirement to release v2.0.0, which will go paired with some "advertising" on social media/news platforms.
1.0
Create a website - Things I want for the first release: - A clear overview of each feature in VSDiagostics including .gifs that demonstrate the usage - General information about the project, contribution stuff, contact, etc - Changelog information per release - A service that allows the user to upload a solution or one-or-more source files to provide a sort of analysis on the go. The result shown to the user should consist of a summary of each warning produced by VSDiagnostics and a download link for the transformed files. When separate sourcefiles were uploaded, the changes should be visible in the browser as well. This is a rather ambitious project and I'd like to put myself behind this to get experience with the relevant technologies. When the project is underway, I imagine I'll open this to other collaborators as well though. This is a blocking feature that will be a requirement to release v2.0.0, which will go paired with some "advertising" on social media/news platforms.
non_defect
create a website things i want for the first release a clear overview of each feature in vsdiagostics including gifs that demonstrate the usage general information about the project contribution stuff contact etc changelog information per release a service that allows the user to upload a solution or one or more source files to provide a sort of analysis on the go the result shown to the user should consist of a summary of each warning produced by vsdiagnostics and a download link for the transformed files when separate sourcefiles were uploaded the changes should be visible in the browser as well this is a rather ambitious project and i d like to put myself behind this to get experience with the relevant technologies when the project is underway i imagine i ll open this to other collaborators as well though this is a blocking feature that will be a requirement to release which will go paired with some advertising on social media news platforms
0
7,533
2,610,404,393
IssuesEvent
2015-02-26 20:11:26
chrsmith/republic-at-war
https://api.github.com/repos/chrsmith/republic-at-war
closed
Corellia, Bestine, Utapau, Rendili Capital Ship Description
auto-migrated Priority-Medium Type-Defect
``` Corellia, Bestine, Utapau, and Rendili can build capital ships, despite the lack of that fact in the planets's descriptions. ``` ----- Original issue reported on code.google.com by `jkouzman...@gmail.com` on 3 Jul 2011 at 11:25
1.0
Corellia, Bestine, Utapau, Rendili Capital Ship Description - ``` Corellia, Bestine, Utapau, and Rendili can build capital ships, despite the lack of that fact in the planets's descriptions. ``` ----- Original issue reported on code.google.com by `jkouzman...@gmail.com` on 3 Jul 2011 at 11:25
defect
corellia bestine utapau rendili capital ship description corellia bestine utapau and rendili can build capital ships despite the lack of that fact in the planets s descriptions original issue reported on code google com by jkouzman gmail com on jul at
1
36,018
7,847,048,921
IssuesEvent
2018-06-19 17:13:05
idaholab/moose
https://api.github.com/repos/idaholab/moose
opened
AuxKernels execute on initial and using coupled scalar variables will produce incorrect values when run threaded
C: MOOSE P: normal T: defect
## Rationale <!--What is the reason for this enhancement or what error are you reporting?--> 1. Have a scalar variable with an initial condition. 2. Have an aux kernel using this scalar variable and have it execute on initial 3. Run threaded The initial condition stored into the output file will be wrong. Only thread 0 will produce the right values. Other threads will be wrong. ## Description <!--Provide details of the enhancement or instructions for reproducing the error.--> This input file will show the problem: ``` [Mesh] type = GeneratedMesh dim = 2 nx = 10 ny = 10 [] [AuxVariables] [./aux_scalar] order = FIRST family = SCALAR [../] [./coupled] [../] [] [ICs] [./aux_scalar_ic] type = ScalarConstantIC variable = aux_scalar value = 123 [../] [] [AuxKernels] [./coupled] type = CoupledScalarAux variable = coupled coupled = aux_scalar execute_on = 'initial linear' [../] [] [Variables] [./u] [../] [] [Kernels] [./diff] type = Diffusion variable = u [../] [] [BCs] [./left] type = DirichletBC variable = u boundary = left value = 1 [../] [] [Executioner] type = Steady [] [Outputs] exodus = true [] ``` ## Impact <!--How will the changes impact the code, developers, and users? Discuss changes to the internal interfaces and public API.--> Incorrect initial conditions stored in output files.
1.0
AuxKernels execute on initial and using coupled scalar variables will produce incorrect values when run threaded - ## Rationale <!--What is the reason for this enhancement or what error are you reporting?--> 1. Have a scalar variable with an initial condition. 2. Have an aux kernel using this scalar variable and have it execute on initial 3. Run threaded The initial condition stored into the output file will be wrong. Only thread 0 will produce the right values. Other threads will be wrong. ## Description <!--Provide details of the enhancement or instructions for reproducing the error.--> This input file will show the problem: ``` [Mesh] type = GeneratedMesh dim = 2 nx = 10 ny = 10 [] [AuxVariables] [./aux_scalar] order = FIRST family = SCALAR [../] [./coupled] [../] [] [ICs] [./aux_scalar_ic] type = ScalarConstantIC variable = aux_scalar value = 123 [../] [] [AuxKernels] [./coupled] type = CoupledScalarAux variable = coupled coupled = aux_scalar execute_on = 'initial linear' [../] [] [Variables] [./u] [../] [] [Kernels] [./diff] type = Diffusion variable = u [../] [] [BCs] [./left] type = DirichletBC variable = u boundary = left value = 1 [../] [] [Executioner] type = Steady [] [Outputs] exodus = true [] ``` ## Impact <!--How will the changes impact the code, developers, and users? Discuss changes to the internal interfaces and public API.--> Incorrect initial conditions stored in output files.
defect
auxkernels execute on initial and using coupled scalar variables will produce incorrect values when run threaded rationale have a scalar variable with an initial condition have an aux kernel using this scalar variable and have it execute on initial run threaded the initial condition stored into the output file will be wrong only thread will produce the right values other threads will be wrong description this input file will show the problem type generatedmesh dim nx ny order first family scalar type scalarconstantic variable aux scalar value type coupledscalaraux variable coupled coupled aux scalar execute on initial linear type diffusion variable u type dirichletbc variable u boundary left value type steady exodus true impact how will the changes impact the code developers and users discuss changes to the internal interfaces and public api incorrect initial conditions stored in output files
1
104,403
11,406,238,553
IssuesEvent
2020-01-31 13:55:57
casey/intermodal
https://api.github.com/repos/casey/intermodal
closed
Document Prior Art and Alternatives in Readme
documentation
I'd like to document alternatives to intermodal, as well as prior art and related applications. Right now this should include other applications and libraries for creating torrents. I should also add notes on when you might want to use something other than intermodal. Acknowledge that all these apps and libraries were studied for inspiration for intermodal. ## Torrent Creating Apps and Libraries - https://github.com/Rudde/mktorrent - https://github.com/xxkfqz/pmktorrent - https://github.com/mukaibot/mktorrent - https://github.com/rsnitsch/py3createtorrent/ - https://github.com/webtorrent/create-torrent - https://github.com/RecursiveForest/whatmp3 - https://github.com/torrent-file-editor/torrent-file-editor - https://github.com/repolho/torrent2magnet - https://github.com/elektito/ih2torrent - https://github.com/kz26/dottorrent - https://github.com/kz26/dottorrent-cli - https://kimbatt.github.io/torrent-creator/ - https://github.com/rndusr/torf-cli - https://github.com/webtorrent/create-torrent ## Usenet Uploaders - https://github.com/demanuel/NewsUP/ - https://github.com/animetosho/Nyuu
1.0
Document Prior Art and Alternatives in Readme - I'd like to document alternatives to intermodal, as well as prior art and related applications. Right now this should include other applications and libraries for creating torrents. I should also add notes on when you might want to use something other than intermodal. Acknowledge that all these apps and libraries were studied for inspiration for intermodal. ## Torrent Creating Apps and Libraries - https://github.com/Rudde/mktorrent - https://github.com/xxkfqz/pmktorrent - https://github.com/mukaibot/mktorrent - https://github.com/rsnitsch/py3createtorrent/ - https://github.com/webtorrent/create-torrent - https://github.com/RecursiveForest/whatmp3 - https://github.com/torrent-file-editor/torrent-file-editor - https://github.com/repolho/torrent2magnet - https://github.com/elektito/ih2torrent - https://github.com/kz26/dottorrent - https://github.com/kz26/dottorrent-cli - https://kimbatt.github.io/torrent-creator/ - https://github.com/rndusr/torf-cli - https://github.com/webtorrent/create-torrent ## Usenet Uploaders - https://github.com/demanuel/NewsUP/ - https://github.com/animetosho/Nyuu
non_defect
document prior art and alternatives in readme i d like to document alternatives to intermodal as well as prior art and related applications right now this should include other applications and libraries for creating torrents i should also add notes on when you might want to use something other than intermodal acknowledge that all these apps and libraries were studied for inspiration for intermodal torrent creating apps and libraries usenet uploaders
0
607,451
18,782,648,108
IssuesEvent
2021-11-08 08:50:34
MaibornWolff/codecharta
https://api.github.com/repos/MaibornWolff/codecharta
opened
Test Coverage for new code broken
bug tech priority:urgent
# Bug Test Coverage for new code shows 0% but this is propably wrong. # Developer Nodes - Sonar will check for coverage reports like it is configured here `codecharta/.github/workflows/test.yml` - During the GitHub Action (Pipeline) Job the report will be crawled if it is present. - You can check the output and results of the appropriate job here: https://github.com/MaibornWolff/codecharta/runs/4136317006?check_suite_focus=true
1.0
Test Coverage for new code broken - # Bug Test Coverage for new code shows 0% but this is propably wrong. # Developer Nodes - Sonar will check for coverage reports like it is configured here `codecharta/.github/workflows/test.yml` - During the GitHub Action (Pipeline) Job the report will be crawled if it is present. - You can check the output and results of the appropriate job here: https://github.com/MaibornWolff/codecharta/runs/4136317006?check_suite_focus=true
non_defect
test coverage for new code broken bug test coverage for new code shows but this is propably wrong developer nodes sonar will check for coverage reports like it is configured here codecharta github workflows test yml during the github action pipeline job the report will be crawled if it is present you can check the output and results of the appropriate job here
0
62,855
17,203,748,932
IssuesEvent
2021-07-17 20:10:17
InterNetNews/inn
https://api.github.com/repos/InterNetNews/inn
closed
Reply codes other than x9x used for private extensions XBATCH and XGTITLE
C: innd P: low R: wontfix T: defect
**Reported by iulius on 25 Dec 2008 20:09 UTC** RFC 3977, section 3.2: Response codes not specified in this standard MAY be used for any installation-specific additional commands also not specified. These SHOULD be chosen to fit the pattern of x9x specified above. INN uses quite a few response codes that do not fit this pattern for various extensions. XBATCH and XGTITLE should have used response codes in the x9x range. Impact: Additional ambiguity over the meaning of reply codes, as those reply codes could later be standardized as the reply codes for other commands. For XGTITLE and probably XBATCH, there is no way to fix this now. Changing the reply codes would break all existing implementations.
1.0
Reply codes other than x9x used for private extensions XBATCH and XGTITLE - **Reported by iulius on 25 Dec 2008 20:09 UTC** RFC 3977, section 3.2: Response codes not specified in this standard MAY be used for any installation-specific additional commands also not specified. These SHOULD be chosen to fit the pattern of x9x specified above. INN uses quite a few response codes that do not fit this pattern for various extensions. XBATCH and XGTITLE should have used response codes in the x9x range. Impact: Additional ambiguity over the meaning of reply codes, as those reply codes could later be standardized as the reply codes for other commands. For XGTITLE and probably XBATCH, there is no way to fix this now. Changing the reply codes would break all existing implementations.
defect
reply codes other than used for private extensions xbatch and xgtitle reported by iulius on dec utc rfc section response codes not specified in this standard may be used for any installation specific additional commands also not specified these should be chosen to fit the pattern of specified above inn uses quite a few response codes that do not fit this pattern for various extensions xbatch and xgtitle should have used response codes in the range impact additional ambiguity over the meaning of reply codes as those reply codes could later be standardized as the reply codes for other commands for xgtitle and probably xbatch there is no way to fix this now changing the reply codes would break all existing implementations
1
192,980
14,634,229,130
IssuesEvent
2020-12-24 04:43:08
esowc/ecPoint-Calibrate
https://api.github.com/repos/esowc/ecPoint-Calibrate
closed
Continuous integration and deployment
tests
Set up the automatic running of a test suite, and publish Docker images whenever a commit is pushed to GitHub. This is currently performed manually, so it is important to implement it for future maintainability. GitHub Actions will be used for this purpose, which is free for open-source projects.
1.0
Continuous integration and deployment - Set up the automatic running of a test suite, and publish Docker images whenever a commit is pushed to GitHub. This is currently performed manually, so it is important to implement it for future maintainability. GitHub Actions will be used for this purpose, which is free for open-source projects.
non_defect
continuous integration and deployment set up the automatic running of a test suite and publish docker images whenever a commit is pushed to github this is currently performed manually so it is important to implement it for future maintainability github actions will be used for this purpose which is free for open source projects
0
9,683
2,615,165,797
IssuesEvent
2015-03-01 06:46:08
chrsmith/reaver-wps
https://api.github.com/repos/chrsmith/reaver-wps
opened
Reaver stuck, PCAP recorded
auto-migrated Priority-Triage Type-Defect
``` A few things to consider before submitting an issue: 0. We write documentation for a reason, if you have not read it and are having problems with Reaver these pages are required reading before submitting an issue: http://code.google.com/p/reaver-wps/wiki/HintsAndTips http://code.google.com/p/reaver-wps/wiki/README http://code.google.com/p/reaver-wps/wiki/FAQ http://code.google.com/p/reaver-wps/wiki/SupportedWirelessDrivers 1. Reaver will only work if your card is in monitor mode. If you do not know what monitor mode is then you should learn more about 802.11 hacking in linux before using Reaver. 2. Using Reaver against access points you do not own or have permission to attack is illegal. If you cannot answer basic questions (i.e. model number, distance away, etc) about the device you are attacking then do not post your issue here. We will not help you break the law. 3. Please look through issues that have already been posted and make sure your question has not already been asked here: http://code.google.com/p /reaver-wps/issues/list 4. Often times we need packet captures of mon0 while Reaver is running to troubleshoot the issue (tcpdump -i mon0 -s0 -w broken_reaver.pcap). Issue reports with pcap files attached will receive more serious consideration. Answer the following questions for every issue submitted: 0. What version of Reaver are you using? (Only defects against the latest version will be considered.) 1. What operating system are you using (Linux is the only supported OS)? 2. Is your wireless card in monitor mode (yes/no)? 3. What is the signal strength of the Access Point you are trying to crack? 4. What is the manufacturer and model # of the device you are trying to crack? 5. What is the entire command line string you are supplying to reaver? 6. Please describe what you think the issue is. 7. Paste the output from Reaver below. ``` Original issue reported on code.google.com by `rkbhd...@gmail.com` on 4 Apr 2013 at 1:59
1.0
Reaver stuck, PCAP recorded - ``` A few things to consider before submitting an issue: 0. We write documentation for a reason, if you have not read it and are having problems with Reaver these pages are required reading before submitting an issue: http://code.google.com/p/reaver-wps/wiki/HintsAndTips http://code.google.com/p/reaver-wps/wiki/README http://code.google.com/p/reaver-wps/wiki/FAQ http://code.google.com/p/reaver-wps/wiki/SupportedWirelessDrivers 1. Reaver will only work if your card is in monitor mode. If you do not know what monitor mode is then you should learn more about 802.11 hacking in linux before using Reaver. 2. Using Reaver against access points you do not own or have permission to attack is illegal. If you cannot answer basic questions (i.e. model number, distance away, etc) about the device you are attacking then do not post your issue here. We will not help you break the law. 3. Please look through issues that have already been posted and make sure your question has not already been asked here: http://code.google.com/p /reaver-wps/issues/list 4. Often times we need packet captures of mon0 while Reaver is running to troubleshoot the issue (tcpdump -i mon0 -s0 -w broken_reaver.pcap). Issue reports with pcap files attached will receive more serious consideration. Answer the following questions for every issue submitted: 0. What version of Reaver are you using? (Only defects against the latest version will be considered.) 1. What operating system are you using (Linux is the only supported OS)? 2. Is your wireless card in monitor mode (yes/no)? 3. What is the signal strength of the Access Point you are trying to crack? 4. What is the manufacturer and model # of the device you are trying to crack? 5. What is the entire command line string you are supplying to reaver? 6. Please describe what you think the issue is. 7. Paste the output from Reaver below. ``` Original issue reported on code.google.com by `rkbhd...@gmail.com` on 4 Apr 2013 at 1:59
defect
reaver stuck pcap recorded a few things to consider before submitting an issue we write documentation for a reason if you have not read it and are having problems with reaver these pages are required reading before submitting an issue reaver will only work if your card is in monitor mode if you do not know what monitor mode is then you should learn more about hacking in linux before using reaver using reaver against access points you do not own or have permission to attack is illegal if you cannot answer basic questions i e model number distance away etc about the device you are attacking then do not post your issue here we will not help you break the law please look through issues that have already been posted and make sure your question has not already been asked here reaver wps issues list often times we need packet captures of while reaver is running to troubleshoot the issue tcpdump i w broken reaver pcap issue reports with pcap files attached will receive more serious consideration answer the following questions for every issue submitted what version of reaver are you using only defects against the latest version will be considered what operating system are you using linux is the only supported os is your wireless card in monitor mode yes no what is the signal strength of the access point you are trying to crack what is the manufacturer and model of the device you are trying to crack what is the entire command line string you are supplying to reaver please describe what you think the issue is paste the output from reaver below original issue reported on code google com by rkbhd gmail com on apr at
1
8,866
2,612,919,262
IssuesEvent
2015-02-27 17:30:46
chrsmith/windows-package-manager
https://api.github.com/repos/chrsmith/windows-package-manager
closed
Job stuck at 90%
auto-migrated Type-Defect
``` What steps will reproduce the problem? 1. Go to Settings, click Apply. Download of repositories will launch. 2. The Job gets stuck at 90%. What is the expected output? What do you see instead? Even if the proess is stuck, at the Elapsed time should keep increasing, but it remains stuck. What version of the product are you using? On what operating system? Npack 1.17.9, Windows 7, 64-bit ``` Original issue reported on code.google.com by `siddhant...@gmail.com` on 10 Mar 2013 at 2:52
1.0
Job stuck at 90% - ``` What steps will reproduce the problem? 1. Go to Settings, click Apply. Download of repositories will launch. 2. The Job gets stuck at 90%. What is the expected output? What do you see instead? Even if the proess is stuck, at the Elapsed time should keep increasing, but it remains stuck. What version of the product are you using? On what operating system? Npack 1.17.9, Windows 7, 64-bit ``` Original issue reported on code.google.com by `siddhant...@gmail.com` on 10 Mar 2013 at 2:52
defect
job stuck at what steps will reproduce the problem go to settings click apply download of repositories will launch the job gets stuck at what is the expected output what do you see instead even if the proess is stuck at the elapsed time should keep increasing but it remains stuck what version of the product are you using on what operating system npack windows bit original issue reported on code google com by siddhant gmail com on mar at
1
39,722
9,636,464,716
IssuesEvent
2019-05-16 06:03:48
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
MySQL does not support DROP INDEX IF EXISTS
C: DB: MySQL E: All Editions P: Medium R: Fixed T: Defect
Remove `MYSQL` from `@Support` annotations on `DSLContext#dropIndexIfExists()` methods, as it is not supported and cannot easily be emulated, as MySQL doesn't support anonymous code blocks.
1.0
MySQL does not support DROP INDEX IF EXISTS - Remove `MYSQL` from `@Support` annotations on `DSLContext#dropIndexIfExists()` methods, as it is not supported and cannot easily be emulated, as MySQL doesn't support anonymous code blocks.
defect
mysql does not support drop index if exists remove mysql from support annotations on dslcontext dropindexifexists methods as it is not supported and cannot easily be emulated as mysql doesn t support anonymous code blocks
1
94,779
27,289,850,213
IssuesEvent
2023-02-23 15:52:57
gitpod-io/gitpod
https://api.github.com/repos/gitpod-io/gitpod
closed
Prompt user to use `gp rebuild` after updating their `.gitpod.yml` or Docker configuration.
editor: code (browser) feature: gitpod yml team: IDE editor: code (desktop) usability testing feature: gp rebuild
There is no way for users to know to use `gp rebuild` as a way to iterate on their configuration. We should consider adding an in IDE / in editor prompt that asks a user if they'd like to test their new updated configuration. We should also consider adding this instruction to the default `.gitpod.yml` generated in inference, and also to the outputted `.gitpod.yml` from `gp` CLI.
1.0
Prompt user to use `gp rebuild` after updating their `.gitpod.yml` or Docker configuration. - There is no way for users to know to use `gp rebuild` as a way to iterate on their configuration. We should consider adding an in IDE / in editor prompt that asks a user if they'd like to test their new updated configuration. We should also consider adding this instruction to the default `.gitpod.yml` generated in inference, and also to the outputted `.gitpod.yml` from `gp` CLI.
non_defect
prompt user to use gp rebuild after updating their gitpod yml or docker configuration there is no way for users to know to use gp rebuild as a way to iterate on their configuration we should consider adding an in ide in editor prompt that asks a user if they d like to test their new updated configuration we should also consider adding this instruction to the default gitpod yml generated in inference and also to the outputted gitpod yml from gp cli
0
234,723
7,725,543,623
IssuesEvent
2018-05-24 18:18:39
SeBecker/grmpy
https://api.github.com/repos/SeBecker/grmpy
closed
Adjust the Read & simulation process
enhancement help wanted priority-high
Please adjust the read process as discussed. The process has to be capable of handeling different kinds of covariate labels from the inititalization file. Note that this includes additional adjustments on the simulation process. We want to get to the point where the labels, specified in the initialization file, are implemented as column labels in the simulated dataframe.
1.0
Adjust the Read & simulation process - Please adjust the read process as discussed. The process has to be capable of handeling different kinds of covariate labels from the inititalization file. Note that this includes additional adjustments on the simulation process. We want to get to the point where the labels, specified in the initialization file, are implemented as column labels in the simulated dataframe.
non_defect
adjust the read simulation process please adjust the read process as discussed the process has to be capable of handeling different kinds of covariate labels from the inititalization file note that this includes additional adjustments on the simulation process we want to get to the point where the labels specified in the initialization file are implemented as column labels in the simulated dataframe
0
161,888
6,137,797,416
IssuesEvent
2017-06-26 13:15:28
dmwm/WMCore
https://api.github.com/repos/dmwm/WMCore
closed
Tail of the condor logs in wmstats with plenty of newlines
High Priority
Just noticed it in my VM nodes (alan-cloud1). The condor.err file contains ``` ERROR : Container not found: /cvmfs/singularity.opensciencegrid.org/bbockelm/cms:rhel6 ABORT : Retval = 255 ``` while wmstats reports something like ``` Could not find jobReport Adding end of condor.4612.128.out to error message: Adding end of condor.4612.128.err to error message: E R R O R : C o ``` probably there is a place expecting a list of strings but instead it's getting a plain string.
1.0
Tail of the condor logs in wmstats with plenty of newlines - Just noticed it in my VM nodes (alan-cloud1). The condor.err file contains ``` ERROR : Container not found: /cvmfs/singularity.opensciencegrid.org/bbockelm/cms:rhel6 ABORT : Retval = 255 ``` while wmstats reports something like ``` Could not find jobReport Adding end of condor.4612.128.out to error message: Adding end of condor.4612.128.err to error message: E R R O R : C o ``` probably there is a place expecting a list of strings but instead it's getting a plain string.
non_defect
tail of the condor logs in wmstats with plenty of newlines just noticed it in my vm nodes alan the condor err file contains error container not found cvmfs singularity opensciencegrid org bbockelm cms abort retval while wmstats reports something like could not find jobreport adding end of condor out to error message adding end of condor err to error message e r r o r c o probably there is a place expecting a list of strings but instead it s getting a plain string
0
26,155
4,593,645,372
IssuesEvent
2016-09-21 02:12:55
afisher1/GridLAB-D
https://api.github.com/repos/afisher1/GridLAB-D
closed
#94 #error macro shouldn't output ERROR [INIT]: before message,
defect
The #error macro needs to suppress the ERROR[INIT] part of the message so that IDEs like textpad can find the line on which the error occurs, just like any other syntax error. The same may be true for #warning, #print, etc. ,
1.0
#94 #error macro shouldn't output ERROR [INIT]: before message, - The #error macro needs to suppress the ERROR[INIT] part of the message so that IDEs like textpad can find the line on which the error occurs, just like any other syntax error. The same may be true for #warning, #print, etc. ,
defect
error macro shouldn t output error before message the error macro needs to suppress the error part of the message so that ides like textpad can find the line on which the error occurs just like any other syntax error the same may be true for warning print etc
1
64,363
8,725,378,108
IssuesEvent
2018-12-10 09:14:28
BBC-News/psammead
https://api.github.com/repos/BBC-News/psammead
closed
Documentation - Global styles to use with Psammead components
alpha-2 documentation must
**Is your feature request related to a problem? Please describe.** We are working on adding Global styles in this PR: https://github.com/BBC-News/psammead/issues/124 We should document in our Readme how one should use them. **Describe the solution you'd like** We should explain that we recommend using normalize, box-sizing & font-face declarations and how you can import them in **Describe alternatives you've considered** N/A **Testing notes** [Tester to complete] Dev insight: Documentation should be clear. - [x] Initially labelled with ["Refinement needed"](https://github.com/BBC-News/psammead/labels/Refinement%20Needed)
1.0
Documentation - Global styles to use with Psammead components - **Is your feature request related to a problem? Please describe.** We are working on adding Global styles in this PR: https://github.com/BBC-News/psammead/issues/124 We should document in our Readme how one should use them. **Describe the solution you'd like** We should explain that we recommend using normalize, box-sizing & font-face declarations and how you can import them in **Describe alternatives you've considered** N/A **Testing notes** [Tester to complete] Dev insight: Documentation should be clear. - [x] Initially labelled with ["Refinement needed"](https://github.com/BBC-News/psammead/labels/Refinement%20Needed)
non_defect
documentation global styles to use with psammead components is your feature request related to a problem please describe we are working on adding global styles in this pr we should document in our readme how one should use them describe the solution you d like we should explain that we recommend using normalize box sizing font face declarations and how you can import them in describe alternatives you ve considered n a testing notes dev insight documentation should be clear initially labelled with
0
4,764
7,631,987,777
IssuesEvent
2018-05-05 09:42:48
AmpersandTarski/Ampersand
https://api.github.com/repos/AmpersandTarski/Ampersand
closed
Cleanup copied templates folder in prototype output dir
component:prototype generator priority:low software process
After generating the prototype, this folder is not used anymore. This issue requests to delete the folder as final step in the prototype generator (e.g. after calling `composer ---install`) Prevents users wasting time in case they don't know the purpose of this folder.
1.0
Cleanup copied templates folder in prototype output dir - After generating the prototype, this folder is not used anymore. This issue requests to delete the folder as final step in the prototype generator (e.g. after calling `composer ---install`) Prevents users wasting time in case they don't know the purpose of this folder.
non_defect
cleanup copied templates folder in prototype output dir after generating the prototype this folder is not used anymore this issue requests to delete the folder as final step in the prototype generator e g after calling composer install prevents users wasting time in case they don t know the purpose of this folder
0
9,249
2,615,141,349
IssuesEvent
2015-03-01 06:16:01
chrsmith/reaver-wps
https://api.github.com/repos/chrsmith/reaver-wps
closed
walsh - buffer overflow
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. compilation no problem, no error message 2. 3. What is the expected output? What do you see instead? root@bt:~/reaver-wps-read-only/src# ./walsh -i mon0 -s -C Walsh v1.4 beta WiFi Protected Setup Scan Tool Copyright (c) 2011, Tactical Network Solutions, Craig Heffner <cheffner@tacnetsol.com> BSSID Channel WPS Version WPS Locked ESSID -------------------------------------------------------------------------------- -------------- *** buffer overflow detected ***: ./walsh terminated ======= Backtrace: ========= /lib/libc.so.6(__fortify_fail+0x37)[0x7f729d3c1217] /lib/libc.so.6(+0xfe0d0)[0x7f729d3c00d0] ./walsh[0x406eb3] ./walsh[0x403326] ./walsh[0x40341b] ./walsh[0x403897] /lib/libc.so.6(__libc_start_main+0xfd)[0x7f729d2e0c4d] ./walsh[0x402cb9] ======= Memory map: ======== 00400000-00433000 r-xp 00000000 08:17 1001879 /root/reaver-wps-read-only/src/walsh 00632000-00633000 r--p 00032000 08:17 1001879 /root/reaver-wps-read-only/src/walsh 00633000-00634000 rw-p 00033000 08:17 1001879 /root/reaver-wps-read-only/src/walsh 0222d000-02263000 rw-p 00000000 00:00 0 [heap] 7f729ca96000-7f729caac000 r-xp 00000000 08:17 130802 /lib/libgcc_s.so.1 7f729caac000-7f729ccab000 ---p 00016000 08:17 130802 /lib/libgcc_s.so.1 7f729ccab000-7f729ccac000 r--p 00015000 08:17 130802 /lib/libgcc_s.so.1 7f729ccac000-7f729ccad000 rw-p 00016000 08:17 130802 /lib/libgcc_s.so.1 7f729ccad000-7f729d0a5000 rw-s 00000000 00:07 22584 socket:[22584] 7f729d0a5000-7f729d0bd000 r-xp 00000000 08:17 130884 /lib/libpthread-2.11.1.so 7f729d0bd000-7f729d2bc000 ---p 00018000 08:17 130884 /lib/libpthread-2.11.1.so 7f729d2bc000-7f729d2bd000 r--p 00017000 08:17 130884 /lib/libpthread-2.11.1.so 7f729d2bd000-7f729d2be000 rw-p 00018000 08:17 130884 /lib/libpthread-2.11.1.so 7f729d2be000-7f729d2c2000 rw-p 00000000 00:00 0 7f729d2c2000-7f729d43c000 r-xp 00000000 08:17 130767 /lib/libc-2.11.1.so 7f729d43c000-7f729d63b000 ---p 0017a000 08:17 130767 /lib/libc-2.11.1.so 7f729d63b000-7f729d63f000 r--p 00179000 08:17 130767 /lib/libc-2.11.1.so 7f729d63f000-7f729d640000 rw-p 0017d000 08:17 130767 /lib/libc-2.11.1.so 7f729d640000-7f729d645000 rw-p 00000000 00:00 0 7f729d645000-7f729d6cf000 r-xp 00000000 08:17 538989 /usr/lib/libsqlite3.so.0.8.6 7f729d6cf000-7f729d8ce000 ---p 0008a000 08:17 538989 /usr/lib/libsqlite3.so.0.8.6 7f729d8ce000-7f729d8d0000 r--p 00089000 08:17 538989 /usr/lib/libsqlite3.so.0.8.6 7f729d8d0000-7f729d8d2000 rw-p 0008b000 08:17 538989 /usr/lib/libsqlite3.so.0.8.6 7f729d8d2000-7f729d902000 r-xp 00000000 08:17 538786 /usr/lib/libpcap.so.1.0.0 7f729d902000-7f729db02000 ---p 00030000 08:17 538786 /usr/lib/libpcap.so.1.0.0 7f729db02000-7f729db03000 r--p 00030000 08:17 538786 /usr/lib/libpcap.so.1.0.0 7f729db03000-7f729db04000 rw-p 00031000 08:17 538786 /usr/lib/libpcap.so.1.0.0 7f729db04000-7f729db05000 rw-p 00000000 00:00 0 7f729db05000-7f729db87000 r-xp 00000000 08:17 130818 /lib/libm-2.11.1.so 7f729db87000-7f729dd86000 ---p 00082000 08:17 130818 /lib/libm-2.11.1.so 7f729dd86000-7f729dd87000 r--p 00081000 08:17 130818 /lib/libm-2.11.1.so 7f729dd87000-7f729dd88000 rw-p 00082000 08:17 130818 /lib/libm-2.11.1.so 7f729dd88000-7f729dd8a000 r-xp 00000000 08:17 130781 /lib/libdl-2.11.1.so 7f729dd8a000-7f729df8a000 ---p 00002000 08:17 130781 /lib/libdl-2.11.1.so 7f729df8a000-7f729df8b000 r--p 00002000 08:17 130781 /lib/libdl-2.11.1.so 7f729df8b000-7f729df8c000 rw-p 00003000 08:17 130781 /lib/libdl-2.11.1.so 7f729df8c000-7f729dfac000 r-xp 00000000 08:17 130744 /lib/ld-2.11.1.so 7f729e17e000-7f729e183000 rw-p 00000000 00:00 0 7f729e1a8000-7f729e1ab000 rw-p 00000000 00:00 0 7f729e1ab000-7f729e1ac000 r--p 0001f000 08:17 130744 /lib/ld-2.11.1.so 7f729e1ac000-7f729e1ad000 rw-p 00020000 08:17 130744 /lib/ld-2.11.1.so 7f729e1ad000-7f729e1ae000 rw-p 00000000 00:00 0 7fff8ecd8000-7fff8ecf9000 rw-p 00000000 00:00 0 [stack] 7fff8ed47000-7fff8ed48000 r-xp 00000000 00:00 0 [vdso] ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall] Neúspěšně ukončen (SIGABRT) What version of the product are you using? On what operating system? walsh svn r65, BackTrack 5 x86_64, KDE, 2.6.39.4, wireless driver ath9k Please provide any additional information below. ``` Original issue reported on code.google.com by `mmare...@gmail.com` on 5 Jan 2012 at 1:00
1.0
walsh - buffer overflow - ``` What steps will reproduce the problem? 1. compilation no problem, no error message 2. 3. What is the expected output? What do you see instead? root@bt:~/reaver-wps-read-only/src# ./walsh -i mon0 -s -C Walsh v1.4 beta WiFi Protected Setup Scan Tool Copyright (c) 2011, Tactical Network Solutions, Craig Heffner <cheffner@tacnetsol.com> BSSID Channel WPS Version WPS Locked ESSID -------------------------------------------------------------------------------- -------------- *** buffer overflow detected ***: ./walsh terminated ======= Backtrace: ========= /lib/libc.so.6(__fortify_fail+0x37)[0x7f729d3c1217] /lib/libc.so.6(+0xfe0d0)[0x7f729d3c00d0] ./walsh[0x406eb3] ./walsh[0x403326] ./walsh[0x40341b] ./walsh[0x403897] /lib/libc.so.6(__libc_start_main+0xfd)[0x7f729d2e0c4d] ./walsh[0x402cb9] ======= Memory map: ======== 00400000-00433000 r-xp 00000000 08:17 1001879 /root/reaver-wps-read-only/src/walsh 00632000-00633000 r--p 00032000 08:17 1001879 /root/reaver-wps-read-only/src/walsh 00633000-00634000 rw-p 00033000 08:17 1001879 /root/reaver-wps-read-only/src/walsh 0222d000-02263000 rw-p 00000000 00:00 0 [heap] 7f729ca96000-7f729caac000 r-xp 00000000 08:17 130802 /lib/libgcc_s.so.1 7f729caac000-7f729ccab000 ---p 00016000 08:17 130802 /lib/libgcc_s.so.1 7f729ccab000-7f729ccac000 r--p 00015000 08:17 130802 /lib/libgcc_s.so.1 7f729ccac000-7f729ccad000 rw-p 00016000 08:17 130802 /lib/libgcc_s.so.1 7f729ccad000-7f729d0a5000 rw-s 00000000 00:07 22584 socket:[22584] 7f729d0a5000-7f729d0bd000 r-xp 00000000 08:17 130884 /lib/libpthread-2.11.1.so 7f729d0bd000-7f729d2bc000 ---p 00018000 08:17 130884 /lib/libpthread-2.11.1.so 7f729d2bc000-7f729d2bd000 r--p 00017000 08:17 130884 /lib/libpthread-2.11.1.so 7f729d2bd000-7f729d2be000 rw-p 00018000 08:17 130884 /lib/libpthread-2.11.1.so 7f729d2be000-7f729d2c2000 rw-p 00000000 00:00 0 7f729d2c2000-7f729d43c000 r-xp 00000000 08:17 130767 /lib/libc-2.11.1.so 7f729d43c000-7f729d63b000 ---p 0017a000 08:17 130767 /lib/libc-2.11.1.so 7f729d63b000-7f729d63f000 r--p 00179000 08:17 130767 /lib/libc-2.11.1.so 7f729d63f000-7f729d640000 rw-p 0017d000 08:17 130767 /lib/libc-2.11.1.so 7f729d640000-7f729d645000 rw-p 00000000 00:00 0 7f729d645000-7f729d6cf000 r-xp 00000000 08:17 538989 /usr/lib/libsqlite3.so.0.8.6 7f729d6cf000-7f729d8ce000 ---p 0008a000 08:17 538989 /usr/lib/libsqlite3.so.0.8.6 7f729d8ce000-7f729d8d0000 r--p 00089000 08:17 538989 /usr/lib/libsqlite3.so.0.8.6 7f729d8d0000-7f729d8d2000 rw-p 0008b000 08:17 538989 /usr/lib/libsqlite3.so.0.8.6 7f729d8d2000-7f729d902000 r-xp 00000000 08:17 538786 /usr/lib/libpcap.so.1.0.0 7f729d902000-7f729db02000 ---p 00030000 08:17 538786 /usr/lib/libpcap.so.1.0.0 7f729db02000-7f729db03000 r--p 00030000 08:17 538786 /usr/lib/libpcap.so.1.0.0 7f729db03000-7f729db04000 rw-p 00031000 08:17 538786 /usr/lib/libpcap.so.1.0.0 7f729db04000-7f729db05000 rw-p 00000000 00:00 0 7f729db05000-7f729db87000 r-xp 00000000 08:17 130818 /lib/libm-2.11.1.so 7f729db87000-7f729dd86000 ---p 00082000 08:17 130818 /lib/libm-2.11.1.so 7f729dd86000-7f729dd87000 r--p 00081000 08:17 130818 /lib/libm-2.11.1.so 7f729dd87000-7f729dd88000 rw-p 00082000 08:17 130818 /lib/libm-2.11.1.so 7f729dd88000-7f729dd8a000 r-xp 00000000 08:17 130781 /lib/libdl-2.11.1.so 7f729dd8a000-7f729df8a000 ---p 00002000 08:17 130781 /lib/libdl-2.11.1.so 7f729df8a000-7f729df8b000 r--p 00002000 08:17 130781 /lib/libdl-2.11.1.so 7f729df8b000-7f729df8c000 rw-p 00003000 08:17 130781 /lib/libdl-2.11.1.so 7f729df8c000-7f729dfac000 r-xp 00000000 08:17 130744 /lib/ld-2.11.1.so 7f729e17e000-7f729e183000 rw-p 00000000 00:00 0 7f729e1a8000-7f729e1ab000 rw-p 00000000 00:00 0 7f729e1ab000-7f729e1ac000 r--p 0001f000 08:17 130744 /lib/ld-2.11.1.so 7f729e1ac000-7f729e1ad000 rw-p 00020000 08:17 130744 /lib/ld-2.11.1.so 7f729e1ad000-7f729e1ae000 rw-p 00000000 00:00 0 7fff8ecd8000-7fff8ecf9000 rw-p 00000000 00:00 0 [stack] 7fff8ed47000-7fff8ed48000 r-xp 00000000 00:00 0 [vdso] ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall] Neúspěšně ukončen (SIGABRT) What version of the product are you using? On what operating system? walsh svn r65, BackTrack 5 x86_64, KDE, 2.6.39.4, wireless driver ath9k Please provide any additional information below. ``` Original issue reported on code.google.com by `mmare...@gmail.com` on 5 Jan 2012 at 1:00
defect
walsh buffer overflow what steps will reproduce the problem compilation no problem no error message what is the expected output what do you see instead root bt reaver wps read only src walsh i s c walsh beta wifi protected setup scan tool copyright c tactical network solutions craig heffner bssid channel wps version wps locked essid buffer overflow detected walsh terminated backtrace lib libc so fortify fail lib libc so walsh walsh walsh walsh lib libc so libc start main walsh memory map r xp root reaver wps read only src walsh r p root reaver wps read only src walsh rw p root reaver wps read only src walsh rw p r xp lib libgcc s so p lib libgcc s so r p lib libgcc s so rw p lib libgcc s so rw s socket r xp lib libpthread so p lib libpthread so r p lib libpthread so rw p lib libpthread so rw p r xp lib libc so p lib libc so r p lib libc so rw p lib libc so rw p r xp usr lib so p usr lib so r p usr lib so rw p usr lib so r xp usr lib libpcap so p usr lib libpcap so r p usr lib libpcap so rw p usr lib libpcap so rw p r xp lib libm so p lib libm so r p lib libm so rw p lib libm so r xp lib libdl so p lib libdl so r p lib libdl so rw p lib libdl so r xp lib ld so rw p rw p r p lib ld so rw p lib ld so rw p rw p r xp r xp neúspěšně ukončen sigabrt what version of the product are you using on what operating system walsh svn backtrack kde wireless driver please provide any additional information below original issue reported on code google com by mmare gmail com on jan at
1
76,076
26,226,541,743
IssuesEvent
2023-01-04 19:15:18
department-of-veterans-affairs/va.gov-cms
https://api.github.com/repos/department-of-veterans-affairs/va.gov-cms
opened
Heading level violation on Benefits hub template
Defect Needs refining 508/Accessibility 508-defect-2
## Describe the defect On some Benefits Hub pages (it looks like it might be the landing page template?) there is an accessibility error because the heading structure is not correct. ## To Reproduce Steps to reproduce the behavior: 1. Go to [Disability Benefits](https://www.va.gov/disability/) 2. Run the axe browser plugin 3. Note that an error is flagged indicating heading levels are skipped: ![image](https://user-images.githubusercontent.com/106678594/210628851-079c7a86-50a8-47f3-9609-6e3b241ba9f0.png) ### Additional information **Page Template** I believe this is on the Tier 1/Landing page Benefits Hub template. By this I mean, the pages you are taken to when using these blocks: ![image](https://user-images.githubusercontent.com/106678594/210629145-ddd48305-8c0e-497e-9ea6-61b54aa661d6.png) Examples: - /health-care - /disability - /education - etc. These pages have main content on the left and a second column of content on the right. **Proper heading structure** Currently, all of the headings within this right column are H4s. Even if these were to be hanged to H3s that would be incorrect as that would imply they are underneath the previous H2, and therefore related to that content block. ![image](https://user-images.githubusercontent.com/106678594/210630705-54e6369b-3cff-4afb-9a9a-a242c7c72072.png) What we would want is an overarching H2 header here for the entire section (the promo block and contact info), then the first header would change to an H3. Example screenshot: ![image](https://user-images.githubusercontent.com/106678594/210630430-36c74033-3e8a-43bc-8662-7522d2677b05.png) ## AC / Expected behavior - [ ] Add H2 header to the top of the right column - [ ] Update promo block header to be H3 - [ ] Accessibility review ### CMS Team Please check the team(s) that will do this work. - [ ] `Program` - [ ] `Platform CMS Team` - [ ] `Sitewide Crew` - [ ] `⭐️ Sitewide CMS` - [x] `⭐️ Public Websites` - [ ] `⭐️ Facilities` - [ ] `⭐️ User support`
2.0
Heading level violation on Benefits hub template - ## Describe the defect On some Benefits Hub pages (it looks like it might be the landing page template?) there is an accessibility error because the heading structure is not correct. ## To Reproduce Steps to reproduce the behavior: 1. Go to [Disability Benefits](https://www.va.gov/disability/) 2. Run the axe browser plugin 3. Note that an error is flagged indicating heading levels are skipped: ![image](https://user-images.githubusercontent.com/106678594/210628851-079c7a86-50a8-47f3-9609-6e3b241ba9f0.png) ### Additional information **Page Template** I believe this is on the Tier 1/Landing page Benefits Hub template. By this I mean, the pages you are taken to when using these blocks: ![image](https://user-images.githubusercontent.com/106678594/210629145-ddd48305-8c0e-497e-9ea6-61b54aa661d6.png) Examples: - /health-care - /disability - /education - etc. These pages have main content on the left and a second column of content on the right. **Proper heading structure** Currently, all of the headings within this right column are H4s. Even if these were to be hanged to H3s that would be incorrect as that would imply they are underneath the previous H2, and therefore related to that content block. ![image](https://user-images.githubusercontent.com/106678594/210630705-54e6369b-3cff-4afb-9a9a-a242c7c72072.png) What we would want is an overarching H2 header here for the entire section (the promo block and contact info), then the first header would change to an H3. Example screenshot: ![image](https://user-images.githubusercontent.com/106678594/210630430-36c74033-3e8a-43bc-8662-7522d2677b05.png) ## AC / Expected behavior - [ ] Add H2 header to the top of the right column - [ ] Update promo block header to be H3 - [ ] Accessibility review ### CMS Team Please check the team(s) that will do this work. - [ ] `Program` - [ ] `Platform CMS Team` - [ ] `Sitewide Crew` - [ ] `⭐️ Sitewide CMS` - [x] `⭐️ Public Websites` - [ ] `⭐️ Facilities` - [ ] `⭐️ User support`
defect
heading level violation on benefits hub template describe the defect on some benefits hub pages it looks like it might be the landing page template there is an accessibility error because the heading structure is not correct to reproduce steps to reproduce the behavior go to run the axe browser plugin note that an error is flagged indicating heading levels are skipped additional information page template i believe this is on the tier landing page benefits hub template by this i mean the pages you are taken to when using these blocks examples health care disability education etc these pages have main content on the left and a second column of content on the right proper heading structure currently all of the headings within this right column are even if these were to be hanged to that would be incorrect as that would imply they are underneath the previous and therefore related to that content block what we would want is an overarching header here for the entire section the promo block and contact info then the first header would change to an example screenshot ac expected behavior add header to the top of the right column update promo block header to be accessibility review cms team please check the team s that will do this work program platform cms team sitewide crew ⭐️ sitewide cms ⭐️ public websites ⭐️ facilities ⭐️ user support
1
51,813
13,211,318,300
IssuesEvent
2020-08-15 22:16:32
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
cmake fails in opencl.cmake (Trac #1108)
Incomplete Migration Migrated from Trac cmake defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1108">https://code.icecube.wisc.edu/projects/icecube/ticket/1108</a>, reported by lraedeland owned by nega</em></summary> <p> ```json { "status": "closed", "changetime": "2019-01-11T23:57:21", "_ts": "1547251041579296", "description": "Running cmake on OSX fails with the following error\n\nCMake Error at cmake/tools/opencl.cmake:51 (REPORT_FIND):\n report_find Macro invoked with incorrect arguments for macro named:\n report_find\nCall Stack (most recent call first):\n cmake/tools.cmake:72 (include)\n CMakeLists.txt:82 (include)\n\nWhen I revert this commit it finishes succesfully: \n\nhttp://code.icecube.wisc.edu/projects/icecube/changeset/2193/IceTray/projects/cmake/trunk/tools/opencl.cmake", "reporter": "lraedel", "cc": "", "resolution": "fixed", "time": "2015-08-11T20:17:16", "component": "cmake", "summary": "cmake fails in opencl.cmake", "priority": "normal", "keywords": "", "milestone": "", "owner": "nega", "type": "defect" } ``` </p> </details>
1.0
cmake fails in opencl.cmake (Trac #1108) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1108">https://code.icecube.wisc.edu/projects/icecube/ticket/1108</a>, reported by lraedeland owned by nega</em></summary> <p> ```json { "status": "closed", "changetime": "2019-01-11T23:57:21", "_ts": "1547251041579296", "description": "Running cmake on OSX fails with the following error\n\nCMake Error at cmake/tools/opencl.cmake:51 (REPORT_FIND):\n report_find Macro invoked with incorrect arguments for macro named:\n report_find\nCall Stack (most recent call first):\n cmake/tools.cmake:72 (include)\n CMakeLists.txt:82 (include)\n\nWhen I revert this commit it finishes succesfully: \n\nhttp://code.icecube.wisc.edu/projects/icecube/changeset/2193/IceTray/projects/cmake/trunk/tools/opencl.cmake", "reporter": "lraedel", "cc": "", "resolution": "fixed", "time": "2015-08-11T20:17:16", "component": "cmake", "summary": "cmake fails in opencl.cmake", "priority": "normal", "keywords": "", "milestone": "", "owner": "nega", "type": "defect" } ``` </p> </details>
defect
cmake fails in opencl cmake trac migrated from json status closed changetime ts description running cmake on osx fails with the following error n ncmake error at cmake tools opencl cmake report find n report find macro invoked with incorrect arguments for macro named n report find ncall stack most recent call first n cmake tools cmake include n cmakelists txt include n nwhen i revert this commit it finishes succesfully n n reporter lraedel cc resolution fixed time component cmake summary cmake fails in opencl cmake priority normal keywords milestone owner nega type defect
1
752,179
26,276,135,479
IssuesEvent
2023-01-06 22:15:29
googleapis/repo-automation-bots
https://api.github.com/repos/googleapis/repo-automation-bots
closed
release-please-backend dies with "You have exceeded a secondary rate limit."
type: bug bot: release please priority: p3
It's recoverable, but it should be caught by gcf-utils then returns HTTP 503 stack: > HttpError: You have exceeded a secondary rate limit. Please wait a few minutes before you try again. at /usr/src/app/node_modules/@octokit/request/dist-node/index.js:88:21 at runMicrotasks (<anonymous>) at processTicksAndRejections (internal/process/task_queues.js:95:5) at async sendRequestWithRetries (/usr/src/app/node_modules/@octokit/auth-app/dist-node/index.js:376:12) at async /usr/src/app/node_modules/release-please/build/src/github.js:71:38 at async GitHub.graphqlRequest (/usr/src/app/node_modules/release-please/build/src/github.js:1083:20) at async GitHub.mergeCommitsGraphQL (/usr/src/app/node_modules/release-please/build/src/github.js:549:26) at async GitHub.mergeCommitIterator (/usr/src/app/node_modules/release-please/build/src/github.js:477:30) at async latestReleaseVersion (/usr/src/app/node_modules/release-please/build/src/manifest.js:882:22) at async Function.fromConfig (/usr/src/app/node_modules/release-please/build/src/manifest.js:153:31) caused by: HttpError: You have exceeded a secondary rate limit. Please wait a few minutes before you try again. at /usr/src/app/node_modules/@octokit/request/dist-node/index.js:88:21 at runMicrotasks (<anonymous>) at processTicksAndRejections (internal/process/task_queues.js:95:5) at async sendRequestWithRetries (/usr/src/app/node_modules/@octokit/auth-app/dist-node/index.js:376:12) at async /usr/src/app/node_modules/release-please/build/src/github.js:71:38 at async GitHub.graphqlRequest (/usr/src/app/node_modules/release-please/build/src/github.js:1083:20) at async GitHub.mergeCommitsGraphQL (/usr/src/app/node_modules/release-please/build/src/github.js:549:26) at async GitHub.mergeCommitIterator (/usr/src/app/node_modules/release-please/build/src/github.js:477:30) at async latestReleaseVersion (/usr/src/app/node_modules/release-please/build/src/manifest.js:882:22) at async Function.fromConfig (/usr/src/app/node_modules/release-please/build/src/manifest.js:153:31)
1.0
release-please-backend dies with "You have exceeded a secondary rate limit." - It's recoverable, but it should be caught by gcf-utils then returns HTTP 503 stack: > HttpError: You have exceeded a secondary rate limit. Please wait a few minutes before you try again. at /usr/src/app/node_modules/@octokit/request/dist-node/index.js:88:21 at runMicrotasks (<anonymous>) at processTicksAndRejections (internal/process/task_queues.js:95:5) at async sendRequestWithRetries (/usr/src/app/node_modules/@octokit/auth-app/dist-node/index.js:376:12) at async /usr/src/app/node_modules/release-please/build/src/github.js:71:38 at async GitHub.graphqlRequest (/usr/src/app/node_modules/release-please/build/src/github.js:1083:20) at async GitHub.mergeCommitsGraphQL (/usr/src/app/node_modules/release-please/build/src/github.js:549:26) at async GitHub.mergeCommitIterator (/usr/src/app/node_modules/release-please/build/src/github.js:477:30) at async latestReleaseVersion (/usr/src/app/node_modules/release-please/build/src/manifest.js:882:22) at async Function.fromConfig (/usr/src/app/node_modules/release-please/build/src/manifest.js:153:31) caused by: HttpError: You have exceeded a secondary rate limit. Please wait a few minutes before you try again. at /usr/src/app/node_modules/@octokit/request/dist-node/index.js:88:21 at runMicrotasks (<anonymous>) at processTicksAndRejections (internal/process/task_queues.js:95:5) at async sendRequestWithRetries (/usr/src/app/node_modules/@octokit/auth-app/dist-node/index.js:376:12) at async /usr/src/app/node_modules/release-please/build/src/github.js:71:38 at async GitHub.graphqlRequest (/usr/src/app/node_modules/release-please/build/src/github.js:1083:20) at async GitHub.mergeCommitsGraphQL (/usr/src/app/node_modules/release-please/build/src/github.js:549:26) at async GitHub.mergeCommitIterator (/usr/src/app/node_modules/release-please/build/src/github.js:477:30) at async latestReleaseVersion (/usr/src/app/node_modules/release-please/build/src/manifest.js:882:22) at async Function.fromConfig (/usr/src/app/node_modules/release-please/build/src/manifest.js:153:31)
non_defect
release please backend dies with you have exceeded a secondary rate limit it s recoverable but it should be caught by gcf utils then returns http stack httperror you have exceeded a secondary rate limit please wait a few minutes before you try again at usr src app node modules octokit request dist node index js at runmicrotasks at processticksandrejections internal process task queues js at async sendrequestwithretries usr src app node modules octokit auth app dist node index js at async usr src app node modules release please build src github js at async github graphqlrequest usr src app node modules release please build src github js at async github mergecommitsgraphql usr src app node modules release please build src github js at async github mergecommititerator usr src app node modules release please build src github js at async latestreleaseversion usr src app node modules release please build src manifest js at async function fromconfig usr src app node modules release please build src manifest js caused by httperror you have exceeded a secondary rate limit please wait a few minutes before you try again at usr src app node modules octokit request dist node index js at runmicrotasks at processticksandrejections internal process task queues js at async sendrequestwithretries usr src app node modules octokit auth app dist node index js at async usr src app node modules release please build src github js at async github graphqlrequest usr src app node modules release please build src github js at async github mergecommitsgraphql usr src app node modules release please build src github js at async github mergecommititerator usr src app node modules release please build src github js at async latestreleaseversion usr src app node modules release please build src manifest js at async function fromconfig usr src app node modules release please build src manifest js
0
45,981
2,944,277,574
IssuesEvent
2015-07-03 01:48:22
NuGet/Home
https://api.github.com/repos/NuGet/Home
closed
Investigate perf of project.json based no-op restore
Area:VS.Client Priority:1 ShipRoom Approved Type:Bug
Creating a simple solution with a couple of projects (one using `runtimes` and one using `supports`) causes the before build restore to lock up VS for 5-10 seconds on every build (even when all packages are already present and nothing changes). We should try to optimize this code path, or else move from restore on build to restore whenever a project.json file changes. @lodejard had some ideas about still restoring on build, but having a "project.json version" global that gets changed when any project.json changes, and only restoring if we are out of date. Additionally, it would be good if we can avoid writing a new `project.lock.json` file if nothing has changed (hard to detect, I know), because the project system has a watch on `project.lock.json` and kicks off a blocking "IntelliSense build" to update IntelliSense's command line options, and we do *that* on every build too. CC @jasonmalinowski about this issue. Also CC @pharring as an FYI about this issue.
1.0
Investigate perf of project.json based no-op restore - Creating a simple solution with a couple of projects (one using `runtimes` and one using `supports`) causes the before build restore to lock up VS for 5-10 seconds on every build (even when all packages are already present and nothing changes). We should try to optimize this code path, or else move from restore on build to restore whenever a project.json file changes. @lodejard had some ideas about still restoring on build, but having a "project.json version" global that gets changed when any project.json changes, and only restoring if we are out of date. Additionally, it would be good if we can avoid writing a new `project.lock.json` file if nothing has changed (hard to detect, I know), because the project system has a watch on `project.lock.json` and kicks off a blocking "IntelliSense build" to update IntelliSense's command line options, and we do *that* on every build too. CC @jasonmalinowski about this issue. Also CC @pharring as an FYI about this issue.
non_defect
investigate perf of project json based no op restore creating a simple solution with a couple of projects one using runtimes and one using supports causes the before build restore to lock up vs for seconds on every build even when all packages are already present and nothing changes we should try to optimize this code path or else move from restore on build to restore whenever a project json file changes lodejard had some ideas about still restoring on build but having a project json version global that gets changed when any project json changes and only restoring if we are out of date additionally it would be good if we can avoid writing a new project lock json file if nothing has changed hard to detect i know because the project system has a watch on project lock json and kicks off a blocking intellisense build to update intellisense s command line options and we do that on every build too cc jasonmalinowski about this issue also cc pharring as an fyi about this issue
0
35,589
7,784,092,137
IssuesEvent
2018-06-06 12:14:09
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
Underflow when binding small Double values to Oracle JDBC
C: DB: Oracle C: Functionality P: High R: Fixed T: Defect
When binding a `java.lang.Double` to ojdbc, we shouldn't call `PreparedStatement.setDouble()`, but `OraclePreparedStatement.setBinaryDouble()`. Otherwise, some double values cannot be bound to the JDBC driver: ``` Caused by: java.lang.IllegalArgumentException: Underflow at oracle.jdbc.driver.OraclePreparedStatement.setDoubleInternal(OraclePreparedStatement.java:5626) at oracle.jdbc.driver.OraclePreparedStatement.setDouble(OraclePreparedStatement.java:5596) at oracle.jdbc.driver.OraclePreparedStatementWrapper.setDouble(OraclePreparedStatementWrapper.java:193) at org.jooq.tools.jdbc.DefaultPreparedStatement.setDouble(DefaultPreparedStatement.java:143) at org.jooq.impl.DefaultBinding$DefaultDoubleBinding.set0(DefaultBinding.java:2092) at org.jooq.impl.DefaultBinding$DefaultDoubleBinding.set0(DefaultBinding.java:1) at org.jooq.impl.DefaultBinding$AbstractBinding.set(DefaultBinding.java:758) at org.jooq.impl.DefaultBindContext.bindValue0(DefaultBindContext.java:62) ... 43 more ``` ### Adaptations: - `PreparedStatement.setDouble()` -> `OraclePreparedStatement.setBinaryDouble()` - `PreparedStatement.setFloat()` -> `OraclePreparedStatement.setBinaryFloat()` - `CallableStatement.registerOutParameter(.., Types.Double)` -> `registerOutParameter(.., OracleTypes.BINARY_DOUBLE)` (101) - `CallableStatement.registerOutParameter(.., Types.Double)` -> `registerOutParameter(.., OracleTypes.BINARY_FLOAT)` (100) These work: - `CallableStatement.getDouble()` seems OK - `CallableStatement.getFloat()` seems OK - `SQLInput.readDouble()` seems OK - `SQLInput.readFloat()` seems OK - `SQLOutput.writeDouble()` seems OK - `SQLOutput.writeFloat()` seems OK - `ResultSet.getDouble()` seems OK - `ResultSet.getFloat()` seems OK ---- See: https://groups.google.com/forum/#!topic/jooq-user/LCN5zG57FBU
1.0
Underflow when binding small Double values to Oracle JDBC - When binding a `java.lang.Double` to ojdbc, we shouldn't call `PreparedStatement.setDouble()`, but `OraclePreparedStatement.setBinaryDouble()`. Otherwise, some double values cannot be bound to the JDBC driver: ``` Caused by: java.lang.IllegalArgumentException: Underflow at oracle.jdbc.driver.OraclePreparedStatement.setDoubleInternal(OraclePreparedStatement.java:5626) at oracle.jdbc.driver.OraclePreparedStatement.setDouble(OraclePreparedStatement.java:5596) at oracle.jdbc.driver.OraclePreparedStatementWrapper.setDouble(OraclePreparedStatementWrapper.java:193) at org.jooq.tools.jdbc.DefaultPreparedStatement.setDouble(DefaultPreparedStatement.java:143) at org.jooq.impl.DefaultBinding$DefaultDoubleBinding.set0(DefaultBinding.java:2092) at org.jooq.impl.DefaultBinding$DefaultDoubleBinding.set0(DefaultBinding.java:1) at org.jooq.impl.DefaultBinding$AbstractBinding.set(DefaultBinding.java:758) at org.jooq.impl.DefaultBindContext.bindValue0(DefaultBindContext.java:62) ... 43 more ``` ### Adaptations: - `PreparedStatement.setDouble()` -> `OraclePreparedStatement.setBinaryDouble()` - `PreparedStatement.setFloat()` -> `OraclePreparedStatement.setBinaryFloat()` - `CallableStatement.registerOutParameter(.., Types.Double)` -> `registerOutParameter(.., OracleTypes.BINARY_DOUBLE)` (101) - `CallableStatement.registerOutParameter(.., Types.Double)` -> `registerOutParameter(.., OracleTypes.BINARY_FLOAT)` (100) These work: - `CallableStatement.getDouble()` seems OK - `CallableStatement.getFloat()` seems OK - `SQLInput.readDouble()` seems OK - `SQLInput.readFloat()` seems OK - `SQLOutput.writeDouble()` seems OK - `SQLOutput.writeFloat()` seems OK - `ResultSet.getDouble()` seems OK - `ResultSet.getFloat()` seems OK ---- See: https://groups.google.com/forum/#!topic/jooq-user/LCN5zG57FBU
defect
underflow when binding small double values to oracle jdbc when binding a java lang double to ojdbc we shouldn t call preparedstatement setdouble but oraclepreparedstatement setbinarydouble otherwise some double values cannot be bound to the jdbc driver caused by java lang illegalargumentexception underflow at oracle jdbc driver oraclepreparedstatement setdoubleinternal oraclepreparedstatement java at oracle jdbc driver oraclepreparedstatement setdouble oraclepreparedstatement java at oracle jdbc driver oraclepreparedstatementwrapper setdouble oraclepreparedstatementwrapper java at org jooq tools jdbc defaultpreparedstatement setdouble defaultpreparedstatement java at org jooq impl defaultbinding defaultdoublebinding defaultbinding java at org jooq impl defaultbinding defaultdoublebinding defaultbinding java at org jooq impl defaultbinding abstractbinding set defaultbinding java at org jooq impl defaultbindcontext defaultbindcontext java more adaptations preparedstatement setdouble oraclepreparedstatement setbinarydouble preparedstatement setfloat oraclepreparedstatement setbinaryfloat callablestatement registeroutparameter types double registeroutparameter oracletypes binary double callablestatement registeroutparameter types double registeroutparameter oracletypes binary float these work callablestatement getdouble seems ok callablestatement getfloat seems ok sqlinput readdouble seems ok sqlinput readfloat seems ok sqloutput writedouble seems ok sqloutput writefloat seems ok resultset getdouble seems ok resultset getfloat seems ok see
1
56,783
15,369,636,987
IssuesEvent
2021-03-02 07:40:19
martinrotter/rssguard
https://api.github.com/repos/martinrotter/rssguard
closed
[FR]: Fallback to "favicon.ico" when an icon is not found
Component-Core Component-Network Status-Partially-Fixed Type-Defect
#### Brief description of the feature request. I'm not familiar with how RSS Guard fetches icons of feeds, but it seems to work great in general, i.e. all of my feeds have the proper icon for them. The only site I'm having an issue at the moment is Github. For instance, when you add the following ATOM feed to RSS Guard: `https://github.com/martinrotter/rssguard/commits/master.atom` RSS Guard won't get an icon for that feed: ![image](https://user-images.githubusercontent.com/626206/108896885-38c77d80-75f4-11eb-8343-ada0f82746b4.png) So I thought about this fallback solution: 1. RSS Guard extracts the domain from that URL: `github.com` 2. RSS Guard adds `/favicon.icon` at the end of that URL 3. RSS Guard will then make a request to: `github.com/favicon.ico` 4. If the request successfully returns an image, then RSS Guard uses that. Otherwise, it sets an empty icon. Thoughts? --- **Version:** 3.8.4 (built on Linux/x86_64) **Revision:** -nowebengine **Build date:** 1/22/21 8:19 PM **Qt:** 5.15.2 (compiled against 5.15.2)
1.0
[FR]: Fallback to "favicon.ico" when an icon is not found - #### Brief description of the feature request. I'm not familiar with how RSS Guard fetches icons of feeds, but it seems to work great in general, i.e. all of my feeds have the proper icon for them. The only site I'm having an issue at the moment is Github. For instance, when you add the following ATOM feed to RSS Guard: `https://github.com/martinrotter/rssguard/commits/master.atom` RSS Guard won't get an icon for that feed: ![image](https://user-images.githubusercontent.com/626206/108896885-38c77d80-75f4-11eb-8343-ada0f82746b4.png) So I thought about this fallback solution: 1. RSS Guard extracts the domain from that URL: `github.com` 2. RSS Guard adds `/favicon.icon` at the end of that URL 3. RSS Guard will then make a request to: `github.com/favicon.ico` 4. If the request successfully returns an image, then RSS Guard uses that. Otherwise, it sets an empty icon. Thoughts? --- **Version:** 3.8.4 (built on Linux/x86_64) **Revision:** -nowebengine **Build date:** 1/22/21 8:19 PM **Qt:** 5.15.2 (compiled against 5.15.2)
defect
fallback to favicon ico when an icon is not found brief description of the feature request i m not familiar with how rss guard fetches icons of feeds but it seems to work great in general i e all of my feeds have the proper icon for them the only site i m having an issue at the moment is github for instance when you add the following atom feed to rss guard rss guard won t get an icon for that feed so i thought about this fallback solution rss guard extracts the domain from that url github com rss guard adds favicon icon at the end of that url rss guard will then make a request to github com favicon ico if the request successfully returns an image then rss guard uses that otherwise it sets an empty icon thoughts version built on linux revision nowebengine build date pm qt compiled against
1