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
297,218
9,161,986,480
IssuesEvent
2019-03-01 12:04:28
deeplearning4j/deeplearning4j
https://api.github.com/repos/deeplearning4j/deeplearning4j
closed
Consider adding partial cache option to shape::getIndexOffset
C++ High Priority Performance
Consider adding partial cache option to shape::getIndexOffset, to speed up sequential offsets calculation
1.0
Consider adding partial cache option to shape::getIndexOffset - Consider adding partial cache option to shape::getIndexOffset, to speed up sequential offsets calculation
priority
consider adding partial cache option to shape getindexoffset consider adding partial cache option to shape getindexoffset to speed up sequential offsets calculation
1
612,103
18,990,850,434
IssuesEvent
2021-11-22 07:02:58
wso2/product-apim
https://api.github.com/repos/wso2/product-apim
closed
Null Pointer Error when revoke API Key
Type/Bug Priority/High Affected/4.0.0
### Description: Null Pointer Error when revoke API Key Error log ```log apim_1 | [2021-11-04 01:19:15,840] ERROR - GlobalThrowableMapper An unknown exception has been captured by the global exception mapper. apim_1 | java.lang.NullPointerException: null apim_1 | at org.wso2.carbon.apimgt.impl.utils.APIUtil.verifyTokenSignature_aroundBody728(APIUtil.java:10442) ~[org.wso2.carbon.apimgt.impl_9.0.174.jar:?] apim_1 | at org.wso2.carbon.apimgt.impl.utils.APIUtil.verifyTokenSignature(APIUtil.java:10439) ~[org.wso2.carbon.apimgt.impl_9.0.174.jar:?] apim_1 | at org.wso2.carbon.apimgt.rest.api.store.v1.impl.ApplicationsApiServiceImpl.applicationsApplicationIdApiKeysKeyTypeRevokePost(ApplicationsApiServiceImpl.java:594) ~[classes/:?] apim_1 | at org.wso2.carbon.apimgt.rest.api.store.v1.ApplicationsApi.applicationsApplicationIdApiKeysKeyTypeRevokePost(ApplicationsApi.java:90) ~[classes/:?] apim_1 | at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] apim_1 | at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] apim_1 | at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] apim_1 | at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] apim_1 | at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:179) ~[cxf-core-3.3.7.jar:3.3.7] apim_1 | at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:96) ~[cxf-core-3.3.7.jar:3.3.7] apim_1 | at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:201) [cxf-rt-frontend-jaxrs-3.3.7.jar:3.3.7] apim_1 | at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:104) [cxf-rt-frontend-jaxrs-3.3.7.jar:3.3.7] apim_1 | at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:59) [cxf-core-3.3.7.jar:3.3.7] apim_1 | at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:96) [cxf-core-3.3.7.jar:3.3.7] apim_1 | at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308) [cxf-core-3.3.7.jar:3.3.7] apim_1 | at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121) [cxf-core-3.3.7.jar:3.3.7] apim_1 | at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:267) [cxf-rt-transports-http-3.3.7.jar:3.3.7] apim_1 | at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:234) [cxf-rt-transports-http-3.3.7.jar:3.3.7] apim_1 | at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:208) [cxf-rt-transports-http-3.3.7.jar:3.3.7] apim_1 | at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:160) [cxf-rt-transports-http-3.3.7.jar:3.3.7] apim_1 | at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:225) [cxf-rt-transports-http-3.3.7.jar:3.3.7] apim_1 | at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:296) [cxf-rt-transports-http-3.3.7.jar:3.3.7] apim_1 | at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:215) [cxf-rt-transports-http-3.3.7.jar:3.3.7] apim_1 | at javax.servlet.http.HttpServlet.service(HttpServlet.java:660) [tomcat-servlet-api_9.0.34.wso2v1.jar:?] apim_1 | at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:271) [cxf-rt-transports-http-3.3.7.jar:3.3.7] apim_1 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) [tomcat_9.0.34.wso2v1.jar:?] apim_1 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat_9.0.34.wso2v1.jar:?] apim_1 | at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat_9.0.34.wso2v1.jar:?] apim_1 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat_9.0.34.wso2v1.jar:?] apim_1 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat_9.0.34.wso2v1.jar:?] apim_1 | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) [tomcat_9.0.34.wso2v1.jar:?] apim_1 | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) [tomcat_9.0.34.wso2v1.jar:?] apim_1 | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) [tomcat_9.0.34.wso2v1.jar:?] apim_1 | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) [tomcat_9.0.34.wso2v1.jar:?] apim_1 | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat_9.0.34.wso2v1.jar:?] apim_1 | at org.wso2.carbon.identity.context.rewrite.valve.TenantContextRewriteValve.invoke(TenantContextRewriteValve.java:107) [org.wso2.carbon.identity.context.rewrite.valve_1.4.25.jar:?] apim_1 | at org.wso2.carbon.identity.authz.valve.AuthorizationValve.invoke(AuthorizationValve.java:110) [org.wso2.carbon.identity.authz.valve_1.4.25.jar:?] apim_1 | at org.wso2.carbon.identity.auth.valve.AuthenticationValve.invoke(AuthenticationValve.java:102) [org.wso2.carbon.identity.auth.valve_1.4.25.jar:?] apim_1 | at org.wso2.carbon.tomcat.ext.valves.CompositeValve.continueInvocation(CompositeValve.java:101) [org.wso2.carbon.tomcat.ext_4.6.2.jar:?] apim_1 | at org.wso2.carbon.tomcat.ext.valves.TomcatValveContainer.invokeValves(TomcatValveContainer.java:49) [org.wso2.carbon.tomcat.ext_4.6.2.jar:?] apim_1 | at org.wso2.carbon.tomcat.ext.valves.CompositeValve.invoke(CompositeValve.java:62) [org.wso2.carbon.tomcat.ext_4.6.2.jar:?] apim_1 | at org.wso2.carbon.tomcat.ext.valves.CarbonStuckThreadDetectionValve.invoke(CarbonStuckThreadDetectionValve.java:145) [org.wso2.carbon.tomcat.ext_4.6.2.jar:?] apim_1 | at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:690) [tomcat_9.0.34.wso2v1.jar:?] apim_1 | at org.wso2.carbon.tomcat.ext.valves.CarbonContextCreatorValve.invoke(CarbonContextCreatorValve.java:57) [org.wso2.carbon.tomcat.ext_4.6.2.jar:?] apim_1 | at org.wso2.carbon.tomcat.ext.valves.RequestCorrelationIdValve.invoke(RequestCorrelationIdValve.java:126) [org.wso2.carbon.tomcat.ext_4.6.2.jar:?] apim_1 | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) [tomcat_9.0.34.wso2v1.jar:?] apim_1 | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat_9.0.34.wso2v1.jar:?] apim_1 | at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373) [tomcat_9.0.34.wso2v1.jar:?] apim_1 | at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat_9.0.34.wso2v1.jar:?] apim_1 | at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) [tomcat_9.0.34.wso2v1.jar:?] apim_1 | at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590) [tomcat_9.0.34.wso2v1.jar:?] apim_1 | at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat_9.0.34.wso2v1.jar:?] apim_1 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] apim_1 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] apim_1 | at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat_9.0.34.wso2v1.jar:?] apim_1 | at java.lang.Thread.run(Thread.java:834) [?:?] ``` ### Steps to reproduce: 1. Generate API key using rest API https://apim.docs.wso2.com/en/latest/reference/product-apis/devportal-apis/devportal-v2/devportal-v2/#tag/API-Keys/paths/~1applications~1{applicationId}~1api-keys~1{keyType}~1generate/post 1. Revoke API Key https://apim.docs.wso2.com/en/latest/reference/product-apis/devportal-apis/devportal-v2/devportal-v2/#tag/API-Keys/paths/~1applications~1{applicationId}~1api-keys~1{keyType}~1revoke/post ### Affected Product Version: 4.0.0 ### Environment details (with versions): - OS: mac - Client: postman - Env (Docker/K8s): docker compose --- ### Optional Fields #### Related Issues: <!-- Any related issues from this/other repositories--> #### Suggested Labels: <!--Only to be used by non-members--> #### Suggested Assignees: <!--Only to be used by non-members-->
1.0
Null Pointer Error when revoke API Key - ### Description: Null Pointer Error when revoke API Key Error log ```log apim_1 | [2021-11-04 01:19:15,840] ERROR - GlobalThrowableMapper An unknown exception has been captured by the global exception mapper. apim_1 | java.lang.NullPointerException: null apim_1 | at org.wso2.carbon.apimgt.impl.utils.APIUtil.verifyTokenSignature_aroundBody728(APIUtil.java:10442) ~[org.wso2.carbon.apimgt.impl_9.0.174.jar:?] apim_1 | at org.wso2.carbon.apimgt.impl.utils.APIUtil.verifyTokenSignature(APIUtil.java:10439) ~[org.wso2.carbon.apimgt.impl_9.0.174.jar:?] apim_1 | at org.wso2.carbon.apimgt.rest.api.store.v1.impl.ApplicationsApiServiceImpl.applicationsApplicationIdApiKeysKeyTypeRevokePost(ApplicationsApiServiceImpl.java:594) ~[classes/:?] apim_1 | at org.wso2.carbon.apimgt.rest.api.store.v1.ApplicationsApi.applicationsApplicationIdApiKeysKeyTypeRevokePost(ApplicationsApi.java:90) ~[classes/:?] apim_1 | at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] apim_1 | at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] apim_1 | at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] apim_1 | at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] apim_1 | at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:179) ~[cxf-core-3.3.7.jar:3.3.7] apim_1 | at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:96) ~[cxf-core-3.3.7.jar:3.3.7] apim_1 | at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:201) [cxf-rt-frontend-jaxrs-3.3.7.jar:3.3.7] apim_1 | at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:104) [cxf-rt-frontend-jaxrs-3.3.7.jar:3.3.7] apim_1 | at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:59) [cxf-core-3.3.7.jar:3.3.7] apim_1 | at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:96) [cxf-core-3.3.7.jar:3.3.7] apim_1 | at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308) [cxf-core-3.3.7.jar:3.3.7] apim_1 | at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121) [cxf-core-3.3.7.jar:3.3.7] apim_1 | at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:267) [cxf-rt-transports-http-3.3.7.jar:3.3.7] apim_1 | at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:234) [cxf-rt-transports-http-3.3.7.jar:3.3.7] apim_1 | at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:208) [cxf-rt-transports-http-3.3.7.jar:3.3.7] apim_1 | at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:160) [cxf-rt-transports-http-3.3.7.jar:3.3.7] apim_1 | at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:225) [cxf-rt-transports-http-3.3.7.jar:3.3.7] apim_1 | at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:296) [cxf-rt-transports-http-3.3.7.jar:3.3.7] apim_1 | at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:215) [cxf-rt-transports-http-3.3.7.jar:3.3.7] apim_1 | at javax.servlet.http.HttpServlet.service(HttpServlet.java:660) [tomcat-servlet-api_9.0.34.wso2v1.jar:?] apim_1 | at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:271) [cxf-rt-transports-http-3.3.7.jar:3.3.7] apim_1 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) [tomcat_9.0.34.wso2v1.jar:?] apim_1 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat_9.0.34.wso2v1.jar:?] apim_1 | at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat_9.0.34.wso2v1.jar:?] apim_1 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat_9.0.34.wso2v1.jar:?] apim_1 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat_9.0.34.wso2v1.jar:?] apim_1 | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) [tomcat_9.0.34.wso2v1.jar:?] apim_1 | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) [tomcat_9.0.34.wso2v1.jar:?] apim_1 | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) [tomcat_9.0.34.wso2v1.jar:?] apim_1 | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) [tomcat_9.0.34.wso2v1.jar:?] apim_1 | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat_9.0.34.wso2v1.jar:?] apim_1 | at org.wso2.carbon.identity.context.rewrite.valve.TenantContextRewriteValve.invoke(TenantContextRewriteValve.java:107) [org.wso2.carbon.identity.context.rewrite.valve_1.4.25.jar:?] apim_1 | at org.wso2.carbon.identity.authz.valve.AuthorizationValve.invoke(AuthorizationValve.java:110) [org.wso2.carbon.identity.authz.valve_1.4.25.jar:?] apim_1 | at org.wso2.carbon.identity.auth.valve.AuthenticationValve.invoke(AuthenticationValve.java:102) [org.wso2.carbon.identity.auth.valve_1.4.25.jar:?] apim_1 | at org.wso2.carbon.tomcat.ext.valves.CompositeValve.continueInvocation(CompositeValve.java:101) [org.wso2.carbon.tomcat.ext_4.6.2.jar:?] apim_1 | at org.wso2.carbon.tomcat.ext.valves.TomcatValveContainer.invokeValves(TomcatValveContainer.java:49) [org.wso2.carbon.tomcat.ext_4.6.2.jar:?] apim_1 | at org.wso2.carbon.tomcat.ext.valves.CompositeValve.invoke(CompositeValve.java:62) [org.wso2.carbon.tomcat.ext_4.6.2.jar:?] apim_1 | at org.wso2.carbon.tomcat.ext.valves.CarbonStuckThreadDetectionValve.invoke(CarbonStuckThreadDetectionValve.java:145) [org.wso2.carbon.tomcat.ext_4.6.2.jar:?] apim_1 | at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:690) [tomcat_9.0.34.wso2v1.jar:?] apim_1 | at org.wso2.carbon.tomcat.ext.valves.CarbonContextCreatorValve.invoke(CarbonContextCreatorValve.java:57) [org.wso2.carbon.tomcat.ext_4.6.2.jar:?] apim_1 | at org.wso2.carbon.tomcat.ext.valves.RequestCorrelationIdValve.invoke(RequestCorrelationIdValve.java:126) [org.wso2.carbon.tomcat.ext_4.6.2.jar:?] apim_1 | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) [tomcat_9.0.34.wso2v1.jar:?] apim_1 | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat_9.0.34.wso2v1.jar:?] apim_1 | at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373) [tomcat_9.0.34.wso2v1.jar:?] apim_1 | at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat_9.0.34.wso2v1.jar:?] apim_1 | at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) [tomcat_9.0.34.wso2v1.jar:?] apim_1 | at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590) [tomcat_9.0.34.wso2v1.jar:?] apim_1 | at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat_9.0.34.wso2v1.jar:?] apim_1 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] apim_1 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] apim_1 | at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat_9.0.34.wso2v1.jar:?] apim_1 | at java.lang.Thread.run(Thread.java:834) [?:?] ``` ### Steps to reproduce: 1. Generate API key using rest API https://apim.docs.wso2.com/en/latest/reference/product-apis/devportal-apis/devportal-v2/devportal-v2/#tag/API-Keys/paths/~1applications~1{applicationId}~1api-keys~1{keyType}~1generate/post 1. Revoke API Key https://apim.docs.wso2.com/en/latest/reference/product-apis/devportal-apis/devportal-v2/devportal-v2/#tag/API-Keys/paths/~1applications~1{applicationId}~1api-keys~1{keyType}~1revoke/post ### Affected Product Version: 4.0.0 ### Environment details (with versions): - OS: mac - Client: postman - Env (Docker/K8s): docker compose --- ### Optional Fields #### Related Issues: <!-- Any related issues from this/other repositories--> #### Suggested Labels: <!--Only to be used by non-members--> #### Suggested Assignees: <!--Only to be used by non-members-->
priority
null pointer error when revoke api key description null pointer error when revoke api key error log log apim error globalthrowablemapper an unknown exception has been captured by the global exception mapper apim java lang nullpointerexception null apim at org carbon apimgt impl utils apiutil verifytokensignature apiutil java apim at org carbon apimgt impl utils apiutil verifytokensignature apiutil java apim at org carbon apimgt rest api store impl applicationsapiserviceimpl applicationsapplicationidapikeyskeytyperevokepost applicationsapiserviceimpl java apim at org carbon apimgt rest api store applicationsapi applicationsapplicationidapikeyskeytyperevokepost applicationsapi java apim at jdk internal reflect nativemethodaccessorimpl native method apim at jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java apim at jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java apim at java lang reflect method invoke method java apim at org apache cxf service invoker abstractinvoker performinvocation abstractinvoker java apim at org apache cxf service invoker abstractinvoker invoke abstractinvoker java apim at org apache cxf jaxrs jaxrsinvoker invoke jaxrsinvoker java apim at org apache cxf jaxrs jaxrsinvoker invoke jaxrsinvoker java apim at org apache cxf interceptor serviceinvokerinterceptor run serviceinvokerinterceptor java apim at org apache cxf interceptor serviceinvokerinterceptor handlemessage serviceinvokerinterceptor java apim at org apache cxf phase phaseinterceptorchain dointercept phaseinterceptorchain java apim at org apache cxf transport chaininitiationobserver onmessage chaininitiationobserver java apim at org apache cxf transport http abstracthttpdestination invoke abstracthttpdestination java apim at org apache cxf transport servlet servletcontroller invokedestination servletcontroller java apim at org apache cxf transport servlet servletcontroller invoke servletcontroller java apim at org apache cxf transport servlet servletcontroller invoke servletcontroller java apim at org apache cxf transport servlet cxfnonspringservlet invoke cxfnonspringservlet java apim at org apache cxf transport servlet abstracthttpservlet handlerequest abstracthttpservlet java apim at org apache cxf transport servlet abstracthttpservlet dopost abstracthttpservlet java apim at javax servlet http httpservlet service httpservlet java apim at org apache cxf transport servlet abstracthttpservlet service abstracthttpservlet java apim at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java apim at org apache catalina core applicationfilterchain dofilter applicationfilterchain java apim at org apache tomcat websocket server wsfilter dofilter wsfilter java apim at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java apim at org apache catalina core applicationfilterchain dofilter applicationfilterchain java apim at org apache catalina core standardwrappervalve invoke standardwrappervalve java apim at org apache catalina core standardcontextvalve invoke standardcontextvalve java apim at org apache catalina authenticator authenticatorbase invoke authenticatorbase java apim at org apache catalina core standardhostvalve invoke standardhostvalve java apim at org apache catalina valves errorreportvalve invoke errorreportvalve java apim at org carbon identity context rewrite valve tenantcontextrewritevalve invoke tenantcontextrewritevalve java apim at org carbon identity authz valve authorizationvalve invoke authorizationvalve java apim at org carbon identity auth valve authenticationvalve invoke authenticationvalve java apim at org carbon tomcat ext valves compositevalve continueinvocation compositevalve java apim at org carbon tomcat ext valves tomcatvalvecontainer invokevalves tomcatvalvecontainer java apim at org carbon tomcat ext valves compositevalve invoke compositevalve java apim at org carbon tomcat ext valves carbonstuckthreaddetectionvalve invoke carbonstuckthreaddetectionvalve java apim at org apache catalina valves abstractaccesslogvalve invoke abstractaccesslogvalve java apim at org carbon tomcat ext valves carboncontextcreatorvalve invoke carboncontextcreatorvalve java apim at org carbon tomcat ext valves requestcorrelationidvalve invoke requestcorrelationidvalve java apim at org apache catalina core standardenginevalve invoke standardenginevalve java apim at org apache catalina connector coyoteadapter service coyoteadapter java apim at org apache coyote service java apim at org apache coyote abstractprocessorlight process abstractprocessorlight java apim at org apache coyote abstractprotocol connectionhandler process abstractprotocol java apim at org apache tomcat util net nioendpoint socketprocessor dorun nioendpoint java apim at org apache tomcat util net socketprocessorbase run socketprocessorbase java apim at java util concurrent threadpoolexecutor runworker threadpoolexecutor java apim at java util concurrent threadpoolexecutor worker run threadpoolexecutor java apim at org apache tomcat util threads taskthread wrappingrunnable run taskthread java apim at java lang thread run thread java steps to reproduce generate api key using rest api revoke api key affected product version environment details with versions os mac client postman env docker docker compose optional fields related issues suggested labels suggested assignees
1
60,245
3,121,804,431
IssuesEvent
2015-09-06 00:28:50
ja-mes/rent
https://api.github.com/repos/ja-mes/rent
closed
Implement user accounts
feature high priority
- [x] Rewrite insert default accounts to not run until after the user has logged in
1.0
Implement user accounts - - [x] Rewrite insert default accounts to not run until after the user has logged in
priority
implement user accounts rewrite insert default accounts to not run until after the user has logged in
1
219,196
7,333,879,612
IssuesEvent
2018-03-05 20:51:49
joshherkness/AR-Top
https://api.github.com/repos/joshherkness/AR-Top
closed
Socketio: Send out the map via an update or create
Effort: 4 Priority: High
Create socket event used to notify all listeners of a specific session. This event should be emitted whenever the map associated with the given session is updated, or the session itself is updated.
1.0
Socketio: Send out the map via an update or create - Create socket event used to notify all listeners of a specific session. This event should be emitted whenever the map associated with the given session is updated, or the session itself is updated.
priority
socketio send out the map via an update or create create socket event used to notify all listeners of a specific session this event should be emitted whenever the map associated with the given session is updated or the session itself is updated
1
423,745
12,301,563,908
IssuesEvent
2020-05-11 15:35:37
rubyforgood/casa
https://api.github.com/repos/rubyforgood/casa
closed
Supervisor can view all case contacts
:clipboard: Supervisor Priority: High Status: Available
Part of epic #105 **What type of user is this for? [volunteer/supervisor/admin]** Supervisor **Where does/should this occur?** <a href="https://casa-r4g-staging.herokuapp.com/casa_cases/68">In CASA Case Details</a> **Description** Supervisors should be able to view all `case_contacts` associated with a `casa_case` _including_ `case_contacts` from previous volunteer assignments. `case_contacts` should display in order of date in which they occurred. **Screenshots** <img width="1372" alt="CASA case_contacts" src="https://user-images.githubusercontent.com/62810851/81514658-2c806700-92e5-11ea-915b-5b5485e514a2.png"> **Relates to issues** #30, #239
1.0
Supervisor can view all case contacts - Part of epic #105 **What type of user is this for? [volunteer/supervisor/admin]** Supervisor **Where does/should this occur?** <a href="https://casa-r4g-staging.herokuapp.com/casa_cases/68">In CASA Case Details</a> **Description** Supervisors should be able to view all `case_contacts` associated with a `casa_case` _including_ `case_contacts` from previous volunteer assignments. `case_contacts` should display in order of date in which they occurred. **Screenshots** <img width="1372" alt="CASA case_contacts" src="https://user-images.githubusercontent.com/62810851/81514658-2c806700-92e5-11ea-915b-5b5485e514a2.png"> **Relates to issues** #30, #239
priority
supervisor can view all case contacts part of epic what type of user is this for supervisor where does should this occur description supervisors should be able to view all case contacts associated with a casa case including case contacts from previous volunteer assignments case contacts should display in order of date in which they occurred screenshots img width alt casa case contacts src relates to issues
1
679,249
23,225,264,448
IssuesEvent
2022-08-02 22:57:45
balena-os/balena-supervisor
https://api.github.com/repos/balena-os/balena-supervisor
closed
Services may get stuck in `Downloading` state after update (`version >= v13.1.3`)
High priority
Supervisor [v13.1.3](https://github.com/balena-os/balena-supervisor/blob/master/CHANGELOG.md#v1313) introduced changes to allow containers to follow the specified docker [restart policy](https://docs.docker.com/config/containers/start-containers-automatically/), instead of being restarted automatically by the supervisor when the target state changes (see #1668 for more info). For the supervisor this means that if a container already exists with the configuration given by the target state, the supervisor won't try to restart it. This includes the case where a container was given a `stop` signal due to user command (dashboard or local CLI). The problem is that the supervisor cannot identify whether the container was stopped by itself or by a user, this may lead to a container being stuck in the `Downloaded` state after an update if the following circumstances happen - User changes a config that affects all services (e.g. change in a service var) - One of the services takes some time to exit and respond to the change. - Before the container exits, the user reverts the change to a previous config. - The supervisor sees the container is already running with the right configuration, so there is nothing else to do to apply target state. - The container finally exits and will remain in that state until the engine is restarted (or the device is rebooted) depending on the chosen policy. Here is how to replicate - Push the [slow-exit](https://github.com/balena-io-playground/slow-exit) project into a fleet - Allow the device to install the update. Both the `delayed-stop` and the `well-behaved` service should be running - Go to [Device variables](https://www.balena.io/docs/learn/manage/variables/#device-variables) in the device dashboard. - Create a `DUMMY=true` variable for `All services`. Delete it immediately - On the logs you should see two restarts for the `well-behaved` service, but only one for the `delayed-stop` service, which is now stuck in the `Downloaded` state. Ways to avoid this issue for now (none are great) - Avoid long cleanup operations - Allow the supervisor to finish an operation before making further configuration changes
1.0
Services may get stuck in `Downloading` state after update (`version >= v13.1.3`) - Supervisor [v13.1.3](https://github.com/balena-os/balena-supervisor/blob/master/CHANGELOG.md#v1313) introduced changes to allow containers to follow the specified docker [restart policy](https://docs.docker.com/config/containers/start-containers-automatically/), instead of being restarted automatically by the supervisor when the target state changes (see #1668 for more info). For the supervisor this means that if a container already exists with the configuration given by the target state, the supervisor won't try to restart it. This includes the case where a container was given a `stop` signal due to user command (dashboard or local CLI). The problem is that the supervisor cannot identify whether the container was stopped by itself or by a user, this may lead to a container being stuck in the `Downloaded` state after an update if the following circumstances happen - User changes a config that affects all services (e.g. change in a service var) - One of the services takes some time to exit and respond to the change. - Before the container exits, the user reverts the change to a previous config. - The supervisor sees the container is already running with the right configuration, so there is nothing else to do to apply target state. - The container finally exits and will remain in that state until the engine is restarted (or the device is rebooted) depending on the chosen policy. Here is how to replicate - Push the [slow-exit](https://github.com/balena-io-playground/slow-exit) project into a fleet - Allow the device to install the update. Both the `delayed-stop` and the `well-behaved` service should be running - Go to [Device variables](https://www.balena.io/docs/learn/manage/variables/#device-variables) in the device dashboard. - Create a `DUMMY=true` variable for `All services`. Delete it immediately - On the logs you should see two restarts for the `well-behaved` service, but only one for the `delayed-stop` service, which is now stuck in the `Downloaded` state. Ways to avoid this issue for now (none are great) - Avoid long cleanup operations - Allow the supervisor to finish an operation before making further configuration changes
priority
services may get stuck in downloading state after update version supervisor introduced changes to allow containers to follow the specified docker instead of being restarted automatically by the supervisor when the target state changes see for more info for the supervisor this means that if a container already exists with the configuration given by the target state the supervisor won t try to restart it this includes the case where a container was given a stop signal due to user command dashboard or local cli the problem is that the supervisor cannot identify whether the container was stopped by itself or by a user this may lead to a container being stuck in the downloaded state after an update if the following circumstances happen user changes a config that affects all services e g change in a service var one of the services takes some time to exit and respond to the change before the container exits the user reverts the change to a previous config the supervisor sees the container is already running with the right configuration so there is nothing else to do to apply target state the container finally exits and will remain in that state until the engine is restarted or the device is rebooted depending on the chosen policy here is how to replicate push the project into a fleet allow the device to install the update both the delayed stop and the well behaved service should be running go to in the device dashboard create a dummy true variable for all services delete it immediately on the logs you should see two restarts for the well behaved service but only one for the delayed stop service which is now stuck in the downloaded state ways to avoid this issue for now none are great avoid long cleanup operations allow the supervisor to finish an operation before making further configuration changes
1
799,956
28,320,866,032
IssuesEvent
2023-04-11 00:57:04
steedos/steedos-platform
https://api.github.com/repos/steedos/steedos-platform
closed
[Bug]: 通知对象(notifications)列表 相关记录 列显示异常
bug done priority: High
### Description ![image](https://user-images.githubusercontent.com/6194896/230818626-597c7649-d1ab-41c6-ac43-2e3c96be3bb1.png) ### Steps To Reproduce 重现步骤 1. 发起批准过程后 2. 进入通知对象列表 /app/-/notifications/grid/all ### Version 版本 2.4.10
1.0
[Bug]: 通知对象(notifications)列表 相关记录 列显示异常 - ### Description ![image](https://user-images.githubusercontent.com/6194896/230818626-597c7649-d1ab-41c6-ac43-2e3c96be3bb1.png) ### Steps To Reproduce 重现步骤 1. 发起批准过程后 2. 进入通知对象列表 /app/-/notifications/grid/all ### Version 版本 2.4.10
priority
通知对象 notifications 列表 相关记录 列显示异常 description steps to reproduce 重现步骤 发起批准过程后 进入通知对象列表 app notifications grid all version 版本
1
29,531
2,716,402,944
IssuesEvent
2015-04-10 18:51:35
IQSS/dataverse
https://api.github.com/repos/IQSS/dataverse
opened
Metrics page for Dataverses
Priority: High
In additions to the metrics icon on the top of a Dataverse (views, downloads, shares, citations), we need a page with all type of metrics we want to share about the Root Dataverse (and possible for each dataverse). For example: # of files counting all formats, # of unique subset downloads, # of data explorations, etc
1.0
Metrics page for Dataverses - In additions to the metrics icon on the top of a Dataverse (views, downloads, shares, citations), we need a page with all type of metrics we want to share about the Root Dataverse (and possible for each dataverse). For example: # of files counting all formats, # of unique subset downloads, # of data explorations, etc
priority
metrics page for dataverses in additions to the metrics icon on the top of a dataverse views downloads shares citations we need a page with all type of metrics we want to share about the root dataverse and possible for each dataverse for example of files counting all formats of unique subset downloads of data explorations etc
1
210,785
7,194,586,844
IssuesEvent
2018-02-04 07:09:21
DroidKaigi/conference-app-2018
https://api.github.com/repos/DroidKaigi/conference-app-2018
reopened
[Assigned] Apply textIsSelectable = true for FeedFragment text (お知らせ)
assigned easy high priority welcome contribute
## Overview (Required) - Probably we share wifi SSID and password. - It is useful when user copying that.
1.0
[Assigned] Apply textIsSelectable = true for FeedFragment text (お知らせ) - ## Overview (Required) - Probably we share wifi SSID and password. - It is useful when user copying that.
priority
apply textisselectable true for feedfragment text お知らせ overview required probably we share wifi ssid and password it is useful when user copying that
1
43,122
2,882,837,553
IssuesEvent
2015-06-11 08:27:12
gbif/ipt
https://api.github.com/repos/gbif/ipt
closed
Versionable extensions
Milestone-Release2.3 Priority-High Type-Enhancement
``` I am trying to create a draft dwc extension for genetic samples & sequences for the DwC-A / IPT, but I ran into some issues that make me think of a more flexible way of handling dwc-a extensions. Various communities have overlaps with dwc terms, but they might not necessarily need all terms and also define stricter vocabularies to be used in some terms. For example GSC has a controlled biome vocabulary that could go into dwc:habitat. To treat this demand user friendly it would be great if the IPT should not even offer terms not used by a certain community and know about their preferred vocabulary/ies. So what if extension/core definitions would be identified by their URL instead of their rowType and we could have multiple ones with the same rowType? When mapping you could pick between various CollectionObject definitions for example, but the final dwca output will still be the same as before. A GSC CollectionObject, a Museum Collection Specimen one or some other. This allows to: + add more 1:1 terms into a core that would have to live in extensions otherwise + reduce number of terms shown to specific communities + define different vocabularies to be used for the same term, e.g. habitat, country, etc + keep immutable versions of extensions for the same namespace/class + offer community specific examples Id think this is worthwhile following up. Versioning of darwin core definitions is on our plate very soon anyhow once the new terms get ratified. ``` Original issue reported on code.google.com by `wixner` on 2011-10-05 10:05:27
1.0
Versionable extensions - ``` I am trying to create a draft dwc extension for genetic samples & sequences for the DwC-A / IPT, but I ran into some issues that make me think of a more flexible way of handling dwc-a extensions. Various communities have overlaps with dwc terms, but they might not necessarily need all terms and also define stricter vocabularies to be used in some terms. For example GSC has a controlled biome vocabulary that could go into dwc:habitat. To treat this demand user friendly it would be great if the IPT should not even offer terms not used by a certain community and know about their preferred vocabulary/ies. So what if extension/core definitions would be identified by their URL instead of their rowType and we could have multiple ones with the same rowType? When mapping you could pick between various CollectionObject definitions for example, but the final dwca output will still be the same as before. A GSC CollectionObject, a Museum Collection Specimen one or some other. This allows to: + add more 1:1 terms into a core that would have to live in extensions otherwise + reduce number of terms shown to specific communities + define different vocabularies to be used for the same term, e.g. habitat, country, etc + keep immutable versions of extensions for the same namespace/class + offer community specific examples Id think this is worthwhile following up. Versioning of darwin core definitions is on our plate very soon anyhow once the new terms get ratified. ``` Original issue reported on code.google.com by `wixner` on 2011-10-05 10:05:27
priority
versionable extensions i am trying to create a draft dwc extension for genetic samples sequences for the dwc a ipt but i ran into some issues that make me think of a more flexible way of handling dwc a extensions various communities have overlaps with dwc terms but they might not necessarily need all terms and also define stricter vocabularies to be used in some terms for example gsc has a controlled biome vocabulary that could go into dwc habitat to treat this demand user friendly it would be great if the ipt should not even offer terms not used by a certain community and know about their preferred vocabulary ies so what if extension core definitions would be identified by their url instead of their rowtype and we could have multiple ones with the same rowtype when mapping you could pick between various collectionobject definitions for example but the final dwca output will still be the same as before a gsc collectionobject a museum collection specimen one or some other this allows to add more terms into a core that would have to live in extensions otherwise reduce number of terms shown to specific communities define different vocabularies to be used for the same term e g habitat country etc keep immutable versions of extensions for the same namespace class offer community specific examples id think this is worthwhile following up versioning of darwin core definitions is on our plate very soon anyhow once the new terms get ratified original issue reported on code google com by wixner on
1
829,537
31,882,260,363
IssuesEvent
2023-09-16 14:16:22
uli/dragonbasic
https://api.github.com/repos/uli/dragonbasic
closed
Checking the condition of a string to be empty causes MF to generate a segmentation fault.
Bug Severity:High Priority:Medium
Issue found using the latest version of Dragon Basic under Linux (Commit ID: d2ce042366068083a5fe3089873a22221fffbc26) Checking the condition of a string to be empty (Ie. "") causes MF to generate a segmentation fault. This is sometimes useful when you want to mark a String as NULL, empty, or uninitialised and you check it by seeing if it's empty or not. Since MF crashes when doing so, the users only recourse is to set a string to some unique identifier that means the same thing (Ie. "-1", "NULL", etc) and hope they never need a real string of that value.
1.0
Checking the condition of a string to be empty causes MF to generate a segmentation fault. - Issue found using the latest version of Dragon Basic under Linux (Commit ID: d2ce042366068083a5fe3089873a22221fffbc26) Checking the condition of a string to be empty (Ie. "") causes MF to generate a segmentation fault. This is sometimes useful when you want to mark a String as NULL, empty, or uninitialised and you check it by seeing if it's empty or not. Since MF crashes when doing so, the users only recourse is to set a string to some unique identifier that means the same thing (Ie. "-1", "NULL", etc) and hope they never need a real string of that value.
priority
checking the condition of a string to be empty causes mf to generate a segmentation fault issue found using the latest version of dragon basic under linux commit id checking the condition of a string to be empty ie causes mf to generate a segmentation fault this is sometimes useful when you want to mark a string as null empty or uninitialised and you check it by seeing if it s empty or not since mf crashes when doing so the users only recourse is to set a string to some unique identifier that means the same thing ie null etc and hope they never need a real string of that value
1
478,757
13,784,954,294
IssuesEvent
2020-10-08 21:49:08
protofire/omen-exchange
https://api.github.com/repos/protofire/omen-exchange
closed
cDAI currency causing problems when trading markets where you have a cDAI position
bug priority:high
On a market where i own shares, and I got to "Sell" page. It shows my shares in my Wallet Balance, but when you click on blue linked shares in order to "Sell all of the selected outcome's shares." The amount doesn't fill the Shares field just underneath. This market is with currency"cDAI". It's not filling. I think other currencies are filling the box when you click the amount.
1.0
cDAI currency causing problems when trading markets where you have a cDAI position - On a market where i own shares, and I got to "Sell" page. It shows my shares in my Wallet Balance, but when you click on blue linked shares in order to "Sell all of the selected outcome's shares." The amount doesn't fill the Shares field just underneath. This market is with currency"cDAI". It's not filling. I think other currencies are filling the box when you click the amount.
priority
cdai currency causing problems when trading markets where you have a cdai position on a market where i own shares and i got to sell page it shows my shares in my wallet balance but when you click on blue linked shares in order to sell all of the selected outcome s shares the amount doesn t fill the shares field just underneath this market is with currency cdai it s not filling i think other currencies are filling the box when you click the amount
1
309,572
9,477,211,672
IssuesEvent
2019-04-19 17:48:12
RhoInc/safety-histogram
https://api.github.com/repos/RhoInc/safety-histogram
closed
Optionalize units argument.
high priority
Measure dropdown options should include units. # Test notes * Set _Unit_ to something nonexistent, like _asdf_. * Render the chart. * The units should no longer appear in the _Measure_ dropdown or on the x-axis.
1.0
Optionalize units argument. - Measure dropdown options should include units. # Test notes * Set _Unit_ to something nonexistent, like _asdf_. * Render the chart. * The units should no longer appear in the _Measure_ dropdown or on the x-axis.
priority
optionalize units argument measure dropdown options should include units test notes set unit to something nonexistent like asdf render the chart the units should no longer appear in the measure dropdown or on the x axis
1
355,132
10,576,673,970
IssuesEvent
2019-10-07 18:24:00
ClinGen/clincoded
https://api.github.com/repos/ClinGen/clincoded
closed
CIViC linkouts for variants that have CAids
VCI colleague request priority: high user request
Linked to #1769 , which is the ticket for the ultimate goal of bringing in the CIViC data for display in the VCI. There is a dependency on the LDH having an API that is currently delaying this implementation. This tickets deals with the first step that can be done now, that is adding linkouts to CIViC for variants that have a CAid. The link format is as follows: https://www.civicdb.org/links/allele_registry/<allele_registry_id> e.g. https://www.civicdb.org/links/allele_registry/CA020450
1.0
CIViC linkouts for variants that have CAids - Linked to #1769 , which is the ticket for the ultimate goal of bringing in the CIViC data for display in the VCI. There is a dependency on the LDH having an API that is currently delaying this implementation. This tickets deals with the first step that can be done now, that is adding linkouts to CIViC for variants that have a CAid. The link format is as follows: https://www.civicdb.org/links/allele_registry/<allele_registry_id> e.g. https://www.civicdb.org/links/allele_registry/CA020450
priority
civic linkouts for variants that have caids linked to which is the ticket for the ultimate goal of bringing in the civic data for display in the vci there is a dependency on the ldh having an api that is currently delaying this implementation this tickets deals with the first step that can be done now that is adding linkouts to civic for variants that have a caid the link format is as follows e g
1
753,962
26,369,242,684
IssuesEvent
2023-01-11 19:10:08
zulip/zulip-mobile
https://api.github.com/repos/zulip/zulip-mobile
closed
Make "+" open an action sheet instead of row of buttons
help wanted a-compose/send P1 high-priority blocked on other work
At present, compose box buttons are accessed via a "plus" symbol to the left of the compose box. Clicking on "plus" expands the buttons on the same line as the compose box. This works OK with the buttons we currently have, but is likely to no longer look good as we start adding more buttons (#3427, #5079). In #5080, we change this behavior so that putting the cursor into the compose box will open buttons *below* the compose box. Based on the discussion on #5080 and in [this CZO thread](https://chat.zulip.org/#narrow/stream/243-mobile-team/topic/.23M5080.20Move.20compose.20box.20buttons.20into.20a.20row.20below.20the.20compose), we should also make "+" open an action sheet. Actions (we can discuss/finalize these labels when working on the issue): * Upload a file (cf. webapp tooltip: Upload files) * Upload a picture * Take a picture * Add a video call (cf. webapp tooltip: Add video call) This issue may be a blocker for #3427 and #5079. It's possible we can implement one of those without this issue, but not both.
1.0
Make "+" open an action sheet instead of row of buttons - At present, compose box buttons are accessed via a "plus" symbol to the left of the compose box. Clicking on "plus" expands the buttons on the same line as the compose box. This works OK with the buttons we currently have, but is likely to no longer look good as we start adding more buttons (#3427, #5079). In #5080, we change this behavior so that putting the cursor into the compose box will open buttons *below* the compose box. Based on the discussion on #5080 and in [this CZO thread](https://chat.zulip.org/#narrow/stream/243-mobile-team/topic/.23M5080.20Move.20compose.20box.20buttons.20into.20a.20row.20below.20the.20compose), we should also make "+" open an action sheet. Actions (we can discuss/finalize these labels when working on the issue): * Upload a file (cf. webapp tooltip: Upload files) * Upload a picture * Take a picture * Add a video call (cf. webapp tooltip: Add video call) This issue may be a blocker for #3427 and #5079. It's possible we can implement one of those without this issue, but not both.
priority
make open an action sheet instead of row of buttons at present compose box buttons are accessed via a plus symbol to the left of the compose box clicking on plus expands the buttons on the same line as the compose box this works ok with the buttons we currently have but is likely to no longer look good as we start adding more buttons in we change this behavior so that putting the cursor into the compose box will open buttons below the compose box based on the discussion on and in we should also make open an action sheet actions we can discuss finalize these labels when working on the issue upload a file cf webapp tooltip upload files upload a picture take a picture add a video call cf webapp tooltip add video call this issue may be a blocker for and it s possible we can implement one of those without this issue but not both
1
490,501
14,135,144,213
IssuesEvent
2020-11-10 00:58:54
choderalab/fah-xchem
https://api.github.com/repos/choderalab/fah-xchem
opened
Fix ligands.{csv,sdf,pdf} for Sprint 5
bug high-priority
The `ligands.{csv,sdf,pdf}` files are being incorrectly generated: ![image](https://user-images.githubusercontent.com/3656088/98614098-97b6f000-22ac-11eb-9f00-a55992ee372f.png) They contain erroneous information about transformations. For example, `ligands.csv`: ``` SMILES,TITLE,CID,SMILES,RUN,DDG (kcal/mol),dDDG (kcal/mol) ,MAT-POS-8a69d52e-7_1,MAT-POS-8a69d52e-7_1,C[C@@H]1COc2ccc(cc2[C@@H]1C(=O)Nc3cncc4c3cccc4)Cl,RUN80,0.03,0.03 C[C@@H]1COc2ccc(cc2[C@@H]1C(=O)Nc3cncc4c3cccc4)C#N,MAT-POS-8a69d52e-7_1,MAT-POS-8a69d52e-7_1,C[C@@H]1COc2ccc(cc2[C@@H]1C(=O)Nc3cncc4c3cccc4)Cl,RUN87,0.06,0.06 c1cc2c(cncc2NC(=O)[C@@H]3CCOc4c3cc(cc4)Cl)c(c1)Cl,MAT-POS-8a69d52e-7_1,MAT-POS-8a69d52e-7_1,C[C@@H]1COc2ccc(cc2[C@@H]1C(=O)Nc3cncc4c3cccc4)Cl,RUN97,0.07,0.07 c1ccc2c(c1)cncc2NC(=O)[C@@H]3CCOc4c3cc(cc4)F,MAT-POS-8a69d52e-7_1,MAT-POS-8a69d52e-7_1,C[C@@H]1COc2ccc(cc2[C@@H]1C(=O)Nc3cncc4c3cccc4)Cl,RUN39,0.08,0.08 C[C@H]1COc2ccc(cc2[C@@H]1C(=O)Nc3cncc4c3cccc4)Cl,MAT-POS-8a69d52e-7_1,MAT-POS-8a69d52e-7_1,C[C@@H]1COc2ccc(cc2[C@@H]1C(=O)Nc3cncc4c3cccc4)Cl,RUN76,0.08,0.08 c1ccc2c(c1)c(cnc ``` We should fix this so that the chemists can download the best-scoring molecules for inspection and synthesis.
1.0
Fix ligands.{csv,sdf,pdf} for Sprint 5 - The `ligands.{csv,sdf,pdf}` files are being incorrectly generated: ![image](https://user-images.githubusercontent.com/3656088/98614098-97b6f000-22ac-11eb-9f00-a55992ee372f.png) They contain erroneous information about transformations. For example, `ligands.csv`: ``` SMILES,TITLE,CID,SMILES,RUN,DDG (kcal/mol),dDDG (kcal/mol) ,MAT-POS-8a69d52e-7_1,MAT-POS-8a69d52e-7_1,C[C@@H]1COc2ccc(cc2[C@@H]1C(=O)Nc3cncc4c3cccc4)Cl,RUN80,0.03,0.03 C[C@@H]1COc2ccc(cc2[C@@H]1C(=O)Nc3cncc4c3cccc4)C#N,MAT-POS-8a69d52e-7_1,MAT-POS-8a69d52e-7_1,C[C@@H]1COc2ccc(cc2[C@@H]1C(=O)Nc3cncc4c3cccc4)Cl,RUN87,0.06,0.06 c1cc2c(cncc2NC(=O)[C@@H]3CCOc4c3cc(cc4)Cl)c(c1)Cl,MAT-POS-8a69d52e-7_1,MAT-POS-8a69d52e-7_1,C[C@@H]1COc2ccc(cc2[C@@H]1C(=O)Nc3cncc4c3cccc4)Cl,RUN97,0.07,0.07 c1ccc2c(c1)cncc2NC(=O)[C@@H]3CCOc4c3cc(cc4)F,MAT-POS-8a69d52e-7_1,MAT-POS-8a69d52e-7_1,C[C@@H]1COc2ccc(cc2[C@@H]1C(=O)Nc3cncc4c3cccc4)Cl,RUN39,0.08,0.08 C[C@H]1COc2ccc(cc2[C@@H]1C(=O)Nc3cncc4c3cccc4)Cl,MAT-POS-8a69d52e-7_1,MAT-POS-8a69d52e-7_1,C[C@@H]1COc2ccc(cc2[C@@H]1C(=O)Nc3cncc4c3cccc4)Cl,RUN76,0.08,0.08 c1ccc2c(c1)c(cnc ``` We should fix this so that the chemists can download the best-scoring molecules for inspection and synthesis.
priority
fix ligands csv sdf pdf for sprint the ligands csv sdf pdf files are being incorrectly generated they contain erroneous information about transformations for example ligands csv smiles title cid smiles run ddg kcal mol dddg kcal mol mat pos mat pos c o cl c o c n mat pos mat pos c o cl o cl c cl mat pos mat pos c o cl o f mat pos mat pos c o cl c o cl mat pos mat pos c o cl c cnc we should fix this so that the chemists can download the best scoring molecules for inspection and synthesis
1
199,136
6,981,218,142
IssuesEvent
2017-12-13 06:52:23
evilsocket/arc
https://api.github.com/repos/evilsocket/arc
closed
Refactor buffer management to keep buffers bigger than 1024 bytes on files.
bug high priority refactor
Refactor the buffer management to keep buffers bigger than 1024 bytes on files, this way it will be possible to pipe the file descriptor to the http(s) socket in order to avoid full buffer allocation on the server side (hence, making it possible to serve buffers of arbitrary sizes). This also allows from the client side to send the buffer as an upload, which will create a `Reader` object on the server side to pipe to a file `Writer` (same memory issue, opposite direction).
1.0
Refactor buffer management to keep buffers bigger than 1024 bytes on files. - Refactor the buffer management to keep buffers bigger than 1024 bytes on files, this way it will be possible to pipe the file descriptor to the http(s) socket in order to avoid full buffer allocation on the server side (hence, making it possible to serve buffers of arbitrary sizes). This also allows from the client side to send the buffer as an upload, which will create a `Reader` object on the server side to pipe to a file `Writer` (same memory issue, opposite direction).
priority
refactor buffer management to keep buffers bigger than bytes on files refactor the buffer management to keep buffers bigger than bytes on files this way it will be possible to pipe the file descriptor to the http s socket in order to avoid full buffer allocation on the server side hence making it possible to serve buffers of arbitrary sizes this also allows from the client side to send the buffer as an upload which will create a reader object on the server side to pipe to a file writer same memory issue opposite direction
1
499,767
14,478,661,404
IssuesEvent
2020-12-10 08:44:17
enso-org/enso
https://api.github.com/repos/enso-org/enso
closed
Adding argument to some specific method does not update nodes calling it.
Category: Backend Change: Non-Breaking Difficulty: Core Contributor Priority: High Type: Bug
<!-- Please ensure that you are running the latest version of Enso before reporting the bug! It may have been fixed since. --> ### General Summary Usually if I have a method `foo = ...` in my Main module and edit code in IDE so I add new input `foo a = ...` the nodes calling foo `here.foo` are properly updated. However in our test case this does not happen. ### Steps to Reproduce * Open [the attached project](https://app.zenhub.com/files/76672223/7e259ad8-4864-4ba9-89ab-cbc8d80c3cf4/download) in IDE with --dev option. * In dev console go to "network" tab and choose second 127.0.0.1 (connection with Language Server). Wait until all initial messages from engine arrives (value updates and suggestion database updates). * Clear the network log. * Open Code Editor (Ctrl+`) and add input `a` to the method `func1` ### Expected Result The existing suggestion is modified or IDE receives expressionValueUpdate about new suggestion entry id. ### Actual Result The suggestion is removed and added as a new one, but we receive no expressionValueUpdate with new suggestion entry id. ### Enso Version Enso Project Manager Version: 0.1.0 Built with: scala-2.13.3 for GraalVM 20.2.0 Built from: main* @ d608e21b39969b97ba478c40c23592fe432cccf5 Running on: OpenJDK 64-Bit Server VM, GraalVM Community, JDK 11.0.8+10-jvmci-20.2-b03 Linux 5.4.78-1-MANJARO (amd64) Tested on IDE 100aac09
1.0
Adding argument to some specific method does not update nodes calling it. - <!-- Please ensure that you are running the latest version of Enso before reporting the bug! It may have been fixed since. --> ### General Summary Usually if I have a method `foo = ...` in my Main module and edit code in IDE so I add new input `foo a = ...` the nodes calling foo `here.foo` are properly updated. However in our test case this does not happen. ### Steps to Reproduce * Open [the attached project](https://app.zenhub.com/files/76672223/7e259ad8-4864-4ba9-89ab-cbc8d80c3cf4/download) in IDE with --dev option. * In dev console go to "network" tab and choose second 127.0.0.1 (connection with Language Server). Wait until all initial messages from engine arrives (value updates and suggestion database updates). * Clear the network log. * Open Code Editor (Ctrl+`) and add input `a` to the method `func1` ### Expected Result The existing suggestion is modified or IDE receives expressionValueUpdate about new suggestion entry id. ### Actual Result The suggestion is removed and added as a new one, but we receive no expressionValueUpdate with new suggestion entry id. ### Enso Version Enso Project Manager Version: 0.1.0 Built with: scala-2.13.3 for GraalVM 20.2.0 Built from: main* @ d608e21b39969b97ba478c40c23592fe432cccf5 Running on: OpenJDK 64-Bit Server VM, GraalVM Community, JDK 11.0.8+10-jvmci-20.2-b03 Linux 5.4.78-1-MANJARO (amd64) Tested on IDE 100aac09
priority
adding argument to some specific method does not update nodes calling it please ensure that you are running the latest version of enso before reporting the bug it may have been fixed since general summary usually if i have a method foo in my main module and edit code in ide so i add new input foo a the nodes calling foo here foo are properly updated however in our test case this does not happen steps to reproduce open in ide with dev option in dev console go to network tab and choose second connection with language server wait until all initial messages from engine arrives value updates and suggestion database updates clear the network log open code editor ctrl and add input a to the method expected result the existing suggestion is modified or ide receives expressionvalueupdate about new suggestion entry id actual result the suggestion is removed and added as a new one but we receive no expressionvalueupdate with new suggestion entry id enso version enso project manager version built with scala for graalvm built from main running on openjdk bit server vm graalvm community jdk jvmci linux manjaro tested on ide
1
129,647
5,100,658,039
IssuesEvent
2017-01-04 13:04:39
happah-graphics/happah-applets
https://api.github.com/repos/happah-graphics/happah-applets
closed
Ray selection misses if you scroll down the page
bug priority-high
If you scroll down the page, you are unable to select the scrollbar handle. Same goes for the control-points.
1.0
Ray selection misses if you scroll down the page - If you scroll down the page, you are unable to select the scrollbar handle. Same goes for the control-points.
priority
ray selection misses if you scroll down the page if you scroll down the page you are unable to select the scrollbar handle same goes for the control points
1
253,053
8,050,665,639
IssuesEvent
2018-08-01 14:04:57
elementary/os
https://api.github.com/repos/elementary/os
closed
initrd.img not in gzip format
Priority: High
Looks like Ubuntu changed something? ``` P: Begin installing disk information... gzip: ../../binary/casper/initrd.img-4.15.0-23-generic: not in gzip format cpio: premature end of archive ``` <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/59534617-initrd-img-not-in-gzip-format?utm_campaign=plugin&utm_content=tracker%2F93529863&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F93529863&utm_medium=issues&utm_source=github). </bountysource-plugin>
1.0
initrd.img not in gzip format - Looks like Ubuntu changed something? ``` P: Begin installing disk information... gzip: ../../binary/casper/initrd.img-4.15.0-23-generic: not in gzip format cpio: premature end of archive ``` <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/59534617-initrd-img-not-in-gzip-format?utm_campaign=plugin&utm_content=tracker%2F93529863&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F93529863&utm_medium=issues&utm_source=github). </bountysource-plugin>
priority
initrd img not in gzip format looks like ubuntu changed something p begin installing disk information gzip binary casper initrd img generic not in gzip format cpio premature end of archive want to back this issue we accept bounties via
1
297,301
9,166,759,448
IssuesEvent
2019-03-02 06:46:03
curationexperts/laevigata
https://api.github.com/repos/curationexperts/laevigata
closed
Resolve discard_flash_if_xhr deprecation warning
high priority review
**ISSUE** The application is logging an excessive number of deprecations warnings into the apache error log and swamping our log indexing service. ``` App 24375 stderr: DEPRECATION WARNING: discard_flash_if_xhr is deprecated and will be removed from blacklight 7.x (Discarding flash messages on XHR requests is deprecated. App 24375 stderr: If you wish to continue this behavior, add this method to your ApplicationController with an App 24375 stderr: after_action :discard_flash_if_xhr filter. To disable this behavior now and remove this warning, add App 24375 stderr: a skip_after_action :discard_flash_if_xhr to your ApplicationController.) ``` **ACCEPTACE** - [ ] etd.library.emory.edu ceases to log this error to /var/log/apache2/error.log
1.0
Resolve discard_flash_if_xhr deprecation warning - **ISSUE** The application is logging an excessive number of deprecations warnings into the apache error log and swamping our log indexing service. ``` App 24375 stderr: DEPRECATION WARNING: discard_flash_if_xhr is deprecated and will be removed from blacklight 7.x (Discarding flash messages on XHR requests is deprecated. App 24375 stderr: If you wish to continue this behavior, add this method to your ApplicationController with an App 24375 stderr: after_action :discard_flash_if_xhr filter. To disable this behavior now and remove this warning, add App 24375 stderr: a skip_after_action :discard_flash_if_xhr to your ApplicationController.) ``` **ACCEPTACE** - [ ] etd.library.emory.edu ceases to log this error to /var/log/apache2/error.log
priority
resolve discard flash if xhr deprecation warning issue the application is logging an excessive number of deprecations warnings into the apache error log and swamping our log indexing service app stderr deprecation warning discard flash if xhr is deprecated and will be removed from blacklight x discarding flash messages on xhr requests is deprecated app stderr if you wish to continue this behavior add this method to your applicationcontroller with an app stderr after action discard flash if xhr filter to disable this behavior now and remove this warning add app stderr a skip after action discard flash if xhr to your applicationcontroller acceptace etd library emory edu ceases to log this error to var log error log
1
29,222
2,714,193,743
IssuesEvent
2015-04-10 00:35:10
hamiltont/clasp
https://api.github.com/repos/hamiltont/clasp
opened
Add the option to return logcat output of emulators.
enhancement High priority
_From @hamiltont on September 11, 2014 17:10_ _Copied from original issue: hamiltont/attack#12_
1.0
Add the option to return logcat output of emulators. - _From @hamiltont on September 11, 2014 17:10_ _Copied from original issue: hamiltont/attack#12_
priority
add the option to return logcat output of emulators from hamiltont on september copied from original issue hamiltont attack
1
210,161
7,186,601,919
IssuesEvent
2018-02-02 00:03:28
ampproject/amphtml
https://api.github.com/repos/ampproject/amphtml
closed
Getting 'Wrong parent tag' errors for tags that aren't in the article
Category: Validator P1: High Priority
## What's the issue? A few of our articles throw the ["wrong parent tag"](https://www.ampproject.org/docs/reference/validation_errors) error when validating them, but the errors end up pertaining to tags that the pages don't have. This breaks validation. ## How do we reproduce the issue? Just view these pages and the error shows immediately in the console. [https://www.billboard.com/amp/articles/columns/hip-hop/7768251/jay-idk-adult-swim-partnership-interview#development=1]() [https://www.billboard.com/amp/articles/business/8094083/chapter-verse-hm-apology-monkey-sweatshirt-tone-deaf#development=1]() Both of these pages throw the error `The parent tag of tag 'FORM > DIV [submit-success]' is 'div', but it can only be 'form'.`, but neither page has divs with those attributes, and neither page has form tags either. ## What browsers are affected? I can reproduce this with Chrome and Safari, and Google's AMP validator throws these same errors as well. ## Which AMP version is affected? 1516833286380
1.0
Getting 'Wrong parent tag' errors for tags that aren't in the article - ## What's the issue? A few of our articles throw the ["wrong parent tag"](https://www.ampproject.org/docs/reference/validation_errors) error when validating them, but the errors end up pertaining to tags that the pages don't have. This breaks validation. ## How do we reproduce the issue? Just view these pages and the error shows immediately in the console. [https://www.billboard.com/amp/articles/columns/hip-hop/7768251/jay-idk-adult-swim-partnership-interview#development=1]() [https://www.billboard.com/amp/articles/business/8094083/chapter-verse-hm-apology-monkey-sweatshirt-tone-deaf#development=1]() Both of these pages throw the error `The parent tag of tag 'FORM > DIV [submit-success]' is 'div', but it can only be 'form'.`, but neither page has divs with those attributes, and neither page has form tags either. ## What browsers are affected? I can reproduce this with Chrome and Safari, and Google's AMP validator throws these same errors as well. ## Which AMP version is affected? 1516833286380
priority
getting wrong parent tag errors for tags that aren t in the article what s the issue a few of our articles throw the error when validating them but the errors end up pertaining to tags that the pages don t have this breaks validation how do we reproduce the issue just view these pages and the error shows immediately in the console both of these pages throw the error the parent tag of tag form div is div but it can only be form but neither page has divs with those attributes and neither page has form tags either what browsers are affected i can reproduce this with chrome and safari and google s amp validator throws these same errors as well which amp version is affected
1
652,787
21,561,944,291
IssuesEvent
2022-05-01 09:44:24
xournalpp/xournalpp
https://api.github.com/repos/xournalpp/xournalpp
closed
Pages missing in PDF export
bug priority::high
When I export to PDF from a xournalpp file, sometime pages go missing. I've included a mostly minimal example. The xournalpp source files: [xournalpp_pdf_missing_pages.zip](https://github.com/xournalpp/xournalpp/files/2865974/xournalpp_pdf_missing_pages.zip) The exported files: [xournalpp_NOBUG.pdf](https://github.com/xournalpp/xournalpp/files/2865975/xournalpp_NOBUG.pdf) [xournalpp_PDFBUG.pdf](https://github.com/xournalpp/xournalpp/files/2865976/xournalpp_PDFBUG.pdf) My versions: ``` sudo add-apt-repository ppa:andreasbutti/xournalpp-master xournalpp is already the newest version (1.0.6-0~201902071732~ubuntu18.10.1). ``` My console (the printouts I get on opening are the same for the "PDFBUG" and "NOBUG" versions): ```sh $ xournalpp ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side ALSA lib pcm_route.c:869:(find_matching_chmap) Found no matching channel map ALSA lib pcm_route.c:869:(find_matching_chmap) Found no matching channel map ALSA lib pcm_route.c:869:(find_matching_chmap) Found no matching channel map ALSA lib pcm_route.c:869:(find_matching_chmap) Found no matching channel map Cannot connect to server socket err = No such file or directory Cannot connect to server request channel jack server is not running or cannot be started JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock ** (xournalpp:30872): WARNING **: 11:44:56.359: lastSavePath is not set! ** Message: 11:45:03.853: Filename: /home/xournalpp_PDFBUG.xopp ** (xournalpp:30872): WARNING **: 11:45:03.908: Parser: attribute texlength not found! ** (xournalpp:30872): WARNING **: 11:45:03.909: Parser: attribute texlength not found! ** (xournalpp:30872): WARNING **: 11:45:03.909: Parser: attribute texlength not found! ** (xournalpp:30872): WARNING **: 11:45:03.915: Parser: attribute texlength not found! ** (xournalpp:30872): WARNING **: 11:45:03.916: Parser: attribute texlength not found! ** (xournalpp:30872): WARNING **: 11:45:03.916: Parser: attribute texlength not found! ** Message: 11:45:12.236: MemoryLeak: sum 0 objects. ```
1.0
Pages missing in PDF export - When I export to PDF from a xournalpp file, sometime pages go missing. I've included a mostly minimal example. The xournalpp source files: [xournalpp_pdf_missing_pages.zip](https://github.com/xournalpp/xournalpp/files/2865974/xournalpp_pdf_missing_pages.zip) The exported files: [xournalpp_NOBUG.pdf](https://github.com/xournalpp/xournalpp/files/2865975/xournalpp_NOBUG.pdf) [xournalpp_PDFBUG.pdf](https://github.com/xournalpp/xournalpp/files/2865976/xournalpp_PDFBUG.pdf) My versions: ``` sudo add-apt-repository ppa:andreasbutti/xournalpp-master xournalpp is already the newest version (1.0.6-0~201902071732~ubuntu18.10.1). ``` My console (the printouts I get on opening are the same for the "PDFBUG" and "NOBUG" versions): ```sh $ xournalpp ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side ALSA lib pcm_route.c:869:(find_matching_chmap) Found no matching channel map ALSA lib pcm_route.c:869:(find_matching_chmap) Found no matching channel map ALSA lib pcm_route.c:869:(find_matching_chmap) Found no matching channel map ALSA lib pcm_route.c:869:(find_matching_chmap) Found no matching channel map Cannot connect to server socket err = No such file or directory Cannot connect to server request channel jack server is not running or cannot be started JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock ** (xournalpp:30872): WARNING **: 11:44:56.359: lastSavePath is not set! ** Message: 11:45:03.853: Filename: /home/xournalpp_PDFBUG.xopp ** (xournalpp:30872): WARNING **: 11:45:03.908: Parser: attribute texlength not found! ** (xournalpp:30872): WARNING **: 11:45:03.909: Parser: attribute texlength not found! ** (xournalpp:30872): WARNING **: 11:45:03.909: Parser: attribute texlength not found! ** (xournalpp:30872): WARNING **: 11:45:03.915: Parser: attribute texlength not found! ** (xournalpp:30872): WARNING **: 11:45:03.916: Parser: attribute texlength not found! ** (xournalpp:30872): WARNING **: 11:45:03.916: Parser: attribute texlength not found! ** Message: 11:45:12.236: MemoryLeak: sum 0 objects. ```
priority
pages missing in pdf export when i export to pdf from a xournalpp file sometime pages go missing i ve included a mostly minimal example the xournalpp source files the exported files my versions sudo add apt repository ppa andreasbutti xournalpp master xournalpp is already the newest version my console the printouts i get on opening are the same for the pdfbug and nobug versions sh xournalpp alsa lib pcm c snd pcm open noupdate unknown pcm cards pcm rear alsa lib pcm c snd pcm open noupdate unknown pcm cards pcm center lfe alsa lib pcm c snd pcm open noupdate unknown pcm cards pcm side alsa lib pcm route c find matching chmap found no matching channel map alsa lib pcm route c find matching chmap found no matching channel map alsa lib pcm route c find matching chmap found no matching channel map alsa lib pcm route c find matching chmap found no matching channel map cannot connect to server socket err no such file or directory cannot connect to server request channel jack server is not running or cannot be started jackshmreadwriteptr jackshmreadwriteptr init not done for skipping unlock jackshmreadwriteptr jackshmreadwriteptr init not done for skipping unlock xournalpp warning lastsavepath is not set message filename home xournalpp pdfbug xopp xournalpp warning parser attribute texlength not found xournalpp warning parser attribute texlength not found xournalpp warning parser attribute texlength not found xournalpp warning parser attribute texlength not found xournalpp warning parser attribute texlength not found xournalpp warning parser attribute texlength not found message memoryleak sum objects
1
428,505
12,412,582,828
IssuesEvent
2020-05-22 10:52:14
AyeCode/geodirectory
https://api.github.com/repos/AyeCode/geodirectory
opened
Freelancers Dummy Data
Priority: High Type: Enhancement Type: Feature
Make some dummy data for freelancers, see this file as an example https://github.com/AyeCode/geodirectory/blob/master/includes/admin/dummy-data/property_sale.php Copy custom fields from here https://geodirectoryexperts.com/add-listing-page/?listing_type=gd_expert Dummy images need to be free to use, let me know where u intend to get them from. If u have any questions just ask.
1.0
Freelancers Dummy Data - Make some dummy data for freelancers, see this file as an example https://github.com/AyeCode/geodirectory/blob/master/includes/admin/dummy-data/property_sale.php Copy custom fields from here https://geodirectoryexperts.com/add-listing-page/?listing_type=gd_expert Dummy images need to be free to use, let me know where u intend to get them from. If u have any questions just ask.
priority
freelancers dummy data make some dummy data for freelancers see this file as an example copy custom fields from here dummy images need to be free to use let me know where u intend to get them from if u have any questions just ask
1
164,176
6,220,373,770
IssuesEvent
2017-07-09 22:10:12
redox-os/ion
https://api.github.com/repos/redox-os/ion
opened
Execute Builtins Within Pipeline Execution
enhancement high-priority
If a builtin needs to be piped, we should do precisely that -- create a child fork that executes the builtin and returns that builtin's status.
1.0
Execute Builtins Within Pipeline Execution - If a builtin needs to be piped, we should do precisely that -- create a child fork that executes the builtin and returns that builtin's status.
priority
execute builtins within pipeline execution if a builtin needs to be piped we should do precisely that create a child fork that executes the builtin and returns that builtin s status
1
97,773
4,006,202,483
IssuesEvent
2016-05-12 14:15:50
shayanik/Shayannon-Wedding
https://api.github.com/repos/shayanik/Shayannon-Wedding
opened
Groom's Suit/Tux
High Priority
Realized we don't have an issue opened for my suit, which I'm shopping around for right now. Mike, what do you think about the following look: - http://us.asos.com/Selected-Homme-Exclusive-Tuxedo-Suit-Jacket-with-Shawl-Lapel-in-Skinny-Fit/18i9ns/?iid=6071619&affid=14174&channelref=google+shopping&mk=abc&currencyid=2&gclid=CPjzsZbZ1MwCFQ2QaQodRHIB-Q&mporgp=L1NlbGVjdGVkLUhvbW1lL1NlbGVjdGVkLUhvbW1lLUV4Y2x1c2l2ZS1UdXhlZG8tU3VpdC1KYWNrZXQtd2l0aC1TaGF3bC1MYXBlbC1pbi1Ta2lubnktRml0L1Byb2Qv - http://us.suitsupply.com/en_US/eveningwear_package/tuxedo-navy-plain/P4881I.html?cgid=Eveningwear_Package
1.0
Groom's Suit/Tux - Realized we don't have an issue opened for my suit, which I'm shopping around for right now. Mike, what do you think about the following look: - http://us.asos.com/Selected-Homme-Exclusive-Tuxedo-Suit-Jacket-with-Shawl-Lapel-in-Skinny-Fit/18i9ns/?iid=6071619&affid=14174&channelref=google+shopping&mk=abc&currencyid=2&gclid=CPjzsZbZ1MwCFQ2QaQodRHIB-Q&mporgp=L1NlbGVjdGVkLUhvbW1lL1NlbGVjdGVkLUhvbW1lLUV4Y2x1c2l2ZS1UdXhlZG8tU3VpdC1KYWNrZXQtd2l0aC1TaGF3bC1MYXBlbC1pbi1Ta2lubnktRml0L1Byb2Qv - http://us.suitsupply.com/en_US/eveningwear_package/tuxedo-navy-plain/P4881I.html?cgid=Eveningwear_Package
priority
groom s suit tux realized we don t have an issue opened for my suit which i m shopping around for right now mike what do you think about the following look
1
533,528
15,592,498,569
IssuesEvent
2021-03-18 11:47:00
woocommerce/woocommerce-android
https://api.github.com/repos/woocommerce/woocommerce-android
closed
Display Weekly Stats Mon thru Sun (instead of Sun thru Sat)
Store Stats good first issue priority: high type: bug
**Describe the bug** When viewing stats in the Woo Android app, the week is shown as Sun through Saturday (unlike the browser or iOS app) Report here: 3677458-zen **To Reproduce** Steps to reproduce the behavior: 1. Go to WP-Admin 2. Click on Stats 3. Select the "Store" tab and the "Weeks" view 4. Notice that the week is displayed Monday through Sunday (this is not the case in the mobile Android app, it's Sunday through Saturday instead, dividing the weekend.) **Screenshots** ![image](https://user-images.githubusercontent.com/44411833/105656890-4375e200-5e91-11eb-8b8d-38a38d0c6c76.png) **Expected behavior** The Android version of the app would display the weekly stats in the same way that the browser and iOS versions do (Monday through Sunday) **Isolating the problem (mark completed items with an [x]):** - [x] I have deactivated other plugins and confirmed this bug occurs when only WooCommerce plugin is active. - [x] This bug happens with a default WordPress theme active, or [Storefront](https://woocommerce.com/storefront/). - [x] I can reproduce this bug consistently using the steps above. **Mobile Environment** Please include: - Device: multiple - Android version: 11 - WooCommerce Android version: 5.7 </details>
1.0
Display Weekly Stats Mon thru Sun (instead of Sun thru Sat) - **Describe the bug** When viewing stats in the Woo Android app, the week is shown as Sun through Saturday (unlike the browser or iOS app) Report here: 3677458-zen **To Reproduce** Steps to reproduce the behavior: 1. Go to WP-Admin 2. Click on Stats 3. Select the "Store" tab and the "Weeks" view 4. Notice that the week is displayed Monday through Sunday (this is not the case in the mobile Android app, it's Sunday through Saturday instead, dividing the weekend.) **Screenshots** ![image](https://user-images.githubusercontent.com/44411833/105656890-4375e200-5e91-11eb-8b8d-38a38d0c6c76.png) **Expected behavior** The Android version of the app would display the weekly stats in the same way that the browser and iOS versions do (Monday through Sunday) **Isolating the problem (mark completed items with an [x]):** - [x] I have deactivated other plugins and confirmed this bug occurs when only WooCommerce plugin is active. - [x] This bug happens with a default WordPress theme active, or [Storefront](https://woocommerce.com/storefront/). - [x] I can reproduce this bug consistently using the steps above. **Mobile Environment** Please include: - Device: multiple - Android version: 11 - WooCommerce Android version: 5.7 </details>
priority
display weekly stats mon thru sun instead of sun thru sat describe the bug when viewing stats in the woo android app the week is shown as sun through saturday unlike the browser or ios app report here zen to reproduce steps to reproduce the behavior go to wp admin click on stats select the store tab and the weeks view notice that the week is displayed monday through sunday this is not the case in the mobile android app it s sunday through saturday instead dividing the weekend screenshots expected behavior the android version of the app would display the weekly stats in the same way that the browser and ios versions do monday through sunday isolating the problem mark completed items with an i have deactivated other plugins and confirmed this bug occurs when only woocommerce plugin is active this bug happens with a default wordpress theme active or i can reproduce this bug consistently using the steps above mobile environment please include device multiple android version woocommerce android version
1
517,957
15,021,456,197
IssuesEvent
2021-02-01 15:50:06
NOAA-OWP/cahaba
https://api.github.com/repos/NOAA-OWP/cahaba
closed
[2pt] MS X-Walk Issue at Fort Hunter, NY
APG High Priority bug
## Current behavior FIM v2.X MS capability at Fort Hunter, NY has bug in crosswalk from NWM reach to MS reach. Blue in figure below is RnR FIM forecast and there is a gap along reach 13637. In crosswalk table it shows reach 13637 pulling flow from the NWM reach along 13286 (TSID 22745931 is the NWM feature_id along 13286). ![image](https://user-images.githubusercontent.com/62669859/102434369-3e905980-3fda-11eb-965d-52a84fc34a68.png) ## Expected behavior Expect TSID at 13637 to be 3249000. Suggest checking if FIM v3.0 has same issue at this location. If so, implement fix by either providing mechanism to override x-walk algorithm when needed or update x-walk so that it is more robust at junctions like this.
1.0
[2pt] MS X-Walk Issue at Fort Hunter, NY - ## Current behavior FIM v2.X MS capability at Fort Hunter, NY has bug in crosswalk from NWM reach to MS reach. Blue in figure below is RnR FIM forecast and there is a gap along reach 13637. In crosswalk table it shows reach 13637 pulling flow from the NWM reach along 13286 (TSID 22745931 is the NWM feature_id along 13286). ![image](https://user-images.githubusercontent.com/62669859/102434369-3e905980-3fda-11eb-965d-52a84fc34a68.png) ## Expected behavior Expect TSID at 13637 to be 3249000. Suggest checking if FIM v3.0 has same issue at this location. If so, implement fix by either providing mechanism to override x-walk algorithm when needed or update x-walk so that it is more robust at junctions like this.
priority
ms x walk issue at fort hunter ny current behavior fim x ms capability at fort hunter ny has bug in crosswalk from nwm reach to ms reach blue in figure below is rnr fim forecast and there is a gap along reach in crosswalk table it shows reach pulling flow from the nwm reach along tsid is the nwm feature id along expected behavior expect tsid at to be suggest checking if fim has same issue at this location if so implement fix by either providing mechanism to override x walk algorithm when needed or update x walk so that it is more robust at junctions like this
1
175,755
6,553,622,535
IssuesEvent
2017-09-05 23:48:22
terascope/teraslice
https://api.github.com/repos/terascope/teraslice
closed
Multiple slicers running with the same ex_id
priority:high
We had a recent incident where a teraslice job reading from kafka and writing to ES started failing. This left us with duplicate slicers on the same ex_id as shown below: ``` curl -Ss teraslice-master:5678/txt/slicers ex_id workers_available workers_active failed queued processed subslice_by_key ------------------------------------ ----------------- -------------- ------ ------ --------- --------------- 558e9d1e-053c-4e7e-8147-5e7c779a3c15 0 1 2 10001 99323 0 b76938b9-1a24-43f0-8add-4423ef08326b 0 1 0 10001 174 0 b76938b9-1a24-43f0-8add-4423ef08326b 0 1 0 10001 174 0 558e9d1e-053c-4e7e-8147-5e7c779a3c15 0 1 0 10001 177 0 50161028-f91b-4c1c-a489-9fe78929a578 0 0 1 10001 45385 0 ```
1.0
Multiple slicers running with the same ex_id - We had a recent incident where a teraslice job reading from kafka and writing to ES started failing. This left us with duplicate slicers on the same ex_id as shown below: ``` curl -Ss teraslice-master:5678/txt/slicers ex_id workers_available workers_active failed queued processed subslice_by_key ------------------------------------ ----------------- -------------- ------ ------ --------- --------------- 558e9d1e-053c-4e7e-8147-5e7c779a3c15 0 1 2 10001 99323 0 b76938b9-1a24-43f0-8add-4423ef08326b 0 1 0 10001 174 0 b76938b9-1a24-43f0-8add-4423ef08326b 0 1 0 10001 174 0 558e9d1e-053c-4e7e-8147-5e7c779a3c15 0 1 0 10001 177 0 50161028-f91b-4c1c-a489-9fe78929a578 0 0 1 10001 45385 0 ```
priority
multiple slicers running with the same ex id we had a recent incident where a teraslice job reading from kafka and writing to es started failing this left us with duplicate slicers on the same ex id as shown below curl ss teraslice master txt slicers ex id workers available workers active failed queued processed subslice by key
1
105,107
4,230,687,317
IssuesEvent
2016-07-04 13:06:34
johnthagen/stardust-rpg
https://api.github.com/repos/johnthagen/stardust-rpg
closed
View all class ability sheets
enhancement priority/high
Would be nice to be able to view all of the classes' abilities under "Classes".
1.0
View all class ability sheets - Would be nice to be able to view all of the classes' abilities under "Classes".
priority
view all class ability sheets would be nice to be able to view all of the classes abilities under classes
1
178,173
6,599,595,724
IssuesEvent
2017-09-16 21:56:14
dteviot/WebToEpub
https://api.github.com/repos/dteviot/WebToEpub
opened
"Failed - no file" error
Priority: High Status: In Progress Type: Bug
Reported to Chrome Store > After the last update [0.0.0.38] whenever I try to create an EPUB from Baka-Tsuki I get a random error file when it finishes the pack, I`ve tried with volume 01 of Absolute Duo and it gave me the problem (https://www.baka-tsuki.org/project/index.php?title=Absolute_Duo:Volume_1), it says fail no file and displays b5213af5-64c6-4c06-a915-9bda404f81c1 as the file name downloaded.
1.0
"Failed - no file" error - Reported to Chrome Store > After the last update [0.0.0.38] whenever I try to create an EPUB from Baka-Tsuki I get a random error file when it finishes the pack, I`ve tried with volume 01 of Absolute Duo and it gave me the problem (https://www.baka-tsuki.org/project/index.php?title=Absolute_Duo:Volume_1), it says fail no file and displays b5213af5-64c6-4c06-a915-9bda404f81c1 as the file name downloaded.
priority
failed no file error reported to chrome store after the last update whenever i try to create an epub from baka tsuki i get a random error file when it finishes the pack i ve tried with volume of absolute duo and it gave me the problem it says fail no file and displays as the file name downloaded
1
820,177
30,762,628,525
IssuesEvent
2023-07-29 22:37:29
jsdelivr/www.jsdelivr.com
https://api.github.com/repos/jsdelivr/www.jsdelivr.com
closed
Fix scroll into view in MD
bug high priority
The current version doesn't work well on package pages, e.g.: https://www.jsdelivr.com/package/npm/highlight.js#id-cdnjs-link It scrolls after loading the document but leaves the page in a somehow broken state and you can't get back to the top: https://dl.dropboxusercontent.com/s/0rbq0utiusm8809/2023-01-23_17-27-50.png
1.0
Fix scroll into view in MD - The current version doesn't work well on package pages, e.g.: https://www.jsdelivr.com/package/npm/highlight.js#id-cdnjs-link It scrolls after loading the document but leaves the page in a somehow broken state and you can't get back to the top: https://dl.dropboxusercontent.com/s/0rbq0utiusm8809/2023-01-23_17-27-50.png
priority
fix scroll into view in md the current version doesn t work well on package pages e g it scrolls after loading the document but leaves the page in a somehow broken state and you can t get back to the top
1
472,069
13,615,896,874
IssuesEvent
2020-09-23 14:58:54
pytorch/pytorch
https://api.github.com/repos/pytorch/pytorch
reopened
torch.nn.functional.grid_sample()is doing bilinear interpolation when the input is 5D, i think the mode should add 'trilinear'
high priority module: docs module: nn module: operators triaged
## 🐛 Bug <!-- A clear and concise description of what the bug is. --> ## To Reproduce Steps to reproduce the behavior: 1. 1. 1. <!-- If you have a code sample, error messages, stack traces, please provide it here as well --> ## Expected behavior <!-- A clear and concise description of what you expected to happen. --> ## Environment Please copy and paste the output from our [environment collection script](https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py) (or fill out the checklist below manually). You can get the script and run it with: ``` wget https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py # For security purposes, please check the contents of collect_env.py before running it. python collect_env.py ``` - PyTorch Version (e.g., 1.0): - OS (e.g., Linux): - How you installed PyTorch (`conda`, `pip`, source): - Build command you used (if compiling from source): - Python version: - CUDA/cuDNN version: - GPU models and configuration: - Any other relevant information: ## Additional context <!-- Add any other context about the problem here. --> cc @ezyang @gchanan @zou3519 @jlin27 @albanD @mruberry
1.0
torch.nn.functional.grid_sample()is doing bilinear interpolation when the input is 5D, i think the mode should add 'trilinear' - ## 🐛 Bug <!-- A clear and concise description of what the bug is. --> ## To Reproduce Steps to reproduce the behavior: 1. 1. 1. <!-- If you have a code sample, error messages, stack traces, please provide it here as well --> ## Expected behavior <!-- A clear and concise description of what you expected to happen. --> ## Environment Please copy and paste the output from our [environment collection script](https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py) (or fill out the checklist below manually). You can get the script and run it with: ``` wget https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py # For security purposes, please check the contents of collect_env.py before running it. python collect_env.py ``` - PyTorch Version (e.g., 1.0): - OS (e.g., Linux): - How you installed PyTorch (`conda`, `pip`, source): - Build command you used (if compiling from source): - Python version: - CUDA/cuDNN version: - GPU models and configuration: - Any other relevant information: ## Additional context <!-- Add any other context about the problem here. --> cc @ezyang @gchanan @zou3519 @jlin27 @albanD @mruberry
priority
torch nn functional grid sample is doing bilinear interpolation when the input is i think the mode should add trilinear 🐛 bug to reproduce steps to reproduce the behavior expected behavior environment please copy and paste the output from our or fill out the checklist below manually you can get the script and run it with wget for security purposes please check the contents of collect env py before running it python collect env py pytorch version e g os e g linux how you installed pytorch conda pip source build command you used if compiling from source python version cuda cudnn version gpu models and configuration any other relevant information additional context cc ezyang gchanan alband mruberry
1
557,883
16,521,484,447
IssuesEvent
2021-05-26 14:58:55
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
opened
[doc] Document "Read from local region" in Explore
priority/high
Should be documented in Explore > Multi-region deployments > Read from local region Note by Amey: YCQL content, YSQL Content from 2.5 doc - https://docs.google.com/document/d/12NhqyId8tygH46w4jdMLhvVqSdePLJNZ13MQbMLBsCo/edit#
1.0
[doc] Document "Read from local region" in Explore - Should be documented in Explore > Multi-region deployments > Read from local region Note by Amey: YCQL content, YSQL Content from 2.5 doc - https://docs.google.com/document/d/12NhqyId8tygH46w4jdMLhvVqSdePLJNZ13MQbMLBsCo/edit#
priority
document read from local region in explore should be documented in explore multi region deployments read from local region note by amey ycql content ysql content from doc
1
722,541
24,866,267,663
IssuesEvent
2022-10-27 12:12:42
denoland/deno
https://api.github.com/repos/denoland/deno
closed
Type checking broken in canary with synthetic default imports
bug high priority tsc
Fresh website type checks on 1.26.2, broken in canary https://github.com/denoland/fresh/actions/runs/3332841966/jobs/5515054222
1.0
Type checking broken in canary with synthetic default imports - Fresh website type checks on 1.26.2, broken in canary https://github.com/denoland/fresh/actions/runs/3332841966/jobs/5515054222
priority
type checking broken in canary with synthetic default imports fresh website type checks on broken in canary
1
128,752
5,074,902,121
IssuesEvent
2016-12-27 16:42:13
Codewars/codewars.com
https://api.github.com/repos/Codewars/codewars.com
closed
Unable to approve kata
bug high priority
I've recently (I think starting this week) attempted to approve 2 Kata to bring them out of Beta but both failed in the exact same way: 1. I see the green notice stating that I can approve it by editing the Kata and setting the rank. ![screen shot 2016-12-24 at 7 15 32 pm](https://cloud.githubusercontent.com/assets/7777884/21466669/5a52782a-ca0d-11e6-860c-1c6d03e9a579.png) 2. I go in, set the rank and click "Publish". ![screen shot 2016-12-24 at 7 16 11 pm](https://cloud.githubusercontent.com/assets/7777884/21466672/727494d8-ca0d-11e6-90f1-a5b229eeac73.png) 3. After I publish it (*once*), instead of bringing the Kata out of Beta, it returns with an error stating that I cannot estimate the rank of a Kata out of Beta and that it can no longer be edited: ![screen shot 2016-12-24 at 7 18 08 pm](https://cloud.githubusercontent.com/assets/7777884/21466679/b88624c8-ca0d-11e6-8804-58bde979f2fa.png) 4. When I leave the editing page and check the Kata again, it remains stuck in Beta: ![screen shot 2016-12-24 at 7 18 58 pm](https://cloud.githubusercontent.com/assets/7777884/21466686/d5db712c-ca0d-11e6-9541-a2217b18ec8b.png) Initially, for the first Kata that I tried to approve this week (and failed), I thought that the error arose because another Moderator tried to approve it at the same time, which is understandable if it occurs only once. However, now that I've tried to approve the second Kata in this week and failed in the same manner, I don't really think that's the case anymore. Maybe something can be done to suppress the error shown above when the rank of the Kata is set by a Moderator for the first time being?
1.0
Unable to approve kata - I've recently (I think starting this week) attempted to approve 2 Kata to bring them out of Beta but both failed in the exact same way: 1. I see the green notice stating that I can approve it by editing the Kata and setting the rank. ![screen shot 2016-12-24 at 7 15 32 pm](https://cloud.githubusercontent.com/assets/7777884/21466669/5a52782a-ca0d-11e6-860c-1c6d03e9a579.png) 2. I go in, set the rank and click "Publish". ![screen shot 2016-12-24 at 7 16 11 pm](https://cloud.githubusercontent.com/assets/7777884/21466672/727494d8-ca0d-11e6-90f1-a5b229eeac73.png) 3. After I publish it (*once*), instead of bringing the Kata out of Beta, it returns with an error stating that I cannot estimate the rank of a Kata out of Beta and that it can no longer be edited: ![screen shot 2016-12-24 at 7 18 08 pm](https://cloud.githubusercontent.com/assets/7777884/21466679/b88624c8-ca0d-11e6-8804-58bde979f2fa.png) 4. When I leave the editing page and check the Kata again, it remains stuck in Beta: ![screen shot 2016-12-24 at 7 18 58 pm](https://cloud.githubusercontent.com/assets/7777884/21466686/d5db712c-ca0d-11e6-9541-a2217b18ec8b.png) Initially, for the first Kata that I tried to approve this week (and failed), I thought that the error arose because another Moderator tried to approve it at the same time, which is understandable if it occurs only once. However, now that I've tried to approve the second Kata in this week and failed in the same manner, I don't really think that's the case anymore. Maybe something can be done to suppress the error shown above when the rank of the Kata is set by a Moderator for the first time being?
priority
unable to approve kata i ve recently i think starting this week attempted to approve kata to bring them out of beta but both failed in the exact same way i see the green notice stating that i can approve it by editing the kata and setting the rank i go in set the rank and click publish after i publish it once instead of bringing the kata out of beta it returns with an error stating that i cannot estimate the rank of a kata out of beta and that it can no longer be edited when i leave the editing page and check the kata again it remains stuck in beta initially for the first kata that i tried to approve this week and failed i thought that the error arose because another moderator tried to approve it at the same time which is understandable if it occurs only once however now that i ve tried to approve the second kata in this week and failed in the same manner i don t really think that s the case anymore maybe something can be done to suppress the error shown above when the rank of the kata is set by a moderator for the first time being
1
416,814
12,151,861,449
IssuesEvent
2020-04-24 20:52:02
nthopinion/covid19
https://api.github.com/repos/nthopinion/covid19
closed
Update Sidebar Links and Design
High Priority
Issue #131 ┆Issue is synchronized with this [Trello card](https://trello.com/c/E3QqKKEr) by [Unito](https://www.unito.io/learn-more) ┆Attachments: <a href="https://share.unito.io/Bd8buR4AkAIXT2RbrYUI5FTj3wg6o46hiRoTxoGl33Wr">Screen Shot 2020-04-06 at 12.56.23 AM.png</a>
1.0
Update Sidebar Links and Design - Issue #131 ┆Issue is synchronized with this [Trello card](https://trello.com/c/E3QqKKEr) by [Unito](https://www.unito.io/learn-more) ┆Attachments: <a href="https://share.unito.io/Bd8buR4AkAIXT2RbrYUI5FTj3wg6o46hiRoTxoGl33Wr">Screen Shot 2020-04-06 at 12.56.23 AM.png</a>
priority
update sidebar links and design issue ┆issue is synchronized with this by ┆attachments
1
517,116
14,994,948,937
IssuesEvent
2021-01-29 13:40:14
InflexionPoint/ByldrFeedback
https://api.github.com/repos/InflexionPoint/ByldrFeedback
closed
[Bug]Created a situations when object material or texture was broken
Tracked bug high priority
Add action "on/off" to the object and trigger "when selected". After recreating this action in Preview mode and then return to project editing the object had a strange transparent texture. ![1605014884960](https://user-images.githubusercontent.com/74252066/98793922-2cd2f980-2411-11eb-83fc-d30d0800bf27.jpg)
1.0
[Bug]Created a situations when object material or texture was broken - Add action "on/off" to the object and trigger "when selected". After recreating this action in Preview mode and then return to project editing the object had a strange transparent texture. ![1605014884960](https://user-images.githubusercontent.com/74252066/98793922-2cd2f980-2411-11eb-83fc-d30d0800bf27.jpg)
priority
created a situations when object material or texture was broken add action on off to the object and trigger when selected after recreating this action in preview mode and then return to project editing the object had a strange transparent texture
1
823,550
31,023,823,953
IssuesEvent
2023-08-10 07:45:53
labring/laf
https://api.github.com/repos/labring/laf
closed
[Bug] Can run laf app while installing package "sharp"
help wanted priority:high
### Search before asking - [X] I had searched in the [issues](https://github.com/labring/laf/issues?q=is%3Aissue) and found no similar issues. ### Environment lafyun.com ### CPU Architecture amd64 ### Versions laf 1.0 ### What happened ![image](https://user-images.githubusercontent.com/22722256/216839696-9a746efc-9661-4852-afd8-232adcda8738.png) 一直start中,启动不了 ### How to reproduce NPM依赖中添加名为 sharp的npm,后一直是starting ### Debug logs _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR!
1.0
[Bug] Can run laf app while installing package "sharp" - ### Search before asking - [X] I had searched in the [issues](https://github.com/labring/laf/issues?q=is%3Aissue) and found no similar issues. ### Environment lafyun.com ### CPU Architecture amd64 ### Versions laf 1.0 ### What happened ![image](https://user-images.githubusercontent.com/22722256/216839696-9a746efc-9661-4852-afd8-232adcda8738.png) 一直start中,启动不了 ### How to reproduce NPM依赖中添加名为 sharp的npm,后一直是starting ### Debug logs _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR!
priority
can run laf app while installing package sharp search before asking i had searched in the and found no similar issues environment lafyun com cpu architecture versions laf what happened 一直start中 启动不了 how to reproduce npm依赖中添加名为 sharp的npm 后一直是starting debug logs no response are you willing to submit pr yes i am willing to submit a pr
1
23,195
2,657,082,227
IssuesEvent
2015-03-18 04:49:10
gambitph/Page-Builder-Sandwich
https://api.github.com/repos/gambitph/Page-Builder-Sandwich
closed
Hard to distinguish borders
enhancement high priority
Column's borders can be very confusing if there is too many nested columns. Suggestion: Changing border colors to make it easy to distinguished.
1.0
Hard to distinguish borders - Column's borders can be very confusing if there is too many nested columns. Suggestion: Changing border colors to make it easy to distinguished.
priority
hard to distinguish borders column s borders can be very confusing if there is too many nested columns suggestion changing border colors to make it easy to distinguished
1
454,613
13,104,772,173
IssuesEvent
2020-08-04 10:54:42
CESNET/perun-web-apps
https://api.github.com/repos/CESNET/perun-web-apps
closed
Attributes bug
High priority bug
With virtual attributes the value of the attributes is not showed.(when attributes are too long) And they cannot be edited as other normal attributes. Change this behavious so that these attributes can be edited(thus can be copied and viewed by all value), but these attributes cannot be checked(in the table)
1.0
Attributes bug - With virtual attributes the value of the attributes is not showed.(when attributes are too long) And they cannot be edited as other normal attributes. Change this behavious so that these attributes can be edited(thus can be copied and viewed by all value), but these attributes cannot be checked(in the table)
priority
attributes bug with virtual attributes the value of the attributes is not showed when attributes are too long and they cannot be edited as other normal attributes change this behavious so that these attributes can be edited thus can be copied and viewed by all value but these attributes cannot be checked in the table
1
343,995
10,339,015,446
IssuesEvent
2019-09-03 18:18:16
SkriptLang/Skript
https://api.github.com/repos/SkriptLang/Skript
closed
Using 'Contains' for List Variables
bug completed priority: high
Tried on Version 1.13.2/1.14 using Skript 2.4-beta5 Recently I ran a stress test comparing looping list variables to find an object and also using contains to find an object. It seems that looping is actually WAY faster. I don't know why its the case but I was wondering if there could be an enhancement for using 'Contains' with list variables so that its as fast as looping. The Stress Test: 3000 random strings with 12 random chars each in a list variable set var to random string out of the list variable Looping to find the random string: Looping Speed: Took 3ms on average (2ms-4ms) to find the random object. Using contains to find the random string: Contains Speed: Took 600ms on average (500ms-700ms) to find the random object.
1.0
Using 'Contains' for List Variables - Tried on Version 1.13.2/1.14 using Skript 2.4-beta5 Recently I ran a stress test comparing looping list variables to find an object and also using contains to find an object. It seems that looping is actually WAY faster. I don't know why its the case but I was wondering if there could be an enhancement for using 'Contains' with list variables so that its as fast as looping. The Stress Test: 3000 random strings with 12 random chars each in a list variable set var to random string out of the list variable Looping to find the random string: Looping Speed: Took 3ms on average (2ms-4ms) to find the random object. Using contains to find the random string: Contains Speed: Took 600ms on average (500ms-700ms) to find the random object.
priority
using contains for list variables tried on version using skript recently i ran a stress test comparing looping list variables to find an object and also using contains to find an object it seems that looping is actually way faster i don t know why its the case but i was wondering if there could be an enhancement for using contains with list variables so that its as fast as looping the stress test random strings with random chars each in a list variable set var to random string out of the list variable looping to find the random string looping speed took on average to find the random object using contains to find the random string contains speed took on average to find the random object
1
144,820
5,546,284,177
IssuesEvent
2017-03-23 00:17:00
vmware/vic
https://api.github.com/repos/vmware/vic
closed
Create systemd unit for Harbor start/stop
priority/high product product/harbor
User Statement: Want to have Harbor started up and shut down on startup/shutdown of the OVA Acceptance Criteria: Must support startup and clean shutdown of the Harbor application
1.0
Create systemd unit for Harbor start/stop - User Statement: Want to have Harbor started up and shut down on startup/shutdown of the OVA Acceptance Criteria: Must support startup and clean shutdown of the Harbor application
priority
create systemd unit for harbor start stop user statement want to have harbor started up and shut down on startup shutdown of the ova acceptance criteria must support startup and clean shutdown of the harbor application
1
217,949
7,329,372,229
IssuesEvent
2018-03-05 04:31:27
karlogonzales/ministocks-390
https://api.github.com/repos/karlogonzales/ministocks-390
closed
AAD, I want a source for cryptocurrency datas
Priority: High Risk: Medium Story Story Points: 21
# Description The issue #11 requires to fetch data for cryptocurrency.
1.0
AAD, I want a source for cryptocurrency datas - # Description The issue #11 requires to fetch data for cryptocurrency.
priority
aad i want a source for cryptocurrency datas description the issue requires to fetch data for cryptocurrency
1
59,528
3,114,041,757
IssuesEvent
2015-09-03 05:30:40
cs2103aug2015-t16-1j/main
https://api.github.com/repos/cs2103aug2015-t16-1j/main
opened
As a user, I want to specify specific folders to use as a datastorage location
priority.high type.story
so that it is convenient for me to locate them
1.0
As a user, I want to specify specific folders to use as a datastorage location - so that it is convenient for me to locate them
priority
as a user i want to specify specific folders to use as a datastorage location so that it is convenient for me to locate them
1
584,691
17,461,886,556
IssuesEvent
2021-08-06 11:43:14
pxblue/react-component-library
https://api.github.com/repos/pxblue/react-component-library
closed
UserMenu Avatar onClick overrides the open behavior
bug user-menu high-priority good first issue
#### Describe the bug If you put a `onClick` event on the Avatar that is passed into a UserMenu, that prop overrides the onClick behavior that is set up to open the menu. #### What is the expected behavior? The user-supplied `onClick` should be merged with the internal click handler #### What are the steps to reproduce? 1. Add a UserMenu to a project 2. Add a `onClick` prop to the Avatar, e.g., `<Avatar onClick={() => console.log('clicked')}>AB</Avatar>` 3. Click the avatar 4. Observe that the menu is not opened and only the user-supplied click callback is executed #### Anything else to add? This is caused because we spread the user supplied Avatar props after defining the onClick prop (https://github.com/pxblue/react-component-library/blob/dev/components/src/core/UserMenu/UserMenu.tsx#L140). This causes the user-supplied onClick prop to overwrite what we set on the line above. The spread should come before the onClick.
1.0
UserMenu Avatar onClick overrides the open behavior - #### Describe the bug If you put a `onClick` event on the Avatar that is passed into a UserMenu, that prop overrides the onClick behavior that is set up to open the menu. #### What is the expected behavior? The user-supplied `onClick` should be merged with the internal click handler #### What are the steps to reproduce? 1. Add a UserMenu to a project 2. Add a `onClick` prop to the Avatar, e.g., `<Avatar onClick={() => console.log('clicked')}>AB</Avatar>` 3. Click the avatar 4. Observe that the menu is not opened and only the user-supplied click callback is executed #### Anything else to add? This is caused because we spread the user supplied Avatar props after defining the onClick prop (https://github.com/pxblue/react-component-library/blob/dev/components/src/core/UserMenu/UserMenu.tsx#L140). This causes the user-supplied onClick prop to overwrite what we set on the line above. The spread should come before the onClick.
priority
usermenu avatar onclick overrides the open behavior describe the bug if you put a onclick event on the avatar that is passed into a usermenu that prop overrides the onclick behavior that is set up to open the menu what is the expected behavior the user supplied onclick should be merged with the internal click handler what are the steps to reproduce add a usermenu to a project add a onclick prop to the avatar e g console log clicked ab click the avatar observe that the menu is not opened and only the user supplied click callback is executed anything else to add this is caused because we spread the user supplied avatar props after defining the onclick prop this causes the user supplied onclick prop to overwrite what we set on the line above the spread should come before the onclick
1
120,304
4,787,820,091
IssuesEvent
2016-10-30 07:13:04
ProjectSidewalk/SidewalkWebpage
https://api.github.com/repos/ProjectSidewalk/SidewalkWebpage
reopened
Admin View of User Contributions: Clickable Map
Admin Interface Priority: High ui-update
In reviewing user contributions from the admin interface (e.g., click on a user, which loads an overview page of their contributions--here's mine for example: http://sidewalk.umiacs.umd.edu/admin/user/Jon%20Froehlich), it would be nice if the label circles on the map were clickable. When clicked, we would load a 'view-only' (non-labeling) interface to look at the label in SV. As another suggestion, when you mouse over the circles, might be nice to see a lil pop-up of the label on an appropriately cropped SV image. ![image](https://cloud.githubusercontent.com/assets/1621749/16467327/db1ef134-3e14-11e6-830f-e231fae17ad2.png) Related issue: #317
1.0
Admin View of User Contributions: Clickable Map - In reviewing user contributions from the admin interface (e.g., click on a user, which loads an overview page of their contributions--here's mine for example: http://sidewalk.umiacs.umd.edu/admin/user/Jon%20Froehlich), it would be nice if the label circles on the map were clickable. When clicked, we would load a 'view-only' (non-labeling) interface to look at the label in SV. As another suggestion, when you mouse over the circles, might be nice to see a lil pop-up of the label on an appropriately cropped SV image. ![image](https://cloud.githubusercontent.com/assets/1621749/16467327/db1ef134-3e14-11e6-830f-e231fae17ad2.png) Related issue: #317
priority
admin view of user contributions clickable map in reviewing user contributions from the admin interface e g click on a user which loads an overview page of their contributions here s mine for example it would be nice if the label circles on the map were clickable when clicked we would load a view only non labeling interface to look at the label in sv as another suggestion when you mouse over the circles might be nice to see a lil pop up of the label on an appropriately cropped sv image related issue
1
384,121
11,383,763,971
IssuesEvent
2020-01-29 07:09:11
EyeSeeTea/pictureapp
https://api.github.com/repos/EyeSeeTea/pictureapp
reopened
Offline login feature for Lenovo Tab 4 10 TB-X304F
complexity - high (5+hr) eReferrals priority - high type - maintenance
We are getting reports that the offline login feature is not working for the Lenovo Tab 4 10 TB-X304F running Android version 7.1.1. Attached is a local database from a Lenovo Tab 4 10 TB-X304F. [compressedData.zip](https://github.com/EyeSeeTea/EReferralsApp/files/3729711/compressedData.zip) User Code: ZW_TEST_IPC PIN: 1234
1.0
Offline login feature for Lenovo Tab 4 10 TB-X304F - We are getting reports that the offline login feature is not working for the Lenovo Tab 4 10 TB-X304F running Android version 7.1.1. Attached is a local database from a Lenovo Tab 4 10 TB-X304F. [compressedData.zip](https://github.com/EyeSeeTea/EReferralsApp/files/3729711/compressedData.zip) User Code: ZW_TEST_IPC PIN: 1234
priority
offline login feature for lenovo tab tb we are getting reports that the offline login feature is not working for the lenovo tab tb running android version attached is a local database from a lenovo tab tb user code zw test ipc pin
1
794,755
28,047,988,214
IssuesEvent
2023-03-29 01:41:45
FTC7393/FtcRobotController
https://api.github.com/repos/FTC7393/FtcRobotController
closed
Make Auto WaitForRoadrunner conditional
bug Auto Extremely high priority
- [x] Add a parameter to fetchAndScore to indicate when waitForRoadrunner should be performed prior to scoring. - [x] Remove all waitForRoadrunner in the pre-grabbing time. (already done?) (yes) - [x] Add option op to control whether waitForRoadrunner is performed (already done? needs a better name) - [x] Make doCycling always call fetchAndScore with waitForRoadrunner flag == true on the FIRST cone, whether it is in the loop or in the post-loop if block. - [x] Make doCycling subsequent calls of fetchAndScore with waitForRoadrunner flag == the options op flag to control whether later cone scorings include the wait.
1.0
Make Auto WaitForRoadrunner conditional - - [x] Add a parameter to fetchAndScore to indicate when waitForRoadrunner should be performed prior to scoring. - [x] Remove all waitForRoadrunner in the pre-grabbing time. (already done?) (yes) - [x] Add option op to control whether waitForRoadrunner is performed (already done? needs a better name) - [x] Make doCycling always call fetchAndScore with waitForRoadrunner flag == true on the FIRST cone, whether it is in the loop or in the post-loop if block. - [x] Make doCycling subsequent calls of fetchAndScore with waitForRoadrunner flag == the options op flag to control whether later cone scorings include the wait.
priority
make auto waitforroadrunner conditional add a parameter to fetchandscore to indicate when waitforroadrunner should be performed prior to scoring remove all waitforroadrunner in the pre grabbing time already done yes add option op to control whether waitforroadrunner is performed already done needs a better name make docycling always call fetchandscore with waitforroadrunner flag true on the first cone whether it is in the loop or in the post loop if block make docycling subsequent calls of fetchandscore with waitforroadrunner flag the options op flag to control whether later cone scorings include the wait
1
257,829
8,142,622,156
IssuesEvent
2018-08-21 08:15:17
telstra/open-kilda
https://api.github.com/repos/telstra/open-kilda
closed
500 on create flow in case "Path was not found"
area/api area/northbound bug priority/2-high
We need be more specific on this error: - Code: 404 Not Found. - Error message: "Can't create flow. Not enough bandwidth found or path not found"
1.0
500 on create flow in case "Path was not found" - We need be more specific on this error: - Code: 404 Not Found. - Error message: "Can't create flow. Not enough bandwidth found or path not found"
priority
on create flow in case path was not found we need be more specific on this error code not found error message can t create flow not enough bandwidth found or path not found
1
115,446
4,674,664,073
IssuesEvent
2016-10-07 02:42:31
mulesoft/api-workbench
https://api.github.com/repos/mulesoft/api-workbench
closed
Can't figure out how to fix $ref problems in schema
bug priority:high waiting-for-response
So I've been struggling for weeks trying to get the stupid errors about not being able to find schema references fixed. I have it working in abao, schema dereferencers, and other tools but not in workbench. I have no idea what it's using for the file path and abao just imports all the schemas ahead of time and indexes them by id (which is what I went with). So how do I get the schema ref validations to work? <img width="1552" alt="screen shot 2016-02-10 at 2 46 16 pm" src="https://cloud.githubusercontent.com/assets/67395/12964454/132efde0-d005-11e5-8dc4-3a736acff8f8.png">
1.0
Can't figure out how to fix $ref problems in schema - So I've been struggling for weeks trying to get the stupid errors about not being able to find schema references fixed. I have it working in abao, schema dereferencers, and other tools but not in workbench. I have no idea what it's using for the file path and abao just imports all the schemas ahead of time and indexes them by id (which is what I went with). So how do I get the schema ref validations to work? <img width="1552" alt="screen shot 2016-02-10 at 2 46 16 pm" src="https://cloud.githubusercontent.com/assets/67395/12964454/132efde0-d005-11e5-8dc4-3a736acff8f8.png">
priority
can t figure out how to fix ref problems in schema so i ve been struggling for weeks trying to get the stupid errors about not being able to find schema references fixed i have it working in abao schema dereferencers and other tools but not in workbench i have no idea what it s using for the file path and abao just imports all the schemas ahead of time and indexes them by id which is what i went with so how do i get the schema ref validations to work img width alt screen shot at pm src
1
194,205
6,892,423,802
IssuesEvent
2017-11-22 21:00:05
CCAFS/MARLO
https://api.github.com/repos/CCAFS/MARLO
closed
Removing a ProjectClusterActivity in the ProjectDescriptionAction does not delete the ProjectBudgetClusterActivitiy
Priority - High Type - Bug
Steps to reproduce. (I haven't tested this is staging branch - but I assume the bug is in there too). After completing the ProjectBudgetByCoA screen, the user may go back to the ProjectDescription screen and delete a mapping from the Project to a CoA. When going back to the ProjectBudgetbyCoa screen the CoA budget mapping does not appear. But on the server side the row is not deleted from the database (or set to active=false). Server side validation will fail on future updates because the total gender and total amount fields add the deleted CoA budget amounts. Client side the validation works fine, which is confusing for the user. A potential solution would be to delete any ProjectBudgetsClusterOfActivities that map to that particular CoA when the user removes the CoA from the project (i.e. in the ProjectDescriptionAction save() method).
1.0
Removing a ProjectClusterActivity in the ProjectDescriptionAction does not delete the ProjectBudgetClusterActivitiy - Steps to reproduce. (I haven't tested this is staging branch - but I assume the bug is in there too). After completing the ProjectBudgetByCoA screen, the user may go back to the ProjectDescription screen and delete a mapping from the Project to a CoA. When going back to the ProjectBudgetbyCoa screen the CoA budget mapping does not appear. But on the server side the row is not deleted from the database (or set to active=false). Server side validation will fail on future updates because the total gender and total amount fields add the deleted CoA budget amounts. Client side the validation works fine, which is confusing for the user. A potential solution would be to delete any ProjectBudgetsClusterOfActivities that map to that particular CoA when the user removes the CoA from the project (i.e. in the ProjectDescriptionAction save() method).
priority
removing a projectclusteractivity in the projectdescriptionaction does not delete the projectbudgetclusteractivitiy steps to reproduce i haven t tested this is staging branch but i assume the bug is in there too after completing the projectbudgetbycoa screen the user may go back to the projectdescription screen and delete a mapping from the project to a coa when going back to the projectbudgetbycoa screen the coa budget mapping does not appear but on the server side the row is not deleted from the database or set to active false server side validation will fail on future updates because the total gender and total amount fields add the deleted coa budget amounts client side the validation works fine which is confusing for the user a potential solution would be to delete any projectbudgetsclusterofactivities that map to that particular coa when the user removes the coa from the project i e in the projectdescriptionaction save method
1
236,345
7,748,606,022
IssuesEvent
2018-05-30 08:51:13
Gloirin/m2gTest
https://api.github.com/repos/Gloirin/m2gTest
closed
0002776: Blank emails, body content missing
ActiveSync bug high priority
**Reported by samuelvasy on 23 Jun 2010 20:25** **Version:** Mialena (2010-03-3) Mail for Exchange account shows only subjects for emails. When I open email, there is no content.
1.0
0002776: Blank emails, body content missing - **Reported by samuelvasy on 23 Jun 2010 20:25** **Version:** Mialena (2010-03-3) Mail for Exchange account shows only subjects for emails. When I open email, there is no content.
priority
blank emails body content missing reported by samuelvasy on jun version mialena mail for exchange account shows only subjects for emails when i open email there is no content
1
149,546
5,720,635,527
IssuesEvent
2017-04-20 02:41:37
tootsuite/mastodon
https://api.github.com/repos/tootsuite/mastodon
closed
Streaming crash randomly / ws.on('error', function (e)
bug priority - high requires in depth
Hi I encounter random crash with Streaming process, I'm in latest release (v1.2) with latest Node installed (via the official Dockerfile). Here is the error (who pop and crash streaming < every hours). ``` verb 4b881d6f-34b7-45d1-b757-fd95d76e96f5 Starting stream from timeline:21512 for 21512 /mastodon/streaming/index.js:299 ws.on('error', function (e) { ^ Error: not opened at WebSocket.ping (/mastodon/node_modules/ws/lib/WebSocket.js:309:13) at Timeout._onTimeout (/mastodon/streaming/index.js:223:42) at ontimeout (timers.js:380:14) at tryOnTimeout (timers.js:244:5) at Timer.listOnTimeout (timers.js:214:5) npm ERR! Linux 4.4.0-72-generic npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "run" "start" npm ERR! node v6.10.1 npm ERR! npm v3.10.10 npm ERR! code ELIFECYCLE npm ERR! mastodon@ start: `babel-node ./streaming/index.js --presets es2015,stage-2` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the mastodon@ start script 'babel-node ./streaming/index.js --presets es2015,stage-2'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the mastodon package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! babel-node ./streaming/index.js --presets es2015,stage-2 npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs mastodon npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls mastodon npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! /mastodon/npm-debug.log > mastodon@ start /mastodon > babel-node ./streaming/index.js --presets es2015,stage-2 ``` Any idea why I got this ? For now, I load balance between two streaming process, so, no downtime, but It's a bit problematic. Thanks. * * * * - [x] I searched or browsed the repo’s other issues to ensure this is not a duplicate. - [x] This bug happens on a [tagged release](https://github.com/tootsuite/mastodon/releases) and not on `master` (If you're a user, don't worry about this).
1.0
Streaming crash randomly / ws.on('error', function (e) - Hi I encounter random crash with Streaming process, I'm in latest release (v1.2) with latest Node installed (via the official Dockerfile). Here is the error (who pop and crash streaming < every hours). ``` verb 4b881d6f-34b7-45d1-b757-fd95d76e96f5 Starting stream from timeline:21512 for 21512 /mastodon/streaming/index.js:299 ws.on('error', function (e) { ^ Error: not opened at WebSocket.ping (/mastodon/node_modules/ws/lib/WebSocket.js:309:13) at Timeout._onTimeout (/mastodon/streaming/index.js:223:42) at ontimeout (timers.js:380:14) at tryOnTimeout (timers.js:244:5) at Timer.listOnTimeout (timers.js:214:5) npm ERR! Linux 4.4.0-72-generic npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "run" "start" npm ERR! node v6.10.1 npm ERR! npm v3.10.10 npm ERR! code ELIFECYCLE npm ERR! mastodon@ start: `babel-node ./streaming/index.js --presets es2015,stage-2` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the mastodon@ start script 'babel-node ./streaming/index.js --presets es2015,stage-2'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the mastodon package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! babel-node ./streaming/index.js --presets es2015,stage-2 npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs mastodon npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls mastodon npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! /mastodon/npm-debug.log > mastodon@ start /mastodon > babel-node ./streaming/index.js --presets es2015,stage-2 ``` Any idea why I got this ? For now, I load balance between two streaming process, so, no downtime, but It's a bit problematic. Thanks. * * * * - [x] I searched or browsed the repo’s other issues to ensure this is not a duplicate. - [x] This bug happens on a [tagged release](https://github.com/tootsuite/mastodon/releases) and not on `master` (If you're a user, don't worry about this).
priority
streaming crash randomly ws on error function e hi i encounter random crash with streaming process i m in latest release with latest node installed via the official dockerfile here is the error who pop and crash streaming every hours verb starting stream from timeline for mastodon streaming index js ws on error function e error not opened at websocket ping mastodon node modules ws lib websocket js at timeout ontimeout mastodon streaming index js at ontimeout timers js at tryontimeout timers js at timer listontimeout timers js npm err linux generic npm err argv usr bin node usr bin npm run start npm err node npm err npm npm err code elifecycle npm err mastodon start babel node streaming index js presets stage npm err exit status npm err npm err failed at the mastodon start script babel node streaming index js presets stage npm err make sure you have the latest version of node js and npm installed npm err if you do this is most likely a problem with the mastodon package npm err not with npm itself npm err tell the author that this fails on your system npm err babel node streaming index js presets stage npm err you can get information on how to open an issue for this project with npm err npm bugs mastodon npm err or if that isn t available you can get their info via npm err npm owner ls mastodon npm err there is likely additional logging output above npm err please include the following file with any support request npm err mastodon npm debug log mastodon start mastodon babel node streaming index js presets stage any idea why i got this for now i load balance between two streaming process so no downtime but it s a bit problematic thanks i searched or browsed the repo’s other issues to ensure this is not a duplicate this bug happens on a and not on master if you re a user don t worry about this
1
221,209
7,374,557,301
IssuesEvent
2018-03-13 20:44:13
spacetelescope/cubeviz
https://api.github.com/repos/spacetelescope/cubeviz
closed
be able to delete region selection in images
high-priority
I would like to be able to delete a region selection made in the images. Ideally this would be done using the backspace key and/or a "Edit->Undo" option in the glue menu bar. @javerbukh @brechmos-stsci
1.0
be able to delete region selection in images - I would like to be able to delete a region selection made in the images. Ideally this would be done using the backspace key and/or a "Edit->Undo" option in the glue menu bar. @javerbukh @brechmos-stsci
priority
be able to delete region selection in images i would like to be able to delete a region selection made in the images ideally this would be done using the backspace key and or a edit undo option in the glue menu bar javerbukh brechmos stsci
1
281,337
8,693,969,885
IssuesEvent
2018-12-04 11:13:42
pufexi/multiorder
https://api.github.com/repos/pufexi/multiorder
closed
Přenos IČ z Presty do MO nefunguje, pokud IČ začíná na 0
high priority
Dle mého testování nefunguje korektně přenos IČ z Presty do Pohody, pokud má IČ na začátku nulu. Prosím mrkněte na to. Přitom v api ve webservices v prestě se zdá, že je tam všechno v pořádku a i ty IČ s nulou na začátku tam jsou. Díky @pufexi
1.0
Přenos IČ z Presty do MO nefunguje, pokud IČ začíná na 0 - Dle mého testování nefunguje korektně přenos IČ z Presty do Pohody, pokud má IČ na začátku nulu. Prosím mrkněte na to. Přitom v api ve webservices v prestě se zdá, že je tam všechno v pořádku a i ty IČ s nulou na začátku tam jsou. Díky @pufexi
priority
přenos ič z presty do mo nefunguje pokud ič začíná na dle mého testování nefunguje korektně přenos ič z presty do pohody pokud má ič na začátku nulu prosím mrkněte na to přitom v api ve webservices v prestě se zdá že je tam všechno v pořádku a i ty ič s nulou na začátku tam jsou díky pufexi
1
659,770
21,940,894,206
IssuesEvent
2022-05-23 17:59:24
LucasRodriguesOliveira/rift-api
https://api.github.com/repos/LucasRodriguesOliveira/rift-api
closed
Route: Permission Group
enhancement priority: HIGHEST
# Permission Group Route ## Operations - Read - Create - Update - Delete (Logical exclusion - Update field `isExcluded`) ## Table/Collection **Name**: **PermissionGroup** **Columns**: | Name | Type | Precision | Identity | Nullable | Comments | | - | - | - | - | - | - | | id | `varchar` | 100 | `true` | `false` | Primary Key | | typeId | `varchar` | 100 | `false` | `false` | Foreign Key - `UserType` id | | permissionId | `varchar` | 100 | `false` | `false` | Foreign Key - `Permission` id | | moduleId | `varchar` | 100 | `false` | `false` | Foreign Key - `Module` id | | createdAt | `timestamp` | - | `false` | `false` | when the record was created | | updatedAt | `timestamp` | - | `false` | `false` | last time when the record was updated | | isActive | `boolean` | - | `false` | `false` | defaults to `true`. If set to `false`, no new user or current user can be bound to, but existing users if the PermissionGroupd inactive is bound to, can still use the PermissionGroup. | | isExcluded | `boolean` | - | `false` | `false` | defaults to `false`. If set to `true`, is mandatory to inform a substitute value for all users that posses the excluding value, even if it is just a logical exclusion, to the user, it is not logical exclusion | ![PermissionGroup - Model](https://user-images.githubusercontent.com/32363406/169668198-915bc07f-348b-40ac-b64a-eb29ef40ec13.png) ## Route Details **Auth**: Yes
1.0
Route: Permission Group - # Permission Group Route ## Operations - Read - Create - Update - Delete (Logical exclusion - Update field `isExcluded`) ## Table/Collection **Name**: **PermissionGroup** **Columns**: | Name | Type | Precision | Identity | Nullable | Comments | | - | - | - | - | - | - | | id | `varchar` | 100 | `true` | `false` | Primary Key | | typeId | `varchar` | 100 | `false` | `false` | Foreign Key - `UserType` id | | permissionId | `varchar` | 100 | `false` | `false` | Foreign Key - `Permission` id | | moduleId | `varchar` | 100 | `false` | `false` | Foreign Key - `Module` id | | createdAt | `timestamp` | - | `false` | `false` | when the record was created | | updatedAt | `timestamp` | - | `false` | `false` | last time when the record was updated | | isActive | `boolean` | - | `false` | `false` | defaults to `true`. If set to `false`, no new user or current user can be bound to, but existing users if the PermissionGroupd inactive is bound to, can still use the PermissionGroup. | | isExcluded | `boolean` | - | `false` | `false` | defaults to `false`. If set to `true`, is mandatory to inform a substitute value for all users that posses the excluding value, even if it is just a logical exclusion, to the user, it is not logical exclusion | ![PermissionGroup - Model](https://user-images.githubusercontent.com/32363406/169668198-915bc07f-348b-40ac-b64a-eb29ef40ec13.png) ## Route Details **Auth**: Yes
priority
route permission group permission group route operations read create update delete logical exclusion update field isexcluded table collection name permissiongroup columns name type precision identity nullable comments id varchar true false primary key typeid varchar false false foreign key usertype id permissionid varchar false false foreign key permission id moduleid varchar false false foreign key module id createdat timestamp false false when the record was created updatedat timestamp false false last time when the record was updated isactive boolean false false defaults to true if set to false no new user or current user can be bound to but existing users if the permissiongroupd inactive is bound to can still use the permissiongroup isexcluded boolean false false defaults to false if set to true is mandatory to inform a substitute value for all users that posses the excluding value even if it is just a logical exclusion to the user it is not logical exclusion route details auth yes
1
714,797
24,575,495,592
IssuesEvent
2022-10-13 12:01:53
darktable-org/darktable
https://api.github.com/repos/darktable-org/darktable
closed
Compilation halts when option DONT_USE_INTERNAL_LUA is set to OFF
priority: high reproduce: confirmed bug: pending lua
darktable github-version 4.1.0+530~g750fbf6c8-dirty Manjaro Linux, nvidia proprietary, Ryzen _Compiler messages:_ ``` /home/claesl/myDT/darktable/src/lua/lib.c:92:22: error: too many arguments to function ‘module->position’ 92 | lua_pushinteger(L, module->position(module)); | ^~~~~~ compilation terminated due to -Wfatal-errors. make[2]: *** [bin/CMakeFiles/lib_darktable.dir/build.make:2406: bin/CMakeFiles/lib_darktable.dir/lua/lib.c.o] Error 1 make[2]: *** Waiting for unfinished jobs.... /home/claesl/myDT/darktable/src/lua/lualib.c:187:15: error: initialization of ‘int (*)(void)’ from incompatible pointer type ‘int (*)(const struct dt_lib_module_t *)’ [-Werror=incompatible-pointer-types] 187 | .position = position_wrapper, ``` The same darktable github-version compiles OK when option DONT_USE_INTERNAL_LUA is set to ON
1.0
Compilation halts when option DONT_USE_INTERNAL_LUA is set to OFF - darktable github-version 4.1.0+530~g750fbf6c8-dirty Manjaro Linux, nvidia proprietary, Ryzen _Compiler messages:_ ``` /home/claesl/myDT/darktable/src/lua/lib.c:92:22: error: too many arguments to function ‘module->position’ 92 | lua_pushinteger(L, module->position(module)); | ^~~~~~ compilation terminated due to -Wfatal-errors. make[2]: *** [bin/CMakeFiles/lib_darktable.dir/build.make:2406: bin/CMakeFiles/lib_darktable.dir/lua/lib.c.o] Error 1 make[2]: *** Waiting for unfinished jobs.... /home/claesl/myDT/darktable/src/lua/lualib.c:187:15: error: initialization of ‘int (*)(void)’ from incompatible pointer type ‘int (*)(const struct dt_lib_module_t *)’ [-Werror=incompatible-pointer-types] 187 | .position = position_wrapper, ``` The same darktable github-version compiles OK when option DONT_USE_INTERNAL_LUA is set to ON
priority
compilation halts when option dont use internal lua is set to off darktable github version dirty manjaro linux nvidia proprietary ryzen compiler messages home claesl mydt darktable src lua lib c error too many arguments to function ‘module position’ lua pushinteger l module position module compilation terminated due to wfatal errors make error make waiting for unfinished jobs home claesl mydt darktable src lua lualib c error initialization of ‘int void ’ from incompatible pointer type ‘int const struct dt lib module t ’ position position wrapper the same darktable github version compiles ok when option dont use internal lua is set to on
1
313,835
9,576,302,831
IssuesEvent
2019-05-07 08:47:11
smartupdev/smartup-dapp-ui
https://api.github.com/repos/smartupdev/smartup-dapp-ui
opened
Launch prep - hide unused info
High priority
- [ ] hide Honours ![image](https://user-images.githubusercontent.com/19403453/57286360-b0f34500-70e7-11e9-96c1-366c33504ba1.png) - [ ] hide Dispute ![image](https://user-images.githubusercontent.com/19403453/57286372-b5b7f900-70e7-11e9-9f5a-cfcbca996cff.png) - [ ] hide Proposal - [ ] hide Flag ![image](https://user-images.githubusercontent.com/19403453/57286391-bb154380-70e7-11e9-9633-acb398d012df.png)
1.0
Launch prep - hide unused info - - [ ] hide Honours ![image](https://user-images.githubusercontent.com/19403453/57286360-b0f34500-70e7-11e9-96c1-366c33504ba1.png) - [ ] hide Dispute ![image](https://user-images.githubusercontent.com/19403453/57286372-b5b7f900-70e7-11e9-9f5a-cfcbca996cff.png) - [ ] hide Proposal - [ ] hide Flag ![image](https://user-images.githubusercontent.com/19403453/57286391-bb154380-70e7-11e9-9633-acb398d012df.png)
priority
launch prep hide unused info hide honours hide dispute hide proposal hide flag
1
127,030
5,012,085,427
IssuesEvent
2016-12-13 10:11:13
reminisceme/app
https://api.github.com/repos/reminisceme/app
opened
Questions about comment do not show the post
bug client priority-high
Questions about comments should display the post related to it.
1.0
Questions about comment do not show the post - Questions about comments should display the post related to it.
priority
questions about comment do not show the post questions about comments should display the post related to it
1
134,711
5,232,911,180
IssuesEvent
2017-01-30 11:03:27
openworm/behavioral_syntax
https://api.github.com/repos/openworm/behavioral_syntax
closed
consider different methods of sequence compression
high priority
sequitur is one of them. But, what are other good alternatives?
1.0
consider different methods of sequence compression - sequitur is one of them. But, what are other good alternatives?
priority
consider different methods of sequence compression sequitur is one of them but what are other good alternatives
1
391,563
11,575,862,607
IssuesEvent
2020-02-21 10:38:39
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
Bluetooth: controller: ASSERTION FAIL Radio is on during flash operation
area: Bluetooth bug has-pr priority: high
**Describe the bug** Flash operations on nrf52840_pca10056 tests/bluetooth/shell raises ASSERTION FAIL. **To Reproduce** Steps to reproduce the behavior: 1. mkdir build; cd build 2. cmake -DBOARD=nrf52840_pca10056 ../tests/bluetooth/shell 3. make 4. See error **Expected behavior** There shall be no assertion and flash operations succeed. **Impact** showstopper **Screenshots or console output** ``` uart:~$ bt init Bluetooth initialized uart:~$ bt[00:00:03.854,278] <inf> fs_nvs: 8 Sectors of 4096 bytes [00:00:03.854,309] <inf> fs_nvs: alloc wra: 1, fc0 [00:00:03.854,309] <inf> fs_nvs: data wra: 1, 34 [00:00:03.857,086] <inf> bt_hci_core: HW Platform: Nordic Semiconductor (0x0002) [00:00:03.857,086] <inf> bt_hci_core: HW Variant: nRF52x (0x0002) [00:00:03.857,086] <inf> bt_hci_core: Firmware: Standard Bluetooth controller (0x00) Version 2.2 Build 0 [00:00:03.857,666] <inf> bt_hci_core: No ID address. App must call settings_load() [00:00:03.868,041] <inf> bt_hci_core: Identity: ea:c8:5c:41:6e:de (random) [00:00:03.868] <inf> bt_hci_core: LMP: version 5.1 (0x0a) subver 0xffff ... ... uart:~$ bt connect 62:aa:1d:d4:2a:de (random) Connection pending Connected: 62:aa:1d:d4:2a:de (random) Remote LMP version 5.1 (0x0a) subversion 0xffff manufacturer 0x05f1 LE Features: 0x000000000001417f [00:00:22.419,464] <inf> bt_hci_core: PHY updated (0x0): status: 0x00, tx: 2, rx: 2 [00:00:22.429,077] <inf> bt_hci_core: Data Length (0x0): max. tx: 27 (328us), max. rx: 27 (164us) [00:00:22.436,584] <inf> bt_hci_core: Data Length (0x0): max. tx: 27 (328us), max. rx: 27 (328us) LE conn param req: int (0x0018, 0x0028) lat 0 to 42 LE conn param updated: int 0x0028 lat 0 to 42 ... ... uart:~$ bt conn-update 6 6 0 64 conn update initiated. LE conn param updated: int 0x0006 lat 0 to 100 uart:~$ ... ... uart:~$ flash test 0xf8000 0x1000 100 Erase OK. Write OK. ... ... Erase OK. Write OK. ASSERTION FAIL [ll_radio_state_is_idle()] @ ZEPHYR_BASE/drivers/flash/soc_flash_nrf.c:287 Radio is on during flash operation. ASSERTION FAIL [!arch_is_in_isr()] @ ../../kernel/include/ksched.h:262 ASSERTION FAIL [!arch_is_in_isr()] @ ../../kernel/include/ksched.h:262 ``` **Environment (please complete the following information):** - OS: Linux - Toolchain: Zephyr SDK 0.11.1 - Commit SHA or Version used: a9bfd28a39 **Additional context** Add any other context about the problem here. None.
1.0
Bluetooth: controller: ASSERTION FAIL Radio is on during flash operation - **Describe the bug** Flash operations on nrf52840_pca10056 tests/bluetooth/shell raises ASSERTION FAIL. **To Reproduce** Steps to reproduce the behavior: 1. mkdir build; cd build 2. cmake -DBOARD=nrf52840_pca10056 ../tests/bluetooth/shell 3. make 4. See error **Expected behavior** There shall be no assertion and flash operations succeed. **Impact** showstopper **Screenshots or console output** ``` uart:~$ bt init Bluetooth initialized uart:~$ bt[00:00:03.854,278] <inf> fs_nvs: 8 Sectors of 4096 bytes [00:00:03.854,309] <inf> fs_nvs: alloc wra: 1, fc0 [00:00:03.854,309] <inf> fs_nvs: data wra: 1, 34 [00:00:03.857,086] <inf> bt_hci_core: HW Platform: Nordic Semiconductor (0x0002) [00:00:03.857,086] <inf> bt_hci_core: HW Variant: nRF52x (0x0002) [00:00:03.857,086] <inf> bt_hci_core: Firmware: Standard Bluetooth controller (0x00) Version 2.2 Build 0 [00:00:03.857,666] <inf> bt_hci_core: No ID address. App must call settings_load() [00:00:03.868,041] <inf> bt_hci_core: Identity: ea:c8:5c:41:6e:de (random) [00:00:03.868] <inf> bt_hci_core: LMP: version 5.1 (0x0a) subver 0xffff ... ... uart:~$ bt connect 62:aa:1d:d4:2a:de (random) Connection pending Connected: 62:aa:1d:d4:2a:de (random) Remote LMP version 5.1 (0x0a) subversion 0xffff manufacturer 0x05f1 LE Features: 0x000000000001417f [00:00:22.419,464] <inf> bt_hci_core: PHY updated (0x0): status: 0x00, tx: 2, rx: 2 [00:00:22.429,077] <inf> bt_hci_core: Data Length (0x0): max. tx: 27 (328us), max. rx: 27 (164us) [00:00:22.436,584] <inf> bt_hci_core: Data Length (0x0): max. tx: 27 (328us), max. rx: 27 (328us) LE conn param req: int (0x0018, 0x0028) lat 0 to 42 LE conn param updated: int 0x0028 lat 0 to 42 ... ... uart:~$ bt conn-update 6 6 0 64 conn update initiated. LE conn param updated: int 0x0006 lat 0 to 100 uart:~$ ... ... uart:~$ flash test 0xf8000 0x1000 100 Erase OK. Write OK. ... ... Erase OK. Write OK. ASSERTION FAIL [ll_radio_state_is_idle()] @ ZEPHYR_BASE/drivers/flash/soc_flash_nrf.c:287 Radio is on during flash operation. ASSERTION FAIL [!arch_is_in_isr()] @ ../../kernel/include/ksched.h:262 ASSERTION FAIL [!arch_is_in_isr()] @ ../../kernel/include/ksched.h:262 ``` **Environment (please complete the following information):** - OS: Linux - Toolchain: Zephyr SDK 0.11.1 - Commit SHA or Version used: a9bfd28a39 **Additional context** Add any other context about the problem here. None.
priority
bluetooth controller assertion fail radio is on during flash operation describe the bug flash operations on tests bluetooth shell raises assertion fail to reproduce steps to reproduce the behavior mkdir build cd build cmake dboard tests bluetooth shell make see error expected behavior there shall be no assertion and flash operations succeed impact showstopper screenshots or console output uart bt init bluetooth initialized uart bt fs nvs sectors of bytes fs nvs alloc wra fs nvs data wra bt hci core hw platform nordic semiconductor bt hci core hw variant bt hci core firmware standard bluetooth controller version build bt hci core no id address app must call settings load bt hci core identity ea de random bt hci core lmp version subver uart bt connect aa de random connection pending connected aa de random remote lmp version subversion manufacturer le features bt hci core phy updated status tx rx bt hci core data length max tx max rx bt hci core data length max tx max rx le conn param req int lat to le conn param updated int lat to uart bt conn update conn update initiated le conn param updated int lat to uart uart flash test erase ok write ok erase ok write ok assertion fail zephyr base drivers flash soc flash nrf c radio is on during flash operation assertion fail kernel include ksched h assertion fail kernel include ksched h environment please complete the following information os linux toolchain zephyr sdk commit sha or version used additional context add any other context about the problem here none
1
556,084
16,474,073,043
IssuesEvent
2021-05-24 00:32:01
StatisticsNZ/simplevis
https://api.github.com/repos/StatisticsNZ/simplevis
closed
hbar mobile not working
high priority
````![image](https://user-images.githubusercontent.com/55065152/119083244-ae0be880-ba53-11eb-960c-2f8e563978d7.png)library(tidyverse) library(simplevis) plot_data <- storms %>% filter(year < 2014) %>% group_by(year) %>% summarise(average_wind = round(mean(wind), 2)) ggplot_hbar(plot_data, average_wind, year, mobile = T) ``` ![image](https://user-images.githubusercontent.com/55065152/119083244-ae0be880-ba53-11eb-960c-2f8e563978d7.png)
1.0
hbar mobile not working - ````![image](https://user-images.githubusercontent.com/55065152/119083244-ae0be880-ba53-11eb-960c-2f8e563978d7.png)library(tidyverse) library(simplevis) plot_data <- storms %>% filter(year < 2014) %>% group_by(year) %>% summarise(average_wind = round(mean(wind), 2)) ggplot_hbar(plot_data, average_wind, year, mobile = T) ``` ![image](https://user-images.githubusercontent.com/55065152/119083244-ae0be880-ba53-11eb-960c-2f8e563978d7.png)
priority
hbar mobile not working library simplevis plot data filter year group by year summarise average wind round mean wind ggplot hbar plot data average wind year mobile t
1
76,827
3,493,971,350
IssuesEvent
2016-01-05 07:23:57
project-hatohol/hatohol
https://api.github.com/repos/project-hatohol/hatohol
closed
プラグインで名前衝突
bug in progress [Priority] High
hap2の標準プライグインには、以下のような構文がある。 これは、importさるhapとグローバル空間のhapが衝突して、インポートしたhapが使えない。 ```python from hatohol import hap ... if __name__ == '__main__': hap = Hap2ZabbixAPI() hap() ```
1.0
プラグインで名前衝突 - hap2の標準プライグインには、以下のような構文がある。 これは、importさるhapとグローバル空間のhapが衝突して、インポートしたhapが使えない。 ```python from hatohol import hap ... if __name__ == '__main__': hap = Hap2ZabbixAPI() hap() ```
priority
プラグインで名前衝突 、以下のような構文がある。 これは、importさるhapとグローバル空間のhapが衝突して、インポートしたhapが使えない。 python from hatohol import hap if name main hap hap
1
89,975
3,807,651,534
IssuesEvent
2016-03-25 09:56:32
CoderDojo/community-platform
https://api.github.com/repos/CoderDojo/community-platform
closed
Date changing after recurring Event saved as Draft
bug events high priority
Once the event is saved the end date is changing when you go in to edit again. Reported by Ross, Champion in North Parramatta in Australia. Unsure if timezones or otherwise that is causing this issue. Video here > https://drive.google.com/drive/folders/0B1eLynE0aU3mbVRmYmtlOHdtcjg
1.0
Date changing after recurring Event saved as Draft - Once the event is saved the end date is changing when you go in to edit again. Reported by Ross, Champion in North Parramatta in Australia. Unsure if timezones or otherwise that is causing this issue. Video here > https://drive.google.com/drive/folders/0B1eLynE0aU3mbVRmYmtlOHdtcjg
priority
date changing after recurring event saved as draft once the event is saved the end date is changing when you go in to edit again reported by ross champion in north parramatta in australia unsure if timezones or otherwise that is causing this issue video here
1
782,115
27,487,046,035
IssuesEvent
2023-03-04 06:46:29
roq-trading/roq-issues
https://api.github.com/repos/roq-trading/roq-issues
opened
[roq-cme] SBE TradeSummary wasn't used for MarketByOrder updates
bug high priority support
The relevant SBE messages were not processed for MarketByOrder updates. Furthermore, these messages do not always include the order side, e.g. for implied orders. This invalidated the previous `MarketByOrderUpdate` struct which had bids and asks separately. This will therefore result in a break change: * `MarketByOrderUpdate`: `updates` will replace `bids` and `asks` * `MBOUpdate`: `side` will be added and is optional for existing orders
1.0
[roq-cme] SBE TradeSummary wasn't used for MarketByOrder updates - The relevant SBE messages were not processed for MarketByOrder updates. Furthermore, these messages do not always include the order side, e.g. for implied orders. This invalidated the previous `MarketByOrderUpdate` struct which had bids and asks separately. This will therefore result in a break change: * `MarketByOrderUpdate`: `updates` will replace `bids` and `asks` * `MBOUpdate`: `side` will be added and is optional for existing orders
priority
sbe tradesummary wasn t used for marketbyorder updates the relevant sbe messages were not processed for marketbyorder updates furthermore these messages do not always include the order side e g for implied orders this invalidated the previous marketbyorderupdate struct which had bids and asks separately this will therefore result in a break change marketbyorderupdate updates will replace bids and asks mboupdate side will be added and is optional for existing orders
1
426,022
12,366,004,020
IssuesEvent
2020-05-18 09:43:50
tranquilitybase-io/tb-gcp
https://api.github.com/repos/tranquilitybase-io/tb-gcp
opened
Get Tranquility Base ready for demonstration [ISSUE]
eagle_console priority:high
## Purpose We need to be able to demo Eagle Console deployed from the Landing zone with the following attributes: - private ips. - dns lookup for eagle console endpoint. ## Relevant Info ## Estimated Work to Complete Steps to complete the task 1. Create demo branch 2. incorporate changes from #255 and #256. 3. Setup DNS record set to be added to on creation of EC GKE ## Definition of Done Landing Zone and Eagle Console deployment end to end (automated) off any branch ## Related Issues #255 and #256
1.0
Get Tranquility Base ready for demonstration [ISSUE] - ## Purpose We need to be able to demo Eagle Console deployed from the Landing zone with the following attributes: - private ips. - dns lookup for eagle console endpoint. ## Relevant Info ## Estimated Work to Complete Steps to complete the task 1. Create demo branch 2. incorporate changes from #255 and #256. 3. Setup DNS record set to be added to on creation of EC GKE ## Definition of Done Landing Zone and Eagle Console deployment end to end (automated) off any branch ## Related Issues #255 and #256
priority
get tranquility base ready for demonstration purpose we need to be able to demo eagle console deployed from the landing zone with the following attributes private ips dns lookup for eagle console endpoint relevant info estimated work to complete steps to complete the task create demo branch incorporate changes from and setup dns record set to be added to on creation of ec gke definition of done landing zone and eagle console deployment end to end automated off any branch related issues and
1
437,342
12,577,040,809
IssuesEvent
2020-06-09 08:54:16
RobotLocomotion/drake
https://api.github.com/repos/RobotLocomotion/drake
opened
http://drake-apt.csail.mit.edu/bionic certificate validation failed (expired certificate)
priority: high team: kitware type: bug
I cannot run `install_prereqs` on bionic this morning and cannot build `master` without it. ``` Err:10 https://drake-apt.csail.mit.edu/bionic bionic Release Certificate verification failed: The certificate is NOT trusted. The certificate chain uses expired certificate. Could not handshake: Error in the certificate verification. [IP: 13.225.222.28 443] Hit:11 http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu bionic InRelease Get:12 http://packages.ros.org/ros/ubuntu bionic InRelease [4,669 B] Err:6 https://storage.googleapis.com/bazel-apt stable InRelease The following signatures were invalid: EXPKEYSIG 3D5919B448457EE0 Bazel Developer (Bazel APT repository key) <bazel-dev@googlegroups.com> Err:12 http://packages.ros.org/ros/ubuntu bionic InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F42ED6FBAB17C654 Reading package lists... Done E: The repository 'https://drake-apt.csail.mit.edu/bionic bionic Release' no longer has a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://storage.googleapis.com/bazel-apt stable InRelease: The following signatures were invalid: EXPKEYSIG 3D5919B448457EE0 Bazel Developer (Bazel APT repository key) <bazel-dev@googlegroups.com> W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://packages.ros.org/ros/ubuntu bionic InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F42ED6FBAB17C654 The Drake source distribution prerequisite setup script has experienced an error on line 9 while running the command source "${BASH_SOURCE%/*}/binary_distribution/install_prereqs.sh" ```
1.0
http://drake-apt.csail.mit.edu/bionic certificate validation failed (expired certificate) - I cannot run `install_prereqs` on bionic this morning and cannot build `master` without it. ``` Err:10 https://drake-apt.csail.mit.edu/bionic bionic Release Certificate verification failed: The certificate is NOT trusted. The certificate chain uses expired certificate. Could not handshake: Error in the certificate verification. [IP: 13.225.222.28 443] Hit:11 http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu bionic InRelease Get:12 http://packages.ros.org/ros/ubuntu bionic InRelease [4,669 B] Err:6 https://storage.googleapis.com/bazel-apt stable InRelease The following signatures were invalid: EXPKEYSIG 3D5919B448457EE0 Bazel Developer (Bazel APT repository key) <bazel-dev@googlegroups.com> Err:12 http://packages.ros.org/ros/ubuntu bionic InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F42ED6FBAB17C654 Reading package lists... Done E: The repository 'https://drake-apt.csail.mit.edu/bionic bionic Release' no longer has a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://storage.googleapis.com/bazel-apt stable InRelease: The following signatures were invalid: EXPKEYSIG 3D5919B448457EE0 Bazel Developer (Bazel APT repository key) <bazel-dev@googlegroups.com> W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://packages.ros.org/ros/ubuntu bionic InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F42ED6FBAB17C654 The Drake source distribution prerequisite setup script has experienced an error on line 9 while running the command source "${BASH_SOURCE%/*}/binary_distribution/install_prereqs.sh" ```
priority
certificate validation failed expired certificate i cannot run install prereqs on bionic this morning and cannot build master without it err bionic release certificate verification failed the certificate is not trusted the certificate chain uses expired certificate could not handshake error in the certificate verification hit bionic inrelease get bionic inrelease err stable inrelease the following signatures were invalid expkeysig bazel developer bazel apt repository key err bionic inrelease the following signatures couldn t be verified because the public key is not available no pubkey reading package lists done e the repository bionic release no longer has a release file n updating from such a repository can t be done securely and is therefore disabled by default n see apt secure manpage for repository creation and user configuration details w an error occurred during the signature verification the repository is not updated and the previous index files will be used gpg error stable inrelease the following signatures were invalid expkeysig bazel developer bazel apt repository key w an error occurred during the signature verification the repository is not updated and the previous index files will be used gpg error bionic inrelease the following signatures couldn t be verified because the public key is not available no pubkey the drake source distribution prerequisite setup script has experienced an error on line while running the command source bash source binary distribution install prereqs sh
1
711,366
24,460,725,734
IssuesEvent
2022-10-07 10:53:29
canonical/jaas-dashboard
https://api.github.com/repos/canonical/jaas-dashboard
closed
Populating "Action Message" field not possible
Priority: High
GUI 0.7.1 Can't find any information on how to populate the "Action Message" field from the actions pane. * The operator example documentation doesn't cover this * The only way to get something in here is to fail the action: `event.fail("some message") ` ![image](https://user-images.githubusercontent.com/850603/121096697-fddc0500-c7f2-11eb-9d77-ac31a18c7fff.png) * No info in the docs here: https://discourse.charmhub.io/t/actions-for-the-charm-author/1113 * No info in the docs here: https://juju.is/docs/sdk/actions (The example doesn't not produce the desired outcome e.g. setting any value) * Also, no information that event.fail("some text") actually sets that field. It should be mentioned to allow a developer to use that information to set meaningful messages for the operator.
1.0
Populating "Action Message" field not possible - GUI 0.7.1 Can't find any information on how to populate the "Action Message" field from the actions pane. * The operator example documentation doesn't cover this * The only way to get something in here is to fail the action: `event.fail("some message") ` ![image](https://user-images.githubusercontent.com/850603/121096697-fddc0500-c7f2-11eb-9d77-ac31a18c7fff.png) * No info in the docs here: https://discourse.charmhub.io/t/actions-for-the-charm-author/1113 * No info in the docs here: https://juju.is/docs/sdk/actions (The example doesn't not produce the desired outcome e.g. setting any value) * Also, no information that event.fail("some text") actually sets that field. It should be mentioned to allow a developer to use that information to set meaningful messages for the operator.
priority
populating action message field not possible gui can t find any information on how to populate the action message field from the actions pane the operator example documentation doesn t cover this the only way to get something in here is to fail the action event fail some message no info in the docs here no info in the docs here the example doesn t not produce the desired outcome e g setting any value also no information that event fail some text actually sets that field it should be mentioned to allow a developer to use that information to set meaningful messages for the operator
1
548,061
16,056,346,907
IssuesEvent
2021-04-23 06:00:10
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
youtube.com - desktop site instead of mobile site
browser-firefox-tablet engine-gecko ml-needsdiagnosis-false ml-probability-high priority-critical
<!-- @browser: Firefox Mobile (Tablet) 68.0 --> <!-- @ua_header: Mozilla/5.0 (Android 4.4.4; Tablet; rv:68.0) Gecko/68.0 Firefox/68.0 --> <!-- @reported_with: mobile-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/71631 --> **URL**: https://youtube.com/#menu **Browser / Version**: Firefox Mobile (Tablet) 68.0 **Operating System**: Android 4.4.4 **Tested Another Browser**: Yes Other **Problem type**: Desktop site instead of mobile site **Description**: Desktop site instead of mobile site **Steps to Reproduce**: No se ve el sitio de escritorio <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2021/4/6a712fe1-01dd-4bf0-9acd-45844ba98c45.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: 20200220160940</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/4/c764dbc8-6538-4d2e-9409-7a377e185df1) _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
youtube.com - desktop site instead of mobile site - <!-- @browser: Firefox Mobile (Tablet) 68.0 --> <!-- @ua_header: Mozilla/5.0 (Android 4.4.4; Tablet; rv:68.0) Gecko/68.0 Firefox/68.0 --> <!-- @reported_with: mobile-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/71631 --> **URL**: https://youtube.com/#menu **Browser / Version**: Firefox Mobile (Tablet) 68.0 **Operating System**: Android 4.4.4 **Tested Another Browser**: Yes Other **Problem type**: Desktop site instead of mobile site **Description**: Desktop site instead of mobile site **Steps to Reproduce**: No se ve el sitio de escritorio <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2021/4/6a712fe1-01dd-4bf0-9acd-45844ba98c45.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: 20200220160940</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/4/c764dbc8-6538-4d2e-9409-7a377e185df1) _From [webcompat.com](https://webcompat.com/) with ❤️_
priority
youtube com desktop site instead of mobile site url browser version firefox mobile tablet operating system android tested another browser yes other problem type desktop site instead of mobile site description desktop site instead of mobile site steps to reproduce no se ve el sitio de escritorio 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
368,212
10,868,086,579
IssuesEvent
2019-11-15 02:21:24
scalableinternetservices/whispr
https://api.github.com/repos/scalableinternetservices/whispr
closed
Fix How Providers are Associated with Users
bug enhancement high priority
Currently, it seems like all users are automatically associated with themselves, and any provider that exists. The process should flow like this: 1. User is presented with a list of all providers. Can select them as he/she pleases. 2. User can edit their selections at any time via their profile. 3. Providers can search for users, and request access. a. Users will be able to see incoming requests, and approve/reject them. If approved, they'll be able to be managed via the profile exactly as if the user had sought them out to start.
1.0
Fix How Providers are Associated with Users - Currently, it seems like all users are automatically associated with themselves, and any provider that exists. The process should flow like this: 1. User is presented with a list of all providers. Can select them as he/she pleases. 2. User can edit their selections at any time via their profile. 3. Providers can search for users, and request access. a. Users will be able to see incoming requests, and approve/reject them. If approved, they'll be able to be managed via the profile exactly as if the user had sought them out to start.
priority
fix how providers are associated with users currently it seems like all users are automatically associated with themselves and any provider that exists the process should flow like this user is presented with a list of all providers can select them as he she pleases user can edit their selections at any time via their profile providers can search for users and request access a users will be able to see incoming requests and approve reject them if approved they ll be able to be managed via the profile exactly as if the user had sought them out to start
1
83,815
3,643,666,771
IssuesEvent
2016-02-15 03:57:22
ampproject/amphtml
https://api.github.com/repos/ampproject/amphtml
closed
Client id bug
Priority: High Related to: Analytics Type: Bug
It looks like when a user visits an amp page for the first time from a viewer, a new client id (say `id1`) is generated for them. This id is stored and managed by the viewer. if the user then visits a page on cdn.ampproject.org and if a client id (say `id2`) is generated in this viewer-less scenario, it is stored in localStorage. When the user goes back to a page that is hosted in the viewer, `id1` should be used as client id but it looks like `id2` is being used currently. cc @cramforce
1.0
Client id bug - It looks like when a user visits an amp page for the first time from a viewer, a new client id (say `id1`) is generated for them. This id is stored and managed by the viewer. if the user then visits a page on cdn.ampproject.org and if a client id (say `id2`) is generated in this viewer-less scenario, it is stored in localStorage. When the user goes back to a page that is hosted in the viewer, `id1` should be used as client id but it looks like `id2` is being used currently. cc @cramforce
priority
client id bug it looks like when a user visits an amp page for the first time from a viewer a new client id say is generated for them this id is stored and managed by the viewer if the user then visits a page on cdn ampproject org and if a client id say is generated in this viewer less scenario it is stored in localstorage when the user goes back to a page that is hosted in the viewer should be used as client id but it looks like is being used currently cc cramforce
1
406,141
11,887,359,349
IssuesEvent
2020-03-28 01:22:46
openmsupply/mobile
https://api.github.com/repos/openmsupply/mobile
opened
Update FormControl logic to handle search forms
Docs: not needed Effort: small Feature Ivory Coast (phase 1) Module: dispensary Priority: high
## Is your feature request related to a problem? Please describe. As described in #2609, the patient API search UI uses the existing `FormControl` component for entering search parameters. This requires some additions to the existing logic. ## Describe the solution you'd like Update `FormControl` logic to handle requirements for searching for a record (as well as creating/editing a record). ## Implementation First round will probably be a bit cludgey, but idea is to see what works and then potentially refactor towards the end if needed: - Add `SEARCH_X` cases to `formInputConfigs` (same as existing cases, but different validation logic). - Update `FormControl` component to render different buttons when used for searching (i.e. save button is search button, no cancel button). ## Describe alternatives you've considered N/A. ## Additional context See epic #2446.
1.0
Update FormControl logic to handle search forms - ## Is your feature request related to a problem? Please describe. As described in #2609, the patient API search UI uses the existing `FormControl` component for entering search parameters. This requires some additions to the existing logic. ## Describe the solution you'd like Update `FormControl` logic to handle requirements for searching for a record (as well as creating/editing a record). ## Implementation First round will probably be a bit cludgey, but idea is to see what works and then potentially refactor towards the end if needed: - Add `SEARCH_X` cases to `formInputConfigs` (same as existing cases, but different validation logic). - Update `FormControl` component to render different buttons when used for searching (i.e. save button is search button, no cancel button). ## Describe alternatives you've considered N/A. ## Additional context See epic #2446.
priority
update formcontrol logic to handle search forms is your feature request related to a problem please describe as described in the patient api search ui uses the existing formcontrol component for entering search parameters this requires some additions to the existing logic describe the solution you d like update formcontrol logic to handle requirements for searching for a record as well as creating editing a record implementation first round will probably be a bit cludgey but idea is to see what works and then potentially refactor towards the end if needed add search x cases to forminputconfigs same as existing cases but different validation logic update formcontrol component to render different buttons when used for searching i e save button is search button no cancel button describe alternatives you ve considered n a additional context see epic
1
310,835
9,524,811,943
IssuesEvent
2019-04-28 07:06:53
securego/gosec
https://api.github.com/repos/securego/gosec
closed
Major slowdown and memory usage increase in commit 85d180848dbb8f86cba5d71bbbe06e1b40ce2705
bug priority:high
### Summary My team started seeing CI builds fail when running `gosec` today, with no error output. Our CI config installs `gosec` via `go get`, and thus gets the latest build from master. After some sleuthing, I determined that `gosec` is taking ~10x as much memory (and, in development at least, 8x as much wall-time) vs. what it used to. For our project (126 files, 13172 lines), `gosec` used to take 600-700MB (estimated based on testing on MacOS), and now it takes 5-6GB (again estimated via testing on MacOS). ### Steps to reproduce the behavior In one terminal window, run: ```bash while [ 1 ]; do ps auxwww | grep gose[c] | awk '{ print $6 }'; sleep 1; done ``` In another terminal window, check out the gosec code, and: ```bash git checkout eaba99df373285a0724f4b8edc011c6ea2ef42cf dep ensure && go build ./cmd/gosec/... && time ./gosec <some test project> # check window with memory monitor running to find last sample... git checkout 85d180848dbb8f86cba5d71bbbe06e1b40ce2705 dep ensure && go build ./cmd/gosec/... && time ./gosec <some test project> # check window with memory monitor running to find last sample... ``` ### gosec version Commit 85d180848dbb8f86cba5d71bbbe06e1b40ce2705 ### Go version (output of 'go version') 1.11.6 ### Operating system / Environment MacOS X Mojave, and Linux (whatever environment CircleCI provides) ### Expected behavior `gosec` won't ravenously consume more memory than my puny little CI container has (4GB). ### Actual behavior `gosec` ravenously consumes more memory than my puny little CI container has.
1.0
Major slowdown and memory usage increase in commit 85d180848dbb8f86cba5d71bbbe06e1b40ce2705 - ### Summary My team started seeing CI builds fail when running `gosec` today, with no error output. Our CI config installs `gosec` via `go get`, and thus gets the latest build from master. After some sleuthing, I determined that `gosec` is taking ~10x as much memory (and, in development at least, 8x as much wall-time) vs. what it used to. For our project (126 files, 13172 lines), `gosec` used to take 600-700MB (estimated based on testing on MacOS), and now it takes 5-6GB (again estimated via testing on MacOS). ### Steps to reproduce the behavior In one terminal window, run: ```bash while [ 1 ]; do ps auxwww | grep gose[c] | awk '{ print $6 }'; sleep 1; done ``` In another terminal window, check out the gosec code, and: ```bash git checkout eaba99df373285a0724f4b8edc011c6ea2ef42cf dep ensure && go build ./cmd/gosec/... && time ./gosec <some test project> # check window with memory monitor running to find last sample... git checkout 85d180848dbb8f86cba5d71bbbe06e1b40ce2705 dep ensure && go build ./cmd/gosec/... && time ./gosec <some test project> # check window with memory monitor running to find last sample... ``` ### gosec version Commit 85d180848dbb8f86cba5d71bbbe06e1b40ce2705 ### Go version (output of 'go version') 1.11.6 ### Operating system / Environment MacOS X Mojave, and Linux (whatever environment CircleCI provides) ### Expected behavior `gosec` won't ravenously consume more memory than my puny little CI container has (4GB). ### Actual behavior `gosec` ravenously consumes more memory than my puny little CI container has.
priority
major slowdown and memory usage increase in commit summary my team started seeing ci builds fail when running gosec today with no error output our ci config installs gosec via go get and thus gets the latest build from master after some sleuthing i determined that gosec is taking as much memory and in development at least as much wall time vs what it used to for our project files lines gosec used to take estimated based on testing on macos and now it takes again estimated via testing on macos steps to reproduce the behavior in one terminal window run bash while do ps auxwww grep gose awk print sleep done in another terminal window check out the gosec code and bash git checkout dep ensure go build cmd gosec time gosec check window with memory monitor running to find last sample git checkout dep ensure go build cmd gosec time gosec check window with memory monitor running to find last sample gosec version commit go version output of go version operating system environment macos x mojave and linux whatever environment circleci provides expected behavior gosec won t ravenously consume more memory than my puny little ci container has actual behavior gosec ravenously consumes more memory than my puny little ci container has
1
469,792
13,525,846,241
IssuesEvent
2020-09-15 13:32:58
ctm/mb2-doc
https://api.github.com/repos/ctm/mb2-doc
closed
update to actix-0.10.0
chore high priority
Update from actix 0.9.0 to actix 0.10.0 (just released within the last day). I haven't yet looked at the changes, but for now I'm going to claim that this upgrade is easy.
1.0
update to actix-0.10.0 - Update from actix 0.9.0 to actix 0.10.0 (just released within the last day). I haven't yet looked at the changes, but for now I'm going to claim that this upgrade is easy.
priority
update to actix update from actix to actix just released within the last day i haven t yet looked at the changes but for now i m going to claim that this upgrade is easy
1
423,641
12,299,638,843
IssuesEvent
2020-05-11 12:44:41
woocommerce/woocommerce
https://api.github.com/repos/woocommerce/woocommerce
closed
[WOOCOMMERCE 4.1.0 RC2] Update plugin notices are missing/disappear from Installed Plugins page and Updates page on WC 4.1.0 RC2
bug has pull request priority: high
**Describe the bug** Hi. I found this issue when I use WC 4.1.0 RC 2 version (using WC Beta Tester) I have plugin update notices available for several plugins and after I update to WC 4.1.0 RC 2 the plugin notices are disappear from Installed Plugins page and from Updates page (in Updates page, when I try to force check update, the plugin notices sometimes shows up there and sometimes disappear from that page) **To Reproduce** step to reproduce: 1. **use WC 4.0.1 or WC 4.1.9 RC1 installed** 2. make sure you have update plugin available 3. navigate to "Plugins > Installed Plugins" and notice to update plugin showing here 4. navigate to "Dashboard > Updates" and notice to update plugin showing here 5. **update to WC 4.1.0 RC 2** 6. navigate to "Dashboard > Updates" and click "Update" button to force check 7. **Issue Found:** refresh "Dashboard > Updates" page and notice to update plugin disappear from updates page 8. **Issue Found:** navigate to "Plugins > Installed Plugins" and notice to update plugin disappear from plugins page and traced it back to the commit and it seems this might be related to this commit: https://github.com/woocommerce/woocommerce/commit/4b454a8b3d791cf21770fb021d8ddd10080b112c **Screenshots** please check this screencast for more detail: http://somup.com/cYfv0RiKDG **Expected behavior** On WC 4.1.0 RC 2: - when user open Installed Plugins page the notice should not disappear from installed plugins page - and after force check update on Updates page before we update the plugin, the notice should not disappear from updates page **Isolating the problem (mark completed items with an [x]):** - [x] I have try using WC 4.1.0 RC 1 version and confirmed this bug occurs when I use WooCommerce WC 4.1.0 RC 2 - [x] I can reproduce this bug consistently using the steps above. **WordPress Environment** <details> ### WordPress Environment ### WordPress address (URL): http://localhost/slmw_demo Site address (URL): http://localhost/slmw_demo WC Version: 4.1.0 REST API Version: ✔ 1.0.7 WC Blocks Version: ✔ 2.5.16 Action Scheduler Version: ✔ 3.1.4 WC Admin Version: ✔ 1.1.1 Log Directory Writable: ✔ WP Version: 5.4.1 WP Multisite: – WP Memory Limit: 256 MB WP Debug Mode: ✔ WP Cron: ✔ Language: en_US External object cache: – ### Server Environment ### Server Info: Apache/2.4.37 (Win64) PHP/7.2.14 PHP Version: 7.2.14 PHP Post Max Size: 8 MB PHP Time Limit: 120 PHP Max Input Vars: 2500 cURL Version: 7.61.1 OpenSSL/1.1.1a SUHOSIN Installed: – MySQL Version: 5.7.24 Max Upload Size: 2 MB Default Timezone is UTC: ✔ fsockopen/cURL: ✔ SoapClient: ✔ DOMDocument: ✔ GZip: ✔ Multibyte String: ✔ Remote Post: ✔ Remote Get: ✔ ### Database ### WC Database Version: 4.1.0 WC Database Prefix: wp_ Total Database Size: 1.08MB Database Data Size: 0.80MB Database Index Size: 0.28MB wp_woocommerce_sessions: Data: 0.01MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_api_keys: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_attribute_taxonomies: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_downloadable_product_permissions: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_woocommerce_order_items: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_order_itemmeta: Data: 0.01MB + Index: 0.01MB + Engine MyISAM wp_woocommerce_tax_rates: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_tax_rate_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_shipping_zones: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_shipping_zone_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_shipping_zone_methods: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_payment_tokens: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_payment_tokenmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_acfw_loyalprog_entries: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_actionscheduler_actions: Data: 0.01MB + Index: 0.02MB + Engine MyISAM wp_actionscheduler_claims: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_actionscheduler_groups: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_actionscheduler_logs: Data: 0.01MB + Index: 0.01MB + Engine MyISAM wp_commentmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_comments: Data: 0.02MB + Index: 0.02MB + Engine MyISAM wp_links: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_options: Data: 0.65MB + Index: 0.04MB + Engine MyISAM wp_postmeta: Data: 0.04MB + Index: 0.03MB + Engine MyISAM wp_posts: Data: 0.04MB + Index: 0.03MB + Engine MyISAM wp_slmw_report_entries: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_termmeta: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_terms: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_term_relationships: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_term_taxonomy: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_usermeta: Data: 0.01MB + Index: 0.02MB + Engine MyISAM wp_users: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_wc_admin_notes: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wc_admin_note_actions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wc_category_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wc_customer_lookup: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_wc_download_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wc_order_coupon_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wc_order_product_lookup: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_wc_order_stats: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_wc_order_tax_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wc_product_meta_lookup: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_wc_tax_rate_classes: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_wc_webhooks: Data: 0.00MB + Index: 0.00MB + Engine MyISAM ### Post Type Counts ### attachment: 10 page: 8 post: 2 product: 2 revision: 3 shop_order: 7 slmw_license: 10 ### Security ### Secure connection (HTTPS): ❌ Your store is not using HTTPS. Learn more about HTTPS and SSL Certificates. Hide errors from visitors: ✔ ### Active Plugins (6) ### Advanced Coupons for WooCommerce Free: by Rymera Web Co – 1.0 Advanced Coupons for WooCommerce Premium: by Rymera Web Co – 2.0 – Installed version not tested with active version of WooCommerce 4.1.0 Easy WP SMTP: by wpecommerce alexanderfoxc – 1.3.9.1 Software License Manager for WooCommerce: by Rymera Web Co – 1.7 – Installed version not tested with active version of WooCommerce 4.1.0 WooCommerce Beta Tester: by WooCommerce – 2.0.1 – Installed version not tested with active version of WooCommerce 4.1.0 WooCommerce: by Automattic – 4.1.0-rc.2 ### Inactive Plugins (22) ### Aelia Currency Switcher for WooCommerce: by Aelia – 4.6.9.181217 – Installed version not tested with active version of WooCommerce 4.1.0 Aelia Foundation Classes for WooCommerce: by Aelia – 2.0.8.190822 – Installed version not tested with active version of WooCommerce 4.1.0 Current Date and Time: by Tawhidur Rahman Dear – 1.0 Insert Headers and Footers: by WPBeginner – 1.4.4 Payment Gateway Based Fees and Discounts for WooCommerce: by Tyche Softwares – 2.6 – Installed version not tested with active version of WooCommerce 4.1.0 Query Monitor: by John Blackbourn – 3.4.0 Query Monitor: WC Session Inspector: by gamaup – 1.0 TNT Express Australia WooCommerce: by Alex Kebbell – 1.0 – Installed version not tested with active version of WooCommerce 4.1.0 Transdirect Shipping: by Transdirect – 7.0 User Role Editor: by Vladimir Garagulya – 4.52 WooCommerce Admin: by WooCommerce – 0.20.1 – Installed version not tested with active version of WooCommerce 4.1.0 WooCommerce Bookings: by WooCommerce – 1.15.1 – Installed version not tested with active version of WooCommerce 4.1.0 WooCommerce Composite Products: by SomewhereWarm – 3.13.11 – Installed version not tested with active version of WooCommerce 4.1.0 WooCommerce Memberships: by SkyVerge – 1.14.0 – Installed version not tested with active version of WooCommerce 4.1.0 WooCommerce Product Add-ons: by WooCommerce – 3.0.11 – Installed version not tested with active version of WooCommerce 4.1.0 WooCommerce Product Bundles: by SomewhereWarm – 5.7.11 – Installed version not tested with active version of WooCommerce 4.1.0 WooCommerce UPS Shipping: by WooThemes – 3.1.3 – Installed version not tested with active version of WooCommerce 4.1.0 WooCommerce Wholesale Prices: by Rymera Web Co – 1.10 – Installed version not tested with active version of WooCommerce 4.1.0 WooCommerce Wholesale Prices Premium: by Rymera Web Co – 1.23.5 – Installed version not tested with active version of WooCommerce 4.1.0 WP Crontrol: by John Blackbourn & crontributors – 1.7.1 WP Monolog: by RPP – 0.3 WP Server Date Time: by Dhruwal Patel – 0.5 ### Dropin Plugins (1) ### db.php: Query Monitor Database Class ### Settings ### API Enabled: – Force SSL: – Currency: AUD ($) Currency Position: left Thousand Separator: , Decimal Separator: . Number of Decimals: 2 Taxonomies: Product Types: external (external) grouped (grouped) simple (simple) variable (variable) Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog) exclude-from-search (exclude-from-search) featured (featured) outofstock (outofstock) rated-1 (rated-1) rated-2 (rated-2) rated-3 (rated-3) rated-4 (rated-4) rated-5 (rated-5) Connected to WooCommerce.com: – ### WC Pages ### Shop base: #6 - /shop/ Cart: #7 - /cart/ Checkout: #8 - /checkout/ My account: #9 - /my-account/ Terms and conditions: ❌ Page not set ### Theme ### Name: Storefront Version: 2.5.3 (update to version 2.5.5 is available) Author URL: https://woocommerce.com/ Child Theme: ❌ – If you are modifying WooCommerce on a parent theme that you did not build personally we recommend using a child theme. See: How to create a child theme WooCommerce Support: ✔ ### Templates ### Overrides: – ### Action Scheduler ### Complete: 31 Oldest: 2020-04-22 06:23:58 +0000 Newest: 2020-04-30 23:50:16 +0000 </details>
1.0
[WOOCOMMERCE 4.1.0 RC2] Update plugin notices are missing/disappear from Installed Plugins page and Updates page on WC 4.1.0 RC2 - **Describe the bug** Hi. I found this issue when I use WC 4.1.0 RC 2 version (using WC Beta Tester) I have plugin update notices available for several plugins and after I update to WC 4.1.0 RC 2 the plugin notices are disappear from Installed Plugins page and from Updates page (in Updates page, when I try to force check update, the plugin notices sometimes shows up there and sometimes disappear from that page) **To Reproduce** step to reproduce: 1. **use WC 4.0.1 or WC 4.1.9 RC1 installed** 2. make sure you have update plugin available 3. navigate to "Plugins > Installed Plugins" and notice to update plugin showing here 4. navigate to "Dashboard > Updates" and notice to update plugin showing here 5. **update to WC 4.1.0 RC 2** 6. navigate to "Dashboard > Updates" and click "Update" button to force check 7. **Issue Found:** refresh "Dashboard > Updates" page and notice to update plugin disappear from updates page 8. **Issue Found:** navigate to "Plugins > Installed Plugins" and notice to update plugin disappear from plugins page and traced it back to the commit and it seems this might be related to this commit: https://github.com/woocommerce/woocommerce/commit/4b454a8b3d791cf21770fb021d8ddd10080b112c **Screenshots** please check this screencast for more detail: http://somup.com/cYfv0RiKDG **Expected behavior** On WC 4.1.0 RC 2: - when user open Installed Plugins page the notice should not disappear from installed plugins page - and after force check update on Updates page before we update the plugin, the notice should not disappear from updates page **Isolating the problem (mark completed items with an [x]):** - [x] I have try using WC 4.1.0 RC 1 version and confirmed this bug occurs when I use WooCommerce WC 4.1.0 RC 2 - [x] I can reproduce this bug consistently using the steps above. **WordPress Environment** <details> ### WordPress Environment ### WordPress address (URL): http://localhost/slmw_demo Site address (URL): http://localhost/slmw_demo WC Version: 4.1.0 REST API Version: ✔ 1.0.7 WC Blocks Version: ✔ 2.5.16 Action Scheduler Version: ✔ 3.1.4 WC Admin Version: ✔ 1.1.1 Log Directory Writable: ✔ WP Version: 5.4.1 WP Multisite: – WP Memory Limit: 256 MB WP Debug Mode: ✔ WP Cron: ✔ Language: en_US External object cache: – ### Server Environment ### Server Info: Apache/2.4.37 (Win64) PHP/7.2.14 PHP Version: 7.2.14 PHP Post Max Size: 8 MB PHP Time Limit: 120 PHP Max Input Vars: 2500 cURL Version: 7.61.1 OpenSSL/1.1.1a SUHOSIN Installed: – MySQL Version: 5.7.24 Max Upload Size: 2 MB Default Timezone is UTC: ✔ fsockopen/cURL: ✔ SoapClient: ✔ DOMDocument: ✔ GZip: ✔ Multibyte String: ✔ Remote Post: ✔ Remote Get: ✔ ### Database ### WC Database Version: 4.1.0 WC Database Prefix: wp_ Total Database Size: 1.08MB Database Data Size: 0.80MB Database Index Size: 0.28MB wp_woocommerce_sessions: Data: 0.01MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_api_keys: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_attribute_taxonomies: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_downloadable_product_permissions: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_woocommerce_order_items: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_order_itemmeta: Data: 0.01MB + Index: 0.01MB + Engine MyISAM wp_woocommerce_tax_rates: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_tax_rate_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_shipping_zones: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_shipping_zone_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_shipping_zone_methods: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_payment_tokens: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_payment_tokenmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_acfw_loyalprog_entries: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_actionscheduler_actions: Data: 0.01MB + Index: 0.02MB + Engine MyISAM wp_actionscheduler_claims: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_actionscheduler_groups: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_actionscheduler_logs: Data: 0.01MB + Index: 0.01MB + Engine MyISAM wp_commentmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_comments: Data: 0.02MB + Index: 0.02MB + Engine MyISAM wp_links: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_options: Data: 0.65MB + Index: 0.04MB + Engine MyISAM wp_postmeta: Data: 0.04MB + Index: 0.03MB + Engine MyISAM wp_posts: Data: 0.04MB + Index: 0.03MB + Engine MyISAM wp_slmw_report_entries: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_termmeta: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_terms: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_term_relationships: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_term_taxonomy: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_usermeta: Data: 0.01MB + Index: 0.02MB + Engine MyISAM wp_users: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_wc_admin_notes: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wc_admin_note_actions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wc_category_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wc_customer_lookup: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_wc_download_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wc_order_coupon_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wc_order_product_lookup: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_wc_order_stats: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_wc_order_tax_lookup: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wc_product_meta_lookup: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_wc_tax_rate_classes: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_wc_webhooks: Data: 0.00MB + Index: 0.00MB + Engine MyISAM ### Post Type Counts ### attachment: 10 page: 8 post: 2 product: 2 revision: 3 shop_order: 7 slmw_license: 10 ### Security ### Secure connection (HTTPS): ❌ Your store is not using HTTPS. Learn more about HTTPS and SSL Certificates. Hide errors from visitors: ✔ ### Active Plugins (6) ### Advanced Coupons for WooCommerce Free: by Rymera Web Co – 1.0 Advanced Coupons for WooCommerce Premium: by Rymera Web Co – 2.0 – Installed version not tested with active version of WooCommerce 4.1.0 Easy WP SMTP: by wpecommerce alexanderfoxc – 1.3.9.1 Software License Manager for WooCommerce: by Rymera Web Co – 1.7 – Installed version not tested with active version of WooCommerce 4.1.0 WooCommerce Beta Tester: by WooCommerce – 2.0.1 – Installed version not tested with active version of WooCommerce 4.1.0 WooCommerce: by Automattic – 4.1.0-rc.2 ### Inactive Plugins (22) ### Aelia Currency Switcher for WooCommerce: by Aelia – 4.6.9.181217 – Installed version not tested with active version of WooCommerce 4.1.0 Aelia Foundation Classes for WooCommerce: by Aelia – 2.0.8.190822 – Installed version not tested with active version of WooCommerce 4.1.0 Current Date and Time: by Tawhidur Rahman Dear – 1.0 Insert Headers and Footers: by WPBeginner – 1.4.4 Payment Gateway Based Fees and Discounts for WooCommerce: by Tyche Softwares – 2.6 – Installed version not tested with active version of WooCommerce 4.1.0 Query Monitor: by John Blackbourn – 3.4.0 Query Monitor: WC Session Inspector: by gamaup – 1.0 TNT Express Australia WooCommerce: by Alex Kebbell – 1.0 – Installed version not tested with active version of WooCommerce 4.1.0 Transdirect Shipping: by Transdirect – 7.0 User Role Editor: by Vladimir Garagulya – 4.52 WooCommerce Admin: by WooCommerce – 0.20.1 – Installed version not tested with active version of WooCommerce 4.1.0 WooCommerce Bookings: by WooCommerce – 1.15.1 – Installed version not tested with active version of WooCommerce 4.1.0 WooCommerce Composite Products: by SomewhereWarm – 3.13.11 – Installed version not tested with active version of WooCommerce 4.1.0 WooCommerce Memberships: by SkyVerge – 1.14.0 – Installed version not tested with active version of WooCommerce 4.1.0 WooCommerce Product Add-ons: by WooCommerce – 3.0.11 – Installed version not tested with active version of WooCommerce 4.1.0 WooCommerce Product Bundles: by SomewhereWarm – 5.7.11 – Installed version not tested with active version of WooCommerce 4.1.0 WooCommerce UPS Shipping: by WooThemes – 3.1.3 – Installed version not tested with active version of WooCommerce 4.1.0 WooCommerce Wholesale Prices: by Rymera Web Co – 1.10 – Installed version not tested with active version of WooCommerce 4.1.0 WooCommerce Wholesale Prices Premium: by Rymera Web Co – 1.23.5 – Installed version not tested with active version of WooCommerce 4.1.0 WP Crontrol: by John Blackbourn & crontributors – 1.7.1 WP Monolog: by RPP – 0.3 WP Server Date Time: by Dhruwal Patel – 0.5 ### Dropin Plugins (1) ### db.php: Query Monitor Database Class ### Settings ### API Enabled: – Force SSL: – Currency: AUD ($) Currency Position: left Thousand Separator: , Decimal Separator: . Number of Decimals: 2 Taxonomies: Product Types: external (external) grouped (grouped) simple (simple) variable (variable) Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog) exclude-from-search (exclude-from-search) featured (featured) outofstock (outofstock) rated-1 (rated-1) rated-2 (rated-2) rated-3 (rated-3) rated-4 (rated-4) rated-5 (rated-5) Connected to WooCommerce.com: – ### WC Pages ### Shop base: #6 - /shop/ Cart: #7 - /cart/ Checkout: #8 - /checkout/ My account: #9 - /my-account/ Terms and conditions: ❌ Page not set ### Theme ### Name: Storefront Version: 2.5.3 (update to version 2.5.5 is available) Author URL: https://woocommerce.com/ Child Theme: ❌ – If you are modifying WooCommerce on a parent theme that you did not build personally we recommend using a child theme. See: How to create a child theme WooCommerce Support: ✔ ### Templates ### Overrides: – ### Action Scheduler ### Complete: 31 Oldest: 2020-04-22 06:23:58 +0000 Newest: 2020-04-30 23:50:16 +0000 </details>
priority
update plugin notices are missing disappear from installed plugins page and updates page on wc describe the bug hi i found this issue when i use wc rc version using wc beta tester i have plugin update notices available for several plugins and after i update to wc rc the plugin notices are disappear from installed plugins page and from updates page in updates page when i try to force check update the plugin notices sometimes shows up there and sometimes disappear from that page to reproduce step to reproduce use wc or wc installed make sure you have update plugin available navigate to plugins installed plugins and notice to update plugin showing here navigate to dashboard updates and notice to update plugin showing here update to wc rc navigate to dashboard updates and click update button to force check issue found refresh dashboard updates page and notice to update plugin disappear from updates page issue found navigate to plugins installed plugins and notice to update plugin disappear from plugins page and traced it back to the commit and it seems this might be related to this commit screenshots please check this screencast for more detail expected behavior on wc rc when user open installed plugins page the notice should not disappear from installed plugins page and after force check update on updates page before we update the plugin the notice should not disappear from updates page isolating the problem mark completed items with an i have try using wc rc version and confirmed this bug occurs when i use woocommerce wc rc i can reproduce this bug consistently using the steps above wordpress environment wordpress environment wordpress address url site address url wc version rest api version ✔ wc blocks version ✔ action scheduler version ✔ wc admin version ✔ log directory writable ✔ wp version wp multisite – wp memory limit mb wp debug mode ✔ wp cron ✔ language en us external object cache – server environment server info apache php php version php post max size mb php time limit php max input vars curl version openssl suhosin installed – mysql version max upload size mb default timezone is utc ✔ fsockopen curl ✔ soapclient ✔ domdocument ✔ gzip ✔ multibyte string ✔ remote post ✔ remote get ✔ database wc database version wc database prefix wp total database size database data size database index size wp woocommerce sessions data index engine myisam wp woocommerce api keys data index engine myisam wp woocommerce attribute taxonomies data index engine myisam wp woocommerce downloadable product permissions data index engine myisam wp woocommerce order items data index engine myisam wp woocommerce order itemmeta data index engine myisam wp woocommerce tax rates data index engine myisam wp woocommerce tax rate locations data index engine myisam wp woocommerce shipping zones data index engine myisam wp woocommerce shipping zone locations data index engine myisam wp woocommerce shipping zone methods data index engine myisam wp woocommerce payment tokens data index engine myisam wp woocommerce payment tokenmeta data index engine myisam wp woocommerce log data index engine myisam wp acfw loyalprog entries data index engine myisam wp actionscheduler actions data index engine myisam wp actionscheduler claims data index engine myisam wp actionscheduler groups data index engine myisam wp actionscheduler logs data index engine myisam wp commentmeta data index engine myisam wp comments data index engine myisam wp links data index engine myisam wp options data index engine myisam wp postmeta data index engine myisam wp posts data index engine myisam wp slmw report entries data index engine myisam wp termmeta data index engine myisam wp terms data index engine myisam wp term relationships data index engine myisam wp term taxonomy data index engine myisam wp usermeta data index engine myisam wp users data index engine myisam wp wc admin notes data index engine myisam wp wc admin note actions data index engine myisam wp wc category lookup data index engine myisam wp wc customer lookup data index engine myisam wp wc download log data index engine myisam wp wc order coupon lookup data index engine myisam wp wc order product lookup data index engine myisam wp wc order stats data index engine myisam wp wc order tax lookup data index engine myisam wp wc product meta lookup data index engine myisam wp wc tax rate classes data index engine myisam wp wc webhooks data index engine myisam post type counts attachment page post product revision shop order slmw license security secure connection https ❌ your store is not using https learn more about https and ssl certificates hide errors from visitors ✔ active plugins advanced coupons for woocommerce free by rymera web co – advanced coupons for woocommerce premium by rymera web co – – installed version not tested with active version of woocommerce easy wp smtp by wpecommerce alexanderfoxc – software license manager for woocommerce by rymera web co – – installed version not tested with active version of woocommerce woocommerce beta tester by woocommerce – – installed version not tested with active version of woocommerce woocommerce by automattic – rc inactive plugins aelia currency switcher for woocommerce by aelia – – installed version not tested with active version of woocommerce aelia foundation classes for woocommerce by aelia – – installed version not tested with active version of woocommerce current date and time by tawhidur rahman dear – insert headers and footers by wpbeginner – payment gateway based fees and discounts for woocommerce by tyche softwares – – installed version not tested with active version of woocommerce query monitor by john blackbourn – query monitor wc session inspector by gamaup – tnt express australia woocommerce by alex kebbell – – installed version not tested with active version of woocommerce transdirect shipping by transdirect – user role editor by vladimir garagulya – woocommerce admin by woocommerce – – installed version not tested with active version of woocommerce woocommerce bookings by woocommerce – – installed version not tested with active version of woocommerce woocommerce composite products by somewherewarm – – installed version not tested with active version of woocommerce woocommerce memberships by skyverge – – installed version not tested with active version of woocommerce woocommerce product add ons by woocommerce – – installed version not tested with active version of woocommerce woocommerce product bundles by somewherewarm – – installed version not tested with active version of woocommerce woocommerce ups shipping by woothemes – – installed version not tested with active version of woocommerce woocommerce wholesale prices by rymera web co – – installed version not tested with active version of woocommerce woocommerce wholesale prices premium by rymera web co – – installed version not tested with active version of woocommerce wp crontrol by john blackbourn crontributors – wp monolog by rpp – wp server date time by dhruwal patel – dropin plugins db php query monitor database class settings api enabled – force ssl – currency aud currency position left thousand separator decimal separator number of decimals taxonomies product types external external grouped grouped simple simple variable variable taxonomies product visibility exclude from catalog exclude from catalog exclude from search exclude from search featured featured outofstock outofstock rated rated rated rated rated rated rated rated rated rated connected to woocommerce com – wc pages shop base shop cart cart checkout checkout my account my account terms and conditions ❌ page not set theme name storefront version update to version is available author url child theme ❌ – if you are modifying woocommerce on a parent theme that you did not build personally we recommend using a child theme see how to create a child theme woocommerce support ✔ templates overrides – action scheduler complete oldest newest
1
581,276
17,290,225,688
IssuesEvent
2021-07-24 15:34:19
leokraft/QuickKey
https://api.github.com/repos/leokraft/QuickKey
closed
Allow updating of already installed versions.
Priority: High Type: Bug Type: Feature
One should not need to deinstall in order to install the new one.
1.0
Allow updating of already installed versions. - One should not need to deinstall in order to install the new one.
priority
allow updating of already installed versions one should not need to deinstall in order to install the new one
1
815,963
30,581,078,003
IssuesEvent
2023-07-21 09:43:49
wso2/api-manager
https://api.github.com/repos/wso2/api-manager
opened
[MSSQL] APIM 3.1.0 to 4.2.0 migration fails when running the migration tool
Type/Bug Severity/Critical Priority/Highest Affected/APIM-3.1.0 Affected/APIM-4.x.x Component/APIM-MigrationClient Area/Migration
### Description When migrating APIM 3.1.0 to 4.2.0, the following error was encountered, ``` [2023-07-13 15:11:36,002] INFO - PreDBScriptMigrator WSO2 API-M Migration Task : Executing the PreDBScriptMigrator for AM_DB SQL script at /Users/akilaa/wso2/ob-packs/2023/july/5/mssql-migration/post-migration/wso2am-4.2.0/migration-resources/migration-scripts/pre-migration-scripts/migration-3.2.0_to_4.0.0/ [2023-07-13 15:11:36,002] INFO - DBUtil WSO2 API-M Migration Task : Executing SQL script at /Users/akilaa/wso2/ob-packs/2023/july/5/mssql-migration/post-migration/wso2am-4.2.0/migration-resources/migration-scripts/pre-migration-scripts/migration-3.2.0_to_4.0.0/ [2023-07-13 15:11:36,048] ERROR - DBUtil WSO2 API-M Migration Task : Error occurred while migrating databases com.microsoft.sqlserver.jdbc.SQLServerException: Column 'AM_REVISION.REVISION_UUID' is not the same length or scale as referencing column 'AM_API_REVISION_METADATA.REVISION_UUID' in foreign key 'FK__AM_API_RE__REVIS__000AF8CF'. Columns participating in a foreign key relationship must be defined with the same length and scale. at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:216) ~[sqljdbc41.jar:?] at com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(SQLServerStatement.java:1522) ~[sqljdbc41.jar:?] at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(SQLServerPreparedStatement.java:404) ~[sqljdbc41.jar:?] at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PrepStmtExecCmd.doExecute(SQLServerPreparedStatement.java:350) ~[sqljdbc41.jar:?] at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:5696) ~[sqljdbc41.jar:?] at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:1717) ~[sqljdbc41.jar:?] at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:180) ~[sqljdbc41.jar:?] at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:155) ~[sqljdbc41.jar:?] at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.execute(SQLServerPreparedStatement.java:332) ~[sqljdbc41.jar:?] at jdk.internal.reflect.GeneratedMethodAccessor174.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.apache.tomcat.jdbc.pool.StatementFacade$StatementProxy.invoke(StatementFacade.java:118) ~[jdbc-pool_9.0.56.wso2v1.jar:?] at com.sun.proxy.$Proxy53.execute(Unknown Source) ~[?:?] at org.wso2.carbon.apimgt.migration.util.DBUtil.runSQLScript(DBUtil.java:66) ~[org.wso2.carbon.apimgt.migrate.client-4.2.0.53.jar:?] at org.wso2.carbon.apimgt.migration.migrator.commonMigrators.PreDBScriptMigrator.run(PreDBScriptMigrator.java:52) ~[org.wso2.carbon.apimgt.migrate.client-4.2.0.53.jar:?] at org.wso2.carbon.apimgt.migration.migrator.client.V400Migration.migrate(V400Migration.java:54) ~[org.wso2.carbon.apimgt.migrate.client-4.2.0.53.jar:?] at org.wso2.carbon.apimgt.migration.APIMMigrationClient.executeMigration(APIMMigrationClient.java:90) ~[org.wso2.carbon.apimgt.migrate.client-4.2.0.53.jar:?] at org.wso2.carbon.apimgt.migration.APIMMigrationClient.completedServerStartup(APIMMigrationClient.java:63) ~[org.wso2.carbon.apimgt.migrate.client-4.2.0.53.jar:?] at org.wso2.carbon.core.internal.CarbonCoreServiceComponent.notifyAfter(CarbonCoreServiceComponent.java:264) ~[?:?] at org.wso2.carbon.core.internal.StartupFinalizerServiceComponent.completeInitialization(StartupFinalizerServiceComponent.java:214) ~[?:?] at org.wso2.carbon.core.internal.StartupFinalizerServiceComponent.serviceChanged(StartupFinalizerServiceComponent.java:309) ~[?:?] at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:113) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:985) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:866) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:804) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:228) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:525) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:544) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.wso2.carbon.throttling.agent.internal.ThrottlingAgentServiceComponent.registerThrottlingAgent(ThrottlingAgentServiceComponent.java:118) ~[org.wso2.carbon.tenant.throttling.agent_4.9.20.jar:?] at org.wso2.carbon.throttling.agent.internal.ThrottlingAgentServiceComponent.activate(ThrottlingAgentServiceComponent.java:96) ~[org.wso2.carbon.tenant.throttling.agent_4.9.20.jar:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.eclipse.equinox.internal.ds.model.ServiceComponent.activate(ServiceComponent.java:260) ~[org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar:?] at org.eclipse.equinox.internal.ds.model.ServiceComponentProp.activate(ServiceComponentProp.java:146) ~[org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar:?] at org.eclipse.equinox.internal.ds.model.ServiceComponentProp.build(ServiceComponentProp.java:345) ~[org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar:?] at org.eclipse.equinox.internal.ds.InstanceProcess.buildComponent(InstanceProcess.java:620) ~[org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar:?] at org.eclipse.equinox.internal.ds.InstanceProcess.buildComponents(InstanceProcess.java:197) ~[org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar:?] at org.eclipse.equinox.internal.ds.Resolver.getEligible(Resolver.java:343) ~[org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar:?] at org.eclipse.equinox.internal.ds.SCRManager.serviceChanged(SCRManager.java:222) ~[org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar:?] at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:113) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:985) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:866) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:804) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:228) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:525) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:544) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.wso2.carbon.core.init.CarbonServerManager.initializeCarbon(CarbonServerManager.java:529) ~[org.wso2.carbon.core_4.8.1.jar:?] at org.wso2.carbon.core.init.CarbonServerManager.removePendingItem(CarbonServerManager.java:305) ~[org.wso2.carbon.core_4.8.1.jar:?] at org.wso2.carbon.core.init.PreAxis2ConfigItemListener.bundleChanged(PreAxis2ConfigItemListener.java:118) ~[org.wso2.carbon.core_4.8.1.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:973) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] ``` Had to modify the size of the ```REVISION_UUID``` column of the table ```AM_API_REVISION_METADATA``` to match the size of the same column in the table ```AM_REVISION``` in the 3.2.0 to 4.0.0 pre-migration script of the APIM migration tool to overcome this issue. This needs to be fixed in the APIM migration tool. ### Steps to Reproduce Try to migrate APIM from 3.1.0 to 4.2.0 ### Affected Component APIM ### Version 4.2.0 ### Environment Details (with versions) _No response_ ### Relevant Log Output _No response_ ### Related Issues _No response_ ### Suggested Labels Migration, APIM
1.0
[MSSQL] APIM 3.1.0 to 4.2.0 migration fails when running the migration tool - ### Description When migrating APIM 3.1.0 to 4.2.0, the following error was encountered, ``` [2023-07-13 15:11:36,002] INFO - PreDBScriptMigrator WSO2 API-M Migration Task : Executing the PreDBScriptMigrator for AM_DB SQL script at /Users/akilaa/wso2/ob-packs/2023/july/5/mssql-migration/post-migration/wso2am-4.2.0/migration-resources/migration-scripts/pre-migration-scripts/migration-3.2.0_to_4.0.0/ [2023-07-13 15:11:36,002] INFO - DBUtil WSO2 API-M Migration Task : Executing SQL script at /Users/akilaa/wso2/ob-packs/2023/july/5/mssql-migration/post-migration/wso2am-4.2.0/migration-resources/migration-scripts/pre-migration-scripts/migration-3.2.0_to_4.0.0/ [2023-07-13 15:11:36,048] ERROR - DBUtil WSO2 API-M Migration Task : Error occurred while migrating databases com.microsoft.sqlserver.jdbc.SQLServerException: Column 'AM_REVISION.REVISION_UUID' is not the same length or scale as referencing column 'AM_API_REVISION_METADATA.REVISION_UUID' in foreign key 'FK__AM_API_RE__REVIS__000AF8CF'. Columns participating in a foreign key relationship must be defined with the same length and scale. at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:216) ~[sqljdbc41.jar:?] at com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(SQLServerStatement.java:1522) ~[sqljdbc41.jar:?] at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(SQLServerPreparedStatement.java:404) ~[sqljdbc41.jar:?] at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PrepStmtExecCmd.doExecute(SQLServerPreparedStatement.java:350) ~[sqljdbc41.jar:?] at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:5696) ~[sqljdbc41.jar:?] at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:1717) ~[sqljdbc41.jar:?] at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:180) ~[sqljdbc41.jar:?] at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:155) ~[sqljdbc41.jar:?] at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.execute(SQLServerPreparedStatement.java:332) ~[sqljdbc41.jar:?] at jdk.internal.reflect.GeneratedMethodAccessor174.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.apache.tomcat.jdbc.pool.StatementFacade$StatementProxy.invoke(StatementFacade.java:118) ~[jdbc-pool_9.0.56.wso2v1.jar:?] at com.sun.proxy.$Proxy53.execute(Unknown Source) ~[?:?] at org.wso2.carbon.apimgt.migration.util.DBUtil.runSQLScript(DBUtil.java:66) ~[org.wso2.carbon.apimgt.migrate.client-4.2.0.53.jar:?] at org.wso2.carbon.apimgt.migration.migrator.commonMigrators.PreDBScriptMigrator.run(PreDBScriptMigrator.java:52) ~[org.wso2.carbon.apimgt.migrate.client-4.2.0.53.jar:?] at org.wso2.carbon.apimgt.migration.migrator.client.V400Migration.migrate(V400Migration.java:54) ~[org.wso2.carbon.apimgt.migrate.client-4.2.0.53.jar:?] at org.wso2.carbon.apimgt.migration.APIMMigrationClient.executeMigration(APIMMigrationClient.java:90) ~[org.wso2.carbon.apimgt.migrate.client-4.2.0.53.jar:?] at org.wso2.carbon.apimgt.migration.APIMMigrationClient.completedServerStartup(APIMMigrationClient.java:63) ~[org.wso2.carbon.apimgt.migrate.client-4.2.0.53.jar:?] at org.wso2.carbon.core.internal.CarbonCoreServiceComponent.notifyAfter(CarbonCoreServiceComponent.java:264) ~[?:?] at org.wso2.carbon.core.internal.StartupFinalizerServiceComponent.completeInitialization(StartupFinalizerServiceComponent.java:214) ~[?:?] at org.wso2.carbon.core.internal.StartupFinalizerServiceComponent.serviceChanged(StartupFinalizerServiceComponent.java:309) ~[?:?] at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:113) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:985) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:866) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:804) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:228) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:525) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:544) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.wso2.carbon.throttling.agent.internal.ThrottlingAgentServiceComponent.registerThrottlingAgent(ThrottlingAgentServiceComponent.java:118) ~[org.wso2.carbon.tenant.throttling.agent_4.9.20.jar:?] at org.wso2.carbon.throttling.agent.internal.ThrottlingAgentServiceComponent.activate(ThrottlingAgentServiceComponent.java:96) ~[org.wso2.carbon.tenant.throttling.agent_4.9.20.jar:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.eclipse.equinox.internal.ds.model.ServiceComponent.activate(ServiceComponent.java:260) ~[org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar:?] at org.eclipse.equinox.internal.ds.model.ServiceComponentProp.activate(ServiceComponentProp.java:146) ~[org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar:?] at org.eclipse.equinox.internal.ds.model.ServiceComponentProp.build(ServiceComponentProp.java:345) ~[org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar:?] at org.eclipse.equinox.internal.ds.InstanceProcess.buildComponent(InstanceProcess.java:620) ~[org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar:?] at org.eclipse.equinox.internal.ds.InstanceProcess.buildComponents(InstanceProcess.java:197) ~[org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar:?] at org.eclipse.equinox.internal.ds.Resolver.getEligible(Resolver.java:343) ~[org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar:?] at org.eclipse.equinox.internal.ds.SCRManager.serviceChanged(SCRManager.java:222) ~[org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar:?] at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:113) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:985) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:866) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:804) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:228) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:525) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:544) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.wso2.carbon.core.init.CarbonServerManager.initializeCarbon(CarbonServerManager.java:529) ~[org.wso2.carbon.core_4.8.1.jar:?] at org.wso2.carbon.core.init.CarbonServerManager.removePendingItem(CarbonServerManager.java:305) ~[org.wso2.carbon.core_4.8.1.jar:?] at org.wso2.carbon.core.init.PreAxis2ConfigItemListener.bundleChanged(PreAxis2ConfigItemListener.java:118) ~[org.wso2.carbon.core_4.8.1.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:973) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] ``` Had to modify the size of the ```REVISION_UUID``` column of the table ```AM_API_REVISION_METADATA``` to match the size of the same column in the table ```AM_REVISION``` in the 3.2.0 to 4.0.0 pre-migration script of the APIM migration tool to overcome this issue. This needs to be fixed in the APIM migration tool. ### Steps to Reproduce Try to migrate APIM from 3.1.0 to 4.2.0 ### Affected Component APIM ### Version 4.2.0 ### Environment Details (with versions) _No response_ ### Relevant Log Output _No response_ ### Related Issues _No response_ ### Suggested Labels Migration, APIM
priority
apim to migration fails when running the migration tool description when migrating apim to the following error was encountered info predbscriptmigrator api m migration task executing the predbscriptmigrator for am db sql script at users akilaa ob packs july mssql migration post migration migration resources migration scripts pre migration scripts migration to info dbutil api m migration task executing sql script at users akilaa ob packs july mssql migration post migration migration resources migration scripts pre migration scripts migration to error dbutil api m migration task error occurred while migrating databases com microsoft sqlserver jdbc sqlserverexception column am revision revision uuid is not the same length or scale as referencing column am api revision metadata revision uuid in foreign key fk am api re revis columns participating in a foreign key relationship must be defined with the same length and scale at com microsoft sqlserver jdbc sqlserverexception makefromdatabaseerror sqlserverexception java at com microsoft sqlserver jdbc sqlserverstatement getnextresult sqlserverstatement java at com microsoft sqlserver jdbc sqlserverpreparedstatement doexecutepreparedstatement sqlserverpreparedstatement java at com microsoft sqlserver jdbc sqlserverpreparedstatement prepstmtexeccmd doexecute sqlserverpreparedstatement java at com microsoft sqlserver jdbc tdscommand execute iobuffer java at com microsoft sqlserver jdbc sqlserverconnection executecommand sqlserverconnection java at com microsoft sqlserver jdbc sqlserverstatement executecommand sqlserverstatement java at com microsoft sqlserver jdbc sqlserverstatement executestatement sqlserverstatement java at com microsoft sqlserver jdbc sqlserverpreparedstatement execute sqlserverpreparedstatement java at jdk internal reflect invoke unknown source at jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org apache tomcat jdbc pool statementfacade statementproxy invoke statementfacade java at com sun proxy execute unknown source at org carbon apimgt migration util dbutil runsqlscript dbutil java at org carbon apimgt migration migrator commonmigrators predbscriptmigrator run predbscriptmigrator java at org carbon apimgt migration migrator client migrate java at org carbon apimgt migration apimmigrationclient executemigration apimmigrationclient java at org carbon apimgt migration apimmigrationclient completedserverstartup apimmigrationclient java at org carbon core internal carboncoreservicecomponent notifyafter carboncoreservicecomponent java at org carbon core internal startupfinalizerservicecomponent completeinitialization startupfinalizerservicecomponent java at org carbon core internal startupfinalizerservicecomponent servicechanged startupfinalizerservicecomponent java at org eclipse osgi internal serviceregistry filteredservicelistener servicechanged filteredservicelistener java at org eclipse osgi internal framework bundlecontextimpl dispatchevent bundlecontextimpl java at org eclipse osgi framework eventmgr eventmanager dispatchevent eventmanager java at org eclipse osgi framework eventmgr listenerqueue dispatcheventsynchronous listenerqueue java at org eclipse osgi internal serviceregistry serviceregistry publishserviceeventprivileged serviceregistry java at org eclipse osgi internal serviceregistry serviceregistry publishserviceevent serviceregistry java at org eclipse osgi internal serviceregistry serviceregistrationimpl register serviceregistrationimpl java at org eclipse osgi internal serviceregistry serviceregistry registerservice serviceregistry java at org eclipse osgi internal framework bundlecontextimpl registerservice bundlecontextimpl java at org eclipse osgi internal framework bundlecontextimpl registerservice bundlecontextimpl java at org carbon throttling agent internal throttlingagentservicecomponent registerthrottlingagent throttlingagentservicecomponent java at org carbon throttling agent internal throttlingagentservicecomponent activate throttlingagentservicecomponent java at jdk internal reflect nativemethodaccessorimpl native method at jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org eclipse equinox internal ds model servicecomponent activate servicecomponent java at org eclipse equinox internal ds model servicecomponentprop activate servicecomponentprop java at org eclipse equinox internal ds model servicecomponentprop build servicecomponentprop java at org eclipse equinox internal ds instanceprocess buildcomponent instanceprocess java at org eclipse equinox internal ds instanceprocess buildcomponents instanceprocess java at org eclipse equinox internal ds resolver geteligible resolver java at org eclipse equinox internal ds scrmanager servicechanged scrmanager java at org eclipse osgi internal serviceregistry filteredservicelistener servicechanged filteredservicelistener java at org eclipse osgi internal framework bundlecontextimpl dispatchevent bundlecontextimpl java at org eclipse osgi framework eventmgr eventmanager dispatchevent eventmanager java at org eclipse osgi framework eventmgr listenerqueue dispatcheventsynchronous listenerqueue java at org eclipse osgi internal serviceregistry serviceregistry publishserviceeventprivileged serviceregistry java at org eclipse osgi internal serviceregistry serviceregistry publishserviceevent serviceregistry java at org eclipse osgi internal serviceregistry serviceregistrationimpl register serviceregistrationimpl java at org eclipse osgi internal serviceregistry serviceregistry registerservice serviceregistry java at org eclipse osgi internal framework bundlecontextimpl registerservice bundlecontextimpl java at org eclipse osgi internal framework bundlecontextimpl registerservice bundlecontextimpl java at org carbon core init carbonservermanager initializecarbon carbonservermanager java at org carbon core init carbonservermanager removependingitem carbonservermanager java at org carbon core init bundlechanged java at org eclipse osgi internal framework bundlecontextimpl dispatchevent bundlecontextimpl java at org eclipse osgi framework eventmgr eventmanager dispatchevent eventmanager java at org eclipse osgi framework eventmgr eventmanager eventthread run eventmanager java had to modify the size of the revision uuid column of the table am api revision metadata to match the size of the same column in the table am revision in the to pre migration script of the apim migration tool to overcome this issue this needs to be fixed in the apim migration tool steps to reproduce try to migrate apim from to affected component apim version environment details with versions no response relevant log output no response related issues no response suggested labels migration apim
1
472,559
13,626,985,577
IssuesEvent
2020-09-24 11:55:20
GluuFederation/oxauth-config
https://api.github.com/repos/GluuFederation/oxauth-config
closed
API Consumer creates or (partially) updates a resource with with invalid parameters
Priority-HIGH User Story
### User Story Meta Information - Risk Level: 1 - **Priority: HIGH** - Effort : N/A ### Description As an `API Consumer` , I want to send a request to `oxauth-config` that creates or (partially) updates a REST resource , so that I can receive an error message when the request contains invalid parameters #### Acceptance Criteria - `API Consumer` sends a `POST`, `PUT` or `PATCH` request to a REST endpoint - The request must contain valid `API Consumer` authentication credentials - The `API consumer` must have `write` permission to access the endpoint - `oxauth-config` returns a `400 Bad request` HTTP Response - The HTTP response body contains an error describing why the request failed #### Notes No notes
1.0
API Consumer creates or (partially) updates a resource with with invalid parameters - ### User Story Meta Information - Risk Level: 1 - **Priority: HIGH** - Effort : N/A ### Description As an `API Consumer` , I want to send a request to `oxauth-config` that creates or (partially) updates a REST resource , so that I can receive an error message when the request contains invalid parameters #### Acceptance Criteria - `API Consumer` sends a `POST`, `PUT` or `PATCH` request to a REST endpoint - The request must contain valid `API Consumer` authentication credentials - The `API consumer` must have `write` permission to access the endpoint - `oxauth-config` returns a `400 Bad request` HTTP Response - The HTTP response body contains an error describing why the request failed #### Notes No notes
priority
api consumer creates or partially updates a resource with with invalid parameters user story meta information risk level priority high effort n a description as an api consumer i want to send a request to oxauth config that creates or partially updates a rest resource so that i can receive an error message when the request contains invalid parameters acceptance criteria api consumer sends a post put or patch request to a rest endpoint the request must contain valid api consumer authentication credentials the api consumer must have write permission to access the endpoint oxauth config returns a bad request http response the http response body contains an error describing why the request failed notes no notes
1
589,893
17,766,395,525
IssuesEvent
2021-08-30 08:05:29
zowe/api-layer
https://api.github.com/repos/zowe/api-layer
closed
API Gateway shutdown on zPDT
bug good first issue Priority: High 21PI3
**Describe the bug** Recent builds of apiml aren't working on zPDT in that the gateway fails to find zosmf, and quits due to it. **Steps to Reproduce** 1. Run zowe in default settings on a sufficiently slow zPDT, with zosmf running. 2. See that gateway shuts down due to not finding zosmf, despite it existing **Expected behavior** Gateway succeeds to find zosmf, stays running, and allows login **Logs** 2021-06-16 17:20:32.723 <ZWEAGW1:DiscoveryClient-InstanceInfoReplicator-0:33620323> ZWESVUSR DEBUG (o.z.a.g.s.l.Providers) zOSMF is registered and propagated to the DS: true and is accessible based on the information: true 2021-06-16 17:20:33.569 <ZWEADS1:TaskBatchingWorker-target_hostname-15:16843105> ZWESVUSR DEBUG (o.a.h.i.c.DefaultClientConnection) Connection org.apache.http.impl.conn.DefaultClientConnection@6914b361 closed 2021-06-16 17:20:33.573 <ZWEADS1:TaskBatchingWorker-target_hostname-15:16843105> ZWESVUSR DEBUG (o.a.h.i.c.DefaultClientConnection) Connection org.apache.http.impl.conn.DefaultClientConnection@6914b361 shut down 2021-06-16 17:20:33.617 <ZWEAGW1:Thread-11:33620323> ZWESVUSR ERROR (o.z.a.g.s.s.JwtSecurityInitializer) ZWEAG108E z/OSMF instance 'zOSMF' not found or incorrectly configured. Gateway is shutting down. **Details** This issue appears to have started in v1.20, since v1.19 works. I found a hardcoded timeout here https://github.com/zowe/api-layer/blob/cf6bedd4536910e4b7c9bbbe95cb3f0b5771dbda/gateway-service/src/main/java/org/zowe/apiml/gateway/security/service/JwtSecurityInitializer.java#L115 Because zPDT can be slower than a physical system, it seems to be the culprit line of code. It looks like no timeout existed at all previously, which could be a fix but perhaps a customizable timeout is best.
1.0
API Gateway shutdown on zPDT - **Describe the bug** Recent builds of apiml aren't working on zPDT in that the gateway fails to find zosmf, and quits due to it. **Steps to Reproduce** 1. Run zowe in default settings on a sufficiently slow zPDT, with zosmf running. 2. See that gateway shuts down due to not finding zosmf, despite it existing **Expected behavior** Gateway succeeds to find zosmf, stays running, and allows login **Logs** 2021-06-16 17:20:32.723 <ZWEAGW1:DiscoveryClient-InstanceInfoReplicator-0:33620323> ZWESVUSR DEBUG (o.z.a.g.s.l.Providers) zOSMF is registered and propagated to the DS: true and is accessible based on the information: true 2021-06-16 17:20:33.569 <ZWEADS1:TaskBatchingWorker-target_hostname-15:16843105> ZWESVUSR DEBUG (o.a.h.i.c.DefaultClientConnection) Connection org.apache.http.impl.conn.DefaultClientConnection@6914b361 closed 2021-06-16 17:20:33.573 <ZWEADS1:TaskBatchingWorker-target_hostname-15:16843105> ZWESVUSR DEBUG (o.a.h.i.c.DefaultClientConnection) Connection org.apache.http.impl.conn.DefaultClientConnection@6914b361 shut down 2021-06-16 17:20:33.617 <ZWEAGW1:Thread-11:33620323> ZWESVUSR ERROR (o.z.a.g.s.s.JwtSecurityInitializer) ZWEAG108E z/OSMF instance 'zOSMF' not found or incorrectly configured. Gateway is shutting down. **Details** This issue appears to have started in v1.20, since v1.19 works. I found a hardcoded timeout here https://github.com/zowe/api-layer/blob/cf6bedd4536910e4b7c9bbbe95cb3f0b5771dbda/gateway-service/src/main/java/org/zowe/apiml/gateway/security/service/JwtSecurityInitializer.java#L115 Because zPDT can be slower than a physical system, it seems to be the culprit line of code. It looks like no timeout existed at all previously, which could be a fix but perhaps a customizable timeout is best.
priority
api gateway shutdown on zpdt describe the bug recent builds of apiml aren t working on zpdt in that the gateway fails to find zosmf and quits due to it steps to reproduce run zowe in default settings on a sufficiently slow zpdt with zosmf running see that gateway shuts down due to not finding zosmf despite it existing expected behavior gateway succeeds to find zosmf stays running and allows login logs zwesvusr debug o z a g s l providers zosmf is registered and propagated to the ds true and is accessible based on the information true zwesvusr debug o a h i c defaultclientconnection connection org apache http impl conn defaultclientconnection closed zwesvusr debug o a h i c defaultclientconnection connection org apache http impl conn defaultclientconnection shut down zwesvusr error o z a g s s jwtsecurityinitializer z osmf instance zosmf not found or incorrectly configured gateway is shutting down details this issue appears to have started in since works i found a hardcoded timeout here because zpdt can be slower than a physical system it seems to be the culprit line of code it looks like no timeout existed at all previously which could be a fix but perhaps a customizable timeout is best
1
558,604
16,538,399,643
IssuesEvent
2021-05-27 14:11:57
diyabc/diyabcGUI
https://api.github.com/repos/diyabc/diyabcGUI
closed
[training set simu] Add possibility to modify existing project
WIP enhancement high priority
When using "existing project" and uploading existing files, it should be possible to edit the configurations (scenario, priors, etc.)
1.0
[training set simu] Add possibility to modify existing project - When using "existing project" and uploading existing files, it should be possible to edit the configurations (scenario, priors, etc.)
priority
add possibility to modify existing project when using existing project and uploading existing files it should be possible to edit the configurations scenario priors etc
1
43,045
2,879,153,481
IssuesEvent
2015-06-10 08:22:17
jackjonesfashion/tasks
https://api.github.com/repos/jackjonesfashion/tasks
opened
Storefront - Testing
Priority: High Task
- [ ] AT - [ ] Highlights - [ ] Hero - [ ] Sellingpoints - [ ] Brands - [ ] CH - [ ] Highlights - [ ] Hero - [ ] Sellingpoints - [ ] Brands - [ ] DE - [ ] Highlights - [ ] Hero - [ ] Sellingpoints - [ ] Brands - [ ] DK - [ ] Highlights - [ ] Hero - [ ] Sellingpoints - [ ] Brands - [ ] ES - [ ] Highlights - [ ] Hero - [ ] Sellingpoints - [ ] Brands - [ ] FI - [ ] Highlights - [ ] Hero - [ ] Sellingpoints - [ ] Brands - [ ] FR - [ ] Highlights - [ ] Hero - [ ] Sellingpoints - [ ] Brands - [ ] GB - [ ] Highlights - [ ] Hero - [ ] Sellingpoints - [ ] Brands - [ ] NL - [ ] Highlights - [ ] Hero - [ ] Sellingpoints - [ ] Brands - [ ] NO - [ ] Highlights - [ ] Hero - [ ] Sellingpoints - [ ] Brands - [ ] ROE - [ ] Highlights - [ ] Hero - [ ] Sellingpoints - [ ] Brands - [ ] SR - [ ] Highlights - [ ] Hero - [ ] Sellingpoints - [ ] Brands
1.0
Storefront - Testing - - [ ] AT - [ ] Highlights - [ ] Hero - [ ] Sellingpoints - [ ] Brands - [ ] CH - [ ] Highlights - [ ] Hero - [ ] Sellingpoints - [ ] Brands - [ ] DE - [ ] Highlights - [ ] Hero - [ ] Sellingpoints - [ ] Brands - [ ] DK - [ ] Highlights - [ ] Hero - [ ] Sellingpoints - [ ] Brands - [ ] ES - [ ] Highlights - [ ] Hero - [ ] Sellingpoints - [ ] Brands - [ ] FI - [ ] Highlights - [ ] Hero - [ ] Sellingpoints - [ ] Brands - [ ] FR - [ ] Highlights - [ ] Hero - [ ] Sellingpoints - [ ] Brands - [ ] GB - [ ] Highlights - [ ] Hero - [ ] Sellingpoints - [ ] Brands - [ ] NL - [ ] Highlights - [ ] Hero - [ ] Sellingpoints - [ ] Brands - [ ] NO - [ ] Highlights - [ ] Hero - [ ] Sellingpoints - [ ] Brands - [ ] ROE - [ ] Highlights - [ ] Hero - [ ] Sellingpoints - [ ] Brands - [ ] SR - [ ] Highlights - [ ] Hero - [ ] Sellingpoints - [ ] Brands
priority
storefront testing at highlights hero sellingpoints brands ch highlights hero sellingpoints brands de highlights hero sellingpoints brands dk highlights hero sellingpoints brands es highlights hero sellingpoints brands fi highlights hero sellingpoints brands fr highlights hero sellingpoints brands gb highlights hero sellingpoints brands nl highlights hero sellingpoints brands no highlights hero sellingpoints brands roe highlights hero sellingpoints brands sr highlights hero sellingpoints brands
1
807,539
30,008,129,954
IssuesEvent
2023-06-26 13:42:49
zowe/vscode-extension-for-zowe
https://api.github.com/repos/zowe/vscode-extension-for-zowe
closed
Profile watcher should refresh profiles in browser based environments
bug priority-high severity-medium
<!-- Before opening a new issue, please search our existing issues: https://github.com/zowe/vscode-extension-for-zowe/issues --> **Describe the bug** In VS Code when user makes updates to a team config file, Zowe Explorer automatically refreshes in the background proving a user with latest updates in the UI. In Eclipse Che, user has to refresh the browser window which is very disruptive. I think this is also an issue in latest Eclipse Che that uses VS Code instead of Theia. <!-- A clear and concise description of what the bug is. --> **To Reproduce** - Open an Theia or Eclipse Che workspace - Create a new team config file and populate it - New profiles do not show until user refreshes the whole browser window <!-- Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error --> **Expected behavior** Zowe Explore should automatically update and show profiles so user can add them <!-- A clear and concise description of what you expected to happen. --> **Screenshots** <!-- If applicable, add screenshots to help explain your problem. --> **Desktop (please complete the following information):** - Zowe Explorer Version: - (Optional) Zowe CLI Version: all - (Optional) Are you using Secure Credential Store? no <!-- If you have SCS installed, please read the documentation for Integrating SCS within Zowe Explorer: https://github.com/zowe/vscode-extension-for-zowe/blob/main/docs/README-Security.md --> **Additional context** <!-- Add any other context about the problem here. -->
1.0
Profile watcher should refresh profiles in browser based environments - <!-- Before opening a new issue, please search our existing issues: https://github.com/zowe/vscode-extension-for-zowe/issues --> **Describe the bug** In VS Code when user makes updates to a team config file, Zowe Explorer automatically refreshes in the background proving a user with latest updates in the UI. In Eclipse Che, user has to refresh the browser window which is very disruptive. I think this is also an issue in latest Eclipse Che that uses VS Code instead of Theia. <!-- A clear and concise description of what the bug is. --> **To Reproduce** - Open an Theia or Eclipse Che workspace - Create a new team config file and populate it - New profiles do not show until user refreshes the whole browser window <!-- Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error --> **Expected behavior** Zowe Explore should automatically update and show profiles so user can add them <!-- A clear and concise description of what you expected to happen. --> **Screenshots** <!-- If applicable, add screenshots to help explain your problem. --> **Desktop (please complete the following information):** - Zowe Explorer Version: - (Optional) Zowe CLI Version: all - (Optional) Are you using Secure Credential Store? no <!-- If you have SCS installed, please read the documentation for Integrating SCS within Zowe Explorer: https://github.com/zowe/vscode-extension-for-zowe/blob/main/docs/README-Security.md --> **Additional context** <!-- Add any other context about the problem here. -->
priority
profile watcher should refresh profiles in browser based environments before opening a new issue please search our existing issues describe the bug in vs code when user makes updates to a team config file zowe explorer automatically refreshes in the background proving a user with latest updates in the ui in eclipse che user has to refresh the browser window which is very disruptive i think this is also an issue in latest eclipse che that uses vs code instead of theia to reproduce open an theia or eclipse che workspace create a new team config file and populate it new profiles do not show until user refreshes the whole browser window steps to reproduce the behavior go to click on scroll down to see error expected behavior zowe explore should automatically update and show profiles so user can add them screenshots desktop please complete the following information zowe explorer version optional zowe cli version all optional are you using secure credential store no additional context
1
638,595
20,731,545,470
IssuesEvent
2022-03-14 09:54:38
AY2122S2-CS2103T-T09-3/tp
https://api.github.com/repos/AY2122S2-CS2103T-T09-3/tp
opened
[Check] [UG] [DG] [Test] Vet through documentation and Test Jar file
type.Task priority.High
## Details ### User Guide - [ ] JonathanHoshi - [ ] aweijun - [ ] Ardentsoul - [ ] lowkaiwei - [ ] arcornior ### Developer Guide - [ ] JonathanHoshi - [ ] aweijun - [ ] Ardentsoul - [ ] lowkaiwei - [ ] arcornior ### Jar file (v1.2 release) - [ ] JonathanHoshi - [ ] aweijun - [ ] Ardentsoul - [ ] lowkaiwei - [ ] arcornior
1.0
[Check] [UG] [DG] [Test] Vet through documentation and Test Jar file - ## Details ### User Guide - [ ] JonathanHoshi - [ ] aweijun - [ ] Ardentsoul - [ ] lowkaiwei - [ ] arcornior ### Developer Guide - [ ] JonathanHoshi - [ ] aweijun - [ ] Ardentsoul - [ ] lowkaiwei - [ ] arcornior ### Jar file (v1.2 release) - [ ] JonathanHoshi - [ ] aweijun - [ ] Ardentsoul - [ ] lowkaiwei - [ ] arcornior
priority
vet through documentation and test jar file details user guide jonathanhoshi aweijun ardentsoul lowkaiwei arcornior developer guide jonathanhoshi aweijun ardentsoul lowkaiwei arcornior jar file release jonathanhoshi aweijun ardentsoul lowkaiwei arcornior
1
736,789
25,488,074,952
IssuesEvent
2022-11-26 17:33:46
bounswe/bounswe2022group6
https://api.github.com/repos/bounswe/bounswe2022group6
opened
Fixing Frontend Compilation Issue
Priority: High State: In Progress Type: Development Frontend
There is an error that causes frontend to not compile. This error should be fixed as soon as possible.
1.0
Fixing Frontend Compilation Issue - There is an error that causes frontend to not compile. This error should be fixed as soon as possible.
priority
fixing frontend compilation issue there is an error that causes frontend to not compile this error should be fixed as soon as possible
1
599,086
18,265,456,230
IssuesEvent
2021-10-04 07:56:19
AY2122S1-CS2113T-W11-3/tp
https://api.github.com/repos/AY2122S1-CS2113T-W11-3/tp
opened
Delete class
type.Story priority.High
As a user I want to delete class, so that I can remove the clutter from my agenda.
1.0
Delete class - As a user I want to delete class, so that I can remove the clutter from my agenda.
priority
delete class as a user i want to delete class so that i can remove the clutter from my agenda
1
99,759
4,064,492,700
IssuesEvent
2016-05-26 07:09:13
mantidproject/mantid
https://api.github.com/repos/mantidproject/mantid
opened
Script error for ISIS direct inelastic
Component: Direct Inelastic Priority: High
From Jon Taylor: I get an issue with Iliad, maybe in the production stuff for isis this is not a problem line 1791 Direct energy conversion.py ``` KeyError: 'Property with name: nullify_negative_signal is not among the class properties ' at line 56 in '/Users/jonathantaylor/Dropbox/SrFeO2/SrFeO2.py' caused by line 144 in '/Applications/MantidPlot.app/scripts/Inelastic/Direct/dgreduce.py' caused by line 525 in '/Applications/MantidPlot.app/scripts/Inelastic/Direct/DirectEnergyConversion.py' caused by line 717 in '/Applications/MantidPlot.app/scripts/Inelastic/Direct/DirectEnergyConversion.py' caused by line 1791 in '/Applications/MantidPlot.app/scripts/Inelastic/Direct/DirectEnergyConversion.py' caused by line 205 in '/Applications/MantidPlot.app/scripts/Inelastic/Direct/PropertyManager.py' caused by line 244 in '/Applications/MantidPlot.app/scripts/Inelastic/Direct/ReductionHelpers.py' ``` changing line 1791 to: ``` if prop_man.check_background: #and prop_man.nullify_negative_signal: ``` helps. Tested on OSX @abuts If this is not a problem for ISIS in production then we can probably drop this back to `v3.8`
1.0
Script error for ISIS direct inelastic - From Jon Taylor: I get an issue with Iliad, maybe in the production stuff for isis this is not a problem line 1791 Direct energy conversion.py ``` KeyError: 'Property with name: nullify_negative_signal is not among the class properties ' at line 56 in '/Users/jonathantaylor/Dropbox/SrFeO2/SrFeO2.py' caused by line 144 in '/Applications/MantidPlot.app/scripts/Inelastic/Direct/dgreduce.py' caused by line 525 in '/Applications/MantidPlot.app/scripts/Inelastic/Direct/DirectEnergyConversion.py' caused by line 717 in '/Applications/MantidPlot.app/scripts/Inelastic/Direct/DirectEnergyConversion.py' caused by line 1791 in '/Applications/MantidPlot.app/scripts/Inelastic/Direct/DirectEnergyConversion.py' caused by line 205 in '/Applications/MantidPlot.app/scripts/Inelastic/Direct/PropertyManager.py' caused by line 244 in '/Applications/MantidPlot.app/scripts/Inelastic/Direct/ReductionHelpers.py' ``` changing line 1791 to: ``` if prop_man.check_background: #and prop_man.nullify_negative_signal: ``` helps. Tested on OSX @abuts If this is not a problem for ISIS in production then we can probably drop this back to `v3.8`
priority
script error for isis direct inelastic from jon taylor i get an issue with iliad maybe in the production stuff for isis this is not a problem line direct energy conversion py keyerror property with name nullify negative signal is not among the class properties at line in users jonathantaylor dropbox py caused by line in applications mantidplot app scripts inelastic direct dgreduce py caused by line in applications mantidplot app scripts inelastic direct directenergyconversion py caused by line in applications mantidplot app scripts inelastic direct directenergyconversion py caused by line in applications mantidplot app scripts inelastic direct directenergyconversion py caused by line in applications mantidplot app scripts inelastic direct propertymanager py caused by line in applications mantidplot app scripts inelastic direct reductionhelpers py changing line to if prop man check background and prop man nullify negative signal helps tested on osx abuts if this is not a problem for isis in production then we can probably drop this back to
1
509,428
14,730,880,612
IssuesEvent
2021-01-06 13:54:51
So-chiru/DCRefresher
https://api.github.com/repos/So-chiru/DCRefresher
closed
파이어폭스 설정저장 이슈 및 페이징 버그
bug priority/high size/M
잘 사용하다가 업데이트되면서 생긴 버그가 있어 이슈 남깁니다! OS는 윈도우 10 64비트이며, 브라우저는 파이어폭스 84.0.1 (64-비트) 입니다. 1. 설정-모듈탭은 설정이 잘 저장되나 일반 탭과 고급 탭은 설정 저장이 되지 않습니다. 이 문제는 파이어폭스에서만 발생하는 것 같습니다. ![1](https://user-images.githubusercontent.com/20237869/103457335-afa57000-4d41-11eb-9ee6-07f8d4fbeef4.gif) 2. 게시글 목록 하단의 페이징 박스 클릭 시 페이지가 넘어가지 않습니다. ![2](https://user-images.githubusercontent.com/20237869/103457280-2d1cb080-4d41-11eb-8016-9924bcaa110c.gif) 디자인도 깔끔해지고 추가된 기능이 많아진 것 같아 좋은데 버그때문에 사용할 수가 없어 안타깝네요. 빠른 시일내에 이슈가 해결됐으면 좋겠습니다.
1.0
파이어폭스 설정저장 이슈 및 페이징 버그 - 잘 사용하다가 업데이트되면서 생긴 버그가 있어 이슈 남깁니다! OS는 윈도우 10 64비트이며, 브라우저는 파이어폭스 84.0.1 (64-비트) 입니다. 1. 설정-모듈탭은 설정이 잘 저장되나 일반 탭과 고급 탭은 설정 저장이 되지 않습니다. 이 문제는 파이어폭스에서만 발생하는 것 같습니다. ![1](https://user-images.githubusercontent.com/20237869/103457335-afa57000-4d41-11eb-9ee6-07f8d4fbeef4.gif) 2. 게시글 목록 하단의 페이징 박스 클릭 시 페이지가 넘어가지 않습니다. ![2](https://user-images.githubusercontent.com/20237869/103457280-2d1cb080-4d41-11eb-8016-9924bcaa110c.gif) 디자인도 깔끔해지고 추가된 기능이 많아진 것 같아 좋은데 버그때문에 사용할 수가 없어 안타깝네요. 빠른 시일내에 이슈가 해결됐으면 좋겠습니다.
priority
파이어폭스 설정저장 이슈 및 페이징 버그 잘 사용하다가 업데이트되면서 생긴 버그가 있어 이슈 남깁니다 os는 윈도우 브라우저는 파이어폭스 비트 입니다 설정 모듈탭은 설정이 잘 저장되나 일반 탭과 고급 탭은 설정 저장이 되지 않습니다 이 문제는 파이어폭스에서만 발생하는 것 같습니다 게시글 목록 하단의 페이징 박스 클릭 시 페이지가 넘어가지 않습니다 디자인도 깔끔해지고 추가된 기능이 많아진 것 같아 좋은데 버그때문에 사용할 수가 없어 안타깝네요 빠른 시일내에 이슈가 해결됐으면 좋겠습니다
1
529,520
15,390,402,413
IssuesEvent
2021-03-03 13:23:05
zowe/api-layer
https://api.github.com/repos/zowe/api-layer
closed
Allow Zowe to run without a jwtsecret
21PI1 Priority: High docs enhancement squad
**Is your feature request related to a problem? Please describe.** Use an existing trusted and named certificate for both the localhost and the jwtsecret in a keyring The customer didn't want to use the name jwtsecret so wanted to alias this. The customer has z/OSMF so doesn't need the API Gateway to create its own token so we tried removing the jwtsecret but then the APIML components fail to start. We were able to alias the jwtsecret to point to their named certificate but this involved updating the start.sh script with `-Dapiml.security.auth.jwtKeyAlias=CERTNAME` however this involves updating the runtime (which isn't supported). **Describe the solution you'd like** Either - Provide a way to legitimately alias the jwtsecret, perhaps in the zowe-certificates.env file - Allow the APIML to launch without the jwtsecret being present, and only fail at the point it detects z/OSMF isn't available **Tasks** - [x] Replace useZosmJwtToken with test about the actual state of the zOSMF - @balhar-jakub - [x] Verify whether the provider is SAF or zOSMF is in version that doesn't support the JWT. If this is the case then fail on start otherwise ignore and don't require jwtSecret - @balhar-jakub - [x] Update documentation to explain usage of environment variables to change the API ML properties - [ ] Decide whether the global JAVA_OPTIONS are ok for us or whether we want JAVA_OPTIONS per service or APIML
1.0
Allow Zowe to run without a jwtsecret - **Is your feature request related to a problem? Please describe.** Use an existing trusted and named certificate for both the localhost and the jwtsecret in a keyring The customer didn't want to use the name jwtsecret so wanted to alias this. The customer has z/OSMF so doesn't need the API Gateway to create its own token so we tried removing the jwtsecret but then the APIML components fail to start. We were able to alias the jwtsecret to point to their named certificate but this involved updating the start.sh script with `-Dapiml.security.auth.jwtKeyAlias=CERTNAME` however this involves updating the runtime (which isn't supported). **Describe the solution you'd like** Either - Provide a way to legitimately alias the jwtsecret, perhaps in the zowe-certificates.env file - Allow the APIML to launch without the jwtsecret being present, and only fail at the point it detects z/OSMF isn't available **Tasks** - [x] Replace useZosmJwtToken with test about the actual state of the zOSMF - @balhar-jakub - [x] Verify whether the provider is SAF or zOSMF is in version that doesn't support the JWT. If this is the case then fail on start otherwise ignore and don't require jwtSecret - @balhar-jakub - [x] Update documentation to explain usage of environment variables to change the API ML properties - [ ] Decide whether the global JAVA_OPTIONS are ok for us or whether we want JAVA_OPTIONS per service or APIML
priority
allow zowe to run without a jwtsecret is your feature request related to a problem please describe use an existing trusted and named certificate for both the localhost and the jwtsecret in a keyring the customer didn t want to use the name jwtsecret so wanted to alias this the customer has z osmf so doesn t need the api gateway to create its own token so we tried removing the jwtsecret but then the apiml components fail to start we were able to alias the jwtsecret to point to their named certificate but this involved updating the start sh script with dapiml security auth jwtkeyalias certname however this involves updating the runtime which isn t supported describe the solution you d like either provide a way to legitimately alias the jwtsecret perhaps in the zowe certificates env file allow the apiml to launch without the jwtsecret being present and only fail at the point it detects z osmf isn t available tasks replace usezosmjwttoken with test about the actual state of the zosmf balhar jakub verify whether the provider is saf or zosmf is in version that doesn t support the jwt if this is the case then fail on start otherwise ignore and don t require jwtsecret balhar jakub update documentation to explain usage of environment variables to change the api ml properties decide whether the global java options are ok for us or whether we want java options per service or apiml
1
316,787
9,657,353,897
IssuesEvent
2019-05-20 08:22:25
canonical-web-and-design/snapcraft.io
https://api.github.com/repos/canonical-web-and-design/snapcraft.io
closed
Mac first snap flow instructions uses wrong filenames on test step
Priority: High
### Expected behaviour The test step has commands like `multipass copy-files test-offlineimap-ev*.snap testvm:` (where ev is what I've put in the "choose snap name" box) ### Steps to reproduce the problem * https://snapcraft.io/first-snap/python/macos/test * Notice that the commands are, e.g. `sudo snap install --devmode --dangerous offlineimap*.snap`
1.0
Mac first snap flow instructions uses wrong filenames on test step - ### Expected behaviour The test step has commands like `multipass copy-files test-offlineimap-ev*.snap testvm:` (where ev is what I've put in the "choose snap name" box) ### Steps to reproduce the problem * https://snapcraft.io/first-snap/python/macos/test * Notice that the commands are, e.g. `sudo snap install --devmode --dangerous offlineimap*.snap`
priority
mac first snap flow instructions uses wrong filenames on test step expected behaviour the test step has commands like multipass copy files test offlineimap ev snap testvm where ev is what i ve put in the choose snap name box steps to reproduce the problem notice that the commands are e g sudo snap install devmode dangerous offlineimap snap
1
827,439
31,772,399,044
IssuesEvent
2023-09-12 12:36:52
opencrvs/opencrvs-core
https://api.github.com/repos/opencrvs/opencrvs-core
closed
Even if supporting document is provided, showing "No supporting document " and upload link below attachments
👹 Bug ❗️ Priority: High
**Bug description:** Even if supporting document is provided, showing "No supporting document " and upload link below attachments **Steps to reproduce:** 1. Login to RA/ Registrar 2. Review / View/ Correct record any record with supporting documents **Actual result:** ![sup doc](https://github.com/opencrvs/opencrvs-core/assets/94350336/de95741b-d19d-4494-8b11-e07c0f73b8bd) **Expected result:** should only show attachments **Tested on:** https://login.farajaland-qa.opencrvs.org/?lang=en
1.0
Even if supporting document is provided, showing "No supporting document " and upload link below attachments - **Bug description:** Even if supporting document is provided, showing "No supporting document " and upload link below attachments **Steps to reproduce:** 1. Login to RA/ Registrar 2. Review / View/ Correct record any record with supporting documents **Actual result:** ![sup doc](https://github.com/opencrvs/opencrvs-core/assets/94350336/de95741b-d19d-4494-8b11-e07c0f73b8bd) **Expected result:** should only show attachments **Tested on:** https://login.farajaland-qa.opencrvs.org/?lang=en
priority
even if supporting document is provided showing no supporting document and upload link below attachments bug description even if supporting document is provided showing no supporting document and upload link below attachments steps to reproduce login to ra registrar review view correct record any record with supporting documents actual result expected result should only show attachments tested on
1
459,807
13,199,585,747
IssuesEvent
2020-08-14 06:16:19
opencrvs/opencrvs-core
https://api.github.com/repos/opencrvs/opencrvs-core
closed
Not selecting an option for type of event to be declared and clicking continues takes user to a blank page
Priority: high 👹Bug
**Describe the bug** When making a new application, do not choose an option between birth and death as type of event being declared and click continue. A blank page appears when doing so. **To Reproduce** Steps to reproduce the behaviour: 1. Create a new application 2. Click on 'Continue. without choosing an option' 3. A blank page appears **Expected behaviour** A validation should be shown saying that no options are chosen **Screenshots** ![bug1900](https://user-images.githubusercontent.com/44313971/89635104-4a4f6f00-d8c8-11ea-82ea-382eb251243c.JPG) ![bug1900_2](https://user-images.githubusercontent.com/44313971/89635112-4de2f600-d8c8-11ea-88d7-dca360925469.JPG) **Desktop:** - OS: Windows 10 - Browser: Chrome - Version 84.0.4147.105
1.0
Not selecting an option for type of event to be declared and clicking continues takes user to a blank page - **Describe the bug** When making a new application, do not choose an option between birth and death as type of event being declared and click continue. A blank page appears when doing so. **To Reproduce** Steps to reproduce the behaviour: 1. Create a new application 2. Click on 'Continue. without choosing an option' 3. A blank page appears **Expected behaviour** A validation should be shown saying that no options are chosen **Screenshots** ![bug1900](https://user-images.githubusercontent.com/44313971/89635104-4a4f6f00-d8c8-11ea-82ea-382eb251243c.JPG) ![bug1900_2](https://user-images.githubusercontent.com/44313971/89635112-4de2f600-d8c8-11ea-88d7-dca360925469.JPG) **Desktop:** - OS: Windows 10 - Browser: Chrome - Version 84.0.4147.105
priority
not selecting an option for type of event to be declared and clicking continues takes user to a blank page describe the bug when making a new application do not choose an option between birth and death as type of event being declared and click continue a blank page appears when doing so to reproduce steps to reproduce the behaviour create a new application click on continue without choosing an option a blank page appears expected behaviour a validation should be shown saying that no options are chosen screenshots desktop os windows browser chrome version
1
803,818
29,190,479,286
IssuesEvent
2023-05-19 19:27:14
gadenbuie/cleanrmd
https://api.github.com/repos/gadenbuie/cleanrmd
closed
Add support for `toc-title` variable
status: planned type: new priority: high
https://github.com/gadenbuie/cleanrmd/blob/4f76edb472892407278d32c936ffe07576b4d539/inst/template/cleanrmd.html#L107 should be ``` $if(toc)$$if(toc-title)$<h2 class="toc-ignore">$toc-title$</h2>$endif$$toc$$endif$ ```
1.0
Add support for `toc-title` variable - https://github.com/gadenbuie/cleanrmd/blob/4f76edb472892407278d32c936ffe07576b4d539/inst/template/cleanrmd.html#L107 should be ``` $if(toc)$$if(toc-title)$<h2 class="toc-ignore">$toc-title$</h2>$endif$$toc$$endif$ ```
priority
add support for toc title variable should be if toc if toc title toc title endif toc endif
1
506,945
14,676,882,555
IssuesEvent
2020-12-30 21:28:57
A11YChi/infrastructure
https://api.github.com/repos/A11YChi/infrastructure
opened
Renew sponsorship for live captioning
high priority
**Why:** As a co-organizer, I want to make sure that there is funding to hire ACS Captions for 2021. **How:** - [ ] Reach out to McDonald's (McD) for renewal - [ ] Discuss the cost to cover 2021 and share with McD - [ ] Sign off an agreement with McD **AC:** - [ ] Funding has been added to ACS account via McDonald's - [ ] Update budget spreadsheet to track expenses
1.0
Renew sponsorship for live captioning - **Why:** As a co-organizer, I want to make sure that there is funding to hire ACS Captions for 2021. **How:** - [ ] Reach out to McDonald's (McD) for renewal - [ ] Discuss the cost to cover 2021 and share with McD - [ ] Sign off an agreement with McD **AC:** - [ ] Funding has been added to ACS account via McDonald's - [ ] Update budget spreadsheet to track expenses
priority
renew sponsorship for live captioning why as a co organizer i want to make sure that there is funding to hire acs captions for how reach out to mcdonald s mcd for renewal discuss the cost to cover and share with mcd sign off an agreement with mcd ac funding has been added to acs account via mcdonald s update budget spreadsheet to track expenses
1
692,783
23,748,727,330
IssuesEvent
2022-08-31 18:26:34
levylabpitt/Instrument-Framework
https://api.github.com/repos/levylabpitt/Instrument-Framework
opened
ZMQ Socket Operation on Non-Socket
Priority: High Type: Bug
![image](https://user-images.githubusercontent.com/26659428/187751705-05fda560-4a08-401d-a4dd-7202cf0802d2.png) Unclear if this is a Instrument Framework issue or specific to the Lockin (running in simulation mode...) ![image](https://user-images.githubusercontent.com/26659428/187751949-6a1d98e6-a262-4514-830d-79b0c1254d08.png) Restarting LabVIEW fixes the issue (until it happens again)...PPMS Monitor and Control nor Multichannel Lock-In do NOT need to be restarted.
1.0
ZMQ Socket Operation on Non-Socket - ![image](https://user-images.githubusercontent.com/26659428/187751705-05fda560-4a08-401d-a4dd-7202cf0802d2.png) Unclear if this is a Instrument Framework issue or specific to the Lockin (running in simulation mode...) ![image](https://user-images.githubusercontent.com/26659428/187751949-6a1d98e6-a262-4514-830d-79b0c1254d08.png) Restarting LabVIEW fixes the issue (until it happens again)...PPMS Monitor and Control nor Multichannel Lock-In do NOT need to be restarted.
priority
zmq socket operation on non socket unclear if this is a instrument framework issue or specific to the lockin running in simulation mode restarting labview fixes the issue until it happens again ppms monitor and control nor multichannel lock in do not need to be restarted
1
713,415
24,527,728,053
IssuesEvent
2022-10-11 14:15:26
geosolutions-it/MapStore2
https://api.github.com/repos/geosolutions-it/MapStore2
closed
Externalize localConfig.json variables on dev (qa and prod)
enhancement Priority: High Internal QF DevOps
## Description List of activities to be performed in order to clean up configuration and leverage the data_dir feature - [x] remove references authkey to gs-stable (this repo) - [x] remove authkey rule from web/client/configs/localConfig.json - [x] investigate how mapstore product adapts if no catalog is available (map viewer, dashboard editor) - [x] it works by providing an empty ui that at leas one must be added if one wants to use the services - [x] remove references to DEV REST services in proxy settings (this repo) - [x] dev server now points to dev-mapstore..., remove this dependency, use localhost:8080 (build/buildConfig.js) - [x] create a command to start both back-end and front-end for dev instance - [x] update **documentation** about changes of product above - [x] migration guidelines? - [x] dev doc - [x] update ReadMe.md - [x] update training? - [x] release procedure - remove parts concerning auth - [ ] Configure **DEV** to use data dir with patch files - [x] clean up db config and move it in data dir - [ ] ~prepare patch rule to set useCors urls for (gs-stable) in the datadir_dev/configs/localConfig.json.patch~ - [x] prepare patch rule to apply authkey changes in the datadir_dev/configs/localConfig.json.patch - [x] Set other specific configs for open id auth - [x] mapstore-ovr.properties - [x] configs/localConfig.json.patch - [x] Configure **QA** to use data dir with patch files - [x] clean up db config and move it in data dir - [ ] ~prepare patch rule to set useCors urls for (gs-stable) in the datadir_qa/configs/localConfig.json.patch~ - [x] prepare patch rule to apply authkey changes in the datadir_qa/configs/localConfig.json.patch - [x] Configure **STABLE** to use data dir with patch files - [x] clean up db config and move it in data dir - [ ] ~prepare patch rule to set useCors urls for (gs-stable) in the datadir_release/configs/localConfig.json.patch~ - [ ] prepare patch rule to apply authkey changes in the datadir_release/configs/localConfig.json.patch - [x] when everything before is done version data_dir settings in https://github.com/geosolutions-it/mapstore-datadir in the three branches - [x] DEV will match datadir_dev - [x] QA will match datadir_qa - [ ] STABLE will match datadir_release **What kind of improvement you want to add?** (check one with "x", remove the others) - [ ] Minor changes to existing features - [ ] Code style update (formatting, local variables) - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [x] CI related changes - [x] Other... Please describe: infrastructure settings ## Other useful information
1.0
Externalize localConfig.json variables on dev (qa and prod) - ## Description List of activities to be performed in order to clean up configuration and leverage the data_dir feature - [x] remove references authkey to gs-stable (this repo) - [x] remove authkey rule from web/client/configs/localConfig.json - [x] investigate how mapstore product adapts if no catalog is available (map viewer, dashboard editor) - [x] it works by providing an empty ui that at leas one must be added if one wants to use the services - [x] remove references to DEV REST services in proxy settings (this repo) - [x] dev server now points to dev-mapstore..., remove this dependency, use localhost:8080 (build/buildConfig.js) - [x] create a command to start both back-end and front-end for dev instance - [x] update **documentation** about changes of product above - [x] migration guidelines? - [x] dev doc - [x] update ReadMe.md - [x] update training? - [x] release procedure - remove parts concerning auth - [ ] Configure **DEV** to use data dir with patch files - [x] clean up db config and move it in data dir - [ ] ~prepare patch rule to set useCors urls for (gs-stable) in the datadir_dev/configs/localConfig.json.patch~ - [x] prepare patch rule to apply authkey changes in the datadir_dev/configs/localConfig.json.patch - [x] Set other specific configs for open id auth - [x] mapstore-ovr.properties - [x] configs/localConfig.json.patch - [x] Configure **QA** to use data dir with patch files - [x] clean up db config and move it in data dir - [ ] ~prepare patch rule to set useCors urls for (gs-stable) in the datadir_qa/configs/localConfig.json.patch~ - [x] prepare patch rule to apply authkey changes in the datadir_qa/configs/localConfig.json.patch - [x] Configure **STABLE** to use data dir with patch files - [x] clean up db config and move it in data dir - [ ] ~prepare patch rule to set useCors urls for (gs-stable) in the datadir_release/configs/localConfig.json.patch~ - [ ] prepare patch rule to apply authkey changes in the datadir_release/configs/localConfig.json.patch - [x] when everything before is done version data_dir settings in https://github.com/geosolutions-it/mapstore-datadir in the three branches - [x] DEV will match datadir_dev - [x] QA will match datadir_qa - [ ] STABLE will match datadir_release **What kind of improvement you want to add?** (check one with "x", remove the others) - [ ] Minor changes to existing features - [ ] Code style update (formatting, local variables) - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [x] CI related changes - [x] Other... Please describe: infrastructure settings ## Other useful information
priority
externalize localconfig json variables on dev qa and prod description list of activities to be performed in order to clean up configuration and leverage the data dir feature remove references authkey to gs stable this repo remove authkey rule from web client configs localconfig json investigate how mapstore product adapts if no catalog is available map viewer dashboard editor it works by providing an empty ui that at leas one must be added if one wants to use the services remove references to dev rest services in proxy settings this repo dev server now points to dev mapstore remove this dependency use localhost build buildconfig js create a command to start both back end and front end for dev instance update documentation about changes of product above migration guidelines dev doc update readme md update training release procedure remove parts concerning auth configure dev to use data dir with patch files clean up db config and move it in data dir prepare patch rule to set usecors urls for gs stable in the datadir dev configs localconfig json patch prepare patch rule to apply authkey changes in the datadir dev configs localconfig json patch set other specific configs for open id auth mapstore ovr properties configs localconfig json patch configure qa to use data dir with patch files clean up db config and move it in data dir prepare patch rule to set usecors urls for gs stable in the datadir qa configs localconfig json patch prepare patch rule to apply authkey changes in the datadir qa configs localconfig json patch configure stable to use data dir with patch files clean up db config and move it in data dir prepare patch rule to set usecors urls for gs stable in the datadir release configs localconfig json patch prepare patch rule to apply authkey changes in the datadir release configs localconfig json patch when everything before is done version data dir settings in in the three branches dev will match datadir dev qa will match datadir qa stable will match datadir release what kind of improvement you want to add check one with x remove the others minor changes to existing features code style update formatting local variables refactoring no functional changes no api changes build related changes ci related changes other please describe infrastructure settings other useful information
1
59,625
3,115,117,754
IssuesEvent
2015-09-03 12:59:32
CS2103aug2015-F11-1C/main
https://api.github.com/repos/CS2103aug2015-F11-1C/main
opened
As a user, I should be able to see a list of recently added events
priority.high type.story
So that I can recall my recent additions, even if I don't remember when they were scheduled
1.0
As a user, I should be able to see a list of recently added events - So that I can recall my recent additions, even if I don't remember when they were scheduled
priority
as a user i should be able to see a list of recently added events so that i can recall my recent additions even if i don t remember when they were scheduled
1
742,707
25,866,980,699
IssuesEvent
2022-12-13 21:50:29
opheeelia/standup
https://api.github.com/repos/opheeelia/standup
closed
Fix date conversion bug
high priority
To create a project, a string date in the form `MM/DD/YYYY` is passed to the backend. However, because we store deadlines are stored as date objects, there is a weird conversion bug. It chooses a timezone and converts it so that something like "12/14/2022" becomes "12/13/2022 7PM" Ordinarily, we can just hide the time when displaying, but this conversion can affect the day itself.
1.0
Fix date conversion bug - To create a project, a string date in the form `MM/DD/YYYY` is passed to the backend. However, because we store deadlines are stored as date objects, there is a weird conversion bug. It chooses a timezone and converts it so that something like "12/14/2022" becomes "12/13/2022 7PM" Ordinarily, we can just hide the time when displaying, but this conversion can affect the day itself.
priority
fix date conversion bug to create a project a string date in the form mm dd yyyy is passed to the backend however because we store deadlines are stored as date objects there is a weird conversion bug it chooses a timezone and converts it so that something like becomes ordinarily we can just hide the time when displaying but this conversion can affect the day itself
1
202,827
7,055,547,710
IssuesEvent
2018-01-04 08:51:56
wso2/product-is
https://api.github.com/repos/wso2/product-is
closed
[Doc] No 5.4.0 Doc found for Configuring SMSOTP
Affected/5.4.0 Priority/Highest Severity/Critical Type/Docs
Refer to doc [1]. No IS 5.4.0 Doc version found for Configuring SMSOTP [2] [1]. https://docs.wso2.com/display/IS540/Configuring+SMSOTP [2]. smsotp.png ![smsotp](https://user-images.githubusercontent.com/31848014/34204465-b448ce5c-e5a4-11e7-8eee-f66d404b8cf8.png)
1.0
[Doc] No 5.4.0 Doc found for Configuring SMSOTP - Refer to doc [1]. No IS 5.4.0 Doc version found for Configuring SMSOTP [2] [1]. https://docs.wso2.com/display/IS540/Configuring+SMSOTP [2]. smsotp.png ![smsotp](https://user-images.githubusercontent.com/31848014/34204465-b448ce5c-e5a4-11e7-8eee-f66d404b8cf8.png)
priority
no doc found for configuring smsotp refer to doc no is doc version found for configuring smsotp smsotp png
1