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
957
labels
stringlengths
4
795
body
stringlengths
1
259k
index
stringclasses
12 values
text_combine
stringlengths
96
259k
label
stringclasses
2 values
text
stringlengths
96
252k
binary_label
int64
0
1
343,732
10,335,501,997
IssuesEvent
2019-09-03 10:44:29
poanetwork/blockscout
https://api.github.com/repos/poanetwork/blockscout
closed
View less transfers button
UI bug :bug: priority: medium
When a user clicked to `View more transfers` button on a block tile, and all transfers appeared, this button must change the title to `View less transfers`. Otherwise, it can confuse user, that not all transfers appeared. Example block with multiple transfers txs: https://blockscout.com/eth/mainnet/blocks/7426606/transactions
1.0
View less transfers button - When a user clicked to `View more transfers` button on a block tile, and all transfers appeared, this button must change the title to `View less transfers`. Otherwise, it can confuse user, that not all transfers appeared. Example block with multiple transfers txs: https://blockscout.com/eth/mainnet/blocks/7426606/transactions
priority
view less transfers button when a user clicked to view more transfers button on a block tile and all transfers appeared this button must change the title to view less transfers otherwise it can confuse user that not all transfers appeared example block with multiple transfers txs
1
409,601
11,965,345,734
IssuesEvent
2020-04-05 23:00:42
coin-or/pulp
https://api.github.com/repos/coin-or/pulp
closed
Namespace issues
Priority-Medium Type-Enhancement auto-migrated
``` Perhaps the name space should be changed to look something like this. import pulp as lp prob = lp.Problem() instead of from pulp import * prob = LpProblem() ``` Original issue reported on code.google.com by `stuvagas@gmail.com` on 28 Apr 2008 at 11:11
1.0
Namespace issues - ``` Perhaps the name space should be changed to look something like this. import pulp as lp prob = lp.Problem() instead of from pulp import * prob = LpProblem() ``` Original issue reported on code.google.com by `stuvagas@gmail.com` on 28 Apr 2008 at 11:11
priority
namespace issues perhaps the name space should be changed to look something like this import pulp as lp prob lp problem instead of from pulp import prob lpproblem original issue reported on code google com by stuvagas gmail com on apr at
1
794,544
28,039,645,192
IssuesEvent
2023-03-28 17:29:08
KDT3-Final-6/final-project-BE
https://api.github.com/repos/KDT3-Final-6/final-project-BE
closed
feat: ์œ„์‹œ๋ฆฌ์ŠคํŠธ ์ถ”๊ฐ€, ์‚ญ์ œ, ์กฐํšŒ ๊ธฐ๋Šฅ ๊ตฌํ˜„
Type: Feature Status: Completed Priority: Medium For: API For: Backend
## Description ์œ„์‹œ๋ฆฌ์ŠคํŠธ ์ถ”๊ฐ€, ์‚ญ์ œ, ์กฐํšŒ ๊ธฐ๋Šฅ ๊ตฌํ˜„ ## Tasks(Process) - [x] ์œ„์‹œ๋ฆฌ์ŠคํŠธ ์ถ”๊ฐ€ - [x] ์œ„์‹œ๋ฆฌ์ŠคํŠธ ์‚ญ์ œ - [x] ์œ„์‹œ๋ฆฌ์ŠคํŠธ ์กฐํšŒ ## References
1.0
feat: ์œ„์‹œ๋ฆฌ์ŠคํŠธ ์ถ”๊ฐ€, ์‚ญ์ œ, ์กฐํšŒ ๊ธฐ๋Šฅ ๊ตฌํ˜„ - ## Description ์œ„์‹œ๋ฆฌ์ŠคํŠธ ์ถ”๊ฐ€, ์‚ญ์ œ, ์กฐํšŒ ๊ธฐ๋Šฅ ๊ตฌํ˜„ ## Tasks(Process) - [x] ์œ„์‹œ๋ฆฌ์ŠคํŠธ ์ถ”๊ฐ€ - [x] ์œ„์‹œ๋ฆฌ์ŠคํŠธ ์‚ญ์ œ - [x] ์œ„์‹œ๋ฆฌ์ŠคํŠธ ์กฐํšŒ ## References
priority
feat ์œ„์‹œ๋ฆฌ์ŠคํŠธ ์ถ”๊ฐ€ ์‚ญ์ œ ์กฐํšŒ ๊ธฐ๋Šฅ ๊ตฌํ˜„ description ์œ„์‹œ๋ฆฌ์ŠคํŠธ ์ถ”๊ฐ€ ์‚ญ์ œ ์กฐํšŒ ๊ธฐ๋Šฅ ๊ตฌํ˜„ tasks process ์œ„์‹œ๋ฆฌ์ŠคํŠธ ์ถ”๊ฐ€ ์œ„์‹œ๋ฆฌ์ŠคํŠธ ์‚ญ์ œ ์œ„์‹œ๋ฆฌ์ŠคํŠธ ์กฐํšŒ references
1
91,822
3,863,512,174
IssuesEvent
2016-04-08 09:44:31
iamxavier/elmah
https://api.github.com/repos/iamxavier/elmah
closed
use user creditials for email login id & password ofor intranet applications
auto-migrated Priority-Medium Type-Enhancement
``` for intranet application apply user credentials to email server avoid hard coding and exposing user id's and passwords <errorMail from="elmah@example.com" to="admin@example.com" subject="..." priority="Low|Normal|High" async="true|false" smtpPort="25" smtpServer="smtp.example.com" useSsl="true|false" userName="johndoe" <-- already signed in to server password="secret" <-- is it possible to use CredentialCache.DefaultNetworkCredentials noYsod="true|false" /> ``` Original issue reported on code.google.com by `smagli...@hotmail.com` on 21 Oct 2015 at 10:21
1.0
use user creditials for email login id & password ofor intranet applications - ``` for intranet application apply user credentials to email server avoid hard coding and exposing user id's and passwords <errorMail from="elmah@example.com" to="admin@example.com" subject="..." priority="Low|Normal|High" async="true|false" smtpPort="25" smtpServer="smtp.example.com" useSsl="true|false" userName="johndoe" <-- already signed in to server password="secret" <-- is it possible to use CredentialCache.DefaultNetworkCredentials noYsod="true|false" /> ``` Original issue reported on code.google.com by `smagli...@hotmail.com` on 21 Oct 2015 at 10:21
priority
use user creditials for email login id password ofor intranet applications for intranet application apply user credentials to email server avoid hard coding and exposing user id s and passwords errormail from elmah example com to admin example com subject priority low normal high async true false smtpport smtpserver smtp example com usessl true false username johndoe already signed in to server password secret is it possible to use credentialcache defaultnetworkcredentials noysod true false original issue reported on code google com by smagli hotmail com on oct at
1
689,279
23,615,177,180
IssuesEvent
2022-08-24 15:18:42
craftercms/craftercms
https://api.github.com/repos/craftercms/craftercms
opened
[studio] Copying a page results in an NPE
bug priority: medium triage
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] The issue is in the latest released 4.0.x - [ ] The issue is in the latest released 3.1.x ### Describe the issue Copying a page results in an NPE ### Steps to reproduce Steps: 1. Create a site from Editorial BP 2. Copy a page and paste it under home 3. See the issue in the logs ### Relevant log output ```shell [ERROR] 2022-08-24T09:06:36,167 [http-nio-8080-exec-7] [content.DmPageNavigationOrderServiceImpl] | Failed to get the new NavOrder for site 'editorial101' path '/site/website/entertainment-copy-1' java.lang.NullPointerException: null at org.craftercms.studio.impl.v1.service.content.DmPageNavigationOrderServiceImpl.getNewNavOrder(DmPageNavigationOrderServiceImpl.java:88) ~[classes/:4.0.2-SNAPSHOT] at org.craftercms.studio.impl.v1.service.content.DmPageNavigationOrderServiceImpl.getNewNavOrder(DmPageNavigationOrderServiceImpl.java:65) ~[classes/:4.0.2-SNAPSHOT] at org.craftercms.studio.impl.v1.service.content.DmPageNavigationOrderServiceImpl.addNavOrder(DmPageNavigationOrderServiceImpl.java:130) ~[classes/:4.0.2-SNAPSHOT] at org.craftercms.studio.impl.v1.service.content.DmPageNavigationOrderServiceImpl$$FastClassBySpringCGLIB$$ce599d76.invoke(<generated>) ~[classes/:4.0.2-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.22.jar:5.3.22] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) ~[spring-aop-5.3.22.jar:5.3.22] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.22.jar:5.3.22] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) ~[spring-aop-5.3.22.jar:5.3.22] at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58) ~[spring-aop-5.3.22.jar:5.3.22] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) ~[spring-aop-5.3.22.jar:5.3.22] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) ~[spring-aop-5.3.22.jar:5.3.22] at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-5.3.22.jar:5.3.22] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.22.jar:5.3.22] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) ~[spring-aop-5.3.22.jar:5.3.22] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) ~[spring-aop-5.3.22.jar:5.3.22] at org.craftercms.studio.impl.v1.service.content.DmPageNavigationOrderServiceImpl$$EnhancerBySpringCGLIB$$701fcb75.addNavOrder(<generated>) ~[classes/:4.0.2-SNAPSHOT] at org.craftercms.studio.impl.v1.content.pipeline.FormNavOrderProcessor.process(FormNavOrderProcessor.java:55) ~[classes/:4.0.2-SNAPSHOT] at org.craftercms.studio.impl.v1.content.pipeline.ContentProcessorPipelineImpl.processContent(ContentProcessorPipelineImpl.java:51) ~[classes/:4.0.2-SNAPSHOT] at org.craftercms.studio.impl.v1.executor.ProcessContentExecutorImpl.processContent(ProcessContentExecutorImpl.java:62) ~[classes/:4.0.2-SNAPSHOT] at org.craftercms.studio.impl.v1.service.content.ContentServiceImpl.processContent(ContentServiceImpl.java:2267) ~[classes/:4.0.2-SNAPSHOT] at org.craftercms.studio.impl.v1.service.content.ContentServiceImpl.copyContent(ContentServiceImpl.java:880) ~[classes/:4.0.2-SNAPSHOT] at org.craftercms.studio.impl.v1.service.content.ContentServiceImpl.copyContent(ContentServiceImpl.java:768) ~[classes/:4.0.2-SNAPSHOT] at org.craftercms.studio.impl.v1.service.content.ContentServiceImpl$$FastClassBySpringCGLIB$$a67efd9f.invoke(<generated>) ~[classes/:4.0.2-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.22.jar:5.3.22] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) ~[spring-aop-5.3.22.jar:5.3.22] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.22.jar:5.3.22] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) ~[spring-aop-5.3.22.jar:5.3.22] at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) ~[spring-aop-5.3.22.jar:5.3.22] at org.craftercms.studio.api.v2.annotation.policy.SitePolicyAspect.validateAction(SitePolicyAspect.java:137) ~[classes/:4.0.2-SNAPSHOT] 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.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) ~[spring-aop-5.3.22.jar:5.3.22] at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) ~[spring-aop-5.3.22.jar:5.3.22] at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) ~[spring-aop-5.3.22.jar:5.3.22] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) ~[spring-aop-5.3.22.jar:5.3.22] ``` ### Screenshots and/or videos _No response_
1.0
[studio] Copying a page results in an NPE - ### Duplicates - [X] I have searched the existing issues ### Latest version - [X] The issue is in the latest released 4.0.x - [ ] The issue is in the latest released 3.1.x ### Describe the issue Copying a page results in an NPE ### Steps to reproduce Steps: 1. Create a site from Editorial BP 2. Copy a page and paste it under home 3. See the issue in the logs ### Relevant log output ```shell [ERROR] 2022-08-24T09:06:36,167 [http-nio-8080-exec-7] [content.DmPageNavigationOrderServiceImpl] | Failed to get the new NavOrder for site 'editorial101' path '/site/website/entertainment-copy-1' java.lang.NullPointerException: null at org.craftercms.studio.impl.v1.service.content.DmPageNavigationOrderServiceImpl.getNewNavOrder(DmPageNavigationOrderServiceImpl.java:88) ~[classes/:4.0.2-SNAPSHOT] at org.craftercms.studio.impl.v1.service.content.DmPageNavigationOrderServiceImpl.getNewNavOrder(DmPageNavigationOrderServiceImpl.java:65) ~[classes/:4.0.2-SNAPSHOT] at org.craftercms.studio.impl.v1.service.content.DmPageNavigationOrderServiceImpl.addNavOrder(DmPageNavigationOrderServiceImpl.java:130) ~[classes/:4.0.2-SNAPSHOT] at org.craftercms.studio.impl.v1.service.content.DmPageNavigationOrderServiceImpl$$FastClassBySpringCGLIB$$ce599d76.invoke(<generated>) ~[classes/:4.0.2-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.22.jar:5.3.22] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) ~[spring-aop-5.3.22.jar:5.3.22] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.22.jar:5.3.22] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) ~[spring-aop-5.3.22.jar:5.3.22] at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58) ~[spring-aop-5.3.22.jar:5.3.22] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) ~[spring-aop-5.3.22.jar:5.3.22] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) ~[spring-aop-5.3.22.jar:5.3.22] at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) ~[spring-aop-5.3.22.jar:5.3.22] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.22.jar:5.3.22] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) ~[spring-aop-5.3.22.jar:5.3.22] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) ~[spring-aop-5.3.22.jar:5.3.22] at org.craftercms.studio.impl.v1.service.content.DmPageNavigationOrderServiceImpl$$EnhancerBySpringCGLIB$$701fcb75.addNavOrder(<generated>) ~[classes/:4.0.2-SNAPSHOT] at org.craftercms.studio.impl.v1.content.pipeline.FormNavOrderProcessor.process(FormNavOrderProcessor.java:55) ~[classes/:4.0.2-SNAPSHOT] at org.craftercms.studio.impl.v1.content.pipeline.ContentProcessorPipelineImpl.processContent(ContentProcessorPipelineImpl.java:51) ~[classes/:4.0.2-SNAPSHOT] at org.craftercms.studio.impl.v1.executor.ProcessContentExecutorImpl.processContent(ProcessContentExecutorImpl.java:62) ~[classes/:4.0.2-SNAPSHOT] at org.craftercms.studio.impl.v1.service.content.ContentServiceImpl.processContent(ContentServiceImpl.java:2267) ~[classes/:4.0.2-SNAPSHOT] at org.craftercms.studio.impl.v1.service.content.ContentServiceImpl.copyContent(ContentServiceImpl.java:880) ~[classes/:4.0.2-SNAPSHOT] at org.craftercms.studio.impl.v1.service.content.ContentServiceImpl.copyContent(ContentServiceImpl.java:768) ~[classes/:4.0.2-SNAPSHOT] at org.craftercms.studio.impl.v1.service.content.ContentServiceImpl$$FastClassBySpringCGLIB$$a67efd9f.invoke(<generated>) ~[classes/:4.0.2-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.22.jar:5.3.22] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) ~[spring-aop-5.3.22.jar:5.3.22] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.22.jar:5.3.22] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) ~[spring-aop-5.3.22.jar:5.3.22] at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) ~[spring-aop-5.3.22.jar:5.3.22] at org.craftercms.studio.api.v2.annotation.policy.SitePolicyAspect.validateAction(SitePolicyAspect.java:137) ~[classes/:4.0.2-SNAPSHOT] 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.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) ~[spring-aop-5.3.22.jar:5.3.22] at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) ~[spring-aop-5.3.22.jar:5.3.22] at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) ~[spring-aop-5.3.22.jar:5.3.22] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) ~[spring-aop-5.3.22.jar:5.3.22] ``` ### Screenshots and/or videos _No response_
priority
copying a page results in an npe duplicates i have searched the existing issues latest version the issue is in the latest released x the issue is in the latest released x describe the issue copying a page results in an npe steps to reproduce steps create a site from editorial bp copy a page and paste it under home see the issue in the logs relevant log output shell failed to get the new navorder for site path site website entertainment copy java lang nullpointerexception null at org craftercms studio impl service content dmpagenavigationorderserviceimpl getnewnavorder dmpagenavigationorderserviceimpl java at org craftercms studio impl service content dmpagenavigationorderserviceimpl getnewnavorder dmpagenavigationorderserviceimpl java at org craftercms studio impl service content dmpagenavigationorderserviceimpl addnavorder dmpagenavigationorderserviceimpl java at org craftercms studio impl service content dmpagenavigationorderserviceimpl fastclassbyspringcglib invoke at org springframework cglib proxy methodproxy invoke methodproxy java at org springframework aop framework cglibaopproxy cglibmethodinvocation invokejoinpoint cglibaopproxy java at org springframework aop framework reflectivemethodinvocation proceed reflectivemethodinvocation java at org springframework aop framework cglibaopproxy cglibmethodinvocation proceed cglibaopproxy java at org springframework aop framework adapter methodbeforeadviceinterceptor invoke methodbeforeadviceinterceptor java at org springframework aop framework reflectivemethodinvocation proceed reflectivemethodinvocation java at org springframework aop framework cglibaopproxy cglibmethodinvocation proceed cglibaopproxy java at org springframework aop interceptor exposeinvocationinterceptor invoke exposeinvocationinterceptor java at org springframework aop framework reflectivemethodinvocation proceed reflectivemethodinvocation java at org springframework aop framework cglibaopproxy cglibmethodinvocation proceed cglibaopproxy java at org springframework aop framework cglibaopproxy dynamicadvisedinterceptor intercept cglibaopproxy java at org craftercms studio impl service content dmpagenavigationorderserviceimpl enhancerbyspringcglib addnavorder at org craftercms studio impl content pipeline formnavorderprocessor process formnavorderprocessor java at org craftercms studio impl content pipeline contentprocessorpipelineimpl processcontent contentprocessorpipelineimpl java at org craftercms studio impl executor processcontentexecutorimpl processcontent processcontentexecutorimpl java at org craftercms studio impl service content contentserviceimpl processcontent contentserviceimpl java at org craftercms studio impl service content contentserviceimpl copycontent contentserviceimpl java at org craftercms studio impl service content contentserviceimpl copycontent contentserviceimpl java at org craftercms studio impl service content contentserviceimpl fastclassbyspringcglib invoke at org springframework cglib proxy methodproxy invoke methodproxy java at org springframework aop framework cglibaopproxy cglibmethodinvocation invokejoinpoint cglibaopproxy java at org springframework aop framework reflectivemethodinvocation proceed reflectivemethodinvocation java at org springframework aop framework cglibaopproxy cglibmethodinvocation proceed cglibaopproxy java at org springframework aop aspectj methodinvocationproceedingjoinpoint proceed methodinvocationproceedingjoinpoint java at org craftercms studio api annotation policy sitepolicyaspect validateaction sitepolicyaspect 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 springframework aop aspectj abstractaspectjadvice invokeadvicemethodwithgivenargs abstractaspectjadvice java at org springframework aop aspectj abstractaspectjadvice invokeadvicemethod abstractaspectjadvice java at org springframework aop aspectj aspectjaroundadvice invoke aspectjaroundadvice java at org springframework aop framework reflectivemethodinvocation proceed reflectivemethodinvocation java screenshots and or videos no response
1
17,616
2,615,148,503
IssuesEvent
2015-03-01 06:24:55
chrsmith/html5rocks
https://api.github.com/repos/chrsmith/html5rocks
closed
Author page
auto-migrated Milestone-4 Priority-Medium Type-Enhancement
``` What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? Name social media ( twitter, profile, blog, events) a brief description the contribution links to html5rocks.com a picture what else? location role Please use labels and text to provide additional information. reference: http://whatfettle.com/2010/01/Hardboiled/ http://particlebrand.com/v2/company.html ``` Original issue reported on code.google.com by `v...@google.com` on 5 Nov 2010 at 6:35 * Merged into: #212
1.0
Author page - ``` What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? Name social media ( twitter, profile, blog, events) a brief description the contribution links to html5rocks.com a picture what else? location role Please use labels and text to provide additional information. reference: http://whatfettle.com/2010/01/Hardboiled/ http://particlebrand.com/v2/company.html ``` Original issue reported on code.google.com by `v...@google.com` on 5 Nov 2010 at 6:35 * Merged into: #212
priority
author page what steps will reproduce the problem what is the expected output what do you see instead name social media twitter profile blog events a brief description the contribution links to com a picture what else location role please use labels and text to provide additional information reference original issue reported on code google com by v google com on nov at merged into
1
608,538
18,841,453,882
IssuesEvent
2021-11-11 10:02:47
Adyen/adyen-magento2
https://api.github.com/repos/Adyen/adyen-magento2
closed
[PW-3007] Adyen should provide a GraphQL Endpoint
Enhancement Progress: in progress Priority: medium
**Is your feature request related to a problem? Please describe.** Currently, you only support REST API but have mixed calls to REST and GrapQl is very hard to handle. Magento PWA Studio switches totally to GraphQL we head a problem with the cart reset etc. https://docs.adyen.com/plugins/magento-2/magento-pwa-storefront **Describe the solution you'd like** Provides GraphQL Mutations and Query to handle headless payments for Magento as well. **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. **Additional context** Add any other context or screenshots about the feature request here.
1.0
[PW-3007] Adyen should provide a GraphQL Endpoint - **Is your feature request related to a problem? Please describe.** Currently, you only support REST API but have mixed calls to REST and GrapQl is very hard to handle. Magento PWA Studio switches totally to GraphQL we head a problem with the cart reset etc. https://docs.adyen.com/plugins/magento-2/magento-pwa-storefront **Describe the solution you'd like** Provides GraphQL Mutations and Query to handle headless payments for Magento as well. **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. **Additional context** Add any other context or screenshots about the feature request here.
priority
adyen should provide a graphql endpoint is your feature request related to a problem please describe currently you only support rest api but have mixed calls to rest and grapql is very hard to handle magento pwa studio switches totally to graphql we head a problem with the cart reset etc describe the solution you d like provides graphql mutations and query to handle headless payments for magento as well describe alternatives you ve considered a clear and concise description of any alternative solutions or features you ve considered additional context add any other context or screenshots about the feature request here
1
386,870
11,451,951,733
IssuesEvent
2020-02-06 12:44:19
Repair-DeskPOS/RepairDesk-BUGS-IMPROVEMENTS
https://api.github.com/repos/Repair-DeskPOS/RepairDesk-BUGS-IMPROVEMENTS
closed
Customer Facing Display - text translate
Assigned to developer Bug CFD Medium Priority
hi. i translated all the text but it still shows me in english... any help please PICTURE 1. https://i.imgur.com/v0OIp7F.jpg 2. https://i.imgur.com/qCyd5VI.jpg 3. https://i.imgur.com/R4rc1se.jpg regards
1.0
Customer Facing Display - text translate - hi. i translated all the text but it still shows me in english... any help please PICTURE 1. https://i.imgur.com/v0OIp7F.jpg 2. https://i.imgur.com/qCyd5VI.jpg 3. https://i.imgur.com/R4rc1se.jpg regards
priority
customer facing display text translate hi i translated all the text but it still shows me in english any help please picture regards
1
672,712
22,837,508,275
IssuesEvent
2022-07-12 18:09:37
projectdiscovery/tlsx
https://api.github.com/repos/projectdiscovery/tlsx
closed
Option to display host with mismatched certificate
Priority: Medium Status: Completed Type: Enhancement
An option to display hosts with mismatched certificates. ``` echo 104.16.53.111 | tlsx -mm 104.16.53.111:443 [mismatched] ``` CLI Flag: ```console -mm, -mis-matched display mismatched certificate ``` JSON: ```json "mis_matched": true, ``` Logic: `input host` `!=` `(cert.SubjectAN || cert.SubjectCN)` i.e `certificate name does not match input` error when using `-verify-cert` option with `-tps` flag.
1.0
Option to display host with mismatched certificate - An option to display hosts with mismatched certificates. ``` echo 104.16.53.111 | tlsx -mm 104.16.53.111:443 [mismatched] ``` CLI Flag: ```console -mm, -mis-matched display mismatched certificate ``` JSON: ```json "mis_matched": true, ``` Logic: `input host` `!=` `(cert.SubjectAN || cert.SubjectCN)` i.e `certificate name does not match input` error when using `-verify-cert` option with `-tps` flag.
priority
option to display host with mismatched certificate an option to display hosts with mismatched certificates echo tlsx mm cli flag console mm mis matched display mismatched certificate json json mis matched true logic input host cert subjectan cert subjectcn i e certificate name does not match input error when using verify cert option with tps flag
1
61,721
3,152,098,516
IssuesEvent
2015-09-16 12:08:17
OCHA-DAP/hdx-ckan
https://api.github.com/repos/OCHA-DAP/hdx-ckan
closed
Remove ogc_fid attribute from shape info
GeoPreview Priority-Medium
The ogc_fid attribute is added by our backend (postgis or maybe spatial server?). We shouldn't display that to end users. Ideally, we should prevent it from being sent with the vector tiles at all (unless it is needed for client side rendering). ![image](https://cloud.githubusercontent.com/assets/1654485/8079327/027cba4e-0f64-11e5-974a-d31199266e51.png)
1.0
Remove ogc_fid attribute from shape info - The ogc_fid attribute is added by our backend (postgis or maybe spatial server?). We shouldn't display that to end users. Ideally, we should prevent it from being sent with the vector tiles at all (unless it is needed for client side rendering). ![image](https://cloud.githubusercontent.com/assets/1654485/8079327/027cba4e-0f64-11e5-974a-d31199266e51.png)
priority
remove ogc fid attribute from shape info the ogc fid attribute is added by our backend postgis or maybe spatial server we shouldn t display that to end users ideally we should prevent it from being sent with the vector tiles at all unless it is needed for client side rendering
1
753,721
26,359,441,111
IssuesEvent
2023-01-11 12:17:22
vaticle/typedb
https://api.github.com/repos/vaticle/typedb
closed
Split tests into its own repo: graknlabs/test
type: refactor status: invalid priority: medium
## Problem to Solve At the moment, the `//test-end-to-end` and `//test-integration` packages are located in `@graknlabs_grakn_core`. It depends on other repositories such as `@graknlabs_client_java` for its implementation. Such structure creates cyclic dependencies between repositories. In addition to the cyclic-dependency problem above, another reason to move the `//test-end-to-end` package (and every other distribution tests) into its own repository is to have one dedicated repository that would integrate all other repositories (and their distributions) to be tested "end-to-end" with each other (we'll choose a better name than "end-to-end"). BDD (Behaviour Driven Development) tests will also belong in this dedicated repository, among many other tests. ## Proposed Solution Migrate the source code in `//test-end-to-end` and `//test-distribution` into a new repository: graknlabs/test.
1.0
Split tests into its own repo: graknlabs/test - ## Problem to Solve At the moment, the `//test-end-to-end` and `//test-integration` packages are located in `@graknlabs_grakn_core`. It depends on other repositories such as `@graknlabs_client_java` for its implementation. Such structure creates cyclic dependencies between repositories. In addition to the cyclic-dependency problem above, another reason to move the `//test-end-to-end` package (and every other distribution tests) into its own repository is to have one dedicated repository that would integrate all other repositories (and their distributions) to be tested "end-to-end" with each other (we'll choose a better name than "end-to-end"). BDD (Behaviour Driven Development) tests will also belong in this dedicated repository, among many other tests. ## Proposed Solution Migrate the source code in `//test-end-to-end` and `//test-distribution` into a new repository: graknlabs/test.
priority
split tests into its own repo graknlabs test problem to solve at the moment the test end to end and test integration packages are located in graknlabs grakn core it depends on other repositories such as graknlabs client java for its implementation such structure creates cyclic dependencies between repositories in addition to the cyclic dependency problem above another reason to move the test end to end package and every other distribution tests into its own repository is to have one dedicated repository that would integrate all other repositories and their distributions to be tested end to end with each other we ll choose a better name than end to end bdd behaviour driven development tests will also belong in this dedicated repository among many other tests proposed solution migrate the source code in test end to end and test distribution into a new repository graknlabs test
1
761,264
26,673,780,302
IssuesEvent
2023-01-26 12:40:37
noctuelles/42-ft_transcendance
https://api.github.com/repos/noctuelles/42-ft_transcendance
closed
UserContext vide pendant quelques ms
bug medium priority front
Au refresh / A la connexion, le UserContext est vide pendant quelques ms/secondes, dรฉpendemment de la vitesse ร  rรฉpondre du back. Afficher un loader/component pendant ce temps pour que lorsque les "vrais" components se render, le UserContext soit tjrs valide
1.0
UserContext vide pendant quelques ms - Au refresh / A la connexion, le UserContext est vide pendant quelques ms/secondes, dรฉpendemment de la vitesse ร  rรฉpondre du back. Afficher un loader/component pendant ce temps pour que lorsque les "vrais" components se render, le UserContext soit tjrs valide
priority
usercontext vide pendant quelques ms au refresh a la connexion le usercontext est vide pendant quelques ms secondes dรฉpendemment de la vitesse ร  rรฉpondre du back afficher un loader component pendant ce temps pour que lorsque les vrais components se render le usercontext soit tjrs valide
1
719,224
24,751,721,860
IssuesEvent
2022-10-21 14:14:30
darktable-org/darktable
https://api.github.com/repos/darktable-org/darktable
closed
applying a style via a shortcut loses the history on undo
priority: medium understood: clear reproduce: confirmed difficulty: hard bug: pending release notes: pending
**Background** I have 3 styles that apply a red, green or blue B&W filter via a new instance of the colour calibration module. Iโ€™ve added shortcuts (shift R, G, B) so I can quickly cycle through the filters to see which is the best filter for that particular image. If I apply a style via the shortcut then undo the change, it loses the entire history stack. Iโ€™m unsure when I first noticed the issue as Iโ€™ve only been using these shortcuts for the last few weeks. Latest master 3.7.0~git1691.3513008bfc-1 on Ubuntu 20.04. Another user has tested this and confirmed they can reproduce the issue. **Minimal steps to reproduce** 1. Open an unprocessed image. 2. There are 11 items in the history stack - assuming scene referred and modern chromatic adaptation. 3. Normally I would apply lens correction, adjust the exposure etc but Iโ€™ve left these out. 4. Shift + B to apply the blue B&W filter [it doesnโ€™t matter which shortcut you use]. 5. Use control + z to undo the last step reverts to 8 items in the history stack i.e. not the original 11 nor one step back.. I would expect it to undo the last action. History after step 4 ![1](https://user-images.githubusercontent.com/60315272/146200490-32e37f4a-5e91-4537-aaef-c5e448acda88.png) History after step 5 ![2](https://user-images.githubusercontent.com/60315272/146200548-0b068a7c-7c9d-4568-9b34-81e9b910ef2a.png) **Additional points** Using redo via control + y works as expected i.e. it gets me back to the point before the undo so 12 items in the history stack. The issue isnโ€™t related to one image as it occurs on a play raw file by someone else. On resetting the history stack from within darkroom it reverts back to the original 11 items in the history stack. If I manually apply the style via the quick access menu (lower left in darkroom) undo works as expected. Thanks to Claes for the below. If you run darktable via the command line then on doing the undo it reports : (darktable:16094): Gtk-CRITICAL **: 13:59:48.423: gtk_notebook_get_current_page: assertion 'GTK_IS_NOTEBOOK (notebook)' failed [_dev_auto_apply_presets] missing mandatory module rawprepare for image 1008 [_dev_auto_apply_presets] missing mandatory module temperature for image 1008 [_dev_auto_apply_presets] missing mandatory module highlights for image 1008 [_dev_auto_apply_presets] missing mandatory module demosaic for image 1008 [_dev_auto_apply_presets] missing mandatory module flip for image 1008 [_dev_auto_apply_presets] missing mandatory module colorin for image 1008 [_dev_auto_apply_presets] missing mandatory module colorout for image 1008 [_dev_auto_apply_presets] missing mandatory module gamma for image 1008 Below is my style for the blue filter as a **txt** file rather than **dtstyle** file as dtstyle isn't a supported file type. [B&W filter blue.txt](https://github.com/darktable-org/darktable/files/7720000/B.W.filter.blue.txt)
1.0
applying a style via a shortcut loses the history on undo - **Background** I have 3 styles that apply a red, green or blue B&W filter via a new instance of the colour calibration module. Iโ€™ve added shortcuts (shift R, G, B) so I can quickly cycle through the filters to see which is the best filter for that particular image. If I apply a style via the shortcut then undo the change, it loses the entire history stack. Iโ€™m unsure when I first noticed the issue as Iโ€™ve only been using these shortcuts for the last few weeks. Latest master 3.7.0~git1691.3513008bfc-1 on Ubuntu 20.04. Another user has tested this and confirmed they can reproduce the issue. **Minimal steps to reproduce** 1. Open an unprocessed image. 2. There are 11 items in the history stack - assuming scene referred and modern chromatic adaptation. 3. Normally I would apply lens correction, adjust the exposure etc but Iโ€™ve left these out. 4. Shift + B to apply the blue B&W filter [it doesnโ€™t matter which shortcut you use]. 5. Use control + z to undo the last step reverts to 8 items in the history stack i.e. not the original 11 nor one step back.. I would expect it to undo the last action. History after step 4 ![1](https://user-images.githubusercontent.com/60315272/146200490-32e37f4a-5e91-4537-aaef-c5e448acda88.png) History after step 5 ![2](https://user-images.githubusercontent.com/60315272/146200548-0b068a7c-7c9d-4568-9b34-81e9b910ef2a.png) **Additional points** Using redo via control + y works as expected i.e. it gets me back to the point before the undo so 12 items in the history stack. The issue isnโ€™t related to one image as it occurs on a play raw file by someone else. On resetting the history stack from within darkroom it reverts back to the original 11 items in the history stack. If I manually apply the style via the quick access menu (lower left in darkroom) undo works as expected. Thanks to Claes for the below. If you run darktable via the command line then on doing the undo it reports : (darktable:16094): Gtk-CRITICAL **: 13:59:48.423: gtk_notebook_get_current_page: assertion 'GTK_IS_NOTEBOOK (notebook)' failed [_dev_auto_apply_presets] missing mandatory module rawprepare for image 1008 [_dev_auto_apply_presets] missing mandatory module temperature for image 1008 [_dev_auto_apply_presets] missing mandatory module highlights for image 1008 [_dev_auto_apply_presets] missing mandatory module demosaic for image 1008 [_dev_auto_apply_presets] missing mandatory module flip for image 1008 [_dev_auto_apply_presets] missing mandatory module colorin for image 1008 [_dev_auto_apply_presets] missing mandatory module colorout for image 1008 [_dev_auto_apply_presets] missing mandatory module gamma for image 1008 Below is my style for the blue filter as a **txt** file rather than **dtstyle** file as dtstyle isn't a supported file type. [B&W filter blue.txt](https://github.com/darktable-org/darktable/files/7720000/B.W.filter.blue.txt)
priority
applying a style via a shortcut loses the history on undo background i have styles that apply a red green or blue b w filter via a new instance of the colour calibration module iโ€™ve added shortcuts shift r g b so i can quickly cycle through the filters to see which is the best filter for that particular image if i apply a style via the shortcut then undo the change it loses the entire history stack iโ€™m unsure when i first noticed the issue as iโ€™ve only been using these shortcuts for the last few weeks latest master on ubuntu another user has tested this and confirmed they can reproduce the issue minimal steps to reproduce open an unprocessed image there are items in the history stack assuming scene referred and modern chromatic adaptation normally i would apply lens correction adjust the exposure etc but iโ€™ve left these out shift b to apply the blue b w filter use control z to undo the last step reverts to items in the history stack i e not the original nor one step back i would expect it to undo the last action history after step history after step additional points using redo via control y works as expected i e it gets me back to the point before the undo so items in the history stack the issue isnโ€™t related to one image as it occurs on a play raw file by someone else on resetting the history stack from within darkroom it reverts back to the original items in the history stack if i manually apply the style via the quick access menu lower left in darkroom undo works as expected thanks to claes for the below if you run darktable via the command line then on doing the undo it reports darktable gtk critical gtk notebook get current page assertion gtk is notebook notebook failed missing mandatory module rawprepare for image missing mandatory module temperature for image missing mandatory module highlights for image missing mandatory module demosaic for image missing mandatory module flip for image missing mandatory module colorin for image missing mandatory module colorout for image missing mandatory module gamma for image below is my style for the blue filter as a txt file rather than dtstyle file as dtstyle isn t a supported file type
1
527,303
15,339,510,090
IssuesEvent
2021-02-27 02:18:04
nlpsandbox/aws-cloudformation
https://api.github.com/repos/nlpsandbox/aws-cloudformation
closed
Deploy the Date Annotator Stub using CF template
Priority: Medium
The Date Annotator Stub is the vanilla API service generated by the OpenAPI Generator. It does nothing more than returning "do some magic!". I rely on this service to provide a step-by-step guide to develop an NLP Tool. Deployment procedure: 1. Get this [docker-compose.yml](https://github.com/nlpsandbox/date-annotator-stub/blob/develop/docker-compose.yml) 2. `docker-compose up -d` This stack of Docker container relies on images that have a fixed version number (no latest, edge or nightly tag). - This stack of Docker container is listening to the port 80 of the host. - The EC2 running this service should be placed behind a load balancer that redirect port 443 (HTTPS) to port 80 of the EC2. - This EC2 should be publicly accessible - via its load balancer - using the domain name: `date-annotator-stub.nlpsandbox.io`. - Recommended EC2: t2.nano
1.0
Deploy the Date Annotator Stub using CF template - The Date Annotator Stub is the vanilla API service generated by the OpenAPI Generator. It does nothing more than returning "do some magic!". I rely on this service to provide a step-by-step guide to develop an NLP Tool. Deployment procedure: 1. Get this [docker-compose.yml](https://github.com/nlpsandbox/date-annotator-stub/blob/develop/docker-compose.yml) 2. `docker-compose up -d` This stack of Docker container relies on images that have a fixed version number (no latest, edge or nightly tag). - This stack of Docker container is listening to the port 80 of the host. - The EC2 running this service should be placed behind a load balancer that redirect port 443 (HTTPS) to port 80 of the EC2. - This EC2 should be publicly accessible - via its load balancer - using the domain name: `date-annotator-stub.nlpsandbox.io`. - Recommended EC2: t2.nano
priority
deploy the date annotator stub using cf template the date annotator stub is the vanilla api service generated by the openapi generator it does nothing more than returning do some magic i rely on this service to provide a step by step guide to develop an nlp tool deployment procedure get this docker compose up d this stack of docker container relies on images that have a fixed version number no latest edge or nightly tag this stack of docker container is listening to the port of the host the running this service should be placed behind a load balancer that redirect port https to port of the this should be publicly accessible via its load balancer using the domain name date annotator stub nlpsandbox io recommended nano
1
55,515
3,073,627,402
IssuesEvent
2015-08-19 23:11:51
RobotiumTech/robotium
https://api.github.com/repos/RobotiumTech/robotium
closed
Robotium 4.0 does not recognize getCurrentCheckBoxes() method(?)
bug enhancement imported invalid Priority-Medium
_From [soili.sa...@gmail.com](https://code.google.com/u/110762482735232406439/) on March 21, 2013 05:52:24_ What steps will reproduce the problem? 1. Update Robotium to 4.0 2. Compile your test code that uses method getCurrentCheckBoxes() 3. getCurrentCheckBoxes() is not recognized as solo method, code does not compile anymore What is the expected output? What do you see instead? - Method is not listed as deprecated for 4.0 so I expected it to work What version of the product are you using? On what operating system? - Robotium 4.0, test device Android OS 4.0 Please provide any additional information below. - _Original issue: http://code.google.com/p/robotium/issues/detail?id=423_
1.0
Robotium 4.0 does not recognize getCurrentCheckBoxes() method(?) - _From [soili.sa...@gmail.com](https://code.google.com/u/110762482735232406439/) on March 21, 2013 05:52:24_ What steps will reproduce the problem? 1. Update Robotium to 4.0 2. Compile your test code that uses method getCurrentCheckBoxes() 3. getCurrentCheckBoxes() is not recognized as solo method, code does not compile anymore What is the expected output? What do you see instead? - Method is not listed as deprecated for 4.0 so I expected it to work What version of the product are you using? On what operating system? - Robotium 4.0, test device Android OS 4.0 Please provide any additional information below. - _Original issue: http://code.google.com/p/robotium/issues/detail?id=423_
priority
robotium does not recognize getcurrentcheckboxes method from on march what steps will reproduce the problem update robotium to compile your test code that uses method getcurrentcheckboxes getcurrentcheckboxes is not recognized as solo method code does not compile anymore what is the expected output what do you see instead method is not listed as deprecated for so i expected it to work what version of the product are you using on what operating system robotium test device android os please provide any additional information below original issue
1
147,411
5,639,202,410
IssuesEvent
2017-04-06 13:51:43
CS2103JAN2017-W14-B3/main
https://api.github.com/repos/CS2103JAN2017-W14-B3/main
closed
As a paranoid user I want to require a password to use the task manager
priority.medium type.story
So that I can prevent others from accessing my task, floating tasks and events.
1.0
As a paranoid user I want to require a password to use the task manager - So that I can prevent others from accessing my task, floating tasks and events.
priority
as a paranoid user i want to require a password to use the task manager so that i can prevent others from accessing my task floating tasks and events
1
415,225
12,126,619,084
IssuesEvent
2020-04-22 17:19:41
osmontrouge/caresteouvert
https://api.github.com/repos/osmontrouge/caresteouvert
closed
Search issue
bug priority: medium
**Describe the bug** Can't find "Pharmacie Greset". The Nominatim find it ๐Ÿ˜‰ Also, this POI is displayed in CRO: [n3255709438](https://www.caresteouvert.fr/@46.903074,5.772701,20.37/place/n3255709438) This issue is same as #80. See also #393. **Expected behavior** The search engine **must** find all POI displayed in CRO and **should** find every POI in OSM. **Screenshots** <img width="612" alt="Pharmacie Greset" src="https://user-images.githubusercontent.com/2158081/79540839-1508e200-8089-11ea-9cde-bcdfeddfd04c.png">
1.0
Search issue - **Describe the bug** Can't find "Pharmacie Greset". The Nominatim find it ๐Ÿ˜‰ Also, this POI is displayed in CRO: [n3255709438](https://www.caresteouvert.fr/@46.903074,5.772701,20.37/place/n3255709438) This issue is same as #80. See also #393. **Expected behavior** The search engine **must** find all POI displayed in CRO and **should** find every POI in OSM. **Screenshots** <img width="612" alt="Pharmacie Greset" src="https://user-images.githubusercontent.com/2158081/79540839-1508e200-8089-11ea-9cde-bcdfeddfd04c.png">
priority
search issue describe the bug can t find pharmacie greset the nominatim find it ๐Ÿ˜‰ also this poi is displayed in cro this issue is same as see also expected behavior the search engine must find all poi displayed in cro and should find every poi in osm screenshots img width alt pharmacie greset src
1
485,117
13,961,453,351
IssuesEvent
2020-10-25 03:24:59
AY2021S1-CS2103T-F11-4/tp
https://api.github.com/repos/AY2021S1-CS2103T-F11-4/tp
opened
Commons: Increase Coverage and add to existing commons
priority.Medium type.Task
As per issue title. Also abstract out things like Messages into respective Commons classes where applicable.
1.0
Commons: Increase Coverage and add to existing commons - As per issue title. Also abstract out things like Messages into respective Commons classes where applicable.
priority
commons increase coverage and add to existing commons as per issue title also abstract out things like messages into respective commons classes where applicable
1
565,382
16,760,587,118
IssuesEvent
2021-06-13 17:53:05
bounswe/2021SpringGroup3
https://api.github.com/repos/bounswe/2021SpringGroup3
closed
Implement API functionality: Set Profile Picture
Component: Backend Priority: Medium Status: Review Needed Type: Feature
Please implement a function for setting random profile picture for users.
1.0
Implement API functionality: Set Profile Picture - Please implement a function for setting random profile picture for users.
priority
implement api functionality set profile picture please implement a function for setting random profile picture for users
1
395,715
11,695,377,493
IssuesEvent
2020-03-06 07:20:55
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
opened
Possibility to disable Order icons
Priority: Medium Type: Feature
On craftable and Top rifht corner: ![image](https://user-images.githubusercontent.com/45708377/76060932-78d0c300-5f93-11ea-89a0-9508ee08a0d5.png) Add it to General setting like block description. Something like that: ![image](https://user-images.githubusercontent.com/45708377/76061208-16c48d80-5f94-11ea-8f02-4ed5f671cc19.png)
1.0
Possibility to disable Order icons - On craftable and Top rifht corner: ![image](https://user-images.githubusercontent.com/45708377/76060932-78d0c300-5f93-11ea-89a0-9508ee08a0d5.png) Add it to General setting like block description. Something like that: ![image](https://user-images.githubusercontent.com/45708377/76061208-16c48d80-5f94-11ea-8f02-4ed5f671cc19.png)
priority
possibility to disable order icons on craftable and top rifht corner add it to general setting like block description something like that
1
117,439
4,715,436,009
IssuesEvent
2016-10-15 14:02:01
CS2103AUG2016-T14-C3/main
https://api.github.com/repos/CS2103AUG2016-T14-C3/main
opened
Improve/prettify GUI (e.g. colour coding items)
priority.medium type.enhancement type.task
Colour code items e.g. More important/urgent tasks stand out from the rest (different colours), longer events look different from shorter events
1.0
Improve/prettify GUI (e.g. colour coding items) - Colour code items e.g. More important/urgent tasks stand out from the rest (different colours), longer events look different from shorter events
priority
improve prettify gui e g colour coding items colour code items e g more important urgent tasks stand out from the rest different colours longer events look different from shorter events
1
205,293
7,096,728,195
IssuesEvent
2018-01-14 11:27:01
Proyecto-EGC-G1/CabinaSlack-EGC-G1
https://api.github.com/repos/Proyecto-EGC-G1/CabinaSlack-EGC-G1
closed
Enviar al chat mensaje personalizado
Bug Cรณdigo Priority: Medium Started
Con la funcionalidad chat.postMessage() he conseguido que el bot envรญe un mensaje personalizado. Estรก en seguimiento ya que el argumento opcional de attachment no funciona.
1.0
Enviar al chat mensaje personalizado - Con la funcionalidad chat.postMessage() he conseguido que el bot envรญe un mensaje personalizado. Estรก en seguimiento ya que el argumento opcional de attachment no funciona.
priority
enviar al chat mensaje personalizado con la funcionalidad chat postmessage he conseguido que el bot envรญe un mensaje personalizado estรก en seguimiento ya que el argumento opcional de attachment no funciona
1
629,544
20,035,975,707
IssuesEvent
2022-02-02 11:56:34
w3c/w3c-website
https://api.github.com/repos/w3c/w3c-website
closed
Press release template
bug medium priority website
**Describe the issue** Press releases post page appear to be missing: * Published date * Primary navigation **To reproduce** See https://www-staging.w3.org/press-releases/2021/webauthn-mooc/ Or https://www-staging.w3.org/press-releases/2021/snakenation/ **Expected behavior** Published date to appear beneath H1, see post template https://design-system.w3.org/templates/post.html Primary navigation to appear as per any other page, e.g. https://www-staging.w3.org/press-releases/ **Additional context** Non-English/Chinese/Japanese press release pages are not expected to have primary navigation since we do not have translated versions of these.
1.0
Press release template - **Describe the issue** Press releases post page appear to be missing: * Published date * Primary navigation **To reproduce** See https://www-staging.w3.org/press-releases/2021/webauthn-mooc/ Or https://www-staging.w3.org/press-releases/2021/snakenation/ **Expected behavior** Published date to appear beneath H1, see post template https://design-system.w3.org/templates/post.html Primary navigation to appear as per any other page, e.g. https://www-staging.w3.org/press-releases/ **Additional context** Non-English/Chinese/Japanese press release pages are not expected to have primary navigation since we do not have translated versions of these.
priority
press release template describe the issue press releases post page appear to be missing published date primary navigation to reproduce see or expected behavior published date to appear beneath see post template primary navigation to appear as per any other page e g additional context non english chinese japanese press release pages are not expected to have primary navigation since we do not have translated versions of these
1
604,647
18,716,042,820
IssuesEvent
2021-11-03 04:58:14
AY2122S1-CS2113T-W11-3/tp
https://api.github.com/repos/AY2122S1-CS2113T-W11-3/tp
closed
[PE-D] User Input for Flags not Properly Handled
severity.Medium priority.High type.Bug
## `-d` flag for `add task` ### Problem Even if the user uses `-i` and `-p` instead of `-d` as a flag to input day, the app will not report a bug. If this is an enhancement feature, it is not reported in the user guide either. ![Screenshot 2021-10-29 at 5.32.59 PM.png](https://raw.githubusercontent.com/WU-LUOYU-SERENA/ped/main/files/45229878-8506-48af-a46e-a57677419972.png) In general, any single flag input by the user will be treated as a day flag, resulting in the wrong error message. ![Screenshot 2021-10-29 at 5.33.42 PM.png](https://raw.githubusercontent.com/WU-LUOYU-SERENA/ped/main/files/ed41e613-fc95-42be-bb94-e096a4e71d87.png) ### Suggestion Differentiate flags by not only the occurrence of `-` but also the character (eg. `p`, `d`, `i`) after the `-`. <!--session: 1635496993936-f323e22b-806c-4255-9050-2f429441bbc2--> <!--Version: Web v3.4.1--> ------------- Labels: `type.FunctionalityBug` `severity.High` original: WU-LUOYU-SERENA/ped#3
1.0
[PE-D] User Input for Flags not Properly Handled - ## `-d` flag for `add task` ### Problem Even if the user uses `-i` and `-p` instead of `-d` as a flag to input day, the app will not report a bug. If this is an enhancement feature, it is not reported in the user guide either. ![Screenshot 2021-10-29 at 5.32.59 PM.png](https://raw.githubusercontent.com/WU-LUOYU-SERENA/ped/main/files/45229878-8506-48af-a46e-a57677419972.png) In general, any single flag input by the user will be treated as a day flag, resulting in the wrong error message. ![Screenshot 2021-10-29 at 5.33.42 PM.png](https://raw.githubusercontent.com/WU-LUOYU-SERENA/ped/main/files/ed41e613-fc95-42be-bb94-e096a4e71d87.png) ### Suggestion Differentiate flags by not only the occurrence of `-` but also the character (eg. `p`, `d`, `i`) after the `-`. <!--session: 1635496993936-f323e22b-806c-4255-9050-2f429441bbc2--> <!--Version: Web v3.4.1--> ------------- Labels: `type.FunctionalityBug` `severity.High` original: WU-LUOYU-SERENA/ped#3
priority
user input for flags not properly handled d flag for add task problem even if the user uses i and p instead of d as a flag to input day the app will not report a bug if this is an enhancement feature it is not reported in the user guide either in general any single flag input by the user will be treated as a day flag resulting in the wrong error message suggestion differentiate flags by not only the occurrence of but also the character eg p d i after the labels type functionalitybug severity high original wu luoyu serena ped
1
30,340
2,723,473,011
IssuesEvent
2015-04-14 12:51:37
CruxFramework/crux-widgets
https://api.github.com/repos/CruxFramework/crux-widgets
closed
Support accessibility in all Crux Widgets
enhancement imported Module-CruxWidgets Priority-Medium wontfix
_From [tr_busta...@yahoo.com.br](https://code.google.com/u/115454294030253308352/) on April 30, 2010 14:57:16_ Support accessibility in all Crux Widgets _Original issue: http://code.google.com/p/crux-framework/issues/detail?id=88_
1.0
Support accessibility in all Crux Widgets - _From [tr_busta...@yahoo.com.br](https://code.google.com/u/115454294030253308352/) on April 30, 2010 14:57:16_ Support accessibility in all Crux Widgets _Original issue: http://code.google.com/p/crux-framework/issues/detail?id=88_
priority
support accessibility in all crux widgets from on april support accessibility in all crux widgets original issue
1
390,303
11,541,824,094
IssuesEvent
2020-02-18 05:30:03
PARINetwork/pari
https://api.github.com/repos/PARINetwork/pari
closed
Post Author Order incorrect
Medium Priority Samanvay bug
Authors are added to a post in the order we would like them to appear. During preview it shows in the order of the Author like the way it was entered, and how we wanted it. ![Screen Shot 2019-10-12 at 2 05 23 PM](https://user-images.githubusercontent.com/4151602/67291682-882d0380-f4ff-11e9-9d06-3523480a9d8c.png) But on publishing the post the order changes ![Screen Shot 2019-10-12 at 2 05 57 PM](https://user-images.githubusercontent.com/4151602/67291929-ea860400-f4ff-11e9-9bce-330ea0e599ca.png)
1.0
Post Author Order incorrect - Authors are added to a post in the order we would like them to appear. During preview it shows in the order of the Author like the way it was entered, and how we wanted it. ![Screen Shot 2019-10-12 at 2 05 23 PM](https://user-images.githubusercontent.com/4151602/67291682-882d0380-f4ff-11e9-9d06-3523480a9d8c.png) But on publishing the post the order changes ![Screen Shot 2019-10-12 at 2 05 57 PM](https://user-images.githubusercontent.com/4151602/67291929-ea860400-f4ff-11e9-9bce-330ea0e599ca.png)
priority
post author order incorrect authors are added to a post in the order we would like them to appear during preview it shows in the order of the author like the way it was entered and how we wanted it but on publishing the post the order changes
1
296,720
9,125,639,110
IssuesEvent
2019-02-24 15:25:14
pixijs/pixi.js
https://api.github.com/repos/pixijs/pixi.js
closed
renderer.extract.pixels returns wrong values for sprite if a parent is not at 0,0
Domain: API Plugin: Extract Priority: Medium Resolution: Won't Fix Type: Bug Version: v4.x
Please see [jsFiddle](https://jsfiddle.net/ASCII_HUSKY/7dt7fpsv/27/) without line 6 the correct data is returned
1.0
renderer.extract.pixels returns wrong values for sprite if a parent is not at 0,0 - Please see [jsFiddle](https://jsfiddle.net/ASCII_HUSKY/7dt7fpsv/27/) without line 6 the correct data is returned
priority
renderer extract pixels returns wrong values for sprite if a parent is not at please see without line the correct data is returned
1
782,704
27,503,951,607
IssuesEvent
2023-03-06 00:23:32
Reyder95/Project-Vultura-3D-Unity
https://api.github.com/repos/Reyder95/Project-Vultura-3D-Unity
opened
Combine all UI managers into one UI Manager
medium priority ready for development game system user interface
It's better to have one UI manager instead of splitting them off.
1.0
Combine all UI managers into one UI Manager - It's better to have one UI manager instead of splitting them off.
priority
combine all ui managers into one ui manager it s better to have one ui manager instead of splitting them off
1
628,915
20,018,030,492
IssuesEvent
2022-02-01 14:01:03
wp-media/wp-rocket
https://api.github.com/repos/wp-media/wp-rocket
closed
CPCSS script is loaded on the post edit screen for non-administrator causing a JS error
type: bug priority: medium effort: [XS] module: critical path css severity: minor
**Before submitting an issue please check that youโ€™ve completed the following steps:** - Made sure youโ€™re on the latest version **Yes** - Used the search feature to ensure that the bug hasnโ€™t been reported before **Yes** **Describe the bug** When you open the admin panel for a user which isn't an administrator our scripts are loaded and this makes a problem. So for example this script https://github.com/wp-media/wp-rocket/blob/cc3edc25191b69fa7d90ce6744c010d83415f4f8/assets/js/wpr-cpcss.js when loaded for non-admins at edit post webpage it will give JS blocking error on `line 10` as this ID `rocket-delete-post-cpss` is not on the page (because our WP Rocket meta box is not here for this role) **To Reproduce** Steps to reproduce the behavior: 1. Open admin panel with a user has editor role. 2. Open any page/post for edit 3. Check the console so you can see an error **Expected behavior** All WP Rocket scripts should be loaded only for admins **Screenshots** ![image](https://user-images.githubusercontent.com/15707971/98743409-aab6e680-23b8-11eb-8592-fb7d958ea21b.png) **Additional context** 1. for now I told the customer to add the following code into his theme functions.php and this will do the trick till solving this bug (https://gist.github.com/engahmeds3ed/db6a4ea1556e262a3172dec92c4449ee) 2. We need to add the following check before adding any script to the admin page ``` if ( current_user_can( 'rocket_manage_options' ) ) { } ``` Like in the following function: https://github.com/wp-media/wp-rocket/blob/1232eb75bf1e16a2290254af407259cdc93dee6d/inc/Engine/CriticalPath/Admin/Post.php#L99 **Backlog Grooming (for WP Media dev team use only)** - [ ] Reproduce the problem - [ ] Identify the root cause - [ ] Scope a solution - [ ] Estimate the effort
1.0
CPCSS script is loaded on the post edit screen for non-administrator causing a JS error - **Before submitting an issue please check that youโ€™ve completed the following steps:** - Made sure youโ€™re on the latest version **Yes** - Used the search feature to ensure that the bug hasnโ€™t been reported before **Yes** **Describe the bug** When you open the admin panel for a user which isn't an administrator our scripts are loaded and this makes a problem. So for example this script https://github.com/wp-media/wp-rocket/blob/cc3edc25191b69fa7d90ce6744c010d83415f4f8/assets/js/wpr-cpcss.js when loaded for non-admins at edit post webpage it will give JS blocking error on `line 10` as this ID `rocket-delete-post-cpss` is not on the page (because our WP Rocket meta box is not here for this role) **To Reproduce** Steps to reproduce the behavior: 1. Open admin panel with a user has editor role. 2. Open any page/post for edit 3. Check the console so you can see an error **Expected behavior** All WP Rocket scripts should be loaded only for admins **Screenshots** ![image](https://user-images.githubusercontent.com/15707971/98743409-aab6e680-23b8-11eb-8592-fb7d958ea21b.png) **Additional context** 1. for now I told the customer to add the following code into his theme functions.php and this will do the trick till solving this bug (https://gist.github.com/engahmeds3ed/db6a4ea1556e262a3172dec92c4449ee) 2. We need to add the following check before adding any script to the admin page ``` if ( current_user_can( 'rocket_manage_options' ) ) { } ``` Like in the following function: https://github.com/wp-media/wp-rocket/blob/1232eb75bf1e16a2290254af407259cdc93dee6d/inc/Engine/CriticalPath/Admin/Post.php#L99 **Backlog Grooming (for WP Media dev team use only)** - [ ] Reproduce the problem - [ ] Identify the root cause - [ ] Scope a solution - [ ] Estimate the effort
priority
cpcss script is loaded on the post edit screen for non administrator causing a js error before submitting an issue please check that youโ€™ve completed the following steps made sure youโ€™re on the latest version yes used the search feature to ensure that the bug hasnโ€™t been reported before yes describe the bug when you open the admin panel for a user which isn t an administrator our scripts are loaded and this makes a problem so for example this script when loaded for non admins at edit post webpage it will give js blocking error on line as this id rocket delete post cpss is not on the page because our wp rocket meta box is not here for this role to reproduce steps to reproduce the behavior open admin panel with a user has editor role open any page post for edit check the console so you can see an error expected behavior all wp rocket scripts should be loaded only for admins screenshots additional context for now i told the customer to add the following code into his theme functions php and this will do the trick till solving this bug we need to add the following check before adding any script to the admin page if current user can rocket manage options like in the following function backlog grooming for wp media dev team use only reproduce the problem identify the root cause scope a solution estimate the effort
1
803,233
29,145,695,662
IssuesEvent
2023-05-18 02:32:04
GSM-MSG/SMS-FrontEnd
https://api.github.com/repos/GSM-MSG/SMS-FrontEnd
opened
Input์˜ ์ž์ž˜ํ•œ ๋ฌธ์ œ ํ•ด๊ฒฐํ•˜๊ธฐ
2๏ธโƒฃ Priority: Medium โšก๏ธ Simple
### Describe - Input outline ์•ˆ์—์„œ ์„ ํƒ์„ ํ•ด๋„ focus๊ฐ€ ์•ˆ๋˜๋Š” ๋ฌธ์ œ ํ•ด๊ฒฐ - ๋ฐ˜์‘ํ˜•์„ ์œ„ํ•œ ์‚ฌ์ด์ฆˆ ์กฐ์ • ### Additional _No response_
1.0
Input์˜ ์ž์ž˜ํ•œ ๋ฌธ์ œ ํ•ด๊ฒฐํ•˜๊ธฐ - ### Describe - Input outline ์•ˆ์—์„œ ์„ ํƒ์„ ํ•ด๋„ focus๊ฐ€ ์•ˆ๋˜๋Š” ๋ฌธ์ œ ํ•ด๊ฒฐ - ๋ฐ˜์‘ํ˜•์„ ์œ„ํ•œ ์‚ฌ์ด์ฆˆ ์กฐ์ • ### Additional _No response_
priority
input์˜ ์ž์ž˜ํ•œ ๋ฌธ์ œ ํ•ด๊ฒฐํ•˜๊ธฐ describe input outline ์•ˆ์—์„œ ์„ ํƒ์„ ํ•ด๋„ focus๊ฐ€ ์•ˆ๋˜๋Š” ๋ฌธ์ œ ํ•ด๊ฒฐ ๋ฐ˜์‘ํ˜•์„ ์œ„ํ•œ ์‚ฌ์ด์ฆˆ ์กฐ์ • additional no response
1
471,215
13,562,656,114
IssuesEvent
2020-09-18 07:16:17
minio/minio
https://api.github.com/repos/minio/minio
closed
400 Bad Request and 503 Service Unavailable when running multiple parallel uploads
community priority: medium
<!--- Provide a general summary of the issue in the Title above --> When starting many uploads using putObject there are many 400 Bad Request and 503 Service Unavailable errors, which only show in mc admin trace and in the output of MinIO, but do not get sent to the client. Also the metadata gets reset, resulting in the default etag ```00000...-1```. ## Expected Behavior <!--- If you're describing a bug, tell us what should happen --> <!--- If you're suggesting a change/improvement, tell us how it should work --> Uploading many files in parallel should be slow, but there shouldn't be any errors. If there are errors these should return to the client. Also if any uplod fails with an error, the original metadata should stay untouched. ## Current Behavior <!--- If describing a bug, tell us what happens instead of the expected behavior --> <!--- If suggesting a change/improvement, explain the difference from current behavior --> Uploading many files in parallel leads to 400 Bad Request errors shown in mc admin trace, also these errors appear in the MinIO output: ``` API: PutObject(bucket=test, object=big) Time: 13:44:56 UTC 09/16/2020 DeploymentID: f3a293a7-ab97-44c8-8753-70077037c456 RequestID: 1635474342098F8D RemoteHost: 127.0.0.1 Host: localhost:9000 UserAgent: aws-sdk-nodejs/2.750.0 linux/v10.19.0 callback Error: Operation timed out 5: cmd/fs-v1.go:1105:cmd.(*FSObjects).PutObject() 4: cmd/object-handlers.go:1556:cmd.objectAPIHandlers.PutObjectHandler() 3: cmd/http-tracer.go:127:cmd.Trace() 2: cmd/handler-utils.go:366:cmd.httpTraceHdrs.func1() 1: net/http/server.go:2041:http.HandlerFunc.ServeHTTP() ``` mc admin trace also shows 503 Service Unavailable. The original metadata is lost and only the default metadata is present. Depending on the number of uploads no error or some errors are shown by the client. If there are less parallel uploads (in my testcase 150) no error is shown in the client. With more parallel uploads (in my testcase 300) then there are some errors which the client side receives, for example: ``` { TimeoutError: Connection timed out after 120000ms at ClientRequest.<anonymous> (/path/src/node_modules/aws-sdk/lib/http/node.js:86:34) at Object.onceWrapper (events.js:286:20) at ClientRequest.emit (events.js:198:13) at ClientRequest.EventEmitter.emit (domain.js:448:20) at Socket.emitRequestTimeout (_http_client.js:673:40) at Object.onceWrapper (events.js:286:20) at Socket.emit (events.js:198:13) at Socket.EventEmitter.emit (domain.js:448:20) at Socket._onTimeout (net.js:443:8) at ontimeout (timers.js:436:11) message: 'Connection timed out after 120000ms', code: 'TimeoutError', time: 2020-09-16T13:44:38.657Z, region: 'us-east-1', hostname: 'localhost', retryable: true } ``` This also depends on my upload speed. if i have very low upload speed (about 16 Mbit/s) no errors occur, neither on MinIO nor on the client side, everything succeeds as expected. With higher upload speeds (about 300 Mbit/s) i get errors with 150 parallel uploads. With even higher upload speed ( about 900 Mbit/s) everything succeeds for 150 parallel uploads but fails for 300 parallel uploads. ## Possible Solution <!--- Not obligatory, but suggest a fix/reason for the bug, --> <!--- or ideas how to implement the addition or change --> The 503 states: ``` <Error> <Code>RequestTimeout</Code> <Message>A timeout occurred while trying to lock a resource, please reduce your request rate</Message> <Key>big</Key> <BucketName>test</BucketName> <Resource>/test/big</Resource> <RequestId>16352FDF9DECF31C</RequestId> <HostId>f3a293a7-ab97-44c8-8753-70077037c456</HostId> </Error> ``` I think this might be a locking error or a race condition, explaining the different behaviour depending on the upload speed. ## Steps to Reproduce (for bugs) <!--- Provide a link to a live example, or an unambiguous set of steps to --> <!--- reproduce this bug. Include code to reproduce, if relevant --> <!--- and make sure you have followed https://github.com/minio/minio/tree/release/docs/debugging to capture relevant logs --> Unfortunately i'' not able to reproduce this in a docker container. My current test is setup as follows using an OKD 4.5 cluster: 1. Deploy a pod using minio/minio:RELEASE.2020-09-16T04-22-35Z 2. Use port-forward to localhost: ```oc port-forward minio-pod 9000``` 3. Trace the MinIO errors: ```mc admin trace minio-test --debug``` 4. Create the big file with random data: ```head -c 40M </dev/urandom | base64 - | head -c 40M > big``` 5. Run test.js (code below): ```node test.js``` 6. Everything works at first, but after about 2 minutes the 400 errors appear en masse. After about 5 minutes the 503 errors appear 7. Eventually the script returns and sometimes presenting the timeout errors or no error at all, but never presents a 503. test.js: ``` const fs = require('fs'); const file = 'big'; const bucket = 'test'; const http = require('http'); const AWS = require("aws-sdk"); const s3Client = new AWS.S3({ accessKeyId: 'accesskey', secretAccessKey: 'secretkey', endpoint: 'http://localhost:9000', sslEnabled: false, s3ForcePathStyle: true, httpOptions: { agent: new http.Agent({}) } }); async function start() { try { fs.readFile(file, async function (err, data) { if (err) { throw err; } var base64data = new Buffer(data, 'binary'); s3Client.putObject({ Bucket: bucket, Key: file, Body: base64data, ACL: 'public-read' }, function (err, data) { if (err) { console.log(err) } }); }); //await head(); } catch (err) { console.log('Blabber Error: ', err); } }; console.log('start'); for (let i = 0; i < 150; i++) { start() } ``` This test uses the same key everytime, it also happens when using different keys, but less often and not that reproducable. Find attached, the output of ```mc admin trace minio-test --debug -v``` ([all.txt](https://github.com/minio/minio/files/5232818/all.txt)) and ```mc admin trace minio-test --debug -v -e``` ([errors.txt](https://github.com/minio/minio/files/5232822/errors.txt)). I also have a wireshark capture for this which i can provide but it is about 9GB in size.. ## Context <!--- How has this issue affected you? What are you trying to accomplish? --> <!--- Providing context helps us come up with a solution that is most useful in the real world --> We are using Noobaa to upload files to MinIO (deployed as standalone in an OKD 4.5 cluster) and after every upload we trigger a nodejs function which performs a headObject to retrieve the metadata. To the original metadata we add an id and use copyObject with the replace metadata directive to add this id to the object. This leads sometimes to errors in MinIO. ## Regression <!-- Is this issue a regression? (Yes / No) --> <!-- If Yes, optionally please include minio version or commit id or PR# that caused this regression, if you have these details. --> ## Your Environment <!--- Include as many relevant details about the environment you experienced the bug in --> * Version used (`minio --version`): minio/minio:RELEASE.2020-09-16T04-22-35Z * Server setup and configuration: OKD 4.5 * Operating System and version (`uname -a`): Linux minio-ccd47755c-hmpvl 5.6.19-300.fc32.x86_64 #1 SMP Wed Jun 17 16:10:48 UTC 2020 x86_64 Linux
1.0
400 Bad Request and 503 Service Unavailable when running multiple parallel uploads - <!--- Provide a general summary of the issue in the Title above --> When starting many uploads using putObject there are many 400 Bad Request and 503 Service Unavailable errors, which only show in mc admin trace and in the output of MinIO, but do not get sent to the client. Also the metadata gets reset, resulting in the default etag ```00000...-1```. ## Expected Behavior <!--- If you're describing a bug, tell us what should happen --> <!--- If you're suggesting a change/improvement, tell us how it should work --> Uploading many files in parallel should be slow, but there shouldn't be any errors. If there are errors these should return to the client. Also if any uplod fails with an error, the original metadata should stay untouched. ## Current Behavior <!--- If describing a bug, tell us what happens instead of the expected behavior --> <!--- If suggesting a change/improvement, explain the difference from current behavior --> Uploading many files in parallel leads to 400 Bad Request errors shown in mc admin trace, also these errors appear in the MinIO output: ``` API: PutObject(bucket=test, object=big) Time: 13:44:56 UTC 09/16/2020 DeploymentID: f3a293a7-ab97-44c8-8753-70077037c456 RequestID: 1635474342098F8D RemoteHost: 127.0.0.1 Host: localhost:9000 UserAgent: aws-sdk-nodejs/2.750.0 linux/v10.19.0 callback Error: Operation timed out 5: cmd/fs-v1.go:1105:cmd.(*FSObjects).PutObject() 4: cmd/object-handlers.go:1556:cmd.objectAPIHandlers.PutObjectHandler() 3: cmd/http-tracer.go:127:cmd.Trace() 2: cmd/handler-utils.go:366:cmd.httpTraceHdrs.func1() 1: net/http/server.go:2041:http.HandlerFunc.ServeHTTP() ``` mc admin trace also shows 503 Service Unavailable. The original metadata is lost and only the default metadata is present. Depending on the number of uploads no error or some errors are shown by the client. If there are less parallel uploads (in my testcase 150) no error is shown in the client. With more parallel uploads (in my testcase 300) then there are some errors which the client side receives, for example: ``` { TimeoutError: Connection timed out after 120000ms at ClientRequest.<anonymous> (/path/src/node_modules/aws-sdk/lib/http/node.js:86:34) at Object.onceWrapper (events.js:286:20) at ClientRequest.emit (events.js:198:13) at ClientRequest.EventEmitter.emit (domain.js:448:20) at Socket.emitRequestTimeout (_http_client.js:673:40) at Object.onceWrapper (events.js:286:20) at Socket.emit (events.js:198:13) at Socket.EventEmitter.emit (domain.js:448:20) at Socket._onTimeout (net.js:443:8) at ontimeout (timers.js:436:11) message: 'Connection timed out after 120000ms', code: 'TimeoutError', time: 2020-09-16T13:44:38.657Z, region: 'us-east-1', hostname: 'localhost', retryable: true } ``` This also depends on my upload speed. if i have very low upload speed (about 16 Mbit/s) no errors occur, neither on MinIO nor on the client side, everything succeeds as expected. With higher upload speeds (about 300 Mbit/s) i get errors with 150 parallel uploads. With even higher upload speed ( about 900 Mbit/s) everything succeeds for 150 parallel uploads but fails for 300 parallel uploads. ## Possible Solution <!--- Not obligatory, but suggest a fix/reason for the bug, --> <!--- or ideas how to implement the addition or change --> The 503 states: ``` <Error> <Code>RequestTimeout</Code> <Message>A timeout occurred while trying to lock a resource, please reduce your request rate</Message> <Key>big</Key> <BucketName>test</BucketName> <Resource>/test/big</Resource> <RequestId>16352FDF9DECF31C</RequestId> <HostId>f3a293a7-ab97-44c8-8753-70077037c456</HostId> </Error> ``` I think this might be a locking error or a race condition, explaining the different behaviour depending on the upload speed. ## Steps to Reproduce (for bugs) <!--- Provide a link to a live example, or an unambiguous set of steps to --> <!--- reproduce this bug. Include code to reproduce, if relevant --> <!--- and make sure you have followed https://github.com/minio/minio/tree/release/docs/debugging to capture relevant logs --> Unfortunately i'' not able to reproduce this in a docker container. My current test is setup as follows using an OKD 4.5 cluster: 1. Deploy a pod using minio/minio:RELEASE.2020-09-16T04-22-35Z 2. Use port-forward to localhost: ```oc port-forward minio-pod 9000``` 3. Trace the MinIO errors: ```mc admin trace minio-test --debug``` 4. Create the big file with random data: ```head -c 40M </dev/urandom | base64 - | head -c 40M > big``` 5. Run test.js (code below): ```node test.js``` 6. Everything works at first, but after about 2 minutes the 400 errors appear en masse. After about 5 minutes the 503 errors appear 7. Eventually the script returns and sometimes presenting the timeout errors or no error at all, but never presents a 503. test.js: ``` const fs = require('fs'); const file = 'big'; const bucket = 'test'; const http = require('http'); const AWS = require("aws-sdk"); const s3Client = new AWS.S3({ accessKeyId: 'accesskey', secretAccessKey: 'secretkey', endpoint: 'http://localhost:9000', sslEnabled: false, s3ForcePathStyle: true, httpOptions: { agent: new http.Agent({}) } }); async function start() { try { fs.readFile(file, async function (err, data) { if (err) { throw err; } var base64data = new Buffer(data, 'binary'); s3Client.putObject({ Bucket: bucket, Key: file, Body: base64data, ACL: 'public-read' }, function (err, data) { if (err) { console.log(err) } }); }); //await head(); } catch (err) { console.log('Blabber Error: ', err); } }; console.log('start'); for (let i = 0; i < 150; i++) { start() } ``` This test uses the same key everytime, it also happens when using different keys, but less often and not that reproducable. Find attached, the output of ```mc admin trace minio-test --debug -v``` ([all.txt](https://github.com/minio/minio/files/5232818/all.txt)) and ```mc admin trace minio-test --debug -v -e``` ([errors.txt](https://github.com/minio/minio/files/5232822/errors.txt)). I also have a wireshark capture for this which i can provide but it is about 9GB in size.. ## Context <!--- How has this issue affected you? What are you trying to accomplish? --> <!--- Providing context helps us come up with a solution that is most useful in the real world --> We are using Noobaa to upload files to MinIO (deployed as standalone in an OKD 4.5 cluster) and after every upload we trigger a nodejs function which performs a headObject to retrieve the metadata. To the original metadata we add an id and use copyObject with the replace metadata directive to add this id to the object. This leads sometimes to errors in MinIO. ## Regression <!-- Is this issue a regression? (Yes / No) --> <!-- If Yes, optionally please include minio version or commit id or PR# that caused this regression, if you have these details. --> ## Your Environment <!--- Include as many relevant details about the environment you experienced the bug in --> * Version used (`minio --version`): minio/minio:RELEASE.2020-09-16T04-22-35Z * Server setup and configuration: OKD 4.5 * Operating System and version (`uname -a`): Linux minio-ccd47755c-hmpvl 5.6.19-300.fc32.x86_64 #1 SMP Wed Jun 17 16:10:48 UTC 2020 x86_64 Linux
priority
bad request and service unavailable when running multiple parallel uploads when starting many uploads using putobject there are many bad request and service unavailable errors which only show in mc admin trace and in the output of minio but do not get sent to the client also the metadata gets reset resulting in the default etag expected behavior uploading many files in parallel should be slow but there shouldn t be any errors if there are errors these should return to the client also if any uplod fails with an error the original metadata should stay untouched current behavior uploading many files in parallel leads to bad request errors shown in mc admin trace also these errors appear in the minio output api putobject bucket test object big time utc deploymentid requestid remotehost host localhost useragent aws sdk nodejs linux callback error operation timed out cmd fs go cmd fsobjects putobject cmd object handlers go cmd objectapihandlers putobjecthandler cmd http tracer go cmd trace cmd handler utils go cmd httptracehdrs net http server go http handlerfunc servehttp mc admin trace also shows service unavailable the original metadata is lost and only the default metadata is present depending on the number of uploads no error or some errors are shown by the client if there are less parallel uploads in my testcase no error is shown in the client with more parallel uploads in my testcase then there are some errors which the client side receives for example timeouterror connection timed out after at clientrequest path src node modules aws sdk lib http node js at object oncewrapper events js at clientrequest emit events js at clientrequest eventemitter emit domain js at socket emitrequesttimeout http client js at object oncewrapper events js at socket emit events js at socket eventemitter emit domain js at socket ontimeout net js at ontimeout timers js message connection timed out after code timeouterror time region us east hostname localhost retryable true this also depends on my upload speed if i have very low upload speed about mbit s no errors occur neither on minio nor on the client side everything succeeds as expected with higher upload speeds about mbit s i get errors with parallel uploads with even higher upload speed about mbit s everything succeeds for parallel uploads but fails for parallel uploads possible solution the states requesttimeout a timeout occurred while trying to lock a resource please reduce your request rate big test test big i think this might be a locking error or a race condition explaining the different behaviour depending on the upload speed steps to reproduce for bugs unfortunately i not able to reproduce this in a docker container my current test is setup as follows using an okd cluster deploy a pod using minio minio release use port forward to localhost oc port forward minio pod trace the minio errors mc admin trace minio test debug create the big file with random data head c big run test js code below node test js everything works at first but after about minutes the errors appear en masse after about minutes the errors appear eventually the script returns and sometimes presenting the timeout errors or no error at all but never presents a test js const fs require fs const file big const bucket test const http require http const aws require aws sdk const new aws accesskeyid accesskey secretaccesskey secretkey endpoint sslenabled false true httpoptions agent new http agent async function start try fs readfile file async function err data if err throw err var new buffer data binary putobject bucket bucket key file body acl public read function err data if err console log err await head catch err console log blabber error err console log start for let i i i start this test uses the same key everytime it also happens when using different keys but less often and not that reproducable find attached the output of mc admin trace minio test debug v and mc admin trace minio test debug v e i also have a wireshark capture for this which i can provide but it is about in size context we are using noobaa to upload files to minio deployed as standalone in an okd cluster and after every upload we trigger a nodejs function which performs a headobject to retrieve the metadata to the original metadata we add an id and use copyobject with the replace metadata directive to add this id to the object this leads sometimes to errors in minio regression your environment version used minio version minio minio release server setup and configuration okd operating system and version uname a linux minio hmpvl smp wed jun utc linux
1
824,896
31,235,519,870
IssuesEvent
2023-08-20 08:14:51
renovatebot/renovate
https://api.github.com/repos/renovatebot/renovate
opened
Put repo and run metrics in log messages
type:feature priority-3-medium status:ready
### Describe the proposed change(s). Have a simple log at the end of each repository run that shows: - per run metrics (e.g. commits and PRs created/updated/merged/deleted/etc) - per repo metrics (PRs open, awaiting, merged, etc.) ### Describe why we need/want these change(s). Putting the metrics in the log makes it easier for Renovate users to create their own "Renovate Status Dashboard", like `@onigoetz` did for Swissquote. [^1] There's also an issue asking for Prometheus support: - #17661 Relevant discussions: - #23105 - #23953 - #17456 [^1]: [Renovate docs, Swissquote](https://docs.renovatebot.com/user-stories/swissquote/)
1.0
Put repo and run metrics in log messages - ### Describe the proposed change(s). Have a simple log at the end of each repository run that shows: - per run metrics (e.g. commits and PRs created/updated/merged/deleted/etc) - per repo metrics (PRs open, awaiting, merged, etc.) ### Describe why we need/want these change(s). Putting the metrics in the log makes it easier for Renovate users to create their own "Renovate Status Dashboard", like `@onigoetz` did for Swissquote. [^1] There's also an issue asking for Prometheus support: - #17661 Relevant discussions: - #23105 - #23953 - #17456 [^1]: [Renovate docs, Swissquote](https://docs.renovatebot.com/user-stories/swissquote/)
priority
put repo and run metrics in log messages describe the proposed change s have a simple log at the end of each repository run that shows per run metrics e g commits and prs created updated merged deleted etc per repo metrics prs open awaiting merged etc describe why we need want these change s putting the metrics in the log makes it easier for renovate users to create their own renovate status dashboard like onigoetz did for swissquote there s also an issue asking for prometheus support relevant discussions
1
271,437
8,483,968,027
IssuesEvent
2018-10-25 23:53:30
Zicerite/Gavania-Project
https://api.github.com/repos/Zicerite/Gavania-Project
closed
New skill for Insect
Medium Priority Skill Related Wont Fix
A damaging skill that has a chance to stun. Probably give it a potion effect, idk. I'll figure it out later.
1.0
New skill for Insect - A damaging skill that has a chance to stun. Probably give it a potion effect, idk. I'll figure it out later.
priority
new skill for insect a damaging skill that has a chance to stun probably give it a potion effect idk i ll figure it out later
1
40,538
2,868,926,726
IssuesEvent
2015-06-05 22:00:22
dart-lang/pub
https://api.github.com/repos/dart-lang/pub
closed
Request to host package
Fixed Priority-Medium Type-Task
<a href="https://github.com/Ladicek"><img src="https://avatars.githubusercontent.com/u/480590?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [Ladicek](https://github.com/Ladicek)** _Originally opened as dart-lang/sdk#5566_ ---- https://github.com/Ladicek/detester Use the v0.1.0 tag.
1.0
Request to host package - <a href="https://github.com/Ladicek"><img src="https://avatars.githubusercontent.com/u/480590?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [Ladicek](https://github.com/Ladicek)** _Originally opened as dart-lang/sdk#5566_ ---- https://github.com/Ladicek/detester Use the v0.1.0 tag.
priority
request to host package issue by originally opened as dart lang sdk use the tag
1
334,766
10,145,033,000
IssuesEvent
2019-08-05 02:06:42
confidantstation/Confidant-Station
https://api.github.com/repos/confidantstation/Confidant-Station
closed
ๅขžๅŠ ๅ•็”จๆˆท็ฃ็›˜้™้ข็ฎก็†ๅŠŸ่ƒฝ
Priority: Medium Status: In Progress Type: Enhancement
ๅขžๅŠ ่Š‚็‚น็ฎก็†ๅ‘˜ๅฏน่Š‚็‚นไธŠ็”จๆˆทๆ‰€ๅ ็”จ็ฃ็›˜็ฉบ้—ด้…้ข็ฎก็†ๅŠŸ่ƒฝ 1.็ฎก็†ๅ‘˜้กต้ขๅขžๅŠ ๆŸฅ็œ‹ๅฝ“ๅ‰็”จๆˆท็ฃ็›˜ๅ ็”จๆƒ…ๅ†ตๆŽฅๅฃ 2.้ป˜่ฎค้…็ฝฎๅ•ไธช็”จๆˆท็ฃ็›˜้™้ข20G 3.็ฎก็†ๅ‘˜ๅฏไปฅไฟฎๆ”นๅ•ไธช็”จๆˆท็ฃ็›˜้™้ข๏ผˆ0-1000G๏ผ‰๏ผŒๅ…ถไธญ0ไธบไธ้™้ข 4.็ฎก็†ๅ‘˜ๅฏไฟฎๆ”น้ป˜่ฎคๅ•็”จๆˆท็ฃ็›˜้™้ข๏ผŒไฟฎๆ”นๆˆๅŠŸๅŽ๏ผŒๆ–ฐ็”จๆˆทๆณจๅ†Œๆฟ€ๆดปๆ—ถ่‡ชๅŠจ็”Ÿๆ•ˆ
1.0
ๅขžๅŠ ๅ•็”จๆˆท็ฃ็›˜้™้ข็ฎก็†ๅŠŸ่ƒฝ - ๅขžๅŠ ่Š‚็‚น็ฎก็†ๅ‘˜ๅฏน่Š‚็‚นไธŠ็”จๆˆทๆ‰€ๅ ็”จ็ฃ็›˜็ฉบ้—ด้…้ข็ฎก็†ๅŠŸ่ƒฝ 1.็ฎก็†ๅ‘˜้กต้ขๅขžๅŠ ๆŸฅ็œ‹ๅฝ“ๅ‰็”จๆˆท็ฃ็›˜ๅ ็”จๆƒ…ๅ†ตๆŽฅๅฃ 2.้ป˜่ฎค้…็ฝฎๅ•ไธช็”จๆˆท็ฃ็›˜้™้ข20G 3.็ฎก็†ๅ‘˜ๅฏไปฅไฟฎๆ”นๅ•ไธช็”จๆˆท็ฃ็›˜้™้ข๏ผˆ0-1000G๏ผ‰๏ผŒๅ…ถไธญ0ไธบไธ้™้ข 4.็ฎก็†ๅ‘˜ๅฏไฟฎๆ”น้ป˜่ฎคๅ•็”จๆˆท็ฃ็›˜้™้ข๏ผŒไฟฎๆ”นๆˆๅŠŸๅŽ๏ผŒๆ–ฐ็”จๆˆทๆณจๅ†Œๆฟ€ๆดปๆ—ถ่‡ชๅŠจ็”Ÿๆ•ˆ
priority
ๅขžๅŠ ๅ•็”จๆˆท็ฃ็›˜้™้ข็ฎก็†ๅŠŸ่ƒฝ ๅขžๅŠ ่Š‚็‚น็ฎก็†ๅ‘˜ๅฏน่Š‚็‚นไธŠ็”จๆˆทๆ‰€ๅ ็”จ็ฃ็›˜็ฉบ้—ด้…้ข็ฎก็†ๅŠŸ่ƒฝ ็ฎก็†ๅ‘˜้กต้ขๅขžๅŠ ๆŸฅ็œ‹ๅฝ“ๅ‰็”จๆˆท็ฃ็›˜ๅ ็”จๆƒ…ๅ†ตๆŽฅๅฃ ็ฎก็†ๅ‘˜ๅฏไปฅไฟฎๆ”นๅ•ไธช็”จๆˆท็ฃ็›˜้™้ข๏ผˆ ๏ผ‰๏ผŒ ็ฎก็†ๅ‘˜ๅฏไฟฎๆ”น้ป˜่ฎคๅ•็”จๆˆท็ฃ็›˜้™้ข๏ผŒไฟฎๆ”นๆˆๅŠŸๅŽ๏ผŒๆ–ฐ็”จๆˆทๆณจๅ†Œๆฟ€ๆดปๆ—ถ่‡ชๅŠจ็”Ÿๆ•ˆ
1
711,516
24,467,028,077
IssuesEvent
2022-10-07 15:53:54
eth-cscs/DLA-Future
https://api.github.com/repos/eth-cscs/DLA-Future
opened
Explicitly release operation states early to release tiles for continuations
Task Priority:Medium
If we end up doing 1. or 2. from https://github.com/pika-org/pika/issues/479 we need to make changes in DLA-Future. Currently we rely on the pika implementation to release operation states/tiles early. The P2300 reference implementation does not release operation states early. This issue is meant to track whatever change we end up needing to do. I will most likely first go with an explicit sender adaptor that allows releasing the operation state early in tactical places.
1.0
Explicitly release operation states early to release tiles for continuations - If we end up doing 1. or 2. from https://github.com/pika-org/pika/issues/479 we need to make changes in DLA-Future. Currently we rely on the pika implementation to release operation states/tiles early. The P2300 reference implementation does not release operation states early. This issue is meant to track whatever change we end up needing to do. I will most likely first go with an explicit sender adaptor that allows releasing the operation state early in tactical places.
priority
explicitly release operation states early to release tiles for continuations if we end up doing or from we need to make changes in dla future currently we rely on the pika implementation to release operation states tiles early the reference implementation does not release operation states early this issue is meant to track whatever change we end up needing to do i will most likely first go with an explicit sender adaptor that allows releasing the operation state early in tactical places
1
653,303
21,579,158,671
IssuesEvent
2022-05-02 16:45:34
NOAA-GSL/VxMETplusAMI
https://api.github.com/repos/NOAA-GSL/VxMETplusAMI
closed
[Epic] Create METplus AMI based on VLab's hardened base AMI
Priority: Medium METplus Hackathon
Per Ken's comment here: https://vlab.noaa.gov/redmine/issues/97730#note-13, we will need to create a new METplus AMI based on VLab's hardened base AMI. Sub-tasks are: - [x] get instructions from the DTC team on how to install METplus - [x] find a way to repeatably create this AMI - [x] #7 - [x] #8 - [x] #3 - [x] #14 - [x] #2 - [x] #6 - [x] #19 - [x] #21 - [x] #10 - [x] #11 - [x] #9 - [x] #25 - [x] #26
1.0
[Epic] Create METplus AMI based on VLab's hardened base AMI - Per Ken's comment here: https://vlab.noaa.gov/redmine/issues/97730#note-13, we will need to create a new METplus AMI based on VLab's hardened base AMI. Sub-tasks are: - [x] get instructions from the DTC team on how to install METplus - [x] find a way to repeatably create this AMI - [x] #7 - [x] #8 - [x] #3 - [x] #14 - [x] #2 - [x] #6 - [x] #19 - [x] #21 - [x] #10 - [x] #11 - [x] #9 - [x] #25 - [x] #26
priority
create metplus ami based on vlab s hardened base ami per ken s comment here we will need to create a new metplus ami based on vlab s hardened base ami sub tasks are get instructions from the dtc team on how to install metplus find a way to repeatably create this ami
1
457,997
13,166,444,148
IssuesEvent
2020-08-11 08:33:59
stfc/rucio
https://api.github.com/repos/stfc/rucio
closed
Display VO descriptions
priority: medium user-interaction
Motivation ---------- It's potentially useful to be able to see VO descriptions at login time or when listing VOs. Discuss with Martin if this is worth adding to e.g. `list_vos` / CLI / webUI. Modification ---------- TBC
1.0
Display VO descriptions - Motivation ---------- It's potentially useful to be able to see VO descriptions at login time or when listing VOs. Discuss with Martin if this is worth adding to e.g. `list_vos` / CLI / webUI. Modification ---------- TBC
priority
display vo descriptions motivation it s potentially useful to be able to see vo descriptions at login time or when listing vos discuss with martin if this is worth adding to e g list vos cli webui modification tbc
1
302,437
9,259,594,156
IssuesEvent
2019-03-18 00:44:59
CosmiQ/cw-geodata
https://api.github.com/repos/CosmiQ/cw-geodata
opened
Implement unit tests for vector.graph
Difficulty: Medium Priority: High Type: Maintenance
@avanetten, do you think you could do this? If not, can you drop me a quick example file to build a graph from alongside a pickled graph object to compare it to? Ideally from a low-density tile or something like that so that I can include the files in the testing submodule. Thanks!
1.0
Implement unit tests for vector.graph - @avanetten, do you think you could do this? If not, can you drop me a quick example file to build a graph from alongside a pickled graph object to compare it to? Ideally from a low-density tile or something like that so that I can include the files in the testing submodule. Thanks!
priority
implement unit tests for vector graph avanetten do you think you could do this if not can you drop me a quick example file to build a graph from alongside a pickled graph object to compare it to ideally from a low density tile or something like that so that i can include the files in the testing submodule thanks
1
177,870
6,588,041,544
IssuesEvent
2017-09-14 00:20:18
gravityview/GravityView
https://api.github.com/repos/gravityview/GravityView
opened
Editing an entry stips the labels from product calculation fields
Bug Core: Edit Entry Core: Fields Difficulty: Medium Priority: High
The labels get stripped from the receipt table after editing in Edit Entry; probably due to bad serialization? Also look into whether it's the deleting of the entry meta on `GravityView_Field_Product::clear_product_info_cache()` method ![](http://share.gravityview.co/zYa0kl/1pBOnkme+) See [HS#10931](https://secure.helpscout.net/conversation/430351819/10931/).
1.0
Editing an entry stips the labels from product calculation fields - The labels get stripped from the receipt table after editing in Edit Entry; probably due to bad serialization? Also look into whether it's the deleting of the entry meta on `GravityView_Field_Product::clear_product_info_cache()` method ![](http://share.gravityview.co/zYa0kl/1pBOnkme+) See [HS#10931](https://secure.helpscout.net/conversation/430351819/10931/).
priority
editing an entry stips the labels from product calculation fields the labels get stripped from the receipt table after editing in edit entry probably due to bad serialization also look into whether it s the deleting of the entry meta on gravityview field product clear product info cache method see
1
607,247
18,775,307,727
IssuesEvent
2021-11-07 15:09:40
VulcanWM/jasonism
https://api.github.com/repos/VulcanWM/jasonism
closed
Unscramble world time limit
PROGRESS: completed TYPE: improvement PRIORITY: medium
Add a time limit to the unscramble word game and save the time limit with cookies
1.0
Unscramble world time limit - Add a time limit to the unscramble word game and save the time limit with cookies
priority
unscramble world time limit add a time limit to the unscramble word game and save the time limit with cookies
1
267,432
8,388,767,843
IssuesEvent
2018-10-09 07:37:48
bitrockteam/bitrock-website
https://api.github.com/repos/bitrockteam/bitrock-website
opened
content wrapper not positioning correctly after header
Priority: Medium Status: Available Type: Maintenance
Content wrapper doesn't position correctly after header. A part of it is hidden behind the fixed header on all devices, resulting in titles not displaying on mobile. ![schermata 2018-10-09 alle 09 31 34](https://user-images.githubusercontent.com/42537124/46653599-c67eab80-cba6-11e8-81f0-03a2c8ae3e9d.png) ![schermata 2018-10-09 alle 09 31 22](https://user-images.githubusercontent.com/42537124/46653600-c67eab80-cba6-11e8-9dfd-e0e966b61f30.png)
1.0
content wrapper not positioning correctly after header - Content wrapper doesn't position correctly after header. A part of it is hidden behind the fixed header on all devices, resulting in titles not displaying on mobile. ![schermata 2018-10-09 alle 09 31 34](https://user-images.githubusercontent.com/42537124/46653599-c67eab80-cba6-11e8-81f0-03a2c8ae3e9d.png) ![schermata 2018-10-09 alle 09 31 22](https://user-images.githubusercontent.com/42537124/46653600-c67eab80-cba6-11e8-9dfd-e0e966b61f30.png)
priority
content wrapper not positioning correctly after header content wrapper doesn t position correctly after header a part of it is hidden behind the fixed header on all devices resulting in titles not displaying on mobile
1
758,824
26,570,106,689
IssuesEvent
2023-01-21 02:57:59
pdx-blurp/blurp-frontend
https://api.github.com/repos/pdx-blurp/blurp-frontend
opened
Map Page: System Tool Bar
new feature medium priority
Create a simple 1-column, thin, left-hand sidebar for system tools + icons: *it will start out with these icons: - 3 dot icon - cog wheel icon - save floppy-disk icon *behaviors: - when 3 dot icon is clicked the sidebar expands open - when User clicks away, the sidebar collapses
1.0
Map Page: System Tool Bar - Create a simple 1-column, thin, left-hand sidebar for system tools + icons: *it will start out with these icons: - 3 dot icon - cog wheel icon - save floppy-disk icon *behaviors: - when 3 dot icon is clicked the sidebar expands open - when User clicks away, the sidebar collapses
priority
map page system tool bar create a simple column thin left hand sidebar for system tools icons it will start out with these icons dot icon cog wheel icon save floppy disk icon behaviors when dot icon is clicked the sidebar expands open when user clicks away the sidebar collapses
1
122,214
4,828,350,253
IssuesEvent
2016-11-07 16:03:15
CS2103AUG2016-W10-C1/main
https://api.github.com/repos/CS2103AUG2016-W10-C1/main
closed
Refactoring Comparators in ModelManager
priority.medium type.maintenance
- Implement comparable for fields (Deadline, Schedule) - Extract comparators into separate classes in model.event.comparator package
1.0
Refactoring Comparators in ModelManager - - Implement comparable for fields (Deadline, Schedule) - Extract comparators into separate classes in model.event.comparator package
priority
refactoring comparators in modelmanager implement comparable for fields deadline schedule extract comparators into separate classes in model event comparator package
1
473,399
13,641,882,809
IssuesEvent
2020-09-25 14:46:04
creativecommons/ccos-scripts
https://api.github.com/repos/creativecommons/ccos-scripts
closed
Exempt non-engineering repos from branch protection normalisation
Hacktoberfest good first issue help wanted โœจ goal: improvement ๐Ÿ status: ready for work ๐ŸŸจ priority: medium ๐Ÿค– aspect: dx
## Problem Non-engineering repos, identified by `engineering_project` set to `false` in the [CC metadata file](https://opensource.creativecommons.org/contributing-code/github-repo-guidelines/#cc-metadata-file) present in each repo should not be subjected to branch protection normalisation in the [`normalize_repos`](https://github.com/creativecommons/ccos-scripts/blob/master/normalize_repos/normalize_repos.py) workflow. ## Implementation <!-- Replace the [ ] with [x] to check the box. --> - [ ] I would be interested in implementing this feature.
1.0
Exempt non-engineering repos from branch protection normalisation - ## Problem Non-engineering repos, identified by `engineering_project` set to `false` in the [CC metadata file](https://opensource.creativecommons.org/contributing-code/github-repo-guidelines/#cc-metadata-file) present in each repo should not be subjected to branch protection normalisation in the [`normalize_repos`](https://github.com/creativecommons/ccos-scripts/blob/master/normalize_repos/normalize_repos.py) workflow. ## Implementation <!-- Replace the [ ] with [x] to check the box. --> - [ ] I would be interested in implementing this feature.
priority
exempt non engineering repos from branch protection normalisation problem non engineering repos identified by engineering project set to false in the present in each repo should not be subjected to branch protection normalisation in the workflow implementation i would be interested in implementing this feature
1
113,498
4,560,652,503
IssuesEvent
2016-09-14 08:50:41
thommoboy/There-are-no-brakes
https://api.github.com/repos/thommoboy/There-are-no-brakes
opened
Pyramid --> Making objective clearer
Ancients enhancement Priority Medium
All levels other than the Pyramid have a reasonably clear objective that most people find out within a few minutes, some people get fairly confused with what they're trying to achieve (getting to the top platform) Giving the platform a way of standing out might be a good solution (e.g. make it look metallic or have a flashing light or something)
1.0
Pyramid --> Making objective clearer - All levels other than the Pyramid have a reasonably clear objective that most people find out within a few minutes, some people get fairly confused with what they're trying to achieve (getting to the top platform) Giving the platform a way of standing out might be a good solution (e.g. make it look metallic or have a flashing light or something)
priority
pyramid making objective clearer all levels other than the pyramid have a reasonably clear objective that most people find out within a few minutes some people get fairly confused with what they re trying to achieve getting to the top platform giving the platform a way of standing out might be a good solution e g make it look metallic or have a flashing light or something
1
621,371
19,584,667,502
IssuesEvent
2022-01-05 04:17:48
DuckMasterAl/website
https://api.github.com/repos/DuckMasterAl/website
closed
Add Banner to Homepage
enhancement medium priority
**Is your feature request related to a problem?** <!-- A clear and concise description of what the problem is. --> No. **Describe the solution you'd like** <!-- A clear and concise description of what you want to happen. --> Add the bongo duck banner to the homepage (behind avatar)
1.0
Add Banner to Homepage - **Is your feature request related to a problem?** <!-- A clear and concise description of what the problem is. --> No. **Describe the solution you'd like** <!-- A clear and concise description of what you want to happen. --> Add the bongo duck banner to the homepage (behind avatar)
priority
add banner to homepage is your feature request related to a problem no describe the solution you d like add the bongo duck banner to the homepage behind avatar
1
618,151
19,426,899,866
IssuesEvent
2021-12-21 07:12:31
minio/minio
https://api.github.com/repos/minio/minio
closed
Policy createTimestamp and modifyTimestamp
community do not close priority: medium
**Is your feature request related to a problem? Please describe.** please consider adding timestamps for creation and modify on policy
1.0
Policy createTimestamp and modifyTimestamp - **Is your feature request related to a problem? Please describe.** please consider adding timestamps for creation and modify on policy
priority
policy createtimestamp and modifytimestamp is your feature request related to a problem please describe please consider adding timestamps for creation and modify on policy
1
77,194
3,506,270,669
IssuesEvent
2016-01-08 05:09:58
OregonCore/OregonCore
https://api.github.com/repos/OregonCore/OregonCore
closed
Creature Invisibility (BB #256)
migrated Priority: Medium Type: Bug
This issue was migrated from bitbucket. **Original Reporter:** henhouse **Original Date:** 06.08.2010 22:47:09 GMT+0000 **Original Priority:** major **Original Type:** bug **Original State:** resolved **Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/256 <hr> So I've noticed this existed on TC1 and has on OC ever since it started. It's fixed on MaNGOS and TC2. Basically, for example take NPC ID 1. It's a waypoint, on every server it's just a Night Elf Wisp. But for some reason it appears as this weird human model on TC/OC. Now, when I want to make an NPC invisible I just edit it's flags_extra to "128" because that makes it invisible to players. But when you restart after doing that, it's just that random human model. But that's not half the problem, the REAL annoyance is any quest buttons(!, ?) or weapons, sheilds ANYTHING extra on the NPC besides the model is still displayed to players, just randomly floating in the air. Last but not least, the most annoying problem is that the invisibility does not take effect right away like it should. If a NPC is invisible the moment you turn GM OFF it's supposed to disappear. It does, you still can see and interact with it until you teleport far away on to another map and recall back again. Which like I said, it's not fun seeing floating quest buttons and weapons, etc.
1.0
Creature Invisibility (BB #256) - This issue was migrated from bitbucket. **Original Reporter:** henhouse **Original Date:** 06.08.2010 22:47:09 GMT+0000 **Original Priority:** major **Original Type:** bug **Original State:** resolved **Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/256 <hr> So I've noticed this existed on TC1 and has on OC ever since it started. It's fixed on MaNGOS and TC2. Basically, for example take NPC ID 1. It's a waypoint, on every server it's just a Night Elf Wisp. But for some reason it appears as this weird human model on TC/OC. Now, when I want to make an NPC invisible I just edit it's flags_extra to "128" because that makes it invisible to players. But when you restart after doing that, it's just that random human model. But that's not half the problem, the REAL annoyance is any quest buttons(!, ?) or weapons, sheilds ANYTHING extra on the NPC besides the model is still displayed to players, just randomly floating in the air. Last but not least, the most annoying problem is that the invisibility does not take effect right away like it should. If a NPC is invisible the moment you turn GM OFF it's supposed to disappear. It does, you still can see and interact with it until you teleport far away on to another map and recall back again. Which like I said, it's not fun seeing floating quest buttons and weapons, etc.
priority
creature invisibility bb this issue was migrated from bitbucket original reporter henhouse original date gmt original priority major original type bug original state resolved direct link so i ve noticed this existed on and has on oc ever since it started it s fixed on mangos and basically for example take npc id it s a waypoint on every server it s just a night elf wisp but for some reason it appears as this weird human model on tc oc now when i want to make an npc invisible i just edit it s flags extra to because that makes it invisible to players but when you restart after doing that it s just that random human model but that s not half the problem the real annoyance is any quest buttons or weapons sheilds anything extra on the npc besides the model is still displayed to players just randomly floating in the air last but not least the most annoying problem is that the invisibility does not take effect right away like it should if a npc is invisible the moment you turn gm off it s supposed to disappear it does you still can see and interact with it until you teleport far away on to another map and recall back again which like i said it s not fun seeing floating quest buttons and weapons etc
1
822,315
30,864,807,042
IssuesEvent
2023-08-03 07:15:51
kubebb/components
https://api.github.com/repos/kubebb/components
closed
deploy kubebb stack in private cluster
enhancement priority-high difficulty-medium
When kubernetes cluster can not access public network ,we have to use kubebb differently. ## Steps to deploy kubbb stack in a private cluster 1. deploy k8s cluster 2. deploy a private image registry(optional) 3. push all images to private image registry - kubebb/core - buildingbase images - chartmuseum image - ... 4. deploy kubebb core 5. deploy a private component repository - use chartmuseum - only internal usage 6. push all official components into this private repository 6. create `Repository` into `kubebb/core` - with image registry override ## Steps to deploy a component in private cluster 1. push component into private repository 2. push required images into private image registry 3. update `componentplan.yaml` to use private image registry and private component repository 4. apply `componentplan.yaml` and check status
1.0
deploy kubebb stack in private cluster - When kubernetes cluster can not access public network ,we have to use kubebb differently. ## Steps to deploy kubbb stack in a private cluster 1. deploy k8s cluster 2. deploy a private image registry(optional) 3. push all images to private image registry - kubebb/core - buildingbase images - chartmuseum image - ... 4. deploy kubebb core 5. deploy a private component repository - use chartmuseum - only internal usage 6. push all official components into this private repository 6. create `Repository` into `kubebb/core` - with image registry override ## Steps to deploy a component in private cluster 1. push component into private repository 2. push required images into private image registry 3. update `componentplan.yaml` to use private image registry and private component repository 4. apply `componentplan.yaml` and check status
priority
deploy kubebb stack in private cluster when kubernetes cluster can not access public network we have to use kubebb differently steps to deploy kubbb stack in a private cluster deploy cluster deploy a private image registry optional push all images to private image registry kubebb core buildingbase images chartmuseum image deploy kubebb core deploy a private component repository use chartmuseum only internal usage push all official components into this private repository create repository into kubebb core with image registry override steps to deploy a component in private cluster push component into private repository push required images into private image registry update componentplan yaml to use private image registry and private component repository apply componentplan yaml and check status
1
21,454
2,640,735,939
IssuesEvent
2015-03-11 14:11:43
IQSS/dataverse
https://api.github.com/repos/IQSS/dataverse
closed
Update Tool Tips
Component: UX & Upgrade Priority: Medium Status: QA Type: Bug Type: Feature
--- Author Name: **Elizabeth Quigley** (@eaquigley) Original Redmine Issue: 4119, https://redmine.hmdc.harvard.edu/issues/4119 Original Date: 2014-06-17 Original Assignee: Eleni Castro --- Notes field needs to also say "updates on data can go here as well" Eleni-I'm not giving you a due date for this yet because I feel like some more of these might need to change so don't want you to have to do only one right now.
1.0
Update Tool Tips - --- Author Name: **Elizabeth Quigley** (@eaquigley) Original Redmine Issue: 4119, https://redmine.hmdc.harvard.edu/issues/4119 Original Date: 2014-06-17 Original Assignee: Eleni Castro --- Notes field needs to also say "updates on data can go here as well" Eleni-I'm not giving you a due date for this yet because I feel like some more of these might need to change so don't want you to have to do only one right now.
priority
update tool tips author name elizabeth quigley eaquigley original redmine issue original date original assignee eleni castro notes field needs to also say updates on data can go here as well eleni i m not giving you a due date for this yet because i feel like some more of these might need to change so don t want you to have to do only one right now
1
274,984
8,570,479,428
IssuesEvent
2018-11-11 20:33:08
TF2PickupNET/TF2Pickup
https://api.github.com/repos/TF2PickupNET/TF2Pickup
closed
Warnings
Priority: Medium Status: On Hold
They should be displayed on the pickup queue page and not allow the user to join the pickup until he read the warning and accepted it
1.0
Warnings - They should be displayed on the pickup queue page and not allow the user to join the pickup until he read the warning and accepted it
priority
warnings they should be displayed on the pickup queue page and not allow the user to join the pickup until he read the warning and accepted it
1
583,204
17,379,817,926
IssuesEvent
2021-07-31 13:14:14
GeyserMC/Geyser
https://api.github.com/repos/GeyserMC/Geyser
closed
Can't climb ladders on the North/South axis
Confirmed Bug Priority: Medium
<!--- Please follow this format COMPLETELY and make sure the bug you are reporting has not been reported yet. Reports should contain as much information or context as possible to help us find the problem. Simply creating an issue on a vague topic will not help us at all, and if you are unsure if something should belong here, please contact us on [Discord](http://discord.geysermc.org).--> <!--- Issues pertaining to connection problem, or anything of that covered on the [Common Issues](https://github.com/GeyserMC/Geyser/wiki/Common-Issues) do not belong here and only clutter this issue tracker. --> **Describe the bug** Climbing ladders on the N/S axis causes you to glitch back to where you were before you tried climbing **To Reproduce** <!--- Steps to reproduce the behavior: --> 1. Make ladder pillar where ladder is on N/S axis 2. Climb ladder 3. Ladder no work <!--- 4. See error --> **Expected behavior** You should be able to climb the ladder as smoothly as on the East/West axis **Screenshots / Videos** <!--- If applicable, add screenshots to help explain your problem. --> **Server Version** This server is running Tuinity version git-Tuinity-"0e7f165" (MC: 1.15.2) (Implementing API version 1.15.2-R0.1-SNAPSHOT) **Geyser Version** Geyser entity-mounts and Geyser entity-mounts bukkit commit bf61967f30b62f37435e0065a578d99a4198c0c9 **Minecraft: Bedrock Edition Version** 1.14.60 **Additional Context** <!--- Add any other context about the problem here. Include any plugins on the Minecraft server that may cause problems. --->
1.0
Can't climb ladders on the North/South axis - <!--- Please follow this format COMPLETELY and make sure the bug you are reporting has not been reported yet. Reports should contain as much information or context as possible to help us find the problem. Simply creating an issue on a vague topic will not help us at all, and if you are unsure if something should belong here, please contact us on [Discord](http://discord.geysermc.org).--> <!--- Issues pertaining to connection problem, or anything of that covered on the [Common Issues](https://github.com/GeyserMC/Geyser/wiki/Common-Issues) do not belong here and only clutter this issue tracker. --> **Describe the bug** Climbing ladders on the N/S axis causes you to glitch back to where you were before you tried climbing **To Reproduce** <!--- Steps to reproduce the behavior: --> 1. Make ladder pillar where ladder is on N/S axis 2. Climb ladder 3. Ladder no work <!--- 4. See error --> **Expected behavior** You should be able to climb the ladder as smoothly as on the East/West axis **Screenshots / Videos** <!--- If applicable, add screenshots to help explain your problem. --> **Server Version** This server is running Tuinity version git-Tuinity-"0e7f165" (MC: 1.15.2) (Implementing API version 1.15.2-R0.1-SNAPSHOT) **Geyser Version** Geyser entity-mounts and Geyser entity-mounts bukkit commit bf61967f30b62f37435e0065a578d99a4198c0c9 **Minecraft: Bedrock Edition Version** 1.14.60 **Additional Context** <!--- Add any other context about the problem here. Include any plugins on the Minecraft server that may cause problems. --->
priority
can t climb ladders on the north south axis please follow this format completely and make sure the bug you are reporting has not been reported yet reports should contain as much information or context as possible to help us find the problem simply creating an issue on a vague topic will not help us at all and if you are unsure if something should belong here please contact us on describe the bug climbing ladders on the n s axis causes you to glitch back to where you were before you tried climbing to reproduce make ladder pillar where ladder is on n s axis climb ladder ladder no work expected behavior you should be able to climb the ladder as smoothly as on the east west axis screenshots videos server version this server is running tuinity version git tuinity mc implementing api version snapshot geyser version geyser entity mounts and geyser entity mounts bukkit commit minecraft bedrock edition version additional context
1
653,008
21,568,382,079
IssuesEvent
2022-05-02 03:49:28
UCSD-E4E/Pyrenote
https://api.github.com/repos/UCSD-E4E/Pyrenote
closed
Mac Development Issue
help wanted priority: medium dev: deployment
Developing on mac appears to be difficult. Mugen encountered a new start up error i've never seen before: If you have a mac, please help debug [proxy_error_log.txt](https://github.com/UCSD-E4E/Pyrenote/files/7069736/proxy_error_log.txt)
1.0
Mac Development Issue - Developing on mac appears to be difficult. Mugen encountered a new start up error i've never seen before: If you have a mac, please help debug [proxy_error_log.txt](https://github.com/UCSD-E4E/Pyrenote/files/7069736/proxy_error_log.txt)
priority
mac development issue developing on mac appears to be difficult mugen encountered a new start up error i ve never seen before if you have a mac please help debug
1
312,951
9,555,377,751
IssuesEvent
2019-05-03 02:55:18
PerfectWeek/web-api
https://api.github.com/repos/PerfectWeek/web-api
closed
[User] Providers
[Priority] Medium
Add providers synced state in user response ```js { google: true, // account synced facebook: false // not synced } ```
1.0
[User] Providers - Add providers synced state in user response ```js { google: true, // account synced facebook: false // not synced } ```
priority
providers add providers synced state in user response js google true account synced facebook false not synced
1
398,269
11,739,417,675
IssuesEvent
2020-03-11 17:40:31
thaliawww/ThaliApp
https://api.github.com/repos/thaliawww/ThaliApp
closed
Split societies from 'Achievements for Thalia' to different header on profile
bug priority: medium
In GitLab by @se-bastiaan on Oct 25, 2018, 11:40 Related to https://gitlab.science.ru.nl/thalia/concrexit/issues/755 for the API ### One-sentence description Split societies from 'Achievements for Thalia' to different header on profile ### Current behaviour Societies are in the achievements list ### Expected behaviour Societies are in a separate list ### Steps to reproduce 1. Open a profile with achievements & societies
1.0
Split societies from 'Achievements for Thalia' to different header on profile - In GitLab by @se-bastiaan on Oct 25, 2018, 11:40 Related to https://gitlab.science.ru.nl/thalia/concrexit/issues/755 for the API ### One-sentence description Split societies from 'Achievements for Thalia' to different header on profile ### Current behaviour Societies are in the achievements list ### Expected behaviour Societies are in a separate list ### Steps to reproduce 1. Open a profile with achievements & societies
priority
split societies from achievements for thalia to different header on profile in gitlab by se bastiaan on oct related to for the api one sentence description split societies from achievements for thalia to different header on profile current behaviour societies are in the achievements list expected behaviour societies are in a separate list steps to reproduce open a profile with achievements societies
1
700,904
24,077,684,987
IssuesEvent
2022-09-19 00:59:55
elabftw/elabftw
https://api.github.com/repos/elabftw/elabftw
closed
Some suggestions for enhancing links
enhancement discussion priority:medium
# Feature request Once again, super nice software, I am very happy this exists and that you made it free and open source! I'm working in a materials science/transmission electron microscopy group and I'm trying to get our group to adopt elabFTW for keeping track of our work, physical and digital resources. I know that the original goal of the software is replacing paper lab notebooks, however I think elabFTW has real potential as full LIMS and I am kind of trying to use it as such. With this in mind, I have some suggestions relating to how links work, which would be very helpful to our workflow: 1. **linking in database items to experiments:** for us, an "experiment" would be a session on the microscope or a "sample preparation" session. Often times we do multiple microscopy sessions on the same sample over the course of weeks or months. The samples are stored in the database. It would be convenient to be able to link to these experiments in the entry for the sample, so that when we look up the sample entry we can see what work has been done. In the description text I can link to the experiments with \# but it seems like I can not do so in the linked items section. This has been enough of a nuisance for me to simply create experiments as database entries instead of real experiments. * on a related note, is there any real reason to have this hard split between experiments and database? One might have usecases for having the functionality available in experiments, like timestamps and "share public link", also available to other database items. 2. **automatic reciprocal/double linking:** we have many use cases for links going both ways between things we are keeping track of. For example, in experiments we want to know which samples were used, but in the samples we want to know which experiments were done on them. It would be convenient when adding a link to any experiment or database entry to have the option to automatically add a link back in the item that is linked to. Now I am doing this manually. 3. **indicating link directionality:** we have a hierarchical sample making process: we start from bulk samples, make a polished sample by cutting/embedding for SEM inspection, then we extract a smaller sample from this to look at in TEM. Hence, between the samples, there exist clear parent-child relationships. Since I want double linking in my database (in parent samples I want to know the children, in children I want to know the parent sample), it is impossible to know without context which links are towards parent samples and which to child samples. Now I solve this by having a *parent samples* and *child samples* section in each description, but this is hard to maintain and keep consistent. Handy would be an optional arrow feature (towards or away) on links to indicate the relationship of the object with other objects. One could then imagine creating graph visualisations of the database. Just wanted to put these things out there as food for thought, not sure how difficult they are to implement. Fully understand that you are busy with lots of things.
1.0
Some suggestions for enhancing links - # Feature request Once again, super nice software, I am very happy this exists and that you made it free and open source! I'm working in a materials science/transmission electron microscopy group and I'm trying to get our group to adopt elabFTW for keeping track of our work, physical and digital resources. I know that the original goal of the software is replacing paper lab notebooks, however I think elabFTW has real potential as full LIMS and I am kind of trying to use it as such. With this in mind, I have some suggestions relating to how links work, which would be very helpful to our workflow: 1. **linking in database items to experiments:** for us, an "experiment" would be a session on the microscope or a "sample preparation" session. Often times we do multiple microscopy sessions on the same sample over the course of weeks or months. The samples are stored in the database. It would be convenient to be able to link to these experiments in the entry for the sample, so that when we look up the sample entry we can see what work has been done. In the description text I can link to the experiments with \# but it seems like I can not do so in the linked items section. This has been enough of a nuisance for me to simply create experiments as database entries instead of real experiments. * on a related note, is there any real reason to have this hard split between experiments and database? One might have usecases for having the functionality available in experiments, like timestamps and "share public link", also available to other database items. 2. **automatic reciprocal/double linking:** we have many use cases for links going both ways between things we are keeping track of. For example, in experiments we want to know which samples were used, but in the samples we want to know which experiments were done on them. It would be convenient when adding a link to any experiment or database entry to have the option to automatically add a link back in the item that is linked to. Now I am doing this manually. 3. **indicating link directionality:** we have a hierarchical sample making process: we start from bulk samples, make a polished sample by cutting/embedding for SEM inspection, then we extract a smaller sample from this to look at in TEM. Hence, between the samples, there exist clear parent-child relationships. Since I want double linking in my database (in parent samples I want to know the children, in children I want to know the parent sample), it is impossible to know without context which links are towards parent samples and which to child samples. Now I solve this by having a *parent samples* and *child samples* section in each description, but this is hard to maintain and keep consistent. Handy would be an optional arrow feature (towards or away) on links to indicate the relationship of the object with other objects. One could then imagine creating graph visualisations of the database. Just wanted to put these things out there as food for thought, not sure how difficult they are to implement. Fully understand that you are busy with lots of things.
priority
some suggestions for enhancing links feature request once again super nice software i am very happy this exists and that you made it free and open source i m working in a materials science transmission electron microscopy group and i m trying to get our group to adopt elabftw for keeping track of our work physical and digital resources i know that the original goal of the software is replacing paper lab notebooks however i think elabftw has real potential as full lims and i am kind of trying to use it as such with this in mind i have some suggestions relating to how links work which would be very helpful to our workflow linking in database items to experiments for us an experiment would be a session on the microscope or a sample preparation session often times we do multiple microscopy sessions on the same sample over the course of weeks or months the samples are stored in the database it would be convenient to be able to link to these experiments in the entry for the sample so that when we look up the sample entry we can see what work has been done in the description text i can link to the experiments with but it seems like i can not do so in the linked items section this has been enough of a nuisance for me to simply create experiments as database entries instead of real experiments on a related note is there any real reason to have this hard split between experiments and database one might have usecases for having the functionality available in experiments like timestamps and share public link also available to other database items automatic reciprocal double linking we have many use cases for links going both ways between things we are keeping track of for example in experiments we want to know which samples were used but in the samples we want to know which experiments were done on them it would be convenient when adding a link to any experiment or database entry to have the option to automatically add a link back in the item that is linked to now i am doing this manually indicating link directionality we have a hierarchical sample making process we start from bulk samples make a polished sample by cutting embedding for sem inspection then we extract a smaller sample from this to look at in tem hence between the samples there exist clear parent child relationships since i want double linking in my database in parent samples i want to know the children in children i want to know the parent sample it is impossible to know without context which links are towards parent samples and which to child samples now i solve this by having a parent samples and child samples section in each description but this is hard to maintain and keep consistent handy would be an optional arrow feature towards or away on links to indicate the relationship of the object with other objects one could then imagine creating graph visualisations of the database just wanted to put these things out there as food for thought not sure how difficult they are to implement fully understand that you are busy with lots of things
1
384,470
11,393,422,088
IssuesEvent
2020-01-30 06:34:56
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
Remove SLG accounts getting admin + dev access on third party servers
Priority: Medium Status: Reopen
Too abuseable and we're too big to risk it now.
1.0
Remove SLG accounts getting admin + dev access on third party servers - Too abuseable and we're too big to risk it now.
priority
remove slg accounts getting admin dev access on third party servers too abuseable and we re too big to risk it now
1
342,881
10,323,024,350
IssuesEvent
2019-08-31 17:32:52
x13pixels/remedybg-issues
https://api.github.com/repos/x13pixels/remedybg-issues
closed
When locking watch field, the format specifier stops working
Component: Engine Priority: 4 (Medium) Status: Completed Type: Bug
(u64 *)rcx, x shows values in decimal, if it has been locked, and RCX register changes value.
1.0
When locking watch field, the format specifier stops working - (u64 *)rcx, x shows values in decimal, if it has been locked, and RCX register changes value.
priority
when locking watch field the format specifier stops working rcx x shows values in decimal if it has been locked and rcx register changes value
1
716,304
24,627,801,765
IssuesEvent
2022-10-16 18:42:55
AY2223S1-CS2103T-W16-3/tp
https://api.github.com/repos/AY2223S1-CS2103T-W16-3/tp
closed
As a doctor I can retrieve patient contact info and next-of-kin data
type.Story priority.Medium
so that I can quickly and efficiently contact the patient or someone near them.
1.0
As a doctor I can retrieve patient contact info and next-of-kin data - so that I can quickly and efficiently contact the patient or someone near them.
priority
as a doctor i can retrieve patient contact info and next of kin data so that i can quickly and efficiently contact the patient or someone near them
1
145,023
5,557,236,110
IssuesEvent
2017-03-24 11:26:09
Alfresco/alfresco-sdk
https://api.github.com/repos/Alfresco/alfresco-sdk
closed
Maven SDK 1.1.1 with junit-remote runs tests multiple times
bug imported Priority-Medium
_From [m.swe...@aca-it.be](https://code.google.com/u/103056205031204277679/) on December 02, 2013 08:27:50_ What steps will reproduce the problem? 1. Create a new project with the Alfresco Maven SDK version 1.1.1 2. Create at least 2 test classes with the @org.junit.runner.RunWith(com.tradeshift.test.remote.RemoteTestRunner.class) annotation. 3. Print out a statement in both tests. What is the expected output? What do you see instead? You will see that the all tests (except the first one) run several times. I expect every test to run only once. What version of the product are you using? On what operating system? Maven SDK 1.1.1 on OSX with Maven 3.1.1 _Original issue: http://code.google.com/p/maven-alfresco-archetypes/issues/detail?id=165_
1.0
Maven SDK 1.1.1 with junit-remote runs tests multiple times - _From [m.swe...@aca-it.be](https://code.google.com/u/103056205031204277679/) on December 02, 2013 08:27:50_ What steps will reproduce the problem? 1. Create a new project with the Alfresco Maven SDK version 1.1.1 2. Create at least 2 test classes with the @org.junit.runner.RunWith(com.tradeshift.test.remote.RemoteTestRunner.class) annotation. 3. Print out a statement in both tests. What is the expected output? What do you see instead? You will see that the all tests (except the first one) run several times. I expect every test to run only once. What version of the product are you using? On what operating system? Maven SDK 1.1.1 on OSX with Maven 3.1.1 _Original issue: http://code.google.com/p/maven-alfresco-archetypes/issues/detail?id=165_
priority
maven sdk with junit remote runs tests multiple times from on december what steps will reproduce the problem create a new project with the alfresco maven sdk version create at least test classes with the org junit runner runwith com tradeshift test remote remotetestrunner class annotation print out a statement in both tests what is the expected output what do you see instead you will see that the all tests except the first one run several times i expect every test to run only once what version of the product are you using on what operating system maven sdk on osx with maven original issue
1
207,844
7,134,205,325
IssuesEvent
2018-01-22 20:02:06
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
You can accept your own contract
Medium Priority
Seems like this should not be possible, looks like it breaks a multitude of other things.
1.0
You can accept your own contract - Seems like this should not be possible, looks like it breaks a multitude of other things.
priority
you can accept your own contract seems like this should not be possible looks like it breaks a multitude of other things
1
545,815
15,963,795,859
IssuesEvent
2021-04-16 04:51:23
davidfstr/Crystal-Web-Archiver
https://api.github.com/repos/davidfstr/Crystal-Web-Archiver
opened
Support export of project to static file server (like GitHub Pages)
priority-medium releaseworthy type-feature
Outcome: * There exists a button on Crystal's main window that provides the ability to export the data from a project so that it can be posted online. v1 Detail Ideas: * Select **primary domain** so that most URLs look nice: * Nice: http://otakuworld.com/ -> https://otakuworld.daarchive.net/ * Other: https://www.kamishibai.com/ -> https://otakuworld.daarchive.net/_/https/www.kamishibai.com/ * Ask what the **robots.txt crawling policy** should be: * If original site is online, recommend a "allow archiving crawlers; block search engine crawlers and other crawlers" policy * For now, archive.org is the only Archiving Crawler that I know about * If original site is offline, recommand a "allow all crawlers" policy * Also provide a "block all crawlers" policy * **Create README** that: * **explains how to deploy** the site to {GitHub Pages, CloudFront Pages, S3} and provides an outline to deploy to an arbitrary other static file hosting service, * **links back to Crystal** as the program that did the export. * Recommend injecting a "This website was preserved and exported by Crystal Web Archiver" **marketing banner** by default into HTML pages so that other users can discover Crystal. * Challenge: Hard to inject this in a way that avoids breaking pages on the original site. * ex: On OtakuWorld, which uses frames, ideally the injection would happen at the bottom of the bottom frame only, but it's difficult to detect that case. * ex: On TMFFA, which also uses frames, there's the same problem. * โ€“โ€“โ€“ * On dark-themed sites, a light-themed banner would look odd. Perhaps any injected banner should be designed to look reasonable on _both_ light & dark themed backgrounds. * (Supporter) Allow users who have donated to remove the banner with a checkbox. v2 Detail Ideas: * For advanced cases, allow **multiple primary domains**, where each primary domain is intended to be posted online at a different top-level domain: * Nice-1: http://otakuworld.com/ -> https://otakuworld.daarchive.net/ * Nice-2: http://jenniverse.com/ -> https://jenniverse.daarchive.net/ * Nice-3: http://unicornjelly.com/ -> https://unicornjelly.daarchive.net/ * ~~Recognize **subdomains of a primary domain** correctly:~~ * ๐Ÿ‘‰ On second thought, it's probably better to treat subdomains as completely separate by default because there's additional operational work to deploy each primary domain as an actual domain. * โ€“โ€“โ€“ * If primary domain: http://unicornjelly.com/ * Then-1: http://unicornjelly.com/ -> https://unicornjelly.daarchive.net/ * Then-2: http://forums.unicornjelly.com/ -> https://forums.unicornjelly.daarchive.net/ * **Intelligently merge resources that appear as both http:// and https://** so that there is just one version for any given path in the exported project. Usually either the http:// version redirects to the https:// version, or they have exactly/substantially the same content.
1.0
Support export of project to static file server (like GitHub Pages) - Outcome: * There exists a button on Crystal's main window that provides the ability to export the data from a project so that it can be posted online. v1 Detail Ideas: * Select **primary domain** so that most URLs look nice: * Nice: http://otakuworld.com/ -> https://otakuworld.daarchive.net/ * Other: https://www.kamishibai.com/ -> https://otakuworld.daarchive.net/_/https/www.kamishibai.com/ * Ask what the **robots.txt crawling policy** should be: * If original site is online, recommend a "allow archiving crawlers; block search engine crawlers and other crawlers" policy * For now, archive.org is the only Archiving Crawler that I know about * If original site is offline, recommand a "allow all crawlers" policy * Also provide a "block all crawlers" policy * **Create README** that: * **explains how to deploy** the site to {GitHub Pages, CloudFront Pages, S3} and provides an outline to deploy to an arbitrary other static file hosting service, * **links back to Crystal** as the program that did the export. * Recommend injecting a "This website was preserved and exported by Crystal Web Archiver" **marketing banner** by default into HTML pages so that other users can discover Crystal. * Challenge: Hard to inject this in a way that avoids breaking pages on the original site. * ex: On OtakuWorld, which uses frames, ideally the injection would happen at the bottom of the bottom frame only, but it's difficult to detect that case. * ex: On TMFFA, which also uses frames, there's the same problem. * โ€“โ€“โ€“ * On dark-themed sites, a light-themed banner would look odd. Perhaps any injected banner should be designed to look reasonable on _both_ light & dark themed backgrounds. * (Supporter) Allow users who have donated to remove the banner with a checkbox. v2 Detail Ideas: * For advanced cases, allow **multiple primary domains**, where each primary domain is intended to be posted online at a different top-level domain: * Nice-1: http://otakuworld.com/ -> https://otakuworld.daarchive.net/ * Nice-2: http://jenniverse.com/ -> https://jenniverse.daarchive.net/ * Nice-3: http://unicornjelly.com/ -> https://unicornjelly.daarchive.net/ * ~~Recognize **subdomains of a primary domain** correctly:~~ * ๐Ÿ‘‰ On second thought, it's probably better to treat subdomains as completely separate by default because there's additional operational work to deploy each primary domain as an actual domain. * โ€“โ€“โ€“ * If primary domain: http://unicornjelly.com/ * Then-1: http://unicornjelly.com/ -> https://unicornjelly.daarchive.net/ * Then-2: http://forums.unicornjelly.com/ -> https://forums.unicornjelly.daarchive.net/ * **Intelligently merge resources that appear as both http:// and https://** so that there is just one version for any given path in the exported project. Usually either the http:// version redirects to the https:// version, or they have exactly/substantially the same content.
priority
support export of project to static file server like github pages outcome there exists a button on crystal s main window that provides the ability to export the data from a project so that it can be posted online detail ideas select primary domain so that most urls look nice nice other ask what the robots txt crawling policy should be if original site is online recommend a allow archiving crawlers block search engine crawlers and other crawlers policy for now archive org is the only archiving crawler that i know about if original site is offline recommand a allow all crawlers policy also provide a block all crawlers policy create readme that explains how to deploy the site to github pages cloudfront pages and provides an outline to deploy to an arbitrary other static file hosting service links back to crystal as the program that did the export recommend injecting a this website was preserved and exported by crystal web archiver marketing banner by default into html pages so that other users can discover crystal challenge hard to inject this in a way that avoids breaking pages on the original site ex on otakuworld which uses frames ideally the injection would happen at the bottom of the bottom frame only but it s difficult to detect that case ex on tmffa which also uses frames there s the same problem โ€“โ€“โ€“ on dark themed sites a light themed banner would look odd perhaps any injected banner should be designed to look reasonable on both light dark themed backgrounds supporter allow users who have donated to remove the banner with a checkbox detail ideas for advanced cases allow multiple primary domains where each primary domain is intended to be posted online at a different top level domain nice nice nice recognize subdomains of a primary domain correctly ๐Ÿ‘‰ on second thought it s probably better to treat subdomains as completely separate by default because there s additional operational work to deploy each primary domain as an actual domain โ€“โ€“โ€“ if primary domain then then intelligently merge resources that appear as both http and so that there is just one version for any given path in the exported project usually either the http version redirects to the https version or they have exactly substantially the same content
1
265,781
8,358,938,456
IssuesEvent
2018-10-03 06:08:18
minio/minio
https://api.github.com/repos/minio/minio
closed
Minio using Azure Blob Storage Crashes after more than 1GB it's uploaded
community priority: medium
<!--- Provide a general summary of the issue in the Title above --> Hi folks, I'm using Kubernetes in Azure AKS running a deployment with latest version of Minio it connects fine, I'm able to login and no problem ... but when I'm trying to upload files which size is more than 1GB that container gets killed and I'm not able to see any kind of logs. After that, I thought it was an issue with Nginx ingress and I created and expose a service to access directly to Minio, instead via Nginx. I tried to upload same file and got that same error. After that, just to be sure, I launched a Docker container with same version (latest one) in my local, export port 9000 and do the same that I mentioned above. And same happened. As mentioned, I can't get any kind of log and don't know why that container gets killed after almost upload that file. ## Expected Behavior <!--- If you're describing a bug, tell us what should happen --> Upload more than 1GB files <!--- If you're suggesting a change/improvement, tell us how it should work --> ## Current Behavior <!--- If describing a bug, tell us what happens instead of the expected behavior --> It crashes after try to upload files more than 1GB <!--- If suggesting a change/improvement, explain the difference from current behavior --> ## Steps to Reproduce (for bugs) <!--- Provide a link to a live example, or an unambiguous set of steps to --> <!--- reproduce this bug. Include code to reproduce, if relevant --> 1. Locally run minio latest docker image and with `gateway azure` CMD ``` docker run -tid -p 9000:9000 --name azure-s3 \ -e "MINIO_ACCESS_KEY=nameOfyourBlob" \ -e "MINIO_SECRET_KEY=KEYOFYOURBLOB" \ -e "MINIO_HTTP_TRACE=/tmp/minio.log" \ -v ~/data:/data \ -v ~/data/config:/root/.minio minio/minio gateway azure ``` 2. Go to http://127.0.0.1:9000 3. Put your Azure Blob Storage credentials in there 4. Create a bucket 5. Upload a file with more that 1GB size within that bucket ## Context <!--- How has this issue affected you? What are you trying to accomplish? --> AKS Kubernetes Locally Mac OS X Mojave <!--- Providing context helps us come up with a solution that is most useful in the real world --> ## Your Environment <!--- Include as many relevant details about the environment you experienced the bug in --> * Version used: Latest docker image * Environment name and version: No Nginx
1.0
Minio using Azure Blob Storage Crashes after more than 1GB it's uploaded - <!--- Provide a general summary of the issue in the Title above --> Hi folks, I'm using Kubernetes in Azure AKS running a deployment with latest version of Minio it connects fine, I'm able to login and no problem ... but when I'm trying to upload files which size is more than 1GB that container gets killed and I'm not able to see any kind of logs. After that, I thought it was an issue with Nginx ingress and I created and expose a service to access directly to Minio, instead via Nginx. I tried to upload same file and got that same error. After that, just to be sure, I launched a Docker container with same version (latest one) in my local, export port 9000 and do the same that I mentioned above. And same happened. As mentioned, I can't get any kind of log and don't know why that container gets killed after almost upload that file. ## Expected Behavior <!--- If you're describing a bug, tell us what should happen --> Upload more than 1GB files <!--- If you're suggesting a change/improvement, tell us how it should work --> ## Current Behavior <!--- If describing a bug, tell us what happens instead of the expected behavior --> It crashes after try to upload files more than 1GB <!--- If suggesting a change/improvement, explain the difference from current behavior --> ## Steps to Reproduce (for bugs) <!--- Provide a link to a live example, or an unambiguous set of steps to --> <!--- reproduce this bug. Include code to reproduce, if relevant --> 1. Locally run minio latest docker image and with `gateway azure` CMD ``` docker run -tid -p 9000:9000 --name azure-s3 \ -e "MINIO_ACCESS_KEY=nameOfyourBlob" \ -e "MINIO_SECRET_KEY=KEYOFYOURBLOB" \ -e "MINIO_HTTP_TRACE=/tmp/minio.log" \ -v ~/data:/data \ -v ~/data/config:/root/.minio minio/minio gateway azure ``` 2. Go to http://127.0.0.1:9000 3. Put your Azure Blob Storage credentials in there 4. Create a bucket 5. Upload a file with more that 1GB size within that bucket ## Context <!--- How has this issue affected you? What are you trying to accomplish? --> AKS Kubernetes Locally Mac OS X Mojave <!--- Providing context helps us come up with a solution that is most useful in the real world --> ## Your Environment <!--- Include as many relevant details about the environment you experienced the bug in --> * Version used: Latest docker image * Environment name and version: No Nginx
priority
minio using azure blob storage crashes after more than it s uploaded hi folks i m using kubernetes in azure aks running a deployment with latest version of minio it connects fine i m able to login and no problem but when i m trying to upload files which size is more than that container gets killed and i m not able to see any kind of logs after that i thought it was an issue with nginx ingress and i created and expose a service to access directly to minio instead via nginx i tried to upload same file and got that same error after that just to be sure i launched a docker container with same version latest one in my local export port and do the same that i mentioned above and same happened as mentioned i can t get any kind of log and don t know why that container gets killed after almost upload that file expected behavior upload more than files current behavior it crashes after try to upload files more than steps to reproduce for bugs locally run minio latest docker image and with gateway azure cmd docker run tid p name azure e minio access key nameofyourblob e minio secret key keyofyourblob e minio http trace tmp minio log v data data v data config root minio minio minio gateway azure go to put your azure blob storage credentials in there create a bucket upload a file with more that size within that bucket context aks kubernetes locally mac os x mojave your environment version used latest docker image environment name and version no nginx
1
403,063
11,835,233,422
IssuesEvent
2020-03-23 10:18:01
telerik/kendo-ui-core
https://api.github.com/repos/telerik/kendo-ui-core
closed
Selected item in Grid Pager is not visible in LESS Bootstrap theme
Appearance C: Pager Priority 1 SEV: Medium
### Bug report The selected item in Grid Pager is not visible in LESS Bootstrap theme. The text color is white on white background ### Reproduction of the problem 1. Go to the following demo: https://demos.telerik.com/kendo-ui/listview/remote-data-binding 1. Select Less Boostrap v3 theme 1. Check the selected page in the pager ### Current behavior The text color is white on white background ### Expected/desired behavior The selected page should be visible ### Environment * **Kendo UI version:** 2019.1.115
1.0
Selected item in Grid Pager is not visible in LESS Bootstrap theme - ### Bug report The selected item in Grid Pager is not visible in LESS Bootstrap theme. The text color is white on white background ### Reproduction of the problem 1. Go to the following demo: https://demos.telerik.com/kendo-ui/listview/remote-data-binding 1. Select Less Boostrap v3 theme 1. Check the selected page in the pager ### Current behavior The text color is white on white background ### Expected/desired behavior The selected page should be visible ### Environment * **Kendo UI version:** 2019.1.115
priority
selected item in grid pager is not visible in less bootstrap theme bug report the selected item in grid pager is not visible in less bootstrap theme the text color is white on white background reproduction of the problem go to the following demo select less boostrap theme check the selected page in the pager current behavior the text color is white on white background expected desired behavior the selected page should be visible environment kendo ui version
1
765,323
26,841,470,683
IssuesEvent
2023-02-03 01:05:30
dmwm/WMCore
https://api.github.com/repos/dmwm/WMCore
closed
MSRuleCleaner: local variable 'transferInfo' referenced before assignment
BUG Medium Priority MSRuleCleaner
**Impact of the bug** MSRuleCleaner **Describe the bug** While testing another and unrelated PR, one unit test failed and part of the error message is: ``` File "/build/cmsbld/jenkins/workspace/DMWM-WMCorePy3-PR-unittests/SLICE/3/label/cms-dmwm-cc7/code/src/python/WMCore/MicroService/MSRuleCleaner/MSRuleCleaner.py", line 632, in getMSOutputTransferInfo if transferInfo is None: local variable 'transferInfo' referenced before assignment ``` here is the full unit test log (which will become unavailable in 30 days from now): https://cmssdt.cern.ch/dmwm-jenkins/job/DMWM-WMCore-PR-test/13970/testReport/junit/WMCore_t.MicroService_t.MSRuleCleaner_t.MSRuleCleaner_t/MSRuleCleanerTest/testRunning/ **How to reproduce it** Make that code to execute the exception block **Expected behavior** That unexpected exception should not occur. **Additional context and error message** None
1.0
MSRuleCleaner: local variable 'transferInfo' referenced before assignment - **Impact of the bug** MSRuleCleaner **Describe the bug** While testing another and unrelated PR, one unit test failed and part of the error message is: ``` File "/build/cmsbld/jenkins/workspace/DMWM-WMCorePy3-PR-unittests/SLICE/3/label/cms-dmwm-cc7/code/src/python/WMCore/MicroService/MSRuleCleaner/MSRuleCleaner.py", line 632, in getMSOutputTransferInfo if transferInfo is None: local variable 'transferInfo' referenced before assignment ``` here is the full unit test log (which will become unavailable in 30 days from now): https://cmssdt.cern.ch/dmwm-jenkins/job/DMWM-WMCore-PR-test/13970/testReport/junit/WMCore_t.MicroService_t.MSRuleCleaner_t.MSRuleCleaner_t/MSRuleCleanerTest/testRunning/ **How to reproduce it** Make that code to execute the exception block **Expected behavior** That unexpected exception should not occur. **Additional context and error message** None
priority
msrulecleaner local variable transferinfo referenced before assignment impact of the bug msrulecleaner describe the bug while testing another and unrelated pr one unit test failed and part of the error message is file build cmsbld jenkins workspace dmwm pr unittests slice label cms dmwm code src python wmcore microservice msrulecleaner msrulecleaner py line in getmsoutputtransferinfo if transferinfo is none local variable transferinfo referenced before assignment here is the full unit test log which will become unavailable in days from now how to reproduce it make that code to execute the exception block expected behavior that unexpected exception should not occur additional context and error message none
1
305,015
9,358,531,584
IssuesEvent
2019-04-02 02:49:35
redhat-developer-demos/knative-tutorial
https://api.github.com/repos/redhat-developer-demos/knative-tutorial
closed
Realign Chapter numbers
priority/medium
Realign Chapter numbers with actual numbers on disk. https://screencast.com/t/cdFOe8Em CC: @burrsutter
1.0
Realign Chapter numbers - Realign Chapter numbers with actual numbers on disk. https://screencast.com/t/cdFOe8Em CC: @burrsutter
priority
realign chapter numbers realign chapter numbers with actual numbers on disk cc burrsutter
1
302,239
9,256,333,132
IssuesEvent
2019-03-16 18:08:56
OpenbookOrg/openbook-app
https://api.github.com/repos/OpenbookOrg/openbook-app
opened
Cannot zoom in community avatar nor post description link
bug priority:medium
We cannot zoom community avatars and post links in descriptions.
1.0
Cannot zoom in community avatar nor post description link - We cannot zoom community avatars and post links in descriptions.
priority
cannot zoom in community avatar nor post description link we cannot zoom community avatars and post links in descriptions
1
48,523
2,998,315,268
IssuesEvent
2015-07-23 13:30:59
jayway/powermock
https://api.github.com/repos/jayway/powermock
closed
Loading of apache.commons.logging.Log by MockClassLoader leads to 2 version of Log in classpath when tested code uses commons-logging
bug imported invalid Priority-Medium
_From [mohammad...@gmail.com](https://code.google.com/u/103784651540559928080/) on June 30, 2009 11:26:37_ What steps will reproduce the problem? 1. Create a class-to-be-tested which uses commons-logging 2. Run a JUnit test class, testing class-to-be-tested with PowerMock runner. What is the expected output? What do you see instead? Java.lang.ExceptionInitializerError error thrown. ... caused by LogConfigurationException What version of the product are you using? On what operating system? version:1.2.5 OS: Windows XP Please provide any additional information below. _Original issue: http://code.google.com/p/powermock/issues/detail?id=123_
1.0
Loading of apache.commons.logging.Log by MockClassLoader leads to 2 version of Log in classpath when tested code uses commons-logging - _From [mohammad...@gmail.com](https://code.google.com/u/103784651540559928080/) on June 30, 2009 11:26:37_ What steps will reproduce the problem? 1. Create a class-to-be-tested which uses commons-logging 2. Run a JUnit test class, testing class-to-be-tested with PowerMock runner. What is the expected output? What do you see instead? Java.lang.ExceptionInitializerError error thrown. ... caused by LogConfigurationException What version of the product are you using? On what operating system? version:1.2.5 OS: Windows XP Please provide any additional information below. _Original issue: http://code.google.com/p/powermock/issues/detail?id=123_
priority
loading of apache commons logging log by mockclassloader leads to version of log in classpath when tested code uses commons logging from on june what steps will reproduce the problem create a class to be tested which uses commons logging run a junit test class testing class to be tested with powermock runner what is the expected output what do you see instead java lang exceptioninitializererror error thrown caused by logconfigurationexception what version of the product are you using on what operating system version os windows xp please provide any additional information below original issue
1
703,272
24,151,183,741
IssuesEvent
2022-09-22 01:03:48
space-wizards/space-station-14
https://api.github.com/repos/space-wizards/space-station-14
closed
Every single sentient object can move
Issue: Bug Priority: 1-Urgent Difficulty: 2-Medium
## Description <!-- Explain your issue in detail. Issues without proper explanation are liable to be closed by maintainers. --> https://user-images.githubusercontent.com/98561806/179425770-255e01e2-bb4d-4603-9a1a-49c1faaf7e54.mp4 **Additional context** <!-- Add any other context about the problem here. Anything you think is related to the issue. --> spams this exception: `input.context: AttachedEnt has no InputComponent: entId=1294, entProto=EntityPrototype(VendingMachineCola). Setting default "common" context...`
1.0
Every single sentient object can move - ## Description <!-- Explain your issue in detail. Issues without proper explanation are liable to be closed by maintainers. --> https://user-images.githubusercontent.com/98561806/179425770-255e01e2-bb4d-4603-9a1a-49c1faaf7e54.mp4 **Additional context** <!-- Add any other context about the problem here. Anything you think is related to the issue. --> spams this exception: `input.context: AttachedEnt has no InputComponent: entId=1294, entProto=EntityPrototype(VendingMachineCola). Setting default "common" context...`
priority
every single sentient object can move description additional context spams this exception input context attachedent has no inputcomponent entid entproto entityprototype vendingmachinecola setting default common context
1
336,807
10,197,194,485
IssuesEvent
2019-08-12 23:15:49
minio/minio
https://api.github.com/repos/minio/minio
closed
minio update breaks minio if you configured --address :80
community priority: medium won't fix
minio update breaks minio since it won't have the capability to listen to 80 port. if you're on the distributed mode the cluster won't be back up since the nodes can't communicate with each other. ## Expected Behavior the updated minio must have the same capabilities as the older version ## Current Behavior minio binary loses the capability to listen to privileged ports after update ## Possible Solution `minio update` must check it's binary's capabilities and set them after update ## Steps to Reproduce (for bugs) 1. download older version of minio 1. `setcap 'cap_net_bind_service=+ep' /usr/local/bin/minio` 1. `minio update` 1. `getcap /usr/local/bin/minio` ## Your Environment <!--- Include as many relevant details about the environment you experienced the bug in --> * Version used (`minio version`): minio.RELEASE.2019-08-07T01-59-21Z * Operating System and version (`uname -a`): Ubuntu 18.04 LTS
1.0
minio update breaks minio if you configured --address :80 - minio update breaks minio since it won't have the capability to listen to 80 port. if you're on the distributed mode the cluster won't be back up since the nodes can't communicate with each other. ## Expected Behavior the updated minio must have the same capabilities as the older version ## Current Behavior minio binary loses the capability to listen to privileged ports after update ## Possible Solution `minio update` must check it's binary's capabilities and set them after update ## Steps to Reproduce (for bugs) 1. download older version of minio 1. `setcap 'cap_net_bind_service=+ep' /usr/local/bin/minio` 1. `minio update` 1. `getcap /usr/local/bin/minio` ## Your Environment <!--- Include as many relevant details about the environment you experienced the bug in --> * Version used (`minio version`): minio.RELEASE.2019-08-07T01-59-21Z * Operating System and version (`uname -a`): Ubuntu 18.04 LTS
priority
minio update breaks minio if you configured address minio update breaks minio since it won t have the capability to listen to port if you re on the distributed mode the cluster won t be back up since the nodes can t communicate with each other expected behavior the updated minio must have the same capabilities as the older version current behavior minio binary loses the capability to listen to privileged ports after update possible solution minio update must check it s binary s capabilities and set them after update steps to reproduce for bugs download older version of minio setcap cap net bind service ep usr local bin minio minio update getcap usr local bin minio your environment version used minio version minio release operating system and version uname a ubuntu lts
1
424,908
12,324,903,301
IssuesEvent
2020-05-13 14:21:36
Aalto-LeTech/a-plus-rst-tools
https://api.github.com/repos/Aalto-LeTech/a-plus-rst-tools
opened
Chapter links (file paths) behave differently in Windows and Linux
effort: hours priority: medium type: bug
Juha says that chapter links behave differently in Windows and Linux. He uses Roman to compile the course materials, but Roman shouldn't affect this at all and the problem stems from a-plus-rst-tools. The code in `lib/html_tools.py` particularly affects the links in the HTML output. It has been typical that a-plus-rst-tools are tested in Linux machines and nobody really thinks about Windows. Windows file paths have some differences and there could be bugs in the code that assume that only Linux-style file paths are used. A-plus-rst-tools should use the platform-agnostic Python file path APIs so that the code is not dependent on any operating system. Problem: when somebody tries to fix this, they should also have access to a Windows machine for testing, but that is harder to arrange. Is it feasible to use remote VDI Windows for this even though we don't have admin privileges there? VDI images should have some Python version installed, but we also need virtualenv for installing Sphinx.
1.0
Chapter links (file paths) behave differently in Windows and Linux - Juha says that chapter links behave differently in Windows and Linux. He uses Roman to compile the course materials, but Roman shouldn't affect this at all and the problem stems from a-plus-rst-tools. The code in `lib/html_tools.py` particularly affects the links in the HTML output. It has been typical that a-plus-rst-tools are tested in Linux machines and nobody really thinks about Windows. Windows file paths have some differences and there could be bugs in the code that assume that only Linux-style file paths are used. A-plus-rst-tools should use the platform-agnostic Python file path APIs so that the code is not dependent on any operating system. Problem: when somebody tries to fix this, they should also have access to a Windows machine for testing, but that is harder to arrange. Is it feasible to use remote VDI Windows for this even though we don't have admin privileges there? VDI images should have some Python version installed, but we also need virtualenv for installing Sphinx.
priority
chapter links file paths behave differently in windows and linux juha says that chapter links behave differently in windows and linux he uses roman to compile the course materials but roman shouldn t affect this at all and the problem stems from a plus rst tools the code in lib html tools py particularly affects the links in the html output it has been typical that a plus rst tools are tested in linux machines and nobody really thinks about windows windows file paths have some differences and there could be bugs in the code that assume that only linux style file paths are used a plus rst tools should use the platform agnostic python file path apis so that the code is not dependent on any operating system problem when somebody tries to fix this they should also have access to a windows machine for testing but that is harder to arrange is it feasible to use remote vdi windows for this even though we don t have admin privileges there vdi images should have some python version installed but we also need virtualenv for installing sphinx
1
779,721
27,364,019,940
IssuesEvent
2023-02-27 17:45:23
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
closed
[xCluster] Dont compute batch size in BatchedWriteImplementation::ProcessRecord if no limit is set
kind/bug area/docdb priority/medium
Jira Link: [DB-5660](https://yugabyte.atlassian.net/browse/DB-5660) ### Description If FLAGS_cdc_max_apply_batch_size_bytes is set to 0 then we dont have to compute queue.back()->ByteSizeLong() Related to #16237 [DB-5660]: https://yugabyte.atlassian.net/browse/DB-5660?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1.0
[xCluster] Dont compute batch size in BatchedWriteImplementation::ProcessRecord if no limit is set - Jira Link: [DB-5660](https://yugabyte.atlassian.net/browse/DB-5660) ### Description If FLAGS_cdc_max_apply_batch_size_bytes is set to 0 then we dont have to compute queue.back()->ByteSizeLong() Related to #16237 [DB-5660]: https://yugabyte.atlassian.net/browse/DB-5660?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
priority
dont compute batch size in batchedwriteimplementation processrecord if no limit is set jira link description if flags cdc max apply batch size bytes is set to then we dont have to compute queue back bytesizelong related to
1
470,043
13,530,262,593
IssuesEvent
2020-09-15 19:37:37
onicagroup/runway
https://api.github.com/repos/onicagroup/runway
closed
[TODO] investigate import errors in various locations
breaking bug priority:medium
#429 moved the stacker shim to resolve some import errors and as a result causing/uncovering some other import errors. **These errors are not present during normal execution (CLI invocation). They arose in our test suite where `conftest.py` imports portions of runway outside of normal execution.** This error was resolved by changing this import: ```python from runway.config import Config from runway.core.components import DeployEnvironment ``` to this and consuming the components inline (e.g. `runway.config.Config()`): ```python import runway ``` Looking at the error, it appears to be a cyclic import issue involving the Runway config, CFNgin lookups, hooks, variables, and exceptions (#430). To resolve this, we will need to shuffle around where things are defined which will cause things to break. notably any hook or custom module that handles exceptions or still implements in-hook variable resolution. Since this does not impact executing Runway via the CLI (the primary intent of this project) I don't perceive this as a critical issue and can be fixed in the next scheduled major release without expediting timeline.
1.0
[TODO] investigate import errors in various locations - #429 moved the stacker shim to resolve some import errors and as a result causing/uncovering some other import errors. **These errors are not present during normal execution (CLI invocation). They arose in our test suite where `conftest.py` imports portions of runway outside of normal execution.** This error was resolved by changing this import: ```python from runway.config import Config from runway.core.components import DeployEnvironment ``` to this and consuming the components inline (e.g. `runway.config.Config()`): ```python import runway ``` Looking at the error, it appears to be a cyclic import issue involving the Runway config, CFNgin lookups, hooks, variables, and exceptions (#430). To resolve this, we will need to shuffle around where things are defined which will cause things to break. notably any hook or custom module that handles exceptions or still implements in-hook variable resolution. Since this does not impact executing Runway via the CLI (the primary intent of this project) I don't perceive this as a critical issue and can be fixed in the next scheduled major release without expediting timeline.
priority
investigate import errors in various locations moved the stacker shim to resolve some import errors and as a result causing uncovering some other import errors these errors are not present during normal execution cli invocation they arose in our test suite where conftest py imports portions of runway outside of normal execution this error was resolved by changing this import python from runway config import config from runway core components import deployenvironment to this and consuming the components inline e g runway config config python import runway looking at the error it appears to be a cyclic import issue involving the runway config cfngin lookups hooks variables and exceptions to resolve this we will need to shuffle around where things are defined which will cause things to break notably any hook or custom module that handles exceptions or still implements in hook variable resolution since this does not impact executing runway via the cli the primary intent of this project i don t perceive this as a critical issue and can be fixed in the next scheduled major release without expediting timeline
1
326,370
9,955,604,754
IssuesEvent
2019-07-05 11:34:24
Sinapse-Energia/IoT-Hub-Home
https://api.github.com/repos/Sinapse-Energia/IoT-Hub-Home
opened
[API][MVP] Free potential relay with only three steps
Client Priority: medium Size: 2 Status: new Type: enhancement
In order to save RAM, reduce the Free potential relays to have only 3 steps instead 10.
1.0
[API][MVP] Free potential relay with only three steps - In order to save RAM, reduce the Free potential relays to have only 3 steps instead 10.
priority
free potential relay with only three steps in order to save ram reduce the free potential relays to have only steps instead
1
802,051
28,596,829,927
IssuesEvent
2023-04-23 00:05:05
QuiltMC/quiltflower
https://api.github.com/repos/QuiltMC/quiltflower
closed
Casting errors
bug Priority: Medium Subsystem: Variables
Hello Is there a way to call the libraries associated with a class during decompilation so that there are no errors like values not being casted? ![image](https://user-images.githubusercontent.com/57654948/184592834-3be32e70-3e5d-4b59-add3-d31385ca58fe.png)
1.0
Casting errors - Hello Is there a way to call the libraries associated with a class during decompilation so that there are no errors like values not being casted? ![image](https://user-images.githubusercontent.com/57654948/184592834-3be32e70-3e5d-4b59-add3-d31385ca58fe.png)
priority
casting errors hello is there a way to call the libraries associated with a class during decompilation so that there are no errors like values not being casted
1
355,530
10,581,774,647
IssuesEvent
2019-10-08 09:55:38
ooni/probe-engine
https://api.github.com/repos/ooni/probe-engine
opened
dash: write tests and reach 100% coverage
enhancement priority/medium
We've written a new DASH experiment in Go in #61. Now we need to get confidence that it is working as intended. To this end, we need to write tests to cover all code paths as well as to make sure that we're emitting the intended summary stats given specific interim measurements. Once this stage is reached, we'd have gained confidence that the DASH experiment is production ready, and we can replace the C++ implementation with the Go one.
1.0
dash: write tests and reach 100% coverage - We've written a new DASH experiment in Go in #61. Now we need to get confidence that it is working as intended. To this end, we need to write tests to cover all code paths as well as to make sure that we're emitting the intended summary stats given specific interim measurements. Once this stage is reached, we'd have gained confidence that the DASH experiment is production ready, and we can replace the C++ implementation with the Go one.
priority
dash write tests and reach coverage we ve written a new dash experiment in go in now we need to get confidence that it is working as intended to this end we need to write tests to cover all code paths as well as to make sure that we re emitting the intended summary stats given specific interim measurements once this stage is reached we d have gained confidence that the dash experiment is production ready and we can replace the c implementation with the go one
1
397,021
11,717,250,901
IssuesEvent
2020-03-09 16:56:45
HabitRPG/habitica
https://api.github.com/repos/HabitRPG/habitica
closed
Party Sort Order Asc / Desc (Ascending / Descending) fails for "Sort by Name" in modal
priority: medium section: Challenges: all section: Challenges: judging section: Guilds section: Party Page status: issue: in progress type: medium level coding
When you click the "View Party" button in the header, a modal opens and you see a drop-down with "Sort by" options and another drop-down for "Asc" (Ascending) and "Desc" (Descending). The Asc / Desc options don't make any difference when "Sort by Name" has been selected. The expected behaviour is that if you select "Sort by Name" and then switch between Asc and Desc, the party members in the modal should reverse order. Asc / Desc does work as required for the other "Sort by" options. ![image](https://user-images.githubusercontent.com/1495809/75623283-2c346300-5bf4-11ea-881c-56ae6611edc3.png)
1.0
Party Sort Order Asc / Desc (Ascending / Descending) fails for "Sort by Name" in modal - When you click the "View Party" button in the header, a modal opens and you see a drop-down with "Sort by" options and another drop-down for "Asc" (Ascending) and "Desc" (Descending). The Asc / Desc options don't make any difference when "Sort by Name" has been selected. The expected behaviour is that if you select "Sort by Name" and then switch between Asc and Desc, the party members in the modal should reverse order. Asc / Desc does work as required for the other "Sort by" options. ![image](https://user-images.githubusercontent.com/1495809/75623283-2c346300-5bf4-11ea-881c-56ae6611edc3.png)
priority
party sort order asc desc ascending descending fails for sort by name in modal when you click the view party button in the header a modal opens and you see a drop down with sort by options and another drop down for asc ascending and desc descending the asc desc options don t make any difference when sort by name has been selected the expected behaviour is that if you select sort by name and then switch between asc and desc the party members in the modal should reverse order asc desc does work as required for the other sort by options
1
721,821
24,839,021,625
IssuesEvent
2022-10-26 11:13:10
status-im/status-desktop
https://api.github.com/repos/status-im/status-desktop
opened
Profile out of sync with contacts
bug Profile priority 2: medium E:Bugfixes E:MutualContacts
# Bug Report ## Description User profiles are not in sync between contacts. Within a reasonable amount of time the users current profile should sync to all contacts. ## Steps to reproduce 1. User sets profile picture 2. User sets ENS 3. User logs into fresh instance of Status - *do not set profile picture or restore ENS* 4. Profile shown differently to different users - with ENS and profile picture when user is shown neither. Profile shown to current user: ![image](https://user-images.githubusercontent.com/50769329/198010822-ed7b2b66-2d72-409b-bc9a-59cd9a00f3a4.png) Profile shown to contact 1: ![image](https://user-images.githubusercontent.com/50769329/198010607-7dd8f510-5f64-4b22-85af-84bb6bd37c6f.png) Profile shown to contact 2: ![image](https://user-images.githubusercontent.com/50769329/198010654-4cb3d97a-ca4f-4040-bb9e-39d8581a28d1.png) --- #### Expected behavior Within a reasonable amount of time the users current profile should sync to all contacts #### Actual behavior User and contacts see different versions of the same profile. ### Additional Information - Status desktop version: 0.8.0 rc - Operating System: Mac
1.0
Profile out of sync with contacts - # Bug Report ## Description User profiles are not in sync between contacts. Within a reasonable amount of time the users current profile should sync to all contacts. ## Steps to reproduce 1. User sets profile picture 2. User sets ENS 3. User logs into fresh instance of Status - *do not set profile picture or restore ENS* 4. Profile shown differently to different users - with ENS and profile picture when user is shown neither. Profile shown to current user: ![image](https://user-images.githubusercontent.com/50769329/198010822-ed7b2b66-2d72-409b-bc9a-59cd9a00f3a4.png) Profile shown to contact 1: ![image](https://user-images.githubusercontent.com/50769329/198010607-7dd8f510-5f64-4b22-85af-84bb6bd37c6f.png) Profile shown to contact 2: ![image](https://user-images.githubusercontent.com/50769329/198010654-4cb3d97a-ca4f-4040-bb9e-39d8581a28d1.png) --- #### Expected behavior Within a reasonable amount of time the users current profile should sync to all contacts #### Actual behavior User and contacts see different versions of the same profile. ### Additional Information - Status desktop version: 0.8.0 rc - Operating System: Mac
priority
profile out of sync with contacts bug report description user profiles are not in sync between contacts within a reasonable amount of time the users current profile should sync to all contacts steps to reproduce user sets profile picture user sets ens user logs into fresh instance of status do not set profile picture or restore ens profile shown differently to different users with ens and profile picture when user is shown neither profile shown to current user profile shown to contact profile shown to contact expected behavior within a reasonable amount of time the users current profile should sync to all contacts actual behavior user and contacts see different versions of the same profile additional information status desktop version rc operating system mac
1
826,912
31,717,582,599
IssuesEvent
2023-09-10 02:57:55
space-wizards/RobustToolbox
https://api.github.com/repos/space-wizards/RobustToolbox
opened
Remove component lifestage fields
Issue: Needs Refactor Difficulty: 2-Medium Priority: 2-Before Release
Agreed at the maintainer meeting. 1. Most of the time it's irrelevant. 2. You can infer it from component change events. 3. If you care about other event lifestages then seek professional help (just use entity lifestage or something).
1.0
Remove component lifestage fields - Agreed at the maintainer meeting. 1. Most of the time it's irrelevant. 2. You can infer it from component change events. 3. If you care about other event lifestages then seek professional help (just use entity lifestage or something).
priority
remove component lifestage fields agreed at the maintainer meeting most of the time it s irrelevant you can infer it from component change events if you care about other event lifestages then seek professional help just use entity lifestage or something
1
72,776
3,391,269,250
IssuesEvent
2015-11-30 14:54:47
DLR-SC/tixi
https://api.github.com/repos/DLR-SC/tixi
closed
Reintegrate fortran examples
auto-migrated Priority-Medium Type-Task
``` Before the cmake era, we had already some fortran examples. We should pull them back in, maybe into the examples directory. The last change was made (i think) in rc42a233d97bb. So we can get them back from there. ``` Original issue reported on code.google.com by `martinsi...@gmail.com` on 14 Nov 2012 at 6:31
1.0
Reintegrate fortran examples - ``` Before the cmake era, we had already some fortran examples. We should pull them back in, maybe into the examples directory. The last change was made (i think) in rc42a233d97bb. So we can get them back from there. ``` Original issue reported on code.google.com by `martinsi...@gmail.com` on 14 Nov 2012 at 6:31
priority
reintegrate fortran examples before the cmake era we had already some fortran examples we should pull them back in maybe into the examples directory the last change was made i think in so we can get them back from there original issue reported on code google com by martinsi gmail com on nov at
1
49,762
3,004,217,875
IssuesEvent
2015-07-25 18:14:29
JACoders/OpenJK
https://api.github.com/repos/JACoders/OpenJK
opened
Showtris cvar breaks rendering after it has been turned on
bug MEDIUM PRIORITY MP
When using the showtris feature, it breaks the rendering and cannot be fixed until restarting the game. Since gamma correct rewrite to use arb shaders.
1.0
Showtris cvar breaks rendering after it has been turned on - When using the showtris feature, it breaks the rendering and cannot be fixed until restarting the game. Since gamma correct rewrite to use arb shaders.
priority
showtris cvar breaks rendering after it has been turned on when using the showtris feature it breaks the rendering and cannot be fixed until restarting the game since gamma correct rewrite to use arb shaders
1
211,207
7,199,267,582
IssuesEvent
2018-02-05 15:28:56
trellis-ldp/trellis
https://api.github.com/repos/trellis-ldp/trellis
closed
Clean up app configuration
area/app priority/medium
Remove unnecessary hierarchy and add structure where needed (json-ld section).
1.0
Clean up app configuration - Remove unnecessary hierarchy and add structure where needed (json-ld section).
priority
clean up app configuration remove unnecessary hierarchy and add structure where needed json ld section
1
175,491
6,551,480,515
IssuesEvent
2017-09-05 14:53:32
pburns96/Revature-VenderBender
https://api.github.com/repos/pburns96/Revature-VenderBender
closed
As a customer, I can filter concerts by a start and end date.
Medium Priority
Requirements: -Create a start and end date selector. -Create a grab by start and end date query in the ConcertDAO
1.0
As a customer, I can filter concerts by a start and end date. - Requirements: -Create a start and end date selector. -Create a grab by start and end date query in the ConcertDAO
priority
as a customer i can filter concerts by a start and end date requirements create a start and end date selector create a grab by start and end date query in the concertdao
1
445,949
12,838,091,281
IssuesEvent
2020-07-07 16:50:39
carbon-design-system/ibm-dotcom-library
https://api.github.com/repos/carbon-design-system/ibm-dotcom-library
closed
Activate callout data feature flag on NextJS test page
Airtable Done dev priority: medium
<!-- Avoid any type of solutions in this user story --> <!-- replace _{{...}}_ with your own words or remove --> #### User Story <!-- {{Provide a detailed description of the user's need here, but avoid any type of solutions}} --> > As a `[user role below]`: IBM.com NextJS tester > I need to: see the callout data component on the services page > so that I can: test the functionality of the component on this page #### Additional information <!-- {{Please provide any additional information or resources for reference}} --> - _{{user research}}_ - _{{user insights}}_ - _{{user metrics}}_ #### Acceptance criteria - [ ] _{{State acceptance criteria}}_ - [ ] _{{State another}}_ - [ ] _{{And another}}_ <!-- Consider the following when writing Acceptance criteria for this story. --> <!-- *** Each product backlog item or user story should have at least one Acceptance criteria. --> <!-- *** Acceptance criteria defines a deliverable that can be completed in a single sprint --> <!-- *** Each Acceptance criterion is independently testable. --> <!-- *** Include functional as well as non-functional criteria โ€“ when relevant. --> <!-- *** Team members write Acceptance criteria and the Product Owner verifies it. -->
1.0
Activate callout data feature flag on NextJS test page - <!-- Avoid any type of solutions in this user story --> <!-- replace _{{...}}_ with your own words or remove --> #### User Story <!-- {{Provide a detailed description of the user's need here, but avoid any type of solutions}} --> > As a `[user role below]`: IBM.com NextJS tester > I need to: see the callout data component on the services page > so that I can: test the functionality of the component on this page #### Additional information <!-- {{Please provide any additional information or resources for reference}} --> - _{{user research}}_ - _{{user insights}}_ - _{{user metrics}}_ #### Acceptance criteria - [ ] _{{State acceptance criteria}}_ - [ ] _{{State another}}_ - [ ] _{{And another}}_ <!-- Consider the following when writing Acceptance criteria for this story. --> <!-- *** Each product backlog item or user story should have at least one Acceptance criteria. --> <!-- *** Acceptance criteria defines a deliverable that can be completed in a single sprint --> <!-- *** Each Acceptance criterion is independently testable. --> <!-- *** Include functional as well as non-functional criteria โ€“ when relevant. --> <!-- *** Team members write Acceptance criteria and the Product Owner verifies it. -->
priority
activate callout data feature flag on nextjs test page user story as a ibm com nextjs tester i need to see the callout data component on the services page so that i can test the functionality of the component on this page additional information user research user insights user metrics acceptance criteria state acceptance criteria state another and another
1
582,935
17,373,916,079
IssuesEvent
2021-07-30 17:46:37
whimc/Science-Tools
https://api.github.com/repos/whimc/Science-Tools
closed
Add prompt for input
Priority: Medium enhancement
Part of a quest could ask the user to answer a question. For now, there wouldn't be much (or any) validation for the response. The response should be recorded somewhere.
1.0
Add prompt for input - Part of a quest could ask the user to answer a question. For now, there wouldn't be much (or any) validation for the response. The response should be recorded somewhere.
priority
add prompt for input part of a quest could ask the user to answer a question for now there wouldn t be much or any validation for the response the response should be recorded somewhere
1
802,971
29,086,669,899
IssuesEvent
2023-05-16 00:55:07
hdmf-dev/hdmf-zarr
https://api.github.com/repos/hdmf-dev/hdmf-zarr
opened
Add support for ruff and the other modern tooling that is now in HDMF
category: enhancement priority: medium
To keep in line with HDMF: The Python Packaging Authority is gradually phasing out `setup.py` in favor of `pyproject.toml`. We make the change here. This involves removing `versioneer` as a dependency due to challenges to get it to play nicely with `pyproject.toml`. Using `setuptools_scm` for setting the package version appears to be an adequate replacement. ~~We will also now be using the popular `black` and `ruff` tools to impose a strict, mostly uncompromising style on the code base. `ruff` replaces `flake8` and `isort` and performs additional checks. Running these tools on the code base involves changing basically every python file...~~ We will now use `ruff` to replace `flake8`. It is significantly faster, sorts imports, and performs additional checks. Finally, to help automate the usage of ~~`black`~~, `ruff`, `codespell`, I recommend that developers install and use `pre-commit`, which runs these tools as well as several other helpful utility functions, to clean up the code and identify issues prior to every commit.
1.0
Add support for ruff and the other modern tooling that is now in HDMF - To keep in line with HDMF: The Python Packaging Authority is gradually phasing out `setup.py` in favor of `pyproject.toml`. We make the change here. This involves removing `versioneer` as a dependency due to challenges to get it to play nicely with `pyproject.toml`. Using `setuptools_scm` for setting the package version appears to be an adequate replacement. ~~We will also now be using the popular `black` and `ruff` tools to impose a strict, mostly uncompromising style on the code base. `ruff` replaces `flake8` and `isort` and performs additional checks. Running these tools on the code base involves changing basically every python file...~~ We will now use `ruff` to replace `flake8`. It is significantly faster, sorts imports, and performs additional checks. Finally, to help automate the usage of ~~`black`~~, `ruff`, `codespell`, I recommend that developers install and use `pre-commit`, which runs these tools as well as several other helpful utility functions, to clean up the code and identify issues prior to every commit.
priority
add support for ruff and the other modern tooling that is now in hdmf to keep in line with hdmf the python packaging authority is gradually phasing out setup py in favor of pyproject toml we make the change here this involves removing versioneer as a dependency due to challenges to get it to play nicely with pyproject toml using setuptools scm for setting the package version appears to be an adequate replacement we will also now be using the popular black and ruff tools to impose a strict mostly uncompromising style on the code base ruff replaces and isort and performs additional checks running these tools on the code base involves changing basically every python file we will now use ruff to replace it is significantly faster sorts imports and performs additional checks finally to help automate the usage of black ruff codespell i recommend that developers install and use pre commit which runs these tools as well as several other helpful utility functions to clean up the code and identify issues prior to every commit
1
150,093
5,736,073,894
IssuesEvent
2017-04-22 04:40:05
mstuttgart/pycep-correios
https://api.github.com/repos/mstuttgart/pycep-correios
opened
Novas funcionalidade e melhorias
Category: Backend Priority: Medium Stage: Backlog Type: New feature
Adiรงรฃo das seguintes funcionalidades - [ ] Testes usando template jinja para simular envio e retorno - [ ] Converter retorno em XML em objeto Python. Isso evita ter de realizar *parse* no XML retornado pelo *webservice* - [ ] Adicionar funcionalidade de gerar CEP vรกlido (em anรกlise). - [ ] Adicionar funcionalidade de verificar se a estrutura do CEP รฉ valida.
1.0
Novas funcionalidade e melhorias - Adiรงรฃo das seguintes funcionalidades - [ ] Testes usando template jinja para simular envio e retorno - [ ] Converter retorno em XML em objeto Python. Isso evita ter de realizar *parse* no XML retornado pelo *webservice* - [ ] Adicionar funcionalidade de gerar CEP vรกlido (em anรกlise). - [ ] Adicionar funcionalidade de verificar se a estrutura do CEP รฉ valida.
priority
novas funcionalidade e melhorias adiรงรฃo das seguintes funcionalidades testes usando template jinja para simular envio e retorno converter retorno em xml em objeto python isso evita ter de realizar parse no xml retornado pelo webservice adicionar funcionalidade de gerar cep vรกlido em anรกlise adicionar funcionalidade de verificar se a estrutura do cep รฉ valida
1
800,585
28,372,006,407
IssuesEvent
2023-04-12 17:42:54
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
closed
[DocDB] Integrate Odyssey into the CMake build
kind/bug area/docdb priority/medium
Jira Link: [DB-5996](https://yugabyte.atlassian.net/browse/DB-5996) ### Description Integrate Odyssey into the CMake build ### Warning: Please confirm that this issue does not contain any sensitive information - [X] I confirm this issue does not contain any sensitive information. [DB-5996]: https://yugabyte.atlassian.net/browse/DB-5996?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1.0
[DocDB] Integrate Odyssey into the CMake build - Jira Link: [DB-5996](https://yugabyte.atlassian.net/browse/DB-5996) ### Description Integrate Odyssey into the CMake build ### Warning: Please confirm that this issue does not contain any sensitive information - [X] I confirm this issue does not contain any sensitive information. [DB-5996]: https://yugabyte.atlassian.net/browse/DB-5996?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
priority
integrate odyssey into the cmake build jira link description integrate odyssey into the cmake build warning please confirm that this issue does not contain any sensitive information i confirm this issue does not contain any sensitive information
1
450,813
13,019,731,681
IssuesEvent
2020-07-27 00:19:54
PazerOP/tf2_bot_detector
https://api.github.com/repos/PazerOP/tf2_bot_detector
closed
debug report for "something is terribly wrong" type of error and odd Bot at same time
Priority: Medium Type: Bug
I got votekicked immediately during a game where, by voicechat, a guy says something like "there's a bot on the server, please kick." During the vote a screeching high pitched voicechat starts and I THINK that was a different account but I'm not sure. I think one of them was "paramour" or maybe "peace of mind" in my log. Anyhow when he announced that, I checked my detector, I had one account that I'd flagged as suspicious(? yellow) flashing and that's it. I also noticed I had a "can't find the end of the chat, something is terribly wrong" type of message on the right side, so I started a debug report and about the same time is when I discovered I was the one he was voting off, so I didn't get a chance to mark either account or even verify my suspicious one was one of them before it all blanked out. I feel like he started the voicechat/vote sequence as soon as he connected. I feel like there was more than one account that was a problem at the time, but none were in the official list. At the very least: the ability to mark player accounts after disconnecting (getting voted off) would be helpful. [debug_report.zip](https://github.com/PazerOP/tf2_bot_detector/files/4970202/debug_report.zip) Thanks!
1.0
debug report for "something is terribly wrong" type of error and odd Bot at same time - I got votekicked immediately during a game where, by voicechat, a guy says something like "there's a bot on the server, please kick." During the vote a screeching high pitched voicechat starts and I THINK that was a different account but I'm not sure. I think one of them was "paramour" or maybe "peace of mind" in my log. Anyhow when he announced that, I checked my detector, I had one account that I'd flagged as suspicious(? yellow) flashing and that's it. I also noticed I had a "can't find the end of the chat, something is terribly wrong" type of message on the right side, so I started a debug report and about the same time is when I discovered I was the one he was voting off, so I didn't get a chance to mark either account or even verify my suspicious one was one of them before it all blanked out. I feel like he started the voicechat/vote sequence as soon as he connected. I feel like there was more than one account that was a problem at the time, but none were in the official list. At the very least: the ability to mark player accounts after disconnecting (getting voted off) would be helpful. [debug_report.zip](https://github.com/PazerOP/tf2_bot_detector/files/4970202/debug_report.zip) Thanks!
priority
debug report for something is terribly wrong type of error and odd bot at same time i got votekicked immediately during a game where by voicechat a guy says something like there s a bot on the server please kick during the vote a screeching high pitched voicechat starts and i think that was a different account but i m not sure i think one of them was paramour or maybe peace of mind in my log anyhow when he announced that i checked my detector i had one account that i d flagged as suspicious yellow flashing and that s it i also noticed i had a can t find the end of the chat something is terribly wrong type of message on the right side so i started a debug report and about the same time is when i discovered i was the one he was voting off so i didn t get a chance to mark either account or even verify my suspicious one was one of them before it all blanked out i feel like he started the voicechat vote sequence as soon as he connected i feel like there was more than one account that was a problem at the time but none were in the official list at the very least the ability to mark player accounts after disconnecting getting voted off would be helpful thanks
1
289,100
8,854,943,281
IssuesEvent
2019-01-09 03:47:12
visit-dav/issues-test
https://api.github.com/repos/visit-dav/issues-test
closed
The internal launcher now passes -ppn to mpiexec, which isn't supported on all systems
bug likelihood medium priority reviewed severity medium
The internal launcher was modified to pass ppn to the mpiexec command to support threading. Unfortunately, mpiexec on several of the systems that Rick Angelini supports don't handle ppn and the job submissions fail. The script should be changed to not pass -ppn by default since that was the previous behavior and didn't cause any problems. If this changes in the future then the default can be changed to pass it. -----------------------REDMINE MIGRATION----------------------- This ticket was migrated from Redmine. As such, not all information was able to be captured in the transition. Below is a complete record of the original redmine ticket. Ticket number: 2032 Status: Resolved Project: VisIt Tracker: Bug Priority: High Subject: The internal launcher now passes -ppn to mpiexec, which isn't supported on all systems Assigned to: Eric Brugger Category: - Target version: 2.8.2 Author: Eric Brugger Start: 10/22/2014 Due date: % Done: 100% Estimated time: 4.00 hours Created: 10/22/2014 08:18 pm Updated: 10/23/2014 06:10 pm Likelihood: 3 - Occasional Severity: 3 - Major Irritation Found in version: 2.8.0 Impact: Expected Use: OS: All Support Group: Any Description: The internal launcher was modified to pass ppn to the mpiexec command to support threading. Unfortunately, mpiexec on several of the systems that Rick Angelini supports don't handle ppn and the job submissions fail. The script should be changed to not pass -ppn by default since that was the previous behavior and didn't cause any problems. If this changes in the future then the default can be changed to pass it. Comments: I committed revisions 24871 and 24874 to the 2.8 RC and trunk with thefollowing change:1) I modified the internal launcher so that by default it doesn't pass ppn to the mpiexec and mpirun commands. If the system needs to have the internal launcher pass ppn to the mpiexec or mpirun commands then the custom launcher for the system will need to set "useppnmpiexec = 1" or "useppnmpirun = 1" in the overrides of the JobSubmitter_mpiexec, JobSubmitter_mpirun and JobSubmitter_qsub classes. I did this for the NERSC custom launcher. This resolves #2032.M bin/internallauncherM resources/help/en_US/relnotes2.8.2.htmlM resources/hosts/nersc/customlauncher
1.0
The internal launcher now passes -ppn to mpiexec, which isn't supported on all systems - The internal launcher was modified to pass ppn to the mpiexec command to support threading. Unfortunately, mpiexec on several of the systems that Rick Angelini supports don't handle ppn and the job submissions fail. The script should be changed to not pass -ppn by default since that was the previous behavior and didn't cause any problems. If this changes in the future then the default can be changed to pass it. -----------------------REDMINE MIGRATION----------------------- This ticket was migrated from Redmine. As such, not all information was able to be captured in the transition. Below is a complete record of the original redmine ticket. Ticket number: 2032 Status: Resolved Project: VisIt Tracker: Bug Priority: High Subject: The internal launcher now passes -ppn to mpiexec, which isn't supported on all systems Assigned to: Eric Brugger Category: - Target version: 2.8.2 Author: Eric Brugger Start: 10/22/2014 Due date: % Done: 100% Estimated time: 4.00 hours Created: 10/22/2014 08:18 pm Updated: 10/23/2014 06:10 pm Likelihood: 3 - Occasional Severity: 3 - Major Irritation Found in version: 2.8.0 Impact: Expected Use: OS: All Support Group: Any Description: The internal launcher was modified to pass ppn to the mpiexec command to support threading. Unfortunately, mpiexec on several of the systems that Rick Angelini supports don't handle ppn and the job submissions fail. The script should be changed to not pass -ppn by default since that was the previous behavior and didn't cause any problems. If this changes in the future then the default can be changed to pass it. Comments: I committed revisions 24871 and 24874 to the 2.8 RC and trunk with thefollowing change:1) I modified the internal launcher so that by default it doesn't pass ppn to the mpiexec and mpirun commands. If the system needs to have the internal launcher pass ppn to the mpiexec or mpirun commands then the custom launcher for the system will need to set "useppnmpiexec = 1" or "useppnmpirun = 1" in the overrides of the JobSubmitter_mpiexec, JobSubmitter_mpirun and JobSubmitter_qsub classes. I did this for the NERSC custom launcher. This resolves #2032.M bin/internallauncherM resources/help/en_US/relnotes2.8.2.htmlM resources/hosts/nersc/customlauncher
priority
the internal launcher now passes ppn to mpiexec which isn t supported on all systems the internal launcher was modified to pass ppn to the mpiexec command to support threading unfortunately mpiexec on several of the systems that rick angelini supports don t handle ppn and the job submissions fail the script should be changed to not pass ppn by default since that was the previous behavior and didn t cause any problems if this changes in the future then the default can be changed to pass it redmine migration this ticket was migrated from redmine as such not all information was able to be captured in the transition below is a complete record of the original redmine ticket ticket number status resolved project visit tracker bug priority high subject the internal launcher now passes ppn to mpiexec which isn t supported on all systems assigned to eric brugger category target version author eric brugger start due date done estimated time hours created pm updated pm likelihood occasional severity major irritation found in version impact expected use os all support group any description the internal launcher was modified to pass ppn to the mpiexec command to support threading unfortunately mpiexec on several of the systems that rick angelini supports don t handle ppn and the job submissions fail the script should be changed to not pass ppn by default since that was the previous behavior and didn t cause any problems if this changes in the future then the default can be changed to pass it comments i committed revisions and to the rc and trunk with thefollowing change i modified the internal launcher so that by default it doesn t pass ppn to the mpiexec and mpirun commands if the system needs to have the internal launcher pass ppn to the mpiexec or mpirun commands then the custom launcher for the system will need to set useppnmpiexec or useppnmpirun in the overrides of the jobsubmitter mpiexec jobsubmitter mpirun and jobsubmitter qsub classes i did this for the nersc custom launcher this resolves m bin internallauncherm resources help en us htmlm resources hosts nersc customlauncher
1
119,564
4,772,096,854
IssuesEvent
2016-10-26 19:51:59
JadeCore/JadeCore
https://api.github.com/repos/JadeCore/JadeCore
closed
Mists of Pandaria Dungeon bugs list?
Branch-5.4.8 FeatureNotImplemented InstanceBug Priority:Medium WorkInProgress
Does anyone have dungeons bug list from the 5.4.8 branch? I mean like all expansion bugs from 5.4.8 branch?
1.0
Mists of Pandaria Dungeon bugs list? - Does anyone have dungeons bug list from the 5.4.8 branch? I mean like all expansion bugs from 5.4.8 branch?
priority
mists of pandaria dungeon bugs list does anyone have dungeons bug list from the branch i mean like all expansion bugs from branch
1
366,410
10,820,559,865
IssuesEvent
2019-11-08 16:38:21
luna/enso
https://api.github.com/repos/luna/enso
opened
Implement Value Caching
Category: Interpreter Category: Tooling Change: Breaking Difficulty: Core Contributor Priority: Medium Type: Enhancement
### Summary One of the cornerstones of Enso as a language is the ability for Enso Studio to inspect information about values at a given point in the program's execution. However, this wouldn't be anywhere near as useful without the ability to also change values in that scope while retaining other values. In order to make this work, we need to implement a caching mechanism that retains some values while evicting others. For now, however, we don't have the dataflow analysis necessary to do this eviction automatically on changes, so this first version of the feature needs to happen manually. ### Value We have a working proof-of-concept for the intermediate value cache in the current scope. ### Specification - Design a system for altering one or more values in a given scope while specifying that other values should be evicted from the scope. This design must be callable by an API so it can be done automatically in future when we have the requisite dataflow analysis. - The scope should be re-evaluated once the changes are made, utilising cached values if they haven't been evicted from the cache. - Implement this system into the interpreter, with explicit specification as to the values that are changed, retained, and evicted. ### Acceptance Criteria & Test Cases - The interpreter supports caching for intermediate values. - The interpreter supports alteration of values in the scope. - The interpreter supports eviction of values from the cache. - This is supported by robust tests.
1.0
Implement Value Caching - ### Summary One of the cornerstones of Enso as a language is the ability for Enso Studio to inspect information about values at a given point in the program's execution. However, this wouldn't be anywhere near as useful without the ability to also change values in that scope while retaining other values. In order to make this work, we need to implement a caching mechanism that retains some values while evicting others. For now, however, we don't have the dataflow analysis necessary to do this eviction automatically on changes, so this first version of the feature needs to happen manually. ### Value We have a working proof-of-concept for the intermediate value cache in the current scope. ### Specification - Design a system for altering one or more values in a given scope while specifying that other values should be evicted from the scope. This design must be callable by an API so it can be done automatically in future when we have the requisite dataflow analysis. - The scope should be re-evaluated once the changes are made, utilising cached values if they haven't been evicted from the cache. - Implement this system into the interpreter, with explicit specification as to the values that are changed, retained, and evicted. ### Acceptance Criteria & Test Cases - The interpreter supports caching for intermediate values. - The interpreter supports alteration of values in the scope. - The interpreter supports eviction of values from the cache. - This is supported by robust tests.
priority
implement value caching summary one of the cornerstones of enso as a language is the ability for enso studio to inspect information about values at a given point in the program s execution however this wouldn t be anywhere near as useful without the ability to also change values in that scope while retaining other values in order to make this work we need to implement a caching mechanism that retains some values while evicting others for now however we don t have the dataflow analysis necessary to do this eviction automatically on changes so this first version of the feature needs to happen manually value we have a working proof of concept for the intermediate value cache in the current scope specification design a system for altering one or more values in a given scope while specifying that other values should be evicted from the scope this design must be callable by an api so it can be done automatically in future when we have the requisite dataflow analysis the scope should be re evaluated once the changes are made utilising cached values if they haven t been evicted from the cache implement this system into the interpreter with explicit specification as to the values that are changed retained and evicted acceptance criteria test cases the interpreter supports caching for intermediate values the interpreter supports alteration of values in the scope the interpreter supports eviction of values from the cache this is supported by robust tests
1
226,980
7,525,664,059
IssuesEvent
2018-04-13 11:25:15
meth-project/meth-browser
https://api.github.com/repos/meth-project/meth-browser
closed
Don't repeat identical raw API calls to the node, share responses
Enhancement Medium Priority
For example, if 3 dapps all try to get the latest block then there's no point in having 3 identical calls going in parallel - just do one actual underlying call to fetch the latest block and share the response amongst the 3 original calls.
1.0
Don't repeat identical raw API calls to the node, share responses - For example, if 3 dapps all try to get the latest block then there's no point in having 3 identical calls going in parallel - just do one actual underlying call to fetch the latest block and share the response amongst the 3 original calls.
priority
don t repeat identical raw api calls to the node share responses for example if dapps all try to get the latest block then there s no point in having identical calls going in parallel just do one actual underlying call to fetch the latest block and share the response amongst the original calls
1
599,325
18,270,982,274
IssuesEvent
2021-10-04 13:48:32
SahilSawantUSA/Comets-Bot
https://api.github.com/repos/SahilSawantUSA/Comets-Bot
opened
Update production log command for nicknames
Priority: Medium Type: Update
Update the production log command so that it uses the server nickname of the interaction user rather than their username.
1.0
Update production log command for nicknames - Update the production log command so that it uses the server nickname of the interaction user rather than their username.
priority
update production log command for nicknames update the production log command so that it uses the server nickname of the interaction user rather than their username
1
212,101
7,228,520,600
IssuesEvent
2018-02-11 10:20:09
r-lib/styler
https://api.github.com/repos/r-lib/styler
closed
Style for Bioconductor
Complexity: Medium Priority: Medium Status: WIP Type: User question
Nice package, thanks for developing it. I develop a package in [Bioconductor](https://bioconductor.org) which is following its [coding style](https://bioconductor.org/developers/how-to/coding-style/). It has its own checking (style) package ,[BiocCheck](https://bioconductor.org/packages/BiocCheck), to check conformation with Bioconductor style. However it doesn't modify the code. I would like to create a style for Bioconductor, but I don't understand how to make it (yet). I have seen that there is extensive documentation of how it works (which I haven't read nor understood it fully). But I haven't seen how to modify/create a new style. Mainly I would like to modify the indentation from 2 spaces to 4 from the `tidyverse_style` just to begin with. How should I do this? I tried looking at `tidyverse_style()[["indentation"]` but I didn't understand the code, or how to modify/replace to change the output. Many thanks
1.0
Style for Bioconductor - Nice package, thanks for developing it. I develop a package in [Bioconductor](https://bioconductor.org) which is following its [coding style](https://bioconductor.org/developers/how-to/coding-style/). It has its own checking (style) package ,[BiocCheck](https://bioconductor.org/packages/BiocCheck), to check conformation with Bioconductor style. However it doesn't modify the code. I would like to create a style for Bioconductor, but I don't understand how to make it (yet). I have seen that there is extensive documentation of how it works (which I haven't read nor understood it fully). But I haven't seen how to modify/create a new style. Mainly I would like to modify the indentation from 2 spaces to 4 from the `tidyverse_style` just to begin with. How should I do this? I tried looking at `tidyverse_style()[["indentation"]` but I didn't understand the code, or how to modify/replace to change the output. Many thanks
priority
style for bioconductor nice package thanks for developing it i develop a package in which is following its it has its own checking style package to check conformation with bioconductor style however it doesn t modify the code i would like to create a style for bioconductor but i don t understand how to make it yet i have seen that there is extensive documentation of how it works which i haven t read nor understood it fully but i haven t seen how to modify create a new style mainly i would like to modify the indentation from spaces to from the tidyverse style just to begin with how should i do this i tried looking at tidyverse style but i didn t understand the code or how to modify replace to change the output many thanks
1
632,536
20,200,020,049
IssuesEvent
2022-02-11 14:24:46
ooni/backend
https://api.github.com/repos/ooni/backend
opened
api: add support for filtering by website category_code
enhancement ooni/api priority/medium
This is a missing feature in the list measurement API endpoint. It's a requirement to being able to properly link measurements from the relevant MAT pages.
1.0
api: add support for filtering by website category_code - This is a missing feature in the list measurement API endpoint. It's a requirement to being able to properly link measurements from the relevant MAT pages.
priority
api add support for filtering by website category code this is a missing feature in the list measurement api endpoint it s a requirement to being able to properly link measurements from the relevant mat pages
1
718,466
24,718,101,380
IssuesEvent
2022-10-20 08:37:08
AY2223S1-CS2103T-W17-3/tp
https://api.github.com/repos/AY2223S1-CS2103T-W17-3/tp
closed
As a TA, I can see a visual representation (historgram) of the statistics (grades/attendance/participation)
priority.Medium
So that I can locate details of persons without having to go through the entire list.
1.0
As a TA, I can see a visual representation (historgram) of the statistics (grades/attendance/participation) - So that I can locate details of persons without having to go through the entire list.
priority
as a ta i can see a visual representation historgram of the statistics grades attendance participation so that i can locate details of persons without having to go through the entire list
1
195,988
6,922,935,959
IssuesEvent
2017-11-30 06:34:35
zulip/zulip-electron
https://api.github.com/repos/zulip/zulip-electron
closed
Integrate chrome extensions
help wanted Priority: Medium Type: Enhancement
Users might like to log into their Zulip realms using passwords from their password managers (which are sometimes cloud-based and sometimes desktop-based). Can we make an Electron app aware of password managers and use them when possible?
1.0
Integrate chrome extensions - Users might like to log into their Zulip realms using passwords from their password managers (which are sometimes cloud-based and sometimes desktop-based). Can we make an Electron app aware of password managers and use them when possible?
priority
integrate chrome extensions users might like to log into their zulip realms using passwords from their password managers which are sometimes cloud based and sometimes desktop based can we make an electron app aware of password managers and use them when possible
1
16,964
2,615,128,026
IssuesEvent
2015-03-01 05:57:14
chrsmith/google-api-java-client
https://api.github.com/repos/chrsmith/google-api-java-client
closed
Tidak Mengerti
auto-migrated Priority-Medium Type-Sample
``` Which Google API and version (e.g. Google Calendar Data API version 2)? What format (e.g. JSON, Atom)? What Authentation (e.g. OAuth, OAuth 2, ClientLogin)? Java environment (e.g. Java 6, Android 2.3, App Engine)? External references, such as API reference guide? Please provide any additional information below. ``` Original issue reported on code.google.com by `wilman.h...@gmail.com` on 6 Jul 2012 at 5:34
1.0
Tidak Mengerti - ``` Which Google API and version (e.g. Google Calendar Data API version 2)? What format (e.g. JSON, Atom)? What Authentation (e.g. OAuth, OAuth 2, ClientLogin)? Java environment (e.g. Java 6, Android 2.3, App Engine)? External references, such as API reference guide? Please provide any additional information below. ``` Original issue reported on code.google.com by `wilman.h...@gmail.com` on 6 Jul 2012 at 5:34
priority
tidak mengerti which google api and version e g google calendar data api version what format e g json atom what authentation e g oauth oauth clientlogin java environment e g java android app engine external references such as api reference guide please provide any additional information below original issue reported on code google com by wilman h gmail com on jul at
1