Unnamed: 0
int64
3
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
2
430
labels
stringlengths
4
347
body
stringlengths
5
237k
index
stringclasses
7 values
text_combine
stringlengths
96
237k
label
stringclasses
2 values
text
stringlengths
96
219k
binary_label
int64
0
1
267,040
20,178,371,069
IssuesEvent
2022-02-10 16:13:49
sylvainmetayer/alias-gandi-angular
https://api.github.com/repos/sylvainmetayer/alias-gandi-angular
closed
documentation
documentation
- [ ] Present project - [ ] How to set up dev environnment - [ ] How to add provider
1.0
documentation - - [ ] Present project - [ ] How to set up dev environnment - [ ] How to add provider
non_comp
documentation present project how to set up dev environnment how to add provider
0
359,620
25,247,146,924
IssuesEvent
2022-11-15 12:00:30
42-CPP-GIT/CPP_GIT
https://api.github.com/repos/42-CPP-GIT/CPP_GIT
opened
์ „์œ„ ์ฆ๊ฐ ์—ฐ์‚ฐ์ž์—์„œ ๋ฆฌํ„ด์„ ๋ ˆํผ๋Ÿฐ์Šค๋กœ ํ•˜๋Š” ์ด์œ ?
documentation
https://en.cppreference.com/w/cpp/language/operators Although the canonical implementations of the prefix increment and decrement operators return by reference, as with any operator overload, the return type is user-defined; for example the overloads of these operators for [std::atomic] canonical ๊ตฌํ˜„์€ return by reference์ธ๋ฐ, ์‚ฌ์‹ค์ƒ user๊ฐ€ ๋งˆ์Œ๋Œ€๋กœ ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. return by value๋กœ๋„ ๊ตฌํ˜„ํ•ด๋„๋ฉ๋‹ˆ๋‹ค.
1.0
์ „์œ„ ์ฆ๊ฐ ์—ฐ์‚ฐ์ž์—์„œ ๋ฆฌํ„ด์„ ๋ ˆํผ๋Ÿฐ์Šค๋กœ ํ•˜๋Š” ์ด์œ ? - https://en.cppreference.com/w/cpp/language/operators Although the canonical implementations of the prefix increment and decrement operators return by reference, as with any operator overload, the return type is user-defined; for example the overloads of these operators for [std::atomic] canonical ๊ตฌํ˜„์€ return by reference์ธ๋ฐ, ์‚ฌ์‹ค์ƒ user๊ฐ€ ๋งˆ์Œ๋Œ€๋กœ ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. return by value๋กœ๋„ ๊ตฌํ˜„ํ•ด๋„๋ฉ๋‹ˆ๋‹ค.
non_comp
์ „์œ„ ์ฆ๊ฐ ์—ฐ์‚ฐ์ž์—์„œ ๋ฆฌํ„ด์„ ๋ ˆํผ๋Ÿฐ์Šค๋กœ ํ•˜๋Š” ์ด์œ  although the canonical implementations of the prefix increment and decrement operators return by reference as with any operator overload the return type is user defined for example the overloads of these operators for canonical ๊ตฌํ˜„์€ return by reference์ธ๋ฐ ์‚ฌ์‹ค์ƒ user๊ฐ€ ๋งˆ์Œ๋Œ€๋กœ ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค return by value๋กœ๋„ ๊ตฌํ˜„ํ•ด๋„๋ฉ๋‹ˆ๋‹ค
0
13,330
15,721,839,980
IssuesEvent
2021-03-29 04:14:23
pingcap/tidb
https://api.github.com/repos/pingcap/tidb
closed
executor: sum(time) differs from mysql
component/executor sig/execution type/bug type/compatibility
## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) ``` mysql> select col_time_not_null_key from cc; +-----------------------+ | col_time_not_null_key | +-----------------------+ | 00:20:03 | | 12:20:27 | | 00:46:14 | | 00:20:02 | | 07:41:25 | | 20:15:56 | | 10:00:31 | | 21:32:46 | | 07:26:48 | | 00:20:02 | | 00:20:09 | | 17:18:55 | | 18:22:56 | | 10:54:06 | | 00:00:00 | | 09:23:25 | | 00:41:20 | | 17:04:45 | | 10:14:20 | | 16:44:10 | | 22:36:40 | | 00:00:00 | | 00:42:04 | | 06:25:39 | | 14:27:59 | | 11:37:03 | | 22:58:43 | | 00:20:02 | | 10:31:24 | | 06:02:13 | | 02:30:43 | | 09:04:12 | | 00:20:00 | | 07:54:44 | | 00:20:08 | | 13:41:03 | | 00:20:02 | | 00:00:00 | | 21:35:31 | | 19:43:41 | | 15:29:59 | | 00:00:00 | | 00:20:03 | | 21:28:05 | | 20:35:26 | | 00:10:46 | | 02:09:06 | | 04:30:35 | | 00:00:00 | | 15:41:21 | +-----------------------+ 50 rows in set (0.05 sec) ``` <!-- a step by step guide for reproducing the bug. --> ### 2. What did you expect to see? (Required) ``` from mysql mysql> select sum(col_time_not_null_key) from CC; +----------------------------+ | sum(col_time_not_null_key) | +----------------------------+ | 4263835 | +----------------------------+ 1 row in set (0.00 sec) ``` ### 3. What did you see instead (Required) ``` mysql> select sum(col_time_not_null_key) from cc; +----------------------------+ | sum(col_time_not_null_key) | +----------------------------+ | 4253812 | +----------------------------+ 1 row in set (0.04 sec) mysql> ``` ### 4. What is your TiDB version? (Required) master <!-- Paste the output of SELECT tidb_version() -->
True
executor: sum(time) differs from mysql - ## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) ``` mysql> select col_time_not_null_key from cc; +-----------------------+ | col_time_not_null_key | +-----------------------+ | 00:20:03 | | 12:20:27 | | 00:46:14 | | 00:20:02 | | 07:41:25 | | 20:15:56 | | 10:00:31 | | 21:32:46 | | 07:26:48 | | 00:20:02 | | 00:20:09 | | 17:18:55 | | 18:22:56 | | 10:54:06 | | 00:00:00 | | 09:23:25 | | 00:41:20 | | 17:04:45 | | 10:14:20 | | 16:44:10 | | 22:36:40 | | 00:00:00 | | 00:42:04 | | 06:25:39 | | 14:27:59 | | 11:37:03 | | 22:58:43 | | 00:20:02 | | 10:31:24 | | 06:02:13 | | 02:30:43 | | 09:04:12 | | 00:20:00 | | 07:54:44 | | 00:20:08 | | 13:41:03 | | 00:20:02 | | 00:00:00 | | 21:35:31 | | 19:43:41 | | 15:29:59 | | 00:00:00 | | 00:20:03 | | 21:28:05 | | 20:35:26 | | 00:10:46 | | 02:09:06 | | 04:30:35 | | 00:00:00 | | 15:41:21 | +-----------------------+ 50 rows in set (0.05 sec) ``` <!-- a step by step guide for reproducing the bug. --> ### 2. What did you expect to see? (Required) ``` from mysql mysql> select sum(col_time_not_null_key) from CC; +----------------------------+ | sum(col_time_not_null_key) | +----------------------------+ | 4263835 | +----------------------------+ 1 row in set (0.00 sec) ``` ### 3. What did you see instead (Required) ``` mysql> select sum(col_time_not_null_key) from cc; +----------------------------+ | sum(col_time_not_null_key) | +----------------------------+ | 4253812 | +----------------------------+ 1 row in set (0.04 sec) mysql> ``` ### 4. What is your TiDB version? (Required) master <!-- Paste the output of SELECT tidb_version() -->
comp
executor sum time differs from mysql bug report please answer these questions before submitting your issue thanks minimal reproduce step required mysql select col time not null key from cc col time not null key rows in set sec what did you expect to see required from mysql mysql select sum col time not null key from cc sum col time not null key row in set sec what did you see instead required mysql select sum col time not null key from cc sum col time not null key row in set sec mysql what is your tidb version required master
1
12,660
14,950,923,076
IssuesEvent
2021-01-26 13:45:48
elementor/elementor
https://api.github.com/repos/elementor/elementor
closed
Ctrl+? shortcut does not work on many keyboard layouts
compatibility status/merged type/ui/ux
<!-- ## BEFORE POSTING YOUR ISSUE - Please create GitHub issues only for bugs and feature requests. GitHub issues ARE NOT FOR SUPPORT! - If you have questions or need general support, Please use: https://wordpress.org/support/plugin/elementor - For help and support from the Elementor community, see: https://www.facebook.com/groups/Elementors/ - To read more about Elementor, check out our documentation: https://docs.elementor.com - Developers docs are located at https://developers.elementor.com/ ===== Guidelines ==== - Search this repository (top of the page) for the issue, and make sure it has not been fixed or reported before. - Make sure you are using the most updated versions of Elementor, WordPress & your theme. - Deactivate all of your plugins. If this solves the problem, gradually activate your plugins one by one, until you spot the problematic plugin. - Change your WordPress theme to WordPress TwentySixteen (or other default WordPress theme). - If you're requesting a new feature, explain why you'd like it to be added. Try to add as much detail as you can, and be specific. --> ## Prerequisites <!-- MARK COMPLETED ITEMS WITH AN [x] --> - [x] I have searched for similar issues in both open and closed tickets and cannot find a duplicate. - [x] The issue still exists against the latest stable version of Elementor. ## Description The Ctrl+? shortcut does not open the Shortcut Cheatsheet on many (most?) keyboard layouts. Unfortunately I don't have a perfect solution to the problem. I would suggest Ctrl+H (as in Help) but maybe that shortcut is reserved by the browser? <!-- Describe which problem you've encountered. What caused the issue, and what did you expect to happen. Attach screenshots and related links to help us understand the issue in more detail. Please be as descriptive as possible; issues lacking the below details, or for any other reason than to report a bug, may be closed without action. --> ## Steps to reproduce Press Ctrl+? on a Swedish, Norwegian, Danish, Finnish, German, French, Spanish etc... keyboard and you will NOT be presented with the Keyboard Cheatsheet, as promised. Pressing Ctrl+* on a Swedish keyboard will, however, display the Keyboard Cheatsheet. <!-- For bug reports, list all the steps needed to reproduce your issue, so we can replicate it ourselves. --> ## Isolating the problem <!-- MARK COMPLETED ITEMS WITH AN [x] --> - [x] This bug happens with only Elementor plugin active (and Elementor Pro). - [x] This bug happens with a default WordPress theme active. - [x] I can reproduce this bug consistently using the steps above. ## Environment Personally I'm on a Swedish keyboard layout. The "?" key is situated at the topmost row of the keyboard, just to the right of the number 0 (zero). Actually, you have to press Shift+? to get the "?" character. The unshifted character on the same key is "+". So pressing Ctrl+? actually just zooms the window in most browsers. Pressing Ctrl+Shift+? does the same thing. The other Scandinavian keyboard layouts are very similar to the Swedish. By doing a quick Google Image search on different keyboard layouts, I am assuming that French and German keyboard users will experience the same problem and a Spanish commenter on the [blog](https://elementor.com/blog/introducing-finder/#comment-8059) just confirmed that he has the same problem.
True
Ctrl+? shortcut does not work on many keyboard layouts - <!-- ## BEFORE POSTING YOUR ISSUE - Please create GitHub issues only for bugs and feature requests. GitHub issues ARE NOT FOR SUPPORT! - If you have questions or need general support, Please use: https://wordpress.org/support/plugin/elementor - For help and support from the Elementor community, see: https://www.facebook.com/groups/Elementors/ - To read more about Elementor, check out our documentation: https://docs.elementor.com - Developers docs are located at https://developers.elementor.com/ ===== Guidelines ==== - Search this repository (top of the page) for the issue, and make sure it has not been fixed or reported before. - Make sure you are using the most updated versions of Elementor, WordPress & your theme. - Deactivate all of your plugins. If this solves the problem, gradually activate your plugins one by one, until you spot the problematic plugin. - Change your WordPress theme to WordPress TwentySixteen (or other default WordPress theme). - If you're requesting a new feature, explain why you'd like it to be added. Try to add as much detail as you can, and be specific. --> ## Prerequisites <!-- MARK COMPLETED ITEMS WITH AN [x] --> - [x] I have searched for similar issues in both open and closed tickets and cannot find a duplicate. - [x] The issue still exists against the latest stable version of Elementor. ## Description The Ctrl+? shortcut does not open the Shortcut Cheatsheet on many (most?) keyboard layouts. Unfortunately I don't have a perfect solution to the problem. I would suggest Ctrl+H (as in Help) but maybe that shortcut is reserved by the browser? <!-- Describe which problem you've encountered. What caused the issue, and what did you expect to happen. Attach screenshots and related links to help us understand the issue in more detail. Please be as descriptive as possible; issues lacking the below details, or for any other reason than to report a bug, may be closed without action. --> ## Steps to reproduce Press Ctrl+? on a Swedish, Norwegian, Danish, Finnish, German, French, Spanish etc... keyboard and you will NOT be presented with the Keyboard Cheatsheet, as promised. Pressing Ctrl+* on a Swedish keyboard will, however, display the Keyboard Cheatsheet. <!-- For bug reports, list all the steps needed to reproduce your issue, so we can replicate it ourselves. --> ## Isolating the problem <!-- MARK COMPLETED ITEMS WITH AN [x] --> - [x] This bug happens with only Elementor plugin active (and Elementor Pro). - [x] This bug happens with a default WordPress theme active. - [x] I can reproduce this bug consistently using the steps above. ## Environment Personally I'm on a Swedish keyboard layout. The "?" key is situated at the topmost row of the keyboard, just to the right of the number 0 (zero). Actually, you have to press Shift+? to get the "?" character. The unshifted character on the same key is "+". So pressing Ctrl+? actually just zooms the window in most browsers. Pressing Ctrl+Shift+? does the same thing. The other Scandinavian keyboard layouts are very similar to the Swedish. By doing a quick Google Image search on different keyboard layouts, I am assuming that French and German keyboard users will experience the same problem and a Spanish commenter on the [blog](https://elementor.com/blog/introducing-finder/#comment-8059) just confirmed that he has the same problem.
comp
ctrl shortcut does not work on many keyboard layouts before posting your issue please create github issues only for bugs and feature requests github issues are not for support if you have questions or need general support please use for help and support from the elementor community see to read more about elementor check out our documentation developers docs are located at guidelines search this repository top of the page for the issue and make sure it has not been fixed or reported before make sure you are using the most updated versions of elementor wordpress your theme deactivate all of your plugins if this solves the problem gradually activate your plugins one by one until you spot the problematic plugin change your wordpress theme to wordpress twentysixteen or other default wordpress theme if you re requesting a new feature explain why you d like it to be added try to add as much detail as you can and be specific prerequisites i have searched for similar issues in both open and closed tickets and cannot find a duplicate the issue still exists against the latest stable version of elementor description the ctrl shortcut does not open the shortcut cheatsheet on many most keyboard layouts unfortunately i don t have a perfect solution to the problem i would suggest ctrl h as in help but maybe that shortcut is reserved by the browser describe which problem you ve encountered what caused the issue and what did you expect to happen attach screenshots and related links to help us understand the issue in more detail please be as descriptive as possible issues lacking the below details or for any other reason than to report a bug may be closed without action steps to reproduce press ctrl on a swedish norwegian danish finnish german french spanish etc keyboard and you will not be presented with the keyboard cheatsheet as promised pressing ctrl on a swedish keyboard will however display the keyboard cheatsheet for bug reports list all the steps needed to reproduce your issue so we can replicate it ourselves isolating the problem this bug happens with only elementor plugin active and elementor pro this bug happens with a default wordpress theme active i can reproduce this bug consistently using the steps above environment personally i m on a swedish keyboard layout the key is situated at the topmost row of the keyboard just to the right of the number zero actually you have to press shift to get the character the unshifted character on the same key is so pressing ctrl actually just zooms the window in most browsers pressing ctrl shift does the same thing the other scandinavian keyboard layouts are very similar to the swedish by doing a quick google image search on different keyboard layouts i am assuming that french and german keyboard users will experience the same problem and a spanish commenter on the just confirmed that he has the same problem
1
175,876
14,543,752,236
IssuesEvent
2020-12-15 17:15:48
gabbhack/deser
https://api.github.com/repos/gabbhack/deser
opened
More information of {.flat.} behavior
documentation
Currently an important, but not obvious thing is not described - `deser` can override "global" pragmas: - https://github.com/gabbhack/deser/blob/1dbdf74fde55d1add9fbaf213c3590e9a9c288e6/tests/serialize/flat/rename_all/tlevels_replace.nim - https://github.com/gabbhack/deser/blob/1dbdf74fde55d1add9fbaf213c3590e9a9c288e6/tests/serialize/flat/skip_serialize_if/tlevels_replace.nim - https://github.com/gabbhack/deser/blob/1dbdf74fde55d1add9fbaf213c3590e9a9c288e6/tests/serialize/flat/with/tlevels_replace.nim etc
1.0
More information of {.flat.} behavior - Currently an important, but not obvious thing is not described - `deser` can override "global" pragmas: - https://github.com/gabbhack/deser/blob/1dbdf74fde55d1add9fbaf213c3590e9a9c288e6/tests/serialize/flat/rename_all/tlevels_replace.nim - https://github.com/gabbhack/deser/blob/1dbdf74fde55d1add9fbaf213c3590e9a9c288e6/tests/serialize/flat/skip_serialize_if/tlevels_replace.nim - https://github.com/gabbhack/deser/blob/1dbdf74fde55d1add9fbaf213c3590e9a9c288e6/tests/serialize/flat/with/tlevels_replace.nim etc
non_comp
more information of flat behavior currently an important but not obvious thing is not described deser can override global pragmas etc
0
15,600
20,107,525,529
IssuesEvent
2022-02-07 12:02:35
pnp/sp-dev-fx-webparts
https://api.github.com/repos/pnp/sp-dev-fx-webparts
closed
npm install command error for react-script-editor
status:node-compatibility Needs: Triage :mag:
### Sample https://github.com/pnp/sp-dev-fx-webparts ### Author(s) @hugoabernier ### What happened? Unable to build the 'react-script-editor' sample when I run the npm install command. Receiving below error. npm ERR! code 1 npm ERR! path C:\NandiniDev\sp-dev-fx-webparts\sp-dev-fx-webparts\samples\react-script-editor\node_modules\deasync npm ERR! command failed npm ERR! command C:\Windows\system32\cmd.exe /d /s /c node ./build.js npm ERR! gyp info it worked if it ends with ok npm ERR! gyp info using node-gyp@3.8.0 npm ERR! gyp info using node@16.13.2 | win32 | x64 npm ERR! gyp ERR! configure error npm ERR! gyp ERR! stack Error: Command failed: ### **C:\Python310\python.EXE** -c import sys; print "%s.%s.%s" % sys.version_info[:3]; npm ERR! gyp ERR! stack File "<string>", line 1 npm ERR! gyp ERR! stack import sys; print "%s.%s.%s" % sys.version_info[:3]; npm ERR! gyp ERR! stack ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ npm ERR! gyp ERR! stack SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? npm ERR! gyp ERR! stack npm ERR! gyp ERR! stack at ChildProcess.exithandler (node:child_process:397:12) npm ERR! gyp ERR! stack at ChildProcess.emit (node:events:390:28) npm ERR! gyp ERR! stack at maybeClose (node:internal/child_process:1064:16) npm ERR! gyp ERR! stack at Process.ChildProcess._handle.onexit (node:internal/child_process:301:5) npm ERR! gyp ERR! System Windows_NT 10.0.14393 npm ERR! gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\NandiniDev\\sp-dev-fx-webparts\\sp-dev-fx-webparts\\samples\\react-script-editor\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild" npm ERR! gyp ERR! cwd C:\NandiniDev\sp-dev-fx-webparts\sp-dev-fx-webparts\samples\react-script-editor\node_modules\deasync npm ERR! gyp ERR! node -v v16.13.2 npm ERR! gyp ERR! node-gyp -v v3.8.0 npm ERR! gyp ERR! not ok npm ERR! Build failed npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\NK091310\AppData\Local\npm-cache\_logs\2022-02-07T08_49_49_014Z-debug.log ### Steps to reproduce 1. npm install 2. 3. ### Expected behavior The npm install should be completed without any errors ### Target SharePoint environment SharePoint Online ### Developer environment _No response_ ### Browsers - [ ] Internet Explorer - [ ] Microsoft Edge - [ ] Google Chrome - [ ] FireFox - [ ] Safari - [ ] mobile (iOS/iPadOS) - [ ] mobile (Android) - [ ] not applicable - [ ] other (enter in the "Additional environment details" area below) ### Node.js version v16.13.2 ### Additional environment details _No response_
True
npm install command error for react-script-editor - ### Sample https://github.com/pnp/sp-dev-fx-webparts ### Author(s) @hugoabernier ### What happened? Unable to build the 'react-script-editor' sample when I run the npm install command. Receiving below error. npm ERR! code 1 npm ERR! path C:\NandiniDev\sp-dev-fx-webparts\sp-dev-fx-webparts\samples\react-script-editor\node_modules\deasync npm ERR! command failed npm ERR! command C:\Windows\system32\cmd.exe /d /s /c node ./build.js npm ERR! gyp info it worked if it ends with ok npm ERR! gyp info using node-gyp@3.8.0 npm ERR! gyp info using node@16.13.2 | win32 | x64 npm ERR! gyp ERR! configure error npm ERR! gyp ERR! stack Error: Command failed: ### **C:\Python310\python.EXE** -c import sys; print "%s.%s.%s" % sys.version_info[:3]; npm ERR! gyp ERR! stack File "<string>", line 1 npm ERR! gyp ERR! stack import sys; print "%s.%s.%s" % sys.version_info[:3]; npm ERR! gyp ERR! stack ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ npm ERR! gyp ERR! stack SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? npm ERR! gyp ERR! stack npm ERR! gyp ERR! stack at ChildProcess.exithandler (node:child_process:397:12) npm ERR! gyp ERR! stack at ChildProcess.emit (node:events:390:28) npm ERR! gyp ERR! stack at maybeClose (node:internal/child_process:1064:16) npm ERR! gyp ERR! stack at Process.ChildProcess._handle.onexit (node:internal/child_process:301:5) npm ERR! gyp ERR! System Windows_NT 10.0.14393 npm ERR! gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\NandiniDev\\sp-dev-fx-webparts\\sp-dev-fx-webparts\\samples\\react-script-editor\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild" npm ERR! gyp ERR! cwd C:\NandiniDev\sp-dev-fx-webparts\sp-dev-fx-webparts\samples\react-script-editor\node_modules\deasync npm ERR! gyp ERR! node -v v16.13.2 npm ERR! gyp ERR! node-gyp -v v3.8.0 npm ERR! gyp ERR! not ok npm ERR! Build failed npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\NK091310\AppData\Local\npm-cache\_logs\2022-02-07T08_49_49_014Z-debug.log ### Steps to reproduce 1. npm install 2. 3. ### Expected behavior The npm install should be completed without any errors ### Target SharePoint environment SharePoint Online ### Developer environment _No response_ ### Browsers - [ ] Internet Explorer - [ ] Microsoft Edge - [ ] Google Chrome - [ ] FireFox - [ ] Safari - [ ] mobile (iOS/iPadOS) - [ ] mobile (Android) - [ ] not applicable - [ ] other (enter in the "Additional environment details" area below) ### Node.js version v16.13.2 ### Additional environment details _No response_
comp
npm install command error for react script editor sample author s hugoabernier what happened unable to build the react script editor sample when i run the npm install command receiving below error npm err code npm err path c nandinidev sp dev fx webparts sp dev fx webparts samples react script editor node modules deasync npm err command failed npm err command c windows cmd exe d s c node build js npm err gyp info it worked if it ends with ok npm err gyp info using node gyp npm err gyp info using node npm err gyp err configure error npm err gyp err stack error command failed c python exe c import sys print s s s sys version info npm err gyp err stack file line npm err gyp err stack import sys print s s s sys version info npm err gyp err stack npm err gyp err stack syntaxerror missing parentheses in call to print did you mean print npm err gyp err stack npm err gyp err stack at childprocess exithandler node child process npm err gyp err stack at childprocess emit node events npm err gyp err stack at maybeclose node internal child process npm err gyp err stack at process childprocess handle onexit node internal child process npm err gyp err system windows nt npm err gyp err command c program files nodejs node exe c nandinidev sp dev fx webparts sp dev fx webparts samples react script editor node modules node gyp bin node gyp js rebuild npm err gyp err cwd c nandinidev sp dev fx webparts sp dev fx webparts samples react script editor node modules deasync npm err gyp err node v npm err gyp err node gyp v npm err gyp err not ok npm err build failed npm err a complete log of this run can be found in npm err c users appdata local npm cache logs debug log steps to reproduce npm install expected behavior the npm install should be completed without any errors target sharepoint environment sharepoint online developer environment no response browsers internet explorer microsoft edge google chrome firefox safari mobile ios ipados mobile android not applicable other enter in the additional environment details area below node js version additional environment details no response
1
3,115
6,041,083,358
IssuesEvent
2017-06-10 20:34:34
konsolas/AAC-Issues
https://api.github.com/repos/konsolas/AAC-Issues
closed
Phasing into blocks
bug compatibility critical move
In the latest update (3.1.7-b1) you can simply go into protected blocks (WorldGuard, other plugin protections, even the vanilla spawn protection). Tested it on an older AAC version, bug vanished instantly. While you are running against a block and try to break it, in the split of a second the block visualyl breaks and resets you can simply go into the block. Here's a video of the bug: https://www.youtube.com/watch?v=UpVrBEecROs Secondly, a console error on loading AAC (probably related to the error above): 04.06 19:09:27 [Server] WARN (Punisher) WARN: Failed to get thresholds for check MovementManager ### Core information **Server version**: Spigot 1.8_R3 with 'phase: false', also tested on PaperSpigot 1.8.7 no matter whether phase enabled or not **AAC version**: 3.1.7-b1 **ProtocolLib version**: 4.2.1 **Plugin list**: AAC, ProtocolLib ### Special environment information **ViaVersion version**: none, also tested with 1.0.4 **ProtocolSupport version**: none **ViaBackwards version**: none **BungeeCord plugins**: none
True
Phasing into blocks - In the latest update (3.1.7-b1) you can simply go into protected blocks (WorldGuard, other plugin protections, even the vanilla spawn protection). Tested it on an older AAC version, bug vanished instantly. While you are running against a block and try to break it, in the split of a second the block visualyl breaks and resets you can simply go into the block. Here's a video of the bug: https://www.youtube.com/watch?v=UpVrBEecROs Secondly, a console error on loading AAC (probably related to the error above): 04.06 19:09:27 [Server] WARN (Punisher) WARN: Failed to get thresholds for check MovementManager ### Core information **Server version**: Spigot 1.8_R3 with 'phase: false', also tested on PaperSpigot 1.8.7 no matter whether phase enabled or not **AAC version**: 3.1.7-b1 **ProtocolLib version**: 4.2.1 **Plugin list**: AAC, ProtocolLib ### Special environment information **ViaVersion version**: none, also tested with 1.0.4 **ProtocolSupport version**: none **ViaBackwards version**: none **BungeeCord plugins**: none
comp
phasing into blocks in the latest update you can simply go into protected blocks worldguard other plugin protections even the vanilla spawn protection tested it on an older aac version bug vanished instantly while you are running against a block and try to break it in the split of a second the block visualyl breaks and resets you can simply go into the block here s a video of the bug secondly a console error on loading aac probably related to the error above warn punisher warn failed to get thresholds for check movementmanager core information server version spigot with phase false also tested on paperspigot no matter whether phase enabled or not aac version protocollib version plugin list aac protocollib special environment information viaversion version none also tested with protocolsupport version none viabackwards version none bungeecord plugins none
1
25,597
12,262,064,255
IssuesEvent
2020-05-06 21:17:36
microsoft/botbuilder-python
https://api.github.com/repos/microsoft/botbuilder-python
closed
from_property has wrong value for slack
Bot Services customer-reported
## Version SDK v4 ## Describe the bug I have been trying to find if a message sent in slack is from bot itself so turn_context.activity.from_property.id value but this object properties are exactly same as turn_context.activity.recipient.id and are same for every user in a coversation **User 1:** json payload from slack for user 1 ```python { 'token': 'MA8FhqcsINSQksNUHUIu1qZb', 'team_id': 'TTTCYDC83', 'api_app_id': 'AUDK0T9EH', 'event': { 'client_msg_id': '535c1eff-a0e7-4814-aecb-a73daf9bcfe2', 'type': 'message', 'text': 'secret', 'user': 'UU6NP53NK', 'ts': '1588705833.001200', 'team': 'TTTCYDC83', 'blocks': [ { 'type': 'rich_text', 'block_id': 'sDBR7', 'elements': [ { 'type': 'rich_text_section', 'elements': [ { 'type': 'text', 'text': 'secret' } ] } ] } ], 'channel': 'GV0AY0DFY', 'event_ts': '1588705833.001200', 'channel_type': 'group' }, 'type': 'event_callback', 'event_id': 'Ev013G40CP7T', 'event_time': 1588705833, 'authed_users': [ 'UU255LQSF' ] } ``` turn_context.activity.recipient value ```python { 'additional_properties': {}, 'id': 'BUFEV64EB:TTTCYDC83', 'name': 'botpy', 'aad_object_id': None, 'role': None } ``` turn_context.activity.from_property output ```python { 'additional_properties': {}, 'id': 'BUFEV64EB:TTTCYDC83', 'name': 'botpy', 'aad_object_id': None, 'role': None } ``` turn_context.get_conversation_reference(turn_context.activity).conversation output ```python { 'additional_properties': {}, 'is_group': True, 'conversation_type': None, 'id': 'BUFEV64EB:TTTCYDC83:GV0AY0DFY', 'name': 'alpha-testing', 'aad_object_id': None, 'role': None, 'tenant_id': None, 'properties': None } ``` **User 2:** Json payload from slack for user 2 ```python { 'token': 'MA8FhqcsINSQksNUHUIu1qZb', 'team_id': 'TTTCYDC83', 'api_app_id': 'AUDK0T9EH', 'event': { 'client_msg_id': '3d7de955-6c7b-4c21-8760-5c7f052ff5c0', 'type': 'message', 'text': 'mn,', 'user': 'U0133E2E15Y', 'ts': '1588705858.001400', 'team': 'TTTCYDC83', 'blocks': [ { 'type': 'rich_text', 'block_id': 'eD3b', 'elements': [ { 'type': 'rich_text_section', 'elements': [ { 'type': 'text', 'text': 'mn,' } ] } ] } ], 'channel': 'GV0AY0DFY', 'event_ts': '1588705858.001400', 'channel_type': 'group' }, 'type': 'event_callback', 'event_id': 'Ev013G41E7EV', 'event_time': 1588705858, 'authed_users': [ 'UU255LQSF' ] } ``` turn_context.activity.recipient value ```python { 'additional_properties': {}, 'id': 'BUFEV64EB:TTTCYDC83', 'name': 'botpy', 'aad_object_id': None, 'role': None } ``` turn_context.activity.from_property output ```python { 'additional_properties': {}, 'id': 'BUFEV64EB:TTTCYDC83', 'name': 'botpy', 'aad_object_id': None, 'role': None } ``` turn_context.get_conversation_reference(turn_context.activity).conversation output ```python { 'additional_properties': {}, 'is_group': True, 'conversation_type': None, 'id': 'BUFEV64EB:TTTCYDC83:GV0AY0DFY', 'name': 'alpha-testing', 'aad_object_id': None, 'role': None, 'tenant_id': None, 'properties': None } ```
1.0
from_property has wrong value for slack - ## Version SDK v4 ## Describe the bug I have been trying to find if a message sent in slack is from bot itself so turn_context.activity.from_property.id value but this object properties are exactly same as turn_context.activity.recipient.id and are same for every user in a coversation **User 1:** json payload from slack for user 1 ```python { 'token': 'MA8FhqcsINSQksNUHUIu1qZb', 'team_id': 'TTTCYDC83', 'api_app_id': 'AUDK0T9EH', 'event': { 'client_msg_id': '535c1eff-a0e7-4814-aecb-a73daf9bcfe2', 'type': 'message', 'text': 'secret', 'user': 'UU6NP53NK', 'ts': '1588705833.001200', 'team': 'TTTCYDC83', 'blocks': [ { 'type': 'rich_text', 'block_id': 'sDBR7', 'elements': [ { 'type': 'rich_text_section', 'elements': [ { 'type': 'text', 'text': 'secret' } ] } ] } ], 'channel': 'GV0AY0DFY', 'event_ts': '1588705833.001200', 'channel_type': 'group' }, 'type': 'event_callback', 'event_id': 'Ev013G40CP7T', 'event_time': 1588705833, 'authed_users': [ 'UU255LQSF' ] } ``` turn_context.activity.recipient value ```python { 'additional_properties': {}, 'id': 'BUFEV64EB:TTTCYDC83', 'name': 'botpy', 'aad_object_id': None, 'role': None } ``` turn_context.activity.from_property output ```python { 'additional_properties': {}, 'id': 'BUFEV64EB:TTTCYDC83', 'name': 'botpy', 'aad_object_id': None, 'role': None } ``` turn_context.get_conversation_reference(turn_context.activity).conversation output ```python { 'additional_properties': {}, 'is_group': True, 'conversation_type': None, 'id': 'BUFEV64EB:TTTCYDC83:GV0AY0DFY', 'name': 'alpha-testing', 'aad_object_id': None, 'role': None, 'tenant_id': None, 'properties': None } ``` **User 2:** Json payload from slack for user 2 ```python { 'token': 'MA8FhqcsINSQksNUHUIu1qZb', 'team_id': 'TTTCYDC83', 'api_app_id': 'AUDK0T9EH', 'event': { 'client_msg_id': '3d7de955-6c7b-4c21-8760-5c7f052ff5c0', 'type': 'message', 'text': 'mn,', 'user': 'U0133E2E15Y', 'ts': '1588705858.001400', 'team': 'TTTCYDC83', 'blocks': [ { 'type': 'rich_text', 'block_id': 'eD3b', 'elements': [ { 'type': 'rich_text_section', 'elements': [ { 'type': 'text', 'text': 'mn,' } ] } ] } ], 'channel': 'GV0AY0DFY', 'event_ts': '1588705858.001400', 'channel_type': 'group' }, 'type': 'event_callback', 'event_id': 'Ev013G41E7EV', 'event_time': 1588705858, 'authed_users': [ 'UU255LQSF' ] } ``` turn_context.activity.recipient value ```python { 'additional_properties': {}, 'id': 'BUFEV64EB:TTTCYDC83', 'name': 'botpy', 'aad_object_id': None, 'role': None } ``` turn_context.activity.from_property output ```python { 'additional_properties': {}, 'id': 'BUFEV64EB:TTTCYDC83', 'name': 'botpy', 'aad_object_id': None, 'role': None } ``` turn_context.get_conversation_reference(turn_context.activity).conversation output ```python { 'additional_properties': {}, 'is_group': True, 'conversation_type': None, 'id': 'BUFEV64EB:TTTCYDC83:GV0AY0DFY', 'name': 'alpha-testing', 'aad_object_id': None, 'role': None, 'tenant_id': None, 'properties': None } ```
non_comp
from property has wrong value for slack version sdk describe the bug i have been trying to find if a message sent in slack is from bot itself so turn context activity from property id value but this object properties are exactly same as turn context activity recipient id and are same for every user in a coversation user json payload from slack for user python token team id api app id event client msg id aecb type message text secret user ts team blocks type rich text block id elements type rich text section elements type text text secret channel event ts channel type group type event callback event id event time authed users turn context activity recipient value python additional properties id name botpy aad object id none role none turn context activity from property output python additional properties id name botpy aad object id none role none turn context get conversation reference turn context activity conversation output python additional properties is group true conversation type none id name alpha testing aad object id none role none tenant id none properties none user json payload from slack for user python token team id api app id event client msg id type message text mn user ts team blocks type rich text block id elements type rich text section elements type text text mn channel event ts channel type group type event callback event id event time authed users turn context activity recipient value python additional properties id name botpy aad object id none role none turn context activity from property output python additional properties id name botpy aad object id none role none turn context get conversation reference turn context activity conversation output python additional properties is group true conversation type none id name alpha testing aad object id none role none tenant id none properties none
0
17,741
24,485,472,091
IssuesEvent
2022-10-09 11:24:31
bsutherland/JuceOPLVSTi
https://api.github.com/repos/bsutherland/JuceOPLVSTi
closed
JuceOPLVSTi doesn't work in FL Studio on Mac
osx host-compatibility
Hello together, i have a problem. I installed JuceOPLVSTi for OSX on my mac and i work with the programm Fl Studio 20. But it doesn't work. It show's on the channels everywhere an **R**. (See attached on the photo) I think it have to do with dis. Can somebody help me? ![screenshot](https://user-images.githubusercontent.com/39248282/44621678-8db29d80-a8aa-11e8-8c5b-1a94c2597446.jpg)
True
JuceOPLVSTi doesn't work in FL Studio on Mac - Hello together, i have a problem. I installed JuceOPLVSTi for OSX on my mac and i work with the programm Fl Studio 20. But it doesn't work. It show's on the channels everywhere an **R**. (See attached on the photo) I think it have to do with dis. Can somebody help me? ![screenshot](https://user-images.githubusercontent.com/39248282/44621678-8db29d80-a8aa-11e8-8c5b-1a94c2597446.jpg)
comp
juceoplvsti doesn t work in fl studio on mac hello together i have a problem i installed juceoplvsti for osx on my mac and i work with the programm fl studio but it doesn t work it show s on the channels everywhere an r see attached on the photo i think it have to do with dis can somebody help me
1
260,738
19,684,053,554
IssuesEvent
2022-01-11 19:54:05
aces/Loris
https://api.github.com/repos/aces/Loris
closed
[Configuration] Should be able to assign a Project from the Subproject Configuration screen
UI Documentation Proposal Stale
e Subproject Configuration screen should allow the user to select the Project it relates to. We need a drop down box with the current list of Projects. https://ibis-stg.loris.ca/configuration/subproject/ This will avoid having to do this extra step as mentioned in the help section. Define all projectID-subprojectID relationships by populating the project_rel table, e.g. INSERT INTO `project_rel` VALUES (1,1),(1,2),(2,3); https://redmine.cbrain.mcgill.ca/issues/10850
1.0
[Configuration] Should be able to assign a Project from the Subproject Configuration screen - e Subproject Configuration screen should allow the user to select the Project it relates to. We need a drop down box with the current list of Projects. https://ibis-stg.loris.ca/configuration/subproject/ This will avoid having to do this extra step as mentioned in the help section. Define all projectID-subprojectID relationships by populating the project_rel table, e.g. INSERT INTO `project_rel` VALUES (1,1),(1,2),(2,3); https://redmine.cbrain.mcgill.ca/issues/10850
non_comp
should be able to assign a project from the subproject configuration screen e subproject configuration screen should allow the user to select the project it relates to we need a drop down box with the current list of projects this will avoid having to do this extra step as mentioned in the help section define all projectid subprojectid relationships by populating the project rel table e g insert into project rel values
0
485,455
13,965,764,934
IssuesEvent
2020-10-25 23:59:54
Magnuson-Center-Campus-Ventures/mccv-frontend
https://api.github.com/repos/Magnuson-Center-Campus-Ventures/mccv-frontend
closed
Make embed instructions image smaller on startup signup
1 bug high-priority
<img width="1246" alt="Screen Shot 2020-10-25 at 6 11 28 PM" src="https://user-images.githubusercontent.com/42498921/97122374-63133800-16f3-11eb-9c93-bc23aabd0c78.png">
1.0
Make embed instructions image smaller on startup signup - <img width="1246" alt="Screen Shot 2020-10-25 at 6 11 28 PM" src="https://user-images.githubusercontent.com/42498921/97122374-63133800-16f3-11eb-9c93-bc23aabd0c78.png">
non_comp
make embed instructions image smaller on startup signup img width alt screen shot at pm src
0
20,896
31,494,671,922
IssuesEvent
2023-08-31 00:38:43
ankidroid/Anki-Android
https://api.github.com/repos/ankidroid/Anki-Android
closed
[Bug] Custom decks don't show due cards in deck list view
Help Wanted Needs Triage Anki Ecosystem Compatibility Keep Open 2.15
###### Reproduction Steps 1. Create a 'custom deck': 1. Long press a deck. 2. Choose 'Custom study'. 3. Choose 'Limit to particular tags'. 4. Select a tag and finish. 5. Go back to the deck list and rename the 'Custom study session' deck to something else so that it is preserved. 6. Edit its options by unselecting 'Reschedule cards based on my answers in this deck.'. 2. Use it, but use the 'again' / red button for some cards. 3. After the scheduled time (default 10 minutes) open Anki Droid again and go to the deck list. ###### Expected Result The custom deck should show the number of due cards (the ones where 'again' was chosen). This happens in Anki Desktop and Anki Web, but not in Anki Droid. When I explicitly press the custom deck to go into its details, it does show the correct number of 'again' cards. This seems to be a regression as it used to work, but I'm not sure when it broke, I haven't used custom decks for some time. ###### Actual Result The custom deck in deck list doesn't correctly show the 'again' due cards. ###### Debug info AnkiDroid Version = 2.14.6 Android Version = 11 ACRA UUID = 1a81993f-e029-414a-bf93-61365f783895 Scheduler = std2 Crash Reports Enabled = true ###### Research *Enter an [x] character to confirm the points below:* - [x] I have read the [support page](https://ankidroid.org/docs/help.html) and am reporting a bug or enhancement request specific to AnkiDroid - [x] I have checked the [manual](https://ankidroid.org/docs/manual.html) and the [FAQ](https://github.com/ankidroid/Anki-Android/wiki/FAQ) and could not find a solution to my issue - [x] I have searched for similar existing issues here and on the user forum - [ ] (Optional) I have confirmed the issue is not resolved in the latest alpha release ([instructions](https://docs.ankidroid.org/manual.html#betaTesting)) ![list-no-due](https://user-images.githubusercontent.com/2421362/117541451-2adea180-b014-11eb-8685-c8ecad048032.png) ![details](https://user-images.githubusercontent.com/2421362/117541456-303bec00-b014-11eb-92bf-c0d0e89dada0.png) <img width="398" alt="desktop" src="https://user-images.githubusercontent.com/2421362/117541349-c4f21a00-b013-11eb-9051-0b7812c51440.png"> <img width="1141" alt="web" src="https://user-images.githubusercontent.com/2421362/117541373-de936180-b013-11eb-8e92-574df3807629.png">
True
[Bug] Custom decks don't show due cards in deck list view - ###### Reproduction Steps 1. Create a 'custom deck': 1. Long press a deck. 2. Choose 'Custom study'. 3. Choose 'Limit to particular tags'. 4. Select a tag and finish. 5. Go back to the deck list and rename the 'Custom study session' deck to something else so that it is preserved. 6. Edit its options by unselecting 'Reschedule cards based on my answers in this deck.'. 2. Use it, but use the 'again' / red button for some cards. 3. After the scheduled time (default 10 minutes) open Anki Droid again and go to the deck list. ###### Expected Result The custom deck should show the number of due cards (the ones where 'again' was chosen). This happens in Anki Desktop and Anki Web, but not in Anki Droid. When I explicitly press the custom deck to go into its details, it does show the correct number of 'again' cards. This seems to be a regression as it used to work, but I'm not sure when it broke, I haven't used custom decks for some time. ###### Actual Result The custom deck in deck list doesn't correctly show the 'again' due cards. ###### Debug info AnkiDroid Version = 2.14.6 Android Version = 11 ACRA UUID = 1a81993f-e029-414a-bf93-61365f783895 Scheduler = std2 Crash Reports Enabled = true ###### Research *Enter an [x] character to confirm the points below:* - [x] I have read the [support page](https://ankidroid.org/docs/help.html) and am reporting a bug or enhancement request specific to AnkiDroid - [x] I have checked the [manual](https://ankidroid.org/docs/manual.html) and the [FAQ](https://github.com/ankidroid/Anki-Android/wiki/FAQ) and could not find a solution to my issue - [x] I have searched for similar existing issues here and on the user forum - [ ] (Optional) I have confirmed the issue is not resolved in the latest alpha release ([instructions](https://docs.ankidroid.org/manual.html#betaTesting)) ![list-no-due](https://user-images.githubusercontent.com/2421362/117541451-2adea180-b014-11eb-8685-c8ecad048032.png) ![details](https://user-images.githubusercontent.com/2421362/117541456-303bec00-b014-11eb-92bf-c0d0e89dada0.png) <img width="398" alt="desktop" src="https://user-images.githubusercontent.com/2421362/117541349-c4f21a00-b013-11eb-9051-0b7812c51440.png"> <img width="1141" alt="web" src="https://user-images.githubusercontent.com/2421362/117541373-de936180-b013-11eb-8e92-574df3807629.png">
comp
custom decks don t show due cards in deck list view reproduction steps create a custom deck long press a deck choose custom study choose limit to particular tags select a tag and finish go back to the deck list and rename the custom study session deck to something else so that it is preserved edit its options by unselecting reschedule cards based on my answers in this deck use it but use the again red button for some cards after the scheduled time default minutes open anki droid again and go to the deck list expected result the custom deck should show the number of due cards the ones where again was chosen this happens in anki desktop and anki web but not in anki droid when i explicitly press the custom deck to go into its details it does show the correct number of again cards this seems to be a regression as it used to work but i m not sure when it broke i haven t used custom decks for some time actual result the custom deck in deck list doesn t correctly show the again due cards debug info ankidroid version android version acra uuid scheduler crash reports enabled true research enter an character to confirm the points below i have read the and am reporting a bug or enhancement request specific to ankidroid i have checked the and the and could not find a solution to my issue i have searched for similar existing issues here and on the user forum optional i have confirmed the issue is not resolved in the latest alpha release img width alt desktop src img width alt web src
1
321,030
27,500,498,539
IssuesEvent
2023-03-05 16:40:47
Uuvana-Studios/longvinter-windows-client
https://api.github.com/repos/Uuvana-Studios/longvinter-windows-client
opened
THREE CRITICAL BUGS
Bug Not Tested
**Describe the bug** Hi. I am player [haribo] from KR Daon 2 server. There are three CRITICAL issues that must me fixed ASAP. First, the teleport issue. After taking off a boat and then pressing [ctrl + 1] lets the player teleport to the point where the boat is. Some players are abusing this bug and taking advantage to slaughter players. Second, item copy issue. Players can copy items using vendor machine. These are the steps. 1. Deposit the item to copy into your vending machine and lower the price as much as possible. 2. Call your friend and make him or her interact with the vending machine. 3. Withdraw you vending machine. 4. Make your friend buy the item (from step 1). 5. Copy complete. I have seen players abusing this bug and destroy the economy of Longvinter. Also, I have seen some players sell this 'how to use this item copy bug' for REAL CASH(USD, KRW) in real life. Third, air house. Some players are still building house in the air. These are the steps. This bug is available only when server ping is bad. 1. Place the boat at the point where you wanna build your home. 2. Stand on your boat. 3. Place plant box(3x1) on your head. 4. Build the tent on the plant box. These are the three CRITICAL bugs that must be fixed asap. There are some other minor bugs but I will not mention those. I am curious if the developers are aware of these bugs and working to fix these bugs. Thank you. **Additional context** Please hotfix these bugs. These bugs are very critical.
1.0
THREE CRITICAL BUGS - **Describe the bug** Hi. I am player [haribo] from KR Daon 2 server. There are three CRITICAL issues that must me fixed ASAP. First, the teleport issue. After taking off a boat and then pressing [ctrl + 1] lets the player teleport to the point where the boat is. Some players are abusing this bug and taking advantage to slaughter players. Second, item copy issue. Players can copy items using vendor machine. These are the steps. 1. Deposit the item to copy into your vending machine and lower the price as much as possible. 2. Call your friend and make him or her interact with the vending machine. 3. Withdraw you vending machine. 4. Make your friend buy the item (from step 1). 5. Copy complete. I have seen players abusing this bug and destroy the economy of Longvinter. Also, I have seen some players sell this 'how to use this item copy bug' for REAL CASH(USD, KRW) in real life. Third, air house. Some players are still building house in the air. These are the steps. This bug is available only when server ping is bad. 1. Place the boat at the point where you wanna build your home. 2. Stand on your boat. 3. Place plant box(3x1) on your head. 4. Build the tent on the plant box. These are the three CRITICAL bugs that must be fixed asap. There are some other minor bugs but I will not mention those. I am curious if the developers are aware of these bugs and working to fix these bugs. Thank you. **Additional context** Please hotfix these bugs. These bugs are very critical.
non_comp
three critical bugs describe the bug hi i am player from kr daon server there are three critical issues that must me fixed asap first the teleport issue after taking off a boat and then pressing lets the player teleport to the point where the boat is some players are abusing this bug and taking advantage to slaughter players second item copy issue players can copy items using vendor machine these are the steps deposit the item to copy into your vending machine and lower the price as much as possible call your friend and make him or her interact with the vending machine withdraw you vending machine make your friend buy the item from step copy complete i have seen players abusing this bug and destroy the economy of longvinter also i have seen some players sell this how to use this item copy bug for real cash usd krw in real life third air house some players are still building house in the air these are the steps this bug is available only when server ping is bad place the boat at the point where you wanna build your home stand on your boat place plant box on your head build the tent on the plant box these are the three critical bugs that must be fixed asap there are some other minor bugs but i will not mention those i am curious if the developers are aware of these bugs and working to fix these bugs thank you additional context please hotfix these bugs these bugs are very critical
0
35,016
9,530,704,770
IssuesEvent
2019-04-29 14:27:00
Guestlogix/traveler-ios
https://api.github.com/repos/Guestlogix/traveler-ios
closed
Entire "Flight Number" row should be selectable
Future Build enhancement iOS
**Description** Currently, the text field only gets selected if you click the right side of the row, but the entire row should be clickable as per @Do-Jones **Acceptance Criteria** Textfield is selectable no matter where on the row you click **Error Messages** Any error messages that should be expected for invalid usage. **UX Requirements** Mockups, wireframes or any notes pertaining to the UX. **Tech Requirements** Design patterns, naming conventions, or any other considerations for the developer. **QA Requirements** What the QA should be testing for when evaluating this feature.
1.0
Entire "Flight Number" row should be selectable - **Description** Currently, the text field only gets selected if you click the right side of the row, but the entire row should be clickable as per @Do-Jones **Acceptance Criteria** Textfield is selectable no matter where on the row you click **Error Messages** Any error messages that should be expected for invalid usage. **UX Requirements** Mockups, wireframes or any notes pertaining to the UX. **Tech Requirements** Design patterns, naming conventions, or any other considerations for the developer. **QA Requirements** What the QA should be testing for when evaluating this feature.
non_comp
entire flight number row should be selectable description currently the text field only gets selected if you click the right side of the row but the entire row should be clickable as per do jones acceptance criteria textfield is selectable no matter where on the row you click error messages any error messages that should be expected for invalid usage ux requirements mockups wireframes or any notes pertaining to the ux tech requirements design patterns naming conventions or any other considerations for the developer qa requirements what the qa should be testing for when evaluating this feature
0
8,348
10,368,641,321
IssuesEvent
2019-09-07 18:37:45
storybookjs/storybook
https://api.github.com/repos/storybookjs/storybook
closed
Cannot import modules from modules CommonJS exports
compatibility with other tools inactive question / support
**Describe the bug** I build a component in react using NextJS and use next-routes as the router. So I create routes.js inside project and export by CommonJS syntax for compatible with custom server.js to require modules. The component in the project that runs by NextJS works well with import syntax. But the same component that runs in the storybook environment cannot find modules that export from CommonJS file (routes.js) **To Reproduce** Steps to reproduce the behavior: 1. Import function that export from CommonJS file 2. Render component in the story file **Expected behavior** I think this should work in the storybook environment same the NextJS environment **Code snippets** routes.js ``` const routes = require('next-routes') module.exports = routes() .add('about') ``` Hello.js ``` import { Link } from './routes' export default function Home () { return ( <div> <Link to="about"> <a>About</a> </Link> </div> ) } ``` And show error like this in Storybook console ``` WARNING in ./components/Home.js "export 'Link' was not found in '../router' ``` **System:** - OS: MacOS - Device: Macbook Pro Late 2013 - Browser: [Chrome - Framework: react - Version: 5.1.9
True
Cannot import modules from modules CommonJS exports - **Describe the bug** I build a component in react using NextJS and use next-routes as the router. So I create routes.js inside project and export by CommonJS syntax for compatible with custom server.js to require modules. The component in the project that runs by NextJS works well with import syntax. But the same component that runs in the storybook environment cannot find modules that export from CommonJS file (routes.js) **To Reproduce** Steps to reproduce the behavior: 1. Import function that export from CommonJS file 2. Render component in the story file **Expected behavior** I think this should work in the storybook environment same the NextJS environment **Code snippets** routes.js ``` const routes = require('next-routes') module.exports = routes() .add('about') ``` Hello.js ``` import { Link } from './routes' export default function Home () { return ( <div> <Link to="about"> <a>About</a> </Link> </div> ) } ``` And show error like this in Storybook console ``` WARNING in ./components/Home.js "export 'Link' was not found in '../router' ``` **System:** - OS: MacOS - Device: Macbook Pro Late 2013 - Browser: [Chrome - Framework: react - Version: 5.1.9
comp
cannot import modules from modules commonjs exports describe the bug i build a component in react using nextjs and use next routes as the router so i create routes js inside project and export by commonjs syntax for compatible with custom server js to require modules the component in the project that runs by nextjs works well with import syntax but the same component that runs in the storybook environment cannot find modules that export from commonjs file routes js to reproduce steps to reproduce the behavior import function that export from commonjs file render component in the story file expected behavior i think this should work in the storybook environment same the nextjs environment code snippets routes js const routes require next routes module exports routes add about hello js import link from routes export default function home return about and show error like this in storybook console warning in components home js export link was not found in router system os macos device macbook pro late browser chrome framework react version
1
287,953
24,877,465,754
IssuesEvent
2022-10-27 20:30:12
icub-tech-iit/study-icub-head
https://api.github.com/repos/icub-tech-iit/study-icub-head
closed
Test WiFi on both COM-EXP and Xavier
report-test robot-icub team-fix test
With regards to the new iCub Head (UKIT009), we're required to evaluate the following configuration: - WiFi enabled on COM-EXP. - WiFi enabled on Xavier NX (there's a new antenna with a 90-deg connector). - Two Basler cameras streaming data at the given resolution and rate. - The two WiFi antennas kept 10 cm apart. - The COM-EXP doing something on the WiFi (to try to bother the Xavier). cc @S-Dafarra @DanielePucci @maggia80
2.0
Test WiFi on both COM-EXP and Xavier - With regards to the new iCub Head (UKIT009), we're required to evaluate the following configuration: - WiFi enabled on COM-EXP. - WiFi enabled on Xavier NX (there's a new antenna with a 90-deg connector). - Two Basler cameras streaming data at the given resolution and rate. - The two WiFi antennas kept 10 cm apart. - The COM-EXP doing something on the WiFi (to try to bother the Xavier). cc @S-Dafarra @DanielePucci @maggia80
non_comp
test wifi on both com exp and xavier with regards to the new icub head we re required to evaluate the following configuration wifi enabled on com exp wifi enabled on xavier nx there s a new antenna with a deg connector two basler cameras streaming data at the given resolution and rate the two wifi antennas kept cm apart the com exp doing something on the wifi to try to bother the xavier cc s dafarra danielepucci
0
242,993
26,277,893,155
IssuesEvent
2023-01-07 01:26:00
turkdevops/snyk
https://api.github.com/repos/turkdevops/snyk
closed
CVE-2021-41184 (Medium) detected in yiisoft/yii-1.1.14 - autoclosed
security vulnerability
## CVE-2021-41184 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>yiisoft/yii-1.1.14</b></p></summary> <p>Yii Web Programming Framework</p> <p>Library home page: <a href="https://api.github.com/repos/yiisoft/yii/zipball/f0fee98ee84f70f1f3652f65562c9670e919cb4e">https://api.github.com/repos/yiisoft/yii/zipball/f0fee98ee84f70f1f3652f65562c9670e919cb4e</a></p> <p> Dependency Hierarchy: - :x: **yiisoft/yii-1.1.14** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/turkdevops/snyk/commit/9505f4ca92405cc9273dc3726c2d274ce28a4407">9505f4ca92405cc9273dc3726c2d274ce28a4407</a></p> <p>Found in base branch: <b>ALL_HANDS/major-secrets</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> jQuery-UI is the official jQuery user interface library. Prior to version 1.13.0, accepting the value of the `of` option of the `.position()` util from untrusted sources may execute untrusted code. The issue is fixed in jQuery UI 1.13.0. Any string value passed to the `of` option is now treated as a CSS selector. A workaround is to not accept the value of the `of` option from untrusted sources. <p>Publish Date: 2021-10-26 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2021-41184>CVE-2021-41184</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.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - 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-2021-41184">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41184</a></p> <p>Release Date: 2021-10-26</p> <p>Fix Resolution: jquery-ui - 1.13.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2021-41184 (Medium) detected in yiisoft/yii-1.1.14 - autoclosed - ## CVE-2021-41184 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>yiisoft/yii-1.1.14</b></p></summary> <p>Yii Web Programming Framework</p> <p>Library home page: <a href="https://api.github.com/repos/yiisoft/yii/zipball/f0fee98ee84f70f1f3652f65562c9670e919cb4e">https://api.github.com/repos/yiisoft/yii/zipball/f0fee98ee84f70f1f3652f65562c9670e919cb4e</a></p> <p> Dependency Hierarchy: - :x: **yiisoft/yii-1.1.14** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/turkdevops/snyk/commit/9505f4ca92405cc9273dc3726c2d274ce28a4407">9505f4ca92405cc9273dc3726c2d274ce28a4407</a></p> <p>Found in base branch: <b>ALL_HANDS/major-secrets</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> jQuery-UI is the official jQuery user interface library. Prior to version 1.13.0, accepting the value of the `of` option of the `.position()` util from untrusted sources may execute untrusted code. The issue is fixed in jQuery UI 1.13.0. Any string value passed to the `of` option is now treated as a CSS selector. A workaround is to not accept the value of the `of` option from untrusted sources. <p>Publish Date: 2021-10-26 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2021-41184>CVE-2021-41184</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.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - 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-2021-41184">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41184</a></p> <p>Release Date: 2021-10-26</p> <p>Fix Resolution: jquery-ui - 1.13.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_comp
cve medium detected in yiisoft yii autoclosed cve medium severity vulnerability vulnerable library yiisoft yii yii web programming framework library home page a href dependency hierarchy x yiisoft yii vulnerable library found in head commit a href found in base branch all hands major secrets vulnerability details jquery ui is the official jquery user interface library prior to version accepting the value of the of option of the position util from untrusted sources may execute untrusted code the issue is fixed in jquery ui any string value passed to the of option is now treated as a css selector a workaround is to not accept the value of the of option from untrusted sources publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope changed impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution jquery ui step up your open source security game with mend
0
673,090
22,947,622,273
IssuesEvent
2022-07-19 02:44:10
NTBBloodbath/doom-nvim
https://api.github.com/repos/NTBBloodbath/doom-nvim
closed
Feature request: better keybindings management
scope: enhancement status: help wanted branch: develop priority: medium status: needs discussion
As discussed [here](https://github.com/NTBBloodbath/doom-nvim/issues/104#issuecomment-930267462), we could make an improvement to our current keybindings setup, making them more extensible and easier to maintain. I'm currently making a proof of concept implementation locally that follows this syntax (inspired by [nest.nvim](https://github.com/LionC/nest.nvim)) ```lua { { mode, mode_options { { category, { { lhs, rhs, options, description }, }, }, }, }, } ``` Where - `mode` is the keybindings mode, it takes the normal Neovim modes (`n`, `v`, etc) and also `leader` (e.g. `"n + leader"` will be converted to `vim.api.nvim_set_keymap("n", "<leader>foo", ...)`). - `mode_options` sets a "global" table with the predefined options for all the mode keybinds (optional). - `category` sets the keybindings category, this is meant to be used for leader keybinds, can be `nil`. - `lhs` are the keystrokes needed to trigger the keybind - `rhs` is the command to be triggered - `options` is a table with the keybind options, this overrides the `mode_options`. - `description` sets the keybind description, meant to be used in leader keybinds. > **IMPORTANT**: Syntax changes proposals are welcome! We could also extend the keybinds fields to cover the `nvim-mapper` plugin and _maybe_ use this new way to create keybinds in the `doom_config.lua` file to cover all the keybinds plugins and let the user declare his keybinds in a more idiomatic and declarative way to rule them all. --- Here is an attached demo of how does it looks like ![image](https://user-images.githubusercontent.com/36456999/135700235-99d1b72f-1bf2-4230-9563-fa6a5fe99205.png) > **CURRENT LIMITATIONS** 1. nested which-key menu entries (e.g. `<leader>cdr`) aren't being recognized correctly.
1.0
Feature request: better keybindings management - As discussed [here](https://github.com/NTBBloodbath/doom-nvim/issues/104#issuecomment-930267462), we could make an improvement to our current keybindings setup, making them more extensible and easier to maintain. I'm currently making a proof of concept implementation locally that follows this syntax (inspired by [nest.nvim](https://github.com/LionC/nest.nvim)) ```lua { { mode, mode_options { { category, { { lhs, rhs, options, description }, }, }, }, }, } ``` Where - `mode` is the keybindings mode, it takes the normal Neovim modes (`n`, `v`, etc) and also `leader` (e.g. `"n + leader"` will be converted to `vim.api.nvim_set_keymap("n", "<leader>foo", ...)`). - `mode_options` sets a "global" table with the predefined options for all the mode keybinds (optional). - `category` sets the keybindings category, this is meant to be used for leader keybinds, can be `nil`. - `lhs` are the keystrokes needed to trigger the keybind - `rhs` is the command to be triggered - `options` is a table with the keybind options, this overrides the `mode_options`. - `description` sets the keybind description, meant to be used in leader keybinds. > **IMPORTANT**: Syntax changes proposals are welcome! We could also extend the keybinds fields to cover the `nvim-mapper` plugin and _maybe_ use this new way to create keybinds in the `doom_config.lua` file to cover all the keybinds plugins and let the user declare his keybinds in a more idiomatic and declarative way to rule them all. --- Here is an attached demo of how does it looks like ![image](https://user-images.githubusercontent.com/36456999/135700235-99d1b72f-1bf2-4230-9563-fa6a5fe99205.png) > **CURRENT LIMITATIONS** 1. nested which-key menu entries (e.g. `<leader>cdr`) aren't being recognized correctly.
non_comp
feature request better keybindings management as discussed we could make an improvement to our current keybindings setup making them more extensible and easier to maintain i m currently making a proof of concept implementation locally that follows this syntax inspired by lua mode mode options category lhs rhs options description where mode is the keybindings mode it takes the normal neovim modes n v etc and also leader e g n leader will be converted to vim api nvim set keymap n foo mode options sets a global table with the predefined options for all the mode keybinds optional category sets the keybindings category this is meant to be used for leader keybinds can be nil lhs are the keystrokes needed to trigger the keybind rhs is the command to be triggered options is a table with the keybind options this overrides the mode options description sets the keybind description meant to be used in leader keybinds important syntax changes proposals are welcome we could also extend the keybinds fields to cover the nvim mapper plugin and maybe use this new way to create keybinds in the doom config lua file to cover all the keybinds plugins and let the user declare his keybinds in a more idiomatic and declarative way to rule them all here is an attached demo of how does it looks like current limitations nested which key menu entries e g cdr aren t being recognized correctly
0
78,558
10,073,048,329
IssuesEvent
2019-07-24 08:45:20
dsccommunity/dsccommunity.org
https://api.github.com/repos/dsccommunity/dsccommunity.org
closed
Add required version of Hugo to the README.md
documentation
And/or link to the theme https://themes.gohugo.io/dot-hugo-documentation-theme/ that shows the required version, though we might not have the latest at all times. So good for users to know the minimum version needed.
1.0
Add required version of Hugo to the README.md - And/or link to the theme https://themes.gohugo.io/dot-hugo-documentation-theme/ that shows the required version, though we might not have the latest at all times. So good for users to know the minimum version needed.
non_comp
add required version of hugo to the readme md and or link to the theme that shows the required version though we might not have the latest at all times so good for users to know the minimum version needed
0
12,017
9,552,788,969
IssuesEvent
2019-05-02 17:33:17
MicrosoftDocs/azure-docs
https://api.github.com/repos/MicrosoftDocs/azure-docs
closed
ValueError
cognitive-services/svc custom-vision/subsvc cxp in-progress product-issue triaged
ValueError: Cannot feed value of shape (1, 224, 224) for Tensor 'Placeholder:0', which has shape '(?, 224, 224, 3)' --- #### Document Details โš  *Do not edit this section. It is required for docs.microsoft.com โžŸ GitHub issue linking.* * ID: 754dd7d5-dd8b-4a75-5d79-0ba621a847cd * Version Independent ID: 3cca3535-1c16-2da1-46c6-421cbf808bc3 * Content: [Tutorial: Run TensorFlow model in Python - Custom Vision Service](https://docs.microsoft.com/en-us/azure/cognitive-services/custom-vision-service/export-model-python#feedback) * Content Source: [articles/cognitive-services/Custom-Vision-Service/export-model-python.md](https://github.com/Microsoft/azure-docs/blob/master/articles/cognitive-services/Custom-Vision-Service/export-model-python.md) * Service: **cognitive-services** * Sub-service: **custom-vision** * GitHub Login: @areddish * Microsoft Alias: **areddish**
1.0
ValueError - ValueError: Cannot feed value of shape (1, 224, 224) for Tensor 'Placeholder:0', which has shape '(?, 224, 224, 3)' --- #### Document Details โš  *Do not edit this section. It is required for docs.microsoft.com โžŸ GitHub issue linking.* * ID: 754dd7d5-dd8b-4a75-5d79-0ba621a847cd * Version Independent ID: 3cca3535-1c16-2da1-46c6-421cbf808bc3 * Content: [Tutorial: Run TensorFlow model in Python - Custom Vision Service](https://docs.microsoft.com/en-us/azure/cognitive-services/custom-vision-service/export-model-python#feedback) * Content Source: [articles/cognitive-services/Custom-Vision-Service/export-model-python.md](https://github.com/Microsoft/azure-docs/blob/master/articles/cognitive-services/Custom-Vision-Service/export-model-python.md) * Service: **cognitive-services** * Sub-service: **custom-vision** * GitHub Login: @areddish * Microsoft Alias: **areddish**
non_comp
valueerror valueerror cannot feed value of shape for tensor placeholder which has shape document details โš  do not edit this section it is required for docs microsoft com โžŸ github issue linking id version independent id content content source service cognitive services sub service custom vision github login areddish microsoft alias areddish
0
7,360
9,605,997,589
IssuesEvent
2019-05-11 05:58:54
jiangdashao/Matrix-Issues
https://api.github.com/repos/jiangdashao/Matrix-Issues
closed
[INCOMPATIBILITY] LaunchPadPlus
Can't Reproduce Incompatibility
## Troubleshooting Information `Change - [ ] to - [X] to check the checkboxes below.` - [X] The incompatible plugin is up-to-date - [X] Matrix and ProtocolLib are up-to-date - [X] Matrix is running on a 1.8, 1.12, 1.13, or 1.14 server - [X] The issue happens on default config.yml and checks.yml - [X] I've tested if the issue happens on default config ## Issue Information **Server version**: 1.12.2 **Incompatible plugin**: LaunchPadPlus **Verbose messages (or) console errors**: Not available. **How/when does this happen**: When using a launch pad. **Video of incompatibility**: Not available. **Other information**: https://www.spigotmc.org/resources/launch-pad-plus.8315/ ## Configuration Files **Link to checks.yml file**: Default **Link to config.yml file**: Default
True
[INCOMPATIBILITY] LaunchPadPlus - ## Troubleshooting Information `Change - [ ] to - [X] to check the checkboxes below.` - [X] The incompatible plugin is up-to-date - [X] Matrix and ProtocolLib are up-to-date - [X] Matrix is running on a 1.8, 1.12, 1.13, or 1.14 server - [X] The issue happens on default config.yml and checks.yml - [X] I've tested if the issue happens on default config ## Issue Information **Server version**: 1.12.2 **Incompatible plugin**: LaunchPadPlus **Verbose messages (or) console errors**: Not available. **How/when does this happen**: When using a launch pad. **Video of incompatibility**: Not available. **Other information**: https://www.spigotmc.org/resources/launch-pad-plus.8315/ ## Configuration Files **Link to checks.yml file**: Default **Link to config.yml file**: Default
comp
launchpadplus troubleshooting information change to to check the checkboxes below the incompatible plugin is up to date matrix and protocollib are up to date matrix is running on a or server the issue happens on default config yml and checks yml i ve tested if the issue happens on default config issue information server version incompatible plugin launchpadplus verbose messages or console errors not available how when does this happen when using a launch pad video of incompatibility not available other information configuration files link to checks yml file default link to config yml file default
1
361,003
10,700,489,241
IssuesEvent
2019-10-24 00:12:24
luna/enso
https://api.github.com/repos/luna/enso
opened
Scala.js Support for syntax_graph
Category: External Category: Tooling Change: Non-Breaking Difficulty: Intermediate Priority: Highest Type: Enhancement
### Summary As part of preparing for integration between GUI and Backend we need to support compiling DR with its dependencies to JavaScript. ### Value Our GUI will be run in a browser on the client's machine. GUI strongly relies on having Double Representation available locally, so both need to support compilation to JavaScript/WebAssembly. To avoid surprises at later integration stage, we need to verify that our client-targeted parts of backend can be compiled to JavaScript using Scala.js. If there are serious issues, we need to learn possibly soon. ### Specification Add Scala.js to our build system, and use it to build backend (`syntax_graph`). The resulting build.sbt should allow both compiling natively (as right now) and targeting JS. Fix all the issues with not supported APIs (reflection, file IO, etc.) โ€” either by not using APIs or separating them into non-JS-targeted part of project (if not needed). ### Acceptance Criteria & Test Cases The `syntax_graph` project with its dependencies (mainly parser) can be compiled to JS Scala.js. The parser can be called from JS โ€” and it works as correctly (ie. no JS-specific issues).
1.0
Scala.js Support for syntax_graph - ### Summary As part of preparing for integration between GUI and Backend we need to support compiling DR with its dependencies to JavaScript. ### Value Our GUI will be run in a browser on the client's machine. GUI strongly relies on having Double Representation available locally, so both need to support compilation to JavaScript/WebAssembly. To avoid surprises at later integration stage, we need to verify that our client-targeted parts of backend can be compiled to JavaScript using Scala.js. If there are serious issues, we need to learn possibly soon. ### Specification Add Scala.js to our build system, and use it to build backend (`syntax_graph`). The resulting build.sbt should allow both compiling natively (as right now) and targeting JS. Fix all the issues with not supported APIs (reflection, file IO, etc.) โ€” either by not using APIs or separating them into non-JS-targeted part of project (if not needed). ### Acceptance Criteria & Test Cases The `syntax_graph` project with its dependencies (mainly parser) can be compiled to JS Scala.js. The parser can be called from JS โ€” and it works as correctly (ie. no JS-specific issues).
non_comp
scala js support for syntax graph summary as part of preparing for integration between gui and backend we need to support compiling dr with its dependencies to javascript value our gui will be run in a browser on the client s machine gui strongly relies on having double representation available locally so both need to support compilation to javascript webassembly to avoid surprises at later integration stage we need to verify that our client targeted parts of backend can be compiled to javascript using scala js if there are serious issues we need to learn possibly soon specification add scala js to our build system and use it to build backend syntax graph the resulting build sbt should allow both compiling natively as right now and targeting js fix all the issues with not supported apis reflection file io etc โ€” either by not using apis or separating them into non js targeted part of project if not needed acceptance criteria test cases the syntax graph project with its dependencies mainly parser can be compiled to js scala js the parser can be called from js โ€” and it works as correctly ie no js specific issues
0
21,681
30,122,701,667
IssuesEvent
2023-06-30 16:29:51
UnitTestBot/UTBotJava
https://api.github.com/repos/UnitTestBot/UTBotJava
opened
Introduce another approach to patch annotations
ctg-enhancement comp-instrumented-process comp-spring
**Description** Some annotations patching in runtime is required for Spring projects. For example, to construct a context for concrete execution. Currently we use `ConfigurationManager.patchAnnotation` method, put it is not very reliable because of using `sun.relect` that may be JDK specific and is not compatible with the version of current user. The proper way is to apply it in instrumentation during transformation by adding a specific visitor. Sergey Pospelov will provide us further instructions.
1.0
Introduce another approach to patch annotations - **Description** Some annotations patching in runtime is required for Spring projects. For example, to construct a context for concrete execution. Currently we use `ConfigurationManager.patchAnnotation` method, put it is not very reliable because of using `sun.relect` that may be JDK specific and is not compatible with the version of current user. The proper way is to apply it in instrumentation during transformation by adding a specific visitor. Sergey Pospelov will provide us further instructions.
non_comp
introduce another approach to patch annotations description some annotations patching in runtime is required for spring projects for example to construct a context for concrete execution currently we use configurationmanager patchannotation method put it is not very reliable because of using sun relect that may be jdk specific and is not compatible with the version of current user the proper way is to apply it in instrumentation during transformation by adding a specific visitor sergey pospelov will provide us further instructions
0
8,796
10,739,734,981
IssuesEvent
2019-10-29 16:52:41
wp-media/imagify-plugin
https://api.github.com/repos/wp-media/imagify-plugin
opened
Add compatibility with Polylang
3rd Party Compatibility Type: enhancement
Polylang has an option "Automatically duplicate media in all languages when uploading a new file". Currently only the "original" attachment is optimized, not the copies. The hook `pll_translate_media` apparently can be used. [Source](https://secure.helpscout.net/conversation/992429066/128808?folderId=676697).
True
Add compatibility with Polylang - Polylang has an option "Automatically duplicate media in all languages when uploading a new file". Currently only the "original" attachment is optimized, not the copies. The hook `pll_translate_media` apparently can be used. [Source](https://secure.helpscout.net/conversation/992429066/128808?folderId=676697).
comp
add compatibility with polylang polylang has an option automatically duplicate media in all languages when uploading a new file currently only the original attachment is optimized not the copies the hook pll translate media apparently can be used
1
237,873
26,085,422,903
IssuesEvent
2022-12-26 01:43:32
howlr-me/howlr-front
https://api.github.com/repos/howlr-me/howlr-front
opened
CVE-2022-37603 (High) detected in loader-utils-1.2.3.tgz
security vulnerability
## CVE-2022-37603 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>loader-utils-1.2.3.tgz</b></p></summary> <p>utils for webpack loaders</p> <p>Library home page: <a href="https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz">https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz</a></p> <p>Path to dependency file: /howlr-front/package.json</p> <p>Path to vulnerable library: /node_modules/loader-utils/package.json</p> <p> Dependency Hierarchy: - react-scripts-3.0.1.tgz (Root Library) - webpack-4.1.0.tgz - :x: **loader-utils-1.2.3.tgz** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A Regular expression denial of service (ReDoS) flaw was found in Function interpolateName in interpolateName.js in webpack loader-utils 2.0.0 via the url variable in interpolateName.js. <p>Publish Date: 2022-10-14 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-37603>CVE-2022-37603</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://github.com/advisories/GHSA-3rfm-jhwj-7488">https://github.com/advisories/GHSA-3rfm-jhwj-7488</a></p> <p>Release Date: 2022-10-14</p> <p>Fix Resolution (loader-utils): 2.0.4</p> <p>Direct dependency fix Resolution (react-scripts): 5.0.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2022-37603 (High) detected in loader-utils-1.2.3.tgz - ## CVE-2022-37603 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>loader-utils-1.2.3.tgz</b></p></summary> <p>utils for webpack loaders</p> <p>Library home page: <a href="https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz">https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz</a></p> <p>Path to dependency file: /howlr-front/package.json</p> <p>Path to vulnerable library: /node_modules/loader-utils/package.json</p> <p> Dependency Hierarchy: - react-scripts-3.0.1.tgz (Root Library) - webpack-4.1.0.tgz - :x: **loader-utils-1.2.3.tgz** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A Regular expression denial of service (ReDoS) flaw was found in Function interpolateName in interpolateName.js in webpack loader-utils 2.0.0 via the url variable in interpolateName.js. <p>Publish Date: 2022-10-14 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-37603>CVE-2022-37603</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://github.com/advisories/GHSA-3rfm-jhwj-7488">https://github.com/advisories/GHSA-3rfm-jhwj-7488</a></p> <p>Release Date: 2022-10-14</p> <p>Fix Resolution (loader-utils): 2.0.4</p> <p>Direct dependency fix Resolution (react-scripts): 5.0.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_comp
cve high detected in loader utils tgz cve high severity vulnerability vulnerable library loader utils tgz utils for webpack loaders library home page a href path to dependency file howlr front package json path to vulnerable library node modules loader utils package json dependency hierarchy react scripts tgz root library webpack tgz x loader utils tgz vulnerable library vulnerability details a regular expression denial of service redos flaw was found in function interpolatename in interpolatename js in webpack loader utils via the url variable in interpolatename js 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 loader utils direct dependency fix resolution react scripts step up your open source security game with mend
0
11,286
13,237,779,575
IssuesEvent
2020-08-18 22:27:47
Automattic/woocommerce-services
https://api.github.com/repos/Automattic/woocommerce-services
closed
Verify customer selected shipping box still shows with UPS and USPS extension
[Type] Compatibility [Type] Task
### Description The customer select shipping green box should display the shipping rates and shipping method when using the [UPS](https://woocommerce.com/products/ups-shipping-method/) and [USPS extensions](https://woocommerce.com/products/usps-shipping-method/). ![image](https://user-images.githubusercontent.com/572862/90163605-8ca6ff00-dd53-11ea-8f85-a52dc6b1f1d2.png) ### Outcome - Verify these two extensions are compatible with the greenbox text - If it doesn't work and effort is low (1-2 days?), fix the issue. Otherwise, create a separate issue to address this compatibility.
True
Verify customer selected shipping box still shows with UPS and USPS extension - ### Description The customer select shipping green box should display the shipping rates and shipping method when using the [UPS](https://woocommerce.com/products/ups-shipping-method/) and [USPS extensions](https://woocommerce.com/products/usps-shipping-method/). ![image](https://user-images.githubusercontent.com/572862/90163605-8ca6ff00-dd53-11ea-8f85-a52dc6b1f1d2.png) ### Outcome - Verify these two extensions are compatible with the greenbox text - If it doesn't work and effort is low (1-2 days?), fix the issue. Otherwise, create a separate issue to address this compatibility.
comp
verify customer selected shipping box still shows with ups and usps extension description the customer select shipping green box should display the shipping rates and shipping method when using the and outcome verify these two extensions are compatible with the greenbox text if it doesn t work and effort is low days fix the issue otherwise create a separate issue to address this compatibility
1
70,821
30,747,908,118
IssuesEvent
2023-07-28 16:29:25
MicrosoftDocs/azure-docs
https://api.github.com/repos/MicrosoftDocs/azure-docs
closed
Document Summarization Quickstart : Errors encountered
cognitive-services/svc triaged assigned-to-author doc-enhancement Pri3 language-service/subsvc
# Issue Transfer This issue has been transferred from the Azure SDK for .NET repository, [#33886](https://github.com/Azure/azure-sdk-for-net/issues/33886). ### Please be aware that @yuvrajharsha is the author of the original issue and include them for any questions or replies. ## Details - **Package Name**: - **Package Version**: - **Operating System**: - **.NET runtime version**: [Enter feedback here] Hello, I installed VS 17.4.4 for mac and as per instructions, given in the following link for 'Document Summarization', I ran the given C# code but encountered following 8 errors https://learn.microsoft.com/en-us/azure/cognitive-services/language-service/summarization/quickstart?tabs=document-summarization&pivots=programming-language-csharp /Program.cs(17,17): Error CS0117: 'TextAnalyticsActions' does not contain a definition for 'ExtractSummaryActions' (CS0117) (Summarisation) /Program.cs(50,50): Error CS0246: The type or namespace name 'ExtractSummaryAction' could not be found (are you missing a using directive or an assembly reference?) (CS0246) (Summarisation) /Program.cs(80,80): Error CS0246: The type or namespace name 'ExtractSummaryAction' could not be found (are you missing a using directive or an assembly reference?) (CS0246) (Summarisation) /Program.cs(37,37): Error CS0246: The type or namespace name 'ExtractSummaryActionResult' could not be found (are you missing a using directive or an assembly reference?) (CS0246) (Summarisation) /Program.cs(98,98): Error CS1061: 'AnalyzeActionsResult' does not contain a definition for 'ExtractSummaryResults' and no accessible extension method 'ExtractSummaryResults' accepting a first argument of type 'AnalyzeActionsResult' could be found (are you missing a using directive or an assembly reference?) (CS1061) (Summarisation) /Program.cs(26,26): Error CS0246: The type or namespace name 'ExtractSummaryActionResult' could not be found (are you missing a using directive or an assembly reference?) (CS0246) (Summarisation) /Program.cs(30,30): Error CS0246: The type or namespace name 'ExtractSummaryResult' could not be found (are you missing a using directive or an assembly reference?) (CS0246) (Summarisation) /Program.cs(34,34): Error CS0246: The type or namespace name 'SummarySentence' could not be found (are you missing a using directive or an assembly reference?) (CS0246) (Summarisation) Could you please help me run the example code for Document Summarization. Looking forward to your support. Thank you. Best regards, Yuvraj Harsha --- #### Document Details โš  *Do not edit this section. It is required for learn.microsoft.com โžŸ GitHub issue linking.* * ID: acf1d359-23da-2f07-af0d-d16284f738ba * Version Independent ID: eba6f1fd-cfe9-d038-b139-f02c0b48f4e0 * Content: [Quickstart: Use Document Summarization (preview) - Azure Cognitive Services](https://learn.microsoft.com/en-us/azure/cognitive-services/language-service/summarization/quickstart?pivots=programming-language-csharp&tabs=document-summarization) * Content Source: [articles/cognitive-services/language-service/summarization/quickstart.md](https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/cognitive-services/language-service/summarization/quickstart.md) * Service: **cognitive-services** * Sub-service: **language-service** * GitHub Login: @jboback * Microsoft Alias: **aahi**
2.0
Document Summarization Quickstart : Errors encountered - # Issue Transfer This issue has been transferred from the Azure SDK for .NET repository, [#33886](https://github.com/Azure/azure-sdk-for-net/issues/33886). ### Please be aware that @yuvrajharsha is the author of the original issue and include them for any questions or replies. ## Details - **Package Name**: - **Package Version**: - **Operating System**: - **.NET runtime version**: [Enter feedback here] Hello, I installed VS 17.4.4 for mac and as per instructions, given in the following link for 'Document Summarization', I ran the given C# code but encountered following 8 errors https://learn.microsoft.com/en-us/azure/cognitive-services/language-service/summarization/quickstart?tabs=document-summarization&pivots=programming-language-csharp /Program.cs(17,17): Error CS0117: 'TextAnalyticsActions' does not contain a definition for 'ExtractSummaryActions' (CS0117) (Summarisation) /Program.cs(50,50): Error CS0246: The type or namespace name 'ExtractSummaryAction' could not be found (are you missing a using directive or an assembly reference?) (CS0246) (Summarisation) /Program.cs(80,80): Error CS0246: The type or namespace name 'ExtractSummaryAction' could not be found (are you missing a using directive or an assembly reference?) (CS0246) (Summarisation) /Program.cs(37,37): Error CS0246: The type or namespace name 'ExtractSummaryActionResult' could not be found (are you missing a using directive or an assembly reference?) (CS0246) (Summarisation) /Program.cs(98,98): Error CS1061: 'AnalyzeActionsResult' does not contain a definition for 'ExtractSummaryResults' and no accessible extension method 'ExtractSummaryResults' accepting a first argument of type 'AnalyzeActionsResult' could be found (are you missing a using directive or an assembly reference?) (CS1061) (Summarisation) /Program.cs(26,26): Error CS0246: The type or namespace name 'ExtractSummaryActionResult' could not be found (are you missing a using directive or an assembly reference?) (CS0246) (Summarisation) /Program.cs(30,30): Error CS0246: The type or namespace name 'ExtractSummaryResult' could not be found (are you missing a using directive or an assembly reference?) (CS0246) (Summarisation) /Program.cs(34,34): Error CS0246: The type or namespace name 'SummarySentence' could not be found (are you missing a using directive or an assembly reference?) (CS0246) (Summarisation) Could you please help me run the example code for Document Summarization. Looking forward to your support. Thank you. Best regards, Yuvraj Harsha --- #### Document Details โš  *Do not edit this section. It is required for learn.microsoft.com โžŸ GitHub issue linking.* * ID: acf1d359-23da-2f07-af0d-d16284f738ba * Version Independent ID: eba6f1fd-cfe9-d038-b139-f02c0b48f4e0 * Content: [Quickstart: Use Document Summarization (preview) - Azure Cognitive Services](https://learn.microsoft.com/en-us/azure/cognitive-services/language-service/summarization/quickstart?pivots=programming-language-csharp&tabs=document-summarization) * Content Source: [articles/cognitive-services/language-service/summarization/quickstart.md](https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/cognitive-services/language-service/summarization/quickstart.md) * Service: **cognitive-services** * Sub-service: **language-service** * GitHub Login: @jboback * Microsoft Alias: **aahi**
non_comp
document summarization quickstart errors encountered issue transfer this issue has been transferred from the azure sdk for net repository please be aware that yuvrajharsha is the author of the original issue and include them for any questions or replies details package name package version operating system net runtime version hello i installed vs for mac and as per instructions given in the following link for document summarization i ran the given c code but encountered following errors program cs error textanalyticsactions does not contain a definition for extractsummaryactions summarisation program cs error the type or namespace name extractsummaryaction could not be found are you missing a using directive or an assembly reference summarisation program cs error the type or namespace name extractsummaryaction could not be found are you missing a using directive or an assembly reference summarisation program cs error the type or namespace name extractsummaryactionresult could not be found are you missing a using directive or an assembly reference summarisation program cs error analyzeactionsresult does not contain a definition for extractsummaryresults and no accessible extension method extractsummaryresults accepting a first argument of type analyzeactionsresult could be found are you missing a using directive or an assembly reference summarisation program cs error the type or namespace name extractsummaryactionresult could not be found are you missing a using directive or an assembly reference summarisation program cs error the type or namespace name extractsummaryresult could not be found are you missing a using directive or an assembly reference summarisation program cs error the type or namespace name summarysentence could not be found are you missing a using directive or an assembly reference summarisation could you please help me run the example code for document summarization looking forward to your support thank you best regards yuvraj harsha document details โš  do not edit this section it is required for learn microsoft com โžŸ github issue linking id version independent id content content source service cognitive services sub service language service github login jboback microsoft alias aahi
0
2,811
5,592,423,629
IssuesEvent
2017-03-30 04:24:04
dotnet/corefx
https://api.github.com/repos/dotnet/corefx
closed
SecurityProtocolType Ssl3 should be marked as obsolete
area-System.Net enhancement tenet-compatibility
Similar to obsolete members in `SslProtcols`. @davidsh @karelz @blowdart PTAL
True
SecurityProtocolType Ssl3 should be marked as obsolete - Similar to obsolete members in `SslProtcols`. @davidsh @karelz @blowdart PTAL
comp
securityprotocoltype should be marked as obsolete similar to obsolete members in sslprotcols davidsh karelz blowdart ptal
1
1,822
4,413,858,492
IssuesEvent
2016-08-13 03:06:22
blay09/CookingForBlockheads
https://api.github.com/repos/blay09/CookingForBlockheads
closed
Container sorting
compatibility fixed in next version
Could you please add support for the various sorting/deposit mods? ie, Vazkii's Quark deposit buttons and cpw11's Inventory Sorter. For some reason they don't see the fridge as a normal container. Thanks.
True
Container sorting - Could you please add support for the various sorting/deposit mods? ie, Vazkii's Quark deposit buttons and cpw11's Inventory Sorter. For some reason they don't see the fridge as a normal container. Thanks.
comp
container sorting could you please add support for the various sorting deposit mods ie vazkii s quark deposit buttons and s inventory sorter for some reason they don t see the fridge as a normal container thanks
1
1,690
4,243,383,659
IssuesEvent
2016-07-06 22:48:36
zerotier/ZeroTierOne
https://api.github.com/repos/zerotier/ZeroTierOne
closed
Red Hat 6.7/6.8 yum repo
compatibility
On a RHEL 6.7/6.8 machine the automation detection of the install script does not point to the correct repo. I have attempted to browse to the repo so that I can correct, but the NGINX config on install.zerotier.com does not allow.
True
Red Hat 6.7/6.8 yum repo - On a RHEL 6.7/6.8 machine the automation detection of the install script does not point to the correct repo. I have attempted to browse to the repo so that I can correct, but the NGINX config on install.zerotier.com does not allow.
comp
red hat yum repo on a rhel machine the automation detection of the install script does not point to the correct repo i have attempted to browse to the repo so that i can correct but the nginx config on install zerotier com does not allow
1
73,284
19,633,981,512
IssuesEvent
2022-01-08 01:04:47
QubesOS/qubes-issues
https://api.github.com/repos/QubesOS/qubes-issues
closed
Cannot `get-sources` for `template-whonix`
T: bug C: builder C: Whonix P: default needs diagnosis
<!--(Before filing this report, please read: https://www.qubes-os.org/doc/reporting-bugs/)--> **Qubes OS version** <!--(The version of Qubes OS you're using (e.g., `R4.0`), available via the command `cat /etc/qubes-release` in a dom0 terminal.)--> R4.0 **Affected component(s) or functionality** <!--(The component or functionality of Qubes OS that is not working as expected.)--> - qubes-builder - qubes-template-whonix **Brief summary** <!--(A clear and concise summary of the bug.)--> When running `get-sources`, it errors out when retrieving `template-whonix` sources: ``` -> Updating sources for template-whonix... --> Fetching from https://github.com/Whonix/qubes-template-whonix.git master... --> Verifying tags... ---> No valid signed tag found! ---> One invalid tag: 33fa2dd246526151a38af4dd7b4c8245066c8a68 make: *** [Makefile:217: template-whonix.get-sources] Error 1 ``` **How Reproducible** <!--(At what rate does the bug occur when the steps to reproduce are performed?)--> 100% **To Reproduce** Steps to reproduce the behavior: 1. Follow the steps in the [doc](https://www.qubes-os.org/doc/qubes-iso-building/) 2. Make sure `template-whonix` is selected 3. Run `make get-sources` 4. Notice the error **Expected behavior** <!--(A clear and concise description of what you expected to happen.)--> It should retrieve the sources without errors **Actual behavior** <!--(What actually happened instead of what you expected to happen.)--> It errors out when retrieving sources **Screenshots** <!--(If applicable, add screenshots to help explain your problem.)--> N/A **Additional context** <!--(Add any other context about the problem here.)--> I've checked https://github.com/QubesOS/qubes-template-whonix/tags and it seems the last commit doesn't have a signed tag, which triggers the fail. Also @adrelanos key that comes with `qubes-builder` is expired, triggering another fail if first one is resolved. **Solutions you've tried** <!--(If applicable, any solutions or workarounds you've already tried.)--> 1. Run `gpg --homedir=./keyrings/git/template-whonix/ --refresh-key 916B8D99C38EAF5E8ADC7A2A8D66066A2EEACCDA` on `qubes-builder` dir 2. unset `GIT_CLONE_FAST` & set `COMMIT_template_whonix` to the last commit that has a signed tag (in this case `e9b46e5b957ab771288913f5cd712bafd770ba04`) 3. Apply the following patch: ```diff diff --git a/Makefile b/Makefile index 831e6d1..b3aef00 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,7 @@ BUILDERCONF ?= builder.conf # Set defaults BRANCH ?= master +COMMIT ?= GIT_BASEURL ?= https://github.com GIT_SUFFIX ?= .git DIST_DOM0 ?= fc20 diff --git a/scripts/get-sources b/scripts/get-sources index deeb694..23d19ff 100755 --- a/scripts/get-sources +++ b/scripts/get-sources @@ -6,6 +6,7 @@ # - GIT_SUFFIX - git component dir suffix (default .git) # - COMPONENT - component to clone # - BRANCH - git branch +# - COMMIT - git commit # - CLEAN=1 - remove previous sources (use git up vs git clone) # - FETCH_ONLY=1 - fetch sources but do not merge # - IGNORE_MISSING=1 - exit with code 0 if remote branch doesn't exists @@ -62,11 +63,16 @@ fi [ -n "${GIT_REMOTE=}" ] && GIT_URL=$GIT_REMOTE branch_var="BRANCH_${COMPONENT//-/_}" +commit_var="COMMIT_${COMPONENT//-/_}" if [ -n "${!branch_var-}" ]; then BRANCH="${!branch_var}" fi +if [ -n "${!commit_var-}" ]; then + COMMIT="${!commit_var}" +fi + : "${IGNORE_MISSING=0}" : "${GIT_CLONE_FAST=0}" @@ -115,6 +121,9 @@ elif elementIn "$COMPONENT" $LESS_SECURE_SIGNED_COMMITS_SUFFICIENT; then fi VERIFY_REF=$(git -C "$REPO" rev-parse -q --verify "$VERIFY_REF") || exit +if [ ! -z "$COMMIT" ]; then + VERIFY_REF="$COMMIT" +fi if [ "$verify" = 'false' ]; then echo -e '\033[1;31m--> NOT verifying tags\033[0;0m' ``` 4. run `make get-sources` **Relevant [documentation](https://www.qubes-os.org/doc/) you've consulted** <!--(A list of links to the Qubes documentation (or other relevant software documentation) pages you have already consulted.)--> - https://www.qubes-os.org/doc/qubes-iso-building/ - https://github.com/Qubes-Community/Contents/blob/master/docs/building/building-whonix-template.md - https://github.com/QubesOS/qubes-builder - https://github.com/QubesOS/qubes-template-whonix **Related, [non-duplicate](https://www.qubes-os.org/doc/reporting-bugs/#new-issues-should-not-be-duplicates-of-existing-issues) issues** <!--(A list of links to other bug reports, feature requests, or tasks in the qubes-issues tracker (or "none" if you didn't find any). Do not describe any other unreported bugs, features, or tasks here.)-->
1.0
Cannot `get-sources` for `template-whonix` - <!--(Before filing this report, please read: https://www.qubes-os.org/doc/reporting-bugs/)--> **Qubes OS version** <!--(The version of Qubes OS you're using (e.g., `R4.0`), available via the command `cat /etc/qubes-release` in a dom0 terminal.)--> R4.0 **Affected component(s) or functionality** <!--(The component or functionality of Qubes OS that is not working as expected.)--> - qubes-builder - qubes-template-whonix **Brief summary** <!--(A clear and concise summary of the bug.)--> When running `get-sources`, it errors out when retrieving `template-whonix` sources: ``` -> Updating sources for template-whonix... --> Fetching from https://github.com/Whonix/qubes-template-whonix.git master... --> Verifying tags... ---> No valid signed tag found! ---> One invalid tag: 33fa2dd246526151a38af4dd7b4c8245066c8a68 make: *** [Makefile:217: template-whonix.get-sources] Error 1 ``` **How Reproducible** <!--(At what rate does the bug occur when the steps to reproduce are performed?)--> 100% **To Reproduce** Steps to reproduce the behavior: 1. Follow the steps in the [doc](https://www.qubes-os.org/doc/qubes-iso-building/) 2. Make sure `template-whonix` is selected 3. Run `make get-sources` 4. Notice the error **Expected behavior** <!--(A clear and concise description of what you expected to happen.)--> It should retrieve the sources without errors **Actual behavior** <!--(What actually happened instead of what you expected to happen.)--> It errors out when retrieving sources **Screenshots** <!--(If applicable, add screenshots to help explain your problem.)--> N/A **Additional context** <!--(Add any other context about the problem here.)--> I've checked https://github.com/QubesOS/qubes-template-whonix/tags and it seems the last commit doesn't have a signed tag, which triggers the fail. Also @adrelanos key that comes with `qubes-builder` is expired, triggering another fail if first one is resolved. **Solutions you've tried** <!--(If applicable, any solutions or workarounds you've already tried.)--> 1. Run `gpg --homedir=./keyrings/git/template-whonix/ --refresh-key 916B8D99C38EAF5E8ADC7A2A8D66066A2EEACCDA` on `qubes-builder` dir 2. unset `GIT_CLONE_FAST` & set `COMMIT_template_whonix` to the last commit that has a signed tag (in this case `e9b46e5b957ab771288913f5cd712bafd770ba04`) 3. Apply the following patch: ```diff diff --git a/Makefile b/Makefile index 831e6d1..b3aef00 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,7 @@ BUILDERCONF ?= builder.conf # Set defaults BRANCH ?= master +COMMIT ?= GIT_BASEURL ?= https://github.com GIT_SUFFIX ?= .git DIST_DOM0 ?= fc20 diff --git a/scripts/get-sources b/scripts/get-sources index deeb694..23d19ff 100755 --- a/scripts/get-sources +++ b/scripts/get-sources @@ -6,6 +6,7 @@ # - GIT_SUFFIX - git component dir suffix (default .git) # - COMPONENT - component to clone # - BRANCH - git branch +# - COMMIT - git commit # - CLEAN=1 - remove previous sources (use git up vs git clone) # - FETCH_ONLY=1 - fetch sources but do not merge # - IGNORE_MISSING=1 - exit with code 0 if remote branch doesn't exists @@ -62,11 +63,16 @@ fi [ -n "${GIT_REMOTE=}" ] && GIT_URL=$GIT_REMOTE branch_var="BRANCH_${COMPONENT//-/_}" +commit_var="COMMIT_${COMPONENT//-/_}" if [ -n "${!branch_var-}" ]; then BRANCH="${!branch_var}" fi +if [ -n "${!commit_var-}" ]; then + COMMIT="${!commit_var}" +fi + : "${IGNORE_MISSING=0}" : "${GIT_CLONE_FAST=0}" @@ -115,6 +121,9 @@ elif elementIn "$COMPONENT" $LESS_SECURE_SIGNED_COMMITS_SUFFICIENT; then fi VERIFY_REF=$(git -C "$REPO" rev-parse -q --verify "$VERIFY_REF") || exit +if [ ! -z "$COMMIT" ]; then + VERIFY_REF="$COMMIT" +fi if [ "$verify" = 'false' ]; then echo -e '\033[1;31m--> NOT verifying tags\033[0;0m' ``` 4. run `make get-sources` **Relevant [documentation](https://www.qubes-os.org/doc/) you've consulted** <!--(A list of links to the Qubes documentation (or other relevant software documentation) pages you have already consulted.)--> - https://www.qubes-os.org/doc/qubes-iso-building/ - https://github.com/Qubes-Community/Contents/blob/master/docs/building/building-whonix-template.md - https://github.com/QubesOS/qubes-builder - https://github.com/QubesOS/qubes-template-whonix **Related, [non-duplicate](https://www.qubes-os.org/doc/reporting-bugs/#new-issues-should-not-be-duplicates-of-existing-issues) issues** <!--(A list of links to other bug reports, feature requests, or tasks in the qubes-issues tracker (or "none" if you didn't find any). Do not describe any other unreported bugs, features, or tasks here.)-->
non_comp
cannot get sources for template whonix before filing this report please read qubes os version affected component s or functionality qubes builder qubes template whonix brief summary when running get sources it errors out when retrieving template whonix sources updating sources for template whonix fetching from master verifying tags no valid signed tag found one invalid tag make error how reproducible to reproduce steps to reproduce the behavior follow the steps in the make sure template whonix is selected run make get sources notice the error expected behavior it should retrieve the sources without errors actual behavior it errors out when retrieving sources screenshots n a additional context i ve checked and it seems the last commit doesn t have a signed tag which triggers the fail also adrelanos key that comes with qubes builder is expired triggering another fail if first one is resolved solutions you ve tried run gpg homedir keyrings git template whonix refresh key on qubes builder dir unset git clone fast set commit template whonix to the last commit that has a signed tag in this case apply the following patch diff diff git a makefile b makefile index a makefile b makefile builderconf builder conf set defaults branch master commit git baseurl git suffix git dist diff git a scripts get sources b scripts get sources index a scripts get sources b scripts get sources git suffix git component dir suffix default git component component to clone branch git branch commit git commit clean remove previous sources use git up vs git clone fetch only fetch sources but do not merge ignore missing exit with code if remote branch doesn t exists fi git url git remote branch var branch component commit var commit component if then branch branch var fi if then commit commit var fi ignore missing git clone fast elif elementin component less secure signed commits sufficient then fi verify ref git c repo rev parse q verify verify ref exit if then verify ref commit fi if then echo e not verifying tags run make get sources relevant you ve consulted related issues
0
714,375
24,559,614,393
IssuesEvent
2022-10-12 19:00:02
virtualcell/vcell
https://api.github.com/repos/virtualcell/vcell
closed
Reserved parameters get duplicated during repeated round trips.
bug High Priority VCell-7.5.0
During the first round trip, we export reserved symbols and when we import the sbml parameters we add the param_ prefix to create the vcell ewserved param name. During the second round, pe export the param_xxx as globals and again we export the reserved symbols. During import, we import the param_xxx as they are and also add the param_ to the _T_, _F_ aso. Hence, we get duplicated param_xxx
1.0
Reserved parameters get duplicated during repeated round trips. - During the first round trip, we export reserved symbols and when we import the sbml parameters we add the param_ prefix to create the vcell ewserved param name. During the second round, pe export the param_xxx as globals and again we export the reserved symbols. During import, we import the param_xxx as they are and also add the param_ to the _T_, _F_ aso. Hence, we get duplicated param_xxx
non_comp
reserved parameters get duplicated during repeated round trips during the first round trip we export reserved symbols and when we import the sbml parameters we add the param prefix to create the vcell ewserved param name during the second round pe export the param xxx as globals and again we export the reserved symbols during import we import the param xxx as they are and also add the param to the t f aso hence we get duplicated param xxx
0
123,973
12,223,060,773
IssuesEvent
2020-05-02 15:58:53
mverdecanna/tip-f5-central
https://api.github.com/repos/mverdecanna/tip-f5-central
opened
Refactor casos de uso entrega uno
documentation
Cosas a modificar de los casos de uso: - Separar los dos diagramas para usuario admins y usuario comรบn, y asรญ evitar confusiones - Cambiar nivel del caso de uso de la confirmaciรณn de partido
1.0
Refactor casos de uso entrega uno - Cosas a modificar de los casos de uso: - Separar los dos diagramas para usuario admins y usuario comรบn, y asรญ evitar confusiones - Cambiar nivel del caso de uso de la confirmaciรณn de partido
non_comp
refactor casos de uso entrega uno cosas a modificar de los casos de uso separar los dos diagramas para usuario admins y usuario comรบn y asรญ evitar confusiones cambiar nivel del caso de uso de la confirmaciรณn de partido
0
2,815
5,613,195,473
IssuesEvent
2017-04-03 08:32:55
touchdesign/prestashop-sofortbanking
https://api.github.com/repos/touchdesign/prestashop-sofortbanking
closed
No support for PHP 5.3
compatibility
With the Version 3.0 the support for PHP 5.3 was dropped. This is not documented at any location. The module is stated as compatible with Prestashop 1.6 which supports PHP 5.3. In the file sofortbanking.php on line 311, 390 and 431 array dereference is used to access array values from function. Maybe you want to think about changing your source so it is compatible with 5.3 or document it or change the support to Prestashop 1.7 which dropped the support for PHP 5.3
True
No support for PHP 5.3 - With the Version 3.0 the support for PHP 5.3 was dropped. This is not documented at any location. The module is stated as compatible with Prestashop 1.6 which supports PHP 5.3. In the file sofortbanking.php on line 311, 390 and 431 array dereference is used to access array values from function. Maybe you want to think about changing your source so it is compatible with 5.3 or document it or change the support to Prestashop 1.7 which dropped the support for PHP 5.3
comp
no support for php with the version the support for php was dropped this is not documented at any location the module is stated as compatible with prestashop which supports php in the file sofortbanking php on line and array dereference is used to access array values from function maybe you want to think about changing your source so it is compatible with or document it or change the support to prestashop which dropped the support for php
1
776,368
27,257,911,096
IssuesEvent
2023-02-22 12:56:13
ArtFXDev/silex-front
https://api.github.com/repos/ArtFXDev/silex-front
closed
Markdown support in text parameter
enhancement low priority
Being able to format text using markdown syntax in the text parameter
1.0
Markdown support in text parameter - Being able to format text using markdown syntax in the text parameter
non_comp
markdown support in text parameter being able to format text using markdown syntax in the text parameter
0
341
2,774,463,390
IssuesEvent
2015-05-04 09:07:57
MightyPirates/OpenComputers
https://api.github.com/repos/MightyPirates/OpenComputers
closed
Enhanced Portals Issue
incompatibility
I am not sure if I should post this issue here or in the EnhancedPortals GitHub, but I am getting this error on server start: ``` [12:58:38] [Server thread/TRACE] [OpenComputers/enhancedportals]: Injecting interface. [12:58:38] [Server thread/WARN] [OpenComputers/enhancedportals]: Failed injecting component logic into class enhancedportals.tileentity.TileController. java.lang.RuntimeException: java.lang.ClassNotFoundException: enhancedportals.portal.PortalException at org.objectweb.asm.ClassWriter.getCommonSuperClass(Unknown Source) ~[asm-all-5.0.3.jar:5.0.3] at org.objectweb.asm.ClassWriter.a(Unknown Source) ~[asm-all-5.0.3.jar:5.0.3] at org.objectweb.asm.Frame.a(Unknown Source) ~[asm-all-5.0.3.jar:5.0.3] at org.objectweb.asm.Frame.a(Unknown Source) ~[asm-all-5.0.3.jar:5.0.3] at org.objectweb.asm.MethodWriter.visitMaxs(Unknown Source) ~[asm-all-5.0.3.jar:5.0.3] at org.objectweb.asm.tree.MethodNode.accept(Unknown Source) ~[asm-all-5.0.3.jar:5.0.3] at org.objectweb.asm.tree.MethodNode.accept(Unknown Source) ~[asm-all-5.0.3.jar:5.0.3] at org.objectweb.asm.tree.ClassNode.accept(Unknown Source) ~[asm-all-5.0.3.jar:5.0.3] at li.cil.oc.common.asm.ClassTransformer.writeClass(ClassTransformer.scala:380) ~[OpenComputers-MC1.7.10-1.5.9.21-universal.jar:?] at li.cil.oc.common.asm.ClassTransformer.injectEnvironmentImplementation(ClassTransformer.scala:348) ~[OpenComputers-MC1.7.10-1.5.9.21-universal.jar:?] at li.cil.oc.common.asm.ClassTransformer.transform(ClassTransformer.scala:138) [OpenComputers-MC1.7.10-1.5.9.21-universal.jar:?] at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) [launchwrapper-1.11.jar:?] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) [launchwrapper-1.11.jar:?] at java.lang.ClassLoader.loadClass(ClassLoader.java:425) [?:1.7.0_79] at java.lang.ClassLoader.loadClass(ClassLoader.java:358) [?:1.7.0_79] at enhancedportals.network.CommonProxy.registerBlocks(CommonProxy.java:104) [CommonProxy.class:?] at enhancedportals.EnhancedPortals.preInit(EnhancedPortals.java:116) [EnhancedPortals.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_79] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_79] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_79] at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_79] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) [FMLModContainer.class:?] at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_79] at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_79] at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?] at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) [LoadController.class:?] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) [LoadController.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_79] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_79] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_79] at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_79] at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?] at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:?] at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:533) [Loader.class:?] at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88) [FMLServerHandler.class:?] at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314) [FMLCommonHandler.class:?] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117) [lt.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?] [12:58:38] [Server thread/TRACE] [FML/enhancedportals]: Optional removal - found optionals for class enhancedportals.tileentity.TileController - processing [12:58:38] [Server thread/TRACE] [FML/enhancedportals]: Optional removal skipped - mod present OpenComputers ```
True
Enhanced Portals Issue - I am not sure if I should post this issue here or in the EnhancedPortals GitHub, but I am getting this error on server start: ``` [12:58:38] [Server thread/TRACE] [OpenComputers/enhancedportals]: Injecting interface. [12:58:38] [Server thread/WARN] [OpenComputers/enhancedportals]: Failed injecting component logic into class enhancedportals.tileentity.TileController. java.lang.RuntimeException: java.lang.ClassNotFoundException: enhancedportals.portal.PortalException at org.objectweb.asm.ClassWriter.getCommonSuperClass(Unknown Source) ~[asm-all-5.0.3.jar:5.0.3] at org.objectweb.asm.ClassWriter.a(Unknown Source) ~[asm-all-5.0.3.jar:5.0.3] at org.objectweb.asm.Frame.a(Unknown Source) ~[asm-all-5.0.3.jar:5.0.3] at org.objectweb.asm.Frame.a(Unknown Source) ~[asm-all-5.0.3.jar:5.0.3] at org.objectweb.asm.MethodWriter.visitMaxs(Unknown Source) ~[asm-all-5.0.3.jar:5.0.3] at org.objectweb.asm.tree.MethodNode.accept(Unknown Source) ~[asm-all-5.0.3.jar:5.0.3] at org.objectweb.asm.tree.MethodNode.accept(Unknown Source) ~[asm-all-5.0.3.jar:5.0.3] at org.objectweb.asm.tree.ClassNode.accept(Unknown Source) ~[asm-all-5.0.3.jar:5.0.3] at li.cil.oc.common.asm.ClassTransformer.writeClass(ClassTransformer.scala:380) ~[OpenComputers-MC1.7.10-1.5.9.21-universal.jar:?] at li.cil.oc.common.asm.ClassTransformer.injectEnvironmentImplementation(ClassTransformer.scala:348) ~[OpenComputers-MC1.7.10-1.5.9.21-universal.jar:?] at li.cil.oc.common.asm.ClassTransformer.transform(ClassTransformer.scala:138) [OpenComputers-MC1.7.10-1.5.9.21-universal.jar:?] at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) [launchwrapper-1.11.jar:?] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) [launchwrapper-1.11.jar:?] at java.lang.ClassLoader.loadClass(ClassLoader.java:425) [?:1.7.0_79] at java.lang.ClassLoader.loadClass(ClassLoader.java:358) [?:1.7.0_79] at enhancedportals.network.CommonProxy.registerBlocks(CommonProxy.java:104) [CommonProxy.class:?] at enhancedportals.EnhancedPortals.preInit(EnhancedPortals.java:116) [EnhancedPortals.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_79] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_79] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_79] at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_79] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) [FMLModContainer.class:?] at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_79] at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_79] at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?] at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) [LoadController.class:?] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) [LoadController.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_79] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_79] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_79] at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_79] at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?] at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?] at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:?] at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:533) [Loader.class:?] at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88) [FMLServerHandler.class:?] at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314) [FMLCommonHandler.class:?] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117) [lt.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?] [12:58:38] [Server thread/TRACE] [FML/enhancedportals]: Optional removal - found optionals for class enhancedportals.tileentity.TileController - processing [12:58:38] [Server thread/TRACE] [FML/enhancedportals]: Optional removal skipped - mod present OpenComputers ```
comp
enhanced portals issue i am not sure if i should post this issue here or in the enhancedportals github but i am getting this error on server start injecting interface failed injecting component logic into class enhancedportals tileentity tilecontroller java lang runtimeexception java lang classnotfoundexception enhancedportals portal portalexception at org objectweb asm classwriter getcommonsuperclass unknown source at org objectweb asm classwriter a unknown source at org objectweb asm frame a unknown source at org objectweb asm frame a unknown source at org objectweb asm methodwriter visitmaxs unknown source at org objectweb asm tree methodnode accept unknown source at org objectweb asm tree methodnode accept unknown source at org objectweb asm tree classnode accept unknown source at li cil oc common asm classtransformer writeclass classtransformer scala at li cil oc common asm classtransformer injectenvironmentimplementation classtransformer scala at li cil oc common asm classtransformer transform classtransformer scala at net minecraft launchwrapper launchclassloader runtransformers launchclassloader java at net minecraft launchwrapper launchclassloader findclass launchclassloader java at java lang classloader loadclass classloader java at java lang classloader loadclass classloader java at enhancedportals network commonproxy registerblocks commonproxy java at enhancedportals enhancedportals preinit enhancedportals java at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at cpw mods fml common fmlmodcontainer handlemodstateevent fmlmodcontainer java at sun reflect invoke unknown source at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at com google common eventbus eventsubscriber handleevent eventsubscriber java at com google common eventbus synchronizedeventsubscriber handleevent synchronizedeventsubscriber java at com google common eventbus eventbus dispatch eventbus java at com google common eventbus eventbus dispatchqueuedevents eventbus java at com google common eventbus eventbus post eventbus java at cpw mods fml common loadcontroller sendeventtomodcontainer loadcontroller java at cpw mods fml common loadcontroller propogatestatemessage loadcontroller java at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at com google common eventbus eventsubscriber handleevent eventsubscriber java at com google common eventbus synchronizedeventsubscriber handleevent synchronizedeventsubscriber java at com google common eventbus eventbus dispatch eventbus java at com google common eventbus eventbus dispatchqueuedevents eventbus java at com google common eventbus eventbus post eventbus java at cpw mods fml common loadcontroller distributestatemessage loadcontroller java at cpw mods fml common loader preinitializemods loader java at cpw mods fml server fmlserverhandler beginserverloading fmlserverhandler java at cpw mods fml common fmlcommonhandler onserverstart fmlcommonhandler java at net minecraft server dedicated dedicatedserver func b dedicatedserver java at net minecraft server minecraftserver run minecraftserver java at net minecraft server minecraftserver run minecraftserver java optional removal found optionals for class enhancedportals tileentity tilecontroller processing optional removal skipped mod present opencomputers
1
1,451
3,970,112,828
IssuesEvent
2016-05-04 04:45:29
rubinius/rubinius
https://api.github.com/repos/rubinius/rubinius
closed
Proc#arity should not equal to Lambda#arity
Compatibility Ruby 2.0
Given following example: ```ruby p proc {|x=0|}.arity p lambda {|x=0|}.arity p proc {|x=0,y|}.arity p lambda {|x=0,y|}.arity ``` I'm getting these results: ```bash rubinius-bugs โžค ruby -v git:master* ruby 2.2.2p95 (2015-04-13 revision 50295) [x86_64-linux] rubinius-bugs โžค ruby arity.rb git:master* 0 -1 1 -2 rubinius-bugs โžค ruby -v git:master* rubinius 2.5.5.c97 (2.1.0 4b922b0e 2015-06-02 3.5.0 JI) [x86_64-linux-gnu] rubinius-bugs โžค ruby arity.rb git:master* -1 -1 -2 -2 ```
True
Proc#arity should not equal to Lambda#arity - Given following example: ```ruby p proc {|x=0|}.arity p lambda {|x=0|}.arity p proc {|x=0,y|}.arity p lambda {|x=0,y|}.arity ``` I'm getting these results: ```bash rubinius-bugs โžค ruby -v git:master* ruby 2.2.2p95 (2015-04-13 revision 50295) [x86_64-linux] rubinius-bugs โžค ruby arity.rb git:master* 0 -1 1 -2 rubinius-bugs โžค ruby -v git:master* rubinius 2.5.5.c97 (2.1.0 4b922b0e 2015-06-02 3.5.0 JI) [x86_64-linux-gnu] rubinius-bugs โžค ruby arity.rb git:master* -1 -1 -2 -2 ```
comp
proc arity should not equal to lambda arity given following example ruby p proc x arity p lambda x arity p proc x y arity p lambda x y arity i m getting these results bash rubinius bugs โžค ruby v git master ruby revision rubinius bugs โžค ruby arity rb git master rubinius bugs โžค ruby v git master rubinius ji rubinius bugs โžค ruby arity rb git master
1
191,393
22,215,767,711
IssuesEvent
2022-06-08 01:21:40
Nivaskumark/kernel_v4.1.15
https://api.github.com/repos/Nivaskumark/kernel_v4.1.15
reopened
CVE-2016-3134 (High) detected in multiple libraries
security vulnerability
## CVE-2016-3134 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linuxlinux-4.6</b>, <b>linuxlinux-4.6</b>, <b>linuxlinux-4.6</b></p></summary> <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 netfilter subsystem in the Linux kernel through 4.5.2 does not validate certain offset fields, which allows local users to gain privileges or cause a denial of service (heap memory corruption) via an IPT_SO_SET_REPLACE setsockopt call. <p>Publish Date: 2016-04-27 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2016-3134>CVE-2016-3134</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>8.4</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: None - 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="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-3134">http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-3134</a></p> <p>Release Date: 2016-04-27</p> <p>Fix Resolution: v4.6-rc2</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-3134 (High) detected in multiple libraries - ## CVE-2016-3134 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linuxlinux-4.6</b>, <b>linuxlinux-4.6</b>, <b>linuxlinux-4.6</b></p></summary> <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 netfilter subsystem in the Linux kernel through 4.5.2 does not validate certain offset fields, which allows local users to gain privileges or cause a denial of service (heap memory corruption) via an IPT_SO_SET_REPLACE setsockopt call. <p>Publish Date: 2016-04-27 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2016-3134>CVE-2016-3134</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>8.4</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: None - 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="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-3134">http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-3134</a></p> <p>Release Date: 2016-04-27</p> <p>Fix Resolution: v4.6-rc2</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_comp
cve high detected in multiple libraries cve high severity vulnerability vulnerable libraries linuxlinux linuxlinux linuxlinux vulnerability details the netfilter subsystem in the linux kernel through does not validate certain offset fields which allows local users to gain privileges or cause a denial of service heap memory corruption via an ipt so set replace setsockopt call publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction none 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
406,468
11,893,564,782
IssuesEvent
2020-03-29 12:11:21
JEvents/JEvents
https://api.github.com/repos/JEvents/JEvents
opened
uikit: View events Hide Past events is not
Bug - New Priority - Medium
When going into the Manage Events interface the Hide Past Events is not being honored on initial entry to the interface. If you toggle the value and then reset Hid it then hides the past events. Also, there is not date selector to limit how far back to display. Right now it seems to only show events back 3 years so there does not seem to be a way to access events prior to 3 years ago.
1.0
uikit: View events Hide Past events is not - When going into the Manage Events interface the Hide Past Events is not being honored on initial entry to the interface. If you toggle the value and then reset Hid it then hides the past events. Also, there is not date selector to limit how far back to display. Right now it seems to only show events back 3 years so there does not seem to be a way to access events prior to 3 years ago.
non_comp
uikit view events hide past events is not when going into the manage events interface the hide past events is not being honored on initial entry to the interface if you toggle the value and then reset hid it then hides the past events also there is not date selector to limit how far back to display right now it seems to only show events back years so there does not seem to be a way to access events prior to years ago
0
10,292
12,289,727,280
IssuesEvent
2020-05-09 23:07:40
Creators-of-Create/Create
https://api.github.com/repos/Creators-of-Create/Create
closed
Mod conflict with CarryOn
compatibility
CarryOn allows you to pickup blocks that have tile entities associated with them What happens: by picking up a belt, then putting it back down crashes, from testing it only once has it crashed the whole server when loaded, might be due to a itemEntity existing on the belt What should happen: the placed belt should immediately dissapear Crash log: https://hastebin.com/pojaxetoqi.rb putting an instanceof check around BeltBlock.java:373 might be the way to fix this
True
Mod conflict with CarryOn - CarryOn allows you to pickup blocks that have tile entities associated with them What happens: by picking up a belt, then putting it back down crashes, from testing it only once has it crashed the whole server when loaded, might be due to a itemEntity existing on the belt What should happen: the placed belt should immediately dissapear Crash log: https://hastebin.com/pojaxetoqi.rb putting an instanceof check around BeltBlock.java:373 might be the way to fix this
comp
mod conflict with carryon carryon allows you to pickup blocks that have tile entities associated with them what happens by picking up a belt then putting it back down crashes from testing it only once has it crashed the whole server when loaded might be due to a itementity existing on the belt what should happen the placed belt should immediately dissapear crash log putting an instanceof check around beltblock java might be the way to fix this
1
145,352
5,566,877,630
IssuesEvent
2017-03-27 00:18:10
autoboxer/MARE
https://api.github.com/repos/autoboxer/MARE
closed
create MARE in the news model
beta launch node priority: high
This should have the exact same fields as the success story model The following will need to be created: the model the route for mare in the news pages the view for mare in the news pages
1.0
create MARE in the news model - This should have the exact same fields as the success story model The following will need to be created: the model the route for mare in the news pages the view for mare in the news pages
non_comp
create mare in the news model this should have the exact same fields as the success story model the following will need to be created the model the route for mare in the news pages the view for mare in the news pages
0
36,975
5,097,274,128
IssuesEvent
2017-01-03 20:57:35
hashcat/hashcat
https://api.github.com/repos/hashcat/hashcat
closed
hashcat v3.00 segfaulting on Kali
needs testing
No issues at compile time. I am running Kali on a late 2013 MacBook Pro. Here is the output of uname -a: > uname -a > Linux kali 4.6.0-kali1-amd64 #1 SMP Debian 4.6.2-2kali2 (2016-06-28) x86_64 GNU/Linux I tried to run hashcat with `--gpu-temp-disable` as suggested in the forums but got the same result. I am attaching a core dump. Please let me know if you need any other tests or information. Thanks! Core dump: [core](https://drive.google.com/open?id=0B49iQjwTxmoHVXBsR3VYZnlidmc)
1.0
hashcat v3.00 segfaulting on Kali - No issues at compile time. I am running Kali on a late 2013 MacBook Pro. Here is the output of uname -a: > uname -a > Linux kali 4.6.0-kali1-amd64 #1 SMP Debian 4.6.2-2kali2 (2016-06-28) x86_64 GNU/Linux I tried to run hashcat with `--gpu-temp-disable` as suggested in the forums but got the same result. I am attaching a core dump. Please let me know if you need any other tests or information. Thanks! Core dump: [core](https://drive.google.com/open?id=0B49iQjwTxmoHVXBsR3VYZnlidmc)
non_comp
hashcat segfaulting on kali no issues at compile time i am running kali on a late macbook pro here is the output of uname a uname a linux kali smp debian gnu linux i tried to run hashcat with gpu temp disable as suggested in the forums but got the same result i am attaching a core dump please let me know if you need any other tests or information thanks core dump
0
20,158
28,280,181,895
IssuesEvent
2023-04-08 00:03:21
ValveSoftware/Proton
https://api.github.com/repos/ValveSoftware/Proton
closed
Making Lovers (1200720)
Game compatibility - Unofficial
# Compatibility Report - Name of the game with compatibility issues: Making Lovers - Steam AppID of the game: 1200720 ## System Information - GPU: AMD ATI Radeon HD 7500M/7600M Series - Driver/LLVM version: Mesa 23.0.1 - Kernel version: 6.2.10-arch1-1 - Link to full system information report as [Gist](https://gist.github.com/): https://gist.github.com/DaeLliux99/81dd2dcde951247af9890a4e9d120730 - Proton version: All version (Experimental, 7.0-6, ...) Logs with "PROTON_USE_WINED3D=1": [steam-1200720.log](https://github.com/ValveSoftware/Proton/files/11182076/steam-1200720.log) Logs without "PROTON_USE_WINED3D=1": [steam-1200720.log](https://github.com/ValveSoftware/Proton/files/11182075/steam-1200720.log) ![image](https://user-images.githubusercontent.com/75711543/230692365-a638666b-7608-4402-8987-356fab80fb56.png) ## Symptoms <!-- What's the problem? --> When I wanted to play some games on Steam, I had to set the PROTON_USE_WINED3D=1 parameter and they ran fine. But from almost the beginning of this month (April/2023) a lot of games that ran with this parameter stopped working suddenly. It doesn't just happen with this particular game. I'm not sure if some system update caused it to break something or something, because I tried to do a pacman -U to downgrade the version of mesa or wine, but without success.
True
Making Lovers (1200720) - # Compatibility Report - Name of the game with compatibility issues: Making Lovers - Steam AppID of the game: 1200720 ## System Information - GPU: AMD ATI Radeon HD 7500M/7600M Series - Driver/LLVM version: Mesa 23.0.1 - Kernel version: 6.2.10-arch1-1 - Link to full system information report as [Gist](https://gist.github.com/): https://gist.github.com/DaeLliux99/81dd2dcde951247af9890a4e9d120730 - Proton version: All version (Experimental, 7.0-6, ...) Logs with "PROTON_USE_WINED3D=1": [steam-1200720.log](https://github.com/ValveSoftware/Proton/files/11182076/steam-1200720.log) Logs without "PROTON_USE_WINED3D=1": [steam-1200720.log](https://github.com/ValveSoftware/Proton/files/11182075/steam-1200720.log) ![image](https://user-images.githubusercontent.com/75711543/230692365-a638666b-7608-4402-8987-356fab80fb56.png) ## Symptoms <!-- What's the problem? --> When I wanted to play some games on Steam, I had to set the PROTON_USE_WINED3D=1 parameter and they ran fine. But from almost the beginning of this month (April/2023) a lot of games that ran with this parameter stopped working suddenly. It doesn't just happen with this particular game. I'm not sure if some system update caused it to break something or something, because I tried to do a pacman -U to downgrade the version of mesa or wine, but without success.
comp
making lovers compatibility report name of the game with compatibility issues making lovers steam appid of the game system information gpu amd ati radeon hd series driver llvm version mesa kernel version link to full system information report as proton version all version experimental logs with proton use logs without proton use symptoms when i wanted to play some games on steam i had to set the proton use parameter and they ran fine but from almost the beginning of this month april a lot of games that ran with this parameter stopped working suddenly it doesn t just happen with this particular game i m not sure if some system update caused it to break something or something because i tried to do a pacman u to downgrade the version of mesa or wine but without success
1
18,047
24,917,069,697
IssuesEvent
2022-10-30 14:28:00
Alarm-Siren/arduino-kicad-library
https://api.github.com/repos/Alarm-Siren/arduino-kicad-library
closed
Update for compatibility with KiCad 6
compatibility
KiCad 6 has recently launched, and uses a different system for libraries. I need to update
True
Update for compatibility with KiCad 6 - KiCad 6 has recently launched, and uses a different system for libraries. I need to update
comp
update for compatibility with kicad kicad has recently launched and uses a different system for libraries i need to update
1
185,484
6,722,372,362
IssuesEvent
2017-10-16 14:56:36
TCA-Team/TumCampusApp
https://api.github.com/repos/TCA-Team/TumCampusApp
opened
Figure out how to add google-service.json
Bug High Priority
Project seems to have errors building without the google-service.json. We currently don't have it in git since there is an api key. https://stackoverflow.com/questions/31597953/what-does-google-services-json-really-do
1.0
Figure out how to add google-service.json - Project seems to have errors building without the google-service.json. We currently don't have it in git since there is an api key. https://stackoverflow.com/questions/31597953/what-does-google-services-json-really-do
non_comp
figure out how to add google service json project seems to have errors building without the google service json we currently don t have it in git since there is an api key
0
11,396
13,348,131,628
IssuesEvent
2020-08-29 16:59:13
Filmos/FilmPack
https://api.github.com/repos/Filmos/FilmPack
closed
There are two different fluorites
cross compatibily
One from mekanism and one from silent gems. This is especially bad considering one is an end-based material, and the other is a very easily accessible ore.
True
There are two different fluorites - One from mekanism and one from silent gems. This is especially bad considering one is an end-based material, and the other is a very easily accessible ore.
comp
there are two different fluorites one from mekanism and one from silent gems this is especially bad considering one is an end based material and the other is a very easily accessible ore
1
48,243
6,086,178,839
IssuesEvent
2017-06-17 21:51:42
elsevier-core-engineering/replicator
https://api.github.com/repos/elsevier-core-engineering/replicator
opened
Protect Worker Pool Node Running The Replicator Leader From Termination During Cluster Scale-In
bug core-design-change high-priority
**Description** With Replicator running as a Nomad job, it is now possible that we could initiate the termination of the worker pool node on which the Replicator leader is running during cluster scale in operations. To protect against this, the least-allocated node discovery method should be modified to filter out the worker pool node that is running the current Replicator leader. During initialization, if Replicator obtains leadership it should determine and store information about the worker pool node on which it is running and make this information available to the least-allocated node discovery method.
1.0
Protect Worker Pool Node Running The Replicator Leader From Termination During Cluster Scale-In - **Description** With Replicator running as a Nomad job, it is now possible that we could initiate the termination of the worker pool node on which the Replicator leader is running during cluster scale in operations. To protect against this, the least-allocated node discovery method should be modified to filter out the worker pool node that is running the current Replicator leader. During initialization, if Replicator obtains leadership it should determine and store information about the worker pool node on which it is running and make this information available to the least-allocated node discovery method.
non_comp
protect worker pool node running the replicator leader from termination during cluster scale in description with replicator running as a nomad job it is now possible that we could initiate the termination of the worker pool node on which the replicator leader is running during cluster scale in operations to protect against this the least allocated node discovery method should be modified to filter out the worker pool node that is running the current replicator leader during initialization if replicator obtains leadership it should determine and store information about the worker pool node on which it is running and make this information available to the least allocated node discovery method
0
434,339
12,517,069,814
IssuesEvent
2020-06-03 10:28:15
wso2/micro-integrator
https://api.github.com/repos/wso2/micro-integrator
closed
VFS SMB not working
Priority/Highest Type/Docs
**Description:** When running the broker, it throws the following error. `[2020-03-31 11:58:09,200] WARN {org.apache.synapse.transport.vfs.VFSTransportListener} - Failed to resolve the file URI: smb://192.168.1.104/test/in, in attempt 1, Badly formed URI "smb://192.168.1.104/test/in". Retrying in 30000 milliseconds. ` **Steps to reproduce:** Follow this [example](https://ei.docs.wso2.com/en/latest/micro-integrator/use-cases/examples/file-processing/Accessing_Windows_Share_Using_VFS_Transport/). In windows, if the **sbm** is changed to **file** in the URL, it works. In linux, nothing works. **Related Issues:** https://github.com/wso2/devstudio-tooling-ei/issues/860
1.0
VFS SMB not working - **Description:** When running the broker, it throws the following error. `[2020-03-31 11:58:09,200] WARN {org.apache.synapse.transport.vfs.VFSTransportListener} - Failed to resolve the file URI: smb://192.168.1.104/test/in, in attempt 1, Badly formed URI "smb://192.168.1.104/test/in". Retrying in 30000 milliseconds. ` **Steps to reproduce:** Follow this [example](https://ei.docs.wso2.com/en/latest/micro-integrator/use-cases/examples/file-processing/Accessing_Windows_Share_Using_VFS_Transport/). In windows, if the **sbm** is changed to **file** in the URL, it works. In linux, nothing works. **Related Issues:** https://github.com/wso2/devstudio-tooling-ei/issues/860
non_comp
vfs smb not working description when running the broker it throws the following error warn org apache synapse transport vfs vfstransportlistener failed to resolve the file uri smb test in in attempt badly formed uri smb test in retrying in milliseconds steps to reproduce follow this in windows if the sbm is changed to file in the url it works in linux nothing works related issues
0
186,599
14,401,046,865
IssuesEvent
2020-12-03 13:13:32
redhat-developer/rh-che
https://api.github.com/repos/redhat-developer/rh-che
opened
Workspace fails to start with "container has terminated"
kind/bug kind/periodic-e2e-test
**Issue problem:** Workspace fails to start, saying: ``` Error: Failed to run the workspace: "The following containers have terminated: che-workspace-telemetry-woopra-plugin3f2: reason = 'Error', exit code = 1, message = 'null'" ``` ![image](https://user-images.githubusercontent.com/29278800/101021882-d325a100-3570-11eb-9205-8538cfb0da5c.png) **Red Hat Che version:** version: (help/about menu) 7.22.1 Seen once on production cluster 2 https://ci.centos.org/job/devtools-rh-che-periodic-prod-2/3785/console
1.0
Workspace fails to start with "container has terminated" - **Issue problem:** Workspace fails to start, saying: ``` Error: Failed to run the workspace: "The following containers have terminated: che-workspace-telemetry-woopra-plugin3f2: reason = 'Error', exit code = 1, message = 'null'" ``` ![image](https://user-images.githubusercontent.com/29278800/101021882-d325a100-3570-11eb-9205-8538cfb0da5c.png) **Red Hat Che version:** version: (help/about menu) 7.22.1 Seen once on production cluster 2 https://ci.centos.org/job/devtools-rh-che-periodic-prod-2/3785/console
non_comp
workspace fails to start with container has terminated issue problem workspace fails to start saying error failed to run the workspace the following containers have terminated che workspace telemetry woopra reason error exit code message null red hat che version version help about menu seen once on production cluster
0
43,397
7,044,468,599
IssuesEvent
2018-01-01 01:42:16
CICE-Consortium/Icepack
https://api.github.com/repos/CICE-Consortium/Icepack
opened
which conservation equation?
Documentation question
In the "Mobile and stationary phases" section, ``The conservation equations are given by Eq. 18 in the CICE v5 documentation with a_pnd a_i replaced by f_b v_in.`` Eq. 18 does not look like the right one. Is eq. 16 in the Icepack documentation the one you were thinking of? (if the eq numbers change, it's the first equation in the 'tracers that depend on other tracers' section)
1.0
which conservation equation? - In the "Mobile and stationary phases" section, ``The conservation equations are given by Eq. 18 in the CICE v5 documentation with a_pnd a_i replaced by f_b v_in.`` Eq. 18 does not look like the right one. Is eq. 16 in the Icepack documentation the one you were thinking of? (if the eq numbers change, it's the first equation in the 'tracers that depend on other tracers' section)
non_comp
which conservation equation in the mobile and stationary phases section the conservation equations are given by eq in the cice documentation with a pnd a i replaced by f b v in eq does not look like the right one is eq in the icepack documentation the one you were thinking of if the eq numbers change it s the first equation in the tracers that depend on other tracers section
0
411,812
12,032,337,110
IssuesEvent
2020-04-13 11:53:54
mir-dataset-loaders/mirdata
https://api.github.com/repos/mir-dataset-loaders/mirdata
closed
`module.load_*` should raise `IOError`, not return `None`
priority question
raised by @rabitt in a meeting today Many of the module-specific loaders, e.g. `orchset.load_melody`, return `None` if the argument does not exist. This can be confusing in the sense that it may suggest that the file exists but that there is no annotation for this file, or that the annotation is not applicable (non-melodic music, following my example above). She now recommends raising an `IOError`. This is a breaking change so i wouldn't recommend it for v0.2 But we can deprecate it in v0.2 and change the behavior in v0.3 @rabitt what should we do for people providing new loaders? Should we tell them to work with the old or the new convention? This affects `new_loader.md` (excerpt below): ``` # -- Write any necessary loader functions for loading the dataset's data def load_annotation(annotation_path): if not os.path.exists(annotation_path): return None ```
1.0
`module.load_*` should raise `IOError`, not return `None` - raised by @rabitt in a meeting today Many of the module-specific loaders, e.g. `orchset.load_melody`, return `None` if the argument does not exist. This can be confusing in the sense that it may suggest that the file exists but that there is no annotation for this file, or that the annotation is not applicable (non-melodic music, following my example above). She now recommends raising an `IOError`. This is a breaking change so i wouldn't recommend it for v0.2 But we can deprecate it in v0.2 and change the behavior in v0.3 @rabitt what should we do for people providing new loaders? Should we tell them to work with the old or the new convention? This affects `new_loader.md` (excerpt below): ``` # -- Write any necessary loader functions for loading the dataset's data def load_annotation(annotation_path): if not os.path.exists(annotation_path): return None ```
non_comp
module load should raise ioerror not return none raised by rabitt in a meeting today many of the module specific loaders e g orchset load melody return none if the argument does not exist this can be confusing in the sense that it may suggest that the file exists but that there is no annotation for this file or that the annotation is not applicable non melodic music following my example above she now recommends raising an ioerror this is a breaking change so i wouldn t recommend it for but we can deprecate it in and change the behavior in rabitt what should we do for people providing new loaders should we tell them to work with the old or the new convention this affects new loader md excerpt below write any necessary loader functions for loading the dataset s data def load annotation annotation path if not os path exists annotation path return none
0
4,744
7,348,749,726
IssuesEvent
2018-03-08 08:05:18
Yoast/wordpress-seo
https://api.github.com/repos/Yoast/wordpress-seo
closed
Readability analysis Unable to find Visual Composer Custom Header headings titles module
backlog bug compatibility support visual composer
### What did you expect to happen? The Readability analysis would find the custom header module ### What happened instead? Readability threw out the error of "The text does not contain any subheadings. Add at least one subheading." ### How can we reproduce this behavior? **1.Install Visual Composer** **2.Add a Custom Header Module** ![screen_shot_2017-03-16_at_1_48_40_pm](https://cloud.githubusercontent.com/assets/8238074/24010959/b97c2fa8-0a4f-11e7-8296-e447e0f2f51b.png) **3.See Yoast fail to pick up the header** ![screen_shot_2017-03-16_at_1_50_03_pm](https://cloud.githubusercontent.com/assets/8238074/24010986/cb933b14-0a4f-11e7-88ff-2cf2330b38b3.png) ### Technical info * WordPress version: 4.7.3 * Yoast SEO version: 4.4 * Visual Composer: 4.12.1
True
Readability analysis Unable to find Visual Composer Custom Header headings titles module - ### What did you expect to happen? The Readability analysis would find the custom header module ### What happened instead? Readability threw out the error of "The text does not contain any subheadings. Add at least one subheading." ### How can we reproduce this behavior? **1.Install Visual Composer** **2.Add a Custom Header Module** ![screen_shot_2017-03-16_at_1_48_40_pm](https://cloud.githubusercontent.com/assets/8238074/24010959/b97c2fa8-0a4f-11e7-8296-e447e0f2f51b.png) **3.See Yoast fail to pick up the header** ![screen_shot_2017-03-16_at_1_50_03_pm](https://cloud.githubusercontent.com/assets/8238074/24010986/cb933b14-0a4f-11e7-88ff-2cf2330b38b3.png) ### Technical info * WordPress version: 4.7.3 * Yoast SEO version: 4.4 * Visual Composer: 4.12.1
comp
readability analysis unable to find visual composer custom header headings titles module what did you expect to happen the readability analysis would find the custom header module what happened instead readability threw out the error of the text does not contain any subheadings add at least one subheading how can we reproduce this behavior install visual composer add a custom header module see yoast fail to pick up the header technical info wordpress version yoast seo version visual composer
1
20,925
31,708,823,825
IssuesEvent
2023-09-09 02:48:52
ankidroid/Anki-Android
https://api.github.com/repos/ankidroid/Anki-Android
reopened
Image not showing in study options menu.
UI Help Wanted Good First Issue! Anki Ecosystem Compatibility Keep Open
###### Reproduction Steps 1. Open AnkiDroid 2. Select select deck ###### Expected Result It should show images. ###### Actual Result It is not showing image. In Anki Desktop it is showing images. But in AnkiDroid showing small square. ###### AnkiDesktop ![fd](https://user-images.githubusercontent.com/12841290/87274066-5fc1bb00-c50d-11ea-81ae-5a9ed6afd186.PNG) ###### AnkiDroid ![demo](https://user-images.githubusercontent.com/12841290/87273875-d4482a00-c50c-11ea-95d3-b1ef2bdbaab8.png) ###### Debug info AnkiDroid 2.12beta5 ###### Research *Enter an [x] character to confirm the points below:* - [ x ] I have read the [support page](https://ankidroid.org/docs/help.html) and am reporting a bug or enhancement request specific to AnkiDroid - [ x ] I have checked the [manual](https://ankidroid.org/docs/manual.html) and the [FAQ](https://github.com/ankidroid/Anki-Android/wiki/FAQ) and could not find a solution to my issue - [ x ] I have searched for similar existing issues here and on the user forum - [ x ] (Optional) I have confirmed the issue is not resolved in the latest alpha release ([instructions](https://docs.ankidroid.org/manual.html#betaTesting))
True
Image not showing in study options menu. - ###### Reproduction Steps 1. Open AnkiDroid 2. Select select deck ###### Expected Result It should show images. ###### Actual Result It is not showing image. In Anki Desktop it is showing images. But in AnkiDroid showing small square. ###### AnkiDesktop ![fd](https://user-images.githubusercontent.com/12841290/87274066-5fc1bb00-c50d-11ea-81ae-5a9ed6afd186.PNG) ###### AnkiDroid ![demo](https://user-images.githubusercontent.com/12841290/87273875-d4482a00-c50c-11ea-95d3-b1ef2bdbaab8.png) ###### Debug info AnkiDroid 2.12beta5 ###### Research *Enter an [x] character to confirm the points below:* - [ x ] I have read the [support page](https://ankidroid.org/docs/help.html) and am reporting a bug or enhancement request specific to AnkiDroid - [ x ] I have checked the [manual](https://ankidroid.org/docs/manual.html) and the [FAQ](https://github.com/ankidroid/Anki-Android/wiki/FAQ) and could not find a solution to my issue - [ x ] I have searched for similar existing issues here and on the user forum - [ x ] (Optional) I have confirmed the issue is not resolved in the latest alpha release ([instructions](https://docs.ankidroid.org/manual.html#betaTesting))
comp
image not showing in study options menu reproduction steps open ankidroid select select deck expected result it should show images actual result it is not showing image in anki desktop it is showing images but in ankidroid showing small square ankidesktop ankidroid debug info ankidroid research enter an character to confirm the points below i have read the and am reporting a bug or enhancement request specific to ankidroid i have checked the and the and could not find a solution to my issue i have searched for similar existing issues here and on the user forum optional i have confirmed the issue is not resolved in the latest alpha release
1
18,874
26,219,196,627
IssuesEvent
2023-01-04 13:34:45
oracle/truffleruby
https://api.github.com/repos/oracle/truffleruby
closed
No case for ToDoubleNodeGen node with values of type BigDecimal
compatibility
Found [here](https://github.com/gogainda/lockbox/blob/master/test/model_types_test.rb#L195) ``` ruby -e "require 'bigdecimal'; puts [BigDecimal('123456789.123456789123456789')].pack('G')" -e:1:in `pack': TruffleRuby doesn't have a case for the org.truffleruby.core.format.convert.ToDoubleNodeGen node with values of type BigDecimal(org.truffleruby.core.basicobject.RubyBasicObject) (TypeError) from org.truffleruby.core.format.convert.ToDoubleNodeGen.executeAndSpecialize(ToDoubleNodeGen.java:136) from org.truffleruby.core.format.convert.ToDoubleNodeGen.executeToDouble(ToDoubleNodeGen.java:55) from org.truffleruby.core.format.read.array.ReadDoubleNode.read(ReadDoubleNode.java:33) from org.truffleruby.core.format.read.array.ReadDoubleNodeGen.executeAndSpecialize(ReadDoubleNodeGen.java:100) from org.truffleruby.core.format.read.array.ReadDoubleNodeGen.execute(ReadDoubleNodeGen.java:64) from org.truffleruby.core.format.convert.ReinterpretAsLongNodeGen.execute(ReinterpretAsLongNodeGen.java:27) from org.truffleruby.core.format.convert.Integer64BigToBytesNodeGen.execute(Integer64BigToBytesNodeGen.java:27) from org.truffleruby.core.format.write.bytes.WriteBytesNodeGen.execute(WriteBytesNodeGen.java:31) from org.truffleruby.core.format.FormatRootNode.execute(FormatRootNode.java:57) from -e:1:in `<main>' ```
True
No case for ToDoubleNodeGen node with values of type BigDecimal - Found [here](https://github.com/gogainda/lockbox/blob/master/test/model_types_test.rb#L195) ``` ruby -e "require 'bigdecimal'; puts [BigDecimal('123456789.123456789123456789')].pack('G')" -e:1:in `pack': TruffleRuby doesn't have a case for the org.truffleruby.core.format.convert.ToDoubleNodeGen node with values of type BigDecimal(org.truffleruby.core.basicobject.RubyBasicObject) (TypeError) from org.truffleruby.core.format.convert.ToDoubleNodeGen.executeAndSpecialize(ToDoubleNodeGen.java:136) from org.truffleruby.core.format.convert.ToDoubleNodeGen.executeToDouble(ToDoubleNodeGen.java:55) from org.truffleruby.core.format.read.array.ReadDoubleNode.read(ReadDoubleNode.java:33) from org.truffleruby.core.format.read.array.ReadDoubleNodeGen.executeAndSpecialize(ReadDoubleNodeGen.java:100) from org.truffleruby.core.format.read.array.ReadDoubleNodeGen.execute(ReadDoubleNodeGen.java:64) from org.truffleruby.core.format.convert.ReinterpretAsLongNodeGen.execute(ReinterpretAsLongNodeGen.java:27) from org.truffleruby.core.format.convert.Integer64BigToBytesNodeGen.execute(Integer64BigToBytesNodeGen.java:27) from org.truffleruby.core.format.write.bytes.WriteBytesNodeGen.execute(WriteBytesNodeGen.java:31) from org.truffleruby.core.format.FormatRootNode.execute(FormatRootNode.java:57) from -e:1:in `<main>' ```
comp
no case for todoublenodegen node with values of type bigdecimal found ruby e require bigdecimal puts pack g e in pack truffleruby doesn t have a case for the org truffleruby core format convert todoublenodegen node with values of type bigdecimal org truffleruby core basicobject rubybasicobject typeerror from org truffleruby core format convert todoublenodegen executeandspecialize todoublenodegen java from org truffleruby core format convert todoublenodegen executetodouble todoublenodegen java from org truffleruby core format read array readdoublenode read readdoublenode java from org truffleruby core format read array readdoublenodegen executeandspecialize readdoublenodegen java from org truffleruby core format read array readdoublenodegen execute readdoublenodegen java from org truffleruby core format convert reinterpretaslongnodegen execute reinterpretaslongnodegen java from org truffleruby core format convert execute java from org truffleruby core format write bytes writebytesnodegen execute writebytesnodegen java from org truffleruby core format formatrootnode execute formatrootnode java from e in
1
43,331
11,626,147,676
IssuesEvent
2020-02-27 13:58:18
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
CockroachDB does not yet implement STDDEV_SAMP() and VAR_SAMP()
C: DB: CockroachDB C: Functionality E: Enterprise Edition E: Professional Edition P: Medium R: Fixed T: Defect
The `@Support` annotations on `DSL#stddevSamp()` and `DSL#varSamp()` incorrectly list `COCKROACHDB`. Support for these aggregate functions has not yet been implemented.
1.0
CockroachDB does not yet implement STDDEV_SAMP() and VAR_SAMP() - The `@Support` annotations on `DSL#stddevSamp()` and `DSL#varSamp()` incorrectly list `COCKROACHDB`. Support for these aggregate functions has not yet been implemented.
non_comp
cockroachdb does not yet implement stddev samp and var samp the support annotations on dsl stddevsamp and dsl varsamp incorrectly list cockroachdb support for these aggregate functions has not yet been implemented
0
415,219
28,023,495,599
IssuesEvent
2023-03-28 07:34:54
openBackhaul/ApplicationPattern
https://api.github.com/repos/openBackhaul/ApplicationPattern
closed
Add editable src picture for TAC documentation
documentation
The TinyApplicationController description contains a picture, which is not editable. An editable version also needs to be added to the [TAC documentation folder](https://github.com/openBackhaul/ApplicationPattern/tree/develop/doc/TinyApplicationController) Next steps: 1. Prathiba to check if she has an editable version of the picture (e.g. ppt), if yes I will upload it 2. if no editable version is available, I will redraw the picture and update the repo accordingly.
1.0
Add editable src picture for TAC documentation - The TinyApplicationController description contains a picture, which is not editable. An editable version also needs to be added to the [TAC documentation folder](https://github.com/openBackhaul/ApplicationPattern/tree/develop/doc/TinyApplicationController) Next steps: 1. Prathiba to check if she has an editable version of the picture (e.g. ppt), if yes I will upload it 2. if no editable version is available, I will redraw the picture and update the repo accordingly.
non_comp
add editable src picture for tac documentation the tinyapplicationcontroller description contains a picture which is not editable an editable version also needs to be added to the next steps prathiba to check if she has an editable version of the picture e g ppt if yes i will upload it if no editable version is available i will redraw the picture and update the repo accordingly
0
2,212
2,524,676,602
IssuesEvent
2015-01-20 19:21:59
ubc/acj-versus
https://api.github.com/repos/ubc/acj-versus
opened
No login feedback for logging in with CAS authentication
enhancement low priority
When someone logins with their CAS login credential (correct username and password combination), but they are not in the system, they are redirected back to the homepage with login overlay. No error messages appear telling the user they have authenticated successfully but they are no in the ACJ application.
1.0
No login feedback for logging in with CAS authentication - When someone logins with their CAS login credential (correct username and password combination), but they are not in the system, they are redirected back to the homepage with login overlay. No error messages appear telling the user they have authenticated successfully but they are no in the ACJ application.
non_comp
no login feedback for logging in with cas authentication when someone logins with their cas login credential correct username and password combination but they are not in the system they are redirected back to the homepage with login overlay no error messages appear telling the user they have authenticated successfully but they are no in the acj application
0
16,408
22,150,460,651
IssuesEvent
2022-06-03 16:11:14
apache/beam
https://api.github.com/repos/apache/beam
opened
Remove the notion of a Fake subscription from PubsubIO
io-java-gcp P3 improvement backward-incompatible
PubsubSubscription should be cleaned up and references to a "Fake" type removed. start_signal/ is no longer needed since StreamingCreate has been replaced with an UnboundedReadFromBoundedSource. random/ was created but never used in Dataflow or Apache Beam Imported from Jira [BEAM-496](https://issues.apache.org/jira/browse/BEAM-496). Original Jira may contain additional context. Reported by: lcwik.
True
Remove the notion of a Fake subscription from PubsubIO - PubsubSubscription should be cleaned up and references to a "Fake" type removed. start_signal/ is no longer needed since StreamingCreate has been replaced with an UnboundedReadFromBoundedSource. random/ was created but never used in Dataflow or Apache Beam Imported from Jira [BEAM-496](https://issues.apache.org/jira/browse/BEAM-496). Original Jira may contain additional context. Reported by: lcwik.
comp
remove the notion of a fake subscription from pubsubio pubsubsubscription should be cleaned up and references to a fake type removed start signal is no longer needed since streamingcreate has been replaced with an unboundedreadfromboundedsource random was created but never used in dataflow or apache beam imported from jira original jira may contain additional context reported by lcwik
1
5,844
8,299,889,188
IssuesEvent
2018-09-21 05:49:20
MightyPirates/OpenComputers
https://api.github.com/repos/MightyPirates/OpenComputers
closed
"Unknown error" when transfering fluid to an IC2 machine
incompatibility
1. Place a transposer next to any IC2 machine that accepts fluids (like Ore Washing Plant). 2. Fill the machine fluid storage (in this case, with water). 3. Then call `transposer.transferFluid` to transfer the same fluid to the machine. It fails, and returns `nil, "unknown error"` instead of `false, 0.0`. The [error stacktrace](https://gist.github.com/Fingercomp/b79e3b8a0434c02a3abcfe5ec3cb5457) is printed to the server log. * OC version: 1.6.2 * MC version: 1.7.10 * IC2 version: 2.2.827
True
"Unknown error" when transfering fluid to an IC2 machine - 1. Place a transposer next to any IC2 machine that accepts fluids (like Ore Washing Plant). 2. Fill the machine fluid storage (in this case, with water). 3. Then call `transposer.transferFluid` to transfer the same fluid to the machine. It fails, and returns `nil, "unknown error"` instead of `false, 0.0`. The [error stacktrace](https://gist.github.com/Fingercomp/b79e3b8a0434c02a3abcfe5ec3cb5457) is printed to the server log. * OC version: 1.6.2 * MC version: 1.7.10 * IC2 version: 2.2.827
comp
unknown error when transfering fluid to an machine place a transposer next to any machine that accepts fluids like ore washing plant fill the machine fluid storage in this case with water then call transposer transferfluid to transfer the same fluid to the machine it fails and returns nil unknown error instead of false the is printed to the server log oc version mc version version
1
17,396
23,982,929,782
IssuesEvent
2022-09-13 16:26:42
dominique-mueller/hugo-installer
https://api.github.com/repos/dominique-mueller/hugo-installer
closed
hugo-installer fails on macOS as of v0.102.0
type: compatibility
The ARM-based Hugo binaries for Macintosh have been replaced by Universal binaries as of v0.102.0. hugo-installer breaks when attempting to install any Hugo version above v0.101.0. From the Hugo v0.102.0 release notes: > The MacOS archives have been replaced with universal/fat binaries that works on all MacOS platforms, named *macOS-universal.tar.gz. [https://github.com/gohugoio/hugo/releases/tag/v0.102.0](https://github.com/gohugoio/hugo/releases/tag/v0.102.0)
True
hugo-installer fails on macOS as of v0.102.0 - The ARM-based Hugo binaries for Macintosh have been replaced by Universal binaries as of v0.102.0. hugo-installer breaks when attempting to install any Hugo version above v0.101.0. From the Hugo v0.102.0 release notes: > The MacOS archives have been replaced with universal/fat binaries that works on all MacOS platforms, named *macOS-universal.tar.gz. [https://github.com/gohugoio/hugo/releases/tag/v0.102.0](https://github.com/gohugoio/hugo/releases/tag/v0.102.0)
comp
hugo installer fails on macos as of the arm based hugo binaries for macintosh have been replaced by universal binaries as of hugo installer breaks when attempting to install any hugo version above from the hugo release notes the macos archives have been replaced with universal fat binaries that works on all macos platforms named macos universal tar gz
1
29,795
8,408,498,070
IssuesEvent
2018-10-12 02:00:07
supercollider/supercollider
https://api.github.com/repos/supercollider/supercollider
closed
Compiling in release with gcc 8.2 causes FP math issues
comp: build comp: sclang
Environment ----------- * Your SuperCollider version: 3.9.3 (installed from the comunity repositories of arch) * Your operating system and version: Arch Linux <!--- If you are compiling from a branch other than master, please provide the SHA1 hash of the commit --> <!--- Include any other relevant details about your environment (Qt version, audio driver, etc.) --> Steps to reproduce (for bugs) ----------------------------- ```supercollider (0/0).isNaN // Please paste SuperCollider code here. // It really helps if you try to simplify your example as much as possible. ``` Expected Behavior ----------------- returns true <!--- If you're describing a bug, tell us what should happen --> <!--- If you're suggesting a change/improvement, tell us how it should work --> Current Behavior ---------------- returns false <!--- If describing a bug, tell us what happens instead of the expected behavior --> <!--- If suggesting a change/improvement, explain the difference from current behavior --> <!--- Thanks again for contributing! --> isNaN is implemented by testing < and > of 0 ... and these tests are already not behaving as expected.
1.0
Compiling in release with gcc 8.2 causes FP math issues - Environment ----------- * Your SuperCollider version: 3.9.3 (installed from the comunity repositories of arch) * Your operating system and version: Arch Linux <!--- If you are compiling from a branch other than master, please provide the SHA1 hash of the commit --> <!--- Include any other relevant details about your environment (Qt version, audio driver, etc.) --> Steps to reproduce (for bugs) ----------------------------- ```supercollider (0/0).isNaN // Please paste SuperCollider code here. // It really helps if you try to simplify your example as much as possible. ``` Expected Behavior ----------------- returns true <!--- If you're describing a bug, tell us what should happen --> <!--- If you're suggesting a change/improvement, tell us how it should work --> Current Behavior ---------------- returns false <!--- If describing a bug, tell us what happens instead of the expected behavior --> <!--- If suggesting a change/improvement, explain the difference from current behavior --> <!--- Thanks again for contributing! --> isNaN is implemented by testing < and > of 0 ... and these tests are already not behaving as expected.
non_comp
compiling in release with gcc causes fp math issues environment your supercollider version installed from the comunity repositories of arch your operating system and version arch linux steps to reproduce for bugs supercollider isnan please paste supercollider code here it really helps if you try to simplify your example as much as possible expected behavior returns true current behavior returns false isnan is implemented by testing of and these tests are already not behaving as expected
0
134,779
18,504,927,211
IssuesEvent
2021-10-19 17:25:40
CMSgov/macpro-quickstart-serverless
https://api.github.com/repos/CMSgov/macpro-quickstart-serverless
closed
SHF - macpro-quickstart-serverless - master - MEDIUM - CloudFront.5 CloudFront distributions should have logging enabled
security-hub
************************************************************** __This issue was generated from Security Hub data and is managed through automation.__ Please do not edit the title or body of this issue, or remove the security-hub tag. All other edits/comments are welcome. Finding Id: arn:aws:securityhub:us-east-1:666736308865:subscription/aws-foundational-security-best-practices/v/1.0.0/CloudFront.5/finding/ca000ae6-4791-43a7-a39e-761d34f236a5 ************************************************************** ## Type of Issue: - [x] Security Hub Finding ## Title: CloudFront.5 CloudFront distributions should have logging enabled ## Id: arn:aws:securityhub:us-east-1:666736308865:subscription/aws-foundational-security-best-practices/v/1.0.0/CloudFront.5/finding/ca000ae6-4791-43a7-a39e-761d34f236a5 (You may use this ID to lookup this finding's details in Security Hub) ## Description This control checks to see if server access logging is enabled on Amazon CloudFront Distributions. The control will fail if access logging is not enabled for the distribution. ## Remediation https://docs.aws.amazon.com/console/securityhub/CloudFront.5/remediation ## AC: - The security hub finding is resolved or suppressed, indicated by a Workflow Status of Resolved or Suppressed.
True
SHF - macpro-quickstart-serverless - master - MEDIUM - CloudFront.5 CloudFront distributions should have logging enabled - ************************************************************** __This issue was generated from Security Hub data and is managed through automation.__ Please do not edit the title or body of this issue, or remove the security-hub tag. All other edits/comments are welcome. Finding Id: arn:aws:securityhub:us-east-1:666736308865:subscription/aws-foundational-security-best-practices/v/1.0.0/CloudFront.5/finding/ca000ae6-4791-43a7-a39e-761d34f236a5 ************************************************************** ## Type of Issue: - [x] Security Hub Finding ## Title: CloudFront.5 CloudFront distributions should have logging enabled ## Id: arn:aws:securityhub:us-east-1:666736308865:subscription/aws-foundational-security-best-practices/v/1.0.0/CloudFront.5/finding/ca000ae6-4791-43a7-a39e-761d34f236a5 (You may use this ID to lookup this finding's details in Security Hub) ## Description This control checks to see if server access logging is enabled on Amazon CloudFront Distributions. The control will fail if access logging is not enabled for the distribution. ## Remediation https://docs.aws.amazon.com/console/securityhub/CloudFront.5/remediation ## AC: - The security hub finding is resolved or suppressed, indicated by a Workflow Status of Resolved or Suppressed.
non_comp
shf macpro quickstart serverless master medium cloudfront cloudfront distributions should have logging enabled this issue was generated from security hub data and is managed through automation please do not edit the title or body of this issue or remove the security hub tag all other edits comments are welcome finding id arn aws securityhub us east subscription aws foundational security best practices v cloudfront finding type of issue security hub finding title cloudfront cloudfront distributions should have logging enabled id arn aws securityhub us east subscription aws foundational security best practices v cloudfront finding you may use this id to lookup this finding s details in security hub description this control checks to see if server access logging is enabled on amazon cloudfront distributions the control will fail if access logging is not enabled for the distribution remediation ac the security hub finding is resolved or suppressed indicated by a workflow status of resolved or suppressed
0
455,044
13,110,752,954
IssuesEvent
2020-08-04 21:18:52
CDH-Studio/UpSkill
https://api.github.com/repos/CDH-Studio/UpSkill
opened
Show visibility setting (image) on top right of card to all users
High priority enhancement
**Is your feature request related to a problem? Please describe.** Users need to view visibility settings for each card aside from greyed area. Also, administrators can view all sections and all profile. **Describe the solution you'd like** - When visibility is set to hidden, hide the content of the card but keep the heading with the selected privacy settings image on the card. - Continue to use greyed section for additional visible cue.
1.0
Show visibility setting (image) on top right of card to all users - **Is your feature request related to a problem? Please describe.** Users need to view visibility settings for each card aside from greyed area. Also, administrators can view all sections and all profile. **Describe the solution you'd like** - When visibility is set to hidden, hide the content of the card but keep the heading with the selected privacy settings image on the card. - Continue to use greyed section for additional visible cue.
non_comp
show visibility setting image on top right of card to all users is your feature request related to a problem please describe users need to view visibility settings for each card aside from greyed area also administrators can view all sections and all profile describe the solution you d like when visibility is set to hidden hide the content of the card but keep the heading with the selected privacy settings image on the card continue to use greyed section for additional visible cue
0
7,654
9,917,433,958
IssuesEvent
2019-06-29 00:27:14
sass/libsass
https://api.github.com/repos/sass/libsass
opened
keywords() should throw an error when passed a list that's not an argument list
Compatibility - P2
If the `keywords()` function is passed a list that didn't come from a `...` declaration in a mixin or function name, it should throw an error. Currently in LibSass, it just returns an empty map.
True
keywords() should throw an error when passed a list that's not an argument list - If the `keywords()` function is passed a list that didn't come from a `...` declaration in a mixin or function name, it should throw an error. Currently in LibSass, it just returns an empty map.
comp
keywords should throw an error when passed a list that s not an argument list if the keywords function is passed a list that didn t come from a declaration in a mixin or function name it should throw an error currently in libsass it just returns an empty map
1
11,573
13,612,866,717
IssuesEvent
2020-09-23 10:58:23
oracle/truffleruby
https://api.github.com/repos/oracle/truffleruby
closed
Rubocop 0.91 failure: undefined method `<<' for #<Truffle::Digest:0x2aaf8>
compatibility
``` 0 files inspected, no offenses detected undefined method `<<' for #<Truffle::Digest:0x2aaf8> /home/travis/build/athityakumar/colorls/vendor/bundle/truffleruby/20.3.0-dev-983a39e6/gems/rubocop-0.91.0/lib/rubocop/result_cache.rb:183:in `rubocop_checksum' /home/travis/build/athityakumar/colorls/vendor/bundle/truffleruby/20.3.0-dev-983a39e6/gems/rubocop-0.91.0/lib/rubocop/result_cache.rb:94:in `initialize' /home/travis/build/athityakumar/colorls/vendor/bundle/truffleruby/20.3.0-dev-983a39e6/gems/rubocop-0.91.0/lib/rubocop/runner.rb:135:in `new' /home/travis/build/athityakumar/colorls/vendor/bundle/truffleruby/20.3.0-dev-983a39e6/gems/rubocop-0.91.0/lib/rubocop/runner.rb:135:in `cached_result' /home/travis/build/athityakumar/colorls/vendor/bundle/truffleruby/20.3.0-dev-983a39e6/gems/rubocop-0.91.0/lib/rubocop/runner.rb:140:in `file_offense_cache' /home/travis/build/athityakumar/colorls/vendor/bundle/truffleruby/20.3.0-dev-983a39e6/gems/rubocop-0.91.0/lib/rubocop/runner.rb:127:in `file_offenses' /home/travis/build/athityakumar/colorls/vendor/bundle/truffleruby/20.3.0-dev-983a39e6/gems/rubocop-0.91.0/lib/rubocop/runner.rb:118:in `process_file' /home/travis/build/athityakumar/colorls/vendor/bundle/truffleruby/20.3.0-dev-983a39e6/gems/rubocop-0.91.0/lib/rubocop/runner.rb:97:in `block in each_inspected_file' <internal:core> core/enumerable.rb:448:in `inject' /home/travis/build/athityakumar/colorls/vendor/bundle/truffleruby/20.3.0-dev-983a39e6/gems/rubocop-0.91.0/lib/rubocop/runner.rb:96:in `each_inspected_file' /home/travis/build/athityakumar/colorls/vendor/bundle/truffleruby/20.3.0-dev-983a39e6/gems/rubocop-0.91.0/lib/rubocop/runner.rb:82:in `inspect_files' /home/travis/build/athityakumar/colorls/vendor/bundle/truffleruby/20.3.0-dev-983a39e6/gems/rubocop-0.91.0/lib/rubocop/runner.rb:43:in `run' /home/travis/build/athityakumar/colorls/vendor/bundle/truffleruby/20.3.0-dev-983a39e6/gems/rubocop-0.91.0/lib/rubocop/cli/command/execute_runner.rb:25:in `execute_runner' /home/travis/build/athityakumar/colorls/vendor/bundle/truffleruby/20.3.0-dev-983a39e6/gems/rubocop-0.91.0/lib/rubocop/cli/command/execute_runner.rb:17:in `run' /home/travis/build/athityakumar/colorls/vendor/bundle/truffleruby/20.3.0-dev-983a39e6/gems/rubocop-0.91.0/lib/rubocop/cli/command.rb:11:in `run' /home/travis/build/athityakumar/colorls/vendor/bundle/truffleruby/20.3.0-dev-983a39e6/gems/rubocop-0.91.0/lib/rubocop/cli/environment.rb:18:in `run' /home/travis/build/athityakumar/colorls/vendor/bundle/truffleruby/20.3.0-dev-983a39e6/gems/rubocop-0.91.0/lib/rubocop/cli.rb:65:in `run_command' /home/travis/build/athityakumar/colorls/vendor/bundle/truffleruby/20.3.0-dev-983a39e6/gems/rubocop-0.91.0/lib/rubocop/cli.rb:72:in `execute_runners' /home/travis/build/athityakumar/colorls/vendor/bundle/truffleruby/20.3.0-dev-983a39e6/gems/rubocop-0.91.0/lib/rubocop/cli.rb:41:in `run' /home/travis/build/athityakumar/colorls/vendor/bundle/truffleruby/20.3.0-dev-983a39e6/gems/rubocop-0.91.0/exe/rubocop:13:in `block in <top (required)>' /home/travis/.rvm/rubies/truffleruby-head/lib/mri/benchmark.rb:308:in `realtime' /home/travis/build/athityakumar/colorls/vendor/bundle/truffleruby/20.3.0-dev-983a39e6/gems/rubocop-0.91.0/exe/rubocop:12:in `<top (required)>' <internal:core> core/kernel.rb:402:in `load' <internal:core> core/kernel.rb:402:in `load' /home/travis/build/athityakumar/colorls/vendor/bundle/truffleruby/20.3.0-dev-983a39e6/bin/rubocop:23:in `<top (required)>' <internal:core> core/kernel.rb:402:in `load' <internal:core> core/kernel.rb:402:in `load' /home/travis/.rvm/gems/truffleruby-head/gems/bundler-2.1.4/lib/bundler/cli/exec.rb:63:in `kernel_load' /home/travis/.rvm/gems/truffleruby-head/gems/bundler-2.1.4/lib/bundler/cli/exec.rb:28:in `run' /home/travis/.rvm/gems/truffleruby-head/gems/bundler-2.1.4/lib/bundler/cli.rb:476:in `exec' /home/travis/.rvm/gems/truffleruby-head/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run' /home/travis/.rvm/gems/truffleruby-head/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command' /home/travis/.rvm/gems/truffleruby-head/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor.rb:399:in `dispatch' /home/travis/.rvm/gems/truffleruby-head/gems/bundler-2.1.4/lib/bundler/cli.rb:30:in `dispatch' /home/travis/.rvm/gems/truffleruby-head/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor/base.rb:476:in `start' /home/travis/.rvm/gems/truffleruby-head/gems/bundler-2.1.4/lib/bundler/cli.rb:24:in `start' /home/travis/.rvm/gems/truffleruby-head/gems/bundler-2.1.4/exe/bundle:46:in `block in <top (required)>' /home/travis/.rvm/gems/truffleruby-head/gems/bundler-2.1.4/lib/bundler/friendly_errors.rb:123:in `with_friendly_errors' /home/travis/.rvm/gems/truffleruby-head/gems/bundler-2.1.4/exe/bundle:34:in `<top (required)>' <internal:core> core/kernel.rb:402:in `load' <internal:core> core/kernel.rb:402:in `load' /home/travis/.rvm/gems/truffleruby-head/bin/bundle:23:in `<main>' The command "bundle exec rubocop" exited with 2. ``` from [here](https://travis-ci.org/github/athityakumar/colorls/builds/727860910)
True
Rubocop 0.91 failure: undefined method `<<' for #<Truffle::Digest:0x2aaf8> - ``` 0 files inspected, no offenses detected undefined method `<<' for #<Truffle::Digest:0x2aaf8> /home/travis/build/athityakumar/colorls/vendor/bundle/truffleruby/20.3.0-dev-983a39e6/gems/rubocop-0.91.0/lib/rubocop/result_cache.rb:183:in `rubocop_checksum' /home/travis/build/athityakumar/colorls/vendor/bundle/truffleruby/20.3.0-dev-983a39e6/gems/rubocop-0.91.0/lib/rubocop/result_cache.rb:94:in `initialize' /home/travis/build/athityakumar/colorls/vendor/bundle/truffleruby/20.3.0-dev-983a39e6/gems/rubocop-0.91.0/lib/rubocop/runner.rb:135:in `new' /home/travis/build/athityakumar/colorls/vendor/bundle/truffleruby/20.3.0-dev-983a39e6/gems/rubocop-0.91.0/lib/rubocop/runner.rb:135:in `cached_result' /home/travis/build/athityakumar/colorls/vendor/bundle/truffleruby/20.3.0-dev-983a39e6/gems/rubocop-0.91.0/lib/rubocop/runner.rb:140:in `file_offense_cache' /home/travis/build/athityakumar/colorls/vendor/bundle/truffleruby/20.3.0-dev-983a39e6/gems/rubocop-0.91.0/lib/rubocop/runner.rb:127:in `file_offenses' /home/travis/build/athityakumar/colorls/vendor/bundle/truffleruby/20.3.0-dev-983a39e6/gems/rubocop-0.91.0/lib/rubocop/runner.rb:118:in `process_file' /home/travis/build/athityakumar/colorls/vendor/bundle/truffleruby/20.3.0-dev-983a39e6/gems/rubocop-0.91.0/lib/rubocop/runner.rb:97:in `block in each_inspected_file' <internal:core> core/enumerable.rb:448:in `inject' /home/travis/build/athityakumar/colorls/vendor/bundle/truffleruby/20.3.0-dev-983a39e6/gems/rubocop-0.91.0/lib/rubocop/runner.rb:96:in `each_inspected_file' /home/travis/build/athityakumar/colorls/vendor/bundle/truffleruby/20.3.0-dev-983a39e6/gems/rubocop-0.91.0/lib/rubocop/runner.rb:82:in `inspect_files' /home/travis/build/athityakumar/colorls/vendor/bundle/truffleruby/20.3.0-dev-983a39e6/gems/rubocop-0.91.0/lib/rubocop/runner.rb:43:in `run' /home/travis/build/athityakumar/colorls/vendor/bundle/truffleruby/20.3.0-dev-983a39e6/gems/rubocop-0.91.0/lib/rubocop/cli/command/execute_runner.rb:25:in `execute_runner' /home/travis/build/athityakumar/colorls/vendor/bundle/truffleruby/20.3.0-dev-983a39e6/gems/rubocop-0.91.0/lib/rubocop/cli/command/execute_runner.rb:17:in `run' /home/travis/build/athityakumar/colorls/vendor/bundle/truffleruby/20.3.0-dev-983a39e6/gems/rubocop-0.91.0/lib/rubocop/cli/command.rb:11:in `run' /home/travis/build/athityakumar/colorls/vendor/bundle/truffleruby/20.3.0-dev-983a39e6/gems/rubocop-0.91.0/lib/rubocop/cli/environment.rb:18:in `run' /home/travis/build/athityakumar/colorls/vendor/bundle/truffleruby/20.3.0-dev-983a39e6/gems/rubocop-0.91.0/lib/rubocop/cli.rb:65:in `run_command' /home/travis/build/athityakumar/colorls/vendor/bundle/truffleruby/20.3.0-dev-983a39e6/gems/rubocop-0.91.0/lib/rubocop/cli.rb:72:in `execute_runners' /home/travis/build/athityakumar/colorls/vendor/bundle/truffleruby/20.3.0-dev-983a39e6/gems/rubocop-0.91.0/lib/rubocop/cli.rb:41:in `run' /home/travis/build/athityakumar/colorls/vendor/bundle/truffleruby/20.3.0-dev-983a39e6/gems/rubocop-0.91.0/exe/rubocop:13:in `block in <top (required)>' /home/travis/.rvm/rubies/truffleruby-head/lib/mri/benchmark.rb:308:in `realtime' /home/travis/build/athityakumar/colorls/vendor/bundle/truffleruby/20.3.0-dev-983a39e6/gems/rubocop-0.91.0/exe/rubocop:12:in `<top (required)>' <internal:core> core/kernel.rb:402:in `load' <internal:core> core/kernel.rb:402:in `load' /home/travis/build/athityakumar/colorls/vendor/bundle/truffleruby/20.3.0-dev-983a39e6/bin/rubocop:23:in `<top (required)>' <internal:core> core/kernel.rb:402:in `load' <internal:core> core/kernel.rb:402:in `load' /home/travis/.rvm/gems/truffleruby-head/gems/bundler-2.1.4/lib/bundler/cli/exec.rb:63:in `kernel_load' /home/travis/.rvm/gems/truffleruby-head/gems/bundler-2.1.4/lib/bundler/cli/exec.rb:28:in `run' /home/travis/.rvm/gems/truffleruby-head/gems/bundler-2.1.4/lib/bundler/cli.rb:476:in `exec' /home/travis/.rvm/gems/truffleruby-head/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run' /home/travis/.rvm/gems/truffleruby-head/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command' /home/travis/.rvm/gems/truffleruby-head/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor.rb:399:in `dispatch' /home/travis/.rvm/gems/truffleruby-head/gems/bundler-2.1.4/lib/bundler/cli.rb:30:in `dispatch' /home/travis/.rvm/gems/truffleruby-head/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor/base.rb:476:in `start' /home/travis/.rvm/gems/truffleruby-head/gems/bundler-2.1.4/lib/bundler/cli.rb:24:in `start' /home/travis/.rvm/gems/truffleruby-head/gems/bundler-2.1.4/exe/bundle:46:in `block in <top (required)>' /home/travis/.rvm/gems/truffleruby-head/gems/bundler-2.1.4/lib/bundler/friendly_errors.rb:123:in `with_friendly_errors' /home/travis/.rvm/gems/truffleruby-head/gems/bundler-2.1.4/exe/bundle:34:in `<top (required)>' <internal:core> core/kernel.rb:402:in `load' <internal:core> core/kernel.rb:402:in `load' /home/travis/.rvm/gems/truffleruby-head/bin/bundle:23:in `<main>' The command "bundle exec rubocop" exited with 2. ``` from [here](https://travis-ci.org/github/athityakumar/colorls/builds/727860910)
comp
rubocop failure undefined method files inspected no offenses detected undefined method home travis build athityakumar colorls vendor bundle truffleruby dev gems rubocop lib rubocop result cache rb in rubocop checksum home travis build athityakumar colorls vendor bundle truffleruby dev gems rubocop lib rubocop result cache rb in initialize home travis build athityakumar colorls vendor bundle truffleruby dev gems rubocop lib rubocop runner rb in new home travis build athityakumar colorls vendor bundle truffleruby dev gems rubocop lib rubocop runner rb in cached result home travis build athityakumar colorls vendor bundle truffleruby dev gems rubocop lib rubocop runner rb in file offense cache home travis build athityakumar colorls vendor bundle truffleruby dev gems rubocop lib rubocop runner rb in file offenses home travis build athityakumar colorls vendor bundle truffleruby dev gems rubocop lib rubocop runner rb in process file home travis build athityakumar colorls vendor bundle truffleruby dev gems rubocop lib rubocop runner rb in block in each inspected file core enumerable rb in inject home travis build athityakumar colorls vendor bundle truffleruby dev gems rubocop lib rubocop runner rb in each inspected file home travis build athityakumar colorls vendor bundle truffleruby dev gems rubocop lib rubocop runner rb in inspect files home travis build athityakumar colorls vendor bundle truffleruby dev gems rubocop lib rubocop runner rb in run home travis build athityakumar colorls vendor bundle truffleruby dev gems rubocop lib rubocop cli command execute runner rb in execute runner home travis build athityakumar colorls vendor bundle truffleruby dev gems rubocop lib rubocop cli command execute runner rb in run home travis build athityakumar colorls vendor bundle truffleruby dev gems rubocop lib rubocop cli command rb in run home travis build athityakumar colorls vendor bundle truffleruby dev gems rubocop lib rubocop cli environment rb in run home travis build athityakumar colorls vendor bundle truffleruby dev gems rubocop lib rubocop cli rb in run command home travis build athityakumar colorls vendor bundle truffleruby dev gems rubocop lib rubocop cli rb in execute runners home travis build athityakumar colorls vendor bundle truffleruby dev gems rubocop lib rubocop cli rb in run home travis build athityakumar colorls vendor bundle truffleruby dev gems rubocop exe rubocop in block in home travis rvm rubies truffleruby head lib mri benchmark rb in realtime home travis build athityakumar colorls vendor bundle truffleruby dev gems rubocop exe rubocop in core kernel rb in load core kernel rb in load home travis build athityakumar colorls vendor bundle truffleruby dev bin rubocop in core kernel rb in load core kernel rb in load home travis rvm gems truffleruby head gems bundler lib bundler cli exec rb in kernel load home travis rvm gems truffleruby head gems bundler lib bundler cli exec rb in run home travis rvm gems truffleruby head gems bundler lib bundler cli rb in exec home travis rvm gems truffleruby head gems bundler lib bundler vendor thor lib thor command rb in run home travis rvm gems truffleruby head gems bundler lib bundler vendor thor lib thor invocation rb in invoke command home travis rvm gems truffleruby head gems bundler lib bundler vendor thor lib thor rb in dispatch home travis rvm gems truffleruby head gems bundler lib bundler cli rb in dispatch home travis rvm gems truffleruby head gems bundler lib bundler vendor thor lib thor base rb in start home travis rvm gems truffleruby head gems bundler lib bundler cli rb in start home travis rvm gems truffleruby head gems bundler exe bundle in block in home travis rvm gems truffleruby head gems bundler lib bundler friendly errors rb in with friendly errors home travis rvm gems truffleruby head gems bundler exe bundle in core kernel rb in load core kernel rb in load home travis rvm gems truffleruby head bin bundle in the command bundle exec rubocop exited with from
1
278,914
30,702,423,857
IssuesEvent
2023-07-27 01:29:00
nidhi7598/linux-3.0.35_CVE-2018-13405
https://api.github.com/repos/nidhi7598/linux-3.0.35_CVE-2018-13405
closed
CVE-2013-0871 (High) detected in linux-stable-rtv3.8.6, linux-stable-rtv3.8.6 - autoclosed
Mend: dependency security vulnerability
## CVE-2013-0871 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linux-stable-rtv3.8.6</b>, <b>linux-stable-rtv3.8.6</b></p></summary> <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> Race condition in the ptrace functionality in the Linux kernel before 3.7.5 allows local users to gain privileges via a PTRACE_SETREGS ptrace system call in a crafted application, as demonstrated by ptrace_death. <p>Publish Date: 2013-02-18 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2013-0871>CVE-2013-0871</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: Local - Attack Complexity: High - Privileges Required: None - User Interaction: None - 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-2013-0871">https://nvd.nist.gov/vuln/detail/CVE-2013-0871</a></p> <p>Release Date: 2013-02-18</p> <p>Fix Resolution: 3.7.5</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2013-0871 (High) detected in linux-stable-rtv3.8.6, linux-stable-rtv3.8.6 - autoclosed - ## CVE-2013-0871 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linux-stable-rtv3.8.6</b>, <b>linux-stable-rtv3.8.6</b></p></summary> <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> Race condition in the ptrace functionality in the Linux kernel before 3.7.5 allows local users to gain privileges via a PTRACE_SETREGS ptrace system call in a crafted application, as demonstrated by ptrace_death. <p>Publish Date: 2013-02-18 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2013-0871>CVE-2013-0871</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: Local - Attack Complexity: High - Privileges Required: None - User Interaction: None - 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-2013-0871">https://nvd.nist.gov/vuln/detail/CVE-2013-0871</a></p> <p>Release Date: 2013-02-18</p> <p>Fix Resolution: 3.7.5</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_comp
cve high detected in linux stable linux stable autoclosed cve high severity vulnerability vulnerable libraries linux stable linux stable vulnerability details race condition in the ptrace functionality in the linux kernel before allows local users to gain privileges via a ptrace setregs ptrace system call in a crafted application as demonstrated by ptrace death publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity high privileges required none user interaction none 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 mend
0
10,977
13,002,466,885
IssuesEvent
2020-07-24 03:24:18
pypa/pip
https://api.github.com/repos/pypa/pip
closed
Fail legacy install if .egg-info directory was not created
!release blocker K: backwards incompatible P: setuptools type: deprecation
**What's the problem this feature will solve?** Currently on the legacy install code path ([here](https://github.com/pypa/pip/blob/e0239735a3d8a504e00133090dde2210b6564a38/src/pip/_internal/req/req_install.py#L997-L1004)) if execution of `setup.py install ...` didn't result in an `.egg-info` directory being created we trace a warning and continue. This is bad because we will have installed an uninstallable package and the only penalty is a small warning which is very easy to miss. **Describe the solution you'd like** Instead of tracing a warning we should throw an exception. This prevents additional packages from being installed and possibly hiding the warning from users. **Alternative Solutions** Continue tracing the warning as before. **Additional context** * [this support query](https://kite.trade/forum/discussion/4335/could-not-find-egg-info-directory-in-install-record-for-kiteconnect) for [this package](https://github.com/zerodhatech/pykiteconnect/blob/7af60a776fbfafb6c30cfbd8d4f6c192618c5af5/setup.py#L48) which does an egg install in its setup.py regardless of setuptools version. * [this query](https://stackoverflow.com/questions/26091641/what-does-a-could-not-find-egg-info-directory-in-install-record-from-pip-mean) which implicates having an older version of setuptools
True
Fail legacy install if .egg-info directory was not created - **What's the problem this feature will solve?** Currently on the legacy install code path ([here](https://github.com/pypa/pip/blob/e0239735a3d8a504e00133090dde2210b6564a38/src/pip/_internal/req/req_install.py#L997-L1004)) if execution of `setup.py install ...` didn't result in an `.egg-info` directory being created we trace a warning and continue. This is bad because we will have installed an uninstallable package and the only penalty is a small warning which is very easy to miss. **Describe the solution you'd like** Instead of tracing a warning we should throw an exception. This prevents additional packages from being installed and possibly hiding the warning from users. **Alternative Solutions** Continue tracing the warning as before. **Additional context** * [this support query](https://kite.trade/forum/discussion/4335/could-not-find-egg-info-directory-in-install-record-for-kiteconnect) for [this package](https://github.com/zerodhatech/pykiteconnect/blob/7af60a776fbfafb6c30cfbd8d4f6c192618c5af5/setup.py#L48) which does an egg install in its setup.py regardless of setuptools version. * [this query](https://stackoverflow.com/questions/26091641/what-does-a-could-not-find-egg-info-directory-in-install-record-from-pip-mean) which implicates having an older version of setuptools
comp
fail legacy install if egg info directory was not created what s the problem this feature will solve currently on the legacy install code path if execution of setup py install didn t result in an egg info directory being created we trace a warning and continue this is bad because we will have installed an uninstallable package and the only penalty is a small warning which is very easy to miss describe the solution you d like instead of tracing a warning we should throw an exception this prevents additional packages from being installed and possibly hiding the warning from users alternative solutions continue tracing the warning as before additional context for which does an egg install in its setup py regardless of setuptools version which implicates having an older version of setuptools
1
17,474
3,008,872,305
IssuesEvent
2015-07-28 00:02:06
belangeo/cecilia5
https://api.github.com/repos/belangeo/cecilia5
closed
Cecilia 5 keeps crashing!
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. When a file is playing and you press stop seems to do it. 2. Will also crash at random at points. 3. What is the expected output? What do you see instead? Not to crash. Just see the window "programme has stopped responding" message What version of the product are you using? On what operating system? v 5.1.0 on Win 7 Please provide any additional information below. ``` Original issue reported on code.google.com by `nhug...@rsalink.co.uk` on 10 Sep 2014 at 9:28 Attachments: * [Capture of cecilia crash.PNG](https://storage.googleapis.com/google-code-attachments/cecilia5/issue-63/comment-0/Capture of cecilia crash.PNG) * [Capture of crash report for cecilia.PNG](https://storage.googleapis.com/google-code-attachments/cecilia5/issue-63/comment-0/Capture of crash report for cecilia.PNG)
1.0
Cecilia 5 keeps crashing! - ``` What steps will reproduce the problem? 1. When a file is playing and you press stop seems to do it. 2. Will also crash at random at points. 3. What is the expected output? What do you see instead? Not to crash. Just see the window "programme has stopped responding" message What version of the product are you using? On what operating system? v 5.1.0 on Win 7 Please provide any additional information below. ``` Original issue reported on code.google.com by `nhug...@rsalink.co.uk` on 10 Sep 2014 at 9:28 Attachments: * [Capture of cecilia crash.PNG](https://storage.googleapis.com/google-code-attachments/cecilia5/issue-63/comment-0/Capture of cecilia crash.PNG) * [Capture of crash report for cecilia.PNG](https://storage.googleapis.com/google-code-attachments/cecilia5/issue-63/comment-0/Capture of crash report for cecilia.PNG)
non_comp
cecilia keeps crashing what steps will reproduce the problem when a file is playing and you press stop seems to do it will also crash at random at points what is the expected output what do you see instead not to crash just see the window programme has stopped responding message what version of the product are you using on what operating system v on win please provide any additional information below original issue reported on code google com by nhug rsalink co uk on sep at attachments of cecilia crash png of crash report for cecilia png
0
10,115
12,128,254,918
IssuesEvent
2020-04-22 20:10:10
ao-libre/ao-server
https://api.github.com/repos/ao-libre/ao-server
closed
Cargar Grh's desde Graficos.ini
compatibility / compatibilidad enhancement / mejora help wanted
Aca dejo la base de una funcion que lo carga usando clsIniManager pero no puedo hacerla andar... A ver si uds tienen suerte: ``` Public Function LoadIniGrhData() As Boolean On Error GoTo errhandler: Dim i As Long Dim Frame As Long Dim GrhCount As Long Dim Separador As String Separador = Asc("-") Set FileManager = New clsIniManager Call FileManager.Initialize(App.path & "\INIT\Graficos.ini") GrhCount = FileManager.GetValue("INIT", "NumGrh") ReDim GrhData(0 To GrhCount) As GrhData For i = 0 To UBound(GrhData) With GrhData(i) .NumFrames = ReadField(1, FileManager.GetValue("Graphics", "Grh" & CStr(i)), Separador) ReDim .Frames(1 To GrhData(i).NumFrames) If .NumFrames > 1 Then For Frame = 1 To .NumFrames .Frames(Frame) = ReadField(2, FileManager.GetValue("Graphics", "Grh" & CStr(i)), Separador) If .Frames(Frame) <= 0 Or .Frames(Frame) > GrhCount Then Resume Next Next Frame .speed = GrhData(.Frames(1)).speed If .speed <= 0 Then Resume Next .pixelHeight = GrhData(.Frames(1)).pixelHeight If .pixelHeight <= 0 Then Resume Next .pixelWidth = GrhData(.Frames(1)).pixelWidth If .pixelWidth <= 0 Then Resume Next .TileWidth = GrhData(.Frames(1)).TileWidth If .TileWidth <= 0 Then Resume Next .TileHeight = GrhData(.Frames(1)).TileHeight If .TileHeight <= 0 Then Resume Next Else .FileNum = .FileNum = ReadField(2, FileManager.GetValue("Graphics", "Grh" & CStr(i)), Separador) If .FileNum <= 0 Then Resume Next .sX = ReadField(3, FileManager.GetValue("Graphics", "Grh" & CStr(i)), Separador) If .sX < 0 Then Resume Next .sY = ReadField(4, FileManager.GetValue("Graphics", "Grh" & CStr(i)), Separador) If .sY < 0 Then Resume Next .pixelWidth = ReadField(5, FileManager.GetValue("Graphics", "Grh" & CStr(i)), Separador) If .pixelWidth <= 0 Then Resume Next .pixelHeight = ReadField(6, FileManager.GetValue("Graphics", "Grh" & CStr(i)), Separador) If .pixelHeight <= 0 Then Resume Next .TileWidth = .pixelWidth / TilePixelHeight .TileHeight = .pixelHeight / TilePixelWidth .Frames(1) = i End If End With Next i Set FileManager = Nothing LoadIniGrhData = True errhandler: If Err.number <> 0 Then If Err.number = 53 Then Call MsgBox("El archivo Graficos.ini no existe. Por favor, reinstale el juego.", , "Argentum Online") Call CloseClient End If End If LoadIniGrhData = False End Function ```
True
Cargar Grh's desde Graficos.ini - Aca dejo la base de una funcion que lo carga usando clsIniManager pero no puedo hacerla andar... A ver si uds tienen suerte: ``` Public Function LoadIniGrhData() As Boolean On Error GoTo errhandler: Dim i As Long Dim Frame As Long Dim GrhCount As Long Dim Separador As String Separador = Asc("-") Set FileManager = New clsIniManager Call FileManager.Initialize(App.path & "\INIT\Graficos.ini") GrhCount = FileManager.GetValue("INIT", "NumGrh") ReDim GrhData(0 To GrhCount) As GrhData For i = 0 To UBound(GrhData) With GrhData(i) .NumFrames = ReadField(1, FileManager.GetValue("Graphics", "Grh" & CStr(i)), Separador) ReDim .Frames(1 To GrhData(i).NumFrames) If .NumFrames > 1 Then For Frame = 1 To .NumFrames .Frames(Frame) = ReadField(2, FileManager.GetValue("Graphics", "Grh" & CStr(i)), Separador) If .Frames(Frame) <= 0 Or .Frames(Frame) > GrhCount Then Resume Next Next Frame .speed = GrhData(.Frames(1)).speed If .speed <= 0 Then Resume Next .pixelHeight = GrhData(.Frames(1)).pixelHeight If .pixelHeight <= 0 Then Resume Next .pixelWidth = GrhData(.Frames(1)).pixelWidth If .pixelWidth <= 0 Then Resume Next .TileWidth = GrhData(.Frames(1)).TileWidth If .TileWidth <= 0 Then Resume Next .TileHeight = GrhData(.Frames(1)).TileHeight If .TileHeight <= 0 Then Resume Next Else .FileNum = .FileNum = ReadField(2, FileManager.GetValue("Graphics", "Grh" & CStr(i)), Separador) If .FileNum <= 0 Then Resume Next .sX = ReadField(3, FileManager.GetValue("Graphics", "Grh" & CStr(i)), Separador) If .sX < 0 Then Resume Next .sY = ReadField(4, FileManager.GetValue("Graphics", "Grh" & CStr(i)), Separador) If .sY < 0 Then Resume Next .pixelWidth = ReadField(5, FileManager.GetValue("Graphics", "Grh" & CStr(i)), Separador) If .pixelWidth <= 0 Then Resume Next .pixelHeight = ReadField(6, FileManager.GetValue("Graphics", "Grh" & CStr(i)), Separador) If .pixelHeight <= 0 Then Resume Next .TileWidth = .pixelWidth / TilePixelHeight .TileHeight = .pixelHeight / TilePixelWidth .Frames(1) = i End If End With Next i Set FileManager = Nothing LoadIniGrhData = True errhandler: If Err.number <> 0 Then If Err.number = 53 Then Call MsgBox("El archivo Graficos.ini no existe. Por favor, reinstale el juego.", , "Argentum Online") Call CloseClient End If End If LoadIniGrhData = False End Function ```
comp
cargar grh s desde graficos ini aca dejo la base de una funcion que lo carga usando clsinimanager pero no puedo hacerla andar a ver si uds tienen suerte public function loadinigrhdata as boolean on error goto errhandler dim i as long dim frame as long dim grhcount as long dim separador as string separador asc set filemanager new clsinimanager call filemanager initialize app path init graficos ini grhcount filemanager getvalue init numgrh redim grhdata to grhcount as grhdata for i to ubound grhdata with grhdata i numframes readfield filemanager getvalue graphics grh cstr i separador redim frames to grhdata i numframes if numframes then for frame to numframes frames frame readfield filemanager getvalue graphics grh cstr i separador if frames frame grhcount then resume next next frame speed grhdata frames speed if speed then resume next pixelheight grhdata frames pixelheight if pixelheight then resume next pixelwidth grhdata frames pixelwidth if pixelwidth then resume next tilewidth grhdata frames tilewidth if tilewidth then resume next tileheight grhdata frames tileheight if tileheight then resume next else filenum filenum readfield filemanager getvalue graphics grh cstr i separador if filenum then resume next sx readfield filemanager getvalue graphics grh cstr i separador if sx then resume next sy readfield filemanager getvalue graphics grh cstr i separador if sy then resume next pixelwidth readfield filemanager getvalue graphics grh cstr i separador if pixelwidth then resume next pixelheight readfield filemanager getvalue graphics grh cstr i separador if pixelheight then resume next tilewidth pixelwidth tilepixelheight tileheight pixelheight tilepixelwidth frames i end if end with next i set filemanager nothing loadinigrhdata true errhandler if err number then if err number then call msgbox el archivo graficos ini no existe por favor reinstale el juego argentum online call closeclient end if end if loadinigrhdata false end function
1
73,917
19,900,613,160
IssuesEvent
2022-01-25 07:24:07
chaotic-aur/packages
https://api.github.com/repos/chaotic-aur/packages
closed
[Outdated] gnome-shell-extension-pop-shell-git
request:rebuild-pkg priority:high
### If available, link to the latest build [gnome-shell-extension-pop-shell-git.log](https://builds.garudalinux.org/repos/chaotic-aur/logs/gnome-shell-extension-pop-shell-git.log) ### Package name gnome-shell-extension-pop-shell-git ### Latest build r775.8be10fa-1 ### Latest version available r847.21745c4-1 ### Have you tested if the package builds in a clean chroot? - [X] Yes ### More information I want to thank everyone behind this awesome project!
1.0
[Outdated] gnome-shell-extension-pop-shell-git - ### If available, link to the latest build [gnome-shell-extension-pop-shell-git.log](https://builds.garudalinux.org/repos/chaotic-aur/logs/gnome-shell-extension-pop-shell-git.log) ### Package name gnome-shell-extension-pop-shell-git ### Latest build r775.8be10fa-1 ### Latest version available r847.21745c4-1 ### Have you tested if the package builds in a clean chroot? - [X] Yes ### More information I want to thank everyone behind this awesome project!
non_comp
gnome shell extension pop shell git if available link to the latest build package name gnome shell extension pop shell git latest build latest version available have you tested if the package builds in a clean chroot yes more information i want to thank everyone behind this awesome project
0
420,477
28,280,970,937
IssuesEvent
2023-04-08 02:04:07
ycphs/openxlsx
https://api.github.com/repos/ycphs/openxlsx
closed
Add excel dataTable examples to writeFormula()
documentation Stale
Hello! I really enjoy openxlsx it's been great to use, I want to contribute something that I think would be valuable for the documentation. I saw that there is a label for "documentation" so I hope that this is appropriate. It's regarding dataTable formulas. These formulas have a lot of benefit and I think the documentation should include at least 1 example and as well as explaining how to write the "at this row" / [@[column]] so that when we pass it through writeDataTable that excel is able to read the formula. #### dataTable formula differences #### | | A | B | C | |---|-------------|------|---------------| | 1 | SalesPrice | COGS | SalesQuantity | | 2 | 20 | 5 | 1 | | 3 | 30 | 11 | 2 | | 4 | 40 | 13 | 3 | Given a basic table like the above, a similarly basic formula for "Total_Sales" would be "=A2 * C2" with the row value changing at each row. An implementation for this formula using openxlsx::writeFormula would look this (taken from current documentation) lets say we've read in the data and assigned it to the table "company_sales" ```{r} #### write in the formula company_sales$Total_Sales <- paste(paste0("A", 1:3 + 1L), paste0("C", 1:3 + 1L), sep = " + ") #### add the formula class class(company_sales$Total_Sales) <- c(class(company_sales$Total_Sales), "formula") ``` Then we create the workbook, worksheet, and use writeDataTable() One of the advantages of the excel dataTable syntax is that we don't have to specify row numbers or columns as letters. The table also grows dynamically, adding new rows as new data is appended and extending formulas to the new rows. Excel dataTables have named columns that we can use instead of letters. When writing the formulas within the dataTable in excel we would use the following syntax `[@[column_name]]` to reference the current row. So the "Total_Sales" formula written in excel in dataTable would look like this; `=[@[SalesPrice]] * [@[SalesQuantity]]` If we are writing the formula outside of the dataTable we have to reference the table name. In this case lets say the table name is 'daily_sales' `=daily_sales[@[SalesPrice]] * daily_sales[@[SalesQuantity]]` However, if we were to pass this as the text for the formula to be written it would cause an error because the syntax that excel requires for selecting the current row is different. We can import an excel file that uses the dataTable formula to view what excel requires. ```{r} library(openxlsx) company_sales_wb <- openxlsx::loadWorkbook("company_sales.xlsx") #### accessing the table company_sales_wb$tables #### We care about what is inside the <calculatedColumnFormula> tags. ## name=\"dataTable_Total_Sales\" totalsRowFunction=\"sum\" dataDxfId=\"2\"> ## <calculatedColumnFormula>daily_sales[[#This Row],[SalesPrice]]*daily_sales[[#This Row],[SalesQuantity]]</calculatedColumnFormula> ``` Now we can see that excel replaces `[@[SalesPrice]]` with `daily_sales[[#This Row],[SalesPrice]]` We must then use this syntax when writing formulas for dataTable ```{r} #### creating example data example_data <- data.frame( SalesPrice = c(20, 30, 40), COGS = c(5, 11, 13), SalesQuantity = c(1, 2, 3) ) #### Because we want the dataTable formula to propagate down the entire column of the data #### we can assign the formula by itself to any column and allow that single string to be repeated for each row. #### base R method example_data$GrossProfit <- "grossprofit[[#This Row],[SalesPrice]] - grossprofit[[#This Row],[COGS]]" example_data$Total_COGS <- "grossprofit[[#This Row],[COGS]] * grossprofit[[#This Row],[SalesQuantity]]" example_data$Total_Sales <- "grossprofit[[#This Row],[SalesPrice]] * grossprofit[[#This Row],[SalesQuantity]]" example_data$Total_GrossProfit <- "grossprofit[[#This Row],[Total_Sales]] - grossprofit[[#This Row],[Total_COGS]]" class(example_data$GrossProfit) <- c(class(example_data$GrossProfit), "formula") class(example_data$Total_COGS) <- c(class(example_data$Total_COGS), "formula") class(example_data$Total_Sales) <- c(class(example_data$Total_Sales), "formula") class(example_data$Total_GrossProfit) <- c(class(example_data$Total_GrossProfit), "formula") #### Tidyverse method library(tidyverse) #### add formula column example_data <- example_data %>% mutate( GrossProfit = "grossprofit[[#This Row],[SalesPrice]] - grossprofit[[#This Row],[COGS]]", Total_COGS = "grossprofit[[#This Row],[COGS]] * grossprofit[[#This Row],[SalesQuantity]]", Total_Sales = "grossprofit[[#This Row],[SalesPrice]] * grossprofit[[#This Row],[SalesQuantity]]", Total_GrossProfit = "grossprofit[[#This Row],[Total_Sales]] - grossprofit[[#This Row],[Total_COGS]]" ) #### We can use the base R method of assigning the formula to each column as above. #### Or use purrr::walk to assign the formula class using a list of column names. #### Using `<<-` to pass the formula class to escape the local environment of walk. walk(c("GrossProfit", "Total_COGS", "Total_Sales", "Total_GrossProfit"), function(col_var) class(example_data[[col_var]]) <<- c(class(example_data[[col_var]]), "formula") ) #### Create the workbook with openxlsx::createWorkbook example_workbook <- createWorkbook() #### Add a worksheet to contain the dataTable addWorksheet( wb = example_workbook, sheetName = 'GrossProfit' ) #### Add the dataTable writeDataTable( wb = example_workbook, sheet = 'GrossProfit', x = example_data, tableStyle = openxlsx_getOp("tableStyle", "TableStyleMedium2"), startCol = 1, startRow = 1, tableName = 'grossprofit' ) saveWorkbook(example_workbook, "write_dataTable_Formula_example.xlsx", overwrite = TRUE) ``` And if we open write_dataTable_Formula_example.xlsx to view the table we created we can see that the formula has worked. | | A | B | C |D|E|F|G| |---|-------------|------|---------------|-|-|-|-| | 1 | SalesPrice | COGS | SalesQuantity |GrossProfit| Total_COGS| Total_Sales| Total_GrossProfit| | 2 | 20 | 5 | 1 |15| 5| 20| 15| | 3 | 30 | 11 | 2 |19| 22| 60| 38| | 4 | 40 | 13 | 3 |27| 39| 120| 81| We can also see that it has replaced `[#This Row]` with `@`. (escaping COGS because someone's user name is COGS) | | A | B | C | D | E | F | G | |---|-------------|------|---------------|-------------------------|-------------------------------|-------------------------------------|------------------------------------| | 1 | SalesPrice | COGS | SalesQuantity | GrossProfit | Total_COGS | Total_Sales | Total_GrossProfit | | 2 | 20 | 5 | 1 |=[@SalesPrice] - [@\COGS] | =[@\COGS] \* [@SalesQuantity] | =[@SalesPrice] \* [@SalesQuantity] | =[@[Total\_Sales]] - [@[Total\_COGS]]| | 3 | 30 | 11 | 2 |=[@SalesPrice] - [@\COGS] | =[@\COGS] \* [@SalesQuantity] | =[@SalesPrice] \* [@SalesQuantity] | =[@[Total\_Sales]] - [@[Total\_COGS]]| | 4 | 40 | 13 | 3 |=[@SalesPrice] - [@\COGS] | =[@\COGS] \* [@SalesQuantity] | =[@SalesPrice] \* [@SalesQuantity] | =[@[Total\_Sales]] - [@[Total\_COGS]]| For completion, the formula as we wrote it appears as; | D | E | F | G | |-------------------------|-------------------------------|-------------------------------------|------------------------------------| | GrossProfit | Total_COGS | Total_Sales | Total_GrossProfit | |=grossprofit[[#This Row],[SalesPrice]] - grossprofit[[#This Row],[COGS]] | =grossprofit[[#This Row],[COGS]] \* grossprofit[[#This Row],[SalesQuantity]] | =grossprofit[[#This Row],[SalesPrice]] \* grossprofit[[#This Row],[SalesQuantity]] | =grossprofit[[#This Row],[Total\_Sales]] - grossprofit[[#This Row],[Total\_COGS]]| |=grossprofit[[#This Row],[SalesPrice]] - grossprofit[[#This Row],[COGS]] | =grossprofit[[#This Row],[COGS]] \* grossprofit[[#This Row],[SalesQuantity]] | =grossprofit[[#This Row],[SalesPrice]] \* grossprofit[[#This Row],[SalesQuantity]] | =grossprofit[[#This Row],[Total\_Sales]] - grossprofit[[#This Row],[Total\_COGS]]| |=grossprofit[[#This Row],[SalesPrice]] - grossprofit[[#This Row],[COGS]] | =grossprofit[[#This Row],[COGS]] \* grossprofit[[#This Row],[SalesQuantity]] | =grossprofit[[#This Row],[SalesPrice]] \* grossprofit[[#This Row],[SalesQuantity]] | =grossprofit[[#This Row],[Total\_Sales]] - grossprofit[[#This Row],[Total\_COGS]]|
1.0
Add excel dataTable examples to writeFormula() - Hello! I really enjoy openxlsx it's been great to use, I want to contribute something that I think would be valuable for the documentation. I saw that there is a label for "documentation" so I hope that this is appropriate. It's regarding dataTable formulas. These formulas have a lot of benefit and I think the documentation should include at least 1 example and as well as explaining how to write the "at this row" / [@[column]] so that when we pass it through writeDataTable that excel is able to read the formula. #### dataTable formula differences #### | | A | B | C | |---|-------------|------|---------------| | 1 | SalesPrice | COGS | SalesQuantity | | 2 | 20 | 5 | 1 | | 3 | 30 | 11 | 2 | | 4 | 40 | 13 | 3 | Given a basic table like the above, a similarly basic formula for "Total_Sales" would be "=A2 * C2" with the row value changing at each row. An implementation for this formula using openxlsx::writeFormula would look this (taken from current documentation) lets say we've read in the data and assigned it to the table "company_sales" ```{r} #### write in the formula company_sales$Total_Sales <- paste(paste0("A", 1:3 + 1L), paste0("C", 1:3 + 1L), sep = " + ") #### add the formula class class(company_sales$Total_Sales) <- c(class(company_sales$Total_Sales), "formula") ``` Then we create the workbook, worksheet, and use writeDataTable() One of the advantages of the excel dataTable syntax is that we don't have to specify row numbers or columns as letters. The table also grows dynamically, adding new rows as new data is appended and extending formulas to the new rows. Excel dataTables have named columns that we can use instead of letters. When writing the formulas within the dataTable in excel we would use the following syntax `[@[column_name]]` to reference the current row. So the "Total_Sales" formula written in excel in dataTable would look like this; `=[@[SalesPrice]] * [@[SalesQuantity]]` If we are writing the formula outside of the dataTable we have to reference the table name. In this case lets say the table name is 'daily_sales' `=daily_sales[@[SalesPrice]] * daily_sales[@[SalesQuantity]]` However, if we were to pass this as the text for the formula to be written it would cause an error because the syntax that excel requires for selecting the current row is different. We can import an excel file that uses the dataTable formula to view what excel requires. ```{r} library(openxlsx) company_sales_wb <- openxlsx::loadWorkbook("company_sales.xlsx") #### accessing the table company_sales_wb$tables #### We care about what is inside the <calculatedColumnFormula> tags. ## name=\"dataTable_Total_Sales\" totalsRowFunction=\"sum\" dataDxfId=\"2\"> ## <calculatedColumnFormula>daily_sales[[#This Row],[SalesPrice]]*daily_sales[[#This Row],[SalesQuantity]]</calculatedColumnFormula> ``` Now we can see that excel replaces `[@[SalesPrice]]` with `daily_sales[[#This Row],[SalesPrice]]` We must then use this syntax when writing formulas for dataTable ```{r} #### creating example data example_data <- data.frame( SalesPrice = c(20, 30, 40), COGS = c(5, 11, 13), SalesQuantity = c(1, 2, 3) ) #### Because we want the dataTable formula to propagate down the entire column of the data #### we can assign the formula by itself to any column and allow that single string to be repeated for each row. #### base R method example_data$GrossProfit <- "grossprofit[[#This Row],[SalesPrice]] - grossprofit[[#This Row],[COGS]]" example_data$Total_COGS <- "grossprofit[[#This Row],[COGS]] * grossprofit[[#This Row],[SalesQuantity]]" example_data$Total_Sales <- "grossprofit[[#This Row],[SalesPrice]] * grossprofit[[#This Row],[SalesQuantity]]" example_data$Total_GrossProfit <- "grossprofit[[#This Row],[Total_Sales]] - grossprofit[[#This Row],[Total_COGS]]" class(example_data$GrossProfit) <- c(class(example_data$GrossProfit), "formula") class(example_data$Total_COGS) <- c(class(example_data$Total_COGS), "formula") class(example_data$Total_Sales) <- c(class(example_data$Total_Sales), "formula") class(example_data$Total_GrossProfit) <- c(class(example_data$Total_GrossProfit), "formula") #### Tidyverse method library(tidyverse) #### add formula column example_data <- example_data %>% mutate( GrossProfit = "grossprofit[[#This Row],[SalesPrice]] - grossprofit[[#This Row],[COGS]]", Total_COGS = "grossprofit[[#This Row],[COGS]] * grossprofit[[#This Row],[SalesQuantity]]", Total_Sales = "grossprofit[[#This Row],[SalesPrice]] * grossprofit[[#This Row],[SalesQuantity]]", Total_GrossProfit = "grossprofit[[#This Row],[Total_Sales]] - grossprofit[[#This Row],[Total_COGS]]" ) #### We can use the base R method of assigning the formula to each column as above. #### Or use purrr::walk to assign the formula class using a list of column names. #### Using `<<-` to pass the formula class to escape the local environment of walk. walk(c("GrossProfit", "Total_COGS", "Total_Sales", "Total_GrossProfit"), function(col_var) class(example_data[[col_var]]) <<- c(class(example_data[[col_var]]), "formula") ) #### Create the workbook with openxlsx::createWorkbook example_workbook <- createWorkbook() #### Add a worksheet to contain the dataTable addWorksheet( wb = example_workbook, sheetName = 'GrossProfit' ) #### Add the dataTable writeDataTable( wb = example_workbook, sheet = 'GrossProfit', x = example_data, tableStyle = openxlsx_getOp("tableStyle", "TableStyleMedium2"), startCol = 1, startRow = 1, tableName = 'grossprofit' ) saveWorkbook(example_workbook, "write_dataTable_Formula_example.xlsx", overwrite = TRUE) ``` And if we open write_dataTable_Formula_example.xlsx to view the table we created we can see that the formula has worked. | | A | B | C |D|E|F|G| |---|-------------|------|---------------|-|-|-|-| | 1 | SalesPrice | COGS | SalesQuantity |GrossProfit| Total_COGS| Total_Sales| Total_GrossProfit| | 2 | 20 | 5 | 1 |15| 5| 20| 15| | 3 | 30 | 11 | 2 |19| 22| 60| 38| | 4 | 40 | 13 | 3 |27| 39| 120| 81| We can also see that it has replaced `[#This Row]` with `@`. (escaping COGS because someone's user name is COGS) | | A | B | C | D | E | F | G | |---|-------------|------|---------------|-------------------------|-------------------------------|-------------------------------------|------------------------------------| | 1 | SalesPrice | COGS | SalesQuantity | GrossProfit | Total_COGS | Total_Sales | Total_GrossProfit | | 2 | 20 | 5 | 1 |=[@SalesPrice] - [@\COGS] | =[@\COGS] \* [@SalesQuantity] | =[@SalesPrice] \* [@SalesQuantity] | =[@[Total\_Sales]] - [@[Total\_COGS]]| | 3 | 30 | 11 | 2 |=[@SalesPrice] - [@\COGS] | =[@\COGS] \* [@SalesQuantity] | =[@SalesPrice] \* [@SalesQuantity] | =[@[Total\_Sales]] - [@[Total\_COGS]]| | 4 | 40 | 13 | 3 |=[@SalesPrice] - [@\COGS] | =[@\COGS] \* [@SalesQuantity] | =[@SalesPrice] \* [@SalesQuantity] | =[@[Total\_Sales]] - [@[Total\_COGS]]| For completion, the formula as we wrote it appears as; | D | E | F | G | |-------------------------|-------------------------------|-------------------------------------|------------------------------------| | GrossProfit | Total_COGS | Total_Sales | Total_GrossProfit | |=grossprofit[[#This Row],[SalesPrice]] - grossprofit[[#This Row],[COGS]] | =grossprofit[[#This Row],[COGS]] \* grossprofit[[#This Row],[SalesQuantity]] | =grossprofit[[#This Row],[SalesPrice]] \* grossprofit[[#This Row],[SalesQuantity]] | =grossprofit[[#This Row],[Total\_Sales]] - grossprofit[[#This Row],[Total\_COGS]]| |=grossprofit[[#This Row],[SalesPrice]] - grossprofit[[#This Row],[COGS]] | =grossprofit[[#This Row],[COGS]] \* grossprofit[[#This Row],[SalesQuantity]] | =grossprofit[[#This Row],[SalesPrice]] \* grossprofit[[#This Row],[SalesQuantity]] | =grossprofit[[#This Row],[Total\_Sales]] - grossprofit[[#This Row],[Total\_COGS]]| |=grossprofit[[#This Row],[SalesPrice]] - grossprofit[[#This Row],[COGS]] | =grossprofit[[#This Row],[COGS]] \* grossprofit[[#This Row],[SalesQuantity]] | =grossprofit[[#This Row],[SalesPrice]] \* grossprofit[[#This Row],[SalesQuantity]] | =grossprofit[[#This Row],[Total\_Sales]] - grossprofit[[#This Row],[Total\_COGS]]|
non_comp
add excel datatable examples to writeformula hello i really enjoy openxlsx it s been great to use i want to contribute something that i think would be valuable for the documentation i saw that there is a label for documentation so i hope that this is appropriate it s regarding datatable formulas these formulas have a lot of benefit and i think the documentation should include at least example and as well as explaining how to write the at this row so that when we pass it through writedatatable that excel is able to read the formula datatable formula differences a b c salesprice cogs salesquantity given a basic table like the above a similarly basic formula for total sales would be with the row value changing at each row an implementation for this formula using openxlsx writeformula would look this taken from current documentation lets say we ve read in the data and assigned it to the table company sales r write in the formula company sales total sales paste a c sep add the formula class class company sales total sales c class company sales total sales formula then we create the workbook worksheet and use writedatatable one of the advantages of the excel datatable syntax is that we don t have to specify row numbers or columns as letters the table also grows dynamically adding new rows as new data is appended and extending formulas to the new rows excel datatables have named columns that we can use instead of letters when writing the formulas within the datatable in excel we would use the following syntax to reference the current row so the total sales formula written in excel in datatable would look like this if we are writing the formula outside of the datatable we have to reference the table name in this case lets say the table name is daily sales daily sales daily sales however if we were to pass this as the text for the formula to be written it would cause an error because the syntax that excel requires for selecting the current row is different we can import an excel file that uses the datatable formula to view what excel requires r library openxlsx company sales wb openxlsx loadworkbook company sales xlsx accessing the table company sales wb tables we care about what is inside the tags name datatable total sales totalsrowfunction sum datadxfid daily sales daily sales now we can see that excel replaces with daily sales we must then use this syntax when writing formulas for datatable r creating example data example data data frame salesprice c cogs c salesquantity c because we want the datatable formula to propagate down the entire column of the data we can assign the formula by itself to any column and allow that single string to be repeated for each row base r method example data grossprofit grossprofit grossprofit example data total cogs grossprofit grossprofit example data total sales grossprofit grossprofit example data total grossprofit grossprofit grossprofit class example data grossprofit c class example data grossprofit formula class example data total cogs c class example data total cogs formula class example data total sales c class example data total sales formula class example data total grossprofit c class example data total grossprofit formula tidyverse method library tidyverse add formula column example data example data mutate grossprofit grossprofit grossprofit total cogs grossprofit grossprofit total sales grossprofit grossprofit total grossprofit grossprofit grossprofit we can use the base r method of assigning the formula to each column as above or use purrr walk to assign the formula class using a list of column names using to pass the formula class to escape the local environment of walk walk c grossprofit total cogs total sales total grossprofit function col var class example data c class example data formula create the workbook with openxlsx createworkbook example workbook createworkbook add a worksheet to contain the datatable addworksheet wb example workbook sheetname grossprofit add the datatable writedatatable wb example workbook sheet grossprofit x example data tablestyle openxlsx getop tablestyle startcol startrow tablename grossprofit saveworkbook example workbook write datatable formula example xlsx overwrite true and if we open write datatable formula example xlsx to view the table we created we can see that the formula has worked a b c d e f g salesprice cogs salesquantity grossprofit total cogs total sales total grossprofit we can also see that it has replaced with escaping cogs because someone s user name is cogs a b c d e f g salesprice cogs salesquantity grossprofit total cogs total sales total grossprofit for completion the formula as we wrote it appears as d e f g grossprofit total cogs total sales total grossprofit grossprofit grossprofit grossprofit grossprofit grossprofit grossprofit grossprofit grossprofit grossprofit grossprofit grossprofit grossprofit grossprofit grossprofit grossprofit grossprofit grossprofit grossprofit grossprofit grossprofit grossprofit grossprofit grossprofit grossprofit
0
17,383
23,955,392,765
IssuesEvent
2022-09-12 14:36:13
ibm-s390-cloud/ocp-kvm-ipi-automation
https://api.github.com/repos/ibm-s390-cloud/ocp-kvm-ipi-automation
closed
Compatibilty: support target hosts running RHEL 9.0
compatibility
The playbooks should support RHEL 9.0 as it has been GA-ed earlier this year: https://access.redhat.com/announcements/6958409
True
Compatibilty: support target hosts running RHEL 9.0 - The playbooks should support RHEL 9.0 as it has been GA-ed earlier this year: https://access.redhat.com/announcements/6958409
comp
compatibilty support target hosts running rhel the playbooks should support rhel as it has been ga ed earlier this year
1
431,720
12,484,743,246
IssuesEvent
2020-05-30 16:13:22
spectrochempy/test_issues_migration_from_redmine
https://api.github.com/repos/spectrochempy/test_issues_migration_from_redmine
closed
Set rules on Github for new commits
Category: Deployment Priority: Major Project: SpectroChemPy Status: Closed Tracker: Task
Author: Christian Fernandez (Christian Fernandez ) Date: 2020-05-17 Redmine Issue: 68, https://redmine.spectrochempy.fr/issues/68 --- Merge commit are no more allowed in order to keep a linear history. The best way to commit to the develop bench is through a pull request.
1.0
Set rules on Github for new commits - Author: Christian Fernandez (Christian Fernandez ) Date: 2020-05-17 Redmine Issue: 68, https://redmine.spectrochempy.fr/issues/68 --- Merge commit are no more allowed in order to keep a linear history. The best way to commit to the develop bench is through a pull request.
non_comp
set rules on github for new commits author christian fernandez christian fernandez date redmine issue merge commit are no more allowed in order to keep a linear history the best way to commit to the develop bench is through a pull request
0
547,545
16,043,485,142
IssuesEvent
2021-04-22 10:49:22
googleapis/java-automl
https://api.github.com/repos/googleapis/java-automl
reopened
com.example.automl.LanguageSentimentAnalysisPredictTest: testPredict failed
api: automl flakybot: flaky flakybot: issue priority: p1 type: bug
This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/flakybot). If I'm commenting on this issue too often, add the `flakybot: quiet` label and I will stop commenting. --- commit: 3653789390ed6dacfafc3be8fd635e088d204fd0 buildURL: [Build Status](https://source.cloud.google.com/results/invocations/a74e7cc3-10bf-4675-bb0e-a04abd25172e), [Sponge](http://sponge2/a74e7cc3-10bf-4675-bb0e-a04abd25172e) status: failed <details><summary>Test output</summary><br><pre>com.google.api.gax.rpc.UnavailableException: io.grpc.StatusRuntimeException: UNAVAILABLE: Credentials failed to obtain metadata at com.google.api.gax.rpc.ApiExceptionFactory.createException(ApiExceptionFactory.java:69) at com.google.api.gax.grpc.GrpcApiExceptionFactory.create(GrpcApiExceptionFactory.java:72) at com.google.api.gax.grpc.GrpcApiExceptionFactory.create(GrpcApiExceptionFactory.java:60) at com.google.api.gax.grpc.GrpcExceptionCallable$ExceptionTransformingFuture.onFailure(GrpcExceptionCallable.java:97) at com.google.api.core.ApiFutures$1.onFailure(ApiFutures.java:68) at com.google.common.util.concurrent.Futures$CallbackListener.run(Futures.java:1041) at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) at com.google.common.util.concurrent.AbstractFuture.executeListener(AbstractFuture.java:1215) at com.google.common.util.concurrent.AbstractFuture.complete(AbstractFuture.java:983) at com.google.common.util.concurrent.AbstractFuture.setException(AbstractFuture.java:771) at io.grpc.stub.ClientCalls$GrpcFuture.setException(ClientCalls.java:563) at io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:533) at io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:553) at io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:68) at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:739) at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:718) at io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37) at io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Suppressed: com.google.api.gax.rpc.AsyncTaskException: Asynchronous task failed at com.google.api.gax.rpc.ApiExceptions.callAndTranslateApiException(ApiExceptions.java:57) at com.google.api.gax.rpc.UnaryCallable.call(UnaryCallable.java:112) at com.google.cloud.automl.v1.AutoMlClient.getModel(AutoMlClient.java:1321) at com.google.cloud.automl.v1.AutoMlClient.getModel(AutoMlClient.java:1277) at com.example.automl.LanguageSentimentAnalysisPredictTest.setUp(LanguageSentimentAnalysisPredictTest.java:64) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) Caused by: io.grpc.StatusRuntimeException: UNAVAILABLE: Credentials failed to obtain metadata at io.grpc.Status.asRuntimeException(Status.java:535) ... 14 more Caused by: java.io.IOException: Error getting access token for service account: 400 Bad Request POST https://oauth2.googleapis.com/token {"error":"invalid_grant","error_description":"Invalid JWT Signature."} at com.google.auth.oauth2.ServiceAccountCredentials.refreshAccessToken(ServiceAccountCredentials.java:612) at com.google.auth.oauth2.OAuth2Credentials.refresh(OAuth2Credentials.java:164) at com.google.auth.oauth2.OAuth2Credentials.getRequestMetadata(OAuth2Credentials.java:149) at com.google.auth.oauth2.ServiceAccountCredentials.getRequestMetadata(ServiceAccountCredentials.java:946) at com.google.auth.Credentials.blockingGetToCallback(Credentials.java:112) at com.google.auth.Credentials$1.run(Credentials.java:98) ... 7 more Caused by: com.google.api.client.http.HttpResponseException: 400 Bad Request POST https://oauth2.googleapis.com/token {"error":"invalid_grant","error_description":"Invalid JWT Signature."} at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1116) at com.google.auth.oauth2.ServiceAccountCredentials.refreshAccessToken(ServiceAccountCredentials.java:609) ... 12 more </pre></details>
1.0
com.example.automl.LanguageSentimentAnalysisPredictTest: testPredict failed - This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/flakybot). If I'm commenting on this issue too often, add the `flakybot: quiet` label and I will stop commenting. --- commit: 3653789390ed6dacfafc3be8fd635e088d204fd0 buildURL: [Build Status](https://source.cloud.google.com/results/invocations/a74e7cc3-10bf-4675-bb0e-a04abd25172e), [Sponge](http://sponge2/a74e7cc3-10bf-4675-bb0e-a04abd25172e) status: failed <details><summary>Test output</summary><br><pre>com.google.api.gax.rpc.UnavailableException: io.grpc.StatusRuntimeException: UNAVAILABLE: Credentials failed to obtain metadata at com.google.api.gax.rpc.ApiExceptionFactory.createException(ApiExceptionFactory.java:69) at com.google.api.gax.grpc.GrpcApiExceptionFactory.create(GrpcApiExceptionFactory.java:72) at com.google.api.gax.grpc.GrpcApiExceptionFactory.create(GrpcApiExceptionFactory.java:60) at com.google.api.gax.grpc.GrpcExceptionCallable$ExceptionTransformingFuture.onFailure(GrpcExceptionCallable.java:97) at com.google.api.core.ApiFutures$1.onFailure(ApiFutures.java:68) at com.google.common.util.concurrent.Futures$CallbackListener.run(Futures.java:1041) at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) at com.google.common.util.concurrent.AbstractFuture.executeListener(AbstractFuture.java:1215) at com.google.common.util.concurrent.AbstractFuture.complete(AbstractFuture.java:983) at com.google.common.util.concurrent.AbstractFuture.setException(AbstractFuture.java:771) at io.grpc.stub.ClientCalls$GrpcFuture.setException(ClientCalls.java:563) at io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:533) at io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:553) at io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:68) at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:739) at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:718) at io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37) at io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Suppressed: com.google.api.gax.rpc.AsyncTaskException: Asynchronous task failed at com.google.api.gax.rpc.ApiExceptions.callAndTranslateApiException(ApiExceptions.java:57) at com.google.api.gax.rpc.UnaryCallable.call(UnaryCallable.java:112) at com.google.cloud.automl.v1.AutoMlClient.getModel(AutoMlClient.java:1321) at com.google.cloud.automl.v1.AutoMlClient.getModel(AutoMlClient.java:1277) at com.example.automl.LanguageSentimentAnalysisPredictTest.setUp(LanguageSentimentAnalysisPredictTest.java:64) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548) Caused by: io.grpc.StatusRuntimeException: UNAVAILABLE: Credentials failed to obtain metadata at io.grpc.Status.asRuntimeException(Status.java:535) ... 14 more Caused by: java.io.IOException: Error getting access token for service account: 400 Bad Request POST https://oauth2.googleapis.com/token {"error":"invalid_grant","error_description":"Invalid JWT Signature."} at com.google.auth.oauth2.ServiceAccountCredentials.refreshAccessToken(ServiceAccountCredentials.java:612) at com.google.auth.oauth2.OAuth2Credentials.refresh(OAuth2Credentials.java:164) at com.google.auth.oauth2.OAuth2Credentials.getRequestMetadata(OAuth2Credentials.java:149) at com.google.auth.oauth2.ServiceAccountCredentials.getRequestMetadata(ServiceAccountCredentials.java:946) at com.google.auth.Credentials.blockingGetToCallback(Credentials.java:112) at com.google.auth.Credentials$1.run(Credentials.java:98) ... 7 more Caused by: com.google.api.client.http.HttpResponseException: 400 Bad Request POST https://oauth2.googleapis.com/token {"error":"invalid_grant","error_description":"Invalid JWT Signature."} at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1116) at com.google.auth.oauth2.ServiceAccountCredentials.refreshAccessToken(ServiceAccountCredentials.java:609) ... 12 more </pre></details>
non_comp
com example automl languagesentimentanalysispredicttest testpredict failed this test failed to configure my behavior see if i m commenting on this issue too often add the flakybot quiet label and i will stop commenting commit buildurl status failed test output com google api gax rpc unavailableexception io grpc statusruntimeexception unavailable credentials failed to obtain metadata at com google api gax rpc apiexceptionfactory createexception apiexceptionfactory java at com google api gax grpc grpcapiexceptionfactory create grpcapiexceptionfactory java at com google api gax grpc grpcapiexceptionfactory create grpcapiexceptionfactory java at com google api gax grpc grpcexceptioncallable exceptiontransformingfuture onfailure grpcexceptioncallable java at com google api core apifutures onfailure apifutures java at com google common util concurrent futures callbacklistener run futures java at com google common util concurrent directexecutor execute directexecutor java at com google common util concurrent abstractfuture executelistener abstractfuture java at com google common util concurrent abstractfuture complete abstractfuture java at com google common util concurrent abstractfuture setexception abstractfuture java at io grpc stub clientcalls grpcfuture setexception clientcalls java at io grpc stub clientcalls unarystreamtofuture onclose clientcalls java at io grpc internal clientcallimpl closeobserver clientcallimpl java at io grpc internal clientcallimpl access clientcallimpl java at io grpc internal clientcallimpl clientstreamlistenerimpl runinternal clientcallimpl java at io grpc internal clientcallimpl clientstreamlistenerimpl runincontext clientcallimpl java at io grpc internal contextrunnable run contextrunnable java at io grpc internal serializingexecutor run serializingexecutor java at java util concurrent executors runnableadapter call executors java at java util concurrent futuretask run futuretask java at java util concurrent scheduledthreadpoolexecutor scheduledfuturetask access scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor scheduledfuturetask run scheduledthreadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java suppressed com google api gax rpc asynctaskexception asynchronous task failed at com google api gax rpc apiexceptions callandtranslateapiexception apiexceptions java at com google api gax rpc unarycallable call unarycallable java at com google cloud automl automlclient getmodel automlclient java at com google cloud automl automlclient getmodel automlclient java at com example automl languagesentimentanalysispredicttest setup languagesentimentanalysispredicttest java at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org junit runners model frameworkmethod runreflectivecall frameworkmethod java at org junit internal runners model reflectivecallable run reflectivecallable java at org junit runners model frameworkmethod invokeexplosively frameworkmethod java at org junit internal runners statements runbefores invokemethod runbefores java at org junit internal runners statements runbefores evaluate runbefores java at org junit internal runners statements runafters evaluate runafters java at org junit runners parentrunner evaluate parentrunner java at org junit runners evaluate java at org junit runners parentrunner runleaf parentrunner java at org junit runners runchild java at org junit runners runchild 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 junit internal runners statements runbefores evaluate runbefores java at org junit runners parentrunner evaluate parentrunner java at org junit runners parentrunner run parentrunner java at org apache maven surefire execute java at org apache maven surefire executewithrerun java at org apache maven surefire executetestset java at org apache maven surefire invoke java at org apache maven surefire booter forkedbooter runsuitesinprocess forkedbooter java at org apache maven surefire booter forkedbooter execute forkedbooter java at org apache maven surefire booter forkedbooter run forkedbooter java at org apache maven surefire booter forkedbooter main forkedbooter java caused by io grpc statusruntimeexception unavailable credentials failed to obtain metadata at io grpc status asruntimeexception status java more caused by java io ioexception error getting access token for service account bad request post error invalid grant error description invalid jwt signature at com google auth serviceaccountcredentials refreshaccesstoken serviceaccountcredentials java at com google auth refresh java at com google auth getrequestmetadata java at com google auth serviceaccountcredentials getrequestmetadata serviceaccountcredentials java at com google auth credentials blockinggettocallback credentials java at com google auth credentials run credentials java more caused by com google api client http httpresponseexception bad request post error invalid grant error description invalid jwt signature at com google api client http httprequest execute httprequest java at com google auth serviceaccountcredentials refreshaccesstoken serviceaccountcredentials java more
0
15,218
19,300,863,624
IssuesEvent
2021-12-13 05:15:25
the1812/Bilibili-Evolved
https://api.github.com/repos/the1812/Bilibili-Evolved
closed
ๅฎ‰่ฃ…ๆ’ไปถๅˆทๆ–ฐ็ฝ‘้กตๅฐฑๆถˆๅคฑ
invalid compatibility
### ๅ…ณไบŽๅ“ชไธ€้กนๅŠŸ่ƒฝ ๅ…จ้ƒจ ### ้—ฎ้ข˜ๆ่ฟฐ ๅœจ็บฟไป“ๅบ“็‚นๅ‡ปๅฎ‰่ฃ…ๅŽๅˆทๆ–ฐไธ‹็ฝ‘้กตๆ‰€ๆœ‰ๅฎ‰่ฃ…็š„้ƒฝๆฒกไบ† ### ่„šๆœฌ็‰ˆๆœฌ v2.0.7-12-g259797c28 ### ๆต่งˆๅ™จ็‰ˆๆœฌ 98.0.4750.0 ### ๆ’ญๆ”พๅ™จ็‰ˆๆœฌ _No response_ ### ๆ˜ฏๅฆๅผ€ๅฏ HEVC _No response_ ### ้”™่ฏฏไฟกๆฏ ```shell ๆ—  ``` ### ้™„ๅŠ ๆˆชๅ›พ ![a1](https://user-images.githubusercontent.com/24664820/145709388-f4d098d1-8147-4b9c-9d8b-8a862b3449c0.gif)
True
ๅฎ‰่ฃ…ๆ’ไปถๅˆทๆ–ฐ็ฝ‘้กตๅฐฑๆถˆๅคฑ - ### ๅ…ณไบŽๅ“ชไธ€้กนๅŠŸ่ƒฝ ๅ…จ้ƒจ ### ้—ฎ้ข˜ๆ่ฟฐ ๅœจ็บฟไป“ๅบ“็‚นๅ‡ปๅฎ‰่ฃ…ๅŽๅˆทๆ–ฐไธ‹็ฝ‘้กตๆ‰€ๆœ‰ๅฎ‰่ฃ…็š„้ƒฝๆฒกไบ† ### ่„šๆœฌ็‰ˆๆœฌ v2.0.7-12-g259797c28 ### ๆต่งˆๅ™จ็‰ˆๆœฌ 98.0.4750.0 ### ๆ’ญๆ”พๅ™จ็‰ˆๆœฌ _No response_ ### ๆ˜ฏๅฆๅผ€ๅฏ HEVC _No response_ ### ้”™่ฏฏไฟกๆฏ ```shell ๆ—  ``` ### ้™„ๅŠ ๆˆชๅ›พ ![a1](https://user-images.githubusercontent.com/24664820/145709388-f4d098d1-8147-4b9c-9d8b-8a862b3449c0.gif)
comp
ๅฎ‰่ฃ…ๆ’ไปถๅˆทๆ–ฐ็ฝ‘้กตๅฐฑๆถˆๅคฑ ๅ…ณไบŽๅ“ชไธ€้กนๅŠŸ่ƒฝ ๅ…จ้ƒจ ้—ฎ้ข˜ๆ่ฟฐ ๅœจ็บฟไป“ๅบ“็‚นๅ‡ปๅฎ‰่ฃ…ๅŽๅˆทๆ–ฐไธ‹็ฝ‘้กตๆ‰€ๆœ‰ๅฎ‰่ฃ…็š„้ƒฝๆฒกไบ† ่„šๆœฌ็‰ˆๆœฌ ๆต่งˆๅ™จ็‰ˆๆœฌ ๆ’ญๆ”พๅ™จ็‰ˆๆœฌ no response ๆ˜ฏๅฆๅผ€ๅฏ hevc no response ้”™่ฏฏไฟกๆฏ shell ๆ—  ้™„ๅŠ ๆˆชๅ›พ
1
43,110
2,882,691,553
IssuesEvent
2015-06-11 07:24:26
adobe/brackets
https://api.github.com/repos/adobe/brackets
closed
Project naming
F Project Management low priority
I'd love a way to name projects. Right now, the projects display using the local folder name. I have a over a dozen different projects in Brackets, and when I go to switch to a different project, it is difficult to find the one I need due to the way we name our project folders. Final web sites are put in a folder called 'www-'. So I see a long list of 'www-' in the Open Folder/Projects dropdown. In Project Settings, I think there should be another field for the Project Name. Then, that name would appear in the project dropdown as well as at the top of the file sidebar.
1.0
Project naming - I'd love a way to name projects. Right now, the projects display using the local folder name. I have a over a dozen different projects in Brackets, and when I go to switch to a different project, it is difficult to find the one I need due to the way we name our project folders. Final web sites are put in a folder called 'www-'. So I see a long list of 'www-' in the Open Folder/Projects dropdown. In Project Settings, I think there should be another field for the Project Name. Then, that name would appear in the project dropdown as well as at the top of the file sidebar.
non_comp
project naming i d love a way to name projects right now the projects display using the local folder name i have a over a dozen different projects in brackets and when i go to switch to a different project it is difficult to find the one i need due to the way we name our project folders final web sites are put in a folder called www so i see a long list of www in the open folder projects dropdown in project settings i think there should be another field for the project name then that name would appear in the project dropdown as well as at the top of the file sidebar
0
20,283
29,507,363,110
IssuesEvent
2023-06-03 13:30:02
foamzou/ITraffic-monitor-for-mac
https://api.github.com/repos/foamzou/ITraffic-monitor-for-mac
closed
display panel's position has offset
compatible
<img width="463" alt="image" src="https://user-images.githubusercontent.com/11816720/215300093-57d1f154-6347-40a6-a880-0e2f1ef6f2d4.png"> <img width="526" alt="image" src="https://user-images.githubusercontent.com/11816720/215300198-deb84867-14c9-4f26-b798-eb69ba79b12b.png">
True
display panel's position has offset - <img width="463" alt="image" src="https://user-images.githubusercontent.com/11816720/215300093-57d1f154-6347-40a6-a880-0e2f1ef6f2d4.png"> <img width="526" alt="image" src="https://user-images.githubusercontent.com/11816720/215300198-deb84867-14c9-4f26-b798-eb69ba79b12b.png">
comp
display panel s position has offset img width alt image src img width alt image src
1
5,462
12,513,095,044
IssuesEvent
2020-06-03 00:51:33
FusionAuth/fusionauth-issues
https://api.github.com/repos/FusionAuth/fusionauth-issues
closed
refresh token isnt returned after a user is registered.
architecture enhancement
## (Put bug title here) ### Description After we register a new user with fusionauth, only access_token is returned but not the refresh token, the login api provides the setting to return both the access and refresh token but the registration api doesnt have that setting to return refresh token. ### Steps to reproduce Steps to reproduce the behavior: 1. Use user registration api to register a user 2. the response from the api is only the token, no refresh token returned 3. refresh token should we returned as well. ### Expected behavior The api should return refresh token as well ### Platform Using the latest fusionauth docker image
1.0
refresh token isnt returned after a user is registered. - ## (Put bug title here) ### Description After we register a new user with fusionauth, only access_token is returned but not the refresh token, the login api provides the setting to return both the access and refresh token but the registration api doesnt have that setting to return refresh token. ### Steps to reproduce Steps to reproduce the behavior: 1. Use user registration api to register a user 2. the response from the api is only the token, no refresh token returned 3. refresh token should we returned as well. ### Expected behavior The api should return refresh token as well ### Platform Using the latest fusionauth docker image
non_comp
refresh token isnt returned after a user is registered put bug title here description after we register a new user with fusionauth only access token is returned but not the refresh token the login api provides the setting to return both the access and refresh token but the registration api doesnt have that setting to return refresh token steps to reproduce steps to reproduce the behavior use user registration api to register a user the response from the api is only the token no refresh token returned refresh token should we returned as well expected behavior the api should return refresh token as well platform using the latest fusionauth docker image
0
1,748
4,312,901,041
IssuesEvent
2016-07-22 08:15:58
sidorares/node-mysql2
https://api.github.com/repos/sidorares/node-mysql2
closed
Support typeCast from config options
feligxe-mysql-incompatibilities
Currently we have to pass the `typeCast` for each `query`, this is a deviation from [node-mysql](https://github.com/mysqljs/mysql) API where they support passing `typeCast` via `config`
True
Support typeCast from config options - Currently we have to pass the `typeCast` for each `query`, this is a deviation from [node-mysql](https://github.com/mysqljs/mysql) API where they support passing `typeCast` via `config`
comp
support typecast from config options currently we have to pass the typecast for each query this is a deviation from api where they support passing typecast via config
1
16,446
22,272,565,436
IssuesEvent
2022-06-10 13:42:28
CrossCraft/CrossCraft-Classic
https://api.github.com/repos/CrossCraft/CrossCraft-Classic
closed
Lighting is not accurate
compatibility
A few issues: Shadow tint is too light, it should be #9b9b9b The side faces of blocks should take their shadow color from the block next to them, not self. For instance, current behavior: ![image](https://user-images.githubusercontent.com/7892772/171834170-c32aafe1-db7d-4b89-8241-bfedb281eabe.png) Example of correct behavior: ![image](https://user-images.githubusercontent.com/7892772/171834203-8b97c712-968f-4864-8d43-c638f2b9c38c.png)
True
Lighting is not accurate - A few issues: Shadow tint is too light, it should be #9b9b9b The side faces of blocks should take their shadow color from the block next to them, not self. For instance, current behavior: ![image](https://user-images.githubusercontent.com/7892772/171834170-c32aafe1-db7d-4b89-8241-bfedb281eabe.png) Example of correct behavior: ![image](https://user-images.githubusercontent.com/7892772/171834203-8b97c712-968f-4864-8d43-c638f2b9c38c.png)
comp
lighting is not accurate a few issues shadow tint is too light it should be the side faces of blocks should take their shadow color from the block next to them not self for instance current behavior example of correct behavior
1
53,655
7,849,655,862
IssuesEvent
2018-06-20 05:09:37
emacscollective/borg
https://api.github.com/repos/emacscollective/borg
closed
borg not adding to info-directory-list
documentation
I have auctex assimilated as follows in my `.gitmodules`: ``` [submodule "auctex"] path = lib/auctex url = https://git.savannah.gnu.org/git/auctex.git info-path = doc build-step = make extraclean build-step = ./autogen.sh build-step = ./configure --prefix=$HOME build-step = make remote = "jabranham git@github.com:jabranham/auctex.git" ``` but `borg-initialize` does not add `/path/to/auctex/doc` to `Info-directory-list`.
1.0
borg not adding to info-directory-list - I have auctex assimilated as follows in my `.gitmodules`: ``` [submodule "auctex"] path = lib/auctex url = https://git.savannah.gnu.org/git/auctex.git info-path = doc build-step = make extraclean build-step = ./autogen.sh build-step = ./configure --prefix=$HOME build-step = make remote = "jabranham git@github.com:jabranham/auctex.git" ``` but `borg-initialize` does not add `/path/to/auctex/doc` to `Info-directory-list`.
non_comp
borg not adding to info directory list i have auctex assimilated as follows in my gitmodules path lib auctex url info path doc build step make extraclean build step autogen sh build step configure prefix home build step make remote jabranham git github com jabranham auctex git but borg initialize does not add path to auctex doc to info directory list
0
2,587
5,313,396,496
IssuesEvent
2017-02-13 12:04:03
Yoast/wordpress-seo
https://api.github.com/repos/Yoast/wordpress-seo
closed
WooCommerce coupon error not showing with Yoast SEO & WP-SpamShield
bug compatibility woocommerce
[Original issue](https://github.com/woothemes/woocommerce/issues/10337) by @esucces When Yoast SEO and WP-SpamShield are installed, any coupon code error will not be shown. Steps to reproduce: - Install WooCommerce and create a product. - Install Yoast SEO & activate. - Install WP-SpamShield & activate. - Go to the product page and add item to cart. - Apply a non-existing coupon code in the applicable field. - No error will be shown. When WP-SpamShield or Yoast SEO is deactivated, the error will be displayed. As @mikejolley mentioned, the coupon error is applied to the meta description. **With all plugins activated** ![schermafbeelding_2016-02-15_om_09_00_26](https://cloud.githubusercontent.com/assets/8614579/13042721/b238a36c-d3c2-11e5-961e-9d4b7cf989ac.png) **With WP-SpamShield deactivated** ![schermafbeelding 2016-02-15 om 09 01 13](https://cloud.githubusercontent.com/assets/8614579/13042725/bc73d130-d3c2-11e5-8cac-10073de0b52f.png) Installed plugins: WooCommerce & WP-SpamShield
True
WooCommerce coupon error not showing with Yoast SEO & WP-SpamShield - [Original issue](https://github.com/woothemes/woocommerce/issues/10337) by @esucces When Yoast SEO and WP-SpamShield are installed, any coupon code error will not be shown. Steps to reproduce: - Install WooCommerce and create a product. - Install Yoast SEO & activate. - Install WP-SpamShield & activate. - Go to the product page and add item to cart. - Apply a non-existing coupon code in the applicable field. - No error will be shown. When WP-SpamShield or Yoast SEO is deactivated, the error will be displayed. As @mikejolley mentioned, the coupon error is applied to the meta description. **With all plugins activated** ![schermafbeelding_2016-02-15_om_09_00_26](https://cloud.githubusercontent.com/assets/8614579/13042721/b238a36c-d3c2-11e5-961e-9d4b7cf989ac.png) **With WP-SpamShield deactivated** ![schermafbeelding 2016-02-15 om 09 01 13](https://cloud.githubusercontent.com/assets/8614579/13042725/bc73d130-d3c2-11e5-8cac-10073de0b52f.png) Installed plugins: WooCommerce & WP-SpamShield
comp
woocommerce coupon error not showing with yoast seo wp spamshield by esucces when yoast seo and wp spamshield are installed any coupon code error will not be shown steps to reproduce install woocommerce and create a product install yoast seo activate install wp spamshield activate go to the product page and add item to cart apply a non existing coupon code in the applicable field no error will be shown when wp spamshield or yoast seo is deactivated the error will be displayed as mikejolley mentioned the coupon error is applied to the meta description with all plugins activated with wp spamshield deactivated installed plugins woocommerce wp spamshield
1
8,563
10,555,843,735
IssuesEvent
2019-10-03 23:14:29
Johni0702/BetterPortals
https://api.github.com/repos/Johni0702/BetterPortals
closed
Crashes the minecraft when loading world
bug compatibility too many mods
**Thank you for creating this amazing mod, this is the error I get when loading the world of minecraft:** <details> ``` A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Client thread Stacktrace: at de.johni0702.minecraft.betterportals.impl.client.renderer.PortalRendererHooks.beforeRender(PortalRendererHooks.kt:22) at net.minecraft.client.renderer.entity.RenderManager.handler$beforeRenderEntity$zzd000(RenderManager.java:651) at net.minecraft.client.renderer.entity.RenderManager.func_188391_a(RenderManager.java) at net.minecraft.client.renderer.entity.RenderManager.func_188388_a(RenderManager.java:393) at net.minecraft.client.renderer.RenderGlobal.func_180446_a(RenderGlobal.java:826) at net.optifine.shaders.ShadersRender.renderShadowMap(ShadersRender.java:375) at net.optifine.shaders.Shaders.beginRender(Shaders.java:4097) at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1592) at de.johni0702.minecraft.view.impl.client.render.ViewRenderPlan.renderSelf(ViewRenderManager.kt:408) at de.johni0702.minecraft.view.impl.client.render.ViewRenderPlan.renderSelf(ViewRenderManager.kt:331) at de.johni0702.minecraft.view.impl.client.render.ViewRenderPlan.render(ViewRenderManager.kt:494) at de.johni0702.minecraft.view.impl.client.render.ViewRenderManager.renderWorld(ViewRenderManager.kt:172) at net.minecraft.client.renderer.EntityRenderer.redirect$renderWorld$zzn000(EntityRenderer.java:3759) -- Affected level -- Details: Level name: MpServer All players: 1 total; [EntityPlayerSP['MATR1X'/492, l='MpServer', x=124.47, y=68.00, z=62.90]] Chunk stats: MultiplayerChunkCache: 597, 597 Level seed: 0 Level generator: ID 00 - default, ver 1. Features enabled: false Level generator options: Level spawn location: World: (136,64,92), Chunk: (at 8,4,12 in 8,5; contains blocks 128,0,80 to 143,255,95), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Level time: 3669 game time, 3669 day time Level dimension: 0 Level storage version: 0x00000 - Unknown? Level weather: Rain time: 0 (now: true), thunder time: 0 (now: true) Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false Forced entities: 206 total; [EntityPufferFish['Pufferfish'/122, l='MpServer', x=13.03, y=61.08, z=49.92], EntityFish['Blue Fish'/123, l='MpServer', x=0.61, y=60.34, z=73.80], EntityOrca['Orca'/125, l='MpServer', x=32.35, y=58.83, z=-29.38], EntityClownFish['Clownfish'/136, l='MpServer', x=25.29, y=62.07, z=139.56], EntityFishPufferfish['Pufferfish'/143, l='MpServer', x=47.50, y=56.01, z=19.50], EntityPufferFish['Pufferfish'/154, l='MpServer', x=34.67, y=61.95, z=66.87], EntityFishClownfish['Clownfish'/155, l='MpServer', x=45.43, y=62.00, z=87.51], EntitySockeyeSalmon['Sockeye Salmon'/160, l='MpServer', x=47.33, y=58.42, z=143.14], EntityFishCod['Cod'/168, l='MpServer', x=56.50, y=42.00, z=-14.50], EntityFishCod['Cod'/169, l='MpServer', x=57.34, y=41.23, z=-14.20], EntityFishPufferfish['Pufferfish'/171, l='MpServer', x=56.21, y=56.54, z=15.52], EntityFishPufferfish['Pufferfish'/172, l='MpServer', x=58.50, y=56.00, z=18.89], EntityFishPufferfish['Pufferfish'/173, l='MpServer', x=52.50, y=56.00, z=18.50], EntityZombie['Zombi'/174, l='MpServer', x=53.50, y=21.00, z=40.50], EntityFishCod['Cod'/175, l='MpServer', x=62.50, y=54.00, z=41.50], EntityFishCod['Cod'/176, l='MpServer', x=63.50, y=54.00, z=41.50], EntityFishCod['Cod'/177, l='MpServer', x=63.51, y=53.95, z=42.49], EntityFishCod['Cod'/178, l='MpServer', x=62.55, y=53.88, z=42.50], EntityItem['item.tile.mixed_coral_plates'/181, l='MpServer', x=60.88, y=61.00, z=66.78], EntityBat['Murciรƒยฉlago'/182, l='MpServer', x=65.26, y=32.58, z=91.98], EntitySockeyeSalmon['Sockeye Salmon'/186, l='MpServer', x=60.61, y=60.02, z=149.84], EntityClownFish['Clownfish'/188, l='MpServer', x=64.85, y=61.24, z=-26.12], EntityFishCod['Cod'/189, l='MpServer', x=78.10, y=59.88, z=-6.67], EntityBat['Murciรƒยฉlago'/190, l='MpServer', x=74.74, y=12.07, z=15.39], EntityFishCod['Cod'/191, l='MpServer', x=69.50, y=49.00, z=39.50], EntityItem['item.tile.bladderwrack'/192, l='MpServer', x=71.88, y=61.00, z=61.88], EntitySheep['Oveja'/193, l='MpServer', x=76.65, y=69.00, z=79.82], EntitySheep['Oveja'/194, l='MpServer', x=71.64, y=69.00, z=80.71], EntitySheep['Oveja'/195, l='MpServer', x=73.27, y=70.00, z=73.51], EntitySkeleton['Esqueleto'/196, l='MpServer', x=67.44, y=32.00, z=91.96], EntityGhoul['Ghoul'/197, l='MpServer', x=68.03, y=32.00, z=91.33], EntityCockatrice['Cockatrice'/198, l='MpServer', x=67.41, y=32.00, z=90.28], EntityCockatrice['Cockatrice'/199, l='MpServer', x=66.50, y=32.00, z=92.68], EntityBabySkeleton['Baby Skeleton'/200, l='MpServer', x=67.48, y=32.00, z=92.76], EntityBat['Murciรƒยฉlago'/201, l='MpServer', x=75.62, y=13.02, z=110.76], EntityShrieker['Shrieker'/202, l='MpServer', x=76.50, y=18.00, z=107.50], EntityBabySkeleton['Baby Skeleton'/203, l='MpServer', x=79.50, y=17.00, z=108.50], EntityBat['Murciรƒยฉlago'/204, l='MpServer', x=69.90, y=20.10, z=112.75], EntityZombie['Zombi'/205, l='MpServer', x=74.53, y=20.00, z=130.74], EntityCreeper['Creeper'/206, l='MpServer', x=79.44, y=18.00, z=139.09], EntityZombie['Zombi'/207, l='MpServer', x=75.72, y=17.00, z=139.54], EntityPufferFish['Pufferfish'/208, l='MpServer', x=71.14, y=60.10, z=143.39], EntityFishCod['Cod'/216, l='MpServer', x=81.50, y=59.00, z=-13.50], EntityFishCod['Cod'/217, l='MpServer', x=86.50, y=41.00, z=26.50], EntityFishCod['Cod'/218, l='MpServer', x=82.32, y=38.85, z=26.81], EntityFishCod['Cod'/219, l='MpServer', x=87.92, y=41.87, z=25.65], EntityFishCod['Cod'/220, l='MpServer', x=87.50, y=41.00, z=28.50], EntitySheep['Oveja'/221, l='MpServer', x=90.56, y=69.00, z=71.11], EntityItem['item.item.spiderEye'/223, l='MpServer', x=80.39, y=31.00, z=88.71], EntityItem['item.item.string'/224, l='MpServer', x=80.58, y=31.00, z=88.66], EntityItem['item.item.seeds_pumpkin'/225, l='MpServer', x=80.78, y=31.00, z=88.73], EntityItem['item.item.bone'/226, l='MpServer', x=80.65, y=31.00, z=88.25], EntityZombie['Zombi'/227, l='MpServer', x=84.31, y=17.00, z=111.24], EntityCactusSpider['Cactus Spider'/228, l='MpServer', x=92.50, y=16.00, z=115.01], EntityCactusSpider['Cactus Spider'/229, l='MpServer', x=92.50, y=16.00, z=114.22], EntityZombie['Zombi'/230, l='MpServer', x=92.50, y=16.00, z=115.70], EntityBat['Murciรƒยฉlago'/231, l='MpServer', x=85.69, y=21.17, z=122.49], EntitySpider['Araรƒยฑa'/232, l='MpServer', x=82.70, y=21.00, z=127.87], EntityBat['Murciรƒยฉlago'/233, l='MpServer', x=87.25, y=27.10, z=130.70], EntityZombie['Zombi'/234, l='MpServer', x=86.51, y=23.00, z=138.19], EntityFishSalmon['Salmon'/235, l='MpServer', x=82.50, y=38.00, z=134.50], EntityFishCod['Cod'/236, l='MpServer', x=94.27, y=52.61, z=133.53], EntityFishCod['Cod'/237, l='MpServer', x=91.50, y=53.00, z=134.50], EntityFishCod['Cod'/238, l='MpServer', x=93.50, y=53.00, z=132.50], EntitySockeyeSalmon['Sockeye Salmon'/242, l='MpServer', x=82.84, y=61.32, z=133.34], EntitySockeyeSalmon['Sockeye Salmon'/254, l='MpServer', x=93.38, y=62.37, z=151.85], EntityClownFish['Clownfish'/260, l='MpServer', x=87.21, y=61.63, z=161.82], EntityClownFish['Clownfish'/261, l='MpServer', x=89.62, y=62.27, z=179.46], EntityBabyEnderman['Baby Enderman'/262, l='MpServer', x=109.50, y=24.00, z=29.50], EntityBat['Murciรƒยฉlago'/263, l='MpServer', x=110.46, y=25.76, z=19.33], EntityBabyEnderman['Baby Enderman'/264, l='MpServer', x=108.50, y=30.00, z=73.50], EntityAquaticSpider['Aquatic Spider'/265, l='MpServer', x=109.05, y=13.00, z=115.94], EntitySockeyeSalmon['Sockeye Salmon'/269, l='MpServer', x=102.35, y=62.58, z=135.12], EntityBat['Murciรƒยฉlago'/274, l='MpServer', x=114.36, y=23.00, z=14.77], EntityFishCod['Cod'/275, l='MpServer', x=120.49, y=55.00, z=3.51], EntityBat['Murciรƒยฉlago'/276, l='MpServer', x=117.73, y=24.00, z=16.40], EntityZombie['Zombi'/277, l='MpServer', x=123.24, y=25.00, z=51.34], EntitySkeleton['Esqueleto'/278, l='MpServer', x=123.40, y=51.00, z=50.60], EntityWitch['Bruja'/280, l='MpServer', x=125.50, y=33.00, z=71.50], EntityBabyWitch['Baby Witch'/281, l='MpServer', x=126.50, y=33.00, z=70.50], EntityBabyOcelot['Gato'/282, l='MpServer', x=126.50, y=33.00, z=70.50], EntityBat['Murciรƒยฉlago'/283, l='MpServer', x=123.42, y=27.10, z=86.71], EntityShellSpider['Shell Spider'/284, l='MpServer', x=126.50, y=36.00, z=89.50], EntityFishCod['Cod'/294, l='MpServer', x=133.50, y=39.00, z=-16.50], EntityFishCod['Cod'/295, l='MpServer', x=132.50, y=55.00, z=1.50], EntityFishCod['Cod'/296, l='MpServer', x=138.50, y=60.00, z=6.50], EntityFishCod['Cod'/297, l='MpServer', x=138.82, y=61.20, z=5.08], EntityClownFish['Clownfish'/298, l='MpServer', x=142.98, y=62.21, z=28.36], EntitySockeyeSalmon['Sockeye Salmon'/299, l='MpServer', x=134.60, y=62.76, z=24.06], EntityBabySkeleton['Baby Skeleton'/300, l='MpServer', x=142.30, y=19.00, z=41.55], EntityItem['item.tile.gracilaria'/301, l='MpServer', x=140.46, y=49.00, z=47.88], EntityItem['item.tile.torch'/302, l='MpServer', x=143.88, y=52.00, z=40.13], EntityItem['item.tile.torch'/303, l='MpServer', x=139.13, y=52.00, z=40.13], EntityItem['item.tile.torch'/304, l='MpServer', x=135.13, y=52.00, z=41.14], EntityItem['item.tile.small_sea_anemone'/305, l='MpServer', x=137.56, y=51.00, z=46.36], EntityFishSalmon['Salmon'/306, l='MpServer', x=142.70, y=58.91, z=40.56], EntityCreeper['Creeper'/307, l='MpServer', x=131.50, y=29.00, z=62.50], EntityPumpkinSpider['Pumpkin Spider'/308, l='MpServer', x=131.50, y=29.00, z=63.50], EntityBabyCreeper['Baby Creeper'/309, l='MpServer', x=134.84, y=18.00, z=60.40], EntityItem['item.tile.sea_urchin_tropical'/310, l='MpServer', x=139.33, y=51.00, z=49.32], EntityItem['item.tile.gracilaria'/311, l='MpServer', x=142.09, y=51.00, z=51.75], EntityWroughtnaut['Ferrous Wroughtnaut'/312, l='MpServer', x=139.50, y=51.00, z=48.50], EntityItem['item.tile.gracilaria'/313, l='MpServer', x=141.13, y=49.00, z=48.73], EntitySkeleton['Esqueleto'/314, l='MpServer', x=137.71, y=51.00, z=50.13], EntitySkeleton['Esqueleto'/315, l='MpServer', x=141.50, y=51.00, z=52.50], EntityBabySkeleton['Baby Skeleton'/316, l='MpServer', x=137.17, y=51.00, z=48.96], EntitySkeleton['Esqueleto'/317, l='MpServer', x=130.66, y=31.00, z=67.52], EntitySheep['Oveja'/318, l='MpServer', x=132.57, y=66.27, z=74.64], EntitySheep['Oveja'/319, l='MpServer', x=138.32, y=69.00, z=71.80], EntitySkeleton['Esqueleto'/320, l='MpServer', x=132.24, y=13.00, z=92.84], EntityCreeper['Creeper'/321, l='MpServer', x=141.30, y=28.00, z=89.37], EntityBabyCreeper['Baby Creeper'/322, l='MpServer', x=138.81, y=29.00, z=90.48], EntitySheep['Oveja'/323, l='MpServer', x=143.45, y=69.00, z=83.55], EntityFishCod['Cod'/324, l='MpServer', x=136.50, y=41.00, z=115.50], EntityFishCod['Cod'/325, l='MpServer', x=140.50, y=41.00, z=119.50], EntityFishCod['Cod'/326, l='MpServer', x=138.44, y=40.17, z=128.52], EntityPufferFish['Pufferfish'/343, l='MpServer', x=156.68, y=61.22, z=-25.91], EntityItemFrame['entity.ItemFrame.name'/345, l='MpServer', x=151.50, y=15.50, z=-0.03], EntityItemFrame['entity.ItemFrame.name'/346, l='MpServer', x=151.50, y=15.50, z=1.03], EntityItemFrame['entity.ItemFrame.name'/347, l='MpServer', x=150.97, y=15.50, z=0.50], EntityItem['item.tile.torch'/348, l='MpServer', x=147.04, y=52.00, z=44.71], EntityPufferFish['Pufferfish'/349, l='MpServer', x=160.43, y=61.95, z=46.64], EntityPufferFish['Pufferfish'/350, l='MpServer', x=144.48, y=60.96, z=25.09], EntityFishSalmon['Salmon'/351, l='MpServer', x=150.25, y=51.81, z=40.22], EntityFishSalmon['Salmon'/352, l='MpServer', x=150.90, y=54.85, z=34.68], EntityFishSalmon['Salmon'/353, l='MpServer', x=149.83, y=56.15, z=43.33], EntityItem['item.tile.grndc_moss'/354, l='MpServer', x=156.13, y=11.12, z=60.88], EntityItem['item.item.string'/355, l='MpServer', x=158.95, y=11.36, z=60.88], EntityItem['item.item.feather'/356, l='MpServer', x=148.37, y=15.00, z=57.69], EntityItem['item.item.chickenCooked'/357, l='MpServer', x=148.32, y=15.00, z=58.00], EntityItem['item.item.rottenFlesh'/358, l='MpServer', x=153.13, y=30.00, z=61.84], EntityItem['item.item.feather'/359, l='MpServer', x=154.35, y=29.00, z=61.13], EntityItem['item.item.chickenRaw'/360, l='MpServer', x=154.82, y=29.00, z=61.45], EntitySkeleton['Esqueleto'/361, l='MpServer', x=153.23, y=30.00, z=66.53], EntitySkeleton['Esqueleto'/362, l='MpServer', x=153.50, y=27.00, z=73.50], EntityBabySkeleton['Baby Skeleton'/363, l='MpServer', x=153.50, y=27.00, z=74.50], EntityItem['item.tile.small_sea_urchin'/364, l='MpServer', x=151.13, y=61.00, z=65.88], EntityScent['entity.EntityScent.name'/365, l='MpServer', x=155.00, y=14.00, z=85.00], EntityZombieVillager['Aldeano zombi'/366, l='MpServer', x=144.50, y=18.00, z=81.50], EntitySheep['Oveja'/367, l='MpServer', x=144.41, y=69.00, z=82.67], Entitygoblingrunt['Goblin Grunt'/368, l='MpServer', x=158.50, y=16.00, z=114.50], EntityBat['Murciรƒยฉlago'/369, l='MpServer', x=147.16, y=30.03, z=115.19], EntityFishPufferfish['Pufferfish'/370, l='MpServer', x=156.81, y=58.80, z=129.76], EntityFishPufferfish['Pufferfish'/371, l='MpServer', x=158.50, y=60.00, z=132.50], EntityFishPufferfish['Pufferfish'/372, l='MpServer', x=157.50, y=60.00, z=133.50], EntityFishPufferfish['Pufferfish'/373, l='MpServer', x=157.50, y=60.00, z=135.50], EntityFishCod['Cod'/374, l='MpServer', x=175.50, y=41.00, z=26.50], EntityClownFish['Clownfish'/375, l='MpServer', x=163.36, y=48.54, z=19.92], EntityZombie['Zombi'/376, l='MpServer', x=170.50, y=15.00, z=43.50], EntityZombie['Zombi'/377, l='MpServer', x=167.62, y=15.00, z=43.97], EntityCreeper['Creeper'/378, l='MpServer', x=170.50, y=15.00, z=41.50], EntityFishCod['Cod'/379, l='MpServer', x=160.50, y=40.00, z=35.50], EntityFishClownfish['Clownfish'/380, l='MpServer', x=171.50, y=62.00, z=45.50], EntitySquid['Calamar'/381, l='MpServer', x=165.37, y=54.60, z=37.31], EntityBabyCreeper['Baby Creeper'/382, l='MpServer', x=172.71, y=28.00, z=67.03], EntitySquid['Calamar'/383, l='MpServer', x=181.20, y=50.29, z=69.65], EntitySquid['Calamar'/384, l='MpServer', x=174.37, y=47.68, z=62.73], EntityCreeper['Creeper'/385, l='MpServer', x=176.17, y=14.00, z=92.42], EntitySkeleton['Esqueleto'/386, l='MpServer', x=169.79, y=13.00, z=95.40], EntityFishCod['Cod'/387, l='MpServer', x=173.54, y=47.14, z=92.49], EntityZombie['Zombi'/388, l='MpServer', x=161.79, y=13.00, z=95.57], EntityBabySkeleton['Baby Skeleton'/389, l='MpServer', x=170.52, y=13.00, z=95.99], EntityRustMonster['Rust Monster'/390, l='MpServer', x=160.50, y=16.00, z=106.50], EntityFishCod['Cod'/391, l='MpServer', x=173.50, y=47.00, z=96.50], EntitySquid['Calamar'/392, l='MpServer', x=164.90, y=58.15, z=95.18], EntitySkeleton['Esqueleto'/393, l='MpServer', x=172.17, y=12.00, z=115.40], EntityMinecartChest['Vagoneta con cofre'/394, l='MpServer', x=172.50, y=15.06, z=139.50], EntityCreeper['Creeper'/396, l='MpServer', x=160.25, y=20.00, z=133.70], EntityCreeper['Creeper'/397, l='MpServer', x=160.57, y=20.00, z=133.02], EntityFishPufferfish['Pufferfish'/398, l='MpServer', x=180.64, y=38.00, z=-1.51], EntityClownFish['Clownfish'/399, l='MpServer', x=189.50, y=62.33, z=14.50], EntityClownFish['Clownfish'/400, l='MpServer', x=185.98, y=62.46, z=8.75], EntityItem['item.tile.grndc_moss'/401, l='MpServer', x=187.99, y=25.75, z=24.52], EntityItem['item.tile.grndc_moss'/402, l='MpServer', x=188.13, y=18.57, z=20.13], EntityItem['item.tile.grndc_moss'/405, l='MpServer', x=186.13, y=18.54, z=23.13], EntityClownFish['Clownfish'/407, l='MpServer', x=188.50, y=61.60, z=18.50], EntitySkeleton['Esqueleto'/408, l='MpServer', x=190.39, y=20.25, z=42.72], EntityFishCod['Cod'/409, l='MpServer', x=191.55, y=61.67, z=47.65], EntitySquid['Calamar'/410, l='MpServer', x=177.63, y=50.30, z=35.73], EntityFish['Blue Fish'/411, l='MpServer', x=185.21, y=56.60, z=45.83], Entitygoblinmonk['Goblin Monk'/412, l='MpServer', x=185.45, y=26.00, z=75.25], EntityBabyCreeper['Baby Creeper'/413, l='MpServer', x=183.30, y=27.00, z=74.70], EntityBat['Murciรƒยฉlago'/414, l='MpServer', x=187.47, y=26.74, z=72.82], EntityItem['item.tile.grndc_moss'/415, l='MpServer', x=184.53, y=15.00, z=91.20], EntityVescavor['Vescavor'/417, l='MpServer', x=190.14, y=26.00, z=83.77], EntityBat['Murciรƒยฉlago'/418, l='MpServer', x=182.39, y=14.93, z=91.40], EntityOrca['Orca'/419, l='MpServer', x=191.54, y=61.18, z=96.19], EntityEnderman['Enderman'/420, l='MpServer', x=181.50, y=14.00, z=111.50], EntityOrca['Orca'/421, l='MpServer', x=185.75, y=61.16, z=102.63], EntityItem['item.tile.gravel'/425, l='MpServer', x=187.80, y=14.00, z=116.07], EntityItem['item.item.yellowDust'/426, l='MpServer', x=178.88, y=11.00, z=120.13], EntityItem['item.tile.mixed_coral_plates'/427, l='MpServer', x=185.88, y=61.00, z=119.88], EntityMinecartChest['Vagoneta con cofre'/428, l='MpServer', x=184.50, y=15.06, z=131.50], EntityMinecartChest['Vagoneta con cofre'/431, l='MpServer', x=188.50, y=20.06, z=128.50], EntityClownFish['Clownfish'/438, l='MpServer', x=193.23, y=60.85, z=-9.35], EntityFish['Blue Fish'/439, l='MpServer', x=194.50, y=58.60, z=44.50], EntitySkeleton['Esqueleto'/440, l='MpServer', x=198.70, y=28.00, z=61.54], EntityFishClownfish['Clownfish'/441, l='MpServer', x=198.50, y=55.00, z=62.50], EntityFish['Blue Fish'/442, l='MpServer', x=193.50, y=58.95, z=48.50], EntityFish['Blue Fish'/443, l='MpServer', x=197.65, y=62.97, z=57.79], EntityFishCod['Cod'/444, l='MpServer', x=199.50, y=50.00, z=59.50], EntityFishCod['Cod'/445, l='MpServer', x=199.50, y=50.00, z=60.50], EntityFishCod['Cod'/446, l='MpServer', x=195.50, y=50.00, z=58.50], EntityFishCod['Cod'/447, l='MpServer', x=192.50, y=50.00, z=61.50], EntityCreeper['Creeper'/451, l='MpServer', x=197.80, y=27.00, z=69.44], EntityPlayerSP['MATR1X'/492, l='MpServer', x=124.47, y=68.00, z=62.90]] Retry entities: 0 total; [] Server brand: fml,forge Server type: Integrated singleplayer server Stacktrace: at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:532) at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2738) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:426) at net.minecraft.client.main.Main.main(SourceFile:123) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) -- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_221, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 1864952376 bytes (1778 MB) / 4697583616 bytes (4479 MB) up to 6429081600 bytes (6131 MB) JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M IntCache: cache: 0, tcache: 0, allocated: 15, tallocated: 95 FML: MCP 9.42 Powered by Forge 14.23.4.2705 Optifine OptiFine_1.12.2_HD_U_E1 179 mods loaded, 178 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored | State | ID | Version | Source | Signature | |:--------- |:---------------------- |:------------------------ |:------------------------------------------------------- |:---------------------------------------- | | UCHIJAAAA | minecraft | 1.12.2 | minecraft.jar | None | | UCHIJAAAA | mcp | 9.42 | minecraft.jar | None | | UCHIJAAAA | FML | 8.0.99.99 | forge-1.12.2-14.23.4.2705.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | UCHIJAAAA | forge | 14.23.4.2705 | forge-1.12.2-14.23.4.2705.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | UCHIJAAAA | creativecoredummy | 1.0.0 | minecraft.jar | None | | UCHIJAAAA | itemphysic | 1.4.0 | minecraft.jar | None | | UCHIJAAAA | multihotbarcore | 1.12.2-1.0.1-build-T22 | minecraft.jar | None | | UCHIJAAAA | openmodscore | 0.12.1 | minecraft.jar | None | | UCHIJAAAA | swordskillsapi | 1.1.0 | 1.12.2-SwordSkillsApi-1.1.0.jar | None | | UCHIJAAAA | qwebnm_multiversepouch | v1.3.1 | [1.12.2]Multiverse+Pouch+v1.3.1.jar | None | | UCHIJAAAA | deconstruction | 3.0.3 | [MC1.12.2]DeconTable-3.0.3.jar | None | | UCHIJAAAA | advancedcombat | 1.1.2 | advancedcombat-1.1.2-[1.12].jar | None | | UCHIJAAAA | animalnet | 1.12 | animalnet-1.12.jar | None | | UCHIJAAAA | anvils | 1.4.0.0 | Anvil-Enchantments-Mod-1.12.2.jar | None | | UCHIJAAAA | jei | 4.15.0.268 | jei_1.12.2-4.15.0.268.jar | None | | UCHIJAAAA | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None | | UCHIJAAAA | architecturecraft | @VERSION@ | architecturecraft-1.12-3.80.jar | None | | UCHIJAAAA | attributefix | 1.0.4 | AttributeFix-1.12.2-1.0.4.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | UCHIJAAAA | thebombzenapi | 2.9.3 | ThebombzenAPI-v2.9.3-mc1.12.2.jar | None | | UCHIJAAAA | autoswitch | 5.6.2 | AutoSwitch-v5.6.2-mc1.12.2.jar | None | | UCHIJAAAA | babymobs | 1.5.5 | BabyMobs-1.12-1.5.5.jar | None | | UCHIJAAAA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None | | UCHIJAAAA | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None | | UCHIJAAAA | twilightforest | 3.8.654 | twilightforest-1.12.2-3.8.654-universal.jar | None | | UCHIJAAAA | tconstruct | 1.12-2.7.3.30 | TConstruct-Mod-1.12.2.jar | None | | UCHIJAAAA | bhc | 1.2.1 | baubley-heart-canisters-1.12.2-1.2.1.jar | None | | UCHIJAAAA | betterunderground | 1.1.2 | Better-Underground-Mod-1.12.2.jar | None | | UCHIJAAAA | better_diving | 1.0.6 | BetterDiving-1.12.2-1.0.6.jar | None | | UCHIJAAAA | betterfishing | 2.0 | BetterFishing-Mod-1.12.2.jar | None | | UCHIJAAAA | betternether | 0.1.8.3 | betternether-0.1.8.3.jar | None | | UCHIJAAAA | forgelin | 1.8.3 | Forgelin-1.8.3.jar | None | | UCHIJAAAA | betterportals | 0.3.6 | betterportals-0.3.6.jar | None | | UCHIJAAAA | bibliocraft | 2.4.3 | BiblioCraft[v2.4.3][MC1.12.0].jar | None | | UCHIJAAAA | bibliotheca | 1.3.6-1.12.2 | bibliotheca-1.3.6-1.12.2.jar | None | | UCHIJAAAA | bookshelf | 2.3.585 | Bookshelf-1.12.2-2.3.585.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | UCHIJAAAA | zawa | 1.12.2-1.6.0 | zawa+-+1.6.0+(1.12.2).jar | 3ee471ded1bba54aa82f4f5ca5ca82dd67b8ef42 | | UCHIJAAAA | bookworm | 1.12.2-2.3.0 | bookworm-1.12.2-2.3.0.jar | None | | UCHIJAAAA | micsiege | 1.0.4 | BrutalZombieSiege_1.12.2-1.0.4.jar | None | | UCHIJAAAA | buildcraftlib | 7.99.24.2 | buildcraft-all-7.99.24.2.jar | None | | UCHIJAAAA | buildcraftcore | 7.99.24.2 | buildcraft-all-7.99.24.2.jar | None | | UCHIJAAAA | buildcraftbuilders | 7.99.24.2 | buildcraft-all-7.99.24.2.jar | None | | UCHIJAAAA | buildcrafttransport | 7.99.24.2 | buildcraft-all-7.99.24.2.jar | None | | UCHIJAAAA | buildcraftsilicon | 7.99.24.2 | buildcraft-all-7.99.24.2.jar | None | | UCHIJAAAA | buildcraftcompat | 7.99.24.2 | buildcraft-all-7.99.24.2.jar | None | | UCHIJAAAA | buildcraftenergy | 7.99.24.2 | buildcraft-all-7.99.24.2.jar | None | | UCHIJAAAA | buildcraftfactory | 7.99.24.2 | buildcraft-all-7.99.24.2.jar | None | | UCHIJAAAA | buildcraftrobotics | 7.99.24.2 | buildcraft-all-7.99.24.2.jar | None | | UCHIJAAAA | bullseye | 3.0.3 | Bullseye-Mod-1.12.2.jar | None | | UCHIJAAAA | cavern | 2.0.1 | Cavern-2-Mod-1.12.2.jar | None | | UCHIJAAAA | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None | | UCHIJAAAA | chesttransporter | 2.8.8 | ChestTransporter-1.12.2-2.8.8.jar | None | | UCHIJAAAA | chiselsandbits | 14.33 | chiselsandbits-14.33.jar | None | | UCHIJAAAA | colored_water | 1.12.2-b34 | ColoredWater-Mod-1.12.2.jar | None | | UCHIJAAAA | extendedrenderer | v1.0 | coroutil-1.12.1-1.2.32.jar | None | | UCHIJAAAA | coroutil | 1.12.1-1.2.32 | coroutil-1.12.1-1.2.32.jar | None | | UCHIJAAAA | configmod | v1.0 | coroutil-1.12.1-1.2.32.jar | None | | UCHIJAAAA | cosmeticarmorreworked | 1.12.2-v4a | CosmeticArmorReworked-1.12.2-v4a.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 | | UCHIJAAAA | craftablehorsearmour | 1.3 | CraftableHorseArmour-1.3.0-1.12.jar | None | | UCHIJAAAA | creativecore | 1.9.9 | CreativeCore_v1.9.32_mc1.12.2.jar | None | | UCHIJAAAA | creativefirework | 1.0.2 | creativefirework-1.0.2.jar | None | | UCHIJAAAA | customnpcs | 1.12 | CustomNPCs_1.12.2(30Jan19).jar | None | | UCHIJAAAA | cxlibrary | 1.6.1 | cxlibrary-1.12.1-1.6.1.jar | None | | UCHIJAAAA | defiledlands | 1.4.2 | defiledlands-1.12.2-1.4.2.jar | None | | UCHIJAAAA | diaernum | 1.6 | diaernum-1.6.jar | None | | UCHIJAAAA | disenchanter | 1.6 | disenchanter-[1.12]1.6.jar | None | | UCHIJAAAA | display | 1.2.4 | Display-1.2.4.jar | None | | UCHIJAAAA | doggytalents | 1.14.2.381 | DoggyTalents-1.14.2.381-universal.jar | None | | UCHIJAAAA | dungeonmobs | 5.0.0 | dungeonmobs-5.0.0-MC1.12.2.jar | None | | UCHIJAAAA | eplus | 5.0.168 | EnchantingPlus-1.12.2-5.0.168.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | UCHIJAAAA | exoticbirds | 1.0 | exoticbirdsmod 1.12.2.jar | None | | UCHIJAAAA | extraanvils | @VERSION@ | extraanvils-0.0.jar | None | | UCHIJAAAA | fbp | 2.4.1 | FancyBlockParticles-1.12.x-2.4.1.jar | None | | UCHIJAAAA | fastleafdecay | v14 | FastLeafDecay-v14.jar | None | | UCHIJAAAA | foamflower | 1.12.2-1.0.0.0-beta1 | foamflower-1.12.2-1.0.0.0-beta1.jar | None | | UCHIJAAAA | friendshipbracelet | 1.1.2 | FriendshipBracelet-1.1.2.jar | None | | UCHIJAAAA | cfm | 6.2.0 | furniture-6.2.0-1.12.2.jar | None | | UCHIJAAAA | gargoyles | 1 | Gargoyles+mod+1.12.2+patch+1.jar | None | | UCHIJAAAA | giacomos_exp | 1.2.2 | GiacomosExperienceSeedling-1.12.2-1.2.2.jar | None | | UCHIJAAAA | glassential | 1.0.0 | glassential-1.12.2-1.0.0.jar | None | | UCHIJAAAA | goblinencounter | 1.0.0 | GoblinEncounter.jar | None | | UCHIJAAAA | grassburner | 0.1.0 | grassburner-0.1.0.jar | None | | UCHIJAAAA | hammertime | 2.0.2 | Hammer-Time-Mod-1.12.2.jar | None | | UCHIJAAAA | hardcorebuoy | ${version} | HardcoreBuoy-1.12-1.0.4.jar | None | | UCHIJAAAA | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None | | UCHIJAAAA | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe | | UCHIJAAAA | irontanks | 2.1.0-beta | Iron-Tanks-Mod-1.12.2.jar | None | | UCHIJAAAA | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar | None | | UCHIJAAAA | itemzoom | 1.11 | itemzoom_1.12.2-1.11.jar | None | | UCHIJAAAA | jjmeteor | 1.0.7 | JJ+Meteor+1.12-1.12.2-v1.0.7.jar | None | | UCHIJAAAA | journeymap | 1.12.2-5.5.3 | journeymap-1.12.2-5.5.3.jar | None | | UCHIJAAAA | jaff | 1.7_for_1.12 | JustAFewFish-1.7_for_1.12.jar | None | | UCHIJAAAA | jeresources | 0.8.5.27 | JustEnoughResources-1.12.2-0.8.5.27.jar | None | | UCHIJAAAA | laggoggles | FORGE-1.12.2-4.1 | LagGoggles-FORGE-1.12.2-4.1.jar | None | | UCHIJAAAA | levels | 2.0.1 | Levels-Mod-1.12.2.jar | None | | UCHIJAAAA | lex | 1.0.8 | LibEx-1.12.2-1.0.8.jar | None | | UCHIJAAAA | limelib | 1.7.12 | limelib-1.12.2-1.7.12.jar | None | | UCHIJAAAA | llibrary | 1.7.9 | llibrary-1.7.9-1.12.2.jar | None | | UCHIJAAAA | lostquiver | 1.0 - MC 1.12.2 | lostquiver-1.0.jar | None | | UCHIJAAAA | radixcore | 1.12.x-2.2.1 | RadixCore-1.12.2.jar | None | | UCHIJAAAA | mca | 1.12.2-5.3.1 | MCA-1.12.x-5.3.1-universal.jar | None | | UCHIJAAAA | morebeautifulbuttons | 1.12.2-1.7.3.20 | morebeautifulbuttons-1.12.2-1.7.3.20.jar | None | | UCHIJAAAA | morefurnaces | 1.10.4 | MoreFurnaces-Mod-1.12.2.jar | None | | UCHIJAAAA | morpheus | 1.12-3.3.2 | Morpheus-1.12-3.3.2.jar | None | | UCHIJAAAA | mowziesmobs | 1.5.4 | mowziesmobs-1.5.4.jar | None | | UCHIJAAAA | muchmorespiders | 1.1 | Much-More-Spiders-Reborn-Mod-1.12.2.jar | None | | UCHIJAAAA | multihotbar | 1.12.2-4.0.1-build-T116 | multihotbar-1.12.2-4.0.1-build-T116.jar | None | | UCHIJAAAA | multimine | 1.6.1 | MultiMine-1.12.2.jar | None | | UCHIJAAAA | musiccraft | 3.2.3 | MusicCraft-3.2.3.jar | None | | UCHIJAAAA | nex | 2.0.8 | NetherEx-1.12.2-2.0.8.jar | None | | UCHIJAAAA | netherportalfix | 5.3.17 | NetherPortalFix_1.12.1-5.3.17.jar | None | | UCHIJAAAA | recipehandler | 0.12 | NoMoreRecipeConflict-0.12(1.12.2).jar | None | | UCHIJAAAA | obsidiantools | 1.8.2 | ObsidianTools-1.8.2.jar | None | | UCHIJAAAA | oreexcavation | 1.4.133 | OreExcavation-1.4.133.jar | None | | UCHIJAAAA | oeintegration | 2.3.4 | oeintegration-2.3.4.jar | None | | UCHIJAAAA | offlineskins | 1.12.2-v6 | OfflineSkins-1.12.2-v6.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 | | UCHIJAAAA | openmods | 0.12.1 | OpenModsLib-1.12.2-0.12.1.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 | | UCHIJAAAA | openblocks | 1.8 | OpenBlocks-1.12.2-1.8.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 | | UCHIJAAAA | overpoweredarmorbar | @VERSION@ | overloadedarmorbar-1.0.4g.jar | None | | UCHIJAAAA | guilib | $version | Painting-Selection-Gui-Mod-1.12.2.jar | None | | UCHIJAAAA | paintingselgui | $version | Painting-Selection-Gui-Mod-1.12.2.jar | None | | UCHIJAAAA | paraglider | 1.0.1.4 | Paraglider-Mod-1.12.2.jar | None | | UCHIJAAAA | parry | 1.0 | parry-1.0-hotfix.jar | None | | UCHIJAAAA | playerrevive | 1.0 | PlayerRevive_v1.2.22_mc1.12.2.jar | None | | UCHIJAAAA | pointing-mod | 1.0 | pointing-1.0.jar | None | | UCHIJAAAA | powerdrop | MC1.12.2-1.1.2 | PowerDrop-MC1.12.2-1.1.2.jar | None | | UCHIJAAAA | realworld | 1.18 | RealWorld-Mod-1.12.2.jar | None | | UCHIJAAAA | rhodonite | 1.12.2-0.10-DEV | rhodonite-1.12.2-0.10-DEV.jar | None | | UCHIJAAAA | ropebridge | 2.0.5 | ropebridge-1.12-2.0.7.jar | None | | UCHIJAAAA | ropeladders | 2.0.0 | RopeLadders-1.12.2-2.0.0.jar | None | | UCHIJAAAA | rotd | 1.7.3 | ROTD-1.12.2-+1.7.4.jar | None | | UCHIJAAAA | rustic | 1.0.12 | rustic-1.0.12.jar | None | | UCHIJAAAA | silentlib | 3.0.13 | SilentLib-1.12.2-3.0.13+167.jar | None | | UCHIJAAAA | scalinghealth | 1.3.31 | ScalingHealth-1.12.2-1.3.31-132.jar | None | | UCHIJAAAA | securitycraft | v1.8.2.4 | SecurityCraft-Mod-1.12.2.jar | None | | UCHIJAAAA | sereneseasons | 1.2.11 | SereneSeasons-1.12.2-1.2.11-universal.jar | None | | UCHIJAAAA | shadowmc | 3.8.0 | ShadowMC-1.12-3.8.0.jar | None | | UCHIJAAAA | signpost | 1.06.1 | signpost-1.12-1.06.1.jar | None | | UCHIJAAAA | lteleporters | 1.12.2-3.0.2 | simpleteleporters-1.12.2-3.0.2.jar | None | | UCHIJAAAA | sophisticatedwolves | 3.13.8 | SophisticatedWolves-1.12.2-3.13.8.jar | None | | UCHIJAAAA | spartanshields | 1.5.4 | SpartanShields-1.12.2-1.5.4.jar | None | | UCHIJAAAA | speedyladders | 1.1.3 | speedyladders-1.1.3.jar | None | | UCHIJAAAA | storagedrawers | 1.12.2-5.4.0 | StorageDrawers-1.12.2-5.4.0.jar | None | | UCHIJAAAA | tallgates | 1.0.0 | TallGates-Mod-1.12.2.jar | None | | UCHIJAAAA | corerm | 1.2h | The-Camping-Mod-1.12.2.jar | None | | UCHIJAAAA | camping | 2.3g | The-Camping-Mod-1.12.2.jar | None | | UCHIJAAAA | thutcore | 5.21.0 | thutcore-1.12.2-5.21.0.jar | None | | UCHIJAAAA | thutcore_compat | 1.0 | thutcore-1.12.2-5.21.0.jar | None | | UCHIJAAAA | thuttech | 6.1.6 | thuttech-1.12.2-6.1.6.jar | None | | UCHIJAAAA | tinkersjei | 1.0 | tinkersjei-1.0.jar | None | | UCHIJAAAA | tombmanygraves | 1.12-4.2.0 | TombManyGraves-1.12-4.2.0.jar | None | | UCHIJAAAA | toolbelt | 1.7.1 | ToolBelt-Mod-1.12.2.jar | None | | UCHIJAAAA | torchlever | 1.0 | TorchLever1.12.2-1.0.jar | None | | UCHIJAAAA | torohealthmod | 1.12.2-11 | torohealth-1.12.2-11.jar | None | | UCHIJAAAA | toroquest | 1.12.2-5.2 | ToroQuest-Mod-1.12.2.jar | None | | UCHIJAAAA | toughnessbar | 2.1 | toughnessbar-2.3.jar | None | | UCHIJAAAA | transprot | 1.5.3 | transprot-1.12.2-1.5.3.jar | None | | UCHIJAAAA | trashslot | 8.4.6 | TrashSlot-Mod-1.12.2.jar | None | | UCHIJAAAA | treechoppin | 1.0.0 | TreeChoppin-1.12.2-1.0.0.jar | None | | UCHIJAAAA | of | 0.13.1 | Useful+Interior+-+0.13.1+[1.12.2].jar | None | | UCHIJAAAA | v0idssmartbackpacks | 1.0.6 | V0id's+Smart+Backpacks-1.0.6.jar | None | | UCHIJAAAA | vimmersion | 2.0.3.3 | vanilla-immersion-1.12.2-2.0.3.3.jar | 6c67ec97cb96c64a0bbd82a3cb1ec48cbde61bb2 | | UCHIJAAAA | vending | 1.12.2-3.0.0.0 | Vending-Block-1.12.2.jar | None | | UCHIJAAAA | volcanicevolution106 | 1.0.6 | Volcanic+Evolution+-+1.0.6.jar | None | | UCHIJAAAA | weather2 | 1.12.1-2.6.12 | weather2-1.12.1-2.6.12.jar | None | | UCHIJAAAA | thejungle | 1.2005.1222 | Welcome+To+The+Jungle-1.2005.1222.jar | None | | UCHIJAAAA | wesserboysoverlays | 1.0.0.1 | wesserboysoverlays-1.0.0.1.jar | None | | UCHIJAAAA | wings | 1.0.3 | wings-1.0.3-1.12.2.jar | None | | UCHIJAAAA | bauble_wings | 1.0.0 | wings-1.0.3-1.12.2.jar | None | | UCHIJAAAA | wolfarmor | 2.2.3.6 | wolfarmor-1.12.2-2.2.3.1798-universal.jar | None | | UCHIJAAAA | zombieawareness | 1.12.1-1.11.16 | zombieawareness-1.12.1-1.11.16.jar | None | | UCHIJAAAA | drplibrary | 1.12.2-0.1.3-SNAPSHOT | drplibrary-1.12.2-0.1.3-SNAPSHOT-20190129.034240.jar | 893c317856cf6819b3a8381c5664e4b06df7d1cc | | UCHIJAAAA | drpcmblueprints | 1.12.2-1.2.3 | drpcmblueprints-1.12.2-1.2.3.jar | 893c317856cf6819b3a8381c5664e4b06df7d1cc | | UCHIJAAAA | drpcmmaarg | 1.12.2-0.10.0-SNAPSHOT | drpcmmaarg-1.12.2-0.10.0-SNAPSHOT-20181116.074036.jar | 893c317856cf6819b3a8381c5664e4b06df7d1cc | | UCHIJAAAA | drpcmguis | 1.12.2-0.0.2-SNAPSHOT | drpcmguis-1.12.2-0.0.1-SNAPSHOT-20181125.120253.jar | 893c317856cf6819b3a8381c5664e4b06df7d1cc | | UCHIJAAAA | drpcore | 1.12.2-0.4.7 | drpcore-1.12.2-0.4.8.jar | 893c317856cf6819b3a8381c5664e4b06df7d1cc | | UCHIJAAAA | structurize | 1.12.2-0.10.124-ALPHA | structurize-1.12.2-0.10.124-ALPHA.jar | None | | UCHIJAAAA | minecolonies | 1.12.2-0.10.348-RELEASE | minecolonies-1.12.2-0.10.348-RELEASE-universal new .jar | None | | UCHIJAAAA | snowrealmagic | 0.1.1 | SnowRealMagic-0.1.1.jar | None | | UD | mobends_wings | 1.0.0 | wings-1.0.3-1.12.2.jar | None | Loaded coremods (and transformers): CreativePatchingLoader (CreativeCore_v1.9.32_mc1.12.2.jar) wings (wings-1.0.3-1.12.2.jar) me.paulf.wings.server.asm.WingsRuntimePatcher me.paulf.wings.server.asm.mobends.WingsMoBendsRuntimePatcher ItemPatchingLoader (ItemPhysic_Full_1.4.17_mc1.12.2.jar) com.creativemd.itemphysic.ItemTransformer LoadingPlugin (HardcoreBuoy-1.12-1.0.4.jar) betterwithmods.core.ClassTransformer SSLoadingPlugin (SereneSeasons-1.12.2-1.2.11-universal.jar) sereneseasons.asm.transformer.EntityRendererTransformer sereneseasons.asm.transformer.WorldTransformer llibrary (llibrary-1.7.9-1.12.2.jar) net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher FmlLoadingPlugin (multihotbarcore-1.12.2-1.0.1-build-T22.jar) com.rolandoislas.multihotbar.asm.transformer.Transformer CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar) cubex2.cxlibrary.CoreModTransformer ForgelinPlugin (Forgelin-1.8.3.jar) Inventory Tweaks Coremod (InventoryTweaks-1.63.jar) invtweaks.forge.asm.ContainerTransformer offlineskins (OfflineSkins-1.12.2-v6-core.jar) lain.mods.skins.init.forge.asm.ASMTransformer MMFMLCorePlugin (MultiMine-1.12.2.jar) atomicstryker.multimine.common.fmlmagic.MMTransformer ParagliderLoadingPlugin (Paraglider-Mod-1.12.2.jar) com.tictim.paraglider.asm.TransformerModelBiped OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.1.jar) openmods.core.OpenModsClassTransformer GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 431.36' Renderer: 'GeForce GTX 1650/PCIe/SSE2' OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:FINISHED],[player_render_hook:FINISHED],[horse_null_fix:FINISHED] Pulsar/tconstruct loaded Pulses: - TinkerCommons (Enabled/Forced) - TinkerWorld (Enabled/Not Forced) - TinkerTools (Enabled/Not Forced) - TinkerHarvestTools (Enabled/Forced) - TinkerMeleeWeapons (Enabled/Forced) - TinkerRangedWeapons (Enabled/Forced) - TinkerModifiers (Enabled/Forced) - TinkerSmeltery (Enabled/Not Forced) - TinkerGadgets (Enabled/Not Forced) - TinkerOredict (Enabled/Forced) - TinkerIntegration (Enabled/Forced) - TinkerFluids (Enabled/Forced) - TinkerMaterials (Enabled/Forced) - TinkerModelRegister (Enabled/Forced) - chiselsandbitsIntegration (Enabled/Not Forced) - wailaIntegration (Enabled/Not Forced) Launched Version: 1.12.2-forge1.12.2-14.23.4.2705 LWJGL: 2.9.4 OpenGL: GeForce GTX 1650/PCIe/SSE2 GL version 4.6.0 NVIDIA 431.36, NVIDIA Corporation GL Caps: Using GL 1.3 multitexturing. Using GL 1.3 texture combiners. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported. Shaders are available because OpenGL 2.1 is supported. VBOs are available because OpenGL 1.5 is supported. Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Packs: PR+Luminance+1.11.2.zip, 1.12.2-r4.zip Current Language: Espaรƒยฑol (Espaรƒยฑa) Profiler Position: N/A (disabled) CPU: 4x Intel(R) Core(TM) i3-8100 CPU @ 3.60GHz OptiFine Version: OptiFine_1.12.2_HD_U_E1 OptiFine Build: 20180628-111228 Render Distance Chunks: 12 Mipmaps: 4 Anisotropic Filtering: 1 Antialiasing: 0 Multitexture: false Shaders: Sildurs Vibrant Shaders v1.23 High.zip OpenGlVersion: 4.6.0 NVIDIA 431.36 OpenGlRenderer: GeForce GTX 1650/PCIe/SSE2 OpenGlVendor: NVIDIA Corporation CpuCount: 4 ``` </details>
True
Crashes the minecraft when loading world - **Thank you for creating this amazing mod, this is the error I get when loading the world of minecraft:** <details> ``` A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Client thread Stacktrace: at de.johni0702.minecraft.betterportals.impl.client.renderer.PortalRendererHooks.beforeRender(PortalRendererHooks.kt:22) at net.minecraft.client.renderer.entity.RenderManager.handler$beforeRenderEntity$zzd000(RenderManager.java:651) at net.minecraft.client.renderer.entity.RenderManager.func_188391_a(RenderManager.java) at net.minecraft.client.renderer.entity.RenderManager.func_188388_a(RenderManager.java:393) at net.minecraft.client.renderer.RenderGlobal.func_180446_a(RenderGlobal.java:826) at net.optifine.shaders.ShadersRender.renderShadowMap(ShadersRender.java:375) at net.optifine.shaders.Shaders.beginRender(Shaders.java:4097) at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1592) at de.johni0702.minecraft.view.impl.client.render.ViewRenderPlan.renderSelf(ViewRenderManager.kt:408) at de.johni0702.minecraft.view.impl.client.render.ViewRenderPlan.renderSelf(ViewRenderManager.kt:331) at de.johni0702.minecraft.view.impl.client.render.ViewRenderPlan.render(ViewRenderManager.kt:494) at de.johni0702.minecraft.view.impl.client.render.ViewRenderManager.renderWorld(ViewRenderManager.kt:172) at net.minecraft.client.renderer.EntityRenderer.redirect$renderWorld$zzn000(EntityRenderer.java:3759) -- Affected level -- Details: Level name: MpServer All players: 1 total; [EntityPlayerSP['MATR1X'/492, l='MpServer', x=124.47, y=68.00, z=62.90]] Chunk stats: MultiplayerChunkCache: 597, 597 Level seed: 0 Level generator: ID 00 - default, ver 1. Features enabled: false Level generator options: Level spawn location: World: (136,64,92), Chunk: (at 8,4,12 in 8,5; contains blocks 128,0,80 to 143,255,95), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Level time: 3669 game time, 3669 day time Level dimension: 0 Level storage version: 0x00000 - Unknown? Level weather: Rain time: 0 (now: true), thunder time: 0 (now: true) Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false Forced entities: 206 total; [EntityPufferFish['Pufferfish'/122, l='MpServer', x=13.03, y=61.08, z=49.92], EntityFish['Blue Fish'/123, l='MpServer', x=0.61, y=60.34, z=73.80], EntityOrca['Orca'/125, l='MpServer', x=32.35, y=58.83, z=-29.38], EntityClownFish['Clownfish'/136, l='MpServer', x=25.29, y=62.07, z=139.56], EntityFishPufferfish['Pufferfish'/143, l='MpServer', x=47.50, y=56.01, z=19.50], EntityPufferFish['Pufferfish'/154, l='MpServer', x=34.67, y=61.95, z=66.87], EntityFishClownfish['Clownfish'/155, l='MpServer', x=45.43, y=62.00, z=87.51], EntitySockeyeSalmon['Sockeye Salmon'/160, l='MpServer', x=47.33, y=58.42, z=143.14], EntityFishCod['Cod'/168, l='MpServer', x=56.50, y=42.00, z=-14.50], EntityFishCod['Cod'/169, l='MpServer', x=57.34, y=41.23, z=-14.20], EntityFishPufferfish['Pufferfish'/171, l='MpServer', x=56.21, y=56.54, z=15.52], EntityFishPufferfish['Pufferfish'/172, l='MpServer', x=58.50, y=56.00, z=18.89], EntityFishPufferfish['Pufferfish'/173, l='MpServer', x=52.50, y=56.00, z=18.50], EntityZombie['Zombi'/174, l='MpServer', x=53.50, y=21.00, z=40.50], EntityFishCod['Cod'/175, l='MpServer', x=62.50, y=54.00, z=41.50], EntityFishCod['Cod'/176, l='MpServer', x=63.50, y=54.00, z=41.50], EntityFishCod['Cod'/177, l='MpServer', x=63.51, y=53.95, z=42.49], EntityFishCod['Cod'/178, l='MpServer', x=62.55, y=53.88, z=42.50], EntityItem['item.tile.mixed_coral_plates'/181, l='MpServer', x=60.88, y=61.00, z=66.78], EntityBat['Murciรƒยฉlago'/182, l='MpServer', x=65.26, y=32.58, z=91.98], EntitySockeyeSalmon['Sockeye Salmon'/186, l='MpServer', x=60.61, y=60.02, z=149.84], EntityClownFish['Clownfish'/188, l='MpServer', x=64.85, y=61.24, z=-26.12], EntityFishCod['Cod'/189, l='MpServer', x=78.10, y=59.88, z=-6.67], EntityBat['Murciรƒยฉlago'/190, l='MpServer', x=74.74, y=12.07, z=15.39], EntityFishCod['Cod'/191, l='MpServer', x=69.50, y=49.00, z=39.50], EntityItem['item.tile.bladderwrack'/192, l='MpServer', x=71.88, y=61.00, z=61.88], EntitySheep['Oveja'/193, l='MpServer', x=76.65, y=69.00, z=79.82], EntitySheep['Oveja'/194, l='MpServer', x=71.64, y=69.00, z=80.71], EntitySheep['Oveja'/195, l='MpServer', x=73.27, y=70.00, z=73.51], EntitySkeleton['Esqueleto'/196, l='MpServer', x=67.44, y=32.00, z=91.96], EntityGhoul['Ghoul'/197, l='MpServer', x=68.03, y=32.00, z=91.33], EntityCockatrice['Cockatrice'/198, l='MpServer', x=67.41, y=32.00, z=90.28], EntityCockatrice['Cockatrice'/199, l='MpServer', x=66.50, y=32.00, z=92.68], EntityBabySkeleton['Baby Skeleton'/200, l='MpServer', x=67.48, y=32.00, z=92.76], EntityBat['Murciรƒยฉlago'/201, l='MpServer', x=75.62, y=13.02, z=110.76], EntityShrieker['Shrieker'/202, l='MpServer', x=76.50, y=18.00, z=107.50], EntityBabySkeleton['Baby Skeleton'/203, l='MpServer', x=79.50, y=17.00, z=108.50], EntityBat['Murciรƒยฉlago'/204, l='MpServer', x=69.90, y=20.10, z=112.75], EntityZombie['Zombi'/205, l='MpServer', x=74.53, y=20.00, z=130.74], EntityCreeper['Creeper'/206, l='MpServer', x=79.44, y=18.00, z=139.09], EntityZombie['Zombi'/207, l='MpServer', x=75.72, y=17.00, z=139.54], EntityPufferFish['Pufferfish'/208, l='MpServer', x=71.14, y=60.10, z=143.39], EntityFishCod['Cod'/216, l='MpServer', x=81.50, y=59.00, z=-13.50], EntityFishCod['Cod'/217, l='MpServer', x=86.50, y=41.00, z=26.50], EntityFishCod['Cod'/218, l='MpServer', x=82.32, y=38.85, z=26.81], EntityFishCod['Cod'/219, l='MpServer', x=87.92, y=41.87, z=25.65], EntityFishCod['Cod'/220, l='MpServer', x=87.50, y=41.00, z=28.50], EntitySheep['Oveja'/221, l='MpServer', x=90.56, y=69.00, z=71.11], EntityItem['item.item.spiderEye'/223, l='MpServer', x=80.39, y=31.00, z=88.71], EntityItem['item.item.string'/224, l='MpServer', x=80.58, y=31.00, z=88.66], EntityItem['item.item.seeds_pumpkin'/225, l='MpServer', x=80.78, y=31.00, z=88.73], EntityItem['item.item.bone'/226, l='MpServer', x=80.65, y=31.00, z=88.25], EntityZombie['Zombi'/227, l='MpServer', x=84.31, y=17.00, z=111.24], EntityCactusSpider['Cactus Spider'/228, l='MpServer', x=92.50, y=16.00, z=115.01], EntityCactusSpider['Cactus Spider'/229, l='MpServer', x=92.50, y=16.00, z=114.22], EntityZombie['Zombi'/230, l='MpServer', x=92.50, y=16.00, z=115.70], EntityBat['Murciรƒยฉlago'/231, l='MpServer', x=85.69, y=21.17, z=122.49], EntitySpider['Araรƒยฑa'/232, l='MpServer', x=82.70, y=21.00, z=127.87], EntityBat['Murciรƒยฉlago'/233, l='MpServer', x=87.25, y=27.10, z=130.70], EntityZombie['Zombi'/234, l='MpServer', x=86.51, y=23.00, z=138.19], EntityFishSalmon['Salmon'/235, l='MpServer', x=82.50, y=38.00, z=134.50], EntityFishCod['Cod'/236, l='MpServer', x=94.27, y=52.61, z=133.53], EntityFishCod['Cod'/237, l='MpServer', x=91.50, y=53.00, z=134.50], EntityFishCod['Cod'/238, l='MpServer', x=93.50, y=53.00, z=132.50], EntitySockeyeSalmon['Sockeye Salmon'/242, l='MpServer', x=82.84, y=61.32, z=133.34], EntitySockeyeSalmon['Sockeye Salmon'/254, l='MpServer', x=93.38, y=62.37, z=151.85], EntityClownFish['Clownfish'/260, l='MpServer', x=87.21, y=61.63, z=161.82], EntityClownFish['Clownfish'/261, l='MpServer', x=89.62, y=62.27, z=179.46], EntityBabyEnderman['Baby Enderman'/262, l='MpServer', x=109.50, y=24.00, z=29.50], EntityBat['Murciรƒยฉlago'/263, l='MpServer', x=110.46, y=25.76, z=19.33], EntityBabyEnderman['Baby Enderman'/264, l='MpServer', x=108.50, y=30.00, z=73.50], EntityAquaticSpider['Aquatic Spider'/265, l='MpServer', x=109.05, y=13.00, z=115.94], EntitySockeyeSalmon['Sockeye Salmon'/269, l='MpServer', x=102.35, y=62.58, z=135.12], EntityBat['Murciรƒยฉlago'/274, l='MpServer', x=114.36, y=23.00, z=14.77], EntityFishCod['Cod'/275, l='MpServer', x=120.49, y=55.00, z=3.51], EntityBat['Murciรƒยฉlago'/276, l='MpServer', x=117.73, y=24.00, z=16.40], EntityZombie['Zombi'/277, l='MpServer', x=123.24, y=25.00, z=51.34], EntitySkeleton['Esqueleto'/278, l='MpServer', x=123.40, y=51.00, z=50.60], EntityWitch['Bruja'/280, l='MpServer', x=125.50, y=33.00, z=71.50], EntityBabyWitch['Baby Witch'/281, l='MpServer', x=126.50, y=33.00, z=70.50], EntityBabyOcelot['Gato'/282, l='MpServer', x=126.50, y=33.00, z=70.50], EntityBat['Murciรƒยฉlago'/283, l='MpServer', x=123.42, y=27.10, z=86.71], EntityShellSpider['Shell Spider'/284, l='MpServer', x=126.50, y=36.00, z=89.50], EntityFishCod['Cod'/294, l='MpServer', x=133.50, y=39.00, z=-16.50], EntityFishCod['Cod'/295, l='MpServer', x=132.50, y=55.00, z=1.50], EntityFishCod['Cod'/296, l='MpServer', x=138.50, y=60.00, z=6.50], EntityFishCod['Cod'/297, l='MpServer', x=138.82, y=61.20, z=5.08], EntityClownFish['Clownfish'/298, l='MpServer', x=142.98, y=62.21, z=28.36], EntitySockeyeSalmon['Sockeye Salmon'/299, l='MpServer', x=134.60, y=62.76, z=24.06], EntityBabySkeleton['Baby Skeleton'/300, l='MpServer', x=142.30, y=19.00, z=41.55], EntityItem['item.tile.gracilaria'/301, l='MpServer', x=140.46, y=49.00, z=47.88], EntityItem['item.tile.torch'/302, l='MpServer', x=143.88, y=52.00, z=40.13], EntityItem['item.tile.torch'/303, l='MpServer', x=139.13, y=52.00, z=40.13], EntityItem['item.tile.torch'/304, l='MpServer', x=135.13, y=52.00, z=41.14], EntityItem['item.tile.small_sea_anemone'/305, l='MpServer', x=137.56, y=51.00, z=46.36], EntityFishSalmon['Salmon'/306, l='MpServer', x=142.70, y=58.91, z=40.56], EntityCreeper['Creeper'/307, l='MpServer', x=131.50, y=29.00, z=62.50], EntityPumpkinSpider['Pumpkin Spider'/308, l='MpServer', x=131.50, y=29.00, z=63.50], EntityBabyCreeper['Baby Creeper'/309, l='MpServer', x=134.84, y=18.00, z=60.40], EntityItem['item.tile.sea_urchin_tropical'/310, l='MpServer', x=139.33, y=51.00, z=49.32], EntityItem['item.tile.gracilaria'/311, l='MpServer', x=142.09, y=51.00, z=51.75], EntityWroughtnaut['Ferrous Wroughtnaut'/312, l='MpServer', x=139.50, y=51.00, z=48.50], EntityItem['item.tile.gracilaria'/313, l='MpServer', x=141.13, y=49.00, z=48.73], EntitySkeleton['Esqueleto'/314, l='MpServer', x=137.71, y=51.00, z=50.13], EntitySkeleton['Esqueleto'/315, l='MpServer', x=141.50, y=51.00, z=52.50], EntityBabySkeleton['Baby Skeleton'/316, l='MpServer', x=137.17, y=51.00, z=48.96], EntitySkeleton['Esqueleto'/317, l='MpServer', x=130.66, y=31.00, z=67.52], EntitySheep['Oveja'/318, l='MpServer', x=132.57, y=66.27, z=74.64], EntitySheep['Oveja'/319, l='MpServer', x=138.32, y=69.00, z=71.80], EntitySkeleton['Esqueleto'/320, l='MpServer', x=132.24, y=13.00, z=92.84], EntityCreeper['Creeper'/321, l='MpServer', x=141.30, y=28.00, z=89.37], EntityBabyCreeper['Baby Creeper'/322, l='MpServer', x=138.81, y=29.00, z=90.48], EntitySheep['Oveja'/323, l='MpServer', x=143.45, y=69.00, z=83.55], EntityFishCod['Cod'/324, l='MpServer', x=136.50, y=41.00, z=115.50], EntityFishCod['Cod'/325, l='MpServer', x=140.50, y=41.00, z=119.50], EntityFishCod['Cod'/326, l='MpServer', x=138.44, y=40.17, z=128.52], EntityPufferFish['Pufferfish'/343, l='MpServer', x=156.68, y=61.22, z=-25.91], EntityItemFrame['entity.ItemFrame.name'/345, l='MpServer', x=151.50, y=15.50, z=-0.03], EntityItemFrame['entity.ItemFrame.name'/346, l='MpServer', x=151.50, y=15.50, z=1.03], EntityItemFrame['entity.ItemFrame.name'/347, l='MpServer', x=150.97, y=15.50, z=0.50], EntityItem['item.tile.torch'/348, l='MpServer', x=147.04, y=52.00, z=44.71], EntityPufferFish['Pufferfish'/349, l='MpServer', x=160.43, y=61.95, z=46.64], EntityPufferFish['Pufferfish'/350, l='MpServer', x=144.48, y=60.96, z=25.09], EntityFishSalmon['Salmon'/351, l='MpServer', x=150.25, y=51.81, z=40.22], EntityFishSalmon['Salmon'/352, l='MpServer', x=150.90, y=54.85, z=34.68], EntityFishSalmon['Salmon'/353, l='MpServer', x=149.83, y=56.15, z=43.33], EntityItem['item.tile.grndc_moss'/354, l='MpServer', x=156.13, y=11.12, z=60.88], EntityItem['item.item.string'/355, l='MpServer', x=158.95, y=11.36, z=60.88], EntityItem['item.item.feather'/356, l='MpServer', x=148.37, y=15.00, z=57.69], EntityItem['item.item.chickenCooked'/357, l='MpServer', x=148.32, y=15.00, z=58.00], EntityItem['item.item.rottenFlesh'/358, l='MpServer', x=153.13, y=30.00, z=61.84], EntityItem['item.item.feather'/359, l='MpServer', x=154.35, y=29.00, z=61.13], EntityItem['item.item.chickenRaw'/360, l='MpServer', x=154.82, y=29.00, z=61.45], EntitySkeleton['Esqueleto'/361, l='MpServer', x=153.23, y=30.00, z=66.53], EntitySkeleton['Esqueleto'/362, l='MpServer', x=153.50, y=27.00, z=73.50], EntityBabySkeleton['Baby Skeleton'/363, l='MpServer', x=153.50, y=27.00, z=74.50], EntityItem['item.tile.small_sea_urchin'/364, l='MpServer', x=151.13, y=61.00, z=65.88], EntityScent['entity.EntityScent.name'/365, l='MpServer', x=155.00, y=14.00, z=85.00], EntityZombieVillager['Aldeano zombi'/366, l='MpServer', x=144.50, y=18.00, z=81.50], EntitySheep['Oveja'/367, l='MpServer', x=144.41, y=69.00, z=82.67], Entitygoblingrunt['Goblin Grunt'/368, l='MpServer', x=158.50, y=16.00, z=114.50], EntityBat['Murciรƒยฉlago'/369, l='MpServer', x=147.16, y=30.03, z=115.19], EntityFishPufferfish['Pufferfish'/370, l='MpServer', x=156.81, y=58.80, z=129.76], EntityFishPufferfish['Pufferfish'/371, l='MpServer', x=158.50, y=60.00, z=132.50], EntityFishPufferfish['Pufferfish'/372, l='MpServer', x=157.50, y=60.00, z=133.50], EntityFishPufferfish['Pufferfish'/373, l='MpServer', x=157.50, y=60.00, z=135.50], EntityFishCod['Cod'/374, l='MpServer', x=175.50, y=41.00, z=26.50], EntityClownFish['Clownfish'/375, l='MpServer', x=163.36, y=48.54, z=19.92], EntityZombie['Zombi'/376, l='MpServer', x=170.50, y=15.00, z=43.50], EntityZombie['Zombi'/377, l='MpServer', x=167.62, y=15.00, z=43.97], EntityCreeper['Creeper'/378, l='MpServer', x=170.50, y=15.00, z=41.50], EntityFishCod['Cod'/379, l='MpServer', x=160.50, y=40.00, z=35.50], EntityFishClownfish['Clownfish'/380, l='MpServer', x=171.50, y=62.00, z=45.50], EntitySquid['Calamar'/381, l='MpServer', x=165.37, y=54.60, z=37.31], EntityBabyCreeper['Baby Creeper'/382, l='MpServer', x=172.71, y=28.00, z=67.03], EntitySquid['Calamar'/383, l='MpServer', x=181.20, y=50.29, z=69.65], EntitySquid['Calamar'/384, l='MpServer', x=174.37, y=47.68, z=62.73], EntityCreeper['Creeper'/385, l='MpServer', x=176.17, y=14.00, z=92.42], EntitySkeleton['Esqueleto'/386, l='MpServer', x=169.79, y=13.00, z=95.40], EntityFishCod['Cod'/387, l='MpServer', x=173.54, y=47.14, z=92.49], EntityZombie['Zombi'/388, l='MpServer', x=161.79, y=13.00, z=95.57], EntityBabySkeleton['Baby Skeleton'/389, l='MpServer', x=170.52, y=13.00, z=95.99], EntityRustMonster['Rust Monster'/390, l='MpServer', x=160.50, y=16.00, z=106.50], EntityFishCod['Cod'/391, l='MpServer', x=173.50, y=47.00, z=96.50], EntitySquid['Calamar'/392, l='MpServer', x=164.90, y=58.15, z=95.18], EntitySkeleton['Esqueleto'/393, l='MpServer', x=172.17, y=12.00, z=115.40], EntityMinecartChest['Vagoneta con cofre'/394, l='MpServer', x=172.50, y=15.06, z=139.50], EntityCreeper['Creeper'/396, l='MpServer', x=160.25, y=20.00, z=133.70], EntityCreeper['Creeper'/397, l='MpServer', x=160.57, y=20.00, z=133.02], EntityFishPufferfish['Pufferfish'/398, l='MpServer', x=180.64, y=38.00, z=-1.51], EntityClownFish['Clownfish'/399, l='MpServer', x=189.50, y=62.33, z=14.50], EntityClownFish['Clownfish'/400, l='MpServer', x=185.98, y=62.46, z=8.75], EntityItem['item.tile.grndc_moss'/401, l='MpServer', x=187.99, y=25.75, z=24.52], EntityItem['item.tile.grndc_moss'/402, l='MpServer', x=188.13, y=18.57, z=20.13], EntityItem['item.tile.grndc_moss'/405, l='MpServer', x=186.13, y=18.54, z=23.13], EntityClownFish['Clownfish'/407, l='MpServer', x=188.50, y=61.60, z=18.50], EntitySkeleton['Esqueleto'/408, l='MpServer', x=190.39, y=20.25, z=42.72], EntityFishCod['Cod'/409, l='MpServer', x=191.55, y=61.67, z=47.65], EntitySquid['Calamar'/410, l='MpServer', x=177.63, y=50.30, z=35.73], EntityFish['Blue Fish'/411, l='MpServer', x=185.21, y=56.60, z=45.83], Entitygoblinmonk['Goblin Monk'/412, l='MpServer', x=185.45, y=26.00, z=75.25], EntityBabyCreeper['Baby Creeper'/413, l='MpServer', x=183.30, y=27.00, z=74.70], EntityBat['Murciรƒยฉlago'/414, l='MpServer', x=187.47, y=26.74, z=72.82], EntityItem['item.tile.grndc_moss'/415, l='MpServer', x=184.53, y=15.00, z=91.20], EntityVescavor['Vescavor'/417, l='MpServer', x=190.14, y=26.00, z=83.77], EntityBat['Murciรƒยฉlago'/418, l='MpServer', x=182.39, y=14.93, z=91.40], EntityOrca['Orca'/419, l='MpServer', x=191.54, y=61.18, z=96.19], EntityEnderman['Enderman'/420, l='MpServer', x=181.50, y=14.00, z=111.50], EntityOrca['Orca'/421, l='MpServer', x=185.75, y=61.16, z=102.63], EntityItem['item.tile.gravel'/425, l='MpServer', x=187.80, y=14.00, z=116.07], EntityItem['item.item.yellowDust'/426, l='MpServer', x=178.88, y=11.00, z=120.13], EntityItem['item.tile.mixed_coral_plates'/427, l='MpServer', x=185.88, y=61.00, z=119.88], EntityMinecartChest['Vagoneta con cofre'/428, l='MpServer', x=184.50, y=15.06, z=131.50], EntityMinecartChest['Vagoneta con cofre'/431, l='MpServer', x=188.50, y=20.06, z=128.50], EntityClownFish['Clownfish'/438, l='MpServer', x=193.23, y=60.85, z=-9.35], EntityFish['Blue Fish'/439, l='MpServer', x=194.50, y=58.60, z=44.50], EntitySkeleton['Esqueleto'/440, l='MpServer', x=198.70, y=28.00, z=61.54], EntityFishClownfish['Clownfish'/441, l='MpServer', x=198.50, y=55.00, z=62.50], EntityFish['Blue Fish'/442, l='MpServer', x=193.50, y=58.95, z=48.50], EntityFish['Blue Fish'/443, l='MpServer', x=197.65, y=62.97, z=57.79], EntityFishCod['Cod'/444, l='MpServer', x=199.50, y=50.00, z=59.50], EntityFishCod['Cod'/445, l='MpServer', x=199.50, y=50.00, z=60.50], EntityFishCod['Cod'/446, l='MpServer', x=195.50, y=50.00, z=58.50], EntityFishCod['Cod'/447, l='MpServer', x=192.50, y=50.00, z=61.50], EntityCreeper['Creeper'/451, l='MpServer', x=197.80, y=27.00, z=69.44], EntityPlayerSP['MATR1X'/492, l='MpServer', x=124.47, y=68.00, z=62.90]] Retry entities: 0 total; [] Server brand: fml,forge Server type: Integrated singleplayer server Stacktrace: at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:532) at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2738) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:426) at net.minecraft.client.main.Main.main(SourceFile:123) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) -- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_221, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 1864952376 bytes (1778 MB) / 4697583616 bytes (4479 MB) up to 6429081600 bytes (6131 MB) JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M IntCache: cache: 0, tcache: 0, allocated: 15, tallocated: 95 FML: MCP 9.42 Powered by Forge 14.23.4.2705 Optifine OptiFine_1.12.2_HD_U_E1 179 mods loaded, 178 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored | State | ID | Version | Source | Signature | |:--------- |:---------------------- |:------------------------ |:------------------------------------------------------- |:---------------------------------------- | | UCHIJAAAA | minecraft | 1.12.2 | minecraft.jar | None | | UCHIJAAAA | mcp | 9.42 | minecraft.jar | None | | UCHIJAAAA | FML | 8.0.99.99 | forge-1.12.2-14.23.4.2705.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | UCHIJAAAA | forge | 14.23.4.2705 | forge-1.12.2-14.23.4.2705.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | UCHIJAAAA | creativecoredummy | 1.0.0 | minecraft.jar | None | | UCHIJAAAA | itemphysic | 1.4.0 | minecraft.jar | None | | UCHIJAAAA | multihotbarcore | 1.12.2-1.0.1-build-T22 | minecraft.jar | None | | UCHIJAAAA | openmodscore | 0.12.1 | minecraft.jar | None | | UCHIJAAAA | swordskillsapi | 1.1.0 | 1.12.2-SwordSkillsApi-1.1.0.jar | None | | UCHIJAAAA | qwebnm_multiversepouch | v1.3.1 | [1.12.2]Multiverse+Pouch+v1.3.1.jar | None | | UCHIJAAAA | deconstruction | 3.0.3 | [MC1.12.2]DeconTable-3.0.3.jar | None | | UCHIJAAAA | advancedcombat | 1.1.2 | advancedcombat-1.1.2-[1.12].jar | None | | UCHIJAAAA | animalnet | 1.12 | animalnet-1.12.jar | None | | UCHIJAAAA | anvils | 1.4.0.0 | Anvil-Enchantments-Mod-1.12.2.jar | None | | UCHIJAAAA | jei | 4.15.0.268 | jei_1.12.2-4.15.0.268.jar | None | | UCHIJAAAA | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None | | UCHIJAAAA | architecturecraft | @VERSION@ | architecturecraft-1.12-3.80.jar | None | | UCHIJAAAA | attributefix | 1.0.4 | AttributeFix-1.12.2-1.0.4.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | UCHIJAAAA | thebombzenapi | 2.9.3 | ThebombzenAPI-v2.9.3-mc1.12.2.jar | None | | UCHIJAAAA | autoswitch | 5.6.2 | AutoSwitch-v5.6.2-mc1.12.2.jar | None | | UCHIJAAAA | babymobs | 1.5.5 | BabyMobs-1.12-1.5.5.jar | None | | UCHIJAAAA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None | | UCHIJAAAA | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None | | UCHIJAAAA | twilightforest | 3.8.654 | twilightforest-1.12.2-3.8.654-universal.jar | None | | UCHIJAAAA | tconstruct | 1.12-2.7.3.30 | TConstruct-Mod-1.12.2.jar | None | | UCHIJAAAA | bhc | 1.2.1 | baubley-heart-canisters-1.12.2-1.2.1.jar | None | | UCHIJAAAA | betterunderground | 1.1.2 | Better-Underground-Mod-1.12.2.jar | None | | UCHIJAAAA | better_diving | 1.0.6 | BetterDiving-1.12.2-1.0.6.jar | None | | UCHIJAAAA | betterfishing | 2.0 | BetterFishing-Mod-1.12.2.jar | None | | UCHIJAAAA | betternether | 0.1.8.3 | betternether-0.1.8.3.jar | None | | UCHIJAAAA | forgelin | 1.8.3 | Forgelin-1.8.3.jar | None | | UCHIJAAAA | betterportals | 0.3.6 | betterportals-0.3.6.jar | None | | UCHIJAAAA | bibliocraft | 2.4.3 | BiblioCraft[v2.4.3][MC1.12.0].jar | None | | UCHIJAAAA | bibliotheca | 1.3.6-1.12.2 | bibliotheca-1.3.6-1.12.2.jar | None | | UCHIJAAAA | bookshelf | 2.3.585 | Bookshelf-1.12.2-2.3.585.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | UCHIJAAAA | zawa | 1.12.2-1.6.0 | zawa+-+1.6.0+(1.12.2).jar | 3ee471ded1bba54aa82f4f5ca5ca82dd67b8ef42 | | UCHIJAAAA | bookworm | 1.12.2-2.3.0 | bookworm-1.12.2-2.3.0.jar | None | | UCHIJAAAA | micsiege | 1.0.4 | BrutalZombieSiege_1.12.2-1.0.4.jar | None | | UCHIJAAAA | buildcraftlib | 7.99.24.2 | buildcraft-all-7.99.24.2.jar | None | | UCHIJAAAA | buildcraftcore | 7.99.24.2 | buildcraft-all-7.99.24.2.jar | None | | UCHIJAAAA | buildcraftbuilders | 7.99.24.2 | buildcraft-all-7.99.24.2.jar | None | | UCHIJAAAA | buildcrafttransport | 7.99.24.2 | buildcraft-all-7.99.24.2.jar | None | | UCHIJAAAA | buildcraftsilicon | 7.99.24.2 | buildcraft-all-7.99.24.2.jar | None | | UCHIJAAAA | buildcraftcompat | 7.99.24.2 | buildcraft-all-7.99.24.2.jar | None | | UCHIJAAAA | buildcraftenergy | 7.99.24.2 | buildcraft-all-7.99.24.2.jar | None | | UCHIJAAAA | buildcraftfactory | 7.99.24.2 | buildcraft-all-7.99.24.2.jar | None | | UCHIJAAAA | buildcraftrobotics | 7.99.24.2 | buildcraft-all-7.99.24.2.jar | None | | UCHIJAAAA | bullseye | 3.0.3 | Bullseye-Mod-1.12.2.jar | None | | UCHIJAAAA | cavern | 2.0.1 | Cavern-2-Mod-1.12.2.jar | None | | UCHIJAAAA | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None | | UCHIJAAAA | chesttransporter | 2.8.8 | ChestTransporter-1.12.2-2.8.8.jar | None | | UCHIJAAAA | chiselsandbits | 14.33 | chiselsandbits-14.33.jar | None | | UCHIJAAAA | colored_water | 1.12.2-b34 | ColoredWater-Mod-1.12.2.jar | None | | UCHIJAAAA | extendedrenderer | v1.0 | coroutil-1.12.1-1.2.32.jar | None | | UCHIJAAAA | coroutil | 1.12.1-1.2.32 | coroutil-1.12.1-1.2.32.jar | None | | UCHIJAAAA | configmod | v1.0 | coroutil-1.12.1-1.2.32.jar | None | | UCHIJAAAA | cosmeticarmorreworked | 1.12.2-v4a | CosmeticArmorReworked-1.12.2-v4a.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 | | UCHIJAAAA | craftablehorsearmour | 1.3 | CraftableHorseArmour-1.3.0-1.12.jar | None | | UCHIJAAAA | creativecore | 1.9.9 | CreativeCore_v1.9.32_mc1.12.2.jar | None | | UCHIJAAAA | creativefirework | 1.0.2 | creativefirework-1.0.2.jar | None | | UCHIJAAAA | customnpcs | 1.12 | CustomNPCs_1.12.2(30Jan19).jar | None | | UCHIJAAAA | cxlibrary | 1.6.1 | cxlibrary-1.12.1-1.6.1.jar | None | | UCHIJAAAA | defiledlands | 1.4.2 | defiledlands-1.12.2-1.4.2.jar | None | | UCHIJAAAA | diaernum | 1.6 | diaernum-1.6.jar | None | | UCHIJAAAA | disenchanter | 1.6 | disenchanter-[1.12]1.6.jar | None | | UCHIJAAAA | display | 1.2.4 | Display-1.2.4.jar | None | | UCHIJAAAA | doggytalents | 1.14.2.381 | DoggyTalents-1.14.2.381-universal.jar | None | | UCHIJAAAA | dungeonmobs | 5.0.0 | dungeonmobs-5.0.0-MC1.12.2.jar | None | | UCHIJAAAA | eplus | 5.0.168 | EnchantingPlus-1.12.2-5.0.168.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | UCHIJAAAA | exoticbirds | 1.0 | exoticbirdsmod 1.12.2.jar | None | | UCHIJAAAA | extraanvils | @VERSION@ | extraanvils-0.0.jar | None | | UCHIJAAAA | fbp | 2.4.1 | FancyBlockParticles-1.12.x-2.4.1.jar | None | | UCHIJAAAA | fastleafdecay | v14 | FastLeafDecay-v14.jar | None | | UCHIJAAAA | foamflower | 1.12.2-1.0.0.0-beta1 | foamflower-1.12.2-1.0.0.0-beta1.jar | None | | UCHIJAAAA | friendshipbracelet | 1.1.2 | FriendshipBracelet-1.1.2.jar | None | | UCHIJAAAA | cfm | 6.2.0 | furniture-6.2.0-1.12.2.jar | None | | UCHIJAAAA | gargoyles | 1 | Gargoyles+mod+1.12.2+patch+1.jar | None | | UCHIJAAAA | giacomos_exp | 1.2.2 | GiacomosExperienceSeedling-1.12.2-1.2.2.jar | None | | UCHIJAAAA | glassential | 1.0.0 | glassential-1.12.2-1.0.0.jar | None | | UCHIJAAAA | goblinencounter | 1.0.0 | GoblinEncounter.jar | None | | UCHIJAAAA | grassburner | 0.1.0 | grassburner-0.1.0.jar | None | | UCHIJAAAA | hammertime | 2.0.2 | Hammer-Time-Mod-1.12.2.jar | None | | UCHIJAAAA | hardcorebuoy | ${version} | HardcoreBuoy-1.12-1.0.4.jar | None | | UCHIJAAAA | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None | | UCHIJAAAA | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe | | UCHIJAAAA | irontanks | 2.1.0-beta | Iron-Tanks-Mod-1.12.2.jar | None | | UCHIJAAAA | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar | None | | UCHIJAAAA | itemzoom | 1.11 | itemzoom_1.12.2-1.11.jar | None | | UCHIJAAAA | jjmeteor | 1.0.7 | JJ+Meteor+1.12-1.12.2-v1.0.7.jar | None | | UCHIJAAAA | journeymap | 1.12.2-5.5.3 | journeymap-1.12.2-5.5.3.jar | None | | UCHIJAAAA | jaff | 1.7_for_1.12 | JustAFewFish-1.7_for_1.12.jar | None | | UCHIJAAAA | jeresources | 0.8.5.27 | JustEnoughResources-1.12.2-0.8.5.27.jar | None | | UCHIJAAAA | laggoggles | FORGE-1.12.2-4.1 | LagGoggles-FORGE-1.12.2-4.1.jar | None | | UCHIJAAAA | levels | 2.0.1 | Levels-Mod-1.12.2.jar | None | | UCHIJAAAA | lex | 1.0.8 | LibEx-1.12.2-1.0.8.jar | None | | UCHIJAAAA | limelib | 1.7.12 | limelib-1.12.2-1.7.12.jar | None | | UCHIJAAAA | llibrary | 1.7.9 | llibrary-1.7.9-1.12.2.jar | None | | UCHIJAAAA | lostquiver | 1.0 - MC 1.12.2 | lostquiver-1.0.jar | None | | UCHIJAAAA | radixcore | 1.12.x-2.2.1 | RadixCore-1.12.2.jar | None | | UCHIJAAAA | mca | 1.12.2-5.3.1 | MCA-1.12.x-5.3.1-universal.jar | None | | UCHIJAAAA | morebeautifulbuttons | 1.12.2-1.7.3.20 | morebeautifulbuttons-1.12.2-1.7.3.20.jar | None | | UCHIJAAAA | morefurnaces | 1.10.4 | MoreFurnaces-Mod-1.12.2.jar | None | | UCHIJAAAA | morpheus | 1.12-3.3.2 | Morpheus-1.12-3.3.2.jar | None | | UCHIJAAAA | mowziesmobs | 1.5.4 | mowziesmobs-1.5.4.jar | None | | UCHIJAAAA | muchmorespiders | 1.1 | Much-More-Spiders-Reborn-Mod-1.12.2.jar | None | | UCHIJAAAA | multihotbar | 1.12.2-4.0.1-build-T116 | multihotbar-1.12.2-4.0.1-build-T116.jar | None | | UCHIJAAAA | multimine | 1.6.1 | MultiMine-1.12.2.jar | None | | UCHIJAAAA | musiccraft | 3.2.3 | MusicCraft-3.2.3.jar | None | | UCHIJAAAA | nex | 2.0.8 | NetherEx-1.12.2-2.0.8.jar | None | | UCHIJAAAA | netherportalfix | 5.3.17 | NetherPortalFix_1.12.1-5.3.17.jar | None | | UCHIJAAAA | recipehandler | 0.12 | NoMoreRecipeConflict-0.12(1.12.2).jar | None | | UCHIJAAAA | obsidiantools | 1.8.2 | ObsidianTools-1.8.2.jar | None | | UCHIJAAAA | oreexcavation | 1.4.133 | OreExcavation-1.4.133.jar | None | | UCHIJAAAA | oeintegration | 2.3.4 | oeintegration-2.3.4.jar | None | | UCHIJAAAA | offlineskins | 1.12.2-v6 | OfflineSkins-1.12.2-v6.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 | | UCHIJAAAA | openmods | 0.12.1 | OpenModsLib-1.12.2-0.12.1.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 | | UCHIJAAAA | openblocks | 1.8 | OpenBlocks-1.12.2-1.8.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 | | UCHIJAAAA | overpoweredarmorbar | @VERSION@ | overloadedarmorbar-1.0.4g.jar | None | | UCHIJAAAA | guilib | $version | Painting-Selection-Gui-Mod-1.12.2.jar | None | | UCHIJAAAA | paintingselgui | $version | Painting-Selection-Gui-Mod-1.12.2.jar | None | | UCHIJAAAA | paraglider | 1.0.1.4 | Paraglider-Mod-1.12.2.jar | None | | UCHIJAAAA | parry | 1.0 | parry-1.0-hotfix.jar | None | | UCHIJAAAA | playerrevive | 1.0 | PlayerRevive_v1.2.22_mc1.12.2.jar | None | | UCHIJAAAA | pointing-mod | 1.0 | pointing-1.0.jar | None | | UCHIJAAAA | powerdrop | MC1.12.2-1.1.2 | PowerDrop-MC1.12.2-1.1.2.jar | None | | UCHIJAAAA | realworld | 1.18 | RealWorld-Mod-1.12.2.jar | None | | UCHIJAAAA | rhodonite | 1.12.2-0.10-DEV | rhodonite-1.12.2-0.10-DEV.jar | None | | UCHIJAAAA | ropebridge | 2.0.5 | ropebridge-1.12-2.0.7.jar | None | | UCHIJAAAA | ropeladders | 2.0.0 | RopeLadders-1.12.2-2.0.0.jar | None | | UCHIJAAAA | rotd | 1.7.3 | ROTD-1.12.2-+1.7.4.jar | None | | UCHIJAAAA | rustic | 1.0.12 | rustic-1.0.12.jar | None | | UCHIJAAAA | silentlib | 3.0.13 | SilentLib-1.12.2-3.0.13+167.jar | None | | UCHIJAAAA | scalinghealth | 1.3.31 | ScalingHealth-1.12.2-1.3.31-132.jar | None | | UCHIJAAAA | securitycraft | v1.8.2.4 | SecurityCraft-Mod-1.12.2.jar | None | | UCHIJAAAA | sereneseasons | 1.2.11 | SereneSeasons-1.12.2-1.2.11-universal.jar | None | | UCHIJAAAA | shadowmc | 3.8.0 | ShadowMC-1.12-3.8.0.jar | None | | UCHIJAAAA | signpost | 1.06.1 | signpost-1.12-1.06.1.jar | None | | UCHIJAAAA | lteleporters | 1.12.2-3.0.2 | simpleteleporters-1.12.2-3.0.2.jar | None | | UCHIJAAAA | sophisticatedwolves | 3.13.8 | SophisticatedWolves-1.12.2-3.13.8.jar | None | | UCHIJAAAA | spartanshields | 1.5.4 | SpartanShields-1.12.2-1.5.4.jar | None | | UCHIJAAAA | speedyladders | 1.1.3 | speedyladders-1.1.3.jar | None | | UCHIJAAAA | storagedrawers | 1.12.2-5.4.0 | StorageDrawers-1.12.2-5.4.0.jar | None | | UCHIJAAAA | tallgates | 1.0.0 | TallGates-Mod-1.12.2.jar | None | | UCHIJAAAA | corerm | 1.2h | The-Camping-Mod-1.12.2.jar | None | | UCHIJAAAA | camping | 2.3g | The-Camping-Mod-1.12.2.jar | None | | UCHIJAAAA | thutcore | 5.21.0 | thutcore-1.12.2-5.21.0.jar | None | | UCHIJAAAA | thutcore_compat | 1.0 | thutcore-1.12.2-5.21.0.jar | None | | UCHIJAAAA | thuttech | 6.1.6 | thuttech-1.12.2-6.1.6.jar | None | | UCHIJAAAA | tinkersjei | 1.0 | tinkersjei-1.0.jar | None | | UCHIJAAAA | tombmanygraves | 1.12-4.2.0 | TombManyGraves-1.12-4.2.0.jar | None | | UCHIJAAAA | toolbelt | 1.7.1 | ToolBelt-Mod-1.12.2.jar | None | | UCHIJAAAA | torchlever | 1.0 | TorchLever1.12.2-1.0.jar | None | | UCHIJAAAA | torohealthmod | 1.12.2-11 | torohealth-1.12.2-11.jar | None | | UCHIJAAAA | toroquest | 1.12.2-5.2 | ToroQuest-Mod-1.12.2.jar | None | | UCHIJAAAA | toughnessbar | 2.1 | toughnessbar-2.3.jar | None | | UCHIJAAAA | transprot | 1.5.3 | transprot-1.12.2-1.5.3.jar | None | | UCHIJAAAA | trashslot | 8.4.6 | TrashSlot-Mod-1.12.2.jar | None | | UCHIJAAAA | treechoppin | 1.0.0 | TreeChoppin-1.12.2-1.0.0.jar | None | | UCHIJAAAA | of | 0.13.1 | Useful+Interior+-+0.13.1+[1.12.2].jar | None | | UCHIJAAAA | v0idssmartbackpacks | 1.0.6 | V0id's+Smart+Backpacks-1.0.6.jar | None | | UCHIJAAAA | vimmersion | 2.0.3.3 | vanilla-immersion-1.12.2-2.0.3.3.jar | 6c67ec97cb96c64a0bbd82a3cb1ec48cbde61bb2 | | UCHIJAAAA | vending | 1.12.2-3.0.0.0 | Vending-Block-1.12.2.jar | None | | UCHIJAAAA | volcanicevolution106 | 1.0.6 | Volcanic+Evolution+-+1.0.6.jar | None | | UCHIJAAAA | weather2 | 1.12.1-2.6.12 | weather2-1.12.1-2.6.12.jar | None | | UCHIJAAAA | thejungle | 1.2005.1222 | Welcome+To+The+Jungle-1.2005.1222.jar | None | | UCHIJAAAA | wesserboysoverlays | 1.0.0.1 | wesserboysoverlays-1.0.0.1.jar | None | | UCHIJAAAA | wings | 1.0.3 | wings-1.0.3-1.12.2.jar | None | | UCHIJAAAA | bauble_wings | 1.0.0 | wings-1.0.3-1.12.2.jar | None | | UCHIJAAAA | wolfarmor | 2.2.3.6 | wolfarmor-1.12.2-2.2.3.1798-universal.jar | None | | UCHIJAAAA | zombieawareness | 1.12.1-1.11.16 | zombieawareness-1.12.1-1.11.16.jar | None | | UCHIJAAAA | drplibrary | 1.12.2-0.1.3-SNAPSHOT | drplibrary-1.12.2-0.1.3-SNAPSHOT-20190129.034240.jar | 893c317856cf6819b3a8381c5664e4b06df7d1cc | | UCHIJAAAA | drpcmblueprints | 1.12.2-1.2.3 | drpcmblueprints-1.12.2-1.2.3.jar | 893c317856cf6819b3a8381c5664e4b06df7d1cc | | UCHIJAAAA | drpcmmaarg | 1.12.2-0.10.0-SNAPSHOT | drpcmmaarg-1.12.2-0.10.0-SNAPSHOT-20181116.074036.jar | 893c317856cf6819b3a8381c5664e4b06df7d1cc | | UCHIJAAAA | drpcmguis | 1.12.2-0.0.2-SNAPSHOT | drpcmguis-1.12.2-0.0.1-SNAPSHOT-20181125.120253.jar | 893c317856cf6819b3a8381c5664e4b06df7d1cc | | UCHIJAAAA | drpcore | 1.12.2-0.4.7 | drpcore-1.12.2-0.4.8.jar | 893c317856cf6819b3a8381c5664e4b06df7d1cc | | UCHIJAAAA | structurize | 1.12.2-0.10.124-ALPHA | structurize-1.12.2-0.10.124-ALPHA.jar | None | | UCHIJAAAA | minecolonies | 1.12.2-0.10.348-RELEASE | minecolonies-1.12.2-0.10.348-RELEASE-universal new .jar | None | | UCHIJAAAA | snowrealmagic | 0.1.1 | SnowRealMagic-0.1.1.jar | None | | UD | mobends_wings | 1.0.0 | wings-1.0.3-1.12.2.jar | None | Loaded coremods (and transformers): CreativePatchingLoader (CreativeCore_v1.9.32_mc1.12.2.jar) wings (wings-1.0.3-1.12.2.jar) me.paulf.wings.server.asm.WingsRuntimePatcher me.paulf.wings.server.asm.mobends.WingsMoBendsRuntimePatcher ItemPatchingLoader (ItemPhysic_Full_1.4.17_mc1.12.2.jar) com.creativemd.itemphysic.ItemTransformer LoadingPlugin (HardcoreBuoy-1.12-1.0.4.jar) betterwithmods.core.ClassTransformer SSLoadingPlugin (SereneSeasons-1.12.2-1.2.11-universal.jar) sereneseasons.asm.transformer.EntityRendererTransformer sereneseasons.asm.transformer.WorldTransformer llibrary (llibrary-1.7.9-1.12.2.jar) net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher FmlLoadingPlugin (multihotbarcore-1.12.2-1.0.1-build-T22.jar) com.rolandoislas.multihotbar.asm.transformer.Transformer CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar) cubex2.cxlibrary.CoreModTransformer ForgelinPlugin (Forgelin-1.8.3.jar) Inventory Tweaks Coremod (InventoryTweaks-1.63.jar) invtweaks.forge.asm.ContainerTransformer offlineskins (OfflineSkins-1.12.2-v6-core.jar) lain.mods.skins.init.forge.asm.ASMTransformer MMFMLCorePlugin (MultiMine-1.12.2.jar) atomicstryker.multimine.common.fmlmagic.MMTransformer ParagliderLoadingPlugin (Paraglider-Mod-1.12.2.jar) com.tictim.paraglider.asm.TransformerModelBiped OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.1.jar) openmods.core.OpenModsClassTransformer GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 431.36' Renderer: 'GeForce GTX 1650/PCIe/SSE2' OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:FINISHED],[player_render_hook:FINISHED],[horse_null_fix:FINISHED] Pulsar/tconstruct loaded Pulses: - TinkerCommons (Enabled/Forced) - TinkerWorld (Enabled/Not Forced) - TinkerTools (Enabled/Not Forced) - TinkerHarvestTools (Enabled/Forced) - TinkerMeleeWeapons (Enabled/Forced) - TinkerRangedWeapons (Enabled/Forced) - TinkerModifiers (Enabled/Forced) - TinkerSmeltery (Enabled/Not Forced) - TinkerGadgets (Enabled/Not Forced) - TinkerOredict (Enabled/Forced) - TinkerIntegration (Enabled/Forced) - TinkerFluids (Enabled/Forced) - TinkerMaterials (Enabled/Forced) - TinkerModelRegister (Enabled/Forced) - chiselsandbitsIntegration (Enabled/Not Forced) - wailaIntegration (Enabled/Not Forced) Launched Version: 1.12.2-forge1.12.2-14.23.4.2705 LWJGL: 2.9.4 OpenGL: GeForce GTX 1650/PCIe/SSE2 GL version 4.6.0 NVIDIA 431.36, NVIDIA Corporation GL Caps: Using GL 1.3 multitexturing. Using GL 1.3 texture combiners. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported. Shaders are available because OpenGL 2.1 is supported. VBOs are available because OpenGL 1.5 is supported. Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Packs: PR+Luminance+1.11.2.zip, 1.12.2-r4.zip Current Language: Espaรƒยฑol (Espaรƒยฑa) Profiler Position: N/A (disabled) CPU: 4x Intel(R) Core(TM) i3-8100 CPU @ 3.60GHz OptiFine Version: OptiFine_1.12.2_HD_U_E1 OptiFine Build: 20180628-111228 Render Distance Chunks: 12 Mipmaps: 4 Anisotropic Filtering: 1 Antialiasing: 0 Multitexture: false Shaders: Sildurs Vibrant Shaders v1.23 High.zip OpenGlVersion: 4.6.0 NVIDIA 431.36 OpenGlRenderer: GeForce GTX 1650/PCIe/SSE2 OpenGlVendor: NVIDIA Corporation CpuCount: 4 ``` </details>
comp
crashes the minecraft when loading world thank you for creating this amazing mod this is the error i get when loading the world of minecraft a detailed walkthrough of the error its code path and all known details is as follows head thread client thread stacktrace at de minecraft betterportals impl client renderer portalrendererhooks beforerender portalrendererhooks kt at net minecraft client renderer entity rendermanager handler beforerenderentity rendermanager java at net minecraft client renderer entity rendermanager func a rendermanager java at net minecraft client renderer entity rendermanager func a rendermanager java at net minecraft client renderer renderglobal func a renderglobal java at net optifine shaders shadersrender rendershadowmap shadersrender java at net optifine shaders shaders beginrender shaders java at net minecraft client renderer entityrenderer func a entityrenderer java at de minecraft view impl client render viewrenderplan renderself viewrendermanager kt at de minecraft view impl client render viewrenderplan renderself viewrendermanager kt at de minecraft view impl client render viewrenderplan render viewrendermanager kt at de minecraft view impl client render viewrendermanager renderworld viewrendermanager kt at net minecraft client renderer entityrenderer redirect renderworld entityrenderer java affected level details level name mpserver all players total chunk stats multiplayerchunkcache level seed level generator id default ver features enabled false level generator options level spawn location world chunk at in contains blocks to region contains chunks to blocks to level time game time day time level dimension level storage version unknown level weather rain time now true thunder time now true level game mode game mode survival id hardcore false cheats false forced entities total entityfish entityorca entityclownfish entityfishpufferfish entitypufferfish entityfishclownfish entitysockeyesalmon entityfishcod entityfishcod entityfishpufferfish entityfishpufferfish entityfishpufferfish entityzombie entityfishcod entityfishcod entityfishcod entityfishcod entityitem entitybat entitysockeyesalmon entityclownfish entityfishcod entitybat entityfishcod entityitem entitysheep entitysheep entitysheep entityskeleton entityghoul entitycockatrice entitycockatrice entitybabyskeleton entitybat entityshrieker entitybabyskeleton entitybat entityzombie entitycreeper entityzombie entitypufferfish entityfishcod entityfishcod entityfishcod entityfishcod entityfishcod entitysheep entityitem entityitem entityitem entityitem entityzombie entitycactusspider entitycactusspider entityzombie entitybat entityspider entitybat entityzombie entityfishsalmon entityfishcod entityfishcod entityfishcod entitysockeyesalmon entitysockeyesalmon entityclownfish entityclownfish entitybabyenderman entitybat entitybabyenderman entityaquaticspider entitysockeyesalmon entitybat entityfishcod entitybat entityzombie entityskeleton entitywitch entitybabywitch entitybabyocelot entitybat entityshellspider entityfishcod entityfishcod entityfishcod entityfishcod entityclownfish entitysockeyesalmon entitybabyskeleton entityitem entityitem entityitem entityitem entityitem entityfishsalmon entitycreeper entitypumpkinspider entitybabycreeper entityitem entityitem entitywroughtnaut entityitem entityskeleton entityskeleton entitybabyskeleton entityskeleton entitysheep entitysheep entityskeleton entitycreeper entitybabycreeper entitysheep entityfishcod entityfishcod entityfishcod entitypufferfish entityitemframe entityitemframe entityitemframe entityitem entitypufferfish entitypufferfish entityfishsalmon entityfishsalmon entityfishsalmon entityitem entityitem entityitem entityitem entityitem entityitem entityitem entityskeleton entityskeleton entitybabyskeleton entityitem entityscent entityzombievillager entitysheep entitygoblingrunt entitybat entityfishpufferfish entityfishpufferfish entityfishpufferfish entityfishpufferfish entityfishcod entityclownfish entityzombie entityzombie entitycreeper entityfishcod entityfishclownfish entitysquid entitybabycreeper entitysquid entitysquid entitycreeper entityskeleton entityfishcod entityzombie entitybabyskeleton entityrustmonster entityfishcod entitysquid entityskeleton entityminecartchest entitycreeper entitycreeper entityfishpufferfish entityclownfish entityclownfish entityitem entityitem entityitem entityclownfish entityskeleton entityfishcod entitysquid entityfish entitygoblinmonk entitybabycreeper entitybat entityitem entityvescavor entitybat entityorca entityenderman entityorca entityitem entityitem entityitem entityminecartchest entityminecartchest entityclownfish entityfish entityskeleton entityfishclownfish entityfish entityfish entityfishcod entityfishcod entityfishcod entityfishcod entitycreeper entityplayersp retry entities total server brand fml forge server type integrated singleplayer server stacktrace at net minecraft client multiplayer worldclient func a worldclient java at net minecraft client minecraft func d minecraft java at net minecraft client minecraft func d minecraft java at net minecraft client main main main sourcefile at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke unknown source at sun reflect delegatingmethodaccessorimpl invoke unknown source at java lang reflect method invoke unknown source at net minecraft launchwrapper launch launch launch java at net minecraft launchwrapper launch main launch java system details details minecraft version operating system windows version java version oracle corporation java vm version java hotspot tm bit server vm mixed mode oracle corporation memory bytes mb bytes mb up to bytes mb jvm flags total xx heapdumppath mojangtricksinteldriversforperformance javaw exe minecraft exe heapdump xx useconcmarksweepgc xx cmsincrementalmode xx useadaptivesizepolicy intcache cache tcache allocated tallocated fml mcp powered by forge optifine optifine hd u mods loaded mods active states u unloaded l loaded c constructed h pre initialized i initialized j post initialized a available d disabled e errored state id version source signature uchijaaaa minecraft minecraft jar none uchijaaaa mcp minecraft jar none uchijaaaa fml forge jar uchijaaaa forge forge jar uchijaaaa creativecoredummy minecraft jar none uchijaaaa itemphysic minecraft jar none uchijaaaa multihotbarcore build minecraft jar none uchijaaaa openmodscore minecraft jar none uchijaaaa swordskillsapi swordskillsapi jar none uchijaaaa qwebnm multiversepouch multiverse pouch jar none uchijaaaa deconstruction decontable jar none uchijaaaa advancedcombat advancedcombat jar none uchijaaaa animalnet animalnet jar none uchijaaaa anvils anvil enchantments mod jar none uchijaaaa jei jei jar none uchijaaaa appleskin appleskin jar none uchijaaaa architecturecraft version architecturecraft jar none uchijaaaa attributefix attributefix jar uchijaaaa thebombzenapi thebombzenapi jar none uchijaaaa autoswitch autoswitch jar none uchijaaaa babymobs babymobs jar none uchijaaaa baubles baubles jar none uchijaaaa mantle mantle jar none uchijaaaa twilightforest twilightforest universal jar none uchijaaaa tconstruct tconstruct mod jar none uchijaaaa bhc baubley heart canisters jar none uchijaaaa betterunderground better underground mod jar none uchijaaaa better diving betterdiving jar none uchijaaaa betterfishing betterfishing mod jar none uchijaaaa betternether betternether jar none uchijaaaa forgelin forgelin jar none uchijaaaa betterportals betterportals jar none uchijaaaa bibliocraft bibliocraft jar none uchijaaaa bibliotheca bibliotheca jar none uchijaaaa bookshelf bookshelf jar uchijaaaa zawa zawa jar uchijaaaa bookworm bookworm jar none uchijaaaa micsiege brutalzombiesiege jar none uchijaaaa buildcraftlib buildcraft all jar none uchijaaaa buildcraftcore buildcraft all jar none uchijaaaa buildcraftbuilders buildcraft all jar none uchijaaaa buildcrafttransport buildcraft all jar none uchijaaaa buildcraftsilicon buildcraft all jar none uchijaaaa buildcraftcompat buildcraft all jar none uchijaaaa buildcraftenergy buildcraft all jar none uchijaaaa buildcraftfactory buildcraft all jar none uchijaaaa buildcraftrobotics buildcraft all jar none uchijaaaa bullseye bullseye mod jar none uchijaaaa cavern cavern mod jar none uchijaaaa chameleon chameleon jar none uchijaaaa chesttransporter chesttransporter jar none uchijaaaa chiselsandbits chiselsandbits jar none uchijaaaa colored water coloredwater mod jar none uchijaaaa extendedrenderer coroutil jar none uchijaaaa coroutil coroutil jar none uchijaaaa configmod coroutil jar none uchijaaaa cosmeticarmorreworked cosmeticarmorreworked jar uchijaaaa craftablehorsearmour craftablehorsearmour jar none uchijaaaa creativecore creativecore jar none uchijaaaa creativefirework creativefirework jar none uchijaaaa customnpcs customnpcs jar none uchijaaaa cxlibrary cxlibrary jar none uchijaaaa defiledlands defiledlands jar none uchijaaaa diaernum diaernum jar none uchijaaaa disenchanter disenchanter jar none uchijaaaa display display jar none uchijaaaa doggytalents doggytalents universal jar none uchijaaaa dungeonmobs dungeonmobs jar none uchijaaaa eplus enchantingplus jar uchijaaaa exoticbirds exoticbirdsmod jar none uchijaaaa extraanvils version extraanvils jar none uchijaaaa fbp fancyblockparticles x jar none uchijaaaa fastleafdecay fastleafdecay jar none uchijaaaa foamflower foamflower jar none uchijaaaa friendshipbracelet friendshipbracelet jar none uchijaaaa cfm furniture jar none uchijaaaa gargoyles gargoyles mod patch jar none uchijaaaa giacomos exp giacomosexperienceseedling jar none uchijaaaa glassential glassential jar none uchijaaaa goblinencounter goblinencounter jar none uchijaaaa grassburner grassburner jar none uchijaaaa hammertime hammer time mod jar none uchijaaaa hardcorebuoy version hardcorebuoy jar none uchijaaaa waila hwyla jar none uchijaaaa inventorytweaks release inventorytweaks jar uchijaaaa irontanks beta iron tanks mod jar none uchijaaaa ironchest ironchest jar none uchijaaaa itemzoom itemzoom jar none uchijaaaa jjmeteor jj meteor jar none uchijaaaa journeymap journeymap jar none uchijaaaa jaff for justafewfish for jar none uchijaaaa jeresources justenoughresources jar none uchijaaaa laggoggles forge laggoggles forge jar none uchijaaaa levels levels mod jar none uchijaaaa lex libex jar none uchijaaaa limelib limelib jar none uchijaaaa llibrary llibrary jar none uchijaaaa lostquiver mc lostquiver jar none uchijaaaa radixcore x radixcore jar none uchijaaaa mca mca x universal jar none uchijaaaa morebeautifulbuttons morebeautifulbuttons jar none uchijaaaa morefurnaces morefurnaces mod jar none uchijaaaa morpheus morpheus jar none uchijaaaa mowziesmobs mowziesmobs jar none uchijaaaa muchmorespiders much more spiders reborn mod jar none uchijaaaa multihotbar build multihotbar build jar none uchijaaaa multimine multimine jar none uchijaaaa musiccraft musiccraft jar none uchijaaaa nex netherex jar none uchijaaaa netherportalfix netherportalfix jar none uchijaaaa recipehandler nomorerecipeconflict jar none uchijaaaa obsidiantools obsidiantools jar none uchijaaaa oreexcavation oreexcavation jar none uchijaaaa oeintegration oeintegration jar none uchijaaaa offlineskins offlineskins jar uchijaaaa openmods openmodslib jar uchijaaaa openblocks openblocks jar uchijaaaa overpoweredarmorbar version overloadedarmorbar jar none uchijaaaa guilib version painting selection gui mod jar none uchijaaaa paintingselgui version painting selection gui mod jar none uchijaaaa paraglider paraglider mod jar none uchijaaaa parry parry hotfix jar none uchijaaaa playerrevive playerrevive jar none uchijaaaa pointing mod pointing jar none uchijaaaa powerdrop powerdrop jar none uchijaaaa realworld realworld mod jar none uchijaaaa rhodonite dev rhodonite dev jar none uchijaaaa ropebridge ropebridge jar none uchijaaaa ropeladders ropeladders jar none uchijaaaa rotd rotd jar none uchijaaaa rustic rustic jar none uchijaaaa silentlib silentlib jar none uchijaaaa scalinghealth scalinghealth jar none uchijaaaa securitycraft securitycraft mod jar none uchijaaaa sereneseasons sereneseasons universal jar none uchijaaaa shadowmc shadowmc jar none uchijaaaa signpost signpost jar none uchijaaaa lteleporters simpleteleporters jar none uchijaaaa sophisticatedwolves sophisticatedwolves jar none uchijaaaa spartanshields spartanshields jar none uchijaaaa speedyladders speedyladders jar none uchijaaaa storagedrawers storagedrawers jar none uchijaaaa tallgates tallgates mod jar none uchijaaaa corerm the camping mod jar none uchijaaaa camping the camping mod jar none uchijaaaa thutcore thutcore jar none uchijaaaa thutcore compat thutcore jar none uchijaaaa thuttech thuttech jar none uchijaaaa tinkersjei tinkersjei jar none uchijaaaa tombmanygraves tombmanygraves jar none uchijaaaa toolbelt toolbelt mod jar none uchijaaaa torchlever jar none uchijaaaa torohealthmod torohealth jar none uchijaaaa toroquest toroquest mod jar none uchijaaaa toughnessbar toughnessbar jar none uchijaaaa transprot transprot jar none uchijaaaa trashslot trashslot mod jar none uchijaaaa treechoppin treechoppin jar none uchijaaaa of useful interior jar none uchijaaaa s smart backpacks jar none uchijaaaa vimmersion vanilla immersion jar uchijaaaa vending vending block jar none uchijaaaa volcanic evolution jar none uchijaaaa jar none uchijaaaa thejungle welcome to the jungle jar none uchijaaaa wesserboysoverlays wesserboysoverlays jar none uchijaaaa wings wings jar none uchijaaaa bauble wings wings jar none uchijaaaa wolfarmor wolfarmor universal jar none uchijaaaa zombieawareness zombieawareness jar none uchijaaaa drplibrary snapshot drplibrary snapshot jar uchijaaaa drpcmblueprints drpcmblueprints jar uchijaaaa drpcmmaarg snapshot drpcmmaarg snapshot jar uchijaaaa drpcmguis snapshot drpcmguis snapshot jar uchijaaaa drpcore drpcore jar uchijaaaa structurize alpha structurize alpha jar none uchijaaaa minecolonies release minecolonies release universal new jar none uchijaaaa snowrealmagic snowrealmagic jar none ud mobends wings wings jar none loaded coremods and transformers creativepatchingloader creativecore jar wings wings jar me paulf wings server asm wingsruntimepatcher me paulf wings server asm mobends wingsmobendsruntimepatcher itempatchingloader itemphysic full jar com creativemd itemphysic itemtransformer loadingplugin hardcorebuoy jar betterwithmods core classtransformer ssloadingplugin sereneseasons universal jar sereneseasons asm transformer entityrenderertransformer sereneseasons asm transformer worldtransformer llibrary llibrary jar net ilexiconn llibrary server core plugin llibrarytransformer net ilexiconn llibrary server core patcher llibraryruntimepatcher fmlloadingplugin multihotbarcore build jar com rolandoislas multihotbar asm transformer transformer cxlibrarycore cxlibrary jar cxlibrary coremodtransformer forgelinplugin forgelin jar inventory tweaks coremod inventorytweaks jar invtweaks forge asm containertransformer offlineskins offlineskins core jar lain mods skins init forge asm asmtransformer mmfmlcoreplugin multimine jar atomicstryker multimine common fmlmagic mmtransformer paragliderloadingplugin paraglider mod jar com tictim paraglider asm transformermodelbiped openmodscoreplugin openmodslib jar openmods core openmodsclasstransformer gl info vendor nvidia corporation version nvidia renderer geforce gtx pcie openmodslib class transformers pulsar tconstruct loaded pulses tinkercommons enabled forced tinkerworld enabled not forced tinkertools enabled not forced tinkerharvesttools enabled forced tinkermeleeweapons enabled forced tinkerrangedweapons enabled forced tinkermodifiers enabled forced tinkersmeltery enabled not forced tinkergadgets enabled not forced tinkeroredict enabled forced tinkerintegration enabled forced tinkerfluids enabled forced tinkermaterials enabled forced tinkermodelregister enabled forced chiselsandbitsintegration enabled not forced wailaintegration enabled not forced launched version lwjgl opengl geforce gtx pcie gl version nvidia nvidia corporation gl caps using gl multitexturing using gl texture combiners using framebuffer objects because opengl is supported and separate blending is supported shaders are available because opengl is supported vbos are available because opengl is supported using vbos yes is modded definitely client brand changed to fml forge type client map client txt resource packs pr luminance zip zip current language espaรฃยฑol espaรฃยฑa profiler position n a disabled cpu intel r core tm cpu optifine version optifine hd u optifine build render distance chunks mipmaps anisotropic filtering antialiasing multitexture false shaders sildurs vibrant shaders high zip openglversion nvidia openglrenderer geforce gtx pcie openglvendor nvidia corporation cpucount
1
4,583
7,214,219,709
IssuesEvent
2018-02-08 01:03:23
dotnet/corefx
https://api.github.com/repos/dotnet/corefx
closed
HttpClient/HttpWebRequest gives error 407 (ProxyAuthenticationRequired) when used with a proxy server that requires authentication
area-System.Net.Http bug needs more info tenet-compatibility
When making a HTTP request with either HttpClient or HttpWebRequest via a proxy server that requires authentication the result is always 407 (ProxyAuthenticationRequired). Compiling the same code with .NET framework does not give an error. Code to reproduce the issue: ```c# var credentials = new NetworkCredential("username", "password"); var proxyURI = new Uri("http://xxx.xxx.xxx.xxx:80"); WebProxy proxy = new WebProxy(proxyURI, true) { UseDefaultCredentials = false, Credentials = credentials }; HttpWebRequest req = HttpWebRequest.Create(new Uri("http://bbc.co.uk")) as HttpWebRequest; req.UseDefaultCredentials = false; req.Proxy = proxy; using (WebResponse response = req.GetResponse()) { using (StreamReader responseStream = new StreamReader(response.GetResponseStream())) { string htmlData = responseStream.ReadToEnd(); } } ``` The same error is given if we make the request via `HttpClient` and `HttpWebRequest`. It also happens if you create a custom proxy server by implementing `IWebProxy`. Verified the bug on Windows 10 using VS2017 using .NET Core 1.0, 1.1 & 2.0. Verified the exact same code works fine on the same environment using .NET Framework 4.6.1. [EDIT] Add C# syntax highlighting by @karelz
True
HttpClient/HttpWebRequest gives error 407 (ProxyAuthenticationRequired) when used with a proxy server that requires authentication - When making a HTTP request with either HttpClient or HttpWebRequest via a proxy server that requires authentication the result is always 407 (ProxyAuthenticationRequired). Compiling the same code with .NET framework does not give an error. Code to reproduce the issue: ```c# var credentials = new NetworkCredential("username", "password"); var proxyURI = new Uri("http://xxx.xxx.xxx.xxx:80"); WebProxy proxy = new WebProxy(proxyURI, true) { UseDefaultCredentials = false, Credentials = credentials }; HttpWebRequest req = HttpWebRequest.Create(new Uri("http://bbc.co.uk")) as HttpWebRequest; req.UseDefaultCredentials = false; req.Proxy = proxy; using (WebResponse response = req.GetResponse()) { using (StreamReader responseStream = new StreamReader(response.GetResponseStream())) { string htmlData = responseStream.ReadToEnd(); } } ``` The same error is given if we make the request via `HttpClient` and `HttpWebRequest`. It also happens if you create a custom proxy server by implementing `IWebProxy`. Verified the bug on Windows 10 using VS2017 using .NET Core 1.0, 1.1 & 2.0. Verified the exact same code works fine on the same environment using .NET Framework 4.6.1. [EDIT] Add C# syntax highlighting by @karelz
comp
httpclient httpwebrequest gives error proxyauthenticationrequired when used with a proxy server that requires authentication when making a http request with either httpclient or httpwebrequest via a proxy server that requires authentication the result is always proxyauthenticationrequired compiling the same code with net framework does not give an error code to reproduce the issue c var credentials new networkcredential username password var proxyuri new uri webproxy proxy new webproxy proxyuri true usedefaultcredentials false credentials credentials httpwebrequest req httpwebrequest create new uri as httpwebrequest req usedefaultcredentials false req proxy proxy using webresponse response req getresponse using streamreader responsestream new streamreader response getresponsestream string htmldata responsestream readtoend the same error is given if we make the request via httpclient and httpwebrequest it also happens if you create a custom proxy server by implementing iwebproxy verified the bug on windows using using net core verified the exact same code works fine on the same environment using net framework add c syntax highlighting by karelz
1
619,778
19,534,642,404
IssuesEvent
2021-12-31 02:25:43
karenetheridge/JSON-Schema-Modern
https://api.github.com/repos/karenetheridge/JSON-Schema-Modern
closed
optionally support bigints and bignums
Priority: Low Type: Enhancement
Cpanel::JSON::XS has a 'get_allow_bignum' option which inflates very large numbers into Math::BigInt or Math::BigFloat objects. If desired, we should support validating integers and numbers using this.
1.0
optionally support bigints and bignums - Cpanel::JSON::XS has a 'get_allow_bignum' option which inflates very large numbers into Math::BigInt or Math::BigFloat objects. If desired, we should support validating integers and numbers using this.
non_comp
optionally support bigints and bignums cpanel json xs has a get allow bignum option which inflates very large numbers into math bigint or math bigfloat objects if desired we should support validating integers and numbers using this
0
88,617
8,166,447,654
IssuesEvent
2018-08-25 09:07:45
Ullaakut/Bloggo
https://api.github.com/repos/Ullaakut/Bloggo
closed
Add coveralls integration to enforce unit test coverage
Improvement Tests & Benchmarks Tooling
This would help to make it obvious when a new feature is not unit tested, or a change reduces the test coverage. Thanks to coveralls, maintaining a high test coverage can be enforced. - [ ] Modify CI script to `go get github.com/mattn/goveralls` - [ ] Add coveralls token to CI configuration - [ ] Give coveralls repo access
1.0
Add coveralls integration to enforce unit test coverage - This would help to make it obvious when a new feature is not unit tested, or a change reduces the test coverage. Thanks to coveralls, maintaining a high test coverage can be enforced. - [ ] Modify CI script to `go get github.com/mattn/goveralls` - [ ] Add coveralls token to CI configuration - [ ] Give coveralls repo access
non_comp
add coveralls integration to enforce unit test coverage this would help to make it obvious when a new feature is not unit tested or a change reduces the test coverage thanks to coveralls maintaining a high test coverage can be enforced modify ci script to go get github com mattn goveralls add coveralls token to ci configuration give coveralls repo access
0
6,766
9,082,324,481
IssuesEvent
2019-02-17 11:16:19
anb0s/eclox
https://api.github.com/repos/anb0s/eclox
closed
java.lang.NoSuchFieldError:INSTANCE while trying build using eclipse helios
Eclipse platform bug or not compatible help wanted wontfix
I tried installing Eclox from software site as well as from downloaded zip content. While i am trying to build using DoxyFile for C++ project it throws error java.lang.NoSuchFieldError:INSTANCE unexpected error. My eclipse is Eclipse IDE for C/C++ Developers Version: Helios Service Release 2 Build id: 20110218-0911 And i am working on Windows 10 64 bit version
True
java.lang.NoSuchFieldError:INSTANCE while trying build using eclipse helios - I tried installing Eclox from software site as well as from downloaded zip content. While i am trying to build using DoxyFile for C++ project it throws error java.lang.NoSuchFieldError:INSTANCE unexpected error. My eclipse is Eclipse IDE for C/C++ Developers Version: Helios Service Release 2 Build id: 20110218-0911 And i am working on Windows 10 64 bit version
comp
java lang nosuchfielderror instance while trying build using eclipse helios i tried installing eclox from software site as well as from downloaded zip content while i am trying to build using doxyfile for c project it throws error java lang nosuchfielderror instance unexpected error my eclipse is eclipse ide for c c developers version helios service release build id and i am working on windows bit version
1
3,259
6,217,155,744
IssuesEvent
2017-07-08 12:10:58
Microsoft/react-native-code-push
https://api.github.com/repos/Microsoft/react-native-code-push
closed
Android build fails on 0.46.0
android compatibility no-repro
Hey there.. I'm trying to figure why my build fails on Android. Here's the error I receive: ```java :react-native-code-push:compileReleaseJavaWithJavac :react-native-code-push:compileReleaseJavaWithJavac - is not incremental (e.g. outputs have changed, no previous execution, etc.). /node_modules/react-native-code-push/android/app/src/main/java/com/microsoft/codepush/react/CodePushNativeModule.java:9: error: cannot find symbol import com.facebook.react.ReactApplication; ^ symbol: class ReactApplication location: package com.facebook.react /node_modules/react-native-code-push/android/app/src/main/java/com/microsoft/codepush/react/CodePushNativeModule.java:19: error: cannot find symbol import com.facebook.react.modules.core.ChoreographerCompat; ^ symbol: class ChoreographerCompat location: package com.facebook.react.modules.core /node_modules/react-native-code-push/android/app/src/main/java/com/microsoft/codepush/react/CodePushNativeModule.java:21: error: cannot find symbol import com.facebook.react.modules.core.ReactChoreographer; ^ symbol: class ReactChoreographer location: package com.facebook.react.modules.core /node_modules/react-native-code-push/android/app/src/main/java/com/microsoft/codepush/react/CodePushNativeModule.java:160: error: cannot find symbol instanceManager.recreateReactContextInBackground(); ^ symbol: method recreateReactContextInBackground() location: variable instanceManager of type ReactInstanceManager /node_modules/react-native-code-push/android/app/src/main/java/com/microsoft/codepush/react/CodePushNativeModule.java:197: error: cannot find symbol ReactApplication reactApplication = (ReactApplication) currentActivity.getApplication(); ^ symbol: class ReactApplication location: class CodePushNativeModule /node_modules/react-native-code-push/android/app/src/main/java/com/microsoft/codepush/react/CodePushNativeModule.java:197: error: cannot find symbol ReactApplication reactApplication = (ReactApplication) currentActivity.getApplication(); ^ symbol: class ReactApplication location: class CodePushNativeModule /node_modules/react-native-code-push/android/app/src/main/java/com/microsoft/codepush/react/CodePushNativeModule.java:236: error: package ReactChoreographer does not exist ReactChoreographer.getInstance().postFrameCallback(ReactChoreographer.CallbackType.TIMERS_EVENTS, new ChoreographerCompat.FrameCallback() { ^ /node_modules/react-native-code-push/android/app/src/main/java/com/microsoft/codepush/react/CodePushNativeModule.java:236: error: package ChoreographerCompat does not exist ReactChoreographer.getInstance().postFrameCallback(ReactChoreographer.CallbackType.TIMERS_EVENTS, new ChoreographerCompat.FrameCallback() { ^ /node_modules/react-native-code-push/android/app/src/main/java/com/microsoft/codepush/react/CodePushNativeModule.java:236: error: cannot find symbol ReactChoreographer.getInstance().postFrameCallback(ReactChoreographer.CallbackType.TIMERS_EVENTS, new ChoreographerCompat.FrameCallback() { ^ symbol: variable ReactChoreographer 9 errors :react-native-code-push:compileReleaseJavaWithJavac FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':react-native-code-push:compileReleaseJavaWithJavac'. > Compilation failed; see the compiler error output for details. BUILD FAILED Total time: 20.244 secs ``` `react-native-code-push: 2.1.0.beta` `react-native: 0.46.0.rc2` Any ideas would be appreciated.
True
Android build fails on 0.46.0 - Hey there.. I'm trying to figure why my build fails on Android. Here's the error I receive: ```java :react-native-code-push:compileReleaseJavaWithJavac :react-native-code-push:compileReleaseJavaWithJavac - is not incremental (e.g. outputs have changed, no previous execution, etc.). /node_modules/react-native-code-push/android/app/src/main/java/com/microsoft/codepush/react/CodePushNativeModule.java:9: error: cannot find symbol import com.facebook.react.ReactApplication; ^ symbol: class ReactApplication location: package com.facebook.react /node_modules/react-native-code-push/android/app/src/main/java/com/microsoft/codepush/react/CodePushNativeModule.java:19: error: cannot find symbol import com.facebook.react.modules.core.ChoreographerCompat; ^ symbol: class ChoreographerCompat location: package com.facebook.react.modules.core /node_modules/react-native-code-push/android/app/src/main/java/com/microsoft/codepush/react/CodePushNativeModule.java:21: error: cannot find symbol import com.facebook.react.modules.core.ReactChoreographer; ^ symbol: class ReactChoreographer location: package com.facebook.react.modules.core /node_modules/react-native-code-push/android/app/src/main/java/com/microsoft/codepush/react/CodePushNativeModule.java:160: error: cannot find symbol instanceManager.recreateReactContextInBackground(); ^ symbol: method recreateReactContextInBackground() location: variable instanceManager of type ReactInstanceManager /node_modules/react-native-code-push/android/app/src/main/java/com/microsoft/codepush/react/CodePushNativeModule.java:197: error: cannot find symbol ReactApplication reactApplication = (ReactApplication) currentActivity.getApplication(); ^ symbol: class ReactApplication location: class CodePushNativeModule /node_modules/react-native-code-push/android/app/src/main/java/com/microsoft/codepush/react/CodePushNativeModule.java:197: error: cannot find symbol ReactApplication reactApplication = (ReactApplication) currentActivity.getApplication(); ^ symbol: class ReactApplication location: class CodePushNativeModule /node_modules/react-native-code-push/android/app/src/main/java/com/microsoft/codepush/react/CodePushNativeModule.java:236: error: package ReactChoreographer does not exist ReactChoreographer.getInstance().postFrameCallback(ReactChoreographer.CallbackType.TIMERS_EVENTS, new ChoreographerCompat.FrameCallback() { ^ /node_modules/react-native-code-push/android/app/src/main/java/com/microsoft/codepush/react/CodePushNativeModule.java:236: error: package ChoreographerCompat does not exist ReactChoreographer.getInstance().postFrameCallback(ReactChoreographer.CallbackType.TIMERS_EVENTS, new ChoreographerCompat.FrameCallback() { ^ /node_modules/react-native-code-push/android/app/src/main/java/com/microsoft/codepush/react/CodePushNativeModule.java:236: error: cannot find symbol ReactChoreographer.getInstance().postFrameCallback(ReactChoreographer.CallbackType.TIMERS_EVENTS, new ChoreographerCompat.FrameCallback() { ^ symbol: variable ReactChoreographer 9 errors :react-native-code-push:compileReleaseJavaWithJavac FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':react-native-code-push:compileReleaseJavaWithJavac'. > Compilation failed; see the compiler error output for details. BUILD FAILED Total time: 20.244 secs ``` `react-native-code-push: 2.1.0.beta` `react-native: 0.46.0.rc2` Any ideas would be appreciated.
comp
android build fails on hey there i m trying to figure why my build fails on android here s the error i receive java react native code push compilereleasejavawithjavac react native code push compilereleasejavawithjavac is not incremental e g outputs have changed no previous execution etc node modules react native code push android app src main java com microsoft codepush react codepushnativemodule java error cannot find symbol import com facebook react reactapplication symbol class reactapplication location package com facebook react node modules react native code push android app src main java com microsoft codepush react codepushnativemodule java error cannot find symbol import com facebook react modules core choreographercompat symbol class choreographercompat location package com facebook react modules core node modules react native code push android app src main java com microsoft codepush react codepushnativemodule java error cannot find symbol import com facebook react modules core reactchoreographer symbol class reactchoreographer location package com facebook react modules core node modules react native code push android app src main java com microsoft codepush react codepushnativemodule java error cannot find symbol instancemanager recreatereactcontextinbackground symbol method recreatereactcontextinbackground location variable instancemanager of type reactinstancemanager node modules react native code push android app src main java com microsoft codepush react codepushnativemodule java error cannot find symbol reactapplication reactapplication reactapplication currentactivity getapplication symbol class reactapplication location class codepushnativemodule node modules react native code push android app src main java com microsoft codepush react codepushnativemodule java error cannot find symbol reactapplication reactapplication reactapplication currentactivity getapplication symbol class reactapplication location class codepushnativemodule node modules react native code push android app src main java com microsoft codepush react codepushnativemodule java error package reactchoreographer does not exist reactchoreographer getinstance postframecallback reactchoreographer callbacktype timers events new choreographercompat framecallback node modules react native code push android app src main java com microsoft codepush react codepushnativemodule java error package choreographercompat does not exist reactchoreographer getinstance postframecallback reactchoreographer callbacktype timers events new choreographercompat framecallback node modules react native code push android app src main java com microsoft codepush react codepushnativemodule java error cannot find symbol reactchoreographer getinstance postframecallback reactchoreographer callbacktype timers events new choreographercompat framecallback symbol variable reactchoreographer errors react native code push compilereleasejavawithjavac failed failure build failed with an exception what went wrong execution failed for task react native code push compilereleasejavawithjavac compilation failed see the compiler error output for details build failed total time secs react native code push beta react native any ideas would be appreciated
1
320,276
23,805,844,433
IssuesEvent
2022-09-04 02:31:54
adafruit/Adafruit_CircuitPython_DisplayIO_SH1107
https://api.github.com/repos/adafruit/Adafruit_CircuitPython_DisplayIO_SH1107
closed
Missing Type Annotations
documentation good first issue
There are missing type annotations for some functions in this library. The `typing` module does not exist on CircuitPython devices so the import needs to be wrapped in try/except to catch the error for missing import. There is an example of how that is done here: ```python try: from typing import List, Tuple except ImportError: pass ``` Once imported the typing annotations for the argument type(s), and return type(s) can be added to the function signature. Here is an example of a function that has had this done already: ```python def wrap_text_to_pixels( string: str, max_width: int, font=None, indent0: str = "", indent1: str = "" ) -> List[str]: ``` If you are new to Git or Github we have a guide about contributing to our projects here: https://learn.adafruit.com/contribute-to-circuitpython-with-git-and-github There is also a guide that covers our CI utilities and how to run them locally to ensure they will pass in Github Actions here: https://learn.adafruit.com/creating-and-sharing-a-circuitpython-library/check-your-code In particular the pages: `Sharing docs on ReadTheDocs` and `Check your code with pre-commit` contain the tools to install and commands to run locally to run the checks. If you are attempting to resolve this issue and need help, you can post a comment on this issue and tag both @foamyguy and @kattni or reach out to us on Discord: https://adafru.it/discord in the `#circuitpython-dev` channel. The following locations are reported by mypy to be missing type annotations: - [ ] adafruit_displayio_sh1107.py:128
1.0
Missing Type Annotations - There are missing type annotations for some functions in this library. The `typing` module does not exist on CircuitPython devices so the import needs to be wrapped in try/except to catch the error for missing import. There is an example of how that is done here: ```python try: from typing import List, Tuple except ImportError: pass ``` Once imported the typing annotations for the argument type(s), and return type(s) can be added to the function signature. Here is an example of a function that has had this done already: ```python def wrap_text_to_pixels( string: str, max_width: int, font=None, indent0: str = "", indent1: str = "" ) -> List[str]: ``` If you are new to Git or Github we have a guide about contributing to our projects here: https://learn.adafruit.com/contribute-to-circuitpython-with-git-and-github There is also a guide that covers our CI utilities and how to run them locally to ensure they will pass in Github Actions here: https://learn.adafruit.com/creating-and-sharing-a-circuitpython-library/check-your-code In particular the pages: `Sharing docs on ReadTheDocs` and `Check your code with pre-commit` contain the tools to install and commands to run locally to run the checks. If you are attempting to resolve this issue and need help, you can post a comment on this issue and tag both @foamyguy and @kattni or reach out to us on Discord: https://adafru.it/discord in the `#circuitpython-dev` channel. The following locations are reported by mypy to be missing type annotations: - [ ] adafruit_displayio_sh1107.py:128
non_comp
missing type annotations there are missing type annotations for some functions in this library the typing module does not exist on circuitpython devices so the import needs to be wrapped in try except to catch the error for missing import there is an example of how that is done here python try from typing import list tuple except importerror pass once imported the typing annotations for the argument type s and return type s can be added to the function signature here is an example of a function that has had this done already python def wrap text to pixels string str max width int font none str str list if you are new to git or github we have a guide about contributing to our projects here there is also a guide that covers our ci utilities and how to run them locally to ensure they will pass in github actions here in particular the pages sharing docs on readthedocs and check your code with pre commit contain the tools to install and commands to run locally to run the checks if you are attempting to resolve this issue and need help you can post a comment on this issue and tag both foamyguy and kattni or reach out to us on discord in the circuitpython dev channel the following locations are reported by mypy to be missing type annotations adafruit displayio py
0
167,018
14,099,377,925
IssuesEvent
2020-11-06 01:14:02
scullyio/scully
https://api.github.com/repos/scullyio/scully
opened
Fix documentation around `router plugin` and `router process plugin`
documentation
I was reading the docs for `router process plugin` because a client emailed me and asked how he could remove certain routes from his app. So I was going to tell him to use a `router process plugin` to do this. However, the way it is described is too much like a `router plugin`. We need to re-write the docs to describe exactly how to do this. I would need to read the source or test it out to understand how it works, cause the docs are providing very little guidance here. We need to fix this ASAP.
1.0
Fix documentation around `router plugin` and `router process plugin` - I was reading the docs for `router process plugin` because a client emailed me and asked how he could remove certain routes from his app. So I was going to tell him to use a `router process plugin` to do this. However, the way it is described is too much like a `router plugin`. We need to re-write the docs to describe exactly how to do this. I would need to read the source or test it out to understand how it works, cause the docs are providing very little guidance here. We need to fix this ASAP.
non_comp
fix documentation around router plugin and router process plugin i was reading the docs for router process plugin because a client emailed me and asked how he could remove certain routes from his app so i was going to tell him to use a router process plugin to do this however the way it is described is too much like a router plugin we need to re write the docs to describe exactly how to do this i would need to read the source or test it out to understand how it works cause the docs are providing very little guidance here we need to fix this asap
0
262,049
19,759,675,715
IssuesEvent
2022-01-16 07:28:24
Doist/ffs
https://api.github.com/repos/Doist/ffs
closed
Improve route documentation
documentation
Routes are all documented like so: https://github.com/Doist/ffs/blob/474b6891ef0b87e8710deff4e72142f451ae5b19/ffs-server/src/main/kotlin/routes/FlagRoutes.kt#L87-L96 There are several problems with this, like: - Route documentation should be more easily accessible, i.e., in the public docs. - All request parameters are documented, Query parameters are hit-or-miss. - There is no example of what the full endpoint looks like in the docs themselves.
1.0
Improve route documentation - Routes are all documented like so: https://github.com/Doist/ffs/blob/474b6891ef0b87e8710deff4e72142f451ae5b19/ffs-server/src/main/kotlin/routes/FlagRoutes.kt#L87-L96 There are several problems with this, like: - Route documentation should be more easily accessible, i.e., in the public docs. - All request parameters are documented, Query parameters are hit-or-miss. - There is no example of what the full endpoint looks like in the docs themselves.
non_comp
improve route documentation routes are all documented like so there are several problems with this like route documentation should be more easily accessible i e in the public docs all request parameters are documented query parameters are hit or miss there is no example of what the full endpoint looks like in the docs themselves
0
229,282
7,573,453,268
IssuesEvent
2018-04-23 17:49:31
USGCRP/gcis
https://api.github.com/repos/USGCRP/gcis
closed
Fix ORCiD Entry to Support Copy/Paste entry
a bug a quickfix context Content Management priority low type technical
Currently the datatype of ORCiD in our system is 'varchar' and it lets us enter sixteen digit value with hyphens. But this ORCiD - [0000-0003-4541-519X ](http://orcid.org/0000-0003-4541-519X) which ends with an alphabet cannot be added due to datatype limitations even though the default datatype, 'varchar' can hold both letters and numbers. So we need to allow numbers as well as letters in these 16 digits. _**ERROR**: new row for relation "person" violates check constraint "ck_orcid" DETAIL: Failing row contains (1030, http://www.gfdl.noaa.gov/tom-knutson-homepage, 0000-0003-4541-519X , Thomas, Knutson, null).._
1.0
Fix ORCiD Entry to Support Copy/Paste entry - Currently the datatype of ORCiD in our system is 'varchar' and it lets us enter sixteen digit value with hyphens. But this ORCiD - [0000-0003-4541-519X ](http://orcid.org/0000-0003-4541-519X) which ends with an alphabet cannot be added due to datatype limitations even though the default datatype, 'varchar' can hold both letters and numbers. So we need to allow numbers as well as letters in these 16 digits. _**ERROR**: new row for relation "person" violates check constraint "ck_orcid" DETAIL: Failing row contains (1030, http://www.gfdl.noaa.gov/tom-knutson-homepage, 0000-0003-4541-519X , Thomas, Knutson, null).._
non_comp
fix orcid entry to support copy paste entry currently the datatype of orcid in our system is varchar and it lets us enter sixteen digit value with hyphens but this orcid which ends with an alphabet cannot be added due to datatype limitations even though the default datatype varchar can hold both letters and numbers so we need to allow numbers as well as letters in these digits error new row for relation person violates check constraint ck orcid detail failing row contains thomas knutson null
0
965
2,792,422,240
IssuesEvent
2015-05-11 00:06:26
golang/go
https://api.github.com/repos/golang/go
closed
all: go1.4rc performs slow
Performance
by **veenutanwar**: <pre>issue with html &amp; resource file work fine in 4 beta but slow in rc 4 please suggest</pre>
True
all: go1.4rc performs slow - by **veenutanwar**: <pre>issue with html &amp; resource file work fine in 4 beta but slow in rc 4 please suggest</pre>
non_comp
all performs slow by veenutanwar issue with html amp resource file work fine in beta but slow in rc please suggest
0
2,299
5,050,341,293
IssuesEvent
2016-12-20 18:27:04
stealjs/steal
https://api.github.com/repos/stealjs/steal
closed
`bower install steal` installs Steal 3.3.0
bug compatibility
This is what I get after running `bower install steal`: ``` bower cached https://github.com/bitovi/steal.git#3.3.0 bower validate 3.3.0 against https://github.com/bitovi/steal.git#* bower install steal#3.3.0 steal#3.3.0 bower_components/steal ```
True
`bower install steal` installs Steal 3.3.0 - This is what I get after running `bower install steal`: ``` bower cached https://github.com/bitovi/steal.git#3.3.0 bower validate 3.3.0 against https://github.com/bitovi/steal.git#* bower install steal#3.3.0 steal#3.3.0 bower_components/steal ```
comp
bower install steal installs steal this is what i get after running bower install steal bower cached bower validate against bower install steal steal bower components steal
1
4,907
7,524,357,012
IssuesEvent
2018-04-13 06:43:31
An-Sar/PrimalCore
https://api.github.com/repos/An-Sar/PrimalCore
closed
[random suggestion] native compat with bwm
compatibility
It would be so awesome if primal core and its dependants had natural support for better with mods, (ie adding iron as a progression point that you need a crucible to turn slag iron into iron.) imagine the possibilities. :P
True
[random suggestion] native compat with bwm - It would be so awesome if primal core and its dependants had natural support for better with mods, (ie adding iron as a progression point that you need a crucible to turn slag iron into iron.) imagine the possibilities. :P
comp
native compat with bwm it would be so awesome if primal core and its dependants had natural support for better with mods ie adding iron as a progression point that you need a crucible to turn slag iron into iron imagine the possibilities p
1
15,041
18,883,238,133
IssuesEvent
2021-11-15 02:50:59
vesoft-inc/nebula
https://api.github.com/repos/vesoft-inc/nebula
closed
when i define a property called "value" or a tag named "value", it will be transformed to "values"
bug incompatible
`VALUE` and `VALUES` are both recognized as token `KW_VALUES`, which will be mapped to string values when used as a `name_label`
True
when i define a property called "value" or a tag named "value", it will be transformed to "values" - `VALUE` and `VALUES` are both recognized as token `KW_VALUES`, which will be mapped to string values when used as a `name_label`
comp
when i define a property called value or a tag named value it will be transformed to values value and values are both recognized as token kw values which will be mapped to string values when used as a name label
1
19,002
26,425,668,480
IssuesEvent
2023-01-14 05:40:47
EarendelDevelopers/factorio-mods
https://api.github.com/repos/EarendelDevelopers/factorio-mods
closed
Mod-Compatibility in spaceship-clone.lua
space exploration compatibility
My own mod uses the `on_player_driving_changed_state`-Event to destroy the previously used vehicle. This clashes with `spaceship-clone.lua` Line 149 (Version 0.5.107) in the function `clone` which accesses the vehicle after `vehicle.set_driver(nil)`. A Fix for this would be setting the driver to nil after accessing the data. (Passengers are not allowed for my mod.) It worked for me after modifying the script locally. Thanks in advance.
True
Mod-Compatibility in spaceship-clone.lua - My own mod uses the `on_player_driving_changed_state`-Event to destroy the previously used vehicle. This clashes with `spaceship-clone.lua` Line 149 (Version 0.5.107) in the function `clone` which accesses the vehicle after `vehicle.set_driver(nil)`. A Fix for this would be setting the driver to nil after accessing the data. (Passengers are not allowed for my mod.) It worked for me after modifying the script locally. Thanks in advance.
comp
mod compatibility in spaceship clone lua my own mod uses the on player driving changed state event to destroy the previously used vehicle this clashes with spaceship clone lua line version in the function clone which accesses the vehicle after vehicle set driver nil a fix for this would be setting the driver to nil after accessing the data passengers are not allowed for my mod it worked for me after modifying the script locally thanks in advance
1
11,827
13,938,000,129
IssuesEvent
2020-10-22 14:46:24
ElfFriend-DnD/foundryvtt-imageFog
https://api.github.com/repos/ElfFriend-DnD/foundryvtt-imageFog
opened
Respect Less Fog
compatibility enhancement
Double check Less Fog is supported in 0.7.5. If so, respect the settings set in Less Fog for DM and Player Fog Alpha.
True
Respect Less Fog - Double check Less Fog is supported in 0.7.5. If so, respect the settings set in Less Fog for DM and Player Fog Alpha.
comp
respect less fog double check less fog is supported in if so respect the settings set in less fog for dm and player fog alpha
1
2,853
5,657,327,429
IssuesEvent
2017-04-10 06:39:40
universum-studios/android_utils
https://api.github.com/repos/universum-studios/android_utils
closed
Remove Logger with SimpleLogger from the library.
compatibility enhancement
### Overview ### `Logger` along with `SimpleLogger` should be removed from the library as both these classes are now available via **[Logger](https://github.com/universum-studios/android_logger)** library. ### Compatibility ### In order to preserve compatibility with previous versions of the library, both these classes should be first **deprecated** an then removed in the next release. The **Logger** library uses different package name so there will be **no conflicts** when using both these libraries at once.
True
Remove Logger with SimpleLogger from the library. - ### Overview ### `Logger` along with `SimpleLogger` should be removed from the library as both these classes are now available via **[Logger](https://github.com/universum-studios/android_logger)** library. ### Compatibility ### In order to preserve compatibility with previous versions of the library, both these classes should be first **deprecated** an then removed in the next release. The **Logger** library uses different package name so there will be **no conflicts** when using both these libraries at once.
comp
remove logger with simplelogger from the library overview logger along with simplelogger should be removed from the library as both these classes are now available via library compatibility in order to preserve compatibility with previous versions of the library both these classes should be first deprecated an then removed in the next release the logger library uses different package name so there will be no conflicts when using both these libraries at once
1
217,085
7,314,594,803
IssuesEvent
2018-03-01 07:58:06
metasfresh/metasfresh-webui-frontend
https://api.github.com/repos/metasfresh/metasfresh-webui-frontend
closed
Date recording with keys leads to error
branch:master branch:release priority:high type:bug
### Is this a bug or feature request? Bug ### What is the current behavior? When recording a date with the keyboard, instead of clicking it with the mouse in date widget, then an error occurs and a blank screen occurs. #### Which are the steps to reproduce? - Open window/143 - Click on a date widget field and start typing the date. ### What is the expected or desired behavior? Shall also work with the keyboard. ![image](https://user-images.githubusercontent.com/13365687/36097847-f212d08e-0ffc-11e8-99b8-b96c187908f7.png)
1.0
Date recording with keys leads to error - ### Is this a bug or feature request? Bug ### What is the current behavior? When recording a date with the keyboard, instead of clicking it with the mouse in date widget, then an error occurs and a blank screen occurs. #### Which are the steps to reproduce? - Open window/143 - Click on a date widget field and start typing the date. ### What is the expected or desired behavior? Shall also work with the keyboard. ![image](https://user-images.githubusercontent.com/13365687/36097847-f212d08e-0ffc-11e8-99b8-b96c187908f7.png)
non_comp
date recording with keys leads to error is this a bug or feature request bug what is the current behavior when recording a date with the keyboard instead of clicking it with the mouse in date widget then an error occurs and a blank screen occurs which are the steps to reproduce open window click on a date widget field and start typing the date what is the expected or desired behavior shall also work with the keyboard
0