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 844 | labels stringlengths 4 721 | body stringlengths 1 261k | index stringclasses 12 values | text_combine stringlengths 96 261k | label stringclasses 2 values | text stringlengths 96 248k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
646,807 | 21,076,087,864 | IssuesEvent | 2022-04-02 06:40:58 | grage03/prello | https://api.github.com/repos/grage03/prello | closed | React without jsx | frontend low priority | It will be convenient to use a component that allows you to create various elements of the dom tree without creating a factory or a huge number of conditions. | 1.0 | React without jsx - It will be convenient to use a component that allows you to create various elements of the dom tree without creating a factory or a huge number of conditions. | priority | react without jsx it will be convenient to use a component that allows you to create various elements of the dom tree without creating a factory or a huge number of conditions | 1 |
748,378 | 26,120,015,585 | IssuesEvent | 2022-12-28 11:25:52 | KinsonDigital/Velaptor | https://api.github.com/repos/KinsonDigital/Velaptor | closed | 🚧Add name and GUID props to reactor types | ✨new feature low priority preview | ### I have done the items below . . .
- [X] I have updated the title by replacing the '**_<title_**>' section.
### Description
For the `IReactor` and `Reactor` types, add 2 properties that can be used to uniquely identify the `Reactor` implementation that is being subscribed to a `Reactable`.
**Name Property:**
This property should be a `string` property named **Name**. This property should have a getter and a setter to allow the user to give it a unique name to help identify the `Reactor` for debugging purposes.
**ID Property:**
This property should be a `GUID` property named **ID**. This property should be readonly and the `GUID` value should be generated upon creation. This will give a way for every single subscription to be unique. This can also help with debugging in the future.
### Acceptance Criteria
**This issue is finished when:**
- [ ] Add a property named **Name** of type `string` to the `IReactor` and `Reactor` types.
- [ ] Add a property named **ID** of type `GUID` to the `IReactor` and `Reactor` types.
- [ ] Code documentation added if required
- [ ] Unit tests added
- [ ] All unit tests pass
### ToDo Items
- [ ] Draft pull request created and linked to this issue
- [X] Priority label added to issue (**_low priority_**, **_medium priority_**, or **_high priority_**)
- [ ] Issue linked to the proper project
- [X] Issue linked to proper milestone
### Issue Dependencies
_No response_
### Related Work
_No response_
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct | 1.0 | 🚧Add name and GUID props to reactor types - ### I have done the items below . . .
- [X] I have updated the title by replacing the '**_<title_**>' section.
### Description
For the `IReactor` and `Reactor` types, add 2 properties that can be used to uniquely identify the `Reactor` implementation that is being subscribed to a `Reactable`.
**Name Property:**
This property should be a `string` property named **Name**. This property should have a getter and a setter to allow the user to give it a unique name to help identify the `Reactor` for debugging purposes.
**ID Property:**
This property should be a `GUID` property named **ID**. This property should be readonly and the `GUID` value should be generated upon creation. This will give a way for every single subscription to be unique. This can also help with debugging in the future.
### Acceptance Criteria
**This issue is finished when:**
- [ ] Add a property named **Name** of type `string` to the `IReactor` and `Reactor` types.
- [ ] Add a property named **ID** of type `GUID` to the `IReactor` and `Reactor` types.
- [ ] Code documentation added if required
- [ ] Unit tests added
- [ ] All unit tests pass
### ToDo Items
- [ ] Draft pull request created and linked to this issue
- [X] Priority label added to issue (**_low priority_**, **_medium priority_**, or **_high priority_**)
- [ ] Issue linked to the proper project
- [X] Issue linked to proper milestone
### Issue Dependencies
_No response_
### Related Work
_No response_
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct | priority | 🚧add name and guid props to reactor types i have done the items below i have updated the title by replacing the section description for the ireactor and reactor types add properties that can be used to uniquely identify the reactor implementation that is being subscribed to a reactable name property this property should be a string property named name this property should have a getter and a setter to allow the user to give it a unique name to help identify the reactor for debugging purposes id property this property should be a guid property named id this property should be readonly and the guid value should be generated upon creation this will give a way for every single subscription to be unique this can also help with debugging in the future acceptance criteria this issue is finished when add a property named name of type string to the ireactor and reactor types add a property named id of type guid to the ireactor and reactor types code documentation added if required unit tests added all unit tests pass todo items draft pull request created and linked to this issue priority label added to issue low priority medium priority or high priority issue linked to the proper project issue linked to proper milestone issue dependencies no response related work no response code of conduct i agree to follow this project s code of conduct | 1 |
90,339 | 3,814,616,102 | IssuesEvent | 2016-03-28 14:19:20 | nprapps/app-template | https://api.github.com/repos/nprapps/app-template | closed | Google docs erroring with "WebLoginRequired" | Priority: Low | I've been trying to learn how to use the NPR app template. We are on Windows machines here, so I'm running the template on a FreeBSD server.
When I tried to test `fab text.update`, the the gdocs.py file kept erroring out on line 70. After some poking around, I found that this was being returned by the ClientLogin request:
```
Error=BadAuthentication
Url=https://www.google.com/accounts/ContinueSignIn?sarp=1&scc=1&plt=[hash snipped]
Info=WebLoginRequired
```
I didn't have a way to do a web login from this machine, since it's a remote server. But eventually I was able to fix it. FWIW, here's what I did:
* Enabling [access to less secure apps](https://www.google.com/settings/security/lesssecureapps) from my local machine
* Clicking "continue" on the [Allow access to your Google account](https://accounts.google.com/DisplayUnlockCaptcha) page from my local machine
Maybe worth adding a check for BadAuthentication errors, and prompt the user to fix it? | 1.0 | Google docs erroring with "WebLoginRequired" - I've been trying to learn how to use the NPR app template. We are on Windows machines here, so I'm running the template on a FreeBSD server.
When I tried to test `fab text.update`, the the gdocs.py file kept erroring out on line 70. After some poking around, I found that this was being returned by the ClientLogin request:
```
Error=BadAuthentication
Url=https://www.google.com/accounts/ContinueSignIn?sarp=1&scc=1&plt=[hash snipped]
Info=WebLoginRequired
```
I didn't have a way to do a web login from this machine, since it's a remote server. But eventually I was able to fix it. FWIW, here's what I did:
* Enabling [access to less secure apps](https://www.google.com/settings/security/lesssecureapps) from my local machine
* Clicking "continue" on the [Allow access to your Google account](https://accounts.google.com/DisplayUnlockCaptcha) page from my local machine
Maybe worth adding a check for BadAuthentication errors, and prompt the user to fix it? | priority | google docs erroring with webloginrequired i ve been trying to learn how to use the npr app template we are on windows machines here so i m running the template on a freebsd server when i tried to test fab text update the the gdocs py file kept erroring out on line after some poking around i found that this was being returned by the clientlogin request error badauthentication url info webloginrequired i didn t have a way to do a web login from this machine since it s a remote server but eventually i was able to fix it fwiw here s what i did enabling from my local machine clicking continue on the page from my local machine maybe worth adding a check for badauthentication errors and prompt the user to fix it | 1 |
825,062 | 31,241,457,275 | IssuesEvent | 2023-08-20 22:52:48 | Stoklomolvi/Spearhead-Public | https://api.github.com/repos/Stoklomolvi/Spearhead-Public | opened | [BUG] Fire Flare ability description incorrectly states that it reveals camo | bug low priority | **Game Version:** Ironside Version 1.2.3.2
**Summary of Bug:** fire flare ability cannot reveal camouflaged unit
**Steps to Reproduce:**
-deploy recon unit from T1 building (120 MP unit)
-fire flare near location to where camouflaged enemy units are
**Expected Outcome:** i saw fire flare tooltip description "enemy camo unit revealed by flare" so i did test
**Actual Outcome:** not revealed
---
**Additional Information:** N/A
**Attachments:**

**Reporter:** Discord user fish12.
| 1.0 | [BUG] Fire Flare ability description incorrectly states that it reveals camo - **Game Version:** Ironside Version 1.2.3.2
**Summary of Bug:** fire flare ability cannot reveal camouflaged unit
**Steps to Reproduce:**
-deploy recon unit from T1 building (120 MP unit)
-fire flare near location to where camouflaged enemy units are
**Expected Outcome:** i saw fire flare tooltip description "enemy camo unit revealed by flare" so i did test
**Actual Outcome:** not revealed
---
**Additional Information:** N/A
**Attachments:**

**Reporter:** Discord user fish12.
| priority | fire flare ability description incorrectly states that it reveals camo game version ironside version summary of bug fire flare ability cannot reveal camouflaged unit steps to reproduce deploy recon unit from building mp unit fire flare near location to where camouflaged enemy units are expected outcome i saw fire flare tooltip description enemy camo unit revealed by flare so i did test actual outcome not revealed additional information n a attachments reporter discord user | 1 |
778,728 | 27,326,911,695 | IssuesEvent | 2023-02-25 05:34:31 | YAPP-Github/21st-Web-Team-2-FE | https://api.github.com/repos/YAPP-Github/21st-Web-Team-2-FE | closed | [refactor] UX 개선 - 태그를 입력 하면 스크롤을 해야 추가된 태그들을 확인할 수 있음 | ♻️ refactor 🐌 priority:low | ## 💡 목적

- 태그 입력 후 Enter 를 누르면 태그가 잘 나오지만, 사용자가 스크롤을 내려야 확인할 수 있음
=> UX 를 개선하기 위해 Enter 치면 자동으로 내려가던가 처음부터 태그가 나오도록 UI 개선하면 좋을듯!
- 그리고 태그 박스와 수정 버튼 border-top 이 겹쳐져서 띄우는 것도 좋아보임
## 📝 Todo
- [ ] ux 개선
## ‼️ 주의 사항
| 1.0 | [refactor] UX 개선 - 태그를 입력 하면 스크롤을 해야 추가된 태그들을 확인할 수 있음 - ## 💡 목적

- 태그 입력 후 Enter 를 누르면 태그가 잘 나오지만, 사용자가 스크롤을 내려야 확인할 수 있음
=> UX 를 개선하기 위해 Enter 치면 자동으로 내려가던가 처음부터 태그가 나오도록 UI 개선하면 좋을듯!
- 그리고 태그 박스와 수정 버튼 border-top 이 겹쳐져서 띄우는 것도 좋아보임
## 📝 Todo
- [ ] ux 개선
## ‼️ 주의 사항
| priority | ux 개선 태그를 입력 하면 스크롤을 해야 추가된 태그들을 확인할 수 있음 💡 목적 태그 입력 후 enter 를 누르면 태그가 잘 나오지만 사용자가 스크롤을 내려야 확인할 수 있음 ux 를 개선하기 위해 enter 치면 자동으로 내려가던가 처음부터 태그가 나오도록 ui 개선하면 좋을듯 그리고 태그 박스와 수정 버튼 border top 이 겹쳐져서 띄우는 것도 좋아보임 📝 todo ux 개선 ‼️ 주의 사항 | 1 |
72,863 | 3,392,139,455 | IssuesEvent | 2015-11-30 18:18:25 | thesgc/chembiohub_helpdesk | https://api.github.com/repos/thesgc/chembiohub_helpdesk | closed | Updates needed on Help page.
The sample searches are mostly instance / user specific. I'm not sure | app: ChemReg enhancement name: Karen priority: Low status: New | Updates needed on Help page.
The sample searches are mostly instance / user specific. I'm not sure what examples we could provide that would be generically useful - should we remove this?
The text for file submission needs updating (assumes previous mapping approach. For Excel, I suggest:
ChemReg can accept Excel .XLSX files (newer Office versions)
Column headers must be in the top row, and all data must be organised in the relevant columns underneath. Figures and/or images cannot currently be accepted, although URLs are acceptable.
On submission of an Excel file, a column may contain structural information (e.g. SMILES). If there is a column labelled as SMILES this will be automatically mapped, otherwise the user will need to select the appropriate column name. This will ensure a compound structure is drawn in the system following submission.
An Excel file may be submitted containing no structural information. In this case, the application will assign each record with a unique ID as normal but with no structure information. | 1.0 | Updates needed on Help page.
The sample searches are mostly instance / user specific. I'm not sure - Updates needed on Help page.
The sample searches are mostly instance / user specific. I'm not sure what examples we could provide that would be generically useful - should we remove this?
The text for file submission needs updating (assumes previous mapping approach. For Excel, I suggest:
ChemReg can accept Excel .XLSX files (newer Office versions)
Column headers must be in the top row, and all data must be organised in the relevant columns underneath. Figures and/or images cannot currently be accepted, although URLs are acceptable.
On submission of an Excel file, a column may contain structural information (e.g. SMILES). If there is a column labelled as SMILES this will be automatically mapped, otherwise the user will need to select the appropriate column name. This will ensure a compound structure is drawn in the system following submission.
An Excel file may be submitted containing no structural information. In this case, the application will assign each record with a unique ID as normal but with no structure information. | priority | updates needed on help page the sample searches are mostly instance user specific i m not sure updates needed on help page the sample searches are mostly instance user specific i m not sure what examples we could provide that would be generically useful should we remove this the text for file submission needs updating assumes previous mapping approach for excel i suggest chemreg can accept excel xlsx files newer office versions column headers must be in the top row and all data must be organised in the relevant columns underneath figures and or images cannot currently be accepted although urls are acceptable on submission of an excel file a column may contain structural information e g smiles if there is a column labelled as smiles this will be automatically mapped otherwise the user will need to select the appropriate column name this will ensure a compound structure is drawn in the system following submission an excel file may be submitted containing no structural information in this case the application will assign each record with a unique id as normal but with no structure information | 1 |
762,110 | 26,708,924,087 | IssuesEvent | 2023-01-27 21:06:09 | geobtaa/geomg | https://api.github.com/repos/geobtaa/geomg | opened | For new draft items, clicking "Versions" throws an error | type:bug priority:low | What happens:
1. Create a new document in GEOMG
2. Reopen the document
3. Click "Versions"
4. See "We're sorry" rails error
What should happen:
If there are no versions to see, the user should either not be able to click it OR an informative error page should explain that there are no versions to show. | 1.0 | For new draft items, clicking "Versions" throws an error - What happens:
1. Create a new document in GEOMG
2. Reopen the document
3. Click "Versions"
4. See "We're sorry" rails error
What should happen:
If there are no versions to see, the user should either not be able to click it OR an informative error page should explain that there are no versions to show. | priority | for new draft items clicking versions throws an error what happens create a new document in geomg reopen the document click versions see we re sorry rails error what should happen if there are no versions to see the user should either not be able to click it or an informative error page should explain that there are no versions to show | 1 |
827,417 | 31,771,708,106 | IssuesEvent | 2023-09-12 12:13:40 | awslabs/aws-dataall | https://api.github.com/repos/awslabs/aws-dataall | opened | Upgrade data.all pipelines DDK version to DDK v2 | type: enhancement priority: medium status: not-picked-yet effort: low effort: medium | **Is your idea related to a problem? Please describe.**
Currently data.all pipelines use DDK version 1. We rely on `ddk bootstrap` commands, which is no longer used by DDK. DDK v2 allows us to use CDK bootstrap directly making it easier for us to work on our data pipelines.
**Describe the solution you'd like**
We would like data.all to upgrade to use the DDK v2. We have identified some places where we will need some changes:
- in the CICD pipeline stacks that we deploy we need to subsitute any `ddk deploy` command by `cdk deploy`
- same for the backend of data.all, replace `ddk deploy` by `cdk deploy`
- change the `app.py` that we create to include the `config_path` to the `ddk.json`
*P.S. Don't attach files. Please, prefer add code snippets directly in the message body.*
| 1.0 | Upgrade data.all pipelines DDK version to DDK v2 - **Is your idea related to a problem? Please describe.**
Currently data.all pipelines use DDK version 1. We rely on `ddk bootstrap` commands, which is no longer used by DDK. DDK v2 allows us to use CDK bootstrap directly making it easier for us to work on our data pipelines.
**Describe the solution you'd like**
We would like data.all to upgrade to use the DDK v2. We have identified some places where we will need some changes:
- in the CICD pipeline stacks that we deploy we need to subsitute any `ddk deploy` command by `cdk deploy`
- same for the backend of data.all, replace `ddk deploy` by `cdk deploy`
- change the `app.py` that we create to include the `config_path` to the `ddk.json`
*P.S. Don't attach files. Please, prefer add code snippets directly in the message body.*
| priority | upgrade data all pipelines ddk version to ddk is your idea related to a problem please describe currently data all pipelines use ddk version we rely on ddk bootstrap commands which is no longer used by ddk ddk allows us to use cdk bootstrap directly making it easier for us to work on our data pipelines describe the solution you d like we would like data all to upgrade to use the ddk we have identified some places where we will need some changes in the cicd pipeline stacks that we deploy we need to subsitute any ddk deploy command by cdk deploy same for the backend of data all replace ddk deploy by cdk deploy change the app py that we create to include the config path to the ddk json p s don t attach files please prefer add code snippets directly in the message body | 1 |
828,435 | 31,828,713,142 | IssuesEvent | 2023-09-14 09:12:05 | thesaurus-linguae-aegyptiae/tla-web | https://api.github.com/repos/thesaurus-linguae-aegyptiae/tla-web | closed | Textsätze-Seite: Hinweis auf Satz-Kommentare einblenden | feature request low priority | **Stand**
Satzkommentare werden auf der Sätzeseite angezeigt.
**To do**
Zusätzlich soll auf der Textsätzeseite (u.U. auch Belegstellensuche-Liste) ein Hinweis "Mit Kommentar" angezeigt werden.
Leider lässt sich dies nicht, wie auf der Sätzeseite, elegant durch die Inspection von `related.BTSComment` ermitteln, da die Suchergebnisse offenbar keine related haben.
Daher sollte analog zu isArtificiallyAligned und hasGlyphs im Datenmodell eine Variable hasComment (und auch hasAnnotation) hinzugefügt werden, die dann abgeprüft werden kann.
Vorbereitet hier:
https://github.com/thesaurus-linguae-aegyptiae/tla-web/blob/87775b15cba0d1aeacc346b0705a8797edd8c89b/src/main/resources/templates/fragments/search/results.html#L124 | 1.0 | Textsätze-Seite: Hinweis auf Satz-Kommentare einblenden - **Stand**
Satzkommentare werden auf der Sätzeseite angezeigt.
**To do**
Zusätzlich soll auf der Textsätzeseite (u.U. auch Belegstellensuche-Liste) ein Hinweis "Mit Kommentar" angezeigt werden.
Leider lässt sich dies nicht, wie auf der Sätzeseite, elegant durch die Inspection von `related.BTSComment` ermitteln, da die Suchergebnisse offenbar keine related haben.
Daher sollte analog zu isArtificiallyAligned und hasGlyphs im Datenmodell eine Variable hasComment (und auch hasAnnotation) hinzugefügt werden, die dann abgeprüft werden kann.
Vorbereitet hier:
https://github.com/thesaurus-linguae-aegyptiae/tla-web/blob/87775b15cba0d1aeacc346b0705a8797edd8c89b/src/main/resources/templates/fragments/search/results.html#L124 | priority | textsätze seite hinweis auf satz kommentare einblenden stand satzkommentare werden auf der sätzeseite angezeigt to do zusätzlich soll auf der textsätzeseite u u auch belegstellensuche liste ein hinweis mit kommentar angezeigt werden leider lässt sich dies nicht wie auf der sätzeseite elegant durch die inspection von related btscomment ermitteln da die suchergebnisse offenbar keine related haben daher sollte analog zu isartificiallyaligned und hasglyphs im datenmodell eine variable hascomment und auch hasannotation hinzugefügt werden die dann abgeprüft werden kann vorbereitet hier | 1 |
701,567 | 24,100,159,083 | IssuesEvent | 2022-09-19 23:15:53 | googleapis/nodejs-dialogflow | https://api.github.com/repos/googleapis/nodejs-dialogflow | closed | create session entity type: "after all" hook: delete the created entity type for "should Create a Session Entity Type" failed | priority: p1 type: bug api: dialogflow flakybot: issue | This test failed!
To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot).
If I'm commenting on this issue too often, add the `flakybot: quiet` label and
I will stop commenting.
---
commit: 2492264ffa536521b794eff60c60bbe2def57b9b
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/ab297242-368e-4396-b35c-3c742b96249a), [Sponge](http://sponge2/ab297242-368e-4396-b35c-3c742b96249a)
status: failed
<details><summary>Test output</summary><br><pre>Cannot read property 'toString' of undefined
TypeError: Cannot read property 'toString' of undefined
at PathTemplate.render (/workspace/node_modules/google-gax/build/src/pathTemplate.js:114:37)
-> /workspace/node_modules/google-gax/src/pathTemplate.ts:144:31
at EntityTypesClient.projectAgentEntityTypePath (/workspace/build/src/v2/entity_types_client.js:1035:70)
-> /workspace/src/v2/entity_types_client.ts:2398:66
at Context.<anonymous> (system-test/create-session-entity-type.test.js:60:20)</pre></details> | 1.0 | create session entity type: "after all" hook: delete the created entity type for "should Create a Session Entity Type" failed - This test failed!
To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot).
If I'm commenting on this issue too often, add the `flakybot: quiet` label and
I will stop commenting.
---
commit: 2492264ffa536521b794eff60c60bbe2def57b9b
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/ab297242-368e-4396-b35c-3c742b96249a), [Sponge](http://sponge2/ab297242-368e-4396-b35c-3c742b96249a)
status: failed
<details><summary>Test output</summary><br><pre>Cannot read property 'toString' of undefined
TypeError: Cannot read property 'toString' of undefined
at PathTemplate.render (/workspace/node_modules/google-gax/build/src/pathTemplate.js:114:37)
-> /workspace/node_modules/google-gax/src/pathTemplate.ts:144:31
at EntityTypesClient.projectAgentEntityTypePath (/workspace/build/src/v2/entity_types_client.js:1035:70)
-> /workspace/src/v2/entity_types_client.ts:2398:66
at Context.<anonymous> (system-test/create-session-entity-type.test.js:60:20)</pre></details> | priority | create session entity type after all hook delete the created entity type for should create a session entity type failed this test failed to configure my behavior see if i m commenting on this issue too often add the flakybot quiet label and i will stop commenting commit buildurl status failed test output cannot read property tostring of undefined typeerror cannot read property tostring of undefined at pathtemplate render workspace node modules google gax build src pathtemplate js workspace node modules google gax src pathtemplate ts at entitytypesclient projectagententitytypepath workspace build src entity types client js workspace src entity types client ts at context system test create session entity type test js | 1 |
285,512 | 8,761,557,792 | IssuesEvent | 2018-12-16 18:37:47 | netdata/netdata | https://api.github.com/repos/netdata/netdata | closed | Cannot update & cannot disable mail logging of events | area/health area/packaging bug priority/low | root@MCTime:~# /etc/cron.daily/netdata-updater
sab 3 nov 2018, 21.51.00, CET : INFO: Running on a terminal - (this script also supports running headless from crontab)
sab 3 nov 2018, 21.51.00, CET : INFO: Updating netdata source from github...
error: Pulling is not possible because you have unmerged files.
suggerimento: Fix them up in the work tree, and then use 'git add/rm <file>'
suggerimento: as appropriate to mark resolution and make a commit.
fatal: Exiting because of an unresolved conflict.
sab 3 nov 2018, 21.51.00, CET : ERROR: FAILED TO UPDATE NETDATA : CANNOT FETCH LATEST SOURCE (use -f for force re-install)
root@MCTime:~#
Cannot send .sh file due to telegram's bot token that are write into | 1.0 | Cannot update & cannot disable mail logging of events - root@MCTime:~# /etc/cron.daily/netdata-updater
sab 3 nov 2018, 21.51.00, CET : INFO: Running on a terminal - (this script also supports running headless from crontab)
sab 3 nov 2018, 21.51.00, CET : INFO: Updating netdata source from github...
error: Pulling is not possible because you have unmerged files.
suggerimento: Fix them up in the work tree, and then use 'git add/rm <file>'
suggerimento: as appropriate to mark resolution and make a commit.
fatal: Exiting because of an unresolved conflict.
sab 3 nov 2018, 21.51.00, CET : ERROR: FAILED TO UPDATE NETDATA : CANNOT FETCH LATEST SOURCE (use -f for force re-install)
root@MCTime:~#
Cannot send .sh file due to telegram's bot token that are write into | priority | cannot update cannot disable mail logging of events root mctime etc cron daily netdata updater sab nov cet info running on a terminal this script also supports running headless from crontab sab nov cet info updating netdata source from github error pulling is not possible because you have unmerged files suggerimento fix them up in the work tree and then use git add rm suggerimento as appropriate to mark resolution and make a commit fatal exiting because of an unresolved conflict sab nov cet error failed to update netdata cannot fetch latest source use f for force re install root mctime cannot send sh file due to telegram s bot token that are write into | 1 |
580,762 | 17,266,016,911 | IssuesEvent | 2021-07-22 13:53:40 | episphere/connectApp | https://api.github.com/repos/episphere/connectApp | opened | [MHGROUP9] the answer choice "UTERUS REMOVED (A HYSTERECTOMY)" is inconsistent with others because of the "a" before hysterectomy. | Low Priority MVP Mod 1 Typo | [MHGROUP9] in the question "Have you ever had any of these surgeries? Select all that apply." the answer choice "UTERUS REMOVED (A HYSTERECTOMY)" is inconsistent with others because of the "a" before hysterectomy. | 1.0 | [MHGROUP9] the answer choice "UTERUS REMOVED (A HYSTERECTOMY)" is inconsistent with others because of the "a" before hysterectomy. - [MHGROUP9] in the question "Have you ever had any of these surgeries? Select all that apply." the answer choice "UTERUS REMOVED (A HYSTERECTOMY)" is inconsistent with others because of the "a" before hysterectomy. | priority | the answer choice uterus removed a hysterectomy is inconsistent with others because of the a before hysterectomy in the question have you ever had any of these surgeries select all that apply the answer choice uterus removed a hysterectomy is inconsistent with others because of the a before hysterectomy | 1 |
508,716 | 14,704,977,772 | IssuesEvent | 2021-01-04 17:20:21 | wp-media/wp-rocket | https://api.github.com/repos/wp-media/wp-rocket | closed | PHP notice when picture element doesn't contain any source tags | effort: [XS] module: lazyload priority: low type: bug | **Describe the bug**
When the `<picture>` element does not contain a `<source>` tags PHP notice appears into the logs:
`[01-Sep-2020 07:58:56 UTC] PHP Notice: Undefined variable: lazy_sources in /***/wp-content/plugins/wp-rocket/vendor/wp-media/rocket-lazyload-common/src/Image.php on line 273`
https://github.com/wp-media/rocket-lazyload-common/blob/09bdc9a550b8bd1197c155a98e17c45adcb190af/src/Image.php#L273
**To Reproduce**
Steps to reproduce the behavior:
1. Enable lazy load for images
2. Add `<picture>` element without `<source>` tags to the page or post and save it
3. Open the said page or post in incognito/private browser mode
4. Check the debug.log
**Expected behavior**
No new lines in the log file.
**Additional context**
Sugested solution: [changing line 273 to](https://github.com/wp-media/rocket-lazyload-common/blob/master/src/Image.php#L273): `if ( !isset( $lazy_sources ) || 0 === $lazy_sources )`
Ticket: https://secure.helpscout.net/conversation/1269795281/0/?folderId=3572910
**Backlog Grooming (for WP Media dev team use only)**
- [ ] Reproduce the problem
- [ ] Identify the root cause
- [ ] Scope a solution
- [ ] Estimate the effort
| 1.0 | PHP notice when picture element doesn't contain any source tags - **Describe the bug**
When the `<picture>` element does not contain a `<source>` tags PHP notice appears into the logs:
`[01-Sep-2020 07:58:56 UTC] PHP Notice: Undefined variable: lazy_sources in /***/wp-content/plugins/wp-rocket/vendor/wp-media/rocket-lazyload-common/src/Image.php on line 273`
https://github.com/wp-media/rocket-lazyload-common/blob/09bdc9a550b8bd1197c155a98e17c45adcb190af/src/Image.php#L273
**To Reproduce**
Steps to reproduce the behavior:
1. Enable lazy load for images
2. Add `<picture>` element without `<source>` tags to the page or post and save it
3. Open the said page or post in incognito/private browser mode
4. Check the debug.log
**Expected behavior**
No new lines in the log file.
**Additional context**
Sugested solution: [changing line 273 to](https://github.com/wp-media/rocket-lazyload-common/blob/master/src/Image.php#L273): `if ( !isset( $lazy_sources ) || 0 === $lazy_sources )`
Ticket: https://secure.helpscout.net/conversation/1269795281/0/?folderId=3572910
**Backlog Grooming (for WP Media dev team use only)**
- [ ] Reproduce the problem
- [ ] Identify the root cause
- [ ] Scope a solution
- [ ] Estimate the effort
| priority | php notice when picture element doesn t contain any source tags describe the bug when the element does not contain a tags php notice appears into the logs php notice undefined variable lazy sources in wp content plugins wp rocket vendor wp media rocket lazyload common src image php on line to reproduce steps to reproduce the behavior enable lazy load for images add element without tags to the page or post and save it open the said page or post in incognito private browser mode check the debug log expected behavior no new lines in the log file additional context sugested solution if isset lazy sources lazy sources ticket backlog grooming for wp media dev team use only reproduce the problem identify the root cause scope a solution estimate the effort | 1 |
206,681 | 7,114,815,200 | IssuesEvent | 2018-01-18 02:55:10 | Andu2/FEH-Mass-Simulator | https://api.github.com/repos/Andu2/FEH-Mass-Simulator | closed | Results Options carry over imperfectly to duplicated Chrome tab | bug feature priority:low | If a tab of the simulator is duplicated (right click tab -> duplicate), with options selected in the Result Options section (Color, Range, Type, View, Sort), the option will still be visually be selected, but will not be logically selected (Results use defaults instead of what is visually selected).
I recognize that this is somewhat undefined behavior, so I understand if it's wontfix.
(That said, if chrome duplication is something you're interested in supporting, making the whole config carry over would be pretty great.) | 1.0 | Results Options carry over imperfectly to duplicated Chrome tab - If a tab of the simulator is duplicated (right click tab -> duplicate), with options selected in the Result Options section (Color, Range, Type, View, Sort), the option will still be visually be selected, but will not be logically selected (Results use defaults instead of what is visually selected).
I recognize that this is somewhat undefined behavior, so I understand if it's wontfix.
(That said, if chrome duplication is something you're interested in supporting, making the whole config carry over would be pretty great.) | priority | results options carry over imperfectly to duplicated chrome tab if a tab of the simulator is duplicated right click tab duplicate with options selected in the result options section color range type view sort the option will still be visually be selected but will not be logically selected results use defaults instead of what is visually selected i recognize that this is somewhat undefined behavior so i understand if it s wontfix that said if chrome duplication is something you re interested in supporting making the whole config carry over would be pretty great | 1 |
168,399 | 6,370,791,324 | IssuesEvent | 2017-08-01 14:50:53 | tardis-sn/tardis | https://api.github.com/repos/tardis-sn/tardis | closed | GUI project | feature request gui priority - low Work in progress | This project involves transforming the current rudimentary GUI into a more fully fletched analysis tool that will also allow TARDIS to be executed.
Suggestions for the PR:
1. Get familiar with the code and the current problems pyside/pyqt
2. As seen on the ideas page the concentric shells are displayed as an Ellipse. Make the figure in a way that they are circles.
Over the summer:
1. Make sure the GUI runs on a wide array of platforms
2. Generate a input form for TARDIS yaml file
3. Run TARDIS and display the output.
4. Make this into a standalone application.
| 1.0 | GUI project - This project involves transforming the current rudimentary GUI into a more fully fletched analysis tool that will also allow TARDIS to be executed.
Suggestions for the PR:
1. Get familiar with the code and the current problems pyside/pyqt
2. As seen on the ideas page the concentric shells are displayed as an Ellipse. Make the figure in a way that they are circles.
Over the summer:
1. Make sure the GUI runs on a wide array of platforms
2. Generate a input form for TARDIS yaml file
3. Run TARDIS and display the output.
4. Make this into a standalone application.
| priority | gui project this project involves transforming the current rudimentary gui into a more fully fletched analysis tool that will also allow tardis to be executed suggestions for the pr get familiar with the code and the current problems pyside pyqt as seen on the ideas page the concentric shells are displayed as an ellipse make the figure in a way that they are circles over the summer make sure the gui runs on a wide array of platforms generate a input form for tardis yaml file run tardis and display the output make this into a standalone application | 1 |
636,347 | 20,598,019,968 | IssuesEvent | 2022-03-05 20:31:24 | stax76/mpv.net | https://api.github.com/repos/stax76/mpv.net | closed | Playlist Feature | question priority low | This template is meant for usage questions of mpv.net.
Hello.
Do the playlist feature work similar to other players or in another way? | 1.0 | Playlist Feature - This template is meant for usage questions of mpv.net.
Hello.
Do the playlist feature work similar to other players or in another way? | priority | playlist feature this template is meant for usage questions of mpv net hello do the playlist feature work similar to other players or in another way | 1 |
541,107 | 15,821,563,045 | IssuesEvent | 2021-04-05 20:44:04 | radical-cybertools/radical.pilot | https://api.github.com/repos/radical-cybertools/radical.pilot | closed | Numpy dependency unsatisfied in the bootstrapper | comp:agent:bootstrapper layer:utils priority:low topic:deployment type:enhancement | This error seems nonfatal but we may want to consider to add numpy as a dependency. Numpy itself is not too heavy and it is cached most of the times anyway.
```
Collecting six
Downloading six-1.14.0-py2.py3-none-any.whl (10 kB)
ERROR: h5py 2.9.0 requires numpy>=1.7, which is not installed.
Installing collected packages: six, munch
Successfully installed munch-2.5.0 six-1.14.0
``` | 1.0 | Numpy dependency unsatisfied in the bootstrapper - This error seems nonfatal but we may want to consider to add numpy as a dependency. Numpy itself is not too heavy and it is cached most of the times anyway.
```
Collecting six
Downloading six-1.14.0-py2.py3-none-any.whl (10 kB)
ERROR: h5py 2.9.0 requires numpy>=1.7, which is not installed.
Installing collected packages: six, munch
Successfully installed munch-2.5.0 six-1.14.0
``` | priority | numpy dependency unsatisfied in the bootstrapper this error seems nonfatal but we may want to consider to add numpy as a dependency numpy itself is not too heavy and it is cached most of the times anyway collecting six downloading six none any whl kb error requires numpy which is not installed installing collected packages six munch successfully installed munch six | 1 |
783,122 | 27,518,941,170 | IssuesEvent | 2023-03-06 13:53:40 | azerothcore/azerothcore-wotlk | https://api.github.com/repos/azerothcore/azerothcore-wotlk | closed | [Quest] Divination: Gorefiend's Truncheon - Droprate | Confirmed Priority-Low 65-69 | Original CC report https://github.com/chromiecraft/chromiecraft/issues/5071
### What client do you play on?
enUS
### Faction
Both
### Content Phase:
65-69
### Current Behaviour
30% droprate, gives a chance to not get the item after killing the pack
### Expected Blizzlike Behaviour
100% drop rate
### Source
https://www.wowhead.com/npc=21784/ghostrider-of-karabor#drops
Corrected for people killing without quest/after they have gotten the item a 72% definitely becomes 100%
### Steps to reproduce the problem
.quest add 10636
.add 30719
Equip the goggles
.go c 76082
You might have to do a lap around SMV to find them
### Extra Notes
https://wowgaming.altervista.org/aowow/?npc=21784
### AC rev. hash/commit
https://github.com/chromiecraft/azerothcore-wotlk/commit/5b602508808a134e5df6051af7774952df00a7d0
### Operating system
Ubuntu 20.04
### Modules
- [mod-ah-bot](https://github.com/azerothcore/mod-ah-bot)
- [mod-bg-item-reward](https://github.com/azerothcore/mod-bg-item-reward)
- [mod-cfbg](https://github.com/azerothcore/mod-cfbg)
- [mod-chat-transmitter](https://github.com/azerothcore/mod-chat-transmitter)
- [mod-chromie-xp](https://github.com/azerothcore/mod-chromie-xp)
- [mod-cta-switch](https://github.com/azerothcore/mod-cta-switch)
- [mod-desertion-warnings](https://github.com/azerothcore/mod-desertion-warnings)
- [mod-duel-reset](https://github.com/azerothcore/mod-duel-reset)
- [mod-eluna](https://github.com/azerothcore/mod-eluna)
- [mod-ip-tracker](https://github.com/azerothcore/mod-ip-tracker)
- [mod-low-level-arena](https://github.com/azerothcore/mod-low-level-arena)
- [mod-low-level-rbg](https://github.com/azerothcore/mod-low-level-rbg)
- [mod-multi-client-check](https://github.com/azerothcore/mod-multi-client-check)
- [mod-progression-system](https://github.com/azerothcore/mod-progression-system)
- [mod-pvp-titles](https://github.com/azerothcore/mod-pvp-titles)
- [mod-pvpstats-announcer](https://github.com/azerothcore/mod-pvpstats-announcer)
- [mod-queue-list-cache](https://github.com/azerothcore/mod-queue-list-cache)
- [mod-rdf-expansion](https://github.com/azerothcore/mod-rdf-expansion)
- [mod-transmog](https://github.com/azerothcore/mod-transmog)
- [mod-weekend-xp](https://github.com/azerothcore/mod-weekend-xp)
- [mod-instanced-worldbosses](https://github.com/nyeriah/mod-instanced-worldbosses)
- [mod-zone-difficulty](https://github.com/azerothcore/mod-zone-difficulty)
- [lua-carbon-copy](https://github.com/55Honey/Acore_CarbonCopy)
- [lua-exchange-npc](https://github.com/55Honey/Acore_ExchangeNpc)
- [lua-event-scripts](https://github.com/55Honey/Acore_eventScripts)
- [lua-level-up-reward](https://github.com/55Honey/Acore_LevelUpReward)
- [lua-recruit-a-friend](https://github.com/55Honey/Acore_RecruitAFriend)
- [lua-send-and-bind](https://github.com/55Honey/Acore_SendAndBind)
- [lua-temp-announcements](https://github.com/55Honey/Acore_TempAnnouncements)
- [lua-zonecheck](https://github.com/55Honey/acore_Zonecheck)
### Customizations
None
### Server
ChromieCraft | 1.0 | [Quest] Divination: Gorefiend's Truncheon - Droprate - Original CC report https://github.com/chromiecraft/chromiecraft/issues/5071
### What client do you play on?
enUS
### Faction
Both
### Content Phase:
65-69
### Current Behaviour
30% droprate, gives a chance to not get the item after killing the pack
### Expected Blizzlike Behaviour
100% drop rate
### Source
https://www.wowhead.com/npc=21784/ghostrider-of-karabor#drops
Corrected for people killing without quest/after they have gotten the item a 72% definitely becomes 100%
### Steps to reproduce the problem
.quest add 10636
.add 30719
Equip the goggles
.go c 76082
You might have to do a lap around SMV to find them
### Extra Notes
https://wowgaming.altervista.org/aowow/?npc=21784
### AC rev. hash/commit
https://github.com/chromiecraft/azerothcore-wotlk/commit/5b602508808a134e5df6051af7774952df00a7d0
### Operating system
Ubuntu 20.04
### Modules
- [mod-ah-bot](https://github.com/azerothcore/mod-ah-bot)
- [mod-bg-item-reward](https://github.com/azerothcore/mod-bg-item-reward)
- [mod-cfbg](https://github.com/azerothcore/mod-cfbg)
- [mod-chat-transmitter](https://github.com/azerothcore/mod-chat-transmitter)
- [mod-chromie-xp](https://github.com/azerothcore/mod-chromie-xp)
- [mod-cta-switch](https://github.com/azerothcore/mod-cta-switch)
- [mod-desertion-warnings](https://github.com/azerothcore/mod-desertion-warnings)
- [mod-duel-reset](https://github.com/azerothcore/mod-duel-reset)
- [mod-eluna](https://github.com/azerothcore/mod-eluna)
- [mod-ip-tracker](https://github.com/azerothcore/mod-ip-tracker)
- [mod-low-level-arena](https://github.com/azerothcore/mod-low-level-arena)
- [mod-low-level-rbg](https://github.com/azerothcore/mod-low-level-rbg)
- [mod-multi-client-check](https://github.com/azerothcore/mod-multi-client-check)
- [mod-progression-system](https://github.com/azerothcore/mod-progression-system)
- [mod-pvp-titles](https://github.com/azerothcore/mod-pvp-titles)
- [mod-pvpstats-announcer](https://github.com/azerothcore/mod-pvpstats-announcer)
- [mod-queue-list-cache](https://github.com/azerothcore/mod-queue-list-cache)
- [mod-rdf-expansion](https://github.com/azerothcore/mod-rdf-expansion)
- [mod-transmog](https://github.com/azerothcore/mod-transmog)
- [mod-weekend-xp](https://github.com/azerothcore/mod-weekend-xp)
- [mod-instanced-worldbosses](https://github.com/nyeriah/mod-instanced-worldbosses)
- [mod-zone-difficulty](https://github.com/azerothcore/mod-zone-difficulty)
- [lua-carbon-copy](https://github.com/55Honey/Acore_CarbonCopy)
- [lua-exchange-npc](https://github.com/55Honey/Acore_ExchangeNpc)
- [lua-event-scripts](https://github.com/55Honey/Acore_eventScripts)
- [lua-level-up-reward](https://github.com/55Honey/Acore_LevelUpReward)
- [lua-recruit-a-friend](https://github.com/55Honey/Acore_RecruitAFriend)
- [lua-send-and-bind](https://github.com/55Honey/Acore_SendAndBind)
- [lua-temp-announcements](https://github.com/55Honey/Acore_TempAnnouncements)
- [lua-zonecheck](https://github.com/55Honey/acore_Zonecheck)
### Customizations
None
### Server
ChromieCraft | priority | divination gorefiend s truncheon droprate original cc report what client do you play on enus faction both content phase current behaviour droprate gives a chance to not get the item after killing the pack expected blizzlike behaviour drop rate source corrected for people killing without quest after they have gotten the item a definitely becomes steps to reproduce the problem quest add add equip the goggles go c you might have to do a lap around smv to find them extra notes ac rev hash commit operating system ubuntu modules customizations none server chromiecraft | 1 |
541,223 | 15,823,560,705 | IssuesEvent | 2021-04-06 01:04:08 | AY2021S2-CS2103T-T12-4/tp | https://api.github.com/repos/AY2021S2-CS2103T-T12-4/tp | closed | [PE-D] Valid Tag Parameters | priority.High severity.VeryLow type.Bug | valid tag examples:
nature
nature123
invalid tag examples
nature 123
nature nature
error msg for these invalid tag -> tag names should be alphanumeric.
Perhaps the error msg could be more specific? or mention that tag names should not contain space within
<!--session: 1617429946124-258a37f6-cce5-4442-9226-410ccb423b7f-->
-------------
Labels: `severity.Low` `type.FunctionalityBug`
original: Nanxi-Huang/ped#3 | 1.0 | [PE-D] Valid Tag Parameters - valid tag examples:
nature
nature123
invalid tag examples
nature 123
nature nature
error msg for these invalid tag -> tag names should be alphanumeric.
Perhaps the error msg could be more specific? or mention that tag names should not contain space within
<!--session: 1617429946124-258a37f6-cce5-4442-9226-410ccb423b7f-->
-------------
Labels: `severity.Low` `type.FunctionalityBug`
original: Nanxi-Huang/ped#3 | priority | valid tag parameters valid tag examples nature invalid tag examples nature nature nature error msg for these invalid tag tag names should be alphanumeric perhaps the error msg could be more specific or mention that tag names should not contain space within labels severity low type functionalitybug original nanxi huang ped | 1 |
299,173 | 9,205,189,088 | IssuesEvent | 2019-03-08 09:52:40 | qissue-bot/QGIS | https://api.github.com/repos/qissue-bot/QGIS | closed | Map composer scalebar and legend setout errors | Component: Affected QGIS version Component: Crashes QGIS or corrupts data Component: Easy fix? Component: Operating System Component: Pull Request or Patch supplied Component: Regression? Component: Resolution Priority: Low Project: QGIS Application Status: Closed Tracker: Bug report | ---
Author Name: **Jeremy Palmer** (Jeremy Palmer)
Original Redmine Issue: 585, https://issues.qgis.org/issues/585
Original Assignee: nobody -
---
Currently in the 0.8 win32 build of QGIS the legend border box and layer name text overlap. The issue seems to go alleviate itself if you increase the font size.
Also the scale bar in the composer is not disguisable. It looks like the height of the scale bar is too small.
Refer to the attached screenshot for reference.
---
- [mapcomposer.png](https://issues.qgis.org/attachments/download/1873/mapcomposer.png) (Jeremy Palmer) | 1.0 | Map composer scalebar and legend setout errors - ---
Author Name: **Jeremy Palmer** (Jeremy Palmer)
Original Redmine Issue: 585, https://issues.qgis.org/issues/585
Original Assignee: nobody -
---
Currently in the 0.8 win32 build of QGIS the legend border box and layer name text overlap. The issue seems to go alleviate itself if you increase the font size.
Also the scale bar in the composer is not disguisable. It looks like the height of the scale bar is too small.
Refer to the attached screenshot for reference.
---
- [mapcomposer.png](https://issues.qgis.org/attachments/download/1873/mapcomposer.png) (Jeremy Palmer) | priority | map composer scalebar and legend setout errors author name jeremy palmer jeremy palmer original redmine issue original assignee nobody currently in the build of qgis the legend border box and layer name text overlap the issue seems to go alleviate itself if you increase the font size also the scale bar in the composer is not disguisable it looks like the height of the scale bar is too small refer to the attached screenshot for reference jeremy palmer | 1 |
96,982 | 3,980,034,133 | IssuesEvent | 2016-05-06 04:20:02 | IserveU/IserveU | https://api.github.com/repos/IserveU/IserveU | opened | Can my password also be remembered when I click "create"? | enhancement low priority | It appears as if my email address is stored and carried over to the next form, but I have to re-enter my password as well.


| 1.0 | Can my password also be remembered when I click "create"? - It appears as if my email address is stored and carried over to the next form, but I have to re-enter my password as well.


| priority | can my password also be remembered when i click create it appears as if my email address is stored and carried over to the next form but i have to re enter my password as well | 1 |
568,467 | 16,980,590,646 | IssuesEvent | 2021-06-30 08:21:00 | woocommerce/woocommerce-android | https://api.github.com/repos/woocommerce/woocommerce-android | closed | [Card Present Payments] The sdk keeps being connected to the reader when bluetooth is disabled | feature: mobile payments priority: low type: bug | To reproduce go to:
* Settings
* Manager Reader
* Connect to a reader
* Turn off Bluetooth
Notice that a connected state is presented and the disconnect button does do anything | 1.0 | [Card Present Payments] The sdk keeps being connected to the reader when bluetooth is disabled - To reproduce go to:
* Settings
* Manager Reader
* Connect to a reader
* Turn off Bluetooth
Notice that a connected state is presented and the disconnect button does do anything | priority | the sdk keeps being connected to the reader when bluetooth is disabled to reproduce go to settings manager reader connect to a reader turn off bluetooth notice that a connected state is presented and the disconnect button does do anything | 1 |
752,649 | 26,294,276,191 | IssuesEvent | 2023-01-08 19:47:12 | HW-PlayersPatch/Development | https://api.github.com/repos/HW-PlayersPatch/Development | closed | Game Save Compatibility | Status6: Wont Fix Priority3: Low Status2: Research Needed Type4: Campaign Type7: Problem | Currently game saves may not work across different versions/builds of HWR. However you can play any mission from the start using the 2.3 Players Patch or HWR v2.1, and your latest persistent fleet from the prior mission will be loaded.
See if its possible to make game saves compatible.
Current known problems:
1. Sometimes when loading an old SP game save (maybe from v2.1), the build menu will be missing, and players are unable to build units:
https://steamcommunity.com/workshop/filedetails/discussion/1190476337/1733214357975335317/?tscn=1591492976
2. See the 2.3 troubleshooting thread, I believe this can cause crashes etc too. | 1.0 | Game Save Compatibility - Currently game saves may not work across different versions/builds of HWR. However you can play any mission from the start using the 2.3 Players Patch or HWR v2.1, and your latest persistent fleet from the prior mission will be loaded.
See if its possible to make game saves compatible.
Current known problems:
1. Sometimes when loading an old SP game save (maybe from v2.1), the build menu will be missing, and players are unable to build units:
https://steamcommunity.com/workshop/filedetails/discussion/1190476337/1733214357975335317/?tscn=1591492976
2. See the 2.3 troubleshooting thread, I believe this can cause crashes etc too. | priority | game save compatibility currently game saves may not work across different versions builds of hwr however you can play any mission from the start using the players patch or hwr and your latest persistent fleet from the prior mission will be loaded see if its possible to make game saves compatible current known problems sometimes when loading an old sp game save maybe from the build menu will be missing and players are unable to build units see the troubleshooting thread i believe this can cause crashes etc too | 1 |
531,029 | 15,439,346,722 | IssuesEvent | 2021-03-07 23:55:26 | open-aquarium/open-aquarium | https://api.github.com/repos/open-aquarium/open-aquarium | opened | Store data on a micro sd card | priority: low status: awaiting triage user story | # Description
As a **aquarium owner**, I want **the telematics device to store data on a micro sd card** so that **it can send the data over the internet when it has connectivity**.
# Acceptance Criteria
* All samples stored on a micro sd card
* All logs stored on a micro sd card
# Definition of Ready
1. Triage done
# Definition of Done
**For code**
1. PR merged
1. Acceptance criteria met
1. Product Owner accepts the User Story
# Other relevant information
- [Google: memory card module](https://www.google.com/search?channel=fs&client=ubuntu&q=arduino+sd+module) | 1.0 | Store data on a micro sd card - # Description
As a **aquarium owner**, I want **the telematics device to store data on a micro sd card** so that **it can send the data over the internet when it has connectivity**.
# Acceptance Criteria
* All samples stored on a micro sd card
* All logs stored on a micro sd card
# Definition of Ready
1. Triage done
# Definition of Done
**For code**
1. PR merged
1. Acceptance criteria met
1. Product Owner accepts the User Story
# Other relevant information
- [Google: memory card module](https://www.google.com/search?channel=fs&client=ubuntu&q=arduino+sd+module) | priority | store data on a micro sd card description as a aquarium owner i want the telematics device to store data on a micro sd card so that it can send the data over the internet when it has connectivity acceptance criteria all samples stored on a micro sd card all logs stored on a micro sd card definition of ready triage done definition of done for code pr merged acceptance criteria met product owner accepts the user story other relevant information | 1 |
584,368 | 17,422,478,430 | IssuesEvent | 2021-08-04 04:21:18 | OffprintStudios/dragonfish | https://api.github.com/repos/OffprintStudios/dragonfish | opened | Add support for alt accounts linked to the main account | Enhancement Feature Low Priority Proposal | This ticket is to provide official support for alternate accounts, which are linked to the main account. Users may use these alt accounts to post content they don't want on their primary account.
- On the user end, accounts will share a single sign-in.
- Users will have a primary account and some number of alt accounts.
- Works, blogs, and collections can be tied to one of these alt accounts. They won't be displayed on the main account, but rather this alt account. For at least collections, the same collection can be set to display across all accounts.
- Whether the alt account links back to the primary account for other users can be set by the user.
- On the moderation end, it will be easy to tell what the primary account is for an alt account, so they can moderate appropriately. | 1.0 | Add support for alt accounts linked to the main account - This ticket is to provide official support for alternate accounts, which are linked to the main account. Users may use these alt accounts to post content they don't want on their primary account.
- On the user end, accounts will share a single sign-in.
- Users will have a primary account and some number of alt accounts.
- Works, blogs, and collections can be tied to one of these alt accounts. They won't be displayed on the main account, but rather this alt account. For at least collections, the same collection can be set to display across all accounts.
- Whether the alt account links back to the primary account for other users can be set by the user.
- On the moderation end, it will be easy to tell what the primary account is for an alt account, so they can moderate appropriately. | priority | add support for alt accounts linked to the main account this ticket is to provide official support for alternate accounts which are linked to the main account users may use these alt accounts to post content they don t want on their primary account on the user end accounts will share a single sign in users will have a primary account and some number of alt accounts works blogs and collections can be tied to one of these alt accounts they won t be displayed on the main account but rather this alt account for at least collections the same collection can be set to display across all accounts whether the alt account links back to the primary account for other users can be set by the user on the moderation end it will be easy to tell what the primary account is for an alt account so they can moderate appropriately | 1 |
352,355 | 10,540,784,729 | IssuesEvent | 2019-10-02 09:13:11 | AY1920S1-CS2113T-F09-1/main | https://api.github.com/repos/AY1920S1-CS2113T-F09-1/main | opened | As an exchange student, I would like to be able to connect to other exchange students... | priority.Low type.Story | so that I can make my own support network as I'm staying overseas. | 1.0 | As an exchange student, I would like to be able to connect to other exchange students... - so that I can make my own support network as I'm staying overseas. | priority | as an exchange student i would like to be able to connect to other exchange students so that i can make my own support network as i m staying overseas | 1 |
669,533 | 22,629,795,325 | IssuesEvent | 2022-06-30 13:48:14 | catjacks38/FCC-GAN | https://api.github.com/repos/catjacks38/FCC-GAN | opened | implement a way to use training images of any set size | low priority | this sounds like a lot of effort to do, but maybe at somepoint i will implement this... or maybe someone else can. i would prefer the latter cause im kinda lazy. easier to merge a PR than actually make it | 1.0 | implement a way to use training images of any set size - this sounds like a lot of effort to do, but maybe at somepoint i will implement this... or maybe someone else can. i would prefer the latter cause im kinda lazy. easier to merge a PR than actually make it | priority | implement a way to use training images of any set size this sounds like a lot of effort to do but maybe at somepoint i will implement this or maybe someone else can i would prefer the latter cause im kinda lazy easier to merge a pr than actually make it | 1 |
673,622 | 23,023,531,990 | IssuesEvent | 2022-07-22 07:22:45 | ADACS-Australia/TraceT | https://api.github.com/repos/ADACS-Australia/TraceT | closed | Add GRB name (guess) to the trigger detail page | Low Priority | Put the assume GRB name on the trigger detail page and anywhere else that it might be helpful | 1.0 | Add GRB name (guess) to the trigger detail page - Put the assume GRB name on the trigger detail page and anywhere else that it might be helpful | priority | add grb name guess to the trigger detail page put the assume grb name on the trigger detail page and anywhere else that it might be helpful | 1 |
812,730 | 30,349,606,207 | IssuesEvent | 2023-07-11 17:53:49 | BCDevOps/developer-experience | https://api.github.com/repos/BCDevOps/developer-experience | closed | Update the Ministry name/acronym for the Ministry that split into 2 (Ministry of Forests and Ministry of WLRS) for creating new product/namespace | priority/ low *team/ app development* improvement | **Describe the issue**
As a user creating a new product/namespace, I want to be able select my new ministry so that my info is accurate. Split off from the issue #3634
**Rational/Why**
Clients should be able to choose the proper Ministry name in the dropdown Ministry list when creating a new product/namespace and the old Ministry name should be hidden in the list.
**Additional Context**
Oamar will create a script for data base migration for further changes in Ministry names
**Dependencies**
provisioner and ACS. Without provisioner and ACS it can't go live.
**Tests**
**Definition of done/Acceptance Criteria**
There are no old Ministry names (Natural Resources; Municipal Affairs; Housing) in the dropdown list and new updated Ministry names are available for clients to select from. | 1.0 | Update the Ministry name/acronym for the Ministry that split into 2 (Ministry of Forests and Ministry of WLRS) for creating new product/namespace - **Describe the issue**
As a user creating a new product/namespace, I want to be able select my new ministry so that my info is accurate. Split off from the issue #3634
**Rational/Why**
Clients should be able to choose the proper Ministry name in the dropdown Ministry list when creating a new product/namespace and the old Ministry name should be hidden in the list.
**Additional Context**
Oamar will create a script for data base migration for further changes in Ministry names
**Dependencies**
provisioner and ACS. Without provisioner and ACS it can't go live.
**Tests**
**Definition of done/Acceptance Criteria**
There are no old Ministry names (Natural Resources; Municipal Affairs; Housing) in the dropdown list and new updated Ministry names are available for clients to select from. | priority | update the ministry name acronym for the ministry that split into ministry of forests and ministry of wlrs for creating new product namespace describe the issue as a user creating a new product namespace i want to be able select my new ministry so that my info is accurate split off from the issue rational why clients should be able to choose the proper ministry name in the dropdown ministry list when creating a new product namespace and the old ministry name should be hidden in the list additional context oamar will create a script for data base migration for further changes in ministry names dependencies provisioner and acs without provisioner and acs it can t go live tests definition of done acceptance criteria there are no old ministry names natural resources municipal affairs housing in the dropdown list and new updated ministry names are available for clients to select from | 1 |
41,564 | 2,869,061,842 | IssuesEvent | 2015-06-05 23:01:24 | dart-lang/observe | https://api.github.com/repos/dart-lang/observe | closed | Dart: cannot bind template variables to the model's properties | bug Fixed Priority-Low | <a href="https://github.com/Emasoft"><img src="https://avatars.githubusercontent.com/u/713559?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [Emasoft](https://github.com/Emasoft)**
_Originally opened as dart-lang/sdk#16084_
----
I've made a simple pizza class model. To bind the class to the polymer dart element I taked the approach of making the various properties in the Pizza class @­observable:
class Pizza {
@­observable List<String> firstHalfToppings = toObservable([]);
// ...
}
I listen to the model's attribute:
@CustomTag('x-pizza')
class XPizza extends PolymerElement {
// ...
@­published Pizza model;
XPizza.created(): super.created() {
model.firstHalfToppings.changes.listen((records) {
pizzaState = model.toString();
print('changed: $records');
print(model.toString());
});
}
// ...
}
The problem is that listening to the model itself is not sufficient as it does not see changes from its own properties. Frustratingly, I cannot bind template variables to the model's properties:
<polymer-element name="x-pizza">
<template>
<h2>Build Your Pizza</h2>
<pre>
{{model.firstHalfToppings}}
{{model.secondHalfToppings}}</pre>
</template>
<script type="application/dart" src="x_pizza.dart"></script>
</polymer-element>
They show the initial value of an empty list, but never update!
I think that this is a bug that must be corrected.
| 1.0 | Dart: cannot bind template variables to the model's properties - <a href="https://github.com/Emasoft"><img src="https://avatars.githubusercontent.com/u/713559?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [Emasoft](https://github.com/Emasoft)**
_Originally opened as dart-lang/sdk#16084_
----
I've made a simple pizza class model. To bind the class to the polymer dart element I taked the approach of making the various properties in the Pizza class @­observable:
class Pizza {
@­observable List<String> firstHalfToppings = toObservable([]);
// ...
}
I listen to the model's attribute:
@CustomTag('x-pizza')
class XPizza extends PolymerElement {
// ...
@­published Pizza model;
XPizza.created(): super.created() {
model.firstHalfToppings.changes.listen((records) {
pizzaState = model.toString();
print('changed: $records');
print(model.toString());
});
}
// ...
}
The problem is that listening to the model itself is not sufficient as it does not see changes from its own properties. Frustratingly, I cannot bind template variables to the model's properties:
<polymer-element name="x-pizza">
<template>
<h2>Build Your Pizza</h2>
<pre>
{{model.firstHalfToppings}}
{{model.secondHalfToppings}}</pre>
</template>
<script type="application/dart" src="x_pizza.dart"></script>
</polymer-element>
They show the initial value of an empty list, but never update!
I think that this is a bug that must be corrected.
| priority | dart cannot bind template variables to the model s properties issue by originally opened as dart lang sdk i ve made a simple pizza class model to bind the class to the polymer dart element i taked the approach of making the various properties in the pizza class observable class pizza nbsp nbsp observable list lt string gt firsthalftoppings toobservable nbsp nbsp i listen to the model s attribute customtag x pizza class xpizza extends polymerelement nbsp nbsp nbsp nbsp published pizza model nbsp nbsp xpizza created super created nbsp nbsp nbsp nbsp model firsthalftoppings changes listen records nbsp nbsp nbsp nbsp nbsp nbsp pizzastate model tostring nbsp nbsp nbsp nbsp nbsp nbsp print changed records nbsp nbsp nbsp nbsp nbsp nbsp print model tostring nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp the problem is that listening to the model itself is not sufficient as it does not see changes from its own properties frustratingly i cannot bind template variables to the model s properties lt polymer element name quot x pizza quot gt nbsp nbsp lt template gt nbsp nbsp nbsp nbsp lt gt build your pizza lt gt nbsp nbsp nbsp nbsp lt pre gt model firsthalftoppings model secondhalftoppings lt pre gt nbsp nbsp lt template gt nbsp nbsp lt script type quot application dart quot src quot x pizza dart quot gt lt script gt lt polymer element gt they show the initial value of an empty list but never update i think that this is a bug that must be corrected | 1 |
353,547 | 10,554,152,743 | IssuesEvent | 2019-10-03 18:48:57 | gitthermal/thermal | https://api.github.com/repos/gitthermal/thermal | opened | Selected repo path not showing in input field | difficulty: easy good first issue hacktoberfest 🐞 Bug 🚶🏻♀️ Priority low | ## Description
Typing some text in input field and then selecting a folder the path _(text)_ doesn't replace the value inside the input field.
## To Reproduce
Steps to reproduce the behavior:
1. Click on `Add new repo` button
2. Type something in input field _(optional: remove the text from the input field)_
3. Click on select button to select a folder
4. The folder path will not be added to input field
## Expected behavior
Whatever text is typed in the input field it should be replaced by the newly selected folder path.
## Screenshots

**Desktop (please complete the following information):**
- OS: Windows 10
- Version: 0.0.4
| 1.0 | Selected repo path not showing in input field - ## Description
Typing some text in input field and then selecting a folder the path _(text)_ doesn't replace the value inside the input field.
## To Reproduce
Steps to reproduce the behavior:
1. Click on `Add new repo` button
2. Type something in input field _(optional: remove the text from the input field)_
3. Click on select button to select a folder
4. The folder path will not be added to input field
## Expected behavior
Whatever text is typed in the input field it should be replaced by the newly selected folder path.
## Screenshots

**Desktop (please complete the following information):**
- OS: Windows 10
- Version: 0.0.4
| priority | selected repo path not showing in input field description typing some text in input field and then selecting a folder the path text doesn t replace the value inside the input field to reproduce steps to reproduce the behavior click on add new repo button type something in input field optional remove the text from the input field click on select button to select a folder the folder path will not be added to input field expected behavior whatever text is typed in the input field it should be replaced by the newly selected folder path screenshots desktop please complete the following information os windows version | 1 |
762,904 | 26,736,225,742 | IssuesEvent | 2023-01-30 09:39:49 | hh-h/aiohttp-swagger3 | https://api.github.com/repos/hh-h/aiohttp-swagger3 | closed | Migrate to azure pipelines | help wanted low priority investigate | Travis-ci supports the only Linux, but azure has all kinds of OSes. How to integrate with tox? | 1.0 | Migrate to azure pipelines - Travis-ci supports the only Linux, but azure has all kinds of OSes. How to integrate with tox? | priority | migrate to azure pipelines travis ci supports the only linux but azure has all kinds of oses how to integrate with tox | 1 |
325,204 | 9,921,168,174 | IssuesEvent | 2019-06-30 15:52:34 | r-lib/styler | https://api.github.com/repos/r-lib/styler | closed | styler fails to correctly style syntactic rlang sugar {{ | Complexity: Low Priority: High Status: WIP Type: Enhancement | Hi!
I noticed that the new `{{ }}` operator from `rlang` is not styled properly; for instance, if I style the following lines
```r
library(rlang)
name <- "Jane"
list2({{name}} := 1 + 2)
```
I get the following:
```r
library(rlang)
name <- "Jane"
list2({
{
name
}
} := 1 + 2)
```
Not sure what would be a good way of handling this specific operator (maybe @lionel- has an idea), I just thought about reporting it.
Anyway, thanks for `styler`: absolutely love the package!
Alessandro | 1.0 | styler fails to correctly style syntactic rlang sugar {{ - Hi!
I noticed that the new `{{ }}` operator from `rlang` is not styled properly; for instance, if I style the following lines
```r
library(rlang)
name <- "Jane"
list2({{name}} := 1 + 2)
```
I get the following:
```r
library(rlang)
name <- "Jane"
list2({
{
name
}
} := 1 + 2)
```
Not sure what would be a good way of handling this specific operator (maybe @lionel- has an idea), I just thought about reporting it.
Anyway, thanks for `styler`: absolutely love the package!
Alessandro | priority | styler fails to correctly style syntactic rlang sugar hi i noticed that the new operator from rlang is not styled properly for instance if i style the following lines r library rlang name jane name i get the following r library rlang name jane name not sure what would be a good way of handling this specific operator maybe lionel has an idea i just thought about reporting it anyway thanks for styler absolutely love the package alessandro | 1 |
273,436 | 8,530,713,362 | IssuesEvent | 2018-11-04 02:15:28 | robotframework/robotframework | https://api.github.com/repos/robotframework/robotframework | closed | `Run Keyword If` and `Run Keywords` do not work correctly in dry-run if used with `Given/When/Then` prefixes | beta 2 bug priority: low | Looking to upgrade to from version 2.9 to version 3.0.2 on Ubuntu and when I ran a dryrun on our suite I found that preceding 'Run Keyword If' with an 'ELSE' clause with a Gherkin keyword causes the ELSE clause to be ignored and it to be used as arguments to the keyword.
This example test runs and dry runs fine on 2.9, and runs fine on 3.0.2, but fails during a dry run on 3.0.2.
```
*** Test Cases ***
Gherkin
[Documentation] This test case fails a dry-run
Given Run Keyword If 3 == 4 Fatal Error ELSE No Operation
When Run Keyword If 3 == 4 Fatal Error ELSE No Operation
And Run Keyword If 3 == 4 Fatal Error ELSE No Operation
Then Run Keyword If 3 == 4 Fatal Error ELSE No Operation
No Gherkin
[Documentation] This test case works just fine
Run Keyword If 3 == 4 Fatal Error ELSE No Operation
```
```
# pybot --version
Robot Framework 3.0.2 (Python 2.7.12 on linux2)
# pybot --dryrun ./run_keyword_if.robot
==============================================================================
Run Keyword If
==============================================================================
Gherkin :: This test case fails a dry-run | FAIL |
Several failures occurred:
1) Keyword 'BuiltIn.Fatal Error' expected 0 to 1 arguments, got 2.
2) Keyword 'BuiltIn.Fatal Error' expected 0 to 1 arguments, got 2.
3) Keyword 'BuiltIn.Fatal Error' expected 0 to 1 arguments, got 2.
4) Keyword 'BuiltIn.Fatal Error' expected 0 to 1 arguments, got 2.
------------------------------------------------------------------------------
No Gherkin :: This test case works just fine | PASS |
------------------------------------------------------------------------------
Run Keyword If | FAIL |
2 critical tests, 1 passed, 1 failed
2 tests total, 1 passed, 1 failed
``` | 1.0 | `Run Keyword If` and `Run Keywords` do not work correctly in dry-run if used with `Given/When/Then` prefixes - Looking to upgrade to from version 2.9 to version 3.0.2 on Ubuntu and when I ran a dryrun on our suite I found that preceding 'Run Keyword If' with an 'ELSE' clause with a Gherkin keyword causes the ELSE clause to be ignored and it to be used as arguments to the keyword.
This example test runs and dry runs fine on 2.9, and runs fine on 3.0.2, but fails during a dry run on 3.0.2.
```
*** Test Cases ***
Gherkin
[Documentation] This test case fails a dry-run
Given Run Keyword If 3 == 4 Fatal Error ELSE No Operation
When Run Keyword If 3 == 4 Fatal Error ELSE No Operation
And Run Keyword If 3 == 4 Fatal Error ELSE No Operation
Then Run Keyword If 3 == 4 Fatal Error ELSE No Operation
No Gherkin
[Documentation] This test case works just fine
Run Keyword If 3 == 4 Fatal Error ELSE No Operation
```
```
# pybot --version
Robot Framework 3.0.2 (Python 2.7.12 on linux2)
# pybot --dryrun ./run_keyword_if.robot
==============================================================================
Run Keyword If
==============================================================================
Gherkin :: This test case fails a dry-run | FAIL |
Several failures occurred:
1) Keyword 'BuiltIn.Fatal Error' expected 0 to 1 arguments, got 2.
2) Keyword 'BuiltIn.Fatal Error' expected 0 to 1 arguments, got 2.
3) Keyword 'BuiltIn.Fatal Error' expected 0 to 1 arguments, got 2.
4) Keyword 'BuiltIn.Fatal Error' expected 0 to 1 arguments, got 2.
------------------------------------------------------------------------------
No Gherkin :: This test case works just fine | PASS |
------------------------------------------------------------------------------
Run Keyword If | FAIL |
2 critical tests, 1 passed, 1 failed
2 tests total, 1 passed, 1 failed
``` | priority | run keyword if and run keywords do not work correctly in dry run if used with given when then prefixes looking to upgrade to from version to version on ubuntu and when i ran a dryrun on our suite i found that preceding run keyword if with an else clause with a gherkin keyword causes the else clause to be ignored and it to be used as arguments to the keyword this example test runs and dry runs fine on and runs fine on but fails during a dry run on test cases gherkin this test case fails a dry run given run keyword if fatal error else no operation when run keyword if fatal error else no operation and run keyword if fatal error else no operation then run keyword if fatal error else no operation no gherkin this test case works just fine run keyword if fatal error else no operation pybot version robot framework python on pybot dryrun run keyword if robot run keyword if gherkin this test case fails a dry run fail several failures occurred keyword builtin fatal error expected to arguments got keyword builtin fatal error expected to arguments got keyword builtin fatal error expected to arguments got keyword builtin fatal error expected to arguments got no gherkin this test case works just fine pass run keyword if fail critical tests passed failed tests total passed failed | 1 |
308,722 | 9,449,066,331 | IssuesEvent | 2019-04-16 00:07:32 | ParabolInc/action | https://api.github.com/repos/ParabolInc/action | closed | Floating card when speeding through retro demo | bug low priority | ## Issue - Bug
In my haste this morning, I found this silly little bug:

Repro steps:
1. Start Retro demo
2. Click Vote -> while robots are still grouping
3. Note hung card
- **OS:** macOS
- **Browser:** Chrome
- **Estimated effort:** X points ([see CONTRIBUTING.md](https://github.com/ParabolInc/action/blob/master/CONTRIBUTING.md#points-and-sizes))
### Acceptance Criteria (optional)
Users can:
- Click next while grouping still happening, but see fully grouped cards with no hangers
| 1.0 | Floating card when speeding through retro demo - ## Issue - Bug
In my haste this morning, I found this silly little bug:

Repro steps:
1. Start Retro demo
2. Click Vote -> while robots are still grouping
3. Note hung card
- **OS:** macOS
- **Browser:** Chrome
- **Estimated effort:** X points ([see CONTRIBUTING.md](https://github.com/ParabolInc/action/blob/master/CONTRIBUTING.md#points-and-sizes))
### Acceptance Criteria (optional)
Users can:
- Click next while grouping still happening, but see fully grouped cards with no hangers
| priority | floating card when speeding through retro demo issue bug in my haste this morning i found this silly little bug repro steps start retro demo click vote while robots are still grouping note hung card os macos browser chrome estimated effort x points acceptance criteria optional users can click next while grouping still happening but see fully grouped cards with no hangers | 1 |
754,341 | 26,382,678,137 | IssuesEvent | 2023-01-12 09:52:52 | ClockGU/clock-frontend | https://api.github.com/repos/ClockGU/clock-frontend | closed | Feedbacknachricht als Kopie an User | low priority | Feedbacks von Usern könnten zukünftig auch der verfassenden Person via Mail zukommen gelassen werden (optional), wie von @sheepyhollow angeregt. Hier im Frontend ist dafür zu prüfen, wie man dies optisch ins Formular einbauen könnte. | 1.0 | Feedbacknachricht als Kopie an User - Feedbacks von Usern könnten zukünftig auch der verfassenden Person via Mail zukommen gelassen werden (optional), wie von @sheepyhollow angeregt. Hier im Frontend ist dafür zu prüfen, wie man dies optisch ins Formular einbauen könnte. | priority | feedbacknachricht als kopie an user feedbacks von usern könnten zukünftig auch der verfassenden person via mail zukommen gelassen werden optional wie von sheepyhollow angeregt hier im frontend ist dafür zu prüfen wie man dies optisch ins formular einbauen könnte | 1 |
735,904 | 25,446,936,802 | IssuesEvent | 2022-11-24 07:10:46 | autolab/Autolab | https://api.github.com/repos/autolab/Autolab | closed | [Feature Request] Import CSV to Add Instructors & TAs | Type: Enhancement Priority: Low | When the list of Instructors and/or TAs gets to and past a dozen or so, it’d be nice to be able to import a single CSV instead of having to do it manually.
i.e:
johnsmith@andrew.cmu.edu, instructor
someoneelse@andrew.cmu.edu, course assistant | 1.0 | [Feature Request] Import CSV to Add Instructors & TAs - When the list of Instructors and/or TAs gets to and past a dozen or so, it’d be nice to be able to import a single CSV instead of having to do it manually.
i.e:
johnsmith@andrew.cmu.edu, instructor
someoneelse@andrew.cmu.edu, course assistant | priority | import csv to add instructors tas when the list of instructors and or tas gets to and past a dozen or so it’d be nice to be able to import a single csv instead of having to do it manually i e johnsmith andrew cmu edu instructor someoneelse andrew cmu edu course assistant | 1 |
754,157 | 26,374,147,831 | IssuesEvent | 2023-01-11 23:56:12 | geopm/geopm | https://api.github.com/repos/geopm/geopm | closed | geopmd exceptions lost on shutdown | bug bug-priority-high bug-exposure-high bug-quality-low | **Describe the bug**
Exceptions that are generated within geopmd are lost on shutdown.
**GEOPM version**
4fdf753b3
**Expected behavior**
A clear and concise description of what actually happened is emitted to the console (or syslog).
**Actual behavior**
If an exception occurs while geopmd is running, no message is emitted to the console (or syslog). When running manually, control simply returns to the terminal. | 1.0 | geopmd exceptions lost on shutdown - **Describe the bug**
Exceptions that are generated within geopmd are lost on shutdown.
**GEOPM version**
4fdf753b3
**Expected behavior**
A clear and concise description of what actually happened is emitted to the console (or syslog).
**Actual behavior**
If an exception occurs while geopmd is running, no message is emitted to the console (or syslog). When running manually, control simply returns to the terminal. | priority | geopmd exceptions lost on shutdown describe the bug exceptions that are generated within geopmd are lost on shutdown geopm version expected behavior a clear and concise description of what actually happened is emitted to the console or syslog actual behavior if an exception occurs while geopmd is running no message is emitted to the console or syslog when running manually control simply returns to the terminal | 1 |
126,693 | 5,002,451,090 | IssuesEvent | 2016-12-11 12:01:23 | robotology/robotology.github.io | https://api.github.com/repos/robotology/robotology.github.io | opened | Kudos to account also for commits | Complexity: Medium Priority: Low Type: Enhancement | Hey @drdanz, I think we could further refine the way we compute `kudos` by considering also these [**statistics on commits**](https://developer.github.com/v3/repos/statistics).
The only caveat would be to avoid counting twice commits that belong to PR's. | 1.0 | Kudos to account also for commits - Hey @drdanz, I think we could further refine the way we compute `kudos` by considering also these [**statistics on commits**](https://developer.github.com/v3/repos/statistics).
The only caveat would be to avoid counting twice commits that belong to PR's. | priority | kudos to account also for commits hey drdanz i think we could further refine the way we compute kudos by considering also these the only caveat would be to avoid counting twice commits that belong to pr s | 1 |
565,326 | 16,759,522,686 | IssuesEvent | 2021-06-13 13:53:32 | azerothcore/azerothcore-wotlk | https://api.github.com/repos/azerothcore/azerothcore-wotlk | closed | Silverpine Forest - Moonrage Bloodhowler Bad Spawn Placement/Missing Movement | 1-19 Priority - Low | <!--
BEFORE you fill out an issue, make these checks:
- make sure you use an enUS client. We will just close your issue if you use enGB.
- close wow, clear your cache by deleting the CACHE folder in you wow directory, try to reproduce the bug
- if you have a suggestion, like increasing despawn timers, this is not an issue. Tell us in #suggestions on discord instead.
<!-- IF YOU DO NOT FILL OUT THIS TEMPLATE, WE WILL CLOSE YOUR ISSUE! -->
<!-- TYPE WHERE IT SAYS "TYPE HERE" -->
<!-- WRITE A RELEVANT TITLE -->
<!-- YOU CAN DRAG AND DROP IMAGES AND CONTROL-V SCREENSHOTS/VIDEOS INTO THIS REPORT -->
<!-- ATTENTION: WRITE ACCURATE REPORTS THAT INCLUDE VALID SOURCES -->
<!-- Example of an INVALID report: "this value is too low, we should increase it" -->
<!-- Example of a VALID report: "this value is X but it should be Y instead as explained in this link/video" -->
#### WHAT CLIENT DO YOU PLAY ON?
- [ ] enGB
- [x] enUS
- [ ] other (specify)
##### FACTION
<!-- AFTER YOU OPEN THE BUG REPORT, SELECT YOUR FACTION -->
- [x] Alliance
- [x] Horde
##### CONTENT PHASE:
<!-- AFTER YOU OPEN THE BUG REPORT, SELECT THE CONTENT PHASE (OR SELECT GENERIC) -->
- [ ] Generic
- [x] 1-19
- [ ] 20-29
- [ ] 30-39
- [ ] 40-49
- [ ] 50-59
##### CURRENT BEHAVIOUR:
<!-- Describe the bug in detail. Database to link spells, NPCs, quests etc: https://wowgaming.altervista.org/aowow/ -->
Original report: https://github.com/chromiecraft/chromiecraft/issues/781
Moonrage Bloodhowler (https://wowgaming.altervista.org/aowow/?npc=1924)
GUID 17610 is spawned mid cliff and is stationary unlike other mobs of his type who move around.

Tester: confirmed.

##### EXPECTED BLIZZLIKE BEHAVIOUR:
<!-- Describe how it should be working without the bug. Link to evidence if possible such as YouTube videos or WoWHead comments from the time. -->
Mobs should not spawn in side/mid of a "cliff"
##### SOURCE:
<!-- HEADS UP: include sources in your bug report which are relevant to the 3.3.5a game version,
we will close any bug like "X should be changed to Y" reported without sources -->
##### STEPS TO REPRODUCE THE PROBLEM:
<!-- Describe precisely how to reproduce the bug so we can fix it or confirm its existence:
- Which commands to use? Which NPC to teleport to?
- Do we need to have debug flags on Cmake?
- Do we need to look at the console while the bug happens?
- Other steps
- Use the ingame commands to identify the unique GUID of an ore/herb/npc: .npc info / .gobject near
-->
1. Teleport to provided GUID
2. Observe his spawn point and lack of movement
##### EXTRA NOTES:
<!--
Any information that can help the developers to identify and fix the issue should be put here.
Examples:
Links to items/NPCs/quests from https://wowgaming.altervista.org/aowow/
-->
<!--Thank you for your report. Please click submit new issue below.-->
<!-----------Remember to tick all relevant boxes when done!---------->
<!------------------------------------------------------------------->
<!------------------------------------------------------------------->
<!------------------ DO NOT MODIFY THE TEXT BELOW ------------------->
<!------------------------------------------------------------------->
<!------------------------------------------------------------------->
##### AC HASH/COMMIT:
https://github.com/chromiecraft/azerothcore-wotlk/commit/40cf7b46d221e562a20264316d660318af213690
##### OPERATING SYSTEM:
Ubuntu 20.04
##### MODULES:
- [mod-ah-bot](https://github.com/azerothcore/mod-ah-bot)
- [mod-cfbg](https://github.com/azerothcore/mod-cfbg)
- [mod-desertion-warnings](https://github.com/azerothcore/mod-desertion-warnings)
- [mod-duel-reset](https://github.com/azerothcore/mod-duel-reset)
- [mod-eluna-lua-engine](https://github.com/azerothcore/mod-eluna-lua-engine)
- [mod-multi-client-check](https://github.com/azerothcore/mod-multi-client-check)
- [mod-pvp-titles](https://github.com/azerothcore/mod-pvp-titles)
- [mod-server-auto-shutdown](https://github.com/azerothcore/mod-server-auto-shutdown)
- [lua-CarbonCopy](https://github.com/55Honey/Acore_CarbonCopy)
- [lua-LevelUpReward](https://github.com/55Honey/Acore_LevelUpReward)
- [lua-send-and-bind](https://github.com/55Honey/Acore_SendAndBind)
##### OTHER CUSTOMIZATIONS:
None.
##### SERVER:
ChromieCraft
<bountysource-plugin>
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/98988596-silverpine-forest-moonrage-bloodhowler-bad-spawn-placement-missing-movement?utm_campaign=plugin&utm_content=tracker%2F40032087&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F40032087&utm_medium=issues&utm_source=github).
</bountysource-plugin> | 1.0 | Silverpine Forest - Moonrage Bloodhowler Bad Spawn Placement/Missing Movement - <!--
BEFORE you fill out an issue, make these checks:
- make sure you use an enUS client. We will just close your issue if you use enGB.
- close wow, clear your cache by deleting the CACHE folder in you wow directory, try to reproduce the bug
- if you have a suggestion, like increasing despawn timers, this is not an issue. Tell us in #suggestions on discord instead.
<!-- IF YOU DO NOT FILL OUT THIS TEMPLATE, WE WILL CLOSE YOUR ISSUE! -->
<!-- TYPE WHERE IT SAYS "TYPE HERE" -->
<!-- WRITE A RELEVANT TITLE -->
<!-- YOU CAN DRAG AND DROP IMAGES AND CONTROL-V SCREENSHOTS/VIDEOS INTO THIS REPORT -->
<!-- ATTENTION: WRITE ACCURATE REPORTS THAT INCLUDE VALID SOURCES -->
<!-- Example of an INVALID report: "this value is too low, we should increase it" -->
<!-- Example of a VALID report: "this value is X but it should be Y instead as explained in this link/video" -->
#### WHAT CLIENT DO YOU PLAY ON?
- [ ] enGB
- [x] enUS
- [ ] other (specify)
##### FACTION
<!-- AFTER YOU OPEN THE BUG REPORT, SELECT YOUR FACTION -->
- [x] Alliance
- [x] Horde
##### CONTENT PHASE:
<!-- AFTER YOU OPEN THE BUG REPORT, SELECT THE CONTENT PHASE (OR SELECT GENERIC) -->
- [ ] Generic
- [x] 1-19
- [ ] 20-29
- [ ] 30-39
- [ ] 40-49
- [ ] 50-59
##### CURRENT BEHAVIOUR:
<!-- Describe the bug in detail. Database to link spells, NPCs, quests etc: https://wowgaming.altervista.org/aowow/ -->
Original report: https://github.com/chromiecraft/chromiecraft/issues/781
Moonrage Bloodhowler (https://wowgaming.altervista.org/aowow/?npc=1924)
GUID 17610 is spawned mid cliff and is stationary unlike other mobs of his type who move around.

Tester: confirmed.

##### EXPECTED BLIZZLIKE BEHAVIOUR:
<!-- Describe how it should be working without the bug. Link to evidence if possible such as YouTube videos or WoWHead comments from the time. -->
Mobs should not spawn in side/mid of a "cliff"
##### SOURCE:
<!-- HEADS UP: include sources in your bug report which are relevant to the 3.3.5a game version,
we will close any bug like "X should be changed to Y" reported without sources -->
##### STEPS TO REPRODUCE THE PROBLEM:
<!-- Describe precisely how to reproduce the bug so we can fix it or confirm its existence:
- Which commands to use? Which NPC to teleport to?
- Do we need to have debug flags on Cmake?
- Do we need to look at the console while the bug happens?
- Other steps
- Use the ingame commands to identify the unique GUID of an ore/herb/npc: .npc info / .gobject near
-->
1. Teleport to provided GUID
2. Observe his spawn point and lack of movement
##### EXTRA NOTES:
<!--
Any information that can help the developers to identify and fix the issue should be put here.
Examples:
Links to items/NPCs/quests from https://wowgaming.altervista.org/aowow/
-->
<!--Thank you for your report. Please click submit new issue below.-->
<!-----------Remember to tick all relevant boxes when done!---------->
<!------------------------------------------------------------------->
<!------------------------------------------------------------------->
<!------------------ DO NOT MODIFY THE TEXT BELOW ------------------->
<!------------------------------------------------------------------->
<!------------------------------------------------------------------->
##### AC HASH/COMMIT:
https://github.com/chromiecraft/azerothcore-wotlk/commit/40cf7b46d221e562a20264316d660318af213690
##### OPERATING SYSTEM:
Ubuntu 20.04
##### MODULES:
- [mod-ah-bot](https://github.com/azerothcore/mod-ah-bot)
- [mod-cfbg](https://github.com/azerothcore/mod-cfbg)
- [mod-desertion-warnings](https://github.com/azerothcore/mod-desertion-warnings)
- [mod-duel-reset](https://github.com/azerothcore/mod-duel-reset)
- [mod-eluna-lua-engine](https://github.com/azerothcore/mod-eluna-lua-engine)
- [mod-multi-client-check](https://github.com/azerothcore/mod-multi-client-check)
- [mod-pvp-titles](https://github.com/azerothcore/mod-pvp-titles)
- [mod-server-auto-shutdown](https://github.com/azerothcore/mod-server-auto-shutdown)
- [lua-CarbonCopy](https://github.com/55Honey/Acore_CarbonCopy)
- [lua-LevelUpReward](https://github.com/55Honey/Acore_LevelUpReward)
- [lua-send-and-bind](https://github.com/55Honey/Acore_SendAndBind)
##### OTHER CUSTOMIZATIONS:
None.
##### SERVER:
ChromieCraft
<bountysource-plugin>
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/98988596-silverpine-forest-moonrage-bloodhowler-bad-spawn-placement-missing-movement?utm_campaign=plugin&utm_content=tracker%2F40032087&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F40032087&utm_medium=issues&utm_source=github).
</bountysource-plugin> | priority | silverpine forest moonrage bloodhowler bad spawn placement missing movement before you fill out an issue make these checks make sure you use an enus client we will just close your issue if you use engb close wow clear your cache by deleting the cache folder in you wow directory try to reproduce the bug if you have a suggestion like increasing despawn timers this is not an issue tell us in suggestions on discord instead what client do you play on engb enus other specify faction alliance horde content phase generic current behaviour original report moonrage bloodhowler guid is spawned mid cliff and is stationary unlike other mobs of his type who move around tester confirmed expected blizzlike behaviour mobs should not spawn in side mid of a cliff source heads up include sources in your bug report which are relevant to the game version we will close any bug like x should be changed to y reported without sources steps to reproduce the problem describe precisely how to reproduce the bug so we can fix it or confirm its existence which commands to use which npc to teleport to do we need to have debug flags on cmake do we need to look at the console while the bug happens other steps use the ingame commands to identify the unique guid of an ore herb npc npc info gobject near teleport to provided guid observe his spawn point and lack of movement extra notes any information that can help the developers to identify and fix the issue should be put here examples links to items npcs quests from ac hash commit operating system ubuntu modules other customizations none server chromiecraft want to back this issue we accept bounties via | 1 |
133,943 | 5,217,424,289 | IssuesEvent | 2017-01-26 13:52:58 | Citadel-Station-13/Citadel-Station-13 | https://api.github.com/repos/Citadel-Station-13/Citadel-Station-13 | closed | Ninja steal research objective broken | Bug Priority: Low | Those who have been ninja even once (if science was working) know that even though you download the needed levels, it will not grant greentext. Can't check if it works on test server or not, but on the main it doesn't. | 1.0 | Ninja steal research objective broken - Those who have been ninja even once (if science was working) know that even though you download the needed levels, it will not grant greentext. Can't check if it works on test server or not, but on the main it doesn't. | priority | ninja steal research objective broken those who have been ninja even once if science was working know that even though you download the needed levels it will not grant greentext can t check if it works on test server or not but on the main it doesn t | 1 |
377,269 | 11,167,083,645 | IssuesEvent | 2019-12-27 15:45:05 | cilium/cilium | https://api.github.com/repos/cilium/cilium | closed | Add CLI validation tests | area/CI help-wanted priority/low stale | As per comments on #1788 we should add CLI validation tests for things such as the BPF debug utilities. | 1.0 | Add CLI validation tests - As per comments on #1788 we should add CLI validation tests for things such as the BPF debug utilities. | priority | add cli validation tests as per comments on we should add cli validation tests for things such as the bpf debug utilities | 1 |
774,413 | 27,195,900,659 | IssuesEvent | 2023-02-20 05:11:11 | Financial-Instruments-Mini/Project_BE | https://api.github.com/repos/Financial-Instruments-Mini/Project_BE | closed | [feat]관심 상품 등록 | Status: In Progress Priority: Low For: Backend For: API | ## Description
관심 상품 등록
## Tasks
- [ ] bookmarkdto
- [ ] bookmark controller
- [ ] bookmark service
## References
[link text]() | 1.0 | [feat]관심 상품 등록 - ## Description
관심 상품 등록
## Tasks
- [ ] bookmarkdto
- [ ] bookmark controller
- [ ] bookmark service
## References
[link text]() | priority | 관심 상품 등록 description 관심 상품 등록 tasks bookmarkdto bookmark controller bookmark service references | 1 |
816,207 | 30,593,506,920 | IssuesEvent | 2023-07-21 19:21:17 | yogstation13/Yogstation | https://api.github.com/repos/yogstation13/Yogstation | closed | Breath mask hud is slighty bugged | Issue - Low priority | ### Severity
Low
### Short Description
Breath mask hud being up alyways exists, even if you put the mask down
### Reproduction
1. Join the round as any job
2. Take your breath mask out of backpack
3. Put it on
4. Click Adjust breath mask
5. The earlier hud state icon is still... there? (Additional information has the screenshot on how it looks)
6. Be angry
7. turn your breath mask up
8. Be happy
### Round ID
Round ID: 48200
### Test Merges
#18498 #18502 #18947
### BYOND Username
Kmla
### Was this done on a locally hosted or non-Yogstation hosted server?
No
### Additional information
this is what the hud of the oxygen mask while its down looks like:

| 1.0 | Breath mask hud is slighty bugged - ### Severity
Low
### Short Description
Breath mask hud being up alyways exists, even if you put the mask down
### Reproduction
1. Join the round as any job
2. Take your breath mask out of backpack
3. Put it on
4. Click Adjust breath mask
5. The earlier hud state icon is still... there? (Additional information has the screenshot on how it looks)
6. Be angry
7. turn your breath mask up
8. Be happy
### Round ID
Round ID: 48200
### Test Merges
#18498 #18502 #18947
### BYOND Username
Kmla
### Was this done on a locally hosted or non-Yogstation hosted server?
No
### Additional information
this is what the hud of the oxygen mask while its down looks like:

| priority | breath mask hud is slighty bugged severity low short description breath mask hud being up alyways exists even if you put the mask down reproduction join the round as any job take your breath mask out of backpack put it on click adjust breath mask the earlier hud state icon is still there additional information has the screenshot on how it looks be angry turn your breath mask up be happy round id round id test merges byond username kmla was this done on a locally hosted or non yogstation hosted server no additional information this is what the hud of the oxygen mask while its down looks like | 1 |
205,774 | 7,105,921,547 | IssuesEvent | 2018-01-16 15:10:47 | opencurrents/opencurrents | https://api.github.com/repos/opencurrents/opencurrents | closed | Market Place: Let's show no detail have been added when a biz hasn't added details and volunteer clicks on show detail. Currently just blank. | mvp yes priority low | 
| 1.0 | Market Place: Let's show no detail have been added when a biz hasn't added details and volunteer clicks on show detail. Currently just blank. - 
| priority | market place let s show no detail have been added when a biz hasn t added details and volunteer clicks on show detail currently just blank | 1 |
621,634 | 19,593,292,867 | IssuesEvent | 2022-01-05 15:11:10 | SAP/xsk | https://api.github.com/repos/SAP/xsk | closed | [Workbench] Add 'hdbti' to new file menu | enhancement priority-low effort-low usability | **Describe the issue**
When a user right clicks on a project or a folder, he should be presented with the option to create a new empty hdbti file.
> Is this issue related to a specific component?
xsk-workspase-menu
Depends on #934
**Desktop:**
- OS: macOS 12
- Browser: Firefox 95
- Version: XSK 0.12.0 | 1.0 | [Workbench] Add 'hdbti' to new file menu - **Describe the issue**
When a user right clicks on a project or a folder, he should be presented with the option to create a new empty hdbti file.
> Is this issue related to a specific component?
xsk-workspase-menu
Depends on #934
**Desktop:**
- OS: macOS 12
- Browser: Firefox 95
- Version: XSK 0.12.0 | priority | add hdbti to new file menu describe the issue when a user right clicks on a project or a folder he should be presented with the option to create a new empty hdbti file is this issue related to a specific component xsk workspase menu depends on desktop os macos browser firefox version xsk | 1 |
622,969 | 19,659,566,601 | IssuesEvent | 2022-01-10 15:44:57 | SaidTorres3/template-editor | https://api.github.com/repos/SaidTorres3/template-editor | opened | Hacer que al guardar el documento, se cambie de fecha de modificación | low-priority | Hacer que al guardar el documento, se cambie de fecha de modificación | 1.0 | Hacer que al guardar el documento, se cambie de fecha de modificación - Hacer que al guardar el documento, se cambie de fecha de modificación | priority | hacer que al guardar el documento se cambie de fecha de modificación hacer que al guardar el documento se cambie de fecha de modificación | 1 |
590,076 | 17,770,222,615 | IssuesEvent | 2021-08-30 12:51:38 | enviroCar/enviroCar-app | https://api.github.com/repos/enviroCar/enviroCar-app | closed | Click nature for My cars section | enhancement Priority - 3 - Low | **Issue** :- After selecting a radiobutton for my car it doesn't deselect if it clicked again. Also the car not get selected even if we click the car category different than on radiobutton rather it is giving option to select and delete car. Also user cannot delete multiple car at a same time.
**How will I fix this** :- Firstly,on click to car category at any place the car will get selected and on again click it will get deselected.
Secondly, I will implement a onLong click which on click gives a option to delete multiple car category by checkbox selection (which will appear in place of radioButton only in time of deletion).
**I will be working on this issue** | 1.0 | Click nature for My cars section - **Issue** :- After selecting a radiobutton for my car it doesn't deselect if it clicked again. Also the car not get selected even if we click the car category different than on radiobutton rather it is giving option to select and delete car. Also user cannot delete multiple car at a same time.
**How will I fix this** :- Firstly,on click to car category at any place the car will get selected and on again click it will get deselected.
Secondly, I will implement a onLong click which on click gives a option to delete multiple car category by checkbox selection (which will appear in place of radioButton only in time of deletion).
**I will be working on this issue** | priority | click nature for my cars section issue after selecting a radiobutton for my car it doesn t deselect if it clicked again also the car not get selected even if we click the car category different than on radiobutton rather it is giving option to select and delete car also user cannot delete multiple car at a same time how will i fix this firstly on click to car category at any place the car will get selected and on again click it will get deselected secondly i will implement a onlong click which on click gives a option to delete multiple car category by checkbox selection which will appear in place of radiobutton only in time of deletion i will be working on this issue | 1 |
89,653 | 3,798,262,317 | IssuesEvent | 2016-03-23 11:44:55 | OCHA-DAP/hdx-ckan | https://api.github.com/repos/OCHA-DAP/hdx-ckan | closed | Organization Search: organizations not found | Priority-Low | On demo, these 4 organizations exist:
* Demo - Cluster A
* Demo - Cluster B
* Demo - Cluster C
* Demo - Cluster D
However, in the organization search bar on /organization, searching for them by name doesn't find them. Searching "demo" or "cluster" works, but searching "demo cluster a" or "demo - cluster a" does not.
Searching for other multi-word orgs like "ocha dr congo" for example, works. Maybe something to do with the hyphen? | 1.0 | Organization Search: organizations not found - On demo, these 4 organizations exist:
* Demo - Cluster A
* Demo - Cluster B
* Demo - Cluster C
* Demo - Cluster D
However, in the organization search bar on /organization, searching for them by name doesn't find them. Searching "demo" or "cluster" works, but searching "demo cluster a" or "demo - cluster a" does not.
Searching for other multi-word orgs like "ocha dr congo" for example, works. Maybe something to do with the hyphen? | priority | organization search organizations not found on demo these organizations exist demo cluster a demo cluster b demo cluster c demo cluster d however in the organization search bar on organization searching for them by name doesn t find them searching demo or cluster works but searching demo cluster a or demo cluster a does not searching for other multi word orgs like ocha dr congo for example works maybe something to do with the hyphen | 1 |
270,930 | 8,474,712,647 | IssuesEvent | 2018-10-24 16:53:16 | dojot/dojot | https://api.github.com/repos/dojot/dojot | opened | [GUI] Forgot Password: include the discard button on the forgot password screen | Priority:Low Team:Frontend Type:Bug | 
**Affected Version:** 0.3.0-nightly_20181010 | 1.0 | [GUI] Forgot Password: include the discard button on the forgot password screen - 
**Affected Version:** 0.3.0-nightly_20181010 | priority | forgot password include the discard button on the forgot password screen affected version nightly | 1 |
565,630 | 16,766,260,614 | IssuesEvent | 2021-06-14 09:10:49 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | [0.9.4 develop-277] Camera rotates on 180 degrees when start moving with bottom/top camera position in 3rd person view. | Category: Gameplay Priority: Low Squad: Otter Status: Fixed Type: Bug | Step to reproduce:
- set camera to bottom/top position:


- start/ stop to move.
Video:
https://drive.google.com/file/d/1dr93UxSdkpGBrgJ_22vTAsnPXyuEK0jE/view?usp=sharing
Also check how rotates avatar in minimap. | 1.0 | [0.9.4 develop-277] Camera rotates on 180 degrees when start moving with bottom/top camera position in 3rd person view. - Step to reproduce:
- set camera to bottom/top position:


- start/ stop to move.
Video:
https://drive.google.com/file/d/1dr93UxSdkpGBrgJ_22vTAsnPXyuEK0jE/view?usp=sharing
Also check how rotates avatar in minimap. | priority | camera rotates on degrees when start moving with bottom top camera position in person view step to reproduce set camera to bottom top position start stop to move video also check how rotates avatar in minimap | 1 |
376,973 | 11,160,923,174 | IssuesEvent | 2019-12-26 11:37:17 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | [0.8.1.3] Incorrect basic filter values | Low Priority Push Candidate QA | When you select filters that is shown in the picture below, it is incorrectly displayed:
World Age, Online Players, Total Players.

If you move the slider and return to the place, the correct values will be displayed.

Filter from "Browse All" shows the correct values when opening.

| 1.0 | [0.8.1.3] Incorrect basic filter values - When you select filters that is shown in the picture below, it is incorrectly displayed:
World Age, Online Players, Total Players.

If you move the slider and return to the place, the correct values will be displayed.

Filter from "Browse All" shows the correct values when opening.

| priority | incorrect basic filter values when you select filters that is shown in the picture below it is incorrectly displayed world age online players total players if you move the slider and return to the place the correct values will be displayed filter from browse all shows the correct values when opening | 1 |
715,465 | 24,600,121,149 | IssuesEvent | 2022-10-14 11:46:13 | ramp4-pcar4/ramp4-pcar4 | https://api.github.com/repos/ramp4-pcar4/ramp4-pcar4 | closed | Wizard colour picker doesn't reload | effort: small flavour: bug priority: low type: corrective | Use the wizard to upload a layer that uses the colour picker and minimize the panel before completing all the steps. When reopening the panel, the colour gradient doesn't load until interacted with. | 1.0 | Wizard colour picker doesn't reload - Use the wizard to upload a layer that uses the colour picker and minimize the panel before completing all the steps. When reopening the panel, the colour gradient doesn't load until interacted with. | priority | wizard colour picker doesn t reload use the wizard to upload a layer that uses the colour picker and minimize the panel before completing all the steps when reopening the panel the colour gradient doesn t load until interacted with | 1 |
236,321 | 7,748,395,099 | IssuesEvent | 2018-05-30 08:11:55 | Gloirin/m2gTest | https://api.github.com/repos/Gloirin/m2gTest | closed | 0002618:
implement egw user import sql -> sql | Tinebase bug low priority | **Reported by cweiss on 10 May 2010 17:27**
implement egw user import sql -> sql
http://www.tine20.org/forum/viewtopic.php?f=12&t=3304&p=14458#p14458
**Additional information:** http://www.tine20.org/forum/viewtopic.php?f=12&t=3304
| 1.0 | 0002618:
implement egw user import sql -> sql - **Reported by cweiss on 10 May 2010 17:27**
implement egw user import sql -> sql
http://www.tine20.org/forum/viewtopic.php?f=12&t=3304&p=14458#p14458
**Additional information:** http://www.tine20.org/forum/viewtopic.php?f=12&t=3304
| priority | implement egw user import sql sql reported by cweiss on may implement egw user import sql gt sql additional information | 1 |
584,519 | 17,457,130,432 | IssuesEvent | 2021-08-06 04:09:15 | sonia-auv/proc_image_processing | https://api.github.com/repos/sonia-auv/proc_image_processing | opened | ERROR: Detection task could not format image for client | Priority: Low Type: Bug | ## Expected Behavior
No error should occur when a new detection task outputs its first frame.
## Current Behavior
[ERROR] [xxxx.xxxx]: Detection task <execution-name> could not format image for client
This is due to the first frame being null when starting the execution.
## Possible Solution
TODO
| 1.0 | ERROR: Detection task could not format image for client - ## Expected Behavior
No error should occur when a new detection task outputs its first frame.
## Current Behavior
[ERROR] [xxxx.xxxx]: Detection task <execution-name> could not format image for client
This is due to the first frame being null when starting the execution.
## Possible Solution
TODO
| priority | error detection task could not format image for client expected behavior no error should occur when a new detection task outputs its first frame current behavior detection task could not format image for client this is due to the first frame being null when starting the execution possible solution todo | 1 |
743,601 | 25,906,796,807 | IssuesEvent | 2022-12-15 10:50:25 | flowforge/flowforge | https://api.github.com/repos/flowforge/flowforge | closed | Improved rendering of Audit Entry updates | task priority:low | ### Description
Currently, in our verbose audit entries, we render the `update` property of the entry body with a raw dump of the `updates` object, this would be better handle with a component that can loop through each update and render it in natural English.
### Epic/Story
#428 | 1.0 | Improved rendering of Audit Entry updates - ### Description
Currently, in our verbose audit entries, we render the `update` property of the entry body with a raw dump of the `updates` object, this would be better handle with a component that can loop through each update and render it in natural English.
### Epic/Story
#428 | priority | improved rendering of audit entry updates description currently in our verbose audit entries we render the update property of the entry body with a raw dump of the updates object this would be better handle with a component that can loop through each update and render it in natural english epic story | 1 |
344,286 | 10,342,477,529 | IssuesEvent | 2019-09-04 06:34:04 | Code-Poets/sheetstorm | https://api.github.com/repos/Code-Poets/sheetstorm | opened | Little corrections of adding new report modal in reports view | UX bug priority low | Should be done:
------------
- modal should have shadow
- `join project` tooltip is missing | 1.0 | Little corrections of adding new report modal in reports view - Should be done:
------------
- modal should have shadow
- `join project` tooltip is missing | priority | little corrections of adding new report modal in reports view should be done modal should have shadow join project tooltip is missing | 1 |
437,878 | 12,603,921,938 | IssuesEvent | 2020-06-11 14:13:13 | ntop/ntopng | https://api.github.com/repos/ntop/ntopng | closed | ntopng -- incomplete IPv6 address in Flows | in progress low-priority bug | I am running ntopng v4.0.200511 with nProbe thru ZMQ, the topology is Mikrotik Router->nProbe->ntopng. All things are fine except for the flow information in ntopng, I tried to use IPv6 ping a server and check the result in ntopng(Flows Tab), the IPv6 address in column server side is incomplete, missing some characters in the beginning of address. (See attached Picture)

ntopng shows "**0:0:d636:a900::7**" , the correct one should be "**240e:e0:d636:a900::7**" | 1.0 | ntopng -- incomplete IPv6 address in Flows - I am running ntopng v4.0.200511 with nProbe thru ZMQ, the topology is Mikrotik Router->nProbe->ntopng. All things are fine except for the flow information in ntopng, I tried to use IPv6 ping a server and check the result in ntopng(Flows Tab), the IPv6 address in column server side is incomplete, missing some characters in the beginning of address. (See attached Picture)

ntopng shows "**0:0:d636:a900::7**" , the correct one should be "**240e:e0:d636:a900::7**" | priority | ntopng incomplete address in flows i am running ntopng with nprobe thru zmq the topology is mikrotik router nprobe ntopng all things are fine except for the flow information in ntopng i tried to use ping a server and check the result in ntopng flows tab the address in column server side is incomplete missing some characters in the beginning of address see attached picture ntopng shows the correct one should be | 1 |
252,245 | 8,033,631,112 | IssuesEvent | 2018-07-29 08:50:15 | magicDGS/ReadTools | https://api.github.com/repos/magicDGS/ReadTools | closed | security concern with distmap download | Priority: Low Status: Abandoned Type: Question | ReadTools DownloadDistmapResult currently requires to specify the hdfs server on the command line, which ends up in the `@PG` header. This lets a viewer of the bam infer that there is a Hadoop cluster running, the DNS name of the namenode, and which ports are probably open. As bams or their headers may be distributed outside the institute, this could be considered a security issue.
Possible solution: if an environment variable, .e.g., `HDFS_PREFIX`, is set, append whatever is specified as `--input` to it, which allows to hide or expose as much or as little If `HDFS_PREFIX` is not set, query the configuration in `HADOOP_CONF_DIR` (if set) for the necessary info (if Java has on-board tools for XPath queries, this would be a one-liner) and interpret the `--input` argument as an absolute path in the hdfs. | 1.0 | security concern with distmap download - ReadTools DownloadDistmapResult currently requires to specify the hdfs server on the command line, which ends up in the `@PG` header. This lets a viewer of the bam infer that there is a Hadoop cluster running, the DNS name of the namenode, and which ports are probably open. As bams or their headers may be distributed outside the institute, this could be considered a security issue.
Possible solution: if an environment variable, .e.g., `HDFS_PREFIX`, is set, append whatever is specified as `--input` to it, which allows to hide or expose as much or as little If `HDFS_PREFIX` is not set, query the configuration in `HADOOP_CONF_DIR` (if set) for the necessary info (if Java has on-board tools for XPath queries, this would be a one-liner) and interpret the `--input` argument as an absolute path in the hdfs. | priority | security concern with distmap download readtools downloaddistmapresult currently requires to specify the hdfs server on the command line which ends up in the pg header this lets a viewer of the bam infer that there is a hadoop cluster running the dns name of the namenode and which ports are probably open as bams or their headers may be distributed outside the institute this could be considered a security issue possible solution if an environment variable e g hdfs prefix is set append whatever is specified as input to it which allows to hide or expose as much or as little if hdfs prefix is not set query the configuration in hadoop conf dir if set for the necessary info if java has on board tools for xpath queries this would be a one liner and interpret the input argument as an absolute path in the hdfs | 1 |
9,864 | 2,608,048,554 | IssuesEvent | 2015-02-26 01:27:31 | andresriancho/w3af | https://api.github.com/repos/andresriancho/w3af | closed | output manager - RuntimeError: threads can only be started once | bug core priority:low | ## Version Information
```
Python version: 2.7.3 (default, Mar 13 2014, 11:03:55) [GCC 4.7.2]
GTK version: 2.24.10
PyGTK version: 2.24.0
w3af version:
w3af - Web Application Attack and Audit Framework
Version: 1.6.0.3
Distribution: Kali Linux
Author: Andres Riancho and the w3af team.
```
## Traceback
```pytb
Traceback (most recent call last):
File "/usr/share/w3af/w3af/core/ui/gui/main.py", line 524, in quit
self.w3af.quit()
File "/usr/share/w3af/w3af/core/controllers/w3afCore.py", line 348, in quit
self.stop()
File "/usr/share/w3af/w3af/core/controllers/w3afCore.py", line 305, in stop
om.out.debug('The user stopped the core, finishing threads...')
File "/usr/share/w3af/w3af/core/controllers/output_manager.py", line 75, in od_wrapper
out.start()
File "/usr/lib/python2.7/multiprocessing/dummy/__init__.py", line 75, in start
threading.Thread.start(self)
File "/usr/lib/python2.7/threading.py", line 489, in start
raise RuntimeError("threads can only be started once")
RuntimeError: threads can only be started once
```
| 1.0 | output manager - RuntimeError: threads can only be started once - ## Version Information
```
Python version: 2.7.3 (default, Mar 13 2014, 11:03:55) [GCC 4.7.2]
GTK version: 2.24.10
PyGTK version: 2.24.0
w3af version:
w3af - Web Application Attack and Audit Framework
Version: 1.6.0.3
Distribution: Kali Linux
Author: Andres Riancho and the w3af team.
```
## Traceback
```pytb
Traceback (most recent call last):
File "/usr/share/w3af/w3af/core/ui/gui/main.py", line 524, in quit
self.w3af.quit()
File "/usr/share/w3af/w3af/core/controllers/w3afCore.py", line 348, in quit
self.stop()
File "/usr/share/w3af/w3af/core/controllers/w3afCore.py", line 305, in stop
om.out.debug('The user stopped the core, finishing threads...')
File "/usr/share/w3af/w3af/core/controllers/output_manager.py", line 75, in od_wrapper
out.start()
File "/usr/lib/python2.7/multiprocessing/dummy/__init__.py", line 75, in start
threading.Thread.start(self)
File "/usr/lib/python2.7/threading.py", line 489, in start
raise RuntimeError("threads can only be started once")
RuntimeError: threads can only be started once
```
| priority | output manager runtimeerror threads can only be started once version information python version default mar gtk version pygtk version version web application attack and audit framework version distribution kali linux author andres riancho and the team traceback pytb traceback most recent call last file usr share core ui gui main py line in quit self quit file usr share core controllers py line in quit self stop file usr share core controllers py line in stop om out debug the user stopped the core finishing threads file usr share core controllers output manager py line in od wrapper out start file usr lib multiprocessing dummy init py line in start threading thread start self file usr lib threading py line in start raise runtimeerror threads can only be started once runtimeerror threads can only be started once | 1 |
155,400 | 5,954,786,800 | IssuesEvent | 2017-05-27 21:20:55 | Zephyrai/FinalProjectICS4U | https://api.github.com/repos/Zephyrai/FinalProjectICS4U | closed | Launcher content menu resizes incorrectly. | bug low priority | For some reason, every other time a mod/expansion pack is enabled/disabled, the content menu will fail to size to the content.
This is especially strange as it only occurs every other time.
Should look into fixing it, but it isn't incredibly important. | 1.0 | Launcher content menu resizes incorrectly. - For some reason, every other time a mod/expansion pack is enabled/disabled, the content menu will fail to size to the content.
This is especially strange as it only occurs every other time.
Should look into fixing it, but it isn't incredibly important. | priority | launcher content menu resizes incorrectly for some reason every other time a mod expansion pack is enabled disabled the content menu will fail to size to the content this is especially strange as it only occurs every other time should look into fixing it but it isn t incredibly important | 1 |
498,608 | 14,426,843,131 | IssuesEvent | 2020-12-06 00:20:03 | mtam51/Nirvana-Yoga | https://api.github.com/repos/mtam51/Nirvana-Yoga | closed | Two section headings are the same (repeated) | Enhancement Priority: Low Severity: Low | ## Description
Two sections on the website display different content, but the headings are the same.
The section headings are going to be reviewed by the web developer as it requires an understanding of code structure.
## Steps to Reproduce:
1. Open index.html file on the web browser
2. Scroll down to _Our Main Services_ section
3. Check the section headings of _Our Main Services_ and the section below
## Steps to Reproduce:
### Expected Result:
Each section on the website should have different section headings that are appropriate to its content.
### Actual Result:
* The sections have repeated section headings.

## Configuration:
The issue was found on the following configurations labeled yellow on the matrix table.

| 1.0 | Two section headings are the same (repeated) - ## Description
Two sections on the website display different content, but the headings are the same.
The section headings are going to be reviewed by the web developer as it requires an understanding of code structure.
## Steps to Reproduce:
1. Open index.html file on the web browser
2. Scroll down to _Our Main Services_ section
3. Check the section headings of _Our Main Services_ and the section below
## Steps to Reproduce:
### Expected Result:
Each section on the website should have different section headings that are appropriate to its content.
### Actual Result:
* The sections have repeated section headings.

## Configuration:
The issue was found on the following configurations labeled yellow on the matrix table.

| priority | two section headings are the same repeated description two sections on the website display different content but the headings are the same the section headings are going to be reviewed by the web developer as it requires an understanding of code structure steps to reproduce open index html file on the web browser scroll down to our main services section check the section headings of our main services and the section below steps to reproduce expected result each section on the website should have different section headings that are appropriate to its content actual result the sections have repeated section headings configuration the issue was found on the following configurations labeled yellow on the matrix table | 1 |
32,113 | 2,743,889,903 | IssuesEvent | 2015-04-22 01:18:27 | Miniand/brdg.me-issues | https://api.github.com/repos/Miniand/brdg.me-issues | opened | Farkle - allow taking multiple combinations at once | priority:low type:enhancement | _From @beefsack on April 16, 2015 7:45_
Just had a roll where I wanted to take 1, 1, 5, 666, but had to do them all individually. Would be nice if I just could `take 1 1 5 666`
_Copied from original issue: Miniand/brdg.me#72_ | 1.0 | Farkle - allow taking multiple combinations at once - _From @beefsack on April 16, 2015 7:45_
Just had a roll where I wanted to take 1, 1, 5, 666, but had to do them all individually. Would be nice if I just could `take 1 1 5 666`
_Copied from original issue: Miniand/brdg.me#72_ | priority | farkle allow taking multiple combinations at once from beefsack on april just had a roll where i wanted to take but had to do them all individually would be nice if i just could take copied from original issue miniand brdg me | 1 |
24,377 | 2,667,383,170 | IssuesEvent | 2015-03-22 15:18:49 | NewCreature/EOF | https://api.github.com/repos/NewCreature/EOF | closed | Backup MIDI file name inconsistency | bug imported Priority-Low wontfix | _From [raynebc](https://code.google.com/u/raynebc/) on June 09, 2010 16:41:06_
During MIDI import, EOF saves a backup copy of the MIDI that is loaded. This file is always saved with the name "notes.mid.backup", regardless of the imported MIDI's name. This is inconsistent with the chart file name that is saved.
For example, if I import test.mid, "notes.mid.backup" is created. Upon save, test.eof is created. It may make more sense for the backup file in this instance to be called "test.mid.backup" if such a file doesn't already exist.
_Original issue: http://code.google.com/p/editor-on-fire/issues/detail?id=113_ | 1.0 | Backup MIDI file name inconsistency - _From [raynebc](https://code.google.com/u/raynebc/) on June 09, 2010 16:41:06_
During MIDI import, EOF saves a backup copy of the MIDI that is loaded. This file is always saved with the name "notes.mid.backup", regardless of the imported MIDI's name. This is inconsistent with the chart file name that is saved.
For example, if I import test.mid, "notes.mid.backup" is created. Upon save, test.eof is created. It may make more sense for the backup file in this instance to be called "test.mid.backup" if such a file doesn't already exist.
_Original issue: http://code.google.com/p/editor-on-fire/issues/detail?id=113_ | priority | backup midi file name inconsistency from on june during midi import eof saves a backup copy of the midi that is loaded this file is always saved with the name notes mid backup regardless of the imported midi s name this is inconsistent with the chart file name that is saved for example if i import test mid notes mid backup is created upon save test eof is created it may make more sense for the backup file in this instance to be called test mid backup if such a file doesn t already exist original issue | 1 |
35,146 | 2,789,815,187 | IssuesEvent | 2015-05-08 21:40:10 | google/google-visualization-api-issues | https://api.github.com/repos/google/google-visualization-api-issues | opened | Regression Tools for Scatter Plots | Priority-Low Type-Enhancement | Original [issue 187](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=187) created by orwant on 2010-02-08T05:41:36.000Z:
<b>What would you like to see us add to this API?</b>
The ability to add a regression curve to scatter plots. I would like to add
linear and non-linear curves fits to the data.
<b>What component is this issue related to (PieChart, LineChart, DataTable,</b>
<b>Query, etc)?</b>
ScatterChart
<b>*********************************************************</b>
<b>For developers viewing this issue: please click the 'star' icon to be</b>
<b>notified of future changes, and to let us know how many of you are</b>
<b>interested in seeing it resolved.</b>
<b>*********************************************************</b>
| 1.0 | Regression Tools for Scatter Plots - Original [issue 187](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=187) created by orwant on 2010-02-08T05:41:36.000Z:
<b>What would you like to see us add to this API?</b>
The ability to add a regression curve to scatter plots. I would like to add
linear and non-linear curves fits to the data.
<b>What component is this issue related to (PieChart, LineChart, DataTable,</b>
<b>Query, etc)?</b>
ScatterChart
<b>*********************************************************</b>
<b>For developers viewing this issue: please click the 'star' icon to be</b>
<b>notified of future changes, and to let us know how many of you are</b>
<b>interested in seeing it resolved.</b>
<b>*********************************************************</b>
| priority | regression tools for scatter plots original created by orwant on what would you like to see us add to this api the ability to add a regression curve to scatter plots i would like to add linear and non linear curves fits to the data what component is this issue related to piechart linechart datatable query etc scatterchart for developers viewing this issue please click the star icon to be notified of future changes and to let us know how many of you are interested in seeing it resolved | 1 |
800,217 | 28,356,873,952 | IssuesEvent | 2023-04-12 08:00:25 | mui/mui-toolpad | https://api.github.com/repos/mui/mui-toolpad | closed | No easy way to combine pages from 2 different apps | priority: low | ### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Summary 💡
I want to create a 2-page app. And I want to take page-1 from app-A and page-2 from app-B.
I start to do this:
1. Duplicate app-A
2. Remove all pages other than page-1
But then, I can't get the page-2 from app-B.
As mentioned here https://github.com/mui/mui-toolpad/issues/813#issuecomment-1333802316 if all apps were just single pages, I could have simply made a folder with copies of the pages/apps.
It's low priority for now, we should do this as overall pages revamp | 1.0 | No easy way to combine pages from 2 different apps - ### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Summary 💡
I want to create a 2-page app. And I want to take page-1 from app-A and page-2 from app-B.
I start to do this:
1. Duplicate app-A
2. Remove all pages other than page-1
But then, I can't get the page-2 from app-B.
As mentioned here https://github.com/mui/mui-toolpad/issues/813#issuecomment-1333802316 if all apps were just single pages, I could have simply made a folder with copies of the pages/apps.
It's low priority for now, we should do this as overall pages revamp | priority | no easy way to combine pages from different apps duplicates i have searched the existing issues latest version i have tested the latest version summary 💡 i want to create a page app and i want to take page from app a and page from app b i start to do this duplicate app a remove all pages other than page but then i can t get the page from app b as mentioned here if all apps were just single pages i could have simply made a folder with copies of the pages apps it s low priority for now we should do this as overall pages revamp | 1 |
78,043 | 3,508,947,838 | IssuesEvent | 2016-01-08 20:15:15 | starteam/starcellbio_html | https://api.github.com/repos/starteam/starcellbio_html | opened | ab: prevent negative numbers in experiment setup | Low Priority | I accidentally used the up and down arrows to enter a duration and was able to select a negative number and then continue to the next page. I thought that we were checking to make sure that all the numbers were positive (for concentration, duration, start time, and collection time). Temperature can be a negative number so that should be allowed. | 1.0 | ab: prevent negative numbers in experiment setup - I accidentally used the up and down arrows to enter a duration and was able to select a negative number and then continue to the next page. I thought that we were checking to make sure that all the numbers were positive (for concentration, duration, start time, and collection time). Temperature can be a negative number so that should be allowed. | priority | ab prevent negative numbers in experiment setup i accidentally used the up and down arrows to enter a duration and was able to select a negative number and then continue to the next page i thought that we were checking to make sure that all the numbers were positive for concentration duration start time and collection time temperature can be a negative number so that should be allowed | 1 |
381,155 | 11,274,088,776 | IssuesEvent | 2020-01-14 17:49:08 | cop4934-fall19-group32/Project-32 | https://api.github.com/repos/cop4934-fall19-group32/Project-32 | closed | Card Location Data | Priority:Low Puzzles | - [ ] Create a way to represent the location for every card on the puzzle board.
- [ ] Locations include the card hand and card slot indices.
- [ ] Considers what card is at which location.
- [ ] Should be serializable. | 1.0 | Card Location Data - - [ ] Create a way to represent the location for every card on the puzzle board.
- [ ] Locations include the card hand and card slot indices.
- [ ] Considers what card is at which location.
- [ ] Should be serializable. | priority | card location data create a way to represent the location for every card on the puzzle board locations include the card hand and card slot indices considers what card is at which location should be serializable | 1 |
501,358 | 14,526,397,480 | IssuesEvent | 2020-12-14 14:10:37 | EarthJournalismNetwork/jeo-theme | https://api.github.com/repos/EarthJournalismNetwork/jeo-theme | closed | [ Validations ] categories in Related posts | priority: low | - [x] Validate that categories: 'video', 'image-gallery', 'audio, 'opinion' already exitst before using 'cat_ID'

| 1.0 | [ Validations ] categories in Related posts - - [x] Validate that categories: 'video', 'image-gallery', 'audio, 'opinion' already exitst before using 'cat_ID'

| priority | categories in related posts validate that categories video image gallery audio opinion already exitst before using cat id | 1 |
241,391 | 7,811,741,980 | IssuesEvent | 2018-06-12 11:09:21 | FubarDevelopment/QuickGraph | https://api.github.com/repos/FubarDevelopment/QuickGraph | closed | CP-19242: NullReference exception in DelegateIncidenceGraph<TVertex, TEdge>.TryGetEdges | priority:Low | *From unknown CodePlex user on Monday, 06 December 2010 15:25:07*
on line 44, the 'result' variable is null if TryGetOutEdges returns false | 1.0 | CP-19242: NullReference exception in DelegateIncidenceGraph<TVertex, TEdge>.TryGetEdges - *From unknown CodePlex user on Monday, 06 December 2010 15:25:07*
on line 44, the 'result' variable is null if TryGetOutEdges returns false | priority | cp nullreference exception in delegateincidencegraph trygetedges from unknown codeplex user on monday december on line the result variable is null if trygetoutedges returns false | 1 |
29,070 | 2,713,347,118 | IssuesEvent | 2015-04-09 18:45:07 | dartsim/dart | https://api.github.com/repos/dartsim/dart | closed | Standardize Joint Constructors | Comp: API Kind: Enhancement Priority: Low | It would be nice if the constructors for different Joint types were standardized to make templated factories doable. For example if I wanted a function like
```c++
template<JointType>
Joint* createJoint(const std::string& name, /* Other parameters like offset transforms and stuff */)
{
Joint* joint = new JointType(name);
/* Apply the different parameters */
return joint;
}
```
This currently cannot be done for all joint types since RevoluteJoint and PrismaticJoint have a different style of constructor than many of the others (taking an axis argument before a name argument). Of course this can be worked around by just using the default constructor in the factory and then changing the name later, but I wonder if we can abstract the concept of an "axis" so that all the different Joint constructors can have compatible signatures.
Essentially, I think Joint types should try to share a template concept as much as possible. | 1.0 | Standardize Joint Constructors - It would be nice if the constructors for different Joint types were standardized to make templated factories doable. For example if I wanted a function like
```c++
template<JointType>
Joint* createJoint(const std::string& name, /* Other parameters like offset transforms and stuff */)
{
Joint* joint = new JointType(name);
/* Apply the different parameters */
return joint;
}
```
This currently cannot be done for all joint types since RevoluteJoint and PrismaticJoint have a different style of constructor than many of the others (taking an axis argument before a name argument). Of course this can be worked around by just using the default constructor in the factory and then changing the name later, but I wonder if we can abstract the concept of an "axis" so that all the different Joint constructors can have compatible signatures.
Essentially, I think Joint types should try to share a template concept as much as possible. | priority | standardize joint constructors it would be nice if the constructors for different joint types were standardized to make templated factories doable for example if i wanted a function like c template joint createjoint const std string name other parameters like offset transforms and stuff joint joint new jointtype name apply the different parameters return joint this currently cannot be done for all joint types since revolutejoint and prismaticjoint have a different style of constructor than many of the others taking an axis argument before a name argument of course this can be worked around by just using the default constructor in the factory and then changing the name later but i wonder if we can abstract the concept of an axis so that all the different joint constructors can have compatible signatures essentially i think joint types should try to share a template concept as much as possible | 1 |
575,721 | 17,047,903,038 | IssuesEvent | 2021-07-06 03:50:19 | Automattic/woocommerce-payments | https://api.github.com/repos/Automattic/woocommerce-payments | closed | Remove quick fix styling for focused textarea element | good first issue priority: low size: small | Outline styling for focused form elements is defined in https://github.com/woocommerce/woocommerce-admin/ stylesheets. It's defined for input but not textarea so we have to duplicate styling to make components look similar.
Created a https://github.com/woocommerce/woocommerce-admin/pull/3655 to fix this.
Once the PR ☝️ is merged and released we should update our dependency and remove styling from `client/style.scss`.
| 1.0 | Remove quick fix styling for focused textarea element - Outline styling for focused form elements is defined in https://github.com/woocommerce/woocommerce-admin/ stylesheets. It's defined for input but not textarea so we have to duplicate styling to make components look similar.
Created a https://github.com/woocommerce/woocommerce-admin/pull/3655 to fix this.
Once the PR ☝️ is merged and released we should update our dependency and remove styling from `client/style.scss`.
| priority | remove quick fix styling for focused textarea element outline styling for focused form elements is defined in stylesheets it s defined for input but not textarea so we have to duplicate styling to make components look similar created a to fix this once the pr ☝️ is merged and released we should update our dependency and remove styling from client style scss | 1 |
727,385 | 25,033,725,864 | IssuesEvent | 2022-11-04 14:25:39 | o108minmin/halberd | https://api.github.com/repos/o108minmin/halberd | opened | log表示 | enhancement priority:low | **課題 or やりたいこと**
- やりたいこと
- #52 の残り
- Rust側のlogをtauri側に表示したい
**やること**
- [ ] やりたいこと
| 1.0 | log表示 - **課題 or やりたいこと**
- やりたいこと
- #52 の残り
- Rust側のlogをtauri側に表示したい
**やること**
- [ ] やりたいこと
| priority | log表示 課題 or やりたいこと やりたいこと の残り rust側のlogをtauri側に表示したい やること やりたいこと | 1 |
634,892 | 20,374,501,598 | IssuesEvent | 2022-02-21 14:24:08 | teamforus/general | https://api.github.com/repos/teamforus/general | closed | Have all types of funds in one webshop (financial fund + subsidy fund) | Priority: Must have Scope: Medium Urgency: Low Todo: Move to Productboard | Learn more about change requests here: https://bit.ly/39CWeEE
### Requested by:
Jamal
### Change description
In order to have a functional platform and be able to offer our core functionalities without hesitations, we should be able to give out all types of fund in one webshop.
## Regarding scope:
What is still needed to do this? If scope is medium or smal, I would like to classify this as must-have. If the scope is big I'd like to know how much time is needed to fix this in order to make a decision.
| 1.0 | Have all types of funds in one webshop (financial fund + subsidy fund) - Learn more about change requests here: https://bit.ly/39CWeEE
### Requested by:
Jamal
### Change description
In order to have a functional platform and be able to offer our core functionalities without hesitations, we should be able to give out all types of fund in one webshop.
## Regarding scope:
What is still needed to do this? If scope is medium or smal, I would like to classify this as must-have. If the scope is big I'd like to know how much time is needed to fix this in order to make a decision.
| priority | have all types of funds in one webshop financial fund subsidy fund learn more about change requests here requested by jamal change description in order to have a functional platform and be able to offer our core functionalities without hesitations we should be able to give out all types of fund in one webshop regarding scope what is still needed to do this if scope is medium or smal i would like to classify this as must have if the scope is big i d like to know how much time is needed to fix this in order to make a decision | 1 |
50,968 | 3,009,093,383 | IssuesEvent | 2015-07-28 02:10:36 | krishnaglick/MEEQS_Sane | https://api.github.com/repos/krishnaglick/MEEQS_Sane | opened | Revamp Roles | backend enhancement low priority | Currently we have isAdmin and isVerified properties on the user model. We need to swap this out for different roles so it can grow as needed in the future. | 1.0 | Revamp Roles - Currently we have isAdmin and isVerified properties on the user model. We need to swap this out for different roles so it can grow as needed in the future. | priority | revamp roles currently we have isadmin and isverified properties on the user model we need to swap this out for different roles so it can grow as needed in the future | 1 |
279,412 | 8,665,030,680 | IssuesEvent | 2018-11-28 21:58:47 | Optum/mockiato | https://api.github.com/repos/Optum/mockiato | closed | Unable to return empty object as response | low priority | Attempting to return an empty json object as a response to a GET REST call. The response body keeps getting cleared in the UX after service is restarted or page refreshed and the body returned is just "OK" or whatever status message from the http-error code.
Reproduced in internal dev environment. | 1.0 | Unable to return empty object as response - Attempting to return an empty json object as a response to a GET REST call. The response body keeps getting cleared in the UX after service is restarted or page refreshed and the body returned is just "OK" or whatever status message from the http-error code.
Reproduced in internal dev environment. | priority | unable to return empty object as response attempting to return an empty json object as a response to a get rest call the response body keeps getting cleared in the ux after service is restarted or page refreshed and the body returned is just ok or whatever status message from the http error code reproduced in internal dev environment | 1 |
327,069 | 9,965,969,299 | IssuesEvent | 2019-07-08 09:59:41 | telstra/open-kilda | https://api.github.com/repos/telstra/open-kilda | opened | an one-switch flow is not valid when it was created on a deactivated switch | bug priority/4-low | **Steps to reproduce:**
1. deactivate a switch;
2. create an one-switch flow via APIv2;
```
{
"flow_id": "test_valid_one_switch_one_port_flow",
"source": {
"switch_id": "00:00:00:00:00:00:00:02",
"port_number": 12,
"vlan_id": 1445
},
"destination": {
"switch_id": "00:00:00:00:00:00:00:02",
"port_number": 12,
"vlan_id": 1630
},
"maximum_bandwidth": 500,
"ignore_bandwidth": false,
"periodic_pings": false,
"description": "some text",
"max_latency": null,
"priority": null
}
```
3. status of the created flow is `Down` (it is ok)
4. activate the switch;
5. status of the created flow is `Up`
6. try to validate the flow;
**Actual result:**
Flow status is Up
The flow is not valid
Missing rules and meters are exist on the switch
**Expected result:**
The flow is valid
**Workaround**
Synchronize the switch (`api/v1/switches/:switch-id/rules/synchronize`)
| 1.0 | an one-switch flow is not valid when it was created on a deactivated switch - **Steps to reproduce:**
1. deactivate a switch;
2. create an one-switch flow via APIv2;
```
{
"flow_id": "test_valid_one_switch_one_port_flow",
"source": {
"switch_id": "00:00:00:00:00:00:00:02",
"port_number": 12,
"vlan_id": 1445
},
"destination": {
"switch_id": "00:00:00:00:00:00:00:02",
"port_number": 12,
"vlan_id": 1630
},
"maximum_bandwidth": 500,
"ignore_bandwidth": false,
"periodic_pings": false,
"description": "some text",
"max_latency": null,
"priority": null
}
```
3. status of the created flow is `Down` (it is ok)
4. activate the switch;
5. status of the created flow is `Up`
6. try to validate the flow;
**Actual result:**
Flow status is Up
The flow is not valid
Missing rules and meters are exist on the switch
**Expected result:**
The flow is valid
**Workaround**
Synchronize the switch (`api/v1/switches/:switch-id/rules/synchronize`)
| priority | an one switch flow is not valid when it was created on a deactivated switch steps to reproduce deactivate a switch create an one switch flow via flow id test valid one switch one port flow source switch id port number vlan id destination switch id port number vlan id maximum bandwidth ignore bandwidth false periodic pings false description some text max latency null priority null status of the created flow is down it is ok activate the switch status of the created flow is up try to validate the flow actual result flow status is up the flow is not valid missing rules and meters are exist on the switch expected result the flow is valid workaround synchronize the switch api switches switch id rules synchronize | 1 |
520,741 | 15,091,997,820 | IssuesEvent | 2021-02-06 17:46:18 | KoderKow/twitchr | https://api.github.com/repos/KoderKow/twitchr | closed | Get Bits Leaderboard | Difficulty: [2] Intermediate Effort: [2] Medium Priority: [1] Low Type: ★ Enhancement | Gets a ranked list of Bits leaderboard information for an authorized broadcaster.
https://dev.twitch.tv/docs/api/reference#get-bits-leaderboard | 1.0 | Get Bits Leaderboard - Gets a ranked list of Bits leaderboard information for an authorized broadcaster.
https://dev.twitch.tv/docs/api/reference#get-bits-leaderboard | priority | get bits leaderboard gets a ranked list of bits leaderboard information for an authorized broadcaster | 1 |
269,707 | 8,442,273,395 | IssuesEvent | 2018-10-18 12:49:09 | geosolutions-it/MapStore2 | https://api.github.com/repos/geosolutions-it/MapStore2 | opened | 3D map needs CORS | Priority: Low user feedback | ### Description
Adding a new GeoServer in the catalog and adding layers to the map works.
The 3D map will work only if the GeoServer have CORS headers allowing MapStore to use its resources.
So if you don't set CORS, the 2D map will work because it uses the proxy, but the 3D map will not.
I suggest to disable the 3D map button when the GeoServer instance must rely on the proxy to work. | 1.0 | 3D map needs CORS - ### Description
Adding a new GeoServer in the catalog and adding layers to the map works.
The 3D map will work only if the GeoServer have CORS headers allowing MapStore to use its resources.
So if you don't set CORS, the 2D map will work because it uses the proxy, but the 3D map will not.
I suggest to disable the 3D map button when the GeoServer instance must rely on the proxy to work. | priority | map needs cors description adding a new geoserver in the catalog and adding layers to the map works the map will work only if the geoserver have cors headers allowing mapstore to use its resources so if you don t set cors the map will work because it uses the proxy but the map will not i suggest to disable the map button when the geoserver instance must rely on the proxy to work | 1 |
557,334 | 16,507,461,931 | IssuesEvent | 2021-05-25 21:16:56 | mdfbaam/ORNL-Slicer-2-Issue-Tracker | https://api.github.com/repos/mdfbaam/ORNL-Slicer-2-Issue-Tracker | opened | Pitch, Roll, Yaw rotation to X, Y, and Z | core-ui feature low-priority | ## Expected Behavior
Self-Explanatory.
## Actual Behavior
Self-Explanatory
## Possible Solution
Add to preferences to have the names switch
## Steps to Reproduce the Problem
Self-Explanatory.
## Specifications
Platform, machine specs, anything else you think might be relevant.
| 1.0 | Pitch, Roll, Yaw rotation to X, Y, and Z - ## Expected Behavior
Self-Explanatory.
## Actual Behavior
Self-Explanatory
## Possible Solution
Add to preferences to have the names switch
## Steps to Reproduce the Problem
Self-Explanatory.
## Specifications
Platform, machine specs, anything else you think might be relevant.
| priority | pitch roll yaw rotation to x y and z expected behavior self explanatory actual behavior self explanatory possible solution add to preferences to have the names switch steps to reproduce the problem self explanatory specifications platform machine specs anything else you think might be relevant | 1 |
658,287 | 21,884,131,256 | IssuesEvent | 2022-05-19 16:49:59 | DDMAL/Rodan | https://api.github.com/repos/DDMAL/Rodan | opened | [MEI Encoding] Coordinates of first bounding box sometimes 0,0,0,0 | Priority: LOW MEI Encoding bug | It sometimes happens that in the straight-outta-omr file, the coordinates of the bounding box of the first syllable are all 0. This is from folio 264r:
<img width="543" alt="264r BB all 0" src="https://user-images.githubusercontent.com/83373378/160635525-00f508e7-944e-446d-9b22-94a47e6467c2.png">
After uploading the file to Neon and adding text to the syllable, the syllable in the MEI has a `syl` with the input text, but the coordinates of the bounding box aren't listed at all. As a consequence, the syllable has no bounding box, no matter what I do.
<img width="575" alt="264r BB nothing" src="https://user-images.githubusercontent.com/83373378/160635805-aeea6a2c-d6cb-45be-b1db-17dd6b61f751.png">
This issue also happens in 264v and the MEI looks the same. Here are the files:
[264r.mei.zip](https://github.com/DDMAL/Neon/files/8372407/264r.mei.zip)
[264v.mei.zip](https://github.com/DDMAL/Neon/files/8372410/264v.mei.zip)
The only fix is to delete the neumes and input them back in. I'd estimate this issue occurs in one out of three folios, but it isn't super urgent, because it only applies to a single syllable per folio.
This issue was first mentioned in the Neon repo here https://github.com/DDMAL/Neon/issues/790, but since the original problem is already present in the straight-outta-omr file, it's probably an mei encoding issue. The issue doesn't happen in every folio, but when it does it always affects only the very first syllable. | 1.0 | [MEI Encoding] Coordinates of first bounding box sometimes 0,0,0,0 - It sometimes happens that in the straight-outta-omr file, the coordinates of the bounding box of the first syllable are all 0. This is from folio 264r:
<img width="543" alt="264r BB all 0" src="https://user-images.githubusercontent.com/83373378/160635525-00f508e7-944e-446d-9b22-94a47e6467c2.png">
After uploading the file to Neon and adding text to the syllable, the syllable in the MEI has a `syl` with the input text, but the coordinates of the bounding box aren't listed at all. As a consequence, the syllable has no bounding box, no matter what I do.
<img width="575" alt="264r BB nothing" src="https://user-images.githubusercontent.com/83373378/160635805-aeea6a2c-d6cb-45be-b1db-17dd6b61f751.png">
This issue also happens in 264v and the MEI looks the same. Here are the files:
[264r.mei.zip](https://github.com/DDMAL/Neon/files/8372407/264r.mei.zip)
[264v.mei.zip](https://github.com/DDMAL/Neon/files/8372410/264v.mei.zip)
The only fix is to delete the neumes and input them back in. I'd estimate this issue occurs in one out of three folios, but it isn't super urgent, because it only applies to a single syllable per folio.
This issue was first mentioned in the Neon repo here https://github.com/DDMAL/Neon/issues/790, but since the original problem is already present in the straight-outta-omr file, it's probably an mei encoding issue. The issue doesn't happen in every folio, but when it does it always affects only the very first syllable. | priority | coordinates of first bounding box sometimes it sometimes happens that in the straight outta omr file the coordinates of the bounding box of the first syllable are all this is from folio img width alt bb all src after uploading the file to neon and adding text to the syllable the syllable in the mei has a syl with the input text but the coordinates of the bounding box aren t listed at all as a consequence the syllable has no bounding box no matter what i do img width alt bb nothing src this issue also happens in and the mei looks the same here are the files the only fix is to delete the neumes and input them back in i d estimate this issue occurs in one out of three folios but it isn t super urgent because it only applies to a single syllable per folio this issue was first mentioned in the neon repo here but since the original problem is already present in the straight outta omr file it s probably an mei encoding issue the issue doesn t happen in every folio but when it does it always affects only the very first syllable | 1 |
791,508 | 27,865,895,879 | IssuesEvent | 2023-03-21 10:13:32 | EspressoSystems/jellyfish | https://api.github.com/repos/EspressoSystems/jellyfish | opened | Dev profile compilation v.s. runtime tradeoffs | low-priority rust | @sveitser has pointed out that downstream libraries that use `jellyfish` usually compile with `--release` for faster runtime jellyfish which slows down the dev process and many dev tools (also work mainly with incrementally cached dev-profile built artifacts).
This issue investigates the main reasons for the slowdown and possible workaround. | 1.0 | Dev profile compilation v.s. runtime tradeoffs - @sveitser has pointed out that downstream libraries that use `jellyfish` usually compile with `--release` for faster runtime jellyfish which slows down the dev process and many dev tools (also work mainly with incrementally cached dev-profile built artifacts).
This issue investigates the main reasons for the slowdown and possible workaround. | priority | dev profile compilation v s runtime tradeoffs sveitser has pointed out that downstream libraries that use jellyfish usually compile with release for faster runtime jellyfish which slows down the dev process and many dev tools also work mainly with incrementally cached dev profile built artifacts this issue investigates the main reasons for the slowdown and possible workaround | 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 |
544,161 | 15,890,392,454 | IssuesEvent | 2021-04-10 15:16:48 | johnsonjh/pmince | https://api.github.com/repos/johnsonjh/pmince | closed | Investigate availability of Cliff Lasser's MINCE keyboard macro package | 3rd-party enhancement help wanted low priority mince modifications | ```text
16-Jan-84 11:01:55-MST,699;000000000000
Return-Path: <@MIT-MC:CAL%MIT-OZ@MIT-MC>
Received: from MIT-MC by SIMTEL20.ARPA with TCP; Mon 16 Jan 84 11:01:35-MST
Date: Sun, 15 Jan 1984 15:08 EST
Message-ID: <CAL.11983870893.BABYL@MIT-OZ>
From: Cliff Lasser <CAL%MIT-OZ@MIT-MC.ARPA>
To: Info-cpm @SIMTEL20.ARPA
Cc: Amethyst-Users@SIMTEL20.ARPA, Cliff Lasser <CAL%MIT-OZ@MIT-MC.ARPA>
Subject: Mince keyboard macros
In-reply-to: Msg of 13 Jan 1984 18:52-EST from Rich $alz <DCB.TECH%MIT-OZ at MIT-MC.ARPA>
I have put the sources for my mince keyboard macros in MIT-MC:FJW;MMODS
TXT. They will be there until FJW moves the file over to the Simtel20. If
you have any problems with it, don't hesitate to let me know.
-Cliff
``` | 1.0 | Investigate availability of Cliff Lasser's MINCE keyboard macro package - ```text
16-Jan-84 11:01:55-MST,699;000000000000
Return-Path: <@MIT-MC:CAL%MIT-OZ@MIT-MC>
Received: from MIT-MC by SIMTEL20.ARPA with TCP; Mon 16 Jan 84 11:01:35-MST
Date: Sun, 15 Jan 1984 15:08 EST
Message-ID: <CAL.11983870893.BABYL@MIT-OZ>
From: Cliff Lasser <CAL%MIT-OZ@MIT-MC.ARPA>
To: Info-cpm @SIMTEL20.ARPA
Cc: Amethyst-Users@SIMTEL20.ARPA, Cliff Lasser <CAL%MIT-OZ@MIT-MC.ARPA>
Subject: Mince keyboard macros
In-reply-to: Msg of 13 Jan 1984 18:52-EST from Rich $alz <DCB.TECH%MIT-OZ at MIT-MC.ARPA>
I have put the sources for my mince keyboard macros in MIT-MC:FJW;MMODS
TXT. They will be there until FJW moves the file over to the Simtel20. If
you have any problems with it, don't hesitate to let me know.
-Cliff
``` | priority | investigate availability of cliff lasser s mince keyboard macro package text jan mst return path received from mit mc by arpa with tcp mon jan mst date sun jan est message id from cliff lasser to info cpm arpa cc amethyst users arpa cliff lasser subject mince keyboard macros in reply to msg of jan est from rich alz i have put the sources for my mince keyboard macros in mit mc fjw mmods txt they will be there until fjw moves the file over to the if you have any problems with it don t hesitate to let me know cliff | 1 |
278,480 | 8,641,898,334 | IssuesEvent | 2018-11-24 23:01:16 | jatinrampal/WhiteBears-Capstone | https://api.github.com/repos/jatinrampal/WhiteBears-Capstone | closed | Wrong Phrase for Adding New Project Note | improvement low priority | Should be "due date", not "completed date".

| 1.0 | Wrong Phrase for Adding New Project Note - Should be "due date", not "completed date".

| priority | wrong phrase for adding new project note should be due date not completed date | 1 |
423,272 | 12,293,636,155 | IssuesEvent | 2020-05-10 19:54:29 | bitprj/people | https://api.github.com/repos/bitprj/people | closed | Make short video about 1:1s | Priority: Low | - [ ] outline video notes
- [ ] record video
- [ ] document on gitbooks | 1.0 | Make short video about 1:1s - - [ ] outline video notes
- [ ] record video
- [ ] document on gitbooks | priority | make short video about outline video notes record video document on gitbooks | 1 |
721,879 | 24,841,686,123 | IssuesEvent | 2022-10-26 13:11:43 | ChainSafe/forest | https://api.github.com/repos/ChainSafe/forest | closed | Update `filecoin-proofs-api` dependency | Priority: 4 - Low Maintenance Status: Needs Triage Ready | **Issue summary**
cannot update due to `blst` version conflict
**Other information and links**
<!-- Add any other context, existing implementation reference or screenshots about the task here. -->
<!-- Thank you 💪 --> | 1.0 | Update `filecoin-proofs-api` dependency - **Issue summary**
cannot update due to `blst` version conflict
**Other information and links**
<!-- Add any other context, existing implementation reference or screenshots about the task here. -->
<!-- Thank you 💪 --> | priority | update filecoin proofs api dependency issue summary cannot update due to blst version conflict other information and links | 1 |
118,036 | 4,731,291,067 | IssuesEvent | 2016-10-19 01:14:45 | dhowe/AdNauseam | https://api.github.com/repos/dhowe/AdNauseam | closed | Click-to-inspect requires two clicks after drag | Bug Chrome PRIORITY: Low | To recreate:
- open vault
- drag ads around
- click to inspect an ad (only appears to work on 2nd click)
| 1.0 | Click-to-inspect requires two clicks after drag - To recreate:
- open vault
- drag ads around
- click to inspect an ad (only appears to work on 2nd click)
| priority | click to inspect requires two clicks after drag to recreate open vault drag ads around click to inspect an ad only appears to work on click | 1 |
727,313 | 25,031,105,755 | IssuesEvent | 2022-11-04 12:27:53 | testomatio/app | https://api.github.com/repos/testomatio/app | closed | Tags autocomplete stopped working | bug ui\ux editor priority low | **Describe the bug**
Tags autocomplete is not shown
**To Reproduce**
Steps to reproduce the behavior:
Given I have tests with tag ex. tag like @org:test
when create/edit a test
And start typing tag name ex. @org
Actual - I see no tags automatic suggestions
**Expected behavior**
expect to see all tags that start with @org
see feature in action on the demo
https://www.youtube.com/watch?v=2-gMXd9i-cc
**Screenshots**

**Desktop (please complete the following information):**
- OS: macos
- Browser chrome
- Browser Version 106.0.5249.119
- Application: production
**Additional context**
I reported this issue in the support chat earlier but it seems to be not been fixed yet
| 1.0 | Tags autocomplete stopped working - **Describe the bug**
Tags autocomplete is not shown
**To Reproduce**
Steps to reproduce the behavior:
Given I have tests with tag ex. tag like @org:test
when create/edit a test
And start typing tag name ex. @org
Actual - I see no tags automatic suggestions
**Expected behavior**
expect to see all tags that start with @org
see feature in action on the demo
https://www.youtube.com/watch?v=2-gMXd9i-cc
**Screenshots**

**Desktop (please complete the following information):**
- OS: macos
- Browser chrome
- Browser Version 106.0.5249.119
- Application: production
**Additional context**
I reported this issue in the support chat earlier but it seems to be not been fixed yet
| priority | tags autocomplete stopped working describe the bug tags autocomplete is not shown to reproduce steps to reproduce the behavior given i have tests with tag ex tag like org test when create edit a test and start typing tag name ex org actual i see no tags automatic suggestions expected behavior expect to see all tags that start with org see feature in action on the demo screenshots desktop please complete the following information os macos browser chrome browser version application production additional context i reported this issue in the support chat earlier but it seems to be not been fixed yet | 1 |
430,500 | 12,454,128,582 | IssuesEvent | 2020-05-27 14:48:46 | webhintio/hint | https://api.github.com/repos/webhintio/hint | closed | [Bug] Items in configuration page wrap poorly at smaller widths in browser extension | area:browser-extension good first issue hackathon msft-consider priority:low type:bug | At certain sizes just before the layout changes from horizontal to vertical, items in the configuration page wrap poorly:

This is probably most easily fixed by adjusting the media queries being used to snap to the vertical layout slightly sooner. | 1.0 | [Bug] Items in configuration page wrap poorly at smaller widths in browser extension - At certain sizes just before the layout changes from horizontal to vertical, items in the configuration page wrap poorly:

This is probably most easily fixed by adjusting the media queries being used to snap to the vertical layout slightly sooner. | priority | items in configuration page wrap poorly at smaller widths in browser extension at certain sizes just before the layout changes from horizontal to vertical items in the configuration page wrap poorly this is probably most easily fixed by adjusting the media queries being used to snap to the vertical layout slightly sooner | 1 |
545,971 | 15,978,696,348 | IssuesEvent | 2021-04-17 11:04:19 | gii-is-psg2/PSG2-2021-G1-13 | https://api.github.com/repos/gii-is-psg2/PSG2-2021-G1-13 | closed | A3.2.2 Validación para Pet Hotel | priority:low size:2 | Implement a validation on the booking creation of your pet hotel functionality that ensures that there are not concurrent bookings in the hotel for the same pet. | 1.0 | A3.2.2 Validación para Pet Hotel - Implement a validation on the booking creation of your pet hotel functionality that ensures that there are not concurrent bookings in the hotel for the same pet. | priority | validación para pet hotel implement a validation on the booking creation of your pet hotel functionality that ensures that there are not concurrent bookings in the hotel for the same pet | 1 |
490,519 | 14,135,353,883 | IssuesEvent | 2020-11-10 01:29:39 | drashland/sinco | https://api.github.com/repos/drashland/sinco | opened | Support for 'Logging In' | Priority: Low Type: Enhancement | ## Summary
What:
Similar to Laravel's `$browser->loginAs(User::first())`
Why:
Majority of web apps use auth
## Acceptance Criteria
Below is a list of tasks that must be completed before this issue can be closed.
- [ ] Write documentation
- [ ] Write unit tests
- [ ] Write integration tests
- [ ] Develop feature
## Example Pseudo Code (for implementation)
```typescript
public async loginAs(something: any): any {
// ... how do we do this?
}
```
| 1.0 | Support for 'Logging In' - ## Summary
What:
Similar to Laravel's `$browser->loginAs(User::first())`
Why:
Majority of web apps use auth
## Acceptance Criteria
Below is a list of tasks that must be completed before this issue can be closed.
- [ ] Write documentation
- [ ] Write unit tests
- [ ] Write integration tests
- [ ] Develop feature
## Example Pseudo Code (for implementation)
```typescript
public async loginAs(something: any): any {
// ... how do we do this?
}
```
| priority | support for logging in summary what similar to laravel s browser loginas user first why majority of web apps use auth acceptance criteria below is a list of tasks that must be completed before this issue can be closed write documentation write unit tests write integration tests develop feature example pseudo code for implementation typescript public async loginas something any any how do we do this | 1 |
305,461 | 9,369,690,951 | IssuesEvent | 2019-04-03 11:46:52 | netdata/netdata | https://api.github.com/repos/netdata/netdata | closed | python.d.plugin next update calc bug | area/external/python bug priority/low wontfix | There is a bug in calculation update time
https://github.com/netdata/netdata/blob/6f0d13fbb98978cfca850d72a6b90d6db56e9a2a/collectors/python.d.plugin/python_modules/bases/FrameworkServices/SimpleService.py#L41-L43
```python
In [1]: import time
In [2]: def c(i):
: t = time.monotonic()
: d = t - (t%i) + i
: return t, d, d - t
:
In [3]: c(60)
Out[3]: (84688.099451557, 84720.0, 31.900548442994477)
In [4]: c(60)
Out[4]: (84689.748439694, 84720.0, 30.25156030600192)
In [5]: c(60)
Out[5]: (84693.18335048, 84720.0, 26.816649519998464)
In [6]: c(60)
Out[6]: (84702.413057355, 84720.0, 17.58694264499354)
In [7]: c(60)
Out[7]: (84720.166530715, 84780.0, 59.83346928500396)
```
That means that module first poll can be delayed up to `update_every` seconds, which is bad if update_every value is high.
Will be fixed in a separate PR.
_Originally posted by @ilyam8 in https://github.com/netdata/netdata/pull/5365#issuecomment-472092881_ | 1.0 | python.d.plugin next update calc bug - There is a bug in calculation update time
https://github.com/netdata/netdata/blob/6f0d13fbb98978cfca850d72a6b90d6db56e9a2a/collectors/python.d.plugin/python_modules/bases/FrameworkServices/SimpleService.py#L41-L43
```python
In [1]: import time
In [2]: def c(i):
: t = time.monotonic()
: d = t - (t%i) + i
: return t, d, d - t
:
In [3]: c(60)
Out[3]: (84688.099451557, 84720.0, 31.900548442994477)
In [4]: c(60)
Out[4]: (84689.748439694, 84720.0, 30.25156030600192)
In [5]: c(60)
Out[5]: (84693.18335048, 84720.0, 26.816649519998464)
In [6]: c(60)
Out[6]: (84702.413057355, 84720.0, 17.58694264499354)
In [7]: c(60)
Out[7]: (84720.166530715, 84780.0, 59.83346928500396)
```
That means that module first poll can be delayed up to `update_every` seconds, which is bad if update_every value is high.
Will be fixed in a separate PR.
_Originally posted by @ilyam8 in https://github.com/netdata/netdata/pull/5365#issuecomment-472092881_ | priority | python d plugin next update calc bug there is a bug in calculation update time python in import time in def c i t time monotonic d t t i i return t d d t in c out in c out in c out in c out in c out that means that module first poll can be delayed up to update every seconds which is bad if update every value is high will be fixed in a separate pr originally posted by in | 1 |
130,913 | 5,135,201,302 | IssuesEvent | 2017-01-11 11:30:30 | worona/worona-dashboard | https://api.github.com/repos/worona/worona-dashboard | opened | Menu labels doesn't match with dashboard layout | Priority: Low Type: Bug | - `General > General Settings` should be `Settings > General`
- `Themes > Config Starter Theme` should be `Themes > Starter Theme`
- `Themes` should be above `Extensions`
### Layout

### Dashboard

| 1.0 | Menu labels doesn't match with dashboard layout - - `General > General Settings` should be `Settings > General`
- `Themes > Config Starter Theme` should be `Themes > Starter Theme`
- `Themes` should be above `Extensions`
### Layout

### Dashboard

| priority | menu labels doesn t match with dashboard layout general general settings should be settings general themes config starter theme should be themes starter theme themes should be above extensions layout dashboard | 1 |
367,992 | 10,864,220,132 | IssuesEvent | 2019-11-14 16:28:30 | Haivision/srt | https://api.github.com/repos/Haivision/srt | opened | [BUG] Direct CUnit::m_iFlag = GOOD usage is discouraged | Priority: Low Type: Bug | Use dedicated functions that increase internal counter of occupied units:
* `CUnitQueue::makeUnitFree(CUnit *)`
* `CUnitQueue::makeUnitGood(CUnit *)`
```
void PacketFilter::receive(CUnit* unit, ref_t< std::vector<CUnit*> > r_incoming,
ref_t<loss_seqs_t> r_loss_seqs)
{
// ...
unit->m_iFlag = CUnit::GOOD;
```
```
void PacketFilter::InsertRebuilt(vector<CUnit*>& incoming, CUnitQueue* uq)
// ...
u->m_iFlag = CUnit::GOOD;
``` | 1.0 | [BUG] Direct CUnit::m_iFlag = GOOD usage is discouraged - Use dedicated functions that increase internal counter of occupied units:
* `CUnitQueue::makeUnitFree(CUnit *)`
* `CUnitQueue::makeUnitGood(CUnit *)`
```
void PacketFilter::receive(CUnit* unit, ref_t< std::vector<CUnit*> > r_incoming,
ref_t<loss_seqs_t> r_loss_seqs)
{
// ...
unit->m_iFlag = CUnit::GOOD;
```
```
void PacketFilter::InsertRebuilt(vector<CUnit*>& incoming, CUnitQueue* uq)
// ...
u->m_iFlag = CUnit::GOOD;
``` | priority | direct cunit m iflag good usage is discouraged use dedicated functions that increase internal counter of occupied units cunitqueue makeunitfree cunit cunitqueue makeunitgood cunit void packetfilter receive cunit unit ref t r incoming ref t r loss seqs unit m iflag cunit good void packetfilter insertrebuilt vector incoming cunitqueue uq u m iflag cunit good | 1 |
515,288 | 14,959,097,207 | IssuesEvent | 2021-01-27 02:20:42 | codeforsanjose/gov-agenda-notifier | https://api.github.com/repos/codeforsanjose/gov-agenda-notifier | closed | Integrate API calls to fetch Meeting IDs and Meeting data for AdminView | Low Priority frontend graphql | Replace the mock API calls in the AdminView component with the actual back end API calls. | 1.0 | Integrate API calls to fetch Meeting IDs and Meeting data for AdminView - Replace the mock API calls in the AdminView component with the actual back end API calls. | priority | integrate api calls to fetch meeting ids and meeting data for adminview replace the mock api calls in the adminview component with the actual back end api calls | 1 |
196,690 | 6,937,633,667 | IssuesEvent | 2017-12-04 06:20:28 | uva-slp/meals | https://api.github.com/repos/uva-slp/meals | closed | Make volunteer management search dynamic | priority-low story-points-3 | Right now you have to press enter and every search sends you to a new page, where you now need to press back to get to the overall volunteer management page. We think we can refactor this so that the search is dynamic and doesn't send you to a new page that requires a back button. | 1.0 | Make volunteer management search dynamic - Right now you have to press enter and every search sends you to a new page, where you now need to press back to get to the overall volunteer management page. We think we can refactor this so that the search is dynamic and doesn't send you to a new page that requires a back button. | priority | make volunteer management search dynamic right now you have to press enter and every search sends you to a new page where you now need to press back to get to the overall volunteer management page we think we can refactor this so that the search is dynamic and doesn t send you to a new page that requires a back button | 1 |
488,773 | 14,086,215,953 | IssuesEvent | 2020-11-05 03:05:30 | DeadlyBossMods/DBM-Classic | https://api.github.com/repos/DeadlyBossMods/DBM-Classic | closed | Review dungeons and fix bugs related to incorrect timers and events | Low Priority declined help wanted | **Completed dungeons that need real timers (not AI) and review for bugs/misisng features:**
- [ ] Blackfathom Deeps
- [ ] Deadmines
- [ ] Gnomeregan
- [x] Maraudon
- [ ] Ragefire Chasm
- [ ] Razorfen Downs
- [ ] Razorfen Kraul
- [ ] Scarlet Monastery
- [ ] Shadowfang Keep
- [x] Stormwind Stockade
- [ ] Stratholme
- [ ] Sunken Temple
- [ ] Uldaman
- [ ] Wailing Caverns
- [ ] Zul'Farrak
**NYI Dungeons (ref: https://github.com/DeadlyBossMods/DBM-Classic/issues/4)**
Blackrock Depths
Blackrock Spire (Lower)
Blackrock Spire (Upper)
Dire Maul
Scholomance
**How to help?**
1. Share combat logs recorded with advanced combat logging and uploaded to WarcraftLogs or combatlog.txt shared with MysticalOS on Discord
2. Share transcriptor logs captured with Transcriptor in game.
Ideally both, because transcriptor logs will omit spellId, but combat logs will omit yells/emotes/etc.
3. Report bugs, make suggestions, etc. Note anything that doesn't work correctly or feels like it's missing, or something that does exist but probably shouldn't (maybe it's too spammy, etc). | 1.0 | Review dungeons and fix bugs related to incorrect timers and events - **Completed dungeons that need real timers (not AI) and review for bugs/misisng features:**
- [ ] Blackfathom Deeps
- [ ] Deadmines
- [ ] Gnomeregan
- [x] Maraudon
- [ ] Ragefire Chasm
- [ ] Razorfen Downs
- [ ] Razorfen Kraul
- [ ] Scarlet Monastery
- [ ] Shadowfang Keep
- [x] Stormwind Stockade
- [ ] Stratholme
- [ ] Sunken Temple
- [ ] Uldaman
- [ ] Wailing Caverns
- [ ] Zul'Farrak
**NYI Dungeons (ref: https://github.com/DeadlyBossMods/DBM-Classic/issues/4)**
Blackrock Depths
Blackrock Spire (Lower)
Blackrock Spire (Upper)
Dire Maul
Scholomance
**How to help?**
1. Share combat logs recorded with advanced combat logging and uploaded to WarcraftLogs or combatlog.txt shared with MysticalOS on Discord
2. Share transcriptor logs captured with Transcriptor in game.
Ideally both, because transcriptor logs will omit spellId, but combat logs will omit yells/emotes/etc.
3. Report bugs, make suggestions, etc. Note anything that doesn't work correctly or feels like it's missing, or something that does exist but probably shouldn't (maybe it's too spammy, etc). | priority | review dungeons and fix bugs related to incorrect timers and events completed dungeons that need real timers not ai and review for bugs misisng features blackfathom deeps deadmines gnomeregan maraudon ragefire chasm razorfen downs razorfen kraul scarlet monastery shadowfang keep stormwind stockade stratholme sunken temple uldaman wailing caverns zul farrak nyi dungeons ref blackrock depths blackrock spire lower blackrock spire upper dire maul scholomance how to help share combat logs recorded with advanced combat logging and uploaded to warcraftlogs or combatlog txt shared with mysticalos on discord share transcriptor logs captured with transcriptor in game ideally both because transcriptor logs will omit spellid but combat logs will omit yells emotes etc report bugs make suggestions etc note anything that doesn t work correctly or feels like it s missing or something that does exist but probably shouldn t maybe it s too spammy etc | 1 |
148,624 | 5,693,894,891 | IssuesEvent | 2017-04-15 07:04:16 | minio/minfs | https://api.github.com/repos/minio/minfs | closed | Mounting multiple buckets on the same host? | community priority: low working as intended | Hi,
I was wondering if its possible to mount multiple buckets on the same host using minfs? | 1.0 | Mounting multiple buckets on the same host? - Hi,
I was wondering if its possible to mount multiple buckets on the same host using minfs? | priority | mounting multiple buckets on the same host hi i was wondering if its possible to mount multiple buckets on the same host using minfs | 1 |
509,365 | 14,729,544,559 | IssuesEvent | 2021-01-06 11:39:32 | BingLingGroup/autosub | https://api.github.com/repos/BingLingGroup/autosub | closed | Add Dockerfile | Priority: Low Status: Review Needed Type: Enhancement | > Hi,
>
> I needed a Dockerfile to run autosub and thought it may be helpful to someone else.
>
> Louis
[agermanidis/autosub #137](https://github.com/agermanidis/autosub/pull/137) | 1.0 | Add Dockerfile - > Hi,
>
> I needed a Dockerfile to run autosub and thought it may be helpful to someone else.
>
> Louis
[agermanidis/autosub #137](https://github.com/agermanidis/autosub/pull/137) | priority | add dockerfile hi i needed a dockerfile to run autosub and thought it may be helpful to someone else louis | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.