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
168,861
6,388,328,985
IssuesEvent
2017-08-03 15:22:00
DDMAL/Pixel.js
https://api.github.com/repos/DDMAL/Pixel.js
closed
Adapt wand plugin to Pixel.js
Component: Core Feature Request Priority: High
There is a functional algorithm of the magic wand tool for OpenLayers. The idea is to adapt the algorithm to Pixel.js without using open layers in any way.
1.0
Adapt wand plugin to Pixel.js - There is a functional algorithm of the magic wand tool for OpenLayers. The idea is to adapt the algorithm to Pixel.js without using open layers in any way.
priority
adapt wand plugin to pixel js there is a functional algorithm of the magic wand tool for openlayers the idea is to adapt the algorithm to pixel js without using open layers in any way
1
401,753
11,797,335,623
IssuesEvent
2020-03-18 12:32:52
buddyboss/buddyboss-platform
https://api.github.com/repos/buddyboss/buddyboss-platform
closed
Issue: GIPHY not working on replies coming from notifications - #57491
bug priority: high
**Describe the bug** GIPHY not working on replies coming from notifications **To Reproduce** Steps to reproduce the behavior: 1. Post something in activity like mentioning "@" some user so they will be notified 2. Log in to that User and click on the notification, it will open to a single activity post 3. Add a Giphy reply to that user, the GIF shows nothing **Expected behavior** The GIPHY will show blank when you reply to a single activity post coming from notifications **Screenshots** https://www.loom.com/share/6d3cff4ad4fc4cea9d8da254cd619537 **Support ticket links** https://buddyboss.zendesk.com/agent/tickets/57491
1.0
Issue: GIPHY not working on replies coming from notifications - #57491 - **Describe the bug** GIPHY not working on replies coming from notifications **To Reproduce** Steps to reproduce the behavior: 1. Post something in activity like mentioning "@" some user so they will be notified 2. Log in to that User and click on the notification, it will open to a single activity post 3. Add a Giphy reply to that user, the GIF shows nothing **Expected behavior** The GIPHY will show blank when you reply to a single activity post coming from notifications **Screenshots** https://www.loom.com/share/6d3cff4ad4fc4cea9d8da254cd619537 **Support ticket links** https://buddyboss.zendesk.com/agent/tickets/57491
priority
issue giphy not working on replies coming from notifications describe the bug giphy not working on replies coming from notifications to reproduce steps to reproduce the behavior post something in activity like mentioning some user so they will be notified log in to that user and click on the notification it will open to a single activity post add a giphy reply to that user the gif shows nothing expected behavior the giphy will show blank when you reply to a single activity post coming from notifications screenshots support ticket links
1
563,514
16,687,532,743
IssuesEvent
2021-06-08 09:33:18
ooni/probe
https://api.github.com/repos/ooni/probe
closed
Settings not visible in Dark Mode on OONI Probe Android
bug platform/android priority/high user feedback ux
A community member reported that the settings (such as the new proxy settings) are not visible in OONI Probe Android: ![dark-mode-issue](https://user-images.githubusercontent.com/8290574/120024984-45db7a80-bff0-11eb-8a7b-e2530c58e25c.jpg)
1.0
Settings not visible in Dark Mode on OONI Probe Android - A community member reported that the settings (such as the new proxy settings) are not visible in OONI Probe Android: ![dark-mode-issue](https://user-images.githubusercontent.com/8290574/120024984-45db7a80-bff0-11eb-8a7b-e2530c58e25c.jpg)
priority
settings not visible in dark mode on ooni probe android a community member reported that the settings such as the new proxy settings are not visible in ooni probe android
1
73,211
3,409,396,521
IssuesEvent
2015-12-04 15:36:10
Mobicents/RestComm
https://api.github.com/repos/Mobicents/RestComm
opened
Fix Call FSM when cancelling call
1. Bug Core engine High-Priority
Call actor throw FSM exception when executing the following transition: cancelling -> canceled -> completed Here is the relevant portion of the stack trace: ERROR [org.mobicents.servlet.restcomm.telephony.Call] (RestComm-akka.actor.default-dispatcher-13) org.mobicents.servlet.restcomm.fsm.TransitionNotFoundException: No transition could be found from a(n) canceling state to a(n) completed state.: org.mobicents.servlet.restcomm.fsm.TransitionFailedException: org.mobicents.servlet.restcomm.fsm.TransitionNotFoundException: No transition could be found from a(n) canceling state to a(n) completed state. at org.mobicents.servlet.restcomm.fsm.FiniteStateMachine.transition(FiniteStateMachine.java:89) [restcomm.commons-7.5.0.753.jar:] at org.mobicents.servlet.restcomm.telephony.Call.onMediaServerControllerStateChanged(Call.java:1506) [restcomm.telephony-7.5.0.753.jar:] at org.mobicents.servlet.restcomm.telephony.Call.onReceive(Call.java:402) [restcomm.telephony-7.5.0.753.jar:]
1.0
Fix Call FSM when cancelling call - Call actor throw FSM exception when executing the following transition: cancelling -> canceled -> completed Here is the relevant portion of the stack trace: ERROR [org.mobicents.servlet.restcomm.telephony.Call] (RestComm-akka.actor.default-dispatcher-13) org.mobicents.servlet.restcomm.fsm.TransitionNotFoundException: No transition could be found from a(n) canceling state to a(n) completed state.: org.mobicents.servlet.restcomm.fsm.TransitionFailedException: org.mobicents.servlet.restcomm.fsm.TransitionNotFoundException: No transition could be found from a(n) canceling state to a(n) completed state. at org.mobicents.servlet.restcomm.fsm.FiniteStateMachine.transition(FiniteStateMachine.java:89) [restcomm.commons-7.5.0.753.jar:] at org.mobicents.servlet.restcomm.telephony.Call.onMediaServerControllerStateChanged(Call.java:1506) [restcomm.telephony-7.5.0.753.jar:] at org.mobicents.servlet.restcomm.telephony.Call.onReceive(Call.java:402) [restcomm.telephony-7.5.0.753.jar:]
priority
fix call fsm when cancelling call call actor throw fsm exception when executing the following transition cancelling canceled completed here is the relevant portion of the stack trace error restcomm akka actor default dispatcher org mobicents servlet restcomm fsm transitionnotfoundexception no transition could be found from a n canceling state to a n completed state org mobicents servlet restcomm fsm transitionfailedexception org mobicents servlet restcomm fsm transitionnotfoundexception no transition could be found from a n canceling state to a n completed state at org mobicents servlet restcomm fsm finitestatemachine transition finitestatemachine java at org mobicents servlet restcomm telephony call onmediaservercontrollerstatechanged call java at org mobicents servlet restcomm telephony call onreceive call java
1
671,852
22,778,739,010
IssuesEvent
2022-07-08 17:06:18
ClinGen/gene-and-variant-curation-tools
https://api.github.com/repos/ClinGen/gene-and-variant-curation-tools
closed
Amend scoring of two variants to 3.0 points for all variant types
GCI priority: high
When two variants are scored, they should be summed to 3.0 points for all variant types.
1.0
Amend scoring of two variants to 3.0 points for all variant types - When two variants are scored, they should be summed to 3.0 points for all variant types.
priority
amend scoring of two variants to points for all variant types when two variants are scored they should be summed to points for all variant types
1
737,911
25,537,102,067
IssuesEvent
2022-11-29 12:49:52
eth-cscs/DLA-Future
https://api.github.com/repos/eth-cscs/DLA-Future
closed
Implement distributed tridiagonal solver.
Priority:High Epic
- [x] #659 @albestro - [x] final sorting of eigenvectors (@teonnik) - [x] eigenvector formation (@teonnik) - [x] #675 givens rotation for deflation (@albestro)
1.0
Implement distributed tridiagonal solver. - - [x] #659 @albestro - [x] final sorting of eigenvectors (@teonnik) - [x] eigenvector formation (@teonnik) - [x] #675 givens rotation for deflation (@albestro)
priority
implement distributed tridiagonal solver albestro final sorting of eigenvectors teonnik eigenvector formation teonnik givens rotation for deflation albestro
1
235,098
7,734,366,668
IssuesEvent
2018-05-26 23:48:02
ParadiseSS13/Paradise
https://api.github.com/repos/ParadiseSS13/Paradise
closed
Efficient Money Trees literally break the client.
Bug High Priority
I'll put it simply. A player was really efficient with money trees with 20 credits per seed popping out very rapidly. This got to the point where anybody within rendering distance of botany, as far as bar, lost connection and could not reconnect until dragged out of the area. All I know is deleting all of the food and seeds appears to have fixed the problem. Keroman may know more.
1.0
Efficient Money Trees literally break the client. - I'll put it simply. A player was really efficient with money trees with 20 credits per seed popping out very rapidly. This got to the point where anybody within rendering distance of botany, as far as bar, lost connection and could not reconnect until dragged out of the area. All I know is deleting all of the food and seeds appears to have fixed the problem. Keroman may know more.
priority
efficient money trees literally break the client i ll put it simply a player was really efficient with money trees with credits per seed popping out very rapidly this got to the point where anybody within rendering distance of botany as far as bar lost connection and could not reconnect until dragged out of the area all i know is deleting all of the food and seeds appears to have fixed the problem keroman may know more
1
106,934
4,287,714,669
IssuesEvent
2016-07-16 23:25:56
code-corps/code-corps-api
https://api.github.com/repos/code-corps/code-corps-api
closed
Add donations engine with Stripe
feature high priority
This is a placeholder for some exploration into this milestone: - Set up Stripe and look into existing work we've done that can be pulled in here - Look into one-off donations and recurring donations - Think about how to do project distribution and fees or tips - Consider how to handle edge case of code corps projects that _may_ not have fees/tips
1.0
Add donations engine with Stripe - This is a placeholder for some exploration into this milestone: - Set up Stripe and look into existing work we've done that can be pulled in here - Look into one-off donations and recurring donations - Think about how to do project distribution and fees or tips - Consider how to handle edge case of code corps projects that _may_ not have fees/tips
priority
add donations engine with stripe this is a placeholder for some exploration into this milestone set up stripe and look into existing work we ve done that can be pulled in here look into one off donations and recurring donations think about how to do project distribution and fees or tips consider how to handle edge case of code corps projects that may not have fees tips
1
490,922
14,142,112,989
IssuesEvent
2020-11-10 13:39:26
wso2/product-is
https://api.github.com/repos/wso2/product-is
closed
Error given while provisioning outbound authentication for Google
Priority/High Severity/Critical bug
**Describe the issue:** I've configured outbound provisioning for Google in my IS. When I try to add a new user from the console it is supposed to provision the user under my Gsuite console as well. Instead, it gives me the following error Please note that mydomain.com is given as an example, and the above was tested with a real domain name associated with gsuite **How to reproduce:** 1. Configure Google API client and the Gsuite by following the instructions given in the documentation https://is.docs.wso2.com/en/5.11.0/learn/outbound-provisioning-with-google/ 2. Configuring email as username. I've configured email as username from mapped attributes in claims ![Screenshot from 2020-11-09 16-32-21](https://user-images.githubusercontent.com/3047253/98533570-275a9f80-22a9-11eb-80b5-62c3522a8194.png) 3. Configuring Google as an identity provider ![Screenshot from 2020-11-09 16-02-27](https://user-images.githubusercontent.com/3047253/98530519-05f7b480-22a5-11eb-86ee-d6c17620eaec.png) 4. Configuring WSO2 IS as the resident Service Provider ![Screenshot from 2020-11-09 16-04-02](https://user-images.githubusercontent.com/3047253/98530639-33dcf900-22a5-11eb-8095-041894f2648e.png) 5. Add a new user from the management console with email as username 6. The following error is given ``` [2020-11-09 15:15:25,236] [886f3732-09ca-475e-b8f4-77c6df0673a4] ERROR {org.wso2.carbon.identity.provisioning.ProvisioningThread} - Provisioning for Entity test@mydomain.com For operation = POST java.lang.NullPointerException at com.google.api.client.repackaged.com.google.common.base.Preconditions.checkNotNull(Preconditions.java:191) at com.google.api.client.util.Preconditions.checkNotNull(Preconditions.java:127) at com.google.api.client.json.jackson2.JacksonFactory.createJsonParser(JacksonFactory.java:96) at com.google.api.client.json.JsonObjectParser.parseAndClose(JsonObjectParser.java:85) at com.google.api.client.json.JsonObjectParser.parseAndClose(JsonObjectParser.java:81) at com.google.api.client.auth.oauth2.TokenResponseException.from(TokenResponseException.java:88) at com.google.api.client.auth.oauth2.TokenRequest.executeUnparsed(TokenRequest.java:287) at com.google.api.client.auth.oauth2.TokenRequest.execute(TokenRequest.java:307) at com.google.api.client.googleapis.auth.oauth2.GoogleCredential.executeRefreshToken(GoogleCredential.java:269) at com.google.api.client.auth.oauth2.Credential.refreshToken(Credential.java:489) at com.google.api.client.auth.oauth2.Credential.intercept(Credential.java:217) at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:859) at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:410) at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:343) at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.execute(AbstractGoogleClientRequest.java:460) at org.wso2.carbon.identity.provisioning.connector.google.GoogleProvisioningConnector.createUser(GoogleProvisioningConnector.java:201) at org.wso2.carbon.identity.provisioning.connector.google.GoogleProvisioningConnector.provision(GoogleProvisioningConnector.java:133) at org.wso2.carbon.identity.provisioning.ProvisioningThread.call(ProvisioningThread.java:68) at org.wso2.carbon.identity.provisioning.ProvisioningThread.call(ProvisioningThread.java:32) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ``` **Expected behavior:** <!-- A clear and concise description of what you expected to happen. --> **Environment information** (_Please complete the following information; remove any unnecessary fields_) **:** - Product Version: IS 5.11.0 beta 5 - OS: Ubuntu 18 - Database: MySQL - Userstore: JDBC
1.0
Error given while provisioning outbound authentication for Google - **Describe the issue:** I've configured outbound provisioning for Google in my IS. When I try to add a new user from the console it is supposed to provision the user under my Gsuite console as well. Instead, it gives me the following error Please note that mydomain.com is given as an example, and the above was tested with a real domain name associated with gsuite **How to reproduce:** 1. Configure Google API client and the Gsuite by following the instructions given in the documentation https://is.docs.wso2.com/en/5.11.0/learn/outbound-provisioning-with-google/ 2. Configuring email as username. I've configured email as username from mapped attributes in claims ![Screenshot from 2020-11-09 16-32-21](https://user-images.githubusercontent.com/3047253/98533570-275a9f80-22a9-11eb-80b5-62c3522a8194.png) 3. Configuring Google as an identity provider ![Screenshot from 2020-11-09 16-02-27](https://user-images.githubusercontent.com/3047253/98530519-05f7b480-22a5-11eb-86ee-d6c17620eaec.png) 4. Configuring WSO2 IS as the resident Service Provider ![Screenshot from 2020-11-09 16-04-02](https://user-images.githubusercontent.com/3047253/98530639-33dcf900-22a5-11eb-8095-041894f2648e.png) 5. Add a new user from the management console with email as username 6. The following error is given ``` [2020-11-09 15:15:25,236] [886f3732-09ca-475e-b8f4-77c6df0673a4] ERROR {org.wso2.carbon.identity.provisioning.ProvisioningThread} - Provisioning for Entity test@mydomain.com For operation = POST java.lang.NullPointerException at com.google.api.client.repackaged.com.google.common.base.Preconditions.checkNotNull(Preconditions.java:191) at com.google.api.client.util.Preconditions.checkNotNull(Preconditions.java:127) at com.google.api.client.json.jackson2.JacksonFactory.createJsonParser(JacksonFactory.java:96) at com.google.api.client.json.JsonObjectParser.parseAndClose(JsonObjectParser.java:85) at com.google.api.client.json.JsonObjectParser.parseAndClose(JsonObjectParser.java:81) at com.google.api.client.auth.oauth2.TokenResponseException.from(TokenResponseException.java:88) at com.google.api.client.auth.oauth2.TokenRequest.executeUnparsed(TokenRequest.java:287) at com.google.api.client.auth.oauth2.TokenRequest.execute(TokenRequest.java:307) at com.google.api.client.googleapis.auth.oauth2.GoogleCredential.executeRefreshToken(GoogleCredential.java:269) at com.google.api.client.auth.oauth2.Credential.refreshToken(Credential.java:489) at com.google.api.client.auth.oauth2.Credential.intercept(Credential.java:217) at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:859) at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:410) at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:343) at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.execute(AbstractGoogleClientRequest.java:460) at org.wso2.carbon.identity.provisioning.connector.google.GoogleProvisioningConnector.createUser(GoogleProvisioningConnector.java:201) at org.wso2.carbon.identity.provisioning.connector.google.GoogleProvisioningConnector.provision(GoogleProvisioningConnector.java:133) at org.wso2.carbon.identity.provisioning.ProvisioningThread.call(ProvisioningThread.java:68) at org.wso2.carbon.identity.provisioning.ProvisioningThread.call(ProvisioningThread.java:32) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ``` **Expected behavior:** <!-- A clear and concise description of what you expected to happen. --> **Environment information** (_Please complete the following information; remove any unnecessary fields_) **:** - Product Version: IS 5.11.0 beta 5 - OS: Ubuntu 18 - Database: MySQL - Userstore: JDBC
priority
error given while provisioning outbound authentication for google describe the issue i ve configured outbound provisioning for google in my is when i try to add a new user from the console it is supposed to provision the user under my gsuite console as well instead it gives me the following error please note that mydomain com is given as an example and the above was tested with a real domain name associated with gsuite how to reproduce configure google api client and the gsuite by following the instructions given in the documentation configuring email as username i ve configured email as username from mapped attributes in claims configuring google as an identity provider configuring is as the resident service provider add a new user from the management console with email as username the following error is given error org carbon identity provisioning provisioningthread provisioning for entity test mydomain com for operation post java lang nullpointerexception at com google api client repackaged com google common base preconditions checknotnull preconditions java at com google api client util preconditions checknotnull preconditions java at com google api client json jacksonfactory createjsonparser jacksonfactory java at com google api client json jsonobjectparser parseandclose jsonobjectparser java at com google api client json jsonobjectparser parseandclose jsonobjectparser java at com google api client auth tokenresponseexception from tokenresponseexception java at com google api client auth tokenrequest executeunparsed tokenrequest java at com google api client auth tokenrequest execute tokenrequest java at com google api client googleapis auth googlecredential executerefreshtoken googlecredential java at com google api client auth credential refreshtoken credential java at com google api client auth credential intercept credential java at com google api client http httprequest execute httprequest java at com google api client googleapis services abstractgoogleclientrequest executeunparsed abstractgoogleclientrequest java at com google api client googleapis services abstractgoogleclientrequest executeunparsed abstractgoogleclientrequest java at com google api client googleapis services abstractgoogleclientrequest execute abstractgoogleclientrequest java at org carbon identity provisioning connector google googleprovisioningconnector createuser googleprovisioningconnector java at org carbon identity provisioning connector google googleprovisioningconnector provision googleprovisioningconnector java at org carbon identity provisioning provisioningthread call provisioningthread java at org carbon identity provisioning provisioningthread call provisioningthread java at java util concurrent futuretask run futuretask java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java expected behavior environment information please complete the following information remove any unnecessary fields product version is beta os ubuntu database mysql userstore jdbc
1
458,241
13,171,576,871
IssuesEvent
2020-08-11 16:54:38
Automattic/newspack-plugin
https://api.github.com/repos/Automattic/newspack-plugin
closed
Limit related posts to only relatively recent content
[Priority] High [Type] Feature request
**Is your feature request related to a problem? Please describe.** For publishers with archives that go back, in some cases, many years, the very useful Related Posts feature in Jetpack can actually surface content that is very old. In many cases this makes the related posts section not terribly relevant to the post it's surfaced on. **Describe the solution you'd like** It's [possible to change the date range](https://jetpack.com/support/related-posts/customize-related-posts/#woocommerce) that is used by Jetpack to query for related posts. I would suggest one of three solutions: 1. Fix the date range to a new default for all publishers of something like the previous 12 months. 2. Provide a customiser setting for publishers to choose from pre-defined options of: Forever (default), previous 6 months, previous year, previous 2 years 3. Provide a customiser setting for publishers to freely specify X previous months **Additional context** 3189426-zen
1.0
Limit related posts to only relatively recent content - **Is your feature request related to a problem? Please describe.** For publishers with archives that go back, in some cases, many years, the very useful Related Posts feature in Jetpack can actually surface content that is very old. In many cases this makes the related posts section not terribly relevant to the post it's surfaced on. **Describe the solution you'd like** It's [possible to change the date range](https://jetpack.com/support/related-posts/customize-related-posts/#woocommerce) that is used by Jetpack to query for related posts. I would suggest one of three solutions: 1. Fix the date range to a new default for all publishers of something like the previous 12 months. 2. Provide a customiser setting for publishers to choose from pre-defined options of: Forever (default), previous 6 months, previous year, previous 2 years 3. Provide a customiser setting for publishers to freely specify X previous months **Additional context** 3189426-zen
priority
limit related posts to only relatively recent content is your feature request related to a problem please describe for publishers with archives that go back in some cases many years the very useful related posts feature in jetpack can actually surface content that is very old in many cases this makes the related posts section not terribly relevant to the post it s surfaced on describe the solution you d like it s that is used by jetpack to query for related posts i would suggest one of three solutions fix the date range to a new default for all publishers of something like the previous months provide a customiser setting for publishers to choose from pre defined options of forever default previous months previous year previous years provide a customiser setting for publishers to freely specify x previous months additional context zen
1
233,522
7,698,523,287
IssuesEvent
2018-05-19 00:00:59
USGS-Astrogeology/PySAT_Point_Spectra_GUI
https://api.github.com/repos/USGS-Astrogeology/PySAT_Point_Spectra_GUI
opened
Add ability to insert at the beginning of a workflow
Priority: High enhancement
Right now we do "Insert After", so you can't insert something as the first item in the workflow.
1.0
Add ability to insert at the beginning of a workflow - Right now we do "Insert After", so you can't insert something as the first item in the workflow.
priority
add ability to insert at the beginning of a workflow right now we do insert after so you can t insert something as the first item in the workflow
1
553,952
16,386,155,096
IssuesEvent
2021-05-17 10:42:11
MathiasReker/Delfinen
https://api.github.com/repos/MathiasReker/Delfinen
closed
Create Member
critical feature request high priority required
Feature request. Creates instance of a Member object - [x] Member Class includes: ID Name Age Gender Phone no Competitiveness Level Disciplines Creation date List of Membership objects - [x] Membership class includes ID Starting date Expiring Date STATUS - active or expired - passive? PaymentStatus
1.0
Create Member - Feature request. Creates instance of a Member object - [x] Member Class includes: ID Name Age Gender Phone no Competitiveness Level Disciplines Creation date List of Membership objects - [x] Membership class includes ID Starting date Expiring Date STATUS - active or expired - passive? PaymentStatus
priority
create member feature request creates instance of a member object member class includes id name age gender phone no competitiveness level disciplines creation date list of membership objects membership class includes id starting date expiring date status active or expired passive paymentstatus
1
112,581
4,534,614,662
IssuesEvent
2016-09-08 15:04:07
PowerlineApp/powerline-mobile
https://api.github.com/repos/PowerlineApp/powerline-mobile
opened
Priority Zone Adjustment #2
bug P1 - High Priority
Please ensure the following behavior: - A new user post or a new user petition should not be in the priority zone unless it has been boosted. - Boosted user posts and boosted user petitions appear in priority zone as soon as they are boosted (either by system automatically or by group leader using manual 'boost' feature). - Opening/viewing a boosted user petition moves it to non-priority zone. - User has three options to respond to a boosted user post: 1) upvote, 2) downvote, and 3) ignore... Upvoting/Downvoting/Ignoring a boosted user post moves it to non-priority zone immediately. - Once a boosted post expires, it is moved to expired zone.
1.0
Priority Zone Adjustment #2 - Please ensure the following behavior: - A new user post or a new user petition should not be in the priority zone unless it has been boosted. - Boosted user posts and boosted user petitions appear in priority zone as soon as they are boosted (either by system automatically or by group leader using manual 'boost' feature). - Opening/viewing a boosted user petition moves it to non-priority zone. - User has three options to respond to a boosted user post: 1) upvote, 2) downvote, and 3) ignore... Upvoting/Downvoting/Ignoring a boosted user post moves it to non-priority zone immediately. - Once a boosted post expires, it is moved to expired zone.
priority
priority zone adjustment please ensure the following behavior a new user post or a new user petition should not be in the priority zone unless it has been boosted boosted user posts and boosted user petitions appear in priority zone as soon as they are boosted either by system automatically or by group leader using manual boost feature opening viewing a boosted user petition moves it to non priority zone user has three options to respond to a boosted user post upvote downvote and ignore upvoting downvoting ignoring a boosted user post moves it to non priority zone immediately once a boosted post expires it is moved to expired zone
1
549,268
16,089,149,710
IssuesEvent
2021-04-26 14:44:40
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.youtube.com - see bug description
browser-firefox engine-gecko ml-needsdiagnosis-false ml-probability-high os-win priority-critical
<!-- @browser: Firefox 66.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 5.1; rv:66.0) Gecko/20100101 Firefox/66.0 --> <!-- @reported_with: desktop-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/71983 --> **URL**: https://www.youtube.com/ **Browser / Version**: Firefox 66.0 **Operating System**: Windows XP **Tested Another Browser**: Yes Other **Problem type**: Something else **Description**: cannot see any video **Steps to Reproduce**: cannot see any video at the home of youtube <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2021/4/57ba60d1-9005-4229-a4a9-86fa55bf9155.jpeg"> </details> <details> <summary>Browser Configuration</summary> <ul> <li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20190507012018</li><li>channel: release</li><li>hasTouchScreen: false</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li> </ul> </details> [View console log messages](https://webcompat.com/console_logs/2021/4/9db9a033-ce10-4081-9896-b4e7d7194f31) _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
www.youtube.com - see bug description - <!-- @browser: Firefox 66.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 5.1; rv:66.0) Gecko/20100101 Firefox/66.0 --> <!-- @reported_with: desktop-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/71983 --> **URL**: https://www.youtube.com/ **Browser / Version**: Firefox 66.0 **Operating System**: Windows XP **Tested Another Browser**: Yes Other **Problem type**: Something else **Description**: cannot see any video **Steps to Reproduce**: cannot see any video at the home of youtube <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2021/4/57ba60d1-9005-4229-a4a9-86fa55bf9155.jpeg"> </details> <details> <summary>Browser Configuration</summary> <ul> <li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20190507012018</li><li>channel: release</li><li>hasTouchScreen: false</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li> </ul> </details> [View console log messages](https://webcompat.com/console_logs/2021/4/9db9a033-ce10-4081-9896-b4e7d7194f31) _From [webcompat.com](https://webcompat.com/) with ❤️_
priority
see bug description url browser version firefox operating system windows xp tested another browser yes other problem type something else description cannot see any video steps to reproduce cannot see any video at the home of youtube view the screenshot img alt screenshot src browser configuration gfx webrender all false gfx webrender blob images true gfx webrender enabled false image mem shared true buildid channel release hastouchscreen false mixed active content blocked false mixed passive content blocked false tracking content blocked false from with ❤️
1
380,663
11,269,480,186
IssuesEvent
2020-01-14 09:00:36
daostack/client
https://api.github.com/repos/daostack/client
closed
can't obtain all votes for a competition
High Priority
In `CompetitionSuggestion.votes`, what if the caller provides `competition` as an option? The code is always setting `suggestion` (see https://github.com/daostack/client/issues/356). which is a mistake because in this case the caller wants all votes in the competition, not just for the one suggestion. Perhaps we need two places to get votes, one in `CompetitionSuggestion` and one in `Competition`.
1.0
can't obtain all votes for a competition - In `CompetitionSuggestion.votes`, what if the caller provides `competition` as an option? The code is always setting `suggestion` (see https://github.com/daostack/client/issues/356). which is a mistake because in this case the caller wants all votes in the competition, not just for the one suggestion. Perhaps we need two places to get votes, one in `CompetitionSuggestion` and one in `Competition`.
priority
can t obtain all votes for a competition in competitionsuggestion votes what if the caller provides competition as an option the code is always setting suggestion see which is a mistake because in this case the caller wants all votes in the competition not just for the one suggestion perhaps we need two places to get votes one in competitionsuggestion and one in competition
1
103,234
4,165,589,025
IssuesEvent
2016-06-19 16:03:22
semperfiwebdesign/all-in-one-seo-pack
https://api.github.com/repos/semperfiwebdesign/all-in-one-seo-pack
closed
use of wp_parse_url needs to check for wp version
PRIORITY - High
It was only introduced in 4.4, so we need to do something as a fallback for <4.4 installations
1.0
use of wp_parse_url needs to check for wp version - It was only introduced in 4.4, so we need to do something as a fallback for <4.4 installations
priority
use of wp parse url needs to check for wp version it was only introduced in so we need to do something as a fallback for installations
1
787,944
27,736,582,843
IssuesEvent
2023-03-15 11:39:09
EESSI/eessi-bot-software-layer
https://api.github.com/repos/EESSI/eessi-bot-software-layer
opened
some pending jobs are filtered out when `NODELIST (REASON)` contains whitespaces
difficulty:easy priority:high bug
Small bug in `eessi_bot_job_manager.py` which results in getting some pending jobs not considered as current jobs. Scheduler is queried with `squeue --long --user=$USER` (see https://github.com/EESSI/eessi-bot-software-layer/blob/72122127188bbdd1c9b0bf73d32c36035cb14611/eessi_bot_job_manager.py#L61). Then the result is processed with https://github.com/EESSI/eessi-bot-software-layer/blob/72122127188bbdd1c9b0bf73d32c36035cb14611/eessi_bot_job_manager.py#L80-L91 When the `NODELIST (REASON)` column contains whitespaces as in ``` JOBID PARTITION NAME USER ST TIME NODES NODELIST(REASON) 453380 rome16q bot-buil thomarob PD 0:00 1 (ReqNodeNotAvail, Reserved for maintenance) ``` the condition in https://github.com/EESSI/eessi-bot-software-layer/blob/72122127188bbdd1c9b0bf73d32c36035cb14611/eessi_bot_job_manager.py#L84 is not met. Thus the job is not added to the list of current jobs. Probably an easy fix by changing the condition to ```python if len(job) >= 9: ```
1.0
some pending jobs are filtered out when `NODELIST (REASON)` contains whitespaces - Small bug in `eessi_bot_job_manager.py` which results in getting some pending jobs not considered as current jobs. Scheduler is queried with `squeue --long --user=$USER` (see https://github.com/EESSI/eessi-bot-software-layer/blob/72122127188bbdd1c9b0bf73d32c36035cb14611/eessi_bot_job_manager.py#L61). Then the result is processed with https://github.com/EESSI/eessi-bot-software-layer/blob/72122127188bbdd1c9b0bf73d32c36035cb14611/eessi_bot_job_manager.py#L80-L91 When the `NODELIST (REASON)` column contains whitespaces as in ``` JOBID PARTITION NAME USER ST TIME NODES NODELIST(REASON) 453380 rome16q bot-buil thomarob PD 0:00 1 (ReqNodeNotAvail, Reserved for maintenance) ``` the condition in https://github.com/EESSI/eessi-bot-software-layer/blob/72122127188bbdd1c9b0bf73d32c36035cb14611/eessi_bot_job_manager.py#L84 is not met. Thus the job is not added to the list of current jobs. Probably an easy fix by changing the condition to ```python if len(job) >= 9: ```
priority
some pending jobs are filtered out when nodelist reason contains whitespaces small bug in eessi bot job manager py which results in getting some pending jobs not considered as current jobs scheduler is queried with squeue long user user see then the result is processed with when the nodelist reason column contains whitespaces as in jobid partition name user st time nodes nodelist reason bot buil thomarob pd reqnodenotavail reserved for maintenance the condition in is not met thus the job is not added to the list of current jobs probably an easy fix by changing the condition to python if len job
1
600,833
18,359,539,150
IssuesEvent
2021-10-09 01:48:09
kubesphere/ks-devops
https://api.github.com/repos/kubesphere/ks-devops
closed
When pipeline include parallel stage,you can not show logs of activity
kind/bug priority/high area/console kind/need-to-verify
**Versions used** KubeSphere: `v3.2.0-alpha.0` ``` pipeline { agent any stages { stage('default-0') { parallel { stage('test-1') { agent none steps { sh 'echo \'hello tester\'' } } stage('test-2') { agent none steps { sh 'echo \'test-2\'' } } } } } } ``` https://user-images.githubusercontent.com/68640256/134796068-49603852-fc18-4232-9c79-d7985df5dda1.mov To Reproduce Steps to reproduce the behavior: 1、create pipeline 2、run pipeline 3、show logs of activity /kind bug /assign @kubesphere/sig-devops /priority high
1.0
When pipeline include parallel stage,you can not show logs of activity - **Versions used** KubeSphere: `v3.2.0-alpha.0` ``` pipeline { agent any stages { stage('default-0') { parallel { stage('test-1') { agent none steps { sh 'echo \'hello tester\'' } } stage('test-2') { agent none steps { sh 'echo \'test-2\'' } } } } } } ``` https://user-images.githubusercontent.com/68640256/134796068-49603852-fc18-4232-9c79-d7985df5dda1.mov To Reproduce Steps to reproduce the behavior: 1、create pipeline 2、run pipeline 3、show logs of activity /kind bug /assign @kubesphere/sig-devops /priority high
priority
when pipeline include parallel stage,you can not show logs of activity versions used kubesphere alpha pipeline agent any stages stage default parallel stage test agent none steps sh echo hello tester stage test agent none steps sh echo test to reproduce steps to reproduce the behavior 、create pipeline 、run pipeline 、show logs of activity kind bug assign kubesphere sig devops priority high
1
231,491
7,633,412,528
IssuesEvent
2018-05-06 04:42:41
7547-G2/hoy-como-backend
https://api.github.com/repos/7547-G2/hoy-como-backend
reopened
Nuevo GET /api/backofficeComercio/{comercioId} para obtener datos del comercio
High-Priority
Endpoint para obtener los datos del comercio. Obviar password.
1.0
Nuevo GET /api/backofficeComercio/{comercioId} para obtener datos del comercio - Endpoint para obtener los datos del comercio. Obviar password.
priority
nuevo get api backofficecomercio comercioid para obtener datos del comercio endpoint para obtener los datos del comercio obviar password
1
224,168
7,467,562,125
IssuesEvent
2018-04-02 15:45:35
CS2103JAN2018-W11-B1/main
https://api.github.com/repos/CS2103JAN2018-W11-B1/main
closed
Find all persons with empty fields command
priority.high type.task
Users will need to be able to easily find people they have entered but have missing fields, so that they can go to and fill in any missing details. We will need to have a command to allow the user to list out only people with missing fields. This makes it easier for the user as they do not need to manually search through the whole list of persons in the STUtor app to find that one person.
1.0
Find all persons with empty fields command - Users will need to be able to easily find people they have entered but have missing fields, so that they can go to and fill in any missing details. We will need to have a command to allow the user to list out only people with missing fields. This makes it easier for the user as they do not need to manually search through the whole list of persons in the STUtor app to find that one person.
priority
find all persons with empty fields command users will need to be able to easily find people they have entered but have missing fields so that they can go to and fill in any missing details we will need to have a command to allow the user to list out only people with missing fields this makes it easier for the user as they do not need to manually search through the whole list of persons in the stutor app to find that one person
1
146,851
5,629,163,219
IssuesEvent
2017-04-05 08:46:00
HPI-SWA-Lab/BP2016H1
https://api.github.com/repos/HPI-SWA-Lab/BP2016H1
opened
Add Tags
priority high
Add tags to fonts, threads (and sample texts). This needs to be done in Squeak only.
1.0
Add Tags - Add tags to fonts, threads (and sample texts). This needs to be done in Squeak only.
priority
add tags add tags to fonts threads and sample texts this needs to be done in squeak only
1
347,883
10,435,823,946
IssuesEvent
2019-09-17 18:10:00
joyent/conch-shell
https://api.github.com/repos/joyent/conch-shell
closed
Users are running the app as root
high priority security
I'm not sure why this didn't occur to me before. Users are running the app as root, not sudo, because triton sets up native zones as root. `triton ssh $zone` logs you in as root. So users are building zones, using the default user, and using the shell as usual. So, we need to red-team this code and figure out ways to secure it better. There are three big red flags that immediately spring to mind. First, the self-updater has the ability to write to disk and downloads that data from the internet. As of #254 and v1.10, the app verifies the downloaded data against a checksum file generated by the build process. However, both files come from github so a single DNS hijack will get you both the source file and the checksum file. Second, the configuration system has the ability to write to disk and contains data from the internet, namely the JWT. Third, and linked to the second, the configuration system allows the user to specify the URL of the API server they want to access. This is great for flexibility but provides an attack vector. If you can control the destination URL and return the right http codes, you can trick the user into sending you their password. I suppose a fourth flag is that this is Go which is not the most safe thing on the planet. I've never audited our dependencies and some of them require passing around pointers.
1.0
Users are running the app as root - I'm not sure why this didn't occur to me before. Users are running the app as root, not sudo, because triton sets up native zones as root. `triton ssh $zone` logs you in as root. So users are building zones, using the default user, and using the shell as usual. So, we need to red-team this code and figure out ways to secure it better. There are three big red flags that immediately spring to mind. First, the self-updater has the ability to write to disk and downloads that data from the internet. As of #254 and v1.10, the app verifies the downloaded data against a checksum file generated by the build process. However, both files come from github so a single DNS hijack will get you both the source file and the checksum file. Second, the configuration system has the ability to write to disk and contains data from the internet, namely the JWT. Third, and linked to the second, the configuration system allows the user to specify the URL of the API server they want to access. This is great for flexibility but provides an attack vector. If you can control the destination URL and return the right http codes, you can trick the user into sending you their password. I suppose a fourth flag is that this is Go which is not the most safe thing on the planet. I've never audited our dependencies and some of them require passing around pointers.
priority
users are running the app as root i m not sure why this didn t occur to me before users are running the app as root not sudo because triton sets up native zones as root triton ssh zone logs you in as root so users are building zones using the default user and using the shell as usual so we need to red team this code and figure out ways to secure it better there are three big red flags that immediately spring to mind first the self updater has the ability to write to disk and downloads that data from the internet as of and the app verifies the downloaded data against a checksum file generated by the build process however both files come from github so a single dns hijack will get you both the source file and the checksum file second the configuration system has the ability to write to disk and contains data from the internet namely the jwt third and linked to the second the configuration system allows the user to specify the url of the api server they want to access this is great for flexibility but provides an attack vector if you can control the destination url and return the right http codes you can trick the user into sending you their password i suppose a fourth flag is that this is go which is not the most safe thing on the planet i ve never audited our dependencies and some of them require passing around pointers
1
371,555
10,968,819,911
IssuesEvent
2019-11-28 12:31:46
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
[Craft] Adding items to the projects is broken
High Priority Reopen
![изображение](https://user-images.githubusercontent.com/4980243/66325424-e965ac00-e92f-11e9-9a7a-329ebb8d3c70.png) Also as i see, in some cases you cannot manyally add ingredients onto reciepe.
1.0
[Craft] Adding items to the projects is broken - ![изображение](https://user-images.githubusercontent.com/4980243/66325424-e965ac00-e92f-11e9-9a7a-329ebb8d3c70.png) Also as i see, in some cases you cannot manyally add ingredients onto reciepe.
priority
adding items to the projects is broken also as i see in some cases you cannot manyally add ingredients onto reciepe
1
497,626
14,382,019,147
IssuesEvent
2020-12-02 06:42:02
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.blockchain.com - desktop site instead of mobile site
browser-fenix engine-gecko ml-needsdiagnosis-false ml-probability-high priority-normal
<!-- @browser: Firefox Mobile 84.0 --> <!-- @ua_header: Mozilla/5.0 (Android 10; Mobile; rv:84.0) Gecko/84.0 Firefox/84.0 --> <!-- @reported_with: android-components-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/62823 --> <!-- @extra_labels: browser-fenix --> **URL**: https://www.blockchain.com/wallet?utm_campaign=dcomnav_wallet **Browser / Version**: Firefox Mobile 84.0 **Operating System**: Android **Tested Another Browser**: Yes Opera **Problem type**: Desktop site instead of mobile site **Description**: Desktop site instead of mobile site **Steps to Reproduce**: 세분정보up data <details> <summary>Browser Configuration</summary> <ul> <li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20201117192430</li><li>channel: beta</li><li>hasTouchScreen: true</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li> </ul> </details> [View console log messages](https://webcompat.com/console_logs/2020/11/c550424c-1919-4250-82d5-36abf5d3e12a) _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
www.blockchain.com - desktop site instead of mobile site - <!-- @browser: Firefox Mobile 84.0 --> <!-- @ua_header: Mozilla/5.0 (Android 10; Mobile; rv:84.0) Gecko/84.0 Firefox/84.0 --> <!-- @reported_with: android-components-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/62823 --> <!-- @extra_labels: browser-fenix --> **URL**: https://www.blockchain.com/wallet?utm_campaign=dcomnav_wallet **Browser / Version**: Firefox Mobile 84.0 **Operating System**: Android **Tested Another Browser**: Yes Opera **Problem type**: Desktop site instead of mobile site **Description**: Desktop site instead of mobile site **Steps to Reproduce**: 세분정보up data <details> <summary>Browser Configuration</summary> <ul> <li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20201117192430</li><li>channel: beta</li><li>hasTouchScreen: true</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li> </ul> </details> [View console log messages](https://webcompat.com/console_logs/2020/11/c550424c-1919-4250-82d5-36abf5d3e12a) _From [webcompat.com](https://webcompat.com/) with ❤️_
priority
desktop site instead of mobile site url browser version firefox mobile operating system android tested another browser yes opera problem type desktop site instead of mobile site description desktop site instead of mobile site steps to reproduce 세분정보up data browser configuration gfx webrender all false gfx webrender blob images true gfx webrender enabled false image mem shared true buildid channel beta hastouchscreen true mixed active content blocked false mixed passive content blocked false tracking content blocked false from with ❤️
1
365,076
10,775,298,176
IssuesEvent
2019-11-03 13:27:43
jumptrading/FluentTerminal
https://api.github.com/repos/jumptrading/FluentTerminal
closed
Default to WinPTY settings option
enhancement high-priority
Since ConPTY doesn't support such functionality as mouse mode it makes sense to have global settings option to force usage of WinPTY by default.
1.0
Default to WinPTY settings option - Since ConPTY doesn't support such functionality as mouse mode it makes sense to have global settings option to force usage of WinPTY by default.
priority
default to winpty settings option since conpty doesn t support such functionality as mouse mode it makes sense to have global settings option to force usage of winpty by default
1
538,089
15,762,189,562
IssuesEvent
2021-03-31 10:48:12
komajun365/ac-library-python
https://api.github.com/repos/komajun365/ac-library-python
closed
開発方針を決める
Priority: high Type: management
開発環境 - [ ] パッケージング: pyproject.toml, poetry? [参考](https://tech.515hikaru.net/post/2019-11-23-pyproject/) - [ ] lint: flake8 ? - [ ] 型チェックはするか: mypy ? - [ ] テストフレームワークは使うか(nose, unittest) 開発方針 - [x] ACLの移植に留める or 拡張する - 拡張するか否かは誰が決める? CI/CD - [ ] CI: GitHub Actions (UTぐらいは回しておく?) [参考](https://knowledge.sakura.ad.jp/23478/) - [ ] CD: Tagを打ったらpypiに自動アップロードするとか github/gitに関する参考サイト - [A successful Git branching model](https://qiita.com/homhom44/items/9f13c646fa2619ae63d0) - [GitLab flowから学ぶワークフローの実践](https://postd.cc/gitlab-flow/)
1.0
開発方針を決める - 開発環境 - [ ] パッケージング: pyproject.toml, poetry? [参考](https://tech.515hikaru.net/post/2019-11-23-pyproject/) - [ ] lint: flake8 ? - [ ] 型チェックはするか: mypy ? - [ ] テストフレームワークは使うか(nose, unittest) 開発方針 - [x] ACLの移植に留める or 拡張する - 拡張するか否かは誰が決める? CI/CD - [ ] CI: GitHub Actions (UTぐらいは回しておく?) [参考](https://knowledge.sakura.ad.jp/23478/) - [ ] CD: Tagを打ったらpypiに自動アップロードするとか github/gitに関する参考サイト - [A successful Git branching model](https://qiita.com/homhom44/items/9f13c646fa2619ae63d0) - [GitLab flowから学ぶワークフローの実践](https://postd.cc/gitlab-flow/)
priority
開発方針を決める 開発環境 パッケージング pyproject toml poetry lint 型チェックはするか mypy テストフレームワークは使うか(nose unittest) 開発方針 aclの移植に留める or 拡張する 拡張するか否かは誰が決める? ci cd ci github actions utぐらいは回しておく? cd tagを打ったらpypiに自動アップロードするとか github gitに関する参考サイト
1
553,477
16,372,607,113
IssuesEvent
2021-05-15 12:55:41
helgoboss/realearn
https://api.github.com/repos/helgoboss/realearn
closed
Try to send FX parameter feedback even if REAPER not informed about change
enhancement high priority
e.g. when changing Zebra2 preset using its GUI
1.0
Try to send FX parameter feedback even if REAPER not informed about change - e.g. when changing Zebra2 preset using its GUI
priority
try to send fx parameter feedback even if reaper not informed about change e g when changing preset using its gui
1
300,859
9,213,046,131
IssuesEvent
2019-03-10 08:07:40
Mike-Dai/djangocoder
https://api.github.com/repos/Mike-Dai/djangocoder
reopened
Make the site adapt to different platforms
priority high
Currently, when user visit the site in mobile phone, they can not view the whole page. Also, there is a large padding between post content and page top.
1.0
Make the site adapt to different platforms - Currently, when user visit the site in mobile phone, they can not view the whole page. Also, there is a large padding between post content and page top.
priority
make the site adapt to different platforms currently when user visit the site in mobile phone they can not view the whole page also there is a large padding between post content and page top
1
591,410
17,839,517,824
IssuesEvent
2021-09-03 08:14:12
martinjonsson01/OOPP-WITH-THE-BOIS
https://api.github.com/repos/martinjonsson01/OOPP-WITH-THE-BOIS
opened
Colony Shared Inventory
user story high priority
## Description As a player I need my pawns to collect resources in order to construct things. ## Requirements - [ ] The colony has a shared inventory - [ ] The player can see which items are contained in the inventory - [ ] Pawns can access it to store or retrieve items when needed ## Dependencies None
1.0
Colony Shared Inventory - ## Description As a player I need my pawns to collect resources in order to construct things. ## Requirements - [ ] The colony has a shared inventory - [ ] The player can see which items are contained in the inventory - [ ] Pawns can access it to store or retrieve items when needed ## Dependencies None
priority
colony shared inventory description as a player i need my pawns to collect resources in order to construct things requirements the colony has a shared inventory the player can see which items are contained in the inventory pawns can access it to store or retrieve items when needed dependencies none
1
87
2,491,261,848
IssuesEvent
2015-01-03 06:31:06
uic-evl/omegalib
https://api.github.com/repos/uic-evl/omegalib
closed
remove modules CMakeLists.txt
priority:HIGH type:IMPROVEMENT
Using an auto-generated CMakeLists.txt file to process omegalib modules hav several issues: - it makes it impossible to have separate builds with different enabled modules from the same source dir - it breaks if multiple cmake generators run in parallel since the file is appended by each instance. **Solution:** cmake could just download modules, solve dependencies and keep list of enabled modules in a variable that it uses to include the modules, skipping the file generation step that would also make it possible to have separate builds with different modules enabled from the same source
1.0
remove modules CMakeLists.txt - Using an auto-generated CMakeLists.txt file to process omegalib modules hav several issues: - it makes it impossible to have separate builds with different enabled modules from the same source dir - it breaks if multiple cmake generators run in parallel since the file is appended by each instance. **Solution:** cmake could just download modules, solve dependencies and keep list of enabled modules in a variable that it uses to include the modules, skipping the file generation step that would also make it possible to have separate builds with different modules enabled from the same source
priority
remove modules cmakelists txt using an auto generated cmakelists txt file to process omegalib modules hav several issues it makes it impossible to have separate builds with different enabled modules from the same source dir it breaks if multiple cmake generators run in parallel since the file is appended by each instance solution cmake could just download modules solve dependencies and keep list of enabled modules in a variable that it uses to include the modules skipping the file generation step that would also make it possible to have separate builds with different modules enabled from the same source
1
241,331
7,811,607,380
IssuesEvent
2018-06-12 10:40:38
FubarDevelopment/QuickGraph
https://api.github.com/repos/FubarDevelopment/QuickGraph
closed
CP-11890: ShortestPathsDijkstra from AlgorithmExtensions.cs does infinite loop
priority:High
*From unknown CodePlex user on Friday, 05 December 2008 15:37:47* Hi, I'm a student and I have been using the 3.0 release for a project with no problems, but when I moved to release 3.1 I noticed that the method ShortestPathsDijkstra from AlgorithmExtensions.cs does an infinite loop. I've tried compiling the last source (changeset 26955) with identical results. I managed to debug it and realized that in fact, the infinite loop is done in the "while" from the FlushVisitQueue method from the BreadthFirstSearchAlgorithm class, which is used by ShortestPathsDijkstra. I could continue using the 3.0 release, but I'm very interested in the FibonacciQueue implementation that the 3.1 release includes.   Thank you for your attention.
1.0
CP-11890: ShortestPathsDijkstra from AlgorithmExtensions.cs does infinite loop - *From unknown CodePlex user on Friday, 05 December 2008 15:37:47* Hi, I'm a student and I have been using the 3.0 release for a project with no problems, but when I moved to release 3.1 I noticed that the method ShortestPathsDijkstra from AlgorithmExtensions.cs does an infinite loop. I've tried compiling the last source (changeset 26955) with identical results. I managed to debug it and realized that in fact, the infinite loop is done in the "while" from the FlushVisitQueue method from the BreadthFirstSearchAlgorithm class, which is used by ShortestPathsDijkstra. I could continue using the 3.0 release, but I'm very interested in the FibonacciQueue implementation that the 3.1 release includes.   Thank you for your attention.
priority
cp shortestpathsdijkstra from algorithmextensions cs does infinite loop from unknown codeplex user on friday december hi i m a student and i have been using the release for a project with no problems but when i moved to release i noticed that the method shortestpathsdijkstra from algorithmextensions cs does an infinite loop i ve tried compiling the last source changeset with identical results i managed to debug it and realized that in fact the infinite loop is done in the while from the flushvisitqueue method from the breadthfirstsearchalgorithm class which is used by shortestpathsdijkstra i could continue using the release but i m very interested in the fibonacciqueue implementation that the release includes   thank you for your attention
1
619,205
19,519,036,079
IssuesEvent
2021-12-29 15:07:54
bryntum/support
https://api.github.com/repos/bryntum/support
closed
Scheduling conflict dialog polishing
styling high-priority ready for review
- [x] no uppercase - [x] Too low line-height for text - [x] Highlight styling for task name to easier see important details - [x] Bad text wrap in narrow screen size (see image) #3946 - [x] not possible to select text in the popup #3945 <img width="892" alt="Screenshot 2021-11-13 at 12 08 17" src="https://user-images.githubusercontent.com/218570/141630912-0b86e1e9-9711-4398-b4ac-5fe8faaa47fb.png"> <img width="489" alt="Screenshot 2021-12-27 at 16 01 26" src="https://user-images.githubusercontent.com/218570/147483601-f1bf97c4-80b8-4a9c-9d18-1d3ad1dce4d8.png">
1.0
Scheduling conflict dialog polishing - - [x] no uppercase - [x] Too low line-height for text - [x] Highlight styling for task name to easier see important details - [x] Bad text wrap in narrow screen size (see image) #3946 - [x] not possible to select text in the popup #3945 <img width="892" alt="Screenshot 2021-11-13 at 12 08 17" src="https://user-images.githubusercontent.com/218570/141630912-0b86e1e9-9711-4398-b4ac-5fe8faaa47fb.png"> <img width="489" alt="Screenshot 2021-12-27 at 16 01 26" src="https://user-images.githubusercontent.com/218570/147483601-f1bf97c4-80b8-4a9c-9d18-1d3ad1dce4d8.png">
priority
scheduling conflict dialog polishing no uppercase too low line height for text highlight styling for task name to easier see important details bad text wrap in narrow screen size see image not possible to select text in the popup img width alt screenshot at src img width alt screenshot at src
1
793,541
28,001,344,189
IssuesEvent
2023-03-27 11:59:55
hpi-sam/digital-fuesim-manv
https://api.github.com/repos/hpi-sam/digital-fuesim-manv
closed
transfer points move upwards when a vehicle arrives
bug BP2022HG1 - High Priority
when a vehicle arrives at a (manual) transfer point the transfer point is moved slightly northward. This can break exercises since after 2-3 arrivals the transfer point might be out of a viewport. Since this behavior was not part of the late 2022 test versions, it must have been accidentally introduced by recent refactorings.
1.0
transfer points move upwards when a vehicle arrives - when a vehicle arrives at a (manual) transfer point the transfer point is moved slightly northward. This can break exercises since after 2-3 arrivals the transfer point might be out of a viewport. Since this behavior was not part of the late 2022 test versions, it must have been accidentally introduced by recent refactorings.
priority
transfer points move upwards when a vehicle arrives when a vehicle arrives at a manual transfer point the transfer point is moved slightly northward this can break exercises since after arrivals the transfer point might be out of a viewport since this behavior was not part of the late test versions it must have been accidentally introduced by recent refactorings
1
237,030
7,755,095,131
IssuesEvent
2018-05-31 09:05:37
Gloirin/m2gTest
https://api.github.com/repos/Gloirin/m2gTest
closed
0009904: Failed to attach files with russian characters
Felamimail bug high priority
**Reported by lkneschke on 7 May 2014 09:30** **Version:** Collin (2013.10.5) Attaching a file with russian characters fails. **Steps to reproduce:** Try to attach a file named ?????_??????????.pdf. This will trigger following error in JS console: Uncaught SyntaxError: Failed to execute &#039;setRequestHeader&#039; on &#039;XMLHttpRequest&#039;: &#039;?????_??????????.pdf&#039; is not a valid HTTP header field value. xxx/library/ExtJS/adapter/ext/ext-base-debug.js:2425
1.0
0009904: Failed to attach files with russian characters - **Reported by lkneschke on 7 May 2014 09:30** **Version:** Collin (2013.10.5) Attaching a file with russian characters fails. **Steps to reproduce:** Try to attach a file named ?????_??????????.pdf. This will trigger following error in JS console: Uncaught SyntaxError: Failed to execute &#039;setRequestHeader&#039; on &#039;XMLHttpRequest&#039;: &#039;?????_??????????.pdf&#039; is not a valid HTTP header field value. xxx/library/ExtJS/adapter/ext/ext-base-debug.js:2425
priority
failed to attach files with russian characters reported by lkneschke on may version collin attaching a file with russian characters fails steps to reproduce try to attach a file named pdf this will trigger following error in js console uncaught syntaxerror failed to execute setrequestheader on xmlhttprequest pdf is not a valid http header field value xxx library extjs adapter ext ext base debug js
1
310,558
9,515,814,919
IssuesEvent
2019-04-26 07:05:21
daiki510/Subsc_app
https://api.github.com/repos/daiki510/Subsc_app
opened
本番環境で画像をアップするとリサイズがうまく行かず、画質が落ちる
1. High priority 2. Maintenance
開発環境ではリサイズのバリデーションを外して、画質とサイズともに問題なし。 本番環境ではそれが反映されておらず、修正が必要
1.0
本番環境で画像をアップするとリサイズがうまく行かず、画質が落ちる - 開発環境ではリサイズのバリデーションを外して、画質とサイズともに問題なし。 本番環境ではそれが反映されておらず、修正が必要
priority
本番環境で画像をアップするとリサイズがうまく行かず、画質が落ちる 開発環境ではリサイズのバリデーションを外して、画質とサイズともに問題なし。 本番環境ではそれが反映されておらず、修正が必要
1
695,543
23,862,737,891
IssuesEvent
2022-09-07 08:29:41
kubermatic/dashboard
https://api.github.com/repos/kubermatic/dashboard
closed
Improvement to GKE External Cluster
priority/high kind/feature sig/ui externalcluster
**What would you like to be added? / User Story**: Priority: high - [ ] Put a title `Node Pool Setting` - [ ] default name for NodePool `default-pool` - [ ] Show somehow that k8s version for the nodepool is same as cluster control plane version - [ ] Move `Node Count` under this , make it consistent for all providers, either `Replicas` (same as KKP) or `Node Count` - [ ] Create MD: - Lets remove `Description`, reason is for some sizes the size doesn't fit the screen - Show name, memory and vcpus Below point is on priority: normal - [ ] Create Cluster: - [ ] Provide fields for machinetype, disktype and disksizegb - `memory` for Memory in MB payload: // default 25 Gb, cannnot be less that 10Gb gkeclusterSpec.nodeConfig.diskSizeGb gkeclusterSpec.nodeConfig.diskType gkeclusterSpec.nodeConfig.machineType List object will look like this: `{ "name": "a2-highgpu-8g", "description": "Accelerator Optimized: 8 NVIDIA Tesla A100 GPUs, 96 vCPUs, 680GB RAM", "memory": 696320, "vcpus": 96 },` ** Should look like: a2-highgpu-8g, 96 vCPUs, 696320MB RAM
1.0
Improvement to GKE External Cluster - **What would you like to be added? / User Story**: Priority: high - [ ] Put a title `Node Pool Setting` - [ ] default name for NodePool `default-pool` - [ ] Show somehow that k8s version for the nodepool is same as cluster control plane version - [ ] Move `Node Count` under this , make it consistent for all providers, either `Replicas` (same as KKP) or `Node Count` - [ ] Create MD: - Lets remove `Description`, reason is for some sizes the size doesn't fit the screen - Show name, memory and vcpus Below point is on priority: normal - [ ] Create Cluster: - [ ] Provide fields for machinetype, disktype and disksizegb - `memory` for Memory in MB payload: // default 25 Gb, cannnot be less that 10Gb gkeclusterSpec.nodeConfig.diskSizeGb gkeclusterSpec.nodeConfig.diskType gkeclusterSpec.nodeConfig.machineType List object will look like this: `{ "name": "a2-highgpu-8g", "description": "Accelerator Optimized: 8 NVIDIA Tesla A100 GPUs, 96 vCPUs, 680GB RAM", "memory": 696320, "vcpus": 96 },` ** Should look like: a2-highgpu-8g, 96 vCPUs, 696320MB RAM
priority
improvement to gke external cluster what would you like to be added user story priority high put a title node pool setting default name for nodepool default pool show somehow that version for the nodepool is same as cluster control plane version move node count under this make it consistent for all providers either replicas same as kkp or node count create md lets remove description reason is for some sizes the size doesn t fit the screen show name memory and vcpus below point is on priority normal create cluster provide fields for machinetype disktype and disksizegb memory for memory in mb payload default gb cannnot be less that gkeclusterspec nodeconfig disksizegb gkeclusterspec nodeconfig disktype gkeclusterspec nodeconfig machinetype list object will look like this name highgpu description accelerator optimized nvidia tesla gpus vcpus ram memory vcpus should look like highgpu vcpus ram
1
224,902
7,473,733,464
IssuesEvent
2018-04-03 16:09:44
terminal-labs/rambo
https://api.github.com/repos/terminal-labs/rambo
opened
Remove use of Vagrant to only use SaltStack directly
breaking change high priority refactor
Salt just released Oxygen, v 2018.3.0, and that version contains cloud support for virtualbox, lxc, ec2, gce, and digitalocean. I haven't found direct docker support yet. This ticket is meant as an umbrella and general discussion, and will be closed when the Rambo is fully refactored to remove Vagrant. I'll mark many issues as on-hold because of this refactor for now. Many might need rewritten or outright closed as inapplicable. Providers migrated: - [ ] VirtualBox - [ ] LXC - [ ] DigitalOcean - [ ] Docker - [ ] AWS EC2
1.0
Remove use of Vagrant to only use SaltStack directly - Salt just released Oxygen, v 2018.3.0, and that version contains cloud support for virtualbox, lxc, ec2, gce, and digitalocean. I haven't found direct docker support yet. This ticket is meant as an umbrella and general discussion, and will be closed when the Rambo is fully refactored to remove Vagrant. I'll mark many issues as on-hold because of this refactor for now. Many might need rewritten or outright closed as inapplicable. Providers migrated: - [ ] VirtualBox - [ ] LXC - [ ] DigitalOcean - [ ] Docker - [ ] AWS EC2
priority
remove use of vagrant to only use saltstack directly salt just released oxygen v and that version contains cloud support for virtualbox lxc gce and digitalocean i haven t found direct docker support yet this ticket is meant as an umbrella and general discussion and will be closed when the rambo is fully refactored to remove vagrant i ll mark many issues as on hold because of this refactor for now many might need rewritten or outright closed as inapplicable providers migrated virtualbox lxc digitalocean docker aws
1
646,043
21,035,465,350
IssuesEvent
2022-03-31 07:24:08
AY2122S2-CS2103-F09-2/tp
https://api.github.com/repos/AY2122S2-CS2103-F09-2/tp
closed
Implement `showinsights`
type.Story priority.High
As a user I can see summaries of my interactions with friends so that I can see which friends I've not kept up with in a while. * Add `model` functionalities, in the form of a `PersonInsights` object. * No. of logs, no. of events, date of last event * Add `logic` functionalities to parse `showinsights` as a command. * Add `UI` functionalities as a new `Insights` tab, modify `CommandResult` accordingly
1.0
Implement `showinsights` - As a user I can see summaries of my interactions with friends so that I can see which friends I've not kept up with in a while. * Add `model` functionalities, in the form of a `PersonInsights` object. * No. of logs, no. of events, date of last event * Add `logic` functionalities to parse `showinsights` as a command. * Add `UI` functionalities as a new `Insights` tab, modify `CommandResult` accordingly
priority
implement showinsights as a user i can see summaries of my interactions with friends so that i can see which friends i ve not kept up with in a while add model functionalities in the form of a personinsights object no of logs no of events date of last event add logic functionalities to parse showinsights as a command add ui functionalities as a new insights tab modify commandresult accordingly
1
157,418
6,000,594,674
IssuesEvent
2017-06-05 05:54:23
intel-analytics/BigDL
https://api.github.com/repos/intel-analytics/BigDL
closed
throw exception when running rnn example with cluster
example high priority
throw exception when running rnn example with cluster 017-04-28 13:07:55 INFO ThreadPool$:79 - Set mkl threads to 1 on thread 1 2017-04-28 13:08:00 INFO Engine$:98 - Auto detect executor number and executor cores number 2017-04-28 13:08:00 INFO Engine$:100 - Executor number is 4 and executor cores number is 28 2017-04-28 13:08:00 INFO Engine$:279 - Find existing spark context. Checking the spark conf... [Stage 0:=========================================> (84 + 28) / 112]2017-04-28 13:08:03 ERROR TaskSetManager:70 - Task 3 in stage 1.0 failed 1 times; aborting job Exception in thread "main" org.apache.spark.SparkException: Job aborted due to stage failure: Task 3 in stage 1.0 failed 1 times, most recent failure: Lost task 3.0 in stage 1.0 (TID 115, 172.168.2.159): java.io.FileNotFoundException: /root/zl/rnn/en-sent.bin (No such file or directory) at java.io.FileInputStream.open0(Native Method) at java.io.FileInputStream.open(FileInputStream.java:195) at java.io.FileInputStream.<init>(FileInputStream.java:138) at java.io.FileInputStream.<init>(FileInputStream.java:93) at com.intel.analytics.bigdl.dataset.text.SentenceSplitter$$anonfun$apply$1.apply(SentenceSplitter.scala:60) at com.intel.analytics.bigdl.dataset.text.SentenceSplitter$$anonfun$apply$1.apply(SentenceSplitter.scala:55)
1.0
throw exception when running rnn example with cluster - throw exception when running rnn example with cluster 017-04-28 13:07:55 INFO ThreadPool$:79 - Set mkl threads to 1 on thread 1 2017-04-28 13:08:00 INFO Engine$:98 - Auto detect executor number and executor cores number 2017-04-28 13:08:00 INFO Engine$:100 - Executor number is 4 and executor cores number is 28 2017-04-28 13:08:00 INFO Engine$:279 - Find existing spark context. Checking the spark conf... [Stage 0:=========================================> (84 + 28) / 112]2017-04-28 13:08:03 ERROR TaskSetManager:70 - Task 3 in stage 1.0 failed 1 times; aborting job Exception in thread "main" org.apache.spark.SparkException: Job aborted due to stage failure: Task 3 in stage 1.0 failed 1 times, most recent failure: Lost task 3.0 in stage 1.0 (TID 115, 172.168.2.159): java.io.FileNotFoundException: /root/zl/rnn/en-sent.bin (No such file or directory) at java.io.FileInputStream.open0(Native Method) at java.io.FileInputStream.open(FileInputStream.java:195) at java.io.FileInputStream.<init>(FileInputStream.java:138) at java.io.FileInputStream.<init>(FileInputStream.java:93) at com.intel.analytics.bigdl.dataset.text.SentenceSplitter$$anonfun$apply$1.apply(SentenceSplitter.scala:60) at com.intel.analytics.bigdl.dataset.text.SentenceSplitter$$anonfun$apply$1.apply(SentenceSplitter.scala:55)
priority
throw exception when running rnn example with cluster throw exception when running rnn example with cluster info threadpool set mkl threads to on thread info engine auto detect executor number and executor cores number info engine executor number is and executor cores number is info engine find existing spark context checking the spark conf error tasksetmanager task in stage failed times aborting job exception in thread main org apache spark sparkexception job aborted due to stage failure task in stage failed times most recent failure lost task in stage tid java io filenotfoundexception root zl rnn en sent bin no such file or directory at java io fileinputstream native method at java io fileinputstream open fileinputstream java at java io fileinputstream fileinputstream java at java io fileinputstream fileinputstream java at com intel analytics bigdl dataset text sentencesplitter anonfun apply apply sentencesplitter scala at com intel analytics bigdl dataset text sentencesplitter anonfun apply apply sentencesplitter scala
1
515,336
14,960,561,343
IssuesEvent
2021-01-27 06:04:00
alibaba/libvineyard
https://api.github.com/repos/alibaba/libvineyard
closed
cmake: required dependency on grapelite
bug component:graph priority:high
https://github.com/alibaba/libvineyard/blob/053fb4119ac00490d7bf0ce7d2ec1c5c9a7ddd7e/modules/basic/CMakeLists.txt#L5 grapelite is listed as required dependency, even when building with `-DBUILD_VINEYARD_GRAPH=0`
1.0
cmake: required dependency on grapelite - https://github.com/alibaba/libvineyard/blob/053fb4119ac00490d7bf0ce7d2ec1c5c9a7ddd7e/modules/basic/CMakeLists.txt#L5 grapelite is listed as required dependency, even when building with `-DBUILD_VINEYARD_GRAPH=0`
priority
cmake required dependency on grapelite grapelite is listed as required dependency even when building with dbuild vineyard graph
1
544,958
15,932,604,811
IssuesEvent
2021-04-14 06:07:56
Ana-poto/Gird-the-Grid
https://api.github.com/repos/Ana-poto/Gird-the-Grid
closed
Backend add control panel API
enhancement high priority
* Add a route for `POST`-ing and `PUT`-ing user configuration * add a `CompanyModel` with `string CompanyName`, `string CompanyIdentificationNumber`, `string Country`, `float TaxRates` * Add a route for GET-ing user configuration * the route returns a Json with `CompanyModel` data * Add middleware which searches for current user `CompanyModel`. If not configured should restrict access to other routes * Add a route for `POST`-ing, `PUT`-ing and `GET`-ing grid parameters * a `GridModel` should have a ?? ***to be completed***
1.0
Backend add control panel API - * Add a route for `POST`-ing and `PUT`-ing user configuration * add a `CompanyModel` with `string CompanyName`, `string CompanyIdentificationNumber`, `string Country`, `float TaxRates` * Add a route for GET-ing user configuration * the route returns a Json with `CompanyModel` data * Add middleware which searches for current user `CompanyModel`. If not configured should restrict access to other routes * Add a route for `POST`-ing, `PUT`-ing and `GET`-ing grid parameters * a `GridModel` should have a ?? ***to be completed***
priority
backend add control panel api add a route for post ing and put ing user configuration add a companymodel with string companyname string companyidentificationnumber string country float taxrates add a route for get ing user configuration the route returns a json with companymodel data add middleware which searches for current user companymodel if not configured should restrict access to other routes add a route for post ing put ing and get ing grid parameters a gridmodel should have a to be completed
1
636,258
20,596,156,938
IssuesEvent
2022-03-05 14:32:15
stax76/mpv.net
https://api.github.com/repos/stax76/mpv.net
closed
how to play RTSP stream on this windows version?
feature request fixed/added priority high
On linux you can run: mpv 'rtsp://user:pass@192.168.0.44:554/s0' which works fine, for example. This doesn't seem to work with the "u" hotkey or the "open url from file or path" thing NVM it works on command prompt for some reason, but not int he URL thing..
1.0
how to play RTSP stream on this windows version? - On linux you can run: mpv 'rtsp://user:pass@192.168.0.44:554/s0' which works fine, for example. This doesn't seem to work with the "u" hotkey or the "open url from file or path" thing NVM it works on command prompt for some reason, but not int he URL thing..
priority
how to play rtsp stream on this windows version on linux you can run mpv rtsp user pass which works fine for example this doesn t seem to work with the u hotkey or the open url from file or path thing nvm it works on command prompt for some reason but not int he url thing
1
472,350
13,623,012,991
IssuesEvent
2020-09-24 05:18:31
aeternity/superhero-wallet
https://api.github.com/repos/aeternity/superhero-wallet
closed
Problem Scaning QR code from extension and Mobile
kind/bug priority/high
Trying to scan QR code. <img width="1423" alt="Screenshot 2020-09-15 at 11 20 25" src="https://user-images.githubusercontent.com/13139371/93185000-91d9de00-f745-11ea-8e03-3be01c0b732e.png"> ![IMG_0809](https://user-images.githubusercontent.com/13139371/93185097-b2099d00-f745-11ea-9189-2c0705c09a3a.PNG)
1.0
Problem Scaning QR code from extension and Mobile - Trying to scan QR code. <img width="1423" alt="Screenshot 2020-09-15 at 11 20 25" src="https://user-images.githubusercontent.com/13139371/93185000-91d9de00-f745-11ea-8e03-3be01c0b732e.png"> ![IMG_0809](https://user-images.githubusercontent.com/13139371/93185097-b2099d00-f745-11ea-9189-2c0705c09a3a.PNG)
priority
problem scaning qr code from extension and mobile trying to scan qr code img width alt screenshot at src
1
603,260
18,535,882,268
IssuesEvent
2021-10-21 11:27:06
AY2122S1-CS2113T-T09-1/tp
https://api.github.com/repos/AY2122S1-CS2113T-T09-1/tp
opened
Search feature does not allow multiple String input
priority.High type.Bug severity.High
- Current search feature does not allow multiple word Strings. - It is also giving wrong error message (see SS below for reference). Two suggested approaches that might make sense: - Update error message to correctly capture that only single words are allows (not recommended), or - Improve search feature ![image](https://user-images.githubusercontent.com/58963565/138267811-663215d7-7fa6-4444-9f9d-6031ae7a00fd.png)
1.0
Search feature does not allow multiple String input - - Current search feature does not allow multiple word Strings. - It is also giving wrong error message (see SS below for reference). Two suggested approaches that might make sense: - Update error message to correctly capture that only single words are allows (not recommended), or - Improve search feature ![image](https://user-images.githubusercontent.com/58963565/138267811-663215d7-7fa6-4444-9f9d-6031ae7a00fd.png)
priority
search feature does not allow multiple string input current search feature does not allow multiple word strings it is also giving wrong error message see ss below for reference two suggested approaches that might make sense update error message to correctly capture that only single words are allows not recommended or improve search feature
1
86,548
3,727,000,560
IssuesEvent
2016-03-06 00:28:35
icatproject/dashboard
https://api.github.com/repos/icatproject/dashboard
closed
Should be able to find out the entities of a download.
priority-high
Users should be able to click on a link in the download table to find out entity information of a set download.
1.0
Should be able to find out the entities of a download. - Users should be able to click on a link in the download table to find out entity information of a set download.
priority
should be able to find out the entities of a download users should be able to click on a link in the download table to find out entity information of a set download
1
27,518
2,693,597,967
IssuesEvent
2015-04-01 15:33:27
IQSS/dataverse
https://api.github.com/repos/IQSS/dataverse
closed
Getting a 404 when I log in or log out from dataset.xhtml
Component: UX & Upgrade Priority: High Status: QA Type: Bug
When I log in or log out from a published Dataset page (dataset.xhtml) it logs me out or logs me in successfully but I get an error message page instead of being taken back to the Dataset. To recreate this here is the dataset I am logging in and out from: https://dvn-build.hmdc.harvard.edu/dataset.xhtml?persistentId=doi:10.5072/FK2/Z3F8OG&version=1.0 ![image](https://cloud.githubusercontent.com/assets/5013837/6943261/d030d6e6-d85a-11e4-9188-52547e3c5860.png) cc/ @kcondon
1.0
Getting a 404 when I log in or log out from dataset.xhtml - When I log in or log out from a published Dataset page (dataset.xhtml) it logs me out or logs me in successfully but I get an error message page instead of being taken back to the Dataset. To recreate this here is the dataset I am logging in and out from: https://dvn-build.hmdc.harvard.edu/dataset.xhtml?persistentId=doi:10.5072/FK2/Z3F8OG&version=1.0 ![image](https://cloud.githubusercontent.com/assets/5013837/6943261/d030d6e6-d85a-11e4-9188-52547e3c5860.png) cc/ @kcondon
priority
getting a when i log in or log out from dataset xhtml when i log in or log out from a published dataset page dataset xhtml it logs me out or logs me in successfully but i get an error message page instead of being taken back to the dataset to recreate this here is the dataset i am logging in and out from cc kcondon
1
816,729
30,609,907,773
IssuesEvent
2023-07-23 13:28:38
TencentBlueKing/bk-nodeman
https://api.github.com/repos/TencentBlueKing/bk-nodeman
closed
[BUG] Proxy 安装表单 IP 相关字段需要支持 IPv6 格式
module/frontend version/V2.2.X priority/high
**问题描述** 简明扼要地描述bug是什么 **重现方法** 列出如何重现的方法或操作步骤 1. 转到 '....' 2. 点击 '....' 3. 错误现象 '....' **预期现象** 简明扼要地描述预期的现象是什么 **截屏** 请提供截屏来解释你的问题,当然这也能更好地帮助我们理解问题。 **请提供以下信息** - [x] bk-nodeman 版本 (发布版本号 或 git tag): <!-- `示例: V3.1.32-ce 或者 git sha. 请不要使用 "最新版本" 或 "当前版本"等无法准确定位代码版本的语句描述` --> - [ ] 蓝鲸PaaS 版本:<!-- `<示例:PaaS 3.0.58、PaaSAgent 3.0.9` --> - [ ] bk-nodeman 异常日志:
1.0
[BUG] Proxy 安装表单 IP 相关字段需要支持 IPv6 格式 - **问题描述** 简明扼要地描述bug是什么 **重现方法** 列出如何重现的方法或操作步骤 1. 转到 '....' 2. 点击 '....' 3. 错误现象 '....' **预期现象** 简明扼要地描述预期的现象是什么 **截屏** 请提供截屏来解释你的问题,当然这也能更好地帮助我们理解问题。 **请提供以下信息** - [x] bk-nodeman 版本 (发布版本号 或 git tag): <!-- `示例: V3.1.32-ce 或者 git sha. 请不要使用 "最新版本" 或 "当前版本"等无法准确定位代码版本的语句描述` --> - [ ] 蓝鲸PaaS 版本:<!-- `<示例:PaaS 3.0.58、PaaSAgent 3.0.9` --> - [ ] bk-nodeman 异常日志:
priority
proxy 安装表单 ip 相关字段需要支持 格式 问题描述 简明扼要地描述bug是什么 重现方法 列出如何重现的方法或操作步骤 转到 点击 错误现象 预期现象 简明扼要地描述预期的现象是什么 截屏 请提供截屏来解释你的问题,当然这也能更好地帮助我们理解问题。 请提供以下信息 bk nodeman 版本 发布版本号 或 git tag : 蓝鲸paas 版本: bk nodeman 异常日志:
1
515,889
14,971,012,618
IssuesEvent
2021-01-27 20:29:11
unitystation/unitystation
https://api.github.com/repos/unitystation/unitystation
closed
Locker Populators trigger Twice on Round Start
Priority: High Type: Bug
<!-- Make sure to search existing issues first to avoid duplicates. --> ### Environment - Unity Editor, Latest Version on Repo as of 1/24/2021 ### Detailed description of bug <!-- What is broken? What should be happening instead? Include as much informations as possible. Images, gifs, or youtube videos are welcome! --> Locker populators are triggering twice, causing lockers to spawn with twice the intended contents. ### Steps to reproduce <!-- How can described bug or behaviour be reproduced? --> 1. Start round through Unity Editor Play Mode 2. Go to the nearest Emergency Locker, since it is most apparent with Emergency Lockers (the red ones) 3. Open it and see that there are way more items than are listed to be spawned there in the populator for that locker
1.0
Locker Populators trigger Twice on Round Start - <!-- Make sure to search existing issues first to avoid duplicates. --> ### Environment - Unity Editor, Latest Version on Repo as of 1/24/2021 ### Detailed description of bug <!-- What is broken? What should be happening instead? Include as much informations as possible. Images, gifs, or youtube videos are welcome! --> Locker populators are triggering twice, causing lockers to spawn with twice the intended contents. ### Steps to reproduce <!-- How can described bug or behaviour be reproduced? --> 1. Start round through Unity Editor Play Mode 2. Go to the nearest Emergency Locker, since it is most apparent with Emergency Lockers (the red ones) 3. Open it and see that there are way more items than are listed to be spawned there in the populator for that locker
priority
locker populators trigger twice on round start environment unity editor latest version on repo as of detailed description of bug locker populators are triggering twice causing lockers to spawn with twice the intended contents steps to reproduce start round through unity editor play mode go to the nearest emergency locker since it is most apparent with emergency lockers the red ones open it and see that there are way more items than are listed to be spawned there in the populator for that locker
1
241,835
7,834,931,285
IssuesEvent
2018-06-16 20:32:01
NREL/OpenStudio-ERI
https://api.github.com/repos/NREL/OpenStudio-ERI
closed
Minimum Rated Features
priority high
Need to audit further and check off completed items: - [ ] Floor/Foundation Assembly - [x] Construction type (slab-on-grade, crawl space; basement) - [x] insulation value (edge, under slab, cavity, sheathing) - [ ] framing material - [x] on-center spacing - [x] insulation installation (Grade I, II, or III) - [x] vented or unvented (crawl space) - [x] capacitance (if slab or basement receives appreciable solar gain). - [ ] Walls Assembly - [ ] Construction type - [x] insulation value (cavity, sheathing) - [ ] framing material - [x] on-center spacing - [x] insulation installation (Grade I, II, or III) - [x] capacitance - [x] color (light, medium, or dark). - [ ] Roof/Ceiling Assembly - [ ] Construction type - [x] insulation value (cavity, sheathing) - [ ] framing material - [x] on-center spacing - [x] insulation installation (Grade I, II, or III) - [ ] framing covered by insulation or exposed - [x] roof color (light, medium, or dark). - [ ] Rim Joist - [ ] Insulation value (cavity, sheathing). - [ ] Doors - [ ] Construction type - [x] insulation value. - [ ] Windows - [ ] Construction type - [x] orientation - [x] U-value (of complete assembly) - [x] solar heat gain coefficient (of complete assembly) - [ ] shading. - [ ] Skylights - [ ] Construction type - [x] orientation - [x] tilt - [x] U-value (of complete assembly) - [x] solar heat gain coefficient (of complete assembly) - [ ] shading. - [ ] Passive Solar System (Direct Gain system) - [ ] Solar type - [ ] collector type and area - [ ] orientation - [ ] tilt - [ ] efficiency - [ ] storage tank size - [ ] pipe insulation value. - [ ] Solar Domestic Hot Water Equipment - [ ] System type - [ ] collector type and area - [ ] orientation - [ ] tilt - [ ] efficiency - [ ] storage tank size - [ ] pipe insulation value. - [ ] Air Leakage - [ ] Air leakage measurement type (default estimate, blower door test, tracer gas test), - [ ] volume of conditioned space. - [ ] Distribution System - [ ] System type - [x] location - [x] insulation value (duct and pipe) - [ ] air leakage measurement type (default estimate, duct pressurization). - [ ] Heating Equipment - [x] Equipment type - [ ] location - [x] efficiency (AFUE, HSPF) - [ ] Auxiliary Electric Energy (Eae) - [ ] power rating of ground fluid circulating pump(s) for ground-loop and ground-water heat pumps. - [ ] Cooling Equipment - [ ] Equipment type - [ ] location - [x] efficiency (SEER, COP). - [ ] Domestic Hot Water Equipment - [x] Equipment type - [ ] location - [x] energy factor or seasonal efficiency - [ ] extra tank insulation value - [x] pipe insulation value. - [x] Control Systems - [x] Thermostat type. - [x] Light Fixtures - [x] Number of Qualifying and non-qualifying Light Fixtures in Qualifying Locations - [x] Refrigerator(s) - [x] Total annual energy consumption - [x] Dishwasher(s) - [x] Labeled energy factor (cycles/kWh) or labeled energy consumption (kWh/y) - [ ] Range/Oven - [ ] Burner Energy Factor (BEF) - [ ] Oven Energy Factor (OEF) - [x] Clothes Washer - [x] Energy Rating (kWh/y) - [x] electric rate ($/kWh) - [x] annual gas cost (AGC) - [x] gas rate ($/therm) - [x] washer capacity (cubic feet). - [x] Clothes Dryer - [x] Clothes washer Modified Energy Factor (MEF) - [x] clothes washer Labeled Energy Rating (kWh/y) - [x] clothes washer capacity - [x] clothes dryer Efficiency Factor - [ ] Ceiling Fans - [ ] Labeled cfm - [ ] Watts - [ ] cfm/Watt - [x] Whole-House Mechanical Ventilation System(s) - [x] Equipment type - [x] daily run hours - [x] wattage - [x] On-site Power Production - [x] Total annual kWh generation - [x] total site fuel used
1.0
Minimum Rated Features - Need to audit further and check off completed items: - [ ] Floor/Foundation Assembly - [x] Construction type (slab-on-grade, crawl space; basement) - [x] insulation value (edge, under slab, cavity, sheathing) - [ ] framing material - [x] on-center spacing - [x] insulation installation (Grade I, II, or III) - [x] vented or unvented (crawl space) - [x] capacitance (if slab or basement receives appreciable solar gain). - [ ] Walls Assembly - [ ] Construction type - [x] insulation value (cavity, sheathing) - [ ] framing material - [x] on-center spacing - [x] insulation installation (Grade I, II, or III) - [x] capacitance - [x] color (light, medium, or dark). - [ ] Roof/Ceiling Assembly - [ ] Construction type - [x] insulation value (cavity, sheathing) - [ ] framing material - [x] on-center spacing - [x] insulation installation (Grade I, II, or III) - [ ] framing covered by insulation or exposed - [x] roof color (light, medium, or dark). - [ ] Rim Joist - [ ] Insulation value (cavity, sheathing). - [ ] Doors - [ ] Construction type - [x] insulation value. - [ ] Windows - [ ] Construction type - [x] orientation - [x] U-value (of complete assembly) - [x] solar heat gain coefficient (of complete assembly) - [ ] shading. - [ ] Skylights - [ ] Construction type - [x] orientation - [x] tilt - [x] U-value (of complete assembly) - [x] solar heat gain coefficient (of complete assembly) - [ ] shading. - [ ] Passive Solar System (Direct Gain system) - [ ] Solar type - [ ] collector type and area - [ ] orientation - [ ] tilt - [ ] efficiency - [ ] storage tank size - [ ] pipe insulation value. - [ ] Solar Domestic Hot Water Equipment - [ ] System type - [ ] collector type and area - [ ] orientation - [ ] tilt - [ ] efficiency - [ ] storage tank size - [ ] pipe insulation value. - [ ] Air Leakage - [ ] Air leakage measurement type (default estimate, blower door test, tracer gas test), - [ ] volume of conditioned space. - [ ] Distribution System - [ ] System type - [x] location - [x] insulation value (duct and pipe) - [ ] air leakage measurement type (default estimate, duct pressurization). - [ ] Heating Equipment - [x] Equipment type - [ ] location - [x] efficiency (AFUE, HSPF) - [ ] Auxiliary Electric Energy (Eae) - [ ] power rating of ground fluid circulating pump(s) for ground-loop and ground-water heat pumps. - [ ] Cooling Equipment - [ ] Equipment type - [ ] location - [x] efficiency (SEER, COP). - [ ] Domestic Hot Water Equipment - [x] Equipment type - [ ] location - [x] energy factor or seasonal efficiency - [ ] extra tank insulation value - [x] pipe insulation value. - [x] Control Systems - [x] Thermostat type. - [x] Light Fixtures - [x] Number of Qualifying and non-qualifying Light Fixtures in Qualifying Locations - [x] Refrigerator(s) - [x] Total annual energy consumption - [x] Dishwasher(s) - [x] Labeled energy factor (cycles/kWh) or labeled energy consumption (kWh/y) - [ ] Range/Oven - [ ] Burner Energy Factor (BEF) - [ ] Oven Energy Factor (OEF) - [x] Clothes Washer - [x] Energy Rating (kWh/y) - [x] electric rate ($/kWh) - [x] annual gas cost (AGC) - [x] gas rate ($/therm) - [x] washer capacity (cubic feet). - [x] Clothes Dryer - [x] Clothes washer Modified Energy Factor (MEF) - [x] clothes washer Labeled Energy Rating (kWh/y) - [x] clothes washer capacity - [x] clothes dryer Efficiency Factor - [ ] Ceiling Fans - [ ] Labeled cfm - [ ] Watts - [ ] cfm/Watt - [x] Whole-House Mechanical Ventilation System(s) - [x] Equipment type - [x] daily run hours - [x] wattage - [x] On-site Power Production - [x] Total annual kWh generation - [x] total site fuel used
priority
minimum rated features need to audit further and check off completed items floor foundation assembly construction type slab on grade crawl space basement insulation value edge under slab cavity sheathing framing material on center spacing insulation installation grade i ii or iii vented or unvented crawl space capacitance if slab or basement receives appreciable solar gain walls assembly construction type insulation value cavity sheathing framing material on center spacing insulation installation grade i ii or iii capacitance color light medium or dark roof ceiling assembly construction type insulation value cavity sheathing framing material on center spacing insulation installation grade i ii or iii framing covered by insulation or exposed roof color light medium or dark rim joist insulation value cavity sheathing doors construction type insulation value windows construction type orientation u value of complete assembly solar heat gain coefficient of complete assembly shading skylights construction type orientation tilt u value of complete assembly solar heat gain coefficient of complete assembly shading passive solar system direct gain system solar type collector type and area orientation tilt efficiency storage tank size pipe insulation value solar domestic hot water equipment system type collector type and area orientation tilt efficiency storage tank size pipe insulation value air leakage air leakage measurement type default estimate blower door test tracer gas test volume of conditioned space distribution system system type location insulation value duct and pipe air leakage measurement type default estimate duct pressurization heating equipment equipment type location efficiency afue hspf auxiliary electric energy eae power rating of ground fluid circulating pump s for ground loop and ground water heat pumps cooling equipment equipment type location efficiency seer cop domestic hot water equipment equipment type location energy factor or seasonal efficiency extra tank insulation value pipe insulation value control systems thermostat type light fixtures number of qualifying and non qualifying light fixtures in qualifying locations refrigerator s total annual energy consumption dishwasher s labeled energy factor cycles kwh or labeled energy consumption kwh y range oven burner energy factor bef oven energy factor oef clothes washer energy rating kwh y electric rate kwh annual gas cost agc gas rate therm washer capacity cubic feet clothes dryer clothes washer modified energy factor mef clothes washer labeled energy rating kwh y clothes washer capacity clothes dryer efficiency factor ceiling fans labeled cfm watts cfm watt whole house mechanical ventilation system s equipment type daily run hours wattage on site power production total annual kwh generation total site fuel used
1
510,184
14,786,457,121
IssuesEvent
2021-01-12 05:33:40
OpenSRP/opensrp-server-web
https://api.github.com/repos/OpenSRP/opensrp-server-web
opened
RVL-1400 - Extend expiry date for Macepa Plans
Priority: High
Akros would like to extend the duration of the present plans to 15th February. Below is the breakdown of the plan name, ID and the new end date: 1. MACEPA: Full Reveal 2020 IRS Plan - 4cbe10b9-231e-5084-9646-0a923dcfa0da - 28 February 2021 2. MACEPA IRS-Lite Western Live Plan - 19e55ac1-06c4-4c71-9e93-2905d54d093a - 28 February 2021 3. MACEPA IRS-Lite Southern Live Plan - 88d4f46e-5fd0-4a02-967f-57624584ab8b - 28 February 2021
1.0
RVL-1400 - Extend expiry date for Macepa Plans - Akros would like to extend the duration of the present plans to 15th February. Below is the breakdown of the plan name, ID and the new end date: 1. MACEPA: Full Reveal 2020 IRS Plan - 4cbe10b9-231e-5084-9646-0a923dcfa0da - 28 February 2021 2. MACEPA IRS-Lite Western Live Plan - 19e55ac1-06c4-4c71-9e93-2905d54d093a - 28 February 2021 3. MACEPA IRS-Lite Southern Live Plan - 88d4f46e-5fd0-4a02-967f-57624584ab8b - 28 February 2021
priority
rvl extend expiry date for macepa plans akros would like to extend the duration of the present plans to february below is the breakdown of the plan name id and the new end date macepa full reveal irs plan february macepa irs lite western live plan february macepa irs lite southern live plan february
1
640,796
20,799,584,506
IssuesEvent
2022-03-17 12:43:14
jigarius/drall
https://api.github.com/repos/jigarius/drall
closed
Use the same Drush as in the composer installation
enhancement Priority: High
## Requirements Currently, `drall` simply issues the `drush` command in the shell. If the `drush` binary isn't somewhere in the `$PATH`, then we get *unknown command drush*. Since `drall` depends on `drush/drush`, it should be able to detect and use `vendor/bin/drush` instead of simply issuing the `drush` command. ## Tasks - [ ] Run `vendor/bin/drush` instead of just `drush`. - Should the runtime output say `Running: drush ...` to keep it neat? Or should it show the entire `/path/to/drush`?
1.0
Use the same Drush as in the composer installation - ## Requirements Currently, `drall` simply issues the `drush` command in the shell. If the `drush` binary isn't somewhere in the `$PATH`, then we get *unknown command drush*. Since `drall` depends on `drush/drush`, it should be able to detect and use `vendor/bin/drush` instead of simply issuing the `drush` command. ## Tasks - [ ] Run `vendor/bin/drush` instead of just `drush`. - Should the runtime output say `Running: drush ...` to keep it neat? Or should it show the entire `/path/to/drush`?
priority
use the same drush as in the composer installation requirements currently drall simply issues the drush command in the shell if the drush binary isn t somewhere in the path then we get unknown command drush since drall depends on drush drush it should be able to detect and use vendor bin drush instead of simply issuing the drush command tasks run vendor bin drush instead of just drush should the runtime output say running drush to keep it neat or should it show the entire path to drush
1
391,884
11,579,808,812
IssuesEvent
2020-02-21 18:45:19
ManifoldScholar/manifold
https://api.github.com/repos/ManifoldScholar/manifold
closed
DS_Store Invalidates Manifest Archives
Priority: High Status: Clarification Needed Status: Planned Type: Bug
On the Minnesota instance I just reingested a Manifest Archive. The process failed on account of a validation exception. Manifold's error message indicated the file types it was expecting, but not which was flagging the error. I noticed I had a rogue DS Store file in my archive. After removal the reingest worked as expected. Given the prevalence of these to creep up when using hosting services like Google Drive, it would be useful if Manifold could ignore or simply remove the DS Store file(s) present in such uploads.
1.0
DS_Store Invalidates Manifest Archives - On the Minnesota instance I just reingested a Manifest Archive. The process failed on account of a validation exception. Manifold's error message indicated the file types it was expecting, but not which was flagging the error. I noticed I had a rogue DS Store file in my archive. After removal the reingest worked as expected. Given the prevalence of these to creep up when using hosting services like Google Drive, it would be useful if Manifold could ignore or simply remove the DS Store file(s) present in such uploads.
priority
ds store invalidates manifest archives on the minnesota instance i just reingested a manifest archive the process failed on account of a validation exception manifold s error message indicated the file types it was expecting but not which was flagging the error i noticed i had a rogue ds store file in my archive after removal the reingest worked as expected given the prevalence of these to creep up when using hosting services like google drive it would be useful if manifold could ignore or simply remove the ds store file s present in such uploads
1
772,865
27,139,737,791
IssuesEvent
2023-02-16 15:33:34
solo-io/gloo-portal-issues
https://api.github.com/repos/solo-io/gloo-portal-issues
closed
Support multiple usage plans for an API Product when using OAuth authPolicy
enhancement Size: M Priority: High Area: Portal Geo: APAC
API Products support multiple usage plans when using ApiKey as authPolicy, but are limited to a single usage plan when using OAuth. We would like the ability to use OAuth as an authentication method for API clients and use API keys to associate the client with one of multiple usage plans on an API Product. It looks like this can be achieved by using our existing customAuthConfig support in combination with the existing ApiKey usage plan support. Given the following OAuth AuthConfig: ```yaml apiVersion: enterprise.gloo.solo.io/v1 kind: AuthConfig metadata: name: oauth-config namespace: gloo-system spec: configs: - name: basic_oauth oauth2: accessTokenValidation: jwt: issuer: http://dex.dex.svc.cluster.local:32000/ remoteJwks: refreshInterval: 60s url: http://dex.dex.svc.cluster.local:32000/keys ``` An API Product can be configured to use both ApiKey and OAuth with the following: ```yaml usagePlans: tier1: authPolicy: apiKey: {} customAuthConfig: name: oauth-config namespace: gloo-system displayName: Tier 1 plan using OAuth and ApiKey rateLimit: requestsPerUnit: 3 unit: MINUTE tier2: authPolicy: apiKey: {} customAuthConfig: name: oauth-config namespace: gloo-system displayName: Tier 2 plan using OAuth and ApiKey rateLimit: requestsPerUnit: 30 unit: MINUTE ``` We will also need an update to Developer Portal to recognize usage plans that are using both ApiKey and OAuth together via `customAuthConfig`. One gap area right now is that OAuth Usage Plans in Portal currently expose two additional fields to facilitate generating auth tokens from within the Dev Portal UI: - `authorizationUrl` - `tokenUrl` Not clear where Dev Portal will get these values with the approach proposed above.
1.0
Support multiple usage plans for an API Product when using OAuth authPolicy - API Products support multiple usage plans when using ApiKey as authPolicy, but are limited to a single usage plan when using OAuth. We would like the ability to use OAuth as an authentication method for API clients and use API keys to associate the client with one of multiple usage plans on an API Product. It looks like this can be achieved by using our existing customAuthConfig support in combination with the existing ApiKey usage plan support. Given the following OAuth AuthConfig: ```yaml apiVersion: enterprise.gloo.solo.io/v1 kind: AuthConfig metadata: name: oauth-config namespace: gloo-system spec: configs: - name: basic_oauth oauth2: accessTokenValidation: jwt: issuer: http://dex.dex.svc.cluster.local:32000/ remoteJwks: refreshInterval: 60s url: http://dex.dex.svc.cluster.local:32000/keys ``` An API Product can be configured to use both ApiKey and OAuth with the following: ```yaml usagePlans: tier1: authPolicy: apiKey: {} customAuthConfig: name: oauth-config namespace: gloo-system displayName: Tier 1 plan using OAuth and ApiKey rateLimit: requestsPerUnit: 3 unit: MINUTE tier2: authPolicy: apiKey: {} customAuthConfig: name: oauth-config namespace: gloo-system displayName: Tier 2 plan using OAuth and ApiKey rateLimit: requestsPerUnit: 30 unit: MINUTE ``` We will also need an update to Developer Portal to recognize usage plans that are using both ApiKey and OAuth together via `customAuthConfig`. One gap area right now is that OAuth Usage Plans in Portal currently expose two additional fields to facilitate generating auth tokens from within the Dev Portal UI: - `authorizationUrl` - `tokenUrl` Not clear where Dev Portal will get these values with the approach proposed above.
priority
support multiple usage plans for an api product when using oauth authpolicy api products support multiple usage plans when using apikey as authpolicy but are limited to a single usage plan when using oauth we would like the ability to use oauth as an authentication method for api clients and use api keys to associate the client with one of multiple usage plans on an api product it looks like this can be achieved by using our existing customauthconfig support in combination with the existing apikey usage plan support given the following oauth authconfig yaml apiversion enterprise gloo solo io kind authconfig metadata name oauth config namespace gloo system spec configs name basic oauth accesstokenvalidation jwt issuer remotejwks refreshinterval url an api product can be configured to use both apikey and oauth with the following yaml usageplans authpolicy apikey customauthconfig name oauth config namespace gloo system displayname tier plan using oauth and apikey ratelimit requestsperunit unit minute authpolicy apikey customauthconfig name oauth config namespace gloo system displayname tier plan using oauth and apikey ratelimit requestsperunit unit minute we will also need an update to developer portal to recognize usage plans that are using both apikey and oauth together via customauthconfig one gap area right now is that oauth usage plans in portal currently expose two additional fields to facilitate generating auth tokens from within the dev portal ui authorizationurl tokenurl not clear where dev portal will get these values with the approach proposed above
1
236,729
7,752,306,436
IssuesEvent
2018-05-30 19:51:55
jgm/pandoc
https://api.github.com/repos/jgm/pandoc
closed
New command Latex function disappears after compiling
format:LaTeX priority:high reader
Not sure since when (but must be in a month), rmarkdown files fail to include latex functions created by \newcommand when compiling, no matter I added them in the yaml or the main content. The preload latex function still works, though. The minimal repro: test.md: ```r --- title: "Newcommand" header-includes: - \usepackage{pdflscape} - \newcommand{\blandscape}{\begin{landscape}} - \newcommand{\elandscape}{\end{landscape}} --- testing lines 1 \blandscape testing lines 2 \elandscape \begin{landscape} testing lines 3 \end{landscape} ``` Output: ```r $ pandoc -f markdown -t latex test.md testing lines 1 testing lines 2 \begin{landscape} testing lines 3 \end{landscape} ```
1.0
New command Latex function disappears after compiling - Not sure since when (but must be in a month), rmarkdown files fail to include latex functions created by \newcommand when compiling, no matter I added them in the yaml or the main content. The preload latex function still works, though. The minimal repro: test.md: ```r --- title: "Newcommand" header-includes: - \usepackage{pdflscape} - \newcommand{\blandscape}{\begin{landscape}} - \newcommand{\elandscape}{\end{landscape}} --- testing lines 1 \blandscape testing lines 2 \elandscape \begin{landscape} testing lines 3 \end{landscape} ``` Output: ```r $ pandoc -f markdown -t latex test.md testing lines 1 testing lines 2 \begin{landscape} testing lines 3 \end{landscape} ```
priority
new command latex function disappears after compiling not sure since when but must be in a month rmarkdown files fail to include latex functions created by newcommand when compiling no matter i added them in the yaml or the main content the preload latex function still works though the minimal repro test md r title newcommand header includes usepackage pdflscape newcommand blandscape begin landscape newcommand elandscape end landscape testing lines blandscape testing lines elandscape begin landscape testing lines end landscape output r pandoc f markdown t latex test md testing lines testing lines begin landscape testing lines end landscape
1
588,513
17,661,692,491
IssuesEvent
2021-08-21 16:36:07
HackerSpace-PESU/blog
https://api.github.com/repos/HackerSpace-PESU/blog
opened
Fix Padding Discrepancies
high-priority
The vertical alignment of elements on the `home` page isn't uniform. Perhaps a complete left-justified layout would work.
1.0
Fix Padding Discrepancies - The vertical alignment of elements on the `home` page isn't uniform. Perhaps a complete left-justified layout would work.
priority
fix padding discrepancies the vertical alignment of elements on the home page isn t uniform perhaps a complete left justified layout would work
1
368,198
10,867,741,406
IssuesEvent
2019-11-15 01:02:08
internetarchive/openlibrary
https://api.github.com/repos/internetarchive/openlibrary
closed
Remove translation contribution web inteface
Priority 2: High Theme: Internationalization Type: Refactor/Clean-up
The consensus on #2253 was to remove this deprecated interface in favor of the flow described here: https://github.com/internetarchive/openlibrary/blob/master/openlibrary/i18n/README.md Ex page: https://openlibrary.org/i18n/strings.nl?m=edit ### Additional context - The PR where this was decided: #2253 ### Stakeholders @tfmorris @hornc
1.0
Remove translation contribution web inteface - The consensus on #2253 was to remove this deprecated interface in favor of the flow described here: https://github.com/internetarchive/openlibrary/blob/master/openlibrary/i18n/README.md Ex page: https://openlibrary.org/i18n/strings.nl?m=edit ### Additional context - The PR where this was decided: #2253 ### Stakeholders @tfmorris @hornc
priority
remove translation contribution web inteface the consensus on was to remove this deprecated interface in favor of the flow described here ex page additional context the pr where this was decided stakeholders tfmorris hornc
1
297,723
9,180,838,050
IssuesEvent
2019-03-05 08:45:33
DaJaime/optiDB-server
https://api.github.com/repos/DaJaime/optiDB-server
closed
Release v1.0-Alpha
priority: high release type: feature
Requires #10 Parent of #10 Requires #13 Parent of #13 Requires #14 Parent of #14 Requires #19 Parent of #19 Requires #20 Parent of #20
1.0
Release v1.0-Alpha - Requires #10 Parent of #10 Requires #13 Parent of #13 Requires #14 Parent of #14 Requires #19 Parent of #19 Requires #20 Parent of #20
priority
release alpha requires parent of requires parent of requires parent of requires parent of requires parent of
1
406,623
11,900,399,213
IssuesEvent
2020-03-30 10:35:14
ahmedkaludi/accelerated-mobile-pages
https://api.github.com/repos/ahmedkaludi/accelerated-mobile-pages
closed
Need to modify Onesignal Push Notification Option
NEXT UPDATE [Priority: HIGH] feature
Need to make the Switch turn to Select option and then we'll be adding one more support which is Izooto for AMP.
1.0
Need to modify Onesignal Push Notification Option - Need to make the Switch turn to Select option and then we'll be adding one more support which is Izooto for AMP.
priority
need to modify onesignal push notification option need to make the switch turn to select option and then we ll be adding one more support which is izooto for amp
1
587,522
17,618,304,901
IssuesEvent
2021-08-18 12:35:41
elementary/installer
https://api.github.com/repos/elementary/installer
closed
distinst crashes immediately without hardcoding enough_space = true
Priority: High Status: Confirmed
I can't install on my machine, possibly because there's a 4MB partition on the disk. Even though there are other disks/partitions with plenty of space. <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/53022401-distinst-crashes-immediately-without-hardcoding-enough_space-true?utm_campaign=plugin&utm_content=tracker%2F46189108&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F46189108&utm_medium=issues&utm_source=github). </bountysource-plugin>
1.0
distinst crashes immediately without hardcoding enough_space = true - I can't install on my machine, possibly because there's a 4MB partition on the disk. Even though there are other disks/partitions with plenty of space. <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/53022401-distinst-crashes-immediately-without-hardcoding-enough_space-true?utm_campaign=plugin&utm_content=tracker%2F46189108&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F46189108&utm_medium=issues&utm_source=github). </bountysource-plugin>
priority
distinst crashes immediately without hardcoding enough space true i can t install on my machine possibly because there s a partition on the disk even though there are other disks partitions with plenty of space want to back this issue we accept bounties via
1
247,521
7,919,477,996
IssuesEvent
2018-07-04 17:03:30
OpenNebula/one
https://api.github.com/repos/OpenNebula/one
closed
Current snapshot is backing itself (backing store is self-referential)
Category: Core & System Category: Drivers - Storage Community Priority: High Status: Accepted Type: Bug
<!--////////////////////////////////////////////--> <!-- COMPLETE ONLY ONE SECTION --> <!-- BUG REPORT *OR* ENHANCEMENT REQUEST --> <!--////////////////////////////////////////////--> <!--////////////////////////////////////////////--> <!-- COMPLETE THIS SECTION FOR BUG REPORTS --> <!--////////////////////////////////////////////--> # Bug Report ## Version of OpenNebula <!--Mark the relevant versions affected with [X] --> - [ ] 5.2.2 - [ ] 5.4.0 - [ ] 5.4.1 - [ ] 5.4.2 - [ ] 5.4.3 - [ ] 5.4.4 - [ ] 5.4.5 - [ ] 5.4.6 - [ ] 5.4.7 - [ ] 5.4.8 - [ ] 5.4.9 - [ ] 5.4.10 - [ ] 5.4.11 - [x] 5.4.13 - [ ] Development build ## Component <!-- Mark the relevant versions affected with [X] --> - [ ] Authorization (LDAP, x509 certs...) - [ ] Command Line Interface (CLI) - [ ] Contextualization - [ ] Documentation - [ ] Federation and HA - [ ] Host, Clusters and Monitorization - [ ] KVM - [ ] Networking - [ ] Orchestration (OpenNebula Flow) - [ ] Packages - [ ] Scheduler - [x] Storage & Images - [x] Sunstone - [ ] Upgrades - [ ] User, Groups, VDCs and ACL - [ ] vCenter ## Description When using disk snapshots on qcow2 files, it's quiet easy to end up with an unbootable VM because it's current disk has a backing file pointing to the same file. ### Expected Behavior snapshots should work as expected. ### Actual Behavior We have at least 2 situations: 1) with missing disk.# on the datastore. I don't know yet how to reproduction. In sunstone this snapshots can't be deleted and has a missing file size 2) VM can't boot, backing file is self-referential ## How to reproduce I will open a new issue for situation 1 with missing snapshot on datastore, as soon as I understand how to reproduice. Here is for situration 2 with backing file that is self-referential: - Create a VM on a QCOW2 datastore - Stop the VM - In the storage tab, do 1 snapshot (let's call it origin) - Run the VM, do some stuff - Stop the VM - In the storage tab, do 1 new snapshot (let's call it snap2) - Run the VM, do some stuff - Stop the VM - In the storage tab, do 1 new snapshot (let's call it snap3) - Stop the VM - in the storage tab, revert to first snapshot (origin) - Run the VM, do some stuff - Stop the VM - in the storage tab, delete snap3 - Run the VM, do some stuff - Stop the VM - in the storage tab, create a new snapshot (snap4) - Current disk.0.snap is self referential, VM can't boot. ``` juin 15 15:17:53 h003 libvirtd[2231]: 2018-06-15 13:17:53.922+0000: 2248: error : virStorageFileGetMetadataRecurse:3269 : internal error: backing store for /var/lib/one//datastores/104/5802/disk.0.snap/3 (/var/lib/one/datastores/104/5802/disk.0.snap/3) is self-referential -(ven. juin 15 15:16:50)--(h003:/var/lib/one/datastores/104/5802/disk.0.snap)- [root] # ll .. total 392K -rw-rw-r-- 1 oneadmin oneadmin 1,1K 14 juin 14:17 deployment.0 -rw-rw-r-- 1 oneadmin oneadmin 1,1K 15 juin 14:56 deployment.1 -rw-rw-r-- 1 oneadmin oneadmin 1,1K 15 juin 15:00 deployment.2 -rw-rw-r-- 1 oneadmin oneadmin 1,1K 15 juin 15:02 deployment.3 -rw-rw-r-- 1 oneadmin oneadmin 1,1K 15 juin 15:04 deployment.4 lrwxrwxrwx 1 oneadmin oneadmin 13 15 juin 15:07 disk.0 -> disk.0.snap/3 drwxrwxr-x 2 oneadmin oneadmin 4,0K 15 juin 15:05 disk.0.snap -rw-r--r-- 1 oneadmin oneadmin 364K 15 juin 15:04 disk.1 -(ven. juin 15 15:17:30)--(h003:/var/lib/one/datastores/104/5802/disk.0.snap)- [root] # qemu-img info 3 image: 3 file format: qcow2 virtual size: 8.0G (8589934592 bytes) disk size: 200K cluster_size: 65536 backing file: disk.0.snap/3 backing file format: qcow2 Format specific information: compat: 1.1 lazy refcounts: false refcount bits: 16 corrupt: false ``` It seems that snapshots management goes south as soon as we delete one of them. File numbers on datastore seem to not match the ID in sunstone. Not sure it's relevant with the problem. Best regards Edouard
1.0
Current snapshot is backing itself (backing store is self-referential) - <!--////////////////////////////////////////////--> <!-- COMPLETE ONLY ONE SECTION --> <!-- BUG REPORT *OR* ENHANCEMENT REQUEST --> <!--////////////////////////////////////////////--> <!--////////////////////////////////////////////--> <!-- COMPLETE THIS SECTION FOR BUG REPORTS --> <!--////////////////////////////////////////////--> # Bug Report ## Version of OpenNebula <!--Mark the relevant versions affected with [X] --> - [ ] 5.2.2 - [ ] 5.4.0 - [ ] 5.4.1 - [ ] 5.4.2 - [ ] 5.4.3 - [ ] 5.4.4 - [ ] 5.4.5 - [ ] 5.4.6 - [ ] 5.4.7 - [ ] 5.4.8 - [ ] 5.4.9 - [ ] 5.4.10 - [ ] 5.4.11 - [x] 5.4.13 - [ ] Development build ## Component <!-- Mark the relevant versions affected with [X] --> - [ ] Authorization (LDAP, x509 certs...) - [ ] Command Line Interface (CLI) - [ ] Contextualization - [ ] Documentation - [ ] Federation and HA - [ ] Host, Clusters and Monitorization - [ ] KVM - [ ] Networking - [ ] Orchestration (OpenNebula Flow) - [ ] Packages - [ ] Scheduler - [x] Storage & Images - [x] Sunstone - [ ] Upgrades - [ ] User, Groups, VDCs and ACL - [ ] vCenter ## Description When using disk snapshots on qcow2 files, it's quiet easy to end up with an unbootable VM because it's current disk has a backing file pointing to the same file. ### Expected Behavior snapshots should work as expected. ### Actual Behavior We have at least 2 situations: 1) with missing disk.# on the datastore. I don't know yet how to reproduction. In sunstone this snapshots can't be deleted and has a missing file size 2) VM can't boot, backing file is self-referential ## How to reproduce I will open a new issue for situation 1 with missing snapshot on datastore, as soon as I understand how to reproduice. Here is for situration 2 with backing file that is self-referential: - Create a VM on a QCOW2 datastore - Stop the VM - In the storage tab, do 1 snapshot (let's call it origin) - Run the VM, do some stuff - Stop the VM - In the storage tab, do 1 new snapshot (let's call it snap2) - Run the VM, do some stuff - Stop the VM - In the storage tab, do 1 new snapshot (let's call it snap3) - Stop the VM - in the storage tab, revert to first snapshot (origin) - Run the VM, do some stuff - Stop the VM - in the storage tab, delete snap3 - Run the VM, do some stuff - Stop the VM - in the storage tab, create a new snapshot (snap4) - Current disk.0.snap is self referential, VM can't boot. ``` juin 15 15:17:53 h003 libvirtd[2231]: 2018-06-15 13:17:53.922+0000: 2248: error : virStorageFileGetMetadataRecurse:3269 : internal error: backing store for /var/lib/one//datastores/104/5802/disk.0.snap/3 (/var/lib/one/datastores/104/5802/disk.0.snap/3) is self-referential -(ven. juin 15 15:16:50)--(h003:/var/lib/one/datastores/104/5802/disk.0.snap)- [root] # ll .. total 392K -rw-rw-r-- 1 oneadmin oneadmin 1,1K 14 juin 14:17 deployment.0 -rw-rw-r-- 1 oneadmin oneadmin 1,1K 15 juin 14:56 deployment.1 -rw-rw-r-- 1 oneadmin oneadmin 1,1K 15 juin 15:00 deployment.2 -rw-rw-r-- 1 oneadmin oneadmin 1,1K 15 juin 15:02 deployment.3 -rw-rw-r-- 1 oneadmin oneadmin 1,1K 15 juin 15:04 deployment.4 lrwxrwxrwx 1 oneadmin oneadmin 13 15 juin 15:07 disk.0 -> disk.0.snap/3 drwxrwxr-x 2 oneadmin oneadmin 4,0K 15 juin 15:05 disk.0.snap -rw-r--r-- 1 oneadmin oneadmin 364K 15 juin 15:04 disk.1 -(ven. juin 15 15:17:30)--(h003:/var/lib/one/datastores/104/5802/disk.0.snap)- [root] # qemu-img info 3 image: 3 file format: qcow2 virtual size: 8.0G (8589934592 bytes) disk size: 200K cluster_size: 65536 backing file: disk.0.snap/3 backing file format: qcow2 Format specific information: compat: 1.1 lazy refcounts: false refcount bits: 16 corrupt: false ``` It seems that snapshots management goes south as soon as we delete one of them. File numbers on datastore seem to not match the ID in sunstone. Not sure it's relevant with the problem. Best regards Edouard
priority
current snapshot is backing itself backing store is self referential bug report version of opennebula development build component authorization ldap certs command line interface cli contextualization documentation federation and ha host clusters and monitorization kvm networking orchestration opennebula flow packages scheduler storage images sunstone upgrades user groups vdcs and acl vcenter description when using disk snapshots on files it s quiet easy to end up with an unbootable vm because it s current disk has a backing file pointing to the same file expected behavior snapshots should work as expected actual behavior we have at least situations with missing disk on the datastore i don t know yet how to reproduction in sunstone this snapshots can t be deleted and has a missing file size vm can t boot backing file is self referential how to reproduce i will open a new issue for situation with missing snapshot on datastore as soon as i understand how to reproduice here is for situration with backing file that is self referential create a vm on a datastore stop the vm in the storage tab do snapshot let s call it origin run the vm do some stuff stop the vm in the storage tab do new snapshot let s call it run the vm do some stuff stop the vm in the storage tab do new snapshot let s call it stop the vm in the storage tab revert to first snapshot origin run the vm do some stuff stop the vm in the storage tab delete run the vm do some stuff stop the vm in the storage tab create a new snapshot current disk snap is self referential vm can t boot juin libvirtd error virstoragefilegetmetadatarecurse internal error backing store for var lib one datastores disk snap var lib one datastores disk snap is self referential ven juin var lib one datastores disk snap ll total rw rw r oneadmin oneadmin juin deployment rw rw r oneadmin oneadmin juin deployment rw rw r oneadmin oneadmin juin deployment rw rw r oneadmin oneadmin juin deployment rw rw r oneadmin oneadmin juin deployment lrwxrwxrwx oneadmin oneadmin juin disk disk snap drwxrwxr x oneadmin oneadmin juin disk snap rw r r oneadmin oneadmin juin disk ven juin var lib one datastores disk snap qemu img info image file format virtual size bytes disk size cluster size backing file disk snap backing file format format specific information compat lazy refcounts false refcount bits corrupt false it seems that snapshots management goes south as soon as we delete one of them file numbers on datastore seem to not match the id in sunstone not sure it s relevant with the problem best regards edouard
1
793,014
27,980,560,800
IssuesEvent
2023-03-26 04:36:57
LiteLDev/LiteLoaderBDS
https://api.github.com/repos/LiteLDev/LiteLoaderBDS
closed
LLSE NBT.parseBinaryNbt()函数报错
type: bug module: LiteLoader priority: high status: in progress
### 异常模块 LiteLoader (本体) ### 操作系统 Windows 10 ### LiteLoader 版本 2.12.0 ### BDS 版本 1.19.72 ### 发生了什么? 我做的一个生物搬运的quickjs插件报错 NBT.parseBinaryNbt()函数解析保存实体的二进制NBT数据时报错,在上个版本(1.19.63)测试不会发生此问题。 jsdebug日志见附图。 ### 复现此问题的步骤 _No response_ ### 有关的日志/输出 _No response_ ### 插件列表 _No response_
1.0
LLSE NBT.parseBinaryNbt()函数报错 - ### 异常模块 LiteLoader (本体) ### 操作系统 Windows 10 ### LiteLoader 版本 2.12.0 ### BDS 版本 1.19.72 ### 发生了什么? 我做的一个生物搬运的quickjs插件报错 NBT.parseBinaryNbt()函数解析保存实体的二进制NBT数据时报错,在上个版本(1.19.63)测试不会发生此问题。 jsdebug日志见附图。 ### 复现此问题的步骤 _No response_ ### 有关的日志/输出 _No response_ ### 插件列表 _No response_
priority
llse nbt parsebinarynbt 函数报错 异常模块 liteloader 本体 操作系统 windows liteloader 版本 bds 版本 发生了什么 我做的一个生物搬运的quickjs插件报错 nbt parsebinarynbt 函数解析保存实体的二进制nbt数据时报错,在上个版本 测试不会发生此问题。 jsdebug日志见附图。 复现此问题的步骤 no response 有关的日志 输出 no response 插件列表 no response
1
176,215
6,557,340,748
IssuesEvent
2017-09-06 17:03:31
ucdavis/ipa-client-angular
https://api.github.com/repos/ucdavis/ipa-client-angular
closed
SchedulingView: Unexpected behavior with filters
enhancement high priority
I was checking some schedule entries and turned on room EPS 1316 as a filter, then check-marked all the classes that came up on the left. It shows on the calendar classes that aren’t even scheduled for 1316, for example the highlighted class below - and actually all GEL 1 discussion sections.
1.0
SchedulingView: Unexpected behavior with filters - I was checking some schedule entries and turned on room EPS 1316 as a filter, then check-marked all the classes that came up on the left. It shows on the calendar classes that aren’t even scheduled for 1316, for example the highlighted class below - and actually all GEL 1 discussion sections.
priority
schedulingview unexpected behavior with filters i was checking some schedule entries and turned on room eps as a filter then check marked all the classes that came up on the left it shows on the calendar classes that aren’t even scheduled for for example the highlighted class below and actually all gel discussion sections
1
780,053
27,377,701,303
IssuesEvent
2023-02-28 07:42:41
ballerina-platform/ballerina-lang
https://api.github.com/repos/ballerina-platform/ballerina-lang
closed
Introduce a symbol for named argument expression's name
Type/Improvement Priority/High Team/CompilerFE SwanLakeDump Area/AST Deferred
**Description:** Right now, `BLangNamedArgsExpression` refers to the `name` as an identifier. Need to introduce a symbol to that named argument. The use case will be as follows: ``` function func1() { func2(name = "name", count = <cursor>); } function func2(string name, int count) { } ``` At the cursor position, we need to show suggestions matching the named argument node at cursor. This also applies to error constructor expression as well. ``` type ErrData record { string appId; string message; }; type MyError error<ErrData>; function func() returns error { return error MyError("error message", appId = <cursor>) } ``` At cursor position we need to identify and show matching (match the type of the named argument) completions. **Describe your problem(s)** See description **Describe your solution(s)** See description **Suggested Labels (optional):** Semantic API **Suggested Assignees (optional):** pubudu91
1.0
Introduce a symbol for named argument expression's name - **Description:** Right now, `BLangNamedArgsExpression` refers to the `name` as an identifier. Need to introduce a symbol to that named argument. The use case will be as follows: ``` function func1() { func2(name = "name", count = <cursor>); } function func2(string name, int count) { } ``` At the cursor position, we need to show suggestions matching the named argument node at cursor. This also applies to error constructor expression as well. ``` type ErrData record { string appId; string message; }; type MyError error<ErrData>; function func() returns error { return error MyError("error message", appId = <cursor>) } ``` At cursor position we need to identify and show matching (match the type of the named argument) completions. **Describe your problem(s)** See description **Describe your solution(s)** See description **Suggested Labels (optional):** Semantic API **Suggested Assignees (optional):** pubudu91
priority
introduce a symbol for named argument expression s name description right now blangnamedargsexpression refers to the name as an identifier need to introduce a symbol to that named argument the use case will be as follows function name name count function string name int count at the cursor position we need to show suggestions matching the named argument node at cursor this also applies to error constructor expression as well type errdata record string appid string message type myerror error function func returns error return error myerror error message appid at cursor position we need to identify and show matching match the type of the named argument completions describe your problem s see description describe your solution s see description suggested labels optional semantic api suggested assignees optional
1
225,702
7,494,387,981
IssuesEvent
2018-04-07 09:02:38
trimstray/sandmap
https://api.github.com/repos/trimstray/sandmap
closed
Create Sandmap Wiki page.
Priority: High Status: Completed
Status: **In Progress** Creating a wiki with description of all options and examples.
1.0
Create Sandmap Wiki page. - Status: **In Progress** Creating a wiki with description of all options and examples.
priority
create sandmap wiki page status in progress creating a wiki with description of all options and examples
1
270,271
8,453,834,502
IssuesEvent
2018-10-20 19:30:29
Ensepro/ensepro-core
https://api.github.com/repos/Ensepro/ensepro-core
closed
Nominalizações de verbos são PREDICADOS
priority: high type: bug
The nouns derived from verbs must be searched only in the position PREDICATE in the ElasticSearch. Example: - Christian Bale **atua** em Batman Begins? ENSEPRO retuned this triple as an answer: - ['*christian_bale', 'ocupacao', **'*ator'**], ['*batman_begins', 'elenco', '*christian_bale']
1.0
Nominalizações de verbos são PREDICADOS - The nouns derived from verbs must be searched only in the position PREDICATE in the ElasticSearch. Example: - Christian Bale **atua** em Batman Begins? ENSEPRO retuned this triple as an answer: - ['*christian_bale', 'ocupacao', **'*ator'**], ['*batman_begins', 'elenco', '*christian_bale']
priority
nominalizações de verbos são predicados the nouns derived from verbs must be searched only in the position predicate in the elasticsearch example christian bale atua em batman begins ensepro retuned this triple as an answer
1
378,210
11,198,659,605
IssuesEvent
2020-01-03 16:30:31
BendroCorp/bendrocorp-api
https://api.github.com/repos/BendroCorp/bendrocorp-api
closed
Migrate offender_report locations to UUIDs
db changes required effort: low priority: high
- [x] Migrate offender_report locations to UUIDs - [x] Adjusted in DB
1.0
Migrate offender_report locations to UUIDs - - [x] Migrate offender_report locations to UUIDs - [x] Adjusted in DB
priority
migrate offender report locations to uuids migrate offender report locations to uuids adjusted in db
1
553,998
16,386,983,149
IssuesEvent
2021-05-17 11:48:28
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
opened
[0.9.4 develop-287] Remove items from sale/purchase list in store breaks its UI
Category: Gameplay Priority: High Regression Type: Bug
Step to reproduce: - add something to sale list: ![image](https://user-images.githubusercontent.com/45708377/118482313-3cfbc680-b71d-11eb-9dfb-0e3804758d05.png) - try to delete only advanced update 4: ![image](https://user-images.githubusercontent.com/45708377/118482374-513fc380-b71d-11eb-945e-219778410aec.png) - add something to purchase list and delete 3rd string: ![image](https://user-images.githubusercontent.com/45708377/118482406-5d2b8580-b71d-11eb-8a8c-8b2e1c6b435e.png) I'll have this glitch until cache updates
1.0
[0.9.4 develop-287] Remove items from sale/purchase list in store breaks its UI - Step to reproduce: - add something to sale list: ![image](https://user-images.githubusercontent.com/45708377/118482313-3cfbc680-b71d-11eb-9dfb-0e3804758d05.png) - try to delete only advanced update 4: ![image](https://user-images.githubusercontent.com/45708377/118482374-513fc380-b71d-11eb-945e-219778410aec.png) - add something to purchase list and delete 3rd string: ![image](https://user-images.githubusercontent.com/45708377/118482406-5d2b8580-b71d-11eb-8a8c-8b2e1c6b435e.png) I'll have this glitch until cache updates
priority
remove items from sale purchase list in store breaks its ui step to reproduce add something to sale list try to delete only advanced update add something to purchase list and delete string i ll have this glitch until cache updates
1
803,721
29,187,132,197
IssuesEvent
2023-05-19 16:22:38
stratosphererl/stratosphere
https://api.github.com/repos/stratosphererl/stratosphere
closed
[EPIC] API
type: epic priority: high work: complicated [2] area: api
## Description The goal of this epic is to design, develop, and deploy an API gateway for our website and overlay that will provide access to backend data and services. This API will be used to securely manage data access, as well as provide an easy way to upload replays to the backend for analysis. ## Story(s) - [x] #30 - [ ] #4 - [x] #56 ## Affected Personas - ML Engineers - Web Developers - Operation Engineers - DevOps - Website Users ## What are we planning to do about it? We plan to design, develop, and deploy an API gateway that will provide secure access to our backend data and services. This API will be used to manage data access and provide an easy way to upload replays to the backend. We will also provide an authentication layer to ensure that requests to the API are authorized and secure. ## How will we measure success? We will measure success based on the following metrics: - Number of successful API requests - Security of data requests - Time to deploy API gateway - Number of successful replays uploaded
1.0
[EPIC] API - ## Description The goal of this epic is to design, develop, and deploy an API gateway for our website and overlay that will provide access to backend data and services. This API will be used to securely manage data access, as well as provide an easy way to upload replays to the backend for analysis. ## Story(s) - [x] #30 - [ ] #4 - [x] #56 ## Affected Personas - ML Engineers - Web Developers - Operation Engineers - DevOps - Website Users ## What are we planning to do about it? We plan to design, develop, and deploy an API gateway that will provide secure access to our backend data and services. This API will be used to manage data access and provide an easy way to upload replays to the backend. We will also provide an authentication layer to ensure that requests to the API are authorized and secure. ## How will we measure success? We will measure success based on the following metrics: - Number of successful API requests - Security of data requests - Time to deploy API gateway - Number of successful replays uploaded
priority
api description the goal of this epic is to design develop and deploy an api gateway for our website and overlay that will provide access to backend data and services this api will be used to securely manage data access as well as provide an easy way to upload replays to the backend for analysis story s affected personas ml engineers web developers operation engineers devops website users what are we planning to do about it we plan to design develop and deploy an api gateway that will provide secure access to our backend data and services this api will be used to manage data access and provide an easy way to upload replays to the backend we will also provide an authentication layer to ensure that requests to the api are authorized and secure how will we measure success we will measure success based on the following metrics number of successful api requests security of data requests time to deploy api gateway number of successful replays uploaded
1
390,705
11,561,836,458
IssuesEvent
2020-02-20 00:29:45
MolSnoo/Alter-Ego
https://api.github.com/repos/MolSnoo/Alter-Ego
closed
Implement strength stat
feature high priority
The strength stat should determine the maximum amount of weight a player can carry. If the weight of their inventory would be over their limit when attempting to take an item, the item cannot be taken. The more weight the player is carrying, the lower their effective speed should become.
1.0
Implement strength stat - The strength stat should determine the maximum amount of weight a player can carry. If the weight of their inventory would be over their limit when attempting to take an item, the item cannot be taken. The more weight the player is carrying, the lower their effective speed should become.
priority
implement strength stat the strength stat should determine the maximum amount of weight a player can carry if the weight of their inventory would be over their limit when attempting to take an item the item cannot be taken the more weight the player is carrying the lower their effective speed should become
1
614,307
19,179,295,702
IssuesEvent
2021-12-04 04:53:06
TeamNADA/NADA-iOS-ForRelease
https://api.github.com/repos/TeamNADA/NADA-iOS-ForRelease
closed
[FEAT] 명함생성 미리보기 뷰 명함 화면전환효과 추가
Hyungyu 🐯 P1 / Priority High Feat
# 👀 이슈 (issue) 명함생성 미리보기 뷰에서 명함의 앞,뒷면 화면전환효과 추가 # 🚀 to-do - [x] UIView.AnimationOptions 이용해서 화면전환
1.0
[FEAT] 명함생성 미리보기 뷰 명함 화면전환효과 추가 - # 👀 이슈 (issue) 명함생성 미리보기 뷰에서 명함의 앞,뒷면 화면전환효과 추가 # 🚀 to-do - [x] UIView.AnimationOptions 이용해서 화면전환
priority
명함생성 미리보기 뷰 명함 화면전환효과 추가 👀 이슈 issue 명함생성 미리보기 뷰에서 명함의 앞 뒷면 화면전환효과 추가 🚀 to do uiview animationoptions 이용해서 화면전환
1
512,434
14,896,672,667
IssuesEvent
2021-01-21 10:42:26
fossasia/open-event-frontend
https://api.github.com/repos/fossasia/open-event-frontend
closed
Speaker CfS Submission: Redirect speaker to private "view" page of speaker profile after editing
Priority: High enhancement
The speaker CfS submission does not have a private "view" page for a speaker's profile. We need the same kind of page for a speaker as it is available for organizers. This issue is a follow up to https://github.com/fossasia/open-event-frontend/pull/6426 * After a speaker submits a profile they should be redirected to a page with all the info they entered. This page should be very plain UI (same as implemented here and it should not be publicly visible. * The page URL should be as follows https://eventyay.com/e/[event ID]/cfs/speaker/[Speaker ID]/. An example would be https://eventyay.com/e/fa96ae2c/cfs/speaker/5096/ * On the top add a menu with two links: a) My Sessions b) [Event Name] Call for Speakers * Below show a button "Edit Speaker" ![Screenshot from 2021-01-20 00-59-42](https://user-images.githubusercontent.com/1583873/105108640-fbcf0f00-5aba-11eb-89f0-400e30ab9bab.png)
1.0
Speaker CfS Submission: Redirect speaker to private "view" page of speaker profile after editing - The speaker CfS submission does not have a private "view" page for a speaker's profile. We need the same kind of page for a speaker as it is available for organizers. This issue is a follow up to https://github.com/fossasia/open-event-frontend/pull/6426 * After a speaker submits a profile they should be redirected to a page with all the info they entered. This page should be very plain UI (same as implemented here and it should not be publicly visible. * The page URL should be as follows https://eventyay.com/e/[event ID]/cfs/speaker/[Speaker ID]/. An example would be https://eventyay.com/e/fa96ae2c/cfs/speaker/5096/ * On the top add a menu with two links: a) My Sessions b) [Event Name] Call for Speakers * Below show a button "Edit Speaker" ![Screenshot from 2021-01-20 00-59-42](https://user-images.githubusercontent.com/1583873/105108640-fbcf0f00-5aba-11eb-89f0-400e30ab9bab.png)
priority
speaker cfs submission redirect speaker to private view page of speaker profile after editing the speaker cfs submission does not have a private view page for a speaker s profile we need the same kind of page for a speaker as it is available for organizers this issue is a follow up to after a speaker submits a profile they should be redirected to a page with all the info they entered this page should be very plain ui same as implemented here and it should not be publicly visible the page url should be as follows cfs speaker an example would be on the top add a menu with two links a my sessions b call for speakers below show a button edit speaker
1
508,910
14,708,304,530
IssuesEvent
2021-01-04 23:22:15
unitystation/unitystation
https://api.github.com/repos/unitystation/unitystation
closed
Matrix bugs Bundle Bounty: $55.00 USD
Bounty Priority: High Status: Needs Reproduction System: Atmos System: Construction System: Electrical System: Interaction Type: Bug Type: Feature
This is a bounty that encompasses fixing multiple bugs involving station matrixes. **To satisfy the bounty, you must complete all of the listed issues.** See each individual issue for details. ### Requirements - [ ] fix issue #5685 - [ ] fix issue #5690 - [ ] fix issue #5676 - [ ] fix issue #5553
1.0
Matrix bugs Bundle Bounty: $55.00 USD - This is a bounty that encompasses fixing multiple bugs involving station matrixes. **To satisfy the bounty, you must complete all of the listed issues.** See each individual issue for details. ### Requirements - [ ] fix issue #5685 - [ ] fix issue #5690 - [ ] fix issue #5676 - [ ] fix issue #5553
priority
matrix bugs bundle bounty usd this is a bounty that encompasses fixing multiple bugs involving station matrixes to satisfy the bounty you must complete all of the listed issues see each individual issue for details requirements fix issue fix issue fix issue fix issue
1
577,593
17,114,651,739
IssuesEvent
2021-07-11 04:27:21
Aam-Digital/ndb-core
https://api.github.com/repos/Aam-Digital/ndb-core
closed
Pagination Size remains at 1 if in some filter only 1 element visible
Priority: High Type: Bug
**Describe the bug** Pagination page size in the list behaves a bit weird, which can feel like data is lost **To Reproduce** Steps to reproduce the behavior: 1. Go to "Notes" list 2. see a long list of notes (e.g. 10 entries if that page size is selected) 2. Filter the list, so that only 1 or 2 entries are visible (e.g. using the "urgent" or the "category" filter) 3. Remove the filter --> expect to see full list of entries again 4. But: list continues to show only 1 or 2 entries 5. Change pagination page size to a larger value manually in order to see the full list (but this is very unintuitive) It took me quite a while to figure out what's going on even though I know the system well. Page size should not shrink even if less than a full page of entries is available at the moment.
1.0
Pagination Size remains at 1 if in some filter only 1 element visible - **Describe the bug** Pagination page size in the list behaves a bit weird, which can feel like data is lost **To Reproduce** Steps to reproduce the behavior: 1. Go to "Notes" list 2. see a long list of notes (e.g. 10 entries if that page size is selected) 2. Filter the list, so that only 1 or 2 entries are visible (e.g. using the "urgent" or the "category" filter) 3. Remove the filter --> expect to see full list of entries again 4. But: list continues to show only 1 or 2 entries 5. Change pagination page size to a larger value manually in order to see the full list (but this is very unintuitive) It took me quite a while to figure out what's going on even though I know the system well. Page size should not shrink even if less than a full page of entries is available at the moment.
priority
pagination size remains at if in some filter only element visible describe the bug pagination page size in the list behaves a bit weird which can feel like data is lost to reproduce steps to reproduce the behavior go to notes list see a long list of notes e g entries if that page size is selected filter the list so that only or entries are visible e g using the urgent or the category filter remove the filter expect to see full list of entries again but list continues to show only or entries change pagination page size to a larger value manually in order to see the full list but this is very unintuitive it took me quite a while to figure out what s going on even though i know the system well page size should not shrink even if less than a full page of entries is available at the moment
1
418,336
12,196,624,043
IssuesEvent
2020-04-29 19:21:32
inverse-inc/packetfence
https://api.github.com/repos/inverse-inc/packetfence
opened
Improve ldap authentication rules
Priority: High Type: Feature / Enhancement
**We have sometimes some complex conditions for an authentication rule, like:** > ($(|(cn=$username)(samaccountname=$radius.username))(|(memberof=student)(memberof=staff))) and it's not possible to do it right now. We should have something like a filter engine that generate the ldap filter (in a perfect world) and have condition in the authentication rule (like advanced ldap filter) where we can select the filter we created in the filter engine. Or have a text area where we can fill the request like the rule above. **Have a not_found_set_role action** If the ldap request return not found then have a "not_found_set_role_action" to set per example REJECT.
1.0
Improve ldap authentication rules - **We have sometimes some complex conditions for an authentication rule, like:** > ($(|(cn=$username)(samaccountname=$radius.username))(|(memberof=student)(memberof=staff))) and it's not possible to do it right now. We should have something like a filter engine that generate the ldap filter (in a perfect world) and have condition in the authentication rule (like advanced ldap filter) where we can select the filter we created in the filter engine. Or have a text area where we can fill the request like the rule above. **Have a not_found_set_role action** If the ldap request return not found then have a "not_found_set_role_action" to set per example REJECT.
priority
improve ldap authentication rules we have sometimes some complex conditions for an authentication rule like cn username samaccountname radius username memberof student memberof staff and it s not possible to do it right now we should have something like a filter engine that generate the ldap filter in a perfect world and have condition in the authentication rule like advanced ldap filter where we can select the filter we created in the filter engine or have a text area where we can fill the request like the rule above have a not found set role action if the ldap request return not found then have a not found set role action to set per example reject
1
723,111
24,885,301,615
IssuesEvent
2022-10-28 07:12:07
AY2223S1-CS2103T-W09-2/tp
https://api.github.com/repos/AY2223S1-CS2103T-W09-2/tp
closed
User input can't have space after the prefix in find feature
type.Bug priority.High
find r/high (VALID) find r/ high (NOT VALID)
1.0
User input can't have space after the prefix in find feature - find r/high (VALID) find r/ high (NOT VALID)
priority
user input can t have space after the prefix in find feature find r high valid find r high not valid
1
520,032
15,077,754,500
IssuesEvent
2021-02-05 07:33:39
wso2/cellery
https://api.github.com/repos/wso2/cellery
closed
Cellery fails to install on Fresh minikube installation
Priority/High Resolution/Won’t Fix bug component/CLI
**Description:** Cellery fails to setup if we try to install it on a freshly installed minikube. (The minikube has to be a fresh install which has never been started). This is due to missing ca.cert. However if I start minikube without cellery at least once this issue is not observable. IMO if this is something which is not straight forward to fix, at least we have to instruct users to start minikube first and then delete it again even though it's an ugly workaround. ![image](https://user-images.githubusercontent.com/3666100/71148338-78a50f00-2251-11ea-9658-0c6dcbd7b35a.png)
1.0
Cellery fails to install on Fresh minikube installation - **Description:** Cellery fails to setup if we try to install it on a freshly installed minikube. (The minikube has to be a fresh install which has never been started). This is due to missing ca.cert. However if I start minikube without cellery at least once this issue is not observable. IMO if this is something which is not straight forward to fix, at least we have to instruct users to start minikube first and then delete it again even though it's an ugly workaround. ![image](https://user-images.githubusercontent.com/3666100/71148338-78a50f00-2251-11ea-9658-0c6dcbd7b35a.png)
priority
cellery fails to install on fresh minikube installation description cellery fails to setup if we try to install it on a freshly installed minikube the minikube has to be a fresh install which has never been started this is due to missing ca cert however if i start minikube without cellery at least once this issue is not observable imo if this is something which is not straight forward to fix at least we have to instruct users to start minikube first and then delete it again even though it s an ugly workaround
1
411,683
12,030,730,179
IssuesEvent
2020-04-13 08:00:37
dnnsoftware/Dnn.Platform
https://api.github.com/repos/dnnsoftware/Dnn.Platform
closed
Telerik Removal
Alert: Breaking Change Area: Platform > DotNetNuke.Web.Deprecated Area: Platform > DotNetNuke.Website.Deprecated Area: Platform > Modules Effort: High Priority: High Status: Blocked Type: Maintenance stale
# Description of Problem We still utilize the out of date telerik components in a few places throughout the platform. We need to finish up the complete removal so we can finally remove these components from new installations. Right now it appears that the digital assets module (dnn file manager) and the Html module are the major items that's holding us back. They both still reference and make heavy usage on the `DotNetNuke.Web.Deprecated` web controls. ## Solution # 1 Remove usage and replace with asp.net components. ## Solution # 2 Rewrite these as a SPA module and fix both the telerik and webforms issue at the same time. ### Current Usage A quick search on the solution found the following areas which should be address. This list isn't complete and will be updated as additional areas are identified. - DotNetNuke.Web.Deprecated - DotNetNuke.Website.Deprecated - DotNetNuke.Modules.DigitalAssets - DotNetNuke.Modules.Html ### Host Settings - EnableTelerikCDN - TelerikCDNBasicUrl - TelerikCDNSecureUrl ### Build Scripts Module.build (spell checker, assembly copy, package creation) CreateCommunityPackages.build (file copies, package creation) ### Other files Tests\App.config Config\SiteUrls.config WebControlSkin (css styles) admin.css (css styles) dnn.jquery.js (RadComboBox type check)
1.0
Telerik Removal - # Description of Problem We still utilize the out of date telerik components in a few places throughout the platform. We need to finish up the complete removal so we can finally remove these components from new installations. Right now it appears that the digital assets module (dnn file manager) and the Html module are the major items that's holding us back. They both still reference and make heavy usage on the `DotNetNuke.Web.Deprecated` web controls. ## Solution # 1 Remove usage and replace with asp.net components. ## Solution # 2 Rewrite these as a SPA module and fix both the telerik and webforms issue at the same time. ### Current Usage A quick search on the solution found the following areas which should be address. This list isn't complete and will be updated as additional areas are identified. - DotNetNuke.Web.Deprecated - DotNetNuke.Website.Deprecated - DotNetNuke.Modules.DigitalAssets - DotNetNuke.Modules.Html ### Host Settings - EnableTelerikCDN - TelerikCDNBasicUrl - TelerikCDNSecureUrl ### Build Scripts Module.build (spell checker, assembly copy, package creation) CreateCommunityPackages.build (file copies, package creation) ### Other files Tests\App.config Config\SiteUrls.config WebControlSkin (css styles) admin.css (css styles) dnn.jquery.js (RadComboBox type check)
priority
telerik removal description of problem we still utilize the out of date telerik components in a few places throughout the platform we need to finish up the complete removal so we can finally remove these components from new installations right now it appears that the digital assets module dnn file manager and the html module are the major items that s holding us back they both still reference and make heavy usage on the dotnetnuke web deprecated web controls solution remove usage and replace with asp net components solution rewrite these as a spa module and fix both the telerik and webforms issue at the same time current usage a quick search on the solution found the following areas which should be address this list isn t complete and will be updated as additional areas are identified dotnetnuke web deprecated dotnetnuke website deprecated dotnetnuke modules digitalassets dotnetnuke modules html host settings enabletelerikcdn telerikcdnbasicurl telerikcdnsecureurl build scripts module build spell checker assembly copy package creation createcommunitypackages build file copies package creation other files tests app config config siteurls config webcontrolskin css styles admin css css styles dnn jquery js radcombobox type check
1
46,621
2,963,489,514
IssuesEvent
2015-07-10 10:44:58
cdnjs/cdnjs
https://api.github.com/repos/cdnjs/cdnjs
closed
(test)[Build failed] Got error while building meta data/artifact
Bug - High Priority
Dear all, Our build process just got an error while building the meta data/artifact of cdnjs project, our [website and api](https://github.com/cdnjs/cdnjs) may not be as new as our repository, however, the cdn service usually not been affected, you can still use it, and modify the library name, version number and filename in the url can help you access all the content on cdnjs, we will fix the error as soon as possible, sorry for the inconvenience. Best, Peter
1.0
(test)[Build failed] Got error while building meta data/artifact - Dear all, Our build process just got an error while building the meta data/artifact of cdnjs project, our [website and api](https://github.com/cdnjs/cdnjs) may not be as new as our repository, however, the cdn service usually not been affected, you can still use it, and modify the library name, version number and filename in the url can help you access all the content on cdnjs, we will fix the error as soon as possible, sorry for the inconvenience. Best, Peter
priority
test got error while building meta data artifact dear all our build process just got an error while building the meta data artifact of cdnjs project our may not be as new as our repository however the cdn service usually not been affected you can still use it and modify the library name version number and filename in the url can help you access all the content on cdnjs we will fix the error as soon as possible sorry for the inconvenience best peter
1
723,554
24,901,417,300
IssuesEvent
2022-10-28 21:23:01
bounswe/bounswe2022group8
https://api.github.com/repos/bounswe/bounswe2022group8
opened
GEN 28: Name for application
Effort: High Priority: High idea milestone
### What's up? After nearly 9 months, we still don't have a name for our project. ### To Do -[ ] Suggest a name. -[ ] Decide the project name. ### Deadline 30.10.2022 @22.00 ### Additional Information _No response_ ### Reviewers _No response_
1.0
GEN 28: Name for application - ### What's up? After nearly 9 months, we still don't have a name for our project. ### To Do -[ ] Suggest a name. -[ ] Decide the project name. ### Deadline 30.10.2022 @22.00 ### Additional Information _No response_ ### Reviewers _No response_
priority
gen name for application what s up after nearly months we still don t have a name for our project to do suggest a name decide the project name deadline additional information no response reviewers no response
1
408,436
11,946,928,610
IssuesEvent
2020-04-03 09:01:21
dmuhs/mythx-cli
https://api.github.com/repos/dmuhs/mythx-cli
closed
Prefer CLI arguments to .mythx.yml ones
Priority: High Type: Enhancement
Currently, the config file takes precedence in all cases and parameters that are passed explicitly are overwritten. In the future, the user should be able to provide sane defaults using the `.mythx.yml` file and override them when necessary by explicitly specifying parameters in the `mythx` CLI call.
1.0
Prefer CLI arguments to .mythx.yml ones - Currently, the config file takes precedence in all cases and parameters that are passed explicitly are overwritten. In the future, the user should be able to provide sane defaults using the `.mythx.yml` file and override them when necessary by explicitly specifying parameters in the `mythx` CLI call.
priority
prefer cli arguments to mythx yml ones currently the config file takes precedence in all cases and parameters that are passed explicitly are overwritten in the future the user should be able to provide sane defaults using the mythx yml file and override them when necessary by explicitly specifying parameters in the mythx cli call
1
532,043
15,528,965,361
IssuesEvent
2021-03-13 13:18:52
oss6/vf-core-service-discovery
https://api.github.com/repos/oss6/vf-core-service-discovery
closed
Better error logging and reporting
high priority next release task
## Summary Explain errors in details and provide a way to report them.
1.0
Better error logging and reporting - ## Summary Explain errors in details and provide a way to report them.
priority
better error logging and reporting summary explain errors in details and provide a way to report them
1
308,469
9,439,561,642
IssuesEvent
2019-04-14 11:32:39
cs2103-ay1819s2-w09-1/main
https://api.github.com/repos/cs2103-ay1819s2-w09-1/main
closed
Inconsistent command formatting
priority.High type.Bug v1.4
**Describe the bug** Some commands are camelCase, some are hyphenated-commands. Similar commands are referred to as different formats or don't exist, e.g edit-note, selectNote **Expected behavior** Commands as described in UG work with the given format. <hr> **Reported by:** @eugenefdw **Severity:** High <sub>[original: nus-cs2103-AY1819S2/pe-dry-run#459]</sub>
1.0
Inconsistent command formatting - **Describe the bug** Some commands are camelCase, some are hyphenated-commands. Similar commands are referred to as different formats or don't exist, e.g edit-note, selectNote **Expected behavior** Commands as described in UG work with the given format. <hr> **Reported by:** @eugenefdw **Severity:** High <sub>[original: nus-cs2103-AY1819S2/pe-dry-run#459]</sub>
priority
inconsistent command formatting describe the bug some commands are camelcase some are hyphenated commands similar commands are referred to as different formats or don t exist e g edit note selectnote expected behavior commands as described in ug work with the given format reported by eugenefdw severity high
1
756,239
26,463,495,473
IssuesEvent
2023-01-16 20:17:02
testomatio/app
https://api.github.com/repos/testomatio/app
closed
Error on Runs page when branches are not available
bug priority high reporting ui\ux users branches
`Error: Branches is not available in your subscription plan` when opening Runs page on Professional plan **To Reproduce** Steps to reproduce the behavior: 1. create a company (trial plan) 2. create a project within this company 3. create a branch 4. create a suite with tests in this branch 5. launch and finish these tests within the branch 6. upgrade to Professional plan 7. open this project 8. go to Runs page see the error **Expected behavior** This error should not be shown to users on the Runs page. This error can be shown only on the test level in the Run Report. **Screenshots** ![CleanShot 2022-11-11 at 09 00 39@2x](https://user-images.githubusercontent.com/77803888/201282654-bc3e0d00-e473-48a4-8d61-ef8076524ffb.jpg)
1.0
Error on Runs page when branches are not available - `Error: Branches is not available in your subscription plan` when opening Runs page on Professional plan **To Reproduce** Steps to reproduce the behavior: 1. create a company (trial plan) 2. create a project within this company 3. create a branch 4. create a suite with tests in this branch 5. launch and finish these tests within the branch 6. upgrade to Professional plan 7. open this project 8. go to Runs page see the error **Expected behavior** This error should not be shown to users on the Runs page. This error can be shown only on the test level in the Run Report. **Screenshots** ![CleanShot 2022-11-11 at 09 00 39@2x](https://user-images.githubusercontent.com/77803888/201282654-bc3e0d00-e473-48a4-8d61-ef8076524ffb.jpg)
priority
error on runs page when branches are not available error branches is not available in your subscription plan when opening runs page on professional plan to reproduce steps to reproduce the behavior create a company trial plan create a project within this company create a branch create a suite with tests in this branch launch and finish these tests within the branch upgrade to professional plan open this project go to runs page see the error expected behavior this error should not be shown to users on the runs page this error can be shown only on the test level in the run report screenshots
1
469,214
13,503,603,361
IssuesEvent
2020-09-13 14:18:26
IFB-ElixirFr/ifbcat
https://api.github.com/repos/IFB-ElixirFr/ifbcat
closed
Add homepage field to UserProfile model
high priority
homepage Homepage of a person (IFB catalogue user) 0 or 1
1.0
Add homepage field to UserProfile model - homepage Homepage of a person (IFB catalogue user) 0 or 1
priority
add homepage field to userprofile model homepage homepage of a person ifb catalogue user or
1
214,726
7,276,261,142
IssuesEvent
2018-02-21 15:54:36
cms-gem-daq-project/reg-utils
https://api.github.com/repos/cms-gem-daq-project/reg-utils
opened
Block configuration proposal
Priority: High Status: Help Wanted Status: Review Needed Type: Enhancement Type: Question
### Quick summary This issue is really cross-repo (depending on V2/V3 electronics, but the implementation will be the same in the end, modulo address differences and register differences ### State of the art Currently, there are some registers that will make a total block type configuration impossible * A simple implementation (tested for `read`) would be to do (in `uhal` syntax), e.g., ```xml <node id=GEB.VFATS address=0xwhaterver> <node id=BLOCK address=0x0 mode="block" size=24*N VFAT rw regs permissions="rw"/> <node id=VFAT0 address=0x0> <node id=REG1 address=0x0 permissions="rw"/> --- <node id=VFATChannels address=0xplusX permissions="rw"/> <node id=BLOCK address=0x0 mode="block" size=24*N VFAT rw regs permissions="rw"/> </node> <!-- ends VFATChannels section --> ... </node> <!-- closes GEB.VFATS node --> ``` * One can further move the `BLOCK` node (or add multiple appropriately named and placed nodes) inside the `VFATX` node, as the top node, do block read/write settings for just that VFAT * However, due to the current organization as above, this will make the `BLOCK` node fail * The `GEB.VFATS.VFATX` node contains both `rw` and `r` type registers * The non-optimal solution is to add `BLOCKS` of the correct size in each of the `rw` permission registers, excluding the `r` only registers * Better would be to move the `r` only registers to their own block and separate the `rw` into a different address space, but this requires a redesign of the firmware, which should definitely be done for both V2b and V3 * On `VFAT2` there are also the "extended registers" and the "extended register pointer" which is how one accesses most of the VFAT registers, and they are currently part of the address table and probably should be removed from the user accessible address space ### Proposal for improved implementation In the "most optimal" way, I would do something like: ```xml <node id=GEB.VFATS address=0xwhaterver> <node id=STATUS address=0xwhaterver description="Contains all readonly VFAT registers"> <node id=VFAT0 address=0x0> <node id=ChipID0 address=0x0 mode="r"/> --- </node> <!-- ends VFAT0 readonly node --> ... <node id=VFAT23 address=0xsomenum> <node id=ChipID0 address=0x0 mode="r"/> --- </node> <!-- ends VFAT23 readonly node --> </node> <node id=CONFIGURATION address=0xwhaterver> <node id=BLOCK address=0x0 mode="block" size=24*N VFAT rw regs permissions="rw"/> <node id=VFAT0 address=0x0> <node id=BLOCK address=0x0 mode="block" size=N VFAT rw regs permissions="rw"/> <node id=REG1 address=0x0 permissions="rw"/> --- <node id=VFATChannels address=0xplusX permissions="rw"/> <node id=BLOCK address=0x0 mode="block" size=24*N VFAT rw regs permissions="rw"/> </node> <!-- ends VFATChannels section --> --- </node> <!-- closes VFAT0 node --> ... <node id=VFAT23 address=0xmuchlarger> <node id=BLOCK address=0x0 mode="block" size=N VFAT rw regs permissions="rw"/> <node id=REG1 address=0x0 permissions="rw"/> --- <node id=VFATChannels address=0xplusX permissions="rw"/> <node id=BLOCK address=0x0 mode="block" size=24*N VFAT rw regs permissions="rw"/> </node> <!-- ends VFATChannels section --> --- </node> <!-- closes VFAT23 node --> </node> <!-- closes CONFIGURATION node --> </node> <!-- closes GEB.VFATS node --> ``` #### Caveats Done in this way, the firmware is still responsible for doing the remote register access correctly (e.g., using the extended register and pointer invisibly from the user), but it would be possible to do a block configuration of *all* VFATS with one transaction, and also of all configurable registers on a single VFAT, if desired (in the case that maybe it is not possible to write to a given VFAT, as I'm not sure what the behaviour is in this case), or even just the `VFATChannels` node (but only for a given `VFAT` in this case, and moving this to a new place would need to be yet another discussion) #### Anecdotal information I tested a block read of all the VFAT channel registers (block write was failing, possibly due to `ipbus` implementation on the `CTP7` as the transaction reply did not match the `IPBus` expectation) and it worked splendidly.
1.0
Block configuration proposal - ### Quick summary This issue is really cross-repo (depending on V2/V3 electronics, but the implementation will be the same in the end, modulo address differences and register differences ### State of the art Currently, there are some registers that will make a total block type configuration impossible * A simple implementation (tested for `read`) would be to do (in `uhal` syntax), e.g., ```xml <node id=GEB.VFATS address=0xwhaterver> <node id=BLOCK address=0x0 mode="block" size=24*N VFAT rw regs permissions="rw"/> <node id=VFAT0 address=0x0> <node id=REG1 address=0x0 permissions="rw"/> --- <node id=VFATChannels address=0xplusX permissions="rw"/> <node id=BLOCK address=0x0 mode="block" size=24*N VFAT rw regs permissions="rw"/> </node> <!-- ends VFATChannels section --> ... </node> <!-- closes GEB.VFATS node --> ``` * One can further move the `BLOCK` node (or add multiple appropriately named and placed nodes) inside the `VFATX` node, as the top node, do block read/write settings for just that VFAT * However, due to the current organization as above, this will make the `BLOCK` node fail * The `GEB.VFATS.VFATX` node contains both `rw` and `r` type registers * The non-optimal solution is to add `BLOCKS` of the correct size in each of the `rw` permission registers, excluding the `r` only registers * Better would be to move the `r` only registers to their own block and separate the `rw` into a different address space, but this requires a redesign of the firmware, which should definitely be done for both V2b and V3 * On `VFAT2` there are also the "extended registers" and the "extended register pointer" which is how one accesses most of the VFAT registers, and they are currently part of the address table and probably should be removed from the user accessible address space ### Proposal for improved implementation In the "most optimal" way, I would do something like: ```xml <node id=GEB.VFATS address=0xwhaterver> <node id=STATUS address=0xwhaterver description="Contains all readonly VFAT registers"> <node id=VFAT0 address=0x0> <node id=ChipID0 address=0x0 mode="r"/> --- </node> <!-- ends VFAT0 readonly node --> ... <node id=VFAT23 address=0xsomenum> <node id=ChipID0 address=0x0 mode="r"/> --- </node> <!-- ends VFAT23 readonly node --> </node> <node id=CONFIGURATION address=0xwhaterver> <node id=BLOCK address=0x0 mode="block" size=24*N VFAT rw regs permissions="rw"/> <node id=VFAT0 address=0x0> <node id=BLOCK address=0x0 mode="block" size=N VFAT rw regs permissions="rw"/> <node id=REG1 address=0x0 permissions="rw"/> --- <node id=VFATChannels address=0xplusX permissions="rw"/> <node id=BLOCK address=0x0 mode="block" size=24*N VFAT rw regs permissions="rw"/> </node> <!-- ends VFATChannels section --> --- </node> <!-- closes VFAT0 node --> ... <node id=VFAT23 address=0xmuchlarger> <node id=BLOCK address=0x0 mode="block" size=N VFAT rw regs permissions="rw"/> <node id=REG1 address=0x0 permissions="rw"/> --- <node id=VFATChannels address=0xplusX permissions="rw"/> <node id=BLOCK address=0x0 mode="block" size=24*N VFAT rw regs permissions="rw"/> </node> <!-- ends VFATChannels section --> --- </node> <!-- closes VFAT23 node --> </node> <!-- closes CONFIGURATION node --> </node> <!-- closes GEB.VFATS node --> ``` #### Caveats Done in this way, the firmware is still responsible for doing the remote register access correctly (e.g., using the extended register and pointer invisibly from the user), but it would be possible to do a block configuration of *all* VFATS with one transaction, and also of all configurable registers on a single VFAT, if desired (in the case that maybe it is not possible to write to a given VFAT, as I'm not sure what the behaviour is in this case), or even just the `VFATChannels` node (but only for a given `VFAT` in this case, and moving this to a new place would need to be yet another discussion) #### Anecdotal information I tested a block read of all the VFAT channel registers (block write was failing, possibly due to `ipbus` implementation on the `CTP7` as the transaction reply did not match the `IPBus` expectation) and it worked splendidly.
priority
block configuration proposal quick summary this issue is really cross repo depending on electronics but the implementation will be the same in the end modulo address differences and register differences state of the art currently there are some registers that will make a total block type configuration impossible a simple implementation tested for read would be to do in uhal syntax e g xml one can further move the block node or add multiple appropriately named and placed nodes inside the vfatx node as the top node do block read write settings for just that vfat however due to the current organization as above this will make the block node fail the geb vfats vfatx node contains both rw and r type registers the non optimal solution is to add blocks of the correct size in each of the rw permission registers excluding the r only registers better would be to move the r only registers to their own block and separate the rw into a different address space but this requires a redesign of the firmware which should definitely be done for both and on there are also the extended registers and the extended register pointer which is how one accesses most of the vfat registers and they are currently part of the address table and probably should be removed from the user accessible address space proposal for improved implementation in the most optimal way i would do something like xml caveats done in this way the firmware is still responsible for doing the remote register access correctly e g using the extended register and pointer invisibly from the user but it would be possible to do a block configuration of all vfats with one transaction and also of all configurable registers on a single vfat if desired in the case that maybe it is not possible to write to a given vfat as i m not sure what the behaviour is in this case or even just the vfatchannels node but only for a given vfat in this case and moving this to a new place would need to be yet another discussion anecdotal information i tested a block read of all the vfat channel registers block write was failing possibly due to ipbus implementation on the as the transaction reply did not match the ipbus expectation and it worked splendidly
1
519,065
15,043,215,614
IssuesEvent
2021-02-03 00:13:15
rich-iannone/pointblank
https://api.github.com/repos/rich-iannone/pointblank
closed
Translate validation checks into human-readable descriptions
Difficulty: [3] Advanced Effort: [3] High Priority: [3] High Type: ★ Enhancement
## Prework - [x] Read and abide by **pointblank**'s [code of conduct](https://www.contributor-covenant.org/version/2/0/code_of_conduct/) and [contributing guidelines](https://github.com/rich-iannone/pointblank/blob/master/.github/CONTRIBUTING.md). - [x] Search for duplicates among the [existing issues](https://github.com/rich-iannone/pointblank/issues) (both open and closed). ## Proposal `pointblank` creates amazing, aesthetic documentation. However, it might also be useful to be able to automate documentation in human-readable plain text (e.g. details in a data dictionary). To enable this, it could be useful to have some sort of `translate()` function that can parse validation checks. For example: ``` translate(col_vals_between(agent, starts_with("N"), left = 0, right = 9, inclusive = c(TRUE, FALSE))) ``` might return something like > Column between 0 (inclusive) and 9 (exclusive) I can imagine multiple ways that this function could work. For example, such a function might either take the validation functions directly (as shown above) or it could take the `agent` object and return a dataframe with one row per check and one column with the "code" version and one with the plaintext.
1.0
Translate validation checks into human-readable descriptions - ## Prework - [x] Read and abide by **pointblank**'s [code of conduct](https://www.contributor-covenant.org/version/2/0/code_of_conduct/) and [contributing guidelines](https://github.com/rich-iannone/pointblank/blob/master/.github/CONTRIBUTING.md). - [x] Search for duplicates among the [existing issues](https://github.com/rich-iannone/pointblank/issues) (both open and closed). ## Proposal `pointblank` creates amazing, aesthetic documentation. However, it might also be useful to be able to automate documentation in human-readable plain text (e.g. details in a data dictionary). To enable this, it could be useful to have some sort of `translate()` function that can parse validation checks. For example: ``` translate(col_vals_between(agent, starts_with("N"), left = 0, right = 9, inclusive = c(TRUE, FALSE))) ``` might return something like > Column between 0 (inclusive) and 9 (exclusive) I can imagine multiple ways that this function could work. For example, such a function might either take the validation functions directly (as shown above) or it could take the `agent` object and return a dataframe with one row per check and one column with the "code" version and one with the plaintext.
priority
translate validation checks into human readable descriptions prework read and abide by pointblank s and search for duplicates among the both open and closed proposal pointblank creates amazing aesthetic documentation however it might also be useful to be able to automate documentation in human readable plain text e g details in a data dictionary to enable this it could be useful to have some sort of translate function that can parse validation checks for example translate col vals between agent starts with n left right inclusive c true false might return something like column between inclusive and exclusive i can imagine multiple ways that this function could work for example such a function might either take the validation functions directly as shown above or it could take the agent object and return a dataframe with one row per check and one column with the code version and one with the plaintext
1
190,109
6,808,800,622
IssuesEvent
2017-11-04 08:42:46
ugurcanlacin/spring-rest-security-boilerplate
https://api.github.com/repos/ugurcanlacin/spring-rest-security-boilerplate
reopened
First skeleton should be commited.
enhancement High Priority
The first project skeleton should be commited. It should requires following dependencies. Maven will be used for dependency management. - Spring Boot - Spring Security - Spring Data There should be also .gitignore file to avoid garbage files.
1.0
First skeleton should be commited. - The first project skeleton should be commited. It should requires following dependencies. Maven will be used for dependency management. - Spring Boot - Spring Security - Spring Data There should be also .gitignore file to avoid garbage files.
priority
first skeleton should be commited the first project skeleton should be commited it should requires following dependencies maven will be used for dependency management spring boot spring security spring data there should be also gitignore file to avoid garbage files
1
461,851
13,237,170,579
IssuesEvent
2020-08-18 21:08:09
voxel51/fiftyone
https://api.github.com/repos/voxel51/fiftyone
closed
Add support for creating and modifying DatasetViews via the dashboard
app backlog high-priority
Proposed interface after our meeting on June 1st: - https://docs.google.com/presentation/d/1LcBiyWTviI8EPZh8mAd_C_ekckoePxy0QIN3gE7WMIM/edit#slide=id.g862d95b333_6_0 - https://docs.google.com/presentation/d/1LcBiyWTviI8EPZh8mAd_C_ekckoePxy0QIN3gE7WMIM/edit#slide=id.g862d95b333_6_165
1.0
Add support for creating and modifying DatasetViews via the dashboard - Proposed interface after our meeting on June 1st: - https://docs.google.com/presentation/d/1LcBiyWTviI8EPZh8mAd_C_ekckoePxy0QIN3gE7WMIM/edit#slide=id.g862d95b333_6_0 - https://docs.google.com/presentation/d/1LcBiyWTviI8EPZh8mAd_C_ekckoePxy0QIN3gE7WMIM/edit#slide=id.g862d95b333_6_165
priority
add support for creating and modifying datasetviews via the dashboard proposed interface after our meeting on june
1
455,356
13,125,201,982
IssuesEvent
2020-08-06 06:07:08
benfrancis314/reading_project
https://api.github.com/repos/benfrancis314/reading_project
opened
Fix resizing problems
high priority non-ideal UX
Resizing/screen size constraints cause a number of UX problems: ![](https://user-images.githubusercontent.com/1094318/89496502-4d831780-d76f-11ea-947a-bd2ccf68a91e.png)
1.0
Fix resizing problems - Resizing/screen size constraints cause a number of UX problems: ![](https://user-images.githubusercontent.com/1094318/89496502-4d831780-d76f-11ea-947a-bd2ccf68a91e.png)
priority
fix resizing problems resizing screen size constraints cause a number of ux problems
1
686,956
23,510,156,551
IssuesEvent
2022-08-18 15:47:28
CredentialEngine/CredentialRegistry
https://api.github.com/repos/CredentialEngine/CredentialRegistry
closed
Framework description set missing competencies
bug High Priority
This framework: https://sandbox.credentialengineregistry.org/graph/ce-c958bc3e-27e3-44ea-8e9d-e487389345ee had its description set generated: ![image](https://user-images.githubusercontent.com/21346519/178587310-1daf1af3-8a6c-4bcd-a2e5-bce2faff908b.png) But, as you can see in the above screenshot, the connections to its competencies are missing.
1.0
Framework description set missing competencies - This framework: https://sandbox.credentialengineregistry.org/graph/ce-c958bc3e-27e3-44ea-8e9d-e487389345ee had its description set generated: ![image](https://user-images.githubusercontent.com/21346519/178587310-1daf1af3-8a6c-4bcd-a2e5-bce2faff908b.png) But, as you can see in the above screenshot, the connections to its competencies are missing.
priority
framework description set missing competencies this framework had its description set generated but as you can see in the above screenshot the connections to its competencies are missing
1
257,188
8,133,963,006
IssuesEvent
2018-08-19 10:03:28
mark-cunningham/Impact
https://api.github.com/repos/mark-cunningham/Impact
closed
Improvement Plan Outcomes need filtered by school type
Priority: High bug
I have tested to ensure that different categories of school, see appropriate themes for improvement planning and evaluation. The All Through school saw both primary and secondary as expected. However, so did Currieps (see attached screenshot). for Improvement plan priority 2.3 Attainment over time, the primary school was able to view all the secondary and senior phase outcomes (plan). I tested also the self evaluation module and the primary school was not able to see the senior phase key features. So this is an issue to be fixed but only it seems in relation to the improvement planning process. ![image](https://user-images.githubusercontent.com/11067443/43255708-83d96e06-90c2-11e8-93b5-ba6e1fe2be40.png)
1.0
Improvement Plan Outcomes need filtered by school type - I have tested to ensure that different categories of school, see appropriate themes for improvement planning and evaluation. The All Through school saw both primary and secondary as expected. However, so did Currieps (see attached screenshot). for Improvement plan priority 2.3 Attainment over time, the primary school was able to view all the secondary and senior phase outcomes (plan). I tested also the self evaluation module and the primary school was not able to see the senior phase key features. So this is an issue to be fixed but only it seems in relation to the improvement planning process. ![image](https://user-images.githubusercontent.com/11067443/43255708-83d96e06-90c2-11e8-93b5-ba6e1fe2be40.png)
priority
improvement plan outcomes need filtered by school type i have tested to ensure that different categories of school see appropriate themes for improvement planning and evaluation the all through school saw both primary and secondary as expected however so did currieps see attached screenshot for improvement plan priority attainment over time the primary school was able to view all the secondary and senior phase outcomes plan i tested also the self evaluation module and the primary school was not able to see the senior phase key features so this is an issue to be fixed but only it seems in relation to the improvement planning process
1
310,850
9,524,831,308
IssuesEvent
2019-04-28 07:16:53
metwork-framework/mfext
https://api.github.com/repos/metwork-framework/mfext
closed
Compilation of 0500_openjdk failed
Priority: High Status: In Progress Type: Maintenance backport-to-0.6
hi, i have try to compile mfext and the download of openjdk failed with this error Trying to download https://download.java.net/java/GA/jdk11/13/GPL/openjdk-11.0.1_linux-x64_bin.tar.gz... --2019-04-27 01:53:22-- https://download.java.net/java/GA/jdk11/13/GPL/openjdk-11.0.1_linux-x64_bin.tar.gz Resolving download.java.net (download.java.net)... 23.48.91.197 Connecting to download.java.net (download.java.net)|23.48.91.197|:443... connected. The certificate's owner does not match hostname ‘download.java.net’ HTTP request sent, awaiting response... 403 Forbidden 2019-04-27 01:53:23 ERROR 403: Forbidden. Can you advise me on a new URL? and update version 0.6 of mfext? thank you in advance
1.0
Compilation of 0500_openjdk failed - hi, i have try to compile mfext and the download of openjdk failed with this error Trying to download https://download.java.net/java/GA/jdk11/13/GPL/openjdk-11.0.1_linux-x64_bin.tar.gz... --2019-04-27 01:53:22-- https://download.java.net/java/GA/jdk11/13/GPL/openjdk-11.0.1_linux-x64_bin.tar.gz Resolving download.java.net (download.java.net)... 23.48.91.197 Connecting to download.java.net (download.java.net)|23.48.91.197|:443... connected. The certificate's owner does not match hostname ‘download.java.net’ HTTP request sent, awaiting response... 403 Forbidden 2019-04-27 01:53:23 ERROR 403: Forbidden. Can you advise me on a new URL? and update version 0.6 of mfext? thank you in advance
priority
compilation of openjdk failed hi i have try to compile mfext and the download of openjdk failed with this error trying to download resolving download java net download java net connecting to download java net download java net connected the certificate s owner does not match hostname ‘download java net’ http request sent awaiting response forbidden error forbidden can you advise me on a new url and update version of mfext thank you in advance
1
118,450
4,745,461,907
IssuesEvent
2016-10-21 07:27:28
eMoflon/emoflon-tool
https://api.github.com/repos/eMoflon/emoflon-tool
opened
Integrate reachability analysis into build process
eMoflon-Democles feature-request high-priority
We are currently about to integrate the reachability analysis as described in https://link.springer.com/article/10.1007%2Fs10270-013-0372-2 @gervarro FYI
1.0
Integrate reachability analysis into build process - We are currently about to integrate the reachability analysis as described in https://link.springer.com/article/10.1007%2Fs10270-013-0372-2 @gervarro FYI
priority
integrate reachability analysis into build process we are currently about to integrate the reachability analysis as described in gervarro fyi
1
647,999
21,162,021,332
IssuesEvent
2022-04-07 10:12:38
knative/docs
https://api.github.com/repos/knative/docs
closed
The Service URL of cloudevents player app in the tutorial section-->knative eventing-->using knative service as a source is not working.
kind/bug priority/high
<!-- If you're reporting a bug with Knative itself, open the bug in the corresponding repo. IE., https://github.com/knative/serving for an issue with serving. --> <!-- If you need to report a security issue with Knative, send an email to knative-security@googlegroups.com. --> ## Expected Behavior ## Actual Behavior ## Steps to Reproduce the Problem 1. 1. 1. ## Additional Info **Additional context** Add any other context about the problem here. **Install information:** - Platform (GKE, IKS, AKS, etc.): - Knative Version:
1.0
The Service URL of cloudevents player app in the tutorial section-->knative eventing-->using knative service as a source is not working. - <!-- If you're reporting a bug with Knative itself, open the bug in the corresponding repo. IE., https://github.com/knative/serving for an issue with serving. --> <!-- If you need to report a security issue with Knative, send an email to knative-security@googlegroups.com. --> ## Expected Behavior ## Actual Behavior ## Steps to Reproduce the Problem 1. 1. 1. ## Additional Info **Additional context** Add any other context about the problem here. **Install information:** - Platform (GKE, IKS, AKS, etc.): - Knative Version:
priority
the service url of cloudevents player app in the tutorial section knative eventing using knative service as a source is not working expected behavior actual behavior steps to reproduce the problem additional info additional context add any other context about the problem here install information platform gke iks aks etc knative version
1
790,881
27,840,725,433
IssuesEvent
2023-03-20 12:35:28
WordPress/gutenberg
https://api.github.com/repos/WordPress/gutenberg
closed
Post Editor: List View has no close button on mobile viewports
[Priority] High [Status] In Progress Mobile Web [Type] Regression [Feature] List View [Package] Edit Post
### Description On mobile viewports List View doesn't have a close button, so there's probably no way of closing it. Usually this wouldn't be too much of an issue, as there's no way to open List View on mobile viewports. But if a user has the 'Always open List View' preference enabled, List View fills the whole screen when entering the editor and there's no way to get rid of it, essentially making the editor unusuable The tabs also look a little buggy visually. ### Step-by-step reproduction instructions 1. Open the post editor 2. Enable the 'Always open List View' preference. 3. Resize your browser to mobile size 4. Refresh Expected: There's a way to close List View AND/OR List View doesn't show on mobile viewports Actual: There's no close button and List View fills the whole screen 😱 ### Screenshots, screen recording, code snippet ![Screen Shot 2023-03-10 at 11 55 11 am](https://user-images.githubusercontent.com/677833/224219498-250b43cf-c75b-49a4-9aeb-55912da825b4.png) ### Environment info Latest WordPress trunk (with or without the Gutenberg plugin active at latest trunk) Discovered using Brave / Mac OS ### Please confirm that you have searched existing issues in the repo. Yes ### Please confirm that you have tested with all plugins deactivated except Gutenberg. Yes
1.0
Post Editor: List View has no close button on mobile viewports - ### Description On mobile viewports List View doesn't have a close button, so there's probably no way of closing it. Usually this wouldn't be too much of an issue, as there's no way to open List View on mobile viewports. But if a user has the 'Always open List View' preference enabled, List View fills the whole screen when entering the editor and there's no way to get rid of it, essentially making the editor unusuable The tabs also look a little buggy visually. ### Step-by-step reproduction instructions 1. Open the post editor 2. Enable the 'Always open List View' preference. 3. Resize your browser to mobile size 4. Refresh Expected: There's a way to close List View AND/OR List View doesn't show on mobile viewports Actual: There's no close button and List View fills the whole screen 😱 ### Screenshots, screen recording, code snippet ![Screen Shot 2023-03-10 at 11 55 11 am](https://user-images.githubusercontent.com/677833/224219498-250b43cf-c75b-49a4-9aeb-55912da825b4.png) ### Environment info Latest WordPress trunk (with or without the Gutenberg plugin active at latest trunk) Discovered using Brave / Mac OS ### Please confirm that you have searched existing issues in the repo. Yes ### Please confirm that you have tested with all plugins deactivated except Gutenberg. Yes
priority
post editor list view has no close button on mobile viewports description on mobile viewports list view doesn t have a close button so there s probably no way of closing it usually this wouldn t be too much of an issue as there s no way to open list view on mobile viewports but if a user has the always open list view preference enabled list view fills the whole screen when entering the editor and there s no way to get rid of it essentially making the editor unusuable the tabs also look a little buggy visually step by step reproduction instructions open the post editor enable the always open list view preference resize your browser to mobile size refresh expected there s a way to close list view and or list view doesn t show on mobile viewports actual there s no close button and list view fills the whole screen 😱 screenshots screen recording code snippet environment info latest wordpress trunk with or without the gutenberg plugin active at latest trunk discovered using brave mac os please confirm that you have searched existing issues in the repo yes please confirm that you have tested with all plugins deactivated except gutenberg yes
1
147,841
5,654,786,418
IssuesEvent
2017-04-09 12:12:33
CS2103JAN2017-W14-B1/main
https://api.github.com/repos/CS2103JAN2017-W14-B1/main
closed
Create Test Script
priority.high type.task
{project root}\src\test\data\ManualTesting\TestScript.md : A document explaining the steps to perform manual testing (i.e. manual scripted testing), starting with how to load the sample data. Should cover all functionality of the product. Should specify the command to type and the expected result (screenshots not required). Limit the test cases to about 20 minutes worth of testing.
1.0
Create Test Script - {project root}\src\test\data\ManualTesting\TestScript.md : A document explaining the steps to perform manual testing (i.e. manual scripted testing), starting with how to load the sample data. Should cover all functionality of the product. Should specify the command to type and the expected result (screenshots not required). Limit the test cases to about 20 minutes worth of testing.
priority
create test script project root src test data manualtesting testscript md a document explaining the steps to perform manual testing i e manual scripted testing starting with how to load the sample data should cover all functionality of the product should specify the command to type and the expected result screenshots not required limit the test cases to about minutes worth of testing
1
615,578
19,268,666,378
IssuesEvent
2021-12-10 01:06:28
yukiHaga/regex-hunting
https://api.github.com/repos/yukiHaga/regex-hunting
closed
ログインモーダルの作成
Priority: high
## 概要 ログインモーダルを作成する。 ## やること - [x] Reactのフォーム記事(https://weseek.co.jp/tech/1238/#React_Hook_Form) を読む。多分この記事で紹介されているライブラリを使う。 - [x] モーダルをどう実装するかウーバーイーツの記事を読む。 - [ ] モーダルを実装しつつ、フォームを途中から実装していく。 ## 受け入れ条件 - 以下の画像のようなモーダルが作成できている。 <img src="https://i.gyazo.com/90ccff80853ae20ab4596cdc9b806542.png" width="300"> ## 保留 以下は一旦保留とする。 - 実際に作成したモーダルで、ログインができるかを確認する。 - ログインモーダルからログインができる。 - ログイン後、マイページへ遷移する。 ## 参考記事 - [Reactでフォームをスマートに実装](https://weseek.co.jp/tech/1238/#React_Hook_Form) - [React Hook Form](https://react-hook-form.com/)
1.0
ログインモーダルの作成 - ## 概要 ログインモーダルを作成する。 ## やること - [x] Reactのフォーム記事(https://weseek.co.jp/tech/1238/#React_Hook_Form) を読む。多分この記事で紹介されているライブラリを使う。 - [x] モーダルをどう実装するかウーバーイーツの記事を読む。 - [ ] モーダルを実装しつつ、フォームを途中から実装していく。 ## 受け入れ条件 - 以下の画像のようなモーダルが作成できている。 <img src="https://i.gyazo.com/90ccff80853ae20ab4596cdc9b806542.png" width="300"> ## 保留 以下は一旦保留とする。 - 実際に作成したモーダルで、ログインができるかを確認する。 - ログインモーダルからログインができる。 - ログイン後、マイページへ遷移する。 ## 参考記事 - [Reactでフォームをスマートに実装](https://weseek.co.jp/tech/1238/#React_Hook_Form) - [React Hook Form](https://react-hook-form.com/)
priority
ログインモーダルの作成 概要 ログインモーダルを作成する。 やること reactのフォーム記事 を読む。多分この記事で紹介されているライブラリを使う。 モーダルをどう実装するかウーバーイーツの記事を読む。 モーダルを実装しつつ、フォームを途中から実装していく。 受け入れ条件 以下の画像のようなモーダルが作成できている。 保留 以下は一旦保留とする。 実際に作成したモーダルで、ログインができるかを確認する。 ログインモーダルからログインができる。 ログイン後、マイページへ遷移する。 参考記事
1
785,407
27,612,229,356
IssuesEvent
2023-03-09 16:43:55
RoboTutorLLC/RoboTutor_2020
https://api.github.com/repos/RoboTutorLLC/RoboTutor_2020
closed
Allow runtime switching of MATRIX_FILE (changed 2/1/2022 from Let config.json set MATRIX_FILE)
enhancement good first issue question HIGH PRIORITY
To replicate logged bugs, we need to set MATRIX_FILE to dev_data.json, last modified 9/21/2018 and used at XPRIZE sites, instead of dev_data.open.json, last modified 4/14/2019 and used in later versions of RoboTutor including the current one. Please let config.json override the value of MATRIX_FILE set in [robotutor.java](https://github.com/RoboTutorLLC/RoboTutor_2020/blob/development/app/src/main/java/cmu/xprize/robotutor/RoboTutor.java). Alternatives: Doing it in debug.json might be cleaner, but we need the same activity behavior with debug.json as without it. Specifying a switch for which MATRIX_FILE to use would prevent specifying a non-existent file, but take more work and be less clear. The value of MATRIX_FILE has had several different values, so we might want to change it again. For instance, we might want a stable version to use for demos, and a less stable version for testing and debugging.
1.0
Allow runtime switching of MATRIX_FILE (changed 2/1/2022 from Let config.json set MATRIX_FILE) - To replicate logged bugs, we need to set MATRIX_FILE to dev_data.json, last modified 9/21/2018 and used at XPRIZE sites, instead of dev_data.open.json, last modified 4/14/2019 and used in later versions of RoboTutor including the current one. Please let config.json override the value of MATRIX_FILE set in [robotutor.java](https://github.com/RoboTutorLLC/RoboTutor_2020/blob/development/app/src/main/java/cmu/xprize/robotutor/RoboTutor.java). Alternatives: Doing it in debug.json might be cleaner, but we need the same activity behavior with debug.json as without it. Specifying a switch for which MATRIX_FILE to use would prevent specifying a non-existent file, but take more work and be less clear. The value of MATRIX_FILE has had several different values, so we might want to change it again. For instance, we might want a stable version to use for demos, and a less stable version for testing and debugging.
priority
allow runtime switching of matrix file changed from let config json set matrix file to replicate logged bugs we need to set matrix file to dev data json last modified and used at xprize sites instead of dev data open json last modified and used in later versions of robotutor including the current one please let config json override the value of matrix file set in alternatives doing it in debug json might be cleaner but we need the same activity behavior with debug json as without it specifying a switch for which matrix file to use would prevent specifying a non existent file but take more work and be less clear the value of matrix file has had several different values so we might want to change it again for instance we might want a stable version to use for demos and a less stable version for testing and debugging
1
181,957
6,665,691,715
IssuesEvent
2017-10-03 03:11:30
juanmbellini/PowerUp
https://api.github.com/repos/juanmbellini/PowerUp
opened
Follow button does not change to unfollow (even though the current user is following the said user)
Bug High Priority
If a user A follows another user B, when logged in as A, and visiting user B profile, the "follow" button does not change to unfollow (i.e it remains as follow).
1.0
Follow button does not change to unfollow (even though the current user is following the said user) - If a user A follows another user B, when logged in as A, and visiting user B profile, the "follow" button does not change to unfollow (i.e it remains as follow).
priority
follow button does not change to unfollow even though the current user is following the said user if a user a follows another user b when logged in as a and visiting user b profile the follow button does not change to unfollow i e it remains as follow
1
150,617
5,780,957,684
IssuesEvent
2017-04-29 06:15:33
dupirefr/bulletjournal
https://api.github.com/repos/dupirefr/bulletjournal
closed
Set up user model [SIGN-01]
feature High priority L
The user model must provide back office to handle users. - [ ] Design module with UML diagrams - [ ] Write classes with empty public methods - [ ] Write unit tests - [ ] Implements methods - [ ] Run tests
1.0
Set up user model [SIGN-01] - The user model must provide back office to handle users. - [ ] Design module with UML diagrams - [ ] Write classes with empty public methods - [ ] Write unit tests - [ ] Implements methods - [ ] Run tests
priority
set up user model the user model must provide back office to handle users design module with uml diagrams write classes with empty public methods write unit tests implements methods run tests
1