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
855
labels
stringlengths
4
721
body
stringlengths
1
261k
index
stringclasses
13 values
text_combine
stringlengths
96
261k
label
stringclasses
2 values
text
stringlengths
96
240k
binary_label
int64
0
1
487,128
14,019,704,901
IssuesEvent
2020-10-29 18:34:07
ampproject/amphtml
https://api.github.com/repos/ampproject/amphtml
opened
Ensure that shadowroot templates do not cause vulnerabilities
P1: High Priority Type: Bug
The new [Declarative Shadow DOM API](https://github.com/mfreed7/declarative-shadow-dom/blob/master/README.md#syntax) is promising a lot of benefits for LCP and CLS metrics. However, it also poses some risks. What previously was assumed to be inert DOM can soon be parsed into the live Shadow DOM. For some details on how this can be exploited, see [slides 9 and 10 in this presentation](https://docs.google.com/presentation/d/1CR4TivoLxvpWreOy88iBVyrCGY68VYTrGttDgCaGBO4/edit#slide=id.ga5141bda34_0_59). For AMP this is relevant for the validator and possibly for the sanitizer. For validator, we need to ensure that either: 1. The validator fully validates `<template>` contents for AMP conformance. 2. Or we disallow `<template shadowroot>` entirely. For sanitizer, we need to ensure that either: 1. The `<template>` is not allowed. 2. Or `<template shadowroot>` is not allowed. /cc @ampproject/wg-security-privacy
1.0
Ensure that shadowroot templates do not cause vulnerabilities - The new [Declarative Shadow DOM API](https://github.com/mfreed7/declarative-shadow-dom/blob/master/README.md#syntax) is promising a lot of benefits for LCP and CLS metrics. However, it also poses some risks. What previously was assumed to be inert DOM can soon be parsed into the live Shadow DOM. For some details on how this can be exploited, see [slides 9 and 10 in this presentation](https://docs.google.com/presentation/d/1CR4TivoLxvpWreOy88iBVyrCGY68VYTrGttDgCaGBO4/edit#slide=id.ga5141bda34_0_59). For AMP this is relevant for the validator and possibly for the sanitizer. For validator, we need to ensure that either: 1. The validator fully validates `<template>` contents for AMP conformance. 2. Or we disallow `<template shadowroot>` entirely. For sanitizer, we need to ensure that either: 1. The `<template>` is not allowed. 2. Or `<template shadowroot>` is not allowed. /cc @ampproject/wg-security-privacy
priority
ensure that shadowroot templates do not cause vulnerabilities the new is promising a lot of benefits for lcp and cls metrics however it also poses some risks what previously was assumed to be inert dom can soon be parsed into the live shadow dom for some details on how this can be exploited see for amp this is relevant for the validator and possibly for the sanitizer for validator we need to ensure that either the validator fully validates contents for amp conformance or we disallow entirely for sanitizer we need to ensure that either the is not allowed or is not allowed cc ampproject wg security privacy
1
106,648
4,281,658,232
IssuesEvent
2016-07-15 04:42:01
matuella/javaee-clinic
https://api.github.com/repos/matuella/javaee-clinic
closed
Doctor register won't clear up after saving
High Priority
Probably because it's now being injected as a EJB. Need to investigate why.
1.0
Doctor register won't clear up after saving - Probably because it's now being injected as a EJB. Need to investigate why.
priority
doctor register won t clear up after saving probably because it s now being injected as a ejb need to investigate why
1
754,852
26,406,149,537
IssuesEvent
2023-01-13 08:12:02
Northeastern-Electric-Racing/shepherd_bms
https://api.github.com/repos/Northeastern-Electric-Racing/shepherd_bms
closed
Implement Charging Logic
Feature High Priority
This will utilize the "Charger" API from the compute board to say when the car should/should not be charging and if we are allowing charging
1.0
Implement Charging Logic - This will utilize the "Charger" API from the compute board to say when the car should/should not be charging and if we are allowing charging
priority
implement charging logic this will utilize the charger api from the compute board to say when the car should should not be charging and if we are allowing charging
1
435,711
12,539,816,958
IssuesEvent
2020-06-05 09:16:17
scality/metalk8s
https://api.github.com/repos/scality/metalk8s
opened
Flaky during bootstrap restore
complexity:easy kind:bug priority:high topic:flakiness
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately to moonshot-platform@scality.com --> **Component**: 'salt', 'restore' <!-- E.g. 'salt', 'containers', 'kubernetes', 'build', 'tests'... --> **What happened**: During bootstrap restore some time we are not able to mark the new bootstrap node as this one does not exist (as kubelet not registered yet) ``` ---------- ID: Mark control plane node Function: metalk8s_kubernetes.object_updated Name: bootstrap Result: False Comment: An exception occurred in this state: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/salt/state.py", line 1981, in call **cdata['kwargs']) File "/usr/lib/python2.7/site-packages/salt/loader.py", line 1977, in wrapper return f(*args, **kwargs) File "/var/cache/salt/master/extmods/states/metalk8s_kubernetes.py", line 205, in object_updated **kwargs File "/var/cache/salt/master/extmods/modules/metalk8s_kubernetes.py", line 214, in method return _handle_error(exc, action) File "/var/cache/salt/master/extmods/modules/metalk8s_kubernetes.py", line 72, in _handle_error raise CommandExecutionError(base_msg + str(exception).decode('utf-8')) CommandExecutionError: Failed to update object: (404) Reason: Not Found HTTP response headers: HTTPHeaderDict({'date': 'Fri, 05 Jun 2020 09:09:21 GMT', 'content-length': '188', 'content-type': 'application/json', 'cache-control': 'no-cache, private'}) HTTP response body: {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"nodes \"bootstrap\" not found","reason":"NotFound","details":{"name":"bootstrap","kind":"nodes"},"code":404} Started: 09:09:21.731846 Duration: 40.144 ms Changes: ``` **What was expected**: No fail **Steps to reproduce** Flaky **Resolution proposal** (optional): Add a retry on this specific state
1.0
Flaky during bootstrap restore - <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately to moonshot-platform@scality.com --> **Component**: 'salt', 'restore' <!-- E.g. 'salt', 'containers', 'kubernetes', 'build', 'tests'... --> **What happened**: During bootstrap restore some time we are not able to mark the new bootstrap node as this one does not exist (as kubelet not registered yet) ``` ---------- ID: Mark control plane node Function: metalk8s_kubernetes.object_updated Name: bootstrap Result: False Comment: An exception occurred in this state: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/salt/state.py", line 1981, in call **cdata['kwargs']) File "/usr/lib/python2.7/site-packages/salt/loader.py", line 1977, in wrapper return f(*args, **kwargs) File "/var/cache/salt/master/extmods/states/metalk8s_kubernetes.py", line 205, in object_updated **kwargs File "/var/cache/salt/master/extmods/modules/metalk8s_kubernetes.py", line 214, in method return _handle_error(exc, action) File "/var/cache/salt/master/extmods/modules/metalk8s_kubernetes.py", line 72, in _handle_error raise CommandExecutionError(base_msg + str(exception).decode('utf-8')) CommandExecutionError: Failed to update object: (404) Reason: Not Found HTTP response headers: HTTPHeaderDict({'date': 'Fri, 05 Jun 2020 09:09:21 GMT', 'content-length': '188', 'content-type': 'application/json', 'cache-control': 'no-cache, private'}) HTTP response body: {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"nodes \"bootstrap\" not found","reason":"NotFound","details":{"name":"bootstrap","kind":"nodes"},"code":404} Started: 09:09:21.731846 Duration: 40.144 ms Changes: ``` **What was expected**: No fail **Steps to reproduce** Flaky **Resolution proposal** (optional): Add a retry on this specific state
priority
flaky during bootstrap restore please use this template while reporting a bug and provide as much info as possible not doing so may result in your bug not being addressed in a timely manner thanks if the matter is security related please disclose it privately to moonshot platform scality com component salt restore what happened during bootstrap restore some time we are not able to mark the new bootstrap node as this one does not exist as kubelet not registered yet id mark control plane node function kubernetes object updated name bootstrap result false comment an exception occurred in this state traceback most recent call last file usr lib site packages salt state py line in call cdata file usr lib site packages salt loader py line in wrapper return f args kwargs file var cache salt master extmods states kubernetes py line in object updated kwargs file var cache salt master extmods modules kubernetes py line in method return handle error exc action file var cache salt master extmods modules kubernetes py line in handle error raise commandexecutionerror base msg str exception decode utf commandexecutionerror failed to update object reason not found http response headers httpheaderdict date fri jun gmt content length content type application json cache control no cache private http response body kind status apiversion metadata status failure message nodes bootstrap not found reason notfound details name bootstrap kind nodes code started duration ms changes what was expected no fail steps to reproduce flaky resolution proposal optional add a retry on this specific state
1
391,509
11,574,919,728
IssuesEvent
2020-02-21 08:38:14
wso2/product-is
https://api.github.com/repos/wso2/product-is
closed
Configuring password recovery with reCaptcha for a tenant for not working
Affected/5.10.0-Beta2 Priority/High Severity/Blocker
**Steps to reproduce:** Follow the instructions in [here](https://is.docs.wso2.com/en/next/learn/configuring-recaptcha-for-password-recovery/#configuring-password-recovery-with-recaptcha-for-a-tenant) Recaptcha is not shown.
1.0
Configuring password recovery with reCaptcha for a tenant for not working - **Steps to reproduce:** Follow the instructions in [here](https://is.docs.wso2.com/en/next/learn/configuring-recaptcha-for-password-recovery/#configuring-password-recovery-with-recaptcha-for-a-tenant) Recaptcha is not shown.
priority
configuring password recovery with recaptcha for a tenant for not working steps to reproduce follow the instructions in recaptcha is not shown
1
515,485
14,964,029,129
IssuesEvent
2021-01-27 11:22:56
woocommerce/woocommerce-gutenberg-products-block
https://api.github.com/repos/woocommerce/woocommerce-gutenberg-products-block
closed
Hide all filter blocks from Block Widget Editor
priority: high type: enhancement ◼️ block: active product filters ◼️ block: filter products by attribute ◼️ block: filter products by price 🔹 block-type: filter blocks
Currently the filter blocks will not have any impact on the default shop page in WooCommerce core. They also do not have feature parity with the filter widgets that do impact the shop page. To prevent user confusion, for the short term we need to hide the filter blocks from the Block Widget editor (and they'll only be available for use in block based themes or post_content). This includes: - Filter Products by Price - Filter Products by Attribute - Active Product Filters Similar to #3726, if the functionality for hiding blocks just in the block widget editor is not available in Gutenberg, then we will need to work with the team to add that functionality.
1.0
Hide all filter blocks from Block Widget Editor - Currently the filter blocks will not have any impact on the default shop page in WooCommerce core. They also do not have feature parity with the filter widgets that do impact the shop page. To prevent user confusion, for the short term we need to hide the filter blocks from the Block Widget editor (and they'll only be available for use in block based themes or post_content). This includes: - Filter Products by Price - Filter Products by Attribute - Active Product Filters Similar to #3726, if the functionality for hiding blocks just in the block widget editor is not available in Gutenberg, then we will need to work with the team to add that functionality.
priority
hide all filter blocks from block widget editor currently the filter blocks will not have any impact on the default shop page in woocommerce core they also do not have feature parity with the filter widgets that do impact the shop page to prevent user confusion for the short term we need to hide the filter blocks from the block widget editor and they ll only be available for use in block based themes or post content this includes filter products by price filter products by attribute active product filters similar to if the functionality for hiding blocks just in the block widget editor is not available in gutenberg then we will need to work with the team to add that functionality
1
567,318
16,854,921,736
IssuesEvent
2021-06-21 04:35:38
ballerina-platform/ballerina-standard-library
https://api.github.com/repos/ballerina-platform/ballerina-standard-library
closed
GraphQL Responses with Errors Should Return BAD_REQUEST Status Code
Priority/High Team/PCP Type/Improvement module/graphql
**Description:** When a GraphQL request is failed in the validation phase, currently the response status code is set to `200`. But it should be `400`.
1.0
GraphQL Responses with Errors Should Return BAD_REQUEST Status Code - **Description:** When a GraphQL request is failed in the validation phase, currently the response status code is set to `200`. But it should be `400`.
priority
graphql responses with errors should return bad request status code description when a graphql request is failed in the validation phase currently the response status code is set to but it should be
1
783,444
27,531,040,303
IssuesEvent
2023-03-06 22:08:37
dotCMS/core
https://api.github.com/repos/dotCMS/core
reopened
Allow greater configuration of S3Client to target additional endpoints beyond AWS
Type : Enhancement QA : Approved Doc : Needs Doc Merged QA : Passed Internal LTS: Excluded Team : Falcon Next LTS Release Release : 23.02 OKR : Customer Success Priority : 2 High OKR : Customer Support
**Is your feature request related to a problem? Please describe.** There are multiple different S3 Object stores available beyond AWS. These all still utilize the S3 SDK from AWS, so we should be able to allow configuration of our S3Client to target endpoints that are not in AWS. Related Ticket: https://dotcms.zendesk.com/agent/tickets/107260 **Describe the solution you'd like** Allow configuration of the endpoint similar to how we allow configuration of bucket names, region etc. We should be able to change the targeted endpoint here, in AWSS3Storage: ``` private AWSS3Storage(DotAmazonS3Client s3client) { this.s3client = s3client; this.s3client.setEndpoint("xxx"); ``` While I think we should still only officially support AWS S3 buckets, allowing endpoint configuration would give a lot more options for pushing to various S3 Object stores in dotCMS.
1.0
Allow greater configuration of S3Client to target additional endpoints beyond AWS - **Is your feature request related to a problem? Please describe.** There are multiple different S3 Object stores available beyond AWS. These all still utilize the S3 SDK from AWS, so we should be able to allow configuration of our S3Client to target endpoints that are not in AWS. Related Ticket: https://dotcms.zendesk.com/agent/tickets/107260 **Describe the solution you'd like** Allow configuration of the endpoint similar to how we allow configuration of bucket names, region etc. We should be able to change the targeted endpoint here, in AWSS3Storage: ``` private AWSS3Storage(DotAmazonS3Client s3client) { this.s3client = s3client; this.s3client.setEndpoint("xxx"); ``` While I think we should still only officially support AWS S3 buckets, allowing endpoint configuration would give a lot more options for pushing to various S3 Object stores in dotCMS.
priority
allow greater configuration of to target additional endpoints beyond aws is your feature request related to a problem please describe there are multiple different object stores available beyond aws these all still utilize the sdk from aws so we should be able to allow configuration of our to target endpoints that are not in aws related ticket describe the solution you d like allow configuration of the endpoint similar to how we allow configuration of bucket names region etc we should be able to change the targeted endpoint here in private this this setendpoint xxx while i think we should still only officially support aws buckets allowing endpoint configuration would give a lot more options for pushing to various object stores in dotcms
1
311,178
9,529,857,280
IssuesEvent
2019-04-29 12:31:18
JuSpa/Trumpf
https://api.github.com/repos/JuSpa/Trumpf
opened
Feedback LM
Priority: High Status: ToDo Type: Task
## Beschreibung: Nach den CS steht noch ein Feedback zum Ländermanagement im Allgemeinen aus. ## Tasks: - [ ] Vor welchen Herausforderungen steht das Ländermanagement? ## Ausarbeitung: ![IMG_0864](https://user-images.githubusercontent.com/17459167/56896157-47da5480-6a8b-11e9-8a7f-71d5d65eebcd.JPG)
1.0
Feedback LM - ## Beschreibung: Nach den CS steht noch ein Feedback zum Ländermanagement im Allgemeinen aus. ## Tasks: - [ ] Vor welchen Herausforderungen steht das Ländermanagement? ## Ausarbeitung: ![IMG_0864](https://user-images.githubusercontent.com/17459167/56896157-47da5480-6a8b-11e9-8a7f-71d5d65eebcd.JPG)
priority
feedback lm beschreibung nach den cs steht noch ein feedback zum ländermanagement im allgemeinen aus tasks vor welchen herausforderungen steht das ländermanagement ausarbeitung
1
488,013
14,073,515,823
IssuesEvent
2020-11-04 05:05:00
MBFVSolutionsLLC/ChiEpsilon
https://api.github.com/repos/MBFVSolutionsLLC/ChiEpsilon
closed
I need to switch out a couple of DC
HIGH PRIORITY bug
We've had two changes of district councilors. The Great Lakes DC is Gian A. Rassati (GRN: 109838) and the Southern DC is David A. Chin (GRN: 89299) I got this when I tried to change out Robbie Barns in Southern. ![image](https://user-images.githubusercontent.com/28785631/97993006-1db4d180-1da9-11eb-8287-ab932e70d24d.png) Is this not the place where we make these changes?
1.0
I need to switch out a couple of DC - We've had two changes of district councilors. The Great Lakes DC is Gian A. Rassati (GRN: 109838) and the Southern DC is David A. Chin (GRN: 89299) I got this when I tried to change out Robbie Barns in Southern. ![image](https://user-images.githubusercontent.com/28785631/97993006-1db4d180-1da9-11eb-8287-ab932e70d24d.png) Is this not the place where we make these changes?
priority
i need to switch out a couple of dc we ve had two changes of district councilors the great lakes dc is gian a rassati grn and the southern dc is david a chin grn i got this when i tried to change out robbie barns in southern is this not the place where we make these changes
1
225,024
7,476,806,297
IssuesEvent
2018-04-04 05:34:22
CS2103JAN2018-W15-B4/main
https://api.github.com/repos/CS2103JAN2018-W15-B4/main
closed
As an Exco member who created a poll, I want to view results of the poll
enhancement priority.high type.UI type.story
So that I can understand the other members' opinions
1.0
As an Exco member who created a poll, I want to view results of the poll - So that I can understand the other members' opinions
priority
as an exco member who created a poll i want to view results of the poll so that i can understand the other members opinions
1
749,836
26,181,042,487
IssuesEvent
2023-01-02 15:37:22
projectdiscovery/retryabledns
https://api.github.com/repos/projectdiscovery/retryabledns
closed
Faulty rotate condition in client.queryMultiple
Priority: High Type: Bug
## Description The DNS server rotation logic in the client.queryMultiple does not rotate the server correctly. Picking one at the beginning if the variable is nil, and sticking to it for all retries Ref: https://github.com/projectdiscovery/retryabledns/blob/32c28e9a7cd396d50dc15886f4ca14595bef5b57/client.go#L276
1.0
Faulty rotate condition in client.queryMultiple - ## Description The DNS server rotation logic in the client.queryMultiple does not rotate the server correctly. Picking one at the beginning if the variable is nil, and sticking to it for all retries Ref: https://github.com/projectdiscovery/retryabledns/blob/32c28e9a7cd396d50dc15886f4ca14595bef5b57/client.go#L276
priority
faulty rotate condition in client querymultiple description the dns server rotation logic in the client querymultiple does not rotate the server correctly picking one at the beginning if the variable is nil and sticking to it for all retries ref
1
227,978
7,544,823,947
IssuesEvent
2018-04-17 19:38:52
WordImpress/Give-Snippet-Library
https://api.github.com/repos/WordImpress/Give-Snippet-Library
closed
feat(donation): allow for splitting donations across multiple causes
5-reported high-priority
## Issue overview This is a much-requested feature. Donors are far more likely to give once than they are 4 or 5 times back-to-back, so giving them a way to support multiple causes in one transaction would be preferable. The best way to describe it is with this example: ### Use Case: churches A church as 4 causes, all with separate forms for accounting to be able to keep the data separate. 1. General Fund 2. Missionary A 3. Missionary B 4. Homeless ministry If a donor wants to give in one donation to all 4 causes, that's not currently possible. This is extremely common in church giving, where the memo line of the check denotes a portion of the giving to each fund. ## Proposed solution: This will likely require the data restructuring that is coming in 2.0, but some sort of process that sits in between the submission of the donation from the front end and the processing of it on the back end, that splits the donation out to multiple forms, with options to enable receipts for each individual form, or just a receipt for the parent form. In this case, we would be creating not even a "form" in the way we think of them, but a sort of "pre-form" that routes donations through forms. #### Considerations: It's likely that sending individual donations through to the gateway back-to-back will cause fraud warnings to go up (either at the gateway, or at the donor's credit card company), so sending money all at once would be preferable (the donor should only see one receipt from the payment gateway, after all. To them, it was one transaction.) This would create a discrepancy between the gateway logs and the give logs, and would be especially problematic for recurring donations.
1.0
feat(donation): allow for splitting donations across multiple causes - ## Issue overview This is a much-requested feature. Donors are far more likely to give once than they are 4 or 5 times back-to-back, so giving them a way to support multiple causes in one transaction would be preferable. The best way to describe it is with this example: ### Use Case: churches A church as 4 causes, all with separate forms for accounting to be able to keep the data separate. 1. General Fund 2. Missionary A 3. Missionary B 4. Homeless ministry If a donor wants to give in one donation to all 4 causes, that's not currently possible. This is extremely common in church giving, where the memo line of the check denotes a portion of the giving to each fund. ## Proposed solution: This will likely require the data restructuring that is coming in 2.0, but some sort of process that sits in between the submission of the donation from the front end and the processing of it on the back end, that splits the donation out to multiple forms, with options to enable receipts for each individual form, or just a receipt for the parent form. In this case, we would be creating not even a "form" in the way we think of them, but a sort of "pre-form" that routes donations through forms. #### Considerations: It's likely that sending individual donations through to the gateway back-to-back will cause fraud warnings to go up (either at the gateway, or at the donor's credit card company), so sending money all at once would be preferable (the donor should only see one receipt from the payment gateway, after all. To them, it was one transaction.) This would create a discrepancy between the gateway logs and the give logs, and would be especially problematic for recurring donations.
priority
feat donation allow for splitting donations across multiple causes issue overview this is a much requested feature donors are far more likely to give once than they are or times back to back so giving them a way to support multiple causes in one transaction would be preferable the best way to describe it is with this example use case churches a church as causes all with separate forms for accounting to be able to keep the data separate general fund missionary a missionary b homeless ministry if a donor wants to give in one donation to all causes that s not currently possible this is extremely common in church giving where the memo line of the check denotes a portion of the giving to each fund proposed solution this will likely require the data restructuring that is coming in but some sort of process that sits in between the submission of the donation from the front end and the processing of it on the back end that splits the donation out to multiple forms with options to enable receipts for each individual form or just a receipt for the parent form in this case we would be creating not even a form in the way we think of them but a sort of pre form that routes donations through forms considerations it s likely that sending individual donations through to the gateway back to back will cause fraud warnings to go up either at the gateway or at the donor s credit card company so sending money all at once would be preferable the donor should only see one receipt from the payment gateway after all to them it was one transaction this would create a discrepancy between the gateway logs and the give logs and would be especially problematic for recurring donations
1
255,439
8,123,830,427
IssuesEvent
2018-08-16 15:38:08
RenegadeLLC/renegade-dev
https://api.github.com/repos/RenegadeLLC/renegade-dev
opened
Homepage hero text needs to wrap
bug priority: high
Platform: All mobile phones Text on homepage hero section spills past the screen on all phones when in portrait mode
1.0
Homepage hero text needs to wrap - Platform: All mobile phones Text on homepage hero section spills past the screen on all phones when in portrait mode
priority
homepage hero text needs to wrap platform all mobile phones text on homepage hero section spills past the screen on all phones when in portrait mode
1
381,654
11,277,832,966
IssuesEvent
2020-01-15 04:24:17
GentenStudios/Phoenix
https://api.github.com/repos/GentenStudios/Phoenix
closed
Implement system to load lua modules
enhancement lua priority-high
## Story Our content is added via lua modules. We need to be able to load these modules when the game starts. The modules that need loaded are kept in the save folder so the correct modules load with each save. The folder structure is as follows: ``` phoenix.exe modules/ mod1 dependencies.txt init.lua mod2 dependencies.txt init.lua saves/ save1 mods.txt ``` the dependencies.txt file in each mod lists what other mods need to load before this mod loads. The init.lua file is essentially the main function of the mod. The mods.txt inside the save folder is the list of mods that save needs in order to run.
1.0
Implement system to load lua modules - ## Story Our content is added via lua modules. We need to be able to load these modules when the game starts. The modules that need loaded are kept in the save folder so the correct modules load with each save. The folder structure is as follows: ``` phoenix.exe modules/ mod1 dependencies.txt init.lua mod2 dependencies.txt init.lua saves/ save1 mods.txt ``` the dependencies.txt file in each mod lists what other mods need to load before this mod loads. The init.lua file is essentially the main function of the mod. The mods.txt inside the save folder is the list of mods that save needs in order to run.
priority
implement system to load lua modules story our content is added via lua modules we need to be able to load these modules when the game starts the modules that need loaded are kept in the save folder so the correct modules load with each save the folder structure is as follows phoenix exe modules dependencies txt init lua dependencies txt init lua saves mods txt the dependencies txt file in each mod lists what other mods need to load before this mod loads the init lua file is essentially the main function of the mod the mods txt inside the save folder is the list of mods that save needs in order to run
1
539,682
15,793,080,648
IssuesEvent
2021-04-02 08:19:37
wso2/integration-studio
https://api.github.com/repos/wso2/integration-studio
closed
Inbound endpoint parameters for registry values get dropped while saving
8.0.0 Priority/High
**Description:** When editing Inbound enpoint (custom class) with default ESB Editor. Parameters that are pointing to a registry keys get deleted while saving. **Affected Product Version:** 7.1.0 **OS, DB, other environment details and versions:** Linux **Steps to reproduce:** Create custom Inbound endpoint Add parameter whose value is stored in the registry Example: ``` <parameter name="bootstrap.servers" key="gov:config/kafka/kafka_bootstrap_servers"/> ``` Save it. Open endpoint for editing. Parameter "bootstrap.servers" is absent
1.0
Inbound endpoint parameters for registry values get dropped while saving - **Description:** When editing Inbound enpoint (custom class) with default ESB Editor. Parameters that are pointing to a registry keys get deleted while saving. **Affected Product Version:** 7.1.0 **OS, DB, other environment details and versions:** Linux **Steps to reproduce:** Create custom Inbound endpoint Add parameter whose value is stored in the registry Example: ``` <parameter name="bootstrap.servers" key="gov:config/kafka/kafka_bootstrap_servers"/> ``` Save it. Open endpoint for editing. Parameter "bootstrap.servers" is absent
priority
inbound endpoint parameters for registry values get dropped while saving description when editing inbound enpoint custom class with default esb editor parameters that are pointing to a registry keys get deleted while saving affected product version os db other environment details and versions linux steps to reproduce create custom inbound endpoint add parameter whose value is stored in the registry example save it open endpoint for editing parameter bootstrap servers is absent
1
313,021
9,556,099,058
IssuesEvent
2019-05-03 07:10:11
conan-io/conan
https://api.github.com/repos/conan-io/conan
opened
CMakeSettings.yml visual integration
complex: low priority: high stage: queue type: look into
Look at: https://www.reddit.com/r/cpp/comments/bjxtje/handling_debug_path_with_conan_cmake_visual/ It might be useful to consider a generator for that json? Investigate the usage of the json, also with vcpkg.
1.0
CMakeSettings.yml visual integration - Look at: https://www.reddit.com/r/cpp/comments/bjxtje/handling_debug_path_with_conan_cmake_visual/ It might be useful to consider a generator for that json? Investigate the usage of the json, also with vcpkg.
priority
cmakesettings yml visual integration look at it might be useful to consider a generator for that json investigate the usage of the json also with vcpkg
1
232,106
7,654,776,790
IssuesEvent
2018-05-10 10:33:42
lwjohnst86/prodigenr
https://api.github.com/repos/lwjohnst86/prodigenr
closed
Have main function to create project, separate functions for the type
enhancement hard high priority
since an abstract could turn into a poster or slides or manuscript.
1.0
Have main function to create project, separate functions for the type - since an abstract could turn into a poster or slides or manuscript.
priority
have main function to create project separate functions for the type since an abstract could turn into a poster or slides or manuscript
1
227,633
7,540,497,460
IssuesEvent
2018-04-17 06:42:18
wso2/product-is
https://api.github.com/repos/wso2/product-is
closed
SCIM Support for 'attributes' param in user endpoint feature in SCIM2
Affected/5.5.0 Priority/High Type/Improvement
SCIM Support for 'attributes' param in user endpoint feature is currently supported in SCIM 1.1 endpoints only. Need to port this to SCIM2. https://wso2.org/jira/browse/IDENTITY-4430 https://github.com/wso2/charon/pull/53/files https://github.com/wso2-extensions/identity-inbound-provisioning-scim/pull/32
1.0
SCIM Support for 'attributes' param in user endpoint feature in SCIM2 - SCIM Support for 'attributes' param in user endpoint feature is currently supported in SCIM 1.1 endpoints only. Need to port this to SCIM2. https://wso2.org/jira/browse/IDENTITY-4430 https://github.com/wso2/charon/pull/53/files https://github.com/wso2-extensions/identity-inbound-provisioning-scim/pull/32
priority
scim support for attributes param in user endpoint feature in scim support for attributes param in user endpoint feature is currently supported in scim endpoints only need to port this to
1
752,199
26,276,511,739
IssuesEvent
2023-01-06 22:46:43
envoyproxy/gateway
https://api.github.com/repos/envoyproxy/gateway
closed
Enable GatewayInvalidRouteKind conformance test
bug help wanted area/translator area/conformance priority/high
*Description*: Seeing this conformance test fail in in https://github.com/envoyproxy/gateway/pull/780 Once fixed it should be enabled via https://github.com/envoyproxy/gateway/blob/main/test/conformance/conformance_test.go
1.0
Enable GatewayInvalidRouteKind conformance test - *Description*: Seeing this conformance test fail in in https://github.com/envoyproxy/gateway/pull/780 Once fixed it should be enabled via https://github.com/envoyproxy/gateway/blob/main/test/conformance/conformance_test.go
priority
enable gatewayinvalidroutekind conformance test description seeing this conformance test fail in in once fixed it should be enabled via
1
75,547
3,466,386,865
IssuesEvent
2015-12-22 03:00:21
Baystation12/Baystation12
https://api.github.com/repos/Baystation12/Baystation12
closed
[Master] Items can still be used/picked up by nonexistant hands
priority: high
When you lack a proper hand, you can still pickup stuff. It then usually drops due to the fact you have no hands, but there is still a small window in which you can use these items as if you had functioning arms. Saw this happen today during a ninja round in which a detective had his arms sliced off, yet he could still pull out his gun and quickly fire (much to the surprise to all the players involved.) The player was missing both his hands and his arms. The detective still dropped the gun though it was only after a few seconds (and in these seconds he could fire)
1.0
[Master] Items can still be used/picked up by nonexistant hands - When you lack a proper hand, you can still pickup stuff. It then usually drops due to the fact you have no hands, but there is still a small window in which you can use these items as if you had functioning arms. Saw this happen today during a ninja round in which a detective had his arms sliced off, yet he could still pull out his gun and quickly fire (much to the surprise to all the players involved.) The player was missing both his hands and his arms. The detective still dropped the gun though it was only after a few seconds (and in these seconds he could fire)
priority
items can still be used picked up by nonexistant hands when you lack a proper hand you can still pickup stuff it then usually drops due to the fact you have no hands but there is still a small window in which you can use these items as if you had functioning arms saw this happen today during a ninja round in which a detective had his arms sliced off yet he could still pull out his gun and quickly fire much to the surprise to all the players involved the player was missing both his hands and his arms the detective still dropped the gun though it was only after a few seconds and in these seconds he could fire
1
470,302
13,535,378,080
IssuesEvent
2020-09-16 07:29:01
abpframework/abp
https://api.github.com/repos/abpframework/abp
closed
MongoDB module ACID transaction implementation
abp-framework feature priority:high
MongoDB 4.0 supports ACID transactions. MongoDB 4.2 supports distributed ACID transactions too!
1.0
MongoDB module ACID transaction implementation - MongoDB 4.0 supports ACID transactions. MongoDB 4.2 supports distributed ACID transactions too!
priority
mongodb module acid transaction implementation mongodb supports acid transactions mongodb supports distributed acid transactions too
1
767,223
26,915,431,144
IssuesEvent
2023-02-07 05:50:30
camsaul/toucan2
https://api.github.com/repos/camsaul/toucan2
opened
automagic hydration broken when using snake_case keys -- don't assume that the model uses kebab-case
bug high priority
It works if you configure it but it should work without configuration
1.0
automagic hydration broken when using snake_case keys -- don't assume that the model uses kebab-case - It works if you configure it but it should work without configuration
priority
automagic hydration broken when using snake case keys don t assume that the model uses kebab case it works if you configure it but it should work without configuration
1
504,410
14,617,887,188
IssuesEvent
2020-12-22 15:25:31
qgis/QGIS
https://api.github.com/repos/qgis/QGIS
closed
Moving a panel over another in dual-screen workspace crashes the app
Bug Crash/Data Corruption Feedback GUI/UX High Priority
Author Name: **Piotr Kann** (Piotr Kann) Original Redmine Issue: [22115](https://issues.qgis.org/issues/22115) Affected QGIS version: 3.6.3 Redmine category:gui --- ## User Feedback Just moved "Processing Toolbox" panel to my secondary monitor over another qgis window (a secondary map view window, titled "Map 2"). In the past, the same manipulation (moving a panel over another map window) multiple times caused malfunctioning of the underlaying map window. In general, I had issues with dual-screen workspace until 3.6.3 update (panel layot not properly restored on restart). ## Report Details *Crash ID*: c70bcf49e222b2470b89d20dfcc1859a8db5250b *Stack Trace* ``` QLayout::removeWidget : QApplicationPrivate::notify_helper : QApplication::notify : QgsApplication::notify : QCoreApplication::notifyInternal2 : QObjectPrivate::setParent_helper : QWidgetPrivate::setParent_sys : QWidget::setParent : QWidget::setParent : QTabBarPrivate::isAnimated : QOpenGLWidget::context : QOpenGLWidget::context : QMetaObject::activate : QUnifiedTimer::setSlowdownFactor : QAbstractAnimation::setCurrentTime : QUnifiedTimer::updateAnimationTimers : QUnifiedTimer::updateAnimationTimers : QAnimationDriver::advance : QObject::event : QApplicationPrivate::notify_helper : QApplication::notify : QgsApplication::notify : QCoreApplication::notifyInternal2 : QEventDispatcherWin32Private::sendTimerEvent : QEventDispatcherWin32::event : QApplicationPrivate::notify_helper : QApplication::notify : QgsApplication::notify : QCoreApplication::notifyInternal2 : QCoreApplicationPrivate::sendPostedEvents : qt_plugin_query_metadata : QEventDispatcherWin32::processEvents : TranslateMessageEx : SetWindowTextW : IsDialogMessageW : KiUserCallbackDispatcher : IsDialogMessageW : IsDialogMessageW : SetWindowTextW : DrawThemeParentBackground : Ordinal69 : GetWindowDC : GetWindowDC : SetWindowTextW : IsDialogMessageW : KiUserCallbackDispatcher : IsDialogMessageW : IsDialogMessageW : SetWindowTextW : DrawThemeParentBackground : Ordinal69 : GetWindowDC : TranslateMessageEx : TranslateMessage : QEventDispatcherWin32::processEvents : qt_plugin_query_metadata : QEventLoop::exec : QCoreApplication::exec : main : BaseThreadInitThunk : RtlUserThreadStart : ``` *QGIS Info* QGIS Version: 3.6.3-Noosa QGIS code revision: 0c5774c068 Compiled against Qt: 5.11.2 Running against Qt: 5.11.2 Compiled against GDAL: 2.4.1 Running against GDAL: 2.4.1 *System Info* CPU Type: x86_64 Kernel Type: winnt Kernel Version: 6.1.7601
1.0
Moving a panel over another in dual-screen workspace crashes the app - Author Name: **Piotr Kann** (Piotr Kann) Original Redmine Issue: [22115](https://issues.qgis.org/issues/22115) Affected QGIS version: 3.6.3 Redmine category:gui --- ## User Feedback Just moved "Processing Toolbox" panel to my secondary monitor over another qgis window (a secondary map view window, titled "Map 2"). In the past, the same manipulation (moving a panel over another map window) multiple times caused malfunctioning of the underlaying map window. In general, I had issues with dual-screen workspace until 3.6.3 update (panel layot not properly restored on restart). ## Report Details *Crash ID*: c70bcf49e222b2470b89d20dfcc1859a8db5250b *Stack Trace* ``` QLayout::removeWidget : QApplicationPrivate::notify_helper : QApplication::notify : QgsApplication::notify : QCoreApplication::notifyInternal2 : QObjectPrivate::setParent_helper : QWidgetPrivate::setParent_sys : QWidget::setParent : QWidget::setParent : QTabBarPrivate::isAnimated : QOpenGLWidget::context : QOpenGLWidget::context : QMetaObject::activate : QUnifiedTimer::setSlowdownFactor : QAbstractAnimation::setCurrentTime : QUnifiedTimer::updateAnimationTimers : QUnifiedTimer::updateAnimationTimers : QAnimationDriver::advance : QObject::event : QApplicationPrivate::notify_helper : QApplication::notify : QgsApplication::notify : QCoreApplication::notifyInternal2 : QEventDispatcherWin32Private::sendTimerEvent : QEventDispatcherWin32::event : QApplicationPrivate::notify_helper : QApplication::notify : QgsApplication::notify : QCoreApplication::notifyInternal2 : QCoreApplicationPrivate::sendPostedEvents : qt_plugin_query_metadata : QEventDispatcherWin32::processEvents : TranslateMessageEx : SetWindowTextW : IsDialogMessageW : KiUserCallbackDispatcher : IsDialogMessageW : IsDialogMessageW : SetWindowTextW : DrawThemeParentBackground : Ordinal69 : GetWindowDC : GetWindowDC : SetWindowTextW : IsDialogMessageW : KiUserCallbackDispatcher : IsDialogMessageW : IsDialogMessageW : SetWindowTextW : DrawThemeParentBackground : Ordinal69 : GetWindowDC : TranslateMessageEx : TranslateMessage : QEventDispatcherWin32::processEvents : qt_plugin_query_metadata : QEventLoop::exec : QCoreApplication::exec : main : BaseThreadInitThunk : RtlUserThreadStart : ``` *QGIS Info* QGIS Version: 3.6.3-Noosa QGIS code revision: 0c5774c068 Compiled against Qt: 5.11.2 Running against Qt: 5.11.2 Compiled against GDAL: 2.4.1 Running against GDAL: 2.4.1 *System Info* CPU Type: x86_64 Kernel Type: winnt Kernel Version: 6.1.7601
priority
moving a panel over another in dual screen workspace crashes the app author name piotr kann piotr kann original redmine issue affected qgis version redmine category gui user feedback just moved processing toolbox panel to my secondary monitor over another qgis window a secondary map view window titled map in the past the same manipulation moving a panel over another map window multiple times caused malfunctioning of the underlaying map window in general i had issues with dual screen workspace until update panel layot not properly restored on restart report details crash id stack trace qlayout removewidget qapplicationprivate notify helper qapplication notify qgsapplication notify qcoreapplication qobjectprivate setparent helper qwidgetprivate setparent sys qwidget setparent qwidget setparent qtabbarprivate isanimated qopenglwidget context qopenglwidget context qmetaobject activate qunifiedtimer setslowdownfactor qabstractanimation setcurrenttime qunifiedtimer updateanimationtimers qunifiedtimer updateanimationtimers qanimationdriver advance qobject event qapplicationprivate notify helper qapplication notify qgsapplication notify qcoreapplication sendtimerevent event qapplicationprivate notify helper qapplication notify qgsapplication notify qcoreapplication qcoreapplicationprivate sendpostedevents qt plugin query metadata processevents translatemessageex setwindowtextw isdialogmessagew kiusercallbackdispatcher isdialogmessagew isdialogmessagew setwindowtextw drawthemeparentbackground getwindowdc getwindowdc setwindowtextw isdialogmessagew kiusercallbackdispatcher isdialogmessagew isdialogmessagew setwindowtextw drawthemeparentbackground getwindowdc translatemessageex translatemessage processevents qt plugin query metadata qeventloop exec qcoreapplication exec main basethreadinitthunk rtluserthreadstart qgis info qgis version noosa qgis code revision compiled against qt running against qt compiled against gdal running against gdal system info cpu type kernel type winnt kernel version
1
727,663
25,043,378,914
IssuesEvent
2022-11-05 00:45:59
zyzmoz/global-player
https://api.github.com/repos/zyzmoz/global-player
closed
feature: Integrate player details to backend
enhancement hacktoberfest-accepted backend high-priority
# Overview Fetch data from the backend and render player details on the frontend # Acceptance Criteria - Be able to fetch data from the backend - Be able to see the data on the frontend
1.0
feature: Integrate player details to backend - # Overview Fetch data from the backend and render player details on the frontend # Acceptance Criteria - Be able to fetch data from the backend - Be able to see the data on the frontend
priority
feature integrate player details to backend overview fetch data from the backend and render player details on the frontend acceptance criteria be able to fetch data from the backend be able to see the data on the frontend
1
322,057
9,812,260,888
IssuesEvent
2019-06-13 03:34:55
BuckleScript/bucklescript
https://api.github.com/repos/BuckleScript/bucklescript
closed
interaction between invalid top level bindings and incomplete pattern match
PRIORITY:HIGH bug
Consider this array destructuring and other code written in Reason. ``` let [|a|] = [|1|]; let x = 1; ``` The JS output is incomplete and missing the bindings. ```javascript // Generated by BUCKLESCRIPT VERSION 5.0.3, PLEASE EDIT WITH CARE 'use strict'; var Caml_builtin_exceptions = require("bs-platform/lib/js/caml_builtin_exceptions.js"); var match = /* array */[1]; if (match.length !== 1) { throw [ Caml_builtin_exceptions.match_failure, /* tuple */[ "MyModule1.re", 1, 4 ] ]; } /* Not a pure module */ ``` If the line with the array destructuring is removed to leave just `let x = 1`, the JS outputs as expected: ```javascript // Generated by BUCKLESCRIPT VERSION 5.0.3, PLEASE EDIT WITH CARE 'use strict'; var x = 1; exports.x = x; /* No side effect */ ```
1.0
interaction between invalid top level bindings and incomplete pattern match - Consider this array destructuring and other code written in Reason. ``` let [|a|] = [|1|]; let x = 1; ``` The JS output is incomplete and missing the bindings. ```javascript // Generated by BUCKLESCRIPT VERSION 5.0.3, PLEASE EDIT WITH CARE 'use strict'; var Caml_builtin_exceptions = require("bs-platform/lib/js/caml_builtin_exceptions.js"); var match = /* array */[1]; if (match.length !== 1) { throw [ Caml_builtin_exceptions.match_failure, /* tuple */[ "MyModule1.re", 1, 4 ] ]; } /* Not a pure module */ ``` If the line with the array destructuring is removed to leave just `let x = 1`, the JS outputs as expected: ```javascript // Generated by BUCKLESCRIPT VERSION 5.0.3, PLEASE EDIT WITH CARE 'use strict'; var x = 1; exports.x = x; /* No side effect */ ```
priority
interaction between invalid top level bindings and incomplete pattern match consider this array destructuring and other code written in reason let let x the js output is incomplete and missing the bindings javascript generated by bucklescript version please edit with care use strict var caml builtin exceptions require bs platform lib js caml builtin exceptions js var match array if match length throw caml builtin exceptions match failure tuple re not a pure module if the line with the array destructuring is removed to leave just let x the js outputs as expected javascript generated by bucklescript version please edit with care use strict var x exports x x no side effect
1
169,531
6,403,656,661
IssuesEvent
2017-08-06 20:41:41
SpiderLabs/owasp-modsecurity-crs
https://api.github.com/repos/SpiderLabs/owasp-modsecurity-crs
closed
Bypass SQL Injection Rules #comment symbol with logical operator should be blocked
False Negative - Evasion Priority - HIGH
sorry i just confused with both OWASP CRS and Comodo WAF rules. i think i made a mistake.. i just checked again OWASP CRS 3 with these payloads. libinjection detect these below payloads. so no way to bypass sql injection rules. ``` ' /*!or*/1=1# ' /*!order*/ By 1# ' || 1=1# ' && 1=1# ' /*!||*/ 1=1# ' /*!&&*/ 1=1# ``` *In case, if any application which support base 64 encoding as a input for some purpose* Example: http://www.attacker.com?id=MTIz **id** is the point of entry for attacker to try all injection attack. Check the demo [Video](https://github.com/umarfarook882/WAF-Rule-Writing-part-2) So OWASP CRS 3 cannot able to detect base64 encoded sql injection payload unless user customize the rules to prevent these attack. so we need to make it better for user to prevent these attacks. We already discuss these problem and solution for the issue [Base 64 Encoding Payloads](https://github.com/SpiderLabs/owasp-modsecurity-crs/issues/369) so we can implement it as a optional rule in OWASP CRS 3.
1.0
Bypass SQL Injection Rules #comment symbol with logical operator should be blocked - sorry i just confused with both OWASP CRS and Comodo WAF rules. i think i made a mistake.. i just checked again OWASP CRS 3 with these payloads. libinjection detect these below payloads. so no way to bypass sql injection rules. ``` ' /*!or*/1=1# ' /*!order*/ By 1# ' || 1=1# ' && 1=1# ' /*!||*/ 1=1# ' /*!&&*/ 1=1# ``` *In case, if any application which support base 64 encoding as a input for some purpose* Example: http://www.attacker.com?id=MTIz **id** is the point of entry for attacker to try all injection attack. Check the demo [Video](https://github.com/umarfarook882/WAF-Rule-Writing-part-2) So OWASP CRS 3 cannot able to detect base64 encoded sql injection payload unless user customize the rules to prevent these attack. so we need to make it better for user to prevent these attacks. We already discuss these problem and solution for the issue [Base 64 Encoding Payloads](https://github.com/SpiderLabs/owasp-modsecurity-crs/issues/369) so we can implement it as a optional rule in OWASP CRS 3.
priority
bypass sql injection rules comment symbol with logical operator should be blocked sorry i just confused with both owasp crs and comodo waf rules i think i made a mistake i just checked again owasp crs with these payloads libinjection detect these below payloads so no way to bypass sql injection rules or order by in case if any application which support base encoding as a input for some purpose example id is the point of entry for attacker to try all injection attack check the demo so owasp crs cannot able to detect encoded sql injection payload unless user customize the rules to prevent these attack so we need to make it better for user to prevent these attacks we already discuss these problem and solution for the issue so we can implement it as a optional rule in owasp crs
1
314,865
9,603,885,250
IssuesEvent
2019-05-10 18:20:30
wherebyus/general-tasks
https://api.github.com/repos/wherebyus/general-tasks
closed
new incline member from NRH
Added After Sprint Planning Priority: High Type: Task
## Feature or problem Describe the feature or problem here. ### Reproduction *Sharon Hilberer* (sharonerer@gmail.com) - *$120* The Incline keeps me connected to my Hometown. ### Actual behavior ### Suggested expected behavior please add to our member list so she gets member content ### Suggested priority priority-medium ### Stakeholders *Submitted:* rossilynne ### Definition of done How will we know when this feature is complete? ### Subtasks A detailed list of changes that need to be made or subtasks. One checkbox per. - [ ] Brew the coffee ## Developer estimate To help the team accurately estimate the complexity of this task, take a moment to walk through this list and estimate each item. At the end, you can total the estimates and round to the nearest prime number. If any of these are at a `5` or higher, or if the total is above a `5`, consider breaking this issue into multiple smaller issues. - [ ] Changes to the database () - [ ] Changes to the API () - [ ] Testing Changes to the API () - [ ] Changes to Application Code () - [ ] Adding or updating unit tests () - [ ] Local developer testing () ### Total developer estimate: 0 ## Additional estimate - [ ] Code review () - [ ] QA Testing () - [ ] Stakeholder Sign-off () - [ ] Deploy to Production () ### Total additional estimate: 0 ## QA Notes Detailed instructions for testing, one checkbox per test to be completed. ### Contextual tests - [ ] Accessibility check - [ ] Cross-browser check (Edge, Chrome, Firefox) - [ ] Responsive check
1.0
new incline member from NRH - ## Feature or problem Describe the feature or problem here. ### Reproduction *Sharon Hilberer* (sharonerer@gmail.com) - *$120* The Incline keeps me connected to my Hometown. ### Actual behavior ### Suggested expected behavior please add to our member list so she gets member content ### Suggested priority priority-medium ### Stakeholders *Submitted:* rossilynne ### Definition of done How will we know when this feature is complete? ### Subtasks A detailed list of changes that need to be made or subtasks. One checkbox per. - [ ] Brew the coffee ## Developer estimate To help the team accurately estimate the complexity of this task, take a moment to walk through this list and estimate each item. At the end, you can total the estimates and round to the nearest prime number. If any of these are at a `5` or higher, or if the total is above a `5`, consider breaking this issue into multiple smaller issues. - [ ] Changes to the database () - [ ] Changes to the API () - [ ] Testing Changes to the API () - [ ] Changes to Application Code () - [ ] Adding or updating unit tests () - [ ] Local developer testing () ### Total developer estimate: 0 ## Additional estimate - [ ] Code review () - [ ] QA Testing () - [ ] Stakeholder Sign-off () - [ ] Deploy to Production () ### Total additional estimate: 0 ## QA Notes Detailed instructions for testing, one checkbox per test to be completed. ### Contextual tests - [ ] Accessibility check - [ ] Cross-browser check (Edge, Chrome, Firefox) - [ ] Responsive check
priority
new incline member from nrh feature or problem describe the feature or problem here reproduction sharon hilberer sharonerer gmail com the incline keeps me connected to my hometown actual behavior suggested expected behavior please add to our member list so she gets member content suggested priority priority medium stakeholders submitted rossilynne definition of done how will we know when this feature is complete subtasks a detailed list of changes that need to be made or subtasks one checkbox per brew the coffee developer estimate to help the team accurately estimate the complexity of this task take a moment to walk through this list and estimate each item at the end you can total the estimates and round to the nearest prime number if any of these are at a or higher or if the total is above a consider breaking this issue into multiple smaller issues changes to the database changes to the api testing changes to the api changes to application code adding or updating unit tests local developer testing total developer estimate additional estimate code review qa testing stakeholder sign off deploy to production total additional estimate qa notes detailed instructions for testing one checkbox per test to be completed contextual tests accessibility check cross browser check edge chrome firefox responsive check
1
309,629
9,477,711,557
IssuesEvent
2019-04-19 19:39:33
AugurProject/augur
https://api.github.com/repos/AugurProject/augur
closed
Transaction pg prices and total look incorrect for complete sets
Priority: High
@adrake33 can u check and make sure the prices on the complete sets are correct...for binary and categorical markets its showing price as 10000....prices in those markets are 0-1 see screenshot ![4-19complete sets.jpg](https://images.zenhubusercontent.com/5c2f99aa80139b3816b48707/52871ca4-5fc5-4f07-b218-7c3dbc2a648c)
1.0
Transaction pg prices and total look incorrect for complete sets - @adrake33 can u check and make sure the prices on the complete sets are correct...for binary and categorical markets its showing price as 10000....prices in those markets are 0-1 see screenshot ![4-19complete sets.jpg](https://images.zenhubusercontent.com/5c2f99aa80139b3816b48707/52871ca4-5fc5-4f07-b218-7c3dbc2a648c)
priority
transaction pg prices and total look incorrect for complete sets can u check and make sure the prices on the complete sets are correct for binary and categorical markets its showing price as prices in those markets are see screenshot
1
429,108
12,421,002,294
IssuesEvent
2020-05-23 14:48:36
LorittaBot/Loritta
https://api.github.com/repos/LorittaBot/Loritta
closed
Add preferred language option
Module: Loritta (Discord) 🎀 Priority: High Type: Enhancement ✨
How Loritta can find out what is the user's preferred language for direct messages? Currently we hardcode to "default" (portuguese) but it isn't that "wow". Maybe using `language` in Loritta's direct messages would allow the user to set their preferred language for DMs, and it also would be nice if you could "force" your preferred language (So it would override what language Loritta uses for you in any server)
1.0
Add preferred language option - How Loritta can find out what is the user's preferred language for direct messages? Currently we hardcode to "default" (portuguese) but it isn't that "wow". Maybe using `language` in Loritta's direct messages would allow the user to set their preferred language for DMs, and it also would be nice if you could "force" your preferred language (So it would override what language Loritta uses for you in any server)
priority
add preferred language option how loritta can find out what is the user s preferred language for direct messages currently we hardcode to default portuguese but it isn t that wow maybe using language in loritta s direct messages would allow the user to set their preferred language for dms and it also would be nice if you could force your preferred language so it would override what language loritta uses for you in any server
1
311,071
9,527,876,074
IssuesEvent
2019-04-29 06:31:05
Steven-Wagner/Movie-Suggestor
https://api.github.com/repos/Steven-Wagner/Movie-Suggestor
opened
Content hidden below nav bar
High Priority bug
Some content is hidden below the fixed nav bar and the content needs to be lower so that it looks centered below the nav.
1.0
Content hidden below nav bar - Some content is hidden below the fixed nav bar and the content needs to be lower so that it looks centered below the nav.
priority
content hidden below nav bar some content is hidden below the fixed nav bar and the content needs to be lower so that it looks centered below the nav
1
698,221
23,970,287,175
IssuesEvent
2022-09-13 07:08:16
status-im/status-desktop
https://api.github.com/repos/status-im/status-desktop
closed
[Community members list] fix right click behavior
bug priority 1: high
### Description RIght click in members list in community doesn’t work (should show profile context menu)
1.0
[Community members list] fix right click behavior - ### Description RIght click in members list in community doesn’t work (should show profile context menu)
priority
fix right click behavior description right click in members list in community doesn’t work should show profile context menu
1
222,249
7,430,896,679
IssuesEvent
2018-03-25 08:37:34
CS2103JAN2018-T16-B2/main
https://api.github.com/repos/CS2103JAN2018-T16-B2/main
closed
Create unique storage files and Profile to access these files
priority.high type.task
- Create Driver Profile to access separate instances of address book - Create unique storage files for each driver profile
1.0
Create unique storage files and Profile to access these files - - Create Driver Profile to access separate instances of address book - Create unique storage files for each driver profile
priority
create unique storage files and profile to access these files create driver profile to access separate instances of address book create unique storage files for each driver profile
1
544,716
15,896,401,003
IssuesEvent
2021-04-11 17:17:54
AY2021S2-CS2113-F10-2/tp
https://api.github.com/repos/AY2021S2-CS2113-F10-2/tp
closed
[PE-D] Invalid input for length of sleeping hour
priority.High severity.High type.Bug
No details provided. ![Screenshot 2021-04-03 at 5.06.20 PM.png](https://raw.githubusercontent.com/chenling1022/ped/main/files/60eb0cc2-f72b-402c-9f9f-91e86b59b49f.png) when the input sleeping hour is >24, the system can prompt the user a possible error message <!--session: 1617437413881-36cf2e4d-b336-4d21-91df-8378b3b68f93--> ------------- Labels: `severity.Medium` `type.FunctionalityBug` original: chenling1022/ped#6
1.0
[PE-D] Invalid input for length of sleeping hour - No details provided. ![Screenshot 2021-04-03 at 5.06.20 PM.png](https://raw.githubusercontent.com/chenling1022/ped/main/files/60eb0cc2-f72b-402c-9f9f-91e86b59b49f.png) when the input sleeping hour is >24, the system can prompt the user a possible error message <!--session: 1617437413881-36cf2e4d-b336-4d21-91df-8378b3b68f93--> ------------- Labels: `severity.Medium` `type.FunctionalityBug` original: chenling1022/ped#6
priority
invalid input for length of sleeping hour no details provided when the input sleeping hour is the system can prompt the user a possible error message labels severity medium type functionalitybug original ped
1
394,877
11,660,173,672
IssuesEvent
2020-03-03 02:26:35
poissonconsulting/chk
https://api.github.com/repos/poissonconsulting/chk
closed
Update _pkgdown.yml groupings
Difficulty: 2 Intermediate Effort: 2 Medium Priority: 2 High Type: Docs
In particular make sure that it is complete and that it includes: check_ functions recently added chk_integer etc functions
1.0
Update _pkgdown.yml groupings - In particular make sure that it is complete and that it includes: check_ functions recently added chk_integer etc functions
priority
update pkgdown yml groupings in particular make sure that it is complete and that it includes check functions recently added chk integer etc functions
1
160,189
6,084,260,324
IssuesEvent
2017-06-17 01:45:56
nulib/avalon
https://api.github.com/repos/nulib/avalon
closed
GO LIVE!!!
devops high priority in review production
In which we turn the crank. BEFORE JUNE 15 @Toputnal and @d-venckus can you verify anything you need to to make sure we're good to go?
1.0
GO LIVE!!! - In which we turn the crank. BEFORE JUNE 15 @Toputnal and @d-venckus can you verify anything you need to to make sure we're good to go?
priority
go live in which we turn the crank before june toputnal and d venckus can you verify anything you need to to make sure we re good to go
1
752,677
26,295,127,004
IssuesEvent
2023-01-08 21:57:11
KingSupernova31/RulesGuru
https://api.github.com/repos/KingSupernova31/RulesGuru
closed
People see similar questions in a row
enhancement high priority discussion wanted
"Next question" currently shows the next valid question in number order. Similar questions are often submitted in succession, so this leads to users seeing a "run" of similar questions when browsing. This can lead to confusion or annoyance at seeing almost the same question again. There are various fixes that involve changing what order people see questions in, but I don't think any of those are ideal since they violate the user's expectation of what "next" means. The only good alternative I see is to randomize the IDs of all questions currently in the database to remove all "runs" that currently exist, and then have all newly-submitted questions be assigned a random ID rather then the next one in sequence. This is a little inelegant and would break all existing links to questions, so I'm open to better ideas.
1.0
People see similar questions in a row - "Next question" currently shows the next valid question in number order. Similar questions are often submitted in succession, so this leads to users seeing a "run" of similar questions when browsing. This can lead to confusion or annoyance at seeing almost the same question again. There are various fixes that involve changing what order people see questions in, but I don't think any of those are ideal since they violate the user's expectation of what "next" means. The only good alternative I see is to randomize the IDs of all questions currently in the database to remove all "runs" that currently exist, and then have all newly-submitted questions be assigned a random ID rather then the next one in sequence. This is a little inelegant and would break all existing links to questions, so I'm open to better ideas.
priority
people see similar questions in a row next question currently shows the next valid question in number order similar questions are often submitted in succession so this leads to users seeing a run of similar questions when browsing this can lead to confusion or annoyance at seeing almost the same question again there are various fixes that involve changing what order people see questions in but i don t think any of those are ideal since they violate the user s expectation of what next means the only good alternative i see is to randomize the ids of all questions currently in the database to remove all runs that currently exist and then have all newly submitted questions be assigned a random id rather then the next one in sequence this is a little inelegant and would break all existing links to questions so i m open to better ideas
1
734,747
25,360,955,773
IssuesEvent
2022-11-20 21:57:03
FabricMC/fabric
https://api.github.com/repos/FabricMC/fabric
closed
Unable to invoke commands on server
bug priority:high
Whenever I try to invoke an operator command, be it a vanilla command such as /kick or a modded command such as /yigd (from You're In Grave Danger) I get a "Cannot invoke" error and the command doesn't execute. I haven't been able to test different mod configurations as the server is live and in-use. [latest.log](https://github.com/FabricMC/fabric/files/9997694/latest.log)
1.0
Unable to invoke commands on server - Whenever I try to invoke an operator command, be it a vanilla command such as /kick or a modded command such as /yigd (from You're In Grave Danger) I get a "Cannot invoke" error and the command doesn't execute. I haven't been able to test different mod configurations as the server is live and in-use. [latest.log](https://github.com/FabricMC/fabric/files/9997694/latest.log)
priority
unable to invoke commands on server whenever i try to invoke an operator command be it a vanilla command such as kick or a modded command such as yigd from you re in grave danger i get a cannot invoke error and the command doesn t execute i haven t been able to test different mod configurations as the server is live and in use
1
285,556
8,766,657,210
IssuesEvent
2018-12-17 17:23:57
phetsims/wave-interference
https://api.github.com/repos/phetsims/wave-interference
closed
Shadow in front of barrier
priority:2-high status:ready-for-review type:bug
**Test device:** Dell Laptop **Operating System:** Win 10 **Browser:** chrome and edge **Problem description:** For https://github.com/phetsims/QA/issues/238 When the barrier is moved it creates a large shadow line in front of it. A smaller such line can be seen before any movement, but it becomes more pronounced after. **Steps to reproduce:** 1. Go to the slits screen and set up a barrier 2. Start a wave and observe behavior in front of barrier 3. Move barrier back and forth and examine behavior **Screenshots:** ![largeline](https://user-images.githubusercontent.com/41024075/49965614-ee59fa80-feda-11e8-961b-45e0a1d6fd90.PNG) Troubleshooting information (do not edit): <details> Name: ‪Wave Interference‬ URL: https://phet-dev.colorado.edu/html/wave-interference/1.0.0-dev.51/phet/wave-interference_en_phet.html Version: 1.0.0-dev.51 2018-12-12 03:47:24 UTC Features missing: touch Flags: pixelRatioScaling User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36 Language: en-US Window: 1536x732 Pixel Ratio: 2.5/1 WebGL: WebGL 1.0 (OpenGL ES 2.0 Chromium) GLSL: WebGL GLSL ES 1.0 (OpenGL ES GLSL ES 1.0 Chromium) Vendor: WebKit (WebKit WebGL) Vertex: attribs: 16 varying: 30 uniform: 4096 Texture: size: 16384 imageUnits: 16 (vertex: 16, combined: 32) Max viewport: 16384x16384 OES_texture_float: true Dependencies JSON: {"assert":{"sha":"928741cf","branch":"master"},"axon":{"sha":"73e761ec","branch":"master"},"brand":{"sha":"1fd6682e","branch":"master"},"chipper":{"sha":"61bc739b","branch":"master"},"dot":{"sha":"b45eafe8","branch":"master"},"griddle":{"sha":"914c9215","branch":"master"},"joist":{"sha":"5a013a46","branch":"master"},"kite":{"sha":"f3e96e5b","branch":"master"},"phet-core":{"sha":"86dec8cc","branch":"master"},"phet-io":{"sha":"a267fdb1","branch":"master"},"phet-io-wrapper-classroom-activity":{"sha":"5dea7f54","branch":"master"},"phet-io-wrapper-hookes-law-energy":{"sha":"b42eaef7","branch":"master"},"phet-io-wrapper-lab-book":{"sha":"b884e9c1","branch":"master"},"phet-io-wrappers":{"sha":"d5b42848","branch":"master"},"phetcommon":{"sha":"869b2561","branch":"master"},"query-string-machine":{"sha":"e4f9e8e8","branch":"master"},"scenery":{"sha":"a18ce7f1","branch":"master"},"scenery-phet":{"sha":"56df5b6d","branch":"master"},"sherpa":{"sha":"a1f5e867","branch":"master"},"sun":{"sha":"38ed71af","branch":"master"},"tambo":{"sha":"746fbd32","branch":"master"},"tandem":{"sha":"c7a56e2e","branch":"master"},"twixt":{"sha":"e38c70ed","branch":"master"},"wave-interference":{"sha":"bfce593d","branch":"master"}} </details>
1.0
Shadow in front of barrier - **Test device:** Dell Laptop **Operating System:** Win 10 **Browser:** chrome and edge **Problem description:** For https://github.com/phetsims/QA/issues/238 When the barrier is moved it creates a large shadow line in front of it. A smaller such line can be seen before any movement, but it becomes more pronounced after. **Steps to reproduce:** 1. Go to the slits screen and set up a barrier 2. Start a wave and observe behavior in front of barrier 3. Move barrier back and forth and examine behavior **Screenshots:** ![largeline](https://user-images.githubusercontent.com/41024075/49965614-ee59fa80-feda-11e8-961b-45e0a1d6fd90.PNG) Troubleshooting information (do not edit): <details> Name: ‪Wave Interference‬ URL: https://phet-dev.colorado.edu/html/wave-interference/1.0.0-dev.51/phet/wave-interference_en_phet.html Version: 1.0.0-dev.51 2018-12-12 03:47:24 UTC Features missing: touch Flags: pixelRatioScaling User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36 Language: en-US Window: 1536x732 Pixel Ratio: 2.5/1 WebGL: WebGL 1.0 (OpenGL ES 2.0 Chromium) GLSL: WebGL GLSL ES 1.0 (OpenGL ES GLSL ES 1.0 Chromium) Vendor: WebKit (WebKit WebGL) Vertex: attribs: 16 varying: 30 uniform: 4096 Texture: size: 16384 imageUnits: 16 (vertex: 16, combined: 32) Max viewport: 16384x16384 OES_texture_float: true Dependencies JSON: {"assert":{"sha":"928741cf","branch":"master"},"axon":{"sha":"73e761ec","branch":"master"},"brand":{"sha":"1fd6682e","branch":"master"},"chipper":{"sha":"61bc739b","branch":"master"},"dot":{"sha":"b45eafe8","branch":"master"},"griddle":{"sha":"914c9215","branch":"master"},"joist":{"sha":"5a013a46","branch":"master"},"kite":{"sha":"f3e96e5b","branch":"master"},"phet-core":{"sha":"86dec8cc","branch":"master"},"phet-io":{"sha":"a267fdb1","branch":"master"},"phet-io-wrapper-classroom-activity":{"sha":"5dea7f54","branch":"master"},"phet-io-wrapper-hookes-law-energy":{"sha":"b42eaef7","branch":"master"},"phet-io-wrapper-lab-book":{"sha":"b884e9c1","branch":"master"},"phet-io-wrappers":{"sha":"d5b42848","branch":"master"},"phetcommon":{"sha":"869b2561","branch":"master"},"query-string-machine":{"sha":"e4f9e8e8","branch":"master"},"scenery":{"sha":"a18ce7f1","branch":"master"},"scenery-phet":{"sha":"56df5b6d","branch":"master"},"sherpa":{"sha":"a1f5e867","branch":"master"},"sun":{"sha":"38ed71af","branch":"master"},"tambo":{"sha":"746fbd32","branch":"master"},"tandem":{"sha":"c7a56e2e","branch":"master"},"twixt":{"sha":"e38c70ed","branch":"master"},"wave-interference":{"sha":"bfce593d","branch":"master"}} </details>
priority
shadow in front of barrier test device dell laptop operating system win browser chrome and edge problem description for when the barrier is moved it creates a large shadow line in front of it a smaller such line can be seen before any movement but it becomes more pronounced after steps to reproduce go to the slits screen and set up a barrier start a wave and observe behavior in front of barrier move barrier back and forth and examine behavior screenshots troubleshooting information do not edit name ‪wave interference‬ url version dev utc features missing touch flags pixelratioscaling user agent mozilla windows nt applewebkit khtml like gecko chrome safari language en us window pixel ratio webgl webgl opengl es chromium glsl webgl glsl es opengl es glsl es chromium vendor webkit webkit webgl vertex attribs varying uniform texture size imageunits vertex combined max viewport oes texture float true dependencies json assert sha branch master axon sha branch master brand sha branch master chipper sha branch master dot sha branch master griddle sha branch master joist sha branch master kite sha branch master phet core sha branch master phet io sha branch master phet io wrapper classroom activity sha branch master phet io wrapper hookes law energy sha branch master phet io wrapper lab book sha branch master phet io wrappers sha branch master phetcommon sha branch master query string machine sha branch master scenery sha branch master scenery phet sha branch master sherpa sha branch master sun sha branch master tambo sha branch master tandem sha branch master twixt sha branch master wave interference sha branch master
1
391,073
11,568,407,895
IssuesEvent
2020-02-20 15:50:08
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
k_delayed_work_submit_to_queue returns error code when resubmitting previously completed work.
bug has-pr priority: high
**Describe the bug** k_delayed_work_submit_to_queue returns error code -EALREADY when submitting previously completed task. Tak is submitted successfully. This response is not covered in doc. This should probably be changed to 0 since error code is propagated from k_delayed_work_cancel. **Expected behavior** 0 result - work was submitted to queue. OR response described in doc
1.0
k_delayed_work_submit_to_queue returns error code when resubmitting previously completed work. - **Describe the bug** k_delayed_work_submit_to_queue returns error code -EALREADY when submitting previously completed task. Tak is submitted successfully. This response is not covered in doc. This should probably be changed to 0 since error code is propagated from k_delayed_work_cancel. **Expected behavior** 0 result - work was submitted to queue. OR response described in doc
priority
k delayed work submit to queue returns error code when resubmitting previously completed work describe the bug k delayed work submit to queue returns error code ealready when submitting previously completed task tak is submitted successfully this response is not covered in doc this should probably be changed to since error code is propagated from k delayed work cancel expected behavior result work was submitted to queue or response described in doc
1
81,526
3,591,974,893
IssuesEvent
2016-02-01 14:23:16
leeensminger/DelDOT-NPDES-Field-Tool
https://api.github.com/repos/leeensminger/DelDOT-NPDES-Field-Tool
opened
Selection for Barrel Conveyance
bug - high priority
In the Selections tab, is the "deldot_npdes_7.DBO.BARREL_CONVEYANCE" supposed to select the Barrel Conveyances as a whole? I know I created Barrel Conveyances in this work area however, no features are listed in the Features List Tab when I try to query them using "deldot_npdes_7.DBO.BARREL_CONVEYANCE". ![image](https://cloud.githubusercontent.com/assets/16919958/12719039/93ab35de-c8c0-11e5-9f99-2b606dd99f2e.png)
1.0
Selection for Barrel Conveyance - In the Selections tab, is the "deldot_npdes_7.DBO.BARREL_CONVEYANCE" supposed to select the Barrel Conveyances as a whole? I know I created Barrel Conveyances in this work area however, no features are listed in the Features List Tab when I try to query them using "deldot_npdes_7.DBO.BARREL_CONVEYANCE". ![image](https://cloud.githubusercontent.com/assets/16919958/12719039/93ab35de-c8c0-11e5-9f99-2b606dd99f2e.png)
priority
selection for barrel conveyance in the selections tab is the deldot npdes dbo barrel conveyance supposed to select the barrel conveyances as a whole i know i created barrel conveyances in this work area however no features are listed in the features list tab when i try to query them using deldot npdes dbo barrel conveyance
1
205,205
7,094,727,228
IssuesEvent
2018-01-13 07:39:28
okTurtles/group-income-simple
https://api.github.com/repos/okTurtles/group-income-simple
closed
Update the Group Creation process to match mockups from last hackathon
App:Frontend Kind:Core Note:UI/UX Note:Up-for-grabs Priority:High
### Problem We created a nice creation flow at the last hackathon but only implemented the Dashboard in code so far. ### Solution Create, using the VueAssistant, the setup flow that we came up with during the hackathon. Questions? Send via gitter/slack. /cc @dsernst ![mockup - group creation](https://user-images.githubusercontent.com/138706/29435798-48f19584-835d-11e7-89c4-938145eade95.png)
1.0
Update the Group Creation process to match mockups from last hackathon - ### Problem We created a nice creation flow at the last hackathon but only implemented the Dashboard in code so far. ### Solution Create, using the VueAssistant, the setup flow that we came up with during the hackathon. Questions? Send via gitter/slack. /cc @dsernst ![mockup - group creation](https://user-images.githubusercontent.com/138706/29435798-48f19584-835d-11e7-89c4-938145eade95.png)
priority
update the group creation process to match mockups from last hackathon problem we created a nice creation flow at the last hackathon but only implemented the dashboard in code so far solution create using the vueassistant the setup flow that we came up with during the hackathon questions send via gitter slack cc dsernst
1
737,358
25,512,708,719
IssuesEvent
2022-11-28 14:14:45
bryntum/support
https://api.github.com/repos/bryntum/support
closed
Not possible to unschedule the task
feature request resolved high-priority
https://bryntum.com/examples/gantt/advanced/ Try to remove this data from any task in the cells or task editor
1.0
Not possible to unschedule the task - https://bryntum.com/examples/gantt/advanced/ Try to remove this data from any task in the cells or task editor
priority
not possible to unschedule the task try to remove this data from any task in the cells or task editor
1
455,206
13,113,192,200
IssuesEvent
2020-08-05 04:38:32
Automattic/woocommerce-payments
https://api.github.com/repos/Automattic/woocommerce-payments
closed
Add support for Saved Cards
Priority: High Size M [Feature] Saved Cards and Subscriptions
- Adding a payment method to /my-account/payment-methods/ - Deleting a payment method in /my-account/payment-methods/ - Saving a payment method in /checkout - Selecting a saved payment method in /checkout See also #683 for saved-card work related to subscriptions and #14 for a requirement to save payment methods to the platform.
1.0
Add support for Saved Cards - - Adding a payment method to /my-account/payment-methods/ - Deleting a payment method in /my-account/payment-methods/ - Saving a payment method in /checkout - Selecting a saved payment method in /checkout See also #683 for saved-card work related to subscriptions and #14 for a requirement to save payment methods to the platform.
priority
add support for saved cards adding a payment method to my account payment methods deleting a payment method in my account payment methods saving a payment method in checkout selecting a saved payment method in checkout see also for saved card work related to subscriptions and for a requirement to save payment methods to the platform
1
550,784
16,132,374,652
IssuesEvent
2021-04-29 07:24:16
gambitph/Stackable
https://api.github.com/repos/gambitph/Stackable
closed
UI issue: Popovers are stacked when adding dynamic content inside buttons
bug high priority
the popovers for the button URL & dynamic content are stacked: <img width="835" alt="Screen Shot 2021-04-28 at 4 03 39 PM" src="https://user-images.githubusercontent.com/28699204/116369306-cfeec280-a83b-11eb-8c72-f9a60b68d550.png">
1.0
UI issue: Popovers are stacked when adding dynamic content inside buttons - the popovers for the button URL & dynamic content are stacked: <img width="835" alt="Screen Shot 2021-04-28 at 4 03 39 PM" src="https://user-images.githubusercontent.com/28699204/116369306-cfeec280-a83b-11eb-8c72-f9a60b68d550.png">
priority
ui issue popovers are stacked when adding dynamic content inside buttons the popovers for the button url dynamic content are stacked img width alt screen shot at pm src
1
471,196
13,562,198,898
IssuesEvent
2020-09-18 06:24:03
OpenSRP/opensrp-server-core
https://api.github.com/repos/OpenSRP/opensrp-server-core
opened
Id Gen Module is not respecting firstIdentifierBase
Priority: High bug
- [ ] Id Gen Module is not respecting `firstIdentifierBase` and is generating numbers based on primary keys - [ ] If a source is configured with `firstIdentifierBase` 2000000, only the first generated number will follow that, subsequently new ids will start at 0000000.....000000n - [ ] This is a big problem when migrating to new Id gen module where some ids have already been used on OpenMRS. This feature is meant to make sure there is no collision since new ids can be configured to to start at a higher number than what was generated before on OpenMRS. - [ ] This will need to be fixed before Thailand production is migrated to OpenSRP Id gen module
1.0
Id Gen Module is not respecting firstIdentifierBase - - [ ] Id Gen Module is not respecting `firstIdentifierBase` and is generating numbers based on primary keys - [ ] If a source is configured with `firstIdentifierBase` 2000000, only the first generated number will follow that, subsequently new ids will start at 0000000.....000000n - [ ] This is a big problem when migrating to new Id gen module where some ids have already been used on OpenMRS. This feature is meant to make sure there is no collision since new ids can be configured to to start at a higher number than what was generated before on OpenMRS. - [ ] This will need to be fixed before Thailand production is migrated to OpenSRP Id gen module
priority
id gen module is not respecting firstidentifierbase id gen module is not respecting firstidentifierbase and is generating numbers based on primary keys if a source is configured with firstidentifierbase only the first generated number will follow that subsequently new ids will start at this is a big problem when migrating to new id gen module where some ids have already been used on openmrs this feature is meant to make sure there is no collision since new ids can be configured to to start at a higher number than what was generated before on openmrs this will need to be fixed before thailand production is migrated to opensrp id gen module
1
187,579
6,759,238,939
IssuesEvent
2017-10-24 16:26:48
json-schema-org/json-schema-spec
https://api.github.com/repos/json-schema-org/json-schema-spec
opened
Resolve JFV vs HTTPbis Header Structure
hypermedia Priority: High Type: Maintenance
We reference https://tools.ietf.org/html/draft-reschke-http-jfv-07 but it turns out there has been a complex history: reschke-http-jfv-00 through 04 ietf-httpbis-jfv-00 through 02 then it split, with the JSON work going back to reschke-http-jfv-05 through 07, but the HTTPbis work going forward as an abstract data model for headers in ietf-httpbis-header-structure-00 through 01 (with 02 in the works). JFV: https://tools.ietf.org/html/draft-reschke-http-jfv-07 Header structure: https://tools.ietf.org/html/draft-ietf-httpbis-header-structure-01 We should sort out what is going on here, and also definitively figure out how to address existing headers, particularly those that we recommend using in hyper-schema's `targetHints` and `headerSchema`, should be represented.
1.0
Resolve JFV vs HTTPbis Header Structure - We reference https://tools.ietf.org/html/draft-reschke-http-jfv-07 but it turns out there has been a complex history: reschke-http-jfv-00 through 04 ietf-httpbis-jfv-00 through 02 then it split, with the JSON work going back to reschke-http-jfv-05 through 07, but the HTTPbis work going forward as an abstract data model for headers in ietf-httpbis-header-structure-00 through 01 (with 02 in the works). JFV: https://tools.ietf.org/html/draft-reschke-http-jfv-07 Header structure: https://tools.ietf.org/html/draft-ietf-httpbis-header-structure-01 We should sort out what is going on here, and also definitively figure out how to address existing headers, particularly those that we recommend using in hyper-schema's `targetHints` and `headerSchema`, should be represented.
priority
resolve jfv vs httpbis header structure we reference but it turns out there has been a complex history reschke http jfv through ietf httpbis jfv through then it split with the json work going back to reschke http jfv through but the httpbis work going forward as an abstract data model for headers in ietf httpbis header structure through with in the works jfv header structure we should sort out what is going on here and also definitively figure out how to address existing headers particularly those that we recommend using in hyper schema s targethints and headerschema should be represented
1
272,249
8,506,545,859
IssuesEvent
2018-10-30 16:49:23
CS2113-AY1819S1-F09-2/main
https://api.github.com/repos/CS2113-AY1819S1-F09-2/main
closed
Set up CheckStyle for the project
priority.high severity.high type.bug
We have not successfully setup checkStyle, which is singlehandedly the sole reason why our cohort curse Travis "checkStyle error" I predict that we have **A TON** of checkStyle errors, and we should set checkStyle up to detect checkStyle errors and try to fix them as soon as possible. The guide for setting up CheckStyle is in AB4 docs
1.0
Set up CheckStyle for the project - We have not successfully setup checkStyle, which is singlehandedly the sole reason why our cohort curse Travis "checkStyle error" I predict that we have **A TON** of checkStyle errors, and we should set checkStyle up to detect checkStyle errors and try to fix them as soon as possible. The guide for setting up CheckStyle is in AB4 docs
priority
set up checkstyle for the project we have not successfully setup checkstyle which is singlehandedly the sole reason why our cohort curse travis checkstyle error i predict that we have a ton of checkstyle errors and we should set checkstyle up to detect checkstyle errors and try to fix them as soon as possible the guide for setting up checkstyle is in docs
1
43,739
2,891,984,793
IssuesEvent
2015-06-15 09:56:29
ska-sa/tigger
https://api.github.com/repos/ska-sa/tigger
closed
add error fields to LSM
enhancement high priority
Needed by e.g. ratt-ru/calibration-pipelines#25. Add I.err, ra.err, dec.err, etc. fields to LSM.
1.0
add error fields to LSM - Needed by e.g. ratt-ru/calibration-pipelines#25. Add I.err, ra.err, dec.err, etc. fields to LSM.
priority
add error fields to lsm needed by e g ratt ru calibration pipelines add i err ra err dec err etc fields to lsm
1
642,338
20,885,521,775
IssuesEvent
2022-03-23 04:22:02
wso2/product-is
https://api.github.com/repos/wso2/product-is
closed
[Self-Registration] User is authenticated but not directed to the app landing page after self-registration complete
Priority/Highest Severity/Critical bug Affected-5.12.0
**Describe the issue:** It is expected to allow the user to auto-login to the app after clicking the link from the email in self-registration flow (ref: #10603) However, when the user clicks the link, he is taken to the sign-in page. When the app link (eg. MyAccount) is accessed in the same browser after that, it appears the user have been authenticated, even though not directed to the app landing page) **How to reproduce:** 1. Enable user self-registration from the console 2. Go to MyAccount login page, self-register a new user, wait for the email confirmation 3. Click the confirmation link in the email to complete registration Click the 'OK' button in the confirmation pop-up **Expected behavior:** - User should be authenticated and directed to the app landing page upon accessing the link and confirming **Environment information** (_Please complete the following information; remove any unnecessary fields_) **:** - Product Version: IS 5.12 Alpha 15 - OS: Windows 10 - Database: MySQL - Userstore: JDBC --- ### Optional Fields **Related issues:** <!-- Any related issues from this/other repositories--> **Suggested labels:** <!-- Only to be used by non-members -->
1.0
[Self-Registration] User is authenticated but not directed to the app landing page after self-registration complete - **Describe the issue:** It is expected to allow the user to auto-login to the app after clicking the link from the email in self-registration flow (ref: #10603) However, when the user clicks the link, he is taken to the sign-in page. When the app link (eg. MyAccount) is accessed in the same browser after that, it appears the user have been authenticated, even though not directed to the app landing page) **How to reproduce:** 1. Enable user self-registration from the console 2. Go to MyAccount login page, self-register a new user, wait for the email confirmation 3. Click the confirmation link in the email to complete registration Click the 'OK' button in the confirmation pop-up **Expected behavior:** - User should be authenticated and directed to the app landing page upon accessing the link and confirming **Environment information** (_Please complete the following information; remove any unnecessary fields_) **:** - Product Version: IS 5.12 Alpha 15 - OS: Windows 10 - Database: MySQL - Userstore: JDBC --- ### Optional Fields **Related issues:** <!-- Any related issues from this/other repositories--> **Suggested labels:** <!-- Only to be used by non-members -->
priority
user is authenticated but not directed to the app landing page after self registration complete describe the issue it is expected to allow the user to auto login to the app after clicking the link from the email in self registration flow ref however when the user clicks the link he is taken to the sign in page when the app link eg myaccount is accessed in the same browser after that it appears the user have been authenticated even though not directed to the app landing page how to reproduce enable user self registration from the console go to myaccount login page self register a new user wait for the email confirmation click the confirmation link in the email to complete registration click the ok button in the confirmation pop up expected behavior user should be authenticated and directed to the app landing page upon accessing the link and confirming environment information please complete the following information remove any unnecessary fields product version is alpha os windows database mysql userstore jdbc optional fields related issues suggested labels
1
145,506
5,576,960,099
IssuesEvent
2017-03-28 08:26:17
xcat2/xcat-core
https://api.github.com/repos/xcat2/xcat-core
closed
[DEV] bmcdiscover did not report password wrong when no password input for Tuleta
component:hw_control priority:high sprint2
``` # bmcdiscover --range 50.3.19.2 -z -w node-32031302: objtype=node groups=all bmc=50.3.19.2 cons=ipmi mgt=ipmi ``` More infomation: ``` # XCATBYPASS=1 bmcdiscover --range 50.3.19.2 -z -w >> Sending IPMI command payload >> netfn : 0x06 >> command : 0x38 >> data : 0x8e 0x04 >> SENDING AN OPEN SESSION REQUEST >> Console generated random number (16 bytes) 65 30 7b af 9a ca 09 f8 81 a0 87 a3 66 05 42 f2 >> SENDING A RAKP 1 MESSAGE RAKP 2 message indicates an error : illegal parameter Error: Unable to establish IPMI v2 / RMCP+ session <<OPEN SESSION RESPONSE << Message tag : 0x00 << RMCP+ status : no errors << Maximum privilege level : admin << Console Session ID : 0xa0a2a3a4 << BMC Session ID : 0x081b19ed << Negotiated authenticatin algorithm : hmac_sha1 << Negotiated integrity algorithm : hmac_sha1_96 << Negotiated encryption algorithm : aes_cbc_128 <<RAKP 2 MESSAGE << Message tag : 0x00 << RMCP+ status : illegal parameter << Console Session ID : 0x00000000 << BMC random number : 0x00000000000000000000000000000000 << BMC GUID : 0x00000000000000000000000000000000 << Key exchange auth code [sha1] : 0xffff020700000000000000000000000000000000 ```
1.0
[DEV] bmcdiscover did not report password wrong when no password input for Tuleta - ``` # bmcdiscover --range 50.3.19.2 -z -w node-32031302: objtype=node groups=all bmc=50.3.19.2 cons=ipmi mgt=ipmi ``` More infomation: ``` # XCATBYPASS=1 bmcdiscover --range 50.3.19.2 -z -w >> Sending IPMI command payload >> netfn : 0x06 >> command : 0x38 >> data : 0x8e 0x04 >> SENDING AN OPEN SESSION REQUEST >> Console generated random number (16 bytes) 65 30 7b af 9a ca 09 f8 81 a0 87 a3 66 05 42 f2 >> SENDING A RAKP 1 MESSAGE RAKP 2 message indicates an error : illegal parameter Error: Unable to establish IPMI v2 / RMCP+ session <<OPEN SESSION RESPONSE << Message tag : 0x00 << RMCP+ status : no errors << Maximum privilege level : admin << Console Session ID : 0xa0a2a3a4 << BMC Session ID : 0x081b19ed << Negotiated authenticatin algorithm : hmac_sha1 << Negotiated integrity algorithm : hmac_sha1_96 << Negotiated encryption algorithm : aes_cbc_128 <<RAKP 2 MESSAGE << Message tag : 0x00 << RMCP+ status : illegal parameter << Console Session ID : 0x00000000 << BMC random number : 0x00000000000000000000000000000000 << BMC GUID : 0x00000000000000000000000000000000 << Key exchange auth code [sha1] : 0xffff020700000000000000000000000000000000 ```
priority
bmcdiscover did not report password wrong when no password input for tuleta bmcdiscover range z w node objtype node groups all bmc cons ipmi mgt ipmi more infomation xcatbypass bmcdiscover range z w sending ipmi command payload netfn command data sending an open session request console generated random number bytes af ca sending a rakp message rakp message indicates an error illegal parameter error unable to establish ipmi rmcp session open session response message tag rmcp status no errors maximum privilege level admin console session id bmc session id negotiated authenticatin algorithm hmac negotiated integrity algorithm hmac negotiated encryption algorithm aes cbc rakp message message tag rmcp status illegal parameter console session id bmc random number bmc guid key exchange auth code
1
127,956
5,041,129,074
IssuesEvent
2016-12-19 09:13:59
t9md/atom-vim-mode-plus
https://api.github.com/repos/t9md/atom-vim-mode-plus
opened
[critical] marker(=cursor) is NOT correctly restored in different editor(?) on undo/redo
priority-high upstream-issue
Now investigating. It's not vmp only issue, using atom's native `core:undo`(`cmd-z`), `core:redo`(`cmd-r`) is same result. By recent update of vmp, vmp's cursor placement of undo/redo get very improved. It's improvement is done by let atom's marker-layer do the work strategy. Marker snapshot and taken on each undoable transaction and restored on `undo/redo` mutation. But when text-editor is different(and underlying instance of text-buffer is same), marker(=cursor) is NOT restored correctly? This breaks fundamental assumption to achieve cursor-placement strategy on `undo/redo`. How bare-Atom user overcome this situation? #### Reproduce 1. open file 2. add line of text 3 time 3. confirm 3 times `undo`, 3 times `redo`. and cursor(=marker) is restored and scrolled to that position. 4. then split editor by `cmd-k right` 5. confirm 3 times `undo`, 3 times `redo`. undo/redo text state, but cursor placement is not like when done in original editor in step3.
1.0
[critical] marker(=cursor) is NOT correctly restored in different editor(?) on undo/redo - Now investigating. It's not vmp only issue, using atom's native `core:undo`(`cmd-z`), `core:redo`(`cmd-r`) is same result. By recent update of vmp, vmp's cursor placement of undo/redo get very improved. It's improvement is done by let atom's marker-layer do the work strategy. Marker snapshot and taken on each undoable transaction and restored on `undo/redo` mutation. But when text-editor is different(and underlying instance of text-buffer is same), marker(=cursor) is NOT restored correctly? This breaks fundamental assumption to achieve cursor-placement strategy on `undo/redo`. How bare-Atom user overcome this situation? #### Reproduce 1. open file 2. add line of text 3 time 3. confirm 3 times `undo`, 3 times `redo`. and cursor(=marker) is restored and scrolled to that position. 4. then split editor by `cmd-k right` 5. confirm 3 times `undo`, 3 times `redo`. undo/redo text state, but cursor placement is not like when done in original editor in step3.
priority
marker cursor is not correctly restored in different editor on undo redo now investigating it s not vmp only issue using atom s native core undo cmd z core redo cmd r is same result by recent update of vmp vmp s cursor placement of undo redo get very improved it s improvement is done by let atom s marker layer do the work strategy marker snapshot and taken on each undoable transaction and restored on undo redo mutation but when text editor is different and underlying instance of text buffer is same marker cursor is not restored correctly this breaks fundamental assumption to achieve cursor placement strategy on undo redo how bare atom user overcome this situation reproduce open file add line of text time confirm times undo times redo and cursor marker is restored and scrolled to that position then split editor by cmd k right confirm times undo times redo undo redo text state but cursor placement is not like when done in original editor in
1
414,069
12,098,431,196
IssuesEvent
2020-04-20 10:18:00
cdnjs/cdnjs
https://api.github.com/repos/cdnjs/cdnjs
closed
[Request] Add isomorphic-fetch
:rotating_light: High Priority 🏷 Library Request
**Library name:** isomorphic-fetch **Git repository url:** https://github.com/matthew-andrews/isomorphic-fetch **npm package name or url** (if there is one): isomorphic-fetch **License (List them all if it's multiple):** **Official homepage:** **Wanna say something? Leave message here:** ===================== Notes from cdnjs maintainer: Please read the [README.md](https://github.com/cdnjs/cdnjs#cdnjs-library-repository) and [CONTRIBUTING.md](https://github.com/cdnjs/cdnjs/blob/master/CONTRIBUTING.md) document first. We encourage you to add a library via sending pull request, it'll be faster than just opening a request issue, since there are tons of issues, please wait with patience, and please don't forget to read the guidelines for contributing, thanks!! <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/44041211-request-add-isomorphic-fetch?utm_campaign=plugin&utm_content=tracker%2F32893&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F32893&utm_medium=issues&utm_source=github). </bountysource-plugin>
1.0
[Request] Add isomorphic-fetch - **Library name:** isomorphic-fetch **Git repository url:** https://github.com/matthew-andrews/isomorphic-fetch **npm package name or url** (if there is one): isomorphic-fetch **License (List them all if it's multiple):** **Official homepage:** **Wanna say something? Leave message here:** ===================== Notes from cdnjs maintainer: Please read the [README.md](https://github.com/cdnjs/cdnjs#cdnjs-library-repository) and [CONTRIBUTING.md](https://github.com/cdnjs/cdnjs/blob/master/CONTRIBUTING.md) document first. We encourage you to add a library via sending pull request, it'll be faster than just opening a request issue, since there are tons of issues, please wait with patience, and please don't forget to read the guidelines for contributing, thanks!! <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/44041211-request-add-isomorphic-fetch?utm_campaign=plugin&utm_content=tracker%2F32893&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F32893&utm_medium=issues&utm_source=github). </bountysource-plugin>
priority
add isomorphic fetch library name isomorphic fetch git repository url npm package name or url if there is one isomorphic fetch license list them all if it s multiple official homepage wanna say something leave message here notes from cdnjs maintainer please read the and document first we encourage you to add a library via sending pull request it ll be faster than just opening a request issue since there are tons of issues please wait with patience and please don t forget to read the guidelines for contributing thanks want to back this issue we accept bounties via
1
171,834
6,495,331,086
IssuesEvent
2017-08-22 04:21:23
NREL/openstudio-geometry-editor
https://api.github.com/repos/NREL/openstudio-geometry-editor
closed
Disable the modal "Place Map" dialog when loading an existing model
enhancement high priority
Currently, I load the editor in a web frame, then call the api.doImport method and pass in a valid JSON. I would like this method to close the dialog, the file should contain information about the map/grid as needed
1.0
Disable the modal "Place Map" dialog when loading an existing model - Currently, I load the editor in a web frame, then call the api.doImport method and pass in a valid JSON. I would like this method to close the dialog, the file should contain information about the map/grid as needed
priority
disable the modal place map dialog when loading an existing model currently i load the editor in a web frame then call the api doimport method and pass in a valid json i would like this method to close the dialog the file should contain information about the map grid as needed
1
171,198
6,481,208,755
IssuesEvent
2017-08-18 15:05:14
ceylon/ceylon-ide-eclipse
https://api.github.com/repos/ceylon/ceylon-ide-eclipse
closed
upgrade Eclipse dependencies to Oxygen
high priority
The Eclipse IDE now depends on Oxygen, but the generated list of module dependencies in `module.ceylon` is still being generated from the Luna platform. I tried changing the couple of places where "luna" is hardcoded in the build scripts and `pom.xml` to "oxygen", but apparently that wasn't enough, since I get build errors. I need to do this upgrade in order to make use of the new support for higher-resolution icons in Oxygen. @davidfestal can you help me out here please?
1.0
upgrade Eclipse dependencies to Oxygen - The Eclipse IDE now depends on Oxygen, but the generated list of module dependencies in `module.ceylon` is still being generated from the Luna platform. I tried changing the couple of places where "luna" is hardcoded in the build scripts and `pom.xml` to "oxygen", but apparently that wasn't enough, since I get build errors. I need to do this upgrade in order to make use of the new support for higher-resolution icons in Oxygen. @davidfestal can you help me out here please?
priority
upgrade eclipse dependencies to oxygen the eclipse ide now depends on oxygen but the generated list of module dependencies in module ceylon is still being generated from the luna platform i tried changing the couple of places where luna is hardcoded in the build scripts and pom xml to oxygen but apparently that wasn t enough since i get build errors i need to do this upgrade in order to make use of the new support for higher resolution icons in oxygen davidfestal can you help me out here please
1
804,799
29,501,710,446
IssuesEvent
2023-06-02 22:51:40
okTurtles/group-income
https://api.github.com/repos/okTurtles/group-income
closed
Error upon manual payment registration
Kind:Bug App:Frontend Priority:High Note:Contracts
### Problem The following error showed up after I registered a manual payment: ![image](https://github.com/okTurtles/group-income/assets/64228468/7a81b2a4-e856-4d2d-b01a-f18cf8a614d8) Here are the accompanying logs: [gi_logs.zip](https://github.com/okTurtles/group-income/files/11617625/gi_logs.zip) The error was also visible in the browser console: ![image](https://github.com/okTurtles/group-income/assets/64228468/443dea62-a022-4ff8-ba59-aff8ea6e7d3a)
1.0
Error upon manual payment registration - ### Problem The following error showed up after I registered a manual payment: ![image](https://github.com/okTurtles/group-income/assets/64228468/7a81b2a4-e856-4d2d-b01a-f18cf8a614d8) Here are the accompanying logs: [gi_logs.zip](https://github.com/okTurtles/group-income/files/11617625/gi_logs.zip) The error was also visible in the browser console: ![image](https://github.com/okTurtles/group-income/assets/64228468/443dea62-a022-4ff8-ba59-aff8ea6e7d3a)
priority
error upon manual payment registration problem the following error showed up after i registered a manual payment here are the accompanying logs the error was also visible in the browser console
1
18,976
2,616,016,295
IssuesEvent
2015-03-02 00:58:34
jasonhall/bwapi
https://api.github.com/repos/jasonhall/bwapi
closed
Game::mapPathName() returns wrong name for latest BWAPI
auto-migrated Milestone-Release Priority-High Type-Regression
``` What steps will reproduce the problem? 1. Set map in bwapi.ini, and set to single player mode. 2. Print Broodwar->mapPathName(). What is the expected output? What do you see instead? My selected map. But instead I see the full path for (2)Double Jeopardy.scm. What version of the product are you using? On what operating system? svn HEAD revision. ``` Original issue reported on code.google.com by `nasr...@gmail.com` on 12 Mar 2011 at 1:35
1.0
Game::mapPathName() returns wrong name for latest BWAPI - ``` What steps will reproduce the problem? 1. Set map in bwapi.ini, and set to single player mode. 2. Print Broodwar->mapPathName(). What is the expected output? What do you see instead? My selected map. But instead I see the full path for (2)Double Jeopardy.scm. What version of the product are you using? On what operating system? svn HEAD revision. ``` Original issue reported on code.google.com by `nasr...@gmail.com` on 12 Mar 2011 at 1:35
priority
game mappathname returns wrong name for latest bwapi what steps will reproduce the problem set map in bwapi ini and set to single player mode print broodwar mappathname what is the expected output what do you see instead my selected map but instead i see the full path for double jeopardy scm what version of the product are you using on what operating system svn head revision original issue reported on code google com by nasr gmail com on mar at
1
790,845
27,838,965,565
IssuesEvent
2023-03-20 11:26:37
foss-lodpm/lpm
https://api.github.com/repos/foss-lodpm/lpm
opened
repository implementetion and dependency resolver
critical high priority alpha blocked
Implement package handling from linked repository and dependency resolver. Blocked by not having any repository deployed.
1.0
repository implementetion and dependency resolver - Implement package handling from linked repository and dependency resolver. Blocked by not having any repository deployed.
priority
repository implementetion and dependency resolver implement package handling from linked repository and dependency resolver blocked by not having any repository deployed
1
576,065
17,070,355,313
IssuesEvent
2021-07-07 12:37:59
geosolutions-it/MapStore2
https://api.github.com/repos/geosolutions-it/MapStore2
closed
Visual Style Editor crashes the app with raster layers
Priority: High bug geonode_integration
## Description <!-- Add here a few sentences describing the bug. --> ![123404977-afc45100-d5a9-11eb-85ab-bb0d0f08b1d2](https://user-images.githubusercontent.com/19175505/124720995-01090480-df09-11eb-94d5-05603fcc7fe8.gif) ## How to reproduce <!-- A list of steps to reproduce the bug --> - open a map in MapStore and add a raster layer (eg arcGridSample from WMS Catalog) - open the TOC and select the layer - open the settings and select style tab - select a style and then click on edit style - switch to visual style editor *Expected Result* <!-- Describe here the expected result --> - visual style editor is visible *Current Result* <!-- Describe here the current behavior --> - application crashes ![image](https://user-images.githubusercontent.com/19175505/124723183-0e26f300-df0b-11eb-86a0-c1c90ba27902.png) - [x] Not browser related <details><summary> <b>Browser info</b> </summary> <!-- If browser related, please compile the following table --> <!-- If your browser is not in the list please add a new row to the table with the version --> (use this site: <a href="https://www.whatsmybrowser.org/">https://www.whatsmybrowser.org/</a> for non expert users) | Browser Affected | Version | |---|---| |Internet Explorer| | |Edge| | |Chrome| | |Firefox| | |Safari| | </details> ## Other useful information <!-- error stack trace, screenshot, videos, or link to repository code are welcome --> The fix should be backported to the geonode-mapstore-client-2.1.x branch
1.0
Visual Style Editor crashes the app with raster layers - ## Description <!-- Add here a few sentences describing the bug. --> ![123404977-afc45100-d5a9-11eb-85ab-bb0d0f08b1d2](https://user-images.githubusercontent.com/19175505/124720995-01090480-df09-11eb-94d5-05603fcc7fe8.gif) ## How to reproduce <!-- A list of steps to reproduce the bug --> - open a map in MapStore and add a raster layer (eg arcGridSample from WMS Catalog) - open the TOC and select the layer - open the settings and select style tab - select a style and then click on edit style - switch to visual style editor *Expected Result* <!-- Describe here the expected result --> - visual style editor is visible *Current Result* <!-- Describe here the current behavior --> - application crashes ![image](https://user-images.githubusercontent.com/19175505/124723183-0e26f300-df0b-11eb-86a0-c1c90ba27902.png) - [x] Not browser related <details><summary> <b>Browser info</b> </summary> <!-- If browser related, please compile the following table --> <!-- If your browser is not in the list please add a new row to the table with the version --> (use this site: <a href="https://www.whatsmybrowser.org/">https://www.whatsmybrowser.org/</a> for non expert users) | Browser Affected | Version | |---|---| |Internet Explorer| | |Edge| | |Chrome| | |Firefox| | |Safari| | </details> ## Other useful information <!-- error stack trace, screenshot, videos, or link to repository code are welcome --> The fix should be backported to the geonode-mapstore-client-2.1.x branch
priority
visual style editor crashes the app with raster layers description how to reproduce open a map in mapstore and add a raster layer eg arcgridsample from wms catalog open the toc and select the layer open the settings and select style tab select a style and then click on edit style switch to visual style editor expected result visual style editor is visible current result application crashes not browser related browser info use this site a href for non expert users browser affected version internet explorer edge chrome firefox safari other useful information the fix should be backported to the geonode mapstore client x branch
1
28,437
2,702,480,833
IssuesEvent
2015-04-06 08:23:39
cs2103jan2015-w15-1j/main
https://api.github.com/repos/cs2103jan2015-w15-1j/main
closed
A user can use shortcut for commands
priority.high type.story
... so that the user can quickly type in the command without the need to actually type in the whole command word.
1.0
A user can use shortcut for commands - ... so that the user can quickly type in the command without the need to actually type in the whole command word.
priority
a user can use shortcut for commands so that the user can quickly type in the command without the need to actually type in the whole command word
1
457,220
13,153,262,012
IssuesEvent
2020-08-10 02:37:01
TeamSTEP/Catch.ioProjectBoard
https://api.github.com/repos/TeamSTEP/Catch.ioProjectBoard
opened
Add 8-directional Druid character crouching sprites
High Priority Jennifer project assets
## Feature Subtasks - [ ] Druid A Crouching North - [ ] Druid A Crouching North East - [ ] Druid A Crouching East - [ ] Druid A Crouching South East - [ ] Druid A Crouching South - [ ] Druid A Crouching South West - [ ] Druid A Crouching West - [ ] Druid A Crouching North West ## Description https://hoonsubin.gitbook.io/catch-io-design-doc/visual-design#player-character ## Difficulty {how hard this task is in a scale of 1~10} ## Estimated Implementation Time - Optimistic - {how long this will take to finish all the subtasks at the very least} - Normal - {how long this will take to finish all the subtasks on average work time} - Pessimistic - {how long this will take to finish all the subtasks at most} ## Work Start Date {when will the implementation will start}
1.0
Add 8-directional Druid character crouching sprites - ## Feature Subtasks - [ ] Druid A Crouching North - [ ] Druid A Crouching North East - [ ] Druid A Crouching East - [ ] Druid A Crouching South East - [ ] Druid A Crouching South - [ ] Druid A Crouching South West - [ ] Druid A Crouching West - [ ] Druid A Crouching North West ## Description https://hoonsubin.gitbook.io/catch-io-design-doc/visual-design#player-character ## Difficulty {how hard this task is in a scale of 1~10} ## Estimated Implementation Time - Optimistic - {how long this will take to finish all the subtasks at the very least} - Normal - {how long this will take to finish all the subtasks on average work time} - Pessimistic - {how long this will take to finish all the subtasks at most} ## Work Start Date {when will the implementation will start}
priority
add directional druid character crouching sprites feature subtasks druid a crouching north druid a crouching north east druid a crouching east druid a crouching south east druid a crouching south druid a crouching south west druid a crouching west druid a crouching north west description difficulty how hard this task is in a scale of estimated implementation time optimistic how long this will take to finish all the subtasks at the very least normal how long this will take to finish all the subtasks on average work time pessimistic how long this will take to finish all the subtasks at most work start date when will the implementation will start
1
702,456
24,122,979,550
IssuesEvent
2022-09-20 20:32:39
misskey-dev/misskey
https://api.github.com/repos/misskey-dev/misskey
closed
Jestが動作しない
:question:needs more investigation ⚠️bug? 🔥high priority
`SyntaxError: The requested module '@/config.js' does not provide an export named 'Config'`とか出る config.jsはちゃんとConfigをexportしている https://github.com/misskey-dev/misskey/blob/62bce147092ba6ee58ec4216f17a8ddcf5145468/packages/backend/src/config.ts#L96
1.0
Jestが動作しない - `SyntaxError: The requested module '@/config.js' does not provide an export named 'Config'`とか出る config.jsはちゃんとConfigをexportしている https://github.com/misskey-dev/misskey/blob/62bce147092ba6ee58ec4216f17a8ddcf5145468/packages/backend/src/config.ts#L96
priority
jestが動作しない syntaxerror the requested module config js does not provide an export named config とか出る config jsはちゃんとconfigをexportしている
1
124,477
4,923,298,349
IssuesEvent
2016-11-25 09:51:09
Evert-Arends/AuroraPlus
https://api.github.com/repos/Evert-Arends/AuroraPlus
closed
Convert serverpage to new design
High Priority
We should convert the serverpage to the new design, it's a to big of a contrast right now.
1.0
Convert serverpage to new design - We should convert the serverpage to the new design, it's a to big of a contrast right now.
priority
convert serverpage to new design we should convert the serverpage to the new design it s a to big of a contrast right now
1
381,994
11,299,254,814
IssuesEvent
2020-01-17 10:47:01
bryntum/support
https://api.github.com/repos/bryntum/support
closed
Cannot save unscheduled task with ENTER key
bug high-priority resolved
Await https://github.com/bryntum/bryntum-suite/pull/387 or try this in that branch (where duration field can be empty and still valid) In basic demo, run: ``` const added = gantt.taskStore.rootNode.appendChild({ name : 'New' }); // run propagation to calculate new task fields await gantt.project.propagate(); gantt.editTask(added); ``` Change name, ENTER key.
1.0
Cannot save unscheduled task with ENTER key - Await https://github.com/bryntum/bryntum-suite/pull/387 or try this in that branch (where duration field can be empty and still valid) In basic demo, run: ``` const added = gantt.taskStore.rootNode.appendChild({ name : 'New' }); // run propagation to calculate new task fields await gantt.project.propagate(); gantt.editTask(added); ``` Change name, ENTER key.
priority
cannot save unscheduled task with enter key await or try this in that branch where duration field can be empty and still valid in basic demo run const added gantt taskstore rootnode appendchild name new run propagation to calculate new task fields await gantt project propagate gantt edittask added change name enter key
1
556,629
16,487,419,096
IssuesEvent
2021-05-24 20:14:30
pytorch/pytorch
https://api.github.com/repos/pytorch/pytorch
closed
JIT fails for some types of attributes in the latest nightly
high priority oncall: jit triage review
## 🐛 Bug When setting attributes in a module, if the attribute set is a python class with a dict that has strings as keys JIT will fail, but if the main class has a dict with strings JIT works fine. This is an issue only with the nightly. ## To Reproduce ``` import torch class Module(torch.nn.Module): def __init__(self, strings): super().__init__() self.inner = Inner(strings) self.map = {k: j for j, k in enumerate(strings)} def forward(self, x): return x class Inner: def __init__(self, strings): self.map = {k: j for j, k in enumerate(strings)} m = torch.jit.script(Module(['A', 'B', 'C'])) ``` This produces the output: ``` Traceback (most recent call last): File "torch_bug.py", line 19, in <module> m = torch.jit.script(Module(['A', 'B', 'C'])) File "/home/anaconda3/envs/torchani/lib/python3.7/site-packages/torch/jit/_script.py", line 1097, in script obj, torch.jit._recursive.infer_methods_to_compile File "/home/anaconda3/envs/torchani/lib/python3.7/site-packages/torch/jit/_recursive.py", line 412, in create_script_module return create_script_module_impl(nn_module, concrete_type, stubs_fn) File "/home/ignacio/anaconda3/envs/torchani/lib/python3.7/site-packages/torch/jit/_recursive.py", line 474, in create_script_module_impl script_module = torch.jit.RecursiveScriptModule._construct(cpp_module, init_fn) File "/home/anaconda3/envs/torchani/lib/python3.7/site-packages/torch/jit/_script.py", line 497, in _construct init_fn(script_module) File "/home/anaconda3/envs/torchani/lib/python3.7/site-packages/torch/jit/_recursive.py", line 437, in init_fn cpp_module.setattr(name, orig_value) RuntimeError: Could not cast attribute 'map' to type Dict[Tensor, int]: Unable to cast Python instance to C++ type (compile in debug mode for details) ``` ## Expected behavior No error ## Environment ``` [pip3] numpy==1.18.1 [pip3] pytorch-memlab==0.2.2 [pip3] torch==1.9.0.dev20210518+cu102 [pip3] torchani==2.3.dev69+g10c9826 [pip3] torchaudio==0.9.0.dev20210415 [pip3] torchvision==0.10.0.dev20210415 [pip3] torchviz==0.0.2 [conda] blas 1.0 mkl [conda] cudatoolkit 11.0.221 h6bb024c_0 [conda] mkl 2020.1 217 [conda] mkl-service 2.3.0 py37he8ac12f_0 [conda] mkl_fft 1.2.0 py37h23d657b_0 [conda] mkl_random 1.1.1 py37h0573a6f_0 [conda] numpy 1.18.1 pypi_0 pypi [conda] numpy-base 1.19.2 py37hfa32c7d_0 [conda] pytorch-memlab 0.2.2 pypi_0 pypi [conda] torch 1.9.0.dev20210518+cu102 pypi_0 pypi [conda] torchaudio 0.9.0.dev20210415 pypi_0 pypi [conda] torchvision 0.10.0.dev20210415 pypi_0 pypi [conda] torchviz 0.0.2 pypi_0 pypi ``` ## Additional context As a workaround in my code I'm making the class `Inner` inherit from `torch.nn.Module` and decorating its methods with `torch.jit.unused`, this seems to work. I'm not sure if this is expected JIT behavior in nightly and now all attributes should be `torch.nn.Module`, or if this is a bug. cc @ezyang @gchanan @zou3519 @bdhirsh @jbschlosser @anjali411 @gmagogsfm
1.0
JIT fails for some types of attributes in the latest nightly - ## 🐛 Bug When setting attributes in a module, if the attribute set is a python class with a dict that has strings as keys JIT will fail, but if the main class has a dict with strings JIT works fine. This is an issue only with the nightly. ## To Reproduce ``` import torch class Module(torch.nn.Module): def __init__(self, strings): super().__init__() self.inner = Inner(strings) self.map = {k: j for j, k in enumerate(strings)} def forward(self, x): return x class Inner: def __init__(self, strings): self.map = {k: j for j, k in enumerate(strings)} m = torch.jit.script(Module(['A', 'B', 'C'])) ``` This produces the output: ``` Traceback (most recent call last): File "torch_bug.py", line 19, in <module> m = torch.jit.script(Module(['A', 'B', 'C'])) File "/home/anaconda3/envs/torchani/lib/python3.7/site-packages/torch/jit/_script.py", line 1097, in script obj, torch.jit._recursive.infer_methods_to_compile File "/home/anaconda3/envs/torchani/lib/python3.7/site-packages/torch/jit/_recursive.py", line 412, in create_script_module return create_script_module_impl(nn_module, concrete_type, stubs_fn) File "/home/ignacio/anaconda3/envs/torchani/lib/python3.7/site-packages/torch/jit/_recursive.py", line 474, in create_script_module_impl script_module = torch.jit.RecursiveScriptModule._construct(cpp_module, init_fn) File "/home/anaconda3/envs/torchani/lib/python3.7/site-packages/torch/jit/_script.py", line 497, in _construct init_fn(script_module) File "/home/anaconda3/envs/torchani/lib/python3.7/site-packages/torch/jit/_recursive.py", line 437, in init_fn cpp_module.setattr(name, orig_value) RuntimeError: Could not cast attribute 'map' to type Dict[Tensor, int]: Unable to cast Python instance to C++ type (compile in debug mode for details) ``` ## Expected behavior No error ## Environment ``` [pip3] numpy==1.18.1 [pip3] pytorch-memlab==0.2.2 [pip3] torch==1.9.0.dev20210518+cu102 [pip3] torchani==2.3.dev69+g10c9826 [pip3] torchaudio==0.9.0.dev20210415 [pip3] torchvision==0.10.0.dev20210415 [pip3] torchviz==0.0.2 [conda] blas 1.0 mkl [conda] cudatoolkit 11.0.221 h6bb024c_0 [conda] mkl 2020.1 217 [conda] mkl-service 2.3.0 py37he8ac12f_0 [conda] mkl_fft 1.2.0 py37h23d657b_0 [conda] mkl_random 1.1.1 py37h0573a6f_0 [conda] numpy 1.18.1 pypi_0 pypi [conda] numpy-base 1.19.2 py37hfa32c7d_0 [conda] pytorch-memlab 0.2.2 pypi_0 pypi [conda] torch 1.9.0.dev20210518+cu102 pypi_0 pypi [conda] torchaudio 0.9.0.dev20210415 pypi_0 pypi [conda] torchvision 0.10.0.dev20210415 pypi_0 pypi [conda] torchviz 0.0.2 pypi_0 pypi ``` ## Additional context As a workaround in my code I'm making the class `Inner` inherit from `torch.nn.Module` and decorating its methods with `torch.jit.unused`, this seems to work. I'm not sure if this is expected JIT behavior in nightly and now all attributes should be `torch.nn.Module`, or if this is a bug. cc @ezyang @gchanan @zou3519 @bdhirsh @jbschlosser @anjali411 @gmagogsfm
priority
jit fails for some types of attributes in the latest nightly 🐛 bug when setting attributes in a module if the attribute set is a python class with a dict that has strings as keys jit will fail but if the main class has a dict with strings jit works fine this is an issue only with the nightly to reproduce import torch class module torch nn module def init self strings super init self inner inner strings self map k j for j k in enumerate strings def forward self x return x class inner def init self strings self map k j for j k in enumerate strings m torch jit script module this produces the output traceback most recent call last file torch bug py line in m torch jit script module file home envs torchani lib site packages torch jit script py line in script obj torch jit recursive infer methods to compile file home envs torchani lib site packages torch jit recursive py line in create script module return create script module impl nn module concrete type stubs fn file home ignacio envs torchani lib site packages torch jit recursive py line in create script module impl script module torch jit recursivescriptmodule construct cpp module init fn file home envs torchani lib site packages torch jit script py line in construct init fn script module file home envs torchani lib site packages torch jit recursive py line in init fn cpp module setattr name orig value runtimeerror could not cast attribute map to type dict unable to cast python instance to c type compile in debug mode for details expected behavior no error environment numpy pytorch memlab torch torchani torchaudio torchvision torchviz blas mkl cudatoolkit mkl mkl service mkl fft mkl random numpy pypi pypi numpy base pytorch memlab pypi pypi torch pypi pypi torchaudio pypi pypi torchvision pypi pypi torchviz pypi pypi additional context as a workaround in my code i m making the class inner inherit from torch nn module and decorating its methods with torch jit unused this seems to work i m not sure if this is expected jit behavior in nightly and now all attributes should be torch nn module or if this is a bug cc ezyang gchanan bdhirsh jbschlosser gmagogsfm
1
829,855
31,926,586,224
IssuesEvent
2023-09-19 02:34:27
gama-platform/gama
https://api.github.com/repos/gama-platform/gama
reopened
Can't start new gama release on a fresh workspace
😱 Bug Priority High
**Describe the bug** After installing the GAMA 1.9.2 release AND changing to a new workspace, I'm unable to run it anymore. Gama starts then nothing happens as soon as I pick a workspace. I still see the process in the task manager but it takes close to zero resources and basically seems to be dead. I'm also unable to run gama on previously working workspaces. After some tweaking I finally managed to get a log here: ``` !SESSION 2023-09-05 10:32:21.424 ----------------------------------------------- eclipse.buildId=${build.id} java.version=17.0.4.1 java.vendor=Oracle Corporation BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US Command-line arguments: -os win32 -ws win32 -arch x86_64 -data @noDefault !ENTRY org.eclipse.osgi 4 0 2023-09-05 10:32:29.732 !MESSAGE Application error !STACK 1 java.lang.LinkageError: loader constraint violation: loader org.eclipse.osgi.internal.loader.EquinoxClassLoader @4a41caed wants to load abstract class org.eclipse.e4.core.contexts.ContextFunction. A different abstract class with the same name was previously loaded by org.eclipse.osgi.internal.loader.EquinoxClassLoader @60511187. (org.eclipse.e4.core.contexts.ContextFunction is in unnamed module of loader org.eclipse.osgi.internal.loader.EquinoxClassLoader @60511187, parent loader 'platform') at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.getHandler(HandlerServiceImpl.java:65) at org.eclipse.ui.internal.commands.CommandPersistence.readCommandsFromRegistry(CommandPersistence.java:196) at org.eclipse.ui.internal.commands.CommandPersistence.reRead(CommandPersistence.java:461) at org.eclipse.ui.internal.CommandToModelProcessor.process(CommandToModelProcessor.java:71) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58) at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:309) at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:243) at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:173) at org.eclipse.e4.ui.internal.workbench.ModelAssembler.runProcessor(ModelAssembler.java:715) at org.eclipse.e4.ui.internal.workbench.ModelAssembler.runProcessors(ModelAssembler.java:649) at org.eclipse.e4.ui.internal.workbench.ModelAssembler.processModel(ModelAssembler.java:322) at org.eclipse.e4.ui.internal.workbench.ResourceHandler.loadMostRecentModel(ResourceHandler.java:199) at org.eclipse.e4.ui.internal.workbench.swt.E4Application.loadApplicationModel(E4Application.java:371) at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createE4Workbench(E4Application.java:247) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:572) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:550) at msi.gama.application.Application.start(Application.java:148) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) at org.eclipse.equinox.launcher.Main.run(Main.java:1467) at org.eclipse.equinox.launcher.Main.main(Main.java:1440) ``` **To Reproduce** Steps to reproduce the behavior: 1. Download the latest release (https://github.com/gama-platform/gama/releases/tag/1.9.2) 2. Install 3. Run gama 4. create a new workspace 5. See error **Additional context** Tested on linux and no problem so it may be windows specific. The manipulation that got me to be able to get a log is running the eclipse version on the same workspace first. Somehow it looks like it repaired things in the ws and that's after this that gama release was able to write a log. Here is the content of the eclipse console if that can help: ``` !ENTRY org.eclipse.ui 4 4 2023-09-05 10:31:11.467 !MESSAGE Unable to process element: editorOnboardingCommand in perspective extension: null !ENTRY org.eclipse.ui 4 4 2023-09-05 10:31:11.471 !MESSAGE Unable to process element: editorOnboardingCommand in perspective extension: null Refreshing GAMA Workspace: updating the library of models > GAMA: Checking date of models library modified______ Mar 06,2023 10:21:50 Refreshing GAMA Workspace: recreating files metadata > GAMA: Retrieving workspace metadata done in_______ 57ms > GAMA: GAML artefacts built in______ 48ms > GAMA: Preloading preferences view done in_______ 11787ms Error in reading metadata of file:/C:/Users/baptiste/Gama_Workspace1.9.2-clean-clean/.cache/download.geofabrik.de+_++_+europe+_+andorra-latest.osm.pbf Refreshing GAMA Workspace: refreshing resources Refreshing GAMA Workspace: deleting virtual folders caches Refreshing GAMA Workspace: deleting virtual folders caches Error in reading metadata of file:/C:/Users/baptiste/Gama_Workspace1.9.2-clean-clean/.cache/download.geofabrik.de+_++_+europe+_+andorra-latest.osm.pbf > GAMA: workspace metadata saved in______ 581ms ``` Also now I'm able to run gama from eclipse without any issues, but not the release
1.0
Can't start new gama release on a fresh workspace - **Describe the bug** After installing the GAMA 1.9.2 release AND changing to a new workspace, I'm unable to run it anymore. Gama starts then nothing happens as soon as I pick a workspace. I still see the process in the task manager but it takes close to zero resources and basically seems to be dead. I'm also unable to run gama on previously working workspaces. After some tweaking I finally managed to get a log here: ``` !SESSION 2023-09-05 10:32:21.424 ----------------------------------------------- eclipse.buildId=${build.id} java.version=17.0.4.1 java.vendor=Oracle Corporation BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US Command-line arguments: -os win32 -ws win32 -arch x86_64 -data @noDefault !ENTRY org.eclipse.osgi 4 0 2023-09-05 10:32:29.732 !MESSAGE Application error !STACK 1 java.lang.LinkageError: loader constraint violation: loader org.eclipse.osgi.internal.loader.EquinoxClassLoader @4a41caed wants to load abstract class org.eclipse.e4.core.contexts.ContextFunction. A different abstract class with the same name was previously loaded by org.eclipse.osgi.internal.loader.EquinoxClassLoader @60511187. (org.eclipse.e4.core.contexts.ContextFunction is in unnamed module of loader org.eclipse.osgi.internal.loader.EquinoxClassLoader @60511187, parent loader 'platform') at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.getHandler(HandlerServiceImpl.java:65) at org.eclipse.ui.internal.commands.CommandPersistence.readCommandsFromRegistry(CommandPersistence.java:196) at org.eclipse.ui.internal.commands.CommandPersistence.reRead(CommandPersistence.java:461) at org.eclipse.ui.internal.CommandToModelProcessor.process(CommandToModelProcessor.java:71) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58) at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:309) at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:243) at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:173) at org.eclipse.e4.ui.internal.workbench.ModelAssembler.runProcessor(ModelAssembler.java:715) at org.eclipse.e4.ui.internal.workbench.ModelAssembler.runProcessors(ModelAssembler.java:649) at org.eclipse.e4.ui.internal.workbench.ModelAssembler.processModel(ModelAssembler.java:322) at org.eclipse.e4.ui.internal.workbench.ResourceHandler.loadMostRecentModel(ResourceHandler.java:199) at org.eclipse.e4.ui.internal.workbench.swt.E4Application.loadApplicationModel(E4Application.java:371) at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createE4Workbench(E4Application.java:247) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:572) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:550) at msi.gama.application.Application.start(Application.java:148) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) at org.eclipse.equinox.launcher.Main.run(Main.java:1467) at org.eclipse.equinox.launcher.Main.main(Main.java:1440) ``` **To Reproduce** Steps to reproduce the behavior: 1. Download the latest release (https://github.com/gama-platform/gama/releases/tag/1.9.2) 2. Install 3. Run gama 4. create a new workspace 5. See error **Additional context** Tested on linux and no problem so it may be windows specific. The manipulation that got me to be able to get a log is running the eclipse version on the same workspace first. Somehow it looks like it repaired things in the ws and that's after this that gama release was able to write a log. Here is the content of the eclipse console if that can help: ``` !ENTRY org.eclipse.ui 4 4 2023-09-05 10:31:11.467 !MESSAGE Unable to process element: editorOnboardingCommand in perspective extension: null !ENTRY org.eclipse.ui 4 4 2023-09-05 10:31:11.471 !MESSAGE Unable to process element: editorOnboardingCommand in perspective extension: null Refreshing GAMA Workspace: updating the library of models > GAMA: Checking date of models library modified______ Mar 06,2023 10:21:50 Refreshing GAMA Workspace: recreating files metadata > GAMA: Retrieving workspace metadata done in_______ 57ms > GAMA: GAML artefacts built in______ 48ms > GAMA: Preloading preferences view done in_______ 11787ms Error in reading metadata of file:/C:/Users/baptiste/Gama_Workspace1.9.2-clean-clean/.cache/download.geofabrik.de+_++_+europe+_+andorra-latest.osm.pbf Refreshing GAMA Workspace: refreshing resources Refreshing GAMA Workspace: deleting virtual folders caches Refreshing GAMA Workspace: deleting virtual folders caches Error in reading metadata of file:/C:/Users/baptiste/Gama_Workspace1.9.2-clean-clean/.cache/download.geofabrik.de+_++_+europe+_+andorra-latest.osm.pbf > GAMA: workspace metadata saved in______ 581ms ``` Also now I'm able to run gama from eclipse without any issues, but not the release
priority
can t start new gama release on a fresh workspace describe the bug after installing the gama release and changing to a new workspace i m unable to run it anymore gama starts then nothing happens as soon as i pick a workspace i still see the process in the task manager but it takes close to zero resources and basically seems to be dead i m also unable to run gama on previously working workspaces after some tweaking i finally managed to get a log here session eclipse buildid build id java version java vendor oracle corporation bootloader constants os arch ws nl en us command line arguments os ws arch data nodefault entry org eclipse osgi message application error stack java lang linkageerror loader constraint violation loader org eclipse osgi internal loader equinoxclassloader wants to load abstract class org eclipse core contexts contextfunction a different abstract class with the same name was previously loaded by org eclipse osgi internal loader equinoxclassloader org eclipse core contexts contextfunction is in unnamed module of loader org eclipse osgi internal loader equinoxclassloader parent loader platform at org eclipse core commands internal handlerserviceimpl gethandler handlerserviceimpl java at org eclipse ui internal commands commandpersistence readcommandsfromregistry commandpersistence java at org eclipse ui internal commands commandpersistence reread commandpersistence java at org eclipse ui internal commandtomodelprocessor process commandtomodelprocessor java at java base jdk internal reflect nativemethodaccessorimpl native method at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java base java lang reflect method invoke method java at org eclipse core internal di methodrequestor execute methodrequestor java at org eclipse core internal di injectorimpl invokeusingclass injectorimpl java at org eclipse core internal di injectorimpl invoke injectorimpl java at org eclipse core contexts contextinjectionfactory invoke contextinjectionfactory java at org eclipse ui internal workbench modelassembler runprocessor modelassembler java at org eclipse ui internal workbench modelassembler runprocessors modelassembler java at org eclipse ui internal workbench modelassembler processmodel modelassembler java at org eclipse ui internal workbench resourcehandler loadmostrecentmodel resourcehandler java at org eclipse ui internal workbench swt loadapplicationmodel java at org eclipse ui internal workbench swt java at org eclipse ui internal workbench lambda workbench java at org eclipse core databinding observable realm runwithdefault realm java at org eclipse ui internal workbench createandrunworkbench workbench java at msi gama application application start application java at org eclipse equinox internal app eclipseapphandle run eclipseapphandle java at org eclipse core runtime internal adaptor eclipseapplauncher runapplication eclipseapplauncher java at org eclipse core runtime internal adaptor eclipseapplauncher start eclipseapplauncher java at org eclipse core runtime adaptor eclipsestarter run eclipsestarter java at org eclipse core runtime adaptor eclipsestarter run eclipsestarter java at java base jdk internal reflect nativemethodaccessorimpl native method at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java base java lang reflect method invoke method java at org eclipse equinox launcher main invokeframework main java at org eclipse equinox launcher main basicrun main java at org eclipse equinox launcher main run main java at org eclipse equinox launcher main main main java to reproduce steps to reproduce the behavior download the latest release install run gama create a new workspace see error additional context tested on linux and no problem so it may be windows specific the manipulation that got me to be able to get a log is running the eclipse version on the same workspace first somehow it looks like it repaired things in the ws and that s after this that gama release was able to write a log here is the content of the eclipse console if that can help entry org eclipse ui message unable to process element editoronboardingcommand in perspective extension null entry org eclipse ui message unable to process element editoronboardingcommand in perspective extension null refreshing gama workspace updating the library of models gama checking date of models library modified mar refreshing gama workspace recreating files metadata gama retrieving workspace metadata done in gama gaml artefacts built in gama preloading preferences view done in error in reading metadata of file c users baptiste gama clean clean cache download geofabrik de europe andorra latest osm pbf refreshing gama workspace refreshing resources refreshing gama workspace deleting virtual folders caches refreshing gama workspace deleting virtual folders caches error in reading metadata of file c users baptiste gama clean clean cache download geofabrik de europe andorra latest osm pbf gama workspace metadata saved in also now i m able to run gama from eclipse without any issues but not the release
1
721,717
24,835,660,790
IssuesEvent
2022-10-26 08:38:54
AY2223S1-CS2103T-W08-3/tp
https://api.github.com/repos/AY2223S1-CS2103T-W08-3/tp
closed
Bug: Export cannot detect new columns
priority.High type.Bug
csv reader does not account for all possible attributes for students, professors, TAs. Thus it cannot export the whole addressbook. <img width="952" alt="image" src="https://user-images.githubusercontent.com/60882425/197976771-ebd59a08-2e6a-4273-a4f8-acc830f81116.png">
1.0
Bug: Export cannot detect new columns - csv reader does not account for all possible attributes for students, professors, TAs. Thus it cannot export the whole addressbook. <img width="952" alt="image" src="https://user-images.githubusercontent.com/60882425/197976771-ebd59a08-2e6a-4273-a4f8-acc830f81116.png">
priority
bug export cannot detect new columns csv reader does not account for all possible attributes for students professors tas thus it cannot export the whole addressbook img width alt image src
1
611,838
18,982,438,631
IssuesEvent
2021-11-21 05:26:48
phetsims/chipper
https://api.github.com/repos/phetsims/chipper
closed
Make sure all repos pass precommit hooks
priority:2-high dev:typescript
From https://github.com/phetsims/chipper/issues/1134 make sure all repos pass precommit hooks. I already fixed phet-io. Sun was ok. Others need to be checked.
1.0
Make sure all repos pass precommit hooks - From https://github.com/phetsims/chipper/issues/1134 make sure all repos pass precommit hooks. I already fixed phet-io. Sun was ok. Others need to be checked.
priority
make sure all repos pass precommit hooks from make sure all repos pass precommit hooks i already fixed phet io sun was ok others need to be checked
1
313,956
9,582,715,537
IssuesEvent
2019-05-08 01:58:54
mfractor/mfractor-feedback
https://api.github.com/repos/mfractor/mfractor-feedback
closed
Generate View/Viewmodel in different projects
High Priority User Requested enhancement
It would be nice to use the mvvm wizard when using a separate project for my viewmodels. This is already possible with the navigation between pages/viewmodels
1.0
Generate View/Viewmodel in different projects - It would be nice to use the mvvm wizard when using a separate project for my viewmodels. This is already possible with the navigation between pages/viewmodels
priority
generate view viewmodel in different projects it would be nice to use the mvvm wizard when using a separate project for my viewmodels this is already possible with the navigation between pages viewmodels
1
65,592
3,236,441,690
IssuesEvent
2015-10-14 05:19:41
cs2103aug2015-w14-3j/main
https://api.github.com/repos/cs2103aug2015-w14-3j/main
closed
As a user, I can assign priority levels to a certain task
priority.high type.story
so that know which tasks I need to complete soonest
1.0
As a user, I can assign priority levels to a certain task - so that know which tasks I need to complete soonest
priority
as a user i can assign priority levels to a certain task so that know which tasks i need to complete soonest
1
340,821
10,278,933,707
IssuesEvent
2019-08-25 18:31:04
RoboJackets/robocup-software
https://api.github.com/repos/RoboJackets/robocup-software
closed
Implement full angle paths with motion/rotation constraints
area / planning-motion priority / high status / need-triage type / bug type / not actionable
I've noticed that fast turning causes Pathing errors even in simulator, and this should be implemented eventually anyways to have accurate shooting and stuff. Currently, PID is used to control angle on the soccer side with a target Angle or Location in MotionControl.cpp. I've already modified Paths and Pathplanner to have the capability to have angle information, but haven't implemented actual angle path planning. InterpolatedPath has angles in their Waypoints. We would use trapezoidal motion planning for rotation and stuff.
1.0
Implement full angle paths with motion/rotation constraints - I've noticed that fast turning causes Pathing errors even in simulator, and this should be implemented eventually anyways to have accurate shooting and stuff. Currently, PID is used to control angle on the soccer side with a target Angle or Location in MotionControl.cpp. I've already modified Paths and Pathplanner to have the capability to have angle information, but haven't implemented actual angle path planning. InterpolatedPath has angles in their Waypoints. We would use trapezoidal motion planning for rotation and stuff.
priority
implement full angle paths with motion rotation constraints i ve noticed that fast turning causes pathing errors even in simulator and this should be implemented eventually anyways to have accurate shooting and stuff currently pid is used to control angle on the soccer side with a target angle or location in motioncontrol cpp i ve already modified paths and pathplanner to have the capability to have angle information but haven t implemented actual angle path planning interpolatedpath has angles in their waypoints we would use trapezoidal motion planning for rotation and stuff
1
604,898
18,720,736,114
IssuesEvent
2021-11-03 11:28:29
canonical-web-and-design/snapcraft.io
https://api.github.com/repos/canonical-web-and-design/snapcraft.io
closed
Metrics showing inaccurate values
Priority: High 🚀 Dev ready
![image](https://user-images.githubusercontent.com/8167677/63527434-0289d900-c4f9-11e9-8ffb-98e3d7af69f2.png) There are some instances where the tooltip is not showing accurate values on metrics and probably it has to do with some data that has changed or we haven't updated. [Raised in the forum in here](https://forum.snapcraft.io/t/by-channel-metric-not-showing-accurate-references/12897)
1.0
Metrics showing inaccurate values - ![image](https://user-images.githubusercontent.com/8167677/63527434-0289d900-c4f9-11e9-8ffb-98e3d7af69f2.png) There are some instances where the tooltip is not showing accurate values on metrics and probably it has to do with some data that has changed or we haven't updated. [Raised in the forum in here](https://forum.snapcraft.io/t/by-channel-metric-not-showing-accurate-references/12897)
priority
metrics showing inaccurate values there are some instances where the tooltip is not showing accurate values on metrics and probably it has to do with some data that has changed or we haven t updated
1
271,712
8,488,808,431
IssuesEvent
2018-10-26 17:50:36
cyberperspectives/sagacity
https://api.github.com/repos/cyberperspectives/sagacity
closed
Ops Page slow category load - db->get_Finding_Count_By_Status
High Priority bug
The Ops page overall loads quickly, until it gets to a category with a lot of hosts (like the 20-30 Win 10 SCC targets). The attached ste_index_php cachegrind files show that get_Finding_Count_By_Status is taking an inordinate amount of time. [cachegrind.out.zip](https://github.com/cyberperspectives/sagacity/files/2484482/cachegrind.out.zip)
1.0
Ops Page slow category load - db->get_Finding_Count_By_Status - The Ops page overall loads quickly, until it gets to a category with a lot of hosts (like the 20-30 Win 10 SCC targets). The attached ste_index_php cachegrind files show that get_Finding_Count_By_Status is taking an inordinate amount of time. [cachegrind.out.zip](https://github.com/cyberperspectives/sagacity/files/2484482/cachegrind.out.zip)
priority
ops page slow category load db get finding count by status the ops page overall loads quickly until it gets to a category with a lot of hosts like the win scc targets the attached ste index php cachegrind files show that get finding count by status is taking an inordinate amount of time
1
177,069
6,573,906,451
IssuesEvent
2017-09-11 10:37:00
EyeSeeTea/pictureapp
https://api.github.com/repos/EyeSeeTea/pictureapp
closed
Introduce a variable timeout for WS push
complexity - low (1hr) eReferrals priority - high type - feature
WS can spend some variable time to answer a push call. The suggested function that would describe the timeout to be configured in the call is: number_vouchers x 2000ms
1.0
Introduce a variable timeout for WS push - WS can spend some variable time to answer a push call. The suggested function that would describe the timeout to be configured in the call is: number_vouchers x 2000ms
priority
introduce a variable timeout for ws push ws can spend some variable time to answer a push call the suggested function that would describe the timeout to be configured in the call is number vouchers x
1
236,429
7,749,198,104
IssuesEvent
2018-05-30 10:38:54
Gloirin/m2gTest
https://api.github.com/repos/Gloirin/m2gTest
closed
0003518: Im Kalender eingetragene Termine werden nicht angepasst wenn sich eine eingeladene Gruppe nachträglich ändert
Calendar bug high priority
**Reported by svenkaths on 16 Dec 2010 12:36** **Version:** Mialena (2010-03-9) Trägt man einen neuen Termin in einen gemeinsamen Kalender und fügt eine Gruppe als Attendee hinzu, so erscheint dieser Termin bei allen Mitgliedern der Gruppe im privaten Kalender und wird bei einem Sync mit ActiveSync mit übertragen. Ändere ich nun im nachhinein die Gruppe, z.B. indem ich einen neuen benutzer anlege und hinzufüge, so wird der Termin nicht angepasst und der neue Benutzer ist nicht Attendee des Termins und kann den Termin somit auch nicht syncen. **Steps to reproduce:** 1. Termin in gemeinsamen Kalender anlegen. 2. Die Gruppe Users einladen -&gt; bei allen Mitgliedern der Gruppe Users erscheint der Termin im privaten Kalender und kann somit auch per ActiveSync gesynct werden. 3. Neuen Benutzer anglegen, der ebenfalls Mitglied der Gruppe Users ist -&gt; Der eben angelegte Termin erscheint nicht im privaten Kalender :-(, daher auch kein sync.
1.0
0003518: Im Kalender eingetragene Termine werden nicht angepasst wenn sich eine eingeladene Gruppe nachträglich ändert - **Reported by svenkaths on 16 Dec 2010 12:36** **Version:** Mialena (2010-03-9) Trägt man einen neuen Termin in einen gemeinsamen Kalender und fügt eine Gruppe als Attendee hinzu, so erscheint dieser Termin bei allen Mitgliedern der Gruppe im privaten Kalender und wird bei einem Sync mit ActiveSync mit übertragen. Ändere ich nun im nachhinein die Gruppe, z.B. indem ich einen neuen benutzer anlege und hinzufüge, so wird der Termin nicht angepasst und der neue Benutzer ist nicht Attendee des Termins und kann den Termin somit auch nicht syncen. **Steps to reproduce:** 1. Termin in gemeinsamen Kalender anlegen. 2. Die Gruppe Users einladen -&gt; bei allen Mitgliedern der Gruppe Users erscheint der Termin im privaten Kalender und kann somit auch per ActiveSync gesynct werden. 3. Neuen Benutzer anglegen, der ebenfalls Mitglied der Gruppe Users ist -&gt; Der eben angelegte Termin erscheint nicht im privaten Kalender :-(, daher auch kein sync.
priority
im kalender eingetragene termine werden nicht angepasst wenn sich eine eingeladene gruppe nachträglich ändert reported by svenkaths on dec version mialena trägt man einen neuen termin in einen gemeinsamen kalender und fügt eine gruppe als attendee hinzu so erscheint dieser termin bei allen mitgliedern der gruppe im privaten kalender und wird bei einem sync mit activesync mit übertragen ändere ich nun im nachhinein die gruppe z b indem ich einen neuen benutzer anlege und hinzufüge so wird der termin nicht angepasst und der neue benutzer ist nicht attendee des termins und kann den termin somit auch nicht syncen steps to reproduce termin in gemeinsamen kalender anlegen die gruppe users einladen gt bei allen mitgliedern der gruppe users erscheint der termin im privaten kalender und kann somit auch per activesync gesynct werden neuen benutzer anglegen der ebenfalls mitglied der gruppe users ist gt der eben angelegte termin erscheint nicht im privaten kalender daher auch kein sync
1
551,654
16,177,762,784
IssuesEvent
2021-05-03 09:44:19
sopra-fs21-group-4/server
https://api.github.com/repos/sopra-fs21-group-4/server
closed
Joining a lobby via the Lobby URL
high priority removed task
- [x] Joining Request via Lobby URL makes User Entity join Lobby - [ ] Test #27 Story 4
1.0
Joining a lobby via the Lobby URL - - [x] Joining Request via Lobby URL makes User Entity join Lobby - [ ] Test #27 Story 4
priority
joining a lobby via the lobby url joining request via lobby url makes user entity join lobby test story
1
656,823
21,777,173,471
IssuesEvent
2022-05-13 14:51:06
1ForeverHD/ZonePlus
https://api.github.com/repos/1ForeverHD/ZonePlus
opened
Fully account for Streaming
Type: Bug Type: Enhancement Priority: High Scope: Core
1. Ensure ``:getRandomPoint()`` returns nil instead of recurring infinitely if zone parts are 0, e.g. if all streamed all: ```lua function Zone:getRandomPoint() local region = self.exactRegion local size = region.Size local cframe = region.CFrame local random = Random.new() local randomCFrame local success, touchingZoneParts local pointIsWithinZone local totalPartsInZone = #self.overlapParams.zonePartsWhitelist.FilterDescendantsInstances if totalPartsInZone <= 0 then -- Its important we return if there are no parts within the zone otherwise the checks below will recur infinitely. -- This could occur for example if streaming is enabled and the zone's parts disappear on the client return nil end repeat randomCFrame = cframe * CFrame.new(random:NextNumber(-size.X/2,size.X/2), random:NextNumber(-size.Y/2,size.Y/2), random:NextNumber(-size.Z/2,size.Z/2)) success, touchingZoneParts = self:findPoint(randomCFrame) if success then pointIsWithinZone = true end until pointIsWithinZone local randomVector = randomCFrame.Position return randomVector, touchingZoneParts end ``` 2. line 87 of tracker so that it accounts for parts being streamed in: ```lua local function playerAdded(player) local function charAdded(character) local function trackChar() updatePlayerCharacters() self:update() for _, valueInstance in pairs(character.Humanoid:GetChildren()) do if valueInstance:IsA("NumberValue") then valueInstance.Changed:Connect(function() self:update() end) end end end local humanoid = character:FindFirstChild("HumanoidRootPart") if humanoid then task.defer(trackChar) else character.ChildAdded:Connect(function(child) if child.Name == "HumanoidRootPart" and child:IsA("BasePart") then task.defer(trackChar) end end) end end if player.Character then charAdded(player.Character) end player.CharacterAdded:Connect(function(char) charAdded(char) end) player.CharacterRemoving:Connect(function(removingCharacter) self.exitDetections[removingCharacter] = nil end) end ```
1.0
Fully account for Streaming - 1. Ensure ``:getRandomPoint()`` returns nil instead of recurring infinitely if zone parts are 0, e.g. if all streamed all: ```lua function Zone:getRandomPoint() local region = self.exactRegion local size = region.Size local cframe = region.CFrame local random = Random.new() local randomCFrame local success, touchingZoneParts local pointIsWithinZone local totalPartsInZone = #self.overlapParams.zonePartsWhitelist.FilterDescendantsInstances if totalPartsInZone <= 0 then -- Its important we return if there are no parts within the zone otherwise the checks below will recur infinitely. -- This could occur for example if streaming is enabled and the zone's parts disappear on the client return nil end repeat randomCFrame = cframe * CFrame.new(random:NextNumber(-size.X/2,size.X/2), random:NextNumber(-size.Y/2,size.Y/2), random:NextNumber(-size.Z/2,size.Z/2)) success, touchingZoneParts = self:findPoint(randomCFrame) if success then pointIsWithinZone = true end until pointIsWithinZone local randomVector = randomCFrame.Position return randomVector, touchingZoneParts end ``` 2. line 87 of tracker so that it accounts for parts being streamed in: ```lua local function playerAdded(player) local function charAdded(character) local function trackChar() updatePlayerCharacters() self:update() for _, valueInstance in pairs(character.Humanoid:GetChildren()) do if valueInstance:IsA("NumberValue") then valueInstance.Changed:Connect(function() self:update() end) end end end local humanoid = character:FindFirstChild("HumanoidRootPart") if humanoid then task.defer(trackChar) else character.ChildAdded:Connect(function(child) if child.Name == "HumanoidRootPart" and child:IsA("BasePart") then task.defer(trackChar) end end) end end if player.Character then charAdded(player.Character) end player.CharacterAdded:Connect(function(char) charAdded(char) end) player.CharacterRemoving:Connect(function(removingCharacter) self.exitDetections[removingCharacter] = nil end) end ```
priority
fully account for streaming ensure getrandompoint returns nil instead of recurring infinitely if zone parts are e g if all streamed all lua function zone getrandompoint local region self exactregion local size region size local cframe region cframe local random random new local randomcframe local success touchingzoneparts local pointiswithinzone local totalpartsinzone self overlapparams zonepartswhitelist filterdescendantsinstances if totalpartsinzone then its important we return if there are no parts within the zone otherwise the checks below will recur infinitely this could occur for example if streaming is enabled and the zone s parts disappear on the client return nil end repeat randomcframe cframe cframe new random nextnumber size x size x random nextnumber size y size y random nextnumber size z size z success touchingzoneparts self findpoint randomcframe if success then pointiswithinzone true end until pointiswithinzone local randomvector randomcframe position return randomvector touchingzoneparts end line of tracker so that it accounts for parts being streamed in lua local function playeradded player local function charadded character local function trackchar updateplayercharacters self update for valueinstance in pairs character humanoid getchildren do if valueinstance isa numbervalue then valueinstance changed connect function self update end end end end local humanoid character findfirstchild humanoidrootpart if humanoid then task defer trackchar else character childadded connect function child if child name humanoidrootpart and child isa basepart then task defer trackchar end end end end if player character then charadded player character end player characteradded connect function char charadded char end player characterremoving connect function removingcharacter self exitdetections nil end end
1
526,989
15,306,160,757
IssuesEvent
2021-02-24 19:05:19
blchelle/collabogreat
https://api.github.com/repos/blchelle/collabogreat
closed
Error Dialog Appears when Renaming Stage
Priority: High Status: In Progress Type: Bug
## Description When the user renames a stage an error dialogue pops up saying there was an unknown error, though it appears that the operation was completed successfully. Find out where the error comes from, whether or not the operation is truly successful and then fix the issue.
1.0
Error Dialog Appears when Renaming Stage - ## Description When the user renames a stage an error dialogue pops up saying there was an unknown error, though it appears that the operation was completed successfully. Find out where the error comes from, whether or not the operation is truly successful and then fix the issue.
priority
error dialog appears when renaming stage description when the user renames a stage an error dialogue pops up saying there was an unknown error though it appears that the operation was completed successfully find out where the error comes from whether or not the operation is truly successful and then fix the issue
1
2,060
2,523,031,468
IssuesEvent
2015-01-20 05:51:43
syl20bnr/spacemacs
https://api.github.com/repos/syl20bnr/spacemacs
closed
Local bindings overridden by evil-escape-key
bug :-( High Priority
In emacs state, `f` now appears to be universally bound to `evil-escape-emacs-state`. This overrides whatever the key is meant to be bound to. As a concrete example, in Magit, `f` is meant to fetch, but it is now overridden.
1.0
Local bindings overridden by evil-escape-key - In emacs state, `f` now appears to be universally bound to `evil-escape-emacs-state`. This overrides whatever the key is meant to be bound to. As a concrete example, in Magit, `f` is meant to fetch, but it is now overridden.
priority
local bindings overridden by evil escape key in emacs state f now appears to be universally bound to evil escape emacs state this overrides whatever the key is meant to be bound to as a concrete example in magit f is meant to fetch but it is now overridden
1
393,967
11,627,395,778
IssuesEvent
2020-02-27 16:27:53
pytorch/pytorch
https://api.github.com/repos/pytorch/pytorch
closed
Conda install from pytorch-nightly channel with cpu-only option delivers 1.3.1 version
high priority module: binaries triaged
## 🐛 Bug Conda install from pytorch-nightly channel with cpu-only options delivers 1.3.1 version instead of 1.5.0 (python 3.7) ## To Reproduce ``` user:/# python --version Python 3.7.5 user:/# conda install pytorch torchvision cpuonly -c pytorch-nightly The following packages will be downloaded: package | build ---------------------------|----------------- _pytorch_select-0.2 | gpu_0 2 KB cpuonly-1.0 | 0 2 KB pytorch-nightly cudatoolkit-10.0.130 | 0 261.2 MB cudnn-7.6.5 | cuda10.0_0 165.0 MB intel-openmp-2020.0 | 166 756 KB mkl-2020.0 | 166 128.9 MB numpy-1.18.1 | py37h4f9e942_0 5 KB numpy-base-1.18.1 | py37hde5b4d6_1 4.2 MB pytorch-1.3.1 |cuda100py37h53c1284_0 169.0 MB six-1.14.0 | py37_0 27 KB torchvision-0.4.2 |cuda100py37hecfc37a_0 6.4 MB ------------------------------------------------------------ Total: 735.4 MB ``` ## Expected behavior Conda should install 1.5.0 CPU-only version from pytorch-nightly channel. ## Environment - OS (e.g., Linux): Ubuntu - How you installed PyTorch (`conda`, `pip`, source): conda - Build command you used (if compiling from source): - Python version: 3.7. - CUDA/cuDNN version: No - GPU models and configuration: No - Any other relevant information: cc @ezyang @gchanan @zou3519 @seemethere PS: Ignite's CI relies on this. Cross-link: https://github.com/pytorch/ignite/pull/768#issuecomment-583444440
1.0
Conda install from pytorch-nightly channel with cpu-only option delivers 1.3.1 version - ## 🐛 Bug Conda install from pytorch-nightly channel with cpu-only options delivers 1.3.1 version instead of 1.5.0 (python 3.7) ## To Reproduce ``` user:/# python --version Python 3.7.5 user:/# conda install pytorch torchvision cpuonly -c pytorch-nightly The following packages will be downloaded: package | build ---------------------------|----------------- _pytorch_select-0.2 | gpu_0 2 KB cpuonly-1.0 | 0 2 KB pytorch-nightly cudatoolkit-10.0.130 | 0 261.2 MB cudnn-7.6.5 | cuda10.0_0 165.0 MB intel-openmp-2020.0 | 166 756 KB mkl-2020.0 | 166 128.9 MB numpy-1.18.1 | py37h4f9e942_0 5 KB numpy-base-1.18.1 | py37hde5b4d6_1 4.2 MB pytorch-1.3.1 |cuda100py37h53c1284_0 169.0 MB six-1.14.0 | py37_0 27 KB torchvision-0.4.2 |cuda100py37hecfc37a_0 6.4 MB ------------------------------------------------------------ Total: 735.4 MB ``` ## Expected behavior Conda should install 1.5.0 CPU-only version from pytorch-nightly channel. ## Environment - OS (e.g., Linux): Ubuntu - How you installed PyTorch (`conda`, `pip`, source): conda - Build command you used (if compiling from source): - Python version: 3.7. - CUDA/cuDNN version: No - GPU models and configuration: No - Any other relevant information: cc @ezyang @gchanan @zou3519 @seemethere PS: Ignite's CI relies on this. Cross-link: https://github.com/pytorch/ignite/pull/768#issuecomment-583444440
priority
conda install from pytorch nightly channel with cpu only option delivers version 🐛 bug conda install from pytorch nightly channel with cpu only options delivers version instead of python to reproduce user python version python user conda install pytorch torchvision cpuonly c pytorch nightly the following packages will be downloaded package build pytorch select gpu kb cpuonly kb pytorch nightly cudatoolkit mb cudnn mb intel openmp kb mkl mb numpy kb numpy base mb pytorch mb six kb torchvision mb total mb expected behavior conda should install cpu only version from pytorch nightly channel environment os e g linux ubuntu how you installed pytorch conda pip source conda build command you used if compiling from source python version cuda cudnn version no gpu models and configuration no any other relevant information cc ezyang gchanan seemethere ps ignite s ci relies on this cross link
1
523,674
15,187,603,871
IssuesEvent
2021-02-15 14:01:39
ethereum/sourcify
https://api.github.com/repos/ethereum/sourcify
opened
Hardhat deploy support
enhancement high priority
Hardhat still does not support deploying natively but there are some workarounds that make that possible. https://hardhat.org/guides/deploying.html We should support hardhat metadata and project structure because it is getting more popular.
1.0
Hardhat deploy support - Hardhat still does not support deploying natively but there are some workarounds that make that possible. https://hardhat.org/guides/deploying.html We should support hardhat metadata and project structure because it is getting more popular.
priority
hardhat deploy support hardhat still does not support deploying natively but there are some workarounds that make that possible we should support hardhat metadata and project structure because it is getting more popular
1
14,917
2,611,044,078
IssuesEvent
2015-02-27 00:19:50
biocore/emperor
https://api.github.com/repos/biocore/emperor
closed
Compare plots fails if input directory contains files _other than_ pc.txt
bug CLI high-priority quick fix
For some reason, the transform coordinates file posted a "Icon?" file in the output directory, leading to the error: if not lines[0].startswith('pc vector number'): IndexError: list index out of range Removing the non _pc.txt files solves this.
1.0
Compare plots fails if input directory contains files _other than_ pc.txt - For some reason, the transform coordinates file posted a "Icon?" file in the output directory, leading to the error: if not lines[0].startswith('pc vector number'): IndexError: list index out of range Removing the non _pc.txt files solves this.
priority
compare plots fails if input directory contains files other than pc txt for some reason the transform coordinates file posted a icon file in the output directory leading to the error if not lines startswith pc vector number indexerror list index out of range removing the non pc txt files solves this
1
467,539
13,450,266,252
IssuesEvent
2020-09-08 18:14:39
scality/metalk8s
https://api.github.com/repos/scality/metalk8s
closed
Configure the node-exporter to get the metrics for partitioned disk
priority:high topic:monitoring
<!-- Please only use this template for submitting improvement requests, and make sure it is linked to the relevant GitHub Project. --> **Component**: <!-- E.g. 'salt', 'containers', 'kubernetes', 'build', 'tests'... --> **Why this is needed**: I would like to get the `IOPS/Throughput/Latency` for a specific `Volume`. But the metrics expose by Prometheus are the whole disk(device) before the partition. After the job done by #2615 I could be able to get the device name from `Volume status.` **What should be done**: Configure the node-exporter to expose the metric for the partitioned disk. **Implementation proposal** (strongly recommended): A workaround could be: 1. `kubectl get -n metalk8s-monitoring daemonset` 2. Edit `kubectl edit -n metalk8s-monitoring daemonset prometheus-operator-prometheus-node-exporter` 3. ` --collector.diskstats.ignored-devices="^(ram|fd|(h|s|v|xv)d[a-z]|nvme\\d+n\\d+p)$":` Update the regexp: ` --collector.diskstats.ignored-devices="^(ram|fd)\d+$"` **Test plan**: TBD
1.0
Configure the node-exporter to get the metrics for partitioned disk - <!-- Please only use this template for submitting improvement requests, and make sure it is linked to the relevant GitHub Project. --> **Component**: <!-- E.g. 'salt', 'containers', 'kubernetes', 'build', 'tests'... --> **Why this is needed**: I would like to get the `IOPS/Throughput/Latency` for a specific `Volume`. But the metrics expose by Prometheus are the whole disk(device) before the partition. After the job done by #2615 I could be able to get the device name from `Volume status.` **What should be done**: Configure the node-exporter to expose the metric for the partitioned disk. **Implementation proposal** (strongly recommended): A workaround could be: 1. `kubectl get -n metalk8s-monitoring daemonset` 2. Edit `kubectl edit -n metalk8s-monitoring daemonset prometheus-operator-prometheus-node-exporter` 3. ` --collector.diskstats.ignored-devices="^(ram|fd|(h|s|v|xv)d[a-z]|nvme\\d+n\\d+p)$":` Update the regexp: ` --collector.diskstats.ignored-devices="^(ram|fd)\d+$"` **Test plan**: TBD
priority
configure the node exporter to get the metrics for partitioned disk component why this is needed i would like to get the iops throughput latency for a specific volume but the metrics expose by prometheus are the whole disk device before the partition after the job done by i could be able to get the device name from volume status what should be done configure the node exporter to expose the metric for the partitioned disk implementation proposal strongly recommended a workaround could be kubectl get n monitoring daemonset edit kubectl edit n monitoring daemonset prometheus operator prometheus node exporter collector diskstats ignored devices ram fd h s v xv d nvme d n d p update the regexp collector diskstats ignored devices ram fd d test plan tbd
1
66,436
3,253,849,592
IssuesEvent
2015-10-19 20:55:36
washingtontrails/vms
https://api.github.com/repos/washingtontrails/vms
closed
Add Captcha tool to reduce chance of bots signing up for Work Parties
Enhancement High Priority Pyramid Reviewing VMS BUDGET
We need to add a re-Captcha tool to the WP Registration form to reduce change of BOTS signing up for Work Parties. Note that we are not using this when a My Backpack is created. Just add for the Guest registration page.
1.0
Add Captcha tool to reduce chance of bots signing up for Work Parties - We need to add a re-Captcha tool to the WP Registration form to reduce change of BOTS signing up for Work Parties. Note that we are not using this when a My Backpack is created. Just add for the Guest registration page.
priority
add captcha tool to reduce chance of bots signing up for work parties we need to add a re captcha tool to the wp registration form to reduce change of bots signing up for work parties note that we are not using this when a my backpack is created just add for the guest registration page
1
693,990
23,798,127,335
IssuesEvent
2022-09-02 23:14:18
bcgov/foi-flow
https://api.github.com/repos/bcgov/foi-flow
opened
AXIS 10.7 Upgrade on Last week of September!
devops Task high priority
Title of ticket: #### Description AXIS 10.7 Upgrade on Last week of September! #### Dependencies Are there any dependencies? #### DOD - [ ] SSIS , ETL UDPATE required? - [ ] AXIS Sync API updates- Do we? No!!? - [ ] Test on DEv, TEST environments - [ ] All Sync up done with IMB, Business
1.0
AXIS 10.7 Upgrade on Last week of September! - Title of ticket: #### Description AXIS 10.7 Upgrade on Last week of September! #### Dependencies Are there any dependencies? #### DOD - [ ] SSIS , ETL UDPATE required? - [ ] AXIS Sync API updates- Do we? No!!? - [ ] Test on DEv, TEST environments - [ ] All Sync up done with IMB, Business
priority
axis upgrade on last week of september title of ticket description axis upgrade on last week of september dependencies are there any dependencies dod ssis etl udpate required axis sync api updates do we no test on dev test environments all sync up done with imb business
1
726,377
24,997,104,402
IssuesEvent
2022-11-03 02:11:14
pilot-light/pilotlight
https://api.github.com/repos/pilot-light/pilotlight
closed
[BUG]: Mouse wheel broken on Linux
platform: Linux priority: High type: bug system: io backend: All
### Contact Details _No response_ ### What is the issue? Linux mouse wheel is not correct. ### How to reproduce? Steps to reproduce the behavior: 1. Scroll mouse ### Platform Linux ### Graphics Backend Vulkan ### Relevant log output _No response_
1.0
[BUG]: Mouse wheel broken on Linux - ### Contact Details _No response_ ### What is the issue? Linux mouse wheel is not correct. ### How to reproduce? Steps to reproduce the behavior: 1. Scroll mouse ### Platform Linux ### Graphics Backend Vulkan ### Relevant log output _No response_
priority
mouse wheel broken on linux contact details no response what is the issue linux mouse wheel is not correct how to reproduce steps to reproduce the behavior scroll mouse platform linux graphics backend vulkan relevant log output no response
1
48,500
2,998,299,412
IssuesEvent
2015-07-23 13:25:57
jayway/powermock
https://api.github.com/repos/jayway/powermock
closed
Check compliance with JUnit 4.6
enhancement imported Milestone-Release1.3 Priority-High
_From [johan.ha...@gmail.com](https://code.google.com/u/105676376875942041029/) on May 19, 2009 22:57:03_ Check compliance with JUnit 4.6 _Original issue: http://code.google.com/p/powermock/issues/detail?id=106_
1.0
Check compliance with JUnit 4.6 - _From [johan.ha...@gmail.com](https://code.google.com/u/105676376875942041029/) on May 19, 2009 22:57:03_ Check compliance with JUnit 4.6 _Original issue: http://code.google.com/p/powermock/issues/detail?id=106_
priority
check compliance with junit from on may check compliance with junit original issue
1
556,363
16,482,590,763
IssuesEvent
2021-05-24 13:44:16
Zettlr/Zettlr
https://api.github.com/repos/Zettlr/Zettlr
closed
[Develop] Breakages due to Webpack 5 migration
develop pinned priority:high
Electron forge has finally released the webpack 5 update, so I have taken the liberty of merging all the dangling PRs from dependabot for the plugins that were progressively switching to webpack 5 in the past half year. I knew that this would cause breakages, but we definitely should use Webpack 5, both to silence dependabot and because more and more plugins wouldn't get any more updates for webpack 4. What is going wrong? So, first, somehow this process broke `archiver`. I don't quite know why but there is a module that archiver can't resolve right now (or, to put it correct: Somehow TS fails at resolving the module). Please note that VS Code's resolver _does_ correctly find the module, so I'm guessing that this might be a configuration we have to change in tsconfig. Then, a second thing is that all the Node module resolutions broke during the update, because webpack 5 doesn't include silent fallbacks for these anymore. We have to specifically ignore these imports (rather, most of these are, if I have seen it correctly, caused by `require`s, not `import`s). So we probably get away with some config tweaks. I'm opening this issue because right now I have to get back to work, but I'm pretty happy that we could finally update all those outdated dependencies, which additionally made a security advisory go away on the repo 💁🏻 CC @tobiasdiez
1.0
[Develop] Breakages due to Webpack 5 migration - Electron forge has finally released the webpack 5 update, so I have taken the liberty of merging all the dangling PRs from dependabot for the plugins that were progressively switching to webpack 5 in the past half year. I knew that this would cause breakages, but we definitely should use Webpack 5, both to silence dependabot and because more and more plugins wouldn't get any more updates for webpack 4. What is going wrong? So, first, somehow this process broke `archiver`. I don't quite know why but there is a module that archiver can't resolve right now (or, to put it correct: Somehow TS fails at resolving the module). Please note that VS Code's resolver _does_ correctly find the module, so I'm guessing that this might be a configuration we have to change in tsconfig. Then, a second thing is that all the Node module resolutions broke during the update, because webpack 5 doesn't include silent fallbacks for these anymore. We have to specifically ignore these imports (rather, most of these are, if I have seen it correctly, caused by `require`s, not `import`s). So we probably get away with some config tweaks. I'm opening this issue because right now I have to get back to work, but I'm pretty happy that we could finally update all those outdated dependencies, which additionally made a security advisory go away on the repo 💁🏻 CC @tobiasdiez
priority
breakages due to webpack migration electron forge has finally released the webpack update so i have taken the liberty of merging all the dangling prs from dependabot for the plugins that were progressively switching to webpack in the past half year i knew that this would cause breakages but we definitely should use webpack both to silence dependabot and because more and more plugins wouldn t get any more updates for webpack what is going wrong so first somehow this process broke archiver i don t quite know why but there is a module that archiver can t resolve right now or to put it correct somehow ts fails at resolving the module please note that vs code s resolver does correctly find the module so i m guessing that this might be a configuration we have to change in tsconfig then a second thing is that all the node module resolutions broke during the update because webpack doesn t include silent fallbacks for these anymore we have to specifically ignore these imports rather most of these are if i have seen it correctly caused by require s not import s so we probably get away with some config tweaks i m opening this issue because right now i have to get back to work but i m pretty happy that we could finally update all those outdated dependencies which additionally made a security advisory go away on the repo 💁🏻 cc tobiasdiez
1
721,573
24,831,794,288
IssuesEvent
2022-10-26 04:39:47
Progrunning/BoardGamesCompanion
https://api.github.com/repos/Progrunning/BoardGamesCompanion
closed
Logged game notes
enhancement feedback high priority
# Description > <...> is to allow for additional player notes for a particular game. For example, in the game SmashUp, each player plays two factions. It would be nice to keep not only the score, but which factions each player was playing for the game. > It would be nice if there was a comment section when logging games. My wife and I played Villainous but there was no spot to logged what character we played as. I know it would be to difficult to integrate all the characters for all the games with different characters/roles. > it doesn't have an option to write down some details of the game, like a good move, an anecdote, or what strategy I used in that round # ACs - [x] add ability to leave notes for the logged game - [ ] [idea] notes in a form of a draw with your finger rather then text box entry? # Questions/Unknowns - Notes should be per player? - Maybe taking photos would be sufficient?
1.0
Logged game notes - # Description > <...> is to allow for additional player notes for a particular game. For example, in the game SmashUp, each player plays two factions. It would be nice to keep not only the score, but which factions each player was playing for the game. > It would be nice if there was a comment section when logging games. My wife and I played Villainous but there was no spot to logged what character we played as. I know it would be to difficult to integrate all the characters for all the games with different characters/roles. > it doesn't have an option to write down some details of the game, like a good move, an anecdote, or what strategy I used in that round # ACs - [x] add ability to leave notes for the logged game - [ ] [idea] notes in a form of a draw with your finger rather then text box entry? # Questions/Unknowns - Notes should be per player? - Maybe taking photos would be sufficient?
priority
logged game notes description is to allow for additional player notes for a particular game for example in the game smashup each player plays two factions it would be nice to keep not only the score but which factions each player was playing for the game it would be nice if there was a comment section when logging games my wife and i played villainous but there was no spot to logged what character we played as i know it would be to difficult to integrate all the characters for all the games with different characters roles it doesn t have an option to write down some details of the game like a good move an anecdote or what strategy i used in that round acs add ability to leave notes for the logged game notes in a form of a draw with your finger rather then text box entry questions unknowns notes should be per player maybe taking photos would be sufficient
1
407,269
11,911,436,996
IssuesEvent
2020-03-31 08:37:28
incognitochain/incognito-chain
https://api.github.com/repos/incognitochain/incognito-chain
closed
[testnet] Account not stake but received reward
Priority: High Type: Bug
Account ``` privatekey : 112t8roafGgHL1rhAP9632Yef3sx5k8xgp8cwK4MCJsCL1UWcxXvpzg97N4dwvcD735iKf31Q2ZgrAvKfVjeSUEvnzKJyyJD3GqqSZdxN4or payment address: 12S5Lrs1XeQLbqN4ySyKtjAjd2d7sBP2tjFijzmp6avrrkQCNFMpkXm3FPzj2Wcu2ZNqJEmh9JriVuRErVwhuQnLmWSaggobEWsBEci publickey : 12kmiLFDSxaezVQe32Ze7D9TFm9TLs1Rx5cgh4ix5Eh4hZrvtXB ``` has reward every epoch, ``` { "id": 1, "jsonrpc": "1.0", "method": "getrewardamount", "params": ["12S5Lrs1XeQLbqN4ySyKtjAjd2d7sBP2tjFijzmp6avrrkQCNFMpkXm3FPzj2Wcu2ZNqJEmh9JriVuRErVwhuQnLmWSaggobEWsBEci"] } ``` but its publickey not found in ``` { "id": 1, "jsonrpc": "1.0", "method": "getbeaconbeststatedetail", "params": [] } ```
1.0
[testnet] Account not stake but received reward - Account ``` privatekey : 112t8roafGgHL1rhAP9632Yef3sx5k8xgp8cwK4MCJsCL1UWcxXvpzg97N4dwvcD735iKf31Q2ZgrAvKfVjeSUEvnzKJyyJD3GqqSZdxN4or payment address: 12S5Lrs1XeQLbqN4ySyKtjAjd2d7sBP2tjFijzmp6avrrkQCNFMpkXm3FPzj2Wcu2ZNqJEmh9JriVuRErVwhuQnLmWSaggobEWsBEci publickey : 12kmiLFDSxaezVQe32Ze7D9TFm9TLs1Rx5cgh4ix5Eh4hZrvtXB ``` has reward every epoch, ``` { "id": 1, "jsonrpc": "1.0", "method": "getrewardamount", "params": ["12S5Lrs1XeQLbqN4ySyKtjAjd2d7sBP2tjFijzmp6avrrkQCNFMpkXm3FPzj2Wcu2ZNqJEmh9JriVuRErVwhuQnLmWSaggobEWsBEci"] } ``` but its publickey not found in ``` { "id": 1, "jsonrpc": "1.0", "method": "getbeaconbeststatedetail", "params": [] } ```
priority
account not stake but received reward account privatekey payment address publickey has reward every epoch id jsonrpc method getrewardamount params but its publickey not found in id jsonrpc method getbeaconbeststatedetail params
1
582,432
17,361,334,731
IssuesEvent
2021-07-29 21:07:22
Ecotrust/forestplanner
https://api.github.com/repos/Ecotrust/forestplanner
closed
Street Map: Smart Zoom
Blocked High Priority
is used often for directions to nearest town. Ideas: * [x] [Block] Need layer of towns and populations * [x] find nearest town and zoom to show property and town * [ ] cast a small net for high-population, then gradually increase search radius and reduce population threshold * [x] Look into APIs for getting directions from towns and rendering the route to the map. * [ ] Share direction steps?
1.0
Street Map: Smart Zoom - is used often for directions to nearest town. Ideas: * [x] [Block] Need layer of towns and populations * [x] find nearest town and zoom to show property and town * [ ] cast a small net for high-population, then gradually increase search radius and reduce population threshold * [x] Look into APIs for getting directions from towns and rendering the route to the map. * [ ] Share direction steps?
priority
street map smart zoom is used often for directions to nearest town ideas need layer of towns and populations find nearest town and zoom to show property and town cast a small net for high population then gradually increase search radius and reduce population threshold look into apis for getting directions from towns and rendering the route to the map share direction steps
1
151,869
5,829,191,209
IssuesEvent
2017-05-08 14:03:06
smartchicago/chicago-early-learning
https://api.github.com/repos/smartchicago/chicago-early-learning
closed
Redirect from ECM application system to placeholder
High Priority
As we approach a transitional period before the new application period begins, we want to redirect from the apply. subdomain (which leads to the ECM application), to a placeholder page. Here are some of the steps involved: - [x] Create a new page with a URL like /announcement - [x] Styling could match an informational page like /city-resources to keep it simple - [x] Add an image to this page. I like this one: ![theresa13](https://cloud.githubusercontent.com/assets/5550969/25625858/4acf1dba-2f23-11e7-9670-7d8238735d6e.jpg) - [x] Add text (in English): > Are you looking for preschool for your 3 or 4 year old starting in the fall? > > Chicago Early Learning Preschool Applications open May 15th for the 2017 – 2018 school year! > > Chicago Early Learning supports Chicago families looking for early learning at community sites and schools across the city. > > For immediate enrollment before the fall, please call 773-553-2010, or call the community site you would like your child to attend. > > For any other questions, please call the Chicago Early Learning Hotline: 312-229-1690 Note: the top two sentences are the main pieces of the information so may sure those are bold, big, highlighted on page. Link telephone numbers. - [x] Add text in Spanish (still waiting for copy) - [x] Change all locations that direct users to ECM to this /announcement page. See #731 for a list of links that require updating.
1.0
Redirect from ECM application system to placeholder - As we approach a transitional period before the new application period begins, we want to redirect from the apply. subdomain (which leads to the ECM application), to a placeholder page. Here are some of the steps involved: - [x] Create a new page with a URL like /announcement - [x] Styling could match an informational page like /city-resources to keep it simple - [x] Add an image to this page. I like this one: ![theresa13](https://cloud.githubusercontent.com/assets/5550969/25625858/4acf1dba-2f23-11e7-9670-7d8238735d6e.jpg) - [x] Add text (in English): > Are you looking for preschool for your 3 or 4 year old starting in the fall? > > Chicago Early Learning Preschool Applications open May 15th for the 2017 – 2018 school year! > > Chicago Early Learning supports Chicago families looking for early learning at community sites and schools across the city. > > For immediate enrollment before the fall, please call 773-553-2010, or call the community site you would like your child to attend. > > For any other questions, please call the Chicago Early Learning Hotline: 312-229-1690 Note: the top two sentences are the main pieces of the information so may sure those are bold, big, highlighted on page. Link telephone numbers. - [x] Add text in Spanish (still waiting for copy) - [x] Change all locations that direct users to ECM to this /announcement page. See #731 for a list of links that require updating.
priority
redirect from ecm application system to placeholder as we approach a transitional period before the new application period begins we want to redirect from the apply subdomain which leads to the ecm application to a placeholder page here are some of the steps involved create a new page with a url like announcement styling could match an informational page like city resources to keep it simple add an image to this page i like this one add text in english are you looking for preschool for your or year old starting in the fall chicago early learning preschool applications open may for the – school year chicago early learning supports chicago families looking for early learning at community sites and schools across the city for immediate enrollment before the fall please call or call the community site you would like your child to attend for any other questions please call the chicago early learning hotline note the top two sentences are the main pieces of the information so may sure those are bold big highlighted on page link telephone numbers add text in spanish still waiting for copy change all locations that direct users to ecm to this announcement page see for a list of links that require updating
1
393,241
11,612,341,337
IssuesEvent
2020-02-26 08:46:53
richelbilderbeek/pirouette
https://api.github.com/repos/richelbilderbeek/pirouette
closed
'check_experiments' does not detect duplicate error filenames
high priority
**Describe the bug** If there are multiple experiments, one generative, and one candidate, these should save their errors to different files. **To Reproduce** ```r experiments <- create_test_pir_params_setup( has_candidate = TRUE )$experiments experiments[[1]]$errors_filename <- "errors.csv" experiments[[2]]$errors_filename <- "errors.csv" expect_equal(experiments[[1]]$inference_conditions$model_type, "generative") expect_equal(experiments[[2]]$inference_conditions$model_type, "candidate") # Should give error ... expect_error(check_experiments(experiments)) # ... because these files should differ expect_true(experiments[[1]]$errors_filename != experiments[[2]]$errors_filename) ``` **Expected behavior** See tests **Environment:** Show the results of running the following script: ```r library(mcbette) mcbette::mcbette_report() ``` ``` *********** * mcbette * *********** Can run mcbette: TRUE OS: unix **************** * Dependencies * **************** beautier version: 2.3.5 tracerer version: 2.0.4 beastier version: 2.1.3 mauricer version: 2.0.6 babette version: 2.1.2 ********** * BEAST2 * ********** Java version: 11.0.6+10-post-Ubuntu-1ubuntu119.10.1 Is BEAST2 installed: TRUE BEAST2 version: 2.6.1 BEAST2 default path: /home/richel/.local/share/beast/bin/beast ******************* * BEAST2 packages * ******************* Is BEAST2 NS package installed: TRUE BEAST2 NS installed version: 1.1.0 BEAST2 NS latest version: 1.1.0 *************** * sessionInfo * *************** R version 3.6.1 (2019-07-05) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Ubuntu 19.10 Matrix products: default BLAS: /usr/lib/x86_64-linux-gnu/blas/libblas.so.3.8.0 LAPACK: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3.8.0 locale: [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C [3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 [5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 [7] LC_PAPER=nl_NL.UTF-8 LC_NAME=nl_NL.UTF-8 [9] LC_ADDRESS=nl_NL.UTF-8 LC_TELEPHONE=nl_NL.UTF-8 [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=nl_NL.UTF-8 attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] compiler_3.6.1 magrittr_1.5 tools_3.6.1 curl_4.3 rappdirs_0.3.1 [6] beautier_2.3.5 mcbette_1.8.2 mauricer_2.0.6 stringi_1.4.6 beastier_2.1.3 [11] stringr_1.4.0 testit_0.11 rJava_0.9-11 ``` **Additional context** None.
1.0
'check_experiments' does not detect duplicate error filenames - **Describe the bug** If there are multiple experiments, one generative, and one candidate, these should save their errors to different files. **To Reproduce** ```r experiments <- create_test_pir_params_setup( has_candidate = TRUE )$experiments experiments[[1]]$errors_filename <- "errors.csv" experiments[[2]]$errors_filename <- "errors.csv" expect_equal(experiments[[1]]$inference_conditions$model_type, "generative") expect_equal(experiments[[2]]$inference_conditions$model_type, "candidate") # Should give error ... expect_error(check_experiments(experiments)) # ... because these files should differ expect_true(experiments[[1]]$errors_filename != experiments[[2]]$errors_filename) ``` **Expected behavior** See tests **Environment:** Show the results of running the following script: ```r library(mcbette) mcbette::mcbette_report() ``` ``` *********** * mcbette * *********** Can run mcbette: TRUE OS: unix **************** * Dependencies * **************** beautier version: 2.3.5 tracerer version: 2.0.4 beastier version: 2.1.3 mauricer version: 2.0.6 babette version: 2.1.2 ********** * BEAST2 * ********** Java version: 11.0.6+10-post-Ubuntu-1ubuntu119.10.1 Is BEAST2 installed: TRUE BEAST2 version: 2.6.1 BEAST2 default path: /home/richel/.local/share/beast/bin/beast ******************* * BEAST2 packages * ******************* Is BEAST2 NS package installed: TRUE BEAST2 NS installed version: 1.1.0 BEAST2 NS latest version: 1.1.0 *************** * sessionInfo * *************** R version 3.6.1 (2019-07-05) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Ubuntu 19.10 Matrix products: default BLAS: /usr/lib/x86_64-linux-gnu/blas/libblas.so.3.8.0 LAPACK: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3.8.0 locale: [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C [3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 [5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 [7] LC_PAPER=nl_NL.UTF-8 LC_NAME=nl_NL.UTF-8 [9] LC_ADDRESS=nl_NL.UTF-8 LC_TELEPHONE=nl_NL.UTF-8 [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=nl_NL.UTF-8 attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] compiler_3.6.1 magrittr_1.5 tools_3.6.1 curl_4.3 rappdirs_0.3.1 [6] beautier_2.3.5 mcbette_1.8.2 mauricer_2.0.6 stringi_1.4.6 beastier_2.1.3 [11] stringr_1.4.0 testit_0.11 rJava_0.9-11 ``` **Additional context** None.
priority
check experiments does not detect duplicate error filenames describe the bug if there are multiple experiments one generative and one candidate these should save their errors to different files to reproduce r experiments create test pir params setup has candidate true experiments experiments errors filename errors csv experiments errors filename errors csv expect equal experiments inference conditions model type generative expect equal experiments inference conditions model type candidate should give error expect error check experiments experiments because these files should differ expect true experiments errors filename experiments errors filename expected behavior see tests environment show the results of running the following script r library mcbette mcbette mcbette report mcbette can run mcbette true os unix dependencies beautier version tracerer version beastier version mauricer version babette version java version post ubuntu is installed true version default path home richel local share beast bin beast packages is ns package installed true ns installed version ns latest version sessioninfo r version platform pc linux gnu bit running under ubuntu matrix products default blas usr lib linux gnu blas libblas so lapack usr lib linux gnu lapack liblapack so locale lc ctype en us utf lc numeric c lc time en us utf lc collate en us utf lc monetary en us utf lc messages en us utf lc paper nl nl utf lc name nl nl utf lc address nl nl utf lc telephone nl nl utf lc measurement en us utf lc identification nl nl utf attached base packages stats graphics grdevices utils datasets methods base loaded via a namespace and not attached compiler magrittr tools curl rappdirs beautier mcbette mauricer stringi beastier stringr testit rjava additional context none
1
286,874
8,794,169,440
IssuesEvent
2018-12-21 23:41:36
spheras/desktopfolder
https://api.github.com/repos/spheras/desktopfolder
closed
Link Panel freezes desktop with folder with lots of files
Priority: High Status: Confirmed enhancement
I thought I'd investigate the Link Panel option - connected it to my VirtualBox mapped Downloads folder on my host that happens to have a couple of hundred files in it. ![image](https://user-images.githubusercontent.com/996240/48629867-acf52e80-e9b2-11e8-8f38-9e496d1be442.png) The desktop froze for a while - when the rendering completed lots of icons overlapped with each other --> as you mentioned in #148 maybe horizontal, vertical bars in future would mean icon positions can be rendered outside the immediate panel boundary. So then I used the panel properties and chose "Align to grid" - again the desktop froze for a while. Looks like some threading work probably will resolve.
1.0
Link Panel freezes desktop with folder with lots of files - I thought I'd investigate the Link Panel option - connected it to my VirtualBox mapped Downloads folder on my host that happens to have a couple of hundred files in it. ![image](https://user-images.githubusercontent.com/996240/48629867-acf52e80-e9b2-11e8-8f38-9e496d1be442.png) The desktop froze for a while - when the rendering completed lots of icons overlapped with each other --> as you mentioned in #148 maybe horizontal, vertical bars in future would mean icon positions can be rendered outside the immediate panel boundary. So then I used the panel properties and chose "Align to grid" - again the desktop froze for a while. Looks like some threading work probably will resolve.
priority
link panel freezes desktop with folder with lots of files i thought i d investigate the link panel option connected it to my virtualbox mapped downloads folder on my host that happens to have a couple of hundred files in it the desktop froze for a while when the rendering completed lots of icons overlapped with each other as you mentioned in maybe horizontal vertical bars in future would mean icon positions can be rendered outside the immediate panel boundary so then i used the panel properties and chose align to grid again the desktop froze for a while looks like some threading work probably will resolve
1
470,343
13,535,987,295
IssuesEvent
2020-09-16 08:24:14
enso-org/ide
https://api.github.com/repos/enso-org/ide
closed
Broken parsing x AST repr roundtrip
Category: External Change: Non-Breaking Difficulty: Core Contributor Priority: Highest Type: Bug
### General Summary The Parser isn't parsing empty lines properly. ### Steps to Reproduce 1. checkout `wip/dg/broken-parser-ast-roundtrip` of https://github.com/luna/ide 2. run `wasm-pack test --chrome src/rust/ide/parser/` ### Expected Result Test passes. ### Actual Result Test fails. ### Enso Version `wip/dg/broken-parser-ast-roundtrip` of https://github.com/luna/ide, branched out from `e4a9d7742a4e4d4d0620b5ffe1fd60261438adb2`
1.0
Broken parsing x AST repr roundtrip - ### General Summary The Parser isn't parsing empty lines properly. ### Steps to Reproduce 1. checkout `wip/dg/broken-parser-ast-roundtrip` of https://github.com/luna/ide 2. run `wasm-pack test --chrome src/rust/ide/parser/` ### Expected Result Test passes. ### Actual Result Test fails. ### Enso Version `wip/dg/broken-parser-ast-roundtrip` of https://github.com/luna/ide, branched out from `e4a9d7742a4e4d4d0620b5ffe1fd60261438adb2`
priority
broken parsing x ast repr roundtrip general summary the parser isn t parsing empty lines properly steps to reproduce checkout wip dg broken parser ast roundtrip of run wasm pack test chrome src rust ide parser expected result test passes actual result test fails enso version wip dg broken parser ast roundtrip of branched out from
1
435,192
12,532,574,323
IssuesEvent
2020-06-04 16:09:25
umple/umple
https://api.github.com/repos/umple/umple
closed
State machines cut off in some installations of UmpleOnline
Component-UmpleOnline Diffic-Med Priority-High bug
In some installations of UmpleOnline, state machines are 'cut off' so you can't see them completely. This might be due to the version of graphviz. It may be something wrong with the way the svg is being generated or displayed. The cutoff seems to be related to percentage and the problem occurs whether or not the diagram is displayed at the right (e.g. with the 'S' button) or at the bottom (i.e. using 'generate and selecting state diagram). The main server implementation does not seem to have the problem (running 2.38) , but recent installations e.g. generated using graphviz 2.43 do, so any fix will still have to work in all installations. So the version in Docker has the problem Even downloaded files have the problem. The following are two files one with the problem and one not. [stateDiagram2.svg.zip](https://github.com/umple/umple/files/4578196/stateDiagram2.svg.zip) [stateDiagram.svg.zip](https://github.com/umple/umple/files/4578197/stateDiagram.svg.zip) These files were generated from the DigitalWatch nested example The problem seems to be fixed if the line 9 that starts <g id="graph0" class="graph" transform="scale(1.14 1.14) ... is changed to <g id="graph0" class="graph" transform="scale(1.00 1.00) Maybe this could be special-cases so this transformation is done post-generation
1.0
State machines cut off in some installations of UmpleOnline - In some installations of UmpleOnline, state machines are 'cut off' so you can't see them completely. This might be due to the version of graphviz. It may be something wrong with the way the svg is being generated or displayed. The cutoff seems to be related to percentage and the problem occurs whether or not the diagram is displayed at the right (e.g. with the 'S' button) or at the bottom (i.e. using 'generate and selecting state diagram). The main server implementation does not seem to have the problem (running 2.38) , but recent installations e.g. generated using graphviz 2.43 do, so any fix will still have to work in all installations. So the version in Docker has the problem Even downloaded files have the problem. The following are two files one with the problem and one not. [stateDiagram2.svg.zip](https://github.com/umple/umple/files/4578196/stateDiagram2.svg.zip) [stateDiagram.svg.zip](https://github.com/umple/umple/files/4578197/stateDiagram.svg.zip) These files were generated from the DigitalWatch nested example The problem seems to be fixed if the line 9 that starts <g id="graph0" class="graph" transform="scale(1.14 1.14) ... is changed to <g id="graph0" class="graph" transform="scale(1.00 1.00) Maybe this could be special-cases so this transformation is done post-generation
priority
state machines cut off in some installations of umpleonline in some installations of umpleonline state machines are cut off so you can t see them completely this might be due to the version of graphviz it may be something wrong with the way the svg is being generated or displayed the cutoff seems to be related to percentage and the problem occurs whether or not the diagram is displayed at the right e g with the s button or at the bottom i e using generate and selecting state diagram the main server implementation does not seem to have the problem running but recent installations e g generated using graphviz do so any fix will still have to work in all installations so the version in docker has the problem even downloaded files have the problem the following are two files one with the problem and one not these files were generated from the digitalwatch nested example the problem seems to be fixed if the line that starts g id class graph transform scale is changed to g id class graph transform scale maybe this could be special cases so this transformation is done post generation
1
778,087
27,303,173,799
IssuesEvent
2023-02-24 05:05:41
dvrpc/TrackingProgress
https://api.github.com/repos/dvrpc/TrackingProgress
opened
Mortgage Lending Chart 2(a,b,c,d)
high priority
@hachadorian This is the second of three charts for Mortgage Lending. I'm not doing the visual mockups for this. Hopefully you'll follow along. Let me know if you have question or want to meet. Source CSVs are here: G:\Shared drives\Socioeconomic and Land Use Analytics\Tracking Progress\Web\Data\Mortgage Lending ### Chart 2a - where "Select Purpose" = All **Chart Type:** line **Data File:** mortgage_lending_2a.csv **Chart Title:** Loan Origination Rates **Legend Items and CSV header beginnings:** Legend Label | CSV_Header_Endings -- | -- Female* | female Male* | male Latinx** | latinx Non-Latinx** | nonlatinx Non-White*** | minority Asian to White*** | asian Black to White*** | black Other Non-White*** | other White*** | white **Drop-down 1 Label:** Select Geography: **Drop-down 1 List** Dropdown List | CSV Header Endings -- | -- DVRPC Region | dvrpc_ NJ Counties | njcos_ PA Suburban Counties | pasubcos_ Bucks | bucks_ Burlington | burl_ Camden | camd_ Chester | ches_ Delaware | del_ Gloucester | glo_ Mercer | mer_ Montgomery | mont_ Philadelphia | phil_ **Drop-down 2 Label:** Select Purpose: **Drop-down 2 List:** All **Y Axis Label:** Origination Rate **Y Axis # format:** xx.x% **Mouse-over display:** xx.x% **X axis label:** Year **Legend Note:** Geography: * Sex, ** Ethnicity, *** Race **Singular/ Plural Source:** Source: **Source line:** Federal Financial Institutions Examination Council's (FFIEC) Home Mortgage Disclosure Act (HMDA) Data ### Chart 2b - where "Select Purpose" = Home Purchase **Chart Type:** line **Data File:** mortgage_lending_2b.csv **Chart Title:** Loan Origination Rates **Legend Items and CSV header beginnings:** Legend Label | CSV_Header_Endings -- | -- Female* | female Male* | male Latinx** | latinx Non-Latinx** | nonlatinx Non-White*** | minority Asian to White*** | asian Black to White*** | black Other Non-White*** | other White*** | white **Drop-down 1 Label:** Select Geography: **Drop-down 1 List** Dropdown List | CSV Header Endings -- | -- DVRPC Region | dvrpc_ NJ Counties | njcos_ PA Suburban Counties | pasubcos_ Bucks | bucks_ Burlington | burl_ Camden | camd_ Chester | ches_ Delaware | del_ Gloucester | glo_ Mercer | mer_ Montgomery | mont_ Philadelphia | phil_ **Drop-down 2 Label:** Select Purpose: **Drop-down 2 List:** Home Purchase **Y Axis Label:** Origination Rate **Y Axis # format:** xx.x% **Mouse-over display:** xx.x% **X axis label:** Year **Legend Note:** Geography: * Sex, ** Ethnicity, *** Race **Singular/ Plural Source:** Source: **Source line:** Federal Financial Institutions Examination Council's (FFIEC) Home Mortgage Disclosure Act (HMDA) Data ### Chart 2c - where "Select Purpose" = Home Improvement **Chart Type:** line **Data File:** mortgage_lending_2c.csv **Chart Title:** Loan Origination Rates **Legend Items and CSV header beginnings:** Legend Label | CSV_Header_Endings -- | -- Female* | female Male* | male Latinx** | latinx Non-Latinx** | nonlatinx Non-White*** | minority Asian to White*** | asian Black to White*** | black Other Non-White*** | other White*** | white **Drop-down 1 Label:** Select Geography: **Drop-down 1 List** Dropdown List | CSV Header Endings -- | -- DVRPC Region | dvrpc_ NJ Counties | njcos_ PA Suburban Counties | pasubcos_ Bucks | bucks_ Burlington | burl_ Camden | camd_ Chester | ches_ Delaware | del_ Gloucester | glo_ Mercer | mer_ Montgomery | mont_ Philadelphia | phil_ **Drop-down 2 Label:** Select Purpose: **Drop-down 2 List:** Home Improvement **Y Axis Label:** Origination Rate **Y Axis # format:** xx.x% **Mouse-over display:** xx.x% **X axis label:** Year **Legend Note:** Geography: * Sex, ** Ethnicity, *** Race **Singular/ Plural Source:** Source: **Source line:** Federal Financial Institutions Examination Council's (FFIEC) Home Mortgage Disclosure Act (HMDA) Data ### Chart 2d - where "Select Purpose" = Refinancing **Chart Type:** line **Data File:** mortgage_lending_2d.csv **Chart Title:** Loan Origination Rates **Legend Items and CSV header beginnings:** Legend Label | CSV_Header_Endings -- | -- Female* | female Male* | male Latinx** | latinx Non-Latinx** | nonlatinx Non-White*** | minority Asian to White*** | asian Black to White*** | black Other Non-White*** | other White*** | white **Drop-down 1 Label:** Select Geography: **Drop-down 1 List** Dropdown List | CSV Header Endings -- | -- DVRPC Region | dvrpc_ NJ Counties | njcos_ PA Suburban Counties | pasubcos_ Bucks | bucks_ Burlington | burl_ Camden | camd_ Chester | ches_ Delaware | del_ Gloucester | glo_ Mercer | mer_ Montgomery | mont_ Philadelphia | phil_ **Drop-down 2 Label:** Select Purpose: **Drop-down 2 List:** Refinancing **Y Axis Label:** Origination Rate **Y Axis # format:** xx.x% **Mouse-over display:** xx.x% **X axis label:** Year **Legend Note:** Geography: * Sex, ** Ethnicity, *** Race **Singular/ Plural Source:** Source: **Source line:** Federal Financial Institutions Examination Council's (FFIEC) Home Mortgage Disclosure Act (HMDA) Data
1.0
Mortgage Lending Chart 2(a,b,c,d) - @hachadorian This is the second of three charts for Mortgage Lending. I'm not doing the visual mockups for this. Hopefully you'll follow along. Let me know if you have question or want to meet. Source CSVs are here: G:\Shared drives\Socioeconomic and Land Use Analytics\Tracking Progress\Web\Data\Mortgage Lending ### Chart 2a - where "Select Purpose" = All **Chart Type:** line **Data File:** mortgage_lending_2a.csv **Chart Title:** Loan Origination Rates **Legend Items and CSV header beginnings:** Legend Label | CSV_Header_Endings -- | -- Female* | female Male* | male Latinx** | latinx Non-Latinx** | nonlatinx Non-White*** | minority Asian to White*** | asian Black to White*** | black Other Non-White*** | other White*** | white **Drop-down 1 Label:** Select Geography: **Drop-down 1 List** Dropdown List | CSV Header Endings -- | -- DVRPC Region | dvrpc_ NJ Counties | njcos_ PA Suburban Counties | pasubcos_ Bucks | bucks_ Burlington | burl_ Camden | camd_ Chester | ches_ Delaware | del_ Gloucester | glo_ Mercer | mer_ Montgomery | mont_ Philadelphia | phil_ **Drop-down 2 Label:** Select Purpose: **Drop-down 2 List:** All **Y Axis Label:** Origination Rate **Y Axis # format:** xx.x% **Mouse-over display:** xx.x% **X axis label:** Year **Legend Note:** Geography: * Sex, ** Ethnicity, *** Race **Singular/ Plural Source:** Source: **Source line:** Federal Financial Institutions Examination Council's (FFIEC) Home Mortgage Disclosure Act (HMDA) Data ### Chart 2b - where "Select Purpose" = Home Purchase **Chart Type:** line **Data File:** mortgage_lending_2b.csv **Chart Title:** Loan Origination Rates **Legend Items and CSV header beginnings:** Legend Label | CSV_Header_Endings -- | -- Female* | female Male* | male Latinx** | latinx Non-Latinx** | nonlatinx Non-White*** | minority Asian to White*** | asian Black to White*** | black Other Non-White*** | other White*** | white **Drop-down 1 Label:** Select Geography: **Drop-down 1 List** Dropdown List | CSV Header Endings -- | -- DVRPC Region | dvrpc_ NJ Counties | njcos_ PA Suburban Counties | pasubcos_ Bucks | bucks_ Burlington | burl_ Camden | camd_ Chester | ches_ Delaware | del_ Gloucester | glo_ Mercer | mer_ Montgomery | mont_ Philadelphia | phil_ **Drop-down 2 Label:** Select Purpose: **Drop-down 2 List:** Home Purchase **Y Axis Label:** Origination Rate **Y Axis # format:** xx.x% **Mouse-over display:** xx.x% **X axis label:** Year **Legend Note:** Geography: * Sex, ** Ethnicity, *** Race **Singular/ Plural Source:** Source: **Source line:** Federal Financial Institutions Examination Council's (FFIEC) Home Mortgage Disclosure Act (HMDA) Data ### Chart 2c - where "Select Purpose" = Home Improvement **Chart Type:** line **Data File:** mortgage_lending_2c.csv **Chart Title:** Loan Origination Rates **Legend Items and CSV header beginnings:** Legend Label | CSV_Header_Endings -- | -- Female* | female Male* | male Latinx** | latinx Non-Latinx** | nonlatinx Non-White*** | minority Asian to White*** | asian Black to White*** | black Other Non-White*** | other White*** | white **Drop-down 1 Label:** Select Geography: **Drop-down 1 List** Dropdown List | CSV Header Endings -- | -- DVRPC Region | dvrpc_ NJ Counties | njcos_ PA Suburban Counties | pasubcos_ Bucks | bucks_ Burlington | burl_ Camden | camd_ Chester | ches_ Delaware | del_ Gloucester | glo_ Mercer | mer_ Montgomery | mont_ Philadelphia | phil_ **Drop-down 2 Label:** Select Purpose: **Drop-down 2 List:** Home Improvement **Y Axis Label:** Origination Rate **Y Axis # format:** xx.x% **Mouse-over display:** xx.x% **X axis label:** Year **Legend Note:** Geography: * Sex, ** Ethnicity, *** Race **Singular/ Plural Source:** Source: **Source line:** Federal Financial Institutions Examination Council's (FFIEC) Home Mortgage Disclosure Act (HMDA) Data ### Chart 2d - where "Select Purpose" = Refinancing **Chart Type:** line **Data File:** mortgage_lending_2d.csv **Chart Title:** Loan Origination Rates **Legend Items and CSV header beginnings:** Legend Label | CSV_Header_Endings -- | -- Female* | female Male* | male Latinx** | latinx Non-Latinx** | nonlatinx Non-White*** | minority Asian to White*** | asian Black to White*** | black Other Non-White*** | other White*** | white **Drop-down 1 Label:** Select Geography: **Drop-down 1 List** Dropdown List | CSV Header Endings -- | -- DVRPC Region | dvrpc_ NJ Counties | njcos_ PA Suburban Counties | pasubcos_ Bucks | bucks_ Burlington | burl_ Camden | camd_ Chester | ches_ Delaware | del_ Gloucester | glo_ Mercer | mer_ Montgomery | mont_ Philadelphia | phil_ **Drop-down 2 Label:** Select Purpose: **Drop-down 2 List:** Refinancing **Y Axis Label:** Origination Rate **Y Axis # format:** xx.x% **Mouse-over display:** xx.x% **X axis label:** Year **Legend Note:** Geography: * Sex, ** Ethnicity, *** Race **Singular/ Plural Source:** Source: **Source line:** Federal Financial Institutions Examination Council's (FFIEC) Home Mortgage Disclosure Act (HMDA) Data
priority
mortgage lending chart a b c d hachadorian this is the second of three charts for mortgage lending i m not doing the visual mockups for this hopefully you ll follow along let me know if you have question or want to meet source csvs are here g shared drives socioeconomic and land use analytics tracking progress web data mortgage lending chart where select purpose all chart type line data file mortgage lending csv chart title loan origination rates legend items and csv header beginnings legend label csv header endings female female male male latinx latinx non latinx nonlatinx non white minority asian to white asian black to white black other non white other white white drop down label select geography drop down list dropdown list csv header endings dvrpc region dvrpc nj counties njcos pa suburban counties pasubcos bucks bucks burlington burl camden camd chester ches delaware del gloucester glo mercer mer montgomery mont philadelphia phil drop down label select purpose drop down list all y axis label origination rate y axis format xx x mouse over display xx x x axis label year legend note geography sex ethnicity race singular plural source source source line federal financial institutions examination council s ffiec home mortgage disclosure act hmda data chart where select purpose home purchase chart type line data file mortgage lending csv chart title loan origination rates legend items and csv header beginnings legend label csv header endings female female male male latinx latinx non latinx nonlatinx non white minority asian to white asian black to white black other non white other white white drop down label select geography drop down list dropdown list csv header endings dvrpc region dvrpc nj counties njcos pa suburban counties pasubcos bucks bucks burlington burl camden camd chester ches delaware del gloucester glo mercer mer montgomery mont philadelphia phil drop down label select purpose drop down list home purchase y axis label origination rate y axis format xx x mouse over display xx x x axis label year legend note geography sex ethnicity race singular plural source source source line federal financial institutions examination council s ffiec home mortgage disclosure act hmda data chart where select purpose home improvement chart type line data file mortgage lending csv chart title loan origination rates legend items and csv header beginnings legend label csv header endings female female male male latinx latinx non latinx nonlatinx non white minority asian to white asian black to white black other non white other white white drop down label select geography drop down list dropdown list csv header endings dvrpc region dvrpc nj counties njcos pa suburban counties pasubcos bucks bucks burlington burl camden camd chester ches delaware del gloucester glo mercer mer montgomery mont philadelphia phil drop down label select purpose drop down list home improvement y axis label origination rate y axis format xx x mouse over display xx x x axis label year legend note geography sex ethnicity race singular plural source source source line federal financial institutions examination council s ffiec home mortgage disclosure act hmda data chart where select purpose refinancing chart type line data file mortgage lending csv chart title loan origination rates legend items and csv header beginnings legend label csv header endings female female male male latinx latinx non latinx nonlatinx non white minority asian to white asian black to white black other non white other white white drop down label select geography drop down list dropdown list csv header endings dvrpc region dvrpc nj counties njcos pa suburban counties pasubcos bucks bucks burlington burl camden camd chester ches delaware del gloucester glo mercer mer montgomery mont philadelphia phil drop down label select purpose drop down list refinancing y axis label origination rate y axis format xx x mouse over display xx x x axis label year legend note geography sex ethnicity race singular plural source source source line federal financial institutions examination council s ffiec home mortgage disclosure act hmda data
1
305,788
9,377,065,184
IssuesEvent
2019-04-04 09:26:58
projectacrn/acrn-hypervisor
https://api.github.com/repos/projectacrn/acrn-hypervisor
closed
Pass ACRN E820 map to OVMF
priority: P2-High status: implemented type: feature
ACRN currently uses [4GB, 5GB) as its 64-bit PCI host aperture. This is inconsistent with OVMF's assumption of its platform's memory layout, because it fetches the size of high memory from RTC CMOS. Pass ACRN's E820 map to OVMF so it can correctly pass ACRN's memory configuration to UOS.
1.0
Pass ACRN E820 map to OVMF - ACRN currently uses [4GB, 5GB) as its 64-bit PCI host aperture. This is inconsistent with OVMF's assumption of its platform's memory layout, because it fetches the size of high memory from RTC CMOS. Pass ACRN's E820 map to OVMF so it can correctly pass ACRN's memory configuration to UOS.
priority
pass acrn map to ovmf acrn currently uses as its bit pci host aperture this is inconsistent with ovmf s assumption of its platform s memory layout because it fetches the size of high memory from rtc cmos pass acrn s map to ovmf so it can correctly pass acrn s memory configuration to uos
1
350,588
10,492,576,869
IssuesEvent
2019-09-25 13:32:40
geosolutions-it/MapStore2
https://api.github.com/repos/geosolutions-it/MapStore2
opened
[Proposal] TOC Plugin Container
Priority: High enhancement
### Description Currently the TOC interacts with different plugins and sometimes they are directly [hardcoded](https://github.com/geosolutions-it/MapStore2/blob/master/web/client/components/TOC/Toolbar.jsx#L190-L314) in the component. This could cause some configuration issues: eg: https://github.com/geosolutions-it/MapStore2/issues/2759 The aim of this proposal is to improve the TOC by adding a way to add buttons and panels from other plugin. here a first implementation: https://github.com/geosolutions-it/MapStore2/commit/4c6aa2982396fafc49e5c8ec2643feaf8fbe8611 use case: Style Editor Plugin ```js function TOCButtonComponent({ status, enabled, onToggle, ...props }) { return !enabled && status === 'LAYER' ? <Button {...props} onClick={() => onToggle()}> <Glyphicon glyph="dropper" /> </Button> : null; } const TOCButton = connect( createSelector([ enabledSelector ], (enabled) => ({ enabled })), { onToggle: enablePluginAction } )(TOCButtonComponent); export default createPlugin('StyleEditor', { component: StyleEditorPlugin, containers: { TOC: { priority: 1, tool: TOCButton, // component connected to the state panel: true // shows the plugin near the TOC if true, false shows only the button } } }); ``` ![TOC Container](https://user-images.githubusercontent.com/19175505/65604204-5465c900-dfa7-11e9-8778-fcd2253ef36e.gif) ### Other useful information (optional):
1.0
[Proposal] TOC Plugin Container - ### Description Currently the TOC interacts with different plugins and sometimes they are directly [hardcoded](https://github.com/geosolutions-it/MapStore2/blob/master/web/client/components/TOC/Toolbar.jsx#L190-L314) in the component. This could cause some configuration issues: eg: https://github.com/geosolutions-it/MapStore2/issues/2759 The aim of this proposal is to improve the TOC by adding a way to add buttons and panels from other plugin. here a first implementation: https://github.com/geosolutions-it/MapStore2/commit/4c6aa2982396fafc49e5c8ec2643feaf8fbe8611 use case: Style Editor Plugin ```js function TOCButtonComponent({ status, enabled, onToggle, ...props }) { return !enabled && status === 'LAYER' ? <Button {...props} onClick={() => onToggle()}> <Glyphicon glyph="dropper" /> </Button> : null; } const TOCButton = connect( createSelector([ enabledSelector ], (enabled) => ({ enabled })), { onToggle: enablePluginAction } )(TOCButtonComponent); export default createPlugin('StyleEditor', { component: StyleEditorPlugin, containers: { TOC: { priority: 1, tool: TOCButton, // component connected to the state panel: true // shows the plugin near the TOC if true, false shows only the button } } }); ``` ![TOC Container](https://user-images.githubusercontent.com/19175505/65604204-5465c900-dfa7-11e9-8778-fcd2253ef36e.gif) ### Other useful information (optional):
priority
toc plugin container description currently the toc interacts with different plugins and sometimes they are directly in the component this could cause some configuration issues eg the aim of this proposal is to improve the toc by adding a way to add buttons and panels from other plugin here a first implementation use case style editor plugin js function tocbuttoncomponent status enabled ontoggle props return enabled status layer ontoggle null const tocbutton connect createselector enabled enabled ontoggle enablepluginaction tocbuttoncomponent export default createplugin styleeditor component styleeditorplugin containers toc priority tool tocbutton component connected to the state panel true shows the plugin near the toc if true false shows only the button other useful information optional
1
207,698
7,132,652,186
IssuesEvent
2018-01-22 15:14:38
metasfresh/metasfresh-webui-api
https://api.github.com/repos/metasfresh/metasfresh-webui-api
opened
Allow Filtering for Table References and show table identifier
priority:high
### Is this a bug or feature request? Feature Request ### What is the current behavior? Currently, it's not possible to add a Label Field as Filter Element which does not point to a reference list, but to a Table ID. #### Which are the steps to reproduce? Check Testcase for Location in Business partner window. Open the Filter and Try last Filter entry. ### What is the expected or desired behavior? Shall work.
1.0
Allow Filtering for Table References and show table identifier - ### Is this a bug or feature request? Feature Request ### What is the current behavior? Currently, it's not possible to add a Label Field as Filter Element which does not point to a reference list, but to a Table ID. #### Which are the steps to reproduce? Check Testcase for Location in Business partner window. Open the Filter and Try last Filter entry. ### What is the expected or desired behavior? Shall work.
priority
allow filtering for table references and show table identifier is this a bug or feature request feature request what is the current behavior currently it s not possible to add a label field as filter element which does not point to a reference list but to a table id which are the steps to reproduce check testcase for location in business partner window open the filter and try last filter entry what is the expected or desired behavior shall work
1