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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
562,073 | 16,637,786,136 | IssuesEvent | 2021-06-04 02:43:33 | uwrobotics/MarsRoverFirmware | https://api.github.com/repos/uwrobotics/MarsRoverFirmware | closed | Implement Logger | CANBus help wanted medium priority | We would like to have a centralized logging system. The idea is that all sub-systems use this logger to report warnings errors etc which are received by the Jetson and bagged for looking back at a later point. Below are some specifics, but whoever picks this up can reach out to me for a call.
Use the secondary CAN bus to transmit log messages. The log system will be live during testing and at mission time.
Log msgs should carry information about board of origin and log level.
If the primary CAN bus fails and we start using the seconday CAN bus, we abandon the logger
For longer msgs, consider stitching them together.
Consider using rolling counter to ensure log msgs from each board are kept in sync. | 1.0 | Implement Logger - We would like to have a centralized logging system. The idea is that all sub-systems use this logger to report warnings errors etc which are received by the Jetson and bagged for looking back at a later point. Below are some specifics, but whoever picks this up can reach out to me for a call.
Use the secondary CAN bus to transmit log messages. The log system will be live during testing and at mission time.
Log msgs should carry information about board of origin and log level.
If the primary CAN bus fails and we start using the seconday CAN bus, we abandon the logger
For longer msgs, consider stitching them together.
Consider using rolling counter to ensure log msgs from each board are kept in sync. | priority | implement logger we would like to have a centralized logging system the idea is that all sub systems use this logger to report warnings errors etc which are received by the jetson and bagged for looking back at a later point below are some specifics but whoever picks this up can reach out to me for a call use the secondary can bus to transmit log messages the log system will be live during testing and at mission time log msgs should carry information about board of origin and log level if the primary can bus fails and we start using the seconday can bus we abandon the logger for longer msgs consider stitching them together consider using rolling counter to ensure log msgs from each board are kept in sync | 1 |
443,699 | 12,798,050,064 | IssuesEvent | 2020-07-02 13:20:42 | cds-snc/covid-shield-mobile | https://api.github.com/repos/cds-snc/covid-shield-mobile | closed | How COVID Alert works: Heading on subsequent slides are missing (FR) | content medium priority | confirmed in iOS and Android.
Language = French
Viewing the How COVID Alert works link (from either the Onboarding slides or from the Menu)
navigate to 2nd step - note that the english contains a heading on subsequent step indicating the step they are on.
FR does not.
see screenshot

| 1.0 | How COVID Alert works: Heading on subsequent slides are missing (FR) - confirmed in iOS and Android.
Language = French
Viewing the How COVID Alert works link (from either the Onboarding slides or from the Menu)
navigate to 2nd step - note that the english contains a heading on subsequent step indicating the step they are on.
FR does not.
see screenshot

| priority | how covid alert works heading on subsequent slides are missing fr confirmed in ios and android language french viewing the how covid alert works link from either the onboarding slides or from the menu navigate to step note that the english contains a heading on subsequent step indicating the step they are on fr does not see screenshot | 1 |
341,217 | 10,290,770,152 | IssuesEvent | 2019-08-27 12:51:56 | conan-io/conan | https://api.github.com/repos/conan-io/conan | closed | Weird behavior of --update | complex: low priority: medium stage: in-progress type: bug | I have a bunch of remotes defined in my Conan configuration. We'll call them A, B and C. They are defined in the same order so remote A should be used first, then B, then C.
Now I continuously upload new versions for the package `Pkg/x.x.x.x@sick/dev` to remote C. These are required by a consumer application using `requires = "Pkg/[*]@sick/dev"`. I would have expected that a call to `conan install .. --update` in the consumer's build directory queries all of the remotes for new versions. However, that doesn't seem to be the case. It always resolves to the last installed version in the local cache. I have to explicitly add a `-r C` to the install command to make it fetch the most recent version from the remote. With `--update` Conan emits the message `%s versions not found in remotes` (sic). It seems that the corresponding line in the Conan sources is also missing the format expression. | 1.0 | Weird behavior of --update - I have a bunch of remotes defined in my Conan configuration. We'll call them A, B and C. They are defined in the same order so remote A should be used first, then B, then C.
Now I continuously upload new versions for the package `Pkg/x.x.x.x@sick/dev` to remote C. These are required by a consumer application using `requires = "Pkg/[*]@sick/dev"`. I would have expected that a call to `conan install .. --update` in the consumer's build directory queries all of the remotes for new versions. However, that doesn't seem to be the case. It always resolves to the last installed version in the local cache. I have to explicitly add a `-r C` to the install command to make it fetch the most recent version from the remote. With `--update` Conan emits the message `%s versions not found in remotes` (sic). It seems that the corresponding line in the Conan sources is also missing the format expression. | priority | weird behavior of update i have a bunch of remotes defined in my conan configuration we ll call them a b and c they are defined in the same order so remote a should be used first then b then c now i continuously upload new versions for the package pkg x x x x sick dev to remote c these are required by a consumer application using requires pkg sick dev i would have expected that a call to conan install update in the consumer s build directory queries all of the remotes for new versions however that doesn t seem to be the case it always resolves to the last installed version in the local cache i have to explicitly add a r c to the install command to make it fetch the most recent version from the remote with update conan emits the message s versions not found in remotes sic it seems that the corresponding line in the conan sources is also missing the format expression | 1 |
153,729 | 5,902,379,723 | IssuesEvent | 2017-05-19 01:06:03 | xAPI-vle/moodle-logstore_xapi | https://api.github.com/repos/xAPI-vle/moodle-logstore_xapi | closed | Error when doing test made a fix to resolve the issue | priority:medium status:unconfirmed type:bug | Hey,
I noticed two errors, or I should say warnings but they failed the test, when running unitTest to try and figure out what was happening with the user_loggedin/out event trigger (#83) within the xapi plugin. Both errors came from the moodle-xapi-translator/src/Events/FeedbackSubmitted.php starting on line 28 and another fix on line 46. However, it's the test from the main xapi log store plugin that the errors were produced. I'm including the file so you can see the changes I made. Two simple changes to allow the test to pass. All other test have passed.
[fix.txt](https://github.com/xAPI-vle/moodle-logstore_xapi/files/590486/fix.txt)
Like I said stumbled on to this while testing to see what could be causing the issue with #83. Let me know if you want this in a pull request, and I'll try and make that happen soon.
| 1.0 | Error when doing test made a fix to resolve the issue - Hey,
I noticed two errors, or I should say warnings but they failed the test, when running unitTest to try and figure out what was happening with the user_loggedin/out event trigger (#83) within the xapi plugin. Both errors came from the moodle-xapi-translator/src/Events/FeedbackSubmitted.php starting on line 28 and another fix on line 46. However, it's the test from the main xapi log store plugin that the errors were produced. I'm including the file so you can see the changes I made. Two simple changes to allow the test to pass. All other test have passed.
[fix.txt](https://github.com/xAPI-vle/moodle-logstore_xapi/files/590486/fix.txt)
Like I said stumbled on to this while testing to see what could be causing the issue with #83. Let me know if you want this in a pull request, and I'll try and make that happen soon.
| priority | error when doing test made a fix to resolve the issue hey i noticed two errors or i should say warnings but they failed the test when running unittest to try and figure out what was happening with the user loggedin out event trigger within the xapi plugin both errors came from the moodle xapi translator src events feedbacksubmitted php starting on line and another fix on line however it s the test from the main xapi log store plugin that the errors were produced i m including the file so you can see the changes i made two simple changes to allow the test to pass all other test have passed like i said stumbled on to this while testing to see what could be causing the issue with let me know if you want this in a pull request and i ll try and make that happen soon | 1 |
451,228 | 13,031,610,921 | IssuesEvent | 2020-07-28 01:46:13 | gadenbuie/rsthemes | https://api.github.com/repos/gadenbuie/rsthemes | closed | Add a select as favorite option to try_themes() | priority: medium status: considering type: new | Could add an `f`, `d`, or `l` option to add a theme to favorite theme (or light or dark). On exit, `try_themes()` would report the code required to set those themes in `~/.Rprofile`. | 1.0 | Add a select as favorite option to try_themes() - Could add an `f`, `d`, or `l` option to add a theme to favorite theme (or light or dark). On exit, `try_themes()` would report the code required to set those themes in `~/.Rprofile`. | priority | add a select as favorite option to try themes could add an f d or l option to add a theme to favorite theme or light or dark on exit try themes would report the code required to set those themes in rprofile | 1 |
67,900 | 3,282,597,325 | IssuesEvent | 2015-10-28 07:54:02 | CS2103-Aug2015-w15-4j/main | https://api.github.com/repos/CS2103-Aug2015-w15-4j/main | closed | A User should be able to query for a suitable slot to schedule an item | priority.medium type.story wontfix | ... so that he does not have to manually look for one. | 1.0 | A User should be able to query for a suitable slot to schedule an item - ... so that he does not have to manually look for one. | priority | a user should be able to query for a suitable slot to schedule an item so that he does not have to manually look for one | 1 |
785,236 | 27,605,344,434 | IssuesEvent | 2023-03-09 12:39:14 | renovatebot/renovate | https://api.github.com/repos/renovatebot/renovate | closed | Use dynamic detection of public repos instead of a static list | type:feature priority-3-medium status:in-progress datasource:npm | **What would you like Renovate to be able to do?**
See: `whitelistedPublicScopes` in `lib/datasource/npm/get.ts`
**Did you already have any implementation ideas?**
<!-- In case you've already dug into existing options or source code and have ideas, mention them here. Try to keep implementation ideas separate from *requirements* above -->
<!-- Please also mention here in case this is a feature you'd be interested in writing yourself, so you can be assigned it. -->
| 1.0 | Use dynamic detection of public repos instead of a static list - **What would you like Renovate to be able to do?**
See: `whitelistedPublicScopes` in `lib/datasource/npm/get.ts`
**Did you already have any implementation ideas?**
<!-- In case you've already dug into existing options or source code and have ideas, mention them here. Try to keep implementation ideas separate from *requirements* above -->
<!-- Please also mention here in case this is a feature you'd be interested in writing yourself, so you can be assigned it. -->
| priority | use dynamic detection of public repos instead of a static list what would you like renovate to be able to do see whitelistedpublicscopes in lib datasource npm get ts did you already have any implementation ideas | 1 |
128,620 | 5,072,083,695 | IssuesEvent | 2016-12-26 19:05:29 | Forecaster/cmdrs-log-continued | https://api.github.com/repos/Forecaster/cmdrs-log-continued | closed | Enhance error handling and add error output for user | Improvement Priority: Medium | Currently error handling is limited, and no errors are displayed to the user. Most errors will just cause the application to silently fail the task or stop working.
Errors should be handled properly and an error message should be displayed to the user when appropriate to indicate something is wrong. | 1.0 | Enhance error handling and add error output for user - Currently error handling is limited, and no errors are displayed to the user. Most errors will just cause the application to silently fail the task or stop working.
Errors should be handled properly and an error message should be displayed to the user when appropriate to indicate something is wrong. | priority | enhance error handling and add error output for user currently error handling is limited and no errors are displayed to the user most errors will just cause the application to silently fail the task or stop working errors should be handled properly and an error message should be displayed to the user when appropriate to indicate something is wrong | 1 |
732,370 | 25,257,350,690 | IssuesEvent | 2022-11-15 19:18:22 | kytos-ng/mef_eline | https://api.github.com/repos/kytos-ng/mef_eline | closed | EVPLs should have a higher priority by default to also support an EPL in the same UNI | enhancement priority_medium 2022.3 | This is for an use case in production that @jab1982 was mentioning, currently `mef_eline` supports an EVPL (vlan-based) and EPL (port-based) in the UNI. However, since the priority of the FlowMods installed via flow_manager isn't being set, they'd have the same priority, which can lead to undefined behavior when the switch will match a flow based on the OpenFlow spec. To support this use case, an initial idea is to have all EVPLs by default using a higher priority by default (500?) that could also be overwritten in the settings, that way regardless of the order an EPL and EVPL is installed, the EVPL will have higher priority flow entries.
| 1.0 | EVPLs should have a higher priority by default to also support an EPL in the same UNI - This is for an use case in production that @jab1982 was mentioning, currently `mef_eline` supports an EVPL (vlan-based) and EPL (port-based) in the UNI. However, since the priority of the FlowMods installed via flow_manager isn't being set, they'd have the same priority, which can lead to undefined behavior when the switch will match a flow based on the OpenFlow spec. To support this use case, an initial idea is to have all EVPLs by default using a higher priority by default (500?) that could also be overwritten in the settings, that way regardless of the order an EPL and EVPL is installed, the EVPL will have higher priority flow entries.
| priority | evpls should have a higher priority by default to also support an epl in the same uni this is for an use case in production that was mentioning currently mef eline supports an evpl vlan based and epl port based in the uni however since the priority of the flowmods installed via flow manager isn t being set they d have the same priority which can lead to undefined behavior when the switch will match a flow based on the openflow spec to support this use case an initial idea is to have all evpls by default using a higher priority by default that could also be overwritten in the settings that way regardless of the order an epl and evpl is installed the evpl will have higher priority flow entries | 1 |
485,014 | 13,959,885,347 | IssuesEvent | 2020-10-24 18:26:52 | bken-io/web | https://api.github.com/repos/bken-io/web | closed | Create custom video player | Priority: Medium Status: Available Type: Feature | Right now we use the default html5 video tag to play videos. It would be nice to create our own video wrapper so we can add things like quality switching.
Ref: https://blog.alexdevero.com/build-custom-html5-video-player/ | 1.0 | Create custom video player - Right now we use the default html5 video tag to play videos. It would be nice to create our own video wrapper so we can add things like quality switching.
Ref: https://blog.alexdevero.com/build-custom-html5-video-player/ | priority | create custom video player right now we use the default video tag to play videos it would be nice to create our own video wrapper so we can add things like quality switching ref | 1 |
733,080 | 25,286,651,805 | IssuesEvent | 2022-11-16 19:54:20 | faktaoklimatu/web-en | https://api.github.com/repos/faktaoklimatu/web-en | closed | Pilot adding English explanatory texts | 2: medium priority free-to-take | Currently, no English infographics have explanatory texts (insufficient capacity in the team). This issue is to track progress on getting some translations up.
I suggest starting with the Climate change scheme [[English page](https://factsonclimate.org/infographics/climate-change-scheme), [Czech page](https://faktaoklimatu.cz/infografiky/schema-klimaticke-zmeny)]. To get the explanatory text up, it is needed:
* Automatically bulk-translate the Czech text to English ([DeepL](https://www.deepl.com/translator) should work well, [Google Translate](https://translate.google.com/) is also worth a try).
* Proofread the English text and correct it to sound natural (sometimes, reformulating the sentence may be necessary). Let's not spend too much time here – it does not have to be the most elegant style ever but we aim for representative enough English.
* Create a pull request in [web-en GitHub repository](https://github.com/faktaoklimatu/web-en) adding in the text. (Assign @mukrop for review, please.)
General tips and tricks:
* The In theory, this can be done without the local build of the project website (just by adding the content in the web-en repo).
* Nevertheless, for the IT-skilled, a local build is preferred to check the generated output. Instructions are available in the [web-core](https://github.com/faktaoklimatu/web-core) repository that contains the main web engine.
* So far, there has not been many non-Czech speaking volunteers. Thus, there may be residues of Czech-only information. If this is in a place critical for understanding, contact @mukrop to correct this. | 1.0 | Pilot adding English explanatory texts - Currently, no English infographics have explanatory texts (insufficient capacity in the team). This issue is to track progress on getting some translations up.
I suggest starting with the Climate change scheme [[English page](https://factsonclimate.org/infographics/climate-change-scheme), [Czech page](https://faktaoklimatu.cz/infografiky/schema-klimaticke-zmeny)]. To get the explanatory text up, it is needed:
* Automatically bulk-translate the Czech text to English ([DeepL](https://www.deepl.com/translator) should work well, [Google Translate](https://translate.google.com/) is also worth a try).
* Proofread the English text and correct it to sound natural (sometimes, reformulating the sentence may be necessary). Let's not spend too much time here – it does not have to be the most elegant style ever but we aim for representative enough English.
* Create a pull request in [web-en GitHub repository](https://github.com/faktaoklimatu/web-en) adding in the text. (Assign @mukrop for review, please.)
General tips and tricks:
* The In theory, this can be done without the local build of the project website (just by adding the content in the web-en repo).
* Nevertheless, for the IT-skilled, a local build is preferred to check the generated output. Instructions are available in the [web-core](https://github.com/faktaoklimatu/web-core) repository that contains the main web engine.
* So far, there has not been many non-Czech speaking volunteers. Thus, there may be residues of Czech-only information. If this is in a place critical for understanding, contact @mukrop to correct this. | priority | pilot adding english explanatory texts currently no english infographics have explanatory texts insufficient capacity in the team this issue is to track progress on getting some translations up i suggest starting with the climate change scheme to get the explanatory text up it is needed automatically bulk translate the czech text to english should work well is also worth a try proofread the english text and correct it to sound natural sometimes reformulating the sentence may be necessary let s not spend too much time here – it does not have to be the most elegant style ever but we aim for representative enough english create a pull request in adding in the text assign mukrop for review please general tips and tricks the in theory this can be done without the local build of the project website just by adding the content in the web en repo nevertheless for the it skilled a local build is preferred to check the generated output instructions are available in the repository that contains the main web engine so far there has not been many non czech speaking volunteers thus there may be residues of czech only information if this is in a place critical for understanding contact mukrop to correct this | 1 |
818,520 | 30,693,469,462 | IssuesEvent | 2023-07-26 16:44:23 | calcom/cal.com | https://api.github.com/repos/calcom/cal.com | closed | [CAL-1869] Make Routing Form a core component. | ✨ feature app-store Medium priority routing-forms | We are going to support creating a Routing Form for a team.
After that, it would require all team members to be able to access a Routing Form(even if the Routing Form App isn't installed by that user).
So, it makes even more sense to move it to core now.
<sub>From [SyncLinear.com](https://synclinear.com) | [CAL-1869](https://linear.app/calcom/issue/CAL-1869/make-routing-form-a-core-component)</sub> | 1.0 | [CAL-1869] Make Routing Form a core component. - We are going to support creating a Routing Form for a team.
After that, it would require all team members to be able to access a Routing Form(even if the Routing Form App isn't installed by that user).
So, it makes even more sense to move it to core now.
<sub>From [SyncLinear.com](https://synclinear.com) | [CAL-1869](https://linear.app/calcom/issue/CAL-1869/make-routing-form-a-core-component)</sub> | priority | make routing form a core component we are going to support creating a routing form for a team after that it would require all team members to be able to access a routing form even if the routing form app isn t installed by that user so it makes even more sense to move it to core now from | 1 |
722,827 | 24,875,276,944 | IssuesEvent | 2022-10-27 18:31:12 | AY2223S1-CS2103T-W16-4/tp | https://api.github.com/repos/AY2223S1-CS2103T-W16-4/tp | closed | listMeeting GUI requests | type.Enhancement priority.Medium | It would be nice if the meeting cards that are shown after listMeeting could show client name as well.
Currently it is like this:

Also, imo date should appear as 20-12-2020 (confusing to read as 20122020), similar for time (13:00). | 1.0 | listMeeting GUI requests - It would be nice if the meeting cards that are shown after listMeeting could show client name as well.
Currently it is like this:

Also, imo date should appear as 20-12-2020 (confusing to read as 20122020), similar for time (13:00). | priority | listmeeting gui requests it would be nice if the meeting cards that are shown after listmeeting could show client name as well currently it is like this also imo date should appear as confusing to read as similar for time | 1 |
78,248 | 3,509,536,746 | IssuesEvent | 2016-01-08 23:19:02 | OregonCore/OregonCore | https://api.github.com/repos/OregonCore/OregonCore | closed | Polearms (200) (BB #1020) | Category: Miscellaneous migrated Priority: Medium Type: Bug | This issue was migrated from bitbucket.
**Original Reporter:** bewtihozzy
**Original Date:** 20.06.2015 15:33:00 GMT+0000
**Original Priority:** major
**Original Type:** bug
**Original State:** invalid
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/1020
<hr>
Druids cannot learn polearms from any Weapon master trainer. | 1.0 | Polearms (200) (BB #1020) - This issue was migrated from bitbucket.
**Original Reporter:** bewtihozzy
**Original Date:** 20.06.2015 15:33:00 GMT+0000
**Original Priority:** major
**Original Type:** bug
**Original State:** invalid
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/1020
<hr>
Druids cannot learn polearms from any Weapon master trainer. | priority | polearms bb this issue was migrated from bitbucket original reporter bewtihozzy original date gmt original priority major original type bug original state invalid direct link druids cannot learn polearms from any weapon master trainer | 1 |
189,060 | 6,793,571,372 | IssuesEvent | 2017-11-01 08:15:13 | edenlabllc/ehealth.api | https://api.github.com/repos/edenlabllc/ehealth.api | closed | Change code error 403 -> 409 | epic/medication_request kind/task priority/medium project/reimbursement | At validation transition, in case "invalid transition" - Change code error 403 -> 409
- [x] [Reject Medication request Request](https://edenlab.atlassian.net/wiki/spaces/EH/pages/7733371/Reject+Medication+request+Request)
- [x] [Reject Medication Request](https://edenlab.atlassian.net/wiki/spaces/EH/pages/3381374/Reject+Medication+Request)
- [x] [Sign Medication Request](https://edenlab.atlassian.net/wiki/spaces/EH/pages/3381025/Sign+Medication+Request)
- [x] [Resend Medication Request info](https://edenlab.atlassian.net/wiki/spaces/EH/pages/28475437/Resend+Medication+Request+info)
| 1.0 | Change code error 403 -> 409 - At validation transition, in case "invalid transition" - Change code error 403 -> 409
- [x] [Reject Medication request Request](https://edenlab.atlassian.net/wiki/spaces/EH/pages/7733371/Reject+Medication+request+Request)
- [x] [Reject Medication Request](https://edenlab.atlassian.net/wiki/spaces/EH/pages/3381374/Reject+Medication+Request)
- [x] [Sign Medication Request](https://edenlab.atlassian.net/wiki/spaces/EH/pages/3381025/Sign+Medication+Request)
- [x] [Resend Medication Request info](https://edenlab.atlassian.net/wiki/spaces/EH/pages/28475437/Resend+Medication+Request+info)
| priority | change code error at validation transition in case invalid transition change code error | 1 |
527,103 | 15,308,601,071 | IssuesEvent | 2021-02-24 22:45:06 | aws/aws-app-mesh-roadmap | https://api.github.com/repos/aws/aws-app-mesh-roadmap | closed | Bug: Failed calls in CloudTrail only show "InternalFailure" Error | Bug Priority: Medium | **Summary**
When an App Mesh API call fails (for example, because of a NotFoundException), the associated CloudTrail event does not have the actual error, instead showing a generic "InternalFailure" code.
**Steps to Reproduce**
1. Make failing call. For example, `aws appmesh --debug describe-mesh --mesh-name i-never-created-this-mesh` probably fails for you. Record the request id
2. In CloudTrail, query for the event that corresponds to the above request id
3. Observe that the event has an error code of `InternalFailure`
**Are you currently working around this issue?**
Not a problem w/ App Mesh itself, but for audit purposes this makes failure events less useful.
**Additional context**
No
**Attachments**
None
| 1.0 | Bug: Failed calls in CloudTrail only show "InternalFailure" Error - **Summary**
When an App Mesh API call fails (for example, because of a NotFoundException), the associated CloudTrail event does not have the actual error, instead showing a generic "InternalFailure" code.
**Steps to Reproduce**
1. Make failing call. For example, `aws appmesh --debug describe-mesh --mesh-name i-never-created-this-mesh` probably fails for you. Record the request id
2. In CloudTrail, query for the event that corresponds to the above request id
3. Observe that the event has an error code of `InternalFailure`
**Are you currently working around this issue?**
Not a problem w/ App Mesh itself, but for audit purposes this makes failure events less useful.
**Additional context**
No
**Attachments**
None
| priority | bug failed calls in cloudtrail only show internalfailure error summary when an app mesh api call fails for example because of a notfoundexception the associated cloudtrail event does not have the actual error instead showing a generic internalfailure code steps to reproduce make failing call for example aws appmesh debug describe mesh mesh name i never created this mesh probably fails for you record the request id in cloudtrail query for the event that corresponds to the above request id observe that the event has an error code of internalfailure are you currently working around this issue not a problem w app mesh itself but for audit purposes this makes failure events less useful additional context no attachments none | 1 |
167,200 | 6,334,095,197 | IssuesEvent | 2017-07-26 15:57:31 | vmware/vic | https://api.github.com/repos/vmware/vic | closed | Find a work around to ContainerStatPath | area/docker component/docker-api-server kind/investigation priority/medium | As a user of VIC, I expect to be able to copy files/folders into a container.
Acceptance Criteria:
backend.ContainerExtractToDir() gets called!
---
Basic research for docker cp. We need containerstatpath for docker cp to work. Docker assumes local file system or volume with lightweight mounting. We need a way for the daemon to convince the CLI to continue onto ContainerExtractToDir() after calling ContainerStatPath(). | 1.0 | Find a work around to ContainerStatPath - As a user of VIC, I expect to be able to copy files/folders into a container.
Acceptance Criteria:
backend.ContainerExtractToDir() gets called!
---
Basic research for docker cp. We need containerstatpath for docker cp to work. Docker assumes local file system or volume with lightweight mounting. We need a way for the daemon to convince the CLI to continue onto ContainerExtractToDir() after calling ContainerStatPath(). | priority | find a work around to containerstatpath as a user of vic i expect to be able to copy files folders into a container acceptance criteria backend containerextracttodir gets called basic research for docker cp we need containerstatpath for docker cp to work docker assumes local file system or volume with lightweight mounting we need a way for the daemon to convince the cli to continue onto containerextracttodir after calling containerstatpath | 1 |
682,352 | 23,342,155,466 | IssuesEvent | 2022-08-09 14:49:20 | CardinalKit/CardinalKit-Android | https://api.github.com/repos/CardinalKit/CardinalKit-Android | opened | [Tasks] Task logs need to contain scheduled date | Priority 2 - Medium | Task logs currently only contain the date when the task was completed. However, we need to be able to distinguish if the task was originally scheduled on a different date and completed late. | 1.0 | [Tasks] Task logs need to contain scheduled date - Task logs currently only contain the date when the task was completed. However, we need to be able to distinguish if the task was originally scheduled on a different date and completed late. | priority | task logs need to contain scheduled date task logs currently only contain the date when the task was completed however we need to be able to distinguish if the task was originally scheduled on a different date and completed late | 1 |
293,208 | 8,973,670,370 | IssuesEvent | 2019-01-29 21:40:59 | spacetelescope/jwql | https://api.github.com/repos/spacetelescope/jwql | opened | Update generate_preview_images to use constants.py | Medium Priority bug | It appears that we missed updating `generate_preview_images` to use the new `constants.py` module when we merged #253. Per the `cron` error:
```
Traceback (most recent call last):
File "/home/jwqladm/repositories/jwql/jwql/jwql_monitors/generate_preview_images.py", line 43, in <module>
from jwql.utils.utils import NIRCAM_LONGWAVE_DETECTORS
ImportError: cannot import name 'NIRCAM_LONGWAVE_DETECTORS'
```
This probably would have been picked up by our test suite if it were currently working properly (#262). We should probably solve #262 sooner than later. | 1.0 | Update generate_preview_images to use constants.py - It appears that we missed updating `generate_preview_images` to use the new `constants.py` module when we merged #253. Per the `cron` error:
```
Traceback (most recent call last):
File "/home/jwqladm/repositories/jwql/jwql/jwql_monitors/generate_preview_images.py", line 43, in <module>
from jwql.utils.utils import NIRCAM_LONGWAVE_DETECTORS
ImportError: cannot import name 'NIRCAM_LONGWAVE_DETECTORS'
```
This probably would have been picked up by our test suite if it were currently working properly (#262). We should probably solve #262 sooner than later. | priority | update generate preview images to use constants py it appears that we missed updating generate preview images to use the new constants py module when we merged per the cron error traceback most recent call last file home jwqladm repositories jwql jwql jwql monitors generate preview images py line in from jwql utils utils import nircam longwave detectors importerror cannot import name nircam longwave detectors this probably would have been picked up by our test suite if it were currently working properly we should probably solve sooner than later | 1 |
489,578 | 14,108,393,933 | IssuesEvent | 2020-11-06 17:44:36 | elixir-cloud-aai/drs-filer | https://api.github.com/repos/elixir-cloud-aai/drs-filer | closed | Implement "PUT /objects/{object_id}" | flag: good 1st issue priority: medium type flag: spec change type: feature workload: hours | ### Description
Currently, there are only `POST` and `DELETE` endpoints for registering/indexing and removing objects, respectively. However, this presents a user from choosing their own identifier during registration and also makes it impossible to update any given object. While DRS objects are generally meant to be permanent, and so updating an object is not required, in some situations, e.g., when registering objects that are inherently temporary, such functionality would be desirable.
### Proposed solution
- [ ] Add a `PUT /objects/{object_id}` endpoint to the DRS-Filer custom OpenAPI specification [here](https://github.com/elixir-cloud-aai/drs-filer/blob/8cc77d360a0d25e164a63feabf7b5bbdc90a6236/drs_filer/api/additional.data_repository_service.swagger.yaml#L76); an example for a `PUT` endpoint definition can be found in the [TRS-Filer](https://github.com/elixir-cloud-aai/trs-filer/blob/2158df4f2a8bd6850d0a9fc20a13dd6ad205e276/trs_filer/api/additions.openapi.yaml#L92) repository
- [ ] Modify the [existing controller](https://github.com/elixir-cloud-aai/drs-filer/blob/8cc77d360a0d25e164a63feabf7b5bbdc90a6236/drs_filer/ga4gh/drs/endpoints/register_new_objects.py#L14) for `POST /objects` so that it supports `PUT`ting objects as well; an example for how the same controller is used for both `POST`ing and `PUT`ting resources can be found in the [TRS-Filer](https://github.com/elixir-cloud-aai/trs-filer/blob/2158df4f2a8bd6850d0a9fc20a13dd6ad205e276/trs_filer/ga4gh/trs/endpoints/register_objects.py#L28) repository
- [ ] Add/update the necessary unit tests | 1.0 | Implement "PUT /objects/{object_id}" - ### Description
Currently, there are only `POST` and `DELETE` endpoints for registering/indexing and removing objects, respectively. However, this presents a user from choosing their own identifier during registration and also makes it impossible to update any given object. While DRS objects are generally meant to be permanent, and so updating an object is not required, in some situations, e.g., when registering objects that are inherently temporary, such functionality would be desirable.
### Proposed solution
- [ ] Add a `PUT /objects/{object_id}` endpoint to the DRS-Filer custom OpenAPI specification [here](https://github.com/elixir-cloud-aai/drs-filer/blob/8cc77d360a0d25e164a63feabf7b5bbdc90a6236/drs_filer/api/additional.data_repository_service.swagger.yaml#L76); an example for a `PUT` endpoint definition can be found in the [TRS-Filer](https://github.com/elixir-cloud-aai/trs-filer/blob/2158df4f2a8bd6850d0a9fc20a13dd6ad205e276/trs_filer/api/additions.openapi.yaml#L92) repository
- [ ] Modify the [existing controller](https://github.com/elixir-cloud-aai/drs-filer/blob/8cc77d360a0d25e164a63feabf7b5bbdc90a6236/drs_filer/ga4gh/drs/endpoints/register_new_objects.py#L14) for `POST /objects` so that it supports `PUT`ting objects as well; an example for how the same controller is used for both `POST`ing and `PUT`ting resources can be found in the [TRS-Filer](https://github.com/elixir-cloud-aai/trs-filer/blob/2158df4f2a8bd6850d0a9fc20a13dd6ad205e276/trs_filer/ga4gh/trs/endpoints/register_objects.py#L28) repository
- [ ] Add/update the necessary unit tests | priority | implement put objects object id description currently there are only post and delete endpoints for registering indexing and removing objects respectively however this presents a user from choosing their own identifier during registration and also makes it impossible to update any given object while drs objects are generally meant to be permanent and so updating an object is not required in some situations e g when registering objects that are inherently temporary such functionality would be desirable proposed solution add a put objects object id endpoint to the drs filer custom openapi specification an example for a put endpoint definition can be found in the repository modify the for post objects so that it supports put ting objects as well an example for how the same controller is used for both post ing and put ting resources can be found in the repository add update the necessary unit tests | 1 |
441,022 | 12,707,019,901 | IssuesEvent | 2020-06-23 08:13:37 | luna/luna | https://api.github.com/repos/luna/luna | closed | `Non-exhaustive patterns in case` error | Category: Compiler Difficulty: Core Contributor Priority: Medium Type: Bug | for code in luna:
```
class MyClass:
MyClass
MyClassVal:
a:: Int
b:: Text
def a: case self of
a _: a
```
error is `luna: src/Luna/Pass/Transform/Desugaring/PatternTransformation.hs:(40,45)-(46,30): Non-exhaustive patterns in case` | 1.0 | `Non-exhaustive patterns in case` error - for code in luna:
```
class MyClass:
MyClass
MyClassVal:
a:: Int
b:: Text
def a: case self of
a _: a
```
error is `luna: src/Luna/Pass/Transform/Desugaring/PatternTransformation.hs:(40,45)-(46,30): Non-exhaustive patterns in case` | priority | non exhaustive patterns in case error for code in luna class myclass myclass myclassval a int b text def a case self of a a error is luna src luna pass transform desugaring patterntransformation hs non exhaustive patterns in case | 1 |
371,660 | 10,975,475,025 | IssuesEvent | 2019-11-29 11:34:23 | conan-io/conan | https://api.github.com/repos/conan-io/conan | closed | [bug] conan download pkg/version@user/channel#randomrev downloads latest | complex: medium priority: high stage: review type: bug | Latest 1.20, Windows 10, python 3.7
With revisions disable this doesn't fail (it should). And worse, it creates an entry with revision ``randomrev`` in the cache.
Also, it seems that it is not possible to ``conan download`` a package with a given package revision. | 1.0 | [bug] conan download pkg/version@user/channel#randomrev downloads latest - Latest 1.20, Windows 10, python 3.7
With revisions disable this doesn't fail (it should). And worse, it creates an entry with revision ``randomrev`` in the cache.
Also, it seems that it is not possible to ``conan download`` a package with a given package revision. | priority | conan download pkg version user channel randomrev downloads latest latest windows python with revisions disable this doesn t fail it should and worse it creates an entry with revision randomrev in the cache also it seems that it is not possible to conan download a package with a given package revision | 1 |
102,644 | 4,157,698,646 | IssuesEvent | 2016-06-16 22:16:06 | MinetestForFun/server-minetestforfun-skyblock | https://api.github.com/repos/MinetestForFun/server-minetestforfun-skyblock | closed | Some tweaks, and level 4 | Modding Modding ➤ Mapgen Priority: Medium Upstream | From the forum post of the server :

Any idea to add [cactus] craft recipe and [desert_sand] craft recipe to the subgame ? (Surely Upstream feature because of the actual lack of this two nodes)
Also add [acacia_tree] can be a good idea ? (I think with the recent Minetest_game changes it's a must have, so if we did it, we need to report it Upstream)
For the lava_source/bucket, it's a more difficult question, maybe we need to discuss about it with the subgame modder.
Finally, the mushrooms, for me we don't need it but.... you know, Minetest_Game include it now... so i need more opinions about it.
We can also add [Bone_block] and [nyan] cats for decoration ?
Let's discuss now ! :) | 1.0 | Some tweaks, and level 4 - From the forum post of the server :

Any idea to add [cactus] craft recipe and [desert_sand] craft recipe to the subgame ? (Surely Upstream feature because of the actual lack of this two nodes)
Also add [acacia_tree] can be a good idea ? (I think with the recent Minetest_game changes it's a must have, so if we did it, we need to report it Upstream)
For the lava_source/bucket, it's a more difficult question, maybe we need to discuss about it with the subgame modder.
Finally, the mushrooms, for me we don't need it but.... you know, Minetest_Game include it now... so i need more opinions about it.
We can also add [Bone_block] and [nyan] cats for decoration ?
Let's discuss now ! :) | priority | some tweaks and level from the forum post of the server any idea to add craft recipe and craft recipe to the subgame surely upstream feature because of the actual lack of this two nodes also add can be a good idea i think with the recent minetest game changes it s a must have so if we did it we need to report it upstream for the lava source bucket it s a more difficult question maybe we need to discuss about it with the subgame modder finally the mushrooms for me we don t need it but you know minetest game include it now so i need more opinions about it we can also add and cats for decoration let s discuss now | 1 |
418,924 | 12,215,533,019 | IssuesEvent | 2020-05-01 13:09:41 | soed2020-teamorange/ch.bfh.bti7081.s2020.orange | https://api.github.com/repos/soed2020-teamorange/ch.bfh.bti7081.s2020.orange | opened | UI für zugewiesene Patienten | Ready Implementation medium priority task | # Beschreibung
Dem Medical Specialist steht ein UI zur verfügung, in welcher er die ihm zugewiesenen Patienten sieht.
# Aufwand
Geschätzter Aufwand: 3h
Aktueller Aufwand:
Aktualisierter Aufwand:
# Sub Tasks
| 1.0 | UI für zugewiesene Patienten - # Beschreibung
Dem Medical Specialist steht ein UI zur verfügung, in welcher er die ihm zugewiesenen Patienten sieht.
# Aufwand
Geschätzter Aufwand: 3h
Aktueller Aufwand:
Aktualisierter Aufwand:
# Sub Tasks
| priority | ui für zugewiesene patienten beschreibung dem medical specialist steht ein ui zur verfügung in welcher er die ihm zugewiesenen patienten sieht aufwand geschätzter aufwand aktueller aufwand aktualisierter aufwand sub tasks | 1 |
202,934 | 7,056,481,657 | IssuesEvent | 2018-01-04 12:58:01 | maloep/romcollectionbrowser | https://api.github.com/repos/maloep/romcollectionbrowser | closed | "Make Local Copy" for Mame & NeoGeo Roms to run on Android- Missing Bios files | Priority-Medium | Need a solution for playing Mame & Neo Geo roms on an Amazon Fire TV Stick via a network share drive. Roms are all located on a Network Share and they will copy to the tmp folder fine when using the options "Make Local Copy.". The issue is that some of these roms require BIOS files in order for the emulator to run and when you are copying the rom to your local tmp folder using the "Make Local Copy" option, the emulator will launch but throws an error that it's unable to find the required neogeo.zip file. Is there any way to make RCB when launching Mame or Neo Geo games, to also copy down the neogeo.zip file as well as the rom file to the local /tmp folder that roms are ran from when using the "Make Local Copy" function? Is there a different workaround that people are using for MAME when running Mame roms from a network share drive? Please help!
| 1.0 | "Make Local Copy" for Mame & NeoGeo Roms to run on Android- Missing Bios files - Need a solution for playing Mame & Neo Geo roms on an Amazon Fire TV Stick via a network share drive. Roms are all located on a Network Share and they will copy to the tmp folder fine when using the options "Make Local Copy.". The issue is that some of these roms require BIOS files in order for the emulator to run and when you are copying the rom to your local tmp folder using the "Make Local Copy" option, the emulator will launch but throws an error that it's unable to find the required neogeo.zip file. Is there any way to make RCB when launching Mame or Neo Geo games, to also copy down the neogeo.zip file as well as the rom file to the local /tmp folder that roms are ran from when using the "Make Local Copy" function? Is there a different workaround that people are using for MAME when running Mame roms from a network share drive? Please help!
| priority | make local copy for mame neogeo roms to run on android missing bios files need a solution for playing mame neo geo roms on an amazon fire tv stick via a network share drive roms are all located on a network share and they will copy to the tmp folder fine when using the options make local copy the issue is that some of these roms require bios files in order for the emulator to run and when you are copying the rom to your local tmp folder using the make local copy option the emulator will launch but throws an error that it s unable to find the required neogeo zip file is there any way to make rcb when launching mame or neo geo games to also copy down the neogeo zip file as well as the rom file to the local tmp folder that roms are ran from when using the make local copy function is there a different workaround that people are using for mame when running mame roms from a network share drive please help | 1 |
426,057 | 12,366,759,303 | IssuesEvent | 2020-05-18 11:03:02 | cms-gem-daq-project/ctp7_modules | https://api.github.com/repos/cms-gem-daq-project/ctp7_modules | closed | Discussion: Implementation of Namespaces? | Priority: Medium Type: Question | <!--- Provide a general summary of the issue in the Title above -->
## Brief summary of issue
<!--- Provide a description of the issue, including any other issues or pull requests it references -->
As we are increasing our CTP7 modules we should probably start to think about namespaces (or more aptly we should have thought about this from the beginning...?).
Right now the libraries include a lot of each and it might be time to further compartmentalise things.
### Types of issue
<!--- Propsed labels (see CONTRIBUTING.md) to help maintainers label your issue: -->
- [ ] Bug report (report an issue with the code)
- [ ] Feature request (request for change which adds functionality)
- [X] Discussion
## Expected Behavior
<!--- If you're describing a bug, tell us what should happen -->
<!--- If you're suggesting a change/improvement, tell us how it should work -->
Having namespaces something like:
- `amc::` for `include/amc.h`
- `vfat3::` for `include/vfat3.h`,
- etc...
Maybe this is overkill?
## Current Behavior
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
No namespaces are used in this repo.
## Context (for feature requests)
<!--- How has this issue affected you? What are you trying to accomplish? -->
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
Longer term maintenance and preventing compile issues from say global variable declaration.
For example relating to https://github.com/cms-gem-daq-project/ctp7_modules/issues/65. If we copy/paste necessary functions from `cmsgemos` several constants are declared in multiple of the required functions, namely:
```C++
const int PHASE_CHECK_AVERAGE_CNT = 100;
const int PLL_LOCK_READ_ATTEMPTS = 10;
const double PLL_LOCK_WAIT_TIME = 0.00001; // wait 100us to allow the PLL to lock
```
Perhaps they should be declared "globally" in `include/amc.h` and we introduce a namespace `amc::` but I'm not sure the best structure to use (e.g. ideally for maintainability we would want a similarly or at least logical structure that's used in `cmsgemos` or simply a structure that follows from the filename in question...?).
<!--- Template thanks to https://www.talater.com/open-source-templates/#/page/98 -->
| 1.0 | Discussion: Implementation of Namespaces? - <!--- Provide a general summary of the issue in the Title above -->
## Brief summary of issue
<!--- Provide a description of the issue, including any other issues or pull requests it references -->
As we are increasing our CTP7 modules we should probably start to think about namespaces (or more aptly we should have thought about this from the beginning...?).
Right now the libraries include a lot of each and it might be time to further compartmentalise things.
### Types of issue
<!--- Propsed labels (see CONTRIBUTING.md) to help maintainers label your issue: -->
- [ ] Bug report (report an issue with the code)
- [ ] Feature request (request for change which adds functionality)
- [X] Discussion
## Expected Behavior
<!--- If you're describing a bug, tell us what should happen -->
<!--- If you're suggesting a change/improvement, tell us how it should work -->
Having namespaces something like:
- `amc::` for `include/amc.h`
- `vfat3::` for `include/vfat3.h`,
- etc...
Maybe this is overkill?
## Current Behavior
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
No namespaces are used in this repo.
## Context (for feature requests)
<!--- How has this issue affected you? What are you trying to accomplish? -->
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
Longer term maintenance and preventing compile issues from say global variable declaration.
For example relating to https://github.com/cms-gem-daq-project/ctp7_modules/issues/65. If we copy/paste necessary functions from `cmsgemos` several constants are declared in multiple of the required functions, namely:
```C++
const int PHASE_CHECK_AVERAGE_CNT = 100;
const int PLL_LOCK_READ_ATTEMPTS = 10;
const double PLL_LOCK_WAIT_TIME = 0.00001; // wait 100us to allow the PLL to lock
```
Perhaps they should be declared "globally" in `include/amc.h` and we introduce a namespace `amc::` but I'm not sure the best structure to use (e.g. ideally for maintainability we would want a similarly or at least logical structure that's used in `cmsgemos` or simply a structure that follows from the filename in question...?).
<!--- Template thanks to https://www.talater.com/open-source-templates/#/page/98 -->
| priority | discussion implementation of namespaces brief summary of issue as we are increasing our modules we should probably start to think about namespaces or more aptly we should have thought about this from the beginning right now the libraries include a lot of each and it might be time to further compartmentalise things types of issue bug report report an issue with the code feature request request for change which adds functionality discussion expected behavior having namespaces something like amc for include amc h for include h etc maybe this is overkill current behavior no namespaces are used in this repo context for feature requests longer term maintenance and preventing compile issues from say global variable declaration for example relating to if we copy paste necessary functions from cmsgemos several constants are declared in multiple of the required functions namely c const int phase check average cnt const int pll lock read attempts const double pll lock wait time wait to allow the pll to lock perhaps they should be declared globally in include amc h and we introduce a namespace amc but i m not sure the best structure to use e g ideally for maintainability we would want a similarly or at least logical structure that s used in cmsgemos or simply a structure that follows from the filename in question | 1 |
342,278 | 10,314,721,806 | IssuesEvent | 2019-08-30 04:56:43 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | [master-preview] Civics: drafts for every draftable object shouldn't... | Medium Priority QA | .. be visible in dropdowns. I can be in process of creating Election Title and see this draft in Titles.

| 1.0 | [master-preview] Civics: drafts for every draftable object shouldn't... - .. be visible in dropdowns. I can be in process of creating Election Title and see this draft in Titles.

| priority | civics drafts for every draftable object shouldn t be visible in dropdowns i can be in process of creating election title and see this draft in titles | 1 |
279,175 | 8,658,446,774 | IssuesEvent | 2018-11-28 01:02:44 | JuezUN/INGInious | https://api.github.com/repos/JuezUN/INGInious | opened | Add option to select all languages creating a task | Change request Course Administration Frontend Medium Priority Plugins Task | Creating a multiple language task should be there and option to select all languages, this is because the number of languages may increase and it is time wasting to select alll.

| 1.0 | Add option to select all languages creating a task - Creating a multiple language task should be there and option to select all languages, this is because the number of languages may increase and it is time wasting to select alll.

| priority | add option to select all languages creating a task creating a multiple language task should be there and option to select all languages this is because the number of languages may increase and it is time wasting to select alll | 1 |
340,834 | 10,279,118,550 | IssuesEvent | 2019-08-25 20:09:24 | jbadlato/Markov-Rankings | https://api.github.com/repos/jbadlato/Markov-Rankings | opened | Separate database functions into separate files for better maintenance | Priority: Medium Type: Maintenance | Since you can "CREATE OR REPLACE" functions, these should be replaced on every patch/deployment, and store the code separate from the "patch" files to improve maintainability
- [ ] Create folder for database functions
- [ ] Add all functions for folder
- [ ] Update deployment script to take advantage of new structure
| 1.0 | Separate database functions into separate files for better maintenance - Since you can "CREATE OR REPLACE" functions, these should be replaced on every patch/deployment, and store the code separate from the "patch" files to improve maintainability
- [ ] Create folder for database functions
- [ ] Add all functions for folder
- [ ] Update deployment script to take advantage of new structure
| priority | separate database functions into separate files for better maintenance since you can create or replace functions these should be replaced on every patch deployment and store the code separate from the patch files to improve maintainability create folder for database functions add all functions for folder update deployment script to take advantage of new structure | 1 |
470,709 | 13,543,187,516 | IssuesEvent | 2020-09-16 18:33:18 | OpenSourceEconomics/econsa | https://api.github.com/repos/OpenSourceEconomics/econsa | closed | improve numerical integration | Priority: Medium Status: On Hold/Blocked Type: Feature/Enhancement | The mapping between the correlation matrix of the observed variables and the induced correlation matrix of the copula involves numerical integration. See the discussion around equation (4.5) in [Kucherenko & al. (2012)](https://doi.org/10.1016/j.cpc.2011.12.020) for details.
We currently solve the integral using naive Monte Carlo integration. However, the structure of the integral lends itself to proper quadrature and this is the preferred approach. Please see [Gauss-Hermite quadrature](https://en.wikipedia.org/wiki/Gauss%E2%80%93Hermite_quadrature) to get started and feel free to contact @rafaelsuchy for further guidance. | 1.0 | improve numerical integration - The mapping between the correlation matrix of the observed variables and the induced correlation matrix of the copula involves numerical integration. See the discussion around equation (4.5) in [Kucherenko & al. (2012)](https://doi.org/10.1016/j.cpc.2011.12.020) for details.
We currently solve the integral using naive Monte Carlo integration. However, the structure of the integral lends itself to proper quadrature and this is the preferred approach. Please see [Gauss-Hermite quadrature](https://en.wikipedia.org/wiki/Gauss%E2%80%93Hermite_quadrature) to get started and feel free to contact @rafaelsuchy for further guidance. | priority | improve numerical integration the mapping between the correlation matrix of the observed variables and the induced correlation matrix of the copula involves numerical integration see the discussion around equation in for details we currently solve the integral using naive monte carlo integration however the structure of the integral lends itself to proper quadrature and this is the preferred approach please see to get started and feel free to contact rafaelsuchy for further guidance | 1 |
470,455 | 13,538,062,123 | IssuesEvent | 2020-09-16 11:30:37 | input-output-hk/cardano-graphql | https://api.github.com/repos/input-output-hk/cardano-graphql | closed | Cannot set headers after they are sent to the client error | BUG PRIORITY:MEDIUM SEVERITY:MEDIUM | ### Issue
* cardano-graphql outputs the following error to journald logs, with a new error occurring about every 10 seconds, which matches the scrape frequency of the metrics endpoint:
```
Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client
at ServerResponse.setHeader (_http_outgoing.js:485:11)
at ServerResponse.header (/nix/store/7s7jvicimzxv0z1mk4nnm1ns8n75zz8q-cardano-graphql-2.0.0/node_modules/express/lib/response.js:771:10)
at ServerResponse.send (/nix/store/7s7jvicimzxv0z1mk4nnm1ns8n75zz8q-cardano-graphql-2.0.0/node_modules/express/lib/response.js:170:12)
at /nix/store/7s7jvicimzxv0z1mk4nnm1ns8n75zz8q-cardano-graphql-2.0.0/packages/server/dist/apollo_server_plugins/prometheus_metrics_plugin.js:7:41
at Layer.handle [as handle_request] (/nix/store/7s7jvicimzxv0z1mk4nnm1ns8n75zz8q-cardano-graphql-2.0.0/node_modules/express/lib/router/layer.js:95:5)
at next (/nix/store/7s7jvicimzxv0z1mk4nnm1ns8n75zz8q-cardano-graphql-2.0.0/node_modules/express/lib/router/route.js:137:13)
at Route.dispatch (/nix/store/7s7jvicimzxv0z1mk4nnm1ns8n75zz8q-cardano-graphql-2.0.0/node_modules/express/lib/router/route.js:112:3)
at Layer.handle [as handle_request] (/nix/store/7s7jvicimzxv0z1mk4nnm1ns8n75zz8q-cardano-graphql-2.0.0/node_modules/express/lib/router/layer.js:95:5)
at /nix/store/7s7jvicimzxv0z1mk4nnm1ns8n75zz8q-cardano-graphql-2.0.0/node_modules/express/lib/router/index.js:281:22
at Function.process_params (/nix/store/7s7jvicimzxv0z1mk4nnm1ns8n75zz8q-cardano-graphql-2.0.0/node_modules/express/lib/router/index.js:335:12)
```
* The metrics exporter endpoint is now returning `Forbidden`. Executing a curl to this endpoint causes the above error to occur
```
# curl http://127.0.0.1:3100/graphql
Forbidden
```
### Environment
**Git revision:**
cardano-graphql repo, master branch, commit: 81931202a17cd779955e9343ef1f52886596d59d
#### Platform
- [*] Linux / Other: NixOS 20.03
#### Runtime
- [*] Node.js
### Steps to reproduce the bug
* Run the nixos cardano-graphql service with the config found in the explorer role at https://github.com/input-output-hk/cardano-ops/blob/failsafe-recovery/roles/explorer.nix#L46-L52
### What is the expected behavior?
* The metrics endpoint to not return forbidden and log a "Cannot set headers after they are sent to the client" error | 1.0 | Cannot set headers after they are sent to the client error - ### Issue
* cardano-graphql outputs the following error to journald logs, with a new error occurring about every 10 seconds, which matches the scrape frequency of the metrics endpoint:
```
Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client
at ServerResponse.setHeader (_http_outgoing.js:485:11)
at ServerResponse.header (/nix/store/7s7jvicimzxv0z1mk4nnm1ns8n75zz8q-cardano-graphql-2.0.0/node_modules/express/lib/response.js:771:10)
at ServerResponse.send (/nix/store/7s7jvicimzxv0z1mk4nnm1ns8n75zz8q-cardano-graphql-2.0.0/node_modules/express/lib/response.js:170:12)
at /nix/store/7s7jvicimzxv0z1mk4nnm1ns8n75zz8q-cardano-graphql-2.0.0/packages/server/dist/apollo_server_plugins/prometheus_metrics_plugin.js:7:41
at Layer.handle [as handle_request] (/nix/store/7s7jvicimzxv0z1mk4nnm1ns8n75zz8q-cardano-graphql-2.0.0/node_modules/express/lib/router/layer.js:95:5)
at next (/nix/store/7s7jvicimzxv0z1mk4nnm1ns8n75zz8q-cardano-graphql-2.0.0/node_modules/express/lib/router/route.js:137:13)
at Route.dispatch (/nix/store/7s7jvicimzxv0z1mk4nnm1ns8n75zz8q-cardano-graphql-2.0.0/node_modules/express/lib/router/route.js:112:3)
at Layer.handle [as handle_request] (/nix/store/7s7jvicimzxv0z1mk4nnm1ns8n75zz8q-cardano-graphql-2.0.0/node_modules/express/lib/router/layer.js:95:5)
at /nix/store/7s7jvicimzxv0z1mk4nnm1ns8n75zz8q-cardano-graphql-2.0.0/node_modules/express/lib/router/index.js:281:22
at Function.process_params (/nix/store/7s7jvicimzxv0z1mk4nnm1ns8n75zz8q-cardano-graphql-2.0.0/node_modules/express/lib/router/index.js:335:12)
```
* The metrics exporter endpoint is now returning `Forbidden`. Executing a curl to this endpoint causes the above error to occur
```
# curl http://127.0.0.1:3100/graphql
Forbidden
```
### Environment
**Git revision:**
cardano-graphql repo, master branch, commit: 81931202a17cd779955e9343ef1f52886596d59d
#### Platform
- [*] Linux / Other: NixOS 20.03
#### Runtime
- [*] Node.js
### Steps to reproduce the bug
* Run the nixos cardano-graphql service with the config found in the explorer role at https://github.com/input-output-hk/cardano-ops/blob/failsafe-recovery/roles/explorer.nix#L46-L52
### What is the expected behavior?
* The metrics endpoint to not return forbidden and log a "Cannot set headers after they are sent to the client" error | priority | cannot set headers after they are sent to the client error issue cardano graphql outputs the following error to journald logs with a new error occurring about every seconds which matches the scrape frequency of the metrics endpoint error cannot set headers after they are sent to the client at serverresponse setheader http outgoing js at serverresponse header nix store cardano graphql node modules express lib response js at serverresponse send nix store cardano graphql node modules express lib response js at nix store cardano graphql packages server dist apollo server plugins prometheus metrics plugin js at layer handle nix store cardano graphql node modules express lib router layer js at next nix store cardano graphql node modules express lib router route js at route dispatch nix store cardano graphql node modules express lib router route js at layer handle nix store cardano graphql node modules express lib router layer js at nix store cardano graphql node modules express lib router index js at function process params nix store cardano graphql node modules express lib router index js the metrics exporter endpoint is now returning forbidden executing a curl to this endpoint causes the above error to occur curl forbidden environment git revision cardano graphql repo master branch commit platform linux other nixos runtime node js steps to reproduce the bug run the nixos cardano graphql service with the config found in the explorer role at what is the expected behavior the metrics endpoint to not return forbidden and log a cannot set headers after they are sent to the client error | 1 |
801,451 | 28,489,441,614 | IssuesEvent | 2023-04-18 10:10:19 | opensrp/opensrp-client-eusm | https://api.github.com/repos/opensrp/opensrp-client-eusm | closed | Updating Test Missions on EUSM Production with [Test] Tag | Medium Priority | We have a number of test missions on EUSM production. These are being counted in some of the indicators on Akuko such as the count of missions created over a given duration of time. To distinguish them and filter them out, we need to add a [Test] tag to the respective missions. Active/Completed/Retired mission names cannot be edited. An example of the name update is `Test Mission 4` that would read `[Test] Test Mission 4` and `Landy Test Tulear` that would read `[Test] Landy Test Tulear`
Below is the list of missions to be updated and their IDs.
1. Bureau Fenerive Test 2 - c2c3655a-2c7e-5b59-92fd-3d0ffd240fb1
2. EK Test missing - 28be518e-1769-5385-853f-6f2b79859c8a
3. Landy Test Tulear - bfe0160c-a035-5154-b471-ad8247b76857
4. Landy test 2 tulear - 2d872eb9-c919-5fdd-acdb-b4a8fc813c46
5. Test 2 Fenerive 14 juin 2022 - b9904ffa-7fd1-583f-bf2a-644bca41adb2
6. Test Awa Fort Dauphin - fdce8808-aa95-53a2-addd-5daeb07b93ed
7. Test Bureau Ambovombe - 69a92c7e-aafb-5d16-a615-cd457d3e639f
8. Test Bureau Ambovombe 1 - c3a3833e-4c58-52ac-ac83-6ec101d06eb7
9. Test Bureau FD 2 - 4475f5d3-3ef0-53a2-afb2-75178da24cbe
10. Test Bureau Fort Dauphin - 1b4e976e-5d27-516f-9819-634edc8bd46a
11. Test Bureau Tulear mai-juin 2022 - 547a3134-3af3-5173-8109-7872ad6e3cf5
12. Test Fenerive 13 juin 2022 - 5cbde365-3fa8-578c-bf23-e917e426c7cf
13. Test Mission 3 - 828a1e82-2417-50ab-a633-5cdbb8d39524
14. Test Mission 303 - f9470879-0ea1-5126-9372-e9feaf6b6b7a
15. Test Mission 4 - 76665b51-2b3f-5255-9a27-4f8b0a3a2c99
16. Test Mission October - 486ba2af-fad2-5fd5-bf0a-f9a3efc9ddcb
17. Test Mission5 - 228ecd64-3ca3-5458-8520-3e4cc91a37f7
18. Test Mission 2 - c4e24df3-695b-5c96-906c-0e276f07a5f8
19. Test Mission 2 - eb99f622-b743-5e3b-b7cf-63cc935f2302
20. Test Mission1 - b41a7825-de7d-5778-a0e7-5cfa23a6f859
21. Test3 - 39201494-28c8-5b4e-b900-6b656182d82f | 1.0 | Updating Test Missions on EUSM Production with [Test] Tag - We have a number of test missions on EUSM production. These are being counted in some of the indicators on Akuko such as the count of missions created over a given duration of time. To distinguish them and filter them out, we need to add a [Test] tag to the respective missions. Active/Completed/Retired mission names cannot be edited. An example of the name update is `Test Mission 4` that would read `[Test] Test Mission 4` and `Landy Test Tulear` that would read `[Test] Landy Test Tulear`
Below is the list of missions to be updated and their IDs.
1. Bureau Fenerive Test 2 - c2c3655a-2c7e-5b59-92fd-3d0ffd240fb1
2. EK Test missing - 28be518e-1769-5385-853f-6f2b79859c8a
3. Landy Test Tulear - bfe0160c-a035-5154-b471-ad8247b76857
4. Landy test 2 tulear - 2d872eb9-c919-5fdd-acdb-b4a8fc813c46
5. Test 2 Fenerive 14 juin 2022 - b9904ffa-7fd1-583f-bf2a-644bca41adb2
6. Test Awa Fort Dauphin - fdce8808-aa95-53a2-addd-5daeb07b93ed
7. Test Bureau Ambovombe - 69a92c7e-aafb-5d16-a615-cd457d3e639f
8. Test Bureau Ambovombe 1 - c3a3833e-4c58-52ac-ac83-6ec101d06eb7
9. Test Bureau FD 2 - 4475f5d3-3ef0-53a2-afb2-75178da24cbe
10. Test Bureau Fort Dauphin - 1b4e976e-5d27-516f-9819-634edc8bd46a
11. Test Bureau Tulear mai-juin 2022 - 547a3134-3af3-5173-8109-7872ad6e3cf5
12. Test Fenerive 13 juin 2022 - 5cbde365-3fa8-578c-bf23-e917e426c7cf
13. Test Mission 3 - 828a1e82-2417-50ab-a633-5cdbb8d39524
14. Test Mission 303 - f9470879-0ea1-5126-9372-e9feaf6b6b7a
15. Test Mission 4 - 76665b51-2b3f-5255-9a27-4f8b0a3a2c99
16. Test Mission October - 486ba2af-fad2-5fd5-bf0a-f9a3efc9ddcb
17. Test Mission5 - 228ecd64-3ca3-5458-8520-3e4cc91a37f7
18. Test Mission 2 - c4e24df3-695b-5c96-906c-0e276f07a5f8
19. Test Mission 2 - eb99f622-b743-5e3b-b7cf-63cc935f2302
20. Test Mission1 - b41a7825-de7d-5778-a0e7-5cfa23a6f859
21. Test3 - 39201494-28c8-5b4e-b900-6b656182d82f | priority | updating test missions on eusm production with tag we have a number of test missions on eusm production these are being counted in some of the indicators on akuko such as the count of missions created over a given duration of time to distinguish them and filter them out we need to add a tag to the respective missions active completed retired mission names cannot be edited an example of the name update is test mission that would read test mission and landy test tulear that would read landy test tulear below is the list of missions to be updated and their ids bureau fenerive test ek test missing landy test tulear landy test tulear acdb test fenerive juin test awa fort dauphin addd test bureau ambovombe aafb test bureau ambovombe test bureau fd test bureau fort dauphin test bureau tulear mai juin test fenerive juin test mission test mission test mission test mission october test test mission test mission test | 1 |
579,170 | 17,174,193,605 | IssuesEvent | 2021-07-15 09:21:27 | ansible-collections/azure | https://api.github.com/repos/ansible-collections/azure | closed | ansible awx azure.azcollection usage fails | medium_priority not a bug | <!--- Verify first that your issue is not already reported on GitHub -->
<!--- Also test if the latest release and devel branch are affected too -->
<!--- Complete *all* sections as described, this form is processed automatically -->
##### SUMMARY
<!--- Explain the problem briefly below -->
It is required to upgrade python azure sdk in order use azure.azcollection modules. When upgrading my local python azure sdk modules (azure.azcollection.azure_rm_sqldatabase) work as expected. However old modules (azure_rm_sqldatabase) does not work anymore.
This means every azure module usage must be migrated to use azure.azcollection. How is azure sdk updated on ansible awx 15.0.1?
##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
<!--- Write the short name of the module, plugin, task or feature below, use your best guess if unsure -->
azure.azcollection.azure_rm_sqldatabase
##### ANSIBLE VERSION
<!--- Paste verbatim output from "ansible --version" between quotes -->
```paste below
2.9.14
```
##### COLLECTION VERSION
<!--- Paste verbatim output from "ansible-galaxy collection list <namespace>.<collection>" between the quotes
for example: ansible-galaxy collection list community.general
-->
```paste below
1.7.0
```
##### STEPS TO REPRODUCE
<!--- Describe exactly how to reproduce the problem, using a minimal test-case -->
<!--- Paste example playbooks or commands between quotes below -->
```yaml
- name: Downsize SQL Database
azure.azcollection.azure_rm_sqldatabase:
tenant: '{{ tenant }}'
client_id: '{{ client_id }}'
secret: '{{ secret }}'
subscription_id: '{{ subscription_id }}'
resource_group: '{{ resource_group }}'
server_name: MySQLServer
name: MyDatabase
sku:
capacity: 10
name: Standard
tier: Standard
```
<!--- HINT: You can paste gist.github.com links for larger files -->
##### ACTUAL RESULTS
<!--- Describe what actually happened. If possible run with extra verbosity (-vvvv) -->
<!--- Paste verbatim command output between quotes -->
```paste below
{
"msg": "Failed to import the required Python library (ansible[azure] (azure >= 2.0.0)) on awx's Python /usr/libexec/platform-python. Please read module documentation and install in the appropriate location. If the required library is installed, but Ansible is using the wrong Python interpreter, please consult the documentation on ansible_python_interpreter",
"exception": "Traceback (most recent call last):\n File \"/tmp/ansible_azure.azcollection.azure_rm_sqldatabase_payload_kttj0a93/ansible_azure.azcollection.azure_rm_sqldatabase_payload.zip/ansible_collections/azure/azcollection/plugins/module_utils/azure_rm_common.py\", line 243, in <module>\n from azure.mgmt.managementgroups import ManagementGroupsAPI as ManagementGroupsClient\nModuleNotFoundError: No module named 'azure.mgmt.managementgroups'\n",
"invocation": {
"module_args": {
"tenant": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
"client_id": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
"secret": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
"subscription_id": "MySubscription",
"resource_group": "MyResourceGroup",
"server_name": "MySQLServer",
"name": "MyDatabase",
"sku": {
"capacity": 10,
"name": "Standard",
"tier": "Standard",
"size": null,
"family": null
},
"auth_source": "auto",
"cloud_environment": "AzureCloud",
"api_profile": "latest",
"append_tags": true,
"read_scale": false,
"zone_redundant": false,
"state": "present",
"profile": null,
"ad_user": null,
"password": null,
"cert_validation_mode": null,
"adfs_authority_url": null,
"log_mode": null,
"log_path": null,
"tags": null,
"location": null,
"collation": null,
"create_mode": null,
"source_database_id": null,
"source_database_deletion_date": null,
"restore_point_in_time": null,
"recovery_services_recovery_point_resource_id": null,
"edition": null,
"max_size_bytes": null,
"elastic_pool_name": null,
"sample_name": null,
"force_update": null
}
},
"ansible_facts": {
"discovered_interpreter_python": "/usr/libexec/platform-python"
},
"_ansible_no_log": false,
"changed": false
}
```
| 1.0 | ansible awx azure.azcollection usage fails - <!--- Verify first that your issue is not already reported on GitHub -->
<!--- Also test if the latest release and devel branch are affected too -->
<!--- Complete *all* sections as described, this form is processed automatically -->
##### SUMMARY
<!--- Explain the problem briefly below -->
It is required to upgrade python azure sdk in order use azure.azcollection modules. When upgrading my local python azure sdk modules (azure.azcollection.azure_rm_sqldatabase) work as expected. However old modules (azure_rm_sqldatabase) does not work anymore.
This means every azure module usage must be migrated to use azure.azcollection. How is azure sdk updated on ansible awx 15.0.1?
##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
<!--- Write the short name of the module, plugin, task or feature below, use your best guess if unsure -->
azure.azcollection.azure_rm_sqldatabase
##### ANSIBLE VERSION
<!--- Paste verbatim output from "ansible --version" between quotes -->
```paste below
2.9.14
```
##### COLLECTION VERSION
<!--- Paste verbatim output from "ansible-galaxy collection list <namespace>.<collection>" between the quotes
for example: ansible-galaxy collection list community.general
-->
```paste below
1.7.0
```
##### STEPS TO REPRODUCE
<!--- Describe exactly how to reproduce the problem, using a minimal test-case -->
<!--- Paste example playbooks or commands between quotes below -->
```yaml
- name: Downsize SQL Database
azure.azcollection.azure_rm_sqldatabase:
tenant: '{{ tenant }}'
client_id: '{{ client_id }}'
secret: '{{ secret }}'
subscription_id: '{{ subscription_id }}'
resource_group: '{{ resource_group }}'
server_name: MySQLServer
name: MyDatabase
sku:
capacity: 10
name: Standard
tier: Standard
```
<!--- HINT: You can paste gist.github.com links for larger files -->
##### ACTUAL RESULTS
<!--- Describe what actually happened. If possible run with extra verbosity (-vvvv) -->
<!--- Paste verbatim command output between quotes -->
```paste below
{
"msg": "Failed to import the required Python library (ansible[azure] (azure >= 2.0.0)) on awx's Python /usr/libexec/platform-python. Please read module documentation and install in the appropriate location. If the required library is installed, but Ansible is using the wrong Python interpreter, please consult the documentation on ansible_python_interpreter",
"exception": "Traceback (most recent call last):\n File \"/tmp/ansible_azure.azcollection.azure_rm_sqldatabase_payload_kttj0a93/ansible_azure.azcollection.azure_rm_sqldatabase_payload.zip/ansible_collections/azure/azcollection/plugins/module_utils/azure_rm_common.py\", line 243, in <module>\n from azure.mgmt.managementgroups import ManagementGroupsAPI as ManagementGroupsClient\nModuleNotFoundError: No module named 'azure.mgmt.managementgroups'\n",
"invocation": {
"module_args": {
"tenant": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
"client_id": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
"secret": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
"subscription_id": "MySubscription",
"resource_group": "MyResourceGroup",
"server_name": "MySQLServer",
"name": "MyDatabase",
"sku": {
"capacity": 10,
"name": "Standard",
"tier": "Standard",
"size": null,
"family": null
},
"auth_source": "auto",
"cloud_environment": "AzureCloud",
"api_profile": "latest",
"append_tags": true,
"read_scale": false,
"zone_redundant": false,
"state": "present",
"profile": null,
"ad_user": null,
"password": null,
"cert_validation_mode": null,
"adfs_authority_url": null,
"log_mode": null,
"log_path": null,
"tags": null,
"location": null,
"collation": null,
"create_mode": null,
"source_database_id": null,
"source_database_deletion_date": null,
"restore_point_in_time": null,
"recovery_services_recovery_point_resource_id": null,
"edition": null,
"max_size_bytes": null,
"elastic_pool_name": null,
"sample_name": null,
"force_update": null
}
},
"ansible_facts": {
"discovered_interpreter_python": "/usr/libexec/platform-python"
},
"_ansible_no_log": false,
"changed": false
}
```
| priority | ansible awx azure azcollection usage fails summary it is required to upgrade python azure sdk in order use azure azcollection modules when upgrading my local python azure sdk modules azure azcollection azure rm sqldatabase work as expected however old modules azure rm sqldatabase does not work anymore this means every azure module usage must be migrated to use azure azcollection how is azure sdk updated on ansible awx issue type bug report component name azure azcollection azure rm sqldatabase ansible version paste below collection version between the quotes for example ansible galaxy collection list community general paste below steps to reproduce yaml name downsize sql database azure azcollection azure rm sqldatabase tenant tenant client id client id secret secret subscription id subscription id resource group resource group server name mysqlserver name mydatabase sku capacity name standard tier standard actual results paste below msg failed to import the required python library ansible azure on awx s python usr libexec platform python please read module documentation and install in the appropriate location if the required library is installed but ansible is using the wrong python interpreter please consult the documentation on ansible python interpreter exception traceback most recent call last n file tmp ansible azure azcollection azure rm sqldatabase payload ansible azure azcollection azure rm sqldatabase payload zip ansible collections azure azcollection plugins module utils azure rm common py line in n from azure mgmt managementgroups import managementgroupsapi as managementgroupsclient nmodulenotfounderror no module named azure mgmt managementgroups n invocation module args tenant value specified in no log parameter client id value specified in no log parameter secret value specified in no log parameter subscription id mysubscription resource group myresourcegroup server name mysqlserver name mydatabase sku capacity name standard tier standard size null family null auth source auto cloud environment azurecloud api profile latest append tags true read scale false zone redundant false state present profile null ad user null password null cert validation mode null adfs authority url null log mode null log path null tags null location null collation null create mode null source database id null source database deletion date null restore point in time null recovery services recovery point resource id null edition null max size bytes null elastic pool name null sample name null force update null ansible facts discovered interpreter python usr libexec platform python ansible no log false changed false | 1 |
30,601 | 2,724,311,037 | IssuesEvent | 2015-04-14 17:07:44 | CruxFramework/crux-widgets | https://api.github.com/repos/CruxFramework/crux-widgets | closed | Crux RestProxy interfaces could be used to call thierd party rest services | enhancement imported Milestone-M14-C2 Priority-Medium | _From [thi...@cruxframework.org](https://code.google.com/u/114650528804514463329/) on February 03, 2014 10:21:50_
Purpose of enhancement Crux could support third party services invocation through rest proxies.
_Original issue: http://code.google.com/p/crux-framework/issues/detail?id=294_ | 1.0 | Crux RestProxy interfaces could be used to call thierd party rest services - _From [thi...@cruxframework.org](https://code.google.com/u/114650528804514463329/) on February 03, 2014 10:21:50_
Purpose of enhancement Crux could support third party services invocation through rest proxies.
_Original issue: http://code.google.com/p/crux-framework/issues/detail?id=294_ | priority | crux restproxy interfaces could be used to call thierd party rest services from on february purpose of enhancement crux could support third party services invocation through rest proxies original issue | 1 |
184,766 | 6,716,008,724 | IssuesEvent | 2017-10-14 01:23:14 | minio/mc | https://api.github.com/repos/minio/mc | closed | Enhance mc ls output to show ETag in json mode | priority: medium triage | ## Expected behaviour
mc ls command should be enhanced to show ETag as an additional field when invoked with --json flag.
## Actual behaviour
Currently not shown
## Steps to reproduce the behaviour
## mc version
- (paste output of `mc version`)
n/a
## System information
| 1.0 | Enhance mc ls output to show ETag in json mode - ## Expected behaviour
mc ls command should be enhanced to show ETag as an additional field when invoked with --json flag.
## Actual behaviour
Currently not shown
## Steps to reproduce the behaviour
## mc version
- (paste output of `mc version`)
n/a
## System information
| priority | enhance mc ls output to show etag in json mode expected behaviour mc ls command should be enhanced to show etag as an additional field when invoked with json flag actual behaviour currently not shown steps to reproduce the behaviour mc version paste output of mc version n a system information | 1 |
512,285 | 14,892,959,342 | IssuesEvent | 2021-01-21 04:10:41 | NIFCLOUD-mbaas/ncmb_android | https://api.github.com/repos/NIFCLOUD-mbaas/ncmb_android | closed | 【内部ライブラリ更新】com.google.firebase:firebase-messagingライブラリ更新 | Priority: Medium | - ncmb_androidは古いCloud Messagingを使用しています。com.google.firebase:firebase-messagingが17.1.0
https://github.com/NIFCLOUD-mbaas/ncmb_android/blob/master/ncmb-core/build.gradle#L47
- 今後 https://firebase.google.com/support/release-notes/android#messaging_v20-1-6
以降更新検討を進めます | 1.0 | 【内部ライブラリ更新】com.google.firebase:firebase-messagingライブラリ更新 - - ncmb_androidは古いCloud Messagingを使用しています。com.google.firebase:firebase-messagingが17.1.0
https://github.com/NIFCLOUD-mbaas/ncmb_android/blob/master/ncmb-core/build.gradle#L47
- 今後 https://firebase.google.com/support/release-notes/android#messaging_v20-1-6
以降更新検討を進めます | priority | 【内部ライブラリ更新】com google firebase firebase messagingライブラリ更新 ncmb androidは古いcloud messagingを使用しています。com google firebase firebase 今後 以降更新検討を進めます | 1 |
287,241 | 8,805,990,059 | IssuesEvent | 2018-12-27 00:00:38 | dita-ot/dita-ot | https://api.github.com/repos/dita-ot/dita-ot | closed | abbreviated-form element poorly supported | feature priority/medium stale | This is a more general case of bug #1193.
The abbreviated-form element is not well-handled by the OT for either PDF or XHTML output. In the case of PDF, nothing is output at all. In XHTML, the glossterm is always output, regardless of whether this is first use or not. The glossSurfaceForm or glossAcronym are never output.
I believe that the DITA 1.2 spec defines the abbreviated-form element to solve the tricky problem in topic-based authoring of first-use and subsequent use for terms that get abbreviations. At Oracle, we take this problem seriously, and it is a major concern that the OT, which is supposed to be a reference implementation, does not support the behavior intended by the spec.
Please escalate this!
Here are my suggestions for how the DITA OT could process abbreviated-form. Please refer to this paper as a reference: https://www.oasis-open.org/committees/download.php/38692/DITA1.2FeatureDescriptionAcronym.pdf
**\* For Maps and submaps (excluding bookmap and submaps of bookmap):
- First occurrence in a topic uses long (glossSurfaceForm) form and all subsequent occurrences in the same topic use the abbreviation. No other behavior and no assumptions made across topics.
**\* For Bookmap:
- Provide an ANT parameter to set the "what constitutes a first occurrence" preference. Possible values: part, chapter, indent1, indent2, topic.
- First occurrence, as defined in the parameter, gets glossSurfaceForm and subsequent occurrences get abbreviation.
- I actually believe that a value of part is extreme, but someone might want it.
**\* Examples for bookmap:
If parameter=chapter, then only the first occurrence in the chapter gets the glossSurfaceForm, and all other occurrences in the chapter get the abbreviation. The next chapter starts all over.
If parameter=level1, then each time the first indent level under a chapter (in the TOC) changes, then there is a new first occurrence. level1 could be viewed as equivalent to a Sect1 in DocBook. And so on.
If parameter=topic, then each new topic can have a first occurrence and behavior is the same as I suggested for maps and submaps.
Notice I don't distinguish between XHTML and PDF for bookmaps. In my opinion, the two transtypes behave the same. No doubt I've missed something. Thanks.
| 1.0 | abbreviated-form element poorly supported - This is a more general case of bug #1193.
The abbreviated-form element is not well-handled by the OT for either PDF or XHTML output. In the case of PDF, nothing is output at all. In XHTML, the glossterm is always output, regardless of whether this is first use or not. The glossSurfaceForm or glossAcronym are never output.
I believe that the DITA 1.2 spec defines the abbreviated-form element to solve the tricky problem in topic-based authoring of first-use and subsequent use for terms that get abbreviations. At Oracle, we take this problem seriously, and it is a major concern that the OT, which is supposed to be a reference implementation, does not support the behavior intended by the spec.
Please escalate this!
Here are my suggestions for how the DITA OT could process abbreviated-form. Please refer to this paper as a reference: https://www.oasis-open.org/committees/download.php/38692/DITA1.2FeatureDescriptionAcronym.pdf
**\* For Maps and submaps (excluding bookmap and submaps of bookmap):
- First occurrence in a topic uses long (glossSurfaceForm) form and all subsequent occurrences in the same topic use the abbreviation. No other behavior and no assumptions made across topics.
**\* For Bookmap:
- Provide an ANT parameter to set the "what constitutes a first occurrence" preference. Possible values: part, chapter, indent1, indent2, topic.
- First occurrence, as defined in the parameter, gets glossSurfaceForm and subsequent occurrences get abbreviation.
- I actually believe that a value of part is extreme, but someone might want it.
**\* Examples for bookmap:
If parameter=chapter, then only the first occurrence in the chapter gets the glossSurfaceForm, and all other occurrences in the chapter get the abbreviation. The next chapter starts all over.
If parameter=level1, then each time the first indent level under a chapter (in the TOC) changes, then there is a new first occurrence. level1 could be viewed as equivalent to a Sect1 in DocBook. And so on.
If parameter=topic, then each new topic can have a first occurrence and behavior is the same as I suggested for maps and submaps.
Notice I don't distinguish between XHTML and PDF for bookmaps. In my opinion, the two transtypes behave the same. No doubt I've missed something. Thanks.
| priority | abbreviated form element poorly supported this is a more general case of bug the abbreviated form element is not well handled by the ot for either pdf or xhtml output in the case of pdf nothing is output at all in xhtml the glossterm is always output regardless of whether this is first use or not the glosssurfaceform or glossacronym are never output i believe that the dita spec defines the abbreviated form element to solve the tricky problem in topic based authoring of first use and subsequent use for terms that get abbreviations at oracle we take this problem seriously and it is a major concern that the ot which is supposed to be a reference implementation does not support the behavior intended by the spec please escalate this here are my suggestions for how the dita ot could process abbreviated form please refer to this paper as a reference for maps and submaps excluding bookmap and submaps of bookmap first occurrence in a topic uses long glosssurfaceform form and all subsequent occurrences in the same topic use the abbreviation no other behavior and no assumptions made across topics for bookmap provide an ant parameter to set the what constitutes a first occurrence preference possible values part chapter topic first occurrence as defined in the parameter gets glosssurfaceform and subsequent occurrences get abbreviation i actually believe that a value of part is extreme but someone might want it examples for bookmap if parameter chapter then only the first occurrence in the chapter gets the glosssurfaceform and all other occurrences in the chapter get the abbreviation the next chapter starts all over if parameter then each time the first indent level under a chapter in the toc changes then there is a new first occurrence could be viewed as equivalent to a in docbook and so on if parameter topic then each new topic can have a first occurrence and behavior is the same as i suggested for maps and submaps notice i don t distinguish between xhtml and pdf for bookmaps in my opinion the two transtypes behave the same no doubt i ve missed something thanks | 1 |
483,470 | 13,925,269,553 | IssuesEvent | 2020-10-21 16:36:59 | AY2021S1-CS2113-T14-1/tp | https://api.github.com/repos/AY2021S1-CS2113-T14-1/tp | opened | V2.0 Updates | priority.Medium | 1. Imported org.apache.commons package to prevent special character terminating the program.
2. Update HelpCommand.
3. Updating UserGuide(in-progress). | 1.0 | V2.0 Updates - 1. Imported org.apache.commons package to prevent special character terminating the program.
2. Update HelpCommand.
3. Updating UserGuide(in-progress). | priority | updates imported org apache commons package to prevent special character terminating the program update helpcommand updating userguide in progress | 1 |
76,331 | 3,487,270,997 | IssuesEvent | 2016-01-01 18:27:19 | CosmosOS/Cosmos | https://api.github.com/repos/CosmosOS/Cosmos | closed | String.Split Not Working Correctly | area_kernel complexity_low priority_medium | ```C#
var code = TypedCommand.Split(new[] { "print " }, StringSplitOptions.RemoveEmptyEntries)[0];
Console.WriteLine(code[0]);
```
TypedCommand Is A String With The User Input (Console.ReadLine();)
Input: print asa
Expected Output: asa
Output: p
Input: print manta
Expected Output: manta
Output: p | 1.0 | String.Split Not Working Correctly - ```C#
var code = TypedCommand.Split(new[] { "print " }, StringSplitOptions.RemoveEmptyEntries)[0];
Console.WriteLine(code[0]);
```
TypedCommand Is A String With The User Input (Console.ReadLine();)
Input: print asa
Expected Output: asa
Output: p
Input: print manta
Expected Output: manta
Output: p | priority | string split not working correctly c var code typedcommand split new print stringsplitoptions removeemptyentries console writeline code typedcommand is a string with the user input console readline input print asa expected output asa output p input print manta expected output manta output p | 1 |
622,385 | 19,633,792,252 | IssuesEvent | 2022-01-08 00:31:09 | ZeynepDYilmaz/swe573-Project | https://api.github.com/repos/ZeynepDYilmaz/swe573-Project | closed | Search mechanism in the events page | development backend frontend medium priority hard | Similar to the search in the offers page, the user must be able to see the events that has the tags that they select. | 1.0 | Search mechanism in the events page - Similar to the search in the offers page, the user must be able to see the events that has the tags that they select. | priority | search mechanism in the events page similar to the search in the offers page the user must be able to see the events that has the tags that they select | 1 |
395,115 | 11,671,847,045 | IssuesEvent | 2020-03-04 04:40:06 | AugurProject/augur-app | https://api.github.com/repos/AugurProject/augur-app | closed | [BUG]Can not add market to Favorite from Dispute list page | Bug Priority: Medium | ### Summary
Can not add market to Favorite by clicking on the star icon from Dispute list page. It works fine from any other page/section: Reporting, Resolved, Markets
JS console doesn't capture any event/return any error.
### Environment
- Operating system: Ubuntu 16.04
- Browser: Chrome Version 71.0.3578.98 (Official Build) (64-bit)
Click on star icon here doesn't work:

##### If using Augur App:
- Augur App version: 1.9.2
| 1.0 | [BUG]Can not add market to Favorite from Dispute list page - ### Summary
Can not add market to Favorite by clicking on the star icon from Dispute list page. It works fine from any other page/section: Reporting, Resolved, Markets
JS console doesn't capture any event/return any error.
### Environment
- Operating system: Ubuntu 16.04
- Browser: Chrome Version 71.0.3578.98 (Official Build) (64-bit)
Click on star icon here doesn't work:

##### If using Augur App:
- Augur App version: 1.9.2
| priority | can not add market to favorite from dispute list page summary can not add market to favorite by clicking on the star icon from dispute list page it works fine from any other page section reporting resolved markets js console doesn t capture any event return any error environment operating system ubuntu browser chrome version official build bit click on star icon here doesn t work if using augur app augur app version | 1 |
26,027 | 2,684,116,360 | IssuesEvent | 2015-03-28 17:29:32 | ConEmu/old-issues | https://api.github.com/repos/ConEmu/old-issues | closed | Quake Mode Frame | 1 star bug imported Priority-Medium | _From [jay...@huddledmasses.org](https://code.google.com/u/109144565808433419656/) on June 13, 2012 12:23:37_
Required information! OS version: Win2k/WinXP/Vista/Win7/Win8 SP? x86/x64 ConEmu version: 120612
In Quake mode on a dual-monitor system, if the Frame is set to 1, there is a 1-pixel frame that shows on the OTHER monitor. That is, the console fills my main screen, but the frame shows on the other screen.
Suggestion: set Frame = 0 when turning on quake mode, or have the frame draw only on the bottom.
Nice work, I'm loving that mode.
_Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=595_ | 1.0 | Quake Mode Frame - _From [jay...@huddledmasses.org](https://code.google.com/u/109144565808433419656/) on June 13, 2012 12:23:37_
Required information! OS version: Win2k/WinXP/Vista/Win7/Win8 SP? x86/x64 ConEmu version: 120612
In Quake mode on a dual-monitor system, if the Frame is set to 1, there is a 1-pixel frame that shows on the OTHER monitor. That is, the console fills my main screen, but the frame shows on the other screen.
Suggestion: set Frame = 0 when turning on quake mode, or have the frame draw only on the bottom.
Nice work, I'm loving that mode.
_Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=595_ | priority | quake mode frame from on june required information os version winxp vista sp conemu version in quake mode on a dual monitor system if the frame is set to there is a pixel frame that shows on the other monitor that is the console fills my main screen but the frame shows on the other screen suggestion set frame when turning on quake mode or have the frame draw only on the bottom nice work i m loving that mode original issue | 1 |
730,754 | 25,187,940,618 | IssuesEvent | 2022-11-11 20:10:10 | huridocs/uwazi | https://api.github.com/repos/huridocs/uwazi | closed | Fix settings navigation on mobile | Sprint Priority: Medium Feature Frontend :sunglasses: | **Is your feature request related to a problem? Please describe.**
When clicking the items within the settings navigation on mobile, the form displays below all the items. It is misleading to a user who expects to see something after their click selection, but instead must scroll down to find the content that they are expecting to see.
**Describe the solution you'd like**
This could be solved with a caret right icon. Link to the [Figma design](https://www.figma.com/file/kpGAA005yHdL6Ch1rncaB2/SaaS-Improvements?node-id=791%3A7875). | 1.0 | Fix settings navigation on mobile - **Is your feature request related to a problem? Please describe.**
When clicking the items within the settings navigation on mobile, the form displays below all the items. It is misleading to a user who expects to see something after their click selection, but instead must scroll down to find the content that they are expecting to see.
**Describe the solution you'd like**
This could be solved with a caret right icon. Link to the [Figma design](https://www.figma.com/file/kpGAA005yHdL6Ch1rncaB2/SaaS-Improvements?node-id=791%3A7875). | priority | fix settings navigation on mobile is your feature request related to a problem please describe when clicking the items within the settings navigation on mobile the form displays below all the items it is misleading to a user who expects to see something after their click selection but instead must scroll down to find the content that they are expecting to see describe the solution you d like this could be solved with a caret right icon link to the | 1 |
125,100 | 4,952,427,359 | IssuesEvent | 2016-12-01 11:57:17 | icatproject/ijp.torque | https://api.github.com/repos/icatproject/ijp.torque | closed | Deploy Maui | Priority-Medium Type-Enhancement | ```
Deploy Maui for better scheduling and ensure that machines with GPUs are correctly identified
and utilised. Also ensure that the memory requirements of a job are taken into account.
```
Original issue reported on code.google.com by `dr.s.m.fisher` on 2013-05-15 12:35:02
| 1.0 | Deploy Maui - ```
Deploy Maui for better scheduling and ensure that machines with GPUs are correctly identified
and utilised. Also ensure that the memory requirements of a job are taken into account.
```
Original issue reported on code.google.com by `dr.s.m.fisher` on 2013-05-15 12:35:02
| priority | deploy maui deploy maui for better scheduling and ensure that machines with gpus are correctly identified and utilised also ensure that the memory requirements of a job are taken into account original issue reported on code google com by dr s m fisher on | 1 |
664,725 | 22,286,340,838 | IssuesEvent | 2022-06-11 17:38:35 | MrAnyx/Notice | https://api.github.com/repos/MrAnyx/Notice | opened | Implement the "forgot password" feature | Priority: Medium Type: Feature For: Website | ## Suggested solution
To create a fully functional login form, we need to implement the forgot password feature. It will send an email to the user with a reset link
## Template
## Linked issue
## Todo
- [ ] Create the route to allow the user to specify his email
- [ ] Send to email with an expiration date (like the verif email)
- [ ] Create the route to change the password
- [ ] Update the user's password
| 1.0 | Implement the "forgot password" feature - ## Suggested solution
To create a fully functional login form, we need to implement the forgot password feature. It will send an email to the user with a reset link
## Template
## Linked issue
## Todo
- [ ] Create the route to allow the user to specify his email
- [ ] Send to email with an expiration date (like the verif email)
- [ ] Create the route to change the password
- [ ] Update the user's password
| priority | implement the forgot password feature suggested solution to create a fully functional login form we need to implement the forgot password feature it will send an email to the user with a reset link template linked issue todo create the route to allow the user to specify his email send to email with an expiration date like the verif email create the route to change the password update the user s password | 1 |
237,307 | 7,758,289,009 | IssuesEvent | 2018-05-31 19:05:12 | theQRL/QRL | https://api.github.com/repos/theQRL/QRL | closed | Update NTP drift value | Priority: Medium Status: In Progress Type: Enhancement | NTP drift value calculated once when the node starts, this could cause trouble if the node is running for long time. Drift value must be asynchronously updated, after every X hours. | 1.0 | Update NTP drift value - NTP drift value calculated once when the node starts, this could cause trouble if the node is running for long time. Drift value must be asynchronously updated, after every X hours. | priority | update ntp drift value ntp drift value calculated once when the node starts this could cause trouble if the node is running for long time drift value must be asynchronously updated after every x hours | 1 |
771,484 | 27,086,629,104 | IssuesEvent | 2023-02-14 17:27:22 | rzshrote/pybrops | https://api.github.com/repos/rzshrote/pybrops | opened | Consider better ways to create variance matrices | enhancement medium priority | The current method is to create them via a classmethod, but perhaps a factory object would make more sense, especially for selection routines that use them. The classmethod strategy to create objects is also not mutually exclusive with the factory strategy. Both can be used. | 1.0 | Consider better ways to create variance matrices - The current method is to create them via a classmethod, but perhaps a factory object would make more sense, especially for selection routines that use them. The classmethod strategy to create objects is also not mutually exclusive with the factory strategy. Both can be used. | priority | consider better ways to create variance matrices the current method is to create them via a classmethod but perhaps a factory object would make more sense especially for selection routines that use them the classmethod strategy to create objects is also not mutually exclusive with the factory strategy both can be used | 1 |
375,063 | 11,099,220,203 | IssuesEvent | 2019-12-16 16:35:47 | department-of-veterans-affairs/caseflow | https://api.github.com/repos/department-of-veterans-affairs/caseflow | opened | Daily Docket is missing hearing type | Bug caseflow-hearings priority-medium tango | UAT testing error from virtual hearings
Problem:
Hearing type is missing next to the entry in the daily docket.
AC: The daily docket should match the design.
https://va-gov.invisionapp.com/share/8AUO95JMRW7#/screens/391795321 | 1.0 | Daily Docket is missing hearing type - UAT testing error from virtual hearings
Problem:
Hearing type is missing next to the entry in the daily docket.
AC: The daily docket should match the design.
https://va-gov.invisionapp.com/share/8AUO95JMRW7#/screens/391795321 | priority | daily docket is missing hearing type uat testing error from virtual hearings problem hearing type is missing next to the entry in the daily docket ac the daily docket should match the design | 1 |
492,430 | 14,213,091,157 | IssuesEvent | 2020-11-17 01:41:05 | googlefonts/noto-fonts | https://api.github.com/repos/googlefonts/noto-fonts | closed | Misplaced vbelow in U+0695 NotoSansArabic NotoSansArabicUI | Priority-Medium Sans Script-Arabic | NotoSansArabic and NotoSansArabicUI 2.02 misplacing vbelow in U+0695. vbelow should be below the letter. See https://www.unicode.org/charts/PDF/U0600.pdf,
<b>Font tested:</b>
NotoSansArabic 2.02
https://github.com/googlefonts/noto-fonts/tree/master/unhinted/ttf/NotoSansArabic/NotoSansArabic-Regular.ttf
NotoSansArabicUI 2.02
https://github.com/googlefonts/noto-fonts/tree/master/unhinted/ttf/NotoSansArabicUI/NotoSansArabicUI-Regular.ttf
<b>Characters data:</b>
U+0695 ARABIC LETTER REH WITH SMALL V BELOW
Note: NotoNaskhArabic and NotoKufiArabic added for comparison purpose
<b>Screenshot:</b>
<img width="1430" alt="Screen Shot 2020-09-27 at 8 37 31 PM" src="https://user-images.githubusercontent.com/22158882/94388274-5ce46880-0101-11eb-9f46-52e423813418.png">
| 1.0 | Misplaced vbelow in U+0695 NotoSansArabic NotoSansArabicUI - NotoSansArabic and NotoSansArabicUI 2.02 misplacing vbelow in U+0695. vbelow should be below the letter. See https://www.unicode.org/charts/PDF/U0600.pdf,
<b>Font tested:</b>
NotoSansArabic 2.02
https://github.com/googlefonts/noto-fonts/tree/master/unhinted/ttf/NotoSansArabic/NotoSansArabic-Regular.ttf
NotoSansArabicUI 2.02
https://github.com/googlefonts/noto-fonts/tree/master/unhinted/ttf/NotoSansArabicUI/NotoSansArabicUI-Regular.ttf
<b>Characters data:</b>
U+0695 ARABIC LETTER REH WITH SMALL V BELOW
Note: NotoNaskhArabic and NotoKufiArabic added for comparison purpose
<b>Screenshot:</b>
<img width="1430" alt="Screen Shot 2020-09-27 at 8 37 31 PM" src="https://user-images.githubusercontent.com/22158882/94388274-5ce46880-0101-11eb-9f46-52e423813418.png">
| priority | misplaced vbelow in u notosansarabic notosansarabicui notosansarabic and notosansarabicui misplacing vbelow in u vbelow should be below the letter see font tested notosansarabic notosansarabicui characters data u arabic letter reh with small v below note notonaskharabic and notokufiarabic added for comparison purpose screenshot img width alt screen shot at pm src | 1 |
606,065 | 18,754,058,300 | IssuesEvent | 2021-11-05 08:22:47 | AY2122S1-CS2103T-F13-2/tp | https://api.github.com/repos/AY2122S1-CS2103T-F13-2/tp | closed | [PE-D] The Elderly list does not account for singular or plural searches | priority.Medium | The message panels output "elderlies listed" no matter if 1 or more elderlies are found.

<!--session: 1635494379287-5021cc50-fae1-4808-9809-97ba3d7abad5-->
<!--Version: Web v3.4.1-->
-------------
Labels: `type.FunctionalityBug` `severity.VeryLow`
original: GraceWang2322/ped#8 | 1.0 | [PE-D] The Elderly list does not account for singular or plural searches - The message panels output "elderlies listed" no matter if 1 or more elderlies are found.

<!--session: 1635494379287-5021cc50-fae1-4808-9809-97ba3d7abad5-->
<!--Version: Web v3.4.1-->
-------------
Labels: `type.FunctionalityBug` `severity.VeryLow`
original: GraceWang2322/ped#8 | priority | the elderly list does not account for singular or plural searches the message panels output elderlies listed no matter if or more elderlies are found labels type functionalitybug severity verylow original ped | 1 |
41,044 | 2,868,968,345 | IssuesEvent | 2015-06-05 22:16:15 | dart-lang/pub | https://api.github.com/repos/dart-lang/pub | closed | Make asset consumption more explicit | enhancement Fixed Priority-Medium | <a href="https://github.com/kevmoo"><img src="https://avatars.githubusercontent.com/u/17034?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [kevmoo](https://github.com/kevmoo)**
_Originally opened as dart-lang/sdk#16612_
----
Scenario: I have 10 pngs files in assets.
I'd like to generate a single png sprite, with a new file name, and not include the source images in output | 1.0 | Make asset consumption more explicit - <a href="https://github.com/kevmoo"><img src="https://avatars.githubusercontent.com/u/17034?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [kevmoo](https://github.com/kevmoo)**
_Originally opened as dart-lang/sdk#16612_
----
Scenario: I have 10 pngs files in assets.
I'd like to generate a single png sprite, with a new file name, and not include the source images in output | priority | make asset consumption more explicit issue by originally opened as dart lang sdk scenario i have pngs files in assets i d like to generate a single png sprite with a new file name and not include the source images in output | 1 |
40,184 | 2,867,216,746 | IssuesEvent | 2015-06-05 11:52:38 | ChelseaStats/issues | https://api.github.com/repos/ChelseaStats/issues | opened | Auto-gen | enhancement feature ★ priority-medium | + Auto-generate the Shots flow graphic (page,article, and rss if possible).
+ Auto-populate pass completion.
+ add shots flow to match details page.
+ add tooltips to links in tables (results). | 1.0 | Auto-gen - + Auto-generate the Shots flow graphic (page,article, and rss if possible).
+ Auto-populate pass completion.
+ add shots flow to match details page.
+ add tooltips to links in tables (results). | priority | auto gen auto generate the shots flow graphic page article and rss if possible auto populate pass completion add shots flow to match details page add tooltips to links in tables results | 1 |
144,161 | 5,536,740,259 | IssuesEvent | 2017-03-21 20:23:20 | readium/readium-cfi-js | https://api.github.com/repos/readium/readium-cfi-js | closed | Problem with CFI generation in package document with namespaces. | func:CFI func:EPUB priority:Medium type:Bug | https://github.com/readium/readium-cfi-js/blob/develop/js/cfi_generator.js#L452
When the above code looks to see the element matches 'package', and 'opf:package' will fail. I have fixed the issue by doing additional checking here:
```
if ($parentNode.is(topLevelElement) || $currNode.is(topLevelElement) ||
$parentNode[0].localName === topLevelElement || $currNode[0].localName === topLevelElement) {
```
Any suggestions on a better fix? If not I can submit as PR.
| 1.0 | Problem with CFI generation in package document with namespaces. - https://github.com/readium/readium-cfi-js/blob/develop/js/cfi_generator.js#L452
When the above code looks to see the element matches 'package', and 'opf:package' will fail. I have fixed the issue by doing additional checking here:
```
if ($parentNode.is(topLevelElement) || $currNode.is(topLevelElement) ||
$parentNode[0].localName === topLevelElement || $currNode[0].localName === topLevelElement) {
```
Any suggestions on a better fix? If not I can submit as PR.
| priority | problem with cfi generation in package document with namespaces when the above code looks to see the element matches package and opf package will fail i have fixed the issue by doing additional checking here if parentnode is toplevelelement currnode is toplevelelement parentnode localname toplevelelement currnode localname toplevelelement any suggestions on a better fix if not i can submit as pr | 1 |
32,481 | 2,755,104,379 | IssuesEvent | 2015-04-26 10:10:45 | shawnlaffan/biodiverse | https://api.github.com/repos/shawnlaffan/biodiverse | closed | Spatial conditions metadata - use OO | auto-migrated enhancement Priority-Medium | ```
See issue 474 for general details.
```
Original issue reported on code.google.com by `shawnlaffan` on 23 Jun 2014 at 10:32
* Blocking: #474 | 1.0 | Spatial conditions metadata - use OO - ```
See issue 474 for general details.
```
Original issue reported on code.google.com by `shawnlaffan` on 23 Jun 2014 at 10:32
* Blocking: #474 | priority | spatial conditions metadata use oo see issue for general details original issue reported on code google com by shawnlaffan on jun at blocking | 1 |
350,320 | 10,482,138,897 | IssuesEvent | 2019-09-24 11:16:01 | onosproject/simulators | https://api.github.com/repos/onosproject/simulators | closed | The Dockerfile needs to go on a diet - use alpine instead of Debian | Priority:Medium Type:Maintenance help wanted | The image is over 1GB in size - very slow to pull down | 1.0 | The Dockerfile needs to go on a diet - use alpine instead of Debian - The image is over 1GB in size - very slow to pull down | priority | the dockerfile needs to go on a diet use alpine instead of debian the image is over in size very slow to pull down | 1 |
827,877 | 31,801,129,948 | IssuesEvent | 2023-09-13 11:11:07 | code4romania/crestem-ong | https://api.github.com/repos/code4romania/crestem-ong | opened | [Admin FDSC/Adăugare persoană resursă] no confirmation message after sending the invite | medium-priority | **Describe the issue**
When you click on the 'Salvează' button after filling in the _Adaugă persoană resursă_ form, there is no confirmation message displayed and the page remains in edit mode. Even though the account is created and the invite is sent to the corresponding email address, the user does not receive any sign or message that informs them that the action was successfully completed.
**To Reproduce**
Steps to reproduce the behavior:
1. Log in as Admin FDSC user type
2. Go to 'Persoane resursă' page from the top main navigation
3. Click on the 'Adaugă persoană resursă' button
4. Fill in the form
5. Click on the 'Salvează' button
6. Notice the behavior
**Expected behavior**
When the user clicks on the 'Salvează' button, the user should be returned to the ['Persoane resursă' page](https://app.crestem.ong/mentors), and a confirmation message should be displayed. | 1.0 | [Admin FDSC/Adăugare persoană resursă] no confirmation message after sending the invite - **Describe the issue**
When you click on the 'Salvează' button after filling in the _Adaugă persoană resursă_ form, there is no confirmation message displayed and the page remains in edit mode. Even though the account is created and the invite is sent to the corresponding email address, the user does not receive any sign or message that informs them that the action was successfully completed.
**To Reproduce**
Steps to reproduce the behavior:
1. Log in as Admin FDSC user type
2. Go to 'Persoane resursă' page from the top main navigation
3. Click on the 'Adaugă persoană resursă' button
4. Fill in the form
5. Click on the 'Salvează' button
6. Notice the behavior
**Expected behavior**
When the user clicks on the 'Salvează' button, the user should be returned to the ['Persoane resursă' page](https://app.crestem.ong/mentors), and a confirmation message should be displayed. | priority | no confirmation message after sending the invite describe the issue when you click on the salvează button after filling in the adaugă persoană resursă form there is no confirmation message displayed and the page remains in edit mode even though the account is created and the invite is sent to the corresponding email address the user does not receive any sign or message that informs them that the action was successfully completed to reproduce steps to reproduce the behavior log in as admin fdsc user type go to persoane resursă page from the top main navigation click on the adaugă persoană resursă button fill in the form click on the salvează button notice the behavior expected behavior when the user clicks on the salvează button the user should be returned to the and a confirmation message should be displayed | 1 |
247,935 | 7,925,413,509 | IssuesEvent | 2018-07-05 20:32:26 | uracreative/task-management | https://api.github.com/repos/uracreative/task-management | opened | State of Open Source Design 2018 | Discussion needed Priority: Medium | As mentioned during our meetings we will develop for the first time research in order to understand the status of open source design in 2018 and also the level of perception of the importance of design and usability research in free open source, open data, online privacy and digital commons initiatives.
The results will hopefully be presented in the upcoming Open Source Design Summit that will take place in Tirana, Albania in fall 2018.
Action needed: we need to discuss how we are going to implement the survey and also present it.
**Deliverables:**
- survey questions [ ]
- online survey development [ ]
- groups of interest that will fill in the survey [ ]
- analysis of the results [ ]
- publication of the results [ ]
- design of the initiative (poster, online assets etc) [ ]
Involvement from all of us is needed on this and also full engagement and coordination with the Open Source Design community members. This is a big project and we need to invest in many hours for this.
**Assignments**
- survey free open source infrastructure: @LuisTepshi
- groups of interest: @marianaballa
- survey questions: @elioqoshi @RenataGegaj @rskikuli
- design of the initiative: @AnXh3L0
- analysis of the results: @elioqoshi @rskikuli
- publication of the results [design]: @AnXh3L0
- publication of the results [blog post]: Open Source Design community.
| 1.0 | State of Open Source Design 2018 - As mentioned during our meetings we will develop for the first time research in order to understand the status of open source design in 2018 and also the level of perception of the importance of design and usability research in free open source, open data, online privacy and digital commons initiatives.
The results will hopefully be presented in the upcoming Open Source Design Summit that will take place in Tirana, Albania in fall 2018.
Action needed: we need to discuss how we are going to implement the survey and also present it.
**Deliverables:**
- survey questions [ ]
- online survey development [ ]
- groups of interest that will fill in the survey [ ]
- analysis of the results [ ]
- publication of the results [ ]
- design of the initiative (poster, online assets etc) [ ]
Involvement from all of us is needed on this and also full engagement and coordination with the Open Source Design community members. This is a big project and we need to invest in many hours for this.
**Assignments**
- survey free open source infrastructure: @LuisTepshi
- groups of interest: @marianaballa
- survey questions: @elioqoshi @RenataGegaj @rskikuli
- design of the initiative: @AnXh3L0
- analysis of the results: @elioqoshi @rskikuli
- publication of the results [design]: @AnXh3L0
- publication of the results [blog post]: Open Source Design community.
| priority | state of open source design as mentioned during our meetings we will develop for the first time research in order to understand the status of open source design in and also the level of perception of the importance of design and usability research in free open source open data online privacy and digital commons initiatives the results will hopefully be presented in the upcoming open source design summit that will take place in tirana albania in fall action needed we need to discuss how we are going to implement the survey and also present it deliverables survey questions online survey development groups of interest that will fill in the survey analysis of the results publication of the results design of the initiative poster online assets etc involvement from all of us is needed on this and also full engagement and coordination with the open source design community members this is a big project and we need to invest in many hours for this assignments survey free open source infrastructure luistepshi groups of interest marianaballa survey questions elioqoshi renatagegaj rskikuli design of the initiative analysis of the results elioqoshi rskikuli publication of the results publication of the results open source design community | 1 |
495,284 | 14,278,918,917 | IssuesEvent | 2020-11-23 00:52:11 | michaelrsweet/pappl | https://api.github.com/repos/michaelrsweet/pappl | closed | "OutputBin" option explicitly supported in `driver_data` but does not appear in web interface | bug priority-medium | **Describe the bug**
I have a printer with several output bins to select from and these get listed in the `driver_data->bins` array, but in the web interface does not appear the output bin option to select one of them.
**To Reproduce**
In the PostScript Printer Application add a printer and select a model which has more than one output bin ("OutputBin" option in the PPD file used), then got to the Printer Defaults page. Here you see a lot of standard and vendor options but not output bin.
Hint: The Sharp AR-C260F PS has several output bins
**Expected behavior**
The output bin can be set in the web interface.
| 1.0 | "OutputBin" option explicitly supported in `driver_data` but does not appear in web interface - **Describe the bug**
I have a printer with several output bins to select from and these get listed in the `driver_data->bins` array, but in the web interface does not appear the output bin option to select one of them.
**To Reproduce**
In the PostScript Printer Application add a printer and select a model which has more than one output bin ("OutputBin" option in the PPD file used), then got to the Printer Defaults page. Here you see a lot of standard and vendor options but not output bin.
Hint: The Sharp AR-C260F PS has several output bins
**Expected behavior**
The output bin can be set in the web interface.
| priority | outputbin option explicitly supported in driver data but does not appear in web interface describe the bug i have a printer with several output bins to select from and these get listed in the driver data bins array but in the web interface does not appear the output bin option to select one of them to reproduce in the postscript printer application add a printer and select a model which has more than one output bin outputbin option in the ppd file used then got to the printer defaults page here you see a lot of standard and vendor options but not output bin hint the sharp ar ps has several output bins expected behavior the output bin can be set in the web interface | 1 |
715,469 | 24,600,329,132 | IssuesEvent | 2022-10-14 11:57:21 | faebryk/faebryk | https://api.github.com/repos/faebryk/faebryk | closed | Package lacks dependency information | 🛠 goal: bug fix 🟨 priority: medium 🤖 area: ci/cd | ### Current Behaviour
Installing the pip package does not install the required dependencies, because they are not listed in the packaging metadata.
### Expected Behaviour
The package correctly defines its dependencies.
### Possible Solution
#119
### Version
main
### Relevant log output
_No response_
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct | 1.0 | Package lacks dependency information - ### Current Behaviour
Installing the pip package does not install the required dependencies, because they are not listed in the packaging metadata.
### Expected Behaviour
The package correctly defines its dependencies.
### Possible Solution
#119
### Version
main
### Relevant log output
_No response_
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct | priority | package lacks dependency information current behaviour installing the pip package does not install the required dependencies because they are not listed in the packaging metadata expected behaviour the package correctly defines its dependencies possible solution version main relevant log output no response code of conduct i agree to follow this project s code of conduct | 1 |
827,949 | 31,803,838,864 | IssuesEvent | 2023-09-13 12:51:20 | code4romania/crestem-ong | https://api.github.com/repos/code4romania/crestem-ong | opened | [Admin FDSC/Organizații] implement import db with organisations | enhancement :rocket: medium-priority | The user should be able to upload a standardized .xls document with organizations through which the organizations are automatically added to the db. [(See positioning of the upload button here)](https://www.figma.com/file/EeUtizbTE8Bkqhjx70CwOB/Cre%C8%99tem-ONG?type=design&node-id=1511-26832&mode=design&t=oEbcxZsWKVjZzCLF-4) | 1.0 | [Admin FDSC/Organizații] implement import db with organisations - The user should be able to upload a standardized .xls document with organizations through which the organizations are automatically added to the db. [(See positioning of the upload button here)](https://www.figma.com/file/EeUtizbTE8Bkqhjx70CwOB/Cre%C8%99tem-ONG?type=design&node-id=1511-26832&mode=design&t=oEbcxZsWKVjZzCLF-4) | priority | implement import db with organisations the user should be able to upload a standardized xls document with organizations through which the organizations are automatically added to the db | 1 |
189,024 | 6,793,239,776 | IssuesEvent | 2017-11-01 06:16:31 | cuappdev/podcast-ios | https://api.github.com/repos/cuappdev/podcast-ios | closed | Actually add settings to settings view | Priority: Medium Type: Enhancement | We should decide on concrete customizable options and add support for those.
Things like:
Download episodes automatically,
dark mode?,
how many episodes to store | 1.0 | Actually add settings to settings view - We should decide on concrete customizable options and add support for those.
Things like:
Download episodes automatically,
dark mode?,
how many episodes to store | priority | actually add settings to settings view we should decide on concrete customizable options and add support for those things like download episodes automatically dark mode how many episodes to store | 1 |
681,502 | 23,313,280,098 | IssuesEvent | 2022-08-08 10:10:29 | telerik/kendo-ui-core | https://api.github.com/repos/telerik/kendo-ui-core | closed | Popup that has an AutoComplete closes when trying to filter | Bug C: Popup SEV: Medium jQuery2 Priority 5 FP: In Development | ### Bug report
In a Popup that has an AutoComplete, the Popup closes when you type in the AutoComplete input field.
**Regression introduced with 2022.1.301**
### Reproduction of the problem
1. Open this Dojo example - https://dojo.telerik.com/ajubEhox/12
2. Click the Open button
3. Type in the AutoComplete
### Current behavior
The Popup closes
### Expected/desired behavior
The Popup should remain open
### Environment
* **Kendo UI version:** 2022.2.510
* **Browser:** [all]
| 1.0 | Popup that has an AutoComplete closes when trying to filter - ### Bug report
In a Popup that has an AutoComplete, the Popup closes when you type in the AutoComplete input field.
**Regression introduced with 2022.1.301**
### Reproduction of the problem
1. Open this Dojo example - https://dojo.telerik.com/ajubEhox/12
2. Click the Open button
3. Type in the AutoComplete
### Current behavior
The Popup closes
### Expected/desired behavior
The Popup should remain open
### Environment
* **Kendo UI version:** 2022.2.510
* **Browser:** [all]
| priority | popup that has an autocomplete closes when trying to filter bug report in a popup that has an autocomplete the popup closes when you type in the autocomplete input field regression introduced with reproduction of the problem open this dojo example click the open button type in the autocomplete current behavior the popup closes expected desired behavior the popup should remain open environment kendo ui version browser | 1 |
238,552 | 7,780,749,621 | IssuesEvent | 2018-06-05 21:04:10 | HackGT/registration | https://api.github.com/repos/HackGT/registration | opened | Users log in to confirm or edit anonymous form submissions | enhancement good first issue help wanted medium priority | We should implement a way (similar to the reset password functionality) of linking a new account (via OAuth or local) to an anonymous form submission using verified email addresses. | 1.0 | Users log in to confirm or edit anonymous form submissions - We should implement a way (similar to the reset password functionality) of linking a new account (via OAuth or local) to an anonymous form submission using verified email addresses. | priority | users log in to confirm or edit anonymous form submissions we should implement a way similar to the reset password functionality of linking a new account via oauth or local to an anonymous form submission using verified email addresses | 1 |
185,153 | 6,719,447,400 | IssuesEvent | 2017-10-16 00:26:39 | OperationCode/operationcode_frontend | https://api.github.com/repos/OperationCode/operationcode_frontend | opened | Google Font 'Noto-serif' not displaying on production | Priority: Medium Type: Bug | <!-- Please fill out one of the sections below based on the type of issue you're creating -->
# Bug Report
## What is the current behavior?
Certain components should be using the Google Font 'Noto-serif', but fail to do so, on production at www.operationcode.org: Membership (on the Landing Page), links on Scholarship Preview, IconCard, and QuoteBanner. In the Chrome DevTools Network tab, no CSS request is being made to Google Fonts (this
is observed in development mode).
## What is the expected behavior?
The text in those
## What steps did you take to get this behavior?
Loaded the page www.operationcode.org in browser, compared to the same page in development mode at localhost on my machine
## Additional Info
### Operating System
Win10
### Browser
Chrome
### Screenshots


| 1.0 | Google Font 'Noto-serif' not displaying on production - <!-- Please fill out one of the sections below based on the type of issue you're creating -->
# Bug Report
## What is the current behavior?
Certain components should be using the Google Font 'Noto-serif', but fail to do so, on production at www.operationcode.org: Membership (on the Landing Page), links on Scholarship Preview, IconCard, and QuoteBanner. In the Chrome DevTools Network tab, no CSS request is being made to Google Fonts (this
is observed in development mode).
## What is the expected behavior?
The text in those
## What steps did you take to get this behavior?
Loaded the page www.operationcode.org in browser, compared to the same page in development mode at localhost on my machine
## Additional Info
### Operating System
Win10
### Browser
Chrome
### Screenshots


| priority | google font noto serif not displaying on production bug report what is the current behavior certain components should be using the google font noto serif but fail to do so on production at membership on the landing page links on scholarship preview iconcard and quotebanner in the chrome devtools network tab no css request is being made to google fonts this is observed in development mode what is the expected behavior the text in those what steps did you take to get this behavior loaded the page in browser compared to the same page in development mode at localhost on my machine additional info operating system browser chrome screenshots | 1 |
101,796 | 4,140,895,664 | IssuesEvent | 2016-06-14 01:10:19 | Sistema-Integrado-Gestao-Academica/SiGA | https://api.github.com/repos/Sistema-Integrado-Gestao-Academica/SiGA | closed | Checar se o e-mail para convite de cadastro não existe | [Medium Priority] | * Verificar se o e-mail que será convidado já não existe no sistema antes de convidá-lo.
* Caso o usuário exista, confirmar a adesão no novo grupo. | 1.0 | Checar se o e-mail para convite de cadastro não existe - * Verificar se o e-mail que será convidado já não existe no sistema antes de convidá-lo.
* Caso o usuário exista, confirmar a adesão no novo grupo. | priority | checar se o e mail para convite de cadastro não existe verificar se o e mail que será convidado já não existe no sistema antes de convidá lo caso o usuário exista confirmar a adesão no novo grupo | 1 |
71,271 | 3,354,842,884 | IssuesEvent | 2015-11-18 14:14:09 | bethlakshmi/GBE2 | https://api.github.com/repos/bethlakshmi/GBE2 | closed | What do we actually want on the /gbe? | Medium Priority | Right now it's:
http://gbe2016test.gbeadmin.webfactional.com/gbe
(logout, then click the link)
I think this less useful for our it's currently used - the logout text is most visible now right after logout - when both the form for contact, and the text about creating an account are irrelevant.
Give me thoughts and assign to Betty for fixing. | 1.0 | What do we actually want on the /gbe? - Right now it's:
http://gbe2016test.gbeadmin.webfactional.com/gbe
(logout, then click the link)
I think this less useful for our it's currently used - the logout text is most visible now right after logout - when both the form for contact, and the text about creating an account are irrelevant.
Give me thoughts and assign to Betty for fixing. | priority | what do we actually want on the gbe right now it s logout then click the link i think this less useful for our it s currently used the logout text is most visible now right after logout when both the form for contact and the text about creating an account are irrelevant give me thoughts and assign to betty for fixing | 1 |
332,352 | 10,091,877,216 | IssuesEvent | 2019-07-26 15:14:44 | midhunhk/random-contact | https://api.github.com/repos/midhunhk/random-contact | opened | Rewrite and Redesign the app | enhancement priority\medium | It would be better if the app was rewritten using Kotlin and a fresh approach to the UI/UX.
| 1.0 | Rewrite and Redesign the app - It would be better if the app was rewritten using Kotlin and a fresh approach to the UI/UX.
| priority | rewrite and redesign the app it would be better if the app was rewritten using kotlin and a fresh approach to the ui ux | 1 |
106,905 | 4,287,510,282 | IssuesEvent | 2016-07-16 20:29:42 | magro/memcached-session-manager | https://api.github.com/repos/magro/memcached-session-manager | closed | Can't make non-sticky sessions to work | bug imported needs-feedback Priority-Medium | _From [madskaddie@gmail.com](https://code.google.com/u/madskaddie@gmail.com/) on March 25, 2015 15:03:41_
Greetings,
I need to share sessions between several tomcat (v6) instances in non sticky session mode. My problem is that the session is not either saved or restored correctly.
I've started with version 1.8.3 but tried 1.8.0 and 1.7.0 on tomcat6 (correct memcached jars added) on a linux box
I have attached a simple Servlet that only increments an integer and saves it to the session. With the standard session manager or with memcached based manager in sticky mode works as expected. When I switch to sticky=false, the counter value is maintained across successive requests
What am I missing ?
Thanks for your help
**Attachment:** [SimpleServlet.java web.xml context.xml](http://code.google.com/p/memcached-session-manager/issues/detail?id=226)
_Original issue: http://code.google.com/p/memcached-session-manager/issues/detail?id=226_ | 1.0 | Can't make non-sticky sessions to work - _From [madskaddie@gmail.com](https://code.google.com/u/madskaddie@gmail.com/) on March 25, 2015 15:03:41_
Greetings,
I need to share sessions between several tomcat (v6) instances in non sticky session mode. My problem is that the session is not either saved or restored correctly.
I've started with version 1.8.3 but tried 1.8.0 and 1.7.0 on tomcat6 (correct memcached jars added) on a linux box
I have attached a simple Servlet that only increments an integer and saves it to the session. With the standard session manager or with memcached based manager in sticky mode works as expected. When I switch to sticky=false, the counter value is maintained across successive requests
What am I missing ?
Thanks for your help
**Attachment:** [SimpleServlet.java web.xml context.xml](http://code.google.com/p/memcached-session-manager/issues/detail?id=226)
_Original issue: http://code.google.com/p/memcached-session-manager/issues/detail?id=226_ | priority | can t make non sticky sessions to work from on march greetings i need to share sessions between several tomcat instances in non sticky session mode my problem is that the session is not either saved or restored correctly i ve started with version but tried and on correct memcached jars added on a linux box i have attached a simple servlet that only increments an integer and saves it to the session with the standard session manager or with memcached based manager in sticky mode works as expected when i switch to sticky false the counter value is maintained across successive requests what am i missing thanks for your help attachment original issue | 1 |
84,373 | 3,663,983,146 | IssuesEvent | 2016-02-19 09:32:45 | Captianrock/android_PV | https://api.github.com/repos/Captianrock/android_PV | closed | Generate data file and save onto Android Device for future analysis | Medium Priority New Feature | -Must have the start and end time of each method
-Must also have the name | 1.0 | Generate data file and save onto Android Device for future analysis - -Must have the start and end time of each method
-Must also have the name | priority | generate data file and save onto android device for future analysis must have the start and end time of each method must also have the name | 1 |
338,508 | 10,230,223,154 | IssuesEvent | 2019-08-17 19:32:11 | opentx/opentx | https://api.github.com/repos/opentx/opentx | closed | Voice, Would it be possible for an alarm to interrupt any other voice playing | Priority-Medium Radio Firmware enhancement | _From [joaoalve...@googlemail.com](https://code.google.com/u/107758819364615868605/) on March 24, 2013 15:29:28_
Which board (stock / gruvin9x / sky9x / Taranis) are you using? Atmega128 on Stock Board
Would it be possible for an alarm interrupt any other voice playing?
Imagine that we have an array of telemetry events playing, suddenly there is a decrease in RSSI (for example) during the audio telemetry report.
At the moment, the alarm will have to wait until the cue is played, and then play. By the time is too late and... CRAAAASH.. ;)
The goal is to interrupt the playback and play the alarm.. Then if possible, resume the playback. I think this was done for the erky board??
Guys, sorry. just having a braistorm here. but is better to tell a bad idea than to keep a good one for myself :)
_Original issue: http://code.google.com/p/opentx/issues/detail?id=5_
| 1.0 | Voice, Would it be possible for an alarm to interrupt any other voice playing - _From [joaoalve...@googlemail.com](https://code.google.com/u/107758819364615868605/) on March 24, 2013 15:29:28_
Which board (stock / gruvin9x / sky9x / Taranis) are you using? Atmega128 on Stock Board
Would it be possible for an alarm interrupt any other voice playing?
Imagine that we have an array of telemetry events playing, suddenly there is a decrease in RSSI (for example) during the audio telemetry report.
At the moment, the alarm will have to wait until the cue is played, and then play. By the time is too late and... CRAAAASH.. ;)
The goal is to interrupt the playback and play the alarm.. Then if possible, resume the playback. I think this was done for the erky board??
Guys, sorry. just having a braistorm here. but is better to tell a bad idea than to keep a good one for myself :)
_Original issue: http://code.google.com/p/opentx/issues/detail?id=5_
| priority | voice would it be possible for an alarm to interrupt any other voice playing from on march which board stock taranis are you using on stock board would it be possible for an alarm interrupt any other voice playing imagine that we have an array of telemetry events playing suddenly there is a decrease in rssi for example during the audio telemetry report at the moment the alarm will have to wait until the cue is played and then play by the time is too late and craaaash the goal is to interrupt the playback and play the alarm then if possible resume the playback i think this was done for the erky board guys sorry just having a braistorm here but is better to tell a bad idea than to keep a good one for myself original issue | 1 |
404,575 | 11,859,511,732 | IssuesEvent | 2020-03-25 13:30:04 | AY1920S2-CS2103T-F10-4/main | https://api.github.com/repos/AY1920S2-CS2103T-F10-4/main | closed | As a student, I want to find tasks by date | priority.Medium type.Story | so that I can keep track of tasks on a particular date | 1.0 | As a student, I want to find tasks by date - so that I can keep track of tasks on a particular date | priority | as a student i want to find tasks by date so that i can keep track of tasks on a particular date | 1 |
54,945 | 3,071,646,403 | IssuesEvent | 2015-08-19 13:21:44 | RobotiumTech/robotium | https://api.github.com/repos/RobotiumTech/robotium | closed | Clicker.clickInList requires that list elements be TextViews | bug imported Priority-Medium | _From [m.kaepp...@gmail.com](https://code.google.com/u/112265135089213955243/) on December 19, 2010 07:34:07_
Affects Robotium 2.0.2:
Clicker.clickInList assumes that a ListView always contains list items that are TextViews. That is an assumption that will hardly hold in practice. A clicker should not be concerned with the actual type of a view, as long as it's clickable.
_Original issue: http://code.google.com/p/robotium/issues/detail?id=48_ | 1.0 | Clicker.clickInList requires that list elements be TextViews - _From [m.kaepp...@gmail.com](https://code.google.com/u/112265135089213955243/) on December 19, 2010 07:34:07_
Affects Robotium 2.0.2:
Clicker.clickInList assumes that a ListView always contains list items that are TextViews. That is an assumption that will hardly hold in practice. A clicker should not be concerned with the actual type of a view, as long as it's clickable.
_Original issue: http://code.google.com/p/robotium/issues/detail?id=48_ | priority | clicker clickinlist requires that list elements be textviews from on december affects robotium clicker clickinlist assumes that a listview always contains list items that are textviews that is an assumption that will hardly hold in practice a clicker should not be concerned with the actual type of a view as long as it s clickable original issue | 1 |
266,859 | 8,376,053,558 | IssuesEvent | 2018-10-05 18:28:30 | Polymer/tools | https://api.github.com/repos/Polymer/tools | closed | Standardize lint scripts | Priority: Medium Status: Available Type: Maintenance | `lerna exec "pwd && cat package.json | jq .scripts.lint" --concurrency=1` shows the various, and sometimes lack of, lint scripts. | 1.0 | Standardize lint scripts - `lerna exec "pwd && cat package.json | jq .scripts.lint" --concurrency=1` shows the various, and sometimes lack of, lint scripts. | priority | standardize lint scripts lerna exec pwd cat package json jq scripts lint concurrency shows the various and sometimes lack of lint scripts | 1 |
145,764 | 5,581,290,588 | IssuesEvent | 2017-03-28 18:32:11 | LemADEC/WarpDrive | https://api.github.com/repos/LemADEC/WarpDrive | closed | SMP players can fly pass Space world border | medium Priority | Damages are done clients instead of server, possible mixup in Forge isRemote flag.
Won't fix until we have a proper alert for players (instant death doesn't qualify as fun).
Either way, there's no world generation outside border and ships can't go there, so it's not a big issue.
| 1.0 | SMP players can fly pass Space world border - Damages are done clients instead of server, possible mixup in Forge isRemote flag.
Won't fix until we have a proper alert for players (instant death doesn't qualify as fun).
Either way, there's no world generation outside border and ships can't go there, so it's not a big issue.
| priority | smp players can fly pass space world border damages are done clients instead of server possible mixup in forge isremote flag won t fix until we have a proper alert for players instant death doesn t qualify as fun either way there s no world generation outside border and ships can t go there so it s not a big issue | 1 |
44,070 | 2,899,104,247 | IssuesEvent | 2015-06-17 09:14:21 | greenlion/PHP-SQL-Parser | https://api.github.com/repos/greenlion/PHP-SQL-Parser | closed | Feature request: parse values in VALUES (...) | bug imported Priority-Medium | _From [anthon.p...@gmail.com](https://code.google.com/u/102297129300845189934/) on December 01, 2011 16:39:44_
What steps will reproduce the problem? INSERT INTO test (test2,test3) VALUES ('10','coucou')
What is the expected output?
...
["VALUES"]=>
array(2) {
[0]=>
string(4) "'10'"
[1]=>
string(8) "'coucou'"
}
...
What do you see instead?
...
["VALUES"]=>
array(1) {
[0]=>
string(15) "('10','coucou')"
}
... What version of the product are you using? On what operating system? trunk Please provide any additional information below.
_Original issue: http://code.google.com/p/php-sql-parser/issues/detail?id=16_ | 1.0 | Feature request: parse values in VALUES (...) - _From [anthon.p...@gmail.com](https://code.google.com/u/102297129300845189934/) on December 01, 2011 16:39:44_
What steps will reproduce the problem? INSERT INTO test (test2,test3) VALUES ('10','coucou')
What is the expected output?
...
["VALUES"]=>
array(2) {
[0]=>
string(4) "'10'"
[1]=>
string(8) "'coucou'"
}
...
What do you see instead?
...
["VALUES"]=>
array(1) {
[0]=>
string(15) "('10','coucou')"
}
... What version of the product are you using? On what operating system? trunk Please provide any additional information below.
_Original issue: http://code.google.com/p/php-sql-parser/issues/detail?id=16_ | priority | feature request parse values in values from on december what steps will reproduce the problem insert into test values coucou what is the expected output array string string coucou what do you see instead array string coucou what version of the product are you using on what operating system trunk please provide any additional information below original issue | 1 |
605,297 | 18,733,029,014 | IssuesEvent | 2021-11-04 01:25:37 | CMPUT301F21T20/HabitTracker | https://api.github.com/repos/CMPUT301F21T20/HabitTracker | closed | Habit Controller | priority: high Habits complexity: medium Complete by halfway checkpoint | Habit class should be independent of the state of the habit itself. Only habit events dictate the state of a current habit. Furthermore, a habit controller should implement the methods for creating and saving habits to Firestore. | 1.0 | Habit Controller - Habit class should be independent of the state of the habit itself. Only habit events dictate the state of a current habit. Furthermore, a habit controller should implement the methods for creating and saving habits to Firestore. | priority | habit controller habit class should be independent of the state of the habit itself only habit events dictate the state of a current habit furthermore a habit controller should implement the methods for creating and saving habits to firestore | 1 |
193,135 | 6,881,900,729 | IssuesEvent | 2017-11-21 00:40:18 | minio/minio-java | https://api.github.com/repos/minio/minio-java | closed | Provide Maven support to fetch minio jar along with all dependent jar's | priority: medium | Currently, the maven entry provided here will result in just downloading the minio-3.0.9.jar and not minio-3.0.9-all.jar. I faced quite a bit of problem trying to unit test where the call to instantiate minio object was expecting the xmlPullParser class to be present but was not there in my local repo as its not part of minio-3.0.9.jar
It would be helpful if the -all.jar file is fetched as part of maven artifact entry in pom.xml rather than the trimmed one. | 1.0 | Provide Maven support to fetch minio jar along with all dependent jar's - Currently, the maven entry provided here will result in just downloading the minio-3.0.9.jar and not minio-3.0.9-all.jar. I faced quite a bit of problem trying to unit test where the call to instantiate minio object was expecting the xmlPullParser class to be present but was not there in my local repo as its not part of minio-3.0.9.jar
It would be helpful if the -all.jar file is fetched as part of maven artifact entry in pom.xml rather than the trimmed one. | priority | provide maven support to fetch minio jar along with all dependent jar s currently the maven entry provided here will result in just downloading the minio jar and not minio all jar i faced quite a bit of problem trying to unit test where the call to instantiate minio object was expecting the xmlpullparser class to be present but was not there in my local repo as its not part of minio jar it would be helpful if the all jar file is fetched as part of maven artifact entry in pom xml rather than the trimmed one | 1 |
791,228 | 27,856,511,672 | IssuesEvent | 2023-03-20 23:40:29 | conan-io/conan | https://api.github.com/repos/conan-io/conan | closed | [workspaces] conan build is broken | type: look into stage: triaging priority: medium complex: medium | Hello,
I'm running Conan 1.13.2 with workspaces. I successfully migrated my project to use them, however some of our devs are used to `conan build`, which is broken with current workspaces.
When running `conan workspace install`, the top-level build directory only contains `conanworkspace.cmake`. After running CMake and building, it will contain built artifacts.
If I then want to run `conan build my_subproject`, I have to provide the install folder (which is the subproject's build folder, which I think is an issue as explained in #4800). But since it has no knowledge of `conanworkspace.cmake` (since the top-level `CMakeLists.txt` is not processed), it fails to find its dependencies located in the workspaces, thus the link fails.
To help us debug your issue please explain:
- [x] I've read the [CONTRIBUTING guide](https://github.com/conan-io/conan/blob/develop/.github/CONTRIBUTING.md).
- [x] I've specified the Conan version, operating system version and any tool that can be relevant.
- [x] I've explained the steps to reproduce the error or the motivation/use case of the question/suggestion.
| 1.0 | [workspaces] conan build is broken - Hello,
I'm running Conan 1.13.2 with workspaces. I successfully migrated my project to use them, however some of our devs are used to `conan build`, which is broken with current workspaces.
When running `conan workspace install`, the top-level build directory only contains `conanworkspace.cmake`. After running CMake and building, it will contain built artifacts.
If I then want to run `conan build my_subproject`, I have to provide the install folder (which is the subproject's build folder, which I think is an issue as explained in #4800). But since it has no knowledge of `conanworkspace.cmake` (since the top-level `CMakeLists.txt` is not processed), it fails to find its dependencies located in the workspaces, thus the link fails.
To help us debug your issue please explain:
- [x] I've read the [CONTRIBUTING guide](https://github.com/conan-io/conan/blob/develop/.github/CONTRIBUTING.md).
- [x] I've specified the Conan version, operating system version and any tool that can be relevant.
- [x] I've explained the steps to reproduce the error or the motivation/use case of the question/suggestion.
| priority | conan build is broken hello i m running conan with workspaces i successfully migrated my project to use them however some of our devs are used to conan build which is broken with current workspaces when running conan workspace install the top level build directory only contains conanworkspace cmake after running cmake and building it will contain built artifacts if i then want to run conan build my subproject i have to provide the install folder which is the subproject s build folder which i think is an issue as explained in but since it has no knowledge of conanworkspace cmake since the top level cmakelists txt is not processed it fails to find its dependencies located in the workspaces thus the link fails to help us debug your issue please explain i ve read the i ve specified the conan version operating system version and any tool that can be relevant i ve explained the steps to reproduce the error or the motivation use case of the question suggestion | 1 |
746,824 | 26,047,765,157 | IssuesEvent | 2022-12-22 15:46:51 | owncloud/web | https://api.github.com/repos/owncloud/web | closed | Tags are not shown in SERP | Type:Bug Priority:p3-medium | SERP = Search Engine Result Page
### Steps to reproduce
1. create 2 files
2. tag each file with the tag "gravity"
3. click on the tag "gravity" in the file list
4. SERP with the files is shown
5. Tags are not shown in SERP

### Expected behaviour
Tags should be shown in SERP

### Actual behaviour
Tags are not shown in SERP | 1.0 | Tags are not shown in SERP - SERP = Search Engine Result Page
### Steps to reproduce
1. create 2 files
2. tag each file with the tag "gravity"
3. click on the tag "gravity" in the file list
4. SERP with the files is shown
5. Tags are not shown in SERP

### Expected behaviour
Tags should be shown in SERP

### Actual behaviour
Tags are not shown in SERP | priority | tags are not shown in serp serp search engine result page steps to reproduce create files tag each file with the tag gravity click on the tag gravity in the file list serp with the files is shown tags are not shown in serp expected behaviour tags should be shown in serp actual behaviour tags are not shown in serp | 1 |
71,115 | 3,351,900,026 | IssuesEvent | 2015-11-17 20:27:47 | washingtontrails/vms | https://api.github.com/repos/washingtontrails/vms | closed | Crew Corner Email message format to Crew | Enhancement Medium Priority Pyramid Reviewing VMS BUDGET | Here is my feedback about this feature:
1. I was able to input my own subject line. It did not show the work party name or URL when I received an email. I think it is important for the subject line to include the work party name and start date. I also think it's nice for the crew leader to be able to customize the subject. Would this be feasible:
* For email: Auto-append the Work Party Name and Start Date to the Subject line. If the crew leader has specified a subject line, insert that text following the Work Party Name and Date. Example: As a crew leader, I type in "Meeting location update" as the Subject line. Then the email that is received would say: "WTA Liberty Lake Trails - Sep 12: Meeting location update
* In Crew Corner, it would display the custom Subject entered by the Crew Leader (as it does now) but suppress the auto-text since it would be redundant.
2. The email should automatically include a link to the work party and it would also be nice if the email auto-inserts a signature that is the same as Crew Corner. This could go like this. (Other option could be to put in in a sentence like "Use this link to access more information about this work party.)
Rebecca Lavigne - Crew Leader
Klickitat Trail Backcountry Response Team
3. I changed my VMS permissions to Admin but my message is still showing in Crew Corner as "Crew Leader." Maybe Salesforce changes haven't shown in VMS yet? Tried to create a new work party to test but wasn't working - assume there is work in progress...
-Rebecca
| 1.0 | Crew Corner Email message format to Crew - Here is my feedback about this feature:
1. I was able to input my own subject line. It did not show the work party name or URL when I received an email. I think it is important for the subject line to include the work party name and start date. I also think it's nice for the crew leader to be able to customize the subject. Would this be feasible:
* For email: Auto-append the Work Party Name and Start Date to the Subject line. If the crew leader has specified a subject line, insert that text following the Work Party Name and Date. Example: As a crew leader, I type in "Meeting location update" as the Subject line. Then the email that is received would say: "WTA Liberty Lake Trails - Sep 12: Meeting location update
* In Crew Corner, it would display the custom Subject entered by the Crew Leader (as it does now) but suppress the auto-text since it would be redundant.
2. The email should automatically include a link to the work party and it would also be nice if the email auto-inserts a signature that is the same as Crew Corner. This could go like this. (Other option could be to put in in a sentence like "Use this link to access more information about this work party.)
Rebecca Lavigne - Crew Leader
Klickitat Trail Backcountry Response Team
3. I changed my VMS permissions to Admin but my message is still showing in Crew Corner as "Crew Leader." Maybe Salesforce changes haven't shown in VMS yet? Tried to create a new work party to test but wasn't working - assume there is work in progress...
-Rebecca
| priority | crew corner email message format to crew here is my feedback about this feature i was able to input my own subject line it did not show the work party name or url when i received an email i think it is important for the subject line to include the work party name and start date i also think it s nice for the crew leader to be able to customize the subject would this be feasible for email auto append the work party name and start date to the subject line if the crew leader has specified a subject line insert that text following the work party name and date example as a crew leader i type in meeting location update as the subject line then the email that is received would say wta liberty lake trails sep meeting location update in crew corner it would display the custom subject entered by the crew leader as it does now but suppress the auto text since it would be redundant the email should automatically include a link to the work party and it would also be nice if the email auto inserts a signature that is the same as crew corner this could go like this other option could be to put in in a sentence like use this link to access more information about this work party rebecca lavigne crew leader klickitat trail backcountry response team i changed my vms permissions to admin but my message is still showing in crew corner as crew leader maybe salesforce changes haven t shown in vms yet tried to create a new work party to test but wasn t working assume there is work in progress rebecca | 1 |
379,738 | 11,234,663,072 | IssuesEvent | 2020-01-09 06:02:23 | AugurProject/augur | https://api.github.com/repos/AugurProject/augur | closed | Design QA: Account Summary - Augur Status | Needed for V2 launch Priority: Medium |
Design: https://www.figma.com/file/bZh7tOiLm6Ls9Hl4RL6qMC5X/Augur-Redesign?node-id=2694%3A40
HEADER COMPONENT
- [x] Check header text styles are up to date
- [x] Check background colour is up to date
CONTENT
- [x] Check text styles and colours are up to date
- [x] Make SYNCED text green.
- [x] Put 'Market Data is up to date' in grey background rectangle
- [x] Check time toggle component is up to date | 1.0 | Design QA: Account Summary - Augur Status -
Design: https://www.figma.com/file/bZh7tOiLm6Ls9Hl4RL6qMC5X/Augur-Redesign?node-id=2694%3A40
HEADER COMPONENT
- [x] Check header text styles are up to date
- [x] Check background colour is up to date
CONTENT
- [x] Check text styles and colours are up to date
- [x] Make SYNCED text green.
- [x] Put 'Market Data is up to date' in grey background rectangle
- [x] Check time toggle component is up to date | priority | design qa account summary augur status design header component check header text styles are up to date check background colour is up to date content check text styles and colours are up to date make synced text green put market data is up to date in grey background rectangle check time toggle component is up to date | 1 |
751,037 | 26,228,379,541 | IssuesEvent | 2023-01-04 21:04:10 | sailpoint-oss/developer.sailpoint.com | https://api.github.com/repos/sailpoint-oss/developer.sailpoint.com | closed | [Bug] Update required fields for 'Create an Identity Profile' (create-identity-profile) | Bug :bug: Docusaurus: Components Priority: Medium API Specifications | **Describe the bug** A clear and concise description of what the bug is.
The documentation says only `name` field is required to create an identity profile, but you must also provide `authoritativeSource`.
**To Reproduce** Steps to reproduce the behavior:
1. Go to https://developer.sailpoint.com/idn/api/beta/create-identity-profile
2. Notice that only the name field in the request body is marked required, but if you try to submit this request without authoritativeSource object, you will get 400 error (which is correct behavior, the docs are just wrong)
**Expected behavior** A clear and concise description of what you expected to
happen.
Expected that the `authoritativeSource` field is also marked as required.
**Actual behavior** A clear and concise description of what actually happens.
`authoritativeSource` is not marked required
**Screenshots** If applicable, add screenshots to help explain your problem.

| 1.0 | [Bug] Update required fields for 'Create an Identity Profile' (create-identity-profile) - **Describe the bug** A clear and concise description of what the bug is.
The documentation says only `name` field is required to create an identity profile, but you must also provide `authoritativeSource`.
**To Reproduce** Steps to reproduce the behavior:
1. Go to https://developer.sailpoint.com/idn/api/beta/create-identity-profile
2. Notice that only the name field in the request body is marked required, but if you try to submit this request without authoritativeSource object, you will get 400 error (which is correct behavior, the docs are just wrong)
**Expected behavior** A clear and concise description of what you expected to
happen.
Expected that the `authoritativeSource` field is also marked as required.
**Actual behavior** A clear and concise description of what actually happens.
`authoritativeSource` is not marked required
**Screenshots** If applicable, add screenshots to help explain your problem.

| priority | update required fields for create an identity profile create identity profile describe the bug a clear and concise description of what the bug is the documentation says only name field is required to create an identity profile but you must also provide authoritativesource to reproduce steps to reproduce the behavior go to notice that only the name field in the request body is marked required but if you try to submit this request without authoritativesource object you will get error which is correct behavior the docs are just wrong expected behavior a clear and concise description of what you expected to happen expected that the authoritativesource field is also marked as required actual behavior a clear and concise description of what actually happens authoritativesource is not marked required screenshots if applicable add screenshots to help explain your problem | 1 |
561,199 | 16,613,150,378 | IssuesEvent | 2021-06-02 13:51:53 | hotosm/tasking-manager | https://api.github.com/repos/hotosm/tasking-manager | closed | Improve contribution timeline | Component: Frontend Priority: Medium Status: Needs implementation Type: Enhancement | * Overlapping dates
* Stick to a y axis from 0 to 100 % always

| 1.0 | Improve contribution timeline - * Overlapping dates
* Stick to a y axis from 0 to 100 % always

| priority | improve contribution timeline overlapping dates stick to a y axis from to always | 1 |
182,442 | 6,670,202,690 | IssuesEvent | 2017-10-03 22:21:18 | minio/mc | https://api.github.com/repos/minio/mc | closed | Need persistent versioned URL for current release that will not change over time | priority: medium wontfix/invalid | Need persistent versioned URL for current release that will not change over time.
Currently most recent version release is in one folder and it will be moved to another folder with next release.
Need versioned URL to current release which would not change with further releases.
I'm on linux-amd64 | 1.0 | Need persistent versioned URL for current release that will not change over time - Need persistent versioned URL for current release that will not change over time.
Currently most recent version release is in one folder and it will be moved to another folder with next release.
Need versioned URL to current release which would not change with further releases.
I'm on linux-amd64 | priority | need persistent versioned url for current release that will not change over time need persistent versioned url for current release that will not change over time currently most recent version release is in one folder and it will be moved to another folder with next release need versioned url to current release which would not change with further releases i m on linux | 1 |
157,997 | 6,020,102,867 | IssuesEvent | 2017-06-07 15:45:58 | vmware/vic | https://api.github.com/repos/vmware/vic | closed | OVA generates rotating client token/cert for VCH auth | area/security priority/medium product/ova | ***New Issue:***
***User Statement***
When installing with self signed certificates the CA cert for Admiral should be stored in the guestinfo for the OVA VM. The VCH can then validate the Server Certificate provided by Admiral.
***Acceptance Criteria***
Admiral should store the CA cert (if one was created) inside "guestinfo.vicova.admiral.ca"
_Original Issue:_
As a VIC developer, I require a unique token/cert to authenticate with the configuration management endpoint.
Acceptance:
* unique token/cert is generated at fixed intervals and placed in guestinfo at a preset key
* key should have read-write access from guest
The above issue requires coordination with the Admiral team. The best approach would be for Admiral to log into the PSC with a Solution User account, generate the token and storing the token in the guestinfo. It has been replaced by: #5332 | 1.0 | OVA generates rotating client token/cert for VCH auth - ***New Issue:***
***User Statement***
When installing with self signed certificates the CA cert for Admiral should be stored in the guestinfo for the OVA VM. The VCH can then validate the Server Certificate provided by Admiral.
***Acceptance Criteria***
Admiral should store the CA cert (if one was created) inside "guestinfo.vicova.admiral.ca"
_Original Issue:_
As a VIC developer, I require a unique token/cert to authenticate with the configuration management endpoint.
Acceptance:
* unique token/cert is generated at fixed intervals and placed in guestinfo at a preset key
* key should have read-write access from guest
The above issue requires coordination with the Admiral team. The best approach would be for Admiral to log into the PSC with a Solution User account, generate the token and storing the token in the guestinfo. It has been replaced by: #5332 | priority | ova generates rotating client token cert for vch auth new issue user statement when installing with self signed certificates the ca cert for admiral should be stored in the guestinfo for the ova vm the vch can then validate the server certificate provided by admiral acceptance criteria admiral should store the ca cert if one was created inside guestinfo vicova admiral ca original issue as a vic developer i require a unique token cert to authenticate with the configuration management endpoint acceptance unique token cert is generated at fixed intervals and placed in guestinfo at a preset key key should have read write access from guest the above issue requires coordination with the admiral team the best approach would be for admiral to log into the psc with a solution user account generate the token and storing the token in the guestinfo it has been replaced by | 1 |
283,500 | 8,719,728,935 | IssuesEvent | 2018-12-08 03:43:16 | aowen87/BAR | https://api.github.com/repos/aowen87/BAR | closed | Unable to run client/server to cielo | bug crash likelihood medium priority reviewed severity high wrong results |
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.
Ticket number: 1825
Status: Resolved
Project: VisIt
Tracker: Bug
Priority: Urgent
Subject: Unable to run client/server to cielo
Assigned to: Eric Brugger
Category:
Target version: 2.7.3
Author: Eric Brugger
Start: 04/25/2014
Due date:
% Done: 100
Estimated time: 1.0
Created: 04/25/2014 03:27 pm
Updated: 05/15/2014 11:30 am
Likelihood: 3 - Occasional
Severity: 4 - Crash / Wrong Results
Found in version: 2.7.1
Impact:
Expected Use:
OS: All
Support Group: Any
Description:
Comments:
Ping Wang e-mailed that she was unable to run visit on cielo. I investigated and the gateway machine to LANL has changed. It is now red-wtrw.lanl.gov. I changed the host profile for 2.6.3 and 2.7.2 on the closed LC network so she should be good to go. It should also be changed in the repo.
I committed revisions 23324 and 23326 to the 2.7 RC and trunk with thefollowing changes:1) I changed the gateway host for LANL's cielo system to red-wtrw.lanl.gov since the old gateway cluster was retired. I added a blurb to the release notes about the change. This resolves #1825.M resources/help/en_US/relnotes2.7.3.htmlM resources/hosts/llnl_closed/host_lanl_closed_cielo.xml
| 1.0 | Unable to run client/server to cielo -
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.
Ticket number: 1825
Status: Resolved
Project: VisIt
Tracker: Bug
Priority: Urgent
Subject: Unable to run client/server to cielo
Assigned to: Eric Brugger
Category:
Target version: 2.7.3
Author: Eric Brugger
Start: 04/25/2014
Due date:
% Done: 100
Estimated time: 1.0
Created: 04/25/2014 03:27 pm
Updated: 05/15/2014 11:30 am
Likelihood: 3 - Occasional
Severity: 4 - Crash / Wrong Results
Found in version: 2.7.1
Impact:
Expected Use:
OS: All
Support Group: Any
Description:
Comments:
Ping Wang e-mailed that she was unable to run visit on cielo. I investigated and the gateway machine to LANL has changed. It is now red-wtrw.lanl.gov. I changed the host profile for 2.6.3 and 2.7.2 on the closed LC network so she should be good to go. It should also be changed in the repo.
I committed revisions 23324 and 23326 to the 2.7 RC and trunk with thefollowing changes:1) I changed the gateway host for LANL's cielo system to red-wtrw.lanl.gov since the old gateway cluster was retired. I added a blurb to the release notes about the change. This resolves #1825.M resources/help/en_US/relnotes2.7.3.htmlM resources/hosts/llnl_closed/host_lanl_closed_cielo.xml
| priority | unable to run client server to cielo redmine migration this ticket was migrated from redmine as such not all information was able to be captured in the transition below is a complete record of the original redmine ticket ticket number status resolved project visit tracker bug priority urgent subject unable to run client server to cielo assigned to eric brugger category target version author eric brugger start due date done estimated time created pm updated am likelihood occasional severity crash wrong results found in version impact expected use os all support group any description comments ping wang e mailed that she was unable to run visit on cielo i investigated and the gateway machine to lanl has changed it is now red wtrw lanl gov i changed the host profile for and on the closed lc network so she should be good to go it should also be changed in the repo i committed revisions and to the rc and trunk with thefollowing changes i changed the gateway host for lanl s cielo system to red wtrw lanl gov since the old gateway cluster was retired i added a blurb to the release notes about the change this resolves m resources help en us htmlm resources hosts llnl closed host lanl closed cielo xml | 1 |
763,307 | 26,751,689,835 | IssuesEvent | 2023-01-30 20:09:37 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | [DocDB] Tooling to list database names and uuids in the system | kind/bug good first issue area/docdb priority/medium | Jira Link: [DB-3853](https://yugabyte.atlassian.net/browse/DB-3853)
### Description
On the master side, we have a `/tables` endpoint to showcase the tables in the system, together with metadata for them, eg: name, uuid, keyspace (YCQL) or database (YSQL) that they're associated with, etc
However, we don't have any corresponding `/namespaces` view to show similar metadata for they keyspaces/databases themselves! **For example, how do we go from a YSQL database name to the underlying UUID?**
Ideally we implement both a UI debug endpoint as well as a `yb-admin list_keyspaces` tool. | 1.0 | [DocDB] Tooling to list database names and uuids in the system - Jira Link: [DB-3853](https://yugabyte.atlassian.net/browse/DB-3853)
### Description
On the master side, we have a `/tables` endpoint to showcase the tables in the system, together with metadata for them, eg: name, uuid, keyspace (YCQL) or database (YSQL) that they're associated with, etc
However, we don't have any corresponding `/namespaces` view to show similar metadata for they keyspaces/databases themselves! **For example, how do we go from a YSQL database name to the underlying UUID?**
Ideally we implement both a UI debug endpoint as well as a `yb-admin list_keyspaces` tool. | priority | tooling to list database names and uuids in the system jira link description on the master side we have a tables endpoint to showcase the tables in the system together with metadata for them eg name uuid keyspace ycql or database ysql that they re associated with etc however we don t have any corresponding namespaces view to show similar metadata for they keyspaces databases themselves for example how do we go from a ysql database name to the underlying uuid ideally we implement both a ui debug endpoint as well as a yb admin list keyspaces tool | 1 |
514,821 | 14,944,626,377 | IssuesEvent | 2021-01-26 01:57:30 | ChainSafe/gossamer | https://api.github.com/repos/ChainSafe/gossamer | closed | Pre-Runtime digest message format issue | Priority: 3 - Medium Type: Bug approved | <!---
PLEASE READ CAREFULLY
-->
## Expected Behavior
Calling chain RCP methods that return header with digest of type Pre-Runtime should be formatting as detailed in Defniniton 3.7 in Polkadot Host Protocol Specification.
Example from result when calling chain_getHeader on test substrate node: `0x0661757261202596c70f00000000`
```
byte 1 - 06 - Pre-Runtime type
byte 2 - 5 - 61757261 - Eid (aura)
byte 6 - 20 - Scale enc length byte array (8 bytes)
byte 7 - 14 - 2596c70f00000000 - The 8 byte array
```
## Current Behavior
Too many bytes are being included in Pre-Runtime digest message, example from gossamer: `0x064241424558f16c62c0cdea9bdb9b341227845a90516e8417eba2bc7c6cff39cd12120e212106e05aeca6ee2f40126a3edcf015a4a4bc9932aed7fef1257c114265184f0e1833b7c2b9be2656b0833f7060d7301d250c1041e1d949c3651f8fc74e25c90c00000000000000004f00000000000000`
```
byte 1 - 06 - Pre-Runtime type
byte 2 - 5 - 4241445 - Eid (BABE)
byte 6 - 58 - Scale enc length byte array (22 bytes)
byte 7 - 22 - f16c62c0cdea9bdb9b341227845a90516e8417eba2bc - The 22 byte array
These extra bytes (`7c6cff39cd12120e212106e05aeca6ee2f40126a3edcf015a4a4bc9932aed7fef1257c114265184f0e1833b7c2b9be2656b0833f7060d7301d250c1041e1d949c3651f8fc74e25c90c00000000000000004f00000000000000`) are causing issues.
```
Calling chain_getBlock from within polkadot-js gives errors such as `Struct: failed on 'logs':: Bytes: required length less than remainder, expected at least 331575618, found 112` I believe this error is due to incorrect data in this digest log.
## Possible Solution
- Unknown, but this is probably related to the current runtime.
## Steps to Reproduce
1. RPC call chain_getHeader and examine logs for digest type starting with 0x06
## Specification
<!---
Example specification (feel free to copy and paste if applicable or delete the
specification section if a specification is not applicable):
- go version: `1.13.7`
- gossamer version: `development`
- gossamer commit tag: NA
- gossamer commit hash: NA
- operating system: Ubuntu 19.10
- additional links: NA
-->
- go version:
- gossamer version:
- gossamer commit tag:
- gossamer commit hash:
- operating system:
- additional links:
## Checklist
<!---
Each empty square brackets below is a checkbox. Replace [ ] with [x] to check
the box after completing the task.
--->
- [x] I have read [CONTRIBUTING](CONTRIBUTING.md) and [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md)
- [x] I have provided as much information as possible and necessary
- [ ] I am planning to submit a pull request to fix this issue myself
<!--- Modified from trufflesuite/ganache -->
| 1.0 | Pre-Runtime digest message format issue - <!---
PLEASE READ CAREFULLY
-->
## Expected Behavior
Calling chain RCP methods that return header with digest of type Pre-Runtime should be formatting as detailed in Defniniton 3.7 in Polkadot Host Protocol Specification.
Example from result when calling chain_getHeader on test substrate node: `0x0661757261202596c70f00000000`
```
byte 1 - 06 - Pre-Runtime type
byte 2 - 5 - 61757261 - Eid (aura)
byte 6 - 20 - Scale enc length byte array (8 bytes)
byte 7 - 14 - 2596c70f00000000 - The 8 byte array
```
## Current Behavior
Too many bytes are being included in Pre-Runtime digest message, example from gossamer: `0x064241424558f16c62c0cdea9bdb9b341227845a90516e8417eba2bc7c6cff39cd12120e212106e05aeca6ee2f40126a3edcf015a4a4bc9932aed7fef1257c114265184f0e1833b7c2b9be2656b0833f7060d7301d250c1041e1d949c3651f8fc74e25c90c00000000000000004f00000000000000`
```
byte 1 - 06 - Pre-Runtime type
byte 2 - 5 - 4241445 - Eid (BABE)
byte 6 - 58 - Scale enc length byte array (22 bytes)
byte 7 - 22 - f16c62c0cdea9bdb9b341227845a90516e8417eba2bc - The 22 byte array
These extra bytes (`7c6cff39cd12120e212106e05aeca6ee2f40126a3edcf015a4a4bc9932aed7fef1257c114265184f0e1833b7c2b9be2656b0833f7060d7301d250c1041e1d949c3651f8fc74e25c90c00000000000000004f00000000000000`) are causing issues.
```
Calling chain_getBlock from within polkadot-js gives errors such as `Struct: failed on 'logs':: Bytes: required length less than remainder, expected at least 331575618, found 112` I believe this error is due to incorrect data in this digest log.
## Possible Solution
- Unknown, but this is probably related to the current runtime.
## Steps to Reproduce
1. RPC call chain_getHeader and examine logs for digest type starting with 0x06
## Specification
<!---
Example specification (feel free to copy and paste if applicable or delete the
specification section if a specification is not applicable):
- go version: `1.13.7`
- gossamer version: `development`
- gossamer commit tag: NA
- gossamer commit hash: NA
- operating system: Ubuntu 19.10
- additional links: NA
-->
- go version:
- gossamer version:
- gossamer commit tag:
- gossamer commit hash:
- operating system:
- additional links:
## Checklist
<!---
Each empty square brackets below is a checkbox. Replace [ ] with [x] to check
the box after completing the task.
--->
- [x] I have read [CONTRIBUTING](CONTRIBUTING.md) and [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md)
- [x] I have provided as much information as possible and necessary
- [ ] I am planning to submit a pull request to fix this issue myself
<!--- Modified from trufflesuite/ganache -->
| priority | pre runtime digest message format issue please read carefully expected behavior calling chain rcp methods that return header with digest of type pre runtime should be formatting as detailed in defniniton in polkadot host protocol specification example from result when calling chain getheader on test substrate node byte pre runtime type byte eid aura byte scale enc length byte array bytes byte the byte array current behavior too many bytes are being included in pre runtime digest message example from gossamer byte pre runtime type byte eid babe byte scale enc length byte array bytes byte the byte array these extra bytes are causing issues calling chain getblock from within polkadot js gives errors such as struct failed on logs bytes required length less than remainder expected at least found i believe this error is due to incorrect data in this digest log possible solution unknown but this is probably related to the current runtime steps to reproduce rpc call chain getheader and examine logs for digest type starting with specification example specification feel free to copy and paste if applicable or delete the specification section if a specification is not applicable go version gossamer version development gossamer commit tag na gossamer commit hash na operating system ubuntu additional links na go version gossamer version gossamer commit tag gossamer commit hash operating system additional links checklist each empty square brackets below is a checkbox replace with to check the box after completing the task i have read contributing md and code of conduct md i have provided as much information as possible and necessary i am planning to submit a pull request to fix this issue myself | 1 |
393,909 | 11,626,340,690 | IssuesEvent | 2020-02-27 14:20:18 | ngageoint/hootenanny | https://api.github.com/repos/ngageoint/hootenanny | closed | MGCP Translation fixes | Category: Core Category: Translation Priority: Medium Status: In Progress Type: Maintenance Type: Task | Fix:
* Make sure that TRD3 and TRD4 rules are separate.
* Re-check rules against the TRD4.5 schema
* Change AT010 to be `man_made=satellite_dish` | 1.0 | MGCP Translation fixes - Fix:
* Make sure that TRD3 and TRD4 rules are separate.
* Re-check rules against the TRD4.5 schema
* Change AT010 to be `man_made=satellite_dish` | priority | mgcp translation fixes fix make sure that and rules are separate re check rules against the schema change to be man made satellite dish | 1 |
581,315 | 17,290,959,857 | IssuesEvent | 2021-07-24 18:41:54 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | [0.9.3.3 Release-219] Tooltip Buy it at | Sell it at section displays old and duplicate listing | Category: UI Priority: Medium Regression Squad: Mountain Goat Status: Investigate Status: Not reproduced Type: Bug | Build: 0.9.3.3 Release-219
## Issue
When you hover your mouse icon over an item, a tooltip will pop up with a section showing where you can purchase or sell that specific item. It's under **Buy it at** and **Sell it at** section. However, both section somehow displays old listing and sometimes, duplicate listing. Hovering your mouse icon over it sometimes shows an error **Not Found This object does not exist.**
#### Reproduction Steps
1. Join a world with stores already set. Example, SLG Playtest server.
2. Hover your mouse icon over an item. Eg. Huckleberry.
3. Observe the Tooltip Buy it at and Sell it at section.
#### Actual Result
Old and duplicate listing.


#### Expected Result
No old and duplicate listing.

| 1.0 | [0.9.3.3 Release-219] Tooltip Buy it at | Sell it at section displays old and duplicate listing - Build: 0.9.3.3 Release-219
## Issue
When you hover your mouse icon over an item, a tooltip will pop up with a section showing where you can purchase or sell that specific item. It's under **Buy it at** and **Sell it at** section. However, both section somehow displays old listing and sometimes, duplicate listing. Hovering your mouse icon over it sometimes shows an error **Not Found This object does not exist.**
#### Reproduction Steps
1. Join a world with stores already set. Example, SLG Playtest server.
2. Hover your mouse icon over an item. Eg. Huckleberry.
3. Observe the Tooltip Buy it at and Sell it at section.
#### Actual Result
Old and duplicate listing.


#### Expected Result
No old and duplicate listing.

| priority | tooltip buy it at sell it at section displays old and duplicate listing build release issue when you hover your mouse icon over an item a tooltip will pop up with a section showing where you can purchase or sell that specific item it s under buy it at and sell it at section however both section somehow displays old listing and sometimes duplicate listing hovering your mouse icon over it sometimes shows an error not found this object does not exist reproduction steps join a world with stores already set example slg playtest server hover your mouse icon over an item eg huckleberry observe the tooltip buy it at and sell it at section actual result old and duplicate listing expected result no old and duplicate listing | 1 |
748,218 | 26,112,455,052 | IssuesEvent | 2022-12-27 22:28:57 | gamefreedomgit/Maelstrom | https://api.github.com/repos/gamefreedomgit/Maelstrom | closed | [Warlock] Jinx & Hunter Camouflage | Class: Warlock Spell PVP Priority: Medium Status: Needs Confirmation Bug Report from Discord | Jimmy17
OP
— Yesterday at 2:17 AM
[Jinx] debuff shouldn't remove hunter's camouflage if hunter is moving. | 1.0 | [Warlock] Jinx & Hunter Camouflage - Jimmy17
OP
— Yesterday at 2:17 AM
[Jinx] debuff shouldn't remove hunter's camouflage if hunter is moving. | priority | jinx hunter camouflage op — yesterday at am debuff shouldn t remove hunter s camouflage if hunter is moving | 1 |
727,321 | 25,031,462,419 | IssuesEvent | 2022-11-04 12:45:33 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | [YSQL] Add user documentation for `Avoid using plain text LDAP password via env variable` | kind/bug area/ysql priority/medium status/awaiting-triage | Jira Link: [DB-4033](https://yugabyte.atlassian.net/browse/DB-4033)
### Description
Changes made in this [issue](https://github.com/yugabyte/yugabyte-db/issues/13367) should be documented. | 1.0 | [YSQL] Add user documentation for `Avoid using plain text LDAP password via env variable` - Jira Link: [DB-4033](https://yugabyte.atlassian.net/browse/DB-4033)
### Description
Changes made in this [issue](https://github.com/yugabyte/yugabyte-db/issues/13367) should be documented. | priority | add user documentation for avoid using plain text ldap password via env variable jira link description changes made in this should be documented | 1 |
280,237 | 8,679,385,882 | IssuesEvent | 2018-11-30 23:35:15 | OpenEnergyDashboard/OED | https://api.github.com/repos/OpenEnergyDashboard/OED | opened | Down Migrations | i-good-first-issue p-medium-priority t-enhancement | All migrations should provide "down" state migrations so they can be reverted.
Down migrations can destroy data if needed. | 1.0 | Down Migrations - All migrations should provide "down" state migrations so they can be reverted.
Down migrations can destroy data if needed. | priority | down migrations all migrations should provide down state migrations so they can be reverted down migrations can destroy data if needed | 1 |
43,500 | 2,889,822,508 | IssuesEvent | 2015-06-13 19:55:52 | damonkohler/android-scripting | https://api.github.com/repos/damonkohler/android-scripting | closed | Add face detection API | auto-migrated Priority-Medium Type-Enhancement | ```
Face detection via camera preview frame would be nifty.
```
Original issue reported on code.google.com by `damonkoh...@gmail.com` on 2 Aug 2010 at 11:35 | 1.0 | Add face detection API - ```
Face detection via camera preview frame would be nifty.
```
Original issue reported on code.google.com by `damonkoh...@gmail.com` on 2 Aug 2010 at 11:35 | priority | add face detection api face detection via camera preview frame would be nifty original issue reported on code google com by damonkoh gmail com on aug at | 1 |
512,309 | 14,893,782,654 | IssuesEvent | 2021-01-21 06:13:48 | craftercms/craftercms | https://api.github.com/repos/craftercms/craftercms | closed | [studio-ui] Cannot create component or taxonomy content | bug priority: medium | ## Describe the bug
Cannot create component or taxonomy content when right-clicking on the Sidebar and selecting `Create Content`
## To Reproduce
Steps to reproduce the behavior:
1. Open the `Sidebar` and navigate to `components/article-widgets` folder
2. Right click on the `article-widgets` folder and click on `Create Content`
3. Notice that it opens a dialog to browse for a template instead of opening the form for `article-widgets` and there are no templates available listed
<img width="1080" alt="Screen Shot 2021-01-14 at 3 46 25 AM" src="https://user-images.githubusercontent.com/25483966/104624301-66b6bb00-5661-11eb-8451-e4ad85911685.png">
4. Try creating content with the other components or taxonomy and notice the same thing as mentioned above.
## Expected behavior
User should be able to create new component/taxonomy content
## Screenshots
{{If applicable, add screenshots to help explain your problem.}}
## Logs
Here's a short clip showing user cannot create content for components and taxonomy in new UI:
https://www.loom.com/share/45e190503c52461a80ccab8287286b10
## Specs
### Version
Studio Version Number: 4.0.0-SNAPSHOT-6a1a25
Build Number: 6a1a25316c7725e874ad331c3d8b19e285d502f1
Build Date/Time: 01-14-2021 10:44:06 -0500
### OS
macOS 10.15.6
### Browser
Chrome browser
## Additional context
In the 3.1 version of Studio, when you right click on the `article-widgets` folder and select `New Content`, the form for article-widgets opens
<img width="1307" alt="Screen Shot 2021-01-14 at 3 40 39 AM" src="https://user-images.githubusercontent.com/25483966/104624490-a382b200-5661-11eb-8818-c7ef20a1110c.png">
| 1.0 | [studio-ui] Cannot create component or taxonomy content - ## Describe the bug
Cannot create component or taxonomy content when right-clicking on the Sidebar and selecting `Create Content`
## To Reproduce
Steps to reproduce the behavior:
1. Open the `Sidebar` and navigate to `components/article-widgets` folder
2. Right click on the `article-widgets` folder and click on `Create Content`
3. Notice that it opens a dialog to browse for a template instead of opening the form for `article-widgets` and there are no templates available listed
<img width="1080" alt="Screen Shot 2021-01-14 at 3 46 25 AM" src="https://user-images.githubusercontent.com/25483966/104624301-66b6bb00-5661-11eb-8451-e4ad85911685.png">
4. Try creating content with the other components or taxonomy and notice the same thing as mentioned above.
## Expected behavior
User should be able to create new component/taxonomy content
## Screenshots
{{If applicable, add screenshots to help explain your problem.}}
## Logs
Here's a short clip showing user cannot create content for components and taxonomy in new UI:
https://www.loom.com/share/45e190503c52461a80ccab8287286b10
## Specs
### Version
Studio Version Number: 4.0.0-SNAPSHOT-6a1a25
Build Number: 6a1a25316c7725e874ad331c3d8b19e285d502f1
Build Date/Time: 01-14-2021 10:44:06 -0500
### OS
macOS 10.15.6
### Browser
Chrome browser
## Additional context
In the 3.1 version of Studio, when you right click on the `article-widgets` folder and select `New Content`, the form for article-widgets opens
<img width="1307" alt="Screen Shot 2021-01-14 at 3 40 39 AM" src="https://user-images.githubusercontent.com/25483966/104624490-a382b200-5661-11eb-8818-c7ef20a1110c.png">
| priority | cannot create component or taxonomy content describe the bug cannot create component or taxonomy content when right clicking on the sidebar and selecting create content to reproduce steps to reproduce the behavior open the sidebar and navigate to components article widgets folder right click on the article widgets folder and click on create content notice that it opens a dialog to browse for a template instead of opening the form for article widgets and there are no templates available listed img width alt screen shot at am src try creating content with the other components or taxonomy and notice the same thing as mentioned above expected behavior user should be able to create new component taxonomy content screenshots if applicable add screenshots to help explain your problem logs here s a short clip showing user cannot create content for components and taxonomy in new ui specs version studio version number snapshot build number build date time os macos browser chrome browser additional context in the version of studio when you right click on the article widgets folder and select new content the form for article widgets opens img width alt screen shot at am src | 1 |
186,148 | 6,733,817,837 | IssuesEvent | 2017-10-18 15:55:16 | vmware/vic | https://api.github.com/repos/vmware/vic | closed | 1-10-Docker-PS fails against vCenter | kind/quality priority/medium team/container | - Docker ps last container
- Docker ps last container with size
- Docker ps Remove container OOB
- Docker ps two containers
| 1.0 | 1-10-Docker-PS fails against vCenter - - Docker ps last container
- Docker ps last container with size
- Docker ps Remove container OOB
- Docker ps two containers
| priority | docker ps fails against vcenter docker ps last container docker ps last container with size docker ps remove container oob docker ps two containers | 1 |
137,392 | 5,308,919,591 | IssuesEvent | 2017-02-12 03:14:17 | ActionFPS/ActionFPS-Game | https://api.github.com/repos/ActionFPS/ActionFPS-Game | reopened | Let the server dump scores and statistics in JSON when a game ends | help wanted medium-priority | ## What?
Score/stats JSON dump by the server at intermission
## Why?
No parsing to do.
Much easier to add plenty of stats.
@ScalaWilliam help needed for specs.
libjsoncpp seems well-suited for this task. | 1.0 | Let the server dump scores and statistics in JSON when a game ends - ## What?
Score/stats JSON dump by the server at intermission
## Why?
No parsing to do.
Much easier to add plenty of stats.
@ScalaWilliam help needed for specs.
libjsoncpp seems well-suited for this task. | priority | let the server dump scores and statistics in json when a game ends what score stats json dump by the server at intermission why no parsing to do much easier to add plenty of stats scalawilliam help needed for specs libjsoncpp seems well suited for this task | 1 |
495,823 | 14,288,711,182 | IssuesEvent | 2020-11-23 18:06:33 | OpenSRP/opensrp-client-chw | https://api.github.com/repos/OpenSRP/opensrp-client-chw | closed | Allow the WASH form to be editable for a period of 24 hours | All WCARO flavors Has-PR Priority - 3 Size: Medium (2-3) enhancement | Right now, the WASH form is not editable after saving. It is read-only.
The client is asking that we allow the user to make edits to the WASH form for a period of 24 hours, similar to how we allow edits to the child home visit and other home visits for 24 hours after saving.
| 1.0 | Allow the WASH form to be editable for a period of 24 hours - Right now, the WASH form is not editable after saving. It is read-only.
The client is asking that we allow the user to make edits to the WASH form for a period of 24 hours, similar to how we allow edits to the child home visit and other home visits for 24 hours after saving.
| priority | allow the wash form to be editable for a period of hours right now the wash form is not editable after saving it is read only the client is asking that we allow the user to make edits to the wash form for a period of hours similar to how we allow edits to the child home visit and other home visits for hours after saving | 1 |
738,418 | 25,558,024,605 | IssuesEvent | 2022-11-30 08:36:19 | mintterteam/mintter | https://api.github.com/repos/mintterteam/mintter | closed | When two devices are on the same network, connection does not work | type: bug scope: daemon priority: medium platform: linux platform: windows platform: macos languages::Go | **Describe the bug**
When peering with another device, the connection phase does not work if both devices are on the same network.
EDIT: At home what happens when two devices are connected is that the router hangs so there is not internet connection at all and then no connection is possible after it (even with the `ping-p2p` tool.
**To Reproduce** Steps to reproduce the behavior:
1. Setup a mintter account or use an existing one
2. Start another device on the same network for example at home or at coworking or anything else that connects to the same router as the device in 1
3. Copy all addresses from device 1 and paste them in device 2
4. Connection error
**Expected behavior**
I would expect both devices connect properly as if they were in two separate networks
**Logs**
Connection with all address
```txt
2022-10-13T11:50:08.478+0200 DEBUG mintter/network mttnet/connect.go:40 ConnectFinished {"device": "bafzaajaiaejcbg5ogxxu7jmhkfuhonuco5dbqivfxxcruvyeipxk3g34ifigjm26", "error": "failed to establish connection to device bafzaajaiaejcbg5ogxxu7jmhkfuhonuco5dbqivfxxcruvyeipxk3g34ifigjm26: context canceled", "isMintterPeer": true}
```
Connection with localhost only address connecting node
```
2022-10-13T12:02:10.528+0200 DEBUG mintter/network mttnet/connect.go:40 ConnectFinished {"device": "bafzaajaiaejcbg5ogxxu7jmhkfuhonuco5dbqivfxxcruvyeipxk3g34ifigjm26", "error": "failed to handshake with device bafzaajaiaejcbg5ogxxu7jmhkfuhonuco5dbqivfxxcruvyeipxk3g34ifigjm26: rpc error: code = Unavailable desc = error reading from server: stream reset", "isMintterPeer": true}
```
Connection with localhost only address receiver node
```
panic: proof not found
goroutine 18457 [running]:
mintter/backend/mttnet.(*Node).handshakeInfo.func1()
/home/julio/Documents/mintter/plz-out/tmp/backend/mintterd._build/backend/mttnet/connect.go:177 +0x206
sync.(*Once).doSlow(0xc0014f0420?, 0xf7b1a2?)
/nix/store/dlpbgh2hqzk83gs4xhz3r1b0x24hfcpw-go-1.18.2/share/go/src/sync/once.go:68 +0xc2
sync.(*Once).Do(...)
/nix/store/dlpbgh2hqzk83gs4xhz3r1b0x24hfcpw-go-1.18.2/share/go/src/sync/once.go:59
mintter/backend/mttnet.(*Node).handshakeInfo(0xc00018f680?, {0x1a84018?, 0xc00334b290?})
/home/julio/Documents/mintter/plz-out/tmp/backend/mintterd._build/backend/mttnet/connect.go:157 +0x6e
mintter/backend/mttnet.(*rpcHandler).Handshake(0xc00061a238, {0x1a84018, 0xc00334b290}, 0x6c?)
/home/julio/Documents/mintter/plz-out/tmp/backend/mintterd._build/backend/mttnet/connect.go:153 +0x496
mintter/backend/genproto/p2p/v1alpha._P2P_Handshake_Handler({0x1598b00?, 0xc00061a238}, {0x1a84018, 0xc00334b290}, 0xc00309b570, 0x0)
/home/julio/Documents/mintter/plz-out/tmp/backend/mintterd._build/backend/genproto/p2p/v1alpha/p2p_grpc.pb.go:117 +0x170
google.golang.org/grpc.(*Server).processUnaryRPC(0xc000fc21e0, {0x1a8d528, 0xc003973380}, 0xc000316b40, 0xc0013b1350, 0x24073a0, 0x0)
/home/julio/go/pkg/mod/google.golang.org/grpc@v1.50.0/server.go:1318 +0xb0b
google.golang.org/grpc.(*Server).handleStream(0xc000fc21e0, {0x1a8d528, 0xc003973380}, 0xc000316b40, 0x0)
/home/julio/go/pkg/mod/google.golang.org/grpc@v1.50.0/server.go:1659 +0xa1b
google.golang.org/grpc.(*Server).serveStreams.func1.2()
/home/julio/go/pkg/mod/google.golang.org/grpc@v1.50.0/server.go:955 +0x98
created by google.golang.org/grpc.(*Server).serveStreams.func1
/home/julio/go/pkg/mod/google.golang.org/grpc@v1.50.0/server.go:953 +0x28a
```
**Desktop (please complete the following information):**
- OS: linux
**Additional context**
Using the tool ping-p2p from device 2 and using one of the device's 1 address works. This tool does a simple connect and communicates so physical visibility is checked. Also, since that connection goes through the relay, it discards problems in the relay itself. Moreover if I take the local address (the one that does not have `p2p-circuit` on it, it does not work either in mintter connection but works very fast with `p2p-circuit` tool
If instead of running two accounts in two sepparate devices I use the same device to run two different accounts (in different ports) then the internet connection is up but those accounts never get connected (connection loops indefinitely)
| 1.0 | When two devices are on the same network, connection does not work - **Describe the bug**
When peering with another device, the connection phase does not work if both devices are on the same network.
EDIT: At home what happens when two devices are connected is that the router hangs so there is not internet connection at all and then no connection is possible after it (even with the `ping-p2p` tool.
**To Reproduce** Steps to reproduce the behavior:
1. Setup a mintter account or use an existing one
2. Start another device on the same network for example at home or at coworking or anything else that connects to the same router as the device in 1
3. Copy all addresses from device 1 and paste them in device 2
4. Connection error
**Expected behavior**
I would expect both devices connect properly as if they were in two separate networks
**Logs**
Connection with all address
```txt
2022-10-13T11:50:08.478+0200 DEBUG mintter/network mttnet/connect.go:40 ConnectFinished {"device": "bafzaajaiaejcbg5ogxxu7jmhkfuhonuco5dbqivfxxcruvyeipxk3g34ifigjm26", "error": "failed to establish connection to device bafzaajaiaejcbg5ogxxu7jmhkfuhonuco5dbqivfxxcruvyeipxk3g34ifigjm26: context canceled", "isMintterPeer": true}
```
Connection with localhost only address connecting node
```
2022-10-13T12:02:10.528+0200 DEBUG mintter/network mttnet/connect.go:40 ConnectFinished {"device": "bafzaajaiaejcbg5ogxxu7jmhkfuhonuco5dbqivfxxcruvyeipxk3g34ifigjm26", "error": "failed to handshake with device bafzaajaiaejcbg5ogxxu7jmhkfuhonuco5dbqivfxxcruvyeipxk3g34ifigjm26: rpc error: code = Unavailable desc = error reading from server: stream reset", "isMintterPeer": true}
```
Connection with localhost only address receiver node
```
panic: proof not found
goroutine 18457 [running]:
mintter/backend/mttnet.(*Node).handshakeInfo.func1()
/home/julio/Documents/mintter/plz-out/tmp/backend/mintterd._build/backend/mttnet/connect.go:177 +0x206
sync.(*Once).doSlow(0xc0014f0420?, 0xf7b1a2?)
/nix/store/dlpbgh2hqzk83gs4xhz3r1b0x24hfcpw-go-1.18.2/share/go/src/sync/once.go:68 +0xc2
sync.(*Once).Do(...)
/nix/store/dlpbgh2hqzk83gs4xhz3r1b0x24hfcpw-go-1.18.2/share/go/src/sync/once.go:59
mintter/backend/mttnet.(*Node).handshakeInfo(0xc00018f680?, {0x1a84018?, 0xc00334b290?})
/home/julio/Documents/mintter/plz-out/tmp/backend/mintterd._build/backend/mttnet/connect.go:157 +0x6e
mintter/backend/mttnet.(*rpcHandler).Handshake(0xc00061a238, {0x1a84018, 0xc00334b290}, 0x6c?)
/home/julio/Documents/mintter/plz-out/tmp/backend/mintterd._build/backend/mttnet/connect.go:153 +0x496
mintter/backend/genproto/p2p/v1alpha._P2P_Handshake_Handler({0x1598b00?, 0xc00061a238}, {0x1a84018, 0xc00334b290}, 0xc00309b570, 0x0)
/home/julio/Documents/mintter/plz-out/tmp/backend/mintterd._build/backend/genproto/p2p/v1alpha/p2p_grpc.pb.go:117 +0x170
google.golang.org/grpc.(*Server).processUnaryRPC(0xc000fc21e0, {0x1a8d528, 0xc003973380}, 0xc000316b40, 0xc0013b1350, 0x24073a0, 0x0)
/home/julio/go/pkg/mod/google.golang.org/grpc@v1.50.0/server.go:1318 +0xb0b
google.golang.org/grpc.(*Server).handleStream(0xc000fc21e0, {0x1a8d528, 0xc003973380}, 0xc000316b40, 0x0)
/home/julio/go/pkg/mod/google.golang.org/grpc@v1.50.0/server.go:1659 +0xa1b
google.golang.org/grpc.(*Server).serveStreams.func1.2()
/home/julio/go/pkg/mod/google.golang.org/grpc@v1.50.0/server.go:955 +0x98
created by google.golang.org/grpc.(*Server).serveStreams.func1
/home/julio/go/pkg/mod/google.golang.org/grpc@v1.50.0/server.go:953 +0x28a
```
**Desktop (please complete the following information):**
- OS: linux
**Additional context**
Using the tool ping-p2p from device 2 and using one of the device's 1 address works. This tool does a simple connect and communicates so physical visibility is checked. Also, since that connection goes through the relay, it discards problems in the relay itself. Moreover if I take the local address (the one that does not have `p2p-circuit` on it, it does not work either in mintter connection but works very fast with `p2p-circuit` tool
If instead of running two accounts in two sepparate devices I use the same device to run two different accounts (in different ports) then the internet connection is up but those accounts never get connected (connection loops indefinitely)
| priority | when two devices are on the same network connection does not work describe the bug when peering with another device the connection phase does not work if both devices are on the same network edit at home what happens when two devices are connected is that the router hangs so there is not internet connection at all and then no connection is possible after it even with the ping tool to reproduce steps to reproduce the behavior setup a mintter account or use an existing one start another device on the same network for example at home or at coworking or anything else that connects to the same router as the device in copy all addresses from device and paste them in device connection error expected behavior i would expect both devices connect properly as if they were in two separate networks logs connection with all address txt debug mintter network mttnet connect go connectfinished device error failed to establish connection to device context canceled ismintterpeer true connection with localhost only address connecting node debug mintter network mttnet connect go connectfinished device error failed to handshake with device rpc error code unavailable desc error reading from server stream reset ismintterpeer true connection with localhost only address receiver node panic proof not found goroutine mintter backend mttnet node handshakeinfo home julio documents mintter plz out tmp backend mintterd build backend mttnet connect go sync once doslow nix store go share go src sync once go sync once do nix store go share go src sync once go mintter backend mttnet node handshakeinfo home julio documents mintter plz out tmp backend mintterd build backend mttnet connect go mintter backend mttnet rpchandler handshake home julio documents mintter plz out tmp backend mintterd build backend mttnet connect go mintter backend genproto handshake handler home julio documents mintter plz out tmp backend mintterd build backend genproto grpc pb go google golang org grpc server processunaryrpc home julio go pkg mod google golang org grpc server go google golang org grpc server handlestream home julio go pkg mod google golang org grpc server go google golang org grpc server servestreams home julio go pkg mod google golang org grpc server go created by google golang org grpc server servestreams home julio go pkg mod google golang org grpc server go desktop please complete the following information os linux additional context using the tool ping from device and using one of the device s address works this tool does a simple connect and communicates so physical visibility is checked also since that connection goes through the relay it discards problems in the relay itself moreover if i take the local address the one that does not have circuit on it it does not work either in mintter connection but works very fast with circuit tool if instead of running two accounts in two sepparate devices i use the same device to run two different accounts in different ports then the internet connection is up but those accounts never get connected connection loops indefinitely | 1 |
21,261 | 2,637,284,152 | IssuesEvent | 2015-03-10 12:10:36 | 29th/personnel | https://api.github.com/repos/29th/personnel | closed | Feature: Rewrite gameserver updating scripts | help wanted medium-priority other | Scripts that update the list of members / their ranks and assignments on game servers need to be rewritten to work with new personnel system | 1.0 | Feature: Rewrite gameserver updating scripts - Scripts that update the list of members / their ranks and assignments on game servers need to be rewritten to work with new personnel system | priority | feature rewrite gameserver updating scripts scripts that update the list of members their ranks and assignments on game servers need to be rewritten to work with new personnel system | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.