Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1
value | created_at stringlengths 19 19 | repo stringlengths 5 112 | repo_url stringlengths 34 141 | action stringclasses 3
values | title stringlengths 1 957 | labels stringlengths 4 795 | body stringlengths 1 259k | index stringclasses 12
values | text_combine stringlengths 96 259k | label stringclasses 2
values | text stringlengths 96 252k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
433,264 | 12,505,075,058 | IssuesEvent | 2020-06-02 10:04:24 | delphidabbler/delphidabbler.github.io | https://api.github.com/repos/delphidabbler/delphidabbler.github.io | closed | Add mothballed code library items | accepted enhancement priority-medium | - [ ] _menusbtn_
- [ ] _cmenu_
- [ ] _mtdwiz_
- [ ] _hkeype_
Do this after adding non-mothballed code library items | 1.0 | Add mothballed code library items - - [ ] _menusbtn_
- [ ] _cmenu_
- [ ] _mtdwiz_
- [ ] _hkeype_
Do this after adding non-mothballed code library items | priority | add mothballed code library items menusbtn cmenu mtdwiz hkeype do this after adding non mothballed code library items | 1 |
79,164 | 3,521,106,976 | IssuesEvent | 2016-01-12 23:49:53 | OCHA-DAP/hdx-ckan | https://api.github.com/repos/OCHA-DAP/hdx-ckan | opened | New Contribute Flow: Bootstrap the load of resources when editing a dataset | Priority-Medium | * [ ] put a json with the resource list directly in the page ( Alex )
* [ ] avoid doing another request to package_show() ( Brook )
* [ ] make sure that the *url* field for each uploaded resource is just the file name and not the entire download url. ( It helps to have correct urls when moving the database to dev servers ) | 1.0 | New Contribute Flow: Bootstrap the load of resources when editing a dataset - * [ ] put a json with the resource list directly in the page ( Alex )
* [ ] avoid doing another request to package_show() ( Brook )
* [ ] make sure that the *url* field for each uploaded resource is just the file name and not the entire download url. ( It helps to have correct urls when moving the database to dev servers ) | priority | new contribute flow bootstrap the load of resources when editing a dataset put a json with the resource list directly in the page alex avoid doing another request to package show brook make sure that the url field for each uploaded resource is just the file name and not the entire download url it helps to have correct urls when moving the database to dev servers | 1 |
810,009 | 30,221,634,766 | IssuesEvent | 2023-07-05 19:55:09 | DDMAL/CantusDB | https://api.github.com/repos/DDMAL/CantusDB | closed | "My sources" page and sidebar should match | priority: medium | In principle, the "My sources" page and the "My sources" sidebar should contain the same sources. But as noted in #438 the sidebar only contains six sources, and does not have an option to page through to any others. I am not sure why it is those six sources, either--perhaps they have me assigned in some particular role?--but this is not ideal behaviour.
This is a bit broken on OldCantus too--it seems to show the first 50 sources alphabetically by siglum, also without a paging option. What we probably want is for it to show the first, say, ten sources, with the option to show the next ten. Probably most-recently-edited is a more useful ordering than alphabetical, too, though it *is* a change for anybody used to finding their particular source this way.
| 1.0 | "My sources" page and sidebar should match - In principle, the "My sources" page and the "My sources" sidebar should contain the same sources. But as noted in #438 the sidebar only contains six sources, and does not have an option to page through to any others. I am not sure why it is those six sources, either--perhaps they have me assigned in some particular role?--but this is not ideal behaviour.
This is a bit broken on OldCantus too--it seems to show the first 50 sources alphabetically by siglum, also without a paging option. What we probably want is for it to show the first, say, ten sources, with the option to show the next ten. Probably most-recently-edited is a more useful ordering than alphabetical, too, though it *is* a change for anybody used to finding their particular source this way.
| priority | my sources page and sidebar should match in principle the my sources page and the my sources sidebar should contain the same sources but as noted in the sidebar only contains six sources and does not have an option to page through to any others i am not sure why it is those six sources either perhaps they have me assigned in some particular role but this is not ideal behaviour this is a bit broken on oldcantus too it seems to show the first sources alphabetically by siglum also without a paging option what we probably want is for it to show the first say ten sources with the option to show the next ten probably most recently edited is a more useful ordering than alphabetical too though it is a change for anybody used to finding their particular source this way | 1 |
418,503 | 12,198,689,328 | IssuesEvent | 2020-04-29 23:30:11 | department-of-veterans-affairs/caseflow | https://api.github.com/repos/department-of-veterans-affairs/caseflow | closed | Missing Ratings | Disability Ratings Clarification | Show all disability ratings behind feature flag for AMO testing and discussion | Priority: Medium Product: caseflow-intake Stakeholder: AMO Team: Foxtrot 🦊 Type: Investigation User: VBA Intake | ## Description
In stakeholder communications we have received varying information on whether disability ratings should be visible for issue selection or filtering needed as it relates to disability ratings.
To further understand what could be deviation from prior Caseflow development and design surrounding 'disability ratings' , we should allow AMO internal testing using BGS services already in available.
## Goals
- Clarify if all disability ratings should show in UI (excluding duplicates)
- Clarify if any filtering is needed as it relates to disability ratings
## Acceptance criteria
- [ ] Please put this work behind the feature toggle: [disability_issue_test]
- [ ] This feature should be accessible to the following users: VACOJONESM2 [AMO will be added later]
- [ ] Show all disability ratings behind feature toggle: [disability_issue_test]
## Background/context/resources
This is not expected to be live used by users, but will be used to allow some folks to investigate the data.
## Technical notes
In the code, these are called `rating_decisions`.
See `ContestableIssueGenerator`, and remove any filters being applied to rating decisions. | 1.0 | Missing Ratings | Disability Ratings Clarification | Show all disability ratings behind feature flag for AMO testing and discussion - ## Description
In stakeholder communications we have received varying information on whether disability ratings should be visible for issue selection or filtering needed as it relates to disability ratings.
To further understand what could be deviation from prior Caseflow development and design surrounding 'disability ratings' , we should allow AMO internal testing using BGS services already in available.
## Goals
- Clarify if all disability ratings should show in UI (excluding duplicates)
- Clarify if any filtering is needed as it relates to disability ratings
## Acceptance criteria
- [ ] Please put this work behind the feature toggle: [disability_issue_test]
- [ ] This feature should be accessible to the following users: VACOJONESM2 [AMO will be added later]
- [ ] Show all disability ratings behind feature toggle: [disability_issue_test]
## Background/context/resources
This is not expected to be live used by users, but will be used to allow some folks to investigate the data.
## Technical notes
In the code, these are called `rating_decisions`.
See `ContestableIssueGenerator`, and remove any filters being applied to rating decisions. | priority | missing ratings disability ratings clarification show all disability ratings behind feature flag for amo testing and discussion description in stakeholder communications we have received varying information on whether disability ratings should be visible for issue selection or filtering needed as it relates to disability ratings to further understand what could be deviation from prior caseflow development and design surrounding disability ratings we should allow amo internal testing using bgs services already in available goals clarify if all disability ratings should show in ui excluding duplicates clarify if any filtering is needed as it relates to disability ratings acceptance criteria please put this work behind the feature toggle this feature should be accessible to the following users show all disability ratings behind feature toggle background context resources this is not expected to be live used by users but will be used to allow some folks to investigate the data technical notes in the code these are called rating decisions see contestableissuegenerator and remove any filters being applied to rating decisions | 1 |
818,897 | 30,709,983,580 | IssuesEvent | 2023-07-27 09:06:24 | ColoredCow/portal | https://api.github.com/repos/ColoredCow/portal | closed | Same Team member is added twice while adding team members in the project | priority : medium Points: 1 module : CRM | **Describe the bug**
When Project is created the team member involved in the project are added. When same team memeber is added twice, the system allows to save the details
**To Reproduce**
Steps to reproduce the behavior:
1. Go to CRM
2. Click on Projects
3. Click on the any project
4. Click on Edit button
5. Click on Project team members
6. Enter the Same Team member twice and click on Save
**Expected behavior**
Same team member should not be added twice in the system
**Screenshots**

| 1.0 | Same Team member is added twice while adding team members in the project - **Describe the bug**
When Project is created the team member involved in the project are added. When same team memeber is added twice, the system allows to save the details
**To Reproduce**
Steps to reproduce the behavior:
1. Go to CRM
2. Click on Projects
3. Click on the any project
4. Click on Edit button
5. Click on Project team members
6. Enter the Same Team member twice and click on Save
**Expected behavior**
Same team member should not be added twice in the system
**Screenshots**

| priority | same team member is added twice while adding team members in the project describe the bug when project is created the team member involved in the project are added when same team memeber is added twice the system allows to save the details to reproduce steps to reproduce the behavior go to crm click on projects click on the any project click on edit button click on project team members enter the same team member twice and click on save expected behavior same team member should not be added twice in the system screenshots | 1 |
166,360 | 6,303,505,553 | IssuesEvent | 2017-07-21 13:53:25 | ePADD/epadd | https://api.github.com/repos/ePADD/epadd | closed | Search "hoffmana@gate.net" in Simple Search got results without search term in the text | Bug Medium priority | version 4.0-RC1
Bush small | 1.0 | Search "hoffmana@gate.net" in Simple Search got results without search term in the text - version 4.0-RC1
Bush small | priority | search hoffmana gate net in simple search got results without search term in the text version bush small | 1 |
790,604 | 27,830,263,560 | IssuesEvent | 2023-03-20 03:46:32 | masastack/MASA.Auth | https://api.github.com/repos/masastack/MASA.Auth | closed | Permission information, click the Save button, prompt description is mandatory | type/bug status/resolved severity/medium site/staging priority/p2 | 新建/编辑权限信息,点击保存按钮,提示描述是必填项。描述应是非必填

| 1.0 | Permission information, click the Save button, prompt description is mandatory - 新建/编辑权限信息,点击保存按钮,提示描述是必填项。描述应是非必填

| priority | permission information click the save button prompt description is mandatory 新建 编辑权限信息,点击保存按钮,提示描述是必填项。描述应是非必填 | 1 |
419,773 | 12,228,111,016 | IssuesEvent | 2020-05-03 18:00:34 | bitgapp/eqMac | https://api.github.com/repos/bitgapp/eqMac | closed | Bug: Fix Homebrew Cask using the old eqMac2 installation method. | priority: medium status: pending type: bug | **Disclaimer:**
Please go through [existing issues](https://github.com/bitgapp/eqMac/issues?q=is%3Aopen+is%3Aissue+label%3A%22type%3A+bug%22) to avoid creating duplicates. If you found a similar issue please post a comment there. If you are uncertain your issue is related to others then create the issue. Obvious ignorance of this rule might get you blocked from posting new issues. Please tick the box below to show that you have followed the guideline.
- [x] I have checked for a similar issue and sure it hasn't been reported before.
**Describe the bug**
As mentioned in #188
Need to resubmit the brew cask: https://github.com/Homebrew/homebrew-cask/blob/master/Casks/eqmac.rb
It needs to point to the new version of eqMac
| 1.0 | Bug: Fix Homebrew Cask using the old eqMac2 installation method. - **Disclaimer:**
Please go through [existing issues](https://github.com/bitgapp/eqMac/issues?q=is%3Aopen+is%3Aissue+label%3A%22type%3A+bug%22) to avoid creating duplicates. If you found a similar issue please post a comment there. If you are uncertain your issue is related to others then create the issue. Obvious ignorance of this rule might get you blocked from posting new issues. Please tick the box below to show that you have followed the guideline.
- [x] I have checked for a similar issue and sure it hasn't been reported before.
**Describe the bug**
As mentioned in #188
Need to resubmit the brew cask: https://github.com/Homebrew/homebrew-cask/blob/master/Casks/eqmac.rb
It needs to point to the new version of eqMac
| priority | bug fix homebrew cask using the old installation method disclaimer please go through to avoid creating duplicates if you found a similar issue please post a comment there if you are uncertain your issue is related to others then create the issue obvious ignorance of this rule might get you blocked from posting new issues please tick the box below to show that you have followed the guideline i have checked for a similar issue and sure it hasn t been reported before describe the bug as mentioned in need to resubmit the brew cask it needs to point to the new version of eqmac | 1 |
22,182 | 2,645,768,282 | IssuesEvent | 2015-03-13 02:03:27 | prikhi/evoluspencil | https://api.github.com/repos/prikhi/evoluspencil | closed | Enhancement - Be able to create new WidgetGroups | 1 star bug imported Priority-Medium | _From [emailsan...@gmail.com](https://code.google.com/u/106105004110012034638/) on November 02, 2008 21:20:10_
Would like to be able to create my own separate groups as we see few
default ones on the left (Common Shapes, GTK Widgets, Windows XP Widgets).
Then be allowed to define icons labels and upload icons.
Advantage is, every time we use the application locally we will see our
custom groups, so we do not need to drag & drop pictures to create our UI
mocks.
Eg: Eclipse SWT Widgets
_Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=66_ | 1.0 | Enhancement - Be able to create new WidgetGroups - _From [emailsan...@gmail.com](https://code.google.com/u/106105004110012034638/) on November 02, 2008 21:20:10_
Would like to be able to create my own separate groups as we see few
default ones on the left (Common Shapes, GTK Widgets, Windows XP Widgets).
Then be allowed to define icons labels and upload icons.
Advantage is, every time we use the application locally we will see our
custom groups, so we do not need to drag & drop pictures to create our UI
mocks.
Eg: Eclipse SWT Widgets
_Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=66_ | priority | enhancement be able to create new widgetgroups from on november would like to be able to create my own separate groups as we see few default ones on the left common shapes gtk widgets windows xp widgets then be allowed to define icons labels and upload icons advantage is every time we use the application locally we will see our custom groups so we do not need to drag drop pictures to create our ui mocks eg eclipse swt widgets original issue | 1 |
777,774 | 27,293,700,952 | IssuesEvent | 2023-02-23 18:29:07 | testomatio/app | https://api.github.com/repos/testomatio/app | closed | Tests: Test title in edit mode is not updated when proceeding to next test | bug ui\ux editor users priority medium | **Describe the bug**
Test title in edit mode is not updated
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'Tests'
2. Unfold a suite
3. Open a test
4. Double click Test title, copy the title
5. Click on another test in the suite
**Expected behavior**
Page shows new test in view mode
**Screenshots**
Test id is updated to new test but edit mode with previous test title stays. If I save/cancel and double click again, still previous test title appears in edit mode

**Desktop (please complete the following information):**
Platform: | Windows NT 10.0
Browser: | Chrome 109.0.5414.120
Screen: | 1536 x 864
Window: | 1536 x 713
**Additional context**
Add any other context about the problem here.
| 1.0 | Tests: Test title in edit mode is not updated when proceeding to next test - **Describe the bug**
Test title in edit mode is not updated
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'Tests'
2. Unfold a suite
3. Open a test
4. Double click Test title, copy the title
5. Click on another test in the suite
**Expected behavior**
Page shows new test in view mode
**Screenshots**
Test id is updated to new test but edit mode with previous test title stays. If I save/cancel and double click again, still previous test title appears in edit mode

**Desktop (please complete the following information):**
Platform: | Windows NT 10.0
Browser: | Chrome 109.0.5414.120
Screen: | 1536 x 864
Window: | 1536 x 713
**Additional context**
Add any other context about the problem here.
| priority | tests test title in edit mode is not updated when proceeding to next test describe the bug test title in edit mode is not updated to reproduce steps to reproduce the behavior go to tests unfold a suite open a test double click test title copy the title click on another test in the suite expected behavior page shows new test in view mode screenshots test id is updated to new test but edit mode with previous test title stays if i save cancel and double click again still previous test title appears in edit mode desktop please complete the following information platform windows nt browser chrome screen x window x additional context add any other context about the problem here | 1 |
205,058 | 7,093,625,352 | IssuesEvent | 2018-01-12 21:20:52 | CCAFS/MARLO | https://api.github.com/repos/CCAFS/MARLO | closed | Improve Contribution of project to CRP Outcomes | Priority - Medium Type - Enhancement | Contribution of project to outcomes. One needs to click on an outcome to see the questions about milestones, next users, contribution to outcome, etc. This is not very intuitive. Can we either add guidance to prompt the user to click on the outcome, or find another way to make it obvious to users how to access these questions? | 1.0 | Improve Contribution of project to CRP Outcomes - Contribution of project to outcomes. One needs to click on an outcome to see the questions about milestones, next users, contribution to outcome, etc. This is not very intuitive. Can we either add guidance to prompt the user to click on the outcome, or find another way to make it obvious to users how to access these questions? | priority | improve contribution of project to crp outcomes contribution of project to outcomes one needs to click on an outcome to see the questions about milestones next users contribution to outcome etc this is not very intuitive can we either add guidance to prompt the user to click on the outcome or find another way to make it obvious to users how to access these questions | 1 |
551,642 | 16,177,755,355 | IssuesEvent | 2021-05-03 09:43:38 | sopra-fs21-group-4/server | https://api.github.com/repos/sopra-fs21-group-4/server | closed | Tests for User Story 14 | medium priority removed task | - [ ] all tests for User Story 14 are set up and running
#36 Story 14
#77 Implement Game Over Round test
#78 Show/Declare the Winner in the Game Over Round test | 1.0 | Tests for User Story 14 - - [ ] all tests for User Story 14 are set up and running
#36 Story 14
#77 Implement Game Over Round test
#78 Show/Declare the Winner in the Game Over Round test | priority | tests for user story all tests for user story are set up and running story implement game over round test show declare the winner in the game over round test | 1 |
641,673 | 20,832,094,641 | IssuesEvent | 2022-03-19 16:08:35 | betty-gures/SWE573-Spring22 | https://api.github.com/repos/betty-gures/SWE573-Spring22 | closed | Personalise Wiki Pages | enhancement research priority medium medium effort organisation | The wiki pages need improovements:
- [x] Add About me page
- [x] Add Documentation and research related to git and wikidata
- [x] Add Lecture notes page
- [x] Add Requirements page
- [x] Add personalised images
- [x] Update Readme | 1.0 | Personalise Wiki Pages - The wiki pages need improovements:
- [x] Add About me page
- [x] Add Documentation and research related to git and wikidata
- [x] Add Lecture notes page
- [x] Add Requirements page
- [x] Add personalised images
- [x] Update Readme | priority | personalise wiki pages the wiki pages need improovements add about me page add documentation and research related to git and wikidata add lecture notes page add requirements page add personalised images update readme | 1 |
221,362 | 7,382,233,530 | IssuesEvent | 2018-03-15 03:29:04 | ServUO/ServUO | https://api.github.com/repos/ServUO/ServUO | closed | [SPAWN] Moonglow Mage shops | 2 - Medium Priority Stale | The mage shops are mis-spawned. One has scribes in it, the sorceres guild is empty, Herbal splendor is where Chyloth the ferryman hangs out, and so there should be a hooded figure named "Chyloth" in there as well as 2 mages 2 alchemist 1-2 herbalist. [I][B]see picture below[/B][/I]
Herb shops should just have herb sellers, and Hairstylist should only be at shops prodominent in alchemy where they also have the missing Body Sculptures which allow you access to crazy hair colors for crazy prices.
I also believe its more likely a Guildmaster for every 2 mages so we probably shouldn't have instances of more then one GuildMaster.
This is true of many Mage/Alchemy shops but I took more notice in Moonglow since it is known as the city of magic.
***Also missing reagent spawns, but that probably was already mentioned.
[ATTACH=full]5549[/ATTACH]
Reported By: RedBeard
Report Thread: http://servuo.com/threads/moonglow-mage-shops.4526/
| 1.0 | [SPAWN] Moonglow Mage shops - The mage shops are mis-spawned. One has scribes in it, the sorceres guild is empty, Herbal splendor is where Chyloth the ferryman hangs out, and so there should be a hooded figure named "Chyloth" in there as well as 2 mages 2 alchemist 1-2 herbalist. [I][B]see picture below[/B][/I]
Herb shops should just have herb sellers, and Hairstylist should only be at shops prodominent in alchemy where they also have the missing Body Sculptures which allow you access to crazy hair colors for crazy prices.
I also believe its more likely a Guildmaster for every 2 mages so we probably shouldn't have instances of more then one GuildMaster.
This is true of many Mage/Alchemy shops but I took more notice in Moonglow since it is known as the city of magic.
***Also missing reagent spawns, but that probably was already mentioned.
[ATTACH=full]5549[/ATTACH]
Reported By: RedBeard
Report Thread: http://servuo.com/threads/moonglow-mage-shops.4526/
| priority | moonglow mage shops the mage shops are mis spawned one has scribes in it the sorceres guild is empty herbal splendor is where chyloth the ferryman hangs out and so there should be a hooded figure named chyloth in there as well as mages alchemist herbalist see picture below herb shops should just have herb sellers and hairstylist should only be at shops prodominent in alchemy where they also have the missing body sculptures which allow you access to crazy hair colors for crazy prices i also believe its more likely a guildmaster for every mages so we probably shouldn t have instances of more then one guildmaster this is true of many mage alchemy shops but i took more notice in moonglow since it is known as the city of magic also missing reagent spawns but that probably was already mentioned reported by redbeard report thread | 1 |
190,391 | 6,817,996,692 | IssuesEvent | 2017-11-07 02:30:28 | SpiderLabs/ModSecurity | https://api.github.com/repos/SpiderLabs/ModSecurity | closed | Implement support for "SecRuleUpdate" directives family in libModSecurity | libmodsec - missing features libmodsecurity MEDIUM Priority | The support for "SecRuleUpdateActionById", "SecRuleUpdateTargetById" , "SecRuleUpdateTargetByMsg" and "SecRuleUpdateTargetByTag" are not yet implemented.
Further information about these directives available here:
https://github.com/SpiderLabs/ModSecurity/wiki/Reference-Manual#SecRuleUpdateActionById
https://github.com/SpiderLabs/ModSecurity/wiki/Reference-Manual#SecRuleUpdateTargetById
https://github.com/SpiderLabs/ModSecurity/wiki/Reference-Manual#SecRuleUpdateTargetByMsg
https://github.com/SpiderLabs/ModSecurity/wiki/Reference-Manual#SecRuleUpdateTargetByTag | 1.0 | Implement support for "SecRuleUpdate" directives family in libModSecurity - The support for "SecRuleUpdateActionById", "SecRuleUpdateTargetById" , "SecRuleUpdateTargetByMsg" and "SecRuleUpdateTargetByTag" are not yet implemented.
Further information about these directives available here:
https://github.com/SpiderLabs/ModSecurity/wiki/Reference-Manual#SecRuleUpdateActionById
https://github.com/SpiderLabs/ModSecurity/wiki/Reference-Manual#SecRuleUpdateTargetById
https://github.com/SpiderLabs/ModSecurity/wiki/Reference-Manual#SecRuleUpdateTargetByMsg
https://github.com/SpiderLabs/ModSecurity/wiki/Reference-Manual#SecRuleUpdateTargetByTag | priority | implement support for secruleupdate directives family in libmodsecurity the support for secruleupdateactionbyid secruleupdatetargetbyid secruleupdatetargetbymsg and secruleupdatetargetbytag are not yet implemented further information about these directives available here | 1 |
378,425 | 11,202,120,181 | IssuesEvent | 2020-01-04 09:49:17 | codingkapoor/intimations-platform | https://api.github.com/repos/codingkapoor/intimations-platform | closed | Employees with "Admin" role can't be deleted or terminated | Priority: Medium enhancement | Employees with "Admin" role can't be terminated or deleted. In order to terminate or delete an employee first revoke their "Admin" rights! However, there has to be at least one admin in the system any given point in time. This is necessary because certain APIs are authorized only for an admin and it require first admin to be created manually. | 1.0 | Employees with "Admin" role can't be deleted or terminated - Employees with "Admin" role can't be terminated or deleted. In order to terminate or delete an employee first revoke their "Admin" rights! However, there has to be at least one admin in the system any given point in time. This is necessary because certain APIs are authorized only for an admin and it require first admin to be created manually. | priority | employees with admin role can t be deleted or terminated employees with admin role can t be terminated or deleted in order to terminate or delete an employee first revoke their admin rights however there has to be at least one admin in the system any given point in time this is necessary because certain apis are authorized only for an admin and it require first admin to be created manually | 1 |
428,223 | 12,404,930,596 | IssuesEvent | 2020-05-21 16:21:59 | ChainSafe/forest | https://api.github.com/repos/ChainSafe/forest | opened | Message JSON impls | Priority: 3 - Medium RPC good first issue | **Task summary**
<!-- A clear and concise description of what the task is. -->
Signed and unsigned json impls. Should be pretty straightforward as they are somewhat done within the serialization vectors. This needs to be done for `UnsignedMessage` and `SignedMessage` (might as well do together)
probably makes sense to just have json modules for the unsigned and signed modules, kinda like:
```rust
pub mod json {
pub fn serialize<S>(c: &UnsignedMessage, serializer: S) -> Result<S::Ok, S::Error>
where
S: Serializer,
{
// impl
}
pub fn deserialize<'de, D>(deserializer: D) -> Result<UnsignedMessage, D::Error>
where
D: Deserializer<'de>,
{
//impl
}
}
```
and just change how everything is exported instead of just exporting the wildcard as it is. (usage would be to tag with `#[serde(with = "unsigned_message::json")]`
Examples pulled from (https://documenter.getpostman.com/view/4872192/SWLh5mUd?version=latest) I would verify these as they don't seem consistent
Format for signed message looks like:
```json
{
"Message":{
"To":"t1hvuzpfdycc6z6mjgbiyaiojikd6wk2vwy7muuei",
"From":"t1t5gdjfb6jojpivbl5uek6vf6svlct7dph5q2jwa",
"Nonce":0,
"Value":"1000",
"GasPrice":"1000",
"GasLimit":"0",
"Method":0,
"Params":""
},
"Signature":{"Type":"secp256k1","Data":"CGZgFHeA5g38txFq6ojwh63wlFGKhNl/ZUZPgTGfNB1IStobmY4VucPa/KteaxJjhFlfm/DBCjTqzhzFK+tKuwE="}
}
```
(note that the signature type is an integer in the serialization vectors, not sure if one of the two are outdated)
and for unsigned:
```json
{
"To": "t1hvuzpfdycc6z6mjgbiyaiojikd6wk2vwy7muuei",
"From": "t3wsspmzh7rbetvblpe6opqnz2bomubibuygg234xdpnb7eqdokrnhy4yto2cl4x5czezc3mz5xl4gz524vh7a",
"Nonce": 0,
"Value": "1000",
"Method": 0,
"GasPrice": "1",
"GasLimit": 1000,
"Params": []
}
```
(Again params is in different format, so verify this)
**Specification reference**
<!-- Provide a reference to the specification as to what is being implemented. -->
**Other information and links**
<!-- Add any other context, existing implementation reference or screenshots about the task here. -->
<!-- Thank you 💪 --> | 1.0 | Message JSON impls - **Task summary**
<!-- A clear and concise description of what the task is. -->
Signed and unsigned json impls. Should be pretty straightforward as they are somewhat done within the serialization vectors. This needs to be done for `UnsignedMessage` and `SignedMessage` (might as well do together)
probably makes sense to just have json modules for the unsigned and signed modules, kinda like:
```rust
pub mod json {
pub fn serialize<S>(c: &UnsignedMessage, serializer: S) -> Result<S::Ok, S::Error>
where
S: Serializer,
{
// impl
}
pub fn deserialize<'de, D>(deserializer: D) -> Result<UnsignedMessage, D::Error>
where
D: Deserializer<'de>,
{
//impl
}
}
```
and just change how everything is exported instead of just exporting the wildcard as it is. (usage would be to tag with `#[serde(with = "unsigned_message::json")]`
Examples pulled from (https://documenter.getpostman.com/view/4872192/SWLh5mUd?version=latest) I would verify these as they don't seem consistent
Format for signed message looks like:
```json
{
"Message":{
"To":"t1hvuzpfdycc6z6mjgbiyaiojikd6wk2vwy7muuei",
"From":"t1t5gdjfb6jojpivbl5uek6vf6svlct7dph5q2jwa",
"Nonce":0,
"Value":"1000",
"GasPrice":"1000",
"GasLimit":"0",
"Method":0,
"Params":""
},
"Signature":{"Type":"secp256k1","Data":"CGZgFHeA5g38txFq6ojwh63wlFGKhNl/ZUZPgTGfNB1IStobmY4VucPa/KteaxJjhFlfm/DBCjTqzhzFK+tKuwE="}
}
```
(note that the signature type is an integer in the serialization vectors, not sure if one of the two are outdated)
and for unsigned:
```json
{
"To": "t1hvuzpfdycc6z6mjgbiyaiojikd6wk2vwy7muuei",
"From": "t3wsspmzh7rbetvblpe6opqnz2bomubibuygg234xdpnb7eqdokrnhy4yto2cl4x5czezc3mz5xl4gz524vh7a",
"Nonce": 0,
"Value": "1000",
"Method": 0,
"GasPrice": "1",
"GasLimit": 1000,
"Params": []
}
```
(Again params is in different format, so verify this)
**Specification reference**
<!-- Provide a reference to the specification as to what is being implemented. -->
**Other information and links**
<!-- Add any other context, existing implementation reference or screenshots about the task here. -->
<!-- Thank you 💪 --> | priority | message json impls task summary signed and unsigned json impls should be pretty straightforward as they are somewhat done within the serialization vectors this needs to be done for unsignedmessage and signedmessage might as well do together probably makes sense to just have json modules for the unsigned and signed modules kinda like rust pub mod json pub fn serialize c unsignedmessage serializer s result where s serializer impl pub fn deserialize deserializer d result where d deserializer impl and just change how everything is exported instead of just exporting the wildcard as it is usage would be to tag with examples pulled from i would verify these as they don t seem consistent format for signed message looks like json message to from nonce value gasprice gaslimit method params signature type data kteaxjjhflfm dbcjtqzhzfk tkuwe note that the signature type is an integer in the serialization vectors not sure if one of the two are outdated and for unsigned json to from nonce value method gasprice gaslimit params again params is in different format so verify this specification reference other information and links | 1 |
705,742 | 24,247,056,899 | IssuesEvent | 2022-09-27 11:27:56 | renovatebot/renovate | https://api.github.com/repos/renovatebot/renovate | closed | Rewrite Terraform manager readme | priority-3-medium type:refactor status:ready | ### Describe the proposed change(s).
Todo:
- [x] Rewrite text
- [x] Use `monospaced` font where needed
- [x] Convert Terrarform range constraints list into table
Source: https://github.com/renovatebot/renovate/blob/main/lib/modules/manager/terraform/readme.md | 1.0 | Rewrite Terraform manager readme - ### Describe the proposed change(s).
Todo:
- [x] Rewrite text
- [x] Use `monospaced` font where needed
- [x] Convert Terrarform range constraints list into table
Source: https://github.com/renovatebot/renovate/blob/main/lib/modules/manager/terraform/readme.md | priority | rewrite terraform manager readme describe the proposed change s todo rewrite text use monospaced font where needed convert terrarform range constraints list into table source | 1 |
29,679 | 2,716,776,912 | IssuesEvent | 2015-04-10 21:19:11 | CruxFramework/crux | https://api.github.com/repos/CruxFramework/crux | closed | Rename AsyncDataProviders and SyncDataProviders | enhancement imported Milestone-M14-C4 Priority-Medium TargetVersion-5.3.0 | _From [thi...@cruxframework.org](https://code.google.com/u/114650528804514463329/) on October 02, 2014 14:07:04_
DataProviders must be renamed to EagerDataProvider and LazyDataProvider. Async and Sync are not good names, once the data loading is always asynchronous. The difference is that lazy loads data on demand, when it becomes needed.
_Original issue: http://code.google.com/p/crux-framework/issues/detail?id=550_ | 1.0 | Rename AsyncDataProviders and SyncDataProviders - _From [thi...@cruxframework.org](https://code.google.com/u/114650528804514463329/) on October 02, 2014 14:07:04_
DataProviders must be renamed to EagerDataProvider and LazyDataProvider. Async and Sync are not good names, once the data loading is always asynchronous. The difference is that lazy loads data on demand, when it becomes needed.
_Original issue: http://code.google.com/p/crux-framework/issues/detail?id=550_ | priority | rename asyncdataproviders and syncdataproviders from on october dataproviders must be renamed to eagerdataprovider and lazydataprovider async and sync are not good names once the data loading is always asynchronous the difference is that lazy loads data on demand when it becomes needed original issue | 1 |
494,956 | 14,269,231,729 | IssuesEvent | 2020-11-21 00:38:49 | MetLifeLegalPlans/portunus | https://api.github.com/repos/MetLifeLegalPlans/portunus | closed | Add email search API that returns portunus uids | category: admin panel priority: medium | This is something that we couldn't do with Members but would like to be able to in the future. We need the puids to link the Portunus user (which includes email) with the Members user (which doesn't include email). We'll need to be thoughtful about the search, normalize parts of it or make it take characters like `.` or caps well. We'll want to pass in the search string and return the puids of the matching users.
I think @hpetrow has specific ideas on how the search should work, if she wants to add them here. | 1.0 | Add email search API that returns portunus uids - This is something that we couldn't do with Members but would like to be able to in the future. We need the puids to link the Portunus user (which includes email) with the Members user (which doesn't include email). We'll need to be thoughtful about the search, normalize parts of it or make it take characters like `.` or caps well. We'll want to pass in the search string and return the puids of the matching users.
I think @hpetrow has specific ideas on how the search should work, if she wants to add them here. | priority | add email search api that returns portunus uids this is something that we couldn t do with members but would like to be able to in the future we need the puids to link the portunus user which includes email with the members user which doesn t include email we ll need to be thoughtful about the search normalize parts of it or make it take characters like or caps well we ll want to pass in the search string and return the puids of the matching users i think hpetrow has specific ideas on how the search should work if she wants to add them here | 1 |
659,916 | 21,945,057,175 | IssuesEvent | 2022-05-23 22:59:14 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | [DocDB] YsqlUpgradeHelper has a dangling reference field of type HostPort& | kind/bug area/docdb priority/medium status/awaiting-triage | Jira Link: [DB-481](https://yugabyte.atlassian.net/browse/DB-481)
### Description
This bug was previously fixed in master as part of 3a45d7100646d7536c7b3e07032e0c8a929e34db. Thanks to @jaki and @frozenspider for finding that this applies to the 2.8 branch. | 1.0 | [DocDB] YsqlUpgradeHelper has a dangling reference field of type HostPort& - Jira Link: [DB-481](https://yugabyte.atlassian.net/browse/DB-481)
### Description
This bug was previously fixed in master as part of 3a45d7100646d7536c7b3e07032e0c8a929e34db. Thanks to @jaki and @frozenspider for finding that this applies to the 2.8 branch. | priority | ysqlupgradehelper has a dangling reference field of type hostport jira link description this bug was previously fixed in master as part of thanks to jaki and frozenspider for finding that this applies to the branch | 1 |
24,294 | 2,667,228,837 | IssuesEvent | 2015-03-22 11:51:23 | chummer5a/chummer5a | https://api.github.com/repos/chummer5a/chummer5a | closed | some XML nodes from save file are not available in XSLT for Character Sheet creation | auto-migrated bug Priority-Medium | <a href="https://github.com/GoogleCodeExporter"><img src="https://avatars.githubusercontent.com/u/9614759?v=3" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [GoogleCodeExporter](https://github.com/GoogleCodeExporter)**
_Tuesday Mar 17, 2015 at 08:56 GMT_
_Originally opened as https://github.com/chummer5a/chummer5/issues/45_
----
```
I have tried to create customized Character sheet editing 'Shadowrun 5
Base.xslt' file.
I managed to "game notes" field, but "calendar/week" and "expenses/expense" XML
nodes are not available. I have also displayed whole dataset, to verify if
there is no name change but this XML tags are not there.
Is there a way to access these nodes?
```
Original issue reported on code.google.com by `mikek...@gmail.com` on 11 Mar 2015 at 3:18
| 1.0 | some XML nodes from save file are not available in XSLT for Character Sheet creation - <a href="https://github.com/GoogleCodeExporter"><img src="https://avatars.githubusercontent.com/u/9614759?v=3" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [GoogleCodeExporter](https://github.com/GoogleCodeExporter)**
_Tuesday Mar 17, 2015 at 08:56 GMT_
_Originally opened as https://github.com/chummer5a/chummer5/issues/45_
----
```
I have tried to create customized Character sheet editing 'Shadowrun 5
Base.xslt' file.
I managed to "game notes" field, but "calendar/week" and "expenses/expense" XML
nodes are not available. I have also displayed whole dataset, to verify if
there is no name change but this XML tags are not there.
Is there a way to access these nodes?
```
Original issue reported on code.google.com by `mikek...@gmail.com` on 11 Mar 2015 at 3:18
| priority | some xml nodes from save file are not available in xslt for character sheet creation issue by tuesday mar at gmt originally opened as i have tried to create customized character sheet editing shadowrun base xslt file i managed to game notes field but calendar week and expenses expense xml nodes are not available i have also displayed whole dataset to verify if there is no name change but this xml tags are not there is there a way to access these nodes original issue reported on code google com by mikek gmail com on mar at | 1 |
659,831 | 21,942,824,524 | IssuesEvent | 2022-05-23 20:04:43 | asastats/channel | https://api.github.com/repos/asastats/channel | closed | Research Coin Market Cap icon links format for available ASA | research medium priority | https://discord.com/channels/906917846754418770/915342738201931836/976113077827293204
> I hereby suggested that, Since choice coin and other algo token has been listed on CMC. Pls can you have the url embedded on asastats for quick check (just as we have it on algo when clicked)
| 1.0 | Research Coin Market Cap icon links format for available ASA - https://discord.com/channels/906917846754418770/915342738201931836/976113077827293204
> I hereby suggested that, Since choice coin and other algo token has been listed on CMC. Pls can you have the url embedded on asastats for quick check (just as we have it on algo when clicked)
| priority | research coin market cap icon links format for available asa i hereby suggested that since choice coin and other algo token has been listed on cmc pls can you have the url embedded on asastats for quick check just as we have it on algo when clicked | 1 |
284,893 | 8,751,756,086 | IssuesEvent | 2018-12-13 23:33:11 | StratusNetwork/issues | https://api.github.com/repos/StratusNetwork/issues | closed | Bedrock walls are inconsistent on Hemlock II | Priority: Medium Scope: Map Type: Bug | Seems like it was updated but certain chunks didn't update. Also note the one bedrock block at the right edge of the spawn.

| 1.0 | Bedrock walls are inconsistent on Hemlock II - Seems like it was updated but certain chunks didn't update. Also note the one bedrock block at the right edge of the spawn.

| priority | bedrock walls are inconsistent on hemlock ii seems like it was updated but certain chunks didn t update also note the one bedrock block at the right edge of the spawn | 1 |
197,478 | 6,955,697,282 | IssuesEvent | 2017-12-07 08:50:54 | Prospress/woocommerce-subscribe-all-the-things | https://api.github.com/repos/Prospress/woocommerce-subscribe-all-the-things | opened | Subscription Content Management: Add to existing Subscriptions (Core Types) | feature priority:moderate request scale:medium | The idea here is that users should be able to easily add any product to an existing Subscription.
Common use case: "Get an extra bottle of that milk with the next scheduled super-market delivery."
- [ ] First step: Only support subscriptions defined at product level.
- [ ] Second step: Add support for Cart Subscription schemes as well.
### UI/UX ###
I am leaning towards a solution that will enhance the standard `Add to Cart` | `Sign up`actions with a new _Add to Subscription_ action.
Doesn't need to "stick" as much, so I wouldn't make it a button. For products that have schemes defined at product level, the back-end code should load all subscriptions with the same billing schedule and present a form that the user can interact with. Here's a simple mockup:
```
<a>Add to Subscription →</a>
<form>
<select>Choose a Subscription</select>
<button>Add</button>
</form>
```
Not sure if we should allow the user to add the same item to multiple subscriptions at the same time?
An **alternative** approach would be to let the user add new items to existing subscriptions from **My Account > Subscriptions**, after opening a subscription. The only advantage here is that we could use a query to show only valid selections based on their billing schedule, however this is not possible with the current db storage model. We'd need a separate schemes table to do it. But strictly in terms of UX, I don't think that this approach is particularly user-friendly. I would expect that most stores in need of this feature would rather have it "in the customer's face".
Needs to be done before looking into L2 of #222 . | 1.0 | Subscription Content Management: Add to existing Subscriptions (Core Types) - The idea here is that users should be able to easily add any product to an existing Subscription.
Common use case: "Get an extra bottle of that milk with the next scheduled super-market delivery."
- [ ] First step: Only support subscriptions defined at product level.
- [ ] Second step: Add support for Cart Subscription schemes as well.
### UI/UX ###
I am leaning towards a solution that will enhance the standard `Add to Cart` | `Sign up`actions with a new _Add to Subscription_ action.
Doesn't need to "stick" as much, so I wouldn't make it a button. For products that have schemes defined at product level, the back-end code should load all subscriptions with the same billing schedule and present a form that the user can interact with. Here's a simple mockup:
```
<a>Add to Subscription →</a>
<form>
<select>Choose a Subscription</select>
<button>Add</button>
</form>
```
Not sure if we should allow the user to add the same item to multiple subscriptions at the same time?
An **alternative** approach would be to let the user add new items to existing subscriptions from **My Account > Subscriptions**, after opening a subscription. The only advantage here is that we could use a query to show only valid selections based on their billing schedule, however this is not possible with the current db storage model. We'd need a separate schemes table to do it. But strictly in terms of UX, I don't think that this approach is particularly user-friendly. I would expect that most stores in need of this feature would rather have it "in the customer's face".
Needs to be done before looking into L2 of #222 . | priority | subscription content management add to existing subscriptions core types the idea here is that users should be able to easily add any product to an existing subscription common use case get an extra bottle of that milk with the next scheduled super market delivery first step only support subscriptions defined at product level second step add support for cart subscription schemes as well ui ux i am leaning towards a solution that will enhance the standard add to cart sign up actions with a new add to subscription action doesn t need to stick as much so i wouldn t make it a button for products that have schemes defined at product level the back end code should load all subscriptions with the same billing schedule and present a form that the user can interact with here s a simple mockup add to subscription rarr choose a subscription add not sure if we should allow the user to add the same item to multiple subscriptions at the same time an alternative approach would be to let the user add new items to existing subscriptions from my account subscriptions after opening a subscription the only advantage here is that we could use a query to show only valid selections based on their billing schedule however this is not possible with the current db storage model we d need a separate schemes table to do it but strictly in terms of ux i don t think that this approach is particularly user friendly i would expect that most stores in need of this feature would rather have it in the customer s face needs to be done before looking into of | 1 |
415,171 | 12,125,762,417 | IssuesEvent | 2020-04-22 16:00:06 | dhenry-KCI/FredCo-Post-Go-Live- | https://api.github.com/repos/dhenry-KCI/FredCo-Post-Go-Live- | opened | Patch Updates - Summary Page Application Header Updates | Medium Priority | Comments from Ashlye Bonomo and Mike Wilkins regarding the summary page application header configuration.
**Ashlye B 4/19/20:**

**Mike W 4/20/20 (also includes comments from Dan in response):**


| 1.0 | Patch Updates - Summary Page Application Header Updates - Comments from Ashlye Bonomo and Mike Wilkins regarding the summary page application header configuration.
**Ashlye B 4/19/20:**

**Mike W 4/20/20 (also includes comments from Dan in response):**


| priority | patch updates summary page application header updates comments from ashlye bonomo and mike wilkins regarding the summary page application header configuration ashlye b mike w also includes comments from dan in response | 1 |
30,622 | 2,724,387,541 | IssuesEvent | 2015-04-14 17:33:23 | IQSS/dataverse | https://api.github.com/repos/IQSS/dataverse | closed | Searching and browsing without loggin into DV, when you log-in (with Shibboleth) you are taken to root dataverse and lose your search | Component: Migration Priority: Medium Status: Dev | If I'm in a dataverse and I decide to log in, I'm taken back to the root, and lose my search. In 3.6 we used to be taken back to the page we were on | 1.0 | Searching and browsing without loggin into DV, when you log-in (with Shibboleth) you are taken to root dataverse and lose your search - If I'm in a dataverse and I decide to log in, I'm taken back to the root, and lose my search. In 3.6 we used to be taken back to the page we were on | priority | searching and browsing without loggin into dv when you log in with shibboleth you are taken to root dataverse and lose your search if i m in a dataverse and i decide to log in i m taken back to the root and lose my search in we used to be taken back to the page we were on | 1 |
208,570 | 7,156,096,805 | IssuesEvent | 2018-01-26 15:13:36 | NAVADMC/ADSM | https://api.github.com/repos/NAVADMC/ADSM | closed | VX Rings - opens in HTML | Medium Priority | This is in the VX Rings build, cannot pull number off mine.
This may be a Missy only issue, since I have tinkered on builds and old builds on my PC. Had IT install new version, with clean folder. Renamed old folders as I wanted to keep scenarios I had managed to create.
ADSM goes through opening process, then main form opens in plain HTML.



| 1.0 | VX Rings - opens in HTML - This is in the VX Rings build, cannot pull number off mine.
This may be a Missy only issue, since I have tinkered on builds and old builds on my PC. Had IT install new version, with clean folder. Renamed old folders as I wanted to keep scenarios I had managed to create.
ADSM goes through opening process, then main form opens in plain HTML.



| priority | vx rings opens in html this is in the vx rings build cannot pull number off mine this may be a missy only issue since i have tinkered on builds and old builds on my pc had it install new version with clean folder renamed old folders as i wanted to keep scenarios i had managed to create adsm goes through opening process then main form opens in plain html | 1 |
279,093 | 8,657,310,974 | IssuesEvent | 2018-11-27 20:57:01 | Polymer/lit-html | https://api.github.com/repos/Polymer/lit-html | closed | `repeat` Should warn on duplicate ids | Priority: Medium Status: Available Type: Bug | # Given
```js
const do = render(html`${repeat(
items,
({ id }) => id,
({ id }) => html`<span>${id}</span>`
)}, container)`;
do([{id: 1}, {id: 2}])
do([{id: 1}, {id: 2}, {id: 1}])
```
# I'd Expect
- Warning logged to console
- `container.innerText === '21'` (this is less important than the warning)
# Instead
- No warning
- `container.innerText === '12'` | 1.0 | `repeat` Should warn on duplicate ids - # Given
```js
const do = render(html`${repeat(
items,
({ id }) => id,
({ id }) => html`<span>${id}</span>`
)}, container)`;
do([{id: 1}, {id: 2}])
do([{id: 1}, {id: 2}, {id: 1}])
```
# I'd Expect
- Warning logged to console
- `container.innerText === '21'` (this is less important than the warning)
# Instead
- No warning
- `container.innerText === '12'` | priority | repeat should warn on duplicate ids given js const do render html repeat items id id id html id container do do i d expect warning logged to console container innertext this is less important than the warning instead no warning container innertext | 1 |
279,196 | 8,658,679,536 | IssuesEvent | 2018-11-28 02:09:39 | conveyal/trimet-mod-otp | https://api.github.com/repos/conveyal/trimet-mod-otp | closed | Mobile: Return Trip button display issue | high priority medium priority mobile | The return trip button is presently not displaying in the correct location; found this on both iPhone and Android.

| 2.0 | Mobile: Return Trip button display issue - The return trip button is presently not displaying in the correct location; found this on both iPhone and Android.

| priority | mobile return trip button display issue the return trip button is presently not displaying in the correct location found this on both iphone and android | 1 |
25,686 | 2,683,926,181 | IssuesEvent | 2015-03-28 13:36:59 | ConEmu/old-issues | https://api.github.com/repos/ConEmu/old-issues | opened | ConEmu & MultiMediaViewer | 1 star bug imported Priority-Medium | _From [cca...@gmail.com](https://code.google.com/u/115607388065392232035/) on May 27, 2010 10:20:33_
WinXP sp3 x86 ru
Far2 b1563 x86 ConEmu 2010.5.26
MMView 1.07.7
открываем во вьюере мувик, вызываем плагин, проигрывание начинается
вызываем меню плагина (макросом или вслепую: F11 хоткей), выбираем пункт,
изменяющий текущее временное положение (например, прыжок вперед), —
действие выполняется, после чего управление с клавиатуры оказывается
отрубленным, хотя фильм продолжает нормально играться. единственный способ
прекратить это — нажать средней кнопкой мыши на табе этого окна.
эта проблема не возникает в чистом Фаре, и не возникает под W7HB x64
вторая проблема плагина при проигрывании фильма — возврат из полного
экрана под W7HB x64 — вместо фильма темный экран, причем если вернутся в
полный экран, то картинка показывается нормально. под чистым Фаром
проблема исправляется путем вызова меню плагина с последующим выходом из
меню. под КонЭму это не помогает, только выход из вьюера. а еще я пытался
изучить проблему на WinXP sp3 под виртуалкой — там вообще плагин не смог
выйти в полный экран, но возможно это какие-то ограничения виртуалки или
т.п.
_Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=241_ | 1.0 | ConEmu & MultiMediaViewer - _From [cca...@gmail.com](https://code.google.com/u/115607388065392232035/) on May 27, 2010 10:20:33_
WinXP sp3 x86 ru
Far2 b1563 x86 ConEmu 2010.5.26
MMView 1.07.7
открываем во вьюере мувик, вызываем плагин, проигрывание начинается
вызываем меню плагина (макросом или вслепую: F11 хоткей), выбираем пункт,
изменяющий текущее временное положение (например, прыжок вперед), —
действие выполняется, после чего управление с клавиатуры оказывается
отрубленным, хотя фильм продолжает нормально играться. единственный способ
прекратить это — нажать средней кнопкой мыши на табе этого окна.
эта проблема не возникает в чистом Фаре, и не возникает под W7HB x64
вторая проблема плагина при проигрывании фильма — возврат из полного
экрана под W7HB x64 — вместо фильма темный экран, причем если вернутся в
полный экран, то картинка показывается нормально. под чистым Фаром
проблема исправляется путем вызова меню плагина с последующим выходом из
меню. под КонЭму это не помогает, только выход из вьюера. а еще я пытался
изучить проблему на WinXP sp3 под виртуалкой — там вообще плагин не смог
выйти в полный экран, но возможно это какие-то ограничения виртуалки или
т.п.
_Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=241_ | priority | conemu multimediaviewer from on may winxp ru conemu mmview открываем во вьюере мувик вызываем плагин проигрывание начинается вызываем меню плагина макросом или вслепую хоткей выбираем пункт изменяющий текущее временное положение например прыжок вперед — действие выполняется после чего управление с клавиатуры оказывается отрубленным хотя фильм продолжает нормально играться единственный способ прекратить это — нажать средней кнопкой мыши на табе этого окна эта проблема не возникает в чистом фаре и не возникает под вторая проблема плагина при проигрывании фильма — возврат из полного экрана под — вместо фильма темный экран причем если вернутся в полный экран то картинка показывается нормально под чистым фаром проблема исправляется путем вызова меню плагина с последующим выходом из меню под конэму это не помогает только выход из вьюера а еще я пытался изучить проблему на winxp под виртуалкой — там вообще плагин не смог выйти в полный экран но возможно это какие то ограничения виртуалки или т п original issue | 1 |
365,315 | 10,780,643,613 | IssuesEvent | 2019-11-04 13:25:58 | geosolutions-it/MapStore2 | https://api.github.com/repos/geosolutions-it/MapStore2 | closed | Dashboards Edit Properties - Missing text with no permissions groups | Accepted Good first issue Priority: Medium bug | ### Description
When a Dashboard has no Permission Groups, in 'Edit Properties' window the text 'No rules' is missing (just below 'Permission Groups')
This happens only for the Dashboards in Content section

### In case of Bug (otherwise remove this paragraph)
*Browser Affected*
(use this site: https://www.whatsmybrowser.org/ for non expert users)
- [ ] Internet Explorer
- [X] Chrome
- [X] Firefox
- [X] Safari
*Browser Version Affected*
- Not browser related
*Steps to reproduce*
- Open Mapstore
- Login as admin
- Switch on Dashboards in contents section
- Click on 'Edit properties' in a map with no Permission rules
*Expected Result*
- Just below 'Permissions Groups' there should be the text 'No rules' (same as maps)
*Current Result*
- There's no text just below 'Permissions Groups'
### Other useful information (optional):
| 1.0 | Dashboards Edit Properties - Missing text with no permissions groups - ### Description
When a Dashboard has no Permission Groups, in 'Edit Properties' window the text 'No rules' is missing (just below 'Permission Groups')
This happens only for the Dashboards in Content section

### In case of Bug (otherwise remove this paragraph)
*Browser Affected*
(use this site: https://www.whatsmybrowser.org/ for non expert users)
- [ ] Internet Explorer
- [X] Chrome
- [X] Firefox
- [X] Safari
*Browser Version Affected*
- Not browser related
*Steps to reproduce*
- Open Mapstore
- Login as admin
- Switch on Dashboards in contents section
- Click on 'Edit properties' in a map with no Permission rules
*Expected Result*
- Just below 'Permissions Groups' there should be the text 'No rules' (same as maps)
*Current Result*
- There's no text just below 'Permissions Groups'
### Other useful information (optional):
| priority | dashboards edit properties missing text with no permissions groups description when a dashboard has no permission groups in edit properties window the text no rules is missing just below permission groups this happens only for the dashboards in content section in case of bug otherwise remove this paragraph browser affected use this site for non expert users internet explorer chrome firefox safari browser version affected not browser related steps to reproduce open mapstore login as admin switch on dashboards in contents section click on edit properties in a map with no permission rules expected result just below permissions groups there should be the text no rules same as maps current result there s no text just below permissions groups other useful information optional | 1 |
388,113 | 11,483,542,128 | IssuesEvent | 2020-02-11 00:13:39 | RobotLocomotion/drake | https://api.github.com/repos/RobotLocomotion/drake | opened | AffineSystem should be more precise about input port dependencies | priority: medium team: dynamics type: bug | AffineSystem's output declares dependence on its input ports. However, some or all the columns of the D matrix in `D u` may be zero in which case there is no actual dependency and the input port should not be pulled at all.
Pulling on an input just to multiply it by zero can create a spurious computational loop as apparently caused the problem reported in #12706. We can't currently detect such a loop.
Relates #12253, #12709. | 1.0 | AffineSystem should be more precise about input port dependencies - AffineSystem's output declares dependence on its input ports. However, some or all the columns of the D matrix in `D u` may be zero in which case there is no actual dependency and the input port should not be pulled at all.
Pulling on an input just to multiply it by zero can create a spurious computational loop as apparently caused the problem reported in #12706. We can't currently detect such a loop.
Relates #12253, #12709. | priority | affinesystem should be more precise about input port dependencies affinesystem s output declares dependence on its input ports however some or all the columns of the d matrix in d u may be zero in which case there is no actual dependency and the input port should not be pulled at all pulling on an input just to multiply it by zero can create a spurious computational loop as apparently caused the problem reported in we can t currently detect such a loop relates | 1 |
430,255 | 12,450,203,974 | IssuesEvent | 2020-05-27 08:25:26 | gofiber/fiber | https://api.github.com/repos/gofiber/fiber | closed | 🐞 "/:param" -> "/:param" doesn't return param | Priority: Medium Status: Answered | **Fiber version/commit**
v1.10.0 (Master branch)
**Issue description**
Server panics on ":param" GET value if ":param" is set in route. Error is below.
```
_______ __
____ / ____(_) /_ ___ _____
_____ / /_ / / __ \/ _ \/ ___/
__ / __/ / / /_/ / __/ /
/_/ /_/_.___/\___/_/ v1.10.0
Started listening on 0.0.0.0:3000
panic: runtime error: index out of range [0] with length 0
goroutine 5 [running]:
github.com/gofiber/fiber.(*Ctx).Params(0xc00020a000, 0x902cea, 0x5, 0x7, 0xc000067b01)
/home/pavel/go/src/github.com/gofiber/fiber/ctx.go:578 +0x102
main.main.func1(0xc00020a000)
/home/pavel/go/src/github.com/pavel1337/currency/main.go:10 +0x44
github.com/gofiber/fiber.(*App).next(0xc0001e4000, 0xc00020a000, 0xc00002a148)
/home/pavel/go/src/github.com/gofiber/fiber/router.go:36 +0x16a
github.com/gofiber/fiber.(*App).handler(0xc0001e4000, 0xc000206000)
/home/pavel/go/src/github.com/gofiber/fiber/router.go:59 +0x8c
github.com/valyala/fasthttp.(*Server).serveConn(0xc0000ca900, 0x9b6420, 0xc000010018, 0x0, 0x0)
/home/pavel/go/src/github.com/valyala/fasthttp/server.go:2150 +0x11bb
github.com/valyala/fasthttp.(*workerPool).workerFunc(0xc0000b3180, 0xc00000e040)
/home/pavel/go/src/github.com/valyala/fasthttp/workerpool.go:223 +0xc0
github.com/valyala/fasthttp.(*workerPool).getCh.func1(0xc0000b3180, 0xc00000e040, 0x857d40, 0xc00000e040)
/home/pavel/go/src/github.com/valyala/fasthttp/workerpool.go:195 +0x35
created by github.com/valyala/fasthttp.(*workerPool).getCh
/home/pavel/go/src/github.com/valyala/fasthttp/workerpool.go:194 +0x101
exit status 2
```
**Steps to reproduce**
```
go run main.go
curl localhost:3000/:param
```
**Code snippet**
```package main
import (
"github.com/gofiber/fiber"
)
func main() {
app := fiber.New()
app.Get("/:param", func(c *fiber.Ctx) {
c.Send("GET request with param: ", c.Params("param"))
})
app.Listen(3000)
}
```
| 1.0 | 🐞 "/:param" -> "/:param" doesn't return param - **Fiber version/commit**
v1.10.0 (Master branch)
**Issue description**
Server panics on ":param" GET value if ":param" is set in route. Error is below.
```
_______ __
____ / ____(_) /_ ___ _____
_____ / /_ / / __ \/ _ \/ ___/
__ / __/ / / /_/ / __/ /
/_/ /_/_.___/\___/_/ v1.10.0
Started listening on 0.0.0.0:3000
panic: runtime error: index out of range [0] with length 0
goroutine 5 [running]:
github.com/gofiber/fiber.(*Ctx).Params(0xc00020a000, 0x902cea, 0x5, 0x7, 0xc000067b01)
/home/pavel/go/src/github.com/gofiber/fiber/ctx.go:578 +0x102
main.main.func1(0xc00020a000)
/home/pavel/go/src/github.com/pavel1337/currency/main.go:10 +0x44
github.com/gofiber/fiber.(*App).next(0xc0001e4000, 0xc00020a000, 0xc00002a148)
/home/pavel/go/src/github.com/gofiber/fiber/router.go:36 +0x16a
github.com/gofiber/fiber.(*App).handler(0xc0001e4000, 0xc000206000)
/home/pavel/go/src/github.com/gofiber/fiber/router.go:59 +0x8c
github.com/valyala/fasthttp.(*Server).serveConn(0xc0000ca900, 0x9b6420, 0xc000010018, 0x0, 0x0)
/home/pavel/go/src/github.com/valyala/fasthttp/server.go:2150 +0x11bb
github.com/valyala/fasthttp.(*workerPool).workerFunc(0xc0000b3180, 0xc00000e040)
/home/pavel/go/src/github.com/valyala/fasthttp/workerpool.go:223 +0xc0
github.com/valyala/fasthttp.(*workerPool).getCh.func1(0xc0000b3180, 0xc00000e040, 0x857d40, 0xc00000e040)
/home/pavel/go/src/github.com/valyala/fasthttp/workerpool.go:195 +0x35
created by github.com/valyala/fasthttp.(*workerPool).getCh
/home/pavel/go/src/github.com/valyala/fasthttp/workerpool.go:194 +0x101
exit status 2
```
**Steps to reproduce**
```
go run main.go
curl localhost:3000/:param
```
**Code snippet**
```package main
import (
"github.com/gofiber/fiber"
)
func main() {
app := fiber.New()
app.Get("/:param", func(c *fiber.Ctx) {
c.Send("GET request with param: ", c.Params("param"))
})
app.Listen(3000)
}
```
| priority | 🐞 param param doesn t return param fiber version commit master branch issue description server panics on param get value if param is set in route error is below started listening on panic runtime error index out of range with length goroutine github com gofiber fiber ctx params home pavel go src github com gofiber fiber ctx go main main home pavel go src github com currency main go github com gofiber fiber app next home pavel go src github com gofiber fiber router go github com gofiber fiber app handler home pavel go src github com gofiber fiber router go github com valyala fasthttp server serveconn home pavel go src github com valyala fasthttp server go github com valyala fasthttp workerpool workerfunc home pavel go src github com valyala fasthttp workerpool go github com valyala fasthttp workerpool getch home pavel go src github com valyala fasthttp workerpool go created by github com valyala fasthttp workerpool getch home pavel go src github com valyala fasthttp workerpool go exit status steps to reproduce go run main go curl localhost param code snippet package main import github com gofiber fiber func main app fiber new app get param func c fiber ctx c send get request with param c params param app listen | 1 |
311,765 | 9,538,859,879 | IssuesEvent | 2019-04-30 15:35:34 | craftercms/craftercms | https://api.github.com/repos/craftercms/craftercms | closed | [studio] Upgrade Manager: Support upgrading sites from 3.0.18 to 3.1.0 | enhancement priority: medium | Please support upgrading sites from 3.0.18+ to 3.1.0. While it's impossible to know for sure a site is 3.0.18+, we will assume this while performing the upgrade. | 1.0 | [studio] Upgrade Manager: Support upgrading sites from 3.0.18 to 3.1.0 - Please support upgrading sites from 3.0.18+ to 3.1.0. While it's impossible to know for sure a site is 3.0.18+, we will assume this while performing the upgrade. | priority | upgrade manager support upgrading sites from to please support upgrading sites from to while it s impossible to know for sure a site is we will assume this while performing the upgrade | 1 |
424,569 | 12,313,221,730 | IssuesEvent | 2020-05-12 15:00:56 | harmony-one/experiment-deploy | https://api.github.com/repos/harmony-one/experiment-deploy | closed | [ansible] support customized network in node role | enhancement medium priority | Our current node role in ansible is hardcoded to support only OSTN, like -N staking in systemd service.
We should support a flexible configuration of where to download node binary and node.sh, so that we can provision testnet node. We can use some default var, and use configuration to support other networks. | 1.0 | [ansible] support customized network in node role - Our current node role in ansible is hardcoded to support only OSTN, like -N staking in systemd service.
We should support a flexible configuration of where to download node binary and node.sh, so that we can provision testnet node. We can use some default var, and use configuration to support other networks. | priority | support customized network in node role our current node role in ansible is hardcoded to support only ostn like n staking in systemd service we should support a flexible configuration of where to download node binary and node sh so that we can provision testnet node we can use some default var and use configuration to support other networks | 1 |
398,291 | 11,739,445,426 | IssuesEvent | 2020-03-11 17:43:29 | thaliawww/ThaliApp | https://api.github.com/repos/thaliawww/ThaliApp | closed | Cannot clear event information fields | bug events priority: medium | In GitLab by @se-bastiaan on Aug 2, 2019, 10:37
### One-sentence description
Cannot clear event information fields
### Current behaviour / Reproducing the bug
1. Go to an event with information fields, one should be a text input
2. Input text
3. Save
4. Go back to information update screen
5. Clear the text
6. Save
7. Go back to information update screen
The input is filled again with the previous value before clearing.
### Expected behaviour
Field should be empty. | 1.0 | Cannot clear event information fields - In GitLab by @se-bastiaan on Aug 2, 2019, 10:37
### One-sentence description
Cannot clear event information fields
### Current behaviour / Reproducing the bug
1. Go to an event with information fields, one should be a text input
2. Input text
3. Save
4. Go back to information update screen
5. Clear the text
6. Save
7. Go back to information update screen
The input is filled again with the previous value before clearing.
### Expected behaviour
Field should be empty. | priority | cannot clear event information fields in gitlab by se bastiaan on aug one sentence description cannot clear event information fields current behaviour reproducing the bug go to an event with information fields one should be a text input input text save go back to information update screen clear the text save go back to information update screen the input is filled again with the previous value before clearing expected behaviour field should be empty | 1 |
244,274 | 7,872,889,228 | IssuesEvent | 2018-06-25 12:46:59 | diegoferigo/dockerfiles | https://api.github.com/repos/diegoferigo/dockerfiles | closed | nvidia-docker 2.0 | complexity:hard help wanted priority:medium type:enhancement | This new alpha release switched to a custom runtime, substituting the default `runc`.
The first experiments I performed with it were still not fully working. Here some comments for future reference [[1]]:
* The new `nvidia-docker` does not use anymore a docker volume containing the drivers, but it ships everything with the new runtime. This means that `nvidia-docker-compose` is not anymore required. Indeed, by setting the following configuration file, the new runtime is loaded by default:
```json
{
"default-runtime": "nvidia",
"runtimes": {
"nvidia": {
"path": "/usr/bin/nvidia-container-runtime",
"runtimeArgs": []
}
}
}
```
* The following env variables must be set in the image [[2]][[3]]:
```sh
nvidia-docker run --rm -ti -e NVIDIA_VISIBLE_DEVICES=all -e NVIDIA_DRIVER_CAPABILITIES=all ubuntu:16.04 nvidia-smi
```
In this way, the GPU is detected in the container, but applications that require GLX (e.g. `gazebo`) don't work, generating the following error:
```
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 154 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Value in failed request: 0x0
Serial number of failed request: 30
Current serial number in output stream: 31
```
GLX seems to [be unsupported](https://github.com/NVIDIA/nvidia-docker/issues/520#issuecomment-343629840) for the time being. Further tests are however required.
[1]: https://github.com/eywalker/nvidia-docker-compose/issues/23#issuecomment-342921564
[2]: https://gitlab.com/nvidia/cuda/blob/ubuntu16.04/9.0/base/Dockerfile
[3]: https://github.com/nvidia/nvidia-container-runtime#environment-variables-oci-spec | 1.0 | nvidia-docker 2.0 - This new alpha release switched to a custom runtime, substituting the default `runc`.
The first experiments I performed with it were still not fully working. Here some comments for future reference [[1]]:
* The new `nvidia-docker` does not use anymore a docker volume containing the drivers, but it ships everything with the new runtime. This means that `nvidia-docker-compose` is not anymore required. Indeed, by setting the following configuration file, the new runtime is loaded by default:
```json
{
"default-runtime": "nvidia",
"runtimes": {
"nvidia": {
"path": "/usr/bin/nvidia-container-runtime",
"runtimeArgs": []
}
}
}
```
* The following env variables must be set in the image [[2]][[3]]:
```sh
nvidia-docker run --rm -ti -e NVIDIA_VISIBLE_DEVICES=all -e NVIDIA_DRIVER_CAPABILITIES=all ubuntu:16.04 nvidia-smi
```
In this way, the GPU is detected in the container, but applications that require GLX (e.g. `gazebo`) don't work, generating the following error:
```
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 154 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Value in failed request: 0x0
Serial number of failed request: 30
Current serial number in output stream: 31
```
GLX seems to [be unsupported](https://github.com/NVIDIA/nvidia-docker/issues/520#issuecomment-343629840) for the time being. Further tests are however required.
[1]: https://github.com/eywalker/nvidia-docker-compose/issues/23#issuecomment-342921564
[2]: https://gitlab.com/nvidia/cuda/blob/ubuntu16.04/9.0/base/Dockerfile
[3]: https://github.com/nvidia/nvidia-container-runtime#environment-variables-oci-spec | priority | nvidia docker this new alpha release switched to a custom runtime substituting the default runc the first experiments i performed with it were still not fully working here some comments for future reference the new nvidia docker does not use anymore a docker volume containing the drivers but it ships everything with the new runtime this means that nvidia docker compose is not anymore required indeed by setting the following configuration file the new runtime is loaded by default json default runtime nvidia runtimes nvidia path usr bin nvidia container runtime runtimeargs the following env variables must be set in the image sh nvidia docker run rm ti e nvidia visible devices all e nvidia driver capabilities all ubuntu nvidia smi in this way the gpu is detected in the container but applications that require glx e g gazebo don t work generating the following error libgl error no matching fbconfigs or visuals found libgl error failed to load driver swrast x error of failed request badvalue integer parameter out of range for operation major opcode of failed request glx minor opcode of failed request x glxcreatecontext value in failed request serial number of failed request current serial number in output stream glx seems to for the time being further tests are however required | 1 |
630,611 | 20,114,723,379 | IssuesEvent | 2022-02-07 18:16:11 | canonical-web-and-design/maas.io | https://api.github.com/repos/canonical-web-and-design/maas.io | closed | Very slow page loads | Priority: Medium Performance ⚡️ | Hello, when following links from the tour I found the page loads to be too slow.
For example:
+ https://maas.io/tour -> "Find out more about MAAS networking ›"
+ https://maas.io/tour -> "Learn more about device discovery and subnet mapping ›"
The first time I clicked on these two, it took around thirty seconds before they loaded. Re-testing now it takes seven seconds before anything happens.
Thanks | 1.0 | Very slow page loads - Hello, when following links from the tour I found the page loads to be too slow.
For example:
+ https://maas.io/tour -> "Find out more about MAAS networking ›"
+ https://maas.io/tour -> "Learn more about device discovery and subnet mapping ›"
The first time I clicked on these two, it took around thirty seconds before they loaded. Re-testing now it takes seven seconds before anything happens.
Thanks | priority | very slow page loads hello when following links from the tour i found the page loads to be too slow for example find out more about maas networking › learn more about device discovery and subnet mapping › the first time i clicked on these two it took around thirty seconds before they loaded re testing now it takes seven seconds before anything happens thanks | 1 |
57,231 | 3,081,250,386 | IssuesEvent | 2015-08-22 14:41:38 | bitfighter/bitfighter | https://api.github.com/repos/bitfighter/bitfighter | opened | Full screen editor screenshots are wrong dimensions when uploading to pleiades | bug imported Priority-Medium | _From [buckyballreaction](https://code.google.com/u/buckyballreaction/) on July 11, 2014 00:41:52_
When uploading a screenshot to pleiades (the level database), and the editor is in full screen mode, the screenshot is uploaded with wrong dimensions.
It looks like the dimensions match the fullscreen monitor, but are constrained to the 800 width. Maybe this is what we want anyways?
_Original issue: http://code.google.com/p/bitfighter/issues/detail?id=449_ | 1.0 | Full screen editor screenshots are wrong dimensions when uploading to pleiades - _From [buckyballreaction](https://code.google.com/u/buckyballreaction/) on July 11, 2014 00:41:52_
When uploading a screenshot to pleiades (the level database), and the editor is in full screen mode, the screenshot is uploaded with wrong dimensions.
It looks like the dimensions match the fullscreen monitor, but are constrained to the 800 width. Maybe this is what we want anyways?
_Original issue: http://code.google.com/p/bitfighter/issues/detail?id=449_ | priority | full screen editor screenshots are wrong dimensions when uploading to pleiades from on july when uploading a screenshot to pleiades the level database and the editor is in full screen mode the screenshot is uploaded with wrong dimensions it looks like the dimensions match the fullscreen monitor but are constrained to the width maybe this is what we want anyways original issue | 1 |
765,352 | 26,842,696,860 | IssuesEvent | 2023-02-03 02:45:21 | azerothcore/azerothcore-wotlk | https://api.github.com/repos/azerothcore/azerothcore-wotlk | opened | [Opening the Dark Portal] Missing DPS check mechanic | Confirmed Instance - Dungeon - Outland Priority-Medium 65-69 | ### Current Behaviour
Rifts only spawn after the last one was destroyed.
### Expected Blizzlike Behaviour
If not killed quickly enough, another rift is spawned.
## From my research:
1. There is a timer for when another rift spawns.
2. If there is one spot open for a rift to spawn, then there's a 2-minute timer for when another rift can spawn.
3. If there are no spots left open no rifts can spawn.
4. As soon a spot opens, the 2-minute timer starts.
5. If there are no rifts up, then another spawns near instantly.
6. In Normal Mode, Boss Rifts have a 2.5-minute time limit until the next one spawns
7. In Heroic Mode, Boss Rifts have a 5-minute time limit until the next one spawns
8. Yes, 2 bosses can be up at one time
When the boss dies, I've still not found a conclusion to it. It seems that either it starts a 30s timer for the next portal OR the timer that was counting down as soon as the boss rift spawned, whichever is lowest.
I.e. If the group in Normal Mode takes 2:15 to kill a boss, the next rift opens in 15s.
Looking at the DBM code hasn't revealed much to me :(
### Source
Retail
### Steps to reproduce the problem
`.go c id 15608`
### Extra Notes
_No response_
### AC rev. hash/commit
https://github.com/azerothcore/azerothcore-wotlk/commit/c3dd1b7a5ca0a9945d609213fdd3c4a19e0106e2
### Operating system
Windows 10
### Custom changes or Modules
_No response_ | 1.0 | [Opening the Dark Portal] Missing DPS check mechanic - ### Current Behaviour
Rifts only spawn after the last one was destroyed.
### Expected Blizzlike Behaviour
If not killed quickly enough, another rift is spawned.
## From my research:
1. There is a timer for when another rift spawns.
2. If there is one spot open for a rift to spawn, then there's a 2-minute timer for when another rift can spawn.
3. If there are no spots left open no rifts can spawn.
4. As soon a spot opens, the 2-minute timer starts.
5. If there are no rifts up, then another spawns near instantly.
6. In Normal Mode, Boss Rifts have a 2.5-minute time limit until the next one spawns
7. In Heroic Mode, Boss Rifts have a 5-minute time limit until the next one spawns
8. Yes, 2 bosses can be up at one time
When the boss dies, I've still not found a conclusion to it. It seems that either it starts a 30s timer for the next portal OR the timer that was counting down as soon as the boss rift spawned, whichever is lowest.
I.e. If the group in Normal Mode takes 2:15 to kill a boss, the next rift opens in 15s.
Looking at the DBM code hasn't revealed much to me :(
### Source
Retail
### Steps to reproduce the problem
`.go c id 15608`
### Extra Notes
_No response_
### AC rev. hash/commit
https://github.com/azerothcore/azerothcore-wotlk/commit/c3dd1b7a5ca0a9945d609213fdd3c4a19e0106e2
### Operating system
Windows 10
### Custom changes or Modules
_No response_ | priority | missing dps check mechanic current behaviour rifts only spawn after the last one was destroyed expected blizzlike behaviour if not killed quickly enough another rift is spawned from my research there is a timer for when another rift spawns if there is one spot open for a rift to spawn then there s a minute timer for when another rift can spawn if there are no spots left open no rifts can spawn as soon a spot opens the minute timer starts if there are no rifts up then another spawns near instantly in normal mode boss rifts have a minute time limit until the next one spawns in heroic mode boss rifts have a minute time limit until the next one spawns yes bosses can be up at one time when the boss dies i ve still not found a conclusion to it it seems that either it starts a timer for the next portal or the timer that was counting down as soon as the boss rift spawned whichever is lowest i e if the group in normal mode takes to kill a boss the next rift opens in looking at the dbm code hasn t revealed much to me source retail steps to reproduce the problem go c id extra notes no response ac rev hash commit operating system windows custom changes or modules no response | 1 |
84,085 | 3,653,490,409 | IssuesEvent | 2016-02-17 07:55:52 | hadithhouse/hadithhouse | https://api.github.com/repos/hadithhouse/hadithhouse | closed | Support Filtering, Searching and Ordering in Persons API View | backend enhancement priority:medium | We need to be able to filter, search, and order persons by certain criteria.
Filtering
- By added_by
- By updated_by
- By birth year, month, and day
- By death year, month, and day
Search
- By display name
- By full name
Ordering:
- By updated_on
- By added_on
- By display name
- By full name
- By birth year: should it instead be order by birth date?
- By death year: should it instead by order by death date? | 1.0 | Support Filtering, Searching and Ordering in Persons API View - We need to be able to filter, search, and order persons by certain criteria.
Filtering
- By added_by
- By updated_by
- By birth year, month, and day
- By death year, month, and day
Search
- By display name
- By full name
Ordering:
- By updated_on
- By added_on
- By display name
- By full name
- By birth year: should it instead be order by birth date?
- By death year: should it instead by order by death date? | priority | support filtering searching and ordering in persons api view we need to be able to filter search and order persons by certain criteria filtering by added by by updated by by birth year month and day by death year month and day search by display name by full name ordering by updated on by added on by display name by full name by birth year should it instead be order by birth date by death year should it instead by order by death date | 1 |
112,515 | 4,533,694,400 | IssuesEvent | 2016-09-08 12:33:05 | Victoire/victoire | https://api.github.com/repos/Victoire/victoire | opened | Trouble while trying to delete a page | Priority : Medium | When I tried to delete a page saved as draft, i encountered the following problem | 1.0 | Trouble while trying to delete a page - When I tried to delete a page saved as draft, i encountered the following problem | priority | trouble while trying to delete a page when i tried to delete a page saved as draft i encountered the following problem | 1 |
348,617 | 10,450,712,990 | IssuesEvent | 2019-09-19 11:12:10 | CLOSER-Cohorts/archivist | https://api.github.com/repos/CLOSER-Cohorts/archivist | closed | View /qv.txt not loading for hcs_2_clinic_10 | Mappings Medium priority | hcs_2_clinic_10 has q-v mappings applied via archivist, but the .txt cannot be downloaded as the https://archivist.closer.ac.uk/instruments/hcs_2_clinic_10/qv.txt view loads an empty page.
Note that the dataset DDI was came from Colectica Desginer not Sledgehammer. This is also true for hcs_2_clinic_6 which is working okay.
| 1.0 | View /qv.txt not loading for hcs_2_clinic_10 - hcs_2_clinic_10 has q-v mappings applied via archivist, but the .txt cannot be downloaded as the https://archivist.closer.ac.uk/instruments/hcs_2_clinic_10/qv.txt view loads an empty page.
Note that the dataset DDI was came from Colectica Desginer not Sledgehammer. This is also true for hcs_2_clinic_6 which is working okay.
| priority | view qv txt not loading for hcs clinic hcs clinic has q v mappings applied via archivist but the txt cannot be downloaded as the view loads an empty page note that the dataset ddi was came from colectica desginer not sledgehammer this is also true for hcs clinic which is working okay | 1 |
807,433 | 30,002,585,752 | IssuesEvent | 2023-06-26 10:15:51 | django-daiquiri/daiquiri | https://api.github.com/repos/django-daiquiri/daiquiri | closed | IMPROVEMENT: add detached-header datalink semantic to the oai adapter | app:oai priority:medium category:datalink | Add the `#detached-header` semantic to the oai adapter so it can be digested by the oai metadata. Ultimately, it's the same implementation as for the `#documentation` but it allows to use datalink with a wider range of semantics without being confined by the oai adapter capabilities.
https://www.ivoa.net/rdf/datalink/core/2022-01-27/datalink.html#detached-header
https://github.com/django-daiquiri/daiquiri/blob/f6f352ac46c877209bb176d391f97079326e01f5/daiquiri/oai/adapter.py#L243-L276
As an example for the added code
```python
elif semantics == '#detached-header':
datalink['alternate_identifiers'].append({
'alternate_identifier': access_url,
'alternate_identifier_type': 'URL'
})
```` | 1.0 | IMPROVEMENT: add detached-header datalink semantic to the oai adapter - Add the `#detached-header` semantic to the oai adapter so it can be digested by the oai metadata. Ultimately, it's the same implementation as for the `#documentation` but it allows to use datalink with a wider range of semantics without being confined by the oai adapter capabilities.
https://www.ivoa.net/rdf/datalink/core/2022-01-27/datalink.html#detached-header
https://github.com/django-daiquiri/daiquiri/blob/f6f352ac46c877209bb176d391f97079326e01f5/daiquiri/oai/adapter.py#L243-L276
As an example for the added code
```python
elif semantics == '#detached-header':
datalink['alternate_identifiers'].append({
'alternate_identifier': access_url,
'alternate_identifier_type': 'URL'
})
```` | priority | improvement add detached header datalink semantic to the oai adapter add the detached header semantic to the oai adapter so it can be digested by the oai metadata ultimately it s the same implementation as for the documentation but it allows to use datalink with a wider range of semantics without being confined by the oai adapter capabilities as an example for the added code python elif semantics detached header datalink append alternate identifier access url alternate identifier type url | 1 |
472,235 | 13,621,322,794 | IssuesEvent | 2020-09-24 00:20:03 | AY2021S1-CS2103-F09-3/tp | https://api.github.com/repos/AY2021S1-CS2103-F09-3/tp | closed | Update Add books and Delete Books in User Guide | priority.Medium type.UserGuide | Update Add books and Delete Books in User Guide | 1.0 | Update Add books and Delete Books in User Guide - Update Add books and Delete Books in User Guide | priority | update add books and delete books in user guide update add books and delete books in user guide | 1 |
385,140 | 11,413,225,069 | IssuesEvent | 2020-02-01 18:13:14 | infidel-/cult | https://api.github.com/repos/infidel-/cult | closed | Choose starting cult | Priority-Medium Type-Feature auto-migrated | ```
1
```
Original issue reported on code.google.com by `starinfi...@gmail.com` on 16 Aug 2011 at 5:36
| 1.0 | Choose starting cult - ```
1
```
Original issue reported on code.google.com by `starinfi...@gmail.com` on 16 Aug 2011 at 5:36
| priority | choose starting cult original issue reported on code google com by starinfi gmail com on aug at | 1 |
739,129 | 25,582,196,904 | IssuesEvent | 2022-12-01 05:55:59 | sorrowcode/taesch- | https://api.github.com/repos/sorrowcode/taesch- | opened | feature - Einkaufslistentemplates kombinieren | blocked USP - 3 2 - medium priority feature | Voraussetzung:
- #73
Hier soll die Funktionalität implementiert werden, eine große 'aktive' Einkaufsliste aus den gespeicherten Einkaufslisten zu erstellen. Die Templates sollen dann keine, eine oder mehrere kombinieren können. Zusätzlich sollte die schon vorhandene Einkaufsliste beachtet werden, das heißt die Elemente, die schon in der Liste vorhanden sind, dürfen nicht überschrieben werden. | 1.0 | feature - Einkaufslistentemplates kombinieren - Voraussetzung:
- #73
Hier soll die Funktionalität implementiert werden, eine große 'aktive' Einkaufsliste aus den gespeicherten Einkaufslisten zu erstellen. Die Templates sollen dann keine, eine oder mehrere kombinieren können. Zusätzlich sollte die schon vorhandene Einkaufsliste beachtet werden, das heißt die Elemente, die schon in der Liste vorhanden sind, dürfen nicht überschrieben werden. | priority | feature einkaufslistentemplates kombinieren voraussetzung hier soll die funktionalität implementiert werden eine große aktive einkaufsliste aus den gespeicherten einkaufslisten zu erstellen die templates sollen dann keine eine oder mehrere kombinieren können zusätzlich sollte die schon vorhandene einkaufsliste beachtet werden das heißt die elemente die schon in der liste vorhanden sind dürfen nicht überschrieben werden | 1 |
65,168 | 3,226,917,172 | IssuesEvent | 2015-10-10 18:27:37 | cs2103aug2015-w13-1j/main | https://api.github.com/repos/cs2103aug2015-w13-1j/main | closed | TaskSelectorDetector for delete, update and markDone | component.Parser priority.medium type.task | Recognize the task selector portion of inputs of format "delete|update|done [d|f] index" for delete, update and markDone | 1.0 | TaskSelectorDetector for delete, update and markDone - Recognize the task selector portion of inputs of format "delete|update|done [d|f] index" for delete, update and markDone | priority | taskselectordetector for delete update and markdone recognize the task selector portion of inputs of format delete update done index for delete update and markdone | 1 |
479,649 | 13,804,191,021 | IssuesEvent | 2020-10-11 07:42:21 | AY2021S1-CS2103T-W12-1/tp | https://api.github.com/repos/AY2021S1-CS2103T-W12-1/tp | closed | UI for findRoom command | Priority.Medium Type.Enhancement | The current findRoom command gives the result in the bot's response box. Need to change it to show in the panel list instead for UI. | 1.0 | UI for findRoom command - The current findRoom command gives the result in the bot's response box. Need to change it to show in the panel list instead for UI. | priority | ui for findroom command the current findroom command gives the result in the bot s response box need to change it to show in the panel list instead for ui | 1 |
622,892 | 19,658,004,886 | IssuesEvent | 2022-01-10 14:26:22 | buddyboss/buddyboss-platform | https://api.github.com/repos/buddyboss/buddyboss-platform | closed | Media attachment is getting removed and cannot upload image when you switch from post in profile to post in group | bug priority-medium t3-needs-review Stale | **Describe the bug**
When profiles and groups option on **BuddyBoss > Settings > Media > Documents** is disabled media attachment is getting removed and cannot upload any image when you switched from Post in: Profile to Post in: Groups
**To Reproduce**
Steps to reproduce the behavior:
1. Go to **BuddyBoss > Settings > Media > Documents**
2. Disable the **Profiles** and **Groups**
3. Go to Newsfeed
4. Upload an image then switch from Post in: Profile to Post in: Groups
5. See error
**Screenshots**
https://www.loom.com/share/a18d47a4976a4cdb8aee9038d2ac9dcc
**Support ticket links**
https://secure.helpscout.net/conversation/1476753001/135079
**Jira issue** : [PROD-835]
[PROD-835]: https://buddyboss.atlassian.net/browse/PROD-835?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ | 1.0 | Media attachment is getting removed and cannot upload image when you switch from post in profile to post in group - **Describe the bug**
When profiles and groups option on **BuddyBoss > Settings > Media > Documents** is disabled media attachment is getting removed and cannot upload any image when you switched from Post in: Profile to Post in: Groups
**To Reproduce**
Steps to reproduce the behavior:
1. Go to **BuddyBoss > Settings > Media > Documents**
2. Disable the **Profiles** and **Groups**
3. Go to Newsfeed
4. Upload an image then switch from Post in: Profile to Post in: Groups
5. See error
**Screenshots**
https://www.loom.com/share/a18d47a4976a4cdb8aee9038d2ac9dcc
**Support ticket links**
https://secure.helpscout.net/conversation/1476753001/135079
**Jira issue** : [PROD-835]
[PROD-835]: https://buddyboss.atlassian.net/browse/PROD-835?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ | priority | media attachment is getting removed and cannot upload image when you switch from post in profile to post in group describe the bug when profiles and groups option on buddyboss settings media documents is disabled media attachment is getting removed and cannot upload any image when you switched from post in profile to post in groups to reproduce steps to reproduce the behavior go to buddyboss settings media documents disable the profiles and groups go to newsfeed upload an image then switch from post in profile to post in groups see error screenshots support ticket links jira issue | 1 |
52,513 | 3,023,833,448 | IssuesEvent | 2015-08-01 23:05:27 | WarGamesLabs/Jack | https://api.github.com/repos/WarGamesLabs/Jack | closed | I2C check for bus contention, timeout, clock streatching? | auto-migrated Priority-Medium Type-Enhancement | ```
Some enhancements for the I2C library
```
Original issue reported on code.google.com by `ianles...@gmail.com` on 20 Aug 2009 at 6:23 | 1.0 | I2C check for bus contention, timeout, clock streatching? - ```
Some enhancements for the I2C library
```
Original issue reported on code.google.com by `ianles...@gmail.com` on 20 Aug 2009 at 6:23 | priority | check for bus contention timeout clock streatching some enhancements for the library original issue reported on code google com by ianles gmail com on aug at | 1 |
654,511 | 21,654,792,055 | IssuesEvent | 2022-05-06 13:08:50 | firemodels/fds | https://api.github.com/repos/firemodels/fds | closed | FED calculation | Type-Enhancement Priority-Medium Application-FDS Milestone-FDS_6.0 | ```
In the resent version of FDS 5.5.3 FED calculations does not take heat/radiation effects
into consideration.
Can FED be calculated as the combination of both toxicity and heat effects.
Please go through the attached document in which FED is calculated for both toxicity
and heat/radiation.
```
Original issue reported on code.google.com by `akulachaturvedi` on 2011-10-10 07:07:48
<hr>
- _Attachment: [FED calculation.pdf](https://storage.googleapis.com/google-code-attachments/fds-smv/issue-1502/comment-0/FED calculation.pdf)_
| 1.0 | FED calculation - ```
In the resent version of FDS 5.5.3 FED calculations does not take heat/radiation effects
into consideration.
Can FED be calculated as the combination of both toxicity and heat effects.
Please go through the attached document in which FED is calculated for both toxicity
and heat/radiation.
```
Original issue reported on code.google.com by `akulachaturvedi` on 2011-10-10 07:07:48
<hr>
- _Attachment: [FED calculation.pdf](https://storage.googleapis.com/google-code-attachments/fds-smv/issue-1502/comment-0/FED calculation.pdf)_
| priority | fed calculation in the resent version of fds fed calculations does not take heat radiation effects into consideration can fed be calculated as the combination of both toxicity and heat effects please go through the attached document in which fed is calculated for both toxicity and heat radiation original issue reported on code google com by akulachaturvedi on attachment calculation pdf | 1 |
245,654 | 7,889,135,786 | IssuesEvent | 2018-06-28 02:10:12 | magda-io/magda | https://api.github.com/repos/magda-io/magda | opened | Breadcrumbs are showing up inside the report dataset modal | bug priority: medium | ### Problem description
The bread crumbs are showing up inside the report dataset modals on both the search results page and the individual dataset page.
### Problem reproduction steps
For example go on [this page](https://magda-dev.terria.io/dataset/ds-nsw-56f0b52a-1354-4910-b681-509ecd92888e/details?q=) and click "Ask a question" about this dataset.
### Screenshot / Design / File reference


| 1.0 | Breadcrumbs are showing up inside the report dataset modal - ### Problem description
The bread crumbs are showing up inside the report dataset modals on both the search results page and the individual dataset page.
### Problem reproduction steps
For example go on [this page](https://magda-dev.terria.io/dataset/ds-nsw-56f0b52a-1354-4910-b681-509ecd92888e/details?q=) and click "Ask a question" about this dataset.
### Screenshot / Design / File reference


| priority | breadcrumbs are showing up inside the report dataset modal problem description the bread crumbs are showing up inside the report dataset modals on both the search results page and the individual dataset page problem reproduction steps for example go on and click ask a question about this dataset screenshot design file reference | 1 |
72,873 | 3,392,185,273 | IssuesEvent | 2015-11-30 18:30:37 | aseprite/aseprite | https://api.github.com/repos/aseprite/aseprite | closed | Mouse lag on Linux | bug imported linux medium priority | _From [a.w.ma...@gmail.com](https://code.google.com/u/105479460142710606866/) on November 17, 2013 16:34:24_
What steps will reproduce the problem? 1. Install Arch Linux AUR version 0.9.5
2. Start aseprite
3. Experience mouse lag when moving cursor around screen What is the expected output? What do you see instead? Expected native mouse speed without lag but instead the mouse had a huge amount of lag making it unusable. What version of the product are you using? On what operating system? Version 0.9.5 running on Arch linux using Linux 3.12 x86, xfce 4.8, Nvidia Geforce Proprietary drivers.
Please provide any additional information below.
Seems like a similar issue to https://code.google.com/p/aseprite/issues/detail?id=76 but I tried both changing the ScreenScale to 1 and starting a seperate x instance but neither helped remove the mouse lag.
I googled around for solution but only found the previous bug report and a report from another user of a similar lag experince on linux http://www.ludumdare.com/compo/category/ld-27/?author_name=meszka (mentioned in the 'Graphics tools' section)
_Original issue: http://code.google.com/p/aseprite/issues/detail?id=283_ | 1.0 | Mouse lag on Linux - _From [a.w.ma...@gmail.com](https://code.google.com/u/105479460142710606866/) on November 17, 2013 16:34:24_
What steps will reproduce the problem? 1. Install Arch Linux AUR version 0.9.5
2. Start aseprite
3. Experience mouse lag when moving cursor around screen What is the expected output? What do you see instead? Expected native mouse speed without lag but instead the mouse had a huge amount of lag making it unusable. What version of the product are you using? On what operating system? Version 0.9.5 running on Arch linux using Linux 3.12 x86, xfce 4.8, Nvidia Geforce Proprietary drivers.
Please provide any additional information below.
Seems like a similar issue to https://code.google.com/p/aseprite/issues/detail?id=76 but I tried both changing the ScreenScale to 1 and starting a seperate x instance but neither helped remove the mouse lag.
I googled around for solution but only found the previous bug report and a report from another user of a similar lag experince on linux http://www.ludumdare.com/compo/category/ld-27/?author_name=meszka (mentioned in the 'Graphics tools' section)
_Original issue: http://code.google.com/p/aseprite/issues/detail?id=283_ | priority | mouse lag on linux from on november what steps will reproduce the problem install arch linux aur version start aseprite experience mouse lag when moving cursor around screen what is the expected output what do you see instead expected native mouse speed without lag but instead the mouse had a huge amount of lag making it unusable what version of the product are you using on what operating system version running on arch linux using linux xfce nvidia geforce proprietary drivers please provide any additional information below seems like a similar issue to but i tried both changing the screenscale to and starting a seperate x instance but neither helped remove the mouse lag i googled around for solution but only found the previous bug report and a report from another user of a similar lag experince on linux mentioned in the graphics tools section original issue | 1 |
555,851 | 16,471,541,522 | IssuesEvent | 2021-05-23 14:13:00 | dfelton/kobens-gemini | https://api.github.com/repos/dfelton/kobens-gemini | opened | TradeRepeater\Seller - BadGatewayException | Priority - Medium bug | ```
Shutdown Enabled at: 2021-05-23 12:28:50
Exception: Kobens\Http\Exception\Status\ServerError\BadGatewayException
Code: 502
Message: Server Error
Strace:
#0 src/Api/Rest/PrivateEndpoints/Request.php(119): Kobens\Gemini\Api\Helper\ResponseHandler->handleResponse(Object(Kobens\Core\Http\Response))
#1 src/Api/Rest/PrivateEndpoints/OrderPlacement/NewOrder/ForceMaker.php(62): Kobens\Gemini\Api\Rest\PrivateEndpoints\Request->getResponse('/v1/order/new', Array)
#2 src/Command/Command/TradeRepeater/Seller.php(151): Kobens\Gemini\Api\Rest\PrivateEndpoints\OrderPlacement\NewOrder\ForceMaker->place(Object(Kobens\Gemini\Exchange\Currency\Pair), 'sell', '1.5125', '0.66073', 'repeater_6083_s...')
#3 src/Command/Command/TradeRepeater/Seller.php(120): Kobens\Gemini\Command\Command\TradeRepeater\Seller->place(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput), Object(Kobens\Gemini\TradeRepeater\Model\Trade), 'repeater_6083_s...')
#4 src/Command/Command/TradeRepeater/Seller.php(94): Kobens\Gemini\Command\Command\TradeRepeater\Seller->mainLoop(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 vendor/symfony/console/Command/Command.php(255): Kobens\Gemini\Command\Command\TradeRepeater\Seller->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 vendor/symfony/console/Application.php(1009): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 vendor/symfony/console/Application.php(273): Symfony\Component\Console\Application->doRunCommand(Object(Kobens\Gemini\Command\Command\TradeRepeater\Seller), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 vendor/symfony/console/Application.php(149): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 bin/gemini(445): Symfony\Component\Console\Application->run()
#10 {main}
Previous Exception:
Exception: Exception
Code: 0
Message: {"body":"<html>\r\n<head><title>502 Bad Gateway<\/title><\/head>\r\n<body>\r\n<center><h1>502 Bad Gateway<\/h1><\/center>\r\n<\/body>\r\n<\/html>\r\n","response_code":502}
Strace:
#0 src/Api/Rest/PrivateEndpoints/Request.php(119): Kobens\Gemini\Api\Helper\ResponseHandler->handleResponse(Object(Kobens\Core\Http\Response))
#1 src/Api/Rest/PrivateEndpoints/OrderPlacement/NewOrder/ForceMaker.php(62): Kobens\Gemini\Api\Rest\PrivateEndpoints\Request->getResponse('/v1/order/new', Array)
#2 src/Command/Command/TradeRepeater/Seller.php(151): Kobens\Gemini\Api\Rest\PrivateEndpoints\OrderPlacement\NewOrder\ForceMaker->place(Object(Kobens\Gemini\Exchange\Currency\Pair), 'sell', '1.5125', '0.66073', 'repeater_6083_s...')
#3 src/Command/Command/TradeRepeater/Seller.php(120): Kobens\Gemini\Command\Command\TradeRepeater\Seller->place(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput), Object(Kobens\Gemini\TradeRepeater\Model\Trade), 'repeater_6083_s...')
#4 src/Command/Command/TradeRepeater/Seller.php(94): Kobens\Gemini\Command\Command\TradeRepeater\Seller->mainLoop(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 vendor/symfony/console/Command/Command.php(255): Kobens\Gemini\Command\Command\TradeRepeater\Seller->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 vendor/symfony/console/Application.php(1009): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 vendor/symfony/console/Application.php(273): Symfony\Component\Console\Application->doRunCommand(Object(Kobens\Gemini\Command\Command\TradeRepeater\Seller), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 vendor/symfony/console/Application.php(149): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 bin/gemini(445): Symfony\Component\Console\Application->run()
#10 {main}
``` | 1.0 | TradeRepeater\Seller - BadGatewayException - ```
Shutdown Enabled at: 2021-05-23 12:28:50
Exception: Kobens\Http\Exception\Status\ServerError\BadGatewayException
Code: 502
Message: Server Error
Strace:
#0 src/Api/Rest/PrivateEndpoints/Request.php(119): Kobens\Gemini\Api\Helper\ResponseHandler->handleResponse(Object(Kobens\Core\Http\Response))
#1 src/Api/Rest/PrivateEndpoints/OrderPlacement/NewOrder/ForceMaker.php(62): Kobens\Gemini\Api\Rest\PrivateEndpoints\Request->getResponse('/v1/order/new', Array)
#2 src/Command/Command/TradeRepeater/Seller.php(151): Kobens\Gemini\Api\Rest\PrivateEndpoints\OrderPlacement\NewOrder\ForceMaker->place(Object(Kobens\Gemini\Exchange\Currency\Pair), 'sell', '1.5125', '0.66073', 'repeater_6083_s...')
#3 src/Command/Command/TradeRepeater/Seller.php(120): Kobens\Gemini\Command\Command\TradeRepeater\Seller->place(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput), Object(Kobens\Gemini\TradeRepeater\Model\Trade), 'repeater_6083_s...')
#4 src/Command/Command/TradeRepeater/Seller.php(94): Kobens\Gemini\Command\Command\TradeRepeater\Seller->mainLoop(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 vendor/symfony/console/Command/Command.php(255): Kobens\Gemini\Command\Command\TradeRepeater\Seller->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 vendor/symfony/console/Application.php(1009): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 vendor/symfony/console/Application.php(273): Symfony\Component\Console\Application->doRunCommand(Object(Kobens\Gemini\Command\Command\TradeRepeater\Seller), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 vendor/symfony/console/Application.php(149): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 bin/gemini(445): Symfony\Component\Console\Application->run()
#10 {main}
Previous Exception:
Exception: Exception
Code: 0
Message: {"body":"<html>\r\n<head><title>502 Bad Gateway<\/title><\/head>\r\n<body>\r\n<center><h1>502 Bad Gateway<\/h1><\/center>\r\n<\/body>\r\n<\/html>\r\n","response_code":502}
Strace:
#0 src/Api/Rest/PrivateEndpoints/Request.php(119): Kobens\Gemini\Api\Helper\ResponseHandler->handleResponse(Object(Kobens\Core\Http\Response))
#1 src/Api/Rest/PrivateEndpoints/OrderPlacement/NewOrder/ForceMaker.php(62): Kobens\Gemini\Api\Rest\PrivateEndpoints\Request->getResponse('/v1/order/new', Array)
#2 src/Command/Command/TradeRepeater/Seller.php(151): Kobens\Gemini\Api\Rest\PrivateEndpoints\OrderPlacement\NewOrder\ForceMaker->place(Object(Kobens\Gemini\Exchange\Currency\Pair), 'sell', '1.5125', '0.66073', 'repeater_6083_s...')
#3 src/Command/Command/TradeRepeater/Seller.php(120): Kobens\Gemini\Command\Command\TradeRepeater\Seller->place(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput), Object(Kobens\Gemini\TradeRepeater\Model\Trade), 'repeater_6083_s...')
#4 src/Command/Command/TradeRepeater/Seller.php(94): Kobens\Gemini\Command\Command\TradeRepeater\Seller->mainLoop(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 vendor/symfony/console/Command/Command.php(255): Kobens\Gemini\Command\Command\TradeRepeater\Seller->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 vendor/symfony/console/Application.php(1009): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 vendor/symfony/console/Application.php(273): Symfony\Component\Console\Application->doRunCommand(Object(Kobens\Gemini\Command\Command\TradeRepeater\Seller), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#8 vendor/symfony/console/Application.php(149): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#9 bin/gemini(445): Symfony\Component\Console\Application->run()
#10 {main}
``` | priority | traderepeater seller badgatewayexception shutdown enabled at exception kobens http exception status servererror badgatewayexception code message server error strace src api rest privateendpoints request php kobens gemini api helper responsehandler handleresponse object kobens core http response src api rest privateendpoints orderplacement neworder forcemaker php kobens gemini api rest privateendpoints request getresponse order new array src command command traderepeater seller php kobens gemini api rest privateendpoints orderplacement neworder forcemaker place object kobens gemini exchange currency pair sell repeater s src command command traderepeater seller php kobens gemini command command traderepeater seller place object symfony component console input argvinput object symfony component console output consoleoutput object kobens gemini traderepeater model trade repeater s src command command traderepeater seller php kobens gemini command command traderepeater seller mainloop object symfony component console input argvinput object symfony component console output consoleoutput vendor symfony console command command php kobens gemini command command traderepeater seller execute object symfony component console input argvinput object symfony component console output consoleoutput vendor symfony console application php symfony component console command command run object symfony component console input argvinput object symfony component console output consoleoutput vendor symfony console application php symfony component console application doruncommand object kobens gemini command command traderepeater seller object symfony component console input argvinput object symfony component console output consoleoutput vendor symfony console application php symfony component console application dorun object symfony component console input argvinput object symfony component console output consoleoutput bin gemini symfony component console application run main previous exception exception exception code message body r n bad gateway r n r n bad gateway r n r n r n response code strace src api rest privateendpoints request php kobens gemini api helper responsehandler handleresponse object kobens core http response src api rest privateendpoints orderplacement neworder forcemaker php kobens gemini api rest privateendpoints request getresponse order new array src command command traderepeater seller php kobens gemini api rest privateendpoints orderplacement neworder forcemaker place object kobens gemini exchange currency pair sell repeater s src command command traderepeater seller php kobens gemini command command traderepeater seller place object symfony component console input argvinput object symfony component console output consoleoutput object kobens gemini traderepeater model trade repeater s src command command traderepeater seller php kobens gemini command command traderepeater seller mainloop object symfony component console input argvinput object symfony component console output consoleoutput vendor symfony console command command php kobens gemini command command traderepeater seller execute object symfony component console input argvinput object symfony component console output consoleoutput vendor symfony console application php symfony component console command command run object symfony component console input argvinput object symfony component console output consoleoutput vendor symfony console application php symfony component console application doruncommand object kobens gemini command command traderepeater seller object symfony component console input argvinput object symfony component console output consoleoutput vendor symfony console application php symfony component console application dorun object symfony component console input argvinput object symfony component console output consoleoutput bin gemini symfony component console application run main | 1 |
679,053 | 23,220,012,252 | IssuesEvent | 2022-08-02 17:15:45 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | [DocDB] Show encryption in transit status on master and tserver web UI | kind/enhancement good first issue area/docdb priority/medium | Jira Link: [DB-2621](https://yugabyte.atlassian.net/browse/DB-2621)
### Description
When TLS/encryption in transit is enabled, the master/tserver should show this in the web UI.
We should indicate the status of
1. Node to node encryption
2. Client to node encryption (for tservers only), and
3. Whether insecure conns are allowed.
The current footer could be one place to include this information.
<img width="929" alt="image" src="https://user-images.githubusercontent.com/8207010/173289123-a676f894-fd9e-492a-ab18-1d24b7bcba07.png">
| 1.0 | [DocDB] Show encryption in transit status on master and tserver web UI - Jira Link: [DB-2621](https://yugabyte.atlassian.net/browse/DB-2621)
### Description
When TLS/encryption in transit is enabled, the master/tserver should show this in the web UI.
We should indicate the status of
1. Node to node encryption
2. Client to node encryption (for tservers only), and
3. Whether insecure conns are allowed.
The current footer could be one place to include this information.
<img width="929" alt="image" src="https://user-images.githubusercontent.com/8207010/173289123-a676f894-fd9e-492a-ab18-1d24b7bcba07.png">
| priority | show encryption in transit status on master and tserver web ui jira link description when tls encryption in transit is enabled the master tserver should show this in the web ui we should indicate the status of node to node encryption client to node encryption for tservers only and whether insecure conns are allowed the current footer could be one place to include this information img width alt image src | 1 |
148,556 | 5,693,322,090 | IssuesEvent | 2017-04-15 00:32:43 | tootsuite/mastodon | https://api.github.com/repos/tootsuite/mastodon | closed | Inline JS prevents people from setting up a safer CSP policy | enhancement priority - medium security | More of an enhancement request than a real issue: I'm pretty sure simply defining `STREAMING_API_BASE_URL` and `INITIAL_STATE` in a different way (not inlining it in a `<script>`) would allow people to setup a CSP policy without an `unsafe-inline` directive.
* * * *
- [x] I searched or browsed the repo’s other issues to ensure this is not a duplicate.
| 1.0 | Inline JS prevents people from setting up a safer CSP policy - More of an enhancement request than a real issue: I'm pretty sure simply defining `STREAMING_API_BASE_URL` and `INITIAL_STATE` in a different way (not inlining it in a `<script>`) would allow people to setup a CSP policy without an `unsafe-inline` directive.
* * * *
- [x] I searched or browsed the repo’s other issues to ensure this is not a duplicate.
| priority | inline js prevents people from setting up a safer csp policy more of an enhancement request than a real issue i m pretty sure simply defining streaming api base url and initial state in a different way not inlining it in a would allow people to setup a csp policy without an unsafe inline directive i searched or browsed the repo’s other issues to ensure this is not a duplicate | 1 |
498,126 | 14,401,407,732 | IssuesEvent | 2020-12-03 13:41:33 | ZELLMECHANIK-DRESDEN/ShapeOut2 | https://api.github.com/repos/ZELLMECHANIK-DRESDEN/ShapeOut2 | closed | ShapeOut2 won't start on Windows | priority: medium | I tried installing the last 5 releases (Windows installer) of ShapeOut2
The same problem: Error Window showing: "Failed to execute Script ShapeOut2"
Installing with pip3 (Python38) didn't help either. By manually calling "python3.exe Scripts/shapout2.exe" I get the following error:
```
C:\Users\ZMD\AppData\Local\Programs\Python\Python38>python.exe Scripts\shapeout2.exe
** On entry to DGEBAL parameter number 3 had an illegal value
** On entry to DGEHRD parameter number 2 had an illegal value
** On entry to DORGHR DORGQR parameter number 2 had an illegal value
** On entry to DHSEQR parameter number 4 had an illegal value
Traceback (most recent call last):
File "C:\Users\ZMD\AppData\Local\Programs\Python\Python38\lib\runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Users\ZMD\AppData\Local\Programs\Python\Python38\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
File "Scripts\shapeout2.exe\__main__.py", line 7, in <module>
File "C:\Users\ZMD\AppData\Local\Programs\Python\Python38\lib\site-packages\shapeout2\__main__.py", line 9, in main
import pyqtgraph # noqa: F401
File "C:\Users\ZMD\AppData\Local\Programs\Python\Python38\lib\site-packages\pyqtgraph\__init__.py", line 19, in <module>
import numpy ## pyqtgraph requires numpy
File "C:\Users\ZMD\AppData\Local\Programs\Python\Python38\lib\site-packages\numpy\__init__.py", line 305, in <module>
_win_os_check()
File "C:\Users\ZMD\AppData\Local\Programs\Python\Python38\lib\site-packages\numpy\__init__.py", line 302, in _win_os_check
raise RuntimeError(msg.format(__file__)) from None
RuntimeError: The current Numpy installation ('C:\\Users\\ZMD\\AppData\\Local\\Programs\\Python\\Python38\\lib\\site-packages\\numpy\\__init__.py') fails to pass a sanity check due to a bug in the windows runtime. See this issue for more information: https://tinyurl.com/y3dm3h86
```
There seems to be a problem with numpy and windows runtime in version 2004. Is there a workaround? Or should we maybe just wait a bit? - I already installed an update for windows to version 20H2 which didn't help.
P.S.
I installed an older version of numpy: `pip3 install numpy==1.19.3` and with that it works. But the bug is still there, I guess. The question is, if ShapeOut2 is affected by it or not.
P.P.S
The pip version of ShapeOut2 only works if I start it with
```
C:\Users\ZMD>cd C:\Users\ZMD\AppData\Local\Programs\Python\Python38
C:\Users\ZMD\AppData\Local\Programs\Python\Python38>python2 Scripts\shapeout2.exe
```
simple `shapeout2` results in:
```
---------------------------
Fatal Error in Launcher
---------------------------
Unable to create process using '"c:\users\zmd\appdata\local\programs\python\python38\pythonw3.exe" "C:\Users\ZMD\AppData\Local\Programs\Python\Python38\Scripts\shapeout2.exe" ': Das System kann die angegebene Datei nicht finden.
---------------------------
OK
---------------------------
``` | 1.0 | ShapeOut2 won't start on Windows - I tried installing the last 5 releases (Windows installer) of ShapeOut2
The same problem: Error Window showing: "Failed to execute Script ShapeOut2"
Installing with pip3 (Python38) didn't help either. By manually calling "python3.exe Scripts/shapout2.exe" I get the following error:
```
C:\Users\ZMD\AppData\Local\Programs\Python\Python38>python.exe Scripts\shapeout2.exe
** On entry to DGEBAL parameter number 3 had an illegal value
** On entry to DGEHRD parameter number 2 had an illegal value
** On entry to DORGHR DORGQR parameter number 2 had an illegal value
** On entry to DHSEQR parameter number 4 had an illegal value
Traceback (most recent call last):
File "C:\Users\ZMD\AppData\Local\Programs\Python\Python38\lib\runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Users\ZMD\AppData\Local\Programs\Python\Python38\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
File "Scripts\shapeout2.exe\__main__.py", line 7, in <module>
File "C:\Users\ZMD\AppData\Local\Programs\Python\Python38\lib\site-packages\shapeout2\__main__.py", line 9, in main
import pyqtgraph # noqa: F401
File "C:\Users\ZMD\AppData\Local\Programs\Python\Python38\lib\site-packages\pyqtgraph\__init__.py", line 19, in <module>
import numpy ## pyqtgraph requires numpy
File "C:\Users\ZMD\AppData\Local\Programs\Python\Python38\lib\site-packages\numpy\__init__.py", line 305, in <module>
_win_os_check()
File "C:\Users\ZMD\AppData\Local\Programs\Python\Python38\lib\site-packages\numpy\__init__.py", line 302, in _win_os_check
raise RuntimeError(msg.format(__file__)) from None
RuntimeError: The current Numpy installation ('C:\\Users\\ZMD\\AppData\\Local\\Programs\\Python\\Python38\\lib\\site-packages\\numpy\\__init__.py') fails to pass a sanity check due to a bug in the windows runtime. See this issue for more information: https://tinyurl.com/y3dm3h86
```
There seems to be a problem with numpy and windows runtime in version 2004. Is there a workaround? Or should we maybe just wait a bit? - I already installed an update for windows to version 20H2 which didn't help.
P.S.
I installed an older version of numpy: `pip3 install numpy==1.19.3` and with that it works. But the bug is still there, I guess. The question is, if ShapeOut2 is affected by it or not.
P.P.S
The pip version of ShapeOut2 only works if I start it with
```
C:\Users\ZMD>cd C:\Users\ZMD\AppData\Local\Programs\Python\Python38
C:\Users\ZMD\AppData\Local\Programs\Python\Python38>python2 Scripts\shapeout2.exe
```
simple `shapeout2` results in:
```
---------------------------
Fatal Error in Launcher
---------------------------
Unable to create process using '"c:\users\zmd\appdata\local\programs\python\python38\pythonw3.exe" "C:\Users\ZMD\AppData\Local\Programs\Python\Python38\Scripts\shapeout2.exe" ': Das System kann die angegebene Datei nicht finden.
---------------------------
OK
---------------------------
``` | priority | won t start on windows i tried installing the last releases windows installer of the same problem error window showing failed to execute script installing with didn t help either by manually calling exe scripts exe i get the following error c users zmd appdata local programs python python exe scripts exe on entry to dgebal parameter number had an illegal value on entry to dgehrd parameter number had an illegal value on entry to dorghr dorgqr parameter number had an illegal value on entry to dhseqr parameter number had an illegal value traceback most recent call last file c users zmd appdata local programs python lib runpy py line in run module as main return run code code main globals none file c users zmd appdata local programs python lib runpy py line in run code exec code run globals file scripts exe main py line in file c users zmd appdata local programs python lib site packages main py line in main import pyqtgraph noqa file c users zmd appdata local programs python lib site packages pyqtgraph init py line in import numpy pyqtgraph requires numpy file c users zmd appdata local programs python lib site packages numpy init py line in win os check file c users zmd appdata local programs python lib site packages numpy init py line in win os check raise runtimeerror msg format file from none runtimeerror the current numpy installation c users zmd appdata local programs python lib site packages numpy init py fails to pass a sanity check due to a bug in the windows runtime see this issue for more information there seems to be a problem with numpy and windows runtime in version is there a workaround or should we maybe just wait a bit i already installed an update for windows to version which didn t help p s i installed an older version of numpy install numpy and with that it works but the bug is still there i guess the question is if is affected by it or not p p s the pip version of only works if i start it with c users zmd cd c users zmd appdata local programs python c users zmd appdata local programs python scripts exe simple results in fatal error in launcher unable to create process using c users zmd appdata local programs python exe c users zmd appdata local programs python scripts exe das system kann die angegebene datei nicht finden ok | 1 |
120,515 | 4,790,559,603 | IssuesEvent | 2016-10-31 09:08:19 | dmwm/WMCore | https://api.github.com/repos/dmwm/WMCore | closed | PyCondorPlugin checking condor log too often | Medium Priority | While investigating my last fix to pycondorplugin, I noticed it fails to get job info from the schedd for one or 2 jobs out of 1k, and then it fallback to the condor log, e.g.:
```
2016-03-11 10:17:51,398:139714205484800:DEBUG:PyCondorPlugin:Opening condor job log file: /data/srv/wmagent/v1.0.14.pre8/install/wmagent/JobCreator/JobCache/amaltaro_SUS-RunIIWinter15pLHE-00232_00153_v2__160309_151840_9882/Production/JobCollection_2323_0/job_17580/condor.8561.11.log
2016-03-11 10:17:51,414:139714205484800:DEBUG:PyCondorPlugin:/data/srv/wmagent/v1.0.14.pre8/install/wmagent/JobCreator/JobCache/amaltaro_SUS-RunIIWinter15pLHE-00232_00153_v2__160309_151840_9882/Production/JobCollection_2323_0/job_17580/condor.8561.11.log is CORRUPT
2016-03-11 10:17:51,415:139714205484800:INFO:PyCondorPlugin:Retrieved 0 Info from Condor Job Log file /data/srv/wmagent/v1.0.14.pre8/install/wmagent/JobCreator/JobCache/amaltaro_SUS-RunIIWinter15pLHE-00232_00153_v2__160309_151840_9882/Production/JobCollection_2323_0/job_17580/condor.8561.11.log
2016-03-11 10:17:51,415:139714205484800:DEBUG:PyCondorPlugin:No job log Info for jobid=17580. Assume it is Complete. Check DB.
```
I have to check whether it comes from my patch, and if not we need to keep an eye on the impact in large scale.
From what I understood, when a job gets completed, the schedd fails to provide info for that job - as expected - and then the component tries reading the log file.
| 1.0 | PyCondorPlugin checking condor log too often - While investigating my last fix to pycondorplugin, I noticed it fails to get job info from the schedd for one or 2 jobs out of 1k, and then it fallback to the condor log, e.g.:
```
2016-03-11 10:17:51,398:139714205484800:DEBUG:PyCondorPlugin:Opening condor job log file: /data/srv/wmagent/v1.0.14.pre8/install/wmagent/JobCreator/JobCache/amaltaro_SUS-RunIIWinter15pLHE-00232_00153_v2__160309_151840_9882/Production/JobCollection_2323_0/job_17580/condor.8561.11.log
2016-03-11 10:17:51,414:139714205484800:DEBUG:PyCondorPlugin:/data/srv/wmagent/v1.0.14.pre8/install/wmagent/JobCreator/JobCache/amaltaro_SUS-RunIIWinter15pLHE-00232_00153_v2__160309_151840_9882/Production/JobCollection_2323_0/job_17580/condor.8561.11.log is CORRUPT
2016-03-11 10:17:51,415:139714205484800:INFO:PyCondorPlugin:Retrieved 0 Info from Condor Job Log file /data/srv/wmagent/v1.0.14.pre8/install/wmagent/JobCreator/JobCache/amaltaro_SUS-RunIIWinter15pLHE-00232_00153_v2__160309_151840_9882/Production/JobCollection_2323_0/job_17580/condor.8561.11.log
2016-03-11 10:17:51,415:139714205484800:DEBUG:PyCondorPlugin:No job log Info for jobid=17580. Assume it is Complete. Check DB.
```
I have to check whether it comes from my patch, and if not we need to keep an eye on the impact in large scale.
From what I understood, when a job gets completed, the schedd fails to provide info for that job - as expected - and then the component tries reading the log file.
| priority | pycondorplugin checking condor log too often while investigating my last fix to pycondorplugin i noticed it fails to get job info from the schedd for one or jobs out of and then it fallback to the condor log e g debug pycondorplugin opening condor job log file data srv wmagent install wmagent jobcreator jobcache amaltaro sus production jobcollection job condor log debug pycondorplugin data srv wmagent install wmagent jobcreator jobcache amaltaro sus production jobcollection job condor log is corrupt info pycondorplugin retrieved info from condor job log file data srv wmagent install wmagent jobcreator jobcache amaltaro sus production jobcollection job condor log debug pycondorplugin no job log info for jobid assume it is complete check db i have to check whether it comes from my patch and if not we need to keep an eye on the impact in large scale from what i understood when a job gets completed the schedd fails to provide info for that job as expected and then the component tries reading the log file | 1 |
25,446 | 2,683,801,971 | IssuesEvent | 2015-03-28 10:17:07 | ConEmu/old-issues | https://api.github.com/repos/ConEmu/old-issues | closed | ClearType | 1 star bug imported Priority-Medium | _From [ConEmu.M...@gmail.com](https://code.google.com/u/116287257743594353797/) on June 18, 2009 15:22:57_
Comment by alexandr.krjazhev, Jun 15 (2 days ago)
Кстати, о "непрорисовке". Я там на форуме хвалился, что у меня таких
проблем не
возникает. :) Дык они в Фаре сделали:
"drkns 13.06.2009 11:59:46 +0200 - build 988
1. Обход очередного бага Windows (ключевые слова: "ClearType", "векторный
шрифт",
"мусор")."
Теперь у меня - стабильная "непрорисовка" в ConEmu , при удалении
файлов. :( Зато, у
всех похоже - ОК. :)
_Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=14_ | 1.0 | ClearType - _From [ConEmu.M...@gmail.com](https://code.google.com/u/116287257743594353797/) on June 18, 2009 15:22:57_
Comment by alexandr.krjazhev, Jun 15 (2 days ago)
Кстати, о "непрорисовке". Я там на форуме хвалился, что у меня таких
проблем не
возникает. :) Дык они в Фаре сделали:
"drkns 13.06.2009 11:59:46 +0200 - build 988
1. Обход очередного бага Windows (ключевые слова: "ClearType", "векторный
шрифт",
"мусор")."
Теперь у меня - стабильная "непрорисовка" в ConEmu , при удалении
файлов. :( Зато, у
всех похоже - ОК. :)
_Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=14_ | priority | cleartype from on june comment by alexandr krjazhev jun days ago кстати о непрорисовке я там на форуме хвалился что у меня таких проблем не возникает дык они в фаре сделали drkns build обход очередного бага windows ключевые слова cleartype векторный шрифт мусор теперь у меня стабильная непрорисовка в conemu при удалении файлов зато у всех похоже ок original issue | 1 |
170,129 | 6,424,739,635 | IssuesEvent | 2017-08-09 14:08:10 | ngageoint/hootenanny | https://api.github.com/repos/ngageoint/hootenanny | closed | Allow for applying an ElementCriterion to streaming I/O invoked by ConvertCmd | Category: Core Priority: Medium Type: Feature | Currently, convert ops can only be applied if both source and destination are not streamed. Is it possible to apply a convert op to streaming I/O.
Specifically, I want filter POIs out of streaming input w/o having to read the entire input into memory. | 1.0 | Allow for applying an ElementCriterion to streaming I/O invoked by ConvertCmd - Currently, convert ops can only be applied if both source and destination are not streamed. Is it possible to apply a convert op to streaming I/O.
Specifically, I want filter POIs out of streaming input w/o having to read the entire input into memory. | priority | allow for applying an elementcriterion to streaming i o invoked by convertcmd currently convert ops can only be applied if both source and destination are not streamed is it possible to apply a convert op to streaming i o specifically i want filter pois out of streaming input w o having to read the entire input into memory | 1 |
55,989 | 3,075,610,556 | IssuesEvent | 2015-08-20 14:30:50 | RobotiumTech/robotium | https://api.github.com/repos/RobotiumTech/robotium | closed | clickOnButton(String) is not working | bug imported invalid Priority-Medium | _From [yqpen...@gmail.com](https://code.google.com/u/114477861294883913696/) on July 18, 2014 08:13:58_
What steps will reproduce the problem? 1. Create a activity with a button on it
2. try solo.clickOnButton(String) 3. What is the expected output? What do you see instead? the onclick() method should be executed What version of the product are you using? On what operating system? 5.2.1, Windows 8 Please provide any additional information below. I can't execute the line solo.clickOnButton(string)
_Original issue: http://code.google.com/p/robotium/issues/detail?id=623_ | 1.0 | clickOnButton(String) is not working - _From [yqpen...@gmail.com](https://code.google.com/u/114477861294883913696/) on July 18, 2014 08:13:58_
What steps will reproduce the problem? 1. Create a activity with a button on it
2. try solo.clickOnButton(String) 3. What is the expected output? What do you see instead? the onclick() method should be executed What version of the product are you using? On what operating system? 5.2.1, Windows 8 Please provide any additional information below. I can't execute the line solo.clickOnButton(string)
_Original issue: http://code.google.com/p/robotium/issues/detail?id=623_ | priority | clickonbutton string is not working from on july what steps will reproduce the problem create a activity with a button on it try solo clickonbutton string what is the expected output what do you see instead the onclick method should be executed what version of the product are you using on what operating system windows please provide any additional information below i can t execute the line solo clickonbutton string original issue | 1 |
54,569 | 3,069,626,873 | IssuesEvent | 2015-08-18 21:26:08 | airoldilab/sgd | https://api.github.com/repos/airoldilab/sgd | closed | Output of sgd | medium priority | It should collect as few large objects as possible, such as not `fitted.values` but of course keep `coefficients`. The storage of the parameter estimates is already quite large in our setting where we assume large number of observations and features. | 1.0 | Output of sgd - It should collect as few large objects as possible, such as not `fitted.values` but of course keep `coefficients`. The storage of the parameter estimates is already quite large in our setting where we assume large number of observations and features. | priority | output of sgd it should collect as few large objects as possible such as not fitted values but of course keep coefficients the storage of the parameter estimates is already quite large in our setting where we assume large number of observations and features | 1 |
399,415 | 11,748,056,476 | IssuesEvent | 2020-03-12 14:37:39 | oslc-op/oslc-specs | https://api.github.com/repos/oslc-op/oslc-specs | closed | What properties can be defined in the oslc.where of a query | Core: Query Priority: Medium Xtra: Jira | In section "7.2 oslc where" (
[https://tools.oasis-open.org/version-control/browse/wsvn/oslc-core/trunk/specs/oslc-query.html#oslc.where](https://tools.oasis-open.org/version-control/browse/wsvn/oslc-core/trunk/specs/oslc-query.html#oslc.where)), it is not clear what defines the set of properties that can be given in the oslc.where pattern.
Let‘s take the provided Example2 as a example, where cm:memberBug defines the membership property, and dcterms:identifier is used in the oslc.where query.
The example states "supposed bug reports have a dcterms:identifier" property....
But how do we know we are dealing with "bug reports"? I see 4 alternatives:
1\. The oslc:resourceType property of the Query Capability refers to Bug.
2\. The Query Capability "provides Resource Shapes that describe the property values that may be expected in the resources that are queryable via the query capability." (as stated under [https://open-services.net/bin/view/Main/OslcCoreSpecification#Query\_Capabilities](https://open-services.net/bin/view/Main/OslcCoreSpecification#Query\_Capabilities))
This shape would have to be different from oslc:resourceShape property, which is to describe the baseQuery itself.
(See [https://issues.oasis-open.org/browse/OSLCCORE-102](https://issues.oasis-open.org/browse/OSLCCORE-102) for discussion on query shapes)
3\. The membership property cm:memberBug has a Range defined, that refers to Bug.
4\. oslc.where can refer to any properties that don‘t even need to be part of the Bug resource.
---
_Migrated from https://issues.oasis-open.org/browse/OSLCCORE-126 (opened by @jadelkhoury; previously assigned to @jamsden)_
| 1.0 | What properties can be defined in the oslc.where of a query - In section "7.2 oslc where" (
[https://tools.oasis-open.org/version-control/browse/wsvn/oslc-core/trunk/specs/oslc-query.html#oslc.where](https://tools.oasis-open.org/version-control/browse/wsvn/oslc-core/trunk/specs/oslc-query.html#oslc.where)), it is not clear what defines the set of properties that can be given in the oslc.where pattern.
Let‘s take the provided Example2 as a example, where cm:memberBug defines the membership property, and dcterms:identifier is used in the oslc.where query.
The example states "supposed bug reports have a dcterms:identifier" property....
But how do we know we are dealing with "bug reports"? I see 4 alternatives:
1\. The oslc:resourceType property of the Query Capability refers to Bug.
2\. The Query Capability "provides Resource Shapes that describe the property values that may be expected in the resources that are queryable via the query capability." (as stated under [https://open-services.net/bin/view/Main/OslcCoreSpecification#Query\_Capabilities](https://open-services.net/bin/view/Main/OslcCoreSpecification#Query\_Capabilities))
This shape would have to be different from oslc:resourceShape property, which is to describe the baseQuery itself.
(See [https://issues.oasis-open.org/browse/OSLCCORE-102](https://issues.oasis-open.org/browse/OSLCCORE-102) for discussion on query shapes)
3\. The membership property cm:memberBug has a Range defined, that refers to Bug.
4\. oslc.where can refer to any properties that don‘t even need to be part of the Bug resource.
---
_Migrated from https://issues.oasis-open.org/browse/OSLCCORE-126 (opened by @jadelkhoury; previously assigned to @jamsden)_
| priority | what properties can be defined in the oslc where of a query in section oslc where it is not clear what defines the set of properties that can be given in the oslc where pattern let‘s take the provided as a example where cm memberbug defines the membership property and dcterms identifier is used in the oslc where query the example states supposed bug reports have a dcterms identifier property but how do we know we are dealing with bug reports i see alternatives the oslc resourcetype property of the query capability refers to bug the query capability provides resource shapes that describe the property values that may be expected in the resources that are queryable via the query capability as stated under this shape would have to be different from oslc resourceshape property which is to describe the basequery itself see for discussion on query shapes the membership property cm memberbug has a range defined that refers to bug oslc where can refer to any properties that don‘t even need to be part of the bug resource migrated from opened by jadelkhoury previously assigned to jamsden | 1 |
708,678 | 24,349,744,647 | IssuesEvent | 2022-10-02 19:52:54 | ChaosInitiative/Portal-2-Community-Edition | https://api.github.com/repos/ChaosInitiative/Portal-2-Community-Edition | closed | prop_laser_catcher doesn't become yellow after quicksave/quickload | Type: bug Component: entities Component: gameplay Compat: Portal 2 Priority 3: Medium Size 4: Small | ### Describe the bug
prop_laser_catcher doesn't become yellow when powered.
Happens after quicksave/quickload.

### Issue Map
sp_a2_triple_laser, sp_a2_ricochet, etc.
### To Reproduce
1. Load a P2 campaign map
2. Quicksave (F6)
3. Quickload (F7)
4. Trigger/power a prop_laser_catcher
### Operating System
Win10 64-bit | 1.0 | prop_laser_catcher doesn't become yellow after quicksave/quickload - ### Describe the bug
prop_laser_catcher doesn't become yellow when powered.
Happens after quicksave/quickload.

### Issue Map
sp_a2_triple_laser, sp_a2_ricochet, etc.
### To Reproduce
1. Load a P2 campaign map
2. Quicksave (F6)
3. Quickload (F7)
4. Trigger/power a prop_laser_catcher
### Operating System
Win10 64-bit | priority | prop laser catcher doesn t become yellow after quicksave quickload describe the bug prop laser catcher doesn t become yellow when powered happens after quicksave quickload issue map sp triple laser sp ricochet etc to reproduce load a campaign map quicksave quickload trigger power a prop laser catcher operating system bit | 1 |
381,061 | 11,272,835,983 | IssuesEvent | 2020-01-14 15:32:34 | Progressive335/Progressive335 | https://api.github.com/repos/Progressive335/Progressive335 | closed | [Website] Character fixer | bug medium priority website | Character fixer is not working as supposed, it's giving flight paths and such. | 1.0 | [Website] Character fixer - Character fixer is not working as supposed, it's giving flight paths and such. | priority | character fixer character fixer is not working as supposed it s giving flight paths and such | 1 |
307,466 | 9,417,600,857 | IssuesEvent | 2019-04-10 17:07:46 | morpheus65535/bazarr | https://api.github.com/repos/morpheus65535/bazarr | closed | Manual search and download do not work for 2 providers | awaiting feedback bug priority:medium | **Describe the bug**
Manual search and download do not work for subsunacs.net and subs.sab.bz providers.
Also the provider link is not working
**To Reproduce**
Steps to reproduce the behavior:
1. Go to any movie in Bazarr that exists in the above provider
2. Delete the existing files, if any
2. Click on 'Manually search for subtitles'
3. Find any entry of 'subsunacs' or 'subssabbz'
4. The provider link is http://192.168.1.81:6767/movie/null
5. Clicking download closes popup and nothing happens. The debug log shows nothing.
**Expected behavior**
Provider link should point to the provider's website. Download button should download the subtitle files.
**Screenshots**

**Software (please complete the following information):**
Bazarr version 0.7.2.1
Sonarr version 2.0.0.5322
Radarr version 0.2.0.1293
Operating system Linux-4.18.20-unRAID-x86_64-with
Python version 2.7.15
**Additional context**
Search and automatic download works fine. I haven't verified if these 2 are the only providers that have this issue. These are the ones I've noticed.
| 1.0 | Manual search and download do not work for 2 providers - **Describe the bug**
Manual search and download do not work for subsunacs.net and subs.sab.bz providers.
Also the provider link is not working
**To Reproduce**
Steps to reproduce the behavior:
1. Go to any movie in Bazarr that exists in the above provider
2. Delete the existing files, if any
2. Click on 'Manually search for subtitles'
3. Find any entry of 'subsunacs' or 'subssabbz'
4. The provider link is http://192.168.1.81:6767/movie/null
5. Clicking download closes popup and nothing happens. The debug log shows nothing.
**Expected behavior**
Provider link should point to the provider's website. Download button should download the subtitle files.
**Screenshots**

**Software (please complete the following information):**
Bazarr version 0.7.2.1
Sonarr version 2.0.0.5322
Radarr version 0.2.0.1293
Operating system Linux-4.18.20-unRAID-x86_64-with
Python version 2.7.15
**Additional context**
Search and automatic download works fine. I haven't verified if these 2 are the only providers that have this issue. These are the ones I've noticed.
| priority | manual search and download do not work for providers describe the bug manual search and download do not work for subsunacs net and subs sab bz providers also the provider link is not working to reproduce steps to reproduce the behavior go to any movie in bazarr that exists in the above provider delete the existing files if any click on manually search for subtitles find any entry of subsunacs or subssabbz the provider link is clicking download closes popup and nothing happens the debug log shows nothing expected behavior provider link should point to the provider s website download button should download the subtitle files screenshots software please complete the following information bazarr version sonarr version radarr version operating system linux unraid with python version additional context search and automatic download works fine i haven t verified if these are the only providers that have this issue these are the ones i ve noticed | 1 |
568,902 | 16,990,326,997 | IssuesEvent | 2021-06-30 19:30:33 | DSpace/dspace-angular | https://api.github.com/repos/DSpace/dspace-angular | closed | Thumbnail resolution should happen on the rest side | e/4 medium priority new feature performance / caching | **Is your feature request related to a problem? Please describe.**
Finding the correct thumbnail for an item or a bitstream is every slow at the moment, because it is done client side. The UI has to download the entire thumbnail bundle, ignoring pagination, to compare filenames with bitstreams in the ORIGINAL bundle and find a match.
We've never had much issues with this because we've never used DSpace 7 in a situation where we had a lot of items with a lot of bitstreams and thumbnails. If you do the performance becomes very poor in situations where you need to resolve multiple thumbnails quickly, e.g. the search result grid view.
**Describe the solution you'd like**
I created https://github.com/DSpace/DSpace/issues/3286 to get this issue addressed by adding optional `thumbnail` links to bitstreams and items.
Afterwards we'll need to update the UI to make use of these links and to get rid of the old matching code
This can be done in an estimated **4 hours** | 1.0 | Thumbnail resolution should happen on the rest side - **Is your feature request related to a problem? Please describe.**
Finding the correct thumbnail for an item or a bitstream is every slow at the moment, because it is done client side. The UI has to download the entire thumbnail bundle, ignoring pagination, to compare filenames with bitstreams in the ORIGINAL bundle and find a match.
We've never had much issues with this because we've never used DSpace 7 in a situation where we had a lot of items with a lot of bitstreams and thumbnails. If you do the performance becomes very poor in situations where you need to resolve multiple thumbnails quickly, e.g. the search result grid view.
**Describe the solution you'd like**
I created https://github.com/DSpace/DSpace/issues/3286 to get this issue addressed by adding optional `thumbnail` links to bitstreams and items.
Afterwards we'll need to update the UI to make use of these links and to get rid of the old matching code
This can be done in an estimated **4 hours** | priority | thumbnail resolution should happen on the rest side is your feature request related to a problem please describe finding the correct thumbnail for an item or a bitstream is every slow at the moment because it is done client side the ui has to download the entire thumbnail bundle ignoring pagination to compare filenames with bitstreams in the original bundle and find a match we ve never had much issues with this because we ve never used dspace in a situation where we had a lot of items with a lot of bitstreams and thumbnails if you do the performance becomes very poor in situations where you need to resolve multiple thumbnails quickly e g the search result grid view describe the solution you d like i created to get this issue addressed by adding optional thumbnail links to bitstreams and items afterwards we ll need to update the ui to make use of these links and to get rid of the old matching code this can be done in an estimated hours | 1 |
609,412 | 18,872,639,783 | IssuesEvent | 2021-11-13 13:12:13 | Jack-R-lantern/container | https://api.github.com/repos/Jack-R-lantern/container | closed | Linux 개발 환경 구축 | Priority: medium Environment | # **Linux 개발 환경 구축**
## **Linux 개발 환경의 필요성**
> container의 경우 Linux API가 제공하는 기능으로만 작성되야함.
> mac/windows의 커널은 Linux의 커널과 차이가 있음.
> 빌드와 테스트를 위한 동일한 환경 구축 필요.
## **Progress**
> - [ ] Dockerfile 작성
> - [ ] Script 작성 | 1.0 | Linux 개발 환경 구축 - # **Linux 개발 환경 구축**
## **Linux 개발 환경의 필요성**
> container의 경우 Linux API가 제공하는 기능으로만 작성되야함.
> mac/windows의 커널은 Linux의 커널과 차이가 있음.
> 빌드와 테스트를 위한 동일한 환경 구축 필요.
## **Progress**
> - [ ] Dockerfile 작성
> - [ ] Script 작성 | priority | linux 개발 환경 구축 linux 개발 환경 구축 linux 개발 환경의 필요성 container의 경우 linux api가 제공하는 기능으로만 작성되야함 mac windows의 커널은 linux의 커널과 차이가 있음 빌드와 테스트를 위한 동일한 환경 구축 필요 progress dockerfile 작성 script 작성 | 1 |
297,482 | 9,171,227,724 | IssuesEvent | 2019-03-04 00:19:06 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | Browse all server population issues | Medium Priority Needs Information | There have been complaints that few to no servers are showing up for "browse all" . When you first go into "Browse all" only about 10 servers show up. You can go into filters and uncheck 'version match' and 'language match' and that will populated approximately 20 servers . If you then do a empty search it will populate a great many more at that point but still not all servers. Sometimes a owners server will be in this larger list, other times it will not and the majority of these cases are with servers that have been up, online and showing in 'browse all' for several days at least.
Deleting appdata and allowing it to recreate did not change what is happening.
I have been able to repro this on a on a few different connections to the game
People are also not seeing their server on in the Browse all menu. Sometimes it will show up if searched for and others cases it does not.. Do not think this is a configuration issue on the server but that the browser is not populating the "browse all" correctly as many of the ones now not showing up are servers that have been showing up for days since the issue was resolved.
Seems like the server will show up most of the time in the recommended windows if the server was configured with a server category and its a close match to the server owner. That its not showing up does not mean its not there but just that the owner is not a good match for the server. I was able to see their server in the recommended list that they could not and they were able to spot servers belonging to others that were not being seen by their owner or me. So not showing up in the Recommended list is not a real check point unless the owners has been able to see his server on the recommended list up until now. | 1.0 | Browse all server population issues - There have been complaints that few to no servers are showing up for "browse all" . When you first go into "Browse all" only about 10 servers show up. You can go into filters and uncheck 'version match' and 'language match' and that will populated approximately 20 servers . If you then do a empty search it will populate a great many more at that point but still not all servers. Sometimes a owners server will be in this larger list, other times it will not and the majority of these cases are with servers that have been up, online and showing in 'browse all' for several days at least.
Deleting appdata and allowing it to recreate did not change what is happening.
I have been able to repro this on a on a few different connections to the game
People are also not seeing their server on in the Browse all menu. Sometimes it will show up if searched for and others cases it does not.. Do not think this is a configuration issue on the server but that the browser is not populating the "browse all" correctly as many of the ones now not showing up are servers that have been showing up for days since the issue was resolved.
Seems like the server will show up most of the time in the recommended windows if the server was configured with a server category and its a close match to the server owner. That its not showing up does not mean its not there but just that the owner is not a good match for the server. I was able to see their server in the recommended list that they could not and they were able to spot servers belonging to others that were not being seen by their owner or me. So not showing up in the Recommended list is not a real check point unless the owners has been able to see his server on the recommended list up until now. | priority | browse all server population issues there have been complaints that few to no servers are showing up for browse all when you first go into browse all only about servers show up you can go into filters and uncheck version match and language match and that will populated approximately servers if you then do a empty search it will populate a great many more at that point but still not all servers sometimes a owners server will be in this larger list other times it will not and the majority of these cases are with servers that have been up online and showing in browse all for several days at least deleting appdata and allowing it to recreate did not change what is happening i have been able to repro this on a on a few different connections to the game people are also not seeing their server on in the browse all menu sometimes it will show up if searched for and others cases it does not do not think this is a configuration issue on the server but that the browser is not populating the browse all correctly as many of the ones now not showing up are servers that have been showing up for days since the issue was resolved seems like the server will show up most of the time in the recommended windows if the server was configured with a server category and its a close match to the server owner that its not showing up does not mean its not there but just that the owner is not a good match for the server i was able to see their server in the recommended list that they could not and they were able to spot servers belonging to others that were not being seen by their owner or me so not showing up in the recommended list is not a real check point unless the owners has been able to see his server on the recommended list up until now | 1 |
453,485 | 13,080,408,799 | IssuesEvent | 2020-08-01 07:19:54 | arescentral/antares | https://api.github.com/repos/arescentral/antares | closed | Build for Raspberry Pi | Arch:arm Complexity:Medium OS:Linux Priority:Medium Type:Enhancement | Three complications:
* Getting gn for non-x86_64 architectures (resolved already by #335)
* Running on an available OpenGL version (workaround of LIBGL_ALWAYS_SOFTWARE=true for the moment)
* Compiling for ARMv6 specifically so that there are no illegal instructions on RPi 0/1 | 1.0 | Build for Raspberry Pi - Three complications:
* Getting gn for non-x86_64 architectures (resolved already by #335)
* Running on an available OpenGL version (workaround of LIBGL_ALWAYS_SOFTWARE=true for the moment)
* Compiling for ARMv6 specifically so that there are no illegal instructions on RPi 0/1 | priority | build for raspberry pi three complications getting gn for non architectures resolved already by running on an available opengl version workaround of libgl always software true for the moment compiling for specifically so that there are no illegal instructions on rpi | 1 |
191,669 | 6,840,441,666 | IssuesEvent | 2017-11-11 00:22:24 | rich-iannone/pointblank | https://api.github.com/repos/rich-iannone/pointblank | closed | Add option to use environment variables for DB connections | Difficulty — Intermediate Effort — Medium Enhancement High Priority | There needs to be a convenient method for passing in references to environment variables that hold DB credentials. A bonus function would be for testing environment variables (i.e., do the supplied environment variables result in a successful connection?). | 1.0 | Add option to use environment variables for DB connections - There needs to be a convenient method for passing in references to environment variables that hold DB credentials. A bonus function would be for testing environment variables (i.e., do the supplied environment variables result in a successful connection?). | priority | add option to use environment variables for db connections there needs to be a convenient method for passing in references to environment variables that hold db credentials a bonus function would be for testing environment variables i e do the supplied environment variables result in a successful connection | 1 |
619,498 | 19,527,887,264 | IssuesEvent | 2021-12-30 11:19:51 | amosproj/amos2021ws05-fin-prod-port-quick-check | https://api.github.com/repos/amosproj/amos2021ws05-fin-prod-port-quick-check | closed | Add account roles to system (löschen) | type: feature priority: medium backend | ## User story
1. As a company
2. I want different roles for my user
3. So that I can distinguish rights
## Acceptance criteria
- [ ] Role Admin has been implemented
- [ ] Role consultant has been implemented
## Definition of done
* Approved by product owner
* Code has been peer reviewed and approved
* No syntax or runtime errors emerged
* Code has to be included in the release candidate
| 1.0 | Add account roles to system (löschen) - ## User story
1. As a company
2. I want different roles for my user
3. So that I can distinguish rights
## Acceptance criteria
- [ ] Role Admin has been implemented
- [ ] Role consultant has been implemented
## Definition of done
* Approved by product owner
* Code has been peer reviewed and approved
* No syntax or runtime errors emerged
* Code has to be included in the release candidate
| priority | add account roles to system löschen user story as a company i want different roles for my user so that i can distinguish rights acceptance criteria role admin has been implemented role consultant has been implemented definition of done approved by product owner code has been peer reviewed and approved no syntax or runtime errors emerged code has to be included in the release candidate | 1 |
358,154 | 10,618,417,883 | IssuesEvent | 2019-10-13 04:18:17 | AY1920S1-CS2103T-T13-1/main | https://api.github.com/repos/AY1920S1-CS2103T-T13-1/main | opened | Change Person to abstract class | priority.Medium type.Refactor | A Person is never instantiated, and is only used as inheritance template for Doctor, Donor and Patient. | 1.0 | Change Person to abstract class - A Person is never instantiated, and is only used as inheritance template for Doctor, Donor and Patient. | priority | change person to abstract class a person is never instantiated and is only used as inheritance template for doctor donor and patient | 1 |
368,698 | 10,883,362,996 | IssuesEvent | 2019-11-18 04:34:28 | medic/cht-core | https://api.github.com/repos/medic/cht-core | closed | Use relative date of death in list of deceased persons | Priority: 2 - Medium Type: Bug | The list of deceased persons shows the relative date of death, except when it is the current day, in which case it shows the time as 00:00. We should use a relative date for _all_ dates of death, and not the time.
For instance in the example below it should be `Died today`, and then continue `Died x {units} ago` as it is already.

_Screenshot from cht.app on 3.7.0-beta.3_ | 1.0 | Use relative date of death in list of deceased persons - The list of deceased persons shows the relative date of death, except when it is the current day, in which case it shows the time as 00:00. We should use a relative date for _all_ dates of death, and not the time.
For instance in the example below it should be `Died today`, and then continue `Died x {units} ago` as it is already.

_Screenshot from cht.app on 3.7.0-beta.3_ | priority | use relative date of death in list of deceased persons the list of deceased persons shows the relative date of death except when it is the current day in which case it shows the time as we should use a relative date for all dates of death and not the time for instance in the example below it should be died today and then continue died x units ago as it is already screenshot from cht app on beta | 1 |
465,375 | 13,384,188,158 | IssuesEvent | 2020-09-02 11:36:04 | epam/Indigo | https://api.github.com/repos/epam/Indigo | closed | Can not install Indigo's API python utilities | Bug Indigo Utils Medium priority | Hello all,
It is me again haha;
So, I have one question and one issue concerning Indigo:
I will start with the question:
- Is there any dependency between a DBMS (Postgres as instance) and the Indigo API ?
Then the issue:
- After installing the prerequisite tools, launching the building script for indigo lib:
`python build_scripts/indigo-release-libs.py --preset=linux64` ;
I wanted to generate the utility tools as well, but in the near end of compilation (98%), I had the following error:
`[ 98%] Linking C executable ../dist/Linux/x64/lib/indigo-cano`
`/usr/bin/ld : ne peut trouver -lindigo`
`collect2: error: ld returned 1 exit status`
`indigo-cano/CMakeFiles/indigo-cano.dir/build.make:94 : la recette pour la cible « dist/Linux/x64/lib/indigo-cano » a échouée`
`make[2]: *** [dist/Linux/x64/lib/indigo-cano] Erreur 1`
`CMakeFiles/Makefile2:2065 : la recette pour la cible « indigo-cano/CMakeFiles/indigo-cano.dir/all » a échouée`
`make[1]: *** [indigo-cano/CMakeFiles/indigo-cano.dir/all] Erreur 2`
`Makefile:160 : la recette pour la cible « all » a échouée`
`make: *** [all] Erreur 2`
All works fine (generating the libraries for Indigo and the python Wrappers as well) until launching the utilities python command; the thing is it became so much difficult and complicated to keep track of all files, dependencies and to understand the exact operation between the different makefiles, so I have some trouble to debug this part, may you please give me the precise path to follow please? :+1:
Btw, system info:
Linux XXXXXXXX 4.15.0-112-generic 113~16.04.1-Ubuntu SMP Fri Jul 10 04:37:08 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
| 1.0 | Can not install Indigo's API python utilities - Hello all,
It is me again haha;
So, I have one question and one issue concerning Indigo:
I will start with the question:
- Is there any dependency between a DBMS (Postgres as instance) and the Indigo API ?
Then the issue:
- After installing the prerequisite tools, launching the building script for indigo lib:
`python build_scripts/indigo-release-libs.py --preset=linux64` ;
I wanted to generate the utility tools as well, but in the near end of compilation (98%), I had the following error:
`[ 98%] Linking C executable ../dist/Linux/x64/lib/indigo-cano`
`/usr/bin/ld : ne peut trouver -lindigo`
`collect2: error: ld returned 1 exit status`
`indigo-cano/CMakeFiles/indigo-cano.dir/build.make:94 : la recette pour la cible « dist/Linux/x64/lib/indigo-cano » a échouée`
`make[2]: *** [dist/Linux/x64/lib/indigo-cano] Erreur 1`
`CMakeFiles/Makefile2:2065 : la recette pour la cible « indigo-cano/CMakeFiles/indigo-cano.dir/all » a échouée`
`make[1]: *** [indigo-cano/CMakeFiles/indigo-cano.dir/all] Erreur 2`
`Makefile:160 : la recette pour la cible « all » a échouée`
`make: *** [all] Erreur 2`
All works fine (generating the libraries for Indigo and the python Wrappers as well) until launching the utilities python command; the thing is it became so much difficult and complicated to keep track of all files, dependencies and to understand the exact operation between the different makefiles, so I have some trouble to debug this part, may you please give me the precise path to follow please? :+1:
Btw, system info:
Linux XXXXXXXX 4.15.0-112-generic 113~16.04.1-Ubuntu SMP Fri Jul 10 04:37:08 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
| priority | can not install indigo s api python utilities hello all it is me again haha so i have one question and one issue concerning indigo i will start with the question is there any dependency between a dbms postgres as instance and the indigo api then the issue after installing the prerequisite tools launching the building script for indigo lib python build scripts indigo release libs py preset i wanted to generate the utility tools as well but in the near end of compilation i had the following error linking c executable dist linux lib indigo cano usr bin ld ne peut trouver lindigo error ld returned exit status indigo cano cmakefiles indigo cano dir build make la recette pour la cible « dist linux lib indigo cano » a échouée make erreur cmakefiles la recette pour la cible « indigo cano cmakefiles indigo cano dir all » a échouée make erreur makefile la recette pour la cible « all » a échouée make erreur all works fine generating the libraries for indigo and the python wrappers as well until launching the utilities python command the thing is it became so much difficult and complicated to keep track of all files dependencies and to understand the exact operation between the different makefiles so i have some trouble to debug this part may you please give me the precise path to follow please btw system info linux xxxxxxxx generic ubuntu smp fri jul utc gnu linux | 1 |
640,830 | 20,809,936,089 | IssuesEvent | 2022-03-18 00:37:08 | DVMProject/dvmfne | https://api.github.com/repos/DVMProject/dvmfne | closed | Error ~2 min after starting. Fact check me but this looks monitor (or lack there of) related | bug priority/medium | 
| 1.0 | Error ~2 min after starting. Fact check me but this looks monitor (or lack there of) related - 
| priority | error min after starting fact check me but this looks monitor or lack there of related | 1 |
333,015 | 10,114,125,338 | IssuesEvent | 2019-07-30 18:25:05 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | DTS compatible property processing assumes specific driver exists | area: Device Tree bug priority: medium | By experimentation I believe the semantics of the `compatible` property in Zephyr devicetree files is:
* The first entry must match a YAML binding
* Binding defines are generated for all entries
At least one driver (ssd16xx) is taking advantage of this to share a driver implementation among multiple displays, by providing a compatible like:
compatible = "solomon,ssd16xxfb", "gd,gde0213b1";
then keying off the generated `DT_GD_GDE0213B1_0` to determine the specific parameters for the driver instantiation.
This is inconsistent with the devicetree specification, which says:
> The property value consists of a concatenated list of null terminated strings, from most specific to most general. They allow a device to express its compatibility with a family of similar devices, potentially allowing a single device driver to match against several devices.
For consistency with the specification--and with most other multi-entry compatible properties currently in Zephyr, which do go from specific to generic--the devicetree entry should be:
compatible = "gd,gde0213b1", "solomon,ssd16xxfb";
However, that does not work: no bindings are generated for the node. There is no diagnostic: the node is simply dropped.
The code appears to use only the first compatible when determining the binding to use for generation. It must instead iterate through all compatibles in order, use the first one that's available, and should emit a diagnostic if it doesn't find any. | 1.0 | DTS compatible property processing assumes specific driver exists - By experimentation I believe the semantics of the `compatible` property in Zephyr devicetree files is:
* The first entry must match a YAML binding
* Binding defines are generated for all entries
At least one driver (ssd16xx) is taking advantage of this to share a driver implementation among multiple displays, by providing a compatible like:
compatible = "solomon,ssd16xxfb", "gd,gde0213b1";
then keying off the generated `DT_GD_GDE0213B1_0` to determine the specific parameters for the driver instantiation.
This is inconsistent with the devicetree specification, which says:
> The property value consists of a concatenated list of null terminated strings, from most specific to most general. They allow a device to express its compatibility with a family of similar devices, potentially allowing a single device driver to match against several devices.
For consistency with the specification--and with most other multi-entry compatible properties currently in Zephyr, which do go from specific to generic--the devicetree entry should be:
compatible = "gd,gde0213b1", "solomon,ssd16xxfb";
However, that does not work: no bindings are generated for the node. There is no diagnostic: the node is simply dropped.
The code appears to use only the first compatible when determining the binding to use for generation. It must instead iterate through all compatibles in order, use the first one that's available, and should emit a diagnostic if it doesn't find any. | priority | dts compatible property processing assumes specific driver exists by experimentation i believe the semantics of the compatible property in zephyr devicetree files is the first entry must match a yaml binding binding defines are generated for all entries at least one driver is taking advantage of this to share a driver implementation among multiple displays by providing a compatible like compatible solomon gd then keying off the generated dt gd to determine the specific parameters for the driver instantiation this is inconsistent with the devicetree specification which says the property value consists of a concatenated list of null terminated strings from most specific to most general they allow a device to express its compatibility with a family of similar devices potentially allowing a single device driver to match against several devices for consistency with the specification and with most other multi entry compatible properties currently in zephyr which do go from specific to generic the devicetree entry should be compatible gd solomon however that does not work no bindings are generated for the node there is no diagnostic the node is simply dropped the code appears to use only the first compatible when determining the binding to use for generation it must instead iterate through all compatibles in order use the first one that s available and should emit a diagnostic if it doesn t find any | 1 |
828,616 | 31,836,192,439 | IssuesEvent | 2023-09-14 13:39:56 | Marin-MK/RPG-Studio-MK | https://api.github.com/repos/Marin-MK/RPG-Studio-MK | opened | Bulk Find & Replace feature for the Database | medium-priority to-do | With the Database replacing text files and the great features and automatization of some processes, the editor should allow more advanced Find & Replace. Here are some examples of what needs to be supported:
- Finding all species with a particular move
- Finding all items with a specific price
- Finding all moves of a specific type
- Finding all species with a particular type
- Finding all references to a particular species/move/type/item/ability
Furthermore, all these results (at least when they are all of the same type) need to have some way to be replaced by other values, or deleted. | 1.0 | Bulk Find & Replace feature for the Database - With the Database replacing text files and the great features and automatization of some processes, the editor should allow more advanced Find & Replace. Here are some examples of what needs to be supported:
- Finding all species with a particular move
- Finding all items with a specific price
- Finding all moves of a specific type
- Finding all species with a particular type
- Finding all references to a particular species/move/type/item/ability
Furthermore, all these results (at least when they are all of the same type) need to have some way to be replaced by other values, or deleted. | priority | bulk find replace feature for the database with the database replacing text files and the great features and automatization of some processes the editor should allow more advanced find replace here are some examples of what needs to be supported finding all species with a particular move finding all items with a specific price finding all moves of a specific type finding all species with a particular type finding all references to a particular species move type item ability furthermore all these results at least when they are all of the same type need to have some way to be replaced by other values or deleted | 1 |
412,627 | 12,053,316,989 | IssuesEvent | 2020-04-15 09:11:16 | buddyboss/buddyboss-platform | https://api.github.com/repos/buddyboss/buddyboss-platform | opened | Social Networks profile fields - add VK.com to the list | feature: enhancement priority: medium | **Is your feature request related to a problem? Please describe.**
Could you add "VK.com" to the list of available networks in Social Networks profile field?
**Describe the solution you'd like**
Add VK.com as one of the options, make sure it is sorted alphabetically. When added we need to have a VK.com icon in the profile fields display on the profile.
**Icons:**
https://fontawesome.com/icons/vk?style=brands
https://vk.com/brand (English language switcher in the footer) | 1.0 | Social Networks profile fields - add VK.com to the list - **Is your feature request related to a problem? Please describe.**
Could you add "VK.com" to the list of available networks in Social Networks profile field?
**Describe the solution you'd like**
Add VK.com as one of the options, make sure it is sorted alphabetically. When added we need to have a VK.com icon in the profile fields display on the profile.
**Icons:**
https://fontawesome.com/icons/vk?style=brands
https://vk.com/brand (English language switcher in the footer) | priority | social networks profile fields add vk com to the list is your feature request related to a problem please describe could you add vk com to the list of available networks in social networks profile field describe the solution you d like add vk com as one of the options make sure it is sorted alphabetically when added we need to have a vk com icon in the profile fields display on the profile icons english language switcher in the footer | 1 |
588,741 | 17,670,031,675 | IssuesEvent | 2021-08-23 03:56:50 | Seneca-CDOT/Osteppy | https://api.github.com/repos/Seneca-CDOT/Osteppy | closed | Printed JSON should be user friendly formatted | priority: medium difficulty: medium type: enhancement | Slash commands such as /add_eod_reminder should print user friendly formatted messages.
Eg. You've added this EOD reminder at 9:30PM for Monday's, Tuesday's, and Thursday's: "It's 9:30PM sleepy head, time to do your EOD!"
| 1.0 | Printed JSON should be user friendly formatted - Slash commands such as /add_eod_reminder should print user friendly formatted messages.
Eg. You've added this EOD reminder at 9:30PM for Monday's, Tuesday's, and Thursday's: "It's 9:30PM sleepy head, time to do your EOD!"
| priority | printed json should be user friendly formatted slash commands such as add eod reminder should print user friendly formatted messages eg you ve added this eod reminder at for monday s tuesday s and thursday s it s sleepy head time to do your eod | 1 |
71,238 | 3,354,306,405 | IssuesEvent | 2015-11-18 11:25:23 | MozillaHive/HiveCHI-rwm | https://api.github.com/repos/MozillaHive/HiveCHI-rwm | opened | [Events] Add image upload for events | enhancement Medium Priority | We should create a mechanism for folks to be able to upload an image for an event they create. There are easy ways to do this using online cloud services, but I forget what they are called. I'll dig around to find out, but I think we want to enable this if possible.
Marking medium priority because I know folks are going to get turned off if it's missing. | 1.0 | [Events] Add image upload for events - We should create a mechanism for folks to be able to upload an image for an event they create. There are easy ways to do this using online cloud services, but I forget what they are called. I'll dig around to find out, but I think we want to enable this if possible.
Marking medium priority because I know folks are going to get turned off if it's missing. | priority | add image upload for events we should create a mechanism for folks to be able to upload an image for an event they create there are easy ways to do this using online cloud services but i forget what they are called i ll dig around to find out but i think we want to enable this if possible marking medium priority because i know folks are going to get turned off if it s missing | 1 |
161,996 | 6,145,335,238 | IssuesEvent | 2017-06-27 11:13:32 | ressec/thot | https://api.github.com/repos/ressec/thot | opened | Create a chat terminal entity | Domain: Actor Priority: Medium Type: New Feature | ## Description
This entity is used to provide to the client a console to enter commands (see #19). When commands are received from other client-side components, they are converted into messages and sent to the server-side components.
The terminal entity keeps references (ActorRef) to server-side components such as:
- supervisor (main server-side component)
- lobby (the lobby the underlying user is connected to)
- room (the room the underlying user is connected to)
| 1.0 | Create a chat terminal entity - ## Description
This entity is used to provide to the client a console to enter commands (see #19). When commands are received from other client-side components, they are converted into messages and sent to the server-side components.
The terminal entity keeps references (ActorRef) to server-side components such as:
- supervisor (main server-side component)
- lobby (the lobby the underlying user is connected to)
- room (the room the underlying user is connected to)
| priority | create a chat terminal entity description this entity is used to provide to the client a console to enter commands see when commands are received from other client side components they are converted into messages and sent to the server side components the terminal entity keeps references actorref to server side components such as supervisor main server side component lobby the lobby the underlying user is connected to room the room the underlying user is connected to | 1 |
413,067 | 12,059,944,944 | IssuesEvent | 2020-04-15 20:14:05 | Energy-Innovation/eps-us | https://api.github.com/repos/Energy-Innovation/eps-us | closed | Add maintenance costs for different vehicle and technology types and account for changes in maintenance cash flow to various actors. | medium priority | We currently omit differences in maintenance costs for different vehicle types, but this is important part of the consideration for/against moving to EVs for the auto industry and for consumers. We should add in changes in annual maintenance costs for different technologies to account for these differences. | 1.0 | Add maintenance costs for different vehicle and technology types and account for changes in maintenance cash flow to various actors. - We currently omit differences in maintenance costs for different vehicle types, but this is important part of the consideration for/against moving to EVs for the auto industry and for consumers. We should add in changes in annual maintenance costs for different technologies to account for these differences. | priority | add maintenance costs for different vehicle and technology types and account for changes in maintenance cash flow to various actors we currently omit differences in maintenance costs for different vehicle types but this is important part of the consideration for against moving to evs for the auto industry and for consumers we should add in changes in annual maintenance costs for different technologies to account for these differences | 1 |
324,956 | 9,914,738,011 | IssuesEvent | 2019-06-28 15:03:28 | wherebyus/general-tasks | https://api.github.com/repos/wherebyus/general-tasks | closed | Develop an architectural roadmap for promos (OKR) | Priority: Medium Product: Promos Type: DevOps Type: Task | ## Definition of done
1. We have a series of tasks related to improving promos architecture for scalability up through a Promos 2.0 or 3.0.
### Subtasks
A detailed list of changes that need to be made or subtasks. One checkbox per.
- [ ] Brew the coffee
## Developer estimate
To help the team accurately estimate the complexity of this task,
take a moment to walk through this list and estimate each item. At the end, you can total
the estimates and round to the nearest prime number.
If any of these are at a `5` or higher, or if the total is above a `5`, consider breaking
this issue into multiple smaller issues.
- [ ] Changes to the database ()
- [ ] Changes to the API ()
- [ ] Testing Changes to the API ()
- [ ] Changes to Application Code ()
- [ ] Adding or updating unit tests ()
- [ ] Local developer testing ()
### Total developer estimate: 0
## Additional estimate
- [ ] Code review ()
- [ ] QA Testing ()
- [ ] Stakeholder Sign-off ()
- [ ] Deploy to Production ()
### Total additional estimate: 0
## QA Notes
Detailed instructions for testing, one checkbox per test to be completed.
### Contextual tests
- [ ] Accessibility check
- [ ] Cross-browser check (Edge, Chrome, Firefox)
- [ ] Responsive check
| 1.0 | Develop an architectural roadmap for promos (OKR) - ## Definition of done
1. We have a series of tasks related to improving promos architecture for scalability up through a Promos 2.0 or 3.0.
### Subtasks
A detailed list of changes that need to be made or subtasks. One checkbox per.
- [ ] Brew the coffee
## Developer estimate
To help the team accurately estimate the complexity of this task,
take a moment to walk through this list and estimate each item. At the end, you can total
the estimates and round to the nearest prime number.
If any of these are at a `5` or higher, or if the total is above a `5`, consider breaking
this issue into multiple smaller issues.
- [ ] Changes to the database ()
- [ ] Changes to the API ()
- [ ] Testing Changes to the API ()
- [ ] Changes to Application Code ()
- [ ] Adding or updating unit tests ()
- [ ] Local developer testing ()
### Total developer estimate: 0
## Additional estimate
- [ ] Code review ()
- [ ] QA Testing ()
- [ ] Stakeholder Sign-off ()
- [ ] Deploy to Production ()
### Total additional estimate: 0
## QA Notes
Detailed instructions for testing, one checkbox per test to be completed.
### Contextual tests
- [ ] Accessibility check
- [ ] Cross-browser check (Edge, Chrome, Firefox)
- [ ] Responsive check
| priority | develop an architectural roadmap for promos okr definition of done we have a series of tasks related to improving promos architecture for scalability up through a promos or subtasks a detailed list of changes that need to be made or subtasks one checkbox per brew the coffee developer estimate to help the team accurately estimate the complexity of this task take a moment to walk through this list and estimate each item at the end you can total the estimates and round to the nearest prime number if any of these are at a or higher or if the total is above a consider breaking this issue into multiple smaller issues changes to the database changes to the api testing changes to the api changes to application code adding or updating unit tests local developer testing total developer estimate additional estimate code review qa testing stakeholder sign off deploy to production total additional estimate qa notes detailed instructions for testing one checkbox per test to be completed contextual tests accessibility check cross browser check edge chrome firefox responsive check | 1 |
284,071 | 8,735,545,050 | IssuesEvent | 2018-12-11 17:02:27 | INET-Complexity/housing-model | https://api.github.com/repos/INET-Complexity/housing-model | closed | Remove file AgeMarginalPDFStatic.csv | medium-priority short-time simplification | File not used, unclear what's there or where it comes from. | 1.0 | Remove file AgeMarginalPDFStatic.csv - File not used, unclear what's there or where it comes from. | priority | remove file agemarginalpdfstatic csv file not used unclear what s there or where it comes from | 1 |
224,039 | 7,465,974,263 | IssuesEvent | 2018-04-02 08:10:20 | Rsl1122/Plan-PlayerAnalytics | https://api.github.com/repos/Rsl1122/Plan-PlayerAnalytics | closed | Player or Server UUIDs in World Aliases config | Bug Complexity: MEDIUM Priority: MEDIUM status: More information needed | Original issue: #545
```
WorldAliases:
world: world
e60bbbd8-9be9-3199-8e7f-243b13a61dd2#0: e60bbbd8-9be9-3199-8e7f-243b13a61dd2#0
ce919bc6-4699-366f-82cf-b40af3aa645e#0: ce919bc6-4699-366f-82cf-b40af3aa645e#0
850aa1de-f447-3e79-9d01-7b9330752037#0: 850aa1de-f447-3e79-9d01-7b9330752037#0
0ae3c214-e052-3b44-860c-7a38fb88fc89#1: 0ae3c214-e052-3b44-860c-7a38fb88fc89#1
60d256cb-6671-35f5-a585-c9c9d2bf1ad7#0: 60d256cb-6671-35f5-a585-c9c9d2bf1ad7#0
7ea18ad6-3c40-329e-906d-8775581c77eb#0: 7ea18ad6-3c40-329e-906d-8775581c77eb#0
a9d84b3d-021d-30ff-b8cc-30513497bd46#0: a9d84b3d-021d-30ff-b8cc-30513497bd46#0
cc99697f-6d3f-3e57-ab09-1ca15cb7aa48#0: cc99697f-6d3f-3e57-ab09-1ca15cb7aa48#0
15c845af-72db-33a1-b442-d8544493b6a9#0: 15c845af-72db-33a1-b442-d8544493b6a9#0
a7a6a8f3-5d17-37ae-902e-8b3129a88a1b#0: a7a6a8f3-5d17-37ae-902e-8b3129a88a1b#0
d6ffd3a6-1e20-3bfe-90b9-7bb7d12331a8#0: d6ffd3a6-1e20-3bfe-90b9-7bb7d12331a8#0
8ac329e9-bc2a-345a-a6a1-3ee95a19da93#0: 8ac329e9-bc2a-345a-a6a1-3ee95a19da93#0
fe54e334-103f-39dd-ba2a-2843611f075a#0: fe54e334-103f-39dd-ba2a-2843611f075a#0
fdaa90b8-9459-3c61-984b-1f0922e4e65e#0: fdaa90b8-9459-3c61-984b-1f0922e4e65e#0
8f055ab4-6393-36ec-9e46-93e890e16622#0: 8f055ab4-6393-36ec-9e46-93e890e16622#0
bb829e27-0edf-3cbb-a02b-1b0e7537f4ca#0: bb829e27-0edf-3cbb-a02b-1b0e7537f4ca#0
2ea5b0b5-4d2f-36d7-a7e1-15b805223f34#0: 2ea5b0b5-4d2f-36d7-a7e1-15b805223f34#0
4d97babe-a875-3ae9-94c3-25e1ae9f688d#0: 4d97babe-a875-3ae9-94c3-25e1ae9f688d#0
d74695a1-1b14-3aea-9d02-329b431d17fc#0: d74695a1-1b14-3aea-9d02-329b431d17fc#0
742fe29c-4b9f-3c53-aeb0-778d6927e638#0: 742fe29c-4b9f-3c53-aeb0-778d6927e638#0
0142a9a2-adcc-38ca-b374-d30829ccd752#0: 0142a9a2-adcc-38ca-b374-d30829ccd752#0
....
``` | 1.0 | Player or Server UUIDs in World Aliases config - Original issue: #545
```
WorldAliases:
world: world
e60bbbd8-9be9-3199-8e7f-243b13a61dd2#0: e60bbbd8-9be9-3199-8e7f-243b13a61dd2#0
ce919bc6-4699-366f-82cf-b40af3aa645e#0: ce919bc6-4699-366f-82cf-b40af3aa645e#0
850aa1de-f447-3e79-9d01-7b9330752037#0: 850aa1de-f447-3e79-9d01-7b9330752037#0
0ae3c214-e052-3b44-860c-7a38fb88fc89#1: 0ae3c214-e052-3b44-860c-7a38fb88fc89#1
60d256cb-6671-35f5-a585-c9c9d2bf1ad7#0: 60d256cb-6671-35f5-a585-c9c9d2bf1ad7#0
7ea18ad6-3c40-329e-906d-8775581c77eb#0: 7ea18ad6-3c40-329e-906d-8775581c77eb#0
a9d84b3d-021d-30ff-b8cc-30513497bd46#0: a9d84b3d-021d-30ff-b8cc-30513497bd46#0
cc99697f-6d3f-3e57-ab09-1ca15cb7aa48#0: cc99697f-6d3f-3e57-ab09-1ca15cb7aa48#0
15c845af-72db-33a1-b442-d8544493b6a9#0: 15c845af-72db-33a1-b442-d8544493b6a9#0
a7a6a8f3-5d17-37ae-902e-8b3129a88a1b#0: a7a6a8f3-5d17-37ae-902e-8b3129a88a1b#0
d6ffd3a6-1e20-3bfe-90b9-7bb7d12331a8#0: d6ffd3a6-1e20-3bfe-90b9-7bb7d12331a8#0
8ac329e9-bc2a-345a-a6a1-3ee95a19da93#0: 8ac329e9-bc2a-345a-a6a1-3ee95a19da93#0
fe54e334-103f-39dd-ba2a-2843611f075a#0: fe54e334-103f-39dd-ba2a-2843611f075a#0
fdaa90b8-9459-3c61-984b-1f0922e4e65e#0: fdaa90b8-9459-3c61-984b-1f0922e4e65e#0
8f055ab4-6393-36ec-9e46-93e890e16622#0: 8f055ab4-6393-36ec-9e46-93e890e16622#0
bb829e27-0edf-3cbb-a02b-1b0e7537f4ca#0: bb829e27-0edf-3cbb-a02b-1b0e7537f4ca#0
2ea5b0b5-4d2f-36d7-a7e1-15b805223f34#0: 2ea5b0b5-4d2f-36d7-a7e1-15b805223f34#0
4d97babe-a875-3ae9-94c3-25e1ae9f688d#0: 4d97babe-a875-3ae9-94c3-25e1ae9f688d#0
d74695a1-1b14-3aea-9d02-329b431d17fc#0: d74695a1-1b14-3aea-9d02-329b431d17fc#0
742fe29c-4b9f-3c53-aeb0-778d6927e638#0: 742fe29c-4b9f-3c53-aeb0-778d6927e638#0
0142a9a2-adcc-38ca-b374-d30829ccd752#0: 0142a9a2-adcc-38ca-b374-d30829ccd752#0
....
``` | priority | player or server uuids in world aliases config original issue worldaliases world world adcc adcc | 1 |
523,670 | 15,187,484,686 | IssuesEvent | 2021-02-15 13:52:10 | sct/overseerr | https://api.github.com/repos/sct/overseerr | closed | HTML encoding of email subjects | priority:medium severity:low topic:backend type:bug | **Describe the bug**
Special characters in email notification subjects are being HTML-encoded, resulting in email subjects containing undesired character sequences like `&`.
**What version of Overseerr are you running?**
develop-04fa9f79e2ec90082b3fa15590dd170f7d68ad52
**To Reproduce**
Request a media item with a title containing a special character, such as an ampersand (&).
**Expected behavior**
Special characters do not have their HTML encodings / character references displayed to the user.
**Screenshots**
Example email subject:
 | 1.0 | HTML encoding of email subjects - **Describe the bug**
Special characters in email notification subjects are being HTML-encoded, resulting in email subjects containing undesired character sequences like `&`.
**What version of Overseerr are you running?**
develop-04fa9f79e2ec90082b3fa15590dd170f7d68ad52
**To Reproduce**
Request a media item with a title containing a special character, such as an ampersand (&).
**Expected behavior**
Special characters do not have their HTML encodings / character references displayed to the user.
**Screenshots**
Example email subject:
 | priority | html encoding of email subjects describe the bug special characters in email notification subjects are being html encoded resulting in email subjects containing undesired character sequences like amp what version of overseerr are you running develop to reproduce request a media item with a title containing a special character such as an ampersand expected behavior special characters do not have their html encodings character references displayed to the user screenshots example email subject | 1 |
255,997 | 8,126,771,612 | IssuesEvent | 2018-08-17 04:32:21 | aowen87/BAR | https://api.github.com/repos/aowen87/BAR | closed | new mesh quality exprs from mattew wheeler | Expected Use: 3 - Occasional Feature Impact: 3 - Medium Priority: Normal | Matthew gave cyrus the source and tests for a set of new mesh quality expressions.
Cyrus will integrate them.
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.
Ticket number: 1768
Status: Resolved
Project: VisIt
Tracker: Feature
Priority: Normal
Subject: new mesh quality exprs from mattew wheeler
Assigned to:
Category:
Target version: 2.7.2
Author: Cyrus Harrison
Start: 03/10/2014
Due date:
% Done: 0
Estimated time:
Created: 03/10/2014 04:01 pm
Updated: 03/10/2014 07:54 pm
Likelihood:
Severity:
Found in version:
Impact: 3 - Medium
Expected Use: 3 - Occasional
OS: All
Support Group: Any
Description:
Matthew gave cyrus the source and tests for a set of new mesh quality expressions.
Cyrus will integrate them.
Comments:
Hi Everyone,This commit adds two new 2D quad mesh quality metrics from MatthewWheeler: min_corner_area & min_sin_corner.Thanks to Matthew for providing these and including a set of test cases!-CyrusRC:Sending avt/Database/Database/avtDatabase.CSending avt/Expressions/CMakeLists.txtSending avt/Expressions/Management/avtFunctionExpr_CreateMeshQualityFilters.CAdding avt/Expressions/MeshQuality/avtMinCornerArea.CAdding avt/Expressions/MeshQuality/avtMinCornerArea.hAdding avt/Expressions/MeshQuality/avtMinSinCorner.CAdding avt/Expressions/MeshQuality/avtMinSinCorner.hSending gui/QvisExpressionsWindow.CCommit revision r22973Adding (bin) baseline/hybrid/mesh_quality/mesh_quality_06.pngAdding (bin) baseline/hybrid/mesh_quality/mesh_quality_07.pngSending tests/hybrid/mesh_quality.pyTransmitting file data ...Committed revision r22974.Trunk:Sending avt/Database/Database/avtDatabase.CSending avt/Expressions/CMakeLists.txtSending avt/Expressions/Management/avtFunctionExpr_CreateMeshQualityFilters.CAdding avt/Expressions/MeshQuality/avtMinCornerArea.CAdding avt/Expressions/MeshQuality/avtMinCornerArea.hAdding avt/Expressions/MeshQuality/avtMinSinCorner.CAdding avt/Expressions/MeshQuality/avtMinSinCorner.hSending gui/QvisExpressionsWindow.CTransmitting file data ....Committed revision r22976.Adding (bin) baseline/hybrid/mesh_quality/mesh_quality_06.pngAdding (bin) baseline/hybrid/mesh_quality/mesh_quality_07.pngSending tests/hybrid/mesh_quality.pyTransmitting file data .Committed revision r22977.
| 1.0 | new mesh quality exprs from mattew wheeler - Matthew gave cyrus the source and tests for a set of new mesh quality expressions.
Cyrus will integrate them.
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.
Ticket number: 1768
Status: Resolved
Project: VisIt
Tracker: Feature
Priority: Normal
Subject: new mesh quality exprs from mattew wheeler
Assigned to:
Category:
Target version: 2.7.2
Author: Cyrus Harrison
Start: 03/10/2014
Due date:
% Done: 0
Estimated time:
Created: 03/10/2014 04:01 pm
Updated: 03/10/2014 07:54 pm
Likelihood:
Severity:
Found in version:
Impact: 3 - Medium
Expected Use: 3 - Occasional
OS: All
Support Group: Any
Description:
Matthew gave cyrus the source and tests for a set of new mesh quality expressions.
Cyrus will integrate them.
Comments:
Hi Everyone,This commit adds two new 2D quad mesh quality metrics from MatthewWheeler: min_corner_area & min_sin_corner.Thanks to Matthew for providing these and including a set of test cases!-CyrusRC:Sending avt/Database/Database/avtDatabase.CSending avt/Expressions/CMakeLists.txtSending avt/Expressions/Management/avtFunctionExpr_CreateMeshQualityFilters.CAdding avt/Expressions/MeshQuality/avtMinCornerArea.CAdding avt/Expressions/MeshQuality/avtMinCornerArea.hAdding avt/Expressions/MeshQuality/avtMinSinCorner.CAdding avt/Expressions/MeshQuality/avtMinSinCorner.hSending gui/QvisExpressionsWindow.CCommit revision r22973Adding (bin) baseline/hybrid/mesh_quality/mesh_quality_06.pngAdding (bin) baseline/hybrid/mesh_quality/mesh_quality_07.pngSending tests/hybrid/mesh_quality.pyTransmitting file data ...Committed revision r22974.Trunk:Sending avt/Database/Database/avtDatabase.CSending avt/Expressions/CMakeLists.txtSending avt/Expressions/Management/avtFunctionExpr_CreateMeshQualityFilters.CAdding avt/Expressions/MeshQuality/avtMinCornerArea.CAdding avt/Expressions/MeshQuality/avtMinCornerArea.hAdding avt/Expressions/MeshQuality/avtMinSinCorner.CAdding avt/Expressions/MeshQuality/avtMinSinCorner.hSending gui/QvisExpressionsWindow.CTransmitting file data ....Committed revision r22976.Adding (bin) baseline/hybrid/mesh_quality/mesh_quality_06.pngAdding (bin) baseline/hybrid/mesh_quality/mesh_quality_07.pngSending tests/hybrid/mesh_quality.pyTransmitting file data .Committed revision r22977.
| priority | new mesh quality exprs from mattew wheeler matthew gave cyrus the source and tests for a set of new mesh quality expressions cyrus will integrate them redmine migration this ticket was migrated from redmine as such not all information was able to be captured in the transition below is a complete record of the original redmine ticket ticket number status resolved project visit tracker feature priority normal subject new mesh quality exprs from mattew wheeler assigned to category target version author cyrus harrison start due date done estimated time created pm updated pm likelihood severity found in version impact medium expected use occasional os all support group any description matthew gave cyrus the source and tests for a set of new mesh quality expressions cyrus will integrate them comments hi everyone this commit adds two new quad mesh quality metrics from matthewwheeler min corner area min sin corner thanks to matthew for providing these and including a set of test cases cyrusrc sending avt database database avtdatabase csending avt expressions cmakelists txtsending avt expressions management avtfunctionexpr createmeshqualityfilters cadding avt expressions meshquality avtmincornerarea cadding avt expressions meshquality avtmincornerarea hadding avt expressions meshquality avtminsincorner cadding avt expressions meshquality avtminsincorner hsending gui qvisexpressionswindow ccommit revision bin baseline hybrid mesh quality mesh quality pngadding bin baseline hybrid mesh quality mesh quality pngsending tests hybrid mesh quality pytransmitting file data committed revision trunk sending avt database database avtdatabase csending avt expressions cmakelists txtsending avt expressions management avtfunctionexpr createmeshqualityfilters cadding avt expressions meshquality avtmincornerarea cadding avt expressions meshquality avtmincornerarea hadding avt expressions meshquality avtminsincorner cadding avt expressions meshquality avtminsincorner hsending gui qvisexpressionswindow ctransmitting file data committed revision adding bin baseline hybrid mesh quality mesh quality pngadding bin baseline hybrid mesh quality mesh quality pngsending tests hybrid mesh quality pytransmitting file data committed revision | 1 |
614,539 | 19,185,063,167 | IssuesEvent | 2021-12-05 03:14:01 | avneesh0612/Orbits-UI | https://api.github.com/repos/avneesh0612/Orbits-UI | closed | [New Component] Stack component | enhancement good first issue 🏁 status: ready for dev 🟨 priority: medium ⭐ goal: addition new component | A Stack component, basically a flexbox, and will contain two directions, row and column, along with aria labels. | 1.0 | [New Component] Stack component - A Stack component, basically a flexbox, and will contain two directions, row and column, along with aria labels. | priority | stack component a stack component basically a flexbox and will contain two directions row and column along with aria labels | 1 |
807,861 | 30,021,396,363 | IssuesEvent | 2023-06-27 00:00:00 | space-wizards/space-station-14 | https://api.github.com/repos/space-wizards/space-station-14 | opened | Asteroid mining needs to be more interesting | Priority: 2-Before Release Issue: Feature Request Difficulty: 2-Medium | 1. Go to asteroid blob.
2. Spam PKA over and over.
3. Grab minerals.
The PKA sound every 1.5s is especially annoying. | 1.0 | Asteroid mining needs to be more interesting - 1. Go to asteroid blob.
2. Spam PKA over and over.
3. Grab minerals.
The PKA sound every 1.5s is especially annoying. | priority | asteroid mining needs to be more interesting go to asteroid blob spam pka over and over grab minerals the pka sound every is especially annoying | 1 |
414,017 | 12,097,397,910 | IssuesEvent | 2020-04-20 08:33:23 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | 0.9-1511 working water pump interface broken | Priority: Medium Status: Fixed | "personnamehere"

(need green status, if something red - all ok)


| 1.0 | 0.9-1511 working water pump interface broken - "personnamehere"

(need green status, if something red - all ok)


| priority | working water pump interface broken personnamehere need green status if something red all ok | 1 |
109,008 | 4,366,322,689 | IssuesEvent | 2016-08-03 14:02:42 | a8cteam51/smittenkitchen | https://api.github.com/repos/a8cteam51/smittenkitchen | closed | Adjust typography for legibility | enhancement medium-priority | Line height: I'm hearing from a substantial number of readers that they're finding the line spacing on the site to be too big, leading to a tremendous amount of scrolling to read through comments and recipes. I cannot access the stylesheet so I'm not sure what it is now, but whatever it is, I'd like to tighten the line spacing by one or two notches. (If I knew the number, say, 1.6, I'd say 1.2, for example).
Paragraph font color: The second concern is that many people are finding the gray a little too light to easily read. Again, I'm not sure what the actual font color is but I think it could stand to be nudged one notch darker so that it's easier for everyone to read.
Text overlay on image cards: Finally, a less-significant but fairly consistent patter of commenters have told me that they're finding the white font on the image cards hard to read. Could make these one font size larger?
Thank you.
| 1.0 | Adjust typography for legibility - Line height: I'm hearing from a substantial number of readers that they're finding the line spacing on the site to be too big, leading to a tremendous amount of scrolling to read through comments and recipes. I cannot access the stylesheet so I'm not sure what it is now, but whatever it is, I'd like to tighten the line spacing by one or two notches. (If I knew the number, say, 1.6, I'd say 1.2, for example).
Paragraph font color: The second concern is that many people are finding the gray a little too light to easily read. Again, I'm not sure what the actual font color is but I think it could stand to be nudged one notch darker so that it's easier for everyone to read.
Text overlay on image cards: Finally, a less-significant but fairly consistent patter of commenters have told me that they're finding the white font on the image cards hard to read. Could make these one font size larger?
Thank you.
| priority | adjust typography for legibility line height i m hearing from a substantial number of readers that they re finding the line spacing on the site to be too big leading to a tremendous amount of scrolling to read through comments and recipes i cannot access the stylesheet so i m not sure what it is now but whatever it is i d like to tighten the line spacing by one or two notches if i knew the number say i d say for example paragraph font color the second concern is that many people are finding the gray a little too light to easily read again i m not sure what the actual font color is but i think it could stand to be nudged one notch darker so that it s easier for everyone to read text overlay on image cards finally a less significant but fairly consistent patter of commenters have told me that they re finding the white font on the image cards hard to read could make these one font size larger thank you | 1 |
601,579 | 18,418,873,261 | IssuesEvent | 2021-10-13 14:12:53 | Sage-Bionetworks/rocc-app | https://api.github.com/repos/Sage-Bionetworks/rocc-app | closed | Org > Challenges > Add pagination | Priority: Medium | Similar to #305
Take inspiration from the main page of a GitHub Org. Additional filtering options could be added in the future. The number of filtering options will be kept small on this page. Extended searches should be done on the Search page. | 1.0 | Org > Challenges > Add pagination - Similar to #305
Take inspiration from the main page of a GitHub Org. Additional filtering options could be added in the future. The number of filtering options will be kept small on this page. Extended searches should be done on the Search page. | priority | org challenges add pagination similar to take inspiration from the main page of a github org additional filtering options could be added in the future the number of filtering options will be kept small on this page extended searches should be done on the search page | 1 |
723,757 | 24,907,279,666 | IssuesEvent | 2022-10-29 12:18:40 | projectdiscovery/httpx | https://api.github.com/repos/projectdiscovery/httpx | closed | resume flag overwrites output file | Priority: Medium Status: Completed Type: Bug | ### httpx version:
v1.2.4
### Current Behavior:
when passing -resume and -o OUTPUT_FILE flags, httpx clears and overwrites the OUTPUT_FILE contents
### Expected Behavior:
when passing -resume and -o OUTPUT_FILE flags, httpx should NOT clear and overwrite the OUTPUT_FILE contents. instead, httpx should APPEND to the OUTPUT_FILE contents (but not write the application header display again, simply pick up where it left off).
### Steps To Reproduce:
# setup dummy hosts file
echo "example.com" > five_hosts.txt
echo "www.google.com" >> five_hosts.txt
echo "www.facebook.com" >> five_hosts.txt
echo "example2.com" >> five_hosts.txt
echo "www.twitter.com" >> five_hosts.txt
# setup resume.cfg file to pretend like httpx has already run once
echo "resume_from=www.facebook.com" > resume.cfg
echo "index=3" >> resume.cfg # not sure if index is 0-based or 1-based...
# setup a fake previous* run output file
echo "this text will no longer appear" > out.txt
# run 2nd attempt of httpx
cat five_hosts.txt | httpx -o out.txt -resume
cat out.txt | grep "this text will no longer appear"
# text not found using grep, showing that the -resume flag overwrites previous output data instead of appending to it. "resume" should intuitively append, not overwrite
# I just ran these steps and validated the steps to reproduce work as described above.
screenshot below

| 1.0 | resume flag overwrites output file - ### httpx version:
v1.2.4
### Current Behavior:
when passing -resume and -o OUTPUT_FILE flags, httpx clears and overwrites the OUTPUT_FILE contents
### Expected Behavior:
when passing -resume and -o OUTPUT_FILE flags, httpx should NOT clear and overwrite the OUTPUT_FILE contents. instead, httpx should APPEND to the OUTPUT_FILE contents (but not write the application header display again, simply pick up where it left off).
### Steps To Reproduce:
# setup dummy hosts file
echo "example.com" > five_hosts.txt
echo "www.google.com" >> five_hosts.txt
echo "www.facebook.com" >> five_hosts.txt
echo "example2.com" >> five_hosts.txt
echo "www.twitter.com" >> five_hosts.txt
# setup resume.cfg file to pretend like httpx has already run once
echo "resume_from=www.facebook.com" > resume.cfg
echo "index=3" >> resume.cfg # not sure if index is 0-based or 1-based...
# setup a fake previous* run output file
echo "this text will no longer appear" > out.txt
# run 2nd attempt of httpx
cat five_hosts.txt | httpx -o out.txt -resume
cat out.txt | grep "this text will no longer appear"
# text not found using grep, showing that the -resume flag overwrites previous output data instead of appending to it. "resume" should intuitively append, not overwrite
# I just ran these steps and validated the steps to reproduce work as described above.
screenshot below

| priority | resume flag overwrites output file httpx version current behavior when passing resume and o output file flags httpx clears and overwrites the output file contents expected behavior when passing resume and o output file flags httpx should not clear and overwrite the output file contents instead httpx should append to the output file contents but not write the application header display again simply pick up where it left off steps to reproduce setup dummy hosts file echo example com five hosts txt echo five hosts txt echo five hosts txt echo com five hosts txt echo five hosts txt setup resume cfg file to pretend like httpx has already run once echo resume from resume cfg echo index resume cfg not sure if index is based or based setup a fake previous run output file echo this text will no longer appear out txt run attempt of httpx cat five hosts txt httpx o out txt resume cat out txt grep this text will no longer appear text not found using grep showing that the resume flag overwrites previous output data instead of appending to it resume should intuitively append not overwrite i just ran these steps and validated the steps to reproduce work as described above screenshot below | 1 |
658,755 | 21,901,731,193 | IssuesEvent | 2022-05-20 14:01:05 | Flutter-Vision/FlutterVision | https://api.github.com/repos/Flutter-Vision/FlutterVision | opened | Import not getting Horizontal Constraint when it is fill | Bug Front-end Medium Priority | Some components are coming from Figma without the Horizontal Constraint, especially when they are Fill (Left and Right on Figma). Example:
<img width="1280" alt="Screen Shot 2022-05-20 at 10 56 54" src="https://user-images.githubusercontent.com/71526720/169544159-c8851a65-406a-4c71-86b6-dcc03ba8dc55.png">
| 1.0 | Import not getting Horizontal Constraint when it is fill - Some components are coming from Figma without the Horizontal Constraint, especially when they are Fill (Left and Right on Figma). Example:
<img width="1280" alt="Screen Shot 2022-05-20 at 10 56 54" src="https://user-images.githubusercontent.com/71526720/169544159-c8851a65-406a-4c71-86b6-dcc03ba8dc55.png">
| priority | import not getting horizontal constraint when it is fill some components are coming from figma without the horizontal constraint especially when they are fill left and right on figma example img width alt screen shot at src | 1 |
545,801 | 15,963,658,884 | IssuesEvent | 2021-04-16 04:29:33 | reconness/reconness-frontend | https://api.github.com/repos/reconness/reconness-frontend | closed | Issues in Run Agent popup | bug priority: medium severity: minor | In root Domain details page, there are some issues with the Run Agent popup:
- Terminal and Log controls will be non editable
- Agent name is not displayed properly
- While the agent is running, if user closes the popup and tries to open it again or start running another agent after a while, keep disabled all Run buttons
| 1.0 | Issues in Run Agent popup - In root Domain details page, there are some issues with the Run Agent popup:
- Terminal and Log controls will be non editable
- Agent name is not displayed properly
- While the agent is running, if user closes the popup and tries to open it again or start running another agent after a while, keep disabled all Run buttons
| priority | issues in run agent popup in root domain details page there are some issues with the run agent popup terminal and log controls will be non editable agent name is not displayed properly while the agent is running if user closes the popup and tries to open it again or start running another agent after a while keep disabled all run buttons | 1 |
280,741 | 8,686,072,565 | IssuesEvent | 2018-12-03 09:48:10 | richelbilderbeek/djog_unos_2018 | https://api.github.com/repos/richelbilderbeek/djog_unos_2018 | closed | Remove redundant if and unnecessary else statement for agent_type | medium priority | **Is your feature request related to a problem? Please describe.**
OCLint correctly detected a redundant if and an unnecessary else statement:
```c++
bool operator==(agent_type lhs, agent_type rhs) noexcept
{
if (to_str(lhs) == to_str(rhs)) return true; //!OCLINT redundant if statement
else return false; //!OCLINT unnecessary else statement
}
```
**Describe the solution you'd like**
Simplify the function in such a way the OCLint tags can be removed.
The function will become a very simple one-liner.
**Describe alternatives you've considered**
None.
**Additional context**
None.
| 1.0 | Remove redundant if and unnecessary else statement for agent_type - **Is your feature request related to a problem? Please describe.**
OCLint correctly detected a redundant if and an unnecessary else statement:
```c++
bool operator==(agent_type lhs, agent_type rhs) noexcept
{
if (to_str(lhs) == to_str(rhs)) return true; //!OCLINT redundant if statement
else return false; //!OCLINT unnecessary else statement
}
```
**Describe the solution you'd like**
Simplify the function in such a way the OCLint tags can be removed.
The function will become a very simple one-liner.
**Describe alternatives you've considered**
None.
**Additional context**
None.
| priority | remove redundant if and unnecessary else statement for agent type is your feature request related to a problem please describe oclint correctly detected a redundant if and an unnecessary else statement c bool operator agent type lhs agent type rhs noexcept if to str lhs to str rhs return true oclint redundant if statement else return false oclint unnecessary else statement describe the solution you d like simplify the function in such a way the oclint tags can be removed the function will become a very simple one liner describe alternatives you ve considered none additional context none | 1 |
167,187 | 6,333,814,963 | IssuesEvent | 2017-07-26 15:25:49 | kedgeproject/kedge | https://api.github.com/repos/kedgeproject/kedge | closed | Update client-go to "3.0" | kind/blocker kind/refactor kind/task priority/medium | Right now the client-go we use is k8s1.5. We need to update it to get new features.
Read this compatability matrix for client-go which explains what version of client-go supports what version of k8s https://github.com/kubernetes/client-go#compatibility-matrix
This will unblock me on the e2e tests setup I am doing in https://github.com/surajssd/kapp/pull/77 | 1.0 | Update client-go to "3.0" - Right now the client-go we use is k8s1.5. We need to update it to get new features.
Read this compatability matrix for client-go which explains what version of client-go supports what version of k8s https://github.com/kubernetes/client-go#compatibility-matrix
This will unblock me on the e2e tests setup I am doing in https://github.com/surajssd/kapp/pull/77 | priority | update client go to right now the client go we use is we need to update it to get new features read this compatability matrix for client go which explains what version of client go supports what version of this will unblock me on the tests setup i am doing in | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.