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
519,830
15,057,760,102
IssuesEvent
2021-02-03 22:12:49
conan-io/conan
https://api.github.com/repos/conan-io/conan
closed
Use "conanbuildinfo.cmake" for cmake_multi
complex: low priority: medium stage: queue type: feature
`cmake` generator creates `conanbuildinfo.cmake`. `cmake_multi` generator creates `conanbuildinfo_multi.cmake`. Why not just use `conanbuildinfo.cmake` instead of `conanbuildinfo_multi.cmake` for the `cmake_multi` generator, so there's no need to modify the `include` in `CMakeLists.txt` when switching between them?
1.0
Use "conanbuildinfo.cmake" for cmake_multi - `cmake` generator creates `conanbuildinfo.cmake`. `cmake_multi` generator creates `conanbuildinfo_multi.cmake`. Why not just use `conanbuildinfo.cmake` instead of `conanbuildinfo_multi.cmake` for the `cmake_multi` generator, so there's no need to modify the `include` in `CMakeLists.txt` when switching between them?
priority
use conanbuildinfo cmake for cmake multi cmake generator creates conanbuildinfo cmake cmake multi generator creates conanbuildinfo multi cmake why not just use conanbuildinfo cmake instead of conanbuildinfo multi cmake for the cmake multi generator so there s no need to modify the include in cmakelists txt when switching between them
1
456,210
13,147,074,796
IssuesEvent
2020-08-08 13:44:38
discordextremelist/website
https://api.github.com/repos/discordextremelist/website
closed
Check if provided widgetbot ids are valid for bots
medium priority
bring 1d512813c18ab6a84c5a448317c4966aed3ea8e6 to bots too - bot submit & edit - check guild and channel id - check discord api first, then widgetbot api
1.0
Check if provided widgetbot ids are valid for bots - bring 1d512813c18ab6a84c5a448317c4966aed3ea8e6 to bots too - bot submit & edit - check guild and channel id - check discord api first, then widgetbot api
priority
check if provided widgetbot ids are valid for bots bring to bots too bot submit edit check guild and channel id check discord api first then widgetbot api
1
217,743
7,327,854,792
IssuesEvent
2018-03-04 15:01:48
Radarr/Radarr
https://api.github.com/repos/Radarr/Radarr
closed
nzbhydra - Redirects should be custom handled to avoid http to https issues with curl fallback
bug priority:medium sonarr upstream
Hi, If you are using nzbhydra with the redirection that is the default configuration Sonarr and Radarr fail a lot with a secure channel error. I posted my problem on the Sonarr forum because I had more stuff to download from Sonarr but I had this important problem too with Radarr. The temporary fix is to change nzbhydra to use it as a proxy but we need a permanent fix for Radarr too. Main Explanation from Sonarr Forum: https://forums.sonarr.tv/t/securechannelfailure-the-authentication-or-decryption-has-failed-nzbhydra/15489/14 The issue that the dev fixed it: https://github.com/Sonarr/Sonarr/issues/2082 The commit with the changes he did: https://github.com/Sonarr/Sonarr/commit/f305331565851f77d1b348ad2ac2b4a27e956fe8 I worked hard to find my solution and I hope it will help others with nzbhydra and I guess the dev from Radarr will fix it soon. Thanks!
1.0
nzbhydra - Redirects should be custom handled to avoid http to https issues with curl fallback - Hi, If you are using nzbhydra with the redirection that is the default configuration Sonarr and Radarr fail a lot with a secure channel error. I posted my problem on the Sonarr forum because I had more stuff to download from Sonarr but I had this important problem too with Radarr. The temporary fix is to change nzbhydra to use it as a proxy but we need a permanent fix for Radarr too. Main Explanation from Sonarr Forum: https://forums.sonarr.tv/t/securechannelfailure-the-authentication-or-decryption-has-failed-nzbhydra/15489/14 The issue that the dev fixed it: https://github.com/Sonarr/Sonarr/issues/2082 The commit with the changes he did: https://github.com/Sonarr/Sonarr/commit/f305331565851f77d1b348ad2ac2b4a27e956fe8 I worked hard to find my solution and I hope it will help others with nzbhydra and I guess the dev from Radarr will fix it soon. Thanks!
priority
nzbhydra redirects should be custom handled to avoid http to https issues with curl fallback hi if you are using nzbhydra with the redirection that is the default configuration sonarr and radarr fail a lot with a secure channel error i posted my problem on the sonarr forum because i had more stuff to download from sonarr but i had this important problem too with radarr the temporary fix is to change nzbhydra to use it as a proxy but we need a permanent fix for radarr too main explanation from sonarr forum the issue that the dev fixed it the commit with the changes he did i worked hard to find my solution and i hope it will help others with nzbhydra and i guess the dev from radarr will fix it soon thanks
1
348,110
10,439,048,555
IssuesEvent
2019-09-18 04:44:03
garden-io/garden
https://api.github.com/repos/garden-io/garden
closed
with minikube 1.4.0.beta
bug priority:medium
## Bug ### Current Behavior `garden deploy` ``` [2019-09-08T05:29:17.561Z] Error: Unrecognized resource type extensions/v1beta1/Deployment at KubeApi.<anonymous> (/snapshot/dist/build/src/plugins/kubernetes/api.js:0) at Generator.next (<anonymous>) at fulfilled (/snapshot/dist/build/src/plugins/kubernetes/api.js:0) Error Details: manifest: apiVersion: extensions/v1beta1 kind: Deployment metadata: creationTimestamp: null labels: app: helm name: tiller name: tiller-deploy namespace: demo-project spec: replicas: 1 strategy: {} template: metadata: creationTimestamp: null labels: app: helm name: tiller spec: automountServiceAccountToken: true containers: - env: - name: TILLER_NAMESPACE value: demo-project - name: TILLER_HISTORY_MAX value: '0' image: 'gcr.io/kubernetes-helm/tiller:v2.14.1' imagePullPolicy: IfNotPresent livenessProbe: httpGet: path: /liveness port: 44135 initialDelaySeconds: 1 timeoutSeconds: 1 name: tiller ports: - containerPort: 44134 name: tiller - containerPort: 44135 name: http readinessProbe: httpGet: path: /readiness port: 44135 initialDelaySeconds: 1 timeoutSeconds: 1 resources: {} serviceAccountName: garden-tiller status: {} [2019-09-08T05:29:17.579Z] Error: Failed resolving one or more provider configurations: - local-kubernetes: Unrecognized resource type extensions/v1beta1/Deployment at Garden.<anonymous> (/snapshot/dist/build/src/garden.js:0) at Generator.next (<anonymous>) at fulfilled (/snapshot/dist/build/src/garden.js:0) Error Details: rawConfigs: - name: exec - name: container - name: local-kubernetes environments: - local taskResults: resolve-provider.exec: type: resolve-provider key: resolve-provider.exec name: exec description: resolving provider exec output: name: exec dependencies: [] moduleConfigs: [] config: name: exec path: /Users/mike/tmp/garden/examples/demo-project status: ready: true outputs: {} dependencyResults: {} resolve-provider.container: type: resolve-provider key: resolve-provider.container name: container description: resolving provider container output: name: container dependencies: [] moduleConfigs: [] config: name: container path: /Users/mike/tmp/garden/examples/demo-project status: ready: true outputs: {} dependencyResults: {} resolve-provider.local-kubernetes: type: resolve-provider description: resolving provider local-kubernetes key: resolve-provider.local-kubernetes name: local-kubernetes error: detail: manifest: apiVersion: extensions/v1beta1 kind: Deployment metadata: creationTimestamp: null labels: app: helm name: tiller name: tiller-deploy namespace: demo-project spec: replicas: 1 strategy: {} template: metadata: creationTimestamp: null labels: app: helm name: tiller spec: automountServiceAccountToken: true containers: - env: - name: TILLER_NAMESPACE value: demo-project - name: TILLER_HISTORY_MAX value: '0' image: 'gcr.io/kubernetes-helm/tiller:v2.14.1' imagePullPolicy: IfNotPresent livenessProbe: httpGet: path: /liveness port: 44135 initialDelaySeconds: 1 timeoutSeconds: 1 name: tiller ports: - containerPort: 44134 name: tiller - containerPort: 44135 name: http readinessProbe: httpGet: path: /readiness port: 44135 initialDelaySeconds: 1 timeoutSeconds: 1 resources: {} serviceAccountName: garden-tiller status: {} type: kubernetes messages: - '- local-kubernetes: Unrecognized resource type extensions/v1beta1/Deployment' ``` ### Suggested solution(s) Update `Deployment` to `v1` ### Additional context using minikube 1.4.0 (with k8s 1.16) get an error. Looks like k8s 1.16 deprecated Deployment/v1beta1 with minikube 1.3.1 ( with k8s 1.15.2) everything works. ### Your environment `garden version` 0.10.8 `kubectl version` 1.15.2 `docker version` Docker version 19.03.2, build 6a30dfc
1.0
with minikube 1.4.0.beta - ## Bug ### Current Behavior `garden deploy` ``` [2019-09-08T05:29:17.561Z] Error: Unrecognized resource type extensions/v1beta1/Deployment at KubeApi.<anonymous> (/snapshot/dist/build/src/plugins/kubernetes/api.js:0) at Generator.next (<anonymous>) at fulfilled (/snapshot/dist/build/src/plugins/kubernetes/api.js:0) Error Details: manifest: apiVersion: extensions/v1beta1 kind: Deployment metadata: creationTimestamp: null labels: app: helm name: tiller name: tiller-deploy namespace: demo-project spec: replicas: 1 strategy: {} template: metadata: creationTimestamp: null labels: app: helm name: tiller spec: automountServiceAccountToken: true containers: - env: - name: TILLER_NAMESPACE value: demo-project - name: TILLER_HISTORY_MAX value: '0' image: 'gcr.io/kubernetes-helm/tiller:v2.14.1' imagePullPolicy: IfNotPresent livenessProbe: httpGet: path: /liveness port: 44135 initialDelaySeconds: 1 timeoutSeconds: 1 name: tiller ports: - containerPort: 44134 name: tiller - containerPort: 44135 name: http readinessProbe: httpGet: path: /readiness port: 44135 initialDelaySeconds: 1 timeoutSeconds: 1 resources: {} serviceAccountName: garden-tiller status: {} [2019-09-08T05:29:17.579Z] Error: Failed resolving one or more provider configurations: - local-kubernetes: Unrecognized resource type extensions/v1beta1/Deployment at Garden.<anonymous> (/snapshot/dist/build/src/garden.js:0) at Generator.next (<anonymous>) at fulfilled (/snapshot/dist/build/src/garden.js:0) Error Details: rawConfigs: - name: exec - name: container - name: local-kubernetes environments: - local taskResults: resolve-provider.exec: type: resolve-provider key: resolve-provider.exec name: exec description: resolving provider exec output: name: exec dependencies: [] moduleConfigs: [] config: name: exec path: /Users/mike/tmp/garden/examples/demo-project status: ready: true outputs: {} dependencyResults: {} resolve-provider.container: type: resolve-provider key: resolve-provider.container name: container description: resolving provider container output: name: container dependencies: [] moduleConfigs: [] config: name: container path: /Users/mike/tmp/garden/examples/demo-project status: ready: true outputs: {} dependencyResults: {} resolve-provider.local-kubernetes: type: resolve-provider description: resolving provider local-kubernetes key: resolve-provider.local-kubernetes name: local-kubernetes error: detail: manifest: apiVersion: extensions/v1beta1 kind: Deployment metadata: creationTimestamp: null labels: app: helm name: tiller name: tiller-deploy namespace: demo-project spec: replicas: 1 strategy: {} template: metadata: creationTimestamp: null labels: app: helm name: tiller spec: automountServiceAccountToken: true containers: - env: - name: TILLER_NAMESPACE value: demo-project - name: TILLER_HISTORY_MAX value: '0' image: 'gcr.io/kubernetes-helm/tiller:v2.14.1' imagePullPolicy: IfNotPresent livenessProbe: httpGet: path: /liveness port: 44135 initialDelaySeconds: 1 timeoutSeconds: 1 name: tiller ports: - containerPort: 44134 name: tiller - containerPort: 44135 name: http readinessProbe: httpGet: path: /readiness port: 44135 initialDelaySeconds: 1 timeoutSeconds: 1 resources: {} serviceAccountName: garden-tiller status: {} type: kubernetes messages: - '- local-kubernetes: Unrecognized resource type extensions/v1beta1/Deployment' ``` ### Suggested solution(s) Update `Deployment` to `v1` ### Additional context using minikube 1.4.0 (with k8s 1.16) get an error. Looks like k8s 1.16 deprecated Deployment/v1beta1 with minikube 1.3.1 ( with k8s 1.15.2) everything works. ### Your environment `garden version` 0.10.8 `kubectl version` 1.15.2 `docker version` Docker version 19.03.2, build 6a30dfc
priority
with minikube beta bug current behavior garden deploy error unrecognized resource type extensions deployment at kubeapi snapshot dist build src plugins kubernetes api js at generator next at fulfilled snapshot dist build src plugins kubernetes api js error details manifest apiversion extensions kind deployment metadata creationtimestamp null labels app helm name tiller name tiller deploy namespace demo project spec replicas strategy template metadata creationtimestamp null labels app helm name tiller spec automountserviceaccounttoken true containers env name tiller namespace value demo project name tiller history max value image gcr io kubernetes helm tiller imagepullpolicy ifnotpresent livenessprobe httpget path liveness port initialdelayseconds timeoutseconds name tiller ports containerport name tiller containerport name http readinessprobe httpget path readiness port initialdelayseconds timeoutseconds resources serviceaccountname garden tiller status error failed resolving one or more provider configurations local kubernetes unrecognized resource type extensions deployment at garden snapshot dist build src garden js at generator next at fulfilled snapshot dist build src garden js error details rawconfigs name exec name container name local kubernetes environments local taskresults resolve provider exec type resolve provider key resolve provider exec name exec description resolving provider exec output name exec dependencies moduleconfigs config name exec path users mike tmp garden examples demo project status ready true outputs dependencyresults resolve provider container type resolve provider key resolve provider container name container description resolving provider container output name container dependencies moduleconfigs config name container path users mike tmp garden examples demo project status ready true outputs dependencyresults resolve provider local kubernetes type resolve provider description resolving provider local kubernetes key resolve provider local kubernetes name local kubernetes error detail manifest apiversion extensions kind deployment metadata creationtimestamp null labels app helm name tiller name tiller deploy namespace demo project spec replicas strategy template metadata creationtimestamp null labels app helm name tiller spec automountserviceaccounttoken true containers env name tiller namespace value demo project name tiller history max value image gcr io kubernetes helm tiller imagepullpolicy ifnotpresent livenessprobe httpget path liveness port initialdelayseconds timeoutseconds name tiller ports containerport name tiller containerport name http readinessprobe httpget path readiness port initialdelayseconds timeoutseconds resources serviceaccountname garden tiller status type kubernetes messages local kubernetes unrecognized resource type extensions deployment suggested solution s update deployment to additional context using minikube with get an error looks like deprecated deployment with minikube with everything works your environment garden version kubectl version docker version docker version build
1
237,142
7,756,565,790
IssuesEvent
2018-05-31 13:58:58
HabitRPG/habitica-ios
https://api.github.com/repos/HabitRPG/habitica-ios
closed
Chat: I can't unlike something ive liked
Priority: medium Type: Bug
liked a message, tried to tap the icon again to unlike it, didnt do anything but make the message flash?
1.0
Chat: I can't unlike something ive liked - liked a message, tried to tap the icon again to unlike it, didnt do anything but make the message flash?
priority
chat i can t unlike something ive liked liked a message tried to tap the icon again to unlike it didnt do anything but make the message flash
1
735,072
25,377,471,394
IssuesEvent
2022-11-21 15:06:36
r-lib/styler
https://api.github.com/repos/r-lib/styler
closed
Named arguments not forced to one per line?
Priority: Medium Complexity: Medium Status: Unassigned
I had expected ```R new("Period", x@.Data[i], year = x@year[i], month = x@month[i], day = x@day[i], hour = x@hour[i], minute = x@minute[i] ) ``` to be restyled to ```R new("Period", x@.Data[i], year = x@year[i], month = x@month[i], day = x@day[i], hour = x@hour[i], minute = x@minute[i] ) ``` Since https://style.tidyverse.org/syntax.html#long-lines says "use one line each for the function name, each argument, and the closing )". This rule should only apply to named arguments, and I'd expect the following code to be left as is: ```R show <- paste( x@year, "y ", x@month, "m ", x@day, "d ", x@hour, "H ", x@minute, "M ", x@.Data, "S", sep = "" ) ``` (I'm spotting these cases because I've started restyling lubridate, which has a mismash of code styles from years of development. styler has made a big improvement and I really appreciate all the work you have put in this package ๐Ÿ˜„)
1.0
Named arguments not forced to one per line? - I had expected ```R new("Period", x@.Data[i], year = x@year[i], month = x@month[i], day = x@day[i], hour = x@hour[i], minute = x@minute[i] ) ``` to be restyled to ```R new("Period", x@.Data[i], year = x@year[i], month = x@month[i], day = x@day[i], hour = x@hour[i], minute = x@minute[i] ) ``` Since https://style.tidyverse.org/syntax.html#long-lines says "use one line each for the function name, each argument, and the closing )". This rule should only apply to named arguments, and I'd expect the following code to be left as is: ```R show <- paste( x@year, "y ", x@month, "m ", x@day, "d ", x@hour, "H ", x@minute, "M ", x@.Data, "S", sep = "" ) ``` (I'm spotting these cases because I've started restyling lubridate, which has a mismash of code styles from years of development. styler has made a big improvement and I really appreciate all the work you have put in this package ๐Ÿ˜„)
priority
named arguments not forced to one per line i had expected r new period x data year x year month x month day x day hour x hour minute x minute to be restyled to r new period x data year x year month x month day x day hour x hour minute x minute since says use one line each for the function name each argument and the closing this rule should only apply to named arguments and i d expect the following code to be left as is r show paste x year y x month m x day d x hour h x minute m x data s sep i m spotting these cases because i ve started restyling lubridate which has a mismash of code styles from years of development styler has made a big improvement and i really appreciate all the work you have put in this package ๐Ÿ˜„
1
15,017
2,611,054,677
IssuesEvent
2015-02-27 00:25:12
alistairreilly/andors-trail
https://api.github.com/repos/alistairreilly/andors-trail
closed
Proof-read conversation and quest logs
auto-migrated Milestone-0.6.8 Priority-Medium Type-Other
``` I'm not a native English speaker (I'm Swedish), so I might have missed some things or used strange wording when writing the conversation and quest texts. It would be great if someone that speaks English as mother-tongue could proof-read the texts and spot any mistakes in them. All conversations are stored in this file: http://code.google.com/p/andors-trail/source/browse/trunk/AndorsTrail/res/values /conversationlist.xml All quest logs are stored in this file: http://code.google.com/p/andors-trail/source/browse/trunk/AndorsTrail/res/values /questlog.xml There are also additional strings used in the UI here: http://code.google.com/p/andors-trail/source/browse/trunk/AndorsTrail/res/values /strings.xml To read the conversation list in a more readable format, you can use the conversation editor from this url (copy the serialized contents into the lower textbox): http://andors-trail.googlecode.com/svn-history/r22/trunk/AndorsTrailEdit/editdia log.html ``` Original issue reported on code.google.com by `oskar.wi...@gmail.com` on 20 Dec 2010 at 9:45
1.0
Proof-read conversation and quest logs - ``` I'm not a native English speaker (I'm Swedish), so I might have missed some things or used strange wording when writing the conversation and quest texts. It would be great if someone that speaks English as mother-tongue could proof-read the texts and spot any mistakes in them. All conversations are stored in this file: http://code.google.com/p/andors-trail/source/browse/trunk/AndorsTrail/res/values /conversationlist.xml All quest logs are stored in this file: http://code.google.com/p/andors-trail/source/browse/trunk/AndorsTrail/res/values /questlog.xml There are also additional strings used in the UI here: http://code.google.com/p/andors-trail/source/browse/trunk/AndorsTrail/res/values /strings.xml To read the conversation list in a more readable format, you can use the conversation editor from this url (copy the serialized contents into the lower textbox): http://andors-trail.googlecode.com/svn-history/r22/trunk/AndorsTrailEdit/editdia log.html ``` Original issue reported on code.google.com by `oskar.wi...@gmail.com` on 20 Dec 2010 at 9:45
priority
proof read conversation and quest logs i m not a native english speaker i m swedish so i might have missed some things or used strange wording when writing the conversation and quest texts it would be great if someone that speaks english as mother tongue could proof read the texts and spot any mistakes in them all conversations are stored in this file conversationlist xml all quest logs are stored in this file questlog xml there are also additional strings used in the ui here strings xml to read the conversation list in a more readable format you can use the conversation editor from this url copy the serialized contents into the lower textbox log html original issue reported on code google com by oskar wi gmail com on dec at
1
512,295
14,893,232,488
IssuesEvent
2021-01-21 04:54:12
Sage-Bionetworks/rocc-schemas
https://api.github.com/repos/Sage-Bionetworks/rocc-schemas
closed
POST request should return 400 Bad Request when request body is ill formatted, 422 when input values are invalid
Priority: Medium
Invalid POST request should return 403 Forbidden instead of 404 ([reference](https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1)). For example, the POST challenge controller returns 404 if a tag submitted is not found. Returning 403 Forbidden seems a more descriptive response.
1.0
POST request should return 400 Bad Request when request body is ill formatted, 422 when input values are invalid - Invalid POST request should return 403 Forbidden instead of 404 ([reference](https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1)). For example, the POST challenge controller returns 404 if a tag submitted is not found. Returning 403 Forbidden seems a more descriptive response.
priority
post request should return bad request when request body is ill formatted when input values are invalid invalid post request should return forbidden instead of for example the post challenge controller returns if a tag submitted is not found returning forbidden seems a more descriptive response
1
663,253
22,171,191,147
IssuesEvent
2022-06-06 00:55:13
RoboJackets/apiary-mobile
https://api.github.com/repos/RoboJackets/apiary-mobile
opened
Add Google Play app update available notifications
type / enhancement priority / medium status / grooming area / Google Play
Add notifications to nag and/or force users to update to the latest version of the app. The priority of each release can be set during our CI process. My proposed update forcing strategy is below. The intent is to limit the number of older releases we have to maintain compatibility with, so this is intentionally aggressive. - If the app update priority is 5, it has to be installed immediately - If the app update priority is 4, and the update staleness (days since update was released) is <=1 day, show a flexible update prompt. If the update staleness is at least 7 days, immediately install the update. - If the update priority is 3 and the update staleness is at least 4 days, show a flexible update prompt. - If the update staleness is at least 14 days regardless of priority, show a flexible prompt. - If the update staleness is at least 21 days regardless of priority, immediately install the update. (Update priorities 0 and 1 will not trigger any prompt until 14 days have App update priorities, inspired by [Google's suggestions](https://developer.android.com/guide/playcore/in-app-updates/kotlin-java#update-priority): > - Minor UI improvements: Low-priority update; request neither a flexible update nor an immediate update. Update only when the user isn't interacting with your app. > - Performance improvements: Medium-priority update; request a flexible update. > - Critical security update: High-priority update; request an immediate update. - 0/1/2 - very low priority, e.g., UI touchups that don't impact functionality, releases with options to opt-in to beta features - 3 - medium-priority bug fixes, performance improvements, non-time-sensitive feature launches - 4 - high priority bug fixes or time-sensitive feature launches - 5 - critical bug fixes (e.g., crashes on launch, urgent vulnerabilities)
1.0
Add Google Play app update available notifications - Add notifications to nag and/or force users to update to the latest version of the app. The priority of each release can be set during our CI process. My proposed update forcing strategy is below. The intent is to limit the number of older releases we have to maintain compatibility with, so this is intentionally aggressive. - If the app update priority is 5, it has to be installed immediately - If the app update priority is 4, and the update staleness (days since update was released) is <=1 day, show a flexible update prompt. If the update staleness is at least 7 days, immediately install the update. - If the update priority is 3 and the update staleness is at least 4 days, show a flexible update prompt. - If the update staleness is at least 14 days regardless of priority, show a flexible prompt. - If the update staleness is at least 21 days regardless of priority, immediately install the update. (Update priorities 0 and 1 will not trigger any prompt until 14 days have App update priorities, inspired by [Google's suggestions](https://developer.android.com/guide/playcore/in-app-updates/kotlin-java#update-priority): > - Minor UI improvements: Low-priority update; request neither a flexible update nor an immediate update. Update only when the user isn't interacting with your app. > - Performance improvements: Medium-priority update; request a flexible update. > - Critical security update: High-priority update; request an immediate update. - 0/1/2 - very low priority, e.g., UI touchups that don't impact functionality, releases with options to opt-in to beta features - 3 - medium-priority bug fixes, performance improvements, non-time-sensitive feature launches - 4 - high priority bug fixes or time-sensitive feature launches - 5 - critical bug fixes (e.g., crashes on launch, urgent vulnerabilities)
priority
add google play app update available notifications add notifications to nag and or force users to update to the latest version of the app the priority of each release can be set during our ci process my proposed update forcing strategy is below the intent is to limit the number of older releases we have to maintain compatibility with so this is intentionally aggressive if the app update priority is it has to be installed immediately if the app update priority is and the update staleness days since update was released is day show a flexible update prompt if the update staleness is at least days immediately install the update if the update priority is and the update staleness is at least days show a flexible update prompt if the update staleness is at least days regardless of priority show a flexible prompt if the update staleness is at least days regardless of priority immediately install the update update priorities and will not trigger any prompt until days have app update priorities inspired by minor ui improvements low priority update request neither a flexible update nor an immediate update update only when the user isn t interacting with your app performance improvements medium priority update request a flexible update critical security update high priority update request an immediate update very low priority e g ui touchups that don t impact functionality releases with options to opt in to beta features medium priority bug fixes performance improvements non time sensitive feature launches high priority bug fixes or time sensitive feature launches critical bug fixes e g crashes on launch urgent vulnerabilities
1
770,698
27,051,440,271
IssuesEvent
2023-02-13 13:31:23
projectdiscovery/dnsx
https://api.github.com/repos/projectdiscovery/dnsx
closed
Add support for AS identifiers
Priority: Medium Status: Completed Type: Enhancement
- dnsx should accept the asn number eg AS15133 and do the processing on the IP addresses available for that ASN. eg: `echo AS15133 | dnsx -resp -ptr` - Add asn flag to get asn details ``` $ echo example.com | dnsx -asn -silent example.com [AS15133, EDGECAST, US] ```
1.0
Add support for AS identifiers - - dnsx should accept the asn number eg AS15133 and do the processing on the IP addresses available for that ASN. eg: `echo AS15133 | dnsx -resp -ptr` - Add asn flag to get asn details ``` $ echo example.com | dnsx -asn -silent example.com [AS15133, EDGECAST, US] ```
priority
add support for as identifiers dnsx should accept the asn number eg and do the processing on the ip addresses available for that asn eg echo dnsx resp ptr add asn flag to get asn details echo example com dnsx asn silent example com
1
357,185
10,603,254,781
IssuesEvent
2019-10-10 15:38:22
wevote/WeVoteServer
https://api.github.com/repos/wevote/WeVoteServer
opened
Send text message via Twilio
Difficulty: Medium Priority 1
Our new "sms" app in WeVoteServer gets all ready to send a text message. This issue is to get actual sending set up with Twilio. (Dale can provide the developer account with credits.) The sending should happen in this file: WeVoteServer/sms/models.py ...in the SMSManager function: send_scheduled_sms_via_twilio Please add variables for Twilio configuration settings to this file (not including the actual credentials): WeVoteServer/config/environment_variables-template.json
1.0
Send text message via Twilio - Our new "sms" app in WeVoteServer gets all ready to send a text message. This issue is to get actual sending set up with Twilio. (Dale can provide the developer account with credits.) The sending should happen in this file: WeVoteServer/sms/models.py ...in the SMSManager function: send_scheduled_sms_via_twilio Please add variables for Twilio configuration settings to this file (not including the actual credentials): WeVoteServer/config/environment_variables-template.json
priority
send text message via twilio our new sms app in wevoteserver gets all ready to send a text message this issue is to get actual sending set up with twilio dale can provide the developer account with credits the sending should happen in this file wevoteserver sms models py in the smsmanager function send scheduled sms via twilio please add variables for twilio configuration settings to this file not including the actual credentials wevoteserver config environment variables template json
1
337,149
10,211,280,549
IssuesEvent
2019-08-14 16:32:18
strapi/strapi
https://api.github.com/repos/strapi/strapi
closed
convertParams convert null to empty string
Good for new contributors priority: medium type: enhancement ๐Ÿ’…
<!-- โš ๏ธ If you do not respect this template your issue will be closed. --> <!-- โš ๏ธ Make sure to browse the opened and closed issues before submitting your issue. --> <!-- Please also submit your idea on the Strapi Product Board: https://portal.productboard.com/strapi/tabs/2-under-consideration/submit-idea If your request on the product board is accepted this feature request issue will be closed, but will still accept public discussion. --> - [] **I have created my request on the Product Board before I submitted this issue** - [x] **I have looked at all the other requests on the Product Board before I submitted this issue** **Please describe your feature request:** I'm not sure this is a bug or new feature request but I think this is a feature I need. This feature can convert params to null but not '' (Empty string) In a present when I convert a { deletedAt: null } to query params, It be {where: { deletedAt: '' }, ... }, So I can't where a null field.
1.0
convertParams convert null to empty string - <!-- โš ๏ธ If you do not respect this template your issue will be closed. --> <!-- โš ๏ธ Make sure to browse the opened and closed issues before submitting your issue. --> <!-- Please also submit your idea on the Strapi Product Board: https://portal.productboard.com/strapi/tabs/2-under-consideration/submit-idea If your request on the product board is accepted this feature request issue will be closed, but will still accept public discussion. --> - [] **I have created my request on the Product Board before I submitted this issue** - [x] **I have looked at all the other requests on the Product Board before I submitted this issue** **Please describe your feature request:** I'm not sure this is a bug or new feature request but I think this is a feature I need. This feature can convert params to null but not '' (Empty string) In a present when I convert a { deletedAt: null } to query params, It be {where: { deletedAt: '' }, ... }, So I can't where a null field.
priority
convertparams convert null to empty string please also submit your idea on the strapi product board if your request on the product board is accepted this feature request issue will be closed but will still accept public discussion i have created my request on the product board before i submitted this issue i have looked at all the other requests on the product board before i submitted this issue please describe your feature request i m not sure this is a bug or new feature request but i think this is a feature i need this feature can convert params to null but not empty string in a present when i convert a deletedat null to query params it be where deletedat so i can t where a null field
1
83,656
3,640,418,037
IssuesEvent
2016-02-13 00:07:09
marvertin/geokuk
https://api.github.com/repos/marvertin/geokuk
closed
ID bodu do clipboardu
auto-migrated Priority-Medium Type-Pozadavek
``` Rรกd bych se poptal na osud pลฏvodnรญho bugu 101. Tam bylo slรญbena oprava a distribuce do v.3.6.0 - na tu distribuci uลพ ale nedoลกlo :-( ``` Original issue reported on code.google.com by `arozeh...@gmail.com` on 17 Sep 2014 at 8:57
1.0
ID bodu do clipboardu - ``` Rรกd bych se poptal na osud pลฏvodnรญho bugu 101. Tam bylo slรญbena oprava a distribuce do v.3.6.0 - na tu distribuci uลพ ale nedoลกlo :-( ``` Original issue reported on code.google.com by `arozeh...@gmail.com` on 17 Sep 2014 at 8:57
priority
id bodu do clipboardu rรกd bych se poptal na osud pลฏvodnรญho bugu tam bylo slรญbena oprava a distribuce do v na tu distribuci uลพ ale nedoลกlo original issue reported on code google com by arozeh gmail com on sep at
1
379,744
11,234,810,896
IssuesEvent
2020-01-09 06:31:45
CHOMPStation2/CHOMPStation2
https://api.github.com/repos/CHOMPStation2/CHOMPStation2
closed
Wolf Taur half, Wolf dual color, and fat wolf dual color allow the use of Taur Duty backpacks, but not Fat wolf.
Medium Priority
#### Brief description of the issue The taur bodies Wolf, Dual colored Wolf, and Fat Wolf dual colored all allow the use of the Taur Duty backpack, but the taur body Fat Wolf does not. It can be seen in character setup if switching between them. #### What you expected to happen - All wolf taur variants are able to use taur duty. #### What actually happened - All wolf taur variants except fat wolf taur can use taur duty. #### Steps to reproduce - Go to character setup. - Use one of the taur wolf variants with taur duty vest enabled. - Switch to fat wolf after confirming that all other three types have taur vest.
1.0
Wolf Taur half, Wolf dual color, and fat wolf dual color allow the use of Taur Duty backpacks, but not Fat wolf. - #### Brief description of the issue The taur bodies Wolf, Dual colored Wolf, and Fat Wolf dual colored all allow the use of the Taur Duty backpack, but the taur body Fat Wolf does not. It can be seen in character setup if switching between them. #### What you expected to happen - All wolf taur variants are able to use taur duty. #### What actually happened - All wolf taur variants except fat wolf taur can use taur duty. #### Steps to reproduce - Go to character setup. - Use one of the taur wolf variants with taur duty vest enabled. - Switch to fat wolf after confirming that all other three types have taur vest.
priority
wolf taur half wolf dual color and fat wolf dual color allow the use of taur duty backpacks but not fat wolf brief description of the issue the taur bodies wolf dual colored wolf and fat wolf dual colored all allow the use of the taur duty backpack but the taur body fat wolf does not it can be seen in character setup if switching between them what you expected to happen all wolf taur variants are able to use taur duty what actually happened all wolf taur variants except fat wolf taur can use taur duty steps to reproduce go to character setup use one of the taur wolf variants with taur duty vest enabled switch to fat wolf after confirming that all other three types have taur vest
1
114,804
4,646,496,374
IssuesEvent
2016-10-01 00:18:18
OperationCode/operationcode
https://api.github.com/repos/OperationCode/operationcode
closed
Add HTML-CSS and UI-UX to mentor_types
beginner friendly Priority: Medium Status: Available Type: Enhancement
line 72; operationcode/app/controllers/veterans_controller.rb
1.0
Add HTML-CSS and UI-UX to mentor_types - line 72; operationcode/app/controllers/veterans_controller.rb
priority
add html css and ui ux to mentor types line operationcode app controllers veterans controller rb
1
272,879
8,518,746,610
IssuesEvent
2018-11-01 12:43:50
CS2113-AY1819S1-T09-4/main
https://api.github.com/repos/CS2113-AY1819S1-T09-4/main
closed
Archiving after a long period
priority.medium type.enhancement type.epic
- [x] Write the Export Excel Command - [x] Write the Export Excel Command Parser - [x] Write the Export Excel Command Test - [x] Write the Export Excel Command Parser test
1.0
Archiving after a long period - - [x] Write the Export Excel Command - [x] Write the Export Excel Command Parser - [x] Write the Export Excel Command Test - [x] Write the Export Excel Command Parser test
priority
archiving after a long period write the export excel command write the export excel command parser write the export excel command test write the export excel command parser test
1
184,652
6,715,023,344
IssuesEvent
2017-10-13 19:18:21
jiscdev/data-explorer
https://api.github.com/repos/jiscdev/data-explorer
closed
Customisable module columns โš–104
accepted @ medium priority feature for stable
spun off from https://github.com/jiscdev/data-explorer/issues/140 https://jisclearninganalytics.freshdesk.com/helpdesk/tickets/247, offering institution-level customisation of columns looking like best solution. there are some implications and some tough decisions required inorder to deal with this. Chief amongst this is a mechanism by which we map institution columns to an underlying schema. It is my opinion that this should be done after we move from UDD 1.2 and 1.3 to 1.4 which, being SQL based, would allow us to do some jazzy stuff on teh SQL level. Obviously this doesn't cover the xAPI data, but still it will be of great help.
1.0
Customisable module columns โš–104 - spun off from https://github.com/jiscdev/data-explorer/issues/140 https://jisclearninganalytics.freshdesk.com/helpdesk/tickets/247, offering institution-level customisation of columns looking like best solution. there are some implications and some tough decisions required inorder to deal with this. Chief amongst this is a mechanism by which we map institution columns to an underlying schema. It is my opinion that this should be done after we move from UDD 1.2 and 1.3 to 1.4 which, being SQL based, would allow us to do some jazzy stuff on teh SQL level. Obviously this doesn't cover the xAPI data, but still it will be of great help.
priority
customisable module columns โš– spun off from offering institution level customisation of columns looking like best solution there are some implications and some tough decisions required inorder to deal with this chief amongst this is a mechanism by which we map institution columns to an underlying schema it is my opinion that this should be done after we move from udd and to which being sql based would allow us to do some jazzy stuff on teh sql level obviously this doesn t cover the xapi data but still it will be of great help
1
440,270
12,697,019,216
IssuesEvent
2020-06-22 11:04:02
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
[master-preview] Civics: delete objects when table is recycled
Priority: Medium Status: Fixed
1. Create a map with some districts in Zoning office ![bandicam 2019-10-10 15-26-34-795](https://user-images.githubusercontent.com/27898520/66565307-9849f800-eb7b-11e9-92cf-394f5eb4c08a.jpg) 2. Pick up zoning office. The Map will be invalid. ![bandicam 2019-10-10 15-26-42-529](https://user-images.githubusercontent.com/27898520/66565320-9f710600-eb7b-11e9-8f17-e1f269223634.jpg) 3. Trash zoning ofice till its garbage. ![bandicam 2019-10-10 15-26-48-606](https://user-images.githubusercontent.com/27898520/66565340-ad268b80-eb7b-11e9-8e77-a6ed465fe159.jpg) 4. Now you have invalid map like... forever. ![bandicam 2019-10-10 15-28-52-591](https://user-images.githubusercontent.com/27898520/66565363-b4e63000-eb7b-11e9-91d9-d22af99fb3ff.jpg) If table with some saved objects was garbaged all entities should be deleted and everything related should become invalid. For all objects ( atricles, elections and so on)
1.0
[master-preview] Civics: delete objects when table is recycled - 1. Create a map with some districts in Zoning office ![bandicam 2019-10-10 15-26-34-795](https://user-images.githubusercontent.com/27898520/66565307-9849f800-eb7b-11e9-92cf-394f5eb4c08a.jpg) 2. Pick up zoning office. The Map will be invalid. ![bandicam 2019-10-10 15-26-42-529](https://user-images.githubusercontent.com/27898520/66565320-9f710600-eb7b-11e9-8f17-e1f269223634.jpg) 3. Trash zoning ofice till its garbage. ![bandicam 2019-10-10 15-26-48-606](https://user-images.githubusercontent.com/27898520/66565340-ad268b80-eb7b-11e9-8e77-a6ed465fe159.jpg) 4. Now you have invalid map like... forever. ![bandicam 2019-10-10 15-28-52-591](https://user-images.githubusercontent.com/27898520/66565363-b4e63000-eb7b-11e9-91d9-d22af99fb3ff.jpg) If table with some saved objects was garbaged all entities should be deleted and everything related should become invalid. For all objects ( atricles, elections and so on)
priority
civics delete objects when table is recycled create a map with some districts in zoning office pick up zoning office the map will be invalid trash zoning ofice till its garbage now you have invalid map like forever if table with some saved objects was garbaged all entities should be deleted and everything related should become invalid for all objects atricles elections and so on
1
118,423
4,744,826,173
IssuesEvent
2016-10-21 03:26:14
OperationCode/operationcode
https://api.github.com/repos/OperationCode/operationcode
closed
Create a programming term glossary
Priority: Medium Status: Available Type: Enhancement
It should be in alphabetical order. It should be searchable. Can we use the github wiki?
1.0
Create a programming term glossary - It should be in alphabetical order. It should be searchable. Can we use the github wiki?
priority
create a programming term glossary it should be in alphabetical order it should be searchable can we use the github wiki
1
38,765
2,850,254,176
IssuesEvent
2015-05-31 12:14:41
damonkohler/sl4a
https://api.github.com/repos/damonkohler/sl4a
opened
Help developers make deployable apps (.APK's) with SL4A
auto-migrated Priority-Medium Type-Enhancement
_From @GoogleCodeExporter on May 31, 2015 11:31_ ``` It's ambiguous whether / how easy it is for SL4A to be baked into deployable apps (.APK's), or whether SL4A is just an IDE for Android. If SL4A can be baked into fully deployable apps, please make this more clear, and promote tutorials for this. I'd love to release Ruby apps in this manner. ``` Original issue reported on code.google.com by `andrew.p...@gmail.com` on 27 Jan 2013 at 4:13 _Copied from original issue: damonkohler/android-scripting#676_
1.0
Help developers make deployable apps (.APK's) with SL4A - _From @GoogleCodeExporter on May 31, 2015 11:31_ ``` It's ambiguous whether / how easy it is for SL4A to be baked into deployable apps (.APK's), or whether SL4A is just an IDE for Android. If SL4A can be baked into fully deployable apps, please make this more clear, and promote tutorials for this. I'd love to release Ruby apps in this manner. ``` Original issue reported on code.google.com by `andrew.p...@gmail.com` on 27 Jan 2013 at 4:13 _Copied from original issue: damonkohler/android-scripting#676_
priority
help developers make deployable apps apk s with from googlecodeexporter on may it s ambiguous whether how easy it is for to be baked into deployable apps apk s or whether is just an ide for android if can be baked into fully deployable apps please make this more clear and promote tutorials for this i d love to release ruby apps in this manner original issue reported on code google com by andrew p gmail com on jan at copied from original issue damonkohler android scripting
1
17,551
2,615,146,864
IssuesEvent
2015-03-01 06:23:01
chrsmith/html5rocks
https://api.github.com/repos/chrsmith/html5rocks
closed
Deviant Art Muro Case Study
auto-migrated Milestone-3 NewArticle Priority-Medium Type-Enhancement
``` Muro has graciously provided a Case Study to be published in html5rocks.com ``` Original issue reported on code.google.com by `sethladd@google.com` on 1 Sep 2010 at 8:28
1.0
Deviant Art Muro Case Study - ``` Muro has graciously provided a Case Study to be published in html5rocks.com ``` Original issue reported on code.google.com by `sethladd@google.com` on 1 Sep 2010 at 8:28
priority
deviant art muro case study muro has graciously provided a case study to be published in com original issue reported on code google com by sethladd google com on sep at
1
175,011
6,545,459,668
IssuesEvent
2017-09-04 05:08:02
compodoc/compodoc
https://api.github.com/repos/compodoc/compodoc
closed
[BUG] Extends on interfaces
Priority: Medium Status: Completed Type: Enhancement
<!-- > Please follow the issue template below for bug reports and queries. > For issue, start the label of the title with [BUG] > For feature requests, start the label of the title with [FEATURE] and explain your use case and ideas clearly below, you can remove sections which are not relevant. --> ##### **Overview of the issue** Interfaces can extend other interfaces, so would be great at least know what interface is extended on generated interface documentation. The generated documentation for classes support this feature, so I think you can add this easily. ##### **Motivation for or Use Case** Interfaces can extend other interfaces, would be documented. ![interface_suggestion](https://user-images.githubusercontent.com/7924382/29223690-7d840920-7e95-11e7-9593-67e297ad7fb7.png)
1.0
[BUG] Extends on interfaces - <!-- > Please follow the issue template below for bug reports and queries. > For issue, start the label of the title with [BUG] > For feature requests, start the label of the title with [FEATURE] and explain your use case and ideas clearly below, you can remove sections which are not relevant. --> ##### **Overview of the issue** Interfaces can extend other interfaces, so would be great at least know what interface is extended on generated interface documentation. The generated documentation for classes support this feature, so I think you can add this easily. ##### **Motivation for or Use Case** Interfaces can extend other interfaces, would be documented. ![interface_suggestion](https://user-images.githubusercontent.com/7924382/29223690-7d840920-7e95-11e7-9593-67e297ad7fb7.png)
priority
extends on interfaces please follow the issue template below for bug reports and queries for issue start the label of the title with for feature requests start the label of the title with and explain your use case and ideas clearly below you can remove sections which are not relevant overview of the issue interfaces can extend other interfaces so would be great at least know what interface is extended on generated interface documentation the generated documentation for classes support this feature so i think you can add this easily motivation for or use case interfaces can extend other interfaces would be documented
1
710,130
24,406,819,934
IssuesEvent
2022-10-05 08:44:35
AY2223S1-CS2113T-W11-1/tp
https://api.github.com/repos/AY2223S1-CS2113T-W11-1/tp
closed
Create feature to edit expenses
type.Story priority.Medium
As a user, I can edit an expense so that I can keep track of my finances.
1.0
Create feature to edit expenses - As a user, I can edit an expense so that I can keep track of my finances.
priority
create feature to edit expenses as a user i can edit an expense so that i can keep track of my finances
1
223,127
7,447,128,778
IssuesEvent
2018-03-28 11:27:12
trimstray/sandmap
https://api.github.com/repos/trimstray/sandmap
opened
Module: awesome_nmap
Priority: Medium Status: In Progress Type: Feature
Module type: **INTERNAL** Module name: **awesome_nmap** Category: **awesome** Status: **In Progress** Awesome Nmap predefined commands module.
1.0
Module: awesome_nmap - Module type: **INTERNAL** Module name: **awesome_nmap** Category: **awesome** Status: **In Progress** Awesome Nmap predefined commands module.
priority
module awesome nmap module type internal module name awesome nmap category awesome status in progress awesome nmap predefined commands module
1
30,048
2,722,143,811
IssuesEvent
2015-04-14 00:22:18
CruxFramework/crux-smart-faces
https://api.github.com/repos/CruxFramework/crux-smart-faces
closed
FileUploader does not appear on the Internet Explorer 8 and 9
bug imported Module-CruxWidgets Priority-Medium wontfix
_From [flavia.jesus@triggolabs.com](https://code.google.com/u/flavia.jesus@triggolabs.com/) on March 16, 2015 12:11:18_ Using FileUploader in showcase project, this does not appear on the Internet Explorer 8 and 9. _Original issue: http://code.google.com/p/crux-framework/issues/detail?id=631_
1.0
FileUploader does not appear on the Internet Explorer 8 and 9 - _From [flavia.jesus@triggolabs.com](https://code.google.com/u/flavia.jesus@triggolabs.com/) on March 16, 2015 12:11:18_ Using FileUploader in showcase project, this does not appear on the Internet Explorer 8 and 9. _Original issue: http://code.google.com/p/crux-framework/issues/detail?id=631_
priority
fileuploader does not appear on the internet explorer and from on march using fileuploader in showcase project this does not appear on the internet explorer and original issue
1
406,420
11,893,098,334
IssuesEvent
2020-03-29 09:50:02
storecore/core
https://api.github.com/repos/storecore/core
opened
Add Amazon Standard Identification Number (ASIN)
feature request priority medium
https://en.m.wikipedia.org/wiki/Amazon_Standard_Identification_Number Amazon Standard Identification Number - Wikipedia https://sellercentral.amazon.ca/gp/help/external/200317470 Product UPCs and GTINs - Amazon Seller Central https://sellercentral.amazon.com/gp/help/external/201844590 ASIN creation policy - Amazon Seller Central
1.0
Add Amazon Standard Identification Number (ASIN) - https://en.m.wikipedia.org/wiki/Amazon_Standard_Identification_Number Amazon Standard Identification Number - Wikipedia https://sellercentral.amazon.ca/gp/help/external/200317470 Product UPCs and GTINs - Amazon Seller Central https://sellercentral.amazon.com/gp/help/external/201844590 ASIN creation policy - Amazon Seller Central
priority
add amazon standard identification number asin amazon standard identification number wikipedia product upcs and gtins amazon seller central asin creation policy amazon seller central
1
793,010
27,980,450,691
IssuesEvent
2023-03-26 04:12:47
AY2223S2-CS2113T-T09-3/tp
https://api.github.com/repos/AY2223S2-CS2113T-T09-3/tp
closed
As a user I can see what ingredients I am missing for a recipe
type.Story priority.Medium
...so that I know which ingredients I need to procure
1.0
As a user I can see what ingredients I am missing for a recipe - ...so that I know which ingredients I need to procure
priority
as a user i can see what ingredients i am missing for a recipe so that i know which ingredients i need to procure
1
122,782
4,839,672,878
IssuesEvent
2016-11-09 10:18:25
google/google-authenticator
https://api.github.com/repos/google/google-authenticator
closed
Generate new eight-digit emergency codes for Authenticator for PAM.
enhancement libpam Priority-Medium
Original [issue 248](https://code.google.com/p/google-authenticator/issues/detail?id=248) created by tim@timpollock.info on 2013-02-08T00:05:10.000Z: <b>What steps will reproduce the problem?</b> 1. Wish to generate new emergency codes for times when I don't have Authenticator on me. 2. Setting up Authenticator only gives me five codes. 3. I would like more. <b>What version of the product are you using? On what operating system?</b> pam_google_authenticator.so <b>Please provide any additional information below.</b> When setting up Google Authenticator for PAM, it gives me five emergency codes. I'd like to generate more as a just-in-case. Is this at all possible?
1.0
Generate new eight-digit emergency codes for Authenticator for PAM. - Original [issue 248](https://code.google.com/p/google-authenticator/issues/detail?id=248) created by tim@timpollock.info on 2013-02-08T00:05:10.000Z: <b>What steps will reproduce the problem?</b> 1. Wish to generate new emergency codes for times when I don't have Authenticator on me. 2. Setting up Authenticator only gives me five codes. 3. I would like more. <b>What version of the product are you using? On what operating system?</b> pam_google_authenticator.so <b>Please provide any additional information below.</b> When setting up Google Authenticator for PAM, it gives me five emergency codes. I'd like to generate more as a just-in-case. Is this at all possible?
priority
generate new eight digit emergency codes for authenticator for pam original created by tim timpollock info on what steps will reproduce the problem wish to generate new emergency codes for times when i don t have authenticator on me setting up authenticator only gives me five codes i would like more what version of the product are you using on what operating system pam google authenticator so please provide any additional information below when setting up google authenticator for pam it gives me five emergency codes i d like to generate more as a just in case is this at all possible
1
647,786
21,155,897,251
IssuesEvent
2022-04-07 03:10:12
AY2122S2-CS2113T-T09-3/tp
https://api.github.com/repos/AY2122S2-CS2113T-T09-3/tp
closed
[PE-D] Error message for name in add patient command
type.Bug priority.Medium severity.Low
![image.png](https://raw.githubusercontent.com/froststein/ped/main/files/b37071f6-073c-4c6e-a6ee-29b5a4461295.png) For the name segment of the command, the error message is the same when I entered a number in the name and when I entered a special character. Consider splitting the type of error messages. <!--session: 1648800307694-9b336e65-3c92-4fad-b69b-55d0872ede98--> <!--Version: Web v3.4.2--> ------------- Labels: `severity.Low` `type.FeatureFlaw` original: froststein/ped#1
1.0
[PE-D] Error message for name in add patient command - ![image.png](https://raw.githubusercontent.com/froststein/ped/main/files/b37071f6-073c-4c6e-a6ee-29b5a4461295.png) For the name segment of the command, the error message is the same when I entered a number in the name and when I entered a special character. Consider splitting the type of error messages. <!--session: 1648800307694-9b336e65-3c92-4fad-b69b-55d0872ede98--> <!--Version: Web v3.4.2--> ------------- Labels: `severity.Low` `type.FeatureFlaw` original: froststein/ped#1
priority
error message for name in add patient command for the name segment of the command the error message is the same when i entered a number in the name and when i entered a special character consider splitting the type of error messages labels severity low type featureflaw original froststein ped
1
461,589
13,232,850,077
IssuesEvent
2020-08-18 13:58:25
dmwm/CRABServer
https://api.github.com/repos/dmwm/CRABServer
closed
test latest WMCore 1.3.6
Priority: Medium Status: In Progress Type: Enhancement Type: Support
IIUC correctly (to be verified! ) the latest stable WMCore version is 1.3.6 before they started changing things for Python3 compatibility. So we shoudl build with 1.3.6., validate, and use in production until ready to deal wityh py3 transition or anyhow having more news from Alan.
1.0
test latest WMCore 1.3.6 - IIUC correctly (to be verified! ) the latest stable WMCore version is 1.3.6 before they started changing things for Python3 compatibility. So we shoudl build with 1.3.6., validate, and use in production until ready to deal wityh py3 transition or anyhow having more news from Alan.
priority
test latest wmcore iiuc correctly to be verified the latest stable wmcore version is before they started changing things for compatibility so we shoudl build with validate and use in production until ready to deal wityh transition or anyhow having more news from alan
1
480,178
13,837,315,591
IssuesEvent
2020-10-14 03:22:29
gambitph/Stackable
https://api.github.com/repos/gambitph/Stackable
closed
the font-size should have "!important" in all our blocks
enhancement medium priority
the font-size should have "!important" in all our blocks
1.0
the font-size should have "!important" in all our blocks - the font-size should have "!important" in all our blocks
priority
the font size should have important in all our blocks the font size should have important in all our blocks
1
398,383
11,740,451,791
IssuesEvent
2020-03-11 19:38:16
ngageoint/hootenanny
https://api.github.com/repos/ngageoint/hootenanny
opened
Road incorrectly going through parking lot after conflate and diff
Category: Algorithms Priority: Medium Status: Defined Type: Bug
Milford AOI - may be able to do something about this
1.0
Road incorrectly going through parking lot after conflate and diff - Milford AOI - may be able to do something about this
priority
road incorrectly going through parking lot after conflate and diff milford aoi may be able to do something about this
1
184,488
6,713,591,000
IssuesEvent
2017-10-13 13:59:30
ansible/awx
https://api.github.com/repos/ansible/awx
closed
Discrepancy in POST response for jobs vs project & inventory updates
component:api priority:medium state:needs_review type:enhancement
##### ISSUE TYPE - Bug Report - Feature Idea ##### COMPONENT NAME - API ##### SUMMARY When you launch a job, the API returns the full serialization of the new job, _as if_ you performed a GET to the job detail view. When you update a project, it returns a minimal response like `{"project_update": 42}`. Arguably, the project update endpoint (and others) should follow suit and return the full serialization of the newly-created object. ##### STEPS TO REPRODUCE POST to `/api/v2/job_templates/N/launch/` POST to `/api/v2/projects/N/update/` ##### EXPECTED RESULTS consistency ##### ACTUAL RESULTS somewhat similar
1.0
Discrepancy in POST response for jobs vs project & inventory updates - ##### ISSUE TYPE - Bug Report - Feature Idea ##### COMPONENT NAME - API ##### SUMMARY When you launch a job, the API returns the full serialization of the new job, _as if_ you performed a GET to the job detail view. When you update a project, it returns a minimal response like `{"project_update": 42}`. Arguably, the project update endpoint (and others) should follow suit and return the full serialization of the newly-created object. ##### STEPS TO REPRODUCE POST to `/api/v2/job_templates/N/launch/` POST to `/api/v2/projects/N/update/` ##### EXPECTED RESULTS consistency ##### ACTUAL RESULTS somewhat similar
priority
discrepancy in post response for jobs vs project inventory updates issue type bug report feature idea component name api summary when you launch a job the api returns the full serialization of the new job as if you performed a get to the job detail view when you update a project it returns a minimal response like project update arguably the project update endpoint and others should follow suit and return the full serialization of the newly created object steps to reproduce post to api job templates n launch post to api projects n update expected results consistency actual results somewhat similar
1
77,596
3,507,171,804
IssuesEvent
2016-01-08 11:40:45
OregonCore/OregonCore
https://api.github.com/repos/OregonCore/OregonCore
closed
Disarm (BB #579)
migrated Priority: Medium Type: Bug
This issue was migrated from bitbucket. **Original Reporter:** **Original Date:** 15.04.2014 12:24:38 GMT+0000 **Original Priority:** major **Original Type:** bug **Original State:** resolved **Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/579 <hr> Warrior spell Disarm, bugging stats of players. If you change weapon at disarm, you will get more stats, or lowered stats. Stats can be stacked UP or DOWN repeatly
1.0
Disarm (BB #579) - This issue was migrated from bitbucket. **Original Reporter:** **Original Date:** 15.04.2014 12:24:38 GMT+0000 **Original Priority:** major **Original Type:** bug **Original State:** resolved **Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/579 <hr> Warrior spell Disarm, bugging stats of players. If you change weapon at disarm, you will get more stats, or lowered stats. Stats can be stacked UP or DOWN repeatly
priority
disarm bb this issue was migrated from bitbucket original reporter original date gmt original priority major original type bug original state resolved direct link warrior spell disarm bugging stats of players if you change weapon at disarm you will get more stats or lowered stats stats can be stacked up or down repeatly
1
429,211
12,422,266,007
IssuesEvent
2020-05-23 21:09:12
GeyserMC/Geyser
https://api.github.com/repos/GeyserMC/Geyser
closed
Player seems not to sleep on bedrock (but actually sleeping)
Missing Implementation Priority: Medium
**Describe the bug** When you click on bed playing on bedrock you are really sleeping, but bedrock client doesn't seem to know that - you are still standing near bed. **To Reproduce** Steps to reproduce the behavior: 1. Try to click on bed on bedrock at night. 2. It will look like sleeping is not working. 3. You are actually in this bed. 4. See error **Expected behavior** See bed POV. **Screenshots** Java edition 3rd person: ![2020-04-01_01 49 34](https://user-images.githubusercontent.com/7334549/78085519-807d5f00-73bb-11ea-9a61-35bfcb9da8b6.png) Bedrock 1st person: ![Screenshot_20200401-014923_BlockLauncher](https://user-images.githubusercontent.com/7334549/78085544-8ecb7b00-73bb-11ea-8d64-8f637e1ca087.png) On screenshot you also can see some invisible beds, which is not nice ;/ **Server version** Latest papermc **Geyser version** Latest jenkins inventory branch **Bedrock version** BlockLauncher patched 1.14.1 android arm (also bugs on other).
1.0
Player seems not to sleep on bedrock (but actually sleeping) - **Describe the bug** When you click on bed playing on bedrock you are really sleeping, but bedrock client doesn't seem to know that - you are still standing near bed. **To Reproduce** Steps to reproduce the behavior: 1. Try to click on bed on bedrock at night. 2. It will look like sleeping is not working. 3. You are actually in this bed. 4. See error **Expected behavior** See bed POV. **Screenshots** Java edition 3rd person: ![2020-04-01_01 49 34](https://user-images.githubusercontent.com/7334549/78085519-807d5f00-73bb-11ea-9a61-35bfcb9da8b6.png) Bedrock 1st person: ![Screenshot_20200401-014923_BlockLauncher](https://user-images.githubusercontent.com/7334549/78085544-8ecb7b00-73bb-11ea-8d64-8f637e1ca087.png) On screenshot you also can see some invisible beds, which is not nice ;/ **Server version** Latest papermc **Geyser version** Latest jenkins inventory branch **Bedrock version** BlockLauncher patched 1.14.1 android arm (also bugs on other).
priority
player seems not to sleep on bedrock but actually sleeping describe the bug when you click on bed playing on bedrock you are really sleeping but bedrock client doesn t seem to know that you are still standing near bed to reproduce steps to reproduce the behavior try to click on bed on bedrock at night it will look like sleeping is not working you are actually in this bed see error expected behavior see bed pov screenshots java edition person bedrock person on screenshot you also can see some invisible beds which is not nice server version latest papermc geyser version latest jenkins inventory branch bedrock version blocklauncher patched android arm also bugs on other
1
47,962
2,990,046,434
IssuesEvent
2015-07-21 06:21:35
jayway/rest-assured
https://api.github.com/repos/jayway/rest-assured
closed
Escape "illegal" characters in parameters
bug imported Priority-Medium
_From [alexandr...@gmail.com](https://code.google.com/u/109612730533542132050/) on August 13, 2012 15:35:55_ What steps will reproduce the problem? Suppose I use RestAssured like this: \<code> RestAssured .given().pathParam("dummy", "begin?everything from here will be ignored") .expect().statusCode(200) .when().get("/some/path/{dummy}") \</code> What is the expected output? What do you see instead? I expect the generated http URL to end up with "/some/path/begin&#37;3Feverything&#37;20from&#37;20here&#37;20will&#37;20be&#37;20ignored" but the '?' is not escaped - and since it means something to the HTTP URL spec (separation of the query and the parameters), the remaining part after ? is not considered part of the query and thus ignored. It event produces even worse results if I add params to the get call (since there will be two '?' in the URL... What version of the product are you using? On what operating system? RestAssured 1.6.1 Thank you in advance! _Original issue: http://code.google.com/p/rest-assured/issues/detail?id=188_
1.0
Escape "illegal" characters in parameters - _From [alexandr...@gmail.com](https://code.google.com/u/109612730533542132050/) on August 13, 2012 15:35:55_ What steps will reproduce the problem? Suppose I use RestAssured like this: \<code> RestAssured .given().pathParam("dummy", "begin?everything from here will be ignored") .expect().statusCode(200) .when().get("/some/path/{dummy}") \</code> What is the expected output? What do you see instead? I expect the generated http URL to end up with "/some/path/begin&#37;3Feverything&#37;20from&#37;20here&#37;20will&#37;20be&#37;20ignored" but the '?' is not escaped - and since it means something to the HTTP URL spec (separation of the query and the parameters), the remaining part after ? is not considered part of the query and thus ignored. It event produces even worse results if I add params to the get call (since there will be two '?' in the URL... What version of the product are you using? On what operating system? RestAssured 1.6.1 Thank you in advance! _Original issue: http://code.google.com/p/rest-assured/issues/detail?id=188_
priority
escape illegal characters in parameters from on august what steps will reproduce the problem suppose i use restassured like this restassured given pathparam dummy begin everything from here will be ignored expect statuscode when get some path dummy what is the expected output what do you see instead i expect the generated http url to end up with some path begin but the is not escaped and since it means something to the http url spec separation of the query and the parameters the remaining part after is not considered part of the query and thus ignored it event produces even worse results if i add params to the get call since there will be two in the url what version of the product are you using on what operating system restassured thank you in advance original issue
1
616,962
19,324,801,822
IssuesEvent
2021-12-14 10:10:36
AZielski/symmetrical-carnival
https://api.github.com/repos/AZielski/symmetrical-carnival
opened
Add reset password
enhancement backend priority:Medium
Task: - Add password reset endpoint GET /user/reset-password Reference #66
1.0
Add reset password - Task: - Add password reset endpoint GET /user/reset-password Reference #66
priority
add reset password task add password reset endpoint get user reset password reference
1
730,637
25,183,459,262
IssuesEvent
2022-11-11 15:41:11
RobotLocomotion/drake
https://api.github.com/repos/RobotLocomotion/drake
closed
Trajectory stacking
type: feature request priority: medium component: planning and control
Given more than one [`Trajectory`](https://drake.mit.edu/doxygen_cxx/classdrake_1_1trajectories_1_1_trajectory.html) objects, it would be convenient to allow for stacking them. For vstack semantics, imagine one trajectory for a left arm and one trajectory for a right arm, and we want to stack them into a single trajectory with twice the number of dofs. Both would require the same num_cols in their output, and would stack the rows. For hstack semantics, imagine running two trajectories back-to-back. In this case, the output must have the same rows and cols for both. Probably there needs to be an affordance for remapping the times to sequence correctly. For specific kinds of trajectory subclasses, there are work-arounds for now but for stacking heterogenous types, I think the only solution is to implement a `Trajectory` subclass on your own. We should just provide one.
1.0
Trajectory stacking - Given more than one [`Trajectory`](https://drake.mit.edu/doxygen_cxx/classdrake_1_1trajectories_1_1_trajectory.html) objects, it would be convenient to allow for stacking them. For vstack semantics, imagine one trajectory for a left arm and one trajectory for a right arm, and we want to stack them into a single trajectory with twice the number of dofs. Both would require the same num_cols in their output, and would stack the rows. For hstack semantics, imagine running two trajectories back-to-back. In this case, the output must have the same rows and cols for both. Probably there needs to be an affordance for remapping the times to sequence correctly. For specific kinds of trajectory subclasses, there are work-arounds for now but for stacking heterogenous types, I think the only solution is to implement a `Trajectory` subclass on your own. We should just provide one.
priority
trajectory stacking given more than one objects it would be convenient to allow for stacking them for vstack semantics imagine one trajectory for a left arm and one trajectory for a right arm and we want to stack them into a single trajectory with twice the number of dofs both would require the same num cols in their output and would stack the rows for hstack semantics imagine running two trajectories back to back in this case the output must have the same rows and cols for both probably there needs to be an affordance for remapping the times to sequence correctly for specific kinds of trajectory subclasses there are work arounds for now but for stacking heterogenous types i think the only solution is to implement a trajectory subclass on your own we should just provide one
1
106,302
4,269,802,578
IssuesEvent
2016-07-13 02:47:06
jdesmet/jmep
https://api.github.com/repos/jdesmet/jmep
closed
Test Task
auto-migrated Priority-Medium
``` Just see if I can enter new tasks ``` Original issue reported on code.google.com by `yo.des...@gmail.com` on 6 Feb 2011 at 10:01
1.0
Test Task - ``` Just see if I can enter new tasks ``` Original issue reported on code.google.com by `yo.des...@gmail.com` on 6 Feb 2011 at 10:01
priority
test task just see if i can enter new tasks original issue reported on code google com by yo des gmail com on feb at
1
470,466
13,538,284,611
IssuesEvent
2020-09-16 11:52:07
threefoldtech/freeflowconnect_frontend
https://api.github.com/repos/threefoldtech/freeflowconnect_frontend
closed
Mobile Safari - No sound
priority_medium type_bug
There is no sound on mobile safari, the microphone and camera is ok though.
1.0
Mobile Safari - No sound - There is no sound on mobile safari, the microphone and camera is ok though.
priority
mobile safari no sound there is no sound on mobile safari the microphone and camera is ok though
1
212,591
7,238,848,023
IssuesEvent
2018-02-13 15:47:49
ansible/awx
https://api.github.com/repos/ansible/awx
opened
RFE: link project-based inventory update to inventory source
component:api component:ui priority:medium state:needs_devel type:enhancement
##### ISSUE TYPE - Feature Idea - Documentation ##### COMPONENT NAME - API - UI ##### SUMMARY The inventory update for a project-based source just says 'Sourced from a project' for the source type. <img width="1439" alt="screen shot 2017-08-11 at 2 38 36 pm" src="https://user-images.githubusercontent.com/9889020/29227214-ff44ccc6-7ea2-11e7-8a3a-5173d6fd885b.png"> It should link to the actual project. ##### ENVIRONMENT * AWX version: any ##### ADDITIONAL INFORMATION
1.0
RFE: link project-based inventory update to inventory source - ##### ISSUE TYPE - Feature Idea - Documentation ##### COMPONENT NAME - API - UI ##### SUMMARY The inventory update for a project-based source just says 'Sourced from a project' for the source type. <img width="1439" alt="screen shot 2017-08-11 at 2 38 36 pm" src="https://user-images.githubusercontent.com/9889020/29227214-ff44ccc6-7ea2-11e7-8a3a-5173d6fd885b.png"> It should link to the actual project. ##### ENVIRONMENT * AWX version: any ##### ADDITIONAL INFORMATION
priority
rfe link project based inventory update to inventory source issue type feature idea documentation component name api ui summary the inventory update for a project based source just says sourced from a project for the source type img width alt screen shot at pm src it should link to the actual project environment awx version any additional information
1
272,975
8,519,587,734
IssuesEvent
2018-11-01 15:04:45
GoldenSoftwareLtd/gedemin
https://api.github.com/repos/GoldenSoftwareLtd/gedemin
closed
ะขะพั€ะณะพะฒะปั. ะกั‡ะตั‚ะฐ ะฒ ัˆะฐะฟะบะต ะดะพะบัƒะผะตะฝั‚ะพะฒ
Depot Priority-Medium Type-Enhancement
Originally reported on Google Code with ID 3415 ``` ะ”ะพะฒะพะปัŒะฝะพ ั‡ะฐัั‚ะพ ะพั€ะณะฐะฝะธะทะฐั†ะธะธ, ะทะฐะฝะธะผะฐัŽั‰ะธะตัั ั‚ะพั€ะณะพะฒะปะตะน, ัะฒะพะธั… ะฟะพัั‚ะฐะฒั‰ะธะบะพะฒ ั€ะฐะทะดะตะปััŽั‚ ะฝะฐ ััƒะฑัั‡ะตั‚ะฐ 60.01, 60.01.01, 62.01 ะธ ั‚.ะฟ. ะ’ ะฝะฐัˆะธั… ัะบะปะฐะดัะบะธั… ะดะพะบัƒะผะตะฝั‚ะฐั… (01. ะะฐะบะปะฐะดะฝะฐั ะฝะฐ ะฟะพะปัƒั‡ะตะฝะธะต ะขะœะฆ, ะžั‚ะฟัƒัะบ ั‚ะพะฒะฐั€ะฐ ะฝะฐ ัั‚ะพั€ะพะฝัƒ(ะพะฟั‚/ั€ะพะทะฝ.), 06. ะ’ะพะทะฒั€ะฐั‚ ั‚ะพะฒะฐั€ะพะฒ ะฟะพัั‚ะฐะฒั‰ะธะบัƒ) ัั‡ะตั‚ะฐ ะทะฐะฟะพะปะฝััŽั‚ัั ะฒ ัˆะฐะฟะบะต ะดะพะบัƒะผะตะฝั‚ะฐ, ะธ ะตัะปะธ ะฑัƒั…ะณะฐะปั‚ะตั€ะฐ ะธะผะตัŽั‚ ะฟะปะพั…ัƒัŽ ัะฒัะทัŒ ะพะฟะตั€ะฐั‚ะพั€ะฐะผะธ ะฟะพ ะฒะตะดะตะฝะธัŽ ัะบะปะฐะดะฐ, ั‚ะพ ั‡ะฐัั‚ะพ ะฒะพะทะฝะธะบะฐัŽั‚ ัะธั‚ัƒะฐั†ะธะธ, ะบะพะณะดะฐ ั„ะพั€ะผะธั€ัƒัŽั‚ัั ะฝะตะฟั€ะฐะฒะธะปัŒะฝั‹ะต ะฟั€ะพะฒะพะดะบะธ. ะŸั€ะตะดะปะฐะณะฐัŽ: 1.ะ’ ะบะฐั€ั‚ะพั‡ะบะต ะบะปะธะตะฝั‚ะฐ ะตัั‚ัŒ ะฟะพะปะต "ัั‡ะตั‚ ะทะฐั‚ั€ะฐั‚" ะตะณะพ ะผะพะถะฝะพ ะธัะฟะพะปัŒะทะพะฒะฐั‚ัŒ ะดะปั ะดะปั ะทะฐะฟะพะปะฝะตะฝะธั ะฟะพะปะตะน ,ะฝะฐะฟั€ะธะผะตั€, ะฒ ะดะพะบัƒะผะตะฝั‚ะต 01. ะะฐะบะปะฐะดะฝะฐั ะฝะฐ ะฟะพะปัƒั‡ะตะฝะธะต ั‚ะพะฒะฐั€ะพะฒ, ะฒ ะฟะพะปะต "ะกะž ะกะงะ•ะขะ" , ะตัะปะธ ะถะต ะฟะพะปะต "ัั‡ะตั‚ ะทะฐั‚ั€ะฐั‚" ัƒ ะบะปะธะตะฝั‚ะฐ ะฝะต ะทะฐะฟะพะปะฝะตะฝ, ั‚ะพะณะดะฐ ะธัะฟะพะปัŒะทะพะฒะฐั‚ัŒ ะฟะพ-ัƒะผะพะปั‡ะฐะฝะธัŽ 60 (ะฝะฐะฟั€ะธะผะตั€). ะขะพะถะต ะบะฐัะฐะตั‚ัั ะดะพะบัƒะผะตะฝั‚ะฐ 06. ะ’ะพะทะฒั€ะฐั‚ ั‚ะพะฒะฐั€ะพะฒ ะฟะพัั‚ะฐะฒั‰ะธะบัƒ 2. ะงั‚ะพ ะบะฐัะฐะตั‚ัั ะพัั‚ะฐะปัŒะฝั‹ั… ะดะพะบัƒะผะตะฝั‚ะพะฒ ะธะท ัั‚ะพะน ัะตั€ะธะธ, ั‚ะพ ั‚ะฐะผ ะฟั€ะพะฒะพะดะบะธ ะฝะฐัั‚ั€ะพะตะฝั‹ ะฝะฐ ะบะพะฝะบั€ะตั‚ะฝั‹ะต ัั‡ะตั‚ะฐ ะธ ะฝะธ ะฑัƒั…ะณะฐะปั‚ะตั€ะฐ, ะฝะธ ะพะฟะตั€ะฐั‚ะพั€ั‹, ะตัะปะธ ั‡ั‚ะพ, ัะฐะผะธ ะฝะต ะธัะฟั€ะฐะฒัั‚. ะ”ัƒะผะฐัŽ ะณะธะฑะบะพัั‚ัŒ ัะธัั‚ะตะผั‹ ะดะพะปะถะฝะฐ ะฑั‹ั‚ัŒ ะฒะธะดะฝะฐ. ``` Reported by `mosya911` on 2014-08-06 11:15:26 <hr> - _Attachment: GOOD.png<br>![GOOD.png](https://storage.googleapis.com/google-code-attachments/gedemin/issue-3415/comment-0/GOOD.png)_ - _Attachment: GOOD1.png<br>![GOOD1.png](https://storage.googleapis.com/google-code-attachments/gedemin/issue-3415/comment-0/GOOD1.png)_ - _Attachment: GOOD11.png<br>![GOOD11.png](https://storage.googleapis.com/google-code-attachments/gedemin/issue-3415/comment-0/GOOD11.png)_
1.0
ะขะพั€ะณะพะฒะปั. ะกั‡ะตั‚ะฐ ะฒ ัˆะฐะฟะบะต ะดะพะบัƒะผะตะฝั‚ะพะฒ - Originally reported on Google Code with ID 3415 ``` ะ”ะพะฒะพะปัŒะฝะพ ั‡ะฐัั‚ะพ ะพั€ะณะฐะฝะธะทะฐั†ะธะธ, ะทะฐะฝะธะผะฐัŽั‰ะธะตัั ั‚ะพั€ะณะพะฒะปะตะน, ัะฒะพะธั… ะฟะพัั‚ะฐะฒั‰ะธะบะพะฒ ั€ะฐะทะดะตะปััŽั‚ ะฝะฐ ััƒะฑัั‡ะตั‚ะฐ 60.01, 60.01.01, 62.01 ะธ ั‚.ะฟ. ะ’ ะฝะฐัˆะธั… ัะบะปะฐะดัะบะธั… ะดะพะบัƒะผะตะฝั‚ะฐั… (01. ะะฐะบะปะฐะดะฝะฐั ะฝะฐ ะฟะพะปัƒั‡ะตะฝะธะต ะขะœะฆ, ะžั‚ะฟัƒัะบ ั‚ะพะฒะฐั€ะฐ ะฝะฐ ัั‚ะพั€ะพะฝัƒ(ะพะฟั‚/ั€ะพะทะฝ.), 06. ะ’ะพะทะฒั€ะฐั‚ ั‚ะพะฒะฐั€ะพะฒ ะฟะพัั‚ะฐะฒั‰ะธะบัƒ) ัั‡ะตั‚ะฐ ะทะฐะฟะพะปะฝััŽั‚ัั ะฒ ัˆะฐะฟะบะต ะดะพะบัƒะผะตะฝั‚ะฐ, ะธ ะตัะปะธ ะฑัƒั…ะณะฐะปั‚ะตั€ะฐ ะธะผะตัŽั‚ ะฟะปะพั…ัƒัŽ ัะฒัะทัŒ ะพะฟะตั€ะฐั‚ะพั€ะฐะผะธ ะฟะพ ะฒะตะดะตะฝะธัŽ ัะบะปะฐะดะฐ, ั‚ะพ ั‡ะฐัั‚ะพ ะฒะพะทะฝะธะบะฐัŽั‚ ัะธั‚ัƒะฐั†ะธะธ, ะบะพะณะดะฐ ั„ะพั€ะผะธั€ัƒัŽั‚ัั ะฝะตะฟั€ะฐะฒะธะปัŒะฝั‹ะต ะฟั€ะพะฒะพะดะบะธ. ะŸั€ะตะดะปะฐะณะฐัŽ: 1.ะ’ ะบะฐั€ั‚ะพั‡ะบะต ะบะปะธะตะฝั‚ะฐ ะตัั‚ัŒ ะฟะพะปะต "ัั‡ะตั‚ ะทะฐั‚ั€ะฐั‚" ะตะณะพ ะผะพะถะฝะพ ะธัะฟะพะปัŒะทะพะฒะฐั‚ัŒ ะดะปั ะดะปั ะทะฐะฟะพะปะฝะตะฝะธั ะฟะพะปะตะน ,ะฝะฐะฟั€ะธะผะตั€, ะฒ ะดะพะบัƒะผะตะฝั‚ะต 01. ะะฐะบะปะฐะดะฝะฐั ะฝะฐ ะฟะพะปัƒั‡ะตะฝะธะต ั‚ะพะฒะฐั€ะพะฒ, ะฒ ะฟะพะปะต "ะกะž ะกะงะ•ะขะ" , ะตัะปะธ ะถะต ะฟะพะปะต "ัั‡ะตั‚ ะทะฐั‚ั€ะฐั‚" ัƒ ะบะปะธะตะฝั‚ะฐ ะฝะต ะทะฐะฟะพะปะฝะตะฝ, ั‚ะพะณะดะฐ ะธัะฟะพะปัŒะทะพะฒะฐั‚ัŒ ะฟะพ-ัƒะผะพะปั‡ะฐะฝะธัŽ 60 (ะฝะฐะฟั€ะธะผะตั€). ะขะพะถะต ะบะฐัะฐะตั‚ัั ะดะพะบัƒะผะตะฝั‚ะฐ 06. ะ’ะพะทะฒั€ะฐั‚ ั‚ะพะฒะฐั€ะพะฒ ะฟะพัั‚ะฐะฒั‰ะธะบัƒ 2. ะงั‚ะพ ะบะฐัะฐะตั‚ัั ะพัั‚ะฐะปัŒะฝั‹ั… ะดะพะบัƒะผะตะฝั‚ะพะฒ ะธะท ัั‚ะพะน ัะตั€ะธะธ, ั‚ะพ ั‚ะฐะผ ะฟั€ะพะฒะพะดะบะธ ะฝะฐัั‚ั€ะพะตะฝั‹ ะฝะฐ ะบะพะฝะบั€ะตั‚ะฝั‹ะต ัั‡ะตั‚ะฐ ะธ ะฝะธ ะฑัƒั…ะณะฐะปั‚ะตั€ะฐ, ะฝะธ ะพะฟะตั€ะฐั‚ะพั€ั‹, ะตัะปะธ ั‡ั‚ะพ, ัะฐะผะธ ะฝะต ะธัะฟั€ะฐะฒัั‚. ะ”ัƒะผะฐัŽ ะณะธะฑะบะพัั‚ัŒ ัะธัั‚ะตะผั‹ ะดะพะปะถะฝะฐ ะฑั‹ั‚ัŒ ะฒะธะดะฝะฐ. ``` Reported by `mosya911` on 2014-08-06 11:15:26 <hr> - _Attachment: GOOD.png<br>![GOOD.png](https://storage.googleapis.com/google-code-attachments/gedemin/issue-3415/comment-0/GOOD.png)_ - _Attachment: GOOD1.png<br>![GOOD1.png](https://storage.googleapis.com/google-code-attachments/gedemin/issue-3415/comment-0/GOOD1.png)_ - _Attachment: GOOD11.png<br>![GOOD11.png](https://storage.googleapis.com/google-code-attachments/gedemin/issue-3415/comment-0/GOOD11.png)_
priority
ั‚ะพั€ะณะพะฒะปั ัั‡ะตั‚ะฐ ะฒ ัˆะฐะฟะบะต ะดะพะบัƒะผะตะฝั‚ะพะฒ originally reported on google code with id ะดะพะฒะพะปัŒะฝะพ ั‡ะฐัั‚ะพ ะพั€ะณะฐะฝะธะทะฐั†ะธะธ ะทะฐะฝะธะผะฐัŽั‰ะธะตัั ั‚ะพั€ะณะพะฒะปะตะน ัะฒะพะธั… ะฟะพัั‚ะฐะฒั‰ะธะบะพะฒ ั€ะฐะทะดะตะปััŽั‚ ะฝะฐ ััƒะฑัั‡ะตั‚ะฐ ะธ ั‚ ะฟ ะฒ ะฝะฐัˆะธั… ัะบะปะฐะดัะบะธั… ะดะพะบัƒะผะตะฝั‚ะฐั… ะฝะฐะบะปะฐะดะฝะฐั ะฝะฐ ะฟะพะปัƒั‡ะตะฝะธะต ั‚ะผั† ะพั‚ะฟัƒัะบ ั‚ะพะฒะฐั€ะฐ ะฝะฐ ัั‚ะพั€ะพะฝัƒ ะพะฟั‚ ั€ะพะทะฝ ะฒะพะทะฒั€ะฐั‚ ั‚ะพะฒะฐั€ะพะฒ ะฟะพัั‚ะฐะฒั‰ะธะบัƒ ัั‡ะตั‚ะฐ ะทะฐะฟะพะปะฝััŽั‚ัั ะฒ ัˆะฐะฟะบะต ะดะพะบัƒะผะตะฝั‚ะฐ ะธ ะตัะปะธ ะฑัƒั…ะณะฐะปั‚ะตั€ะฐ ะธะผะตัŽั‚ ะฟะปะพั…ัƒัŽ ัะฒัะทัŒ ะพะฟะตั€ะฐั‚ะพั€ะฐะผะธ ะฟะพ ะฒะตะดะตะฝะธัŽ ัะบะปะฐะดะฐ ั‚ะพ ั‡ะฐัั‚ะพ ะฒะพะทะฝะธะบะฐัŽั‚ ัะธั‚ัƒะฐั†ะธะธ ะบะพะณะดะฐ ั„ะพั€ะผะธั€ัƒัŽั‚ัั ะฝะตะฟั€ะฐะฒะธะปัŒะฝั‹ะต ะฟั€ะพะฒะพะดะบะธ ะฟั€ะตะดะปะฐะณะฐัŽ ะฒ ะบะฐั€ั‚ะพั‡ะบะต ะบะปะธะตะฝั‚ะฐ ะตัั‚ัŒ ะฟะพะปะต ัั‡ะตั‚ ะทะฐั‚ั€ะฐั‚ ะตะณะพ ะผะพะถะฝะพ ะธัะฟะพะปัŒะทะพะฒะฐั‚ัŒ ะดะปั ะดะปั ะทะฐะฟะพะปะฝะตะฝะธั ะฟะพะปะตะน ะฝะฐะฟั€ะธะผะตั€ ะฒ ะดะพะบัƒะผะตะฝั‚ะต ะฝะฐะบะปะฐะดะฝะฐั ะฝะฐ ะฟะพะปัƒั‡ะตะฝะธะต ั‚ะพะฒะฐั€ะพะฒ ะฒ ะฟะพะปะต ัะพ ัั‡ะตั‚ะฐ ะตัะปะธ ะถะต ะฟะพะปะต ัั‡ะตั‚ ะทะฐั‚ั€ะฐั‚ ัƒ ะบะปะธะตะฝั‚ะฐ ะฝะต ะทะฐะฟะพะปะฝะตะฝ ั‚ะพะณะดะฐ ะธัะฟะพะปัŒะทะพะฒะฐั‚ัŒ ะฟะพ ัƒะผะพะปั‡ะฐะฝะธัŽ ะฝะฐะฟั€ะธะผะตั€ ั‚ะพะถะต ะบะฐัะฐะตั‚ัั ะดะพะบัƒะผะตะฝั‚ะฐ ะฒะพะทะฒั€ะฐั‚ ั‚ะพะฒะฐั€ะพะฒ ะฟะพัั‚ะฐะฒั‰ะธะบัƒ ั‡ั‚ะพ ะบะฐัะฐะตั‚ัั ะพัั‚ะฐะปัŒะฝั‹ั… ะดะพะบัƒะผะตะฝั‚ะพะฒ ะธะท ัั‚ะพะน ัะตั€ะธะธ ั‚ะพ ั‚ะฐะผ ะฟั€ะพะฒะพะดะบะธ ะฝะฐัั‚ั€ะพะตะฝั‹ ะฝะฐ ะบะพะฝะบั€ะตั‚ะฝั‹ะต ัั‡ะตั‚ะฐ ะธ ะฝะธ ะฑัƒั…ะณะฐะปั‚ะตั€ะฐ ะฝะธ ะพะฟะตั€ะฐั‚ะพั€ั‹ ะตัะปะธ ั‡ั‚ะพ ัะฐะผะธ ะฝะต ะธัะฟั€ะฐะฒัั‚ ะดัƒะผะฐัŽ ะณะธะฑะบะพัั‚ัŒ ัะธัั‚ะตะผั‹ ะดะพะปะถะฝะฐ ะฑั‹ั‚ัŒ ะฒะธะดะฝะฐ reported by on attachment good png attachment png attachment png
1
440,768
12,703,776,480
IssuesEvent
2020-06-22 23:16:07
radical-cybertools/radical.pilot
https://api.github.com/repos/radical-cybertools/radical.pilot
closed
cleanup needs checking
comp:agent:bootstrapper priority:medium type:bug
#1407 mentioned that `cleanup` does not work as expected. I assume the cleanup flags require some consolidation in general tbh.
1.0
cleanup needs checking - #1407 mentioned that `cleanup` does not work as expected. I assume the cleanup flags require some consolidation in general tbh.
priority
cleanup needs checking mentioned that cleanup does not work as expected i assume the cleanup flags require some consolidation in general tbh
1
251,671
8,020,149,101
IssuesEvent
2018-07-26 03:04:14
wevote/WebApp
https://api.github.com/repos/wevote/WebApp
opened
Update showCityStateZip function to extract "City, State ZIP" from full address
Difficulty: Medium Priority: 1
### Please describe the issue (What happens? What do you expect?) We need help creating the "showCityStateZip" function in this file: WebApp/src/js/utils/address-functions.js If we start with "137 Brian Cir, Antioch, TN 37013, USA", we want to end up with "Antioch, TN 37013" - [ ] Remove the Street address - [ ] Remove "United States" or "USA" if it appears at the end of the fullAddress
1.0
Update showCityStateZip function to extract "City, State ZIP" from full address - ### Please describe the issue (What happens? What do you expect?) We need help creating the "showCityStateZip" function in this file: WebApp/src/js/utils/address-functions.js If we start with "137 Brian Cir, Antioch, TN 37013, USA", we want to end up with "Antioch, TN 37013" - [ ] Remove the Street address - [ ] Remove "United States" or "USA" if it appears at the end of the fullAddress
priority
update showcitystatezip function to extract city state zip from full address please describe the issue what happens what do you expect we need help creating the showcitystatezip function in this file webapp src js utils address functions js if we start with brian cir antioch tn usa we want to end up with antioch tn remove the street address remove united states or usa if it appears at the end of the fulladdress
1
178,478
6,609,237,369
IssuesEvent
2017-09-19 13:56:53
canonical-websites/design.ubuntu.com
https://api.github.com/repos/canonical-websites/design.ubuntu.com
closed
Use accordion pattern instead of current sidenav
Priority: Medium Type: Enhancement
On the following pages: - /examples - /downloads - /brand Use the MAAS/dashboard theme [accordion](https://github.com/ubuntudesign/vanilla-dashboard-theme-design/tree/master/Accordion) pattern
1.0
Use accordion pattern instead of current sidenav - On the following pages: - /examples - /downloads - /brand Use the MAAS/dashboard theme [accordion](https://github.com/ubuntudesign/vanilla-dashboard-theme-design/tree/master/Accordion) pattern
priority
use accordion pattern instead of current sidenav on the following pages examples downloads brand use the maas dashboard theme pattern
1
286,696
8,791,828,330
IssuesEvent
2018-12-21 14:08:32
oneirism/reverie
https://api.github.com/repos/oneirism/reverie
opened
Protect staging deployment
Priority: Medium Type: Security
It's possible that someone could accidentally stumble upon the staging deployment and register with their email/password. The secret key is currently not protected so this could pose a problem. Either the deployment should be protected or the settings should be treated as secret.
1.0
Protect staging deployment - It's possible that someone could accidentally stumble upon the staging deployment and register with their email/password. The secret key is currently not protected so this could pose a problem. Either the deployment should be protected or the settings should be treated as secret.
priority
protect staging deployment it s possible that someone could accidentally stumble upon the staging deployment and register with their email password the secret key is currently not protected so this could pose a problem either the deployment should be protected or the settings should be treated as secret
1
317,350
9,663,767,610
IssuesEvent
2019-05-21 02:15:34
OregonCore/OregonCore
https://api.github.com/repos/OregonCore/OregonCore
closed
[crash] WorldSession::SendPacket (BB #902)
Category: Instances Migrated from BitBucket Priority: Medium Type: Bug
This issue was migrated from bitbucket. **Original Reporter:** bbazarragchaa **Original Date:** 24.05.2015 05:53:01 GMT+0000 **Original Priority:** major **Original Type:** bug **Original State:** new **Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/902 <hr> Revision: d75a34d5fa8f1084d230e295ee88225ebf7cbcd8 Crash log: ``` #!Revision: OregonCore Rev: 0 Hash: Archive (Win64,little-endian) Date 24:5:2015. Time 13:27 //===================================================== *** Hardware *** Processor: Intel(R) Xeon(R) CPU E5-2650 0 @ 2.00GHz Number Of Processors: 32 Physical Memory: 33507880 KB (Available: 15282564 KB) Commit Charge Limit: 39242280 KB *** Operation System *** Windows Server 2012 Server 4.0 (Version 6.2, Build 9200) //===================================================== Exception code: C0000005 ACCESS_VIOLATION Fault address: 000007F6F5BACB59 01:00000000000ABB59 C:\running_cores\oregoncore243\oregon-core.exe Registers: RAX:000000D1823978D4 RBX:0000000000000000 RCX:0000000000000000 RDX:000000D174F1F318 RSI:00000000000009A8 RDI:0000000000000000 R8: 000007FAFB18CB50 R9: 000000D1823978D4 R10:000000D1823978D0 R11:000000D17DCBE8D8 R12:000007F6F5B00000 R13:000007F6F62D9340 R14:000007F6F62D9358 R15:0000000000000001 CS:RIP:0033:000007F6F5BACB59 SS:RSP:002B:0000000074F1F2B0 RBP:74F1F350 DS:002B ES:002B FS:0053 GS:002B Flags:00010202 Call stack: Address Frame Function SourceFile 000007F6F5BACB59 000000D174F1F2D0 WorldSession::SendPacket+9 c:\source\oregoncore\src\game\worldsession.cpp line 99 000007F6F5C18F5A 000000D174F1F360 Player::SendUpdateWorldState+16A c:\source\oregoncore\src\game\player.cpp line 8098 000007F6F5E8F22E 000000D174F1F390 OutdoorPvP::SendUpdateWorldState+4E c:\source\oregoncore\src\game\outdoorpvp.cpp line 387 000007F6F5E91E17 000000D174F1F400 OPvPCapturePointHP::ChangeState+117 c:\source\oregoncore\src\game\outdoorpvphp.cpp line 198 000007F6F5E8FAB2 000000D174F1F4D0 OPvPCapturePoint::Update+482 c:\source\oregoncore\src\game\outdoorpvp.cpp line 378 000007F6F5E8FB7C 000000D174F1F500 OutdoorPvP::Update+4C c:\source\oregoncore\src\game\outdoorpvp.cpp line 259 000007F6F5E927F2 000000D174F1F530 OutdoorPvPHP::Update+12 c:\source\oregoncore\src\game\outdoorpvphp.cpp line 112 000007F6F5D17E0F 000000D174F1F560 OutdoorPvPMgr::Update+3F c:\source\oregoncore\src\game\outdoorpvpmgr.cpp line 174 000007F6F5B31428 000000D174F1F5B0 World::Update+378 c:\source\oregoncore\src\game\world.cpp line 1817 000007F6F5B15F99 000000D174F1F5E0 WorldRunnable::run+69 c:\source\oregoncore\src\oregoncore\worldrunnable.cpp line 59 000007F6F5B109A2 000000D174F1F710 Master::Run+542 c:\source\oregoncore\src\oregoncore\master.cpp line 248 000007F6F5B0F7F2 000000D174F1F830 ace_main_i+352 c:\source\oregoncore\src\oregoncore\main.cpp line 164 000007F6F5B0FE80 000000D174F1F870 main+40 c:\source\oregoncore\src\oregoncore\main.cpp line 75 000007F6F610931B 000000D174F1F8A0 __tmainCRTStartup+10F f:\dd\vctools\crt\crtw32\dllstuff\crtexe.c line 626 000007FB09BE167E 000000D174F1F8D0 BaseThreadInitThunk+1A 000007FB0A25C3F1 000000D174F1F920 RtlUserThreadStart+21 ```
1.0
[crash] WorldSession::SendPacket (BB #902) - This issue was migrated from bitbucket. **Original Reporter:** bbazarragchaa **Original Date:** 24.05.2015 05:53:01 GMT+0000 **Original Priority:** major **Original Type:** bug **Original State:** new **Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/902 <hr> Revision: d75a34d5fa8f1084d230e295ee88225ebf7cbcd8 Crash log: ``` #!Revision: OregonCore Rev: 0 Hash: Archive (Win64,little-endian) Date 24:5:2015. Time 13:27 //===================================================== *** Hardware *** Processor: Intel(R) Xeon(R) CPU E5-2650 0 @ 2.00GHz Number Of Processors: 32 Physical Memory: 33507880 KB (Available: 15282564 KB) Commit Charge Limit: 39242280 KB *** Operation System *** Windows Server 2012 Server 4.0 (Version 6.2, Build 9200) //===================================================== Exception code: C0000005 ACCESS_VIOLATION Fault address: 000007F6F5BACB59 01:00000000000ABB59 C:\running_cores\oregoncore243\oregon-core.exe Registers: RAX:000000D1823978D4 RBX:0000000000000000 RCX:0000000000000000 RDX:000000D174F1F318 RSI:00000000000009A8 RDI:0000000000000000 R8: 000007FAFB18CB50 R9: 000000D1823978D4 R10:000000D1823978D0 R11:000000D17DCBE8D8 R12:000007F6F5B00000 R13:000007F6F62D9340 R14:000007F6F62D9358 R15:0000000000000001 CS:RIP:0033:000007F6F5BACB59 SS:RSP:002B:0000000074F1F2B0 RBP:74F1F350 DS:002B ES:002B FS:0053 GS:002B Flags:00010202 Call stack: Address Frame Function SourceFile 000007F6F5BACB59 000000D174F1F2D0 WorldSession::SendPacket+9 c:\source\oregoncore\src\game\worldsession.cpp line 99 000007F6F5C18F5A 000000D174F1F360 Player::SendUpdateWorldState+16A c:\source\oregoncore\src\game\player.cpp line 8098 000007F6F5E8F22E 000000D174F1F390 OutdoorPvP::SendUpdateWorldState+4E c:\source\oregoncore\src\game\outdoorpvp.cpp line 387 000007F6F5E91E17 000000D174F1F400 OPvPCapturePointHP::ChangeState+117 c:\source\oregoncore\src\game\outdoorpvphp.cpp line 198 000007F6F5E8FAB2 000000D174F1F4D0 OPvPCapturePoint::Update+482 c:\source\oregoncore\src\game\outdoorpvp.cpp line 378 000007F6F5E8FB7C 000000D174F1F500 OutdoorPvP::Update+4C c:\source\oregoncore\src\game\outdoorpvp.cpp line 259 000007F6F5E927F2 000000D174F1F530 OutdoorPvPHP::Update+12 c:\source\oregoncore\src\game\outdoorpvphp.cpp line 112 000007F6F5D17E0F 000000D174F1F560 OutdoorPvPMgr::Update+3F c:\source\oregoncore\src\game\outdoorpvpmgr.cpp line 174 000007F6F5B31428 000000D174F1F5B0 World::Update+378 c:\source\oregoncore\src\game\world.cpp line 1817 000007F6F5B15F99 000000D174F1F5E0 WorldRunnable::run+69 c:\source\oregoncore\src\oregoncore\worldrunnable.cpp line 59 000007F6F5B109A2 000000D174F1F710 Master::Run+542 c:\source\oregoncore\src\oregoncore\master.cpp line 248 000007F6F5B0F7F2 000000D174F1F830 ace_main_i+352 c:\source\oregoncore\src\oregoncore\main.cpp line 164 000007F6F5B0FE80 000000D174F1F870 main+40 c:\source\oregoncore\src\oregoncore\main.cpp line 75 000007F6F610931B 000000D174F1F8A0 __tmainCRTStartup+10F f:\dd\vctools\crt\crtw32\dllstuff\crtexe.c line 626 000007FB09BE167E 000000D174F1F8D0 BaseThreadInitThunk+1A 000007FB0A25C3F1 000000D174F1F920 RtlUserThreadStart+21 ```
priority
worldsession sendpacket bb this issue was migrated from bitbucket original reporter bbazarragchaa original date gmt original priority major original type bug original state new direct link revision crash log revision oregoncore rev hash archive little endian date time hardware processor intel r xeon r cpu number of processors physical memory kb available kb commit charge limit kb operation system windows server server version build exception code access violation fault address c running cores oregon core exe registers rax rbx rcx rdx rsi rdi cs rip ss rsp rbp ds es fs gs flags call stack address frame function sourcefile worldsession sendpacket c source oregoncore src game worldsession cpp line player sendupdateworldstate c source oregoncore src game player cpp line outdoorpvp sendupdateworldstate c source oregoncore src game outdoorpvp cpp line opvpcapturepointhp changestate c source oregoncore src game outdoorpvphp cpp line opvpcapturepoint update c source oregoncore src game outdoorpvp cpp line outdoorpvp update c source oregoncore src game outdoorpvp cpp line outdoorpvphp update c source oregoncore src game outdoorpvphp cpp line outdoorpvpmgr update c source oregoncore src game outdoorpvpmgr cpp line world update c source oregoncore src game world cpp line worldrunnable run c source oregoncore src oregoncore worldrunnable cpp line master run c source oregoncore src oregoncore master cpp line ace main i c source oregoncore src oregoncore main cpp line main c source oregoncore src oregoncore main cpp line tmaincrtstartup f dd vctools crt dllstuff crtexe c line basethreadinitthunk rtluserthreadstart
1
675,652
23,101,163,882
IssuesEvent
2022-07-27 03:01:08
FEeasy404/GameUs
https://api.github.com/repos/FEeasy404/GameUs
closed
์ดˆ๊ธฐ ์ง„์ž… ํ›„ ๋กœ๊ทธ์ธ ํ™”๋ฉด์œผ๋กœ ์ด๋™
โœจFeat ๐Ÿ–Priority: Medium
## ์ถ”๊ฐ€ ๊ธฐ๋Šฅ ์„ค๋ช… 3.1.01 splash - ์•ฑ ์ดˆ๊ธฐ ๊ตฌ๋™ ์‹œ ๋กœ๊ทธ์ธ ํ™”๋ฉด์œผ๋กœ ์ด๋™ํ•ฉ๋‹ˆ๋‹ค. ## ํ•  ์ผ - [x] ๋กœ๊ทธ์ธ ํ™”๋ฉด ํŽ˜์ด์ง€ ์™„์„ฑ๋  ์‹œ App.js์™€ ์—ฐ๊ฒฐ ## ETC
1.0
์ดˆ๊ธฐ ์ง„์ž… ํ›„ ๋กœ๊ทธ์ธ ํ™”๋ฉด์œผ๋กœ ์ด๋™ - ## ์ถ”๊ฐ€ ๊ธฐ๋Šฅ ์„ค๋ช… 3.1.01 splash - ์•ฑ ์ดˆ๊ธฐ ๊ตฌ๋™ ์‹œ ๋กœ๊ทธ์ธ ํ™”๋ฉด์œผ๋กœ ์ด๋™ํ•ฉ๋‹ˆ๋‹ค. ## ํ•  ์ผ - [x] ๋กœ๊ทธ์ธ ํ™”๋ฉด ํŽ˜์ด์ง€ ์™„์„ฑ๋  ์‹œ App.js์™€ ์—ฐ๊ฒฐ ## ETC
priority
์ดˆ๊ธฐ ์ง„์ž… ํ›„ ๋กœ๊ทธ์ธ ํ™”๋ฉด์œผ๋กœ ์ด๋™ ์ถ”๊ฐ€ ๊ธฐ๋Šฅ ์„ค๋ช… splash ์•ฑ ์ดˆ๊ธฐ ๊ตฌ๋™ ์‹œ ๋กœ๊ทธ์ธ ํ™”๋ฉด์œผ๋กœ ์ด๋™ํ•ฉ๋‹ˆ๋‹ค ํ•  ์ผ ๋กœ๊ทธ์ธ ํ™”๋ฉด ํŽ˜์ด์ง€ ์™„์„ฑ๋  ์‹œ app js์™€ ์—ฐ๊ฒฐ etc
1
797,688
28,151,900,690
IssuesEvent
2023-04-03 02:32:03
masastack/MASA.DCC
https://api.github.com/repos/masastack/MASA.DCC
closed
After creating/editing permissions, the DCC public configuration is as follows: $public.i18n. zh-cn Data error
type/bug status/resolved severity/medium site/staging priority/p2
ๆ–ฐๅปบ/็ผ–่พ‘ๆƒ้™ๅŽ๏ผŒDCC ๅ…ฌๅ…ฑ้…็ฝฎ ๏ผš$public.I18n.zh-cn ๆ•ฐๆฎ้”™่ฏฏ๏ผŒๆฒกๆœ‰ๆ–ฐๅปบ/็ผ–่พ‘ๆƒ้™็š„ไธญๆ–‡ๅ็งฐ ![image](https://user-images.githubusercontent.com/95004531/228788399-cf8b6ff6-bccc-408e-87bd-61c41d7899f3.png) ![image](https://user-images.githubusercontent.com/95004531/228788443-d622eeb6-1fc1-4cb7-9dbd-e42543a83012.png)
1.0
After creating/editing permissions, the DCC public configuration is as follows: $public.i18n. zh-cn Data error - ๆ–ฐๅปบ/็ผ–่พ‘ๆƒ้™ๅŽ๏ผŒDCC ๅ…ฌๅ…ฑ้…็ฝฎ ๏ผš$public.I18n.zh-cn ๆ•ฐๆฎ้”™่ฏฏ๏ผŒๆฒกๆœ‰ๆ–ฐๅปบ/็ผ–่พ‘ๆƒ้™็š„ไธญๆ–‡ๅ็งฐ ![image](https://user-images.githubusercontent.com/95004531/228788399-cf8b6ff6-bccc-408e-87bd-61c41d7899f3.png) ![image](https://user-images.githubusercontent.com/95004531/228788443-d622eeb6-1fc1-4cb7-9dbd-e42543a83012.png)
priority
after creating editing permissions the dcc public configuration is as follows public zh cn data error ๆ–ฐๅปบ ็ผ–่พ‘ๆƒ้™ๅŽ๏ผŒdcc ๅ…ฌๅ…ฑ้…็ฝฎ ๏ผš public zh cn ๆ•ฐๆฎ้”™่ฏฏ๏ผŒๆฒกๆœ‰ๆ–ฐๅปบ ็ผ–่พ‘ๆƒ้™็š„ไธญๆ–‡ๅ็งฐ
1
150,026
5,733,031,689
IssuesEvent
2017-04-21 16:11:21
tootsuite/mastodon
https://api.github.com/repos/tootsuite/mastodon
closed
404 error is not localized
bug i18n priority - medium
[`config/locales/*.yml`](https://github.com/tootsuite/mastodon/blob/v1.2.2/config/locales/en.yml#L205) has `errors.404`: ```yaml errors: '404': The page you were looking for doesn't exist. '410': The page you were looking for doesn't exist anymore. '422': content: Security verification failed. Are you blocking cookies? title: Security verification failed ``` and there is a translation for it, e.g. [ja.yml](https://github.com/tootsuite/mastodon/blob/v1.2.2/config/locales/ja.yml#L205): ```yaml errors: '404': ใŠๆŽขใ—ใฎใƒšใƒผใ‚ธใฏ่ฆ‹ใคใ‹ใ‚Šใพใ›ใ‚“ใงใ—ใŸใ€‚ '410': ใŠๆŽขใ—ใฎใƒšใƒผใ‚ธใฏใ‚‚ใ†ๅญ˜ๅœจใ—ใพใ›ใ‚“ใ€‚ '422': content: ใ‚ปใ‚ญใƒฅใƒชใƒ†ใ‚ฃ่ช่จผใซๅคฑๆ•—ใ—ใพใ—ใŸใ€‚Cookieใ‚’ใƒ–ใƒญใƒƒใ‚ฏใ—ใฆใ„ใพใ›ใ‚“ใ‹๏ผŸ title: ใ‚ปใ‚ญใƒฅใƒชใƒ†ใ‚ฃ่ช่จผใซๅคฑๆ•— ``` However, I haven't see this translation anywhere. Accessing to non-existent URLs always show an error message in English. * * * * - [x] I searched or browsed the repoโ€™s other issues to ensure this is not a duplicate. - [x] This bug happens on a [tagged release](https://github.com/tootsuite/mastodon/releases) and not on `master` (If you're a user, don't worry about this).
1.0
404 error is not localized - [`config/locales/*.yml`](https://github.com/tootsuite/mastodon/blob/v1.2.2/config/locales/en.yml#L205) has `errors.404`: ```yaml errors: '404': The page you were looking for doesn't exist. '410': The page you were looking for doesn't exist anymore. '422': content: Security verification failed. Are you blocking cookies? title: Security verification failed ``` and there is a translation for it, e.g. [ja.yml](https://github.com/tootsuite/mastodon/blob/v1.2.2/config/locales/ja.yml#L205): ```yaml errors: '404': ใŠๆŽขใ—ใฎใƒšใƒผใ‚ธใฏ่ฆ‹ใคใ‹ใ‚Šใพใ›ใ‚“ใงใ—ใŸใ€‚ '410': ใŠๆŽขใ—ใฎใƒšใƒผใ‚ธใฏใ‚‚ใ†ๅญ˜ๅœจใ—ใพใ›ใ‚“ใ€‚ '422': content: ใ‚ปใ‚ญใƒฅใƒชใƒ†ใ‚ฃ่ช่จผใซๅคฑๆ•—ใ—ใพใ—ใŸใ€‚Cookieใ‚’ใƒ–ใƒญใƒƒใ‚ฏใ—ใฆใ„ใพใ›ใ‚“ใ‹๏ผŸ title: ใ‚ปใ‚ญใƒฅใƒชใƒ†ใ‚ฃ่ช่จผใซๅคฑๆ•— ``` However, I haven't see this translation anywhere. Accessing to non-existent URLs always show an error message in English. * * * * - [x] I searched or browsed the repoโ€™s other issues to ensure this is not a duplicate. - [x] This bug happens on a [tagged release](https://github.com/tootsuite/mastodon/releases) and not on `master` (If you're a user, don't worry about this).
priority
error is not localized has errors yaml errors the page you were looking for doesn t exist the page you were looking for doesn t exist anymore content security verification failed are you blocking cookies title security verification failed and there is a translation for it e g yaml errors ใŠๆŽขใ—ใฎใƒšใƒผใ‚ธใฏ่ฆ‹ใคใ‹ใ‚Šใพใ›ใ‚“ใงใ—ใŸใ€‚ ใŠๆŽขใ—ใฎใƒšใƒผใ‚ธใฏใ‚‚ใ†ๅญ˜ๅœจใ—ใพใ›ใ‚“ใ€‚ content ใ‚ปใ‚ญใƒฅใƒชใƒ†ใ‚ฃ่ช่จผใซๅคฑๆ•—ใ—ใพใ—ใŸใ€‚cookieใ‚’ใƒ–ใƒญใƒƒใ‚ฏใ—ใฆใ„ใพใ›ใ‚“ใ‹๏ผŸ title ใ‚ปใ‚ญใƒฅใƒชใƒ†ใ‚ฃ่ช่จผใซๅคฑๆ•— however i haven t see this translation anywhere accessing to non existent urls always show an error message in english i searched or browsed the repoโ€™s other issues to ensure this is not a duplicate this bug happens on a and not on master if you re a user don t worry about this
1
2,604
2,531,337,924
IssuesEvent
2015-01-23 05:13:30
bethlakshmi/GBE2
https://api.github.com/repos/bethlakshmi/GBE2
closed
Bug in ticketing - for landing page view by admin
Medium Priority
when the admin looks at the ticketing via user management the ticketing shows the Admin's ticket, not the targeted user.
1.0
Bug in ticketing - for landing page view by admin - when the admin looks at the ticketing via user management the ticketing shows the Admin's ticket, not the targeted user.
priority
bug in ticketing for landing page view by admin when the admin looks at the ticketing via user management the ticketing shows the admin s ticket not the targeted user
1
666,068
22,341,361,933
IssuesEvent
2022-06-15 01:23:50
VueTubeApp/VueTube
https://api.github.com/repos/VueTubeApp/VueTube
closed
Implement channels
feature request Priority: Medium
**Describe the bug** I just installed the latest nightly VueTube. No idea if it's under developement. **To Reproduce** Steps to reproduce the behavior: 1. Open VueTube 2. Click on any videos 3. Click on a channel **Expected behavior** The page should display channel's information or show under developement page **Screenshots** ![Screenshot_20220420-010629_VueTube](https://user-images.githubusercontent.com/43247023/164109654-c1f25b52-a2b6-41fa-8202-35f14cdd8170.jpg) **Device Information** - OS: Android 10 - App Version: a76f697
1.0
Implement channels - **Describe the bug** I just installed the latest nightly VueTube. No idea if it's under developement. **To Reproduce** Steps to reproduce the behavior: 1. Open VueTube 2. Click on any videos 3. Click on a channel **Expected behavior** The page should display channel's information or show under developement page **Screenshots** ![Screenshot_20220420-010629_VueTube](https://user-images.githubusercontent.com/43247023/164109654-c1f25b52-a2b6-41fa-8202-35f14cdd8170.jpg) **Device Information** - OS: Android 10 - App Version: a76f697
priority
implement channels describe the bug i just installed the latest nightly vuetube no idea if it s under developement to reproduce steps to reproduce the behavior open vuetube click on any videos click on a channel expected behavior the page should display channel s information or show under developement page screenshots device information os android app version
1
559,957
16,581,842,178
IssuesEvent
2021-05-31 12:55:52
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
[0.9.4 develop-261] Plants blicking
Category: Tech Priority: Medium Squad: Pumpkin Status: Fixed Type: Bug
Sometimes I saw this in release too, but not on such a scale. Perhaps it happens because we have a lot of exceptions in develop now and FPS drops too fast. So step to reproduce: - play 30+ minutes - set view distance at least 120: ![image](https://user-images.githubusercontent.com/45708377/115559674-93abe700-a2bc-11eb-9b8e-2ecaf8bc41eb.png) - fly and see how plants load. They appear, disappear and appear again: https://drive.google.com/file/d/1Ur9tt7Obdakt6rQpV-Y0erjtt0OOrzkx/view?usp=sharing
1.0
[0.9.4 develop-261] Plants blicking - Sometimes I saw this in release too, but not on such a scale. Perhaps it happens because we have a lot of exceptions in develop now and FPS drops too fast. So step to reproduce: - play 30+ minutes - set view distance at least 120: ![image](https://user-images.githubusercontent.com/45708377/115559674-93abe700-a2bc-11eb-9b8e-2ecaf8bc41eb.png) - fly and see how plants load. They appear, disappear and appear again: https://drive.google.com/file/d/1Ur9tt7Obdakt6rQpV-Y0erjtt0OOrzkx/view?usp=sharing
priority
plants blicking sometimes i saw this in release too but not on such a scale perhaps it happens because we have a lot of exceptions in develop now and fps drops too fast so step to reproduce play minutes set view distance at least fly and see how plants load they appear disappear and appear again
1
396,045
11,700,772,929
IssuesEvent
2020-03-06 18:13:05
Energy-Innovation/eps-us
https://api.github.com/repos/Energy-Innovation/eps-us
opened
Add structure to estimate changes in fuel prices for demand for fuels not currently covered and associated changes in demand for fuels
medium priority
We received a comment from Rhodium group that we should be accounting for changes in demand for fuels change the prices and demand for those fuels in other sectors. For example, John pointed out that under a 100% CES, natural gas prices would drop in other sectors and we should see an associated rise in demand for natural gas in those sectors. This structure already exists for electricity, hydrogen, and heat, but not for other fuels. There is a note about other fuels being global commodities, but natural gas is still not really global, so prices are affected by regional demand. This is a bit challenging as well because we don't allow for changes in demand for certain fuels, but we could at least look at increasing demand based on the change in the weighted average fuel price, since we already have the elasticities in the model to handle this.
1.0
Add structure to estimate changes in fuel prices for demand for fuels not currently covered and associated changes in demand for fuels - We received a comment from Rhodium group that we should be accounting for changes in demand for fuels change the prices and demand for those fuels in other sectors. For example, John pointed out that under a 100% CES, natural gas prices would drop in other sectors and we should see an associated rise in demand for natural gas in those sectors. This structure already exists for electricity, hydrogen, and heat, but not for other fuels. There is a note about other fuels being global commodities, but natural gas is still not really global, so prices are affected by regional demand. This is a bit challenging as well because we don't allow for changes in demand for certain fuels, but we could at least look at increasing demand based on the change in the weighted average fuel price, since we already have the elasticities in the model to handle this.
priority
add structure to estimate changes in fuel prices for demand for fuels not currently covered and associated changes in demand for fuels we received a comment from rhodium group that we should be accounting for changes in demand for fuels change the prices and demand for those fuels in other sectors for example john pointed out that under a ces natural gas prices would drop in other sectors and we should see an associated rise in demand for natural gas in those sectors this structure already exists for electricity hydrogen and heat but not for other fuels there is a note about other fuels being global commodities but natural gas is still not really global so prices are affected by regional demand this is a bit challenging as well because we don t allow for changes in demand for certain fuels but we could at least look at increasing demand based on the change in the weighted average fuel price since we already have the elasticities in the model to handle this
1
225,437
7,481,661,338
IssuesEvent
2018-04-04 21:25:46
dmwm/WMCore
https://api.github.com/repos/dmwm/WMCore
closed
reject button does not work on the assign page
Medium Priority
@bajarang was having difficulties rejecting workflows that belongs to him from the https://cmsweb.cern.ch/reqmgr2/assign page. Is this supposed to function ? He was able to do it when reaching directly to https://cmsweb.cern.ch/reqmgr2/fetch?rid=request-bsutar_HLT_newco_RelVal_300155_171207_141000_168 but this is painful when you have multiple workflows to reject. @ticoann @amaltaro no emergency, just needs to be fixed
1.0
reject button does not work on the assign page - @bajarang was having difficulties rejecting workflows that belongs to him from the https://cmsweb.cern.ch/reqmgr2/assign page. Is this supposed to function ? He was able to do it when reaching directly to https://cmsweb.cern.ch/reqmgr2/fetch?rid=request-bsutar_HLT_newco_RelVal_300155_171207_141000_168 but this is painful when you have multiple workflows to reject. @ticoann @amaltaro no emergency, just needs to be fixed
priority
reject button does not work on the assign page bajarang was having difficulties rejecting workflows that belongs to him from the page is this supposed to function he was able to do it when reaching directly to but this is painful when you have multiple workflows to reject ticoann amaltaro no emergency just needs to be fixed
1
51,345
3,012,791,828
IssuesEvent
2015-07-29 02:38:46
yawlfoundation/yawl
https://api.github.com/repos/yawlfoundation/yawl
closed
Extend the functionality in order to deal with complex parameters in web services/codelets
auto-migrated Priority-Medium Type-Enhancement
``` Extend the functionality of codelets and the Web Services Invoker so that they can deal with input and output parameters that have complex types. ``` Original issue reported on code.google.com by `arthurte...@gmail.com` on 11 Sep 2008 at 1:03
1.0
Extend the functionality in order to deal with complex parameters in web services/codelets - ``` Extend the functionality of codelets and the Web Services Invoker so that they can deal with input and output parameters that have complex types. ``` Original issue reported on code.google.com by `arthurte...@gmail.com` on 11 Sep 2008 at 1:03
priority
extend the functionality in order to deal with complex parameters in web services codelets extend the functionality of codelets and the web services invoker so that they can deal with input and output parameters that have complex types original issue reported on code google com by arthurte gmail com on sep at
1
110,563
4,434,494,409
IssuesEvent
2016-08-18 02:59:36
Tributerre/LivrETS-Web
https://api.github.com/repos/Tributerre/LivrETS-Web
opened
Permettre la gestion des offres d'un utilisateur
new feature priority: medium
### Cas d'utilisation CU19 ### Exigences fonctionnelles Aucune ### Rรฉcits d'utilisateurs RU01 ### Prototypes ![modifier_offre](https://cloud.githubusercontent.com/assets/1693171/17760501/31ce297a-64ce-11e6-9cd7-52437f83564b.png)
1.0
Permettre la gestion des offres d'un utilisateur - ### Cas d'utilisation CU19 ### Exigences fonctionnelles Aucune ### Rรฉcits d'utilisateurs RU01 ### Prototypes ![modifier_offre](https://cloud.githubusercontent.com/assets/1693171/17760501/31ce297a-64ce-11e6-9cd7-52437f83564b.png)
priority
permettre la gestion des offres d un utilisateur cas d utilisation exigences fonctionnelles aucune rรฉcits d utilisateurs prototypes
1
757,186
26,499,681,864
IssuesEvent
2023-01-18 09:20:11
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
closed
Beta or Alpha Version of Change Data Capture
kind/bug area/cdc priority/medium community/request
Jira Link: [DB-4720](https://yugabyte.atlassian.net/browse/DB-4720) Hello, Are there any Alpha or Beta versions that support Change Data Capture already? Even if I have to compile? I am starting a project that should go into production only at the end of the year, and already having these features (even with problems) during development would be great. Thank you very much,
1.0
Beta or Alpha Version of Change Data Capture - Jira Link: [DB-4720](https://yugabyte.atlassian.net/browse/DB-4720) Hello, Are there any Alpha or Beta versions that support Change Data Capture already? Even if I have to compile? I am starting a project that should go into production only at the end of the year, and already having these features (even with problems) during development would be great. Thank you very much,
priority
beta or alpha version of change data capture jira link hello are there any alpha or beta versions that support change data capture already even if i have to compile i am starting a project that should go into production only at the end of the year and already having these features even with problems during development would be great thank you very much
1
797,794
28,180,490,428
IssuesEvent
2023-04-04 01:46:26
space-wizards/space-station-14
https://api.github.com/repos/space-wizards/space-station-14
closed
InRangeUnobstructed doesn't consider whether the fixture is hard
Priority: 2-Before Release Difficulty: 2-Medium
Pre-empting the conveyor PR being merged and fixing this is more annoying than I thought. The main thing is you'll probably want to remove the predicate from all of the calls and just have InRangeUnobstructed that has its own one internally that makes sure it doesn't return non-hard fixtures.
1.0
InRangeUnobstructed doesn't consider whether the fixture is hard - Pre-empting the conveyor PR being merged and fixing this is more annoying than I thought. The main thing is you'll probably want to remove the predicate from all of the calls and just have InRangeUnobstructed that has its own one internally that makes sure it doesn't return non-hard fixtures.
priority
inrangeunobstructed doesn t consider whether the fixture is hard pre empting the conveyor pr being merged and fixing this is more annoying than i thought the main thing is you ll probably want to remove the predicate from all of the calls and just have inrangeunobstructed that has its own one internally that makes sure it doesn t return non hard fixtures
1
548,852
16,079,627,405
IssuesEvent
2021-04-26 00:36:59
SD2E/experimental-intent-parser
https://api.github.com/repos/SD2E/experimental-intent-parser
closed
Merge two forms of IP Parameter table template for Generate opil and structure request
enhancement medium priority
In order to generate opil and a structured request, IP supports two forms of parameter tables: 1. A parameter table that uses the SBOL dictionary for generating a structure request. 2. A parameter table that follows a dot naming convention so that all parameters nested within strateos schema are pulled into separate opil parameter objects. A limitation for supporting these two table type is IP requires that the last parameter table appear in a google doc determines its output format. As a result, it not possible to generate both opil and a structure request in parallel. Users will need to understand where to move a parameter table around in their ER document in order to successfully generate their desired output format. This issue is used to address this limitation. Ideally, can we use one parameter table type to generate both a structure request and opil?
1.0
Merge two forms of IP Parameter table template for Generate opil and structure request - In order to generate opil and a structured request, IP supports two forms of parameter tables: 1. A parameter table that uses the SBOL dictionary for generating a structure request. 2. A parameter table that follows a dot naming convention so that all parameters nested within strateos schema are pulled into separate opil parameter objects. A limitation for supporting these two table type is IP requires that the last parameter table appear in a google doc determines its output format. As a result, it not possible to generate both opil and a structure request in parallel. Users will need to understand where to move a parameter table around in their ER document in order to successfully generate their desired output format. This issue is used to address this limitation. Ideally, can we use one parameter table type to generate both a structure request and opil?
priority
merge two forms of ip parameter table template for generate opil and structure request in order to generate opil and a structured request ip supports two forms of parameter tables a parameter table that uses the sbol dictionary for generating a structure request a parameter table that follows a dot naming convention so that all parameters nested within strateos schema are pulled into separate opil parameter objects a limitation for supporting these two table type is ip requires that the last parameter table appear in a google doc determines its output format as a result it not possible to generate both opil and a structure request in parallel users will need to understand where to move a parameter table around in their er document in order to successfully generate their desired output format this issue is used to address this limitation ideally can we use one parameter table type to generate both a structure request and opil
1
550,821
16,132,915,643
IssuesEvent
2021-04-29 08:06:10
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
Should update Eval.Make() GameValues to use new TryLoc() in GameValueUtils
Category: Tech Priority: Medium Squad: Wild Turkey Type: Improvement
Lots of GameValues use Eval.Make() as the method to return the value like so: ![image](https://user-images.githubusercontent.com/31013483/108264102-1e455e00-7135-11eb-82f8-f8cebf38d62f.png) In develop, we have GameValueUtils.TryLoc(), which tolerates nulls and prevents future crashes from NullReferenceExceptions. ![image](https://user-images.githubusercontent.com/31013483/108264709-dd9a1480-7135-11eb-9e98-5acc618b3fe0.png) We should make the necessary changes so that existing and future GameValues use TryLoc and/or a style similar to TryLoc
1.0
Should update Eval.Make() GameValues to use new TryLoc() in GameValueUtils - Lots of GameValues use Eval.Make() as the method to return the value like so: ![image](https://user-images.githubusercontent.com/31013483/108264102-1e455e00-7135-11eb-82f8-f8cebf38d62f.png) In develop, we have GameValueUtils.TryLoc(), which tolerates nulls and prevents future crashes from NullReferenceExceptions. ![image](https://user-images.githubusercontent.com/31013483/108264709-dd9a1480-7135-11eb-9e98-5acc618b3fe0.png) We should make the necessary changes so that existing and future GameValues use TryLoc and/or a style similar to TryLoc
priority
should update eval make gamevalues to use new tryloc in gamevalueutils lots of gamevalues use eval make as the method to return the value like so in develop we have gamevalueutils tryloc which tolerates nulls and prevents future crashes from nullreferenceexceptions we should make the necessary changes so that existing and future gamevalues use tryloc and or a style similar to tryloc
1
651,861
21,512,593,088
IssuesEvent
2022-04-28 06:50:11
VoltanFr/memcheck
https://api.github.com/repos/VoltanFr/memcheck
closed
Warn if making a perso card public
complexity-medium priority-high page-authoring
Warn the user if he creates or changes a card with the tag `Perso` to make it public. Document the tag about this feature (eg Ce label sert ร  vous indiquer qu'une carte n'a pas vocation ร  devenir publique, par exemple parce qu'elle contient des informations privรฉes. MemCheck vous affichera une alerte si vous tentez de tendre publique une garde qui a ce label.) Do we want to remove this tag upon this change? Do we want to forbid it at creation time for a public card?
1.0
Warn if making a perso card public - Warn the user if he creates or changes a card with the tag `Perso` to make it public. Document the tag about this feature (eg Ce label sert ร  vous indiquer qu'une carte n'a pas vocation ร  devenir publique, par exemple parce qu'elle contient des informations privรฉes. MemCheck vous affichera une alerte si vous tentez de tendre publique une garde qui a ce label.) Do we want to remove this tag upon this change? Do we want to forbid it at creation time for a public card?
priority
warn if making a perso card public warn the user if he creates or changes a card with the tag perso to make it public document the tag about this feature eg ce label sert ร  vous indiquer qu une carte n a pas vocation ร  devenir publique par exemple parce qu elle contient des informations privรฉes memcheck vous affichera une alerte si vous tentez de tendre publique une garde qui a ce label do we want to remove this tag upon this change do we want to forbid it at creation time for a public card
1
43,559
2,889,851,007
IssuesEvent
2015-06-13 20:30:54
damonkohler/sl4a
https://api.github.com/repos/damonkohler/sl4a
opened
Editor, function folding, reducing space used on screen
auto-migrated Priority-Medium Type-Enhancement
_From @GoogleCodeExporter on May 31, 2015 11:25_ ``` 1. In the editor since there is little space, folding methods/functions out of the way would be enhance the screen use especially for us on screen keyboard users. 2. Some sort of variable / method word folding to reduce the characters along a line? 3. Page down would also be nice for moving around the script They are in here because I see them as really for the medium to long term but worth mentioning I think. I love the freedom of python on my phone. ``` Original issue reported on code.google.com by `Panquisitive` on 16 Mar 2010 at 6:00 _Copied from original issue: damonkohler/android-scripting#250_
1.0
Editor, function folding, reducing space used on screen - _From @GoogleCodeExporter on May 31, 2015 11:25_ ``` 1. In the editor since there is little space, folding methods/functions out of the way would be enhance the screen use especially for us on screen keyboard users. 2. Some sort of variable / method word folding to reduce the characters along a line? 3. Page down would also be nice for moving around the script They are in here because I see them as really for the medium to long term but worth mentioning I think. I love the freedom of python on my phone. ``` Original issue reported on code.google.com by `Panquisitive` on 16 Mar 2010 at 6:00 _Copied from original issue: damonkohler/android-scripting#250_
priority
editor function folding reducing space used on screen from googlecodeexporter on may in the editor since there is little space folding methods functions out of the way would be enhance the screen use especially for us on screen keyboard users some sort of variable method word folding to reduce the characters along a line page down would also be nice for moving around the script they are in here because i see them as really for the medium to long term but worth mentioning i think i love the freedom of python on my phone original issue reported on code google com by panquisitive on mar at copied from original issue damonkohler android scripting
1
146,247
5,614,216,664
IssuesEvent
2017-04-03 11:38:29
CS2103JAN2017-T11-B1/main
https://api.github.com/repos/CS2103JAN2017-T11-B1/main
closed
Able to sort tasks by priority
priority.medium type.epic
Support functionality of allowing users to sort the list of tasks by high importance first followed by tasks of lower importance. #31
1.0
Able to sort tasks by priority - Support functionality of allowing users to sort the list of tasks by high importance first followed by tasks of lower importance. #31
priority
able to sort tasks by priority support functionality of allowing users to sort the list of tasks by high importance first followed by tasks of lower importance
1
188,264
6,774,614,285
IssuesEvent
2017-10-27 11:06:22
zehro/UAH-Theatre
https://api.github.com/repos/zehro/UAH-Theatre
opened
As an admin, I want to be able to track which user made what changes so that I can be informed of malicious or wrong changes.
Feature Priority - Medium Team - Database Team - Front End Team - Security
## Story/Task Details - [ ] Design UI Page - [ ] Coded Back-End Logic ## Acceptance Scenarios Scenario 1: An admin wants to view the edit history of a specific prop to determine who recently made changes - Given: the admin has navigated to the itemโ€™s specific page and located the โ€œView Revision Historyโ€ button. - When: the admin selects the button, the results will be displayed in order of date, showing the most recent revisions first. - Then: the admin can view which users have been making revisions, when the revisions were made, and what was changed. Scenario 2: An admin wants to view all changes that have been made to a prop/costume since it was created. - Given: the admin has navigated to the itemโ€™s specific page and located the โ€œView Revision Historyโ€ button. - When: the admin selects the button, the results will be displayed in order of date, showing the most recent revisions first. - Then: the admin can scroll through the page, viewing all revision data related to this specific item since the item was added to the database. ## Done Done Criteria 1. The client has approved UI design 2. The user story is tested and validated by at least one other team member 3. The code is reviewed and passed any unit/acceptance tests 4. The code is merged with master branch
1.0
As an admin, I want to be able to track which user made what changes so that I can be informed of malicious or wrong changes. - ## Story/Task Details - [ ] Design UI Page - [ ] Coded Back-End Logic ## Acceptance Scenarios Scenario 1: An admin wants to view the edit history of a specific prop to determine who recently made changes - Given: the admin has navigated to the itemโ€™s specific page and located the โ€œView Revision Historyโ€ button. - When: the admin selects the button, the results will be displayed in order of date, showing the most recent revisions first. - Then: the admin can view which users have been making revisions, when the revisions were made, and what was changed. Scenario 2: An admin wants to view all changes that have been made to a prop/costume since it was created. - Given: the admin has navigated to the itemโ€™s specific page and located the โ€œView Revision Historyโ€ button. - When: the admin selects the button, the results will be displayed in order of date, showing the most recent revisions first. - Then: the admin can scroll through the page, viewing all revision data related to this specific item since the item was added to the database. ## Done Done Criteria 1. The client has approved UI design 2. The user story is tested and validated by at least one other team member 3. The code is reviewed and passed any unit/acceptance tests 4. The code is merged with master branch
priority
as an admin i want to be able to track which user made what changes so that i can be informed of malicious or wrong changes story task details design ui page coded back end logic acceptance scenarios scenario an admin wants to view the edit history of a specific prop to determine who recently made changes given the admin has navigated to the itemโ€™s specific page and located the โ€œview revision historyโ€ button when the admin selects the button the results will be displayed in order of date showing the most recent revisions first then the admin can view which users have been making revisions when the revisions were made and what was changed scenario an admin wants to view all changes that have been made to a prop costume since it was created given the admin has navigated to the itemโ€™s specific page and located the โ€œview revision historyโ€ button when the admin selects the button the results will be displayed in order of date showing the most recent revisions first then the admin can scroll through the page viewing all revision data related to this specific item since the item was added to the database done done criteria the client has approved ui design the user story is tested and validated by at least one other team member the code is reviewed and passed any unit acceptance tests the code is merged with master branch
1
797,450
28,146,513,319
IssuesEvent
2023-04-02 14:48:14
FZM-Technologies/Aquadroid
https://api.github.com/repos/FZM-Technologies/Aquadroid
closed
Pull Request/Fork modifications
Completed Medium priority
Create sample fork codes in `forking` label code. - edit git Folders for @Faimue
1.0
Pull Request/Fork modifications - Create sample fork codes in `forking` label code. - edit git Folders for @Faimue
priority
pull request fork modifications create sample fork codes in forking label code edit git folders for faimue
1
388,615
11,489,924,943
IssuesEvent
2020-02-11 16:15:18
department-of-veterans-affairs/caseflow
https://api.github.com/repos/department-of-veterans-affairs/caseflow
closed
TypeError thrown when validation for AssignWidget fails on submit
Bug caseflow-queue echo priority-medium sentry-alert
[Sentry alert](https://sentry.ds.va.gov/department-of-veterans-affairs/caseflow/issues/4470/events/316497/). ### Problem `QueueFlowModal` expects to receive a [`submit()` function that returns a promise](https://github.com/department-of-veterans-affairs/caseflow/blob/8f168920a70b82899c28b4e99e2551774c1c0c64/client/app/queue/components/QueueFlowModal.jsx#L44) from the component it wraps. In the case of `AssignWidget`, the submit function it provides does validation and returns nothing when that validation fails, causing `QueueFlowModal` to throw a TypeError. ### Solution The submit function in `AssignWidget` should be reworked to only be called once validation passed, rather than performing the validation itself. Validation for components that use `QueueFlowModal` should be broken out into another function and passed to the `QueueFlowModal` as [`validateForm`](https://github.com/department-of-veterans-affairs/caseflow/blob/8f168920a70b82899c28b4e99e2551774c1c0c64/client/app/queue/components/QueueFlowModal.jsx#L98). See [`PostponeHearingModal`](https://github.com/department-of-veterans-affairs/caseflow/blob/8f168920a70b82899c28b4e99e2551774c1c0c64/client/app/queue/components/PostponeHearingModal.jsx#L73) for an example of `validateForm()` with custom error messages. Here are the [three](https://github.com/department-of-veterans-affairs/caseflow/blob/1ec132c7beb861f39a2b9bfa5c90481d41c760d1/client/app/queue/components/AssignWidget.jsx#L37) [different](https://github.com/department-of-veterans-affairs/caseflow/blob/1ec132c7beb861f39a2b9bfa5c90481d41c760d1/client/app/queue/components/AssignWidget.jsx#L45) [validations](https://github.com/department-of-veterans-affairs/caseflow/blob/1ec132c7beb861f39a2b9bfa5c90481d41c760d1/client/app/queue/components/AssignWidget.jsx#L57) that need to be pulled out of the submit function
1.0
TypeError thrown when validation for AssignWidget fails on submit - [Sentry alert](https://sentry.ds.va.gov/department-of-veterans-affairs/caseflow/issues/4470/events/316497/). ### Problem `QueueFlowModal` expects to receive a [`submit()` function that returns a promise](https://github.com/department-of-veterans-affairs/caseflow/blob/8f168920a70b82899c28b4e99e2551774c1c0c64/client/app/queue/components/QueueFlowModal.jsx#L44) from the component it wraps. In the case of `AssignWidget`, the submit function it provides does validation and returns nothing when that validation fails, causing `QueueFlowModal` to throw a TypeError. ### Solution The submit function in `AssignWidget` should be reworked to only be called once validation passed, rather than performing the validation itself. Validation for components that use `QueueFlowModal` should be broken out into another function and passed to the `QueueFlowModal` as [`validateForm`](https://github.com/department-of-veterans-affairs/caseflow/blob/8f168920a70b82899c28b4e99e2551774c1c0c64/client/app/queue/components/QueueFlowModal.jsx#L98). See [`PostponeHearingModal`](https://github.com/department-of-veterans-affairs/caseflow/blob/8f168920a70b82899c28b4e99e2551774c1c0c64/client/app/queue/components/PostponeHearingModal.jsx#L73) for an example of `validateForm()` with custom error messages. Here are the [three](https://github.com/department-of-veterans-affairs/caseflow/blob/1ec132c7beb861f39a2b9bfa5c90481d41c760d1/client/app/queue/components/AssignWidget.jsx#L37) [different](https://github.com/department-of-veterans-affairs/caseflow/blob/1ec132c7beb861f39a2b9bfa5c90481d41c760d1/client/app/queue/components/AssignWidget.jsx#L45) [validations](https://github.com/department-of-veterans-affairs/caseflow/blob/1ec132c7beb861f39a2b9bfa5c90481d41c760d1/client/app/queue/components/AssignWidget.jsx#L57) that need to be pulled out of the submit function
priority
typeerror thrown when validation for assignwidget fails on submit problem queueflowmodal expects to receive a from the component it wraps in the case of assignwidget the submit function it provides does validation and returns nothing when that validation fails causing queueflowmodal to throw a typeerror solution the submit function in assignwidget should be reworked to only be called once validation passed rather than performing the validation itself validation for components that use queueflowmodal should be broken out into another function and passed to the queueflowmodal as see for an example of validateform with custom error messages here are the that need to be pulled out of the submit function
1
702,654
24,130,349,421
IssuesEvent
2022-09-21 06:49:58
zitadel/zitadel
https://api.github.com/repos/zitadel/zitadel
opened
MetaData schema
category: backend priority: medium state: triage
At the moment we allow everything on the metadata (user and organization). It might be helpful to be able to define some kind of schema how the metadata should look like. **Acceptance criteria** - [ ] ... - [ ] ...
1.0
MetaData schema - At the moment we allow everything on the metadata (user and organization). It might be helpful to be able to define some kind of schema how the metadata should look like. **Acceptance criteria** - [ ] ... - [ ] ...
priority
metadata schema at the moment we allow everything on the metadata user and organization it might be helpful to be able to define some kind of schema how the metadata should look like acceptance criteria
1
481,587
13,889,387,808
IssuesEvent
2020-10-19 07:49:49
itggot-TE4/Fire-experts
https://api.github.com/repos/itggot-TE4/Fire-experts
closed
Investigation: Add GitHub login
points:1 priority:medium type:investigate
## Acceptance criteria - [ ] Investigate how to implement a login system using GitHub authentication - [ ] Open a issue with a solution proposal ## Information https://docs.github.com/en/free-pro-team@latest/developers/apps/authorizing-oauth-apps https://docs.github.com/en/free-pro-team@latest/rest/guides/basics-of-authentication
1.0
Investigation: Add GitHub login - ## Acceptance criteria - [ ] Investigate how to implement a login system using GitHub authentication - [ ] Open a issue with a solution proposal ## Information https://docs.github.com/en/free-pro-team@latest/developers/apps/authorizing-oauth-apps https://docs.github.com/en/free-pro-team@latest/rest/guides/basics-of-authentication
priority
investigation add github login acceptance criteria investigate how to implement a login system using github authentication open a issue with a solution proposal information
1
546,720
16,018,372,660
IssuesEvent
2021-04-20 19:02:15
ngageoint/hootenanny
https://api.github.com/repos/ngageoint/hootenanny
closed
Area Transportation Station(AQ125) w/ Transportation System Type(TRS)=Road(13) => "Area geometry is not valid for AP030 in MGCP TRD4"
Category: Translation Priority: Medium Status: In Progress Type: Bug
**Describe the bug** In iD (something similar is believed to happen in JOSM), under the MGCP schema, if one maps an area Transportation Station(AQ125) and sets the Transportation System Type(TRS)=Road(13), iD displays a message box stating "Area geometry is not valid for AP030 in MGCP TRD4."
1.0
Area Transportation Station(AQ125) w/ Transportation System Type(TRS)=Road(13) => "Area geometry is not valid for AP030 in MGCP TRD4" - **Describe the bug** In iD (something similar is believed to happen in JOSM), under the MGCP schema, if one maps an area Transportation Station(AQ125) and sets the Transportation System Type(TRS)=Road(13), iD displays a message box stating "Area geometry is not valid for AP030 in MGCP TRD4."
priority
area transportation station w transportation system type trs road area geometry is not valid for in mgcp describe the bug in id something similar is believed to happen in josm under the mgcp schema if one maps an area transportation station and sets the transportation system type trs road id displays a message box stating area geometry is not valid for in mgcp
1
144,059
5,534,915,149
IssuesEvent
2017-03-21 16:18:36
semperfiwebdesign/simplemap
https://api.github.com/repos/semperfiwebdesign/simplemap
opened
Find some PTEs (or GTE) to upload existing translations
Priority - Medium
de_DE was submitted here: https://github.com/semperfiwebdesign/simplemap/issues/189#issuecomment-285760951 We have a few more as well https://github.com/semperfiwebdesign/simplemap/tree/master/lang
1.0
Find some PTEs (or GTE) to upload existing translations - de_DE was submitted here: https://github.com/semperfiwebdesign/simplemap/issues/189#issuecomment-285760951 We have a few more as well https://github.com/semperfiwebdesign/simplemap/tree/master/lang
priority
find some ptes or gte to upload existing translations de de was submitted here we have a few more as well
1
778,711
27,326,200,430
IssuesEvent
2023-02-25 03:24:50
ZeNyfh/gigavibe-java-edition
https://api.github.com/repos/ZeNyfh/gigavibe-java-edition
opened
Change arguments on CommandRemind
enhancement good first issue question Priority: Medium Easy
I honestly do not know what would work best, some feedback would be appreciated. 1. 3y 2w 2d 5h 9m 12s (at least 1 argument required, can be in any order, tho I'm excluding months because months have varying lengths). 2. 3:2:2:5:9:12 (requires atleast 1 integer with no colons, has to be in a specific order, right to left, seconds to years. yy : ww : dd : hh : mm : ss). 3. 3 year[s] 2 week[s] 2 day[s] 5 hour[s] 9 minute[s] 12 second[s] (requires more annoying parsing, more user friendly(?), at least 1 argument required, can be in any order, I'm excluding months for the same reason mentioned previously). 4. Implement all 3/any combination of the 3.
1.0
Change arguments on CommandRemind - I honestly do not know what would work best, some feedback would be appreciated. 1. 3y 2w 2d 5h 9m 12s (at least 1 argument required, can be in any order, tho I'm excluding months because months have varying lengths). 2. 3:2:2:5:9:12 (requires atleast 1 integer with no colons, has to be in a specific order, right to left, seconds to years. yy : ww : dd : hh : mm : ss). 3. 3 year[s] 2 week[s] 2 day[s] 5 hour[s] 9 minute[s] 12 second[s] (requires more annoying parsing, more user friendly(?), at least 1 argument required, can be in any order, I'm excluding months for the same reason mentioned previously). 4. Implement all 3/any combination of the 3.
priority
change arguments on commandremind i honestly do not know what would work best some feedback would be appreciated at least argument required can be in any order tho i m excluding months because months have varying lengths requires atleast integer with no colons has to be in a specific order right to left seconds to years yy ww dd hh mm ss year week day hour minute second requires more annoying parsing more user friendly at least argument required can be in any order i m excluding months for the same reason mentioned previously implement all any combination of the
1
288,941
8,853,339,377
IssuesEvent
2019-01-08 21:03:45
robotframework/robotframework
https://api.github.com/repos/robotframework/robotframework
closed
DateTime library documentation missing from releases
bug priority: medium
DateTime library version 3.1 and 3.1.1 documentation isn't available via https://robotframework.org/robotframework/ or included in the User Guide package you can download from there. The reason is that it isn't referred from the User Guide, as a result not included in the User Guide package, and thus not added to the aforementioned page either. The reason it isn't referred in the User Guide is that link to `DateTime` is accidentally overridden with a link to Python's `datetime` module. How to fix this: - Fix the bug in referring to `DateTime` library. - Add DateTime library manually to https://robotframework.org/robotframework/. I don't think it matters much it isn't included in the User Guide package. Even better would be enhancing User Guide creating script to detect problems like this. Don't have time for that at least now.
1.0
DateTime library documentation missing from releases - DateTime library version 3.1 and 3.1.1 documentation isn't available via https://robotframework.org/robotframework/ or included in the User Guide package you can download from there. The reason is that it isn't referred from the User Guide, as a result not included in the User Guide package, and thus not added to the aforementioned page either. The reason it isn't referred in the User Guide is that link to `DateTime` is accidentally overridden with a link to Python's `datetime` module. How to fix this: - Fix the bug in referring to `DateTime` library. - Add DateTime library manually to https://robotframework.org/robotframework/. I don't think it matters much it isn't included in the User Guide package. Even better would be enhancing User Guide creating script to detect problems like this. Don't have time for that at least now.
priority
datetime library documentation missing from releases datetime library version and documentation isn t available via or included in the user guide package you can download from there the reason is that it isn t referred from the user guide as a result not included in the user guide package and thus not added to the aforementioned page either the reason it isn t referred in the user guide is that link to datetime is accidentally overridden with a link to python s datetime module how to fix this fix the bug in referring to datetime library add datetime library manually to i don t think it matters much it isn t included in the user guide package even better would be enhancing user guide creating script to detect problems like this don t have time for that at least now
1
234,530
7,722,870,336
IssuesEvent
2018-05-24 10:34:17
agda/agda
https://api.github.com/repos/agda/agda
closed
Constraint solving for irrelevant metas
auto-migrated irrelevance priority: medium type: enhancement
``` Related to issue 348. record IR : Set1 where constructor mkIR field .fromIR : Set reflIR : (r : IR) -> r == (mkIR _) reflIR r = refl The solution fromIR r is not found since this variable in unconstrained. This is only a solution in the presence of the "irrelevant" axiom, or --irrelevant-projections. Actually, any other Set would also be a solution. Agda finds none. This could be a show-stopper for internal erasure?! Or an incentive to implement proof search. ``` Original issue reported on code.google.com by `andreas....@gmail.com` on 15 Oct 2010 at 6:14 Attachments: - [Issue351.agda](https://storage.googleapis.com/google-code-attachments/agda/issue-351/comment-0/Issue351.agda)
1.0
Constraint solving for irrelevant metas - ``` Related to issue 348. record IR : Set1 where constructor mkIR field .fromIR : Set reflIR : (r : IR) -> r == (mkIR _) reflIR r = refl The solution fromIR r is not found since this variable in unconstrained. This is only a solution in the presence of the "irrelevant" axiom, or --irrelevant-projections. Actually, any other Set would also be a solution. Agda finds none. This could be a show-stopper for internal erasure?! Or an incentive to implement proof search. ``` Original issue reported on code.google.com by `andreas....@gmail.com` on 15 Oct 2010 at 6:14 Attachments: - [Issue351.agda](https://storage.googleapis.com/google-code-attachments/agda/issue-351/comment-0/Issue351.agda)
priority
constraint solving for irrelevant metas related to issue record ir where constructor mkir field fromir set reflir r ir r mkir reflir r refl the solution fromir r is not found since this variable in unconstrained this is only a solution in the presence of the irrelevant axiom or irrelevant projections actually any other set would also be a solution agda finds none this could be a show stopper for internal erasure or an incentive to implement proof search original issue reported on code google com by andreas gmail com on oct at attachments
1
521,024
15,100,178,370
IssuesEvent
2021-02-08 04:50:44
actually-colab/editor
https://api.github.com/repos/actually-colab/editor
opened
PATCH /notebook
REST difficulty: medium priority: medium server
Update a notebook (or share access) Response body ```json { notebook } ```
1.0
PATCH /notebook - Update a notebook (or share access) Response body ```json { notebook } ```
priority
patch notebook update a notebook or share access response body json notebook
1
45,911
2,942,034,852
IssuesEvent
2015-07-02 12:00:36
shakna-israel/doccu
https://api.github.com/repos/shakna-israel/doccu
closed
User Configuration
bottle needs investigation Priority: Medium REST API
User's will need to be configurable by both a configuration file and the web interface. A solution may be: *users.conf* ```python # UserName = [ Status, PasswordHash ] jmilne = [ SuperUser, bb2b5299f9f4de089b41f6bb97678482 ] ``` When defining a new user via users.conf, you would: ```python jmilne = [SuperUser, newpass ] ``` And Doccu should prompt for password on login. Encrypting the hash from a web form should be just as simple, if not easier to do.
1.0
User Configuration - User's will need to be configurable by both a configuration file and the web interface. A solution may be: *users.conf* ```python # UserName = [ Status, PasswordHash ] jmilne = [ SuperUser, bb2b5299f9f4de089b41f6bb97678482 ] ``` When defining a new user via users.conf, you would: ```python jmilne = [SuperUser, newpass ] ``` And Doccu should prompt for password on login. Encrypting the hash from a web form should be just as simple, if not easier to do.
priority
user configuration user s will need to be configurable by both a configuration file and the web interface a solution may be users conf python username jmilne when defining a new user via users conf you would python jmilne and doccu should prompt for password on login encrypting the hash from a web form should be just as simple if not easier to do
1
804,792
29,501,579,042
IssuesEvent
2023-06-02 22:37:41
SETI/pds-cspyce
https://api.github.com/repos/SETI/pds-cspyce
closed
dskv02 is not returning expected values
Priority 3 Important Effort 2 Medium A-Bug B-API
In CSPICE, `dskv02` returns the vertices from a type 2 DSK segment. Here is the documentation: ``` Fetch vertices from a type 2 DSK segment. https://naif.jpl.nasa.gov/pub/naif/toolkit_docs/C/cspice/dskv02_c.html Inputs: int handle = DSK file handle. int[*] dladsc = DLA descriptor. int start = Start index. Returns: float[*,3] vrtces = Array containing vertices. ``` The previous issue of the incorrect parameters has been fixed. However, this function is currently failing in a similar way that `dskd02` was failing. The current array size being generated is 422. The expected array size for this is 3. I would also like to add that, just like `dskd02`, the returned array of three values must be of type `int`. In addition, this function also does not have a `room` parameter. Here is the unit test for `dskv02`: ``` import cspyce import numpy.testing as npt from gettestkernels import ExtraKernels def test_dskv02(): # open the dsk file handle = cs.dasopr(ExtraKernels.phobosDsk) # get the dladsc from the file dladsc = cs.dlabfs(handle) # read the vertices vrtces = cs.dskv02(handle, dladsc, 1, 1) npt.assert_almost_equal( vrtces[0], [ 5.12656957900699912362e-16, -0.00000000000000000000e00, -8.37260000000000026432e00, ], ) cs.dascls(handle) ```
1.0
dskv02 is not returning expected values - In CSPICE, `dskv02` returns the vertices from a type 2 DSK segment. Here is the documentation: ``` Fetch vertices from a type 2 DSK segment. https://naif.jpl.nasa.gov/pub/naif/toolkit_docs/C/cspice/dskv02_c.html Inputs: int handle = DSK file handle. int[*] dladsc = DLA descriptor. int start = Start index. Returns: float[*,3] vrtces = Array containing vertices. ``` The previous issue of the incorrect parameters has been fixed. However, this function is currently failing in a similar way that `dskd02` was failing. The current array size being generated is 422. The expected array size for this is 3. I would also like to add that, just like `dskd02`, the returned array of three values must be of type `int`. In addition, this function also does not have a `room` parameter. Here is the unit test for `dskv02`: ``` import cspyce import numpy.testing as npt from gettestkernels import ExtraKernels def test_dskv02(): # open the dsk file handle = cs.dasopr(ExtraKernels.phobosDsk) # get the dladsc from the file dladsc = cs.dlabfs(handle) # read the vertices vrtces = cs.dskv02(handle, dladsc, 1, 1) npt.assert_almost_equal( vrtces[0], [ 5.12656957900699912362e-16, -0.00000000000000000000e00, -8.37260000000000026432e00, ], ) cs.dascls(handle) ```
priority
is not returning expected values in cspice returns the vertices from a type dsk segment here is the documentation fetch vertices from a type dsk segment inputs int handle dsk file handle int dladsc dla descriptor int start start index returns float vrtces array containing vertices the previous issue of the incorrect parameters has been fixed however this function is currently failing in a similar way that was failing the current array size being generated is the expected array size for this is i would also like to add that just like the returned array of three values must be of type int in addition this function also does not have a room parameter here is the unit test for import cspyce import numpy testing as npt from gettestkernels import extrakernels def test open the dsk file handle cs dasopr extrakernels phobosdsk get the dladsc from the file dladsc cs dlabfs handle read the vertices vrtces cs handle dladsc npt assert almost equal vrtces cs dascls handle
1
678,177
23,190,600,074
IssuesEvent
2022-08-01 12:19:55
SAP/xsk
https://api.github.com/repos/SAP/xsk
closed
[Migration] Handle currency conversion
wontfix priority-medium effort-high customer investigation / discussion _Subs_ incomplete
### Details In HANA there are predefined table names which are associated with currency conversion - see https://help.sap.com/docs/HANA_CLOUD_DATABASE/460112ecd20e42c0a647979434b32412/fcb8efe0cf8b45d2bbb2a885ae74868c.html?version=2021_01_QRC&locale=en-US In HANA on Neo you could omit the tables, but in HANA Cloud they must be explicitly stated ### Target Create currencyConversionTables element in the calculationview based on the existence of the following tables: `TCURC, TCURF, TCURN, TCURR, TCURT, TCURV, TCURW, and TCURX` `<currencyConversionTables rates="TCURR" configuration="TCURV" prefactors="TCURF" notations="TCURN" precisions="TCURX"/>`
1.0
[Migration] Handle currency conversion - ### Details In HANA there are predefined table names which are associated with currency conversion - see https://help.sap.com/docs/HANA_CLOUD_DATABASE/460112ecd20e42c0a647979434b32412/fcb8efe0cf8b45d2bbb2a885ae74868c.html?version=2021_01_QRC&locale=en-US In HANA on Neo you could omit the tables, but in HANA Cloud they must be explicitly stated ### Target Create currencyConversionTables element in the calculationview based on the existence of the following tables: `TCURC, TCURF, TCURN, TCURR, TCURT, TCURV, TCURW, and TCURX` `<currencyConversionTables rates="TCURR" configuration="TCURV" prefactors="TCURF" notations="TCURN" precisions="TCURX"/>`
priority
handle currency conversion details in hana there are predefined table names which are associated with currency conversion see in hana on neo you could omit the tables but in hana cloud they must be explicitly stated target create currencyconversiontables element in the calculationview based on the existence of the following tables tcurc tcurf tcurn tcurr tcurt tcurv tcurw and tcurx
1
27,739
2,695,460,504
IssuesEvent
2015-04-02 06:01:50
cs2103jan2015-f13-4j/main
https://api.github.com/repos/cs2103jan2015-f13-4j/main
closed
A user can undo an operation (Maximum one time)
priority.medium type.story
A user can undo an operation (Maximum one time) so that he/she can get back the previous condition like the task information
1.0
A user can undo an operation (Maximum one time) - A user can undo an operation (Maximum one time) so that he/she can get back the previous condition like the task information
priority
a user can undo an operation maximum one time a user can undo an operation maximum one time so that he she can get back the previous condition like the task information
1
792,242
27,952,321,677
IssuesEvent
2023-03-24 09:48:12
AY2223S2-CS2103T-T13-1/tp
https://api.github.com/repos/AY2223S2-CS2103T-T13-1/tp
closed
Embed `sort` command into `view modules`?
priority.Medium severity.Medium
To further simplify things, instead of having an additional `sort` command, why don't we just add an extra parameter in `view modules` for the user to specify how they want their modules to be viewed? E.g. `view modules /c grade` where `c` represents `categorise`. I feel that this could be a better design because the execution result of `sort` command is identical to `view modules` command, with `view modules` **sorting** modules by year/sem. **Examples:** `view modules` - displays list of modules sorted by year/sem (default behavior) `view modules /c grade` or _simply_ `view modules /g` - displays list of modules sorted by grade `view modules /c code` or _simply_ `view modules /m` - displays list of modules sorted by module code etc What do you guys think?
1.0
Embed `sort` command into `view modules`? - To further simplify things, instead of having an additional `sort` command, why don't we just add an extra parameter in `view modules` for the user to specify how they want their modules to be viewed? E.g. `view modules /c grade` where `c` represents `categorise`. I feel that this could be a better design because the execution result of `sort` command is identical to `view modules` command, with `view modules` **sorting** modules by year/sem. **Examples:** `view modules` - displays list of modules sorted by year/sem (default behavior) `view modules /c grade` or _simply_ `view modules /g` - displays list of modules sorted by grade `view modules /c code` or _simply_ `view modules /m` - displays list of modules sorted by module code etc What do you guys think?
priority
embed sort command into view modules to further simplify things instead of having an additional sort command why don t we just add an extra parameter in view modules for the user to specify how they want their modules to be viewed e g view modules c grade where c represents categorise i feel that this could be a better design because the execution result of sort command is identical to view modules command with view modules sorting modules by year sem examples view modules displays list of modules sorted by year sem default behavior view modules c grade or simply view modules g displays list of modules sorted by grade view modules c code or simply view modules m displays list of modules sorted by module code etc what do you guys think
1
579,466
17,192,061,909
IssuesEvent
2021-07-16 12:28:25
torohangupta/Wall-E
https://api.github.com/repos/torohangupta/Wall-E
opened
Command Based Warnings & Action Logging
feature/enhancement priority: medium type: commands type: interaction-slash
**Description** Create a better system to both warn users and log the warn and the action(s) taken, creating a more automatic and streamlined process. **Category** Moderation **Reasoning** Currently the process to log mod actions is clunky and hard to do- requires a lot of back-forth between the chanel with the offending content and the logging channel. Creating an interactive command will alleviate the inconveniences and create a more robust & uniform logging system. **Vision** This command shall be a slash command. Within the command, a moderator will be able to mention the offending user, and them upon approval, immediately perform the recommended action - `/warn user: <user> message(s): <Message IDs or link to message (multiple to be separated by a comma)> reason: <content:NSFW, content:location, content: advertisement, other, etc.> action (if message): <delete, do not delete>` - Once the command is run, Wall-E will send an approval request to the moderation channel and mention the moderators. Once the request is approved, Wall-E will perform all of the actions recommended
1.0
Command Based Warnings & Action Logging - **Description** Create a better system to both warn users and log the warn and the action(s) taken, creating a more automatic and streamlined process. **Category** Moderation **Reasoning** Currently the process to log mod actions is clunky and hard to do- requires a lot of back-forth between the chanel with the offending content and the logging channel. Creating an interactive command will alleviate the inconveniences and create a more robust & uniform logging system. **Vision** This command shall be a slash command. Within the command, a moderator will be able to mention the offending user, and them upon approval, immediately perform the recommended action - `/warn user: <user> message(s): <Message IDs or link to message (multiple to be separated by a comma)> reason: <content:NSFW, content:location, content: advertisement, other, etc.> action (if message): <delete, do not delete>` - Once the command is run, Wall-E will send an approval request to the moderation channel and mention the moderators. Once the request is approved, Wall-E will perform all of the actions recommended
priority
command based warnings action logging description create a better system to both warn users and log the warn and the action s taken creating a more automatic and streamlined process category moderation reasoning currently the process to log mod actions is clunky and hard to do requires a lot of back forth between the chanel with the offending content and the logging channel creating an interactive command will alleviate the inconveniences and create a more robust uniform logging system vision this command shall be a slash command within the command a moderator will be able to mention the offending user and them upon approval immediately perform the recommended action warn user message s reason action if message once the command is run wall e will send an approval request to the moderation channel and mention the moderators once the request is approved wall e will perform all of the actions recommended
1
398,318
11,739,673,197
IssuesEvent
2020-03-11 18:08:00
conan-io/conan
https://api.github.com/repos/conan-io/conan
opened
[CONAN_V2_MODE] Second iteration
complex: medium priority: medium stage: queue type: feature
This issue is to add all those things that should be activated with `CONAN_V2_MODE`, we need to keep shaping the future and stabilizing the present (post below and I'll add them to the list). * Default behavior: https://github.com/conan-io/conan/pull/6451 * Until further evidence, probably this mode should be avoided: https://github.com/conan-io/conan/pull/6457 * Organize `meson` related functions https://github.com/conan-io/conan/pull/6574, Meson is not stable, do we want to take care of old versions that doesn't support `meson build`? * Do not add the environment of the requirements to the `config...` and `requirements` calls (the graph is not built yet, so it is imposible to propagate the environment) Not all these things have to be implemented for the next version, we are not even agree on all of them, but we need to keep track of these issues.
1.0
[CONAN_V2_MODE] Second iteration - This issue is to add all those things that should be activated with `CONAN_V2_MODE`, we need to keep shaping the future and stabilizing the present (post below and I'll add them to the list). * Default behavior: https://github.com/conan-io/conan/pull/6451 * Until further evidence, probably this mode should be avoided: https://github.com/conan-io/conan/pull/6457 * Organize `meson` related functions https://github.com/conan-io/conan/pull/6574, Meson is not stable, do we want to take care of old versions that doesn't support `meson build`? * Do not add the environment of the requirements to the `config...` and `requirements` calls (the graph is not built yet, so it is imposible to propagate the environment) Not all these things have to be implemented for the next version, we are not even agree on all of them, but we need to keep track of these issues.
priority
second iteration this issue is to add all those things that should be activated with conan mode we need to keep shaping the future and stabilizing the present post below and i ll add them to the list default behavior until further evidence probably this mode should be avoided organize meson related functions meson is not stable do we want to take care of old versions that doesn t support meson build do not add the environment of the requirements to the config and requirements calls the graph is not built yet so it is imposible to propagate the environment not all these things have to be implemented for the next version we are not even agree on all of them but we need to keep track of these issues
1
349,484
10,470,107,576
IssuesEvent
2019-09-23 01:54:54
HW-PlayersPatch/Development
https://api.github.com/repos/HW-PlayersPatch/Development
closed
GW Script Time Interval
Priority2: Medium Status3: Actionable Type5: Balance
Currently 1.9 seconds, should go to 1 second to prevent corvs/bombs from sometimes 'sliding into attack range' before being stopped.
1.0
GW Script Time Interval - Currently 1.9 seconds, should go to 1 second to prevent corvs/bombs from sometimes 'sliding into attack range' before being stopped.
priority
gw script time interval currently seconds should go to second to prevent corvs bombs from sometimes sliding into attack range before being stopped
1
94,621
3,930,038,066
IssuesEvent
2016-04-25 05:25:13
anishathalye/git-remote-dropbox
https://api.github.com/repos/anishathalye/git-remote-dropbox
closed
Package for distribution
enhancement medium-priority
It would be good to package this script for distribution and release it in such a way that it can be installed in a single command with `brew` or `pip` or something similar. This depends on #3 and probably requires that the Dropbox Python SDK being released on PyPI.
1.0
Package for distribution - It would be good to package this script for distribution and release it in such a way that it can be installed in a single command with `brew` or `pip` or something similar. This depends on #3 and probably requires that the Dropbox Python SDK being released on PyPI.
priority
package for distribution it would be good to package this script for distribution and release it in such a way that it can be installed in a single command with brew or pip or something similar this depends on and probably requires that the dropbox python sdk being released on pypi
1
16,886
2,615,125,920
IssuesEvent
2015-03-01 05:54:09
chrsmith/google-api-java-client
https://api.github.com/repos/chrsmith/google-api-java-client
opened
Add Protobuf Batch
auto-migrated Component-Protobuf Priority-Medium Type-Enhancement
``` Requested by yanivi: JSON Batch will be added when http://codereview.appspot.com/5539055/ is submitted. We will also need to add Protobuf Batch. ``` Original issue reported on code.google.com by `rmis...@google.com` on 25 Apr 2012 at 12:15
1.0
Add Protobuf Batch - ``` Requested by yanivi: JSON Batch will be added when http://codereview.appspot.com/5539055/ is submitted. We will also need to add Protobuf Batch. ``` Original issue reported on code.google.com by `rmis...@google.com` on 25 Apr 2012 at 12:15
priority
add protobuf batch requested by yanivi json batch will be added when is submitted we will also need to add protobuf batch original issue reported on code google com by rmis google com on apr at
1
213,265
7,247,397,826
IssuesEvent
2018-02-15 02:35:46
facelessuser/Rummage
https://api.github.com/repos/facelessuser/Rummage
opened
Window encoding table display issue
Bug Priority - Medium Severity - Minor
On Windows (only tested on 10), the encoding table in the settings dialog appears to need a refresh on first showing to display proper. Resizing the window forces a repaint and then everything looks fine.
1.0
Window encoding table display issue - On Windows (only tested on 10), the encoding table in the settings dialog appears to need a refresh on first showing to display proper. Resizing the window forces a repaint and then everything looks fine.
priority
window encoding table display issue on windows only tested on the encoding table in the settings dialog appears to need a refresh on first showing to display proper resizing the window forces a repaint and then everything looks fine
1
807,572
30,009,885,155
IssuesEvent
2023-06-26 14:38:23
cds-snc/notification-planning
https://api.github.com/repos/cds-snc/notification-planning
closed
Run new baseline tests automatically
Medium Priority | Prioritรฉ moyenne Dev
One we have written the new baseline tests, replace the current nightly automated tests with the new ones.
1.0
Run new baseline tests automatically - One we have written the new baseline tests, replace the current nightly automated tests with the new ones.
priority
run new baseline tests automatically one we have written the new baseline tests replace the current nightly automated tests with the new ones
1
93,913
3,916,785,336
IssuesEvent
2016-04-21 04:14:05
dmusican/Elegit
https://api.github.com/repos/dmusican/Elegit
opened
Fast-forward branch merging doesn't update local tree viewer
bug priority medium
In my case, I had `master` and another branch called `new_branch`. Merging `new_branch` into `master` is fast-forward, but after I merged them, the local tree viewer didn't change: ![image](https://cloud.githubusercontent.com/assets/7304910/14697829/45b0c5d0-074d-11e6-9dc4-e6629dc1bb0b.png) I closed the program and reopened it, which fixed the problem (the following is a screenshot of what it looks like after reopening): ![image](https://cloud.githubusercontent.com/assets/7304910/14697839/783e4658-074d-11e6-921d-48e446c21a3d.png) We probably want the change to be reflected on UI right after merging.
1.0
Fast-forward branch merging doesn't update local tree viewer - In my case, I had `master` and another branch called `new_branch`. Merging `new_branch` into `master` is fast-forward, but after I merged them, the local tree viewer didn't change: ![image](https://cloud.githubusercontent.com/assets/7304910/14697829/45b0c5d0-074d-11e6-9dc4-e6629dc1bb0b.png) I closed the program and reopened it, which fixed the problem (the following is a screenshot of what it looks like after reopening): ![image](https://cloud.githubusercontent.com/assets/7304910/14697839/783e4658-074d-11e6-921d-48e446c21a3d.png) We probably want the change to be reflected on UI right after merging.
priority
fast forward branch merging doesn t update local tree viewer in my case i had master and another branch called new branch merging new branch into master is fast forward but after i merged them the local tree viewer didn t change i closed the program and reopened it which fixed the problem the following is a screenshot of what it looks like after reopening we probably want the change to be reflected on ui right after merging
1
336,729
10,196,037,105
IssuesEvent
2019-08-12 19:41:47
GeoDaCenter/geoda
https://api.github.com/repos/GeoDaCenter/geoda
closed
Regression Report: reverse order or automatically scroll to bottom
Milestone-Release_Future OpSys-All Priority-Medium Type-Enhancement auto-migrated
``` from Sep 19, 2011 Some users are confused by the current way that multiple Regression Reports are appended together---sometimes users think that later models were never run. To prevent this, I suggest always reporting the latest model at the top, or else automatically scrolling the scroll window to the bottom. ``` Original issue reported on code.google.com by `mmcc...@gmail.com` on 5 Mar 2013 at 6:05
1.0
Regression Report: reverse order or automatically scroll to bottom - ``` from Sep 19, 2011 Some users are confused by the current way that multiple Regression Reports are appended together---sometimes users think that later models were never run. To prevent this, I suggest always reporting the latest model at the top, or else automatically scrolling the scroll window to the bottom. ``` Original issue reported on code.google.com by `mmcc...@gmail.com` on 5 Mar 2013 at 6:05
priority
regression report reverse order or automatically scroll to bottom from sep some users are confused by the current way that multiple regression reports are appended together sometimes users think that later models were never run to prevent this i suggest always reporting the latest model at the top or else automatically scrolling the scroll window to the bottom original issue reported on code google com by mmcc gmail com on mar at
1
614,130
19,142,837,321
IssuesEvent
2021-12-02 02:10:50
Derec-Mods/derecearthmod
https://api.github.com/repos/Derec-Mods/derecearthmod
closed
Config to disable mud structure
feature request planned priority: medium
๐ŸŽ **Feature Request** ๐Ÿ“ Description I love the mod and honestly think it's configured well from the get go, however I would love a config so we can enable/disable the ruby block-mud structure. It generates too often and is a huge eyesore when combined with generation such as terraforged (it often spawns in mid air)
1.0
Config to disable mud structure - ๐ŸŽ **Feature Request** ๐Ÿ“ Description I love the mod and honestly think it's configured well from the get go, however I would love a config so we can enable/disable the ruby block-mud structure. It generates too often and is a huge eyesore when combined with generation such as terraforged (it often spawns in mid air)
priority
config to disable mud structure ๐ŸŽ feature request ๐Ÿ“ description i love the mod and honestly think it s configured well from the get go however i would love a config so we can enable disable the ruby block mud structure it generates too often and is a huge eyesore when combined with generation such as terraforged it often spawns in mid air
1
64,179
3,206,005,692
IssuesEvent
2015-10-04 16:55:38
nextras/orm
https://api.github.com/repos/nextras/orm
closed
Ordering over 1:1d relation
1-bug 3-priority-medium
Relations: A <1:1d> B. ```php $aRepository->findAll()->orderBy('this->b->changed', 'DESC'); ``` In the code: https://github.com/nextras/orm/blob/5ce2c40686ec32a14c13303a12d61b2f3a263c90/src/Mapper/Dbal/QueryBuilderHelper.php#L89 When it's removed, it works nice. How can I order solve it? Thx.
1.0
Ordering over 1:1d relation - Relations: A <1:1d> B. ```php $aRepository->findAll()->orderBy('this->b->changed', 'DESC'); ``` In the code: https://github.com/nextras/orm/blob/5ce2c40686ec32a14c13303a12d61b2f3a263c90/src/Mapper/Dbal/QueryBuilderHelper.php#L89 When it's removed, it works nice. How can I order solve it? Thx.
priority
ordering over relation relations a b php arepository findall orderby this b changed desc in the code when it s removed it works nice how can i order solve it thx
1
674,263
23,044,525,458
IssuesEvent
2022-07-23 17:35:54
CodeYourFuture/ldn8-horizon-chatterbox-talent
https://api.github.com/repos/CodeYourFuture/ldn8-horizon-chatterbox-talent
closed
Store user favourite selection
l medium priority
Make the icon from #49 clickable, and on click this will store the program in the user's favourites (localstorage, browser cache, react state, etc; however it was decided to implement this.
1.0
Store user favourite selection - Make the icon from #49 clickable, and on click this will store the program in the user's favourites (localstorage, browser cache, react state, etc; however it was decided to implement this.
priority
store user favourite selection make the icon from clickable and on click this will store the program in the user s favourites localstorage browser cache react state etc however it was decided to implement this
1
822,895
30,912,968,548
IssuesEvent
2023-08-05 00:46:26
DynamoRIO/dynamorio
https://api.github.com/repos/DynamoRIO/dynamorio
closed
attach feature on Windows
Migrated Priority-Medium Type-Feature OpSys-Windows
_From [bruen...@google.com](https://code.google.com/u/109494838902877177630/) on April 09, 2012 14:58:26_ xref issue #38 : attach injection on Linux xref issue #722 : internally-triggered attach the problem with attach on windows of course is the inability to maintain control across a callback return when the callback occurred prior to attaching. idea: have thin_client presence up front that hooks all alertable syscalls. risk: there are many alertable syscalls and maybe we don't really know all of them. probably best to hook all the file i/o calls even though their alertability depends on their args. in absence of control up front, we could go ahead and try on windows and lose control briefly, counting on native_exec_syscalls like we do when we lose control on AppInit (though here there are multiple threads), and just document the limitations to any users _Original issue: http://code.google.com/p/dynamorio/issues/detail?id=725_
1.0
attach feature on Windows - _From [bruen...@google.com](https://code.google.com/u/109494838902877177630/) on April 09, 2012 14:58:26_ xref issue #38 : attach injection on Linux xref issue #722 : internally-triggered attach the problem with attach on windows of course is the inability to maintain control across a callback return when the callback occurred prior to attaching. idea: have thin_client presence up front that hooks all alertable syscalls. risk: there are many alertable syscalls and maybe we don't really know all of them. probably best to hook all the file i/o calls even though their alertability depends on their args. in absence of control up front, we could go ahead and try on windows and lose control briefly, counting on native_exec_syscalls like we do when we lose control on AppInit (though here there are multiple threads), and just document the limitations to any users _Original issue: http://code.google.com/p/dynamorio/issues/detail?id=725_
priority
attach feature on windows from on april xref issue attach injection on linux xref issue internally triggered attach the problem with attach on windows of course is the inability to maintain control across a callback return when the callback occurred prior to attaching idea have thin client presence up front that hooks all alertable syscalls risk there are many alertable syscalls and maybe we don t really know all of them probably best to hook all the file i o calls even though their alertability depends on their args in absence of control up front we could go ahead and try on windows and lose control briefly counting on native exec syscalls like we do when we lose control on appinit though here there are multiple threads and just document the limitations to any users original issue
1
793,430
27,996,289,197
IssuesEvent
2023-03-27 08:42:32
anoma/juvix
https://api.github.com/repos/anoma/juvix
closed
Add coverage checking
enhancement priority:medium pattern-matching
# Description Coverage checking must be performed after type checking. The algorithm expects all the patterns in clauses to be valid, meaning that every pattern covers at least one value of the corresponding argument type of the function. # Checklist - [ ] Add a flag to disable the coverage check - [ ] Add a keyword to disable exhaustiveness, possibly called `total` - [ ] Add tests: - [ ] Negative tests - [ ] Positive tests - [ ] Shell tests - Safeguards: - [ ] To carry on the analysis, it comes in handy to compute for each pattern row their set of "compatible" rows. Two rows are incompatible if they have no instance in common. - [ ] Delete any row that is "subsumed" by another row. - [ ] We announce exhaustiveness as soon as we find a row full of wildcards. Checks: - Exhaustiveness: (meaning that the pattern _ does not contribute to match more values): - [ ] Error: The pattern-matching is not exhaustive. - [ ] Show non-matching values as part of the error message - [ ] Exact split tree
1.0
Add coverage checking - # Description Coverage checking must be performed after type checking. The algorithm expects all the patterns in clauses to be valid, meaning that every pattern covers at least one value of the corresponding argument type of the function. # Checklist - [ ] Add a flag to disable the coverage check - [ ] Add a keyword to disable exhaustiveness, possibly called `total` - [ ] Add tests: - [ ] Negative tests - [ ] Positive tests - [ ] Shell tests - Safeguards: - [ ] To carry on the analysis, it comes in handy to compute for each pattern row their set of "compatible" rows. Two rows are incompatible if they have no instance in common. - [ ] Delete any row that is "subsumed" by another row. - [ ] We announce exhaustiveness as soon as we find a row full of wildcards. Checks: - Exhaustiveness: (meaning that the pattern _ does not contribute to match more values): - [ ] Error: The pattern-matching is not exhaustive. - [ ] Show non-matching values as part of the error message - [ ] Exact split tree
priority
add coverage checking description coverage checking must be performed after type checking the algorithm expects all the patterns in clauses to be valid meaning that every pattern covers at least one value of the corresponding argument type of the function checklist add a flag to disable the coverage check add a keyword to disable exhaustiveness possibly called total add tests negative tests positive tests shell tests safeguards to carry on the analysis it comes in handy to compute for each pattern row their set of compatible rows two rows are incompatible if they have no instance in common delete any row that is subsumed by another row we announce exhaustiveness as soon as we find a row full of wildcards checks exhaustiveness meaning that the pattern does not contribute to match more values error the pattern matching is not exhaustive show non matching values as part of the error message exact split tree
1
74,423
3,439,722,969
IssuesEvent
2015-12-14 11:01:45
BirminghamConservatoire/IntegraLive
https://api.github.com/repos/BirminghamConservatoire/IntegraLive
closed
Soundcard setting
1.7 bug priority medium
To Reproduce: - open Integra Live 1.7.0 - open preference pannel - select an M-Audio Fast Track Pro as audio input - select an M-Audio Fast Track Pro as audio output Expected - the audio input and audio output is set on M-Audio Fast Track Pro Actual - Integra Live doesn't allow to set it up. NB: it is perfectly possible on Integra Live 1.6.4.3300
1.0
Soundcard setting - To Reproduce: - open Integra Live 1.7.0 - open preference pannel - select an M-Audio Fast Track Pro as audio input - select an M-Audio Fast Track Pro as audio output Expected - the audio input and audio output is set on M-Audio Fast Track Pro Actual - Integra Live doesn't allow to set it up. NB: it is perfectly possible on Integra Live 1.6.4.3300
priority
soundcard setting to reproduce open integra live open preference pannel select an m audio fast track pro as audio input select an m audio fast track pro as audio output expected the audio input and audio output is set on m audio fast track pro actual integra live doesn t allow to set it up nb it is perfectly possible on integra live
1
828,892
31,846,415,750
IssuesEvent
2023-09-14 20:18:39
dtcenter/METviewer
https://api.github.com/repos/dtcenter/METviewer
opened
Update GitHub issue and pull request templates to reflect the current development workflow details
type: task priority: medium alert: NEED ACCOUNT KEY requestor: METplus Team component: repository maintenance
## Describe the Task ## Some of the details in the GitHub issue and pull request templates are out of sync with the current development workflow. Update the contents of them to make them accurate. ### Time Estimate ### 1 hour ### Sub-Issues ### Consider breaking the task down into sub-issues. None needed ### Relevant Deadlines ### *List relevant project deadlines here or state NONE.* ### Funding Source ### *Define the source of funding and account keys here or state NONE.* ## Define the Metadata ## ### Assignee ### - [x] Select **engineer(s)** or **no engineer** required - [ ] Select **scientist(s)** or **no scientist** required ### Labels ### - [x] Select **component(s)** - [x] Select **priority** - [x] Select **requestor(s)** ### Projects and Milestone ### - [x] Select **Repository** and/or **Organization** level **Project(s)** or add **alert: NEED CYCLE ASSIGNMENT** label - [x] Select **Milestone** as the next official version or **Future Versions** ## Define Related Issue(s) ## Consider the impact to the other METplus components. - [x] [METplus](https://github.com/dtcenter/METplus/issues/new/choose), [MET](https://github.com/dtcenter/MET/issues/new/choose), [METdataio](https://github.com/dtcenter/METdataio/issues/new/choose), [METviewer](https://github.com/dtcenter/METviewer/issues/new/choose), [METexpress](https://github.com/dtcenter/METexpress/issues/new/choose), [METcalcpy](https://github.com/dtcenter/METcalcpy/issues/new/choose), [METplotpy](https://github.com/dtcenter/METplotpy/issues/new/choose) ## Task Checklist ## See the [METplus Workflow](https://metplus.readthedocs.io/en/latest/Contributors_Guide/github_workflow.html) for details. - [ ] Complete the issue definition above, including the **Time Estimate** and **Funding Source**. - [ ] Fork this repository or create a branch of **develop**. Branch name: `feature_<Issue Number>_<Description>` - [ ] Complete the development and test your changes. - [ ] Add/update log messages for easier debugging. - [ ] Add/update unit tests. - [ ] Add/update documentation. - [ ] Push local changes to GitHub. - [ ] Submit a pull request to merge into **develop**. Pull request: `feature <Issue Number> <Description>` - [ ] Define the pull request metadata, as permissions allow. Select: **Reviewer(s)** and **Development** issues Select: **Repository** level development cycle **Project** for the next official release Select: **Milestone** as the next official version - [ ] Iterate until the reviewer(s) accept and merge your changes. - [ ] Delete your fork or branch. - [ ] Close this issue.
1.0
Update GitHub issue and pull request templates to reflect the current development workflow details - ## Describe the Task ## Some of the details in the GitHub issue and pull request templates are out of sync with the current development workflow. Update the contents of them to make them accurate. ### Time Estimate ### 1 hour ### Sub-Issues ### Consider breaking the task down into sub-issues. None needed ### Relevant Deadlines ### *List relevant project deadlines here or state NONE.* ### Funding Source ### *Define the source of funding and account keys here or state NONE.* ## Define the Metadata ## ### Assignee ### - [x] Select **engineer(s)** or **no engineer** required - [ ] Select **scientist(s)** or **no scientist** required ### Labels ### - [x] Select **component(s)** - [x] Select **priority** - [x] Select **requestor(s)** ### Projects and Milestone ### - [x] Select **Repository** and/or **Organization** level **Project(s)** or add **alert: NEED CYCLE ASSIGNMENT** label - [x] Select **Milestone** as the next official version or **Future Versions** ## Define Related Issue(s) ## Consider the impact to the other METplus components. - [x] [METplus](https://github.com/dtcenter/METplus/issues/new/choose), [MET](https://github.com/dtcenter/MET/issues/new/choose), [METdataio](https://github.com/dtcenter/METdataio/issues/new/choose), [METviewer](https://github.com/dtcenter/METviewer/issues/new/choose), [METexpress](https://github.com/dtcenter/METexpress/issues/new/choose), [METcalcpy](https://github.com/dtcenter/METcalcpy/issues/new/choose), [METplotpy](https://github.com/dtcenter/METplotpy/issues/new/choose) ## Task Checklist ## See the [METplus Workflow](https://metplus.readthedocs.io/en/latest/Contributors_Guide/github_workflow.html) for details. - [ ] Complete the issue definition above, including the **Time Estimate** and **Funding Source**. - [ ] Fork this repository or create a branch of **develop**. Branch name: `feature_<Issue Number>_<Description>` - [ ] Complete the development and test your changes. - [ ] Add/update log messages for easier debugging. - [ ] Add/update unit tests. - [ ] Add/update documentation. - [ ] Push local changes to GitHub. - [ ] Submit a pull request to merge into **develop**. Pull request: `feature <Issue Number> <Description>` - [ ] Define the pull request metadata, as permissions allow. Select: **Reviewer(s)** and **Development** issues Select: **Repository** level development cycle **Project** for the next official release Select: **Milestone** as the next official version - [ ] Iterate until the reviewer(s) accept and merge your changes. - [ ] Delete your fork or branch. - [ ] Close this issue.
priority
update github issue and pull request templates to reflect the current development workflow details describe the task some of the details in the github issue and pull request templates are out of sync with the current development workflow update the contents of them to make them accurate time estimate hour sub issues consider breaking the task down into sub issues none needed relevant deadlines list relevant project deadlines here or state none funding source define the source of funding and account keys here or state none define the metadata assignee select engineer s or no engineer required select scientist s or no scientist required labels select component s select priority select requestor s projects and milestone select repository and or organization level project s or add alert need cycle assignment label select milestone as the next official version or future versions define related issue s consider the impact to the other metplus components task checklist see the for details complete the issue definition above including the time estimate and funding source fork this repository or create a branch of develop branch name feature complete the development and test your changes add update log messages for easier debugging add update unit tests add update documentation push local changes to github submit a pull request to merge into develop pull request feature define the pull request metadata as permissions allow select reviewer s and development issues select repository level development cycle project for the next official release select milestone as the next official version iterate until the reviewer s accept and merge your changes delete your fork or branch close this issue
1
398,384
11,740,460,018
IssuesEvent
2020-03-11 19:39:19
awesomemotive/all-in-one-seo-pack
https://api.github.com/repos/awesomemotive/all-in-one-seo-pack
closed
Marketing - Improved upsell on taxonomy admin pages
Priority | Medium UX
In https://github.com/semperfiwebdesign/all-in-one-seo-pack/issues/738 we made an admin notice for taxonomy admin pages. We should designing explore better and more attractive options.
1.0
Marketing - Improved upsell on taxonomy admin pages - In https://github.com/semperfiwebdesign/all-in-one-seo-pack/issues/738 we made an admin notice for taxonomy admin pages. We should designing explore better and more attractive options.
priority
marketing improved upsell on taxonomy admin pages in we made an admin notice for taxonomy admin pages we should designing explore better and more attractive options
1
688,159
23,550,436,780
IssuesEvent
2022-08-21 18:54:07
dnd-side-project/dnd-7th-2-backend
https://api.github.com/repos/dnd-side-project/dnd-7th-2-backend
closed
[Feature] ํŒŒ์ด์–ด๋ฒ ์ด์Šค๋ฅผ ์ด์šฉํ•œ FCM Push ์„œ๋ฒ„ ๊ตฌ์ถ•
Type: Feature Priority: Medium Status: On Hold
## ์‚ฌ์ „ ์ค€๋น„ * [x] ๊ฐœ๋… ๋ฐ ์ž๋ฃŒ ์กฐ์‚ฌ * [x] ํŒŒ์ด์–ด๋ฒ ์ด์Šค ๊ณ„์ • ๊ด€๋ จ ์ฒ˜๋ฆฌ * [x] ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ ํ•™์Šต ## ๊ตฌํ˜„ * [x] Practice ํ”„๋กœ์ ํŠธ๋กœ ํ…Œ์ŠคํŠธ * [x] Push Notification FCM API ์—”๋“œ ํฌ์ธํŠธ ์ถ”๊ฐ€ * [x] ํ…Œ์ŠคํŠธ * [ ] Android ์—ฐ๋™ ํ…Œ์ŠคํŠธ
1.0
[Feature] ํŒŒ์ด์–ด๋ฒ ์ด์Šค๋ฅผ ์ด์šฉํ•œ FCM Push ์„œ๋ฒ„ ๊ตฌ์ถ• - ## ์‚ฌ์ „ ์ค€๋น„ * [x] ๊ฐœ๋… ๋ฐ ์ž๋ฃŒ ์กฐ์‚ฌ * [x] ํŒŒ์ด์–ด๋ฒ ์ด์Šค ๊ณ„์ • ๊ด€๋ จ ์ฒ˜๋ฆฌ * [x] ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ ํ•™์Šต ## ๊ตฌํ˜„ * [x] Practice ํ”„๋กœ์ ํŠธ๋กœ ํ…Œ์ŠคํŠธ * [x] Push Notification FCM API ์—”๋“œ ํฌ์ธํŠธ ์ถ”๊ฐ€ * [x] ํ…Œ์ŠคํŠธ * [ ] Android ์—ฐ๋™ ํ…Œ์ŠคํŠธ
priority
ํŒŒ์ด์–ด๋ฒ ์ด์Šค๋ฅผ ์ด์šฉํ•œ fcm push ์„œ๋ฒ„ ๊ตฌ์ถ• ์‚ฌ์ „ ์ค€๋น„ ๊ฐœ๋… ๋ฐ ์ž๋ฃŒ ์กฐ์‚ฌ ํŒŒ์ด์–ด๋ฒ ์ด์Šค ๊ณ„์ • ๊ด€๋ จ ์ฒ˜๋ฆฌ ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ ํ•™์Šต ๊ตฌํ˜„ practice ํ”„๋กœ์ ํŠธ๋กœ ํ…Œ์ŠคํŠธ push notification fcm api ์—”๋“œ ํฌ์ธํŠธ ์ถ”๊ฐ€ ํ…Œ์ŠคํŠธ android ์—ฐ๋™ ํ…Œ์ŠคํŠธ
1
506,628
14,669,376,787
IssuesEvent
2020-12-30 00:27:38
LMLI-Cohort-9/Envision-2040
https://api.github.com/repos/LMLI-Cohort-9/Envision-2040
opened
Add a carousel to the homepage.
Estimate: A Few Days Priority: Medium Type: Enhancement
Add a carousel to the homepage that rotates through the various categories.
1.0
Add a carousel to the homepage. - Add a carousel to the homepage that rotates through the various categories.
priority
add a carousel to the homepage add a carousel to the homepage that rotates through the various categories
1
309,590
9,477,428,603
IssuesEvent
2019-04-19 18:35:31
NCIOCPL/cgov-digital-platform
https://api.github.com/repos/NCIOCPL/cgov-digital-platform
closed
Allow editor role to embed block content and infographics
In Scope (June 2019) Medium priority bug
When logged into dev as an editor, I cannot access the Content Browsers for: - Insert Block Content - Insert Infographic Please update the config to allow editors to add this content.
1.0
Allow editor role to embed block content and infographics - When logged into dev as an editor, I cannot access the Content Browsers for: - Insert Block Content - Insert Infographic Please update the config to allow editors to add this content.
priority
allow editor role to embed block content and infographics when logged into dev as an editor i cannot access the content browsers for insert block content insert infographic please update the config to allow editors to add this content
1