Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
5
112
repo_url
stringlengths
34
141
action
stringclasses
3 values
title
stringlengths
1
757
labels
stringlengths
4
664
body
stringlengths
3
261k
index
stringclasses
10 values
text_combine
stringlengths
96
261k
label
stringclasses
2 values
text
stringlengths
96
232k
binary_label
int64
0
1
44,021
11,907,502,844
IssuesEvent
2020-03-30 22:27:06
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
opened
[AXE-CORE]: The #announcement-root MUST be contained by landmarks
508-defect-3 508-issue-cognition 508-issue-semantic-markup 508/Accessibility components design design system sitewide triage
# [508-defect-3](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-3) **Feedback framework** - **โ—๏ธ Must** for if the feedback must be applied - **โš ๏ธShould** if the feedback is best practice - **โœ”๏ธ Consider** for suggestions/enhancements ## Description While conducting an [audit](https://github.com/department-of-veterans-affairs/va.gov-team/issues/7024) of https://staging/va.gov/disability/view-dependents, I discovered an issue with the announcement component that appears at the bottom of the viewport. There is an axe-core issue, because this `<div id="announcment-root">` is located between landmark areas. This makes it difficult for screen reader and keyboard users to navigate the content, and they may miss this announcement. Additionally, on Windows in IE11 (and potentially other Windows browsers) the browser announcements appear in this area and will overlay this announcement, causing it to be overlooked. ### Why it Matters Navigating a web page is far simpler for screen reader users if the content splits between multiple high-level sections. Content outside of sections is difficult to find, and the content's purpose may be unclear. Historically, HTML lacked some key semantic markers such as the ability to designate sections of the page as the header, navigation, main content, and footer. Using both HTML5 elements and ARIA landmarks in the same element is considered a best practice, but the future favors using native HTML5 element regions as browser support increases. ## Point of Contact **VFS Point of Contact:** Jennifer ## Acceptance Criteria As a screen reader user, I want to navigate page content by landmarks and not miss relevant announcements. ## Environment * Operating System: any * Browser: any * Screenreading device: any * Server destination: staging ## Steps to Recreate 1. Enter `https://staging.va.gov/disability/view-dependents/` in browser 2. Note the announcement at the bottom of the viewport (see following screenshot) 3. Start screen reading device 4. Navigate the page by landmarks 5. Verify that the announcement cannot be located 6. Use Windows + IE11 7. Verify that the browser notification overlaps the announcement (see following screenshot) ## Possible Fixes (optional) If this announcement is important it should be read at the start of page load, and therefore be located in the code either at the top of the `<header>` or near the `<h1>` within `<main>` or other landmark. Visually, it could be positioned as desired, but preferably readily visible. ## WCAG or Vendor Guidance (optional) * [All page content must be contained by landmarks, Deque University](https://dequeuniversity.com/rules/axe/3.5/region?application=AxeChrome) * [ARIA11: Using ARIA landmarks to identify regions of a page](http://www.w3.org/TR/WCAG20-TECHS/ARIA11.html) ## Screenshots or Trace Logs ![Screen Shot 2020-03-30 at 4 51 51 PM](https://user-images.githubusercontent.com/57469/77961375-b8937d80-72a7-11ea-93b5-ad3ddcbe9446.png) ![Screen Shot 2020-03-30 at 4 52 03 PM](https://user-images.githubusercontent.com/57469/77961378-b8937d80-72a7-11ea-9b84-ef4df6e2932d.png) ![image (2)](https://user-images.githubusercontent.com/57469/77961421-c943f380-72a7-11ea-9af2-2b5801b60f42.png)
1.0
[AXE-CORE]: The #announcement-root MUST be contained by landmarks - # [508-defect-3](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-3) **Feedback framework** - **โ—๏ธ Must** for if the feedback must be applied - **โš ๏ธShould** if the feedback is best practice - **โœ”๏ธ Consider** for suggestions/enhancements ## Description While conducting an [audit](https://github.com/department-of-veterans-affairs/va.gov-team/issues/7024) of https://staging/va.gov/disability/view-dependents, I discovered an issue with the announcement component that appears at the bottom of the viewport. There is an axe-core issue, because this `<div id="announcment-root">` is located between landmark areas. This makes it difficult for screen reader and keyboard users to navigate the content, and they may miss this announcement. Additionally, on Windows in IE11 (and potentially other Windows browsers) the browser announcements appear in this area and will overlay this announcement, causing it to be overlooked. ### Why it Matters Navigating a web page is far simpler for screen reader users if the content splits between multiple high-level sections. Content outside of sections is difficult to find, and the content's purpose may be unclear. Historically, HTML lacked some key semantic markers such as the ability to designate sections of the page as the header, navigation, main content, and footer. Using both HTML5 elements and ARIA landmarks in the same element is considered a best practice, but the future favors using native HTML5 element regions as browser support increases. ## Point of Contact **VFS Point of Contact:** Jennifer ## Acceptance Criteria As a screen reader user, I want to navigate page content by landmarks and not miss relevant announcements. ## Environment * Operating System: any * Browser: any * Screenreading device: any * Server destination: staging ## Steps to Recreate 1. Enter `https://staging.va.gov/disability/view-dependents/` in browser 2. Note the announcement at the bottom of the viewport (see following screenshot) 3. Start screen reading device 4. Navigate the page by landmarks 5. Verify that the announcement cannot be located 6. Use Windows + IE11 7. Verify that the browser notification overlaps the announcement (see following screenshot) ## Possible Fixes (optional) If this announcement is important it should be read at the start of page load, and therefore be located in the code either at the top of the `<header>` or near the `<h1>` within `<main>` or other landmark. Visually, it could be positioned as desired, but preferably readily visible. ## WCAG or Vendor Guidance (optional) * [All page content must be contained by landmarks, Deque University](https://dequeuniversity.com/rules/axe/3.5/region?application=AxeChrome) * [ARIA11: Using ARIA landmarks to identify regions of a page](http://www.w3.org/TR/WCAG20-TECHS/ARIA11.html) ## Screenshots or Trace Logs ![Screen Shot 2020-03-30 at 4 51 51 PM](https://user-images.githubusercontent.com/57469/77961375-b8937d80-72a7-11ea-93b5-ad3ddcbe9446.png) ![Screen Shot 2020-03-30 at 4 52 03 PM](https://user-images.githubusercontent.com/57469/77961378-b8937d80-72a7-11ea-9b84-ef4df6e2932d.png) ![image (2)](https://user-images.githubusercontent.com/57469/77961421-c943f380-72a7-11ea-9af2-2b5801b60f42.png)
defect
the announcement root must be contained by landmarks feedback framework โ—๏ธ must for if the feedback must be applied โš ๏ธshould if the feedback is best practice โœ”๏ธ consider for suggestions enhancements description while conducting an of i discovered an issue with the announcement component that appears at the bottom of the viewport there is an axe core issue because this is located between landmark areas this makes it difficult for screen reader and keyboard users to navigate the content and they may miss this announcement additionally on windows in and potentially other windows browsers the browser announcements appear in this area and will overlay this announcement causing it to be overlooked why it matters navigating a web page is far simpler for screen reader users if the content splits between multiple high level sections content outside of sections is difficult to find and the content s purpose may be unclear historically html lacked some key semantic markers such as the ability to designate sections of the page as the header navigation main content and footer using both elements and aria landmarks in the same element is considered a best practice but the future favors using native element regions as browser support increases point of contact vfs point of contact jennifer acceptance criteria as a screen reader user i want to navigate page content by landmarks and not miss relevant announcements environment operating system any browser any screenreading device any server destination staging steps to recreate enter in browser note the announcement at the bottom of the viewport see following screenshot start screen reading device navigate the page by landmarks verify that the announcement cannot be located use windows verify that the browser notification overlaps the announcement see following screenshot possible fixes optional if this announcement is important it should be read at the start of page load and therefore be located in the code either at the top of the or near the within or other landmark visually it could be positioned as desired but preferably readily visible wcag or vendor guidance optional screenshots or trace logs
1
237,893
7,767,883,090
IssuesEvent
2018-06-03 12:06:30
TheSolidCrafter/ASkyBlock-Nukkit
https://api.github.com/repos/TheSolidCrafter/ASkyBlock-Nukkit
closed
Teleport to other Island
Priority: Medium Progress: WIP Status: Confirmed
15:59:22 [CRITICAL] Unhandled exception executing command 'is teleport HappyLea13' in is: java.lang.NullPointerException at com.larryTheCoder.island.IslandManager.teleportPlayer(IslandManager.java:334) at com.larryTheCoder.command.island.TeleportSubCommand.execute(TeleportSubCommand.java:65) at com.larryTheCoder.Commands.execute(Commands.java:105) at cn.nukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:261) at cn.nukkit.Server.dispatchCommand(Server.java:690) at cn.nukkit.Player.handleDataPacket(Player.java:2632) at java.util.ArrayList.forEach(ArrayList.java:1257) at cn.nukkit.network.Network.processPackets(Network.java:178) at cn.nukkit.network.Network.processBatch(Network.java:160) at cn.nukkit.Player.handleDataPacket(Player.java:2025) at cn.nukkit.network.RakNetInterface.handleEncapsulated(RakNetInterface.java:157) at cn.nukkit.raknet.server.ServerHandler.handlePacket(ServerHandler.java:132) at cn.nukkit.network.RakNetInterface.process(RakNetInterface.java:66) at cn.nukkit.network.Network.processInterfaces(Network.java:76) at cn.nukkit.Server.tick(Server.java:1076) at cn.nukkit.Server.tickProcessor(Server.java:850) at cn.nukkit.Server.start(Server.java:827) at cn.nukkit.Server.<init>(Server.java:510) at cn.nukkit.Nukkit.main(Nukkit.java:99) 15:59:22 [ALERT] java.lang.NullPointerException at com.larryTheCoder.island.IslandManager.teleportPlayer(IslandManager.java:334) at com.larryTheCoder.command.island.TeleportSubCommand.execute(TeleportSubCommand.java:65) at com.larryTheCoder.Commands.execute(Commands.java:105) at cn.nukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:261) at cn.nukkit.Server.dispatchCommand(Server.java:690) at cn.nukkit.Player.handleDataPacket(Player.java:2632) at java.util.ArrayList.forEach(ArrayList.java:1257) at cn.nukkit.network.Network.processPackets(Network.java:178) at cn.nukkit.network.Network.processBatch(Network.java:160) at cn.nukkit.Player.handleDataPacket(Player.java:2025) at cn.nukkit.network.RakNetInterface.handleEncapsulated(RakNetInterface.java:157) at cn.nukkit.raknet.server.ServerHandler.handlePacket(ServerHandler.java:132) at cn.nukkit.network.RakNetInterface.process(RakNetInterface.java:66) at cn.nukkit.network.Network.processInterfaces(Network.java:76) at cn.nukkit.Server.tick(Server.java:1076) at cn.nukkit.Server.tickProcessor(Server.java:850) at cn.nukkit.Server.start(Server.java:827) at cn.nukkit.Server.<init>(Server.java:510) at cn.nukkit.Nukkit.main(Nukkit.java:99)
1.0
Teleport to other Island - 15:59:22 [CRITICAL] Unhandled exception executing command 'is teleport HappyLea13' in is: java.lang.NullPointerException at com.larryTheCoder.island.IslandManager.teleportPlayer(IslandManager.java:334) at com.larryTheCoder.command.island.TeleportSubCommand.execute(TeleportSubCommand.java:65) at com.larryTheCoder.Commands.execute(Commands.java:105) at cn.nukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:261) at cn.nukkit.Server.dispatchCommand(Server.java:690) at cn.nukkit.Player.handleDataPacket(Player.java:2632) at java.util.ArrayList.forEach(ArrayList.java:1257) at cn.nukkit.network.Network.processPackets(Network.java:178) at cn.nukkit.network.Network.processBatch(Network.java:160) at cn.nukkit.Player.handleDataPacket(Player.java:2025) at cn.nukkit.network.RakNetInterface.handleEncapsulated(RakNetInterface.java:157) at cn.nukkit.raknet.server.ServerHandler.handlePacket(ServerHandler.java:132) at cn.nukkit.network.RakNetInterface.process(RakNetInterface.java:66) at cn.nukkit.network.Network.processInterfaces(Network.java:76) at cn.nukkit.Server.tick(Server.java:1076) at cn.nukkit.Server.tickProcessor(Server.java:850) at cn.nukkit.Server.start(Server.java:827) at cn.nukkit.Server.<init>(Server.java:510) at cn.nukkit.Nukkit.main(Nukkit.java:99) 15:59:22 [ALERT] java.lang.NullPointerException at com.larryTheCoder.island.IslandManager.teleportPlayer(IslandManager.java:334) at com.larryTheCoder.command.island.TeleportSubCommand.execute(TeleportSubCommand.java:65) at com.larryTheCoder.Commands.execute(Commands.java:105) at cn.nukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:261) at cn.nukkit.Server.dispatchCommand(Server.java:690) at cn.nukkit.Player.handleDataPacket(Player.java:2632) at java.util.ArrayList.forEach(ArrayList.java:1257) at cn.nukkit.network.Network.processPackets(Network.java:178) at cn.nukkit.network.Network.processBatch(Network.java:160) at cn.nukkit.Player.handleDataPacket(Player.java:2025) at cn.nukkit.network.RakNetInterface.handleEncapsulated(RakNetInterface.java:157) at cn.nukkit.raknet.server.ServerHandler.handlePacket(ServerHandler.java:132) at cn.nukkit.network.RakNetInterface.process(RakNetInterface.java:66) at cn.nukkit.network.Network.processInterfaces(Network.java:76) at cn.nukkit.Server.tick(Server.java:1076) at cn.nukkit.Server.tickProcessor(Server.java:850) at cn.nukkit.Server.start(Server.java:827) at cn.nukkit.Server.<init>(Server.java:510) at cn.nukkit.Nukkit.main(Nukkit.java:99)
non_defect
teleport to other island unhandled exception executing command is teleport in is java lang nullpointerexception at com larrythecoder island islandmanager teleportplayer islandmanager java at com larrythecoder command island teleportsubcommand execute teleportsubcommand java at com larrythecoder commands execute commands java at cn nukkit command simplecommandmap dispatch simplecommandmap java at cn nukkit server dispatchcommand server java at cn nukkit player handledatapacket player java at java util arraylist foreach arraylist java at cn nukkit network network processpackets network java at cn nukkit network network processbatch network java at cn nukkit player handledatapacket player java at cn nukkit network raknetinterface handleencapsulated raknetinterface java at cn nukkit raknet server serverhandler handlepacket serverhandler java at cn nukkit network raknetinterface process raknetinterface java at cn nukkit network network processinterfaces network java at cn nukkit server tick server java at cn nukkit server tickprocessor server java at cn nukkit server start server java at cn nukkit server server java at cn nukkit nukkit main nukkit java java lang nullpointerexception at com larrythecoder island islandmanager teleportplayer islandmanager java at com larrythecoder command island teleportsubcommand execute teleportsubcommand java at com larrythecoder commands execute commands java at cn nukkit command simplecommandmap dispatch simplecommandmap java at cn nukkit server dispatchcommand server java at cn nukkit player handledatapacket player java at java util arraylist foreach arraylist java at cn nukkit network network processpackets network java at cn nukkit network network processbatch network java at cn nukkit player handledatapacket player java at cn nukkit network raknetinterface handleencapsulated raknetinterface java at cn nukkit raknet server serverhandler handlepacket serverhandler java at cn nukkit network raknetinterface process raknetinterface java at cn nukkit network network processinterfaces network java at cn nukkit server tick server java at cn nukkit server tickprocessor server java at cn nukkit server start server java at cn nukkit server server java at cn nukkit nukkit main nukkit java
0
785,977
27,630,015,232
IssuesEvent
2023-03-10 10:07:30
Avaiga/taipy-core
https://api.github.com/repos/Avaiga/taipy-core
closed
Change default read/write params for generic Data Node to empty lists
Core: Data node ๐ŸŸฉ Priority: Low ๐Ÿ‘Good first issue ๐Ÿ“ˆ Improvement
**Description** This will simplify the construction of the Generic Data Node. The below creates an error because _read_fct_params_ is None by default when it should be a list. Making the default _read_fct_params_/_write_fct_params_ as an empty list would avoid any error. ```python import pandas as pd from taipy.config import Config import taipy as tp def read_data(): return "test" def f(re): return re generic_data_node_cfg = Config.configure_generic_data_node(id="my_data_node", read_fct=read_data) output_cfg = Config.configure_data_node(id="output", storage_type="pickle") t_cfg = Config.configure_task(id="t", input=generic_data_node_cfg, output=output_cfg, function=f) pipeline_cfg = Config.configure_pipeline(id="p", task_configs=[t_cfg]) tp.Core().run() pip= tp.create_pipeline(pipeline_cfg) pip.submit() print(pip.output.read()) ``` Error message: ``` [2023-01-27 15:48:51,940][Taipy][ERROR] 1 errors occurred during execution of job JOB_t\data_node.py", line 306, in read_or_raise return self._read() File "C:\Users\jacta\AppData\Local\R-MINI~1\envs\dev\lib\site-packages\taipy\core\data\generic.py", line 106, in _read return read_fct(*self.properties[self._READ_FUNCTION_PARAMS_PROPERTY]) TypeError: __main__.read_data() argument after * must be an iterable, not NoneType ```
1.0
Change default read/write params for generic Data Node to empty lists - **Description** This will simplify the construction of the Generic Data Node. The below creates an error because _read_fct_params_ is None by default when it should be a list. Making the default _read_fct_params_/_write_fct_params_ as an empty list would avoid any error. ```python import pandas as pd from taipy.config import Config import taipy as tp def read_data(): return "test" def f(re): return re generic_data_node_cfg = Config.configure_generic_data_node(id="my_data_node", read_fct=read_data) output_cfg = Config.configure_data_node(id="output", storage_type="pickle") t_cfg = Config.configure_task(id="t", input=generic_data_node_cfg, output=output_cfg, function=f) pipeline_cfg = Config.configure_pipeline(id="p", task_configs=[t_cfg]) tp.Core().run() pip= tp.create_pipeline(pipeline_cfg) pip.submit() print(pip.output.read()) ``` Error message: ``` [2023-01-27 15:48:51,940][Taipy][ERROR] 1 errors occurred during execution of job JOB_t\data_node.py", line 306, in read_or_raise return self._read() File "C:\Users\jacta\AppData\Local\R-MINI~1\envs\dev\lib\site-packages\taipy\core\data\generic.py", line 106, in _read return read_fct(*self.properties[self._READ_FUNCTION_PARAMS_PROPERTY]) TypeError: __main__.read_data() argument after * must be an iterable, not NoneType ```
non_defect
change default read write params for generic data node to empty lists description this will simplify the construction of the generic data node the below creates an error because read fct params is none by default when it should be a list making the default read fct params write fct params as an empty list would avoid any error python import pandas as pd from taipy config import config import taipy as tp def read data return test def f re return re generic data node cfg config configure generic data node id my data node read fct read data output cfg config configure data node id output storage type pickle t cfg config configure task id t input generic data node cfg output output cfg function f pipeline cfg config configure pipeline id p task configs tp core run pip tp create pipeline pipeline cfg pip submit print pip output read error message errors occurred during execution of job job t data node py line in read or raise return self read file c users jacta appdata local r mini envs dev lib site packages taipy core data generic py line in read return read fct self properties typeerror main read data argument after must be an iterable not nonetype
0
19,636
3,228,468,841
IssuesEvent
2015-10-12 02:36:11
vickyg3/social-photos
https://api.github.com/repos/vickyg3/social-photos
closed
Not all photos transferred
Priority-Medium Status-New Type-Defect
Originally reported on Google Code with ID 18 ``` I tried transferring photos from Google+ to Flickr using Windows 8.1 and Chrome browser. 162 photos transferred, but there were over 500 pictures in the album that I was moving. ``` Reported by `mitchpolman` on 2014-07-22 20:01:38
1.0
Not all photos transferred - Originally reported on Google Code with ID 18 ``` I tried transferring photos from Google+ to Flickr using Windows 8.1 and Chrome browser. 162 photos transferred, but there were over 500 pictures in the album that I was moving. ``` Reported by `mitchpolman` on 2014-07-22 20:01:38
defect
not all photos transferred originally reported on google code with id i tried transferring photos from google to flickr using windows and chrome browser photos transferred but there were over pictures in the album that i was moving reported by mitchpolman on
1
40,033
9,807,564,085
IssuesEvent
2019-06-12 13:57:52
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
CokePHP 4.0.0 alpha Cake\Routing\Router::fullBaseUrl() return bool
defect
This is a (multiple allowed): * [x] bug * [ ] enhancement * [ ] feature-discussion (RFC) * CakePHP Version: 4.0.0 alpha * Platform and Target: PHP 7.2, MySQL ### What you did I try update cake from 3.7 to 4.0 alpha for tests ### What happened Return value of Cake\Routing\Router::fullBaseUrl() must be of the type string, boolean returned Error in: ROOT/vendor/cakephp/cakephp/src/Routing/Router.php, line 619 EDIT: After set fullBaseUrl in app.php its ok, but if is false / null, then function have bug
1.0
CokePHP 4.0.0 alpha Cake\Routing\Router::fullBaseUrl() return bool - This is a (multiple allowed): * [x] bug * [ ] enhancement * [ ] feature-discussion (RFC) * CakePHP Version: 4.0.0 alpha * Platform and Target: PHP 7.2, MySQL ### What you did I try update cake from 3.7 to 4.0 alpha for tests ### What happened Return value of Cake\Routing\Router::fullBaseUrl() must be of the type string, boolean returned Error in: ROOT/vendor/cakephp/cakephp/src/Routing/Router.php, line 619 EDIT: After set fullBaseUrl in app.php its ok, but if is false / null, then function have bug
defect
cokephp alpha cake routing router fullbaseurl return bool this is a multiple allowed bug enhancement feature discussion rfc cakephp version alpha platform and target php mysql what you did i try update cake from to alpha for tests what happened return value of cake routing router fullbaseurl must be of the type string boolean returned error in root vendor cakephp cakephp src routing router php line edit after set fullbaseurl in app php its ok but if is false null then function have bug
1
25,315
4,288,714,113
IssuesEvent
2016-07-17 16:57:36
kraigs-android/kraigsandroid
https://api.github.com/repos/kraigs-android/kraigsandroid
closed
Increase the size of the alarm text when the alarm triggers
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. any alarm will show tiny label text What version of the product are you using? On what operating system? Dunno version of Alarm Klock but it runs in latest Android OS...2.2.x whatever. Please provide any additional information below.... I love your little Alarm Klock app. I just rated it 4 stars. The only thing I don't like is the size of the alarm text when the alarm triggers...it's microscopic! Instead of making the time most prominent, make the alarm label text the biggest. I don't really care about the time, I care more about what I'm supposed to be DOING at that time. Thanks! ``` Original issue reported on code.google.com by `pips...@gmail.com` on 1 Mar 2011 at 2:06
1.0
Increase the size of the alarm text when the alarm triggers - ``` What steps will reproduce the problem? 1. any alarm will show tiny label text What version of the product are you using? On what operating system? Dunno version of Alarm Klock but it runs in latest Android OS...2.2.x whatever. Please provide any additional information below.... I love your little Alarm Klock app. I just rated it 4 stars. The only thing I don't like is the size of the alarm text when the alarm triggers...it's microscopic! Instead of making the time most prominent, make the alarm label text the biggest. I don't really care about the time, I care more about what I'm supposed to be DOING at that time. Thanks! ``` Original issue reported on code.google.com by `pips...@gmail.com` on 1 Mar 2011 at 2:06
defect
increase the size of the alarm text when the alarm triggers what steps will reproduce the problem any alarm will show tiny label text what version of the product are you using on what operating system dunno version of alarm klock but it runs in latest android os x whatever please provide any additional information below i love your little alarm klock app i just rated it stars the only thing i don t like is the size of the alarm text when the alarm triggers it s microscopic instead of making the time most prominent make the alarm label text the biggest i don t really care about the time i care more about what i m supposed to be doing at that time thanks original issue reported on code google com by pips gmail com on mar at
1
596,833
18,144,902,352
IssuesEvent
2021-09-25 08:41:43
DesignSystemsOSS/thedesignsystems
https://api.github.com/repos/DesignSystemsOSS/thedesignsystems
opened
[BUG] Responsiveness of the Careers page
โœจ goal: improvement ๐Ÿ•น aspect: interface ๐Ÿ”ข points: 8 ๐Ÿ status: ready for dev ๐ŸŸง priority: high ๐Ÿ›  goal: fix good first issue help wanted hacktoberfest
### ๐Ÿ™ Actual behavior Right now, the pages are not responsive enough for mobile users. We need to work on it according to multiple device widths and sizes. ### ๐Ÿ™‚ Expected behavior With the assignment of this issue, we want you to add responsiveness to the home/landing page view by just adding `@media` queries for different possible sizes. We also want you to be in touch with the [`discussions section`](https://github.com/DesignSystemsOSS/thedesignsystems/discussions/22) of this project, regarding the same issue. ### ๐Ÿ”ข Steps to Reproduce the Problem Follow these steps to be more efficient in the development of this feature 1. Be in touch with the [discussion](https://github.com/DesignSystemsOSS/thedesignsystems/discussions/22) of this issue 2. Work collaboratively with other contributors to get in touch and be consistent. 3. Follow all the best practices. Make sure to work on the `responsiveness` branch as these fixes can't be merged directly to the master branch. Also, make sure to have fun
1.0
[BUG] Responsiveness of the Careers page - ### ๐Ÿ™ Actual behavior Right now, the pages are not responsive enough for mobile users. We need to work on it according to multiple device widths and sizes. ### ๐Ÿ™‚ Expected behavior With the assignment of this issue, we want you to add responsiveness to the home/landing page view by just adding `@media` queries for different possible sizes. We also want you to be in touch with the [`discussions section`](https://github.com/DesignSystemsOSS/thedesignsystems/discussions/22) of this project, regarding the same issue. ### ๐Ÿ”ข Steps to Reproduce the Problem Follow these steps to be more efficient in the development of this feature 1. Be in touch with the [discussion](https://github.com/DesignSystemsOSS/thedesignsystems/discussions/22) of this issue 2. Work collaboratively with other contributors to get in touch and be consistent. 3. Follow all the best practices. Make sure to work on the `responsiveness` branch as these fixes can't be merged directly to the master branch. Also, make sure to have fun
non_defect
responsiveness of the careers page ๐Ÿ™ actual behavior right now the pages are not responsive enough for mobile users we need to work on it according to multiple device widths and sizes ๐Ÿ™‚ expected behavior with the assignment of this issue we want you to add responsiveness to the home landing page view by just adding media queries for different possible sizes we also want you to be in touch with the of this project regarding the same issue ๐Ÿ”ข steps to reproduce the problem follow these steps to be more efficient in the development of this feature be in touch with the of this issue work collaboratively with other contributors to get in touch and be consistent follow all the best practices make sure to work on the responsiveness branch as these fixes can t be merged directly to the master branch also make sure to have fun
0
14,449
2,812,163,963
IssuesEvent
2015-05-18 06:27:27
minux/go-tour
https://api.github.com/repos/minux/go-tour
closed
Topics missing from the Go tour
auto-migrated Priority-Medium Type-Defect
``` not all these need to be in the tour, and many are in effective go, but for the record: - runes and rune constants - constant promotion - the blank identifier - the zero value - initialization of local variables - taking the address of a local variable - init() functions - defer - panic and recover - multi-file packages - universe, package, file scope - compilation - godoc - gofmt - arrays - pointer vs. value receiver - resizing, reslicing, append, and copy - embedding interfaces - embedding structs - type assertions - interface-to-value, value-to-interface, interface-to-interface assignment - type switch - reflection - segmented stacks - the function-returning-channel idiom - typed directional channels some examples from the go course: === random bit generator c := make(chan int) go func() { for { fmt.Println(<-c) } }() for { select { case c <- 0: // no statement, no fall through case c <- 1: } } === timeout select { case v := <-ch: fmt.Println("received", v) case <-time.After(30*1e9): fmt.Println("timed out after 30 seconds") } === muxing server (in the tutorial) type request struct { a,b int replyc chan int } type binOp func(a, b int) int func run(op binOp, req *request) { req.replyc <- op(req.a, req.b) } func server(op binOp, service <-chan *request) { for { req := <-service // requests arrive here go run(op, req) // don't wait for op } } func startServer(op binOp) chan<- *request { service := make(chan *request) go server(op, req) return service } adderChan := startServer( func(a, b int) int { return a + b } ) func (r *request) String() string { return fmt.Sprintf("%d+%d=%d", r.a, r.b, <-r.replyc) } req1 := &request{7, 8, make(chan int)} req2 := &request{17, 18, make(chan int)} adderChan <- req1 adderChan <- req2 Can retrieve results in any order; r.replyc demuxes: fmt.Println(req2, req1) === chaining package main import ("flag"; "fmt") var nGoroutine = flag.Int("n", 100000, "how many") func f(left, right chan int) { left <- 1 + <-right } func main() { ๔ฐ€ flag.Parse() ๔ฐ€ leftmost := make(chan int) ๔ฐ€ var left, right chan int = nil, leftmost ๔ฐ€ for i := 0; i < *nGoroutine; i++ { ๔ฐ€ ๔ฐ€ left, right = right, make(chan int) ๔ฐ€ ๔ฐ€ go f(left, right) ๔ฐ€} ๔ฐ€ right <- 0 // bang! ๔ฐ€ x := <-leftmost // wait for completion fmt.Println(x) // 100000 } === channel as buffer cache var freeList = make(chan *Buffer, 100) var serverChan = make(chan *Buffer) func server() { for { b := <-serverChan // Wait for work to do. process(b) // Process the request in buffer. select { case freeList <- b: // Reuse buffer if room. default: } }} func client() { for { // Otherwise drop it. var b *Buffer select { case b = <-freeList: default: b = new(Buffer) // Allocate if not. } load(b) // Read next request into b. serverChan <- b // Send request to server. // Grab one if available. ๏ฟผ} } ==== also: the fan-out database example ``` Original issue reported on code.google.com by `r@golang.org` on 18 Dec 2011 at 5:13
1.0
Topics missing from the Go tour - ``` not all these need to be in the tour, and many are in effective go, but for the record: - runes and rune constants - constant promotion - the blank identifier - the zero value - initialization of local variables - taking the address of a local variable - init() functions - defer - panic and recover - multi-file packages - universe, package, file scope - compilation - godoc - gofmt - arrays - pointer vs. value receiver - resizing, reslicing, append, and copy - embedding interfaces - embedding structs - type assertions - interface-to-value, value-to-interface, interface-to-interface assignment - type switch - reflection - segmented stacks - the function-returning-channel idiom - typed directional channels some examples from the go course: === random bit generator c := make(chan int) go func() { for { fmt.Println(<-c) } }() for { select { case c <- 0: // no statement, no fall through case c <- 1: } } === timeout select { case v := <-ch: fmt.Println("received", v) case <-time.After(30*1e9): fmt.Println("timed out after 30 seconds") } === muxing server (in the tutorial) type request struct { a,b int replyc chan int } type binOp func(a, b int) int func run(op binOp, req *request) { req.replyc <- op(req.a, req.b) } func server(op binOp, service <-chan *request) { for { req := <-service // requests arrive here go run(op, req) // don't wait for op } } func startServer(op binOp) chan<- *request { service := make(chan *request) go server(op, req) return service } adderChan := startServer( func(a, b int) int { return a + b } ) func (r *request) String() string { return fmt.Sprintf("%d+%d=%d", r.a, r.b, <-r.replyc) } req1 := &request{7, 8, make(chan int)} req2 := &request{17, 18, make(chan int)} adderChan <- req1 adderChan <- req2 Can retrieve results in any order; r.replyc demuxes: fmt.Println(req2, req1) === chaining package main import ("flag"; "fmt") var nGoroutine = flag.Int("n", 100000, "how many") func f(left, right chan int) { left <- 1 + <-right } func main() { ๔ฐ€ flag.Parse() ๔ฐ€ leftmost := make(chan int) ๔ฐ€ var left, right chan int = nil, leftmost ๔ฐ€ for i := 0; i < *nGoroutine; i++ { ๔ฐ€ ๔ฐ€ left, right = right, make(chan int) ๔ฐ€ ๔ฐ€ go f(left, right) ๔ฐ€} ๔ฐ€ right <- 0 // bang! ๔ฐ€ x := <-leftmost // wait for completion fmt.Println(x) // 100000 } === channel as buffer cache var freeList = make(chan *Buffer, 100) var serverChan = make(chan *Buffer) func server() { for { b := <-serverChan // Wait for work to do. process(b) // Process the request in buffer. select { case freeList <- b: // Reuse buffer if room. default: } }} func client() { for { // Otherwise drop it. var b *Buffer select { case b = <-freeList: default: b = new(Buffer) // Allocate if not. } load(b) // Read next request into b. serverChan <- b // Send request to server. // Grab one if available. ๏ฟผ} } ==== also: the fan-out database example ``` Original issue reported on code.google.com by `r@golang.org` on 18 Dec 2011 at 5:13
defect
topics missing from the go tour not all these need to be in the tour and many are in effective go but for the record runes and rune constants constant promotion the blank identifier the zero value initialization of local variables taking the address of a local variable init functions defer panic and recover multi file packages universe package file scope compilation godoc gofmt arrays pointer vs value receiver resizing reslicing append and copy embedding interfaces embedding structs type assertions interface to value value to interface interface to interface assignment type switch reflection segmented stacks the function returning channel idiom typed directional channels some examples from the go course random bit generator c make chan int go func for fmt println c for select case c no statement no fall through case c timeout select case v ch fmt println received v case time after fmt println timed out after seconds muxing server in the tutorial type request struct a b int replyc chan int type binop func a b int int func run op binop req request req replyc op req a req b func server op binop service chan request for req service requests arrive here go run op req don t wait for op func startserver op binop chan request service make chan request go server op req return service adderchan startserver func a b int int return a b func r request string string return fmt sprintf d d d r a r b r replyc request make chan int request make chan int adderchan adderchan can retrieve results in any order r replyc demuxes fmt println chaining package main import flag fmt var ngoroutine flag int n how many func f left right chan int left right func main ๔ฐ€ flag parse ๔ฐ€ leftmost make chan int ๔ฐ€ var left right chan int nil leftmost ๔ฐ€ for i i ngoroutine i ๔ฐ€ ๔ฐ€ left right right make chan int ๔ฐ€ ๔ฐ€ go f left right ๔ฐ€ ๔ฐ€ right bang ๔ฐ€ x leftmost wait for completion fmt println x channel as buffer cache var freelist make chan buffer var serverchan make chan buffer func server for b serverchan wait for work to do process b process the request in buffer select case freelist b reuse buffer if room default func client for otherwise drop it var b buffer select case b freelist default b new buffer allocate if not load b read next request into b serverchan b send request to server grab one if available ๏ฟผ also the fan out database example original issue reported on code google com by r golang org on dec at
1
42,840
11,301,308,970
IssuesEvent
2020-01-17 15:20:48
zfsonlinux/zfs
https://api.github.com/repos/zfsonlinux/zfs
closed
zfs receive stalls/slowdown with dnodesize!=legacy
Type: Defect Type: Performance Type: Regression
<!-- Please fill out the following template, which will help other contributors address your issue. --> <!-- Thank you for reporting an issue. *IMPORTANT* - Please search our issue tracker *before* making a new issue. If you cannot find a similar issue, then create a new issue. https://github.com/zfsonlinux/zfs/issues *IMPORTANT* - This issue tracker is for *bugs* and *issues* only. Please search the wiki and the mailing list archives before asking questions on the mailing list. https://github.com/zfsonlinux/zfs/wiki/Mailing-Lists Please fill in as much of the template as possible. --> ### System information <!-- add version after "|" character --> Type | Version/Name --- | --- Distribution Name | CentOS Distribution Version | 7.6 Linux Kernel | 3.10.0-957.5.1.el7.x86_64 Architecture | x86_64 ZFS Version | 0.7.12-1 SPL Version | 0.7.12-1 <!-- Commands to find ZFS/SPL versions: modinfo zfs | grep -iw version modinfo spl | grep -iw version --> ### Describe the problem you're observing zfs receive of fs with dnodesize!=legacy stalls or slows down. Does a lot of IOPS, but gets next to nowhere. This was discovered receiving a Lustre metadata fs, so I started investigating a bit to reproduce. I was thinking lots of files and found that dnodesize made a difference. ### Describe how to reproduce the problem Create an fs with dnodesize=auto (also confirmed stall with 4k). Create (touch) a million files in the same directory. send/receive it and it stalls. 'zfs list' shows that the fs uses is 130M. The receive stalls/slowdown at 94M. So far so good. Next step is to test older versions of ZFS. Perhaps, how the number of files and dir structure affects the issue. <!-- *IMPORTANT* - Please mark logs and text output from terminal commands or else Github will not display them correctly. An example is provided below. Example: ``` this is an example how log text should be marked (wrap it with ```) ``` -->
1.0
zfs receive stalls/slowdown with dnodesize!=legacy - <!-- Please fill out the following template, which will help other contributors address your issue. --> <!-- Thank you for reporting an issue. *IMPORTANT* - Please search our issue tracker *before* making a new issue. If you cannot find a similar issue, then create a new issue. https://github.com/zfsonlinux/zfs/issues *IMPORTANT* - This issue tracker is for *bugs* and *issues* only. Please search the wiki and the mailing list archives before asking questions on the mailing list. https://github.com/zfsonlinux/zfs/wiki/Mailing-Lists Please fill in as much of the template as possible. --> ### System information <!-- add version after "|" character --> Type | Version/Name --- | --- Distribution Name | CentOS Distribution Version | 7.6 Linux Kernel | 3.10.0-957.5.1.el7.x86_64 Architecture | x86_64 ZFS Version | 0.7.12-1 SPL Version | 0.7.12-1 <!-- Commands to find ZFS/SPL versions: modinfo zfs | grep -iw version modinfo spl | grep -iw version --> ### Describe the problem you're observing zfs receive of fs with dnodesize!=legacy stalls or slows down. Does a lot of IOPS, but gets next to nowhere. This was discovered receiving a Lustre metadata fs, so I started investigating a bit to reproduce. I was thinking lots of files and found that dnodesize made a difference. ### Describe how to reproduce the problem Create an fs with dnodesize=auto (also confirmed stall with 4k). Create (touch) a million files in the same directory. send/receive it and it stalls. 'zfs list' shows that the fs uses is 130M. The receive stalls/slowdown at 94M. So far so good. Next step is to test older versions of ZFS. Perhaps, how the number of files and dir structure affects the issue. <!-- *IMPORTANT* - Please mark logs and text output from terminal commands or else Github will not display them correctly. An example is provided below. Example: ``` this is an example how log text should be marked (wrap it with ```) ``` -->
defect
zfs receive stalls slowdown with dnodesize legacy thank you for reporting an issue important please search our issue tracker before making a new issue if you cannot find a similar issue then create a new issue important this issue tracker is for bugs and issues only please search the wiki and the mailing list archives before asking questions on the mailing list please fill in as much of the template as possible system information type version name distribution name centos distribution version linux kernel architecture zfs version spl version commands to find zfs spl versions modinfo zfs grep iw version modinfo spl grep iw version describe the problem you re observing zfs receive of fs with dnodesize legacy stalls or slows down does a lot of iops but gets next to nowhere this was discovered receiving a lustre metadata fs so i started investigating a bit to reproduce i was thinking lots of files and found that dnodesize made a difference describe how to reproduce the problem create an fs with dnodesize auto also confirmed stall with create touch a million files in the same directory send receive it and it stalls zfs list shows that the fs uses is the receive stalls slowdown at so far so good next step is to test older versions of zfs perhaps how the number of files and dir structure affects the issue important please mark logs and text output from terminal commands or else github will not display them correctly an example is provided below example this is an example how log text should be marked wrap it with
1
4,533
3,871,022,978
IssuesEvent
2016-04-11 08:01:36
lionheart/openradar-mirror
https://api.github.com/repos/lionheart/openradar-mirror
opened
22791857: NSScrollView does not scroll horizontally at all when hasHorizontalScroller = false
classification:ui/usability reproducible:always status:open
#### Description Summary: NSScrollView does not scroll horizontally when its hasHorizontalScroller is set to false. The documentation indicates that this property only controls the visibility/existence of a horizontal scroller, not the NSScrollView's ability to scroll horizontally altogether. Steps to Reproduce: 1. Create NSScrollView with documentView that should be horizontally scrollable 2. Set hasHorizontalScroller = false 3. Build and run, attempt to scroll horizontally Expected Results: NSScrollView scrolls horizontally, but does not show horizontal scroller Actual Results: NSScrollView does not scroll horizontally at all Version: OS X 10.11 (15A282b) Notes: If this is the intended behaviorโ€”which, if it is the case, is severely limitingโ€”the hasHorizontalScroller property is severely misnamed and the documentation wholly incorrect. "canScrollHorizontally" would be a more appropriate name in that case. - Product Version: 10.11 (15A282b) Created: 2015-09-21T23:43:54.339170 Originated: 2015-09-21T00:00:00 Open Radar Link: http://www.openradar.me/22791857
True
22791857: NSScrollView does not scroll horizontally at all when hasHorizontalScroller = false - #### Description Summary: NSScrollView does not scroll horizontally when its hasHorizontalScroller is set to false. The documentation indicates that this property only controls the visibility/existence of a horizontal scroller, not the NSScrollView's ability to scroll horizontally altogether. Steps to Reproduce: 1. Create NSScrollView with documentView that should be horizontally scrollable 2. Set hasHorizontalScroller = false 3. Build and run, attempt to scroll horizontally Expected Results: NSScrollView scrolls horizontally, but does not show horizontal scroller Actual Results: NSScrollView does not scroll horizontally at all Version: OS X 10.11 (15A282b) Notes: If this is the intended behaviorโ€”which, if it is the case, is severely limitingโ€”the hasHorizontalScroller property is severely misnamed and the documentation wholly incorrect. "canScrollHorizontally" would be a more appropriate name in that case. - Product Version: 10.11 (15A282b) Created: 2015-09-21T23:43:54.339170 Originated: 2015-09-21T00:00:00 Open Radar Link: http://www.openradar.me/22791857
non_defect
nsscrollview does not scroll horizontally at all when hashorizontalscroller false description summary nsscrollview does not scroll horizontally when its hashorizontalscroller is set to false the documentation indicates that this property only controls the visibility existence of a horizontal scroller not the nsscrollview s ability to scroll horizontally altogether steps to reproduce create nsscrollview with documentview that should be horizontally scrollable set hashorizontalscroller false build and run attempt to scroll horizontally expected results nsscrollview scrolls horizontally but does not show horizontal scroller actual results nsscrollview does not scroll horizontally at all version os x notes if this is the intended behaviorโ€”which if it is the case is severely limitingโ€”the hashorizontalscroller property is severely misnamed and the documentation wholly incorrect canscrollhorizontally would be a more appropriate name in that case product version created originated open radar link
0
149,991
13,307,001,610
IssuesEvent
2020-08-25 21:16:24
aws-cloudformation/cloudformation-cli
https://api.github.com/repos/aws-cloudformation/cloudformation-cli
reopened
More public documentation/guidance on each contract test
documentation resource-provider-guidance
We provide a contract for handlers to follow in the docs, but it will be useful for providers to know what each individual test within the contract tests is trying to accomplish, what the inputs are for the test, and what the expected outcome is without having to read through the code of the test. Might also be useful to have more context on the test failures when we're reporting the results as well (ie why it's bad the test is failing, suggestions on how to fix it).
1.0
More public documentation/guidance on each contract test - We provide a contract for handlers to follow in the docs, but it will be useful for providers to know what each individual test within the contract tests is trying to accomplish, what the inputs are for the test, and what the expected outcome is without having to read through the code of the test. Might also be useful to have more context on the test failures when we're reporting the results as well (ie why it's bad the test is failing, suggestions on how to fix it).
non_defect
more public documentation guidance on each contract test we provide a contract for handlers to follow in the docs but it will be useful for providers to know what each individual test within the contract tests is trying to accomplish what the inputs are for the test and what the expected outcome is without having to read through the code of the test might also be useful to have more context on the test failures when we re reporting the results as well ie why it s bad the test is failing suggestions on how to fix it
0
54,502
13,749,656,427
IssuesEvent
2020-10-06 10:50:16
openzfs/zfs
https://api.github.com/repos/openzfs/zfs
opened
bad support for send/receive into encrypted
Status: Triage Needed Type: Defect
<!-- Please fill out the following template, which will help other contributors address your issue. --> ### System information Ubuntu 20.04 | Kernel 5.4.0 | architecture x86_64 | ZFS version: 0.8.3-1ubuntu12.4 | SPL version: 0.8.3-1ubuntu12.4 ### Describe the problem you're observing Can't zfs send | zfs receive into encrypted file system. Background: System was running unter Ubuntu 14.04, 16.04 with zfs, and had the zfs on a LUKS encrypted disk, so from zfs's view it was unencrypted zfs. After Upgrading to 20.04 and new zfs, I wanted to replace the disks with bigger ones (i.e. make a new zpool) and thus created a snapshot for the base zfs (with several zfs beneath), and had created the new zpool with the new disks with encryption (zpool create -O encryption=on). zfs send -R pool1/hdat@20201004move | zfs receive pool2/hdat worked smoothly, but did drop the encryption property. Although pool2 was designed as encrypted, pool2/hdat was not, was plaintext (very dangerous trap, since I had to erase all disks and recreate pool2 from scratch). zfs send -R pool1/hdat@20201004move | zfs receive -o encryption=on pool2/hdat created the target zfs, but then aborts with cannot receive incremental stream: encryption property 'encryption' cannot be set for incremental streams. So how is it supposed to be done? ### Describe how to reproduce the problem see above ### Include any warning/errors/backtraces from the system logs cannot receive incremental stream: encryption property 'encryption' cannot be set for incremental streams.
1.0
bad support for send/receive into encrypted - <!-- Please fill out the following template, which will help other contributors address your issue. --> ### System information Ubuntu 20.04 | Kernel 5.4.0 | architecture x86_64 | ZFS version: 0.8.3-1ubuntu12.4 | SPL version: 0.8.3-1ubuntu12.4 ### Describe the problem you're observing Can't zfs send | zfs receive into encrypted file system. Background: System was running unter Ubuntu 14.04, 16.04 with zfs, and had the zfs on a LUKS encrypted disk, so from zfs's view it was unencrypted zfs. After Upgrading to 20.04 and new zfs, I wanted to replace the disks with bigger ones (i.e. make a new zpool) and thus created a snapshot for the base zfs (with several zfs beneath), and had created the new zpool with the new disks with encryption (zpool create -O encryption=on). zfs send -R pool1/hdat@20201004move | zfs receive pool2/hdat worked smoothly, but did drop the encryption property. Although pool2 was designed as encrypted, pool2/hdat was not, was plaintext (very dangerous trap, since I had to erase all disks and recreate pool2 from scratch). zfs send -R pool1/hdat@20201004move | zfs receive -o encryption=on pool2/hdat created the target zfs, but then aborts with cannot receive incremental stream: encryption property 'encryption' cannot be set for incremental streams. So how is it supposed to be done? ### Describe how to reproduce the problem see above ### Include any warning/errors/backtraces from the system logs cannot receive incremental stream: encryption property 'encryption' cannot be set for incremental streams.
defect
bad support for send receive into encrypted system information ubuntu kernel architecture zfs version spl version describe the problem you re observing can t zfs send zfs receive into encrypted file system background system was running unter ubuntu with zfs and had the zfs on a luks encrypted disk so from zfs s view it was unencrypted zfs after upgrading to and new zfs i wanted to replace the disks with bigger ones i e make a new zpool and thus created a snapshot for the base zfs with several zfs beneath and had created the new zpool with the new disks with encryption zpool create o encryption on zfs send r hdat zfs receive hdat worked smoothly but did drop the encryption property although was designed as encrypted hdat was not was plaintext very dangerous trap since i had to erase all disks and recreate from scratch zfs send r hdat zfs receive o encryption on hdat created the target zfs but then aborts with cannot receive incremental stream encryption property encryption cannot be set for incremental streams so how is it supposed to be done describe how to reproduce the problem see above include any warning errors backtraces from the system logs cannot receive incremental stream encryption property encryption cannot be set for incremental streams
1
58,300
16,480,618,106
IssuesEvent
2021-05-24 11:03:59
SAP/fundamental-ngx
https://api.github.com/repos/SAP/fundamental-ngx
closed
File Uploader: In RTL mode Button.. is showing wrong
Defect Hunting low priority not a bug platform
Description: In RTL mode Button.. is showing wrong Expected: RTL mode Button.. should display properly Screenshot: ![image](https://user-images.githubusercontent.com/32538291/101320687-2dcd3e80-388a-11eb-8df0-0366ffcb4984.png) Expected: ![image](https://user-images.githubusercontent.com/32538291/101320695-33c31f80-388a-11eb-99ef-599e8e53c5c8.png)
1.0
File Uploader: In RTL mode Button.. is showing wrong - Description: In RTL mode Button.. is showing wrong Expected: RTL mode Button.. should display properly Screenshot: ![image](https://user-images.githubusercontent.com/32538291/101320687-2dcd3e80-388a-11eb-8df0-0366ffcb4984.png) Expected: ![image](https://user-images.githubusercontent.com/32538291/101320695-33c31f80-388a-11eb-99ef-599e8e53c5c8.png)
defect
file uploader in rtl mode button is showing wrong description in rtl mode button is showing wrong expected rtl mode button should display properly screenshot expected
1
18,257
5,619,387,469
IssuesEvent
2017-04-04 01:21:13
VATSIM-UK/core
https://api.github.com/repos/VATSIM-UK/core
closed
iPad Downloads - HD-88753 (Old 65)
code suggestion
In gitlab by @A-Lawrence on Aug 31, 2015, 01:09 HD-88753 Detect the device type and allow them to download the PDF directly. iPADs do support ZIP, but I have a feeling that this is due to the mime type that is pushed to it.... https://itunes.apple.com/gb/app/izip-zip-unzip-unrar-tool/id413971331?mt=8 http://stackoverflow.com/questions/3728601/what-is-the-correct-mime-type-for-serving-an-iphone-ipa-file
1.0
iPad Downloads - HD-88753 (Old 65) - In gitlab by @A-Lawrence on Aug 31, 2015, 01:09 HD-88753 Detect the device type and allow them to download the PDF directly. iPADs do support ZIP, but I have a feeling that this is due to the mime type that is pushed to it.... https://itunes.apple.com/gb/app/izip-zip-unzip-unrar-tool/id413971331?mt=8 http://stackoverflow.com/questions/3728601/what-is-the-correct-mime-type-for-serving-an-iphone-ipa-file
non_defect
ipad downloads hd old in gitlab by a lawrence on aug hd detect the device type and allow them to download the pdf directly ipads do support zip but i have a feeling that this is due to the mime type that is pushed to it
0
41,848
10,682,755,263
IssuesEvent
2019-10-22 06:34:54
primefaces/primereact
https://api.github.com/repos/primefaces/primereact
closed
Calendar component throws NPE after updating the value
defect
When the selected date is deleted, Calendar throws NPE.
1.0
Calendar component throws NPE after updating the value - When the selected date is deleted, Calendar throws NPE.
defect
calendar component throws npe after updating the value when the selected date is deleted calendar throws npe
1
185,720
21,843,727,880
IssuesEvent
2022-05-18 01:04:08
AlexRogalskiy/gradle-kotlin-sample
https://api.github.com/repos/AlexRogalskiy/gradle-kotlin-sample
closed
CVE-2018-1324 (Medium) detected in commons-compress-1.12.jar - autoclosed
security vulnerability
## CVE-2018-1324 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>commons-compress-1.12.jar</b></p></summary> <p>Apache Commons Compress software defines an API for working with compression and archive formats. These include: bzip2, gzip, pack200, lzma, xz, Snappy, traditional Unix Compress, DEFLATE and ar, cpio, jar, tar, zip, dump, 7z, arj.</p> <p>Path to dependency file: gradle-kotlin-sample/buildSrc/build.gradle.kts</p> <p>Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-compress/1.12/84caa68576e345eb5e7ae61a0e5a9229eb100d7b/commons-compress-1.12.jar</p> <p> Dependency Hierarchy: - oss-licenses-plugin-0.10.2.jar (Root Library) - gradle-3.5.1.jar - builder-3.5.1.jar - sdklib-26.5.1.jar - :x: **commons-compress-1.12.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/AlexRogalskiy/gradle-kotlin-sample/commit/e3765366fde896c6160e145c7bff772fafd08cfd">e3765366fde896c6160e145c7bff772fafd08cfd</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A specially crafted ZIP archive can be used to cause an infinite loop inside of Apache Commons Compress' extra field parser used by the ZipFile and ZipArchiveInputStream classes in versions 1.11 to 1.15. This can be used to mount a denial of service attack against services that use Compress' zip package. <p>Publish Date: 2018-03-16 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-1324>CVE-2018-1324</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>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-1324">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-1324</a></p> <p>Release Date: 2018-03-16</p> <p>Fix Resolution: 1.16</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-2018-1324 (Medium) detected in commons-compress-1.12.jar - autoclosed - ## CVE-2018-1324 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>commons-compress-1.12.jar</b></p></summary> <p>Apache Commons Compress software defines an API for working with compression and archive formats. These include: bzip2, gzip, pack200, lzma, xz, Snappy, traditional Unix Compress, DEFLATE and ar, cpio, jar, tar, zip, dump, 7z, arj.</p> <p>Path to dependency file: gradle-kotlin-sample/buildSrc/build.gradle.kts</p> <p>Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-compress/1.12/84caa68576e345eb5e7ae61a0e5a9229eb100d7b/commons-compress-1.12.jar</p> <p> Dependency Hierarchy: - oss-licenses-plugin-0.10.2.jar (Root Library) - gradle-3.5.1.jar - builder-3.5.1.jar - sdklib-26.5.1.jar - :x: **commons-compress-1.12.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/AlexRogalskiy/gradle-kotlin-sample/commit/e3765366fde896c6160e145c7bff772fafd08cfd">e3765366fde896c6160e145c7bff772fafd08cfd</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A specially crafted ZIP archive can be used to cause an infinite loop inside of Apache Commons Compress' extra field parser used by the ZipFile and ZipArchiveInputStream classes in versions 1.11 to 1.15. This can be used to mount a denial of service attack against services that use Compress' zip package. <p>Publish Date: 2018-03-16 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-1324>CVE-2018-1324</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>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-1324">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-1324</a></p> <p>Release Date: 2018-03-16</p> <p>Fix Resolution: 1.16</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
cve medium detected in commons compress jar autoclosed cve medium severity vulnerability vulnerable library commons compress jar apache commons compress software defines an api for working with compression and archive formats these include gzip lzma xz snappy traditional unix compress deflate and ar cpio jar tar zip dump arj path to dependency file gradle kotlin sample buildsrc build gradle kts path to vulnerable library home wss scanner gradle caches modules files org apache commons commons compress commons compress jar dependency hierarchy oss licenses plugin jar root library gradle jar builder jar sdklib jar x commons compress jar vulnerable library found in head commit a href found in base branch master vulnerability details a specially crafted zip archive can be used to cause an infinite loop inside of apache commons compress extra field parser used by the zipfile and ziparchiveinputstream classes in versions to this can be used to mount a denial of service attack against services that use compress zip package publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
0
399,978
27,264,122,406
IssuesEvent
2023-02-22 16:46:17
adevinta/spark-android
https://api.github.com/repos/adevinta/spark-android
opened
Document what the Spark previews do and when to use them
documentation
Current french version used at LBC > ร‡a utilise les [Multipreview](https://developer.android.com/jetpack/compose/tooling/studio#preview-multipreview) qui te permet dโ€™utiliser des presets de @Preview. `@DevicePreviews` te gรฉnรจre une preview pour chaque form factor (utile quand ton layout doit รชtre diffรฉrent en paysage par exemple) `@ThemePreviews` te gรฉnรจre une preview en light et une en dark mode (plus besoins de passer par le preview parameter provider de spark sauf si il y a une diff part/pro) `@FontScalePreviews` lui te gรฉnรจre une preview avec le font scale ร  0.5 et une ร  1.5 si tu veux tester comment se comporte ton รฉcran
1.0
Document what the Spark previews do and when to use them - Current french version used at LBC > ร‡a utilise les [Multipreview](https://developer.android.com/jetpack/compose/tooling/studio#preview-multipreview) qui te permet dโ€™utiliser des presets de @Preview. `@DevicePreviews` te gรฉnรจre une preview pour chaque form factor (utile quand ton layout doit รชtre diffรฉrent en paysage par exemple) `@ThemePreviews` te gรฉnรจre une preview en light et une en dark mode (plus besoins de passer par le preview parameter provider de spark sauf si il y a une diff part/pro) `@FontScalePreviews` lui te gรฉnรจre une preview avec le font scale ร  0.5 et une ร  1.5 si tu veux tester comment se comporte ton รฉcran
non_defect
document what the spark previews do and when to use them current french version used at lbc รงa utilise les qui te permet dโ€™utiliser des presets de preview devicepreviews te gรฉnรจre une preview pour chaque form factor utile quand ton layout doit รชtre diffรฉrent en paysage par exemple themepreviews te gรฉnรจre une preview en light et une en dark mode plus besoins de passer par le preview parameter provider de spark sauf si il y a une diff part pro fontscalepreviews lui te gรฉnรจre une preview avec le font scale ร  et une ร  si tu veux tester comment se comporte ton รฉcran
0
35,012
4,963,516,422
IssuesEvent
2016-12-03 08:40:07
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
github.com/cockroachdb/cockroach/vendor/github.com/coreos/etcd/clientv3/concurrency: (unknown) failed under stress
Robot test-failure
SHA: https://github.com/cockroachdb/cockroach/commits/3b96bf09c468253ae24064665b2fa2fa1796f417 Parameters: ``` COCKROACH_PROPOSER_EVALUATED_KV= TAGS= GOFLAGS=-race ``` Stress build found a failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=75326&tab=buildLog ``` Makefile:231: .bootstrap: No such file or directory git submodule update --init cmd ./pkg/cmd/github-post [OK] cmd ./pkg/cmd/github-pull-request-make [OK] cmd ./pkg/cmd/glock-diff-parser [OK] cmd ./pkg/cmd/metacheck [OK] cmd ./pkg/cmd/protoc-gen-gogoroach [OK] cmd ./pkg/cmd/teamcity-trigger [OK] cmd ./vendor/github.com/client9/misspell/cmd/misspell [OK] cmd ./vendor/github.com/cockroachdb/c-protobuf/cmd/protoc [OK] cmd ./vendor/github.com/cockroachdb/crlfmt [OK] cmd ./vendor/github.com/cockroachdb/stress [OK] cmd ./vendor/github.com/golang/lint/golint [OK] cmd ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen [OK] cmd ./vendor/github.com/jteeuwen/go-bindata/go-bindata [OK] cmd ./vendor/github.com/kisielk/errcheck [OK] cmd ./vendor/github.com/kkaneda/returncheck [OK] cmd ./vendor/github.com/mattn/goveralls [OK] cmd ./vendor/github.com/mdempsky/unconvert [OK] cmd ./vendor/github.com/mibk/dupl [OK] cmd ./vendor/github.com/robfig/glock [OK] cmd ./vendor/github.com/wadey/gocovmerge [OK] cmd ./vendor/golang.org/x/tools/cmd/goimports [OK] cmd ./vendor/golang.org/x/tools/cmd/goyacc [OK] cmd ./vendor/golang.org/x/tools/cmd/stringer [OK] touch .bootstrap go list -tags '' -f 'go test -v -race -tags '\'''\'' -ldflags '\'''\'' -i -c {{.ImportPath}} -o {{.Dir}}/stress.test && (cd {{.Dir}} && if [ -f stress.test ]; then stress -maxtime 15m -maxfails 1 -stderr ./stress.test -test.run '\''.'\'' -test.timeout 30m -test.v; fi)' github.com/cockroachdb/cockroach/vendor/github.com/coreos/etcd/clientv3/concurrency | /bin/bash vendor/github.com/coreos/etcd/clientv3/client.go:27:2: cannot find package "github.com/grpc-ecosystem/go-grpc-prometheus" in any of: /go/src/github.com/cockroachdb/cockroach/vendor/github.com/grpc-ecosystem/go-grpc-prometheus (vendor tree) /usr/local/go/src/github.com/grpc-ecosystem/go-grpc-prometheus (from $GOROOT) /go/src/github.com/grpc-ecosystem/go-grpc-prometheus (from $GOPATH) Makefile:138: recipe for target 'stress' failed make: *** [stress] Error 1 ```
1.0
github.com/cockroachdb/cockroach/vendor/github.com/coreos/etcd/clientv3/concurrency: (unknown) failed under stress - SHA: https://github.com/cockroachdb/cockroach/commits/3b96bf09c468253ae24064665b2fa2fa1796f417 Parameters: ``` COCKROACH_PROPOSER_EVALUATED_KV= TAGS= GOFLAGS=-race ``` Stress build found a failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=75326&tab=buildLog ``` Makefile:231: .bootstrap: No such file or directory git submodule update --init cmd ./pkg/cmd/github-post [OK] cmd ./pkg/cmd/github-pull-request-make [OK] cmd ./pkg/cmd/glock-diff-parser [OK] cmd ./pkg/cmd/metacheck [OK] cmd ./pkg/cmd/protoc-gen-gogoroach [OK] cmd ./pkg/cmd/teamcity-trigger [OK] cmd ./vendor/github.com/client9/misspell/cmd/misspell [OK] cmd ./vendor/github.com/cockroachdb/c-protobuf/cmd/protoc [OK] cmd ./vendor/github.com/cockroachdb/crlfmt [OK] cmd ./vendor/github.com/cockroachdb/stress [OK] cmd ./vendor/github.com/golang/lint/golint [OK] cmd ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen [OK] cmd ./vendor/github.com/jteeuwen/go-bindata/go-bindata [OK] cmd ./vendor/github.com/kisielk/errcheck [OK] cmd ./vendor/github.com/kkaneda/returncheck [OK] cmd ./vendor/github.com/mattn/goveralls [OK] cmd ./vendor/github.com/mdempsky/unconvert [OK] cmd ./vendor/github.com/mibk/dupl [OK] cmd ./vendor/github.com/robfig/glock [OK] cmd ./vendor/github.com/wadey/gocovmerge [OK] cmd ./vendor/golang.org/x/tools/cmd/goimports [OK] cmd ./vendor/golang.org/x/tools/cmd/goyacc [OK] cmd ./vendor/golang.org/x/tools/cmd/stringer [OK] touch .bootstrap go list -tags '' -f 'go test -v -race -tags '\'''\'' -ldflags '\'''\'' -i -c {{.ImportPath}} -o {{.Dir}}/stress.test && (cd {{.Dir}} && if [ -f stress.test ]; then stress -maxtime 15m -maxfails 1 -stderr ./stress.test -test.run '\''.'\'' -test.timeout 30m -test.v; fi)' github.com/cockroachdb/cockroach/vendor/github.com/coreos/etcd/clientv3/concurrency | /bin/bash vendor/github.com/coreos/etcd/clientv3/client.go:27:2: cannot find package "github.com/grpc-ecosystem/go-grpc-prometheus" in any of: /go/src/github.com/cockroachdb/cockroach/vendor/github.com/grpc-ecosystem/go-grpc-prometheus (vendor tree) /usr/local/go/src/github.com/grpc-ecosystem/go-grpc-prometheus (from $GOROOT) /go/src/github.com/grpc-ecosystem/go-grpc-prometheus (from $GOPATH) Makefile:138: recipe for target 'stress' failed make: *** [stress] Error 1 ```
non_defect
github com cockroachdb cockroach vendor github com coreos etcd concurrency unknown failed under stress sha parameters cockroach proposer evaluated kv tags goflags race stress build found a failed test makefile bootstrap no such file or directory git submodule update init cmd pkg cmd github post cmd pkg cmd github pull request make cmd pkg cmd glock diff parser cmd pkg cmd metacheck cmd pkg cmd protoc gen gogoroach cmd pkg cmd teamcity trigger cmd vendor github com misspell cmd misspell cmd vendor github com cockroachdb c protobuf cmd protoc cmd vendor github com cockroachdb crlfmt cmd vendor github com cockroachdb stress cmd vendor github com golang lint golint cmd vendor github com grpc ecosystem grpc gateway protoc gen cmd vendor github com jteeuwen go bindata go bindata cmd vendor github com kisielk errcheck cmd vendor github com kkaneda returncheck cmd vendor github com mattn goveralls cmd vendor github com mdempsky unconvert cmd vendor github com mibk dupl cmd vendor github com robfig glock cmd vendor github com wadey gocovmerge cmd vendor golang org x tools cmd goimports cmd vendor golang org x tools cmd goyacc cmd vendor golang org x tools cmd stringer touch bootstrap go list tags f go test v race tags ldflags i c importpath o dir stress test cd dir if then stress maxtime maxfails stderr stress test test run test timeout test v fi github com cockroachdb cockroach vendor github com coreos etcd concurrency bin bash vendor github com coreos etcd client go cannot find package github com grpc ecosystem go grpc prometheus in any of go src github com cockroachdb cockroach vendor github com grpc ecosystem go grpc prometheus vendor tree usr local go src github com grpc ecosystem go grpc prometheus from goroot go src github com grpc ecosystem go grpc prometheus from gopath makefile recipe for target stress failed make error
0
25,212
4,234,236,360
IssuesEvent
2016-07-05 11:03:05
Supmenow/sup-ios-issues
https://api.github.com/repos/Supmenow/sup-ios-issues
closed
Flare notifications not being triggered.
defect waiting input
From a User "SUP hangout requests show up under โ€œactivityโ€, but have never received a notification. "
1.0
Flare notifications not being triggered. - From a User "SUP hangout requests show up under โ€œactivityโ€, but have never received a notification. "
defect
flare notifications not being triggered from a user sup hangout requests show up under โ€œactivityโ€ but have never received a notification
1
51,551
13,207,524,594
IssuesEvent
2020-08-14 23:26:48
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
handle SIGINT intelligently.. check per- Process() (Trac #610)
IceTray Incomplete Migration Migrated from Trac defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/610">https://code.icecube.wisc.edu/projects/icecube/ticket/610</a>, reported by anonymousand owned by troy</em></summary> <p> ```json { "status": "closed", "changetime": "2010-08-15T18:57:41", "_ts": "1281898661000000", "description": "http://stackoverflow.com/questions/1008343/boost-python-and-python-exceptions\n", "reporter": "anonymous", "cc": "", "resolution": "fixed", "time": "2010-04-24T22:29:06", "component": "IceTray", "summary": "handle SIGINT intelligently.. check per- Process()", "priority": "normal", "keywords": "", "milestone": "", "owner": "troy", "type": "defect" } ``` </p> </details>
1.0
handle SIGINT intelligently.. check per- Process() (Trac #610) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/610">https://code.icecube.wisc.edu/projects/icecube/ticket/610</a>, reported by anonymousand owned by troy</em></summary> <p> ```json { "status": "closed", "changetime": "2010-08-15T18:57:41", "_ts": "1281898661000000", "description": "http://stackoverflow.com/questions/1008343/boost-python-and-python-exceptions\n", "reporter": "anonymous", "cc": "", "resolution": "fixed", "time": "2010-04-24T22:29:06", "component": "IceTray", "summary": "handle SIGINT intelligently.. check per- Process()", "priority": "normal", "keywords": "", "milestone": "", "owner": "troy", "type": "defect" } ``` </p> </details>
defect
handle sigint intelligently check per process trac migrated from json status closed changetime ts description reporter anonymous cc resolution fixed time component icetray summary handle sigint intelligently check per process priority normal keywords milestone owner troy type defect
1
216,794
16,818,704,261
IssuesEvent
2021-06-17 10:26:26
ubtue/DatenProbleme
https://api.github.com/repos/ubtue/DatenProbleme
reopened
ISSN 1748-0922 | Religious Studies Review | Artikelauswahl
Fehlerquelle: Translator Zotero_SEMI-AUTO ready for testing
Bei dieser Zeitschrift handelt es sich um eine reine Rezensionszeitschrift. Von den 201 Eintrรคgen in diesem Heft: https://onlinelibrary.wiley.com/toc/17480922/2020/46/3 sind 185 Short reviews. Umfand 0,5-2 Seiten. In dem zurรผckliegenden Ausgaben ist das Verhรคltnis ungefรคhr genauso. Bei diesen zurรผckliegenden Ausgaben hat man darauf verzichtet, diese zu erfassen. Unglรผcklicherweise liefert Zotero bei diesem Short reviews keine Verfassser. Sie stehen auf den einzelnen Seiten am Ende der Kurzrezension. Die Fragen die sich mir stellen: - sollen diese Kurzrezensionen รผberhaupt erfasst werden - wenn ja, soll man sie ohne Verfasser einspielen - wenn eingespielt werden soll und ein Verfasser gewรผnscht wird, sollte ein Translator geschrieben werden, der diesen mit erfasst. Die Webseiten der Kurzrezensionen sehen so aus: https://onlinelibrary.wiley.com/doi/10.1111/rsr.14735
1.0
ISSN 1748-0922 | Religious Studies Review | Artikelauswahl - Bei dieser Zeitschrift handelt es sich um eine reine Rezensionszeitschrift. Von den 201 Eintrรคgen in diesem Heft: https://onlinelibrary.wiley.com/toc/17480922/2020/46/3 sind 185 Short reviews. Umfand 0,5-2 Seiten. In dem zurรผckliegenden Ausgaben ist das Verhรคltnis ungefรคhr genauso. Bei diesen zurรผckliegenden Ausgaben hat man darauf verzichtet, diese zu erfassen. Unglรผcklicherweise liefert Zotero bei diesem Short reviews keine Verfassser. Sie stehen auf den einzelnen Seiten am Ende der Kurzrezension. Die Fragen die sich mir stellen: - sollen diese Kurzrezensionen รผberhaupt erfasst werden - wenn ja, soll man sie ohne Verfasser einspielen - wenn eingespielt werden soll und ein Verfasser gewรผnscht wird, sollte ein Translator geschrieben werden, der diesen mit erfasst. Die Webseiten der Kurzrezensionen sehen so aus: https://onlinelibrary.wiley.com/doi/10.1111/rsr.14735
non_defect
issn religious studies review artikelauswahl bei dieser zeitschrift handelt es sich um eine reine rezensionszeitschrift von den eintrรคgen in diesem heft sind short reviews umfand seiten in dem zurรผckliegenden ausgaben ist das verhรคltnis ungefรคhr genauso bei diesen zurรผckliegenden ausgaben hat man darauf verzichtet diese zu erfassen unglรผcklicherweise liefert zotero bei diesem short reviews keine verfassser sie stehen auf den einzelnen seiten am ende der kurzrezension die fragen die sich mir stellen sollen diese kurzrezensionen รผberhaupt erfasst werden wenn ja soll man sie ohne verfasser einspielen wenn eingespielt werden soll und ein verfasser gewรผnscht wird sollte ein translator geschrieben werden der diesen mit erfasst die webseiten der kurzrezensionen sehen so aus
0
22,331
3,634,614,584
IssuesEvent
2016-02-11 18:40:03
kernc/logkeys
https://api.github.com/repos/kernc/logkeys
closed
French (canadian) keymap
auto-migrated Priority-Medium Type-Defect
``` Here is a keymap for french canadian keyboards. I don't know about other keyboards, but the french canadian one uses dead keys to produce some accented letters (ร ,รข,รจ,รช,รซ...) and some other characters (รง). This translates to 2 characters in the logs. For exemple, instead of finding รจ or รง in the logs, you see `e and ยธc. It's readable but not ideal. If there's a way to take dead keys into account, let me know and I'll make the changes. Have a nice day! ``` Original issue reported on code.google.com by `math.ger...@gmail.com` on 23 Jun 2014 at 1:53
1.0
French (canadian) keymap - ``` Here is a keymap for french canadian keyboards. I don't know about other keyboards, but the french canadian one uses dead keys to produce some accented letters (ร ,รข,รจ,รช,รซ...) and some other characters (รง). This translates to 2 characters in the logs. For exemple, instead of finding รจ or รง in the logs, you see `e and ยธc. It's readable but not ideal. If there's a way to take dead keys into account, let me know and I'll make the changes. Have a nice day! ``` Original issue reported on code.google.com by `math.ger...@gmail.com` on 23 Jun 2014 at 1:53
defect
french canadian keymap here is a keymap for french canadian keyboards i don t know about other keyboards but the french canadian one uses dead keys to produce some accented letters ร  รข รจ รช รซ and some other characters รง this translates to characters in the logs for exemple instead of finding รจ or รง in the logs you see e and ยธc it s readable but not ideal if there s a way to take dead keys into account let me know and i ll make the changes have a nice day original issue reported on code google com by math ger gmail com on jun at
1
46,479
19,250,774,356
IssuesEvent
2021-12-09 04:47:13
hashicorp/terraform-provider-azurerm
https://api.github.com/repos/hashicorp/terraform-provider-azurerm
closed
Support for geo-replication of a SQL Managed Instance
enhancement service/mssql
<!--- Please keep this note for the community ---> ### Community Note * Please vote on this issue by adding a ๐Ÿ‘ [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request * If you are interested in working on this issue or have submitted a pull request, please leave a comment <!--- Thank you for keeping this note for the community ---> ### Description When using Azure Portal, you can create a failover/secondary instance. In addition to using `azurerm_virtual_network_gateway` to create the requisite VPN Gateway described in the info box below, I believe that this requires a `dns_zone_partner` argument to be added to `azurerm_sql_managed_instance`, which takes the resource ID of the primary instance. ![image](https://user-images.githubusercontent.com/20847572/139160369-2ff05633-a83d-4694-bd29-0d5c244a68bf.png) ### New or Affected Resource(s) <!--- Please list the new or affected resources and data sources. ---> * azurerm_sql_managed_instance ### Potential Terraform Configuration <!--- Information about code formatting: https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code ---> ```hcl resource "azurerm_sql_managed_instance" "primary" { name = "managedsqlinstance01" ... sku_name = "GP_Gen5" vcores = 4 storage_size_in_gb = 32 ... } resource "azurerm_sql_managed_instance" "failover" { name = "managedsqlinstance02" ... sku_name = "GP_Gen5" vcores = 4 storage_size_in_gb = 32 dns_zone_partner = azurerm_sql_managed_instance.primary.id # new rgument ... } ``` ### References <!--- Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests Are there any other GitHub issues (open or closed) or pull requests that should be linked here? Vendor blog posts or documentation? For example: * https://azure.microsoft.com/en-us/roadmap/virtual-network-service-endpoint-for-azure-cosmos-db/ ---> It looks like `DnsZonePartner` is an argument that is available in AZ PowerShell: <https://docs.microsoft.com/en-us/powershell/module/az.sql/new-azsqlinstance>. However, I don't see it in Azure CLI: <https://docs.microsoft.com/en-us/cli/azure/sql/mi?view=azure-cli-latest#az_sql_mi_create>.
1.0
Support for geo-replication of a SQL Managed Instance - <!--- Please keep this note for the community ---> ### Community Note * Please vote on this issue by adding a ๐Ÿ‘ [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request * If you are interested in working on this issue or have submitted a pull request, please leave a comment <!--- Thank you for keeping this note for the community ---> ### Description When using Azure Portal, you can create a failover/secondary instance. In addition to using `azurerm_virtual_network_gateway` to create the requisite VPN Gateway described in the info box below, I believe that this requires a `dns_zone_partner` argument to be added to `azurerm_sql_managed_instance`, which takes the resource ID of the primary instance. ![image](https://user-images.githubusercontent.com/20847572/139160369-2ff05633-a83d-4694-bd29-0d5c244a68bf.png) ### New or Affected Resource(s) <!--- Please list the new or affected resources and data sources. ---> * azurerm_sql_managed_instance ### Potential Terraform Configuration <!--- Information about code formatting: https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code ---> ```hcl resource "azurerm_sql_managed_instance" "primary" { name = "managedsqlinstance01" ... sku_name = "GP_Gen5" vcores = 4 storage_size_in_gb = 32 ... } resource "azurerm_sql_managed_instance" "failover" { name = "managedsqlinstance02" ... sku_name = "GP_Gen5" vcores = 4 storage_size_in_gb = 32 dns_zone_partner = azurerm_sql_managed_instance.primary.id # new rgument ... } ``` ### References <!--- Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests Are there any other GitHub issues (open or closed) or pull requests that should be linked here? Vendor blog posts or documentation? For example: * https://azure.microsoft.com/en-us/roadmap/virtual-network-service-endpoint-for-azure-cosmos-db/ ---> It looks like `DnsZonePartner` is an argument that is available in AZ PowerShell: <https://docs.microsoft.com/en-us/powershell/module/az.sql/new-azsqlinstance>. However, I don't see it in Azure CLI: <https://docs.microsoft.com/en-us/cli/azure/sql/mi?view=azure-cli-latest#az_sql_mi_create>.
non_defect
support for geo replication of a sql managed instance community note please vote on this issue by adding a ๐Ÿ‘ to the original issue to help the community and maintainers prioritize this request please do not leave or me too comments they generate extra noise for issue followers and do not help prioritize the request if you are interested in working on this issue or have submitted a pull request please leave a comment description when using azure portal you can create a failover secondary instance in addition to using azurerm virtual network gateway to create the requisite vpn gateway described in the info box below i believe that this requires a dns zone partner argument to be added to azurerm sql managed instance which takes the resource id of the primary instance new or affected resource s azurerm sql managed instance potential terraform configuration hcl resource azurerm sql managed instance primary name sku name gp vcores storage size in gb resource azurerm sql managed instance failover name sku name gp vcores storage size in gb dns zone partner azurerm sql managed instance primary id new rgument references information about referencing github issues are there any other github issues open or closed or pull requests that should be linked here vendor blog posts or documentation for example it looks like dnszonepartner is an argument that is available in az powershell however i don t see it in azure cli
0
67,339
20,961,606,188
IssuesEvent
2022-03-27 21:48:16
abedmaatalla/sipdroid
https://api.github.com/repos/abedmaatalla/sipdroid
closed
Voice Frequency
Priority-Medium Type-Defect auto-migrated
``` Hi, Everybody. I have some question about voice when calling. can I change a frequency when calling. for example I adjust frequency from 16000 to 20000. Then, when i call to someone my voice will change to high pitch plz, suggest me thank you. Apologize for my poor english ``` Original issue reported on code.google.com by `SleepyA...@gmail.com` on 18 Jan 2014 at 2:50
1.0
Voice Frequency - ``` Hi, Everybody. I have some question about voice when calling. can I change a frequency when calling. for example I adjust frequency from 16000 to 20000. Then, when i call to someone my voice will change to high pitch plz, suggest me thank you. Apologize for my poor english ``` Original issue reported on code.google.com by `SleepyA...@gmail.com` on 18 Jan 2014 at 2:50
defect
voice frequency hi everybody i have some question about voice when calling can i change a frequency when calling for example i adjust frequency from to then when i call to someone my voice will change to high pitch plz suggest me thank you apologize for my poor english original issue reported on code google com by sleepya gmail com on jan at
1
18,042
24,911,050,751
IssuesEvent
2022-10-29 21:33:41
Corail31/tombstone_lite
https://api.github.com/repos/Corail31/tombstone_lite
closed
Particles don't display with shaders (Oculus ~Iris)
compatibility solved in dev 1.18 1.19
### Minecraft Version 1.18.2 ### Forge Version 1.18.2-forge-40.1.54 ### Corail Tombstone Version 7.4.9 ### What happened? Hello! Well, I've been playing with the Corail Tombstone for a while and I've seen that when I have the shaders activated, the soul of the graves is not visible. I don't know if it is on purpose, but with hope it is not, I'm reporting it. I use the shaders "Complementary Shaders v4.5.1" and "Sildurs Vibrant Shaders High v1.32" but I've tried with the "Chocapics", the "Seus" and the "BSL" and none of them show the soul. ### Gametype Singleplayer ### Happen by testing with only Corail Tombstone (this test is required) Yes ### Log Link _No response_ ### Other relevant mods _No response_ ### Valid Launcher - [X] Yes
True
Particles don't display with shaders (Oculus ~Iris) - ### Minecraft Version 1.18.2 ### Forge Version 1.18.2-forge-40.1.54 ### Corail Tombstone Version 7.4.9 ### What happened? Hello! Well, I've been playing with the Corail Tombstone for a while and I've seen that when I have the shaders activated, the soul of the graves is not visible. I don't know if it is on purpose, but with hope it is not, I'm reporting it. I use the shaders "Complementary Shaders v4.5.1" and "Sildurs Vibrant Shaders High v1.32" but I've tried with the "Chocapics", the "Seus" and the "BSL" and none of them show the soul. ### Gametype Singleplayer ### Happen by testing with only Corail Tombstone (this test is required) Yes ### Log Link _No response_ ### Other relevant mods _No response_ ### Valid Launcher - [X] Yes
non_defect
particles don t display with shaders oculus iris minecraft version forge version forge corail tombstone version what happened hello well i ve been playing with the corail tombstone for a while and i ve seen that when i have the shaders activated the soul of the graves is not visible i don t know if it is on purpose but with hope it is not i m reporting it i use the shaders complementary shaders and sildurs vibrant shaders high but i ve tried with the chocapics the seus and the bsl and none of them show the soul gametype singleplayer happen by testing with only corail tombstone this test is required yes log link no response other relevant mods no response valid launcher yes
0
18,210
4,239,051,187
IssuesEvent
2016-07-06 07:53:10
Pablissimo/SonarTsPlugin
https://api.github.com/repos/Pablissimo/SonarTsPlugin
closed
Integration with TFS/VSTS build
documentation
No really an issue but I thought it might be useful to link to how I got this plugin working with TFS/VSTS and Sonarqube. I have [documented it in this post](http://bit.ly/29jH6ju) Not sure if there is an easier way at present?
1.0
Integration with TFS/VSTS build - No really an issue but I thought it might be useful to link to how I got this plugin working with TFS/VSTS and Sonarqube. I have [documented it in this post](http://bit.ly/29jH6ju) Not sure if there is an easier way at present?
non_defect
integration with tfs vsts build no really an issue but i thought it might be useful to link to how i got this plugin working with tfs vsts and sonarqube i have not sure if there is an easier way at present
0
8,525
2,611,516,311
IssuesEvent
2015-02-27 05:51:23
chrsmith/hedgewars
https://api.github.com/repos/chrsmith/hedgewars
closed
The search filter (online lobby) has a blank unselectable entry
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? + The search filter (online lobby) has a blank unselectable entry (image bellow). + The "Two teams are required to play!", which should (probably) be replaced with "At least two teams are required to play!", has a small bug. If a different player adds 2 teams, the message doesn't disappear from your client right away like it does if you add 2 teams yourself. + The quantity of system memory doesn't display properly on Windows Systems. ("Total RAM: 6322475008Size of the screen(s): 1920x1080") What version of the product are you using? On what operating system? Hedgewars 0.9.19-"alpha3" Windows 8 Pro 64bit Please provide any additional information below. n/a ``` Original issue reported on code.google.com by `inufa...@gmail.com` on 11 Mar 2013 at 1:54 * Merged into: #635
1.0
The search filter (online lobby) has a blank unselectable entry - ``` What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? + The search filter (online lobby) has a blank unselectable entry (image bellow). + The "Two teams are required to play!", which should (probably) be replaced with "At least two teams are required to play!", has a small bug. If a different player adds 2 teams, the message doesn't disappear from your client right away like it does if you add 2 teams yourself. + The quantity of system memory doesn't display properly on Windows Systems. ("Total RAM: 6322475008Size of the screen(s): 1920x1080") What version of the product are you using? On what operating system? Hedgewars 0.9.19-"alpha3" Windows 8 Pro 64bit Please provide any additional information below. n/a ``` Original issue reported on code.google.com by `inufa...@gmail.com` on 11 Mar 2013 at 1:54 * Merged into: #635
defect
the search filter online lobby has a blank unselectable entry what steps will reproduce the problem what is the expected output what do you see instead the search filter online lobby has a blank unselectable entry image bellow the two teams are required to play which should probably be replaced with at least two teams are required to play has a small bug if a different player adds teams the message doesn t disappear from your client right away like it does if you add teams yourself the quantity of system memory doesn t display properly on windows systems total ram of the screen s what version of the product are you using on what operating system hedgewars windows pro please provide any additional information below n a original issue reported on code google com by inufa gmail com on mar at merged into
1
57,443
6,547,476,247
IssuesEvent
2017-09-04 14:56:49
django-tastypie/django-tastypie
https://api.github.com/repos/django-tastypie/django-tastypie
closed
API Updates instead of Creates if there is a single object in the database
needunittest unconfirmed
I have a create endpoint for a certain object. If there is a single object already in the database, when I attempt to create another one with the API, it instead updates the single existing one. I believe this is due to the code in lines 2091-2094 in resources.py. The logic goes that if there are not existing objects in the database it raises a DoesNotExist error. If there is more than one object in the database it raises as MultipleObjectsReturned error. But if there is a single object in the database, the single item in the database is returned. ![tastypie_create_objects_issue](https://cloud.githubusercontent.com/assets/408926/22163178/99f26194-df06-11e6-9a2e-40e8e59c6ef5.png) This returns the object to the function put_detail (line 1407), which assumes that this is an update function on that single item instead of a create function. Instead, I would expect it to check against the existence of a PK or ID on the bundle. Perhaps by using the detail_uri_name or something like that.
1.0
API Updates instead of Creates if there is a single object in the database - I have a create endpoint for a certain object. If there is a single object already in the database, when I attempt to create another one with the API, it instead updates the single existing one. I believe this is due to the code in lines 2091-2094 in resources.py. The logic goes that if there are not existing objects in the database it raises a DoesNotExist error. If there is more than one object in the database it raises as MultipleObjectsReturned error. But if there is a single object in the database, the single item in the database is returned. ![tastypie_create_objects_issue](https://cloud.githubusercontent.com/assets/408926/22163178/99f26194-df06-11e6-9a2e-40e8e59c6ef5.png) This returns the object to the function put_detail (line 1407), which assumes that this is an update function on that single item instead of a create function. Instead, I would expect it to check against the existence of a PK or ID on the bundle. Perhaps by using the detail_uri_name or something like that.
non_defect
api updates instead of creates if there is a single object in the database i have a create endpoint for a certain object if there is a single object already in the database when i attempt to create another one with the api it instead updates the single existing one i believe this is due to the code in lines in resources py the logic goes that if there are not existing objects in the database it raises a doesnotexist error if there is more than one object in the database it raises as multipleobjectsreturned error but if there is a single object in the database the single item in the database is returned this returns the object to the function put detail line which assumes that this is an update function on that single item instead of a create function instead i would expect it to check against the existence of a pk or id on the bundle perhaps by using the detail uri name or something like that
0
16,026
2,870,252,298
IssuesEvent
2015-06-07 00:37:33
pdelia/away3d
https://api.github.com/repos/pdelia/away3d
opened
Clipping Bug When Scaling
auto-migrated Priority-Medium Type-Defect
#80 Issue by __GoogleCodeExporter__, created on: 2015-04-24T07:51:39Z ``` What steps will reproduce the problem? 1. Add View3D to holder (MovieClip, Sprite) 2. Change scaleX or scaleY values of the holder. What is the expected output? What do you see instead? It scales but also clipping calculates wrong. What version of the product are you using? On what operating system? Adobe Flash CS4 - Flash Player 10 - Away3D 3.4.0 ``` Original issue reported on code.google.com by `yagizgur...@gmail.com` on 21 Nov 2009 at 3:04
1.0
Clipping Bug When Scaling - #80 Issue by __GoogleCodeExporter__, created on: 2015-04-24T07:51:39Z ``` What steps will reproduce the problem? 1. Add View3D to holder (MovieClip, Sprite) 2. Change scaleX or scaleY values of the holder. What is the expected output? What do you see instead? It scales but also clipping calculates wrong. What version of the product are you using? On what operating system? Adobe Flash CS4 - Flash Player 10 - Away3D 3.4.0 ``` Original issue reported on code.google.com by `yagizgur...@gmail.com` on 21 Nov 2009 at 3:04
defect
clipping bug when scaling issue by googlecodeexporter created on what steps will reproduce the problem add to holder movieclip sprite change scalex or scaley values of the holder what is the expected output what do you see instead it scales but also clipping calculates wrong what version of the product are you using on what operating system adobe flash flash player original issue reported on code google com by yagizgur gmail com on nov at
1
130,563
10,617,607,826
IssuesEvent
2019-10-12 20:20:47
Vachok/ftpplus
https://api.github.com/repos/Vachok/ftpplus
closed
testTestToString [D260]
Lowest TestQuality bug mint resolution_Fixed resolution_Wont Do
Execute OwnerFixerTest::testTestToString**testTestToString** *OwnerFixerTest* *expected [OwnerFixer{, resultsList=0, startPath=\\srv-fs\it$$\ะฅะ›ะะœ\testClean}] but found [OwnerFixer{, resultsList=0, startPath=\\srv-fs\it$$\ะฅะ›ะะœ\testClean\}]* *java.lang.AssertionError*
1.0
testTestToString [D260] - Execute OwnerFixerTest::testTestToString**testTestToString** *OwnerFixerTest* *expected [OwnerFixer{, resultsList=0, startPath=\\srv-fs\it$$\ะฅะ›ะะœ\testClean}] but found [OwnerFixer{, resultsList=0, startPath=\\srv-fs\it$$\ะฅะ›ะะœ\testClean\}]* *java.lang.AssertionError*
non_defect
testtesttostring execute ownerfixertest testtesttostring testtesttostring ownerfixertest expected but found java lang assertionerror
0
81,973
31,837,601,255
IssuesEvent
2023-09-14 14:23:06
NREL/EnergyPlus
https://api.github.com/repos/NREL/EnergyPlus
closed
ZoneAirMassFlowConservation object can crash when unconditioned zones are included
Defect
Issue overview -------------- A customer file showed some issues with the ZoneAirMassFlowConservation model. A defect file was created from 5ZoneAirCooled_ZoneAirMassFlowBalance by reordering the zone objects. The ZoneAirMassFlowConservation field Infiltration Balancing Zones was changed to AllZones to match the customer file. The ZoneMixing object were set to 0 flow/zone to also match the customer file. The first issue with the was that the one unconditioned zone was not the first zone listed in the input file. For this reason, the difference in the zone order and the order of the ZoneReOrder array caused calculations to be performed on an unconditioned zone. In this figure line 4307 continues if the zone is uncontrolled. However, when ZoneAirMassFlowConservation is used (line 4309), ZoneNum1 is not the zone acted on, ZoneNum is the correct zone number. ![image](https://github.com/NREL/EnergyPlus/assets/5778156/bfc519a0-b2fa-4f48-9d27-d5c79ba0d7ef) For this reason, line 4307 was moved down to line 4309, and ZoneNum1 changed to ZoneNum. ![image](https://github.com/NREL/EnergyPlus/assets/5778156/7b24e3b6-9ae0-4b5d-9552-900dc4e7c073) This corrected the crash later in this function where zoneEquipConfig.ZoneNode = 0. auto &zoneNode = Node(zoneEquipConfig.ZoneNode); zoneNode.MassFlowRate = TotInletAirMassFlowRate; zoneNode.MassFlowRateMax = TotInletAirMassFlowRateMax; zoneNode.MassFlowRateMaxAvail = TotInletAirMassFlowRateMaxAvail; zoneNode.MassFlowRateMin = TotInletAirMassFlowRateMin; zoneNode.MassFlowRateMinAvail = TotInletAirMassFlowRateMinAvail; The next issue is if the ZoneMixing object flow rates are set to 0 a Nan is encountered in the simulation. ![image](https://github.com/NREL/EnergyPlus/assets/5778156/b08cfcc6-f7ed-4acb-aa40-3589c37ca6f1) The reason being that the ZoneMixingReceivingFr array is only set if there is a mixing flow rate. Since the user set the flow rate to 0 this variable was never initialized. ![image](https://github.com/NREL/EnergyPlus/assets/5778156/0690eeb0-abc2-4d49-ad21-45253b5c8040) This issue was corrected by initializing the ZoneMixingReceivingFr array after allocation (line 3102). ![image](https://github.com/NREL/EnergyPlus/assets/5778156/278709c1-0378-408a-8173-3b52307c0a50) and also initializing ZoneMixingReceivingFr each iteration (line 4836) such that a value of ZoneMixingFlowSum = x > 0, followed by the next iterations value of ZoneMixingFlowSum = 0, would update ZoneMixingReceivingFr when ZoneMixingFlowSum = 0.0. ![image](https://github.com/NREL/EnergyPlus/assets/5778156/c00b19ee-eb80-4f96-a5dd-a628256f8465) After these changes the defect file runs successfully. ************* EnergyPlus Completed Successfully-- 1 Warning; 0 Severe Errors; Elapsed Time=00hr 00min 19.98sec Issue and correction courtesy of Trane North America. ### Details Some additional details for this issue (if relevant): - Platform (Operating system, version) - Version of EnergyPlus (if using an intermediate build, include SHA) - Unmethours link or helpdesk ticket number ### Checklist Add to this list or remove from it as applicable. This is a simple templated set of guidelines. - [x] Defect file added ([5ZoneAirCooled_ZoneAirMassFlowBalance_AllZones.idf.txt](https://github.com/NREL/EnergyPlus/files/12022076/5ZoneAirCooled_ZoneAirMassFlowBalance_AllZones.idf.txt)) - [ ] Ticket added to Pivotal for defect (development team task) - [ ] Pull request created (the pull request will have additional tasks related to reviewing changes that fix this defect)
1.0
ZoneAirMassFlowConservation object can crash when unconditioned zones are included - Issue overview -------------- A customer file showed some issues with the ZoneAirMassFlowConservation model. A defect file was created from 5ZoneAirCooled_ZoneAirMassFlowBalance by reordering the zone objects. The ZoneAirMassFlowConservation field Infiltration Balancing Zones was changed to AllZones to match the customer file. The ZoneMixing object were set to 0 flow/zone to also match the customer file. The first issue with the was that the one unconditioned zone was not the first zone listed in the input file. For this reason, the difference in the zone order and the order of the ZoneReOrder array caused calculations to be performed on an unconditioned zone. In this figure line 4307 continues if the zone is uncontrolled. However, when ZoneAirMassFlowConservation is used (line 4309), ZoneNum1 is not the zone acted on, ZoneNum is the correct zone number. ![image](https://github.com/NREL/EnergyPlus/assets/5778156/bfc519a0-b2fa-4f48-9d27-d5c79ba0d7ef) For this reason, line 4307 was moved down to line 4309, and ZoneNum1 changed to ZoneNum. ![image](https://github.com/NREL/EnergyPlus/assets/5778156/7b24e3b6-9ae0-4b5d-9552-900dc4e7c073) This corrected the crash later in this function where zoneEquipConfig.ZoneNode = 0. auto &zoneNode = Node(zoneEquipConfig.ZoneNode); zoneNode.MassFlowRate = TotInletAirMassFlowRate; zoneNode.MassFlowRateMax = TotInletAirMassFlowRateMax; zoneNode.MassFlowRateMaxAvail = TotInletAirMassFlowRateMaxAvail; zoneNode.MassFlowRateMin = TotInletAirMassFlowRateMin; zoneNode.MassFlowRateMinAvail = TotInletAirMassFlowRateMinAvail; The next issue is if the ZoneMixing object flow rates are set to 0 a Nan is encountered in the simulation. ![image](https://github.com/NREL/EnergyPlus/assets/5778156/b08cfcc6-f7ed-4acb-aa40-3589c37ca6f1) The reason being that the ZoneMixingReceivingFr array is only set if there is a mixing flow rate. Since the user set the flow rate to 0 this variable was never initialized. ![image](https://github.com/NREL/EnergyPlus/assets/5778156/0690eeb0-abc2-4d49-ad21-45253b5c8040) This issue was corrected by initializing the ZoneMixingReceivingFr array after allocation (line 3102). ![image](https://github.com/NREL/EnergyPlus/assets/5778156/278709c1-0378-408a-8173-3b52307c0a50) and also initializing ZoneMixingReceivingFr each iteration (line 4836) such that a value of ZoneMixingFlowSum = x > 0, followed by the next iterations value of ZoneMixingFlowSum = 0, would update ZoneMixingReceivingFr when ZoneMixingFlowSum = 0.0. ![image](https://github.com/NREL/EnergyPlus/assets/5778156/c00b19ee-eb80-4f96-a5dd-a628256f8465) After these changes the defect file runs successfully. ************* EnergyPlus Completed Successfully-- 1 Warning; 0 Severe Errors; Elapsed Time=00hr 00min 19.98sec Issue and correction courtesy of Trane North America. ### Details Some additional details for this issue (if relevant): - Platform (Operating system, version) - Version of EnergyPlus (if using an intermediate build, include SHA) - Unmethours link or helpdesk ticket number ### Checklist Add to this list or remove from it as applicable. This is a simple templated set of guidelines. - [x] Defect file added ([5ZoneAirCooled_ZoneAirMassFlowBalance_AllZones.idf.txt](https://github.com/NREL/EnergyPlus/files/12022076/5ZoneAirCooled_ZoneAirMassFlowBalance_AllZones.idf.txt)) - [ ] Ticket added to Pivotal for defect (development team task) - [ ] Pull request created (the pull request will have additional tasks related to reviewing changes that fix this defect)
defect
zoneairmassflowconservation object can crash when unconditioned zones are included issue overview a customer file showed some issues with the zoneairmassflowconservation model a defect file was created from zoneairmassflowbalance by reordering the zone objects the zoneairmassflowconservation field infiltration balancing zones was changed to allzones to match the customer file the zonemixing object were set to flow zone to also match the customer file the first issue with the was that the one unconditioned zone was not the first zone listed in the input file for this reason the difference in the zone order and the order of the zonereorder array caused calculations to be performed on an unconditioned zone in this figure line continues if the zone is uncontrolled however when zoneairmassflowconservation is used line is not the zone acted on zonenum is the correct zone number for this reason line was moved down to line and changed to zonenum this corrected the crash later in this function where zoneequipconfig zonenode auto zonenode node zoneequipconfig zonenode zonenode massflowrate totinletairmassflowrate zonenode massflowratemax totinletairmassflowratemax zonenode massflowratemaxavail totinletairmassflowratemaxavail zonenode massflowratemin totinletairmassflowratemin zonenode massflowrateminavail totinletairmassflowrateminavail the next issue is if the zonemixing object flow rates are set to a nan is encountered in the simulation the reason being that the zonemixingreceivingfr array is only set if there is a mixing flow rate since the user set the flow rate to this variable was never initialized this issue was corrected by initializing the zonemixingreceivingfr array after allocation line and also initializing zonemixingreceivingfr each iteration line such that a value of zonemixingflowsum x followed by the next iterations value of zonemixingflowsum would update zonemixingreceivingfr when zonemixingflowsum after these changes the defect file runs successfully energyplus completed successfully warning severe errors elapsed time issue and correction courtesy of trane north america details some additional details for this issue if relevant platform operating system version version of energyplus if using an intermediate build include sha unmethours link or helpdesk ticket number checklist add to this list or remove from it as applicable this is a simple templated set of guidelines defect file added ticket added to pivotal for defect development team task pull request created the pull request will have additional tasks related to reviewing changes that fix this defect
1
7,960
2,611,069,309
IssuesEvent
2015-02-27 00:32:24
alistairreilly/andors-trail
https://api.github.com/repos/alistairreilly/andors-trail
opened
Allow monsters (and npcs) to move diagonal
auto-migrated Milestone-0.7.0 Type-Defect
``` Currently the player is the only one allowed to move diagonal. With the following patch monsters (and npcs) may move diagonal too. Looks strange at the beginning will make them more unpredictable. ``` Original issue reported on code.google.com by `SamuelPl...@gmail.com` on 20 Nov 2011 at 1:04 Attachments: * [Monsters may move diagonal.patch](https://storage.googleapis.com/google-code-attachments/andors-trail/issue-281/comment-0/Monsters may move diagonal.patch)
1.0
Allow monsters (and npcs) to move diagonal - ``` Currently the player is the only one allowed to move diagonal. With the following patch monsters (and npcs) may move diagonal too. Looks strange at the beginning will make them more unpredictable. ``` Original issue reported on code.google.com by `SamuelPl...@gmail.com` on 20 Nov 2011 at 1:04 Attachments: * [Monsters may move diagonal.patch](https://storage.googleapis.com/google-code-attachments/andors-trail/issue-281/comment-0/Monsters may move diagonal.patch)
defect
allow monsters and npcs to move diagonal currently the player is the only one allowed to move diagonal with the following patch monsters and npcs may move diagonal too looks strange at the beginning will make them more unpredictable original issue reported on code google com by samuelpl gmail com on nov at attachments may move diagonal patch
1
18,939
5,741,142,965
IssuesEvent
2017-04-24 03:51:06
oppia/oppia
https://api.github.com/repos/oppia/oppia
opened
Collections should appear in the "Recently Published" list on the library page
loc: backend owner: @kevinlee12 starter project TODO: code type: feature (important)
Currently, there is a library carousel which shows recently published explorations. This should be updated to include collections as well. In order to fix this, `summary_services.get_recently_published_exp_summary_dicts` should be modified to `summary_services.get_recently_published_activity_summary_dicts` which include both recently published explorations and collections. (As an example, `featured_activitiy_summary_dicts` contains both explorations and collections.)
1.0
Collections should appear in the "Recently Published" list on the library page - Currently, there is a library carousel which shows recently published explorations. This should be updated to include collections as well. In order to fix this, `summary_services.get_recently_published_exp_summary_dicts` should be modified to `summary_services.get_recently_published_activity_summary_dicts` which include both recently published explorations and collections. (As an example, `featured_activitiy_summary_dicts` contains both explorations and collections.)
non_defect
collections should appear in the recently published list on the library page currently there is a library carousel which shows recently published explorations this should be updated to include collections as well in order to fix this summary services get recently published exp summary dicts should be modified to summary services get recently published activity summary dicts which include both recently published explorations and collections as an example featured activitiy summary dicts contains both explorations and collections
0
49,479
13,186,768,044
IssuesEvent
2020-08-13 01:15:22
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
[CommonVariables] docs don't compile (Trac #1489)
Incomplete Migration Migrated from Trac combo reconstruction defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1489">https://code.icecube.wisc.edu/ticket/1489</a>, reported by seuler and owned by mwolf</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:11:57", "description": "When I try to compile the docs I don't get past CommonVariables with this (not very helpful) Sphinx error: \n\n{{{\nSphinx error:\n'ascii' codec can't decode byte 0xc3 in position 264: ordinal not in range(128)\n}}}\n\nWhen I delete CommonVariables docs, compilation goes through. This happens both on my local machine (Ubuntu 14.04 and system packages) and on cobalt. ", "reporter": "seuler", "cc": "", "resolution": "fixed", "_ts": "1550067117911749", "component": "combo reconstruction", "summary": "[CommonVariables] docs don't compile", "priority": "normal", "keywords": "", "time": "2015-12-14T16:50:56", "milestone": "", "owner": "mwolf", "type": "defect" } ``` </p> </details>
1.0
[CommonVariables] docs don't compile (Trac #1489) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1489">https://code.icecube.wisc.edu/ticket/1489</a>, reported by seuler and owned by mwolf</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:11:57", "description": "When I try to compile the docs I don't get past CommonVariables with this (not very helpful) Sphinx error: \n\n{{{\nSphinx error:\n'ascii' codec can't decode byte 0xc3 in position 264: ordinal not in range(128)\n}}}\n\nWhen I delete CommonVariables docs, compilation goes through. This happens both on my local machine (Ubuntu 14.04 and system packages) and on cobalt. ", "reporter": "seuler", "cc": "", "resolution": "fixed", "_ts": "1550067117911749", "component": "combo reconstruction", "summary": "[CommonVariables] docs don't compile", "priority": "normal", "keywords": "", "time": "2015-12-14T16:50:56", "milestone": "", "owner": "mwolf", "type": "defect" } ``` </p> </details>
defect
docs don t compile trac migrated from json status closed changetime description when i try to compile the docs i don t get past commonvariables with this not very helpful sphinx error n n nsphinx error n ascii codec can t decode byte in position ordinal not in range n n nwhen i delete commonvariables docs compilation goes through this happens both on my local machine ubuntu and system packages and on cobalt reporter seuler cc resolution fixed ts component combo reconstruction summary docs don t compile priority normal keywords time milestone owner mwolf type defect
1
140,721
5,415,109,199
IssuesEvent
2017-03-01 20:45:17
projectcalico/calico
https://api.github.com/repos/projectcalico/calico
closed
"stable" redirect to latest release page
area/generation priority/P2
I want to be able to link to the latest "stable" release for a given page. e.g - http://docs.projectcalico.org/stable/getting-started/kubernetes/installation/hosted/kubeadm/ should redirect to - http://docs.projectcalico.org/v1.6/getting-started/kubernetes/installation/hosted/kubeadm/ So I don't have to update links in other repos all the time.
1.0
"stable" redirect to latest release page - I want to be able to link to the latest "stable" release for a given page. e.g - http://docs.projectcalico.org/stable/getting-started/kubernetes/installation/hosted/kubeadm/ should redirect to - http://docs.projectcalico.org/v1.6/getting-started/kubernetes/installation/hosted/kubeadm/ So I don't have to update links in other repos all the time.
non_defect
stable redirect to latest release page i want to be able to link to the latest stable release for a given page e g should redirect to so i don t have to update links in other repos all the time
0
13,627
2,772,977,656
IssuesEvent
2015-05-03 06:32:59
agronholm/pythonfutures
https://api.github.com/repos/agronholm/pythonfutures
closed
map is greedy
auto-migrated Priority-Medium Type-Defect
``` map includes this line: fs = [self.submit(fn, *args) for args in zip(*iterables)] That means no futures code gets executed until all the iterables have been completely consumed. If each iteration of an iterable can take quite some time, that means a long wait before any futures even starts. It also means a humungous list is built up if the iterables returns many items. For example if iterable was xrange(2000000) then that fs list is going to be 2 million items long even if num_workers was something like 8. A generator expression should be used instead. ``` Original issue reported on code.google.com by `rogerbinns` on 7 Jun 2013 at 2:01
1.0
map is greedy - ``` map includes this line: fs = [self.submit(fn, *args) for args in zip(*iterables)] That means no futures code gets executed until all the iterables have been completely consumed. If each iteration of an iterable can take quite some time, that means a long wait before any futures even starts. It also means a humungous list is built up if the iterables returns many items. For example if iterable was xrange(2000000) then that fs list is going to be 2 million items long even if num_workers was something like 8. A generator expression should be used instead. ``` Original issue reported on code.google.com by `rogerbinns` on 7 Jun 2013 at 2:01
defect
map is greedy map includes this line fs that means no futures code gets executed until all the iterables have been completely consumed if each iteration of an iterable can take quite some time that means a long wait before any futures even starts it also means a humungous list is built up if the iterables returns many items for example if iterable was xrange then that fs list is going to be million items long even if num workers was something like a generator expression should be used instead original issue reported on code google com by rogerbinns on jun at
1
76,415
26,415,764,120
IssuesEvent
2023-01-13 15:51:05
PowerDNS/pdns
https://api.github.com/repos/PowerDNS/pdns
closed
dnsdist: Unexpected behavior of cache misses counter for DoH queries
docs defect dnsdist
<!-- Hi! Thanks for filing an issue. It will be read with care by human beings. Can we ask you to please fill out this template and not simply demand new features or send in complaints? Thanks! --> <!-- Also please search the existing issues (both open and closed) to see if your report might be duplicate --> <!-- Please don't file an issue when you have a support question, send support questions to the mailinglist or ask them on IRC (https://www.powerdns.com/opensource.html) --> <!-- Before filing your ticket, please read our 'out in the open' support policy at https://blog.powerdns.com/2016/01/18/open-source-support-out-in-the-open/ --> <!-- Tell us what is issue is about --> - Program: dnsdist <!-- delete the ones that do not apply --> - Issue type: Bug report ### Short description <!-- Explain in a few sentences what the issue/request is --> For DoH queries the prometheus metric `dnsdist_pool_cache_misses` is calculated differently compared to Do53 (UDP & TCP) or DoT queries. It seems that for DoH queries the `dnsdist_pool_cache_misses` counter is increased while having a cache hit according to the `dnsdist_pool_cache_hits` metric. @omoerbeek and @rgacogne mentioned in IRC that this could be related to the way how cache lookups are performed for DoH queries according to #11901. From the perspective of the cache it seems to be technically the correct number of hits and misses but from an operator perspective, who would like to see how good the cache performs and wants to calculate a cache hit rate, this behavior is likely unexpected. Since there is no other way do get a per pool/packet-cache metric with a logical cache misses counter, it would be good to either make this metric to a logical cache misses counter or provide an alternative to this metric. `timeless` proposed in IRC that the behavior should be documented to make it clear for customers what this metric really does. A HELP text might be helpful in the documentation: https://dnsdist.org/guides/webserver.html#get--metrics Here just a few metrics (including `dnsdist_pool_cache_misses`) don't have a HELP text and this could be helpful for understanding the metrics. ### Environment <!-- Tell us about the environment --> - Operating system: Ubuntu 22.04 - Software version: dnsdist 1.7.3 - Software source: PowerDNS repository ### Expected behaviour A cache misses counter that logically counts the cache misses instead of technically from the perspective of the packet cache. ### Actual behaviour Only technical cache misses are counted and can't be used to observe how the cache performs or calculate proper cache hit rates. ### Other information The global metrics `dnsdist_cache_misses` and `dnsdist_cache_hits` are calculated logically but globally only. If one just needs global metrics, these metrics can be used.
1.0
dnsdist: Unexpected behavior of cache misses counter for DoH queries - <!-- Hi! Thanks for filing an issue. It will be read with care by human beings. Can we ask you to please fill out this template and not simply demand new features or send in complaints? Thanks! --> <!-- Also please search the existing issues (both open and closed) to see if your report might be duplicate --> <!-- Please don't file an issue when you have a support question, send support questions to the mailinglist or ask them on IRC (https://www.powerdns.com/opensource.html) --> <!-- Before filing your ticket, please read our 'out in the open' support policy at https://blog.powerdns.com/2016/01/18/open-source-support-out-in-the-open/ --> <!-- Tell us what is issue is about --> - Program: dnsdist <!-- delete the ones that do not apply --> - Issue type: Bug report ### Short description <!-- Explain in a few sentences what the issue/request is --> For DoH queries the prometheus metric `dnsdist_pool_cache_misses` is calculated differently compared to Do53 (UDP & TCP) or DoT queries. It seems that for DoH queries the `dnsdist_pool_cache_misses` counter is increased while having a cache hit according to the `dnsdist_pool_cache_hits` metric. @omoerbeek and @rgacogne mentioned in IRC that this could be related to the way how cache lookups are performed for DoH queries according to #11901. From the perspective of the cache it seems to be technically the correct number of hits and misses but from an operator perspective, who would like to see how good the cache performs and wants to calculate a cache hit rate, this behavior is likely unexpected. Since there is no other way do get a per pool/packet-cache metric with a logical cache misses counter, it would be good to either make this metric to a logical cache misses counter or provide an alternative to this metric. `timeless` proposed in IRC that the behavior should be documented to make it clear for customers what this metric really does. A HELP text might be helpful in the documentation: https://dnsdist.org/guides/webserver.html#get--metrics Here just a few metrics (including `dnsdist_pool_cache_misses`) don't have a HELP text and this could be helpful for understanding the metrics. ### Environment <!-- Tell us about the environment --> - Operating system: Ubuntu 22.04 - Software version: dnsdist 1.7.3 - Software source: PowerDNS repository ### Expected behaviour A cache misses counter that logically counts the cache misses instead of technically from the perspective of the packet cache. ### Actual behaviour Only technical cache misses are counted and can't be used to observe how the cache performs or calculate proper cache hit rates. ### Other information The global metrics `dnsdist_cache_misses` and `dnsdist_cache_hits` are calculated logically but globally only. If one just needs global metrics, these metrics can be used.
defect
dnsdist unexpected behavior of cache misses counter for doh queries program dnsdist issue type bug report short description for doh queries the prometheus metric dnsdist pool cache misses is calculated differently compared to udp tcp or dot queries it seems that for doh queries the dnsdist pool cache misses counter is increased while having a cache hit according to the dnsdist pool cache hits metric omoerbeek and rgacogne mentioned in irc that this could be related to the way how cache lookups are performed for doh queries according to from the perspective of the cache it seems to be technically the correct number of hits and misses but from an operator perspective who would like to see how good the cache performs and wants to calculate a cache hit rate this behavior is likely unexpected since there is no other way do get a per pool packet cache metric with a logical cache misses counter it would be good to either make this metric to a logical cache misses counter or provide an alternative to this metric timeless proposed in irc that the behavior should be documented to make it clear for customers what this metric really does a help text might be helpful in the documentation here just a few metrics including dnsdist pool cache misses don t have a help text and this could be helpful for understanding the metrics environment operating system ubuntu software version dnsdist software source powerdns repository expected behaviour a cache misses counter that logically counts the cache misses instead of technically from the perspective of the packet cache actual behaviour only technical cache misses are counted and can t be used to observe how the cache performs or calculate proper cache hit rates other information the global metrics dnsdist cache misses and dnsdist cache hits are calculated logically but globally only if one just needs global metrics these metrics can be used
1
54,750
30,345,359,379
IssuesEvent
2023-07-11 15:05:51
bonfire-networks/bonfire-app
https://api.github.com/repos/bonfire-networks/bonfire-app
closed
Maybe refactor threads to use streams
Performance
See for inspiration: https://fly.io/phoenix-files/building-a-chat-app-with-liveview-streams/ related: - #531 - https://github.com/bonfire-networks/bonfire-app/issues/609 - https://github.com/bonfire-networks/bonfire-app/issues/168 - https://github.com/bonfire-networks/bonfire-app/issues/382 - #623
True
Maybe refactor threads to use streams - See for inspiration: https://fly.io/phoenix-files/building-a-chat-app-with-liveview-streams/ related: - #531 - https://github.com/bonfire-networks/bonfire-app/issues/609 - https://github.com/bonfire-networks/bonfire-app/issues/168 - https://github.com/bonfire-networks/bonfire-app/issues/382 - #623
non_defect
maybe refactor threads to use streams see for inspiration related
0
28,191
5,217,389,565
IssuesEvent
2017-01-26 13:46:26
jonlabelle/SublimeJsPrettier
https://api.github.com/repos/jonlabelle/SublimeJsPrettier
closed
Not reading node_path
defect duplicate
When trying to run the plugin it appears that the plugin is not reading the node_path in the settings to retrieve the correct location of node (I'm using nvm). I get the same message whether I put the location in the default, or user settings file. I also get the same error when the node_path field is left empty. OS: macOS 10.11.6 Sublime build: 3126 For reference, the node_path value is: ```json "node_path": ":/Users/Tim/.nvm/versions/node/v6.4.0/bin" ``` Here is the error output in the console: ``` Traceback (most recent call last): File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 818, in run_ return self.run(edit) File "/Users/Tim/Library/Application Support/Sublime Text 3/Packages/JsPrettier/JsPrettier.py", line 50, in run if not self.is_global_prettier_installed(): File "/Users/Tim/Library/Application Support/Sublime Text 3/Packages/JsPrettier/JsPrettier.py", line 148, in is_global_prettier_installed if which('prettier', self.get_node_path()) is None: File "/Users/Tim/Library/Application Support/Sublime Text 3/Packages/JsPrettier/JsPrettier.py", line 142, in get_node_path if os.path.isdir(node_path): File "./python3.3/genericpath.py", line 41, in isdir TypeError: can't specify None for path argument ```
1.0
Not reading node_path - When trying to run the plugin it appears that the plugin is not reading the node_path in the settings to retrieve the correct location of node (I'm using nvm). I get the same message whether I put the location in the default, or user settings file. I also get the same error when the node_path field is left empty. OS: macOS 10.11.6 Sublime build: 3126 For reference, the node_path value is: ```json "node_path": ":/Users/Tim/.nvm/versions/node/v6.4.0/bin" ``` Here is the error output in the console: ``` Traceback (most recent call last): File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 818, in run_ return self.run(edit) File "/Users/Tim/Library/Application Support/Sublime Text 3/Packages/JsPrettier/JsPrettier.py", line 50, in run if not self.is_global_prettier_installed(): File "/Users/Tim/Library/Application Support/Sublime Text 3/Packages/JsPrettier/JsPrettier.py", line 148, in is_global_prettier_installed if which('prettier', self.get_node_path()) is None: File "/Users/Tim/Library/Application Support/Sublime Text 3/Packages/JsPrettier/JsPrettier.py", line 142, in get_node_path if os.path.isdir(node_path): File "./python3.3/genericpath.py", line 41, in isdir TypeError: can't specify None for path argument ```
defect
not reading node path when trying to run the plugin it appears that the plugin is not reading the node path in the settings to retrieve the correct location of node i m using nvm i get the same message whether i put the location in the default or user settings file i also get the same error when the node path field is left empty os macos sublime build for reference the node path value is json node path users tim nvm versions node bin here is the error output in the console traceback most recent call last file applications sublime text app contents macos sublime plugin py line in run return self run edit file users tim library application support sublime text packages jsprettier jsprettier py line in run if not self is global prettier installed file users tim library application support sublime text packages jsprettier jsprettier py line in is global prettier installed if which prettier self get node path is none file users tim library application support sublime text packages jsprettier jsprettier py line in get node path if os path isdir node path file genericpath py line in isdir typeerror can t specify none for path argument
1
78,144
27,339,361,945
IssuesEvent
2023-02-26 16:04:04
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
Memory leak and CPU usage while Failed to parse permalink Error: Unknown entity type in permalink
T-Defect
### Steps to reproduce Join to `#dARQmachat:matrix.org` Monitor usage. ### Outcome #### What did you expect? #### What happened instead? High hardware usage, memory consuming... From 700-800 to 1500-1600 ``` rageshake.ts:73 Failed to parse permalink Error: Unknown entity type in permalink at f.parsePermalink (MatrixToPermalinkConstructor.ts:83:19) at A (Permalinks.ts:424:55) at D (Permalinks.ts:367:32) at target (linkify-matrix.ts:215:37) at Te.get (index.js:2486:16) at i.render (index.js:2681:26) at Te.render (index.js:2517:20) at a (index.js:62:24) at J (HtmlUtils.tsx:703:12) at te (HtmlUtils.tsx:725:25) ``` ### Operating system Windows 7 ### Application version 1.11.23 ### How did you install the app? In-app update ### Homeserver matrix.org ### Will you send logs? No
1.0
Memory leak and CPU usage while Failed to parse permalink Error: Unknown entity type in permalink - ### Steps to reproduce Join to `#dARQmachat:matrix.org` Monitor usage. ### Outcome #### What did you expect? #### What happened instead? High hardware usage, memory consuming... From 700-800 to 1500-1600 ``` rageshake.ts:73 Failed to parse permalink Error: Unknown entity type in permalink at f.parsePermalink (MatrixToPermalinkConstructor.ts:83:19) at A (Permalinks.ts:424:55) at D (Permalinks.ts:367:32) at target (linkify-matrix.ts:215:37) at Te.get (index.js:2486:16) at i.render (index.js:2681:26) at Te.render (index.js:2517:20) at a (index.js:62:24) at J (HtmlUtils.tsx:703:12) at te (HtmlUtils.tsx:725:25) ``` ### Operating system Windows 7 ### Application version 1.11.23 ### How did you install the app? In-app update ### Homeserver matrix.org ### Will you send logs? No
defect
memory leak and cpu usage while failed to parse permalink error unknown entity type in permalink steps to reproduce join to darqmachat matrix org monitor usage outcome what did you expect what happened instead high hardware usage memory consuming from to rageshake ts failed to parse permalink error unknown entity type in permalink at f parsepermalink matrixtopermalinkconstructor ts at a permalinks ts at d permalinks ts at target linkify matrix ts at te get index js at i render index js at te render index js at a index js at j htmlutils tsx at te htmlutils tsx operating system windows application version how did you install the app in app update homeserver matrix org will you send logs no
1
79,029
27,880,287,222
IssuesEvent
2023-03-21 18:50:50
vector-im/element-integration-manager
https://api.github.com/repos/vector-im/element-integration-manager
closed
Cannot connect to integration manager
T-Defect
### Steps to reproduce I have synapse running in a docker container with cloudflared running in the same host. In cloudflare zero trust tunnel I have hostname set to matrix.tazy.xyz pointing to http://synapse:8008 (syanpse and cloudflare are in the same docker network so I can use container names) and chat.tazy.xyz pointing to http://riot:80. I used the matrix federation tester and I returned 4 successes: >Connection Reports >104.21.26.116:443 >Checks Success >172.67.168.67:443 >Checks Success >[2606:4700:3032::6815:1a74]:443 >Checks Success >[2606:4700:3034::ac43:a843]:443 >Checks Success >DNS results > >server name/.well-known result contains explicit port number: no SRV lookup done ### Outcome #### What did you expect? Integration manager to work #### What happened instead? Get a connection error whenever I try to connect to the integration manager ### Operating system Windows ### Application version Element version: 1.11.24, Olm version: 3.2.12 ### How did you install the app? https://element.io/get-started ### Homeserver matrix.tazy.xyz ### Will you send logs? Yes
1.0
Cannot connect to integration manager - ### Steps to reproduce I have synapse running in a docker container with cloudflared running in the same host. In cloudflare zero trust tunnel I have hostname set to matrix.tazy.xyz pointing to http://synapse:8008 (syanpse and cloudflare are in the same docker network so I can use container names) and chat.tazy.xyz pointing to http://riot:80. I used the matrix federation tester and I returned 4 successes: >Connection Reports >104.21.26.116:443 >Checks Success >172.67.168.67:443 >Checks Success >[2606:4700:3032::6815:1a74]:443 >Checks Success >[2606:4700:3034::ac43:a843]:443 >Checks Success >DNS results > >server name/.well-known result contains explicit port number: no SRV lookup done ### Outcome #### What did you expect? Integration manager to work #### What happened instead? Get a connection error whenever I try to connect to the integration manager ### Operating system Windows ### Application version Element version: 1.11.24, Olm version: 3.2.12 ### How did you install the app? https://element.io/get-started ### Homeserver matrix.tazy.xyz ### Will you send logs? Yes
defect
cannot connect to integration manager steps to reproduce i have synapse running in a docker container with cloudflared running in the same host in cloudflare zero trust tunnel i have hostname set to matrix tazy xyz pointing to syanpse and cloudflare are in the same docker network so i can use container names and chat tazy xyz pointing to i used the matrix federation tester and i returned successes connection reports checks success checks success checks success checks success dns results server name well known result contains explicit port number no srv lookup done outcome what did you expect integration manager to work what happened instead get a connection error whenever i try to connect to the integration manager operating system windows application version element version olm version how did you install the app homeserver matrix tazy xyz will you send logs yes
1
19,042
3,129,525,636
IssuesEvent
2015-09-09 01:59:20
google/guava
https://api.github.com/repos/google/guava
closed
ImmutableSet is not producing consistent hash while using HashFunction
package: collect package: hash status: working as intended type: defect
`com.google.common.collect.ImmutableSet` is not producing consistent hash while using `com.google.common.hash.HashFunction`. If we wrap `HashSet` with `ImmutableSet` it works. Please refer to `HashFunctionTest` below: ``` import com.google.common.collect.ImmutableSet; import com.google.common.hash.HashCode; import com.google.common.hash.HashFunction; import com.google.common.hash.Hashing; import org.apache.commons.lang3.SerializationUtils; import org.junit.Before; import org.junit.Test; import java.util.HashSet; import static org.junit.Assert.assertEquals; public class HashFunctionTest { private HashFunction hashFunction; @Before public void setUp() throws Exception { hashFunction = Hashing.goodFastHash(128); } @Test // failed public void testImmutableSet() throws Exception { ImmutableSet<Integer> set1 = ImmutableSet.of(1, 2); ImmutableSet<Integer> set2 = ImmutableSet.of(2, 1); assertEquals(set1, set2); HashCode hash1 = hashFunction.hashBytes(SerializationUtils.serialize(set1)); HashCode hash2 = hashFunction.hashBytes(SerializationUtils.serialize(set2)); assertEquals(hash1, hash2); } @Test // failed public void testImmutableSetBuilder() throws Exception { ImmutableSet.Builder<Integer> builder1 = ImmutableSet.builder(); builder1.add(1); builder1.add(2); ImmutableSet.Builder<Integer> builder2 = ImmutableSet.builder(); builder2.add(2); builder2.add(1); ImmutableSet<Integer> set1 = builder1.build(); ImmutableSet<Integer> set2 = builder2.build(); assertEquals(set1, set2); HashCode hash1 = hashFunction.hashBytes(SerializationUtils.serialize(set1)); HashCode hash2 = hashFunction.hashBytes(SerializationUtils.serialize(set2)); assertEquals(hash1, hash2); } @Test // passed public void testSet() throws Exception { HashSet<Integer> set1 = new HashSet<>(); set1.add(1); set1.add(2); HashSet<Integer> set2 = new HashSet<>(); set2.add(2); set2.add(1); assertEquals(set1, set2); HashCode hash1 = hashFunction.hashBytes(SerializationUtils.serialize(set1)); HashCode hash2 = hashFunction.hashBytes(SerializationUtils.serialize(set2)); assertEquals(hash1, hash2); } @Test // passed public void testSetAndImmutableSet() throws Exception { HashSet<Integer> set1 = new HashSet<>(); set1.add(1); set1.add(2); HashSet<Integer> set2 = new HashSet<>(); set2.add(2); set2.add(1); assertEquals(set1, set2); ImmutableSet<Integer> immutableSet1 = ImmutableSet.copyOf(set1); ImmutableSet<Integer> immutableSet2 = ImmutableSet.copyOf(set2); HashCode hash1 = hashFunction.hashBytes(SerializationUtils.serialize(immutableSet1)); HashCode hash2 = hashFunction.hashBytes(SerializationUtils.serialize(immutableSet2)); assertEquals(hash1, hash2); } @Test // passed public void testSetAndImmutableSetBuilder() throws Exception { HashSet<Integer> set1 = new HashSet<>(); set1.add(1); set1.add(2); HashSet<Integer> set2 = new HashSet<>(); set2.add(2); set2.add(1); assertEquals(set1, set2); ImmutableSet<Integer> immutableSet1 = ImmutableSet.<Integer>builder().addAll(set1).build(); ImmutableSet<Integer> immutableSet2 = ImmutableSet.<Integer>builder().addAll(set2).build(); HashCode hash1 = hashFunction.hashBytes(SerializationUtils.serialize(immutableSet1)); HashCode hash2 = hashFunction.hashBytes(SerializationUtils.serialize(immutableSet2)); assertEquals(hash1, hash2); } } ```
1.0
ImmutableSet is not producing consistent hash while using HashFunction - `com.google.common.collect.ImmutableSet` is not producing consistent hash while using `com.google.common.hash.HashFunction`. If we wrap `HashSet` with `ImmutableSet` it works. Please refer to `HashFunctionTest` below: ``` import com.google.common.collect.ImmutableSet; import com.google.common.hash.HashCode; import com.google.common.hash.HashFunction; import com.google.common.hash.Hashing; import org.apache.commons.lang3.SerializationUtils; import org.junit.Before; import org.junit.Test; import java.util.HashSet; import static org.junit.Assert.assertEquals; public class HashFunctionTest { private HashFunction hashFunction; @Before public void setUp() throws Exception { hashFunction = Hashing.goodFastHash(128); } @Test // failed public void testImmutableSet() throws Exception { ImmutableSet<Integer> set1 = ImmutableSet.of(1, 2); ImmutableSet<Integer> set2 = ImmutableSet.of(2, 1); assertEquals(set1, set2); HashCode hash1 = hashFunction.hashBytes(SerializationUtils.serialize(set1)); HashCode hash2 = hashFunction.hashBytes(SerializationUtils.serialize(set2)); assertEquals(hash1, hash2); } @Test // failed public void testImmutableSetBuilder() throws Exception { ImmutableSet.Builder<Integer> builder1 = ImmutableSet.builder(); builder1.add(1); builder1.add(2); ImmutableSet.Builder<Integer> builder2 = ImmutableSet.builder(); builder2.add(2); builder2.add(1); ImmutableSet<Integer> set1 = builder1.build(); ImmutableSet<Integer> set2 = builder2.build(); assertEquals(set1, set2); HashCode hash1 = hashFunction.hashBytes(SerializationUtils.serialize(set1)); HashCode hash2 = hashFunction.hashBytes(SerializationUtils.serialize(set2)); assertEquals(hash1, hash2); } @Test // passed public void testSet() throws Exception { HashSet<Integer> set1 = new HashSet<>(); set1.add(1); set1.add(2); HashSet<Integer> set2 = new HashSet<>(); set2.add(2); set2.add(1); assertEquals(set1, set2); HashCode hash1 = hashFunction.hashBytes(SerializationUtils.serialize(set1)); HashCode hash2 = hashFunction.hashBytes(SerializationUtils.serialize(set2)); assertEquals(hash1, hash2); } @Test // passed public void testSetAndImmutableSet() throws Exception { HashSet<Integer> set1 = new HashSet<>(); set1.add(1); set1.add(2); HashSet<Integer> set2 = new HashSet<>(); set2.add(2); set2.add(1); assertEquals(set1, set2); ImmutableSet<Integer> immutableSet1 = ImmutableSet.copyOf(set1); ImmutableSet<Integer> immutableSet2 = ImmutableSet.copyOf(set2); HashCode hash1 = hashFunction.hashBytes(SerializationUtils.serialize(immutableSet1)); HashCode hash2 = hashFunction.hashBytes(SerializationUtils.serialize(immutableSet2)); assertEquals(hash1, hash2); } @Test // passed public void testSetAndImmutableSetBuilder() throws Exception { HashSet<Integer> set1 = new HashSet<>(); set1.add(1); set1.add(2); HashSet<Integer> set2 = new HashSet<>(); set2.add(2); set2.add(1); assertEquals(set1, set2); ImmutableSet<Integer> immutableSet1 = ImmutableSet.<Integer>builder().addAll(set1).build(); ImmutableSet<Integer> immutableSet2 = ImmutableSet.<Integer>builder().addAll(set2).build(); HashCode hash1 = hashFunction.hashBytes(SerializationUtils.serialize(immutableSet1)); HashCode hash2 = hashFunction.hashBytes(SerializationUtils.serialize(immutableSet2)); assertEquals(hash1, hash2); } } ```
defect
immutableset is not producing consistent hash while using hashfunction com google common collect immutableset is not producing consistent hash while using com google common hash hashfunction if we wrap hashset with immutableset it works please refer to hashfunctiontest below import com google common collect immutableset import com google common hash hashcode import com google common hash hashfunction import com google common hash hashing import org apache commons serializationutils import org junit before import org junit test import java util hashset import static org junit assert assertequals public class hashfunctiontest private hashfunction hashfunction before public void setup throws exception hashfunction hashing goodfasthash test failed public void testimmutableset throws exception immutableset immutableset of immutableset immutableset of assertequals hashcode hashfunction hashbytes serializationutils serialize hashcode hashfunction hashbytes serializationutils serialize assertequals test failed public void testimmutablesetbuilder throws exception immutableset builder immutableset builder add add immutableset builder immutableset builder add add immutableset build immutableset build assertequals hashcode hashfunction hashbytes serializationutils serialize hashcode hashfunction hashbytes serializationutils serialize assertequals test passed public void testset throws exception hashset new hashset add add hashset new hashset add add assertequals hashcode hashfunction hashbytes serializationutils serialize hashcode hashfunction hashbytes serializationutils serialize assertequals test passed public void testsetandimmutableset throws exception hashset new hashset add add hashset new hashset add add assertequals immutableset immutableset copyof immutableset immutableset copyof hashcode hashfunction hashbytes serializationutils serialize hashcode hashfunction hashbytes serializationutils serialize assertequals test passed public void testsetandimmutablesetbuilder throws exception hashset new hashset add add hashset new hashset add add assertequals immutableset immutableset builder addall build immutableset immutableset builder addall build hashcode hashfunction hashbytes serializationutils serialize hashcode hashfunction hashbytes serializationutils serialize assertequals
1
20,594
3,385,859,551
IssuesEvent
2015-11-27 14:08:05
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
Operation timeout behavior is different in client and in node when calling IMap.executeOnKey()
Team: Client Type: Defect
For v3.5: When an executeOnKey() operation reaches `hazelcast.operation.call.timeout.millis`value (an example operation is sleeping inside a simple entryProcessor() ) : Node side, it is asked if operation is still executing: ```` Jun 22, 2015 3:55:51 PM com.hazelcast.spi.impl.operationservice.impl.Invocation WARNING: [192.168.2.37]:5701 [sertug] [3.5] No response for 4002 ms. InvocationFuture{invocation=Invocation{ serviceName='hz:impl:mapService', op=GetOperation{numbers}, partitionId=31, replicaIndex=0, tryCount=250, tryPauseMillis=500, invokeCount=1, callTimeout=2000, target=Address[192.168.2.37]:5701, backupsExpected=0, backupsCompleted=0}, response=null, done=false} Jun 22, 2015 3:55:51 PM com.hazelcast.spi.impl.operationservice.impl.Invocation WARNING: [192.168.2.37]:5701 [sertug] [3.5] Asking if operation execution has been started: Invocation{ serviceName='hz:impl:mapService', op=GetOperation{numbers}, partitionId=31, replicaIndex=0, tryCount=250, tryPauseMillis=500, invokeCount=1, callTimeout=2000, target=Address[192.168.2.37]:5701, backupsExpected=0, backupsCompleted=0} Jun 22, 2015 3:55:51 PM com.hazelcast.spi.impl.operationservice.impl.Invocation WARNING: [192.168.2.37]:5701 [sertug] [3.5] 'is-executing': true -> Invocation{ serviceName='hz:impl:mapService', op=GetOperation{numbers}, partitionId=31, replicaIndex=0, tryCount=250, tryPauseMillis=500, invokeCount=1, callTimeout=2000, target=Address[192.168.2.37]:5701, backupsExpected=0, backupsCompleted=0} ``` But on the client side, operationTimeoutException is thrown: ```` Exception in thread "main" com.hazelcast.core.OperationTimeoutException: No response for 4000 ms. Aborting invocation! Invocation{ serviceName='hz:impl:mapService', op=EntryOperation{}, partitionId=31, replicaIndex=0, tryCount=250, tryPauseMillis=500, invokeCount=1, callTimeout=2000, target=Address[192.168.2.37]:5701, backupsExpected=0, backupsCompleted=0} No response has been received! backups-expected:0 backups-completed: 0 at com.hazelcast.spi.impl.operationservice.impl.Invocation.newOperationTimeoutException(Invocation.java:491) at com.hazelcast.spi.impl.operationservice.impl.IsStillRunningService$IsOperationStillRunningCallback.setOperationTimeout(IsStillRunningService.java:224) at com.hazelcast.spi.impl.operationservice.impl.IsStillRunningService$IsOperationStillRunningCallback.onResponse(IsStillRunningService.java:212) at com.hazelcast.spi.impl.operationservice.impl.InvocationFuture$1.run(InvocationFuture.java:135) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) at com.hazelcast.util.executor.HazelcastManagedThread.executeRun(HazelcastManagedThread.java:76) at com.hazelcast.util.executor.HazelcastManagedThread.run(HazelcastManagedThread.java:92) at ------ End remote and begin local stack-trace ------.(Unknown Source) at com.hazelcast.client.spi.impl.ClientInvocationFuture.resolveResponse(ClientInvocationFuture.java:147) at com.hazelcast.client.spi.impl.ClientInvocationFuture.get(ClientInvocationFuture.java:114) at com.hazelcast.client.spi.impl.ClientInvocationFuture.get(ClientInvocationFuture.java:89) at com.hazelcast.client.spi.ClientProxy.invoke(ClientProxy.java:130) at com.hazelcast.client.proxy.ClientMapProxy.executeOnKey(ClientMapProxy.java:939) at TimeoutClient.main(TimeoutClient.java:22) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.intellij.rt.execution.application.AppMain.main(AppMain.java:140) ```
1.0
Operation timeout behavior is different in client and in node when calling IMap.executeOnKey() - For v3.5: When an executeOnKey() operation reaches `hazelcast.operation.call.timeout.millis`value (an example operation is sleeping inside a simple entryProcessor() ) : Node side, it is asked if operation is still executing: ```` Jun 22, 2015 3:55:51 PM com.hazelcast.spi.impl.operationservice.impl.Invocation WARNING: [192.168.2.37]:5701 [sertug] [3.5] No response for 4002 ms. InvocationFuture{invocation=Invocation{ serviceName='hz:impl:mapService', op=GetOperation{numbers}, partitionId=31, replicaIndex=0, tryCount=250, tryPauseMillis=500, invokeCount=1, callTimeout=2000, target=Address[192.168.2.37]:5701, backupsExpected=0, backupsCompleted=0}, response=null, done=false} Jun 22, 2015 3:55:51 PM com.hazelcast.spi.impl.operationservice.impl.Invocation WARNING: [192.168.2.37]:5701 [sertug] [3.5] Asking if operation execution has been started: Invocation{ serviceName='hz:impl:mapService', op=GetOperation{numbers}, partitionId=31, replicaIndex=0, tryCount=250, tryPauseMillis=500, invokeCount=1, callTimeout=2000, target=Address[192.168.2.37]:5701, backupsExpected=0, backupsCompleted=0} Jun 22, 2015 3:55:51 PM com.hazelcast.spi.impl.operationservice.impl.Invocation WARNING: [192.168.2.37]:5701 [sertug] [3.5] 'is-executing': true -> Invocation{ serviceName='hz:impl:mapService', op=GetOperation{numbers}, partitionId=31, replicaIndex=0, tryCount=250, tryPauseMillis=500, invokeCount=1, callTimeout=2000, target=Address[192.168.2.37]:5701, backupsExpected=0, backupsCompleted=0} ``` But on the client side, operationTimeoutException is thrown: ```` Exception in thread "main" com.hazelcast.core.OperationTimeoutException: No response for 4000 ms. Aborting invocation! Invocation{ serviceName='hz:impl:mapService', op=EntryOperation{}, partitionId=31, replicaIndex=0, tryCount=250, tryPauseMillis=500, invokeCount=1, callTimeout=2000, target=Address[192.168.2.37]:5701, backupsExpected=0, backupsCompleted=0} No response has been received! backups-expected:0 backups-completed: 0 at com.hazelcast.spi.impl.operationservice.impl.Invocation.newOperationTimeoutException(Invocation.java:491) at com.hazelcast.spi.impl.operationservice.impl.IsStillRunningService$IsOperationStillRunningCallback.setOperationTimeout(IsStillRunningService.java:224) at com.hazelcast.spi.impl.operationservice.impl.IsStillRunningService$IsOperationStillRunningCallback.onResponse(IsStillRunningService.java:212) at com.hazelcast.spi.impl.operationservice.impl.InvocationFuture$1.run(InvocationFuture.java:135) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) at com.hazelcast.util.executor.HazelcastManagedThread.executeRun(HazelcastManagedThread.java:76) at com.hazelcast.util.executor.HazelcastManagedThread.run(HazelcastManagedThread.java:92) at ------ End remote and begin local stack-trace ------.(Unknown Source) at com.hazelcast.client.spi.impl.ClientInvocationFuture.resolveResponse(ClientInvocationFuture.java:147) at com.hazelcast.client.spi.impl.ClientInvocationFuture.get(ClientInvocationFuture.java:114) at com.hazelcast.client.spi.impl.ClientInvocationFuture.get(ClientInvocationFuture.java:89) at com.hazelcast.client.spi.ClientProxy.invoke(ClientProxy.java:130) at com.hazelcast.client.proxy.ClientMapProxy.executeOnKey(ClientMapProxy.java:939) at TimeoutClient.main(TimeoutClient.java:22) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.intellij.rt.execution.application.AppMain.main(AppMain.java:140) ```
defect
operation timeout behavior is different in client and in node when calling imap executeonkey for when an executeonkey operation reaches hazelcast operation call timeout millis value an example operation is sleeping inside a simple entryprocessor node side it is asked if operation is still executing jun pm com hazelcast spi impl operationservice impl invocation warning no response for ms invocationfuture invocation invocation servicename hz impl mapservice op getoperation numbers partitionid replicaindex trycount trypausemillis invokecount calltimeout target address backupsexpected backupscompleted response null done false jun pm com hazelcast spi impl operationservice impl invocation warning asking if operation execution has been started invocation servicename hz impl mapservice op getoperation numbers partitionid replicaindex trycount trypausemillis invokecount calltimeout target address backupsexpected backupscompleted jun pm com hazelcast spi impl operationservice impl invocation warning is executing true invocation servicename hz impl mapservice op getoperation numbers partitionid replicaindex trycount trypausemillis invokecount calltimeout target address backupsexpected backupscompleted but on the client side operationtimeoutexception is thrown exception in thread main com hazelcast core operationtimeoutexception no response for ms aborting invocation invocation servicename hz impl mapservice op entryoperation partitionid replicaindex trycount trypausemillis invokecount calltimeout target address backupsexpected backupscompleted no response has been received backups expected backups completed at com hazelcast spi impl operationservice impl invocation newoperationtimeoutexception invocation java at com hazelcast spi impl operationservice impl isstillrunningservice isoperationstillrunningcallback setoperationtimeout isstillrunningservice java at com hazelcast spi impl operationservice impl isstillrunningservice isoperationstillrunningcallback onresponse isstillrunningservice java at com hazelcast spi impl operationservice impl invocationfuture run invocationfuture 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 at com hazelcast util executor hazelcastmanagedthread executerun hazelcastmanagedthread java at com hazelcast util executor hazelcastmanagedthread run hazelcastmanagedthread java at end remote and begin local stack trace unknown source at com hazelcast client spi impl clientinvocationfuture resolveresponse clientinvocationfuture java at com hazelcast client spi impl clientinvocationfuture get clientinvocationfuture java at com hazelcast client spi impl clientinvocationfuture get clientinvocationfuture java at com hazelcast client spi clientproxy invoke clientproxy java at com hazelcast client proxy clientmapproxy executeonkey clientmapproxy java at timeoutclient main timeoutclient 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 intellij rt execution application appmain main appmain java
1
9,150
2,615,133,938
IssuesEvent
2015-03-01 06:05:03
chrsmith/google-api-java-client
https://api.github.com/repos/chrsmith/google-api-java-client
opened
Requesting a Sample for Google Places api
auto-migrated Priority-Medium Type-Defect
``` Version of google-api-java-client (e.g. 1.15.0-rc)? Java environment (e.g. Java 6, Android 2.3, App Engine)? Describe the problem. How would you expect it to be fixed? ``` Original issue reported on code.google.com by `BPo...@gmail.com` on 7 Mar 2014 at 9:44
1.0
Requesting a Sample for Google Places api - ``` Version of google-api-java-client (e.g. 1.15.0-rc)? Java environment (e.g. Java 6, Android 2.3, App Engine)? Describe the problem. How would you expect it to be fixed? ``` Original issue reported on code.google.com by `BPo...@gmail.com` on 7 Mar 2014 at 9:44
defect
requesting a sample for google places api version of google api java client e g rc java environment e g java android app engine describe the problem how would you expect it to be fixed original issue reported on code google com by bpo gmail com on mar at
1
30,485
7,201,796,124
IssuesEvent
2018-02-06 00:16:04
Microsoft/vscode-python
https://api.github.com/repos/Microsoft/vscode-python
closed
Document the new linter configuration steps
awaiting 2-PR feature-documentation type-code health
Most relevant in the tutorial and the linting page.
1.0
Document the new linter configuration steps - Most relevant in the tutorial and the linting page.
non_defect
document the new linter configuration steps most relevant in the tutorial and the linting page
0
66,789
20,675,626,425
IssuesEvent
2022-03-10 08:59:42
primefaces/primefaces
https://api.github.com/repos/primefaces/primefaces
closed
dataTable: blockUI stop works after ajax update
defect
1) Environment - PrimeFaces version: 7.0 - Application server + version: Spring boot tomcat embed 9 - Affected browsers: All 2) Expected behavior blockUI should keep working 3) Actual behavior blockUI stop works after ajax update 4) Steps to reproduce After loading the page, use the pagination, see that it is working correctly. But if you create a search, for example, that updates the records with update, when paging again, the blockui stops working. 5) Sample XHTML ```xml <p:dataTable id="myDataTable" value="#{myLazyDataModel}" var="e" lazy="true" paginator="true"> <!-- Coluns here --> </p:dataTable> <p:blockUI block="#{p:component('myLazyDataModel')}" trigger="#{p:component('myLazyDataModel')}"> <div class="p-grid ui-g p-align-center vertical-container p-justify-center sigor-blockui-loading"> <div class="p-col-fixed"> <div class="blockui-loading-image ld ld-ring ld-spin" /> <div class="blockui-loading-text">#{msg.get('blockuiMessage')}</div> </div> </div> </p:blockUI> ``` 6) Considerations I know why the problem occurs, but I'm not managed to solve. because when using the <p: โ€‹โ€‹blockUI> component, it injects a jquery code, which needs to be re-executed after ajax events. ```javascript $(document).on('pfAjaxComplete', function() { console.log('pfAjaxComplete'); runOnEveryPartialPageLoad(); }); ``` Do you have any suggestions on how do i solve this problem?
1.0
dataTable: blockUI stop works after ajax update - 1) Environment - PrimeFaces version: 7.0 - Application server + version: Spring boot tomcat embed 9 - Affected browsers: All 2) Expected behavior blockUI should keep working 3) Actual behavior blockUI stop works after ajax update 4) Steps to reproduce After loading the page, use the pagination, see that it is working correctly. But if you create a search, for example, that updates the records with update, when paging again, the blockui stops working. 5) Sample XHTML ```xml <p:dataTable id="myDataTable" value="#{myLazyDataModel}" var="e" lazy="true" paginator="true"> <!-- Coluns here --> </p:dataTable> <p:blockUI block="#{p:component('myLazyDataModel')}" trigger="#{p:component('myLazyDataModel')}"> <div class="p-grid ui-g p-align-center vertical-container p-justify-center sigor-blockui-loading"> <div class="p-col-fixed"> <div class="blockui-loading-image ld ld-ring ld-spin" /> <div class="blockui-loading-text">#{msg.get('blockuiMessage')}</div> </div> </div> </p:blockUI> ``` 6) Considerations I know why the problem occurs, but I'm not managed to solve. because when using the <p: โ€‹โ€‹blockUI> component, it injects a jquery code, which needs to be re-executed after ajax events. ```javascript $(document).on('pfAjaxComplete', function() { console.log('pfAjaxComplete'); runOnEveryPartialPageLoad(); }); ``` Do you have any suggestions on how do i solve this problem?
defect
datatable blockui stop works after ajax update environment primefaces version application server version spring boot tomcat embed affected browsers all expected behavior blockui should keep working actual behavior blockui stop works after ajax update steps to reproduce after loading the page use the pagination see that it is working correctly but if you create a search for example that updates the records with update when paging again the blockui stops working sample xhtml xml p datatable id mydatatable value mylazydatamodel var e lazy true paginator true msg get blockuimessage considerations i know why the problem occurs but i m not managed to solve because when using the component it injects a jquery code which needs to be re executed after ajax events javascript document on pfajaxcomplete function console log pfajaxcomplete runoneverypartialpageload do you have any suggestions on how do i solve this problem
1
17,689
5,476,397,112
IssuesEvent
2017-03-11 20:15:10
cbh66/remember
https://api.github.com/repos/cbh66/remember
closed
Create a separate class for updating the front-end.
code clarity
I basically mean the updateMemorial function and similar things. Abstracting that away would be good.
1.0
Create a separate class for updating the front-end. - I basically mean the updateMemorial function and similar things. Abstracting that away would be good.
non_defect
create a separate class for updating the front end i basically mean the updatememorial function and similar things abstracting that away would be good
0
99,249
4,049,842,960
IssuesEvent
2016-05-23 16:18:39
flashxyz/BookMe
https://api.github.com/repos/flashxyz/BookMe
opened
withdraw time and date information from calendar to roomSelector div
Development priority : medium
for integrated flow between calendar and "roomSelector" div
1.0
withdraw time and date information from calendar to roomSelector div - for integrated flow between calendar and "roomSelector" div
non_defect
withdraw time and date information from calendar to roomselector div for integrated flow between calendar and roomselector div
0
5,597
5,808,481,204
IssuesEvent
2017-05-04 10:48:41
dinyar/uGMTfirmware
https://api.github.com/repos/dinyar/uGMTfirmware
closed
Allow tests to be run if mp7fw not present
infrastructure
Currently all testbenches assume that the mp7 firmware has been checked out to a specific location. This is a clunky remnant from when the project was built on a single machine and should be fixed to allow tests to run also when mp7fw is not yet present. Ideally we should get the needed files during setup. Possibly with an optional parameter indicating the firmware version requested.
1.0
Allow tests to be run if mp7fw not present - Currently all testbenches assume that the mp7 firmware has been checked out to a specific location. This is a clunky remnant from when the project was built on a single machine and should be fixed to allow tests to run also when mp7fw is not yet present. Ideally we should get the needed files during setup. Possibly with an optional parameter indicating the firmware version requested.
non_defect
allow tests to be run if not present currently all testbenches assume that the firmware has been checked out to a specific location this is a clunky remnant from when the project was built on a single machine and should be fixed to allow tests to run also when is not yet present ideally we should get the needed files during setup possibly with an optional parameter indicating the firmware version requested
0
23,633
3,851,864,902
IssuesEvent
2016-04-06 05:27:36
GPF/imame4all
https://api.github.com/repos/GPF/imame4all
closed
Support for ROMs hosted on SMB shares
auto-migrated Priority-Medium Type-Defect
``` As iOS devices are limited in the amount of storage available, it would be great if ROMs could be hosted on a SMB share. ``` Original issue reported on code.google.com by `vmhome...@gmail.com` on 5 May 2013 at 6:33
1.0
Support for ROMs hosted on SMB shares - ``` As iOS devices are limited in the amount of storage available, it would be great if ROMs could be hosted on a SMB share. ``` Original issue reported on code.google.com by `vmhome...@gmail.com` on 5 May 2013 at 6:33
defect
support for roms hosted on smb shares as ios devices are limited in the amount of storage available it would be great if roms could be hosted on a smb share original issue reported on code google com by vmhome gmail com on may at
1
23,963
3,874,894,505
IssuesEvent
2016-04-11 22:09:50
davidhabib/Auctions-for-Salesforce
https://api.github.com/repos/davidhabib/Auctions-for-Salesforce
closed
Donated Item Converter hits error if no Amount on Donated Item
Defect
try to convert a Donated Item whose opportunity is missing an Amount. You will get a null reference error. Need to handle this edge case.
1.0
Donated Item Converter hits error if no Amount on Donated Item - try to convert a Donated Item whose opportunity is missing an Amount. You will get a null reference error. Need to handle this edge case.
defect
donated item converter hits error if no amount on donated item try to convert a donated item whose opportunity is missing an amount you will get a null reference error need to handle this edge case
1
229,793
25,375,400,169
IssuesEvent
2022-11-21 13:44:55
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
[Security Solution] User is able to edit the Suppression alerts fields while editing the rule with Basic License
bug triage_needed impact:high Team:Detections and Resp Team: SecuritySolution Team:Detection Alerts v8.6.0
**Describe the bug** User is able to edit the Suppression alerts fields while edit the rule with Basic License **Build info** ``` VERSION: 8.6.0 BC1 BUILD: 58392 COMMIT: 50a7feb0a5eb068d3acccc49c83b9ccb6db6734f ``` **Preconditions** - Kibana should be running - Rule Should be Created with Suppression fields enable **Steps to Reproduce** - Change the License to Basic - Navigate to Security > Rule Details page - Edit the above created rule - Observe that user is able to edit the Suppression alerts fields while edit the rule with Basic License **Actual Result** - User is able to edit the Suppression alerts fields while editing the rule with Basic License **Expected Result** - User should not be able to edit the Suppression alerts fields while editing the rule with Basic License **Screen-cast** https://user-images.githubusercontent.com/61860752/203039413-9f69d6ed-9206-4329-8a02-5b87a7a72d3b.mp4
True
[Security Solution] User is able to edit the Suppression alerts fields while editing the rule with Basic License - **Describe the bug** User is able to edit the Suppression alerts fields while edit the rule with Basic License **Build info** ``` VERSION: 8.6.0 BC1 BUILD: 58392 COMMIT: 50a7feb0a5eb068d3acccc49c83b9ccb6db6734f ``` **Preconditions** - Kibana should be running - Rule Should be Created with Suppression fields enable **Steps to Reproduce** - Change the License to Basic - Navigate to Security > Rule Details page - Edit the above created rule - Observe that user is able to edit the Suppression alerts fields while edit the rule with Basic License **Actual Result** - User is able to edit the Suppression alerts fields while editing the rule with Basic License **Expected Result** - User should not be able to edit the Suppression alerts fields while editing the rule with Basic License **Screen-cast** https://user-images.githubusercontent.com/61860752/203039413-9f69d6ed-9206-4329-8a02-5b87a7a72d3b.mp4
non_defect
user is able to edit the suppression alerts fields while editing the rule with basic license describe the bug user is able to edit the suppression alerts fields while edit the rule with basic license build info version build commit preconditions kibana should be running rule should be created with suppression fields enable steps to reproduce change the license to basic navigate to security rule details page edit the above created rule observe that user is able to edit the suppression alerts fields while edit the rule with basic license actual result user is able to edit the suppression alerts fields while editing the rule with basic license expected result user should not be able to edit the suppression alerts fields while editing the rule with basic license screen cast
0
67,186
7,041,819,879
IssuesEvent
2017-12-30 01:15:55
radare/radare2
https://api.github.com/repos/radare/radare2
closed
r2 /bin/ls - wrong main detection
anal has-test regression x86
run `r2 /bin/ls` on x86_64 Linux, run `aaaa; s main` and be amazed - it wrongly determined the function boundaries: ```nasm โ”Œ (fcn) sym.imp.__sprintf_chk 254 โ”‚ sym.imp.__sprintf_chk (); โ”‚ ; XREFS: CALL 0x00009cc2 CALL 0x0000de02 CALL 0x0000e1ea CALL 0x0000e23b CALL 0x0000dc91 CALL 0x00007a71 CALL 0x00007b6d CALL 0x00007cec CALL 0x0000823a CALL 0x0000904d โ”‚ 0x000038a0 ff253ab72100 jmp qword [reloc.__sprintf_chk_224] ; [0x21efe0:8]=0 โ”‚ 0x000038a6 6690 nop | ;-- section_end..plt.got: โ”‚ 0x000038a8 0000 add byte [rax], al โ”‚ 0x000038aa 0000 add byte [rax], al โ”‚ 0x000038ac 0000 add byte [rax], al โ”‚ 0x000038ae 0000 add byte [rax], al | ;-- main: | ;-- section..text: โ”‚ ; DATA XREF from 0x000051dd (entry0) โ”‚ 0x000038b0 4157 push r15 ; section 13 va=0x000038b0 pa=0x000038b0 sz=72664 vsz=72664 rwx=--r-x .text โ”‚ 0x000038b2 4156 push r14 โ”‚ 0x000038b4 4155 push r13 โ”‚ ; DATA XREF from 0x000002f3 (str._8c_ + 13) โ”‚ 0x000038b6 4154 push r12 โ”‚ 0x000038b8 55 push rbp โ”‚ 0x000038b9 53 push rbx โ”‚ 0x000038ba 89fd mov ebp, edi โ”‚ 0x000038bc 4889f3 mov rbx, rsi โ”‚ 0x000038bf 4883ec58 sub rsp, 0x58 ; 'X' โ”‚ 0x000038c3 488b3e mov rdi, qword [rsi] โ”‚ 0x000038c6 64488b042528. mov rax, qword fs:[0x28] ; [0x28:8]=0x200e8 ; '(' โ”‚ 0x000038cf 4889442448 mov qword [rsp + 0x48], rax ```
1.0
r2 /bin/ls - wrong main detection - run `r2 /bin/ls` on x86_64 Linux, run `aaaa; s main` and be amazed - it wrongly determined the function boundaries: ```nasm โ”Œ (fcn) sym.imp.__sprintf_chk 254 โ”‚ sym.imp.__sprintf_chk (); โ”‚ ; XREFS: CALL 0x00009cc2 CALL 0x0000de02 CALL 0x0000e1ea CALL 0x0000e23b CALL 0x0000dc91 CALL 0x00007a71 CALL 0x00007b6d CALL 0x00007cec CALL 0x0000823a CALL 0x0000904d โ”‚ 0x000038a0 ff253ab72100 jmp qword [reloc.__sprintf_chk_224] ; [0x21efe0:8]=0 โ”‚ 0x000038a6 6690 nop | ;-- section_end..plt.got: โ”‚ 0x000038a8 0000 add byte [rax], al โ”‚ 0x000038aa 0000 add byte [rax], al โ”‚ 0x000038ac 0000 add byte [rax], al โ”‚ 0x000038ae 0000 add byte [rax], al | ;-- main: | ;-- section..text: โ”‚ ; DATA XREF from 0x000051dd (entry0) โ”‚ 0x000038b0 4157 push r15 ; section 13 va=0x000038b0 pa=0x000038b0 sz=72664 vsz=72664 rwx=--r-x .text โ”‚ 0x000038b2 4156 push r14 โ”‚ 0x000038b4 4155 push r13 โ”‚ ; DATA XREF from 0x000002f3 (str._8c_ + 13) โ”‚ 0x000038b6 4154 push r12 โ”‚ 0x000038b8 55 push rbp โ”‚ 0x000038b9 53 push rbx โ”‚ 0x000038ba 89fd mov ebp, edi โ”‚ 0x000038bc 4889f3 mov rbx, rsi โ”‚ 0x000038bf 4883ec58 sub rsp, 0x58 ; 'X' โ”‚ 0x000038c3 488b3e mov rdi, qword [rsi] โ”‚ 0x000038c6 64488b042528. mov rax, qword fs:[0x28] ; [0x28:8]=0x200e8 ; '(' โ”‚ 0x000038cf 4889442448 mov qword [rsp + 0x48], rax ```
non_defect
bin ls wrong main detection run bin ls on linux run aaaa s main and be amazed it wrongly determined the function boundaries nasm โ”Œ fcn sym imp sprintf chk โ”‚ sym imp sprintf chk โ”‚ xrefs call call call call call call call call call call โ”‚ jmp qword โ”‚ nop section end plt got โ”‚ add byte al โ”‚ add byte al โ”‚ add byte al โ”‚ add byte al main section text โ”‚ data xref from โ”‚ push section va pa sz vsz rwx r x text โ”‚ push โ”‚ push โ”‚ data xref from str โ”‚ push โ”‚ push rbp โ”‚ push rbx โ”‚ mov ebp edi โ”‚ mov rbx rsi โ”‚ sub rsp x โ”‚ mov rdi qword โ”‚ mov rax qword fs โ”‚ mov qword rax
0
80,439
30,287,104,478
IssuesEvent
2023-07-08 20:36:59
naev/naev
https://api.github.com/repos/naev/naev
opened
[Bug]: Game Fails to Start on Steam
Type-Defect
### What happened? ### Observed Behavior Version 10.6 of the Game on Steam fails to start on Steam. In particular, when I click "Play" in the game's page in my Steam library, Steam tries to start the game, but the game crashes before any window is even displayed. The game itself did not generate any logs over this, but I was able to capture the stdout and stderr from Steam an save them to a file named "steam-log.txt" that I have attached. I am not quite sure what the problem is, but line 89 of the attached log file mentions "error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory". I am not the most familiar with where Steam puts its libraries, but I did find a file named libpng12.so.0 in "~/.local/share/Steam/ubuntu12_32/steam-runtime/lib/x86_64-linux-gnu", "~/.local/share/Steam/ubuntu12_32/steam-runtime/lib/i386-linux-gnu", and "~/.local/share/Steam/ubuntu12_64/steam-runtime-heavy/lib/x86_64-linux-gnu". The problem does not seem to occur with version 10.5 on Steam or with the nightly builds available via Steam, so it seems to be specific to version 10.6 on Steam. In case it becomes relevant for fixing this bug, the Linux distro that I am running is EndeavourOS, an Arch-Linux-based distro. ### Expected Behavior Steam successfully launches the game. [steam-log.txt](https://github.com/naev/naev/files/11992358/steam-log.txt) ### Version 10.6 on Steam ### What operating system are you seeing the problem on? Linux ### Relevant log output _No response_ ### Code of Conduct - [X] I agree to follow this project's Code of Conduct
1.0
[Bug]: Game Fails to Start on Steam - ### What happened? ### Observed Behavior Version 10.6 of the Game on Steam fails to start on Steam. In particular, when I click "Play" in the game's page in my Steam library, Steam tries to start the game, but the game crashes before any window is even displayed. The game itself did not generate any logs over this, but I was able to capture the stdout and stderr from Steam an save them to a file named "steam-log.txt" that I have attached. I am not quite sure what the problem is, but line 89 of the attached log file mentions "error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory". I am not the most familiar with where Steam puts its libraries, but I did find a file named libpng12.so.0 in "~/.local/share/Steam/ubuntu12_32/steam-runtime/lib/x86_64-linux-gnu", "~/.local/share/Steam/ubuntu12_32/steam-runtime/lib/i386-linux-gnu", and "~/.local/share/Steam/ubuntu12_64/steam-runtime-heavy/lib/x86_64-linux-gnu". The problem does not seem to occur with version 10.5 on Steam or with the nightly builds available via Steam, so it seems to be specific to version 10.6 on Steam. In case it becomes relevant for fixing this bug, the Linux distro that I am running is EndeavourOS, an Arch-Linux-based distro. ### Expected Behavior Steam successfully launches the game. [steam-log.txt](https://github.com/naev/naev/files/11992358/steam-log.txt) ### Version 10.6 on Steam ### What operating system are you seeing the problem on? Linux ### Relevant log output _No response_ ### Code of Conduct - [X] I agree to follow this project's Code of Conduct
defect
game fails to start on steam what happened observed behavior version of the game on steam fails to start on steam in particular when i click play in the game s page in my steam library steam tries to start the game but the game crashes before any window is even displayed the game itself did not generate any logs over this but i was able to capture the stdout and stderr from steam an save them to a file named steam log txt that i have attached i am not quite sure what the problem is but line of the attached log file mentions error while loading shared libraries so cannot open shared object file no such file or directory i am not the most familiar with where steam puts its libraries but i did find a file named so in local share steam steam runtime lib linux gnu local share steam steam runtime lib linux gnu and local share steam steam runtime heavy lib linux gnu the problem does not seem to occur with version on steam or with the nightly builds available via steam so it seems to be specific to version on steam in case it becomes relevant for fixing this bug the linux distro that i am running is endeavouros an arch linux based distro expected behavior steam successfully launches the game version on steam what operating system are you seeing the problem on linux relevant log output no response code of conduct i agree to follow this project s code of conduct
1
207,678
23,472,964,319
IssuesEvent
2022-08-17 01:00:19
app-mend-Sanity/License-check
https://api.github.com/repos/app-mend-Sanity/License-check
opened
handlebars-4.0.10.tgz: 11 vulnerabilities (highest severity is: 9.8)
security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.0.10.tgz</b></p></summary> <p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p> <p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.0.10.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.0.10.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/handlebars/package.json</p> <p> </details> ## Vulnerabilities | CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in | Remediation Available | | ------------- | ------------- | ----- | ----- | ----- | --- | --- | | [CVE-2021-23369](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23369) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 9.8 | handlebars-4.0.10.tgz | Direct | 4.1.2-0 | &#9989; | | [CVE-2021-44906](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-44906) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 9.8 | minimist-0.0.10.tgz | Transitive | 4.7.4 | &#9989; | | [CVE-2019-19919](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-19919) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 9.8 | handlebars-4.0.10.tgz | Direct | 4.3.0 | &#9989; | | [CVE-2021-23383](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23383) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 9.8 | handlebars-4.0.10.tgz | Direct | 4.1.2-0 | &#9989; | | [CVE-2019-20920](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-20920) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 8.1 | handlebars-4.0.10.tgz | Direct | 4.5.3 | &#9989; | | [CVE-2021-43138](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-43138) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.8 | async-1.5.2.tgz | Transitive | 4.1.1 | &#9989; | | [CVE-2019-20922](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-20922) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | handlebars-4.0.10.tgz | Direct | 4.4.5 | &#9989; | | [WS-2020-0450](https://github.com/handlebars-lang/handlebars.js/commit/33a3b46bc205f768f8edbc67241c68591fe3472c) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | handlebars-4.0.10.tgz | Direct | 4.1.2-0 | &#9989; | | [WS-2019-0064](https://github.com/wycats/handlebars.js/compare/v4.1.1...v4.1.2) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.3 | handlebars-4.0.10.tgz | Direct | 4.0.14 | &#9989; | | [WS-2019-0103](https://github.com/wycats/handlebars.js/issues/1267#issue-187151586) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Medium | 5.6 | handlebars-4.0.10.tgz | Direct | 4.0.13 | &#9989; | | [CVE-2020-7598](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7598) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Medium | 5.6 | minimist-0.0.10.tgz | Transitive | 4.7.4 | &#9989; | ## Details <details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2021-23369</summary> ### Vulnerable Library - <b>handlebars-4.0.10.tgz</b></p> <p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p> <p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.0.10.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.0.10.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/handlebars/package.json</p> <p> Dependency Hierarchy: - :x: **handlebars-4.0.10.tgz** (Vulnerable Library) <p>Found in base branch: <b>main</b></p> </p> <p></p> ### Vulnerability Details <p> The package handlebars before 4.7.7 are vulnerable to Remote Code Execution (RCE) when selecting certain compiling options to compile templates coming from an untrusted source. <p>Publish Date: 2021-04-12 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23369>CVE-2021-23369</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>9.8</b>) <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23369">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23369</a></p> <p>Release Date: 2021-04-12</p> <p>Fix Resolution: 4.1.2-0</p> </p> <p></p> :rescue_worker_helmet: Automatic Remediation is available for this issue </details><details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2021-44906</summary> ### Vulnerable Library - <b>minimist-0.0.10.tgz</b></p> <p>parse argument options</p> <p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz">https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/optimist/node_modules/minimist/package.json</p> <p> Dependency Hierarchy: - handlebars-4.0.10.tgz (Root Library) - optimist-0.6.1.tgz - :x: **minimist-0.0.10.tgz** (Vulnerable Library) <p>Found in base branch: <b>main</b></p> </p> <p></p> ### Vulnerability Details <p> Minimist <=1.2.5 is vulnerable to Prototype Pollution via file index.js, function setKey() (lines 69-95). <p>Publish Date: 2022-03-17 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-44906>CVE-2021-44906</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>9.8</b>) <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Release Date: 2022-03-17</p> <p>Fix Resolution (minimist): 1.2.6</p> <p>Direct dependency fix Resolution (handlebars): 4.7.4</p> </p> <p></p> :rescue_worker_helmet: Automatic Remediation is available for this issue </details><details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2019-19919</summary> ### Vulnerable Library - <b>handlebars-4.0.10.tgz</b></p> <p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p> <p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.0.10.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.0.10.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/handlebars/package.json</p> <p> Dependency Hierarchy: - :x: **handlebars-4.0.10.tgz** (Vulnerable Library) <p>Found in base branch: <b>main</b></p> </p> <p></p> ### Vulnerability Details <p> Versions of handlebars prior to 4.3.0 are vulnerable to Prototype Pollution leading to Remote Code Execution. Templates may alter an Object's __proto__ and __defineGetter__ properties, which may allow an attacker to execute arbitrary code through crafted payloads. <p>Publish Date: 2019-12-20 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-19919>CVE-2019-19919</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>9.8</b>) <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19919">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19919</a></p> <p>Release Date: 2019-12-20</p> <p>Fix Resolution: 4.3.0</p> </p> <p></p> :rescue_worker_helmet: Automatic Remediation is available for this issue </details><details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2021-23383</summary> ### Vulnerable Library - <b>handlebars-4.0.10.tgz</b></p> <p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p> <p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.0.10.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.0.10.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/handlebars/package.json</p> <p> Dependency Hierarchy: - :x: **handlebars-4.0.10.tgz** (Vulnerable Library) <p>Found in base branch: <b>main</b></p> </p> <p></p> ### Vulnerability Details <p> The package handlebars before 4.7.7 are vulnerable to Prototype Pollution when selecting certain compiling options to compile templates coming from an untrusted source. <p>Publish Date: 2021-05-04 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23383>CVE-2021-23383</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>9.8</b>) <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23383">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23383</a></p> <p>Release Date: 2021-05-04</p> <p>Fix Resolution: 4.1.2-0</p> </p> <p></p> :rescue_worker_helmet: Automatic Remediation is available for this issue </details><details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2019-20920</summary> ### Vulnerable Library - <b>handlebars-4.0.10.tgz</b></p> <p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p> <p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.0.10.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.0.10.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/handlebars/package.json</p> <p> Dependency Hierarchy: - :x: **handlebars-4.0.10.tgz** (Vulnerable Library) <p>Found in base branch: <b>main</b></p> </p> <p></p> ### Vulnerability Details <p> Handlebars before 3.0.8 and 4.x before 4.5.3 is vulnerable to Arbitrary Code Execution. The lookup helper fails to properly validate templates, allowing attackers to submit templates that execute arbitrary JavaScript. This can be used to run arbitrary code on a server processing Handlebars templates or in a victim's browser (effectively serving as XSS). <p>Publish Date: 2020-09-30 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-20920>CVE-2019-20920</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>8.1</b>) <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Changed - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: Low - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.npmjs.com/advisories/1324">https://www.npmjs.com/advisories/1324</a></p> <p>Release Date: 2020-10-15</p> <p>Fix Resolution: 4.5.3</p> </p> <p></p> :rescue_worker_helmet: Automatic Remediation is available for this issue </details><details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2021-43138</summary> ### Vulnerable Library - <b>async-1.5.2.tgz</b></p> <p>Higher-order functions and common patterns for asynchronous code</p> <p>Library home page: <a href="https://registry.npmjs.org/async/-/async-1.5.2.tgz">https://registry.npmjs.org/async/-/async-1.5.2.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/async/package.json</p> <p> Dependency Hierarchy: - handlebars-4.0.10.tgz (Root Library) - :x: **async-1.5.2.tgz** (Vulnerable Library) <p>Found in base branch: <b>main</b></p> </p> <p></p> ### Vulnerability Details <p> In Async before 2.6.4 and 3.x before 3.2.2, a malicious user can obtain privileges via the mapValues() method, aka lib/internal/iterator.js createObjectIterator prototype pollution. <p>Publish Date: 2022-04-06 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-43138>CVE-2021-43138</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>7.8</b>) <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: 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> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2021-43138">https://nvd.nist.gov/vuln/detail/CVE-2021-43138</a></p> <p>Release Date: 2022-04-06</p> <p>Fix Resolution (async): 2.6.4</p> <p>Direct dependency fix Resolution (handlebars): 4.1.1</p> </p> <p></p> :rescue_worker_helmet: Automatic Remediation is available for this issue </details><details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2019-20922</summary> ### Vulnerable Library - <b>handlebars-4.0.10.tgz</b></p> <p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p> <p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.0.10.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.0.10.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/handlebars/package.json</p> <p> Dependency Hierarchy: - :x: **handlebars-4.0.10.tgz** (Vulnerable Library) <p>Found in base branch: <b>main</b></p> </p> <p></p> ### Vulnerability Details <p> Handlebars before 4.4.5 allows Regular Expression Denial of Service (ReDoS) because of eager matching. The parser may be forced into an endless loop while processing crafted templates. This may allow attackers to exhaust system resources. <p>Publish Date: 2020-09-30 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-20922>CVE-2019-20922</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>7.5</b>) <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> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.npmjs.com/advisories/1300">https://www.npmjs.com/advisories/1300</a></p> <p>Release Date: 2020-09-30</p> <p>Fix Resolution: 4.4.5</p> </p> <p></p> :rescue_worker_helmet: Automatic Remediation is available for this issue </details><details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> WS-2020-0450</summary> ### Vulnerable Library - <b>handlebars-4.0.10.tgz</b></p> <p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p> <p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.0.10.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.0.10.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/handlebars/package.json</p> <p> Dependency Hierarchy: - :x: **handlebars-4.0.10.tgz** (Vulnerable Library) <p>Found in base branch: <b>main</b></p> </p> <p></p> ### Vulnerability Details <p> Handlebars before 4.6.0 vulnerable to Prototype Pollution. Prototype access to the template engine allows for potential code execution, which may lead to Denial Of Service (DoS). <p>Publish Date: 2020-01-09 <p>URL: <a href=https://github.com/handlebars-lang/handlebars.js/commit/33a3b46bc205f768f8edbc67241c68591fe3472c>WS-2020-0450</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>7.5</b>) <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> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Release Date: 2020-01-09</p> <p>Fix Resolution: 4.1.2-0</p> </p> <p></p> :rescue_worker_helmet: Automatic Remediation is available for this issue </details><details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> WS-2019-0064</summary> ### Vulnerable Library - <b>handlebars-4.0.10.tgz</b></p> <p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p> <p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.0.10.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.0.10.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/handlebars/package.json</p> <p> Dependency Hierarchy: - :x: **handlebars-4.0.10.tgz** (Vulnerable Library) <p>Found in base branch: <b>main</b></p> </p> <p></p> ### Vulnerability Details <p> Versions of handlebars prior to 4.0.14 are vulnerable to Prototype Pollution. Templates may alter an Objects' prototype, thus allowing an attacker to execute arbitrary code on the server. <p>Publish Date: 2019-01-30 <p>URL: <a href=https://github.com/wycats/handlebars.js/compare/v4.1.1...v4.1.2>WS-2019-0064</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>7.3</b>) <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.npmjs.com/advisories/755/">https://www.npmjs.com/advisories/755/</a></p> <p>Release Date: 2019-01-30</p> <p>Fix Resolution: 4.0.14</p> </p> <p></p> :rescue_worker_helmet: Automatic Remediation is available for this issue </details><details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> WS-2019-0103</summary> ### Vulnerable Library - <b>handlebars-4.0.10.tgz</b></p> <p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p> <p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.0.10.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.0.10.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/handlebars/package.json</p> <p> Dependency Hierarchy: - :x: **handlebars-4.0.10.tgz** (Vulnerable Library) <p>Found in base branch: <b>main</b></p> </p> <p></p> ### Vulnerability Details <p> Handlebars.js before 4.1.0 has Remote Code Execution (RCE) <p>Publish Date: 2019-01-30 <p>URL: <a href=https://github.com/wycats/handlebars.js/issues/1267#issue-187151586>WS-2019-0103</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>5.6</b>) <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Release Date: 2019-01-30</p> <p>Fix Resolution: 4.0.13</p> </p> <p></p> :rescue_worker_helmet: Automatic Remediation is available for this issue </details><details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> CVE-2020-7598</summary> ### Vulnerable Library - <b>minimist-0.0.10.tgz</b></p> <p>parse argument options</p> <p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz">https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/optimist/node_modules/minimist/package.json</p> <p> Dependency Hierarchy: - handlebars-4.0.10.tgz (Root Library) - optimist-0.6.1.tgz - :x: **minimist-0.0.10.tgz** (Vulnerable Library) <p>Found in base branch: <b>main</b></p> </p> <p></p> ### Vulnerability Details <p> minimist before 1.2.2 could be tricked into adding or modifying properties of Object.prototype using a "constructor" or "__proto__" payload. <p>Publish Date: 2020-03-11 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7598>CVE-2020-7598</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>5.6</b>) <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Release Date: 2020-03-11</p> <p>Fix Resolution (minimist): 0.2.1</p> <p>Direct dependency fix Resolution (handlebars): 4.7.4</p> </p> <p></p> :rescue_worker_helmet: Automatic Remediation is available for this issue </details> *** <p>:rescue_worker_helmet: Automatic Remediation is available for this issue.</p>
True
handlebars-4.0.10.tgz: 11 vulnerabilities (highest severity is: 9.8) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.0.10.tgz</b></p></summary> <p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p> <p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.0.10.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.0.10.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/handlebars/package.json</p> <p> </details> ## Vulnerabilities | CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in | Remediation Available | | ------------- | ------------- | ----- | ----- | ----- | --- | --- | | [CVE-2021-23369](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23369) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 9.8 | handlebars-4.0.10.tgz | Direct | 4.1.2-0 | &#9989; | | [CVE-2021-44906](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-44906) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 9.8 | minimist-0.0.10.tgz | Transitive | 4.7.4 | &#9989; | | [CVE-2019-19919](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-19919) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 9.8 | handlebars-4.0.10.tgz | Direct | 4.3.0 | &#9989; | | [CVE-2021-23383](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23383) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 9.8 | handlebars-4.0.10.tgz | Direct | 4.1.2-0 | &#9989; | | [CVE-2019-20920](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-20920) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 8.1 | handlebars-4.0.10.tgz | Direct | 4.5.3 | &#9989; | | [CVE-2021-43138](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-43138) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.8 | async-1.5.2.tgz | Transitive | 4.1.1 | &#9989; | | [CVE-2019-20922](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-20922) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | handlebars-4.0.10.tgz | Direct | 4.4.5 | &#9989; | | [WS-2020-0450](https://github.com/handlebars-lang/handlebars.js/commit/33a3b46bc205f768f8edbc67241c68591fe3472c) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.5 | handlebars-4.0.10.tgz | Direct | 4.1.2-0 | &#9989; | | [WS-2019-0064](https://github.com/wycats/handlebars.js/compare/v4.1.1...v4.1.2) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.3 | handlebars-4.0.10.tgz | Direct | 4.0.14 | &#9989; | | [WS-2019-0103](https://github.com/wycats/handlebars.js/issues/1267#issue-187151586) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Medium | 5.6 | handlebars-4.0.10.tgz | Direct | 4.0.13 | &#9989; | | [CVE-2020-7598](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7598) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Medium | 5.6 | minimist-0.0.10.tgz | Transitive | 4.7.4 | &#9989; | ## Details <details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2021-23369</summary> ### Vulnerable Library - <b>handlebars-4.0.10.tgz</b></p> <p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p> <p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.0.10.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.0.10.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/handlebars/package.json</p> <p> Dependency Hierarchy: - :x: **handlebars-4.0.10.tgz** (Vulnerable Library) <p>Found in base branch: <b>main</b></p> </p> <p></p> ### Vulnerability Details <p> The package handlebars before 4.7.7 are vulnerable to Remote Code Execution (RCE) when selecting certain compiling options to compile templates coming from an untrusted source. <p>Publish Date: 2021-04-12 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23369>CVE-2021-23369</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>9.8</b>) <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23369">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23369</a></p> <p>Release Date: 2021-04-12</p> <p>Fix Resolution: 4.1.2-0</p> </p> <p></p> :rescue_worker_helmet: Automatic Remediation is available for this issue </details><details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2021-44906</summary> ### Vulnerable Library - <b>minimist-0.0.10.tgz</b></p> <p>parse argument options</p> <p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz">https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/optimist/node_modules/minimist/package.json</p> <p> Dependency Hierarchy: - handlebars-4.0.10.tgz (Root Library) - optimist-0.6.1.tgz - :x: **minimist-0.0.10.tgz** (Vulnerable Library) <p>Found in base branch: <b>main</b></p> </p> <p></p> ### Vulnerability Details <p> Minimist <=1.2.5 is vulnerable to Prototype Pollution via file index.js, function setKey() (lines 69-95). <p>Publish Date: 2022-03-17 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-44906>CVE-2021-44906</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>9.8</b>) <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Release Date: 2022-03-17</p> <p>Fix Resolution (minimist): 1.2.6</p> <p>Direct dependency fix Resolution (handlebars): 4.7.4</p> </p> <p></p> :rescue_worker_helmet: Automatic Remediation is available for this issue </details><details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2019-19919</summary> ### Vulnerable Library - <b>handlebars-4.0.10.tgz</b></p> <p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p> <p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.0.10.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.0.10.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/handlebars/package.json</p> <p> Dependency Hierarchy: - :x: **handlebars-4.0.10.tgz** (Vulnerable Library) <p>Found in base branch: <b>main</b></p> </p> <p></p> ### Vulnerability Details <p> Versions of handlebars prior to 4.3.0 are vulnerable to Prototype Pollution leading to Remote Code Execution. Templates may alter an Object's __proto__ and __defineGetter__ properties, which may allow an attacker to execute arbitrary code through crafted payloads. <p>Publish Date: 2019-12-20 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-19919>CVE-2019-19919</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>9.8</b>) <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19919">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19919</a></p> <p>Release Date: 2019-12-20</p> <p>Fix Resolution: 4.3.0</p> </p> <p></p> :rescue_worker_helmet: Automatic Remediation is available for this issue </details><details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2021-23383</summary> ### Vulnerable Library - <b>handlebars-4.0.10.tgz</b></p> <p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p> <p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.0.10.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.0.10.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/handlebars/package.json</p> <p> Dependency Hierarchy: - :x: **handlebars-4.0.10.tgz** (Vulnerable Library) <p>Found in base branch: <b>main</b></p> </p> <p></p> ### Vulnerability Details <p> The package handlebars before 4.7.7 are vulnerable to Prototype Pollution when selecting certain compiling options to compile templates coming from an untrusted source. <p>Publish Date: 2021-05-04 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23383>CVE-2021-23383</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>9.8</b>) <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23383">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23383</a></p> <p>Release Date: 2021-05-04</p> <p>Fix Resolution: 4.1.2-0</p> </p> <p></p> :rescue_worker_helmet: Automatic Remediation is available for this issue </details><details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2019-20920</summary> ### Vulnerable Library - <b>handlebars-4.0.10.tgz</b></p> <p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p> <p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.0.10.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.0.10.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/handlebars/package.json</p> <p> Dependency Hierarchy: - :x: **handlebars-4.0.10.tgz** (Vulnerable Library) <p>Found in base branch: <b>main</b></p> </p> <p></p> ### Vulnerability Details <p> Handlebars before 3.0.8 and 4.x before 4.5.3 is vulnerable to Arbitrary Code Execution. The lookup helper fails to properly validate templates, allowing attackers to submit templates that execute arbitrary JavaScript. This can be used to run arbitrary code on a server processing Handlebars templates or in a victim's browser (effectively serving as XSS). <p>Publish Date: 2020-09-30 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-20920>CVE-2019-20920</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>8.1</b>) <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Changed - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: Low - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.npmjs.com/advisories/1324">https://www.npmjs.com/advisories/1324</a></p> <p>Release Date: 2020-10-15</p> <p>Fix Resolution: 4.5.3</p> </p> <p></p> :rescue_worker_helmet: Automatic Remediation is available for this issue </details><details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2021-43138</summary> ### Vulnerable Library - <b>async-1.5.2.tgz</b></p> <p>Higher-order functions and common patterns for asynchronous code</p> <p>Library home page: <a href="https://registry.npmjs.org/async/-/async-1.5.2.tgz">https://registry.npmjs.org/async/-/async-1.5.2.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/async/package.json</p> <p> Dependency Hierarchy: - handlebars-4.0.10.tgz (Root Library) - :x: **async-1.5.2.tgz** (Vulnerable Library) <p>Found in base branch: <b>main</b></p> </p> <p></p> ### Vulnerability Details <p> In Async before 2.6.4 and 3.x before 3.2.2, a malicious user can obtain privileges via the mapValues() method, aka lib/internal/iterator.js createObjectIterator prototype pollution. <p>Publish Date: 2022-04-06 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-43138>CVE-2021-43138</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>7.8</b>) <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: 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> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2021-43138">https://nvd.nist.gov/vuln/detail/CVE-2021-43138</a></p> <p>Release Date: 2022-04-06</p> <p>Fix Resolution (async): 2.6.4</p> <p>Direct dependency fix Resolution (handlebars): 4.1.1</p> </p> <p></p> :rescue_worker_helmet: Automatic Remediation is available for this issue </details><details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2019-20922</summary> ### Vulnerable Library - <b>handlebars-4.0.10.tgz</b></p> <p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p> <p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.0.10.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.0.10.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/handlebars/package.json</p> <p> Dependency Hierarchy: - :x: **handlebars-4.0.10.tgz** (Vulnerable Library) <p>Found in base branch: <b>main</b></p> </p> <p></p> ### Vulnerability Details <p> Handlebars before 4.4.5 allows Regular Expression Denial of Service (ReDoS) because of eager matching. The parser may be forced into an endless loop while processing crafted templates. This may allow attackers to exhaust system resources. <p>Publish Date: 2020-09-30 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-20922>CVE-2019-20922</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>7.5</b>) <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> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.npmjs.com/advisories/1300">https://www.npmjs.com/advisories/1300</a></p> <p>Release Date: 2020-09-30</p> <p>Fix Resolution: 4.4.5</p> </p> <p></p> :rescue_worker_helmet: Automatic Remediation is available for this issue </details><details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> WS-2020-0450</summary> ### Vulnerable Library - <b>handlebars-4.0.10.tgz</b></p> <p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p> <p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.0.10.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.0.10.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/handlebars/package.json</p> <p> Dependency Hierarchy: - :x: **handlebars-4.0.10.tgz** (Vulnerable Library) <p>Found in base branch: <b>main</b></p> </p> <p></p> ### Vulnerability Details <p> Handlebars before 4.6.0 vulnerable to Prototype Pollution. Prototype access to the template engine allows for potential code execution, which may lead to Denial Of Service (DoS). <p>Publish Date: 2020-01-09 <p>URL: <a href=https://github.com/handlebars-lang/handlebars.js/commit/33a3b46bc205f768f8edbc67241c68591fe3472c>WS-2020-0450</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>7.5</b>) <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> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Release Date: 2020-01-09</p> <p>Fix Resolution: 4.1.2-0</p> </p> <p></p> :rescue_worker_helmet: Automatic Remediation is available for this issue </details><details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> WS-2019-0064</summary> ### Vulnerable Library - <b>handlebars-4.0.10.tgz</b></p> <p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p> <p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.0.10.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.0.10.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/handlebars/package.json</p> <p> Dependency Hierarchy: - :x: **handlebars-4.0.10.tgz** (Vulnerable Library) <p>Found in base branch: <b>main</b></p> </p> <p></p> ### Vulnerability Details <p> Versions of handlebars prior to 4.0.14 are vulnerable to Prototype Pollution. Templates may alter an Objects' prototype, thus allowing an attacker to execute arbitrary code on the server. <p>Publish Date: 2019-01-30 <p>URL: <a href=https://github.com/wycats/handlebars.js/compare/v4.1.1...v4.1.2>WS-2019-0064</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>7.3</b>) <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.npmjs.com/advisories/755/">https://www.npmjs.com/advisories/755/</a></p> <p>Release Date: 2019-01-30</p> <p>Fix Resolution: 4.0.14</p> </p> <p></p> :rescue_worker_helmet: Automatic Remediation is available for this issue </details><details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> WS-2019-0103</summary> ### Vulnerable Library - <b>handlebars-4.0.10.tgz</b></p> <p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p> <p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.0.10.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.0.10.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/handlebars/package.json</p> <p> Dependency Hierarchy: - :x: **handlebars-4.0.10.tgz** (Vulnerable Library) <p>Found in base branch: <b>main</b></p> </p> <p></p> ### Vulnerability Details <p> Handlebars.js before 4.1.0 has Remote Code Execution (RCE) <p>Publish Date: 2019-01-30 <p>URL: <a href=https://github.com/wycats/handlebars.js/issues/1267#issue-187151586>WS-2019-0103</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>5.6</b>) <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Release Date: 2019-01-30</p> <p>Fix Resolution: 4.0.13</p> </p> <p></p> :rescue_worker_helmet: Automatic Remediation is available for this issue </details><details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> CVE-2020-7598</summary> ### Vulnerable Library - <b>minimist-0.0.10.tgz</b></p> <p>parse argument options</p> <p>Library home page: <a href="https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz">https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/optimist/node_modules/minimist/package.json</p> <p> Dependency Hierarchy: - handlebars-4.0.10.tgz (Root Library) - optimist-0.6.1.tgz - :x: **minimist-0.0.10.tgz** (Vulnerable Library) <p>Found in base branch: <b>main</b></p> </p> <p></p> ### Vulnerability Details <p> minimist before 1.2.2 could be tricked into adding or modifying properties of Object.prototype using a "constructor" or "__proto__" payload. <p>Publish Date: 2020-03-11 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7598>CVE-2020-7598</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>5.6</b>) <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Release Date: 2020-03-11</p> <p>Fix Resolution (minimist): 0.2.1</p> <p>Direct dependency fix Resolution (handlebars): 4.7.4</p> </p> <p></p> :rescue_worker_helmet: Automatic Remediation is available for this issue </details> *** <p>:rescue_worker_helmet: Automatic Remediation is available for this issue.</p>
non_defect
handlebars tgz vulnerabilities highest severity is vulnerable library handlebars tgz handlebars provides the power necessary to let you build semantic templates effectively with no frustration library home page a href path to dependency file package json path to vulnerable library node modules handlebars package json vulnerabilities cve severity cvss dependency type fixed in remediation available high handlebars tgz direct high minimist tgz transitive high handlebars tgz direct high handlebars tgz direct high handlebars tgz direct high async tgz transitive high handlebars tgz direct high handlebars tgz direct high handlebars tgz direct medium handlebars tgz direct medium minimist tgz transitive details cve vulnerable library handlebars tgz handlebars provides the power necessary to let you build semantic templates effectively with no frustration library home page a href path to dependency file package json path to vulnerable library node modules handlebars package json dependency hierarchy x handlebars tgz vulnerable library found in base branch main vulnerability details the package handlebars before are vulnerable to remote code execution rce when selecting certain compiling options to compile templates coming from an untrusted source publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution rescue worker helmet automatic remediation is available for this issue cve vulnerable library minimist tgz parse argument options library home page a href path to dependency file package json path to vulnerable library node modules optimist node modules minimist package json dependency hierarchy handlebars tgz root library optimist tgz x minimist tgz vulnerable library found in base branch main vulnerability details minimist is vulnerable to prototype pollution via file index js function setkey lines publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version release date fix resolution minimist direct dependency fix resolution handlebars rescue worker helmet automatic remediation is available for this issue cve vulnerable library handlebars tgz handlebars provides the power necessary to let you build semantic templates effectively with no frustration library home page a href path to dependency file package json path to vulnerable library node modules handlebars package json dependency hierarchy x handlebars tgz vulnerable library found in base branch main vulnerability details versions of handlebars prior to are vulnerable to prototype pollution leading to remote code execution templates may alter an object s proto and definegetter properties which may allow an attacker to execute arbitrary code through crafted payloads publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution rescue worker helmet automatic remediation is available for this issue cve vulnerable library handlebars tgz handlebars provides the power necessary to let you build semantic templates effectively with no frustration library home page a href path to dependency file package json path to vulnerable library node modules handlebars package json dependency hierarchy x handlebars tgz vulnerable library found in base branch main vulnerability details the package handlebars before are vulnerable to prototype pollution when selecting certain compiling options to compile templates coming from an untrusted source publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution rescue worker helmet automatic remediation is available for this issue cve vulnerable library handlebars tgz handlebars provides the power necessary to let you build semantic templates effectively with no frustration library home page a href path to dependency file package json path to vulnerable library node modules handlebars package json dependency hierarchy x handlebars tgz vulnerable library found in base branch main vulnerability details handlebars before and x before is vulnerable to arbitrary code execution the lookup helper fails to properly validate templates allowing attackers to submit templates that execute arbitrary javascript this can be used to run arbitrary code on a server processing handlebars templates or in a victim s browser effectively serving as xss publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope changed impact metrics confidentiality impact high integrity impact low availability impact low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution rescue worker helmet automatic remediation is available for this issue cve vulnerable library async tgz higher order functions and common patterns for asynchronous code library home page a href path to dependency file package json path to vulnerable library node modules async package json dependency hierarchy handlebars tgz root library x async tgz vulnerable library found in base branch main vulnerability details in async before and x before a malicious user can obtain privileges via the mapvalues method aka lib internal iterator js createobjectiterator prototype pollution publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution async direct dependency fix resolution handlebars rescue worker helmet automatic remediation is available for this issue cve vulnerable library handlebars tgz handlebars provides the power necessary to let you build semantic templates effectively with no frustration library home page a href path to dependency file package json path to vulnerable library node modules handlebars package json dependency hierarchy x handlebars tgz vulnerable library found in base branch main vulnerability details handlebars before allows regular expression denial of service redos because of eager matching the parser may be forced into an endless loop while processing crafted templates this may allow attackers to exhaust system resources 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 rescue worker helmet automatic remediation is available for this issue ws vulnerable library handlebars tgz handlebars provides the power necessary to let you build semantic templates effectively with no frustration library home page a href path to dependency file package json path to vulnerable library node modules handlebars package json dependency hierarchy x handlebars tgz vulnerable library found in base branch main vulnerability details handlebars before vulnerable to prototype pollution prototype access to the template engine allows for potential code execution which may lead to denial of service dos 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 release date fix resolution rescue worker helmet automatic remediation is available for this issue ws vulnerable library handlebars tgz handlebars provides the power necessary to let you build semantic templates effectively with no frustration library home page a href path to dependency file package json path to vulnerable library node modules handlebars package json dependency hierarchy x handlebars tgz vulnerable library found in base branch main vulnerability details versions of handlebars prior to are vulnerable to prototype pollution templates may alter an objects prototype thus allowing an attacker to execute arbitrary code on the server 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 low integrity impact low availability impact low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution rescue worker helmet automatic remediation is available for this issue ws vulnerable library handlebars tgz handlebars provides the power necessary to let you build semantic templates effectively with no frustration library home page a href path to dependency file package json path to vulnerable library node modules handlebars package json dependency hierarchy x handlebars tgz vulnerable library found in base branch main vulnerability details handlebars js before has remote code execution rce publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact low integrity impact low availability impact low for more information on scores click a href suggested fix type upgrade version release date fix resolution rescue worker helmet automatic remediation is available for this issue cve vulnerable library minimist tgz parse argument options library home page a href path to dependency file package json path to vulnerable library node modules optimist node modules minimist package json dependency hierarchy handlebars tgz root library optimist tgz x minimist tgz vulnerable library found in base branch main vulnerability details minimist before could be tricked into adding or modifying properties of object prototype using a constructor or proto payload publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact low integrity impact low availability impact low for more information on scores click a href suggested fix type upgrade version release date fix resolution minimist direct dependency fix resolution handlebars rescue worker helmet automatic remediation is available for this issue rescue worker helmet automatic remediation is available for this issue
0
97,606
28,371,400,477
IssuesEvent
2023-04-12 17:15:50
lbl-srg/modelica-buildings
https://api.github.com/repos/lbl-srg/modelica-buildings
closed
Add duty cycle blocks in CDL.Logical
OpenBuildingControl
This issue is to add duty cycle blocks as discussed in ASHRAE231p meeting: - [x] `CDL.Logical.ConstantDutyCycle`: produces an output that cycles on and off according to the specified length of time for the cycle, and the specified percentage of the time that the output should be on. It only cycles the output when the go input is on; if the go input is off, the output remains on. - [x] `CDL.Logical.VariableDutyCycle`: produces an output that cycles on and off according to the specified length of time for the cycle and the value of the input, which indicates the percentage of the cycle time the output should be on. It only cycles the output when the input value is greater than zero. If the input is zero, the output ~~remains off~~ remains on. For the `VariableDutyCycle`, if for example the cycle time is 10 minutes and the cycle on percentage is 50%, then at first 5 minutes the output will be `True` and the next 5 minutes will be `False`. If in the middle of one cycle (say 10 minutes cycle time), the cycle percentage changes from 50% to 25%, the output will become `True` immediately (a new timing period is established) for 2.5 minutes and remain `False` for 7.5 minutes.
1.0
Add duty cycle blocks in CDL.Logical - This issue is to add duty cycle blocks as discussed in ASHRAE231p meeting: - [x] `CDL.Logical.ConstantDutyCycle`: produces an output that cycles on and off according to the specified length of time for the cycle, and the specified percentage of the time that the output should be on. It only cycles the output when the go input is on; if the go input is off, the output remains on. - [x] `CDL.Logical.VariableDutyCycle`: produces an output that cycles on and off according to the specified length of time for the cycle and the value of the input, which indicates the percentage of the cycle time the output should be on. It only cycles the output when the input value is greater than zero. If the input is zero, the output ~~remains off~~ remains on. For the `VariableDutyCycle`, if for example the cycle time is 10 minutes and the cycle on percentage is 50%, then at first 5 minutes the output will be `True` and the next 5 minutes will be `False`. If in the middle of one cycle (say 10 minutes cycle time), the cycle percentage changes from 50% to 25%, the output will become `True` immediately (a new timing period is established) for 2.5 minutes and remain `False` for 7.5 minutes.
non_defect
add duty cycle blocks in cdl logical this issue is to add duty cycle blocks as discussed in meeting cdl logical constantdutycycle produces an output that cycles on and off according to the specified length of time for the cycle and the specified percentage of the time that the output should be on it only cycles the output when the go input is on if the go input is off the output remains on cdl logical variabledutycycle produces an output that cycles on and off according to the specified length of time for the cycle and the value of the input which indicates the percentage of the cycle time the output should be on it only cycles the output when the input value is greater than zero if the input is zero the output remains off remains on for the variabledutycycle if for example the cycle time is minutes and the cycle on percentage is then at first minutes the output will be true and the next minutes will be false if in the middle of one cycle say minutes cycle time the cycle percentage changes from to the output will become true immediately a new timing period is established for minutes and remain false for minutes
0
136,756
11,082,458,548
IssuesEvent
2019-12-13 12:10:46
connect-foundation/2019-02
https://api.github.com/repos/connect-foundation/2019-02
closed
[์ปจ๋ฒ„ํ„ฐ ์„œ๋ฒ„ ์„ฑ๋Šฅ ๊ฐœ์„ ] ๋ฐฉ์–ด ์‹œ์Šคํ…œ ์„ค๊ณ„
โš’Refactor ๐Ÿ“ Location : converter server ๐Ÿ”ฌTest
# [์ปจ๋ฒ„ํ„ฐ ์„œ๋ฒ„ ์„ฑ๋Šฅ ๊ฐœ์„ ] ๋ฐฉ์–ด ์‹œ์Šคํ…œ ์„ค๊ณ„ - ์ง€๋‚œ ๋ฐ๋ชจ๋ฐ์ด ํ…Œ์ŠคํŠธ ๋•Œ, ์ปจ๋ฒ„ํ„ฐ ์„œ๋ฒ„๊ฐ€ ๋‹ค์šด๋˜์—ˆ๋‹ค. - ๋ฉ”์‹œ์ง•ํ๋ฅผ ๋„์ž…ํ•˜์—ฌ ๋™์‹œ์— ๋งŽ์€ ์š”์ฒญ์ด ๋ฐœ์ƒํ–ˆ์„ ๋•Œ ๋Œ€์ฒ˜ํ• ์ˆ˜ ์žˆ๋Š” ์‹œ์Šคํ…œ์„ ๊ตฌํ˜„ํ•œ๋‹ค. ## ์™„๋ฃŒ ์กฐ๊ฑด โœ… - [x] ๊ฐ๋‹นํ•  ์ˆ˜ ์—†๋Š” ํŠธ๋ž˜ํ”ฝ์ด ๋ชฐ๋ ค๋„ ์„œ๋ฒ„๊ฐ€ ํ„ฐ์ง€์ง€ ์•Š๋Š” ๋ฐฉ์–ด ์‹œ์Šคํ…œ ์„ค๊ณ„ํ•˜๊ธฐ - [x] ํŒŒ์ผ ์ปจ๋ฒ„ํŒ…์— ๋Œ€ํ•œ Progress ์ •๋ณด๋ฅผ ์ œ๊ณตํ•ด UX ๋ฅผ ๊ฐœ์„ ํ•œ๋‹ค ## ๊ด€๋ จ ์ด์Šˆ ๐Ÿ“Ž - ์„ฑ๋Šฅ ์ตœ์ ํ™” ์ธํ”„๋ผ ์„ค๊ณ„ (#84) - ์ŠคํŠธ๋ ˆ์Šค ํ…Œ์ŠคํŠธ๋กœ ๋ณ‘๋ชฉ๊ตฌ๊ฐ„ ์ฐพ๊ธฐ (#83 ) ## ๋ ˆํผ๋Ÿฐ์Šค ๐Ÿ“š - [์„ฑ๋Šฅ,๋ถ€ํ•˜,์ŠคํŠธ๋ ˆ์Šค ํ…Œ์ŠคํŠธ์— ๋Œ€ํ•˜์—ฌ](https://nesoy.github.io/articles/2018-08/Testing-Performance#%EC%84%B1%EB%8A%A5-%EB%B6%80%ED%95%98-%EC%8A%A4%ED%8A%B8%EB%A0%88%EC%8A%A4-%ED%85%8C%EC%8A%A4%ED%8A%B8%EB%A5%BC-%EC%99%9Cwhy-%ED%95%A0%EA%B9%8C%EC%9A%94)
1.0
[์ปจ๋ฒ„ํ„ฐ ์„œ๋ฒ„ ์„ฑ๋Šฅ ๊ฐœ์„ ] ๋ฐฉ์–ด ์‹œ์Šคํ…œ ์„ค๊ณ„ - # [์ปจ๋ฒ„ํ„ฐ ์„œ๋ฒ„ ์„ฑ๋Šฅ ๊ฐœ์„ ] ๋ฐฉ์–ด ์‹œ์Šคํ…œ ์„ค๊ณ„ - ์ง€๋‚œ ๋ฐ๋ชจ๋ฐ์ด ํ…Œ์ŠคํŠธ ๋•Œ, ์ปจ๋ฒ„ํ„ฐ ์„œ๋ฒ„๊ฐ€ ๋‹ค์šด๋˜์—ˆ๋‹ค. - ๋ฉ”์‹œ์ง•ํ๋ฅผ ๋„์ž…ํ•˜์—ฌ ๋™์‹œ์— ๋งŽ์€ ์š”์ฒญ์ด ๋ฐœ์ƒํ–ˆ์„ ๋•Œ ๋Œ€์ฒ˜ํ• ์ˆ˜ ์žˆ๋Š” ์‹œ์Šคํ…œ์„ ๊ตฌํ˜„ํ•œ๋‹ค. ## ์™„๋ฃŒ ์กฐ๊ฑด โœ… - [x] ๊ฐ๋‹นํ•  ์ˆ˜ ์—†๋Š” ํŠธ๋ž˜ํ”ฝ์ด ๋ชฐ๋ ค๋„ ์„œ๋ฒ„๊ฐ€ ํ„ฐ์ง€์ง€ ์•Š๋Š” ๋ฐฉ์–ด ์‹œ์Šคํ…œ ์„ค๊ณ„ํ•˜๊ธฐ - [x] ํŒŒ์ผ ์ปจ๋ฒ„ํŒ…์— ๋Œ€ํ•œ Progress ์ •๋ณด๋ฅผ ์ œ๊ณตํ•ด UX ๋ฅผ ๊ฐœ์„ ํ•œ๋‹ค ## ๊ด€๋ จ ์ด์Šˆ ๐Ÿ“Ž - ์„ฑ๋Šฅ ์ตœ์ ํ™” ์ธํ”„๋ผ ์„ค๊ณ„ (#84) - ์ŠคํŠธ๋ ˆ์Šค ํ…Œ์ŠคํŠธ๋กœ ๋ณ‘๋ชฉ๊ตฌ๊ฐ„ ์ฐพ๊ธฐ (#83 ) ## ๋ ˆํผ๋Ÿฐ์Šค ๐Ÿ“š - [์„ฑ๋Šฅ,๋ถ€ํ•˜,์ŠคํŠธ๋ ˆ์Šค ํ…Œ์ŠคํŠธ์— ๋Œ€ํ•˜์—ฌ](https://nesoy.github.io/articles/2018-08/Testing-Performance#%EC%84%B1%EB%8A%A5-%EB%B6%80%ED%95%98-%EC%8A%A4%ED%8A%B8%EB%A0%88%EC%8A%A4-%ED%85%8C%EC%8A%A4%ED%8A%B8%EB%A5%BC-%EC%99%9Cwhy-%ED%95%A0%EA%B9%8C%EC%9A%94)
non_defect
๋ฐฉ์–ด ์‹œ์Šคํ…œ ์„ค๊ณ„ ๋ฐฉ์–ด ์‹œ์Šคํ…œ ์„ค๊ณ„ ์ง€๋‚œ ๋ฐ๋ชจ๋ฐ์ด ํ…Œ์ŠคํŠธ ๋•Œ ์ปจ๋ฒ„ํ„ฐ ์„œ๋ฒ„๊ฐ€ ๋‹ค์šด๋˜์—ˆ๋‹ค ๋ฉ”์‹œ์ง•ํ๋ฅผ ๋„์ž…ํ•˜์—ฌ ๋™์‹œ์— ๋งŽ์€ ์š”์ฒญ์ด ๋ฐœ์ƒํ–ˆ์„ ๋•Œ ๋Œ€์ฒ˜ํ• ์ˆ˜ ์žˆ๋Š” ์‹œ์Šคํ…œ์„ ๊ตฌํ˜„ํ•œ๋‹ค ์™„๋ฃŒ ์กฐ๊ฑด โœ… ๊ฐ๋‹นํ•  ์ˆ˜ ์—†๋Š” ํŠธ๋ž˜ํ”ฝ์ด ๋ชฐ๋ ค๋„ ์„œ๋ฒ„๊ฐ€ ํ„ฐ์ง€์ง€ ์•Š๋Š” ๋ฐฉ์–ด ์‹œ์Šคํ…œ ์„ค๊ณ„ํ•˜๊ธฐ ํŒŒ์ผ ์ปจ๋ฒ„ํŒ…์— ๋Œ€ํ•œ progress ์ •๋ณด๋ฅผ ์ œ๊ณตํ•ด ux ๋ฅผ ๊ฐœ์„ ํ•œ๋‹ค ๊ด€๋ จ ์ด์Šˆ ๐Ÿ“Ž ์„ฑ๋Šฅ ์ตœ์ ํ™” ์ธํ”„๋ผ ์„ค๊ณ„ ์ŠคํŠธ๋ ˆ์Šค ํ…Œ์ŠคํŠธ๋กœ ๋ณ‘๋ชฉ๊ตฌ๊ฐ„ ์ฐพ๊ธฐ ๋ ˆํผ๋Ÿฐ์Šค ๐Ÿ“š
0
128,849
5,077,762,122
IssuesEvent
2016-12-28 11:46:54
WoWManiaUK/Redemption
https://api.github.com/repos/WoWManiaUK/Redemption
closed
[Quest] Fuel for the Fire
Confirmed Fixed in Dev Priority Tweaking
http://www.wow-mania.com/armory/?quest=12690 For this quest you'lle need to use the Scepter of Command(http://www.wow-mania.com/armory/?item=39238) on Bloated Abominations(http://www.wow-mania.com/armory/?npc=28843) and then use their abilities at the Frigid Breach to kill 60 Drakkari Skullcrushers(http://www.wow-mania.com/armory/?npc=29099) and lure out 3 Drakkari Chieftains(http://www.wow-mania.com/armory/?npc=28873). This quest is doable but need some tweaks. It's not working as intended causing you to spend more time to complete it. Not all of the Bloated Abominations are being attacked by the Drakkari Skullcrushers. Making them not to follow the Abomination when you want to pull a large group since you'll need 60. They will die if you let the Abomination explode near enough. I don't know if the Drakkari Chieftains are supposed to be a killable target, but they are not now. Even not attackable by the Abomination.
1.0
[Quest] Fuel for the Fire - http://www.wow-mania.com/armory/?quest=12690 For this quest you'lle need to use the Scepter of Command(http://www.wow-mania.com/armory/?item=39238) on Bloated Abominations(http://www.wow-mania.com/armory/?npc=28843) and then use their abilities at the Frigid Breach to kill 60 Drakkari Skullcrushers(http://www.wow-mania.com/armory/?npc=29099) and lure out 3 Drakkari Chieftains(http://www.wow-mania.com/armory/?npc=28873). This quest is doable but need some tweaks. It's not working as intended causing you to spend more time to complete it. Not all of the Bloated Abominations are being attacked by the Drakkari Skullcrushers. Making them not to follow the Abomination when you want to pull a large group since you'll need 60. They will die if you let the Abomination explode near enough. I don't know if the Drakkari Chieftains are supposed to be a killable target, but they are not now. Even not attackable by the Abomination.
non_defect
fuel for the fire for this quest you lle need to use the scepter of command on bloated abominations and then use their abilities at the frigid breach to kill drakkari skullcrushers and lure out drakkari chieftains this quest is doable but need some tweaks it s not working as intended causing you to spend more time to complete it not all of the bloated abominations are being attacked by the drakkari skullcrushers making them not to follow the abomination when you want to pull a large group since you ll need they will die if you let the abomination explode near enough i don t know if the drakkari chieftains are supposed to be a killable target but they are not now even not attackable by the abomination
0
284,820
21,471,883,336
IssuesEvent
2022-04-26 10:14:01
remaro-network/remaro_worlds
https://api.github.com/repos/remaro-network/remaro_worlds
opened
Update README
documentation
Update to match new prerequisites, launch commands, ... Give credit to SWARMs/uuv_simulator for template Give credit to EU for funding
1.0
Update README - Update to match new prerequisites, launch commands, ... Give credit to SWARMs/uuv_simulator for template Give credit to EU for funding
non_defect
update readme update to match new prerequisites launch commands give credit to swarms uuv simulator for template give credit to eu for funding
0
74,079
24,934,442,844
IssuesEvent
2022-10-31 14:10:33
SasView/sasview
https://api.github.com/repos/SasView/sasview
closed
Constraints should be relational operator not assignment operators (Trac #487)
Defect Major
currently the constraints/optimizer treats the constraint as an assignment rather than relational operator. The result is that for 3 models the following constraint set up ```text M1.parameter1=M2.paramter1 M1.parameter1=M3.paramter1 ``` will result in ONLY the second constraint being implemented (the second assignment to M1.parameter1 overwrites the fist assignment). However if the constraints are set up as follows: ```text M2.parameter1=M1.parameter1 M3.parameter1=M1.parameter1 ``` results in the expected behavior. This is both confusing to users and seems logically incorrect for a constraint which should always, I think, be a relational object. Migrated from http://trac.sasview.org/ticket/487 ```json { "status": "new", "changetime": "2018-07-05T09:33:19", "_ts": "2018-07-05 09:33:19.073889+00:00", "description": "currently the constraints/optimizer treats the constraint as an assignment rather than relational operator. The result is that for 3 models the following constraint set up\n{{{\nM1.parameter1=M2.paramter1\nM1.parameter1=M3.paramter1\n}}}\nwill result in ONLY the second constraint being implemented (the second assignment to M1.parameter1 overwrites the fist assignment). However if the constraints are set up as follows:\n{{{\nM2.parameter1=M1.parameter1\nM3.parameter1=M1.parameter1\n}}}\nresults in the expected behavior. This is both confusing to users and seems logically incorrect for a constraint which should always, I think, be a relational object.", "reporter": "butler", "cc": "", "resolution": "", "workpackage": "Beta Approximation Project", "time": "2015-11-26T17:56:12", "component": "SasView", "summary": "Constraints should be relational operator not assignment operators", "priority": "major", "keywords": "", "milestone": "SasView Next Release +1", "owner": "", "type": "defect" } ```
1.0
Constraints should be relational operator not assignment operators (Trac #487) - currently the constraints/optimizer treats the constraint as an assignment rather than relational operator. The result is that for 3 models the following constraint set up ```text M1.parameter1=M2.paramter1 M1.parameter1=M3.paramter1 ``` will result in ONLY the second constraint being implemented (the second assignment to M1.parameter1 overwrites the fist assignment). However if the constraints are set up as follows: ```text M2.parameter1=M1.parameter1 M3.parameter1=M1.parameter1 ``` results in the expected behavior. This is both confusing to users and seems logically incorrect for a constraint which should always, I think, be a relational object. Migrated from http://trac.sasview.org/ticket/487 ```json { "status": "new", "changetime": "2018-07-05T09:33:19", "_ts": "2018-07-05 09:33:19.073889+00:00", "description": "currently the constraints/optimizer treats the constraint as an assignment rather than relational operator. The result is that for 3 models the following constraint set up\n{{{\nM1.parameter1=M2.paramter1\nM1.parameter1=M3.paramter1\n}}}\nwill result in ONLY the second constraint being implemented (the second assignment to M1.parameter1 overwrites the fist assignment). However if the constraints are set up as follows:\n{{{\nM2.parameter1=M1.parameter1\nM3.parameter1=M1.parameter1\n}}}\nresults in the expected behavior. This is both confusing to users and seems logically incorrect for a constraint which should always, I think, be a relational object.", "reporter": "butler", "cc": "", "resolution": "", "workpackage": "Beta Approximation Project", "time": "2015-11-26T17:56:12", "component": "SasView", "summary": "Constraints should be relational operator not assignment operators", "priority": "major", "keywords": "", "milestone": "SasView Next Release +1", "owner": "", "type": "defect" } ```
defect
constraints should be relational operator not assignment operators trac currently the constraints optimizer treats the constraint as an assignment rather than relational operator the result is that for models the following constraint set up text will result in only the second constraint being implemented the second assignment to overwrites the fist assignment however if the constraints are set up as follows text results in the expected behavior this is both confusing to users and seems logically incorrect for a constraint which should always i think be a relational object migrated from json status new changetime ts description currently the constraints optimizer treats the constraint as an assignment rather than relational operator the result is that for models the following constraint set up n n nwill result in only the second constraint being implemented the second assignment to overwrites the fist assignment however if the constraints are set up as follows n n nresults in the expected behavior this is both confusing to users and seems logically incorrect for a constraint which should always i think be a relational object reporter butler cc resolution workpackage beta approximation project time component sasview summary constraints should be relational operator not assignment operators priority major keywords milestone sasview next release owner type defect
1
757,751
26,527,285,655
IssuesEvent
2023-01-19 09:44:39
slsdetectorgroup/slsDetectorPackage
https://api.github.com/repos/slsdetectorgroup/slsDetectorPackage
closed
sls_detector_get patwaittime and patnloop reply missing level
action - Bug priority - Low status - resolved
g patwaittime N ==> Expected reply: patwaittime N XXX, got patwaittime XXX g patnloop M ==> Expected reply: patnloop M YYY, got patnloop YYY
1.0
sls_detector_get patwaittime and patnloop reply missing level - g patwaittime N ==> Expected reply: patwaittime N XXX, got patwaittime XXX g patnloop M ==> Expected reply: patnloop M YYY, got patnloop YYY
non_defect
sls detector get patwaittime and patnloop reply missing level g patwaittime n expected reply patwaittime n xxx got patwaittime xxx g patnloop m expected reply patnloop m yyy got patnloop yyy
0
35,182
7,632,339,374
IssuesEvent
2018-05-05 14:13:19
nadais/trac-test
https://api.github.com/repos/nadais/trac-test
closed
docbug: deletelink works also in mak:list
C: Doc P: high R: fixed T: defect
**Reported by frederik habils on 18 Oct 2002 19:01 UTC** http://www.best.eu.org/makumba/makumba-spec.html#delete says mak:deletelink needs a mandatory enclosing mak:object. In one experiment (johnny/superuser/eventListDelete.jsp) I saw it working in a mak:list Migrated-From: http://trac.makumba.org/ticket/18
1.0
docbug: deletelink works also in mak:list - **Reported by frederik habils on 18 Oct 2002 19:01 UTC** http://www.best.eu.org/makumba/makumba-spec.html#delete says mak:deletelink needs a mandatory enclosing mak:object. In one experiment (johnny/superuser/eventListDelete.jsp) I saw it working in a mak:list Migrated-From: http://trac.makumba.org/ticket/18
defect
docbug deletelink works also in mak list reported by frederik habils on oct utc says mak deletelink needs a mandatory enclosing mak object in one experiment johnny superuser eventlistdelete jsp i saw it working in a mak list migrated from
1
8,613
2,611,532,994
IssuesEvent
2015-02-27 06:03:59
chrsmith/hedgewars
https://api.github.com/repos/chrsmith/hedgewars
closed
Recent Installation of Hedgewars 0.9.19 Windows XP FAILS
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1.Choose an item from the menu, simple or against the computer 2.The stage is disorganized, unstructured. 3.Zooming in, zooming out, everything falls apart. What is the expected output? What do you see instead? The game should start correctly, but the objects are not in their usual places. What version of the product are you using? On what operating system? Hedgewars 0.9.19 On Windows XP Please provide any additional information below. It is the first time I install it on Windows, I use Linux generally, and it works correctly on it. ``` Original issue reported on code.google.com by `mauro...@gmail.com` on 25 Jun 2013 at 5:39 Attachments: * [Hedgewars_2013-06-25_02-24-09.jpg](https://storage.googleapis.com/google-code-attachments/hedgewars/issue-674/comment-0/Hedgewars_2013-06-25_02-24-09.jpg) * [Hedgewars_2013-06-25_02-23-55.jpg](https://storage.googleapis.com/google-code-attachments/hedgewars/issue-674/comment-0/Hedgewars_2013-06-25_02-23-55.jpg) * [Hedgewars_2013-06-25_02-22-54.jpg](https://storage.googleapis.com/google-code-attachments/hedgewars/issue-674/comment-0/Hedgewars_2013-06-25_02-22-54.jpg) * [Hedgewars_2013-06-25_02-22-43.jpg](https://storage.googleapis.com/google-code-attachments/hedgewars/issue-674/comment-0/Hedgewars_2013-06-25_02-22-43.jpg) * [Hedgewars_2013-06-25_02-22-23.jpg](https://storage.googleapis.com/google-code-attachments/hedgewars/issue-674/comment-0/Hedgewars_2013-06-25_02-22-23.jpg) * [Hedgewars_2013-06-25_02-21-56.jpg](https://storage.googleapis.com/google-code-attachments/hedgewars/issue-674/comment-0/Hedgewars_2013-06-25_02-21-56.jpg)
1.0
Recent Installation of Hedgewars 0.9.19 Windows XP FAILS - ``` What steps will reproduce the problem? 1.Choose an item from the menu, simple or against the computer 2.The stage is disorganized, unstructured. 3.Zooming in, zooming out, everything falls apart. What is the expected output? What do you see instead? The game should start correctly, but the objects are not in their usual places. What version of the product are you using? On what operating system? Hedgewars 0.9.19 On Windows XP Please provide any additional information below. It is the first time I install it on Windows, I use Linux generally, and it works correctly on it. ``` Original issue reported on code.google.com by `mauro...@gmail.com` on 25 Jun 2013 at 5:39 Attachments: * [Hedgewars_2013-06-25_02-24-09.jpg](https://storage.googleapis.com/google-code-attachments/hedgewars/issue-674/comment-0/Hedgewars_2013-06-25_02-24-09.jpg) * [Hedgewars_2013-06-25_02-23-55.jpg](https://storage.googleapis.com/google-code-attachments/hedgewars/issue-674/comment-0/Hedgewars_2013-06-25_02-23-55.jpg) * [Hedgewars_2013-06-25_02-22-54.jpg](https://storage.googleapis.com/google-code-attachments/hedgewars/issue-674/comment-0/Hedgewars_2013-06-25_02-22-54.jpg) * [Hedgewars_2013-06-25_02-22-43.jpg](https://storage.googleapis.com/google-code-attachments/hedgewars/issue-674/comment-0/Hedgewars_2013-06-25_02-22-43.jpg) * [Hedgewars_2013-06-25_02-22-23.jpg](https://storage.googleapis.com/google-code-attachments/hedgewars/issue-674/comment-0/Hedgewars_2013-06-25_02-22-23.jpg) * [Hedgewars_2013-06-25_02-21-56.jpg](https://storage.googleapis.com/google-code-attachments/hedgewars/issue-674/comment-0/Hedgewars_2013-06-25_02-21-56.jpg)
defect
recent installation of hedgewars windows xp fails what steps will reproduce the problem choose an item from the menu simple or against the computer the stage is disorganized unstructured zooming in zooming out everything falls apart what is the expected output what do you see instead the game should start correctly but the objects are not in their usual places what version of the product are you using on what operating system hedgewars on windows xp please provide any additional information below it is the first time i install it on windows i use linux generally and it works correctly on it original issue reported on code google com by mauro gmail com on jun at attachments
1
22,158
3,605,993,367
IssuesEvent
2016-02-04 09:12:06
zotonic/zotonic
https://api.github.com/repos/zotonic/zotonic
opened
zotonic_setup doesn't skip commented user_modules_dir and user_sites_dir
core defect
The zotonic scripts are all initialized by `src/scrips/helpers/zotonic_setup`. This shell script prepares environment variables to run zotonic scripts. It has to consult `zotonic.config` to see where the users site and module dirs are. This script doesn't recognise commented out values in the proplist and silently uses the commented out values.
1.0
zotonic_setup doesn't skip commented user_modules_dir and user_sites_dir - The zotonic scripts are all initialized by `src/scrips/helpers/zotonic_setup`. This shell script prepares environment variables to run zotonic scripts. It has to consult `zotonic.config` to see where the users site and module dirs are. This script doesn't recognise commented out values in the proplist and silently uses the commented out values.
defect
zotonic setup doesn t skip commented user modules dir and user sites dir the zotonic scripts are all initialized by src scrips helpers zotonic setup this shell script prepares environment variables to run zotonic scripts it has to consult zotonic config to see where the users site and module dirs are this script doesn t recognise commented out values in the proplist and silently uses the commented out values
1
411,518
27,824,302,376
IssuesEvent
2023-03-19 15:38:21
MDEllis73/mywebclass-simulation
https://api.github.com/repos/MDEllis73/mywebclass-simulation
opened
4. Create accessibility guidelines for site content compliance and establish baseline WAVE evaluation.
documentation
Acceptance Criteria: 1. Provide clear and concise documentation of the accessibility guidelines as per ADA, WCAG 2.1, Section 508 & EN 301549. 2. Perform accessibility testing on the website using automated accessibility testing tools such as Axe or Web Accessibility Evaluation Tool (WAVE) to ensure that it is fully accessible to users with disabilities. 3. Use manual testing techniques to identify any remaining accessibility issues not covered by automated testing. This could include using different assistive technologies.
1.0
4. Create accessibility guidelines for site content compliance and establish baseline WAVE evaluation. - Acceptance Criteria: 1. Provide clear and concise documentation of the accessibility guidelines as per ADA, WCAG 2.1, Section 508 & EN 301549. 2. Perform accessibility testing on the website using automated accessibility testing tools such as Axe or Web Accessibility Evaluation Tool (WAVE) to ensure that it is fully accessible to users with disabilities. 3. Use manual testing techniques to identify any remaining accessibility issues not covered by automated testing. This could include using different assistive technologies.
non_defect
create accessibility guidelines for site content compliance and establish baseline wave evaluation acceptance criteria provide clear and concise documentation of the accessibility guidelines as per ada wcag section en perform accessibility testing on the website using automated accessibility testing tools such as axe or web accessibility evaluation tool wave to ensure that it is fully accessible to users with disabilities use manual testing techniques to identify any remaining accessibility issues not covered by automated testing this could include using different assistive technologies
0
526,777
15,301,173,967
IssuesEvent
2021-02-24 13:17:31
AY2021S2-TIC4002-F18-2/tp2
https://api.github.com/repos/AY2021S2-TIC4002-F18-2/tp2
closed
As a user I can delete an employee record
priority.High type.Story
โ€ฆ so that I can remove an employee record that I no longer need
1.0
As a user I can delete an employee record - โ€ฆ so that I can remove an employee record that I no longer need
non_defect
as a user i can delete an employee record โ€ฆ so that i can remove an employee record that i no longer need
0
46,236
13,152,204,562
IssuesEvent
2020-08-09 20:53:38
Jacksole/Learning-JavaScript
https://api.github.com/repos/Jacksole/Learning-JavaScript
closed
CVE-2019-20149 (High) detected in kind-of-6.0.2.tgz
security vulnerability
## CVE-2019-20149 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>kind-of-6.0.2.tgz</b></p></summary> <p>Get the native type of a value.</p> <p>Library home page: <a href="https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz">https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz</a></p> <p>Path to dependency file: /tmp/ws-scm/Learning-JavaScript/React/react-form-validation-demo/package.json</p> <p>Path to vulnerable library: /tmp/ws-scm/Learning-JavaScript/my-project/node_modules/kind-of/package.json,/tmp/ws-scm/Learning-JavaScript/my-project/node_modules/kind-of/package.json,/tmp/ws-scm/Learning-JavaScript/my-project/node_modules/kind-of/package.json,/tmp/ws-scm/Learning-JavaScript/my-project/node_modules/kind-of/package.json</p> <p> Dependency Hierarchy: - gulp-4.0.2.tgz (Root Library) - glob-watcher-5.0.3.tgz - anymatch-2.0.0.tgz - micromatch-3.1.10.tgz - :x: **kind-of-6.0.2.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/Jacksole/Learning-JavaScript/commit/c9ca295725f33eb0d8e03f930a5da88ebb01cedf">c9ca295725f33eb0d8e03f930a5da88ebb01cedf</a></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> ctorName in index.js in kind-of v6.0.2 allows external user input to overwrite certain internal attributes via a conflicting name, as demonstrated by 'constructor': {'name':'Symbol'}. Hence, a crafted payload can overwrite this builtin attribute to manipulate the type detection result. <p>Publish Date: 2019-12-30 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-20149>CVE-2019-20149</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: High - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2019-20149">http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2019-20149</a></p> <p>Release Date: 2019-12-30</p> <p>Fix Resolution: 6.0.3</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-2019-20149 (High) detected in kind-of-6.0.2.tgz - ## CVE-2019-20149 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>kind-of-6.0.2.tgz</b></p></summary> <p>Get the native type of a value.</p> <p>Library home page: <a href="https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz">https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz</a></p> <p>Path to dependency file: /tmp/ws-scm/Learning-JavaScript/React/react-form-validation-demo/package.json</p> <p>Path to vulnerable library: /tmp/ws-scm/Learning-JavaScript/my-project/node_modules/kind-of/package.json,/tmp/ws-scm/Learning-JavaScript/my-project/node_modules/kind-of/package.json,/tmp/ws-scm/Learning-JavaScript/my-project/node_modules/kind-of/package.json,/tmp/ws-scm/Learning-JavaScript/my-project/node_modules/kind-of/package.json</p> <p> Dependency Hierarchy: - gulp-4.0.2.tgz (Root Library) - glob-watcher-5.0.3.tgz - anymatch-2.0.0.tgz - micromatch-3.1.10.tgz - :x: **kind-of-6.0.2.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/Jacksole/Learning-JavaScript/commit/c9ca295725f33eb0d8e03f930a5da88ebb01cedf">c9ca295725f33eb0d8e03f930a5da88ebb01cedf</a></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> ctorName in index.js in kind-of v6.0.2 allows external user input to overwrite certain internal attributes via a conflicting name, as demonstrated by 'constructor': {'name':'Symbol'}. Hence, a crafted payload can overwrite this builtin attribute to manipulate the type detection result. <p>Publish Date: 2019-12-30 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-20149>CVE-2019-20149</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: High - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2019-20149">http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2019-20149</a></p> <p>Release Date: 2019-12-30</p> <p>Fix Resolution: 6.0.3</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
cve high detected in kind of tgz cve high severity vulnerability vulnerable library kind of tgz get the native type of a value library home page a href path to dependency file tmp ws scm learning javascript react react form validation demo package json path to vulnerable library tmp ws scm learning javascript my project node modules kind of package json tmp ws scm learning javascript my project node modules kind of package json tmp ws scm learning javascript my project node modules kind of package json tmp ws scm learning javascript my project node modules kind of package json dependency hierarchy gulp tgz root library glob watcher tgz anymatch tgz micromatch tgz x kind of tgz vulnerable library found in head commit a href vulnerability details ctorname in index js in kind of allows external user input to overwrite certain internal attributes via a conflicting name as demonstrated by constructor name symbol hence a crafted payload can overwrite this builtin attribute to manipulate the type detection result 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 high availability impact none 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
96,280
3,966,773,559
IssuesEvent
2016-05-03 14:11:40
akcdotorg/akc.org
https://api.github.com/repos/akcdotorg/akc.org
opened
Facebook Video embeds are not working on Mobile
bug/issue high priority Mobile
Facebook Video embeds are not working properly on Mobile http://www.akc.org/content/entertainment/articles/untrainable-basset-hound-competes-in-agility/ http://stage-ng.akc.org/facebook-video/ http://stage-ng.akc.org/content/entertainment/articles/testing-mobile-facebook-video/ Right now, the videos are not clickable on mobile. We need to make it so they work properly and run on mobile
1.0
Facebook Video embeds are not working on Mobile - Facebook Video embeds are not working properly on Mobile http://www.akc.org/content/entertainment/articles/untrainable-basset-hound-competes-in-agility/ http://stage-ng.akc.org/facebook-video/ http://stage-ng.akc.org/content/entertainment/articles/testing-mobile-facebook-video/ Right now, the videos are not clickable on mobile. We need to make it so they work properly and run on mobile
non_defect
facebook video embeds are not working on mobile facebook video embeds are not working properly on mobile right now the videos are not clickable on mobile we need to make it so they work properly and run on mobile
0
29,914
5,955,803,842
IssuesEvent
2017-05-28 10:37:07
zotonic/zotonic
https://api.github.com/repos/zotonic/zotonic
closed
Compiled user files in two places
defect
When `user_ebin_dir` is configured (on master), and some file in the user dir is compiled, e.g. `zotonic/user/sites/yoursite.erl`, the compiled version ends up in two places, with one of course hiding the other: - `zotonic/user/ebin/yoursite.beam` - `zotonic/_build/default/lib/zotonic/ebin/yoursite.beam` (the Rebar dir).
1.0
Compiled user files in two places - When `user_ebin_dir` is configured (on master), and some file in the user dir is compiled, e.g. `zotonic/user/sites/yoursite.erl`, the compiled version ends up in two places, with one of course hiding the other: - `zotonic/user/ebin/yoursite.beam` - `zotonic/_build/default/lib/zotonic/ebin/yoursite.beam` (the Rebar dir).
defect
compiled user files in two places when user ebin dir is configured on master and some file in the user dir is compiled e g zotonic user sites yoursite erl the compiled version ends up in two places with one of course hiding the other zotonic user ebin yoursite beam zotonic build default lib zotonic ebin yoursite beam the rebar dir
1
101,081
21,575,881,774
IssuesEvent
2022-05-02 13:42:14
hardkoded/puppeteer-sharp
https://api.github.com/repos/hardkoded/puppeteer-sharp
closed
Add missing tests ignorehttpserrors.spec.ts
puppeteer code
ignorehttpserrors.spec.ts: Response.securityDetails: should be |null| for non-secure requests ignorehttpserrors.spec.ts: ignoreHTTPSErrors: should work ignorehttpserrors.spec.ts: ignoreHTTPSErrors: should work with request interception ignorehttpserrors.spec.ts: ignoreHTTPSErrors: should work with mixed content
1.0
Add missing tests ignorehttpserrors.spec.ts - ignorehttpserrors.spec.ts: Response.securityDetails: should be |null| for non-secure requests ignorehttpserrors.spec.ts: ignoreHTTPSErrors: should work ignorehttpserrors.spec.ts: ignoreHTTPSErrors: should work with request interception ignorehttpserrors.spec.ts: ignoreHTTPSErrors: should work with mixed content
non_defect
add missing tests ignorehttpserrors spec ts ignorehttpserrors spec ts response securitydetails should be null for non secure requests ignorehttpserrors spec ts ignorehttpserrors should work ignorehttpserrors spec ts ignorehttpserrors should work with request interception ignorehttpserrors spec ts ignorehttpserrors should work with mixed content
0
537,270
15,726,280,698
IssuesEvent
2021-03-29 11:05:25
scipp/scipp
https://api.github.com/repos/scipp/scipp
closed
Plotting eigen types
priority:low visualization
`plot` fails to plot (as expected), but error message is not incredibly useful. Could we check, report on types that cannot be plotted earlier with a more useful message: examples ```python x = sc.Variable(dims=['x'], dtype=sc.dtype.vector_3_float64, values=np.arange(30).reshape(10, 3)) plot(x) ``` ```python x = sc.Variable(dims=['x'], dtype=sc.dtype.matrix_3_float64, values=np.arange(90).reshape(10, 3, 3)) plot(x) ```
1.0
Plotting eigen types - `plot` fails to plot (as expected), but error message is not incredibly useful. Could we check, report on types that cannot be plotted earlier with a more useful message: examples ```python x = sc.Variable(dims=['x'], dtype=sc.dtype.vector_3_float64, values=np.arange(30).reshape(10, 3)) plot(x) ``` ```python x = sc.Variable(dims=['x'], dtype=sc.dtype.matrix_3_float64, values=np.arange(90).reshape(10, 3, 3)) plot(x) ```
non_defect
plotting eigen types plot fails to plot as expected but error message is not incredibly useful could we check report on types that cannot be plotted earlier with a more useful message examples python x sc variable dims dtype sc dtype vector values np arange reshape plot x python x sc variable dims dtype sc dtype matrix values np arange reshape plot x
0
4,414
3,023,680,345
IssuesEvent
2015-08-01 19:16:55
HeavensGate/Eternal
https://api.github.com/repos/HeavensGate/Eternal
opened
Convert Rev to RP-Rev
code high priority simple/easy
Find and convert default (secret gamemode) rev to rp-rev. Allow admins to bring about a rev gamemode, but default to rp-rev when secret chooses it.
1.0
Convert Rev to RP-Rev - Find and convert default (secret gamemode) rev to rp-rev. Allow admins to bring about a rev gamemode, but default to rp-rev when secret chooses it.
non_defect
convert rev to rp rev find and convert default secret gamemode rev to rp rev allow admins to bring about a rev gamemode but default to rp rev when secret chooses it
0
947
2,594,355,243
IssuesEvent
2015-02-20 02:16:39
BALL-Project/ball
https://api.github.com/repos/BALL-Project/ball
closed
Orthographic view mode not correctly initialized upon application start
C: BALL Core P: major R: fixed T: defect
**Reported by dstoeckel on 27 Mar 40691158 08:00 UTC** When starting BALLView in orthographic mode zooming, etc is not possible.
1.0
Orthographic view mode not correctly initialized upon application start - **Reported by dstoeckel on 27 Mar 40691158 08:00 UTC** When starting BALLView in orthographic mode zooming, etc is not possible.
defect
orthographic view mode not correctly initialized upon application start reported by dstoeckel on mar utc when starting ballview in orthographic mode zooming etc is not possible
1
52,742
27,752,930,063
IssuesEvent
2023-03-15 22:32:15
WordPress/gutenberg
https://api.github.com/repos/WordPress/gutenberg
closed
Release performance tests are failing since v14.8.0
[Type] Bug [Type] Performance GitHub Actions
The [release performance tests](https://github.com/WordPress/gutenberg/actions/workflows/performance.yml?query=event%3Arelease) have been failing since [14.8.0 RC](https://github.com/WordPress/gutenberg/actions/runs/3697358464) (Dec 14). Let's fix that. /cc @youknowriad @dmsnell
True
Release performance tests are failing since v14.8.0 - The [release performance tests](https://github.com/WordPress/gutenberg/actions/workflows/performance.yml?query=event%3Arelease) have been failing since [14.8.0 RC](https://github.com/WordPress/gutenberg/actions/runs/3697358464) (Dec 14). Let's fix that. /cc @youknowriad @dmsnell
non_defect
release performance tests are failing since the have been failing since dec let s fix that cc youknowriad dmsnell
0
11,865
9,524,090,553
IssuesEvent
2019-04-27 23:22:21
Azure/azure-sdk-for-node
https://api.github.com/repos/Azure/azure-sdk-for-node
closed
Cannot read DeadLetterQueue using auzure-sb
Service Attention Service Bus customer-reported
azure-sb docs do not describe a way to access the DeadLetterQueue using ServiceBusService. Is there another way to access DeadLetterQueue? <!---@tfsbridge:{"tfsId":5787034}-->
2.0
Cannot read DeadLetterQueue using auzure-sb - azure-sb docs do not describe a way to access the DeadLetterQueue using ServiceBusService. Is there another way to access DeadLetterQueue? <!---@tfsbridge:{"tfsId":5787034}-->
non_defect
cannot read deadletterqueue using auzure sb azure sb docs do not describe a way to access the deadletterqueue using servicebusservice is there another way to access deadletterqueue
0
2,024
2,603,975,147
IssuesEvent
2015-02-24 19:01:17
chrsmith/nishazi6
https://api.github.com/repos/chrsmith/nishazi6
opened
ๆฒˆ้˜ณ็–ฑ็–นๆฒป็–—ๅคšไน…
auto-migrated Priority-Medium Type-Defect
``` ๆฒˆ้˜ณ็–ฑ็–นๆฒป็–—ๅคšไน…ใ€“ๆฒˆ้™ฝ่ปๅ€ๆ”ฟๆฒป้ƒจ้†ซ้™ขๆ€ง็—…ใ€“TEL๏ผš024-3102330 8ใ€“ๆˆ็ซ‹ไบŽ1946ๅนด๏ผŒ68ๅนดๅฐˆๆณจไบŽๆ€งๅ‚ณๆ’ญ็–พ็—…็š„็ ”็ฉถๅ’Œๆฒป็™‚ใ€‚ไฝไบŽ๏ฟฝ ๏ฟฝ๏ฟฝ้™ฝๅธ‚ๆฒˆๆฒณๅ€ไบŒ็ทฏ่ทฏ32่™Ÿใ€‚ๆ˜ฏไธ€ๆ‰€่ˆ‡ๆ–ฐไธญๅœ‹ๅŒๅปบ็ซ‹ๅ…ฑ่ผ็…Œ็š„ๆญท๏ฟฝ ๏ฟฝ๏ฟฝๆ‚ ไน…ใ€่จญๅ‚™็ฒพ่‰ฏใ€ๆŠ€่ก“ๆฌŠๅจใ€ๅฐˆๅฎถไบ‘้›†๏ผŒๆ˜ฏ้ ้˜ฒใ€ไฟๅฅใ€้†ซ ็™‚ใ€็ง‘็ ”ๅบทๅพฉ็‚บไธ€้ซ”็š„็ถœๅˆๆ€ง้†ซ้™ขใ€‚ๆ˜ฏๅœ‹ๅฎถ้ฆ–ๆ‰นๅ…ฌ็ซ‹็”ฒ็ญ‰้ƒจ๏ฟฝ๏ฟฝ ๏ฟฝ้†ซ้™ขใ€ๅ…จๅœ‹้ฆ–ๆ‰น้†ซ็™‚่ฆ่Œƒๅฎš้ปžๅ–ฎไฝ๏ผŒๆ˜ฏ็ฌฌๅ››่ป้†ซๅคงๅญธใ€ๆฑๅ—๏ฟฝ ๏ฟฝ๏ฟฝๅญธ็ญ‰็Ÿฅๅ้ซ˜็ญ‰้™ขๆ ก็š„ๆ•™ๅญธ้†ซ้™ขใ€‚ๆ›พ่ขซไธญๅœ‹ไบบๆฐ‘่งฃๆ”พ่ป็ฉบ่ปๅŽ ๅ‹ค้ƒจ่ก›็”Ÿ้ƒจ่ฉ•็‚บ่ก›็”Ÿๅทฅไฝœๅ…ˆ้€ฒๅ–ฎไฝ๏ผŒๅ…ˆๅŽๅ…ฉๆฌกๆฆฎ็ซ‹้›†้ซ”ไบŒ็ญ‰๏ฟฝ๏ฟฝ ๏ฟฝใ€‚ ``` ----- Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 8:15
1.0
ๆฒˆ้˜ณ็–ฑ็–นๆฒป็–—ๅคšไน… - ``` ๆฒˆ้˜ณ็–ฑ็–นๆฒป็–—ๅคšไน…ใ€“ๆฒˆ้™ฝ่ปๅ€ๆ”ฟๆฒป้ƒจ้†ซ้™ขๆ€ง็—…ใ€“TEL๏ผš024-3102330 8ใ€“ๆˆ็ซ‹ไบŽ1946ๅนด๏ผŒ68ๅนดๅฐˆๆณจไบŽๆ€งๅ‚ณๆ’ญ็–พ็—…็š„็ ”็ฉถๅ’Œๆฒป็™‚ใ€‚ไฝไบŽ๏ฟฝ ๏ฟฝ๏ฟฝ้™ฝๅธ‚ๆฒˆๆฒณๅ€ไบŒ็ทฏ่ทฏ32่™Ÿใ€‚ๆ˜ฏไธ€ๆ‰€่ˆ‡ๆ–ฐไธญๅœ‹ๅŒๅปบ็ซ‹ๅ…ฑ่ผ็…Œ็š„ๆญท๏ฟฝ ๏ฟฝ๏ฟฝๆ‚ ไน…ใ€่จญๅ‚™็ฒพ่‰ฏใ€ๆŠ€่ก“ๆฌŠๅจใ€ๅฐˆๅฎถไบ‘้›†๏ผŒๆ˜ฏ้ ้˜ฒใ€ไฟๅฅใ€้†ซ ็™‚ใ€็ง‘็ ”ๅบทๅพฉ็‚บไธ€้ซ”็š„็ถœๅˆๆ€ง้†ซ้™ขใ€‚ๆ˜ฏๅœ‹ๅฎถ้ฆ–ๆ‰นๅ…ฌ็ซ‹็”ฒ็ญ‰้ƒจ๏ฟฝ๏ฟฝ ๏ฟฝ้†ซ้™ขใ€ๅ…จๅœ‹้ฆ–ๆ‰น้†ซ็™‚่ฆ่Œƒๅฎš้ปžๅ–ฎไฝ๏ผŒๆ˜ฏ็ฌฌๅ››่ป้†ซๅคงๅญธใ€ๆฑๅ—๏ฟฝ ๏ฟฝ๏ฟฝๅญธ็ญ‰็Ÿฅๅ้ซ˜็ญ‰้™ขๆ ก็š„ๆ•™ๅญธ้†ซ้™ขใ€‚ๆ›พ่ขซไธญๅœ‹ไบบๆฐ‘่งฃๆ”พ่ป็ฉบ่ปๅŽ ๅ‹ค้ƒจ่ก›็”Ÿ้ƒจ่ฉ•็‚บ่ก›็”Ÿๅทฅไฝœๅ…ˆ้€ฒๅ–ฎไฝ๏ผŒๅ…ˆๅŽๅ…ฉๆฌกๆฆฎ็ซ‹้›†้ซ”ไบŒ็ญ‰๏ฟฝ๏ฟฝ ๏ฟฝใ€‚ ``` ----- Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 8:15
defect
ๆฒˆ้˜ณ็–ฑ็–นๆฒป็–—ๅคšไน… ๆฒˆ้˜ณ็–ฑ็–นๆฒป็–—ๅคšไน…ใ€“ๆฒˆ้™ฝ่ปๅ€ๆ”ฟๆฒป้ƒจ้†ซ้™ขๆ€ง็—…ใ€“tel๏ผš ใ€“ ๏ผŒ ใ€‚ไฝไบŽ๏ฟฝ ๏ฟฝ๏ฟฝ ใ€‚ๆ˜ฏไธ€ๆ‰€่ˆ‡ๆ–ฐไธญๅœ‹ๅŒๅปบ็ซ‹ๅ…ฑ่ผ็…Œ็š„ๆญท๏ฟฝ ๏ฟฝ๏ฟฝๆ‚ ไน…ใ€่จญๅ‚™็ฒพ่‰ฏใ€ๆŠ€่ก“ๆฌŠๅจใ€ๅฐˆๅฎถไบ‘้›†๏ผŒๆ˜ฏ้ ้˜ฒใ€ไฟๅฅใ€้†ซ ็™‚ใ€็ง‘็ ”ๅบทๅพฉ็‚บไธ€้ซ”็š„็ถœๅˆๆ€ง้†ซ้™ขใ€‚ๆ˜ฏๅœ‹ๅฎถ้ฆ–ๆ‰นๅ…ฌ็ซ‹็”ฒ็ญ‰้ƒจ๏ฟฝ๏ฟฝ ๏ฟฝ้†ซ้™ขใ€ๅ…จๅœ‹้ฆ–ๆ‰น้†ซ็™‚่ฆ่Œƒๅฎš้ปžๅ–ฎไฝ๏ผŒๆ˜ฏ็ฌฌๅ››่ป้†ซๅคงๅญธใ€ๆฑๅ—๏ฟฝ ๏ฟฝ๏ฟฝๅญธ็ญ‰็Ÿฅๅ้ซ˜็ญ‰้™ขๆ ก็š„ๆ•™ๅญธ้†ซ้™ขใ€‚ๆ›พ่ขซไธญๅœ‹ไบบๆฐ‘่งฃๆ”พ่ป็ฉบ่ปๅŽ ๅ‹ค้ƒจ่ก›็”Ÿ้ƒจ่ฉ•็‚บ่ก›็”Ÿๅทฅไฝœๅ…ˆ้€ฒๅ–ฎไฝ๏ผŒๅ…ˆๅŽๅ…ฉๆฌกๆฆฎ็ซ‹้›†้ซ”ไบŒ็ญ‰๏ฟฝ๏ฟฝ ๏ฟฝใ€‚ original issue reported on code google com by gmail com on jun at
1
48,667
13,184,714,295
IssuesEvent
2020-08-12 19:57:37
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
test (Trac #30)
Incomplete Migration Migrated from Trac combo simulation defect
<details> <summary>_Migrated from https://code.icecube.wisc.edu/ticket/30 , reported by bchristy and owned by bchristy_</summary> <p> ```json { "status": "closed", "changetime": "2007-06-04T20:21:15", "description": "test of coolness", "reporter": "bchristy", "cc": "", "resolution": "worksforme", "_ts": "1180988475000000", "component": "combo simulation", "summary": "test", "priority": "normal", "keywords": "test", "time": "2007-06-04T20:20:17", "milestone": "", "owner": "bchristy", "type": "defect" } ``` </p> </details>
1.0
test (Trac #30) - <details> <summary>_Migrated from https://code.icecube.wisc.edu/ticket/30 , reported by bchristy and owned by bchristy_</summary> <p> ```json { "status": "closed", "changetime": "2007-06-04T20:21:15", "description": "test of coolness", "reporter": "bchristy", "cc": "", "resolution": "worksforme", "_ts": "1180988475000000", "component": "combo simulation", "summary": "test", "priority": "normal", "keywords": "test", "time": "2007-06-04T20:20:17", "milestone": "", "owner": "bchristy", "type": "defect" } ``` </p> </details>
defect
test trac migrated from reported by bchristy and owned by bchristy json status closed changetime description test of coolness reporter bchristy cc resolution worksforme ts component combo simulation summary test priority normal keywords test time milestone owner bchristy type defect
1
1,387
2,595,797,342
IssuesEvent
2015-02-20 16:32:42
OpenInternet/SAFETAG
https://api.github.com/repos/OpenInternet/SAFETAG
opened
Add guidance on why we use tools, and the alternative methods needs to be added.
documentation enhancement Feedback Training
Keeping the role of each tool in perspective is important so we donโ€™t get lost in the testing of each other them but lose sight of objectives. E.g. Recon-ng is great and was super interesting. An overview of why, how, and how itโ€™s been done in the past - the big picture - would have made it easier to explore and understand where it fits in the suite of possibilities. Basic intro to networks and how nmap works would have been helpful to frame the skill. We spent a lot of time looking at developing profiles, which was cool, but didnโ€™t position us to know why, when, and the basic approach to do the scans. See: [the overview overhaul branch for work on this](https://github.com/OpenInternet/SAFETAG/tree/overview_overhaul)
1.0
Add guidance on why we use tools, and the alternative methods needs to be added. - Keeping the role of each tool in perspective is important so we donโ€™t get lost in the testing of each other them but lose sight of objectives. E.g. Recon-ng is great and was super interesting. An overview of why, how, and how itโ€™s been done in the past - the big picture - would have made it easier to explore and understand where it fits in the suite of possibilities. Basic intro to networks and how nmap works would have been helpful to frame the skill. We spent a lot of time looking at developing profiles, which was cool, but didnโ€™t position us to know why, when, and the basic approach to do the scans. See: [the overview overhaul branch for work on this](https://github.com/OpenInternet/SAFETAG/tree/overview_overhaul)
non_defect
add guidance on why we use tools and the alternative methods needs to be added keeping the role of each tool in perspective is important so we donโ€™t get lost in the testing of each other them but lose sight of objectives e g recon ng is great and was super interesting an overview of why how and how itโ€™s been done in the past the big picture would have made it easier to explore and understand where it fits in the suite of possibilities basic intro to networks and how nmap works would have been helpful to frame the skill we spent a lot of time looking at developing profiles which was cool but didnโ€™t position us to know why when and the basic approach to do the scans see
0
10,471
2,622,165,285
IssuesEvent
2015-03-04 00:12:01
byzhang/graphchi
https://api.github.com/repos/byzhang/graphchi
opened
Assertion `numvertices == max_right_vertex + 1' failed.
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. using sparse matrix available at https://raw.github.com/gist/3422269/e0a585749a3a9ae84003fc368e80b69398a30d22/gis tfile1.txt 2. ./bin/als training lsa_test.mm What is the expected output? What do you see instead? expected decomposition, instead got assertion failure. for full output see https://gist.github.com/3422275 What version of the product are you using? On what operating system? setup as described http://bickson.blogspot.co.at/2012/08/collaborative-filtering-with-graphchi.html ?m=1 ``` Original issue reported on code.google.com by `matthew....@gmail.com` on 22 Aug 2012 at 4:27
1.0
Assertion `numvertices == max_right_vertex + 1' failed. - ``` What steps will reproduce the problem? 1. using sparse matrix available at https://raw.github.com/gist/3422269/e0a585749a3a9ae84003fc368e80b69398a30d22/gis tfile1.txt 2. ./bin/als training lsa_test.mm What is the expected output? What do you see instead? expected decomposition, instead got assertion failure. for full output see https://gist.github.com/3422275 What version of the product are you using? On what operating system? setup as described http://bickson.blogspot.co.at/2012/08/collaborative-filtering-with-graphchi.html ?m=1 ``` Original issue reported on code.google.com by `matthew....@gmail.com` on 22 Aug 2012 at 4:27
defect
assertion numvertices max right vertex failed what steps will reproduce the problem using sparse matrix available at txt bin als training lsa test mm what is the expected output what do you see instead expected decomposition instead got assertion failure for full output see what version of the product are you using on what operating system setup as described m original issue reported on code google com by matthew gmail com on aug at
1
384
2,535,797,434
IssuesEvent
2015-01-26 07:45:19
localwiki/localwiki
https://api.github.com/repos/localwiki/localwiki
closed
wikipedia interwiki redirect
bureaucracy defect
Before dwiki et all. Make sure this *never* breaks. Maybe add localwiki: to map & redirect to associated projects.
1.0
wikipedia interwiki redirect - Before dwiki et all. Make sure this *never* breaks. Maybe add localwiki: to map & redirect to associated projects.
defect
wikipedia interwiki redirect before dwiki et all make sure this never breaks maybe add localwiki to map redirect to associated projects
1
46,224
7,243,773,581
IssuesEvent
2018-02-14 13:01:40
giraffe-fsharp/Giraffe
https://api.github.com/repos/giraffe-fsharp/Giraffe
closed
Awaiting non-generic task
documentation
According to the latest blog post, Giraffe now has a dependency on `TaskBuilder`. After upgrading to Giraffe 1.0 the compiler complains with the following error: ![image](https://user-images.githubusercontent.com/8275461/36200592-81246d6a-117d-11e8-9e1e-dc73858e6a83.png) This is because `CreateDB` returns `Task` instead of `Task<unit>` which makes sense because it belongs to a C# project. However, if I replace the `open Giraffe` statement with `open FSharp.Control.Tasks` then it works. In other files were I only await generic tasks opening Giraffe is enough and I didn't need to touch anything. Do you know why this happens (the `task` builder is exposed by Giraffe but it doesn't work with non-generic tasks)? Can it be fixed?
1.0
Awaiting non-generic task - According to the latest blog post, Giraffe now has a dependency on `TaskBuilder`. After upgrading to Giraffe 1.0 the compiler complains with the following error: ![image](https://user-images.githubusercontent.com/8275461/36200592-81246d6a-117d-11e8-9e1e-dc73858e6a83.png) This is because `CreateDB` returns `Task` instead of `Task<unit>` which makes sense because it belongs to a C# project. However, if I replace the `open Giraffe` statement with `open FSharp.Control.Tasks` then it works. In other files were I only await generic tasks opening Giraffe is enough and I didn't need to touch anything. Do you know why this happens (the `task` builder is exposed by Giraffe but it doesn't work with non-generic tasks)? Can it be fixed?
non_defect
awaiting non generic task according to the latest blog post giraffe now has a dependency on taskbuilder after upgrading to giraffe the compiler complains with the following error this is because createdb returns task instead of task which makes sense because it belongs to a c project however if i replace the open giraffe statement with open fsharp control tasks then it works in other files were i only await generic tasks opening giraffe is enough and i didn t need to touch anything do you know why this happens the task builder is exposed by giraffe but it doesn t work with non generic tasks can it be fixed
0
41,588
5,376,206,615
IssuesEvent
2017-02-23 08:23:22
Microsoft/vscode
https://api.github.com/repos/Microsoft/vscode
closed
Test: configurable window title
testplan-item
- [x] win @egamma - [x] os x @kieferrm - [x] linux @mousetraps Refs: https://github.com/Microsoft/vscode/issues/1723 We added a new setting `window.title `that can be used to alter the window title when opening files. * verify you can change this setting and the change applies live and is preserved between restarts * verify the description and behaviour of the setting and the variables makes sense to you and work * if you have ideas for additional variables, feel free to report back
1.0
Test: configurable window title - - [x] win @egamma - [x] os x @kieferrm - [x] linux @mousetraps Refs: https://github.com/Microsoft/vscode/issues/1723 We added a new setting `window.title `that can be used to alter the window title when opening files. * verify you can change this setting and the change applies live and is preserved between restarts * verify the description and behaviour of the setting and the variables makes sense to you and work * if you have ideas for additional variables, feel free to report back
non_defect
test configurable window title win egamma os x kieferrm linux mousetraps refs we added a new setting window title that can be used to alter the window title when opening files verify you can change this setting and the change applies live and is preserved between restarts verify the description and behaviour of the setting and the variables makes sense to you and work if you have ideas for additional variables feel free to report back
0
24,725
4,082,216,917
IssuesEvent
2016-05-31 12:03:30
excilys/androidannotations
https://api.github.com/repos/excilys/androidannotations
closed
AA 4.0.0 @Trace code is not generated
Defect
Is @Trace Annotation working in 4.0.0? Somehow I see not effect this is original class ``` @EBean class DbConcurrentAccessWorker { @Trace(tag = PlaygroundApplication.TAG, level = AndroidConstants.LOG_WARN) @Background(id = "worker") public void doWork() { while (Thread.currentThread().isAlive()) { if (random.nextBoolean()) { writeToDb(); } else { readFromDb(); } } Ln.w("Stopping"); } @Trace(tag = PlaygroundApplication.TAG, level = AndroidConstants.LOG_WARN) void writeToDb() { } @Trace(tag = PlaygroundApplication.TAG, level = AndroidConstants.LOG_WARN) void readFromDb() { } } ``` and this is what I get after aa processing ``` public final class DbConcurrentAccessWorkerImpl extends DbConcurrentAccessWorker { private Context context_; private DbConcurrentAccessWorkerImpl(Context context) { context_ = context; init_(); } public static DbConcurrentAccessWorkerImpl getInstance_(Context context) { return new DbConcurrentAccessWorkerImpl(context); } private void init_() { } public void rebind(Context context) { context_ = context; init_(); } @Trace(tag = "DE.TOMCOM.FRAMEWORK.PLAYGROUND", level = 5) @Override public void doWork() { BackgroundExecutor.execute(new BackgroundExecutor.Task("worker", 0L, "") { @Override public void execute() { try { DbConcurrentAccessWorkerImpl.super.doWork(); } catch (final Throwable e) { Thread.getDefaultUncaughtExceptionHandler().uncaughtException(Thread.currentThread(), e); } } } ); } } ``` the first strange thing is why @Trace is copied to target class. the second - there is no tracing at all.
1.0
AA 4.0.0 @Trace code is not generated - Is @Trace Annotation working in 4.0.0? Somehow I see not effect this is original class ``` @EBean class DbConcurrentAccessWorker { @Trace(tag = PlaygroundApplication.TAG, level = AndroidConstants.LOG_WARN) @Background(id = "worker") public void doWork() { while (Thread.currentThread().isAlive()) { if (random.nextBoolean()) { writeToDb(); } else { readFromDb(); } } Ln.w("Stopping"); } @Trace(tag = PlaygroundApplication.TAG, level = AndroidConstants.LOG_WARN) void writeToDb() { } @Trace(tag = PlaygroundApplication.TAG, level = AndroidConstants.LOG_WARN) void readFromDb() { } } ``` and this is what I get after aa processing ``` public final class DbConcurrentAccessWorkerImpl extends DbConcurrentAccessWorker { private Context context_; private DbConcurrentAccessWorkerImpl(Context context) { context_ = context; init_(); } public static DbConcurrentAccessWorkerImpl getInstance_(Context context) { return new DbConcurrentAccessWorkerImpl(context); } private void init_() { } public void rebind(Context context) { context_ = context; init_(); } @Trace(tag = "DE.TOMCOM.FRAMEWORK.PLAYGROUND", level = 5) @Override public void doWork() { BackgroundExecutor.execute(new BackgroundExecutor.Task("worker", 0L, "") { @Override public void execute() { try { DbConcurrentAccessWorkerImpl.super.doWork(); } catch (final Throwable e) { Thread.getDefaultUncaughtExceptionHandler().uncaughtException(Thread.currentThread(), e); } } } ); } } ``` the first strange thing is why @Trace is copied to target class. the second - there is no tracing at all.
defect
aa trace code is not generated is trace annotation working in somehow i see not effect this is original class ebean class dbconcurrentaccessworker trace tag playgroundapplication tag level androidconstants log warn background id worker public void dowork while thread currentthread isalive if random nextboolean writetodb else readfromdb ln w stopping trace tag playgroundapplication tag level androidconstants log warn void writetodb trace tag playgroundapplication tag level androidconstants log warn void readfromdb and this is what i get after aa processing public final class dbconcurrentaccessworkerimpl extends dbconcurrentaccessworker private context context private dbconcurrentaccessworkerimpl context context context context init public static dbconcurrentaccessworkerimpl getinstance context context return new dbconcurrentaccessworkerimpl context private void init public void rebind context context context context init trace tag de tomcom framework playground level override public void dowork backgroundexecutor execute new backgroundexecutor task worker override public void execute try dbconcurrentaccessworkerimpl super dowork catch final throwable e thread getdefaultuncaughtexceptionhandler uncaughtexception thread currentthread e the first strange thing is why trace is copied to target class the second there is no tracing at all
1
289,614
31,991,426,973
IssuesEvent
2023-09-21 06:12:48
pazhanivel07/frameworks_av_AOSP_10_r33_CVE-2023-35687_CVE-2023-35679
https://api.github.com/repos/pazhanivel07/frameworks_av_AOSP_10_r33_CVE-2023-35687_CVE-2023-35679
opened
CVE-2022-20228 (Medium) detected in avandroid-10.0.0_r33
Mend: dependency security vulnerability
## CVE-2022-20228 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>avandroid-10.0.0_r33</b></p></summary> <p> <p>Library home page: <a href=https://android.googlesource.com/platform/frameworks/av>https://android.googlesource.com/platform/frameworks/av</a></p> <p>Found in HEAD commit: <a href="https://github.com/pazhanivel07/frameworks_av_AOSP_10_r33_CVE-2023-35687_CVE-2023-35679/commit/f6c68d1f56234bf68c91ea85f355b0612cd36a2b">f6c68d1f56234bf68c91ea85f355b0612cd36a2b</a></p> <p>Found in base branch: <b>main</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/media/codec2/vndk/C2AllocatorIon.cpp</b> </p> </details> <p></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> In various functions of C2DmaBufAllocator.cpp, there is a possible memory corruption due to a use after free. This could lead to remote information disclosure with no additional execution privileges needed. User interaction is needed for exploitation.Product: AndroidVersions: Android-12 Android-12LAndroid ID: A-213850092 <p>Publish Date: 2022-07-13 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-20228>CVE-2022-20228</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.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://android.googlesource.com/platform/frameworks/av/+/a12f8a065c081b7aa2d7aaa1df79498c282c53d2">https://android.googlesource.com/platform/frameworks/av/+/a12f8a065c081b7aa2d7aaa1df79498c282c53d2</a></p> <p>Release Date: 2022-07-13</p> <p>Fix Resolution: android-12.1.0_r9</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-20228 (Medium) detected in avandroid-10.0.0_r33 - ## CVE-2022-20228 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>avandroid-10.0.0_r33</b></p></summary> <p> <p>Library home page: <a href=https://android.googlesource.com/platform/frameworks/av>https://android.googlesource.com/platform/frameworks/av</a></p> <p>Found in HEAD commit: <a href="https://github.com/pazhanivel07/frameworks_av_AOSP_10_r33_CVE-2023-35687_CVE-2023-35679/commit/f6c68d1f56234bf68c91ea85f355b0612cd36a2b">f6c68d1f56234bf68c91ea85f355b0612cd36a2b</a></p> <p>Found in base branch: <b>main</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/media/codec2/vndk/C2AllocatorIon.cpp</b> </p> </details> <p></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> In various functions of C2DmaBufAllocator.cpp, there is a possible memory corruption due to a use after free. This could lead to remote information disclosure with no additional execution privileges needed. User interaction is needed for exploitation.Product: AndroidVersions: Android-12 Android-12LAndroid ID: A-213850092 <p>Publish Date: 2022-07-13 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-20228>CVE-2022-20228</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.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://android.googlesource.com/platform/frameworks/av/+/a12f8a065c081b7aa2d7aaa1df79498c282c53d2">https://android.googlesource.com/platform/frameworks/av/+/a12f8a065c081b7aa2d7aaa1df79498c282c53d2</a></p> <p>Release Date: 2022-07-13</p> <p>Fix Resolution: android-12.1.0_r9</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
cve medium detected in avandroid cve medium severity vulnerability vulnerable library avandroid library home page a href found in head commit a href found in base branch main vulnerable source files media vndk cpp vulnerability details in various functions of cpp there is a possible memory corruption due to a use after free this could lead to remote information disclosure with no additional execution privileges needed user interaction is needed for exploitation product androidversions android android id a 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 unchanged impact metrics confidentiality impact high integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution android step up your open source security game with mend
0
91,448
11,502,576,832
IssuesEvent
2020-02-12 19:22:34
phetsims/build-a-molecule
https://api.github.com/repos/phetsims/build-a-molecule
closed
Scissor icon on touch devices
design:general priority:3-medium status:ready-for-review
There is a scissor icon that is shown when a user hovers the cursor over a bond. This indicates that it can be broken and clicking over the bond produces a "cutting" animation by the scissors. As mentioned by @ariel-phet, this may need to change for touch devices because a user can't hover the cursor over the bond. It is a press event that occurs. @terracoda Also mentioned that keyboard navigability should be considered for these reasons as well.
1.0
Scissor icon on touch devices - There is a scissor icon that is shown when a user hovers the cursor over a bond. This indicates that it can be broken and clicking over the bond produces a "cutting" animation by the scissors. As mentioned by @ariel-phet, this may need to change for touch devices because a user can't hover the cursor over the bond. It is a press event that occurs. @terracoda Also mentioned that keyboard navigability should be considered for these reasons as well.
non_defect
scissor icon on touch devices there is a scissor icon that is shown when a user hovers the cursor over a bond this indicates that it can be broken and clicking over the bond produces a cutting animation by the scissors as mentioned by ariel phet this may need to change for touch devices because a user can t hover the cursor over the bond it is a press event that occurs terracoda also mentioned that keyboard navigability should be considered for these reasons as well
0
36,207
7,868,224,317
IssuesEvent
2018-06-23 18:45:37
StrikeNP/trac_test
https://api.github.com/repos/StrikeNP/trac_test
closed
DYCOMS II RF02 restart nightly test is broken as of 1 April 2014 (Trac #673)
Migrated from Trac bmg2@uwm.edu clubb_src defect
The RF02 restart simulation isn't plotting (probably because it crashes) as of 1 April 2014. However, it worked on 28 Mar 2014. The only change between those two dates is r6818. I don't know why this change would crash the restart but not other cases, but Brian, could you please investigate? Attachments: [plot_explicit_ta_configs.maff](https://github.com/larson-group/trac_attachment_archive/blob/master/trac_test/822/plot_explicit_ta_configs.maff) [plot_new_pdf_config_1_plot_2.maff](https://github.com/larson-group/trac_attachment_archive/blob/master/trac_test/822/plot_new_pdf_config_1_plot_2.maff) [plot_combo_pdf_run_3.maff](https://github.com/larson-group/trac_attachment_archive/blob/master/trac_test/822/plot_combo_pdf_run_3.maff) [plot_input_fields_rtp3_thlp3_1.maff](https://github.com/larson-group/trac_attachment_archive/blob/master/trac_test/822/plot_input_fields_rtp3_thlp3_1.maff) [plot_new_pdf_20180522_test_1.maff](https://github.com/larson-group/trac_attachment_archive/blob/master/trac_test/822/plot_new_pdf_20180522_test_1.maff) [plot_attempts_8_10.maff](https://github.com/larson-group/trac_attachment_archive/blob/master/trac_test/822/plot_attempts_8_10.maff) [plot_attempt_8_only.maff](https://github.com/larson-group/trac_attachment_archive/blob/master/trac_test/822/plot_attempt_8_only.maff) [plot_beta_1p3.maff](https://github.com/larson-group/trac_attachment_archive/blob/master/trac_test/822/plot_beta_1p3.maff) [plot_beta_1p3_all.maff](https://github.com/larson-group/trac_attachment_archive/blob/master/trac_test/822/plot_beta_1p3_all.maff) Migrated from http://carson.math.uwm.edu/trac/clubb/ticket/673 ```json { "status": "closed", "changetime": "2014-04-04T23:16:05", "description": "\nThe RF02 restart simulation isn't plotting (probably because it crashes) as of 1 April 2014. However, it worked on 28 Mar 2014. The only change between those two dates is r6818. I don't know why this change would crash the restart but not other cases, but Brian, could you please investigate?", "reporter": "vlarson@uwm.edu", "cc": "vlarson@uwm.edu", "resolution": "worksforme", "_ts": "1396653365701845", "component": "clubb_src", "summary": "DYCOMS II RF02 restart nightly test is broken as of 1 April 2014", "priority": "critical", "keywords": "", "time": "2014-04-02T22:23:23", "milestone": "4. Fix bugs", "owner": "bmg2@uwm.edu", "type": "defect" } ```
1.0
DYCOMS II RF02 restart nightly test is broken as of 1 April 2014 (Trac #673) - The RF02 restart simulation isn't plotting (probably because it crashes) as of 1 April 2014. However, it worked on 28 Mar 2014. The only change between those two dates is r6818. I don't know why this change would crash the restart but not other cases, but Brian, could you please investigate? Attachments: [plot_explicit_ta_configs.maff](https://github.com/larson-group/trac_attachment_archive/blob/master/trac_test/822/plot_explicit_ta_configs.maff) [plot_new_pdf_config_1_plot_2.maff](https://github.com/larson-group/trac_attachment_archive/blob/master/trac_test/822/plot_new_pdf_config_1_plot_2.maff) [plot_combo_pdf_run_3.maff](https://github.com/larson-group/trac_attachment_archive/blob/master/trac_test/822/plot_combo_pdf_run_3.maff) [plot_input_fields_rtp3_thlp3_1.maff](https://github.com/larson-group/trac_attachment_archive/blob/master/trac_test/822/plot_input_fields_rtp3_thlp3_1.maff) [plot_new_pdf_20180522_test_1.maff](https://github.com/larson-group/trac_attachment_archive/blob/master/trac_test/822/plot_new_pdf_20180522_test_1.maff) [plot_attempts_8_10.maff](https://github.com/larson-group/trac_attachment_archive/blob/master/trac_test/822/plot_attempts_8_10.maff) [plot_attempt_8_only.maff](https://github.com/larson-group/trac_attachment_archive/blob/master/trac_test/822/plot_attempt_8_only.maff) [plot_beta_1p3.maff](https://github.com/larson-group/trac_attachment_archive/blob/master/trac_test/822/plot_beta_1p3.maff) [plot_beta_1p3_all.maff](https://github.com/larson-group/trac_attachment_archive/blob/master/trac_test/822/plot_beta_1p3_all.maff) Migrated from http://carson.math.uwm.edu/trac/clubb/ticket/673 ```json { "status": "closed", "changetime": "2014-04-04T23:16:05", "description": "\nThe RF02 restart simulation isn't plotting (probably because it crashes) as of 1 April 2014. However, it worked on 28 Mar 2014. The only change between those two dates is r6818. I don't know why this change would crash the restart but not other cases, but Brian, could you please investigate?", "reporter": "vlarson@uwm.edu", "cc": "vlarson@uwm.edu", "resolution": "worksforme", "_ts": "1396653365701845", "component": "clubb_src", "summary": "DYCOMS II RF02 restart nightly test is broken as of 1 April 2014", "priority": "critical", "keywords": "", "time": "2014-04-02T22:23:23", "milestone": "4. Fix bugs", "owner": "bmg2@uwm.edu", "type": "defect" } ```
defect
dycoms ii restart nightly test is broken as of april trac the restart simulation isn t plotting probably because it crashes as of april however it worked on mar the only change between those two dates is i don t know why this change would crash the restart but not other cases but brian could you please investigate attachments migrated from json status closed changetime description nthe restart simulation isn t plotting probably because it crashes as of april however it worked on mar the only change between those two dates is i don t know why this change would crash the restart but not other cases but brian could you please investigate reporter vlarson uwm edu cc vlarson uwm edu resolution worksforme ts component clubb src summary dycoms ii restart nightly test is broken as of april priority critical keywords time milestone fix bugs owner uwm edu type defect
1
279,557
8,670,608,583
IssuesEvent
2018-11-29 16:54:04
DynamoDS/Dynamo
https://api.github.com/repos/DynamoDS/Dynamo
closed
Crash Report 20150630
0.x crash priority
Dynamo Ver: 0.8.2.1797 OS: Windows 7 Crashes if a function name is used as a variable name within another function. Dynamo doesn't flag the issue while the function is being defined, but crashes on Run. This [file](http://a360.co/1LRMDIF) has the above mentioned error. Though, the error might be highlighted when you open the file, Dynamo doesn't seem to spot the error while the file is being worked on. Correct the error and the red color disappears. Repeat the error - No warning, but crashes on Run Crash Report: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.Generic.List`1.get_Item(Int32 index) at ProtoCore.CallSite.GetFuncGroup(RuntimeCore runtimeCore) at ProtoCore.CallSite.DispatchNew(Context context, List`1 arguments, List`1 partialReplicationGuides, StackFrame stackFrame, RuntimeCore runtimeCore) at ProtoCore.DSASM.Executive.Callr(Int32 blockDeclId, Int32 functionIndex, Int32 classIndex, Boolean& explicitCall, Boolean isDynamicCall, Boolean hasDebugInfo) at ProtoCore.DSASM.Executive.CALLR_Handler(Instruction instruction) at ProtoCore.DSASM.Executive.Execute(Int32 exeblock, Int32 entry, Language language) at ProtoCore.DSASM.Executive.BounceUsingExecutive(Executive executive, Int32 exeblock, Int32 entry, StackFrame stackFrame, Int32 locals, Boolean fepRun, Executive exec, List`1 breakpoints) at ProtoScript.Runners.ProtoScriptTestRunner.ExecuteLive(Core core, RuntimeCore runtimeCore) at ProtoScript.Runners.LiveRunner.Execute(Boolean isCodeCompiled) at ProtoScript.Runners.LiveRunner.PostExecution() at ProtoScript.Runners.LiveRunner.CompileAndExecuteForDeltaExecution(List`1 astList) at ProtoScript.Runners.LiveRunner.UpdateGraph(GraphSyncData syncData) at Dynamo.Core.Threading.AsyncTask.Execute()
1.0
Crash Report 20150630 - Dynamo Ver: 0.8.2.1797 OS: Windows 7 Crashes if a function name is used as a variable name within another function. Dynamo doesn't flag the issue while the function is being defined, but crashes on Run. This [file](http://a360.co/1LRMDIF) has the above mentioned error. Though, the error might be highlighted when you open the file, Dynamo doesn't seem to spot the error while the file is being worked on. Correct the error and the red color disappears. Repeat the error - No warning, but crashes on Run Crash Report: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.Generic.List`1.get_Item(Int32 index) at ProtoCore.CallSite.GetFuncGroup(RuntimeCore runtimeCore) at ProtoCore.CallSite.DispatchNew(Context context, List`1 arguments, List`1 partialReplicationGuides, StackFrame stackFrame, RuntimeCore runtimeCore) at ProtoCore.DSASM.Executive.Callr(Int32 blockDeclId, Int32 functionIndex, Int32 classIndex, Boolean& explicitCall, Boolean isDynamicCall, Boolean hasDebugInfo) at ProtoCore.DSASM.Executive.CALLR_Handler(Instruction instruction) at ProtoCore.DSASM.Executive.Execute(Int32 exeblock, Int32 entry, Language language) at ProtoCore.DSASM.Executive.BounceUsingExecutive(Executive executive, Int32 exeblock, Int32 entry, StackFrame stackFrame, Int32 locals, Boolean fepRun, Executive exec, List`1 breakpoints) at ProtoScript.Runners.ProtoScriptTestRunner.ExecuteLive(Core core, RuntimeCore runtimeCore) at ProtoScript.Runners.LiveRunner.Execute(Boolean isCodeCompiled) at ProtoScript.Runners.LiveRunner.PostExecution() at ProtoScript.Runners.LiveRunner.CompileAndExecuteForDeltaExecution(List`1 astList) at ProtoScript.Runners.LiveRunner.UpdateGraph(GraphSyncData syncData) at Dynamo.Core.Threading.AsyncTask.Execute()
non_defect
crash report dynamo ver os windows crashes if a function name is used as a variable name within another function dynamo doesn t flag the issue while the function is being defined but crashes on run this has the above mentioned error though the error might be highlighted when you open the file dynamo doesn t seem to spot the error while the file is being worked on correct the error and the red color disappears repeat the error no warning but crashes on run crash report index was out of range must be non negative and less than the size of the collection parameter name index at system collections generic list get item index at protocore callsite getfuncgroup runtimecore runtimecore at protocore callsite dispatchnew context context list arguments list partialreplicationguides stackframe stackframe runtimecore runtimecore at protocore dsasm executive callr blockdeclid functionindex classindex boolean explicitcall boolean isdynamiccall boolean hasdebuginfo at protocore dsasm executive callr handler instruction instruction at protocore dsasm executive execute exeblock entry language language at protocore dsasm executive bounceusingexecutive executive executive exeblock entry stackframe stackframe locals boolean feprun executive exec list breakpoints at protoscript runners protoscripttestrunner executelive core core runtimecore runtimecore at protoscript runners liverunner execute boolean iscodecompiled at protoscript runners liverunner postexecution at protoscript runners liverunner compileandexecutefordeltaexecution list astlist at protoscript runners liverunner updategraph graphsyncdata syncdata at dynamo core threading asynctask execute
0
14,798
5,792,292,077
IssuesEvent
2017-05-02 09:04:41
fsharp/FSharp.Compiler.Service
https://api.github.com/repos/fsharp/FSharp.Compiler.Service
closed
The target "Build" does not exist in the project
bug Infrastructure (build/test)
The latest master fails at the `Build.NetFx` stage. #### Repro steps 1. Clone FCS 2. Install VS vNext and dotnet SDK+cli tools. 3. .\build.cmd #### Expected behavior The build succeeds. #### Actual behavior The build succeeds until the `RunTests.NetCore` stage. On the `Build.NetFx` stage, the following appears: `error MSB4057: The target "Build" does not exist in the project`. Here is a [partial build log](https://github.com/fsharp/FSharp.Compiler.Service/files/593836/fcs-log.txt).
1.0
The target "Build" does not exist in the project - The latest master fails at the `Build.NetFx` stage. #### Repro steps 1. Clone FCS 2. Install VS vNext and dotnet SDK+cli tools. 3. .\build.cmd #### Expected behavior The build succeeds. #### Actual behavior The build succeeds until the `RunTests.NetCore` stage. On the `Build.NetFx` stage, the following appears: `error MSB4057: The target "Build" does not exist in the project`. Here is a [partial build log](https://github.com/fsharp/FSharp.Compiler.Service/files/593836/fcs-log.txt).
non_defect
the target build does not exist in the project the latest master fails at the build netfx stage repro steps clone fcs install vs vnext and dotnet sdk cli tools build cmd expected behavior the build succeeds actual behavior the build succeeds until the runtests netcore stage on the build netfx stage the following appears error the target build does not exist in the project here is a
0
49,211
13,185,296,683
IssuesEvent
2020-08-12 21:06:43
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
rst-documentation for wimpsim-reader (Trac #971)
Incomplete Migration Migrated from Trac combo simulation defect
<details> <summary><em>Migrated from https://code.icecube.wisc.edu/ticket/971 , reported by mzoll and owned by mzoll</em></summary> <p> ```json { "status": "closed", "changetime": "2016-03-18T21:14:03", "description": "Add rst-documentation for wimpsim-reader.\n\nat least add some rudimentary stuff ref. to dox-docu", "reporter": "mzoll", "cc": "", "resolution": "fixed", "_ts": "1458335643235016", "component": "combo simulation", "summary": "rst-documentation for wimpsim-reader", "priority": "major", "keywords": "wimpsim documentation", "time": "2015-05-12T08:35:57", "milestone": "", "owner": "mzoll", "type": "defect" } ``` </p> </details>
1.0
rst-documentation for wimpsim-reader (Trac #971) - <details> <summary><em>Migrated from https://code.icecube.wisc.edu/ticket/971 , reported by mzoll and owned by mzoll</em></summary> <p> ```json { "status": "closed", "changetime": "2016-03-18T21:14:03", "description": "Add rst-documentation for wimpsim-reader.\n\nat least add some rudimentary stuff ref. to dox-docu", "reporter": "mzoll", "cc": "", "resolution": "fixed", "_ts": "1458335643235016", "component": "combo simulation", "summary": "rst-documentation for wimpsim-reader", "priority": "major", "keywords": "wimpsim documentation", "time": "2015-05-12T08:35:57", "milestone": "", "owner": "mzoll", "type": "defect" } ``` </p> </details>
defect
rst documentation for wimpsim reader trac migrated from reported by mzoll and owned by mzoll json status closed changetime description add rst documentation for wimpsim reader n nat least add some rudimentary stuff ref to dox docu reporter mzoll cc resolution fixed ts component combo simulation summary rst documentation for wimpsim reader priority major keywords wimpsim documentation time milestone owner mzoll type defect
1
67,610
21,014,553,361
IssuesEvent
2022-03-30 09:46:50
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
, reason com.hazelcast.core.HazelcastException: java.io.IOException: null
Type: Defect
hz.client_1 [dev] [4.2.2] Could not connect to member c21827f4-8059-4b90-b6ab-ed84aadde297, reason com.hazelcast.core.HazelcastException: java.io.IOException: null to address /localhost:5702
1.0
, reason com.hazelcast.core.HazelcastException: java.io.IOException: null - hz.client_1 [dev] [4.2.2] Could not connect to member c21827f4-8059-4b90-b6ab-ed84aadde297, reason com.hazelcast.core.HazelcastException: java.io.IOException: null to address /localhost:5702
defect
reason com hazelcast core hazelcastexception java io ioexception null hz client could not connect to member reason com hazelcast core hazelcastexception java io ioexception null to address localhost
1
67,166
20,924,942,904
IssuesEvent
2022-03-24 21:29:47
networkx/networkx
https://api.github.com/repos/networkx/networkx
closed
Getting TypeError upon calling extrema_bounding(G, compute="eccentricities") in distance_measures.py
Defect Good First Issue
<!-- If you have a general question about NetworkX, please use the discussions tab to create a new discussion --> <!--- Provide a general summary of the issue in the Title above --> I tried using the ``extrema_bounding`` function from ``networkx.algorithms.distance_measures`` to compute eccentricity values for all nodes in a Graph. The documentation does not present the "eccentricities" option for the ``compute`` keyword argument but it is available in the source code so I went ahead and tried it. The exact function call I did was ``extrema_bounding(G, compute="eccentricities")``. Looking at the code, I believe the problem is in lines 152 and 153 ```python ... elif compute == "eccentricities": ruled_out = {} ``` I believe the intention is to make ``ruled_out`` an empty set (``set([])``), but ``{}`` is interpreted as an empty dictionary. ### Current Behavior Outputs a ``TypeError: cannot convert dictionary update sequence element #0 to a sequence`` ### Expected Behavior The function should run without errors. ### Steps to Reproduce <!--- Provide a minimal example that reproduces the bug --> Running the following snippet should reproduce the bug: ```python from networkx.generators.social import karate_club_graph from networkx.algorithms.distance_measures import extrema_bounding G = karate_club_graph() ecc = extrema_bounding(G, compute="eccentricities") ``` ### Environment <!--- Please provide details about your local environment --> Python version: Python 3.8.1 NetworkX version: networkx 2.7.1
1.0
Getting TypeError upon calling extrema_bounding(G, compute="eccentricities") in distance_measures.py - <!-- If you have a general question about NetworkX, please use the discussions tab to create a new discussion --> <!--- Provide a general summary of the issue in the Title above --> I tried using the ``extrema_bounding`` function from ``networkx.algorithms.distance_measures`` to compute eccentricity values for all nodes in a Graph. The documentation does not present the "eccentricities" option for the ``compute`` keyword argument but it is available in the source code so I went ahead and tried it. The exact function call I did was ``extrema_bounding(G, compute="eccentricities")``. Looking at the code, I believe the problem is in lines 152 and 153 ```python ... elif compute == "eccentricities": ruled_out = {} ``` I believe the intention is to make ``ruled_out`` an empty set (``set([])``), but ``{}`` is interpreted as an empty dictionary. ### Current Behavior Outputs a ``TypeError: cannot convert dictionary update sequence element #0 to a sequence`` ### Expected Behavior The function should run without errors. ### Steps to Reproduce <!--- Provide a minimal example that reproduces the bug --> Running the following snippet should reproduce the bug: ```python from networkx.generators.social import karate_club_graph from networkx.algorithms.distance_measures import extrema_bounding G = karate_club_graph() ecc = extrema_bounding(G, compute="eccentricities") ``` ### Environment <!--- Please provide details about your local environment --> Python version: Python 3.8.1 NetworkX version: networkx 2.7.1
defect
getting typeerror upon calling extrema bounding g compute eccentricities in distance measures py i tried using the extrema bounding function from networkx algorithms distance measures to compute eccentricity values for all nodes in a graph the documentation does not present the eccentricities option for the compute keyword argument but it is available in the source code so i went ahead and tried it the exact function call i did was extrema bounding g compute eccentricities looking at the code i believe the problem is in lines and python elif compute eccentricities ruled out i believe the intention is to make ruled out an empty set set but is interpreted as an empty dictionary current behavior outputs a typeerror cannot convert dictionary update sequence element to a sequence expected behavior the function should run without errors steps to reproduce running the following snippet should reproduce the bug python from networkx generators social import karate club graph from networkx algorithms distance measures import extrema bounding g karate club graph ecc extrema bounding g compute eccentricities environment python version python networkx version networkx
1
38,246
8,707,315,718
IssuesEvent
2018-12-06 07:17:53
primefaces/primereact
https://api.github.com/repos/primefaces/primereact
closed
onRowCollapse doesn't work on expanded row
defect
### There is no guarantee in receiving an immediate response in GitHub Issue Tracker, If you'd like to secure our response, you may consider *PrimeReact PRO Support* where support is provided within 4 business hours **I'm submitting a ...** (check one with "x") ``` [X] bug report [ ] feature request [ ] support request => Please do not submit support request here, instead see https://forum.primefaces.org/viewforum.php?f=57 ``` **Plunkr Case (Bug Reports)** Please fork the plunkr below and create a case demonstrating your bug report. Issues without a plunkr have much less possibility to be reviewed. https://plnkr.co/edit/C6qjkdLtbmy92Hogdnjb?p=preview **Current behavior** <!-- Describe how the bug manifests. --> I am implementing onRowExpand and onRowCollapse. OnRowExpand works well, but when I click onRowCollapse nothing happened. OnRowCollapse didn't get called. **Expected behavior** <!-- Describe what the behavior would be without the bug. --> onRowCollapse should work.
1.0
onRowCollapse doesn't work on expanded row - ### There is no guarantee in receiving an immediate response in GitHub Issue Tracker, If you'd like to secure our response, you may consider *PrimeReact PRO Support* where support is provided within 4 business hours **I'm submitting a ...** (check one with "x") ``` [X] bug report [ ] feature request [ ] support request => Please do not submit support request here, instead see https://forum.primefaces.org/viewforum.php?f=57 ``` **Plunkr Case (Bug Reports)** Please fork the plunkr below and create a case demonstrating your bug report. Issues without a plunkr have much less possibility to be reviewed. https://plnkr.co/edit/C6qjkdLtbmy92Hogdnjb?p=preview **Current behavior** <!-- Describe how the bug manifests. --> I am implementing onRowExpand and onRowCollapse. OnRowExpand works well, but when I click onRowCollapse nothing happened. OnRowCollapse didn't get called. **Expected behavior** <!-- Describe what the behavior would be without the bug. --> onRowCollapse should work.
defect
onrowcollapse doesn t work on expanded row there is no guarantee in receiving an immediate response in github issue tracker if you d like to secure our response you may consider primereact pro support where support is provided within business hours i m submitting a check one with x bug report feature request support request please do not submit support request here instead see plunkr case bug reports please fork the plunkr below and create a case demonstrating your bug report issues without a plunkr have much less possibility to be reviewed current behavior i am implementing onrowexpand and onrowcollapse onrowexpand works well but when i click onrowcollapse nothing happened onrowcollapse didn t get called expected behavior onrowcollapse should work
1
435,047
30,483,348,199
IssuesEvent
2023-07-17 22:32:17
danilonunezgil/BPM_PC_S
https://api.github.com/repos/danilonunezgil/BPM_PC_S
closed
English update
documentation enhancement
Please let's improve this GitHub repo using only English. @jhonalexander019 please from now all messages and code comments are in English. If you have doubts, use DeepL for improving your English texts. Please change previous comments on code and texts in commits to English.
1.0
English update - Please let's improve this GitHub repo using only English. @jhonalexander019 please from now all messages and code comments are in English. If you have doubts, use DeepL for improving your English texts. Please change previous comments on code and texts in commits to English.
non_defect
english update please let s improve this github repo using only english please from now all messages and code comments are in english if you have doubts use deepl for improving your english texts please change previous comments on code and texts in commits to english
0
38,274
8,725,243,632
IssuesEvent
2018-12-10 08:49:48
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
DDLDatabase cannot handle uniq index with name inside create table
C: Functionality E: All Editions P: Medium T: Defect
### Steps to reproduce the problem (if possible, create an MCVE: https://github.com/jOOQ/jOOQ-mcve): https://github.com/amir20001/jOOQ-mcve/tree/error-with-uniq-index running `mvn clean generate-sources` will result in the following error. ```org.jooq.impl.ParserException: Token '(' expected: [4:16] ... NULL AUTO_INCREMENT, value INT, UNIQUE INDEX [*]`value_un` (`value`), CONSTRAINT pk_test PRIMARY KEY (id) ); ``` ### Versions: jOOQ: 3.10.8 Java: 1.8.0_181-b13 Database (include vendor): mysql OS: mac os 10.13.6 JDBC Driver (include name if inofficial driver):
1.0
DDLDatabase cannot handle uniq index with name inside create table - ### Steps to reproduce the problem (if possible, create an MCVE: https://github.com/jOOQ/jOOQ-mcve): https://github.com/amir20001/jOOQ-mcve/tree/error-with-uniq-index running `mvn clean generate-sources` will result in the following error. ```org.jooq.impl.ParserException: Token '(' expected: [4:16] ... NULL AUTO_INCREMENT, value INT, UNIQUE INDEX [*]`value_un` (`value`), CONSTRAINT pk_test PRIMARY KEY (id) ); ``` ### Versions: jOOQ: 3.10.8 Java: 1.8.0_181-b13 Database (include vendor): mysql OS: mac os 10.13.6 JDBC Driver (include name if inofficial driver):
defect
ddldatabase cannot handle uniq index with name inside create table steps to reproduce the problem if possible create an mcve running mvn clean generate sources will result in the following error org jooq impl parserexception token expected null auto increment value int unique index value un value constraint pk test primary key id versions jooq java database include vendor mysql os mac os jdbc driver include name if inofficial driver
1
603,776
18,671,008,163
IssuesEvent
2021-10-30 18:00:26
Techtonica/keyboard-shortcuts-practice
https://api.github.com/repos/Techtonica/keyboard-shortcuts-practice
closed
Add Login button to the UI that shows correct status
help wanted good first issue Priority 4 backend authentication UI
(Originally this was split between UI in #75 and showing the state but it should be simple enough for it to be a single ticket) Note: make pull requests to techtonica/keyboard-shortcuts-practice's 'backend' branch. ## UI Portion Design and implement a Login button. They should take the user to /login and /logout Please design with either a navbar or just a button on the top of the page. It's up to you. There is currently no toolbar or header to the UI. ## Logic Let's make sure the login/already logged in button shows the correct state. The button should show 'log-in' when there is no user yet, and switch to 'logged in' when the user has been authenticated. `window.isLoggedIn` will be a boolean indicating if the user is currently logged in or not. Feel free to use language or cues other than 'logged in' - we just need to make it clear that their progress is now being saved.
1.0
Add Login button to the UI that shows correct status - (Originally this was split between UI in #75 and showing the state but it should be simple enough for it to be a single ticket) Note: make pull requests to techtonica/keyboard-shortcuts-practice's 'backend' branch. ## UI Portion Design and implement a Login button. They should take the user to /login and /logout Please design with either a navbar or just a button on the top of the page. It's up to you. There is currently no toolbar or header to the UI. ## Logic Let's make sure the login/already logged in button shows the correct state. The button should show 'log-in' when there is no user yet, and switch to 'logged in' when the user has been authenticated. `window.isLoggedIn` will be a boolean indicating if the user is currently logged in or not. Feel free to use language or cues other than 'logged in' - we just need to make it clear that their progress is now being saved.
non_defect
add login button to the ui that shows correct status originally this was split between ui in and showing the state but it should be simple enough for it to be a single ticket note make pull requests to techtonica keyboard shortcuts practice s backend branch ui portion design and implement a login button they should take the user to login and logout please design with either a navbar or just a button on the top of the page it s up to you there is currently no toolbar or header to the ui logic let s make sure the login already logged in button shows the correct state the button should show log in when there is no user yet and switch to logged in when the user has been authenticated window isloggedin will be a boolean indicating if the user is currently logged in or not feel free to use language or cues other than logged in we just need to make it clear that their progress is now being saved
0
579
2,572,674,078
IssuesEvent
2015-02-11 00:19:51
ctSkennerton/crass
https://api.github.com/repos/ctSkennerton/crass
closed
Unwanted files getting installed
defect
during the `make install` cmd the dtd, and manual.tex are getting put into /share/doc which they really shouldn't -- needs to be changed in the makefile
1.0
Unwanted files getting installed - during the `make install` cmd the dtd, and manual.tex are getting put into /share/doc which they really shouldn't -- needs to be changed in the makefile
defect
unwanted files getting installed during the make install cmd the dtd and manual tex are getting put into share doc which they really shouldn t needs to be changed in the makefile
1
21,821
2,642,476,587
IssuesEvent
2015-03-12 00:19:12
chrsmith/html5rocks
https://api.github.com/repos/chrsmith/html5rocks
opened
Add vendor prefix tooltip to u.h5r
Milestone-Q32012 Priority-P1 Type-Feature Updates
Original [issue 855](https://code.google.com/p/html5rocks/issues/detail?id=855) created by chrsmith on 2012-03-26T16:24:28.000Z: #Consistent
1.0
Add vendor prefix tooltip to u.h5r - Original [issue 855](https://code.google.com/p/html5rocks/issues/detail?id=855) created by chrsmith on 2012-03-26T16:24:28.000Z: #Consistent
non_defect
add vendor prefix tooltip to u original created by chrsmith on consistent
0
52,275
13,211,423,290
IssuesEvent
2020-08-15 23:02:34
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
make tarball fails when libarchive is missing xv-devel package (Trac #1977)
Incomplete Migration Migrated from Trac cmake defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1977">https://code.icecube.wisc.edu/projects/icecube/ticket/1977</a>, reported by blaufussand owned by nega</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:14:03", "_ts": "1550067243750755", "description": "In testing PnF for pole deployment (using make tarball to create a deployable object):\n\nWe found 'make tarball' was failing on spts-access:\nLZMA_LIBRARIES-NOTFOUND => jeb.trunk.r154481.Linux-x86_64.gcc-4.4.6/lib/tools\nrealpath: /scratch/tschmidt/new/icecube/icetray/work/jeb/build/LZMA_LIBRARIES-NOTFOUND\nTraceback (most recent call last):\n File \"/home/tschmidt/jeb/trunk/cmake/install_shlib.py\", line 16, in <module>\n for f in os.listdir(srcdir):\nOSError: [Errno 2] No such file or directory: ''\n\n\nthe libarchive.cmake tool does separately check for xv-devel (lzma) installations, and failed to find it, but it was still added to the libs to install in the tarball list, and caused the fail. \n\nTo work around, we got xv-devel installed on spts-access. \n\nLikely a minor edge case, but best documented....", "reporter": "blaufuss", "cc": "", "resolution": "fixed", "time": "2017-03-31T14:17:02", "component": "cmake", "summary": "make tarball fails when libarchive is missing xv-devel package", "priority": "minor", "keywords": "", "milestone": "", "owner": "nega", "type": "defect" } ``` </p> </details>
1.0
make tarball fails when libarchive is missing xv-devel package (Trac #1977) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1977">https://code.icecube.wisc.edu/projects/icecube/ticket/1977</a>, reported by blaufussand owned by nega</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:14:03", "_ts": "1550067243750755", "description": "In testing PnF for pole deployment (using make tarball to create a deployable object):\n\nWe found 'make tarball' was failing on spts-access:\nLZMA_LIBRARIES-NOTFOUND => jeb.trunk.r154481.Linux-x86_64.gcc-4.4.6/lib/tools\nrealpath: /scratch/tschmidt/new/icecube/icetray/work/jeb/build/LZMA_LIBRARIES-NOTFOUND\nTraceback (most recent call last):\n File \"/home/tschmidt/jeb/trunk/cmake/install_shlib.py\", line 16, in <module>\n for f in os.listdir(srcdir):\nOSError: [Errno 2] No such file or directory: ''\n\n\nthe libarchive.cmake tool does separately check for xv-devel (lzma) installations, and failed to find it, but it was still added to the libs to install in the tarball list, and caused the fail. \n\nTo work around, we got xv-devel installed on spts-access. \n\nLikely a minor edge case, but best documented....", "reporter": "blaufuss", "cc": "", "resolution": "fixed", "time": "2017-03-31T14:17:02", "component": "cmake", "summary": "make tarball fails when libarchive is missing xv-devel package", "priority": "minor", "keywords": "", "milestone": "", "owner": "nega", "type": "defect" } ``` </p> </details>
defect
make tarball fails when libarchive is missing xv devel package trac migrated from json status closed changetime ts description in testing pnf for pole deployment using make tarball to create a deployable object n nwe found make tarball was failing on spts access nlzma libraries notfound jeb trunk linux gcc lib tools nrealpath scratch tschmidt new icecube icetray work jeb build lzma libraries notfound ntraceback most recent call last n file home tschmidt jeb trunk cmake install shlib py line in n for f in os listdir srcdir noserror no such file or directory n n nthe libarchive cmake tool does separately check for xv devel lzma installations and failed to find it but it was still added to the libs to install in the tarball list and caused the fail n nto work around we got xv devel installed on spts access n nlikely a minor edge case but best documented reporter blaufuss cc resolution fixed time component cmake summary make tarball fails when libarchive is missing xv devel package priority minor keywords milestone owner nega type defect
1
144,841
22,576,205,894
IssuesEvent
2022-06-28 07:35:17
stores-cedcommerce/Aryanna-s-Coffee--Internal--June-20th
https://api.github.com/repos/stores-cedcommerce/Aryanna-s-Coffee--Internal--June-20th
closed
For all the account page, create account/ login/ reset password.
fixed Account pages Ready to test Desktop Design / UI / UX
https://aryannascoffee.com/account/login#recover https://aryannascoffee.com/account/login#login https://aryannascoffee.com/account/register **Actual result:** When we select the auto-suggested data into input field then the white background is coming. ![image](https://user-images.githubusercontent.com/102131636/175865001-c41ea509-e0dd-45fa-a86b-e84b03507071.png) ![image](https://user-images.githubusercontent.com/102131636/175865041-f4bcfb2d-8c56-467b-b79f-a07db231f468.png) ![image](https://user-images.githubusercontent.com/102131636/175865070-e9415106-590e-4b51-896b-4bb9e6e751ae.png) **Expected result:** The whitebackground should not come on the input fields.
1.0
For all the account page, create account/ login/ reset password. - https://aryannascoffee.com/account/login#recover https://aryannascoffee.com/account/login#login https://aryannascoffee.com/account/register **Actual result:** When we select the auto-suggested data into input field then the white background is coming. ![image](https://user-images.githubusercontent.com/102131636/175865001-c41ea509-e0dd-45fa-a86b-e84b03507071.png) ![image](https://user-images.githubusercontent.com/102131636/175865041-f4bcfb2d-8c56-467b-b79f-a07db231f468.png) ![image](https://user-images.githubusercontent.com/102131636/175865070-e9415106-590e-4b51-896b-4bb9e6e751ae.png) **Expected result:** The whitebackground should not come on the input fields.
non_defect
for all the account page create account login reset password actual result when we select the auto suggested data into input field then the white background is coming expected result the whitebackground should not come on the input fields
0
61,138
17,023,616,168
IssuesEvent
2021-07-03 02:56:30
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Jehovah's Witness Kingdom Halls
Component: mapnik Priority: minor Resolution: duplicate Type: defect
**[Submitted to the original trac issue database at 12.49pm, Friday, 16th July 2010]** The building where Jehovah's Witnesses meet is always called a Kingdom Hall. These buildings are tagged amenity=place_of_worship, religion=christian, denomination=jehovahs_witness. This currently produces a rendering of a cross. This is not suitable because Jehovah's Witnesses do not believe that Jesus died on a cross. Furthermore the rendering creates confusion/frustration because it suggests a 'normal' church. I know some people have removed the religion/denomination tags to prevent the cross rendering. This rendering can be seen as offensive, both to more traditional Christian denominations and to Jehovah's Witnesses themselves. Ideally a unique rendering would be found, but in the meantime I suggest they are rendered as the default point of worship square.
1.0
Jehovah's Witness Kingdom Halls - **[Submitted to the original trac issue database at 12.49pm, Friday, 16th July 2010]** The building where Jehovah's Witnesses meet is always called a Kingdom Hall. These buildings are tagged amenity=place_of_worship, religion=christian, denomination=jehovahs_witness. This currently produces a rendering of a cross. This is not suitable because Jehovah's Witnesses do not believe that Jesus died on a cross. Furthermore the rendering creates confusion/frustration because it suggests a 'normal' church. I know some people have removed the religion/denomination tags to prevent the cross rendering. This rendering can be seen as offensive, both to more traditional Christian denominations and to Jehovah's Witnesses themselves. Ideally a unique rendering would be found, but in the meantime I suggest they are rendered as the default point of worship square.
defect
jehovah s witness kingdom halls the building where jehovah s witnesses meet is always called a kingdom hall these buildings are tagged amenity place of worship religion christian denomination jehovahs witness this currently produces a rendering of a cross this is not suitable because jehovah s witnesses do not believe that jesus died on a cross furthermore the rendering creates confusion frustration because it suggests a normal church i know some people have removed the religion denomination tags to prevent the cross rendering this rendering can be seen as offensive both to more traditional christian denominations and to jehovah s witnesses themselves ideally a unique rendering would be found but in the meantime i suggest they are rendered as the default point of worship square
1