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
295,170
9,082,797,059
IssuesEvent
2019-02-17 15:25:42
opensiddur/opensiddur
https://api.github.com/repos/opensiddur/opensiddur
opened
Listing APIs are redirecting to /exist/restxq
Priority-High
The listing APIs assume that the server will respond at /exist/restxq/api... but now the redirects are in place such that they respond on /api. This is preventing the server from functioning
1.0
Listing APIs are redirecting to /exist/restxq - The listing APIs assume that the server will respond at /exist/restxq/api... but now the redirects are in place such that they respond on /api. This is preventing the server from functioning
priority
listing apis are redirecting to exist restxq the listing apis assume that the server will respond at exist restxq api but now the redirects are in place such that they respond on api this is preventing the server from functioning
1
390,446
11,543,818,684
IssuesEvent
2020-02-18 10:17:24
wso2/product-is
https://api.github.com/repos/wso2/product-is
opened
NPE when OIDC federation with another identity servers
Affected/5.10.0-Beta2 Priority/Highest Severity/Blocker
When OIDC federation is used with another IS. The federated authentication is successful and when the request is then handled by the primary IS a NPE occurs. the following stack trace is printed. ``` [2020-02-18 15:34:33,751] [64b6d494-ad22-42d7-95ec-c475d380b41f] ERROR {org.wso2.carbon.identity.application.authentication.framework.handler.request.impl.DefaultRequestCoordinator} - Exception in Authentication Framework java.lang.NullPointerException at org.wso2.carbon.identity.application.authentication.framework.AbstractApplicationAuthenticator.publishAuthenticationStepAttempt(AbstractApplicationAuthenticator.java:170) at org.wso2.carbon.identity.application.authentication.framework.AbstractApplicationAuthenticator.process(AbstractApplicationAuthenticator.java:94) at org.wso2.carbon.identity.application.authentication.framework.handler.step.impl.DefaultStepHandler.doAuthentication(DefaultStepHandler.java:506) at org.wso2.carbon.identity.application.authentication.framework.handler.step.impl.DefaultStepHandler.handleResponse(DefaultStepHandler.java:480) at org.wso2.carbon.identity.application.authentication.framework.handler.step.impl.DefaultStepHandler.handle(DefaultStepHandler.java:179) at org.wso2.carbon.identity.application.authentication.framework.handler.sequence.impl.DefaultStepBasedSequenceHandler.handle(DefaultStepBasedSequenceHandler.java:185) at org.wso2.carbon.identity.application.authentication.framework.handler.sequence.impl.GraphBasedSequenceHandler.handle(GraphBasedSequenceHandler.java:111) at org.wso2.carbon.identity.application.authentication.framework.handler.request.impl.DefaultAuthenticationRequestHandler.handle(DefaultAuthenticationRequestHandler.java:158) at org.wso2.carbon.identity.application.authentication.framework.handler.request.impl.DefaultRequestCoordinator.handle(DefaultRequestCoordinator.java:240) at org.wso2.carbon.identity.application.authentication.framework.servlet.CommonAuthenticationServlet.doPost(CommonAuthenticationServlet.java:53) at org.wso2.carbon.identity.application.authentication.framework.servlet.CommonAuthenticationServlet.doGet(CommonAuthenticationServlet.java:43) at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.eclipse.equinox.http.helper.ContextPathServletAdaptor.service(ContextPathServletAdaptor.java:37) at org.eclipse.equinox.http.servlet.internal.ServletRegistration.service(ServletRegistration.java:61) at org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:128) at org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:60) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.wso2.carbon.tomcat.ext.servlet.DelegationServlet.service(DelegationServlet.java:68) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.wso2.carbon.identity.captcha.filter.CaptchaFilter.doFilter(CaptchaFilter.java:66) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.owasp.csrfguard.CsrfGuardFilter.doFilter(CsrfGuardFilter.java:88) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.wso2.carbon.tomcat.ext.filter.CharacterSetFilter.doFilter(CharacterSetFilter.java:65) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.filters.HttpHeaderSecurityFilter.doFilter(HttpHeaderSecurityFilter.java:126) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.wso2.carbon.identity.context.rewrite.valve.TenantContextRewriteValve.invoke(TenantContextRewriteValve.java:86) at org.wso2.carbon.identity.authz.valve.AuthorizationValve.invoke(AuthorizationValve.java:110) at org.wso2.carbon.identity.auth.valve.AuthenticationValve.invoke(AuthenticationValve.java:74) at org.wso2.carbon.tomcat.ext.valves.CompositeValve.continueInvocation(CompositeValve.java:99) at org.wso2.carbon.tomcat.ext.valves.TomcatValveContainer.invokeValves(TomcatValveContainer.java:49) at org.wso2.carbon.tomcat.ext.valves.CompositeValve.invoke(CompositeValve.java:62) at org.wso2.carbon.tomcat.ext.valves.CarbonStuckThreadDetectionValve.invoke(CarbonStuckThreadDetectionValve.java:145) at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:678) at org.wso2.carbon.tomcat.ext.valves.CarbonContextCreatorValve.invoke(CarbonContextCreatorValve.java:57) at org.wso2.carbon.tomcat.ext.valves.RequestEncodingValve.invoke(RequestEncodingValve.java:49) at org.wso2.carbon.tomcat.ext.valves.RequestCorrelationIdValve.invoke(RequestCorrelationIdValve.java:119) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) ```
1.0
NPE when OIDC federation with another identity servers - When OIDC federation is used with another IS. The federated authentication is successful and when the request is then handled by the primary IS a NPE occurs. the following stack trace is printed. ``` [2020-02-18 15:34:33,751] [64b6d494-ad22-42d7-95ec-c475d380b41f] ERROR {org.wso2.carbon.identity.application.authentication.framework.handler.request.impl.DefaultRequestCoordinator} - Exception in Authentication Framework java.lang.NullPointerException at org.wso2.carbon.identity.application.authentication.framework.AbstractApplicationAuthenticator.publishAuthenticationStepAttempt(AbstractApplicationAuthenticator.java:170) at org.wso2.carbon.identity.application.authentication.framework.AbstractApplicationAuthenticator.process(AbstractApplicationAuthenticator.java:94) at org.wso2.carbon.identity.application.authentication.framework.handler.step.impl.DefaultStepHandler.doAuthentication(DefaultStepHandler.java:506) at org.wso2.carbon.identity.application.authentication.framework.handler.step.impl.DefaultStepHandler.handleResponse(DefaultStepHandler.java:480) at org.wso2.carbon.identity.application.authentication.framework.handler.step.impl.DefaultStepHandler.handle(DefaultStepHandler.java:179) at org.wso2.carbon.identity.application.authentication.framework.handler.sequence.impl.DefaultStepBasedSequenceHandler.handle(DefaultStepBasedSequenceHandler.java:185) at org.wso2.carbon.identity.application.authentication.framework.handler.sequence.impl.GraphBasedSequenceHandler.handle(GraphBasedSequenceHandler.java:111) at org.wso2.carbon.identity.application.authentication.framework.handler.request.impl.DefaultAuthenticationRequestHandler.handle(DefaultAuthenticationRequestHandler.java:158) at org.wso2.carbon.identity.application.authentication.framework.handler.request.impl.DefaultRequestCoordinator.handle(DefaultRequestCoordinator.java:240) at org.wso2.carbon.identity.application.authentication.framework.servlet.CommonAuthenticationServlet.doPost(CommonAuthenticationServlet.java:53) at org.wso2.carbon.identity.application.authentication.framework.servlet.CommonAuthenticationServlet.doGet(CommonAuthenticationServlet.java:43) at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.eclipse.equinox.http.helper.ContextPathServletAdaptor.service(ContextPathServletAdaptor.java:37) at org.eclipse.equinox.http.servlet.internal.ServletRegistration.service(ServletRegistration.java:61) at org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:128) at org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:60) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.wso2.carbon.tomcat.ext.servlet.DelegationServlet.service(DelegationServlet.java:68) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.wso2.carbon.identity.captcha.filter.CaptchaFilter.doFilter(CaptchaFilter.java:66) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.owasp.csrfguard.CsrfGuardFilter.doFilter(CsrfGuardFilter.java:88) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.wso2.carbon.tomcat.ext.filter.CharacterSetFilter.doFilter(CharacterSetFilter.java:65) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.filters.HttpHeaderSecurityFilter.doFilter(HttpHeaderSecurityFilter.java:126) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.wso2.carbon.identity.context.rewrite.valve.TenantContextRewriteValve.invoke(TenantContextRewriteValve.java:86) at org.wso2.carbon.identity.authz.valve.AuthorizationValve.invoke(AuthorizationValve.java:110) at org.wso2.carbon.identity.auth.valve.AuthenticationValve.invoke(AuthenticationValve.java:74) at org.wso2.carbon.tomcat.ext.valves.CompositeValve.continueInvocation(CompositeValve.java:99) at org.wso2.carbon.tomcat.ext.valves.TomcatValveContainer.invokeValves(TomcatValveContainer.java:49) at org.wso2.carbon.tomcat.ext.valves.CompositeValve.invoke(CompositeValve.java:62) at org.wso2.carbon.tomcat.ext.valves.CarbonStuckThreadDetectionValve.invoke(CarbonStuckThreadDetectionValve.java:145) at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:678) at org.wso2.carbon.tomcat.ext.valves.CarbonContextCreatorValve.invoke(CarbonContextCreatorValve.java:57) at org.wso2.carbon.tomcat.ext.valves.RequestEncodingValve.invoke(RequestEncodingValve.java:49) at org.wso2.carbon.tomcat.ext.valves.RequestCorrelationIdValve.invoke(RequestCorrelationIdValve.java:119) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) ```
priority
npe when oidc federation with another identity servers when oidc federation is used with another is the federated authentication is successful and when the request is then handled by the primary is a npe occurs the following stack trace is printed error org carbon identity application authentication framework handler request impl defaultrequestcoordinator exception in authentication framework java lang nullpointerexception at org carbon identity application authentication framework abstractapplicationauthenticator publishauthenticationstepattempt abstractapplicationauthenticator java at org carbon identity application authentication framework abstractapplicationauthenticator process abstractapplicationauthenticator java at org carbon identity application authentication framework handler step impl defaultstephandler doauthentication defaultstephandler java at org carbon identity application authentication framework handler step impl defaultstephandler handleresponse defaultstephandler java at org carbon identity application authentication framework handler step impl defaultstephandler handle defaultstephandler java at org carbon identity application authentication framework handler sequence impl defaultstepbasedsequencehandler handle defaultstepbasedsequencehandler java at org carbon identity application authentication framework handler sequence impl graphbasedsequencehandler handle graphbasedsequencehandler java at org carbon identity application authentication framework handler request impl defaultauthenticationrequesthandler handle defaultauthenticationrequesthandler java at org carbon identity application authentication framework handler request impl defaultrequestcoordinator handle defaultrequestcoordinator java at org carbon identity application authentication framework servlet commonauthenticationservlet dopost commonauthenticationservlet java at org carbon identity application authentication framework servlet commonauthenticationservlet doget commonauthenticationservlet java at javax servlet http httpservlet service httpservlet java at javax servlet http httpservlet service httpservlet java at org eclipse equinox http helper contextpathservletadaptor service contextpathservletadaptor java at org eclipse equinox http servlet internal servletregistration service servletregistration java at org eclipse equinox http servlet internal proxyservlet processalias proxyservlet java at org eclipse equinox http servlet internal proxyservlet service proxyservlet java at javax servlet http httpservlet service httpservlet java at org carbon tomcat ext servlet delegationservlet service delegationservlet java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org apache tomcat websocket server wsfilter dofilter wsfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org carbon identity captcha filter captchafilter dofilter captchafilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org owasp csrfguard csrfguardfilter dofilter csrfguardfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org carbon tomcat ext filter charactersetfilter dofilter charactersetfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org apache catalina filters httpheadersecurityfilter dofilter httpheadersecurityfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org apache catalina core standardwrappervalve invoke standardwrappervalve java at org apache catalina core standardcontextvalve invoke standardcontextvalve java at org apache catalina authenticator authenticatorbase invoke authenticatorbase java at org apache catalina core standardhostvalve invoke standardhostvalve java at org apache catalina valves errorreportvalve invoke errorreportvalve java at org carbon identity context rewrite valve tenantcontextrewritevalve invoke tenantcontextrewritevalve java at org carbon identity authz valve authorizationvalve invoke authorizationvalve java at org carbon identity auth valve authenticationvalve invoke authenticationvalve java at org carbon tomcat ext valves compositevalve continueinvocation compositevalve java at org carbon tomcat ext valves tomcatvalvecontainer invokevalves tomcatvalvecontainer java at org carbon tomcat ext valves compositevalve invoke compositevalve java at org carbon tomcat ext valves carbonstuckthreaddetectionvalve invoke carbonstuckthreaddetectionvalve java at org apache catalina valves abstractaccesslogvalve invoke abstractaccesslogvalve java at org carbon tomcat ext valves carboncontextcreatorvalve invoke carboncontextcreatorvalve java at org carbon tomcat ext valves requestencodingvalve invoke requestencodingvalve java at org carbon tomcat ext valves requestcorrelationidvalve invoke requestcorrelationidvalve java at org apache catalina core standardenginevalve invoke standardenginevalve java at org apache catalina connector coyoteadapter service coyoteadapter java at org apache coyote service java at org apache coyote abstractprocessorlight process abstractprocessorlight java at org apache coyote abstractprotocol connectionhandler process abstractprotocol java at org apache tomcat util net nioendpoint socketprocessor dorun nioendpoint java at org apache tomcat util net socketprocessorbase run socketprocessorbase java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at org apache tomcat util threads taskthread wrappingrunnable run taskthread java at java lang thread run thread java
1
692,178
23,725,207,448
IssuesEvent
2022-08-30 18:54:49
awhipp/evetrade
https://api.github.com/repos/awhipp/evetrade
closed
Add System to System Jump Count (All 3 types) to ES
high-priority
API implementation is ready. Waiting for route data to populate.
1.0
Add System to System Jump Count (All 3 types) to ES - API implementation is ready. Waiting for route data to populate.
priority
add system to system jump count all types to es api implementation is ready waiting for route data to populate
1
369,317
10,895,428,420
IssuesEvent
2019-11-19 10:38:01
OpenSRP/opensrp-client-chw-anc
https://api.github.com/repos/OpenSRP/opensrp-client-chw-anc
closed
Family planning in PNC home visit is not working correctly
BA-specific High Priority
- [x] You cannot select "No" for the family planning task in the PNC home visit (requiring you to select yes every visit) If you select "No", you get an error "Invalid: """ - [x] Can we adjust the relevant condition for the last question `fp_start_date` so it only shows for {fp_method} = PPIUCD OR Pills OR Implant OR Condoms OR LAM OR Bead Counting OR Permanent (BLT) OR Permanent (Vascemtomy) instead of {fp_counseling} = "Yes" Reference: CHW 1 - PNC HH Visit tab in the [data dictionary](https://docs.google.com/spreadsheets/d/1qXErtcHbgiItLvVtdrg3V7oqiwC010fKtO7APIPxACY/edit?usp=sharing) - [x] Relevant condition for {fp_method} != "None" due to only one PNC visit does not work
1.0
Family planning in PNC home visit is not working correctly - - [x] You cannot select "No" for the family planning task in the PNC home visit (requiring you to select yes every visit) If you select "No", you get an error "Invalid: """ - [x] Can we adjust the relevant condition for the last question `fp_start_date` so it only shows for {fp_method} = PPIUCD OR Pills OR Implant OR Condoms OR LAM OR Bead Counting OR Permanent (BLT) OR Permanent (Vascemtomy) instead of {fp_counseling} = "Yes" Reference: CHW 1 - PNC HH Visit tab in the [data dictionary](https://docs.google.com/spreadsheets/d/1qXErtcHbgiItLvVtdrg3V7oqiwC010fKtO7APIPxACY/edit?usp=sharing) - [x] Relevant condition for {fp_method} != "None" due to only one PNC visit does not work
priority
family planning in pnc home visit is not working correctly you cannot select no for the family planning task in the pnc home visit requiring you to select yes every visit if you select no you get an error invalid can we adjust the relevant condition for the last question fp start date so it only shows for fp method ppiucd or pills or implant or condoms or lam or bead counting or permanent blt or permanent vascemtomy instead of fp counseling yes reference chw pnc hh visit tab in the relevant condition for fp method none due to only one pnc visit does not work
1
339,524
10,255,791,578
IssuesEvent
2019-08-21 16:08:07
openstax/tutor
https://api.github.com/repos/openstax/tutor
closed
Assignment due time not editable + Assignment description does not save if an assignment is saved and not published
bug priority1-high
### Description Assignment description does not save if an assignment is saved and not published Assignment due time not editable ### Acceptance Criteria Assignment description saves Assignment due time is editable ### Acceptance Tests derive these from "Acceptance Criteria" during "Design" phase **title**: template **categories**: Interactive Component, Navigation, TOC, Math, Book Content, Other > GIVEN something > AND something else > WHEN something > AND something else > THEN something > AND something else ### Epic Doc URL ### Checklist for Done 1A-DEFINE - [ ] Description is complete - [ ] Acceptance criteria are complete - [ ] If UX design is needed then the UX label is added - [ ] If UX design is needed then the UX LoFi Design is completed, approved by the Product Manager, and added to the issue - [ ] A development approach for the code change, prototype code, or tech brief is done and added to the issue 1B-DECOMP - [ ] The work is broken into reasonable and consistent work items - [ ] Estimate is updated - [ ] Release is selected 1C-DESIGN - [ ] The UX HiFi Design is complete, approved by the Product Manager, and added to the issue - [ ] Distilled acceptance tests are added to the issue in "Given / When / Then" format - [ ] Automated testing criteria are added to issue - [ ] The development approach is reviewed/updated 2A-CODE - [ ] A pull request is opened and linked to an issue. The automated pull request checks pass - [ ] The change has been approved by other developers - [ ] The pull request is merged into master, and the change branch is deleted. - [ ] The acceptance tests are finalized - [ ] Regression test categories are identified on the issue. Categories should be referenced if any changes might affect them, even if the intended functionality is unchanged. 4A-UX REVIEW - [ ] If UI changes, UX reviews and verifies on -dev or -qa - [ ] PDM reviews and verifies 5A-FUNCT VER - [ ] All the acceptance tests for this issue pass. 5C-REGRESSION - [ ] The test plan in testrail passes. <!-- If this story becomes an epic, delete the Checklist for Done above and uncomment this one ### Checklist for Done 1A-DEFINE - [ ] Description is complete - [ ] Acceptance criteria are complete - [ ] If UX design is needed then the UX label is added - [ ] If UX design is needed then the UX LoFi Design is completed, approved by the Product Manager, and added to the issue. - [ ] A development approach for the code change, prototype code, or tech brief is done and added to the issue 1B-DECOMP - [ ] The work is broken into reasonable and consistent work items - [ ] If this issue is an epic, then Epic is selected and all child issues are linked to it. TRACK / EPICS - [ ] All child issues are closed. >
1.0
Assignment due time not editable + Assignment description does not save if an assignment is saved and not published - ### Description Assignment description does not save if an assignment is saved and not published Assignment due time not editable ### Acceptance Criteria Assignment description saves Assignment due time is editable ### Acceptance Tests derive these from "Acceptance Criteria" during "Design" phase **title**: template **categories**: Interactive Component, Navigation, TOC, Math, Book Content, Other > GIVEN something > AND something else > WHEN something > AND something else > THEN something > AND something else ### Epic Doc URL ### Checklist for Done 1A-DEFINE - [ ] Description is complete - [ ] Acceptance criteria are complete - [ ] If UX design is needed then the UX label is added - [ ] If UX design is needed then the UX LoFi Design is completed, approved by the Product Manager, and added to the issue - [ ] A development approach for the code change, prototype code, or tech brief is done and added to the issue 1B-DECOMP - [ ] The work is broken into reasonable and consistent work items - [ ] Estimate is updated - [ ] Release is selected 1C-DESIGN - [ ] The UX HiFi Design is complete, approved by the Product Manager, and added to the issue - [ ] Distilled acceptance tests are added to the issue in "Given / When / Then" format - [ ] Automated testing criteria are added to issue - [ ] The development approach is reviewed/updated 2A-CODE - [ ] A pull request is opened and linked to an issue. The automated pull request checks pass - [ ] The change has been approved by other developers - [ ] The pull request is merged into master, and the change branch is deleted. - [ ] The acceptance tests are finalized - [ ] Regression test categories are identified on the issue. Categories should be referenced if any changes might affect them, even if the intended functionality is unchanged. 4A-UX REVIEW - [ ] If UI changes, UX reviews and verifies on -dev or -qa - [ ] PDM reviews and verifies 5A-FUNCT VER - [ ] All the acceptance tests for this issue pass. 5C-REGRESSION - [ ] The test plan in testrail passes. <!-- If this story becomes an epic, delete the Checklist for Done above and uncomment this one ### Checklist for Done 1A-DEFINE - [ ] Description is complete - [ ] Acceptance criteria are complete - [ ] If UX design is needed then the UX label is added - [ ] If UX design is needed then the UX LoFi Design is completed, approved by the Product Manager, and added to the issue. - [ ] A development approach for the code change, prototype code, or tech brief is done and added to the issue 1B-DECOMP - [ ] The work is broken into reasonable and consistent work items - [ ] If this issue is an epic, then Epic is selected and all child issues are linked to it. TRACK / EPICS - [ ] All child issues are closed. >
priority
assignment due time not editable assignment description does not save if an assignment is saved and not published description assignment description does not save if an assignment is saved and not published assignment due time not editable acceptance criteria assignment description saves assignment due time is editable acceptance tests derive these from acceptance criteria during design phase title template categories interactive component navigation toc math book content other given something and something else when something and something else then something and something else epic doc url checklist for done define description is complete acceptance criteria are complete if ux design is needed then the ux label is added if ux design is needed then the ux lofi design is completed approved by the product manager and added to the issue a development approach for the code change prototype code or tech brief is done and added to the issue decomp the work is broken into reasonable and consistent work items estimate is updated release is selected design the ux hifi design is complete approved by the product manager and added to the issue distilled acceptance tests are added to the issue in given when then format automated testing criteria are added to issue the development approach is reviewed updated code a pull request is opened and linked to an issue the automated pull request checks pass the change has been approved by other developers the pull request is merged into master and the change branch is deleted the acceptance tests are finalized regression test categories are identified on the issue categories should be referenced if any changes might affect them even if the intended functionality is unchanged ux review if ui changes ux reviews and verifies on dev or qa pdm reviews and verifies funct ver all the acceptance tests for this issue pass regression the test plan in testrail passes if this story becomes an epic delete the checklist for done above and uncomment this one checklist for done define description is complete acceptance criteria are complete if ux design is needed then the ux label is added if ux design is needed then the ux lofi design is completed approved by the product manager and added to the issue a development approach for the code change prototype code or tech brief is done and added to the issue decomp the work is broken into reasonable and consistent work items if this issue is an epic then epic is selected and all child issues are linked to it track epics all child issues are closed
1
635,993
20,516,854,535
IssuesEvent
2022-03-01 12:42:22
WordPress/openverse-frontend
https://api.github.com/repos/WordPress/openverse-frontend
closed
Image results lack a focus state
🟧 priority: high 🛠 goal: fix ♿️ aspect: a11y
## Description <!-- Concisely describe the bug. --> The image search endpoint: https://search-staging.openverse.engineering/search/image?q=dogs does not have any focus state on the single image results. ## Expectation <!-- Concisely describe what you expected to happen. --> These images should have the same focus state as images in the 'all results' view.
1.0
Image results lack a focus state - ## Description <!-- Concisely describe the bug. --> The image search endpoint: https://search-staging.openverse.engineering/search/image?q=dogs does not have any focus state on the single image results. ## Expectation <!-- Concisely describe what you expected to happen. --> These images should have the same focus state as images in the 'all results' view.
priority
image results lack a focus state description the image search endpoint does not have any focus state on the single image results expectation these images should have the same focus state as images in the all results view
1
76,709
3,491,142,378
IssuesEvent
2016-01-04 14:22:18
ngageoint/hootenanny-ui
https://api.github.com/repos/ngageoint/hootenanny-ui
opened
Copy/paste attribution creates empty fields
Category: UI Priority: High Status: New/Undefined Type: Bug
When copying/pasting attributes for line features, it will create blank "tunnel" and "bridge" attributes for the feature. This occurs even when the copied attribution does not include a bridge or tunnel attribute.
1.0
Copy/paste attribution creates empty fields - When copying/pasting attributes for line features, it will create blank "tunnel" and "bridge" attributes for the feature. This occurs even when the copied attribution does not include a bridge or tunnel attribute.
priority
copy paste attribution creates empty fields when copying pasting attributes for line features it will create blank tunnel and bridge attributes for the feature this occurs even when the copied attribution does not include a bridge or tunnel attribute
1
253,194
8,052,628,380
IssuesEvent
2018-08-01 19:57:14
ARCH-commons/i2p-transform
https://api.github.com/repos/ARCH-commons/i2p-transform
closed
Misspelled field names in OBSCLIN & OBSGEN
Oracle bug high priority
OBSCLIN_RESULT_NUM RAW_OBSCLIN_MODIFIER OBSGEN_TABLE_MODIFIED are all misspelled in the SAS tables.
1.0
Misspelled field names in OBSCLIN & OBSGEN - OBSCLIN_RESULT_NUM RAW_OBSCLIN_MODIFIER OBSGEN_TABLE_MODIFIED are all misspelled in the SAS tables.
priority
misspelled field names in obsclin obsgen obsclin result num raw obsclin modifier obsgen table modified are all misspelled in the sas tables
1
229,976
7,602,683,998
IssuesEvent
2018-04-29 04:51:27
NukkitX/Nukkit
https://api.github.com/repos/NukkitX/Nukkit
closed
PlayerJoinEvent problems
[Priority] High [Status] Won't Fix [Type] Bug
<!--- Please do not ask questions or create discussion in the bug tracker. Use https://nukkitx.com --> <!--- ONLY POST ISSUES WITH A CLEAN SERVER ON THE LATEST VERSION --> ### Expected Behavior <!--- What would you expect to happen --> updates name tag ### Actual Behavior <!--- What actually happened --> Player.setNameTag("Testing"); is not doing anything. It is not only setNameTag not working but I've also had problems with PlayerJoinEvent before, like when I do `player.teleport(getServer...default level..safe spawn);` it gives me chunk bug. `unless i do another delayed task that teleports them to default level after 3 seconds of playerjoinevent` ### Steps to Reproduce <!--- Reliable steps which someone can use to reproduce the issue. Please do not create issues for non reproducible bug! --> test it yourself. i also did a delayed task on player join event and it worked but that's not a very good method.. ### Debug information <!--- Use the 'debugpaste' and 'timings paste' command in Nukkit --> * Debug link: * Timings link (if relevant): ### Crashdump, Backtrace or Other Files <!--- USE https://hastebin.com FOR ANY LOGS OR DUMPS --> **Checklist**: <!--- Make sure you've completed the following steps (put an "X" between of brackets): --> - [] I included a `/debugpaste` link - [X] I made sure there aren't duplicates of this report [(Use Search)](https://github.com/NukkitX/Nukkit/issues?utf8=%E2%9C%93&q=is%3Aissue) - [X] I made sure I am using an up-to-date version of Nukkit - [X] I Made sure the bug/error is not caused by a plugin
1.0
PlayerJoinEvent problems - <!--- Please do not ask questions or create discussion in the bug tracker. Use https://nukkitx.com --> <!--- ONLY POST ISSUES WITH A CLEAN SERVER ON THE LATEST VERSION --> ### Expected Behavior <!--- What would you expect to happen --> updates name tag ### Actual Behavior <!--- What actually happened --> Player.setNameTag("Testing"); is not doing anything. It is not only setNameTag not working but I've also had problems with PlayerJoinEvent before, like when I do `player.teleport(getServer...default level..safe spawn);` it gives me chunk bug. `unless i do another delayed task that teleports them to default level after 3 seconds of playerjoinevent` ### Steps to Reproduce <!--- Reliable steps which someone can use to reproduce the issue. Please do not create issues for non reproducible bug! --> test it yourself. i also did a delayed task on player join event and it worked but that's not a very good method.. ### Debug information <!--- Use the 'debugpaste' and 'timings paste' command in Nukkit --> * Debug link: * Timings link (if relevant): ### Crashdump, Backtrace or Other Files <!--- USE https://hastebin.com FOR ANY LOGS OR DUMPS --> **Checklist**: <!--- Make sure you've completed the following steps (put an "X" between of brackets): --> - [] I included a `/debugpaste` link - [X] I made sure there aren't duplicates of this report [(Use Search)](https://github.com/NukkitX/Nukkit/issues?utf8=%E2%9C%93&q=is%3Aissue) - [X] I made sure I am using an up-to-date version of Nukkit - [X] I Made sure the bug/error is not caused by a plugin
priority
playerjoinevent problems expected behavior updates name tag actual behavior player setnametag testing is not doing anything it is not only setnametag not working but i ve also had problems with playerjoinevent before like when i do player teleport getserver default level safe spawn it gives me chunk bug unless i do another delayed task that teleports them to default level after seconds of playerjoinevent steps to reproduce test it yourself i also did a delayed task on player join event and it worked but that s not a very good method debug information debug link timings link if relevant crashdump backtrace or other files checklist i included a debugpaste link i made sure there aren t duplicates of this report i made sure i am using an up to date version of nukkit i made sure the bug error is not caused by a plugin
1
604,904
18,720,838,088
IssuesEvent
2021-11-03 11:35:25
alkem-io/server
https://api.github.com/repos/alkem-io/server
closed
BUG (PROD): Updates can only be removed by the user that created them
bug server High priority
**Describe the bug** Updates can only be removed by the user that created them. ## Repro steps: 1. Navigate to ecoverse admin page 2. Add 2 admins to it: admin1 and admin2 3. Create an update with admin 1 4. login with admin 2 + try to remove the update. The removal fails: ![image.png](https://images.zenhubusercontent.com/5ecb9817aeb589610134bd43/06b9346f-6eb8-4b93-9fcb-df815c762fea) **Expected behavior** If the user is authorized by the Alkemio server to remove the message then the event (message) should be removed. Note: this bug is affecting production in that there are now two updates on the digicampus ecoverse.
1.0
BUG (PROD): Updates can only be removed by the user that created them - **Describe the bug** Updates can only be removed by the user that created them. ## Repro steps: 1. Navigate to ecoverse admin page 2. Add 2 admins to it: admin1 and admin2 3. Create an update with admin 1 4. login with admin 2 + try to remove the update. The removal fails: ![image.png](https://images.zenhubusercontent.com/5ecb9817aeb589610134bd43/06b9346f-6eb8-4b93-9fcb-df815c762fea) **Expected behavior** If the user is authorized by the Alkemio server to remove the message then the event (message) should be removed. Note: this bug is affecting production in that there are now two updates on the digicampus ecoverse.
priority
bug prod updates can only be removed by the user that created them describe the bug updates can only be removed by the user that created them repro steps navigate to ecoverse admin page add admins to it and create an update with admin login with admin try to remove the update the removal fails expected behavior if the user is authorized by the alkemio server to remove the message then the event message should be removed note this bug is affecting production in that there are now two updates on the digicampus ecoverse
1
19,589
2,622,154,721
IssuesEvent
2015-03-04 00:07:37
byzhang/terrastore
https://api.github.com/repos/byzhang/terrastore
closed
Upgrade to ElasticSearch 0.5.1
auto-migrated Milestone-0.2 Priority-High Project-Terrastore-Search Type-Enhancement
``` Upgrade Terrastore-Search to the latest ElasticSearch 0.5.0 version. ``` Original issue reported on code.google.com by `sergio.b...@gmail.com` on 9 Mar 2010 at 10:21
1.0
Upgrade to ElasticSearch 0.5.1 - ``` Upgrade Terrastore-Search to the latest ElasticSearch 0.5.0 version. ``` Original issue reported on code.google.com by `sergio.b...@gmail.com` on 9 Mar 2010 at 10:21
priority
upgrade to elasticsearch upgrade terrastore search to the latest elasticsearch version original issue reported on code google com by sergio b gmail com on mar at
1
552,301
16,237,282,349
IssuesEvent
2021-05-07 03:27:13
ballerina-platform/ballerina-lang
https://api.github.com/repos/ballerina-platform/ballerina-lang
closed
Add back validation to disallow casts to anonymous types
Area/Desugar Priority/High Team/CompilerFE Type/Task
**Description:** The validation added in https://github.com/ballerina-platform/ballerina-lang/pull/28462 to disallow casts to anonymous types will be temporarily removed in https://github.com/ballerina-platform/ballerina-lang/pull/28510 because HTTP tests are failing with the change. Need to figure out where the cast is added and fix the cast and enable the check.
1.0
Add back validation to disallow casts to anonymous types - **Description:** The validation added in https://github.com/ballerina-platform/ballerina-lang/pull/28462 to disallow casts to anonymous types will be temporarily removed in https://github.com/ballerina-platform/ballerina-lang/pull/28510 because HTTP tests are failing with the change. Need to figure out where the cast is added and fix the cast and enable the check.
priority
add back validation to disallow casts to anonymous types description the validation added in to disallow casts to anonymous types will be temporarily removed in because http tests are failing with the change need to figure out where the cast is added and fix the cast and enable the check
1
565,002
16,747,040,927
IssuesEvent
2021-06-11 16:52:57
dealii/dealii
https://api.github.com/repos/dealii/dealii
closed
Arpack interface broken and insufficient
Bug Enhancement High Priority :warning: Linear Algebra
The class ArpackSolver is pretty much broken and does not utilize Arpack well. An easy fix does not seem possible until we know what Arpack does and what its options are. In #759, it was fixed at least so that it would output eigenvectors instead of Schur vectors. Here, I would like to start a list of requirements on the new interface. - Allow for symmetric and nonsymmetric EVP as well as SVD. Currently, we must compute imaginary parts even if we know everything is real - Find out the relation of the matrix and the shifted inverse. Is the matrix ever used? The current interface ignores it. - Some of the Arpack modes fail to compute eigenvalues. We have to investigate in more detail. The mode "largest magnitude" has worked for me so far and produces the eigenvalues with smallest magnitude. - Find out relations to Parpack and why we should need it This also relates to #1146.
1.0
Arpack interface broken and insufficient - The class ArpackSolver is pretty much broken and does not utilize Arpack well. An easy fix does not seem possible until we know what Arpack does and what its options are. In #759, it was fixed at least so that it would output eigenvectors instead of Schur vectors. Here, I would like to start a list of requirements on the new interface. - Allow for symmetric and nonsymmetric EVP as well as SVD. Currently, we must compute imaginary parts even if we know everything is real - Find out the relation of the matrix and the shifted inverse. Is the matrix ever used? The current interface ignores it. - Some of the Arpack modes fail to compute eigenvalues. We have to investigate in more detail. The mode "largest magnitude" has worked for me so far and produces the eigenvalues with smallest magnitude. - Find out relations to Parpack and why we should need it This also relates to #1146.
priority
arpack interface broken and insufficient the class arpacksolver is pretty much broken and does not utilize arpack well an easy fix does not seem possible until we know what arpack does and what its options are in it was fixed at least so that it would output eigenvectors instead of schur vectors here i would like to start a list of requirements on the new interface allow for symmetric and nonsymmetric evp as well as svd currently we must compute imaginary parts even if we know everything is real find out the relation of the matrix and the shifted inverse is the matrix ever used the current interface ignores it some of the arpack modes fail to compute eigenvalues we have to investigate in more detail the mode largest magnitude has worked for me so far and produces the eigenvalues with smallest magnitude find out relations to parpack and why we should need it this also relates to
1
761,980
26,705,333,495
IssuesEvent
2023-01-27 17:37:52
MaibornWolff/codecharta
https://api.github.com/repos/MaibornWolff/codecharta
closed
Unselect a folder leads to console error
bug pr-visualization priority:high difficulty:low good first issue
# Bug ## Expected Behavior GIVEN a loaded CodeCharta Visualization map with a selected app folder and presentation mode on WHEN clicking outside of the map to unselect the orange colored app folder THEN the folder color is resetted and the selection is cleared. ## Actual Behavior a console error appears. ## Screenshots ![image](https://user-images.githubusercontent.com/26900540/214239304-af9030fe-1e89-4ca1-b360-fb8306ebb57e.png) ## Specifications - is released in [online-demo](https://maibornwolff.github.io/codecharta/visualization/app/index.html?file=codecharta.cc.json.gz&file=codecharta_analysis.cc.json.gz): yes - CodeCharta Version: 1.114.0 - OS: all - Browser: all
1.0
Unselect a folder leads to console error - # Bug ## Expected Behavior GIVEN a loaded CodeCharta Visualization map with a selected app folder and presentation mode on WHEN clicking outside of the map to unselect the orange colored app folder THEN the folder color is resetted and the selection is cleared. ## Actual Behavior a console error appears. ## Screenshots ![image](https://user-images.githubusercontent.com/26900540/214239304-af9030fe-1e89-4ca1-b360-fb8306ebb57e.png) ## Specifications - is released in [online-demo](https://maibornwolff.github.io/codecharta/visualization/app/index.html?file=codecharta.cc.json.gz&file=codecharta_analysis.cc.json.gz): yes - CodeCharta Version: 1.114.0 - OS: all - Browser: all
priority
unselect a folder leads to console error bug expected behavior given a loaded codecharta visualization map with a selected app folder and presentation mode on when clicking outside of the map to unselect the orange colored app folder then the folder color is resetted and the selection is cleared actual behavior a console error appears screenshots specifications is released in yes codecharta version os all browser all
1
321,869
9,810,144,817
IssuesEvent
2019-06-12 19:45:17
cassproject/cass-editor
https://api.github.com/repos/cassproject/cass-editor
closed
Get 500 error on attempt to import a concept scheme into the staging server.
Concept Scheme High Priority
Exported the Agent Sector concept scheme from production, and then attempted to import to the staging server. [AgentSector_staging190603.zip](https://github.com/cassproject/cass-editor/files/3249492/AgentSector_staging190603.zip) I receive a message that the input file may be invalid. In the console, there is a '500' status with the following details: ![image](https://user-images.githubusercontent.com/26332112/58835014-64cdee80-861a-11e9-9a81-04ea0642e77c.png) I am able to import the concept scheme into the test server without issues. I also noticed that the staging concept scheme import only allows JSON-LD, whereas the test server also has an option for CTDL-ASN formatted CSV.
1.0
Get 500 error on attempt to import a concept scheme into the staging server. - Exported the Agent Sector concept scheme from production, and then attempted to import to the staging server. [AgentSector_staging190603.zip](https://github.com/cassproject/cass-editor/files/3249492/AgentSector_staging190603.zip) I receive a message that the input file may be invalid. In the console, there is a '500' status with the following details: ![image](https://user-images.githubusercontent.com/26332112/58835014-64cdee80-861a-11e9-9a81-04ea0642e77c.png) I am able to import the concept scheme into the test server without issues. I also noticed that the staging concept scheme import only allows JSON-LD, whereas the test server also has an option for CTDL-ASN formatted CSV.
priority
get error on attempt to import a concept scheme into the staging server exported the agent sector concept scheme from production and then attempted to import to the staging server i receive a message that the input file may be invalid in the console there is a status with the following details i am able to import the concept scheme into the test server without issues i also noticed that the staging concept scheme import only allows json ld whereas the test server also has an option for ctdl asn formatted csv
1
611,727
18,976,029,378
IssuesEvent
2021-11-20 01:59:26
phetsims/chipper
https://api.github.com/repos/phetsims/chipper
closed
Enable TypeScript for every repo so it can be used in common code
priority:2-high dev:typescript
At today's dev meeting, we agreed to enable typescript for every repo so it can be used in common code. In slack, I said: > grunt update is set to create a *.ts string file for repos that have typescript enabled. Can I output the *.ts strings for all repos? Or do we want that to remain *.js in the majority of repos? > > It seems best to keep things consistent, and I’m seeing the *.ts file can be used nicely in *.js files. So I’ll plan to go forward with *.ts string files unless/until I hear otherwise. @jonathanolson replied: > Sounds good to me Here are some steps: - [x] Remove isRepoTypeScript - [x] grunt update sims - [ ] Add phet-types.d.ts to tsconfigs - [x] Message the google group. - [x] Message the slack channel.
1.0
Enable TypeScript for every repo so it can be used in common code - At today's dev meeting, we agreed to enable typescript for every repo so it can be used in common code. In slack, I said: > grunt update is set to create a *.ts string file for repos that have typescript enabled. Can I output the *.ts strings for all repos? Or do we want that to remain *.js in the majority of repos? > > It seems best to keep things consistent, and I’m seeing the *.ts file can be used nicely in *.js files. So I’ll plan to go forward with *.ts string files unless/until I hear otherwise. @jonathanolson replied: > Sounds good to me Here are some steps: - [x] Remove isRepoTypeScript - [x] grunt update sims - [ ] Add phet-types.d.ts to tsconfigs - [x] Message the google group. - [x] Message the slack channel.
priority
enable typescript for every repo so it can be used in common code at today s dev meeting we agreed to enable typescript for every repo so it can be used in common code in slack i said grunt update is set to create a ts string file for repos that have typescript enabled can i output the ts strings for all repos or do we want that to remain js in the majority of repos it seems best to keep things consistent and i’m seeing the ts file can be used nicely in js files so i’ll plan to go forward with ts string files unless until i hear otherwise jonathanolson replied sounds good to me here are some steps remove isrepotypescript grunt update sims add phet types d ts to tsconfigs message the google group message the slack channel
1
456,322
13,149,230,684
IssuesEvent
2020-08-09 03:34:11
ballerina-platform/ballerina-lang
https://api.github.com/repos/ballerina-platform/ballerina-lang
closed
[gRPC] OOM issue in gRPC Client applications
Area/StandardLibs Component/Debugger Component/gRPC Priority/High Type/Bug
**Description:** When we do recursive gRPC simple calls(around 5000 calls), the application is going OOM. **Steps to reproduce:** * Start gRPC service from the BBE (https://ballerina.io/swan-lake/learn/by-example/grpc-unary-blocking.html) * Modify the gRPC client application to do recursive client calls like below, ```ballerina import ballerina/grpc; import ballerina/io; import ballerina/lang.'int; public function main (string... args) { HelloWorldBlockingClient helloWorldBlockingEp = new ("http://localhost:9090"); string sCount = io:readln("Loop count : "); int count = checkpanic 'int:fromString(sCount); foreach var i in 1 ... count { string message = string `WSO2 ${i}!!!`; var unionResp = helloWorldBlockingEp->hello(message); if (unionResp is grpc:Error) { io:println("Error from Connector: " + unionResp.reason() + " - " + <string>unionResp.detail()["message"]); } else { string result; [result, _] = unionResp; io:println("Client Got Response : " + result); } } } * Run client Application and observe OOM issue. ``` **Affected Versions:** 1.2.6, slp2
1.0
[gRPC] OOM issue in gRPC Client applications - **Description:** When we do recursive gRPC simple calls(around 5000 calls), the application is going OOM. **Steps to reproduce:** * Start gRPC service from the BBE (https://ballerina.io/swan-lake/learn/by-example/grpc-unary-blocking.html) * Modify the gRPC client application to do recursive client calls like below, ```ballerina import ballerina/grpc; import ballerina/io; import ballerina/lang.'int; public function main (string... args) { HelloWorldBlockingClient helloWorldBlockingEp = new ("http://localhost:9090"); string sCount = io:readln("Loop count : "); int count = checkpanic 'int:fromString(sCount); foreach var i in 1 ... count { string message = string `WSO2 ${i}!!!`; var unionResp = helloWorldBlockingEp->hello(message); if (unionResp is grpc:Error) { io:println("Error from Connector: " + unionResp.reason() + " - " + <string>unionResp.detail()["message"]); } else { string result; [result, _] = unionResp; io:println("Client Got Response : " + result); } } } * Run client Application and observe OOM issue. ``` **Affected Versions:** 1.2.6, slp2
priority
oom issue in grpc client applications description when we do recursive grpc simple calls around calls the application is going oom steps to reproduce start grpc service from the bbe modify the grpc client application to do recursive client calls like below ballerina import ballerina grpc import ballerina io import ballerina lang int public function main string args helloworldblockingclient helloworldblockingep new string scount io readln loop count int count checkpanic int fromstring scount foreach var i in count string message string i var unionresp helloworldblockingep hello message if unionresp is grpc error io println error from connector unionresp reason unionresp detail else string result unionresp io println client got response result run client application and observe oom issue affected versions
1
288,420
8,841,010,976
IssuesEvent
2019-01-07 00:19:22
bounswe/bounswe2018group10
https://api.github.com/repos/bounswe/bounswe2018group10
closed
Dumb Database
backend priority: high
<!--You can use this issue template for creating your issues. Try to stick to it as much as possible. Any modifications to the issue template itself are welcome.---> ### I'm submitting a ... <!--Check the most relevant one with an x--> - [ ] bug report - [ ] feature request - [X] support request ### Expected behavior Database dump and script for restoring it on a database should be added to the repository.
1.0
Dumb Database - <!--You can use this issue template for creating your issues. Try to stick to it as much as possible. Any modifications to the issue template itself are welcome.---> ### I'm submitting a ... <!--Check the most relevant one with an x--> - [ ] bug report - [ ] feature request - [X] support request ### Expected behavior Database dump and script for restoring it on a database should be added to the repository.
priority
dumb database you can use this issue template for creating your issues try to stick to it as much as possible any modifications to the issue template itself are welcome i m submitting a bug report feature request support request expected behavior database dump and script for restoring it on a database should be added to the repository
1
802,373
28,959,736,724
IssuesEvent
2023-05-10 00:43:27
steedos/steedos-platform
https://api.github.com/repos/steedos/steedos-platform
closed
[Bug]: 代码加载的角色元数据进入详情页报错“Cannot set properties of undefined (setting '__record')”
bug done priority: High
### Description - 背景:审批中间节点需要指定人员审批,所以设置的角色,后面有同步成代码进行提交; - 问题:开了新环境需要重新设置角色绑定的人员,发现不光没有写到库里的自定义按钮,页面还提示报错信息 <img width="1918" alt="image" src="https://user-images.githubusercontent.com/26241897/233030976-8bba10eb-755e-41d6-bc59-3f1ca78acdfb.png"> ### Steps To Reproduce 重现步骤 1. 参考[Steedos Project Laboratory](https://gitlab.steedos.cn/steedos/steedos-project-laboratory)项目; 2. 进入后台审批王—角色; 3. 能够看到“仪器室管理员”角色,进入详情页就能够看到错误信息 ### Version 版本 2.4.13
1.0
[Bug]: 代码加载的角色元数据进入详情页报错“Cannot set properties of undefined (setting '__record')” - ### Description - 背景:审批中间节点需要指定人员审批,所以设置的角色,后面有同步成代码进行提交; - 问题:开了新环境需要重新设置角色绑定的人员,发现不光没有写到库里的自定义按钮,页面还提示报错信息 <img width="1918" alt="image" src="https://user-images.githubusercontent.com/26241897/233030976-8bba10eb-755e-41d6-bc59-3f1ca78acdfb.png"> ### Steps To Reproduce 重现步骤 1. 参考[Steedos Project Laboratory](https://gitlab.steedos.cn/steedos/steedos-project-laboratory)项目; 2. 进入后台审批王—角色; 3. 能够看到“仪器室管理员”角色,进入详情页就能够看到错误信息 ### Version 版本 2.4.13
priority
代码加载的角色元数据进入详情页报错“cannot set properties of undefined setting record ” description 背景:审批中间节点需要指定人员审批,所以设置的角色,后面有同步成代码进行提交; 问题:开了新环境需要重新设置角色绑定的人员,发现不光没有写到库里的自定义按钮,页面还提示报错信息 img width alt image src steps to reproduce 重现步骤 参考 进入后台审批王—角色; 能够看到“仪器室管理员”角色,进入详情页就能够看到错误信息 version 版本
1
351,027
10,512,050,532
IssuesEvent
2019-09-27 16:54:05
NCIOCPL/cgov-digital-platform
https://api.github.com/repos/NCIOCPL/cgov-digital-platform
closed
Taxonomy Management of Site Sections does not work
High priority Technical Item
When a taxonomy is too large, Drupal's management tools are problematic. * Using the management screen to reorder sections throws errors. This is due to the fact that the UI tries to post back an object that has all nodes and weights. (>1mb) * Adding a node to a section requires you to traverse a very tiny box with the entire tree. We need a solution that requires the smallest amount of LOE, but allows the IAs to effectively manage the taxonomy without the server breaking or causing other issues.
1.0
Taxonomy Management of Site Sections does not work - When a taxonomy is too large, Drupal's management tools are problematic. * Using the management screen to reorder sections throws errors. This is due to the fact that the UI tries to post back an object that has all nodes and weights. (>1mb) * Adding a node to a section requires you to traverse a very tiny box with the entire tree. We need a solution that requires the smallest amount of LOE, but allows the IAs to effectively manage the taxonomy without the server breaking or causing other issues.
priority
taxonomy management of site sections does not work when a taxonomy is too large drupal s management tools are problematic using the management screen to reorder sections throws errors this is due to the fact that the ui tries to post back an object that has all nodes and weights adding a node to a section requires you to traverse a very tiny box with the entire tree we need a solution that requires the smallest amount of loe but allows the ias to effectively manage the taxonomy without the server breaking or causing other issues
1
591,342
17,837,354,576
IssuesEvent
2021-09-03 04:26:03
turbot/steampipe-plugin-oci
https://api.github.com/repos/turbot/steampipe-plugin-oci
closed
Fix oci_identity_tag_default table for empty response of get call
bug priority:high
**Describe the bug** While we are querying all tag defaults it is returning the available identity tag details, but when. we are using `where` clause in query it is returning empty row. **Steampipe version (`steampipe -v`)** Example: v0.3.0 **Plugin version (`steampipe plugin list`)** Example: v0.5.0 **To reproduce** ``` select * from oci_identity_tag_default +------------------------------------------------------------------------------------+--------------------------+---------------------------------------------------------------------------------------+--- | id | tag_definition_name | tag_definition_id | ta +------------------------------------------------------------------------------------+--------------------------+---------------------------------------------------------------------------------------+--- | ocid1.tagdefault.oc1..aaaaaaaaaxkt7wphcvzzakjuxpm2uzizqb52rgrfaluzumukvildhofq5fwa | (deleted tag definition) | ocid1.tagdefinition.oc1..aaaaaaaacussw7kffgeact7iyp4q7nbyvkaycuefqy4uxsqr3no35h35pwda | (u | ocid1.tagdefault.oc1..aaaaaaaansijkiessjoqmswdzrz6stf6nhejx4ym5ngzv6fd3oneb4yth2eq | (deleted tag definition) | ocid1.tagdefinition.oc1..aaaaaaaacussw7kffgeact7iyp4q7nbyvkaycuefqy4uxsqr3no35h35pwda | (u | ocid1.tagdefault.oc1..aaaaaaaa4qnpjgsg62hit6hoejwkmyi7okiqhd6ztktcklq5vbq7bmhin2fa | (deleted tag definition) | ocid1.tagdefinition.oc1..aaaaaaaaag72cjmy6vlt35zosmd4vx5mls3v7zumfx5mtqftn72ir7skuxcq | (u | ocid1.tagdefault.oc1..aaaaaaaacbdn77in6dfpawm72u52qwpj57xbaz4547ogiemkilcbe5rzwtsa | (deleted tag definition) | ocid1.tagdefinition.oc1..aaaaaaaarxljuhh2s7k3nz363bwtno4i35fyzo4y3g2gs5llnebzkqkmr7lq | (u | ocid1.tagdefault.oc1..aaaaaaaarwbtbgpxid2bvywz7gqlpxchidkivqcxwjptuouggwshfitiyeoq | (deleted tag definition) | ocid1.tagdefinition.oc1..aaaaaaaa7vlhlu3r254lbgeri2svm4m6tyooyg2b74hddmobggq56cp7hhgq | (u | ocid1.tagdefault.oc1..aaaaaaaausww5lg7jre2mlyazwy55pgwie7uwej463iu7x7eg3vvphu43jcq | (deleted tag definition) | ocid1.tagdefinition.oc1..aaaaaaaakhiwtu2agdps7ybomveep2qnrlk627qhhdw7x7enmwfctx5gvmsq | (u +------------------------------------------------------------------------------------+--------------------------+---------------------------------------------------------------------------------------+--- ``` ``` select * from oci_identity_tag_default where id = 'ocid1.tagdefault.oc1..aaaaaaaarwbtbgpxid2bvywz7gqlpxchidkivqcxwjptuouggwshfitiyeoq'; +----+---------------------+-------------------+------------------+-----------------+-------------+--------------+-------+-------+----------------+-----------+ | id | tag_definition_name | tag_definition_id | tag_namespace_id | lifecycle_state | is_required | time_created | value | title | compartment_id | tenant_id | +----+---------------------+-------------------+------------------+-----------------+-------------+--------------+-------+-------+----------------+-----------+ +----+---------------------+-------------------+------------------+-----------------+-------------+--------------+-------+-------+----------------+-----------+ ``` **Expected behavior** It should return the row where id matches **Additional context** Add any other context about the problem here.
1.0
Fix oci_identity_tag_default table for empty response of get call - **Describe the bug** While we are querying all tag defaults it is returning the available identity tag details, but when. we are using `where` clause in query it is returning empty row. **Steampipe version (`steampipe -v`)** Example: v0.3.0 **Plugin version (`steampipe plugin list`)** Example: v0.5.0 **To reproduce** ``` select * from oci_identity_tag_default +------------------------------------------------------------------------------------+--------------------------+---------------------------------------------------------------------------------------+--- | id | tag_definition_name | tag_definition_id | ta +------------------------------------------------------------------------------------+--------------------------+---------------------------------------------------------------------------------------+--- | ocid1.tagdefault.oc1..aaaaaaaaaxkt7wphcvzzakjuxpm2uzizqb52rgrfaluzumukvildhofq5fwa | (deleted tag definition) | ocid1.tagdefinition.oc1..aaaaaaaacussw7kffgeact7iyp4q7nbyvkaycuefqy4uxsqr3no35h35pwda | (u | ocid1.tagdefault.oc1..aaaaaaaansijkiessjoqmswdzrz6stf6nhejx4ym5ngzv6fd3oneb4yth2eq | (deleted tag definition) | ocid1.tagdefinition.oc1..aaaaaaaacussw7kffgeact7iyp4q7nbyvkaycuefqy4uxsqr3no35h35pwda | (u | ocid1.tagdefault.oc1..aaaaaaaa4qnpjgsg62hit6hoejwkmyi7okiqhd6ztktcklq5vbq7bmhin2fa | (deleted tag definition) | ocid1.tagdefinition.oc1..aaaaaaaaag72cjmy6vlt35zosmd4vx5mls3v7zumfx5mtqftn72ir7skuxcq | (u | ocid1.tagdefault.oc1..aaaaaaaacbdn77in6dfpawm72u52qwpj57xbaz4547ogiemkilcbe5rzwtsa | (deleted tag definition) | ocid1.tagdefinition.oc1..aaaaaaaarxljuhh2s7k3nz363bwtno4i35fyzo4y3g2gs5llnebzkqkmr7lq | (u | ocid1.tagdefault.oc1..aaaaaaaarwbtbgpxid2bvywz7gqlpxchidkivqcxwjptuouggwshfitiyeoq | (deleted tag definition) | ocid1.tagdefinition.oc1..aaaaaaaa7vlhlu3r254lbgeri2svm4m6tyooyg2b74hddmobggq56cp7hhgq | (u | ocid1.tagdefault.oc1..aaaaaaaausww5lg7jre2mlyazwy55pgwie7uwej463iu7x7eg3vvphu43jcq | (deleted tag definition) | ocid1.tagdefinition.oc1..aaaaaaaakhiwtu2agdps7ybomveep2qnrlk627qhhdw7x7enmwfctx5gvmsq | (u +------------------------------------------------------------------------------------+--------------------------+---------------------------------------------------------------------------------------+--- ``` ``` select * from oci_identity_tag_default where id = 'ocid1.tagdefault.oc1..aaaaaaaarwbtbgpxid2bvywz7gqlpxchidkivqcxwjptuouggwshfitiyeoq'; +----+---------------------+-------------------+------------------+-----------------+-------------+--------------+-------+-------+----------------+-----------+ | id | tag_definition_name | tag_definition_id | tag_namespace_id | lifecycle_state | is_required | time_created | value | title | compartment_id | tenant_id | +----+---------------------+-------------------+------------------+-----------------+-------------+--------------+-------+-------+----------------+-----------+ +----+---------------------+-------------------+------------------+-----------------+-------------+--------------+-------+-------+----------------+-----------+ ``` **Expected behavior** It should return the row where id matches **Additional context** Add any other context about the problem here.
priority
fix oci identity tag default table for empty response of get call describe the bug while we are querying all tag defaults it is returning the available identity tag details but when we are using where clause in query it is returning empty row steampipe version steampipe v example plugin version steampipe plugin list example to reproduce select from oci identity tag default id tag definition name tag definition id ta tagdefault deleted tag definition tagdefinition u tagdefault deleted tag definition tagdefinition u tagdefault deleted tag definition tagdefinition u tagdefault deleted tag definition tagdefinition u tagdefault deleted tag definition tagdefinition u tagdefault deleted tag definition tagdefinition u select from oci identity tag default where id tagdefault id tag definition name tag definition id tag namespace id lifecycle state is required time created value title compartment id tenant id expected behavior it should return the row where id matches additional context add any other context about the problem here
1
226,448
7,519,428,867
IssuesEvent
2018-04-12 11:35:16
CS2103JAN2018-F12-B3/main
https://api.github.com/repos/CS2103JAN2018-F12-B3/main
closed
As a social media user, I can select a person and see the social media platforms they are using
priority.high status.ongoing type.story
so that I do not have to go to various platform to check.
1.0
As a social media user, I can select a person and see the social media platforms they are using - so that I do not have to go to various platform to check.
priority
as a social media user i can select a person and see the social media platforms they are using so that i do not have to go to various platform to check
1
550,148
16,105,717,413
IssuesEvent
2021-04-27 14:43:31
clp-research/slurk
https://api.github.com/repos/clp-research/slurk
closed
Support multiple scripts for the same trigger
Priority: High
When using multiple scripts for the same trigger, only the last one is applied. The syntax of scripts should be extended to accept a list of scripts or a single scripts to keep backwards compatibility
1.0
Support multiple scripts for the same trigger - When using multiple scripts for the same trigger, only the last one is applied. The syntax of scripts should be extended to accept a list of scripts or a single scripts to keep backwards compatibility
priority
support multiple scripts for the same trigger when using multiple scripts for the same trigger only the last one is applied the syntax of scripts should be extended to accept a list of scripts or a single scripts to keep backwards compatibility
1
442,718
12,749,408,542
IssuesEvent
2020-06-26 22:43:55
Sequel-Ace/Sequel-Ace
https://api.github.com/repos/Sequel-Ace/Sequel-Ace
closed
Default Bundle Updates Don't Seem to Be Applied
Fixed & Pending Release Highest Priority bug
The latest changes to the SQL formatter bundle don't appear to be applied despite incrementing build&version numbers
1.0
Default Bundle Updates Don't Seem to Be Applied - The latest changes to the SQL formatter bundle don't appear to be applied despite incrementing build&version numbers
priority
default bundle updates don t seem to be applied the latest changes to the sql formatter bundle don t appear to be applied despite incrementing build version numbers
1
786,952
27,699,736,911
IssuesEvent
2023-03-14 06:54:27
bounswe/bounswe2023group8
https://api.github.com/repos/bounswe/bounswe2023group8
closed
Details Dropdown in Wiki Sidebar
type: discussion status: in progress priority: high effort: low
I believe that the dropdown menu in the sidebar should be removed, here is why: Drop-down menus have been a popular design element for websites for quite some time. However, there are valid reasons to argue that drop-down menus in the sidebar are not required, slow down access times, and can be bad for user experience. Firstly, drop-down menus in the sidebar are not always necessary. They are often used to organize large amounts of information, but they can easily become overwhelming and difficult to navigate. In fact, studies have shown that users tend to avoid using drop-down menus in favor of more visible navigation options. This means that implementing drop-down menus in the sidebar can be unnecessary and redundant. Secondly, drop-down menus can slow down access times. Users have to click on the menu to see the options, which adds an extra step to the navigation process. This may not seem like a big deal, but it can add up over time and significantly slow down the user experience. In addition, drop-down menus can also be difficult to use on touch devices, making them inaccessible to a large portion of the user base. Lastly, drop-down menus can be bad for user experience. They can be confusing and frustrating for users who are not familiar with the website's navigation structure. Users may not be able to find what they are looking for, which can lead to increased bounce rates and decreased user engagement. Additionally, drop-down menus can be difficult to use for users with disabilities, such as those who use screen readers. In conclusion, drop-down menus in the sidebar are not required and can be detrimental to user experience. While they may seem like a useful design element, they can actually slow down access times and make navigation more confusing for users. By eliminating drop-down menus in favor of more visible navigation options, websites can improve the user experience and make it easier for users to find what they are looking for.
1.0
Details Dropdown in Wiki Sidebar - I believe that the dropdown menu in the sidebar should be removed, here is why: Drop-down menus have been a popular design element for websites for quite some time. However, there are valid reasons to argue that drop-down menus in the sidebar are not required, slow down access times, and can be bad for user experience. Firstly, drop-down menus in the sidebar are not always necessary. They are often used to organize large amounts of information, but they can easily become overwhelming and difficult to navigate. In fact, studies have shown that users tend to avoid using drop-down menus in favor of more visible navigation options. This means that implementing drop-down menus in the sidebar can be unnecessary and redundant. Secondly, drop-down menus can slow down access times. Users have to click on the menu to see the options, which adds an extra step to the navigation process. This may not seem like a big deal, but it can add up over time and significantly slow down the user experience. In addition, drop-down menus can also be difficult to use on touch devices, making them inaccessible to a large portion of the user base. Lastly, drop-down menus can be bad for user experience. They can be confusing and frustrating for users who are not familiar with the website's navigation structure. Users may not be able to find what they are looking for, which can lead to increased bounce rates and decreased user engagement. Additionally, drop-down menus can be difficult to use for users with disabilities, such as those who use screen readers. In conclusion, drop-down menus in the sidebar are not required and can be detrimental to user experience. While they may seem like a useful design element, they can actually slow down access times and make navigation more confusing for users. By eliminating drop-down menus in favor of more visible navigation options, websites can improve the user experience and make it easier for users to find what they are looking for.
priority
details dropdown in wiki sidebar i believe that the dropdown menu in the sidebar should be removed here is why drop down menus have been a popular design element for websites for quite some time however there are valid reasons to argue that drop down menus in the sidebar are not required slow down access times and can be bad for user experience firstly drop down menus in the sidebar are not always necessary they are often used to organize large amounts of information but they can easily become overwhelming and difficult to navigate in fact studies have shown that users tend to avoid using drop down menus in favor of more visible navigation options this means that implementing drop down menus in the sidebar can be unnecessary and redundant secondly drop down menus can slow down access times users have to click on the menu to see the options which adds an extra step to the navigation process this may not seem like a big deal but it can add up over time and significantly slow down the user experience in addition drop down menus can also be difficult to use on touch devices making them inaccessible to a large portion of the user base lastly drop down menus can be bad for user experience they can be confusing and frustrating for users who are not familiar with the website s navigation structure users may not be able to find what they are looking for which can lead to increased bounce rates and decreased user engagement additionally drop down menus can be difficult to use for users with disabilities such as those who use screen readers in conclusion drop down menus in the sidebar are not required and can be detrimental to user experience while they may seem like a useful design element they can actually slow down access times and make navigation more confusing for users by eliminating drop down menus in favor of more visible navigation options websites can improve the user experience and make it easier for users to find what they are looking for
1
20,804
2,628,957,183
IssuesEvent
2015-03-06 05:39:23
cs2103jan2015-w09-1j/main
https://api.github.com/repos/cs2103jan2015-w09-1j/main
closed
A user can edit the task description
priority.high type.story
... so that the user can modify it without deleting and creating a new one.
1.0
A user can edit the task description - ... so that the user can modify it without deleting and creating a new one.
priority
a user can edit the task description so that the user can modify it without deleting and creating a new one
1
92,755
3,873,420,271
IssuesEvent
2016-04-11 16:54:15
massbay-cs/cs225-proj4
https://api.github.com/repos/massbay-cs/cs225-proj4
opened
Add checkPermission to getters/setters for income/expense tables
affects:security priority:1-high type:enhancement
We need to ensure that the current user has permission to view/modify/create/delete before reading/writing from the database. This will be enforced with `auth.Permissions#checkPermission`. A call to checkPermission is added to each method; if the user doesn't have permission for the operation, checkPermission throws an `auth.AuthorizationException`. There are descriptive Javadoc comments in the `auth.Permissions` class. Be sure to read them before starting. Here are a few examples: ## Deleting a user ## ``` java public class UserData_Table extends InitDB implements Interface_UserData { ... @Override // AuthorizationException has been added to the "throws" list public void removeUser(int uid) throws DoesNotExistException, AuthorizationException { String table = "USERS"; // The field argument is null because we're operating on an entire row. // We pass uid as the last argument because this operation affects another user. Permissions.get().checkPermission(table, null, Operation.DELETE, uid); ... } ... } ``` ``` java public interface Interface_UserData { ... // AuthorizationException has been added to the "throws" list public void removeUser(int uid) throws DoesNotExistException, AuthorizationException; ... } ``` ## Setting a task description ## ``` java public class Tasks_Table extends InitDB implements Interface_TaskData { ... // AuthorizationException has been added to the "throws" list public void setDescription(int uid, String description) throws DoesNotExistException, AuthorizationException { // Note that we DON'T pass uid; uid is just the ID of the current user in this case. Permissions.get().checkPermission(tableName, "DESCRIPTION", Operation.MODIFY); setDBString("DESCRIPTION", tableName, uid, description); } ... } ``` ``` java public interface Interface_TaskData { ... // AuthorizationException has been added to the "throws" list public void setDescription(int uid, String description) throws DoesNotExistException, AuthorizationException; ... } ``` ## Viewing a task description ## ``` java public class Tasks_Table extends InitDB implements Interface_TaskData { ... // AuthorizationException has been added to the "throws" list public String getDescription(int uid) throws DoesNotExistException, AuthorizationException { // Note that we DON'T pass uid; uid is just the ID of the current user in this case. Permissions.get().checkPermission(tableName, "DESCRIPTION", Operation.VIEW); return getDBString("DESCRIPTION", tableName, uid, description); } ... } ``` ``` java public interface Interface_TaskData { ... // AuthorizationException has been added to the "throws" list public String getDescription(int uid) throws DoesNotExistException, AuthorizationException; ... } ```
1.0
Add checkPermission to getters/setters for income/expense tables - We need to ensure that the current user has permission to view/modify/create/delete before reading/writing from the database. This will be enforced with `auth.Permissions#checkPermission`. A call to checkPermission is added to each method; if the user doesn't have permission for the operation, checkPermission throws an `auth.AuthorizationException`. There are descriptive Javadoc comments in the `auth.Permissions` class. Be sure to read them before starting. Here are a few examples: ## Deleting a user ## ``` java public class UserData_Table extends InitDB implements Interface_UserData { ... @Override // AuthorizationException has been added to the "throws" list public void removeUser(int uid) throws DoesNotExistException, AuthorizationException { String table = "USERS"; // The field argument is null because we're operating on an entire row. // We pass uid as the last argument because this operation affects another user. Permissions.get().checkPermission(table, null, Operation.DELETE, uid); ... } ... } ``` ``` java public interface Interface_UserData { ... // AuthorizationException has been added to the "throws" list public void removeUser(int uid) throws DoesNotExistException, AuthorizationException; ... } ``` ## Setting a task description ## ``` java public class Tasks_Table extends InitDB implements Interface_TaskData { ... // AuthorizationException has been added to the "throws" list public void setDescription(int uid, String description) throws DoesNotExistException, AuthorizationException { // Note that we DON'T pass uid; uid is just the ID of the current user in this case. Permissions.get().checkPermission(tableName, "DESCRIPTION", Operation.MODIFY); setDBString("DESCRIPTION", tableName, uid, description); } ... } ``` ``` java public interface Interface_TaskData { ... // AuthorizationException has been added to the "throws" list public void setDescription(int uid, String description) throws DoesNotExistException, AuthorizationException; ... } ``` ## Viewing a task description ## ``` java public class Tasks_Table extends InitDB implements Interface_TaskData { ... // AuthorizationException has been added to the "throws" list public String getDescription(int uid) throws DoesNotExistException, AuthorizationException { // Note that we DON'T pass uid; uid is just the ID of the current user in this case. Permissions.get().checkPermission(tableName, "DESCRIPTION", Operation.VIEW); return getDBString("DESCRIPTION", tableName, uid, description); } ... } ``` ``` java public interface Interface_TaskData { ... // AuthorizationException has been added to the "throws" list public String getDescription(int uid) throws DoesNotExistException, AuthorizationException; ... } ```
priority
add checkpermission to getters setters for income expense tables we need to ensure that the current user has permission to view modify create delete before reading writing from the database this will be enforced with auth permissions checkpermission a call to checkpermission is added to each method if the user doesn t have permission for the operation checkpermission throws an auth authorizationexception there are descriptive javadoc comments in the auth permissions class be sure to read them before starting here are a few examples deleting a user java public class userdata table extends initdb implements interface userdata override authorizationexception has been added to the throws list public void removeuser int uid throws doesnotexistexception authorizationexception string table users the field argument is null because we re operating on an entire row we pass uid as the last argument because this operation affects another user permissions get checkpermission table null operation delete uid java public interface interface userdata authorizationexception has been added to the throws list public void removeuser int uid throws doesnotexistexception authorizationexception setting a task description java public class tasks table extends initdb implements interface taskdata authorizationexception has been added to the throws list public void setdescription int uid string description throws doesnotexistexception authorizationexception note that we don t pass uid uid is just the id of the current user in this case permissions get checkpermission tablename description operation modify setdbstring description tablename uid description java public interface interface taskdata authorizationexception has been added to the throws list public void setdescription int uid string description throws doesnotexistexception authorizationexception viewing a task description java public class tasks table extends initdb implements interface taskdata authorizationexception has been added to the throws list public string getdescription int uid throws doesnotexistexception authorizationexception note that we don t pass uid uid is just the id of the current user in this case permissions get checkpermission tablename description operation view return getdbstring description tablename uid description java public interface interface taskdata authorizationexception has been added to the throws list public string getdescription int uid throws doesnotexistexception authorizationexception
1
734,862
25,368,622,299
IssuesEvent
2022-11-21 08:53:30
jfr609/architecture-refactoring-helper
https://api.github.com/repos/jfr609/architecture-refactoring-helper
closed
Add Tendency to Quality Score, System Property Score and Total Score of both combined for scenario-based rec.
priority: high feature: customization
This involves counting how many quality attributes or system properties are selected and how many are actually met by the approach. For the total score, the weighting that is applied to the individual attributes or properties from the scenarios in phase 1 also plays a role.
1.0
Add Tendency to Quality Score, System Property Score and Total Score of both combined for scenario-based rec. - This involves counting how many quality attributes or system properties are selected and how many are actually met by the approach. For the total score, the weighting that is applied to the individual attributes or properties from the scenarios in phase 1 also plays a role.
priority
add tendency to quality score system property score and total score of both combined for scenario based rec this involves counting how many quality attributes or system properties are selected and how many are actually met by the approach for the total score the weighting that is applied to the individual attributes or properties from the scenarios in phase also plays a role
1
658,030
21,876,302,320
IssuesEvent
2022-05-19 10:27:09
bbortt/event-planner
https://api.github.com/repos/bbortt/event-planner
closed
invitation without an actual user / virtual users
enhancement priority:high
e.g. photographers etc. maybe not an actual `INVITATION` rather no-op users. they "act" like an event. section -> time slot.
1.0
invitation without an actual user / virtual users - e.g. photographers etc. maybe not an actual `INVITATION` rather no-op users. they "act" like an event. section -> time slot.
priority
invitation without an actual user virtual users e g photographers etc maybe not an actual invitation rather no op users they act like an event section time slot
1
365,374
10,781,151,549
IssuesEvent
2019-11-04 14:24:25
status-im/status-react
https://api.github.com/repos/status-im/status-react
closed
Account balance is not fetched when multiaccount is created with keycard
bug high-priority keycard v1 release
### Description *Type*: Bug *Summary*: if multi-account is created with the keycard, the balance of account is not fetched. It remains with "..." instead of converted value regardless of network. Is reproducible for me every time and only with accounts, created with keycard. However, the overall balance of the whole multiaccount is updated after relogin - but balance of separate account remains unchanged. #### Expected behavior "0 USD" #### Actual behavior ... USD ![Screenshot_20190927-164648_Status](https://user-images.githubusercontent.com/4557972/65775110-d5f05f00-e13f-11e9-93b8-a6e94deecb56.jpg) ### Reproduction - Open Status - Create account with keycard - Wait several minutes and check account balance - Relogin ### Additional Information [comment]: # (Please do your best to fill this out.) - Status version: nightly 27/09/2019 - Operating System: Android
1.0
Account balance is not fetched when multiaccount is created with keycard - ### Description *Type*: Bug *Summary*: if multi-account is created with the keycard, the balance of account is not fetched. It remains with "..." instead of converted value regardless of network. Is reproducible for me every time and only with accounts, created with keycard. However, the overall balance of the whole multiaccount is updated after relogin - but balance of separate account remains unchanged. #### Expected behavior "0 USD" #### Actual behavior ... USD ![Screenshot_20190927-164648_Status](https://user-images.githubusercontent.com/4557972/65775110-d5f05f00-e13f-11e9-93b8-a6e94deecb56.jpg) ### Reproduction - Open Status - Create account with keycard - Wait several minutes and check account balance - Relogin ### Additional Information [comment]: # (Please do your best to fill this out.) - Status version: nightly 27/09/2019 - Operating System: Android
priority
account balance is not fetched when multiaccount is created with keycard description type bug summary if multi account is created with the keycard the balance of account is not fetched it remains with instead of converted value regardless of network is reproducible for me every time and only with accounts created with keycard however the overall balance of the whole multiaccount is updated after relogin but balance of separate account remains unchanged expected behavior usd actual behavior usd reproduction open status create account with keycard wait several minutes and check account balance relogin additional information please do your best to fill this out status version nightly operating system android
1
258,620
8,178,272,588
IssuesEvent
2018-08-28 13:27:13
openshiftio/openshift.io
https://api.github.com/repos/openshiftio/openshift.io
closed
In Planner, incorrect user name is reported in email notifications for work item updates
SEV2-high area/planner priority/P3 team/planner type/bug
Steps to recreate: * Create a new Planner workitem * Assign more than one ~owner~ assignee to the workitem * Edit the workitem description * Observe that the email notification reports the incorrect username: ![screenshot from 2018-08-27 15-17-49](https://user-images.githubusercontent.com/642621/44681046-704a1480-aa0d-11e8-8438-88d312c79d25.png) ![screenshot from 2018-08-27 15-18-08](https://user-images.githubusercontent.com/642621/44681047-704a1480-aa0d-11e8-8c66-2f75120d01fb.png)
1.0
In Planner, incorrect user name is reported in email notifications for work item updates - Steps to recreate: * Create a new Planner workitem * Assign more than one ~owner~ assignee to the workitem * Edit the workitem description * Observe that the email notification reports the incorrect username: ![screenshot from 2018-08-27 15-17-49](https://user-images.githubusercontent.com/642621/44681046-704a1480-aa0d-11e8-8438-88d312c79d25.png) ![screenshot from 2018-08-27 15-18-08](https://user-images.githubusercontent.com/642621/44681047-704a1480-aa0d-11e8-8c66-2f75120d01fb.png)
priority
in planner incorrect user name is reported in email notifications for work item updates steps to recreate create a new planner workitem assign more than one owner assignee to the workitem edit the workitem description observe that the email notification reports the incorrect username
1
534,781
15,648,937,983
IssuesEvent
2021-03-23 06:43:24
AY2021S2-CS2103T-W12-2/tp
https://api.github.com/repos/AY2021S2-CS2103T-W12-2/tp
opened
Add new attribute and update add-command
priority.High
Date of birth - Sherman Use cases - For sending birthday greetings
1.0
Add new attribute and update add-command - Date of birth - Sherman Use cases - For sending birthday greetings
priority
add new attribute and update add command date of birth sherman use cases for sending birthday greetings
1
741,945
25,829,304,361
IssuesEvent
2022-12-12 15:04:09
pytorch/pytorch
https://api.github.com/repos/pytorch/pytorch
opened
Pytorch nightly conda builds for Linux and Windows failing
high priority
### 🐛 Describe the bug https://github.com/pytorch/pytorch/actions/runs/3673791849/jobs/6213742922 Failure: ``` + python -c 'import torch' Traceback (most recent call last): File "<string>", line 1, in <module> File "/opt/conda/envs/testenv/lib/python3.9/site-packages/torch/__init__.py", line 1232, in <module> from . import _meta_registrations File "/opt/conda/envs/testenv/lib/python3.9/site-packages/torch/_meta_registrations.py", line 7, in <module> from torch._decomp import _add_op_to_registry, global_decomposition_table, meta_table File "/opt/conda/envs/testenv/lib/python3.9/site-packages/torch/_decomp/__init__.py", line 168, in <module> import torch._decomp.decompositions File "/opt/conda/envs/testenv/lib/python3.9/site-packages/torch/_decomp/decompositions.py", line 10, in <module> import torch._prims as prims File "/opt/conda/envs/testenv/lib/python3.9/site-packages/torch/_prims/__init__.py", line 34, in <module> from torch.fx.experimental.symbolic_shapes import sym_float File "/opt/conda/envs/testenv/lib/python3.9/site-packages/torch/fx/experimental/symbolic_shapes.py", line 451, in <module> class Symbol(sympy.Dummy): NameError: name 'sympy' is not defined ``` ### Versions nightly
1.0
Pytorch nightly conda builds for Linux and Windows failing - ### 🐛 Describe the bug https://github.com/pytorch/pytorch/actions/runs/3673791849/jobs/6213742922 Failure: ``` + python -c 'import torch' Traceback (most recent call last): File "<string>", line 1, in <module> File "/opt/conda/envs/testenv/lib/python3.9/site-packages/torch/__init__.py", line 1232, in <module> from . import _meta_registrations File "/opt/conda/envs/testenv/lib/python3.9/site-packages/torch/_meta_registrations.py", line 7, in <module> from torch._decomp import _add_op_to_registry, global_decomposition_table, meta_table File "/opt/conda/envs/testenv/lib/python3.9/site-packages/torch/_decomp/__init__.py", line 168, in <module> import torch._decomp.decompositions File "/opt/conda/envs/testenv/lib/python3.9/site-packages/torch/_decomp/decompositions.py", line 10, in <module> import torch._prims as prims File "/opt/conda/envs/testenv/lib/python3.9/site-packages/torch/_prims/__init__.py", line 34, in <module> from torch.fx.experimental.symbolic_shapes import sym_float File "/opt/conda/envs/testenv/lib/python3.9/site-packages/torch/fx/experimental/symbolic_shapes.py", line 451, in <module> class Symbol(sympy.Dummy): NameError: name 'sympy' is not defined ``` ### Versions nightly
priority
pytorch nightly conda builds for linux and windows failing 🐛 describe the bug failure python c import torch traceback most recent call last file line in file opt conda envs testenv lib site packages torch init py line in from import meta registrations file opt conda envs testenv lib site packages torch meta registrations py line in from torch decomp import add op to registry global decomposition table meta table file opt conda envs testenv lib site packages torch decomp init py line in import torch decomp decompositions file opt conda envs testenv lib site packages torch decomp decompositions py line in import torch prims as prims file opt conda envs testenv lib site packages torch prims init py line in from torch fx experimental symbolic shapes import sym float file opt conda envs testenv lib site packages torch fx experimental symbolic shapes py line in class symbol sympy dummy nameerror name sympy is not defined versions nightly
1
144,147
5,536,448,116
IssuesEvent
2017-03-21 19:40:03
CS2103JAN2017-W15-B2/main
https://api.github.com/repos/CS2103JAN2017-W15-B2/main
closed
As a new user I can specify the storage file and location
priority.high type.story
So I can control the save file location and name
1.0
As a new user I can specify the storage file and location - So I can control the save file location and name
priority
as a new user i can specify the storage file and location so i can control the save file location and name
1
800,065
28,325,508,814
IssuesEvent
2023-04-11 06:51:21
haparlament/haparlament-web-app
https://api.github.com/repos/haparlament/haparlament-web-app
opened
verify that fields are filled before allowing user to move on to the next step (details form and time selection page)
App: Frontend Type: Bug Priority: High
#### Expected Behaviour #### Actual Behaviour #### Steps to Reproduce -
1.0
verify that fields are filled before allowing user to move on to the next step (details form and time selection page) - #### Expected Behaviour #### Actual Behaviour #### Steps to Reproduce -
priority
verify that fields are filled before allowing user to move on to the next step details form and time selection page expected behaviour actual behaviour steps to reproduce
1
144,505
5,541,651,666
IssuesEvent
2017-03-22 13:25:12
CS2103JAN2017-T16-B2/main
https://api.github.com/repos/CS2103JAN2017-T16-B2/main
closed
Adding duplicate tasks throws exception which is not handled
priority.high type.bug
pls add a notification to notify users that duplicate task exists
1.0
Adding duplicate tasks throws exception which is not handled - pls add a notification to notify users that duplicate task exists
priority
adding duplicate tasks throws exception which is not handled pls add a notification to notify users that duplicate task exists
1
487,325
14,040,495,987
IssuesEvent
2020-11-01 02:58:18
michaelrsweet/pappl
https://api.github.com/repos/michaelrsweet/pappl
closed
Finish support for vendor options
enhancement priority-high
The current support for vendor/custom options is lacking and needs to be completed before 1.0. Specific changes: - [x] Add cups_option_t array to pappl_joptions_t with vendor options - [x] Change papplJobGetOptions to allocate the pappl_joptions_t structure. - [x] Add papplJobFreeOptions function to free the pappl_joptions_t structure along with any allocated vendor options - [x] Add vendor options and attributes to the PWG test driver - [x] Add web UI for vendor options - [ ] Add support for vendor options at the command-line
1.0
Finish support for vendor options - The current support for vendor/custom options is lacking and needs to be completed before 1.0. Specific changes: - [x] Add cups_option_t array to pappl_joptions_t with vendor options - [x] Change papplJobGetOptions to allocate the pappl_joptions_t structure. - [x] Add papplJobFreeOptions function to free the pappl_joptions_t structure along with any allocated vendor options - [x] Add vendor options and attributes to the PWG test driver - [x] Add web UI for vendor options - [ ] Add support for vendor options at the command-line
priority
finish support for vendor options the current support for vendor custom options is lacking and needs to be completed before specific changes add cups option t array to pappl joptions t with vendor options change pappljobgetoptions to allocate the pappl joptions t structure add pappljobfreeoptions function to free the pappl joptions t structure along with any allocated vendor options add vendor options and attributes to the pwg test driver add web ui for vendor options add support for vendor options at the command line
1
203,009
7,057,204,838
IssuesEvent
2018-01-04 15:40:33
OpenNebula/one
https://api.github.com/repos/OpenNebula/one
closed
VMGroup & DS datatables broken in vCenter Cloud View
Category: Cloud View Community Priority: High Status: Accepted Type: Bug
# Bug Report ## Version of OpenNebula - [ ] 5.2.2 - [ ] 5.4.0 - [ ] 5.4.1 - [ ] 5.4.2 - [ ] 5.4.3 - [x] Development build ## Component - [ ] Authorization (LDAP, x509 certs...) - [ ] Command Line Interface (CLI) - [ ] Contextualization - [ ] Documentation - [ ] Federation and HA - [ ] Host, Clusters and Monitorization - [ ] KVM - [ ] Networking - [ ] Orchestration (OpenNebula Flow) - [ ] Packages - [ ] Scheduler - [ ] Storage & Images - [x] Sunstone - [ ] Upgrades - [ ] User, Groups, VDCs and ACL - [x] vCenter ## Description VMGroup & DS datatables doesn't show the resources in vCenter Cloud View. ### Expected Behavior N/A ### Actual Behavior N/A ## How to reproduce N/A
1.0
VMGroup & DS datatables broken in vCenter Cloud View - # Bug Report ## Version of OpenNebula - [ ] 5.2.2 - [ ] 5.4.0 - [ ] 5.4.1 - [ ] 5.4.2 - [ ] 5.4.3 - [x] Development build ## Component - [ ] Authorization (LDAP, x509 certs...) - [ ] Command Line Interface (CLI) - [ ] Contextualization - [ ] Documentation - [ ] Federation and HA - [ ] Host, Clusters and Monitorization - [ ] KVM - [ ] Networking - [ ] Orchestration (OpenNebula Flow) - [ ] Packages - [ ] Scheduler - [ ] Storage & Images - [x] Sunstone - [ ] Upgrades - [ ] User, Groups, VDCs and ACL - [x] vCenter ## Description VMGroup & DS datatables doesn't show the resources in vCenter Cloud View. ### Expected Behavior N/A ### Actual Behavior N/A ## How to reproduce N/A
priority
vmgroup ds datatables broken in vcenter cloud view 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 vmgroup ds datatables doesn t show the resources in vcenter cloud view expected behavior n a actual behavior n a how to reproduce n a
1
343,866
10,337,732,470
IssuesEvent
2019-09-03 15:25:02
RobotLocomotion/drake
https://api.github.com/repos/RobotLocomotion/drake
opened
ContactInfo deprecation dates are inconsistent
priority: high team: dynamics type: cleanup
The "num_contacts" deprecation in #11901 variously says "12-01-2019" and "2019-10-01" throughout the codebase. I think both should be spelled as "2019-12-01"?
1.0
ContactInfo deprecation dates are inconsistent - The "num_contacts" deprecation in #11901 variously says "12-01-2019" and "2019-10-01" throughout the codebase. I think both should be spelled as "2019-12-01"?
priority
contactinfo deprecation dates are inconsistent the num contacts deprecation in variously says and throughout the codebase i think both should be spelled as
1
378,563
11,204,507,658
IssuesEvent
2020-01-05 06:30:08
plotly/dashR
https://api.github.com/repos/plotly/dashR
closed
Dash for R should support asynchronous component loading
Stage: In Review enhancement high priority parity
As described in https://github.com/plotly/dash/pull/899, Dash for Python will soon support `eager` and `lazy` loading of components to enhance performance. Dash for R should do the same, which will require - introducing additional logic to parse `_js_dist` and inspect the `async` field - modifying Dash for R to store this attribute in a new (backend) field, as a logical or character string (`TRUE`, `"eager"`, `"lazy"`) - providing support for an `eager_loading` flag - providing support for a `_force_eager_loading` flag, e.g. https://github.com/plotly/dash-design-kit/blob/ba0b941425903fbd3d463b83480699489e8f2c91/dash_design_kit/__init__.py#L33 - implementing logic to modify component loading based on the flags above - writing a test to validate the expected behaviour of the new implementation Additional requirements (repasted from an earlier comment): - Dash for R should extract `_dash_compatibility_version` from component's `__init__.py` - may be overridden with Dash option `_dash_compatibility_version` - warnings will be displayed to inform the user of the features inactivated by _dash_compatibility_version and which component(s) are responsible for the deprecated mode - Need to distinguish 'lazy' files from 'dynamic' files for eagerness - Plotly.js gets differential treatment and eagerness will not just change behavior but *also* the set of files to load @Marc-Andre-Rivet @alexcjohnson
1.0
Dash for R should support asynchronous component loading - As described in https://github.com/plotly/dash/pull/899, Dash for Python will soon support `eager` and `lazy` loading of components to enhance performance. Dash for R should do the same, which will require - introducing additional logic to parse `_js_dist` and inspect the `async` field - modifying Dash for R to store this attribute in a new (backend) field, as a logical or character string (`TRUE`, `"eager"`, `"lazy"`) - providing support for an `eager_loading` flag - providing support for a `_force_eager_loading` flag, e.g. https://github.com/plotly/dash-design-kit/blob/ba0b941425903fbd3d463b83480699489e8f2c91/dash_design_kit/__init__.py#L33 - implementing logic to modify component loading based on the flags above - writing a test to validate the expected behaviour of the new implementation Additional requirements (repasted from an earlier comment): - Dash for R should extract `_dash_compatibility_version` from component's `__init__.py` - may be overridden with Dash option `_dash_compatibility_version` - warnings will be displayed to inform the user of the features inactivated by _dash_compatibility_version and which component(s) are responsible for the deprecated mode - Need to distinguish 'lazy' files from 'dynamic' files for eagerness - Plotly.js gets differential treatment and eagerness will not just change behavior but *also* the set of files to load @Marc-Andre-Rivet @alexcjohnson
priority
dash for r should support asynchronous component loading as described in dash for python will soon support eager and lazy loading of components to enhance performance dash for r should do the same which will require introducing additional logic to parse js dist and inspect the async field modifying dash for r to store this attribute in a new backend field as a logical or character string true eager lazy providing support for an eager loading flag providing support for a force eager loading flag e g implementing logic to modify component loading based on the flags above writing a test to validate the expected behaviour of the new implementation additional requirements repasted from an earlier comment dash for r should extract dash compatibility version from component s init py may be overridden with dash option dash compatibility version warnings will be displayed to inform the user of the features inactivated by dash compatibility version and which component s are responsible for the deprecated mode need to distinguish lazy files from dynamic files for eagerness plotly js gets differential treatment and eagerness will not just change behavior but also the set of files to load marc andre rivet alexcjohnson
1
458,916
13,184,102,363
IssuesEvent
2020-08-12 18:45:48
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
closed
a newly elected yb-master leader should be conservative before it initiates load balancing decisions
area/docdb priority/high
The load balancer runs once every second by default. A newly elected yb-master leader (after a leader failover) therefore starts making load balancing decisions pretty much immediately before hearing from all the TServers and getting the full picture. This is more likely on larger or multi-region clusters. The LB may try to "add" servers to quorum for example. based on a partial knowledge of things causing the cluster to do unnecessary extra work (movement of shard leaders or even data). We should put a near term/simple fix that any newly elected yb-master doesn't start load-balancing for a period of 90secs (configurable gflag). This allows ample opportunity for at least the healthy servers to check in. And I think this should hold us as a good intermediate solution until the fix for #4691 lands.
1.0
a newly elected yb-master leader should be conservative before it initiates load balancing decisions - The load balancer runs once every second by default. A newly elected yb-master leader (after a leader failover) therefore starts making load balancing decisions pretty much immediately before hearing from all the TServers and getting the full picture. This is more likely on larger or multi-region clusters. The LB may try to "add" servers to quorum for example. based on a partial knowledge of things causing the cluster to do unnecessary extra work (movement of shard leaders or even data). We should put a near term/simple fix that any newly elected yb-master doesn't start load-balancing for a period of 90secs (configurable gflag). This allows ample opportunity for at least the healthy servers to check in. And I think this should hold us as a good intermediate solution until the fix for #4691 lands.
priority
a newly elected yb master leader should be conservative before it initiates load balancing decisions the load balancer runs once every second by default a newly elected yb master leader after a leader failover therefore starts making load balancing decisions pretty much immediately before hearing from all the tservers and getting the full picture this is more likely on larger or multi region clusters the lb may try to add servers to quorum for example based on a partial knowledge of things causing the cluster to do unnecessary extra work movement of shard leaders or even data we should put a near term simple fix that any newly elected yb master doesn t start load balancing for a period of configurable gflag this allows ample opportunity for at least the healthy servers to check in and i think this should hold us as a good intermediate solution until the fix for lands
1
444,921
12,823,182,430
IssuesEvent
2020-07-06 11:12:57
WordPress/gutenberg
https://api.github.com/repos/WordPress/gutenberg
closed
When 2 plugins are using the new CSS feature of wp-scripts an error happens.
[Package] Scripts [Priority] High [Type] Regression
**Describe the bug** This happened when a third party plugin I use updated to use the new feature of wp-scripts. I'm using the new feature also. An error happens when I try to import style.scss files on my block and use the build script. Using the start script is fine, only the build script is not functioning well. As it happens, some of the blocks from the other plugin also went missing. **To reproduce** Steps to reproduce the behavior: 1. Install [Bootstrap Blocks plugin](https://wordpress.org/plugins/wp-bootstrap-blocks/) 2. Create your own plugin with a block that has both editor and style stylesheets. 3. Run wp-scripts build 4. See error on console on refresh **Expected behavior** No error would pop up and no blocks from the other plugin will be missing. **Screenshots** If applicable, add screenshots to help explain your problem. **Editor version (please complete the following information):** - WordPress version: 5.4.2 - Gutenberg version: 8.3.0 **Desktop (please complete the following information):** - OS: Windows - Browser: Chrome - Version: 83
1.0
When 2 plugins are using the new CSS feature of wp-scripts an error happens. - **Describe the bug** This happened when a third party plugin I use updated to use the new feature of wp-scripts. I'm using the new feature also. An error happens when I try to import style.scss files on my block and use the build script. Using the start script is fine, only the build script is not functioning well. As it happens, some of the blocks from the other plugin also went missing. **To reproduce** Steps to reproduce the behavior: 1. Install [Bootstrap Blocks plugin](https://wordpress.org/plugins/wp-bootstrap-blocks/) 2. Create your own plugin with a block that has both editor and style stylesheets. 3. Run wp-scripts build 4. See error on console on refresh **Expected behavior** No error would pop up and no blocks from the other plugin will be missing. **Screenshots** If applicable, add screenshots to help explain your problem. **Editor version (please complete the following information):** - WordPress version: 5.4.2 - Gutenberg version: 8.3.0 **Desktop (please complete the following information):** - OS: Windows - Browser: Chrome - Version: 83
priority
when plugins are using the new css feature of wp scripts an error happens describe the bug this happened when a third party plugin i use updated to use the new feature of wp scripts i m using the new feature also an error happens when i try to import style scss files on my block and use the build script using the start script is fine only the build script is not functioning well as it happens some of the blocks from the other plugin also went missing to reproduce steps to reproduce the behavior install create your own plugin with a block that has both editor and style stylesheets run wp scripts build see error on console on refresh expected behavior no error would pop up and no blocks from the other plugin will be missing screenshots if applicable add screenshots to help explain your problem editor version please complete the following information wordpress version gutenberg version desktop please complete the following information os windows browser chrome version
1
159,782
6,061,021,523
IssuesEvent
2017-06-14 04:38:47
NREL/openstudio-geometry-editor
https://api.github.com/repos/NREL/openstudio-geometry-editor
closed
Editor creates degenerate surface
bug fixed - needs verify high priority
Simple two story building results in degenerate surface which causes failure on OS import. [floorplan.json.zip](https://github.com/NREL/openstudio-geometry-editor/files/1033600/floorplan.json.zip)
1.0
Editor creates degenerate surface - Simple two story building results in degenerate surface which causes failure on OS import. [floorplan.json.zip](https://github.com/NREL/openstudio-geometry-editor/files/1033600/floorplan.json.zip)
priority
editor creates degenerate surface simple two story building results in degenerate surface which causes failure on os import
1
464,135
13,306,856,912
IssuesEvent
2020-08-25 21:00:11
HEXRD/hexrdgui
https://api.github.com/repos/HEXRD/hexrdgui
closed
TARDIS boundardy issues
bug high priority llnl
@bnmajor I noticed that the TARDIS boundaries are coming in upside-down. I want to have the boundary files define the detector coordinate system, so they have to be consistent. I realize that I supplied the templates in cartesian coordinates; the logic behind this (rather than pixel coordinates) is that the scanned pixel size can change (though it defaults to 0.1mm). Since displaying images defaults to putting the origin of pixel coordinates in the upper left corner, this is likely the source of the apparent flip. I checked that the template files load in the intended orientation: ![TARDIS_templates](https://user-images.githubusercontent.com/1154130/91104198-23ac6a80-e622-11ea-8e66-29490e71bfd0.png) There are two ways to proceed: 1. load the images into the cartesian frame using the pixel size and image extents; or 2. transform the overlays into pixel coordinates Regarding 2, the easiest was to transform the cartesian overlays to pixels is via the reference instrument. For each detector panel, there is a `cartToPixel()` that will output the list/array of `[(x_0, y_0), (x_1, y_1), ..., (x_n, y_n)]` coordinates and output the corresponding `[(i_0, j_0), (i_1, j_1), ..., (i_n, j_n)]` row/col pixel coordinates. The conversion is based on the pixel size property set on the detector. As long as the panel has the proper pixel size, we should be good to go.
1.0
TARDIS boundardy issues - @bnmajor I noticed that the TARDIS boundaries are coming in upside-down. I want to have the boundary files define the detector coordinate system, so they have to be consistent. I realize that I supplied the templates in cartesian coordinates; the logic behind this (rather than pixel coordinates) is that the scanned pixel size can change (though it defaults to 0.1mm). Since displaying images defaults to putting the origin of pixel coordinates in the upper left corner, this is likely the source of the apparent flip. I checked that the template files load in the intended orientation: ![TARDIS_templates](https://user-images.githubusercontent.com/1154130/91104198-23ac6a80-e622-11ea-8e66-29490e71bfd0.png) There are two ways to proceed: 1. load the images into the cartesian frame using the pixel size and image extents; or 2. transform the overlays into pixel coordinates Regarding 2, the easiest was to transform the cartesian overlays to pixels is via the reference instrument. For each detector panel, there is a `cartToPixel()` that will output the list/array of `[(x_0, y_0), (x_1, y_1), ..., (x_n, y_n)]` coordinates and output the corresponding `[(i_0, j_0), (i_1, j_1), ..., (i_n, j_n)]` row/col pixel coordinates. The conversion is based on the pixel size property set on the detector. As long as the panel has the proper pixel size, we should be good to go.
priority
tardis boundardy issues bnmajor i noticed that the tardis boundaries are coming in upside down i want to have the boundary files define the detector coordinate system so they have to be consistent i realize that i supplied the templates in cartesian coordinates the logic behind this rather than pixel coordinates is that the scanned pixel size can change though it defaults to since displaying images defaults to putting the origin of pixel coordinates in the upper left corner this is likely the source of the apparent flip i checked that the template files load in the intended orientation there are two ways to proceed load the images into the cartesian frame using the pixel size and image extents or transform the overlays into pixel coordinates regarding the easiest was to transform the cartesian overlays to pixels is via the reference instrument for each detector panel there is a carttopixel that will output the list array of coordinates and output the corresponding row col pixel coordinates the conversion is based on the pixel size property set on the detector as long as the panel has the proper pixel size we should be good to go
1
146,129
5,611,907,902
IssuesEvent
2017-04-03 01:31:52
TSAP-Laval/acquisition-frontend
https://api.github.com/repos/TSAP-Laval/acquisition-frontend
opened
[TOP PRIORITY] Fixer les erreurs dans /src/layouts/Edit.tsx
Priority: High Status: OMG Maximum Type: Bug
### Before submitting an issue, make sure you have: - [X] Read the [README](https://github.com/TSAP-Laval/acquisition-frontend/blob/master/README.md) - [X] [Searched](https://github.com/TSAP-Laval/acquisition-frontend/search?type=Issues) the bugtracker for similar issues including **closed** ones - [X] Reviewed the sample code in [tests](https://github.com/TSAP-Laval/acquisition-frontend/tree/master/tests) ### Purpose of your issue? - [X] Bug report (encountered problems/errors) - [ ] Feature request (request for a new functionality) - [ ] Question - [ ] Other --- ### Describe your issue Je ne sais pas trop comment tu t'y est pris, mais il se pourrait que ton linter n'est pas les bonnes configs. Donc, je te conseille, de un, de t'assurer d'avoir bien puller `dev`et `master`, de deux, de t'assurer que tous tes plugins `vs code`soient à jour ! Après assure toi que ton code est **parfait** donc plus aucune erreur de lintage et aussi, qu'il **compile bel et bien** !!!
1.0
[TOP PRIORITY] Fixer les erreurs dans /src/layouts/Edit.tsx - ### Before submitting an issue, make sure you have: - [X] Read the [README](https://github.com/TSAP-Laval/acquisition-frontend/blob/master/README.md) - [X] [Searched](https://github.com/TSAP-Laval/acquisition-frontend/search?type=Issues) the bugtracker for similar issues including **closed** ones - [X] Reviewed the sample code in [tests](https://github.com/TSAP-Laval/acquisition-frontend/tree/master/tests) ### Purpose of your issue? - [X] Bug report (encountered problems/errors) - [ ] Feature request (request for a new functionality) - [ ] Question - [ ] Other --- ### Describe your issue Je ne sais pas trop comment tu t'y est pris, mais il se pourrait que ton linter n'est pas les bonnes configs. Donc, je te conseille, de un, de t'assurer d'avoir bien puller `dev`et `master`, de deux, de t'assurer que tous tes plugins `vs code`soient à jour ! Après assure toi que ton code est **parfait** donc plus aucune erreur de lintage et aussi, qu'il **compile bel et bien** !!!
priority
fixer les erreurs dans src layouts edit tsx before submitting an issue make sure you have read the the bugtracker for similar issues including closed ones reviewed the sample code in purpose of your issue bug report encountered problems errors feature request request for a new functionality question other describe your issue je ne sais pas trop comment tu t y est pris mais il se pourrait que ton linter n est pas les bonnes configs donc je te conseille de un de t assurer d avoir bien puller dev et master de deux de t assurer que tous tes plugins vs code soient à jour après assure toi que ton code est parfait donc plus aucune erreur de lintage et aussi qu il compile bel et bien
1
602,797
18,506,331,399
IssuesEvent
2021-10-19 19:04:57
lima-vm/lima
https://api.github.com/repos/lima-vm/lima
closed
Set instance name while starting
enhancement priority/high
Running `limactl start foo.yml` automatically sets the instance name to `foo`. It would be nice to be able to set a name different than the file name. Ex. running `limactl start foo.yml --name bar` would create an instance named `bar`.
1.0
Set instance name while starting - Running `limactl start foo.yml` automatically sets the instance name to `foo`. It would be nice to be able to set a name different than the file name. Ex. running `limactl start foo.yml --name bar` would create an instance named `bar`.
priority
set instance name while starting running limactl start foo yml automatically sets the instance name to foo it would be nice to be able to set a name different than the file name ex running limactl start foo yml name bar would create an instance named bar
1
306,432
9,393,142,903
IssuesEvent
2019-04-07 08:54:23
varunvora/alcoding
https://api.github.com/repos/varunvora/alcoding
closed
Implement remove_unmapped_handles_from_rank_list
Priority: High Status: Revision Needed Type: Enhancement
Having entire rank lists makes executor.sh slow. Currently takes over 1 minute. This function will allow us to explicitly remove unmapped handles for old contests.
1.0
Implement remove_unmapped_handles_from_rank_list - Having entire rank lists makes executor.sh slow. Currently takes over 1 minute. This function will allow us to explicitly remove unmapped handles for old contests.
priority
implement remove unmapped handles from rank list having entire rank lists makes executor sh slow currently takes over minute this function will allow us to explicitly remove unmapped handles for old contests
1
564,752
16,740,459,295
IssuesEvent
2021-06-11 09:08:23
codetapacademy/codetap.academy
https://api.github.com/repos/codetapacademy/codetap.academy
closed
feat: add ask questions section
Priority: High Status: Available Type: Enhancement
* [ ] add ask a question to the top menu #330 * [ ] create ask question page where users can add links to vimeo, youtube of facebook videos where they ask Questions to CodeTap Academy #331 * [ ] update the questions page to list questions and allow users to vote and comment on them #332
1.0
feat: add ask questions section - * [ ] add ask a question to the top menu #330 * [ ] create ask question page where users can add links to vimeo, youtube of facebook videos where they ask Questions to CodeTap Academy #331 * [ ] update the questions page to list questions and allow users to vote and comment on them #332
priority
feat add ask questions section add ask a question to the top menu create ask question page where users can add links to vimeo youtube of facebook videos where they ask questions to codetap academy update the questions page to list questions and allow users to vote and comment on them
1
565,413
16,761,076,637
IssuesEvent
2021-06-13 19:58:04
bounswe/2021SpringGroup1
https://api.github.com/repos/bounswe/2021SpringGroup1
closed
Learning Docker to Dockerize the Django App
Priority: High
I watched some tutorials to learn how to dockerize our django app.
1.0
Learning Docker to Dockerize the Django App - I watched some tutorials to learn how to dockerize our django app.
priority
learning docker to dockerize the django app i watched some tutorials to learn how to dockerize our django app
1
391,233
11,570,930,059
IssuesEvent
2020-02-20 20:28:40
MolSnoo/Alter-Ego
https://api.github.com/repos/MolSnoo/Alter-Ego
closed
Update set_moderator and set_bot commands
feature high priority
Set commands should be updated to set the accessibility of child items of an item in the given container.
1.0
Update set_moderator and set_bot commands - Set commands should be updated to set the accessibility of child items of an item in the given container.
priority
update set moderator and set bot commands set commands should be updated to set the accessibility of child items of an item in the given container
1
443,196
12,760,994,583
IssuesEvent
2020-06-29 09:00:52
option26/quarantine-hero
https://api.github.com/repos/option26/quarantine-hero
closed
Find a way to keep up-to-date with sentry error reporting
priority-high
It feels like some issues might be going unnoticed and we should find a way to keep up-to-date with this
1.0
Find a way to keep up-to-date with sentry error reporting - It feels like some issues might be going unnoticed and we should find a way to keep up-to-date with this
priority
find a way to keep up to date with sentry error reporting it feels like some issues might be going unnoticed and we should find a way to keep up to date with this
1
42,711
2,873,298,674
IssuesEvent
2015-06-08 16:18:38
ualbertalib/HydraNorth
https://api.github.com/repos/ualbertalib/HydraNorth
closed
migration - users
in progress priority:high
Bring over users first so that items can be linked to them as depositor. * ensure devise unconfirmed and can gain confirmation of email instructions * create field for ERA user id * some users may have CCID associated with their account - can we discard this? And deal with it later when Shibboleth is part of our environment? (Question for Amanda)
1.0
migration - users - Bring over users first so that items can be linked to them as depositor. * ensure devise unconfirmed and can gain confirmation of email instructions * create field for ERA user id * some users may have CCID associated with their account - can we discard this? And deal with it later when Shibboleth is part of our environment? (Question for Amanda)
priority
migration users bring over users first so that items can be linked to them as depositor ensure devise unconfirmed and can gain confirmation of email instructions create field for era user id some users may have ccid associated with their account can we discard this and deal with it later when shibboleth is part of our environment question for amanda
1
280,080
8,677,830,169
IssuesEvent
2018-11-30 17:56:54
C3DSU/edefpr-backend
https://api.github.com/repos/C3DSU/edefpr-backend
closed
Implementar database de Attendment
Category: Backend Priority: Highest Stage: To-do-backend Type: New-feature
Implementar factory, migration e seed com os atributos de atendimento
1.0
Implementar database de Attendment - Implementar factory, migration e seed com os atributos de atendimento
priority
implementar database de attendment implementar factory migration e seed com os atributos de atendimento
1
54,631
3,070,534,207
IssuesEvent
2015-08-19 05:32:21
chocolatey/choco
https://api.github.com/repos/chocolatey/choco
opened
Remove rollback should validate it exists in choco install backup directory
0 - Backlog Bug Priority_HIGH Security
As a further enhancement for #341, we should ensure that package names are not attempting to navigate out of the lib backup directory. A specially crafted package name could cause choco to attempt to delete folders it should not, therefore we need to restrict it to the lib backup folder only and exit with an error if it does not find that it is accessing that folder. We should also look to disable navigating up with relative path for a package name when combining the package name with the backup folder.
1.0
Remove rollback should validate it exists in choco install backup directory - As a further enhancement for #341, we should ensure that package names are not attempting to navigate out of the lib backup directory. A specially crafted package name could cause choco to attempt to delete folders it should not, therefore we need to restrict it to the lib backup folder only and exit with an error if it does not find that it is accessing that folder. We should also look to disable navigating up with relative path for a package name when combining the package name with the backup folder.
priority
remove rollback should validate it exists in choco install backup directory as a further enhancement for we should ensure that package names are not attempting to navigate out of the lib backup directory a specially crafted package name could cause choco to attempt to delete folders it should not therefore we need to restrict it to the lib backup folder only and exit with an error if it does not find that it is accessing that folder we should also look to disable navigating up with relative path for a package name when combining the package name with the backup folder
1
587,104
17,604,682,955
IssuesEvent
2021-08-17 15:37:11
inverse-inc/packetfence
https://api.github.com/repos/inverse-inc/packetfence
closed
Switch type selection typeahead is case sensitive
Type: Bug Priority: High
**Describe the bug** When using the typeahead to select a switch type (ex: `AeroHIVE AP`), it doesn't ignore the case of the search like it used to before **To Reproduce** 1. Create a new switch 2. Go in the `Type` field 3. Input `aero` 4. No types are displayed **Expected behavior** The 3 types containing `aero` should be displayed **Additional context** Searching for `Aero` returns the expected types
1.0
Switch type selection typeahead is case sensitive - **Describe the bug** When using the typeahead to select a switch type (ex: `AeroHIVE AP`), it doesn't ignore the case of the search like it used to before **To Reproduce** 1. Create a new switch 2. Go in the `Type` field 3. Input `aero` 4. No types are displayed **Expected behavior** The 3 types containing `aero` should be displayed **Additional context** Searching for `Aero` returns the expected types
priority
switch type selection typeahead is case sensitive describe the bug when using the typeahead to select a switch type ex aerohive ap it doesn t ignore the case of the search like it used to before to reproduce create a new switch go in the type field input aero no types are displayed expected behavior the types containing aero should be displayed additional context searching for aero returns the expected types
1
545,586
15,953,439,115
IssuesEvent
2021-04-15 12:27:10
geneontology/go-annotation
https://api.github.com/repos/geneontology/go-annotation
closed
PTN000047179 (PTHR45663)
FlyBase PAINT annotation high priority
PTN000047179 adds "protein-disulfide reductase activity (GO:0047134)" to members of the GEO12009P1 (PTHR45663) family, which includes Drosophila CG13473 (Q9VUG9) and C. elegans trx-4 (Q9TXY8), which are thioredoxin-like proteins. Note that GO term is a child of "oxidoreductase activity, acting on a sulfur group of donors, NAD(P) as acceptor". I think GO:0047134 should be removed from the node, or maybe restricted to a subfamily because: 1. the single source for that term is E.coli ECOLI|EcoGene=EG11887|UniProtKB=P0AGG4, and I'm not sure the functional conservation is true through to flies/worms. 2. The node also has the MF "oxidoreductase activity, acting on a sulfur group of donors, disulfide as acceptor" (i.e. a different branch under "oxidoreductase activity, acting on a sulfur group of donors") from multiple plant sources, and I think is the correct term for metazoan Thioredoxins. What do you think?
1.0
PTN000047179 (PTHR45663) - PTN000047179 adds "protein-disulfide reductase activity (GO:0047134)" to members of the GEO12009P1 (PTHR45663) family, which includes Drosophila CG13473 (Q9VUG9) and C. elegans trx-4 (Q9TXY8), which are thioredoxin-like proteins. Note that GO term is a child of "oxidoreductase activity, acting on a sulfur group of donors, NAD(P) as acceptor". I think GO:0047134 should be removed from the node, or maybe restricted to a subfamily because: 1. the single source for that term is E.coli ECOLI|EcoGene=EG11887|UniProtKB=P0AGG4, and I'm not sure the functional conservation is true through to flies/worms. 2. The node also has the MF "oxidoreductase activity, acting on a sulfur group of donors, disulfide as acceptor" (i.e. a different branch under "oxidoreductase activity, acting on a sulfur group of donors") from multiple plant sources, and I think is the correct term for metazoan Thioredoxins. What do you think?
priority
adds protein disulfide reductase activity go to members of the family which includes drosophila and c elegans trx which are thioredoxin like proteins note that go term is a child of oxidoreductase activity acting on a sulfur group of donors nad p as acceptor i think go should be removed from the node or maybe restricted to a subfamily because the single source for that term is e coli ecoli ecogene uniprotkb and i m not sure the functional conservation is true through to flies worms the node also has the mf oxidoreductase activity acting on a sulfur group of donors disulfide as acceptor i e a different branch under oxidoreductase activity acting on a sulfur group of donors from multiple plant sources and i think is the correct term for metazoan thioredoxins what do you think
1
512,976
14,913,519,465
IssuesEvent
2021-01-22 14:15:08
bounswe/bounswe2020group2
https://api.github.com/repos/bounswe/bounswe2020group2
closed
Implement Password Change Endpoint
effort: medium priority: high status: in progress type: back-end who: individual
I will implement an endpoint that lets users to change their previous passwords.
1.0
Implement Password Change Endpoint - I will implement an endpoint that lets users to change their previous passwords.
priority
implement password change endpoint i will implement an endpoint that lets users to change their previous passwords
1
782,466
27,497,359,729
IssuesEvent
2023-03-05 09:47:51
octokit/plugin-retry.js
https://api.github.com/repos/octokit/plugin-retry.js
closed
[BUG]: dist-types/index.d.ts is not present in the published NPM package
Priority: High Type: Bug released
### What happened? Hey awesome maintainers! After upgrading from 4.1.1 to 4.1.2 I noticed the following tsc error: ```shell error TS7016: Could not find a declaration file for module '@octokit/plugin-retry'. '/some-path-here/node_modules/.pnpm/@octokit+plugin-retry@4.1.2_@octokit+core@4.2.0/node_modules/@octokit/plugin-retry/dist-node/index.js' implicitly has an 'any' type. Try `npm i --save-dev @types/octokit__plugin-retry` if it exists or add a new declaration (.d.ts) file containing `declare module '@octokit/plugin-retry';` 2 import { retry } from '@octokit/plugin-retry'; ``` Having a look in the tgz on npm I only see a `dist-node` directory, but the package.json exports the types in `dist-types/index.d.ts` ### Versions "@octokit/core": "4.2.0" "@octokit/plugin-retry": "4.1.2", "@octokit/rest": "19.0.7", node 16.19.1 ### Relevant log output _No response_ ### Code of Conduct - [X] I agree to follow this project's Code of Conduct
1.0
[BUG]: dist-types/index.d.ts is not present in the published NPM package - ### What happened? Hey awesome maintainers! After upgrading from 4.1.1 to 4.1.2 I noticed the following tsc error: ```shell error TS7016: Could not find a declaration file for module '@octokit/plugin-retry'. '/some-path-here/node_modules/.pnpm/@octokit+plugin-retry@4.1.2_@octokit+core@4.2.0/node_modules/@octokit/plugin-retry/dist-node/index.js' implicitly has an 'any' type. Try `npm i --save-dev @types/octokit__plugin-retry` if it exists or add a new declaration (.d.ts) file containing `declare module '@octokit/plugin-retry';` 2 import { retry } from '@octokit/plugin-retry'; ``` Having a look in the tgz on npm I only see a `dist-node` directory, but the package.json exports the types in `dist-types/index.d.ts` ### Versions "@octokit/core": "4.2.0" "@octokit/plugin-retry": "4.1.2", "@octokit/rest": "19.0.7", node 16.19.1 ### Relevant log output _No response_ ### Code of Conduct - [X] I agree to follow this project's Code of Conduct
priority
dist types index d ts is not present in the published npm package what happened hey awesome maintainers after upgrading from to i noticed the following tsc error shell error could not find a declaration file for module octokit plugin retry some path here node modules pnpm octokit plugin retry octokit core node modules octokit plugin retry dist node index js implicitly has an any type try npm i save dev types octokit plugin retry if it exists or add a new declaration d ts file containing declare module octokit plugin retry import retry from octokit plugin retry having a look in the tgz on npm i only see a dist node directory but the package json exports the types in dist types index d ts versions octokit core octokit plugin retry octokit rest node relevant log output no response code of conduct i agree to follow this project s code of conduct
1
719,626
24,765,725,954
IssuesEvent
2022-10-22 13:52:04
reAudioPlayer/one
https://api.github.com/repos/reAudioPlayer/one
closed
cannot add song to second playlist
bug high priority 0.9.4
in /playlist: not showing in ctx menu in /tracks: add (modal) not working
1.0
cannot add song to second playlist - in /playlist: not showing in ctx menu in /tracks: add (modal) not working
priority
cannot add song to second playlist in playlist not showing in ctx menu in tracks add modal not working
1
237,353
7,759,040,667
IssuesEvent
2018-05-31 21:39:16
usemoslinux/langx
https://api.github.com/repos/usemoslinux/langx
closed
languages: SESSION expires if it takes too much time to add text
Priority: high Type: bug
Maybe it would be better to load SESSION into different variables when languages.php loads.
1.0
languages: SESSION expires if it takes too much time to add text - Maybe it would be better to load SESSION into different variables when languages.php loads.
priority
languages session expires if it takes too much time to add text maybe it would be better to load session into different variables when languages php loads
1
513,259
14,918,704,306
IssuesEvent
2021-01-22 22:14:12
Seniorendi/AdvancedPeripherals
https://api.github.com/repos/Seniorendi/AdvancedPeripherals
closed
[Issue] Error while modloading with AE2
1.16x Priority-High bug
**Describe** So I wanted to test out AE2 with the features of this mod. But it crashed on loading the game. AE2 works without AP and AP ofc without AE2. **Reproduce** Steps to reproduce the behavior: 1. Put AdvancedPeripherals and AE2 into your mod folder 2. Load Minecraft 3. Crash **Screenshots/Videos** If applicable, add screenshots or videos to help explain your problem. **Versions:** - Forge version: 35.1.37 - AdvancedPeripherals version: 0.3.5b - AE2 version: 8.2.0 beta.3; 8.1.0 (not working too) **Crashlog/log (Use hasteb.in hasteb.in to upload your crashlog/log)** https://paste.gg/p/anonymous/940737e0167d4e40bb315f6c8449ca8f
1.0
[Issue] Error while modloading with AE2 - **Describe** So I wanted to test out AE2 with the features of this mod. But it crashed on loading the game. AE2 works without AP and AP ofc without AE2. **Reproduce** Steps to reproduce the behavior: 1. Put AdvancedPeripherals and AE2 into your mod folder 2. Load Minecraft 3. Crash **Screenshots/Videos** If applicable, add screenshots or videos to help explain your problem. **Versions:** - Forge version: 35.1.37 - AdvancedPeripherals version: 0.3.5b - AE2 version: 8.2.0 beta.3; 8.1.0 (not working too) **Crashlog/log (Use hasteb.in hasteb.in to upload your crashlog/log)** https://paste.gg/p/anonymous/940737e0167d4e40bb315f6c8449ca8f
priority
error while modloading with describe so i wanted to test out with the features of this mod but it crashed on loading the game works without ap and ap ofc without reproduce steps to reproduce the behavior put advancedperipherals and into your mod folder load minecraft crash screenshots videos if applicable add screenshots or videos to help explain your problem versions forge version advancedperipherals version version beta not working too crashlog log use hasteb in hasteb in to upload your crashlog log
1
183,288
6,685,841,162
IssuesEvent
2017-10-07 01:35:01
byuccl/RapidSmith2
https://api.github.com/repos/byuccl/RapidSmith2
closed
Update Junit 5 GA Release
Priority:High
General Availability release of JUnit 5 has come out and we should update to it from our current beta version. Updating should be pretty straight forward with mainly changing the release number in Gradle. I think some of the package locations may have changed so we may have some simple updating of a couple tests to perform.
1.0
Update Junit 5 GA Release - General Availability release of JUnit 5 has come out and we should update to it from our current beta version. Updating should be pretty straight forward with mainly changing the release number in Gradle. I think some of the package locations may have changed so we may have some simple updating of a couple tests to perform.
priority
update junit ga release general availability release of junit has come out and we should update to it from our current beta version updating should be pretty straight forward with mainly changing the release number in gradle i think some of the package locations may have changed so we may have some simple updating of a couple tests to perform
1
22,879
2,651,011,502
IssuesEvent
2015-03-16 07:53:36
ilgrosso/oldSyncopeIdM
https://api.github.com/repos/ilgrosso/oldSyncopeIdM
closed
Authentication mechanism refactoring
1 star Component-Logic Component-Persistence Component-UI duplicate enhancement imported Priority-High Release-Virtuoso-2.0
_From [fabio.ma...@gmail.com](https://code.google.com/u/109095430973973917901/) on January 18, 2012 10:40:40_ Provide support for: 1. pluggable authentication modules 2. authentication chains The authentication mechanism must be configurable via administration console. _Original issue: http://code.google.com/p/syncope/issues/detail?id=274_
1.0
Authentication mechanism refactoring - _From [fabio.ma...@gmail.com](https://code.google.com/u/109095430973973917901/) on January 18, 2012 10:40:40_ Provide support for: 1. pluggable authentication modules 2. authentication chains The authentication mechanism must be configurable via administration console. _Original issue: http://code.google.com/p/syncope/issues/detail?id=274_
priority
authentication mechanism refactoring from on january provide support for pluggable authentication modules authentication chains the authentication mechanism must be configurable via administration console original issue
1
741,362
25,791,945,247
IssuesEvent
2022-12-10 06:31:28
rstudio/gt
https://api.github.com/repos/rstudio/gt
closed
The `groups` argument of `summary_rows()` is ultra confusing and doesn't match `cells_summary()`'s interface
Difficulty: [3] Advanced Effort: [3] High Priority: [3] High Type: ★ Enhancement
There are a few issues with `summary_rows()` that make it difficult to use. This issue will lay out some of the biggest problems with it. One of the most confusing parts of `summary_rows()` is the `groups` argument. Its default of `NULL` results in the formation of grand summary rows, which is surprising since there is a dedicated function for that `grand_summary_rows()`. Many functions that have a `groups` argument now allow tidyselect semantics (`cells_summary()`, `cells_stub_summary()`, `cells_row_groups()`) but `summary_rows()` requires a precise vector a group ID values. Using `groups = TRUE` to mean all groups is something that was deprecated in gt v0.3 but lives on here. There's another issue (will be filed separately, but related): `cells_summary()` seems to not work with its defaults. Here's an MRE: ```r library(gt) # MRE for `cells_summary()` not working gtcars %>% gt(rowname_col = "model", groupname_col = "mfr") %>% summary_rows( groups = c("Ford", "Ferrari"), columns = year, fns = list(`latest year` = ~ max(.)), formatter = fmt_number, decimals = 0, use_seps = FALSE ) %>% tab_style( style = list( cell_fill(color = background_color), cell_text(color = text_color) ), locations = cells_summary(groups = everything()) # default for `groups` ) ``` ``` Error: `everything()` must be used within a *selecting* function. ℹ See <https://tidyselect.r-lib.org/reference/faq-selection-context.html>. Run `rlang::last_error()` to see where the error occurred. ``` This should just style all available summary rows (less the stub parts of them).
1.0
The `groups` argument of `summary_rows()` is ultra confusing and doesn't match `cells_summary()`'s interface - There are a few issues with `summary_rows()` that make it difficult to use. This issue will lay out some of the biggest problems with it. One of the most confusing parts of `summary_rows()` is the `groups` argument. Its default of `NULL` results in the formation of grand summary rows, which is surprising since there is a dedicated function for that `grand_summary_rows()`. Many functions that have a `groups` argument now allow tidyselect semantics (`cells_summary()`, `cells_stub_summary()`, `cells_row_groups()`) but `summary_rows()` requires a precise vector a group ID values. Using `groups = TRUE` to mean all groups is something that was deprecated in gt v0.3 but lives on here. There's another issue (will be filed separately, but related): `cells_summary()` seems to not work with its defaults. Here's an MRE: ```r library(gt) # MRE for `cells_summary()` not working gtcars %>% gt(rowname_col = "model", groupname_col = "mfr") %>% summary_rows( groups = c("Ford", "Ferrari"), columns = year, fns = list(`latest year` = ~ max(.)), formatter = fmt_number, decimals = 0, use_seps = FALSE ) %>% tab_style( style = list( cell_fill(color = background_color), cell_text(color = text_color) ), locations = cells_summary(groups = everything()) # default for `groups` ) ``` ``` Error: `everything()` must be used within a *selecting* function. ℹ See <https://tidyselect.r-lib.org/reference/faq-selection-context.html>. Run `rlang::last_error()` to see where the error occurred. ``` This should just style all available summary rows (less the stub parts of them).
priority
the groups argument of summary rows is ultra confusing and doesn t match cells summary s interface there are a few issues with summary rows that make it difficult to use this issue will lay out some of the biggest problems with it one of the most confusing parts of summary rows is the groups argument its default of null results in the formation of grand summary rows which is surprising since there is a dedicated function for that grand summary rows many functions that have a groups argument now allow tidyselect semantics cells summary cells stub summary cells row groups but summary rows requires a precise vector a group id values using groups true to mean all groups is something that was deprecated in gt but lives on here there s another issue will be filed separately but related cells summary seems to not work with its defaults here s an mre r library gt mre for cells summary not working gtcars gt rowname col model groupname col mfr summary rows groups c ford ferrari columns year fns list latest year max formatter fmt number decimals use seps false tab style style list cell fill color background color cell text color text color locations cells summary groups everything default for groups error everything must be used within a selecting function ℹ see run rlang last error to see where the error occurred this should just style all available summary rows less the stub parts of them
1
416,000
12,138,253,633
IssuesEvent
2020-04-23 16:56:47
prologin/gcc-site
https://api.github.com/repos/prologin/gcc-site
closed
Update/Remove the transport & housing grant
Front easy good first issue high-priority question
The email address used should be changed (a @prologin.org address would be better?) and we should update this part according to what we want for this year. Maybe ask for the applicant a motivation paragraph ?
1.0
Update/Remove the transport & housing grant - The email address used should be changed (a @prologin.org address would be better?) and we should update this part according to what we want for this year. Maybe ask for the applicant a motivation paragraph ?
priority
update remove the transport housing grant the email address used should be changed a prologin org address would be better and we should update this part according to what we want for this year maybe ask for the applicant a motivation paragraph
1
708,930
24,361,654,823
IssuesEvent
2022-10-03 12:14:13
GemsTracker/gemstracker-library
https://api.github.com/repos/GemsTracker/gemstracker-library
closed
Activity search snippet shows result when non should be there
bug impact major priority high gt:track engine
If you specify an activity or procedure filter that results in no activities or procedures, then the filter works correctly in match mode, but not in SQL mode. In SQL mode 'no results' is interpreted as all activities/procedures and thus we see results where there or none if we use the filter. This problem can usually be fixed by making sure at least one activivity/procedure is triggered by the filter, but this can be hard to spot. We found this to be a problem in a KNO setup at the Erasmus MC.
1.0
Activity search snippet shows result when non should be there - If you specify an activity or procedure filter that results in no activities or procedures, then the filter works correctly in match mode, but not in SQL mode. In SQL mode 'no results' is interpreted as all activities/procedures and thus we see results where there or none if we use the filter. This problem can usually be fixed by making sure at least one activivity/procedure is triggered by the filter, but this can be hard to spot. We found this to be a problem in a KNO setup at the Erasmus MC.
priority
activity search snippet shows result when non should be there if you specify an activity or procedure filter that results in no activities or procedures then the filter works correctly in match mode but not in sql mode in sql mode no results is interpreted as all activities procedures and thus we see results where there or none if we use the filter this problem can usually be fixed by making sure at least one activivity procedure is triggered by the filter but this can be hard to spot we found this to be a problem in a kno setup at the erasmus mc
1
664,492
22,272,601,120
IssuesEvent
2022-06-10 13:43:57
ballerina-platform/ballerina-dev-website
https://api.github.com/repos/ballerina-platform/ballerina-dev-website
closed
Verify the Draft and Master Workflows
Priority/Highest Type/Task Area/Workflows
## Description Verify the draft and master workflows and update them to send the PRs to the master branch after filtering them from the tag name (with or without the dash). ## Related website/documentation area Area/Workflows <!--Area/BBEs--> <!--Area/HomePageSamples--> <!--Area/LearnPages--> <!--Area/CommonPages--> <!--Area/Backend--> <!--Area/UIUX--> <!--Area/Workflows--> <!--Area/Blog--> ## Describe your task(s) > A detailed description of the task. ## Related issue(s) (optional) > Any related issues such as sub tasks and issues reported in other repositories (e.g., component repositories), similar problems, etc. ## Suggested label(s) (optional) > Optional comma-separated list of suggested labels. Non committers can’t assign labels to issues, and thereby, this will help issue creators who are not a committer to suggest possible labels. ## Suggested assignee(s) (optional) > Optional comma-separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, and thereby, this will help issue creators who are not a committer to suggest possible assignees.
1.0
Verify the Draft and Master Workflows - ## Description Verify the draft and master workflows and update them to send the PRs to the master branch after filtering them from the tag name (with or without the dash). ## Related website/documentation area Area/Workflows <!--Area/BBEs--> <!--Area/HomePageSamples--> <!--Area/LearnPages--> <!--Area/CommonPages--> <!--Area/Backend--> <!--Area/UIUX--> <!--Area/Workflows--> <!--Area/Blog--> ## Describe your task(s) > A detailed description of the task. ## Related issue(s) (optional) > Any related issues such as sub tasks and issues reported in other repositories (e.g., component repositories), similar problems, etc. ## Suggested label(s) (optional) > Optional comma-separated list of suggested labels. Non committers can’t assign labels to issues, and thereby, this will help issue creators who are not a committer to suggest possible labels. ## Suggested assignee(s) (optional) > Optional comma-separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, and thereby, this will help issue creators who are not a committer to suggest possible assignees.
priority
verify the draft and master workflows description verify the draft and master workflows and update them to send the prs to the master branch after filtering them from the tag name with or without the dash related website documentation area area workflows describe your task s a detailed description of the task related issue s optional any related issues such as sub tasks and issues reported in other repositories e g component repositories similar problems etc suggested label s optional optional comma separated list of suggested labels non committers can’t assign labels to issues and thereby this will help issue creators who are not a committer to suggest possible labels suggested assignee s optional optional comma separated list of suggested team members who should attend the issue non committers can’t assign issues to assignees and thereby this will help issue creators who are not a committer to suggest possible assignees
1
656,117
21,720,129,595
IssuesEvent
2022-05-10 22:38:27
bounswe/bounswe2022group7
https://api.github.com/repos/bounswe/bounswe2022group7
opened
[Practice App] Forum Related Features
Status: In Progress Priority: High Difficulty: Hard Type: Implementation
In [Meeting Notes #12 - 06/05/2022](https://github.com/bounswe/bounswe2022group7/wiki/Meeting-Notes-%2312), I was assigned with the task of creating a Forum API Users: - shall be able to post to forum on main page of the forum. - shall be able to view all the past forums in forum page The part I am responsible consists of two seperate pages, one for submitting a new forum post and one for viewing all the posts have been sent. ** Deadline: 11/05/2022 17.30 **Reviewer: @azizamankenova #To Be Added If Have Time: - [ ] CSS files to beautifty the appearance - [ ] An [external API](https://apilayer.com/marketplace/description/bad_words-api) connection to provide censor #Test - [ ] Unit testing - [ ] API endpoint testing
1.0
[Practice App] Forum Related Features - In [Meeting Notes #12 - 06/05/2022](https://github.com/bounswe/bounswe2022group7/wiki/Meeting-Notes-%2312), I was assigned with the task of creating a Forum API Users: - shall be able to post to forum on main page of the forum. - shall be able to view all the past forums in forum page The part I am responsible consists of two seperate pages, one for submitting a new forum post and one for viewing all the posts have been sent. ** Deadline: 11/05/2022 17.30 **Reviewer: @azizamankenova #To Be Added If Have Time: - [ ] CSS files to beautifty the appearance - [ ] An [external API](https://apilayer.com/marketplace/description/bad_words-api) connection to provide censor #Test - [ ] Unit testing - [ ] API endpoint testing
priority
forum related features in i was assigned with the task of creating a forum api users shall be able to post to forum on main page of the forum shall be able to view all the past forums in forum page the part i am responsible consists of two seperate pages one for submitting a new forum post and one for viewing all the posts have been sent deadline reviewer azizamankenova to be added if have time css files to beautifty the appearance an connection to provide censor test unit testing api endpoint testing
1
463,545
13,283,506,370
IssuesEvent
2020-08-24 03:27:19
wso2/product-apim
https://api.github.com/repos/wso2/product-apim
closed
Publisher Scope Creation - Unnecessary network calls on scope name typing
Priority/High Priority/Normal Resolution/Not a bug Type/Bug Type/React-UI
### Description: When creating a new scope with the publisher UI, the scope name text box change event sends a network call. ### Steps to reproduce: 1. Login to publisher. 2. Click `Scopes` tab. 3. Click `Add new Scope` 4. Type a scope name On the developer tools --> Network tab, the network calls per scope name's character are listed. ![scope-network-calls](https://user-images.githubusercontent.com/25490163/85654349-cd778580-b6cb-11ea-9063-87df655c84ca.png) ### Affected Product Version: API Manager 3.2.0 ### Environment details (with versions): - OS: Ubuntu 20.04 #### Suggested Labels: React-UI
2.0
Publisher Scope Creation - Unnecessary network calls on scope name typing - ### Description: When creating a new scope with the publisher UI, the scope name text box change event sends a network call. ### Steps to reproduce: 1. Login to publisher. 2. Click `Scopes` tab. 3. Click `Add new Scope` 4. Type a scope name On the developer tools --> Network tab, the network calls per scope name's character are listed. ![scope-network-calls](https://user-images.githubusercontent.com/25490163/85654349-cd778580-b6cb-11ea-9063-87df655c84ca.png) ### Affected Product Version: API Manager 3.2.0 ### Environment details (with versions): - OS: Ubuntu 20.04 #### Suggested Labels: React-UI
priority
publisher scope creation unnecessary network calls on scope name typing description when creating a new scope with the publisher ui the scope name text box change event sends a network call steps to reproduce login to publisher click scopes tab click add new scope type a scope name on the developer tools network tab the network calls per scope name s character are listed affected product version api manager environment details with versions os ubuntu suggested labels react ui
1
515,348
14,960,639,312
IssuesEvent
2021-01-27 06:14:10
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
myaccount.google.com - see bug description
browser-fenix engine-gecko ml-needsdiagnosis-false ml-probability-high priority-critical
<!-- @browser: Firefox Mobile 85.0 --> <!-- @ua_header: Mozilla/5.0 (Android 7.0; Mobile; rv:85.0) Gecko/85.0 Firefox/85.0 --> <!-- @reported_with: android-components-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/66321 --> <!-- @extra_labels: browser-fenix --> **URL**: https://myaccount.google.com/secure-account/2?src=12&rapt=AEjHL4NsS7w6nN7UnHCBPD8lCwyybdig6U4KEUA4dj92JD5EwuyPZHmhvCBaE6dCiBC1ZuZfsF5PqgJHiuohWRd9xPvj6L3qEA **Browser / Version**: Firefox Mobile 85.0 **Operating System**: Android 7.0 **Tested Another Browser**: Yes Chrome **Problem type**: Something else **Description**: no calls or messages **Steps to Reproduce**: Not connected to a server <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2021/1/53238e5f-11f4-4f39-bacd-78583a0b5a16.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: 20210115192513</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/2021/1/5b1ac3fb-f19b-4523-9907-e2d43d29779a) _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
myaccount.google.com - see bug description - <!-- @browser: Firefox Mobile 85.0 --> <!-- @ua_header: Mozilla/5.0 (Android 7.0; Mobile; rv:85.0) Gecko/85.0 Firefox/85.0 --> <!-- @reported_with: android-components-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/66321 --> <!-- @extra_labels: browser-fenix --> **URL**: https://myaccount.google.com/secure-account/2?src=12&rapt=AEjHL4NsS7w6nN7UnHCBPD8lCwyybdig6U4KEUA4dj92JD5EwuyPZHmhvCBaE6dCiBC1ZuZfsF5PqgJHiuohWRd9xPvj6L3qEA **Browser / Version**: Firefox Mobile 85.0 **Operating System**: Android 7.0 **Tested Another Browser**: Yes Chrome **Problem type**: Something else **Description**: no calls or messages **Steps to Reproduce**: Not connected to a server <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2021/1/53238e5f-11f4-4f39-bacd-78583a0b5a16.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: 20210115192513</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/2021/1/5b1ac3fb-f19b-4523-9907-e2d43d29779a) _From [webcompat.com](https://webcompat.com/) with ❤️_
priority
myaccount google com see bug description url browser version firefox mobile operating system android tested another browser yes chrome problem type something else description no calls or messages steps to reproduce not connected to a server 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 beta hastouchscreen true mixed active content blocked false mixed passive content blocked false tracking content blocked false from with ❤️
1
636,538
20,602,661,475
IssuesEvent
2022-03-06 14:06:49
AY2122S2-CS2103T-W09-4/tp
https://api.github.com/repos/AY2122S2-CS2103T-W09-4/tp
reopened
Fix failing testcase
type.Bug priority.High severity.Low
As mentioned in #31 , the Junit tests have to be modified due to the change in the Person's constructor.
1.0
Fix failing testcase - As mentioned in #31 , the Junit tests have to be modified due to the change in the Person's constructor.
priority
fix failing testcase as mentioned in the junit tests have to be modified due to the change in the person s constructor
1
480,364
13,851,007,798
IssuesEvent
2020-10-15 02:48:27
AY2021S1-CS2103T-F12-2/tp
https://api.github.com/repos/AY2021S1-CS2103T-F12-2/tp
closed
As a student who wants to look up certain homeworks and assignments, I can search or filter the list of homeworks and assignments
priority.High type.Story
## Benefits: I can see the information for a specific homework.
1.0
As a student who wants to look up certain homeworks and assignments, I can search or filter the list of homeworks and assignments - ## Benefits: I can see the information for a specific homework.
priority
as a student who wants to look up certain homeworks and assignments i can search or filter the list of homeworks and assignments benefits i can see the information for a specific homework
1
611,546
18,958,087,880
IssuesEvent
2021-11-18 23:09:27
Blocks-Editor/blocks
https://api.github.com/repos/Blocks-Editor/blocks
opened
Fix flickering connections on some platforms and browsers
bug high-priority
Caused by various obscure SVG rendering edge cases, e.g. duplicate element IDs on Chrome.
1.0
Fix flickering connections on some platforms and browsers - Caused by various obscure SVG rendering edge cases, e.g. duplicate element IDs on Chrome.
priority
fix flickering connections on some platforms and browsers caused by various obscure svg rendering edge cases e g duplicate element ids on chrome
1
363,169
10,738,611,575
IssuesEvent
2019-10-29 15:03:04
REGnosys/rosetta-dsl
https://api.github.com/repos/REGnosys/rosetta-dsl
closed
Scoping: Add Enumerations to Attribute Path scope
high-priority
The below is valid Rosetta, however the content assist does not suggest `QuantityNotationEnum`. ``` assign-output updatedContract -> contractualQuantity -> quantityNotation -> notationTag : <"Set the notional amount on the Updated Contract."> QuantityNotationEnum.Notional ```
1.0
Scoping: Add Enumerations to Attribute Path scope - The below is valid Rosetta, however the content assist does not suggest `QuantityNotationEnum`. ``` assign-output updatedContract -> contractualQuantity -> quantityNotation -> notationTag : <"Set the notional amount on the Updated Contract."> QuantityNotationEnum.Notional ```
priority
scoping add enumerations to attribute path scope the below is valid rosetta however the content assist does not suggest quantitynotationenum assign output updatedcontract contractualquantity quantitynotation notationtag quantitynotationenum notional
1
294,575
9,037,000,564
IssuesEvent
2019-02-09 05:30:30
andrewvaughan/generator-johnboy
https://api.github.com/repos/andrewvaughan/generator-johnboy
opened
Prompts Repeating Issue
Priority: 02-High Status: 01-Pending Type: Bug
Currently prompts are repeating with composed sub-generators. Need to determine root cause and repair.
1.0
Prompts Repeating Issue - Currently prompts are repeating with composed sub-generators. Need to determine root cause and repair.
priority
prompts repeating issue currently prompts are repeating with composed sub generators need to determine root cause and repair
1
29,919
2,718,434,010
IssuesEvent
2015-04-12 09:25:10
cs2103jan2015-t15-3j/main
https://api.github.com/repos/cs2103jan2015-t15-3j/main
closed
Implement ParserPowerSearch class and methods
priority.high status.ongoing type.task
Code out Power Search methods for parser package
1.0
Implement ParserPowerSearch class and methods - Code out Power Search methods for parser package
priority
implement parserpowersearch class and methods code out power search methods for parser package
1
457,063
13,151,243,772
IssuesEvent
2020-08-09 15:47:00
flextype/flextype
https://api.github.com/repos/flextype/flextype
opened
Wrong Implementation of Slug Field for Entries
priority: high
We have wrong implementation of Slug Field for Entries. Entry slug returns a full path for requested entry and this is logically wrong. **Current implementation** Entries: ``` - blog/ - post-1/ - post-2/ ``` Slug for post-1 and post-2 returned: ``` blog/post-1 blog/post-2 ``` **Correct implementation** Entries: ``` - blog/ - post-1/ - post-2/ ``` Slug for post-1 and post-2 should returned: ``` post-1 post-2 ``` we should have fields - **slug** with current entry slug - **id** with current entry full path as it is now for slug field we have. **BREAKING CHANGES** - use field **id** to get entry path instead of **slug**
1.0
Wrong Implementation of Slug Field for Entries - We have wrong implementation of Slug Field for Entries. Entry slug returns a full path for requested entry and this is logically wrong. **Current implementation** Entries: ``` - blog/ - post-1/ - post-2/ ``` Slug for post-1 and post-2 returned: ``` blog/post-1 blog/post-2 ``` **Correct implementation** Entries: ``` - blog/ - post-1/ - post-2/ ``` Slug for post-1 and post-2 should returned: ``` post-1 post-2 ``` we should have fields - **slug** with current entry slug - **id** with current entry full path as it is now for slug field we have. **BREAKING CHANGES** - use field **id** to get entry path instead of **slug**
priority
wrong implementation of slug field for entries we have wrong implementation of slug field for entries entry slug returns a full path for requested entry and this is logically wrong current implementation entries blog post post slug for post and post returned blog post blog post correct implementation entries blog post post slug for post and post should returned post post we should have fields slug with current entry slug id with current entry full path as it is now for slug field we have breaking changes use field id to get entry path instead of slug
1
527,236
15,326,736,490
IssuesEvent
2021-02-26 04:22:44
akiraux/Akira
https://api.github.com/repos/akiraux/Akira
opened
Segfault when clicking on the selection rectangle when zoomed in
Priority: High bug
## Expected Behavior The selection bound item shouldn't be clickable. ## Current Behavior If you click on the selection bound rectangle when the canvas is zoomed in, the app crashes with a segfault. ```PHP (Akira:3467): GLib-GObject-WARNING **: 20:15:33.198: invalid cast from 'GooCanvasGroup' to 'AkiraLibItemsCanvasItem' [1] 3467 segmentation fault src/com.github.akiraux.akira ``` ## Possible Solution All the items that are not clickable or draggable should be set with no Pointer Events: https://valadoc.org/goocanvas-2.0/Goo.CanvasPointerEvents.html ## Steps to Reproduce (for bugs) 1. Create a rectangle 2. Zoom in to around 800% 3. Click on the border of the selection bound 4. Feel the crash in your brain
1.0
Segfault when clicking on the selection rectangle when zoomed in - ## Expected Behavior The selection bound item shouldn't be clickable. ## Current Behavior If you click on the selection bound rectangle when the canvas is zoomed in, the app crashes with a segfault. ```PHP (Akira:3467): GLib-GObject-WARNING **: 20:15:33.198: invalid cast from 'GooCanvasGroup' to 'AkiraLibItemsCanvasItem' [1] 3467 segmentation fault src/com.github.akiraux.akira ``` ## Possible Solution All the items that are not clickable or draggable should be set with no Pointer Events: https://valadoc.org/goocanvas-2.0/Goo.CanvasPointerEvents.html ## Steps to Reproduce (for bugs) 1. Create a rectangle 2. Zoom in to around 800% 3. Click on the border of the selection bound 4. Feel the crash in your brain
priority
segfault when clicking on the selection rectangle when zoomed in expected behavior the selection bound item shouldn t be clickable current behavior if you click on the selection bound rectangle when the canvas is zoomed in the app crashes with a segfault php akira glib gobject warning invalid cast from goocanvasgroup to akiralibitemscanvasitem segmentation fault src com github akiraux akira possible solution all the items that are not clickable or draggable should be set with no pointer events steps to reproduce for bugs create a rectangle zoom in to around click on the border of the selection bound feel the crash in your brain
1
512,985
14,913,725,649
IssuesEvent
2021-01-22 14:31:22
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
build failure w/twister and SDK 0.12.1 related to
area: Power Management bug has-pr priority: high
Several tests fail to build on CC13xx/CC26xx platforms related to power management: ``` tests/kernel/tickless/tickless_concept/kernel.tickless.concept in cc1352r1_launchxl:tests/kernel/tickless/tickless_concept/kernel.tickless tests/kernel/timer/timer_api/kernel.timer.tickless in /workdir/zephyr/twister-out/cc1352r1_launchxl/tests/kernel/tickless/tickless_concept/kernel.tickless.concept:tests/kernel/timer/timer_api/kernel.timer tests/kernel/tickless/tickless_concept/kernel.tickless.concept in cc1352r_sensortag:tests/kernel/tickless/tickless_concept/kernel.tickless tests/kernel/timer/timer_api/kernel.timer.tickless in /workdir/zephyr/twister-out/cc1352r_sensortag/tests/kernel/tickless/tickless_concept/kernel.tickless.concept:tests/kernel/timer/timer_api/kernel.timer tests/kernel/tickless/tickless_concept/kernel.tickless.concept in cc26x2r1_launchxl:tests/kernel/tickless/tickless_concept/kernel.tickless tests/kernel/timer/timer_api/kernel.timer.tickless in /workdir/zephyr/twister-out/cc26x2r1_launchxl/tests/kernel/tickless/tickless_concept/kernel.tickless.concept:tests/kernel/timer/timer_api/kernel.timer ``` The failure is some form of: ``` /workdir/zephyr/subsys/power/pm_ctrl.c: In function 'pm_ctrl_disable_state': /workdir/zephyr/subsys/power/pm_ctrl.c:24:6: error: array subscript is outside array bounds of 'atomic_t[0]' {aka 'int[]'} [-Werror=array-bounds] 24 | v = atomic_inc(&power_state_disable_count[state]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workdir/zephyr/subsys/power/pm_ctrl.c:17:17: note: while referencing 'power_state_disable_count' 17 | static atomic_t power_state_disable_count[POWER_STATE_MAX]; | ^~~~~~~~~~~~~~~~~~~~~~~~~ /workdir/zephyr/subsys/power/pm_ctrl.c: In function 'pm_ctrl_enable_state': /workdir/zephyr/subsys/power/pm_ctrl.c:36:6: error: array subscript is outside array bounds of 'atomic_t[0]' {aka 'int[]'} [-Werror=array-bounds] 36 | v = atomic_dec(&power_state_disable_count[state]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workdir/zephyr/subsys/power/pm_ctrl.c:17:17: note: while referencing 'power_state_disable_count' 17 | static atomic_t power_state_disable_count[POWER_STATE_MAX]; | ^~~~~~~~~~~~~~~~~~~~~~~~~ /workdir/zephyr/subsys/power/pm_ctrl.c: In function 'pm_ctrl_is_state_enabled': /workdir/zephyr/subsys/power/pm_ctrl.c:47:21: error: array subscript is outside array bounds of 'atomic_t[0]' {aka 'int[]'} [-Werror=array-bounds] 47 | return (atomic_get(&power_state_disable_count[state]) == 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workdir/zephyr/subsys/power/pm_ctrl.c:17:17: note: while referencing 'power_state_disable_count' 17 | static atomic_t power_state_disable_count[POWER_STATE_MAX]; | ^~~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors ```
1.0
build failure w/twister and SDK 0.12.1 related to - Several tests fail to build on CC13xx/CC26xx platforms related to power management: ``` tests/kernel/tickless/tickless_concept/kernel.tickless.concept in cc1352r1_launchxl:tests/kernel/tickless/tickless_concept/kernel.tickless tests/kernel/timer/timer_api/kernel.timer.tickless in /workdir/zephyr/twister-out/cc1352r1_launchxl/tests/kernel/tickless/tickless_concept/kernel.tickless.concept:tests/kernel/timer/timer_api/kernel.timer tests/kernel/tickless/tickless_concept/kernel.tickless.concept in cc1352r_sensortag:tests/kernel/tickless/tickless_concept/kernel.tickless tests/kernel/timer/timer_api/kernel.timer.tickless in /workdir/zephyr/twister-out/cc1352r_sensortag/tests/kernel/tickless/tickless_concept/kernel.tickless.concept:tests/kernel/timer/timer_api/kernel.timer tests/kernel/tickless/tickless_concept/kernel.tickless.concept in cc26x2r1_launchxl:tests/kernel/tickless/tickless_concept/kernel.tickless tests/kernel/timer/timer_api/kernel.timer.tickless in /workdir/zephyr/twister-out/cc26x2r1_launchxl/tests/kernel/tickless/tickless_concept/kernel.tickless.concept:tests/kernel/timer/timer_api/kernel.timer ``` The failure is some form of: ``` /workdir/zephyr/subsys/power/pm_ctrl.c: In function 'pm_ctrl_disable_state': /workdir/zephyr/subsys/power/pm_ctrl.c:24:6: error: array subscript is outside array bounds of 'atomic_t[0]' {aka 'int[]'} [-Werror=array-bounds] 24 | v = atomic_inc(&power_state_disable_count[state]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workdir/zephyr/subsys/power/pm_ctrl.c:17:17: note: while referencing 'power_state_disable_count' 17 | static atomic_t power_state_disable_count[POWER_STATE_MAX]; | ^~~~~~~~~~~~~~~~~~~~~~~~~ /workdir/zephyr/subsys/power/pm_ctrl.c: In function 'pm_ctrl_enable_state': /workdir/zephyr/subsys/power/pm_ctrl.c:36:6: error: array subscript is outside array bounds of 'atomic_t[0]' {aka 'int[]'} [-Werror=array-bounds] 36 | v = atomic_dec(&power_state_disable_count[state]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workdir/zephyr/subsys/power/pm_ctrl.c:17:17: note: while referencing 'power_state_disable_count' 17 | static atomic_t power_state_disable_count[POWER_STATE_MAX]; | ^~~~~~~~~~~~~~~~~~~~~~~~~ /workdir/zephyr/subsys/power/pm_ctrl.c: In function 'pm_ctrl_is_state_enabled': /workdir/zephyr/subsys/power/pm_ctrl.c:47:21: error: array subscript is outside array bounds of 'atomic_t[0]' {aka 'int[]'} [-Werror=array-bounds] 47 | return (atomic_get(&power_state_disable_count[state]) == 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workdir/zephyr/subsys/power/pm_ctrl.c:17:17: note: while referencing 'power_state_disable_count' 17 | static atomic_t power_state_disable_count[POWER_STATE_MAX]; | ^~~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors ```
priority
build failure w twister and sdk related to several tests fail to build on platforms related to power management tests kernel tickless tickless concept kernel tickless concept in launchxl tests kernel tickless tickless concept kernel tickless tests kernel timer timer api kernel timer tickless in workdir zephyr twister out launchxl tests kernel tickless tickless concept kernel tickless concept tests kernel timer timer api kernel timer tests kernel tickless tickless concept kernel tickless concept in sensortag tests kernel tickless tickless concept kernel tickless tests kernel timer timer api kernel timer tickless in workdir zephyr twister out sensortag tests kernel tickless tickless concept kernel tickless concept tests kernel timer timer api kernel timer tests kernel tickless tickless concept kernel tickless concept in launchxl tests kernel tickless tickless concept kernel tickless tests kernel timer timer api kernel timer tickless in workdir zephyr twister out launchxl tests kernel tickless tickless concept kernel tickless concept tests kernel timer timer api kernel timer the failure is some form of workdir zephyr subsys power pm ctrl c in function pm ctrl disable state workdir zephyr subsys power pm ctrl c error array subscript is outside array bounds of atomic t aka int v atomic inc power state disable count workdir zephyr subsys power pm ctrl c note while referencing power state disable count static atomic t power state disable count workdir zephyr subsys power pm ctrl c in function pm ctrl enable state workdir zephyr subsys power pm ctrl c error array subscript is outside array bounds of atomic t aka int v atomic dec power state disable count workdir zephyr subsys power pm ctrl c note while referencing power state disable count static atomic t power state disable count workdir zephyr subsys power pm ctrl c in function pm ctrl is state enabled workdir zephyr subsys power pm ctrl c error array subscript is outside array bounds of atomic t aka int return atomic get power state disable count workdir zephyr subsys power pm ctrl c note while referencing power state disable count static atomic t power state disable count all warnings being treated as errors
1
101,920
4,148,006,553
IssuesEvent
2016-06-15 09:24:18
EyeSeeTea/SurveillanceCambodiaApp
https://api.github.com/repos/EyeSeeTea/SurveillanceCambodiaApp
closed
clussiana@psi.org on build #26: In the Sent tab, for Not tested ones, is it possible to…
buddybug complexity - low (1hr) priority - high type - bug
Feedback from clussiana@psi.org : In the Sent tab, for Not tested ones, is it possible to change the denominator at the bottom left corner from 1 to 2, please? <img src="https://s3-us-west-2.amazonaws.com/buddybuild-screenshots/56d792f0e4d6010100721090/575b4c1dbb15b50100c043ee/9106c55d-5f18-4f13-a28b-7216efb92da4.jpg" width="33%" height="33%" /><table><tr><td>Build</td><td>26</td></tr></table> [Link to buddybuild feedback from build 26](https://dashboard.buddybuild.com/apps/56d792f0e4d6010100721090/feedback?fid=575c4c3375cea401003ea789&bnum=26)
1.0
clussiana@psi.org on build #26: In the Sent tab, for Not tested ones, is it possible to… - Feedback from clussiana@psi.org : In the Sent tab, for Not tested ones, is it possible to change the denominator at the bottom left corner from 1 to 2, please? <img src="https://s3-us-west-2.amazonaws.com/buddybuild-screenshots/56d792f0e4d6010100721090/575b4c1dbb15b50100c043ee/9106c55d-5f18-4f13-a28b-7216efb92da4.jpg" width="33%" height="33%" /><table><tr><td>Build</td><td>26</td></tr></table> [Link to buddybuild feedback from build 26](https://dashboard.buddybuild.com/apps/56d792f0e4d6010100721090/feedback?fid=575c4c3375cea401003ea789&bnum=26)
priority
clussiana psi org on build in the sent tab for not tested ones is it possible to… feedback from clussiana psi org in the sent tab for not tested ones is it possible to change the denominator at the bottom left corner from to please build
1
193,581
6,886,132,680
IssuesEvent
2017-11-21 18:21:24
USGS-Astrogeology/PySAT_Point_Spectra_GUI
https://api.github.com/repos/USGS-Astrogeology/PySAT_Point_Spectra_GUI
closed
Ridge regression gets the same RMSECV regardless of alpha
bug Difficulty Novice Priority: High
Need to verify that the different values of alpha really are getting passed from the UI to the back-end when cross validating.
1.0
Ridge regression gets the same RMSECV regardless of alpha - Need to verify that the different values of alpha really are getting passed from the UI to the back-end when cross validating.
priority
ridge regression gets the same rmsecv regardless of alpha need to verify that the different values of alpha really are getting passed from the ui to the back end when cross validating
1
197,329
6,954,395,389
IssuesEvent
2017-12-07 01:11:32
FormidableLabs/component-playground
https://api.github.com/repos/FormidableLabs/component-playground
closed
Infra: Move `prop-types` to `peerDependencies`
high priority
- [ ] Move `prop-types` to `peerDependencies` - [ ] Add webpack `externals` for `prop-types`. See https://github.com/FormidableLabs/builder-victory-component/blob/master/config/webpack/webpack.config.js#L41-L48
1.0
Infra: Move `prop-types` to `peerDependencies` - - [ ] Move `prop-types` to `peerDependencies` - [ ] Add webpack `externals` for `prop-types`. See https://github.com/FormidableLabs/builder-victory-component/blob/master/config/webpack/webpack.config.js#L41-L48
priority
infra move prop types to peerdependencies move prop types to peerdependencies add webpack externals for prop types see
1
811,788
30,300,107,276
IssuesEvent
2023-07-10 04:51:45
ballerina-platform/ballerina-lang
https://api.github.com/repos/ballerina-platform/ballerina-lang
closed
Auto-completions spec conformance for the `StartAction`
Type/Task Priority/High Team/LanguageServer Points/1.5 SwanLakeDump Area/Completion
**Description:** $title Sub Tasks - [x] https://github.com/ballerina-platform/ballerina-lang/issues/33747 - [x] https://github.com/ballerina-platform/ballerina-lang/issues/33757
1.0
Auto-completions spec conformance for the `StartAction` - **Description:** $title Sub Tasks - [x] https://github.com/ballerina-platform/ballerina-lang/issues/33747 - [x] https://github.com/ballerina-platform/ballerina-lang/issues/33757
priority
auto completions spec conformance for the startaction description title sub tasks
1
822,129
30,854,319,159
IssuesEvent
2023-08-02 19:16:15
ctm/mb2-doc
https://api.github.com/repos/ctm/mb2-doc
closed
Fix 1.71 warnings
chore high priority easy
Fix any new compiler or clippy warning that surfaced after rust 1.71 was released.
1.0
Fix 1.71 warnings - Fix any new compiler or clippy warning that surfaced after rust 1.71 was released.
priority
fix warnings fix any new compiler or clippy warning that surfaced after rust was released
1
368,462
10,879,020,778
IssuesEvent
2019-11-16 21:54:19
apcountryman/dotfiles
https://api.github.com/repos/apcountryman/dotfiles
closed
All-exclusionary pathspec patterns are not supported by older versions of Git
priority-high status-complete type-bug
All-exclusionary pathspec patterns are not supported by older versions of Git. This results in the dotfiles install script and Git pre-commit hook script failing with the following error message: ``` fatal: There is nothing to exclude from by :(exclude) patterns. Perhaps you forgot to add either ':/' or '.' ? ``` This can be corrected by adding the following pathspec pattern before the all-exclusionary pathspec pattern: ``` . ```
1.0
All-exclusionary pathspec patterns are not supported by older versions of Git - All-exclusionary pathspec patterns are not supported by older versions of Git. This results in the dotfiles install script and Git pre-commit hook script failing with the following error message: ``` fatal: There is nothing to exclude from by :(exclude) patterns. Perhaps you forgot to add either ':/' or '.' ? ``` This can be corrected by adding the following pathspec pattern before the all-exclusionary pathspec pattern: ``` . ```
priority
all exclusionary pathspec patterns are not supported by older versions of git all exclusionary pathspec patterns are not supported by older versions of git this results in the dotfiles install script and git pre commit hook script failing with the following error message fatal there is nothing to exclude from by exclude patterns perhaps you forgot to add either or this can be corrected by adding the following pathspec pattern before the all exclusionary pathspec pattern
1
473,033
13,635,364,243
IssuesEvent
2020-09-25 02:39:36
AY2021S1-CS2103T-T13-1/tp
https://api.github.com/repos/AY2021S1-CS2103T-T13-1/tp
closed
[US]Delete outdated visit data
Developer Guide priority.High type.Story
As a healthcare official, I can delete outdated visit data so that I can keep the date on visits up to date.
1.0
[US]Delete outdated visit data - As a healthcare official, I can delete outdated visit data so that I can keep the date on visits up to date.
priority
delete outdated visit data as a healthcare official i can delete outdated visit data so that i can keep the date on visits up to date
1
228,808
7,567,972,195
IssuesEvent
2018-04-22 15:34:04
archerysec/archerysec
https://api.github.com/repos/archerysec/archerysec
closed
Concurrent Scans.
Done High Priority enhancement
- [x] ZAP Concurrent scans. - [x] Burp Concurrent scans. - [x] OpenVAS Concurrent scans.
1.0
Concurrent Scans. - - [x] ZAP Concurrent scans. - [x] Burp Concurrent scans. - [x] OpenVAS Concurrent scans.
priority
concurrent scans zap concurrent scans burp concurrent scans openvas concurrent scans
1
744,954
25,962,332,735
IssuesEvent
2022-12-19 01:31:21
steedos/steedos-platform
https://api.github.com/repos/steedos/steedos-platform
closed
工作区相关逻辑从meteor迁移至单独软件包
done priority: High new feature
- users - space_users - organizations - company - spaces - sms_queue - notifications
1.0
工作区相关逻辑从meteor迁移至单独软件包 - - users - space_users - organizations - company - spaces - sms_queue - notifications
priority
工作区相关逻辑从meteor迁移至单独软件包 users space users organizations company spaces sms queue notifications
1
641,924
20,862,085,249
IssuesEvent
2022-03-22 00:29:36
SatelCreative/spylib
https://api.github.com/repos/SatelCreative/spylib
reopened
Reduce dependencies
Type: Enhancement Priority: High
Our current dependencies were chosen out of habit and convenience without considering that this is a library so we should have a minimal set of dependencies: - [x] Raise an exception with a clear message to install fastapi whenever `spylib/oauth/router.py` is loaded and fastapi cannot be imported. - [ ] Remove loguru and use the standard library logger instead. - [ ] Copy paste code from the shortuuid library that we need to make our `get_unique_id` independent of shortuuid - [x] Move nest-asyncio to dev dependencies (must have been put as main dependency by accident)
1.0
Reduce dependencies - Our current dependencies were chosen out of habit and convenience without considering that this is a library so we should have a minimal set of dependencies: - [x] Raise an exception with a clear message to install fastapi whenever `spylib/oauth/router.py` is loaded and fastapi cannot be imported. - [ ] Remove loguru and use the standard library logger instead. - [ ] Copy paste code from the shortuuid library that we need to make our `get_unique_id` independent of shortuuid - [x] Move nest-asyncio to dev dependencies (must have been put as main dependency by accident)
priority
reduce dependencies our current dependencies were chosen out of habit and convenience without considering that this is a library so we should have a minimal set of dependencies raise an exception with a clear message to install fastapi whenever spylib oauth router py is loaded and fastapi cannot be imported remove loguru and use the standard library logger instead copy paste code from the shortuuid library that we need to make our get unique id independent of shortuuid move nest asyncio to dev dependencies must have been put as main dependency by accident
1
605,605
18,737,672,961
IssuesEvent
2021-11-04 09:47:27
AY2122S1-CS2103T-F11-2/tp
https://api.github.com/repos/AY2122S1-CS2103T-F11-2/tp
closed
[PE-D] Unmarking a not done applicant does not return error
bug priority.High
`unmark 1` returns success message. Expected to return error message since applicant at index 1 is not marked done. ![image.png](https://raw.githubusercontent.com/wz27/ped/main/files/3f81a5f7-4dc5-4cd0-985e-75727163b802.png) <!--session: 1635494425946-cea8de67-f220-4dcd-8f03-713c1f42adf4--> <!--Version: Web v3.4.1--> ------------- Labels: `severity.Low` `type.FunctionalityBug` original: wz27/ped#7
1.0
[PE-D] Unmarking a not done applicant does not return error - `unmark 1` returns success message. Expected to return error message since applicant at index 1 is not marked done. ![image.png](https://raw.githubusercontent.com/wz27/ped/main/files/3f81a5f7-4dc5-4cd0-985e-75727163b802.png) <!--session: 1635494425946-cea8de67-f220-4dcd-8f03-713c1f42adf4--> <!--Version: Web v3.4.1--> ------------- Labels: `severity.Low` `type.FunctionalityBug` original: wz27/ped#7
priority
unmarking a not done applicant does not return error unmark returns success message expected to return error message since applicant at index is not marked done labels severity low type functionalitybug original ped
1
713,779
24,539,431,484
IssuesEvent
2022-10-12 01:21:41
AY2223S1-CS2113-F11-1/tp
https://api.github.com/repos/AY2223S1-CS2113-F11-1/tp
closed
Update relationship text file
type.Chore priority.High
Whenever there are changes to the text file containing the relationship between the client and the property, make the changes on the text file. Satisfy #17
1.0
Update relationship text file - Whenever there are changes to the text file containing the relationship between the client and the property, make the changes on the text file. Satisfy #17
priority
update relationship text file whenever there are changes to the text file containing the relationship between the client and the property make the changes on the text file satisfy
1
239,985
7,800,256,985
IssuesEvent
2018-06-09 07:06:24
tine20/Tine-2.0-Open-Source-Groupware-and-CRM
https://api.github.com/repos/tine20/Tine-2.0-Open-Source-Groupware-and-CRM
closed
0008216: HTMLPurifier/TokenFactory.php : Allowed memory size exhausted
ActiveSync Bug Mantis high priority
**Reported by jan on 16 Apr 2013 20:45** **Version:** Kristina (2013.03.2) Tine eats up memory when parsing big html mail. [Mon Apr 08 13:35:14 2013] [error] [client 188.97.158.34] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 81 bytes) in /var/www/tine20/library/HTMLPurifier/HTMLPurifier/TokenFactory.php on line 53 **Steps to reproduce:** Put the attached email into your account and activesync your mail. **Additional information:** http://www.tine20.org/forum/viewtopic.php?f=12&amp;t=5168
1.0
0008216: HTMLPurifier/TokenFactory.php : Allowed memory size exhausted - **Reported by jan on 16 Apr 2013 20:45** **Version:** Kristina (2013.03.2) Tine eats up memory when parsing big html mail. [Mon Apr 08 13:35:14 2013] [error] [client 188.97.158.34] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 81 bytes) in /var/www/tine20/library/HTMLPurifier/HTMLPurifier/TokenFactory.php on line 53 **Steps to reproduce:** Put the attached email into your account and activesync your mail. **Additional information:** http://www.tine20.org/forum/viewtopic.php?f=12&amp;t=5168
priority
htmlpurifier tokenfactory php allowed memory size exhausted reported by jan on apr version kristina tine eats up memory when parsing big html mail php fatal error allowed memory size of bytes exhausted tried to allocate bytes in var www library htmlpurifier htmlpurifier tokenfactory php on line steps to reproduce put the attached email into your account and activesync your mail additional information
1
393,226
11,612,067,373
IssuesEvent
2020-02-26 08:11:40
Sp2000/colplus-frontend
https://api.github.com/repos/Sp2000/colplus-frontend
closed
importer polling broken
API change high priority tiny
status `decision matching` was renamed today to just `matching`, please adjust importer polling: https://api.dev.catalogue.life/importer?limit=10&offset=0&state=waiting&state=downloading&state=processing&state=inserting&state=indexing&state=decision%20matching&state=building%20metrics
1.0
importer polling broken - status `decision matching` was renamed today to just `matching`, please adjust importer polling: https://api.dev.catalogue.life/importer?limit=10&offset=0&state=waiting&state=downloading&state=processing&state=inserting&state=indexing&state=decision%20matching&state=building%20metrics
priority
importer polling broken status decision matching was renamed today to just matching please adjust importer polling
1
401,962
11,800,303,839
IssuesEvent
2020-03-18 17:18:38
LBNL-ETA/BEDES-Manager
https://api.github.com/repos/LBNL-ETA/BEDES-Manager
closed
constrained list mappings not imported
bug high priority
When I try to import a .csv with mappings of constrained list options (see attached), the application list options are imported correctly, but they are not mapped to the BEDES constrained list options (I just see "No Mapping" for every list option).
1.0
constrained list mappings not imported - When I try to import a .csv with mappings of constrained list options (see attached), the application list options are imported correctly, but they are not mapped to the BEDES constrained list options (I just see "No Mapping" for every list option).
priority
constrained list mappings not imported when i try to import a csv with mappings of constrained list options see attached the application list options are imported correctly but they are not mapped to the bedes constrained list options i just see no mapping for every list option
1
344,098
10,339,993,675
IssuesEvent
2019-09-03 20:44:17
oslc-op/jira-migration-landfill
https://api.github.com/repos/oslc-op/jira-migration-landfill
opened
Need to distinguish in-progress change set from delivered/committed one
Domain: CfgM Priority: High Xtra: Jira
The current change management spec describes the resource shape for a oslc\\\_config:ChangeSet. We have a requirement to distinguish an in-progress change set from a delivered/committed change set. One implementation has been using the deprecated oslc\\\_config:mutable property. A value of "false"^xsd:boolean meant in-progress, and "true"^xsd:boolean meant delivered. However, this usage is a little obscure and not documented for in the spec for this specific use case. --- _Migrated from https://issues.oasis-open.org/browse/OSLCCORE-99 (opened by @oslc-bot; previously assigned to @oslc-bot)_
1.0
Need to distinguish in-progress change set from delivered/committed one - The current change management spec describes the resource shape for a oslc\\\_config:ChangeSet. We have a requirement to distinguish an in-progress change set from a delivered/committed change set. One implementation has been using the deprecated oslc\\\_config:mutable property. A value of "false"^xsd:boolean meant in-progress, and "true"^xsd:boolean meant delivered. However, this usage is a little obscure and not documented for in the spec for this specific use case. --- _Migrated from https://issues.oasis-open.org/browse/OSLCCORE-99 (opened by @oslc-bot; previously assigned to @oslc-bot)_
priority
need to distinguish in progress change set from delivered committed one the current change management spec describes the resource shape for a oslc config changeset we have a requirement to distinguish an in progress change set from a delivered committed change set one implementation has been using the deprecated oslc config mutable property a value of false xsd boolean meant in progress and true xsd boolean meant delivered however this usage is a little obscure and not documented for in the spec for this specific use case migrated from opened by oslc bot previously assigned to oslc bot
1
783,223
27,523,456,925
IssuesEvent
2023-03-06 16:26:09
scs-lab/ChronoLog
https://api.github.com/repos/scs-lab/ChronoLog
closed
Decouple Configuration Manager and ChronoVisor RPC initialization
high priority
Currently, RPC works without major problem with default configurations on both Visor and Client side. But custom configuration settings need to work to allow passing Visor URI (ip+port) from the command line in the CLI tool. In the future, other configurations need to be set on launch as well, such as protocol, thread pool size, and directory with persist data files to recovery from.
1.0
Decouple Configuration Manager and ChronoVisor RPC initialization - Currently, RPC works without major problem with default configurations on both Visor and Client side. But custom configuration settings need to work to allow passing Visor URI (ip+port) from the command line in the CLI tool. In the future, other configurations need to be set on launch as well, such as protocol, thread pool size, and directory with persist data files to recovery from.
priority
decouple configuration manager and chronovisor rpc initialization currently rpc works without major problem with default configurations on both visor and client side but custom configuration settings need to work to allow passing visor uri ip port from the command line in the cli tool in the future other configurations need to be set on launch as well such as protocol thread pool size and directory with persist data files to recovery from
1
577,185
17,104,928,357
IssuesEvent
2021-07-09 16:13:08
WordPress/gutenberg
https://api.github.com/repos/WordPress/gutenberg
closed
Translations missing from different parts related to blocks
Mobile App - i.e. Android or iOS [Priority] High [Type] Bug [Type] Regression
<!-- Please fill out ALL required sections. Bug reports with missing information will be closed. Before submitting a bug report: - Check if the bug has already been fixed by updating WordPress and/or Gutenberg. - Check if the bug is caused by a plugin by deactivating all plugins except Gutenberg. - Check if the bug is caused by a theme by activating a default theme e.g. Twenty Twenty. - Check if the bug has already been reported by searching https://github.com/WordPress/gutenberg/issues. If this is a security issue, please report it in HackerOne instead: https://hackerone.com/wordpress --> ## Description <!-- Please write a brief description of the bug. --> While testing the GB-mobile version `1.53.0`, I noticed that some strings are no longer translated but they were in the previous version `1.52.0`. The problem is caused due to the localization files (`https://translate.wordpress.org/projects/wp-plugins/gutenberg/dev/<LOCALE>/default/export-translations?format=json`) that are downloaded from GlotPress for the Gutenberg plugin, which are actually missing strings that we had in the previous releases. We download these files as part of the release process and they're included in the JS bundle that is used in the native version. I'm not sure how to deal with this because the strings are generated as part of the release process of the web version of Gutenberg. **EDIT: The missing strings are the ones that should be extracted from the `block.json` files of the blocks, this issue is related to the changes from this [PR](https://github.com/WordPress/gutenberg/pull/31120).** ## Step-by-step reproduction instructions <!-- Please list the steps needed to reproduce the bug. For example: 1. Go to '...' 2. Click on '...' 3. Scroll down to '...' --> 1. Change the device's language to a non-English one (in my case I used Spanish) 2. Open the app 3. Open a post/page 4. Tap on the ➕ button 5. Observe that the block titles are not translated ## Expected behaviour <!-- Please describe what you expected to happen. --> The editor strings should be translated, including the block titles. ## Actual behaviour <!-- Please describe what actually happened. --> Some parts of the editor are not translated, including the block titles. ## Screenshots or screen recording (optional) <!-- If possible, please upload a screenshot or screen recording which demonstrates the bug. --> <img src=https://user-images.githubusercontent.com/14905380/118631620-f7e49c80-b7cf-11eb-9709-ac8593156b05.jpeg width=400> ## WordPress information - WordPress version: <!-- e.g. "5.6.0". Find this in Tools → Site Health → Info → WordPress -->N/A - Gutenberg version: <!-- e.g. "9.4.0" or "Not installed" -->10.6.0 - Are all plugins except Gutenberg deactivated? <!-- "Yes" or "No" -->No - Are you using a default theme (e.g. Twenty Twenty-One)? <!-- "Yes" or "No" -->Yes ## Device information - Device: <!-- e.g. "Pixel 4" or "iPhone 11" -->iPhone 11 - Operating system: <!-- e.g. "Android 11.0" or "iOS 14.0" -->iOS 14.2 - WordPress app version: <!-- e.g. "16.3" or branch name / git commit hash -->16.4
1.0
Translations missing from different parts related to blocks - <!-- Please fill out ALL required sections. Bug reports with missing information will be closed. Before submitting a bug report: - Check if the bug has already been fixed by updating WordPress and/or Gutenberg. - Check if the bug is caused by a plugin by deactivating all plugins except Gutenberg. - Check if the bug is caused by a theme by activating a default theme e.g. Twenty Twenty. - Check if the bug has already been reported by searching https://github.com/WordPress/gutenberg/issues. If this is a security issue, please report it in HackerOne instead: https://hackerone.com/wordpress --> ## Description <!-- Please write a brief description of the bug. --> While testing the GB-mobile version `1.53.0`, I noticed that some strings are no longer translated but they were in the previous version `1.52.0`. The problem is caused due to the localization files (`https://translate.wordpress.org/projects/wp-plugins/gutenberg/dev/<LOCALE>/default/export-translations?format=json`) that are downloaded from GlotPress for the Gutenberg plugin, which are actually missing strings that we had in the previous releases. We download these files as part of the release process and they're included in the JS bundle that is used in the native version. I'm not sure how to deal with this because the strings are generated as part of the release process of the web version of Gutenberg. **EDIT: The missing strings are the ones that should be extracted from the `block.json` files of the blocks, this issue is related to the changes from this [PR](https://github.com/WordPress/gutenberg/pull/31120).** ## Step-by-step reproduction instructions <!-- Please list the steps needed to reproduce the bug. For example: 1. Go to '...' 2. Click on '...' 3. Scroll down to '...' --> 1. Change the device's language to a non-English one (in my case I used Spanish) 2. Open the app 3. Open a post/page 4. Tap on the ➕ button 5. Observe that the block titles are not translated ## Expected behaviour <!-- Please describe what you expected to happen. --> The editor strings should be translated, including the block titles. ## Actual behaviour <!-- Please describe what actually happened. --> Some parts of the editor are not translated, including the block titles. ## Screenshots or screen recording (optional) <!-- If possible, please upload a screenshot or screen recording which demonstrates the bug. --> <img src=https://user-images.githubusercontent.com/14905380/118631620-f7e49c80-b7cf-11eb-9709-ac8593156b05.jpeg width=400> ## WordPress information - WordPress version: <!-- e.g. "5.6.0". Find this in Tools → Site Health → Info → WordPress -->N/A - Gutenberg version: <!-- e.g. "9.4.0" or "Not installed" -->10.6.0 - Are all plugins except Gutenberg deactivated? <!-- "Yes" or "No" -->No - Are you using a default theme (e.g. Twenty Twenty-One)? <!-- "Yes" or "No" -->Yes ## Device information - Device: <!-- e.g. "Pixel 4" or "iPhone 11" -->iPhone 11 - Operating system: <!-- e.g. "Android 11.0" or "iOS 14.0" -->iOS 14.2 - WordPress app version: <!-- e.g. "16.3" or branch name / git commit hash -->16.4
priority
translations missing from different parts related to blocks please fill out all required sections bug reports with missing information will be closed before submitting a bug report check if the bug has already been fixed by updating wordpress and or gutenberg check if the bug is caused by a plugin by deactivating all plugins except gutenberg check if the bug is caused by a theme by activating a default theme e g twenty twenty check if the bug has already been reported by searching if this is a security issue please report it in hackerone instead description while testing the gb mobile version i noticed that some strings are no longer translated but they were in the previous version the problem is caused due to the localization files that are downloaded from glotpress for the gutenberg plugin which are actually missing strings that we had in the previous releases we download these files as part of the release process and they re included in the js bundle that is used in the native version i m not sure how to deal with this because the strings are generated as part of the release process of the web version of gutenberg edit the missing strings are the ones that should be extracted from the block json files of the blocks this issue is related to the changes from this step by step reproduction instructions please list the steps needed to reproduce the bug for example go to click on scroll down to change the device s language to a non english one in my case i used spanish open the app open a post page tap on the ➕ button observe that the block titles are not translated expected behaviour the editor strings should be translated including the block titles actual behaviour some parts of the editor are not translated including the block titles screenshots or screen recording optional if possible please upload a screenshot or screen recording which demonstrates the bug wordpress information wordpress version n a gutenberg version are all plugins except gutenberg deactivated no are you using a default theme e g twenty twenty one yes device information device iphone operating system ios wordpress app version
1
622,650
19,652,903,673
IssuesEvent
2022-01-10 09:26:48
Joystream/atlas
https://api.github.com/repos/Joystream/atlas
opened
Video player fullscreen disabled on mobile
bug priority:high
**Describe the bug** It's impossible to open fullscreen of a video player on mobile **Screenshots** ![IMG_0406](https://user-images.githubusercontent.com/12646744/148743420-52631b78-8c09-49ab-a75f-a0bfce22f72d.jpg) **Device (please complete the following information):** - OS: latest iOS - Browser: latest Safari **Additional context** @drillprop I'm pretty sure this is because of the change we did to disable the button on embedded videos when it's not supported. Since we disable it in some cases when it's supported as well.
1.0
Video player fullscreen disabled on mobile - **Describe the bug** It's impossible to open fullscreen of a video player on mobile **Screenshots** ![IMG_0406](https://user-images.githubusercontent.com/12646744/148743420-52631b78-8c09-49ab-a75f-a0bfce22f72d.jpg) **Device (please complete the following information):** - OS: latest iOS - Browser: latest Safari **Additional context** @drillprop I'm pretty sure this is because of the change we did to disable the button on embedded videos when it's not supported. Since we disable it in some cases when it's supported as well.
priority
video player fullscreen disabled on mobile describe the bug it s impossible to open fullscreen of a video player on mobile screenshots device please complete the following information os latest ios browser latest safari additional context drillprop i m pretty sure this is because of the change we did to disable the button on embedded videos when it s not supported since we disable it in some cases when it s supported as well
1
774,436
27,196,669,003
IssuesEvent
2023-02-20 06:07:07
KDT3-miniproject-team1/backend
https://api.github.com/repos/KDT3-miniproject-team1/backend
closed
[Feat] 로그인 기능 구현
For : API Priority : High Status : In progress Type : Feature
## 🔨개발 할 기능 로그인 기능 ## 🧩 세부 기능 - [x] login DTO 만들기 - [x] controller 만들기 - [x] service, repository 만들기 ## 📖 참고 사항 - 아직 토큰 쿠키에 못 담음
1.0
[Feat] 로그인 기능 구현 - ## 🔨개발 할 기능 로그인 기능 ## 🧩 세부 기능 - [x] login DTO 만들기 - [x] controller 만들기 - [x] service, repository 만들기 ## 📖 참고 사항 - 아직 토큰 쿠키에 못 담음
priority
로그인 기능 구현 🔨개발 할 기능 로그인 기능 🧩 세부 기능 login dto 만들기 controller 만들기 service repository 만들기 📖 참고 사항 아직 토큰 쿠키에 못 담음
1
368,842
10,885,263,278
IssuesEvent
2019-11-18 10:02:59
NorwegianClimateCentre/noresm2cmor
https://api.github.com/repos/NorwegianClimateCentre/noresm2cmor
reopened
[CMIP6 CMOR-ization & ESGF-publication] NorESM2-LM historical ensemble member 3
ESGF publish Priority High
Full path to the case(s) of the experiment on NIRD /projects/projects/NS9560K/noresm/cases/ experiment_id historical model_id NorESM2-LM CASENAME(s) and years to be CMORized e.g., NHIST_03_f19_tn14_20190801 (1850-1949) NHIST_03_f19_tn14_20190813 (1950-2014) Optional information parent_experiment_id piControl parent_experiment_rip r1i1p1f1 parent_time_units e.g., 'days since 0421-01-01' branch_method 'Hybrid-restart from year 1661-01-01 of piControl', other information (provide other information that might be useful) Ensemble member 3 of historical
1.0
[CMIP6 CMOR-ization & ESGF-publication] NorESM2-LM historical ensemble member 3 - Full path to the case(s) of the experiment on NIRD /projects/projects/NS9560K/noresm/cases/ experiment_id historical model_id NorESM2-LM CASENAME(s) and years to be CMORized e.g., NHIST_03_f19_tn14_20190801 (1850-1949) NHIST_03_f19_tn14_20190813 (1950-2014) Optional information parent_experiment_id piControl parent_experiment_rip r1i1p1f1 parent_time_units e.g., 'days since 0421-01-01' branch_method 'Hybrid-restart from year 1661-01-01 of piControl', other information (provide other information that might be useful) Ensemble member 3 of historical
priority
lm historical ensemble member full path to the case s of the experiment on nird projects projects noresm cases experiment id historical model id lm casename s and years to be cmorized e g nhist nhist optional information parent experiment id picontrol parent experiment rip parent time units e g days since branch method hybrid restart from year of picontrol other information provide other information that might be useful ensemble member of historical
1