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
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
294,885 | 9,049,936,318 | IssuesEvent | 2019-02-12 06:59:02 | richelbilderbeek/pirouette | https://api.github.com/repos/richelbilderbeek/pirouette | closed | Experiment selection bug: data length [4] is not a sub-multiple or multiple of the number of columns [3] | medium priority | ```
data length [4] is not a sub-multiple or multiple of the number of columns [3]
```
Due to a list being added twice
```
experiment_1 <- create_experiment(
model_type = "generative",
run_if = "always",
# ...
)
experiment_2 <- create_experiment(
model_type = "candidate",
run_if = "always",
# ...
)
experiments <- list(experiment_1, experiment_2)
pir_params <- create_pir_params(
alignment_params = create_test_alignment_params(),
experiments = experiments
)
``` | 1.0 | Experiment selection bug: data length [4] is not a sub-multiple or multiple of the number of columns [3] - ```
data length [4] is not a sub-multiple or multiple of the number of columns [3]
```
Due to a list being added twice
```
experiment_1 <- create_experiment(
model_type = "generative",
run_if = "always",
# ...
)
experiment_2 <- create_experiment(
model_type = "candidate",
run_if = "always",
# ...
)
experiments <- list(experiment_1, experiment_2)
pir_params <- create_pir_params(
alignment_params = create_test_alignment_params(),
experiments = experiments
)
``` | priority | experiment selection bug data length is not a sub multiple or multiple of the number of columns data length is not a sub multiple or multiple of the number of columns due to a list being added twice experiment create experiment model type generative run if always experiment create experiment model type candidate run if always experiments list experiment experiment pir params create pir params alignment params create test alignment params experiments experiments | 1 |
327,323 | 9,974,144,670 | IssuesEvent | 2019-07-09 09:54:37 | ahmedkaludi/accelerated-mobile-pages | https://api.github.com/repos/ahmedkaludi/accelerated-mobile-pages | closed | Compatibility with 'Site kit by Google' | 3rd party Compatibility Need More Data [Priority: MEDIUM] | https://secure.helpscout.net/conversation/892537661/72351?folderId=2632028
The content is not rendering into AMP from the Gutenberg editor | 1.0 | Compatibility with 'Site kit by Google' - https://secure.helpscout.net/conversation/892537661/72351?folderId=2632028
The content is not rendering into AMP from the Gutenberg editor | priority | compatibility with site kit by google the content is not rendering into amp from the gutenberg editor | 1 |
760,215 | 26,633,612,542 | IssuesEvent | 2023-01-24 19:54:10 | verocloud/obsidian-mindmap-nextgen | https://api.github.com/repos/verocloud/obsidian-mindmap-nextgen | closed | Changing "highlight inline markmap" does not get applied right away | enhancement priority:medium | Once the setting is change in plugin settings, the CSS of the inline markmap is not changed. Current workaround is to close and re-open the document or re-edit the block so that once is re-rendered, it gets the new CSS.
Might be a limitation of Obsidian? | 1.0 | Changing "highlight inline markmap" does not get applied right away - Once the setting is change in plugin settings, the CSS of the inline markmap is not changed. Current workaround is to close and re-open the document or re-edit the block so that once is re-rendered, it gets the new CSS.
Might be a limitation of Obsidian? | priority | changing highlight inline markmap does not get applied right away once the setting is change in plugin settings the css of the inline markmap is not changed current workaround is to close and re open the document or re edit the block so that once is re rendered it gets the new css might be a limitation of obsidian | 1 |
770,935 | 27,061,721,504 | IssuesEvent | 2023-02-13 20:19:57 | NCAR/wrfcloud | https://api.github.com/repos/NCAR/wrfcloud | closed | Update README | priority: high priority: medium type: task component: release and repository |
## Describe the Task ##
The README should contain a little more project information and links or contact info.
### Time Estimate ###
1 hour
### Sub-Issues ###
Consider breaking the task down into sub-issues.
- [ ] *Add a checkbox for each sub-issue here.*
### Relevant Deadlines ###
*List relevant project deadlines here or state NONE.*
## Define the Metadata ##
### Assignee ###
- [ ] Select **engineer(s)** or **no engineer** required
- [ ] Select **scientist(s)** or **no scientist** required
### Labels ###
- [ ] Select **component(s)**
- [ ] Select **priority**
### Projects and Milestone ###
- [ ] Select **Project**
- [ ] Select **Milestone** as the next official version or **Backlog of Development Ideas**
## Task Checklist ##
- [ ] Complete the issue definition above, including the **Time Estimate**.
- [ ] Fork this repository or create a branch of **develop**.
Branch name: `feature_<Issue Number>/<Description>`
- [ ] Complete the development and test your changes.
- [ ] Add/update log messages for easier debugging.
- [ ] Add/update tests.
- [ ] Add/update documentation.
- [ ] Push local changes to GitHub.
- [ ] Submit a pull request to merge into **develop**.
Pull request: `feature <Issue Number> <Description>`
- [ ] Define the pull request metadata, as permissions allow.
Select: **Reviewer(s)**, **Project**, and **Development** issue
Select: **Milestone** as the next official version
- [ ] Iterate until the reviewer(s) accept and merge your changes.
- [ ] Delete your fork or branch.
- [ ] Close this issue.
| 2.0 | Update README -
## Describe the Task ##
The README should contain a little more project information and links or contact info.
### Time Estimate ###
1 hour
### Sub-Issues ###
Consider breaking the task down into sub-issues.
- [ ] *Add a checkbox for each sub-issue here.*
### Relevant Deadlines ###
*List relevant project deadlines here or state NONE.*
## Define the Metadata ##
### Assignee ###
- [ ] Select **engineer(s)** or **no engineer** required
- [ ] Select **scientist(s)** or **no scientist** required
### Labels ###
- [ ] Select **component(s)**
- [ ] Select **priority**
### Projects and Milestone ###
- [ ] Select **Project**
- [ ] Select **Milestone** as the next official version or **Backlog of Development Ideas**
## Task Checklist ##
- [ ] Complete the issue definition above, including the **Time Estimate**.
- [ ] Fork this repository or create a branch of **develop**.
Branch name: `feature_<Issue Number>/<Description>`
- [ ] Complete the development and test your changes.
- [ ] Add/update log messages for easier debugging.
- [ ] Add/update tests.
- [ ] Add/update documentation.
- [ ] Push local changes to GitHub.
- [ ] Submit a pull request to merge into **develop**.
Pull request: `feature <Issue Number> <Description>`
- [ ] Define the pull request metadata, as permissions allow.
Select: **Reviewer(s)**, **Project**, and **Development** issue
Select: **Milestone** as the next official version
- [ ] Iterate until the reviewer(s) accept and merge your changes.
- [ ] Delete your fork or branch.
- [ ] Close this issue.
| priority | update readme describe the task the readme should contain a little more project information and links or contact info time estimate hour sub issues consider breaking the task down into sub issues add a checkbox for each sub issue here relevant deadlines list relevant project deadlines here or state none define the metadata assignee select engineer s or no engineer required select scientist s or no scientist required labels select component s select priority projects and milestone select project select milestone as the next official version or backlog of development ideas task checklist complete the issue definition above including the time estimate fork this repository or create a branch of develop branch name feature complete the development and test your changes add update log messages for easier debugging add update tests add update documentation push local changes to github submit a pull request to merge into develop pull request feature define the pull request metadata as permissions allow select reviewer s project and development issue select milestone as the next official version iterate until the reviewer s accept and merge your changes delete your fork or branch close this issue | 1 |
778,204 | 27,306,865,201 | IssuesEvent | 2023-02-24 09:00:56 | darktable-org/darktable | https://api.github.com/repos/darktable-org/darktable | closed | east Asian font size is wrong in vector scope | scope: translation / strings priority: medium understood: clear reproduce: confirmed scope: UI bug: pending | **Describe the bug**
Chinese font size is very big in vector scope. It only affects harmony style names and rotation angle.
**To Reproduce**
1. Change language to "zh_TW"
2. Go to 'darkroom'
3. Switch to 'vectorscope'
4. Choose 'RYB'
5. See error
**Expected behavior**
The font size should be consistent in different languages.
**Screenshots**
![螢幕擷取畫面 2023-02-22 105521](https://user-images.githubusercontent.com/109933528/220510433-81c9f12d-2306-4a2a-8b2b-5b4d20491c84.jpg)
![螢幕擷取畫面 2023-02-22 105517](https://user-images.githubusercontent.com/109933528/220510459-077d3353-990e-424b-a19d-9b85a4c65329.jpg)
**Platform**
* darktable version : 4.3.0+717~g7efb081ddb
* OS : Win10 professional 22H2 (19045.2604) | 1.0 | east Asian font size is wrong in vector scope - **Describe the bug**
Chinese font size is very big in vector scope. It only affects harmony style names and rotation angle.
**To Reproduce**
1. Change language to "zh_TW"
2. Go to 'darkroom'
3. Switch to 'vectorscope'
4. Choose 'RYB'
5. See error
**Expected behavior**
The font size should be consistent in different languages.
**Screenshots**
![螢幕擷取畫面 2023-02-22 105521](https://user-images.githubusercontent.com/109933528/220510433-81c9f12d-2306-4a2a-8b2b-5b4d20491c84.jpg)
![螢幕擷取畫面 2023-02-22 105517](https://user-images.githubusercontent.com/109933528/220510459-077d3353-990e-424b-a19d-9b85a4c65329.jpg)
**Platform**
* darktable version : 4.3.0+717~g7efb081ddb
* OS : Win10 professional 22H2 (19045.2604) | priority | east asian font size is wrong in vector scope describe the bug chinese font size is very big in vector scope it only affects harmony style names and rotation angle to reproduce change language to zh tw go to darkroom switch to vectorscope choose ryb see error expected behavior the font size should be consistent in different languages screenshots platform darktable version os professional | 1 |
703,990 | 24,180,409,942 | IssuesEvent | 2022-09-23 08:21:21 | space-wizards/space-station-14 | https://api.github.com/repos/space-wizards/space-station-14 | opened | APC construction doesn't require a cell and will not pass through cell charge | Priority: 2-Before Release Issue: Feature Request Difficulty: 2-Medium | ## Description
<!-- Explain your issue in detail. Issues without proper explanation are liable to be closed by maintainers. -->
So APC construction has been improved but still doesn't require a power cell like it does in SS13. This is effectively the battery component of the APC and allows APCs to be upgraded in game just by swapping the cell, or to bump start a rooms power by swapping cells.
Although the construction system lets you create containers to store a cell, I'm not sure there's a way to pass through the charge percentage of the cell in proportion to the APC entity battery level, or do away with one of these things entirely so the cell charge is the battery comp for the APC.
This issue replaces #6962 | 1.0 | APC construction doesn't require a cell and will not pass through cell charge - ## Description
<!-- Explain your issue in detail. Issues without proper explanation are liable to be closed by maintainers. -->
So APC construction has been improved but still doesn't require a power cell like it does in SS13. This is effectively the battery component of the APC and allows APCs to be upgraded in game just by swapping the cell, or to bump start a rooms power by swapping cells.
Although the construction system lets you create containers to store a cell, I'm not sure there's a way to pass through the charge percentage of the cell in proportion to the APC entity battery level, or do away with one of these things entirely so the cell charge is the battery comp for the APC.
This issue replaces #6962 | priority | apc construction doesn t require a cell and will not pass through cell charge description so apc construction has been improved but still doesn t require a power cell like it does in this is effectively the battery component of the apc and allows apcs to be upgraded in game just by swapping the cell or to bump start a rooms power by swapping cells although the construction system lets you create containers to store a cell i m not sure there s a way to pass through the charge percentage of the cell in proportion to the apc entity battery level or do away with one of these things entirely so the cell charge is the battery comp for the apc this issue replaces | 1 |
270,252 | 8,453,646,251 | IssuesEvent | 2018-10-20 17:37:21 | CS2113-AY1819S1-T09-1/main | https://api.github.com/repos/CS2113-AY1819S1-T09-1/main | closed | add : add a print manually | priority.medium type.enhancement type.story | As a student , i want to be able to add a print to a particular queue manually so that i can ensure that my print job will be processed. | 1.0 | add : add a print manually - As a student , i want to be able to add a print to a particular queue manually so that i can ensure that my print job will be processed. | priority | add add a print manually as a student i want to be able to add a print to a particular queue manually so that i can ensure that my print job will be processed | 1 |
49,588 | 3,003,706,314 | IssuesEvent | 2015-07-25 05:49:21 | jayway/powermock | https://api.github.com/repos/jayway/powermock | closed | Add support for Java 8 | bug imported Priority-Medium | _From [[email protected]](https://code.google.com/u/113896979631297957884/) on January 06, 2014 23:51:28_
Some features may not work. At least PowerMock agent module didn't work.
Here's my fix for that module: https://github.com/iirekm/powermock/commit/339ae4a17ec7e7adde3c78ea5f37843647bbbc3d
_Original issue: http://code.google.com/p/powermock/issues/detail?id=475_ | 1.0 | Add support for Java 8 - _From [[email protected]](https://code.google.com/u/113896979631297957884/) on January 06, 2014 23:51:28_
Some features may not work. At least PowerMock agent module didn't work.
Here's my fix for that module: https://github.com/iirekm/powermock/commit/339ae4a17ec7e7adde3c78ea5f37843647bbbc3d
_Original issue: http://code.google.com/p/powermock/issues/detail?id=475_ | priority | add support for java from on january some features may not work at least powermock agent module didn t work here s my fix for that module original issue | 1 |
803,030 | 29,115,577,360 | IssuesEvent | 2023-05-17 00:26:29 | returntocorp/semgrep | https://api.github.com/repos/returntocorp/semgrep | closed | Support `dot dotdotdot dot` ellipsis in swift | priority:medium parsing-pattern lang:swift | **Describe the bug**
Currently the engine does not support `$VALUE. ... .FOO(...)` or `$VALUE. ...` which makes it fairly hard to write certain rules in swift.
**To Reproduce**
Visit https://semgrep.dev/s/JK8W click run
**Expected behavior**
https://semgrep.dev/s/JK8W should pass
`$VALUE. ... .$FOO(...)`
and
`$VALUE. ...`
**What is the priority of the bug to you?**
- [x] P1: important to fix or quite annoying
**Use case**
Help writing swift rules
| 1.0 | Support `dot dotdotdot dot` ellipsis in swift - **Describe the bug**
Currently the engine does not support `$VALUE. ... .FOO(...)` or `$VALUE. ...` which makes it fairly hard to write certain rules in swift.
**To Reproduce**
Visit https://semgrep.dev/s/JK8W click run
**Expected behavior**
https://semgrep.dev/s/JK8W should pass
`$VALUE. ... .$FOO(...)`
and
`$VALUE. ...`
**What is the priority of the bug to you?**
- [x] P1: important to fix or quite annoying
**Use case**
Help writing swift rules
| priority | support dot dotdotdot dot ellipsis in swift describe the bug currently the engine does not support value foo or value which makes it fairly hard to write certain rules in swift to reproduce visit click run expected behavior should pass value foo and value what is the priority of the bug to you important to fix or quite annoying use case help writing swift rules | 1 |
631,370 | 20,151,185,281 | IssuesEvent | 2022-02-09 12:33:45 | ita-social-projects/horondi_admin | https://api.github.com/repos/ita-social-projects/horondi_admin | closed | (SP:1)[Admin page: Категорії] The button 'Зберегти' isn't clickable and error message doesn't appear after creating new category without image | bug priority: medium Admin | Environment: Windows Server 2019 Standart 64-bit, Google Chrome v.88.0.4324.190
Reproducible: always
Build found: the last commit from https://github.com/ita-social-projects/horondi_admin
Pre-conditions:
Go to https://horondi-admin-staging.azurewebsites.net
Log into Administrator page as Administrator: login '[email protected]', password 'qualityControl123'
Click on 'Category' menu item.
Steps to reproduce:
1.Click 'Додати категоріїю' button
2.Enter valid data into the field 'Код категорії'
3.Enter valid data in the field 'Назва категорії'
4.Enter valid data in the field 'Name of category'
Actual result: The button 'Зберегти' isn't clickable
Expected result: The button 'Зберегти' is clickable and warning message is displayed: 'Додайте зображення до категорії' after clicking on 'Зберегти' button
[User story] (https://jira.softserve.academy/browse/LVHRB-15)
[TC] (https://jira.softserve.academy/browse/LVHRB-68) | 1.0 | (SP:1)[Admin page: Категорії] The button 'Зберегти' isn't clickable and error message doesn't appear after creating new category without image - Environment: Windows Server 2019 Standart 64-bit, Google Chrome v.88.0.4324.190
Reproducible: always
Build found: the last commit from https://github.com/ita-social-projects/horondi_admin
Pre-conditions:
Go to https://horondi-admin-staging.azurewebsites.net
Log into Administrator page as Administrator: login '[email protected]', password 'qualityControl123'
Click on 'Category' menu item.
Steps to reproduce:
1.Click 'Додати категоріїю' button
2.Enter valid data into the field 'Код категорії'
3.Enter valid data in the field 'Назва категорії'
4.Enter valid data in the field 'Name of category'
Actual result: The button 'Зберегти' isn't clickable
Expected result: The button 'Зберегти' is clickable and warning message is displayed: 'Додайте зображення до категорії' after clicking on 'Зберегти' button
[User story] (https://jira.softserve.academy/browse/LVHRB-15)
[TC] (https://jira.softserve.academy/browse/LVHRB-68) | priority | sp the button зберегти isn t clickable and error message doesn t appear after creating new category without image environment windows server standart bit google chrome v reproducible always build found the last commit from pre conditions go to log into administrator page as administrator login qualityadmin gmail com password click on category menu item steps to reproduce click додати категоріїю button enter valid data into the field код категорії enter valid data in the field назва категорії enter valid data in the field name of category actual result the button зберегти isn t clickable expected result the button зберегти is clickable and warning message is displayed додайте зображення до категорії after clicking on зберегти button | 1 |
606,759 | 18,768,083,653 | IssuesEvent | 2021-11-06 09:43:38 | AY2122S1-CS2103T-W12-3/tp | https://api.github.com/repos/AY2122S1-CS2103T-W12-3/tp | closed | [PE-D] Emails case sensitive | priority.Medium fixed | A really minor nitpick again. Emails are not supposed to be case sensitive. It would make more sense to parse the email into an all lowercase string.
![image.png](https://raw.githubusercontent.com/bryanwee023/ped/main/files/d648efc1-168c-4e3e-94d8-297686c9b57b.png)
<!--session: 1635495680379-15d85747-342d-48bd-9fc8-b2cb4d5af0d3-->
<!--Version: Desktop v3.4.1-->
-------------
Labels: `severity.Low` `type.FeatureFlaw`
original: bryanwee023/ped#12 | 1.0 | [PE-D] Emails case sensitive - A really minor nitpick again. Emails are not supposed to be case sensitive. It would make more sense to parse the email into an all lowercase string.
![image.png](https://raw.githubusercontent.com/bryanwee023/ped/main/files/d648efc1-168c-4e3e-94d8-297686c9b57b.png)
<!--session: 1635495680379-15d85747-342d-48bd-9fc8-b2cb4d5af0d3-->
<!--Version: Desktop v3.4.1-->
-------------
Labels: `severity.Low` `type.FeatureFlaw`
original: bryanwee023/ped#12 | priority | emails case sensitive a really minor nitpick again emails are not supposed to be case sensitive it would make more sense to parse the email into an all lowercase string labels severity low type featureflaw original ped | 1 |
670,830 | 22,706,614,959 | IssuesEvent | 2022-07-05 15:08:37 | status-im/status-desktop | https://api.github.com/repos/status-im/status-desktop | closed | The backup community key field doesn't work properly | bug Communities priority 2: medium E:Bugfixes E:Communities S:3 | # Bug Report
## Steps to reproduce
CASE 1:
1. Create a community and open it
2. Click 'Back up' on the left part of the page and click on the field of the community key
3. Try to change the key
CASE 2:
1. Create a community and open it
2. Click 'Manage community' - 'Back up'
3. Click on the field of the community key and Try to change the key
4. Click 'Copy'
#### Expected behavior
1. It's NOT possible to edit the community key value in the key community field (community page and edit community page)
2. The button 'Copy' for Back up dialog on the Edit community page works correctly (after clicking on it, the key is copied)
#### Actual behavior
1. It's possible to edit the community key value in the key community field (community page and edit community page)
2. The button 'Copy' for Back up dialog on the Edit community page doesn't work
### Additional Information
<img width="1410" alt="image" src="https://user-images.githubusercontent.com/14942081/173990907-7ecf22ab-8611-4303-9a91-896c11f8b0d7.png">
<img width="1373" alt="image" src="https://user-images.githubusercontent.com/14942081/173990984-26eb8c8b-f03d-439a-b2f1-499694d1ec20.png">
- Status desktop version: latest master https://ci.status.im/job/status-desktop/job/branches/job/macos/job/master/2197/
- Operating System: macOS Monterey 12.3 Beta (21E5227a)
| 1.0 | The backup community key field doesn't work properly - # Bug Report
## Steps to reproduce
CASE 1:
1. Create a community and open it
2. Click 'Back up' on the left part of the page and click on the field of the community key
3. Try to change the key
CASE 2:
1. Create a community and open it
2. Click 'Manage community' - 'Back up'
3. Click on the field of the community key and Try to change the key
4. Click 'Copy'
#### Expected behavior
1. It's NOT possible to edit the community key value in the key community field (community page and edit community page)
2. The button 'Copy' for Back up dialog on the Edit community page works correctly (after clicking on it, the key is copied)
#### Actual behavior
1. It's possible to edit the community key value in the key community field (community page and edit community page)
2. The button 'Copy' for Back up dialog on the Edit community page doesn't work
### Additional Information
<img width="1410" alt="image" src="https://user-images.githubusercontent.com/14942081/173990907-7ecf22ab-8611-4303-9a91-896c11f8b0d7.png">
<img width="1373" alt="image" src="https://user-images.githubusercontent.com/14942081/173990984-26eb8c8b-f03d-439a-b2f1-499694d1ec20.png">
- Status desktop version: latest master https://ci.status.im/job/status-desktop/job/branches/job/macos/job/master/2197/
- Operating System: macOS Monterey 12.3 Beta (21E5227a)
| priority | the backup community key field doesn t work properly bug report steps to reproduce case create a community and open it click back up on the left part of the page and click on the field of the community key try to change the key case create a community and open it click manage community back up click on the field of the community key and try to change the key click copy expected behavior it s not possible to edit the community key value in the key community field community page and edit community page the button copy for back up dialog on the edit community page works correctly after clicking on it the key is copied actual behavior it s possible to edit the community key value in the key community field community page and edit community page the button copy for back up dialog on the edit community page doesn t work additional information img width alt image src img width alt image src status desktop version latest master operating system macos monterey beta | 1 |
826,125 | 31,558,317,292 | IssuesEvent | 2023-09-03 00:04:53 | space-wizards/space-station-14 | https://api.github.com/repos/space-wizards/space-station-14 | closed | Lockers that are unlocked in mapping mode appear locked in game. | Priority: 2-Before Release Issue: Feature Request Difficulty: 2-Medium | ## Description
<!-- Explain your issue in detail. Issues without proper explanation are liable to be closed by maintainers. -->
How to replicate:
- Go into mapping mode.
- Place a locked locker.
- Right-click the locker and unlock it.
- Save the map.
- Load the map in-game.
- The locker will be open, but will appear to be locked.
Ideally, the game would remember that the locker is unlocked and would use the "unlocked" sprite in-game.
| 1.0 | Lockers that are unlocked in mapping mode appear locked in game. - ## Description
<!-- Explain your issue in detail. Issues without proper explanation are liable to be closed by maintainers. -->
How to replicate:
- Go into mapping mode.
- Place a locked locker.
- Right-click the locker and unlock it.
- Save the map.
- Load the map in-game.
- The locker will be open, but will appear to be locked.
Ideally, the game would remember that the locker is unlocked and would use the "unlocked" sprite in-game.
| priority | lockers that are unlocked in mapping mode appear locked in game description how to replicate go into mapping mode place a locked locker right click the locker and unlock it save the map load the map in game the locker will be open but will appear to be locked ideally the game would remember that the locker is unlocked and would use the unlocked sprite in game | 1 |
569,053 | 16,993,545,915 | IssuesEvent | 2021-07-01 01:24:08 | dnnsoftware/Dnn.Platform | https://api.github.com/repos/dnnsoftware/Dnn.Platform | reopened | Tab Redirect Url improved hinting/placeholder | Area: AE > PersonaBar Ext > Pages.Web Effort: Medium Priority: Low Status: Ready for Development Type: Enhancement stale | <!--
Please read contribution guideline first: https://github.com/dnnsoftware/Dnn.Platform/blob/development/CONTRIBUTING.md
Any potential security issues should be sent to [email protected], rather than posted on GitHub
-->
## Description of Problem
I would like to request for comment/consideration a small improvement to the Page Settings (tab settings) interface to give better help/information to admin users.
I often see an issue where admin users will attempt to setup a page redirect and encounter issues because they do not realize that the Redirect URL expected is a full path complete URL vs being able to accept a local path / incomplete URL. Because of the error messages seen, it can be hard for them to troubleshoot if they don't fully understand what has happened in their page redirect.
Take the example of an admin who attempts to set the Page Setings (tab settings) URL Redirect for a page originally called "Dictionary"
They want to redirect from //Dictionary to //Glossary so in the URL field, they enter
//Glossary
and are expecting the redirect to happen as
https://www.domainname.com/Glossary
they often enter this type of value into the HTML module when working with anchor links and among other reasons have learned to enter //Glossary so that it loads correctly whether https or http for their domain name.
however, what is saved in the database and displays in the Page Settings the next time it is loaded is a value of
http:////Glossary
![image](https://user-images.githubusercontent.com/5497943/58587618-d0374b00-822b-11e9-9b2e-db0aaa638ecc.png)
This then performs a redirect loading either a browser's error message of "cannot locate domain", OR in older DNN versions, an error message like this
```
Exception:
Invalid URI: The hostname could not be parsed.
Stack Trace:
at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind) at System.Uri.CreateUri(Uri baseUri, String relativeUri, Boolean dontEscape) at System.Uri..ctor(Uri baseUri, String relativeUri) at System.Web.HttpResponse.ConvertToFullyQualifiedRedirectUrlIfRequired(String url) at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at System.Web.HttpResponse.RedirectPermanent(String url) at DotNetNuke.Entities.Urls.AdvancedUrlRewriter.CheckForTabExternalForwardOrRedirect(HttpContext context, UrlAction& result, HttpResponse response, FriendlyUrlSettings settings, Guid parentTraceId) at DotNetNuke.Entities.Urls.AdvancedUrlRewriter.ProcessRequest(HttpContext context, Uri requestUri, Boolean useFriendlyUrls, UrlAction result, FriendlyUrlSettings settings, Boolean allowSettingsChange, Guid parentTraceId)
Administrators
You can see this exception because the customErrors attribute in the web.config is set to 'off'. Change this value to 'on' or 'RemoteOnly' to show Error Handling
The error handling would have shown this page : Default.aspx?TabId=412
```
This can be difficult for an admin to troubleshoot if they do not understand what has happened with the redriect attempt. The information within the DNN Event Log is perfect and gives good information regarding the issue, but they may not see the error.
## Proposed Solution Option 1
I would like to propose that we improve the help text and the hinting/placeholder in the field to give better information to the user regarding what is expected for the field
![image](https://user-images.githubusercontent.com/5497943/58587681-01178000-822c-11e9-9644-6613c7050319.png)
Suggested Help Text: Redirect to a URL Address. Please enter a full-path URL complete with http/https.
Suggested Field Hinting: Enter complete path URL
## Affected version
<!-- Check all that apply and add more if necessary -->
* [x] 9.3.2
* [x] 9.3.1
* [x] 9.2.2
* [x] 9.2.1
* [x] 9.2
* [x] 9.1.1
* [x] 9.1
* [x] 9.0
* [x] 8.x
* [x] 7.x | 1.0 | Tab Redirect Url improved hinting/placeholder - <!--
Please read contribution guideline first: https://github.com/dnnsoftware/Dnn.Platform/blob/development/CONTRIBUTING.md
Any potential security issues should be sent to [email protected], rather than posted on GitHub
-->
## Description of Problem
I would like to request for comment/consideration a small improvement to the Page Settings (tab settings) interface to give better help/information to admin users.
I often see an issue where admin users will attempt to setup a page redirect and encounter issues because they do not realize that the Redirect URL expected is a full path complete URL vs being able to accept a local path / incomplete URL. Because of the error messages seen, it can be hard for them to troubleshoot if they don't fully understand what has happened in their page redirect.
Take the example of an admin who attempts to set the Page Setings (tab settings) URL Redirect for a page originally called "Dictionary"
They want to redirect from //Dictionary to //Glossary so in the URL field, they enter
//Glossary
and are expecting the redirect to happen as
https://www.domainname.com/Glossary
they often enter this type of value into the HTML module when working with anchor links and among other reasons have learned to enter //Glossary so that it loads correctly whether https or http for their domain name.
however, what is saved in the database and displays in the Page Settings the next time it is loaded is a value of
http:////Glossary
![image](https://user-images.githubusercontent.com/5497943/58587618-d0374b00-822b-11e9-9b2e-db0aaa638ecc.png)
This then performs a redirect loading either a browser's error message of "cannot locate domain", OR in older DNN versions, an error message like this
```
Exception:
Invalid URI: The hostname could not be parsed.
Stack Trace:
at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind) at System.Uri.CreateUri(Uri baseUri, String relativeUri, Boolean dontEscape) at System.Uri..ctor(Uri baseUri, String relativeUri) at System.Web.HttpResponse.ConvertToFullyQualifiedRedirectUrlIfRequired(String url) at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) at System.Web.HttpResponse.RedirectPermanent(String url) at DotNetNuke.Entities.Urls.AdvancedUrlRewriter.CheckForTabExternalForwardOrRedirect(HttpContext context, UrlAction& result, HttpResponse response, FriendlyUrlSettings settings, Guid parentTraceId) at DotNetNuke.Entities.Urls.AdvancedUrlRewriter.ProcessRequest(HttpContext context, Uri requestUri, Boolean useFriendlyUrls, UrlAction result, FriendlyUrlSettings settings, Boolean allowSettingsChange, Guid parentTraceId)
Administrators
You can see this exception because the customErrors attribute in the web.config is set to 'off'. Change this value to 'on' or 'RemoteOnly' to show Error Handling
The error handling would have shown this page : Default.aspx?TabId=412
```
This can be difficult for an admin to troubleshoot if they do not understand what has happened with the redriect attempt. The information within the DNN Event Log is perfect and gives good information regarding the issue, but they may not see the error.
## Proposed Solution Option 1
I would like to propose that we improve the help text and the hinting/placeholder in the field to give better information to the user regarding what is expected for the field
![image](https://user-images.githubusercontent.com/5497943/58587681-01178000-822c-11e9-9644-6613c7050319.png)
Suggested Help Text: Redirect to a URL Address. Please enter a full-path URL complete with http/https.
Suggested Field Hinting: Enter complete path URL
## Affected version
<!-- Check all that apply and add more if necessary -->
* [x] 9.3.2
* [x] 9.3.1
* [x] 9.2.2
* [x] 9.2.1
* [x] 9.2
* [x] 9.1.1
* [x] 9.1
* [x] 9.0
* [x] 8.x
* [x] 7.x | priority | tab redirect url improved hinting placeholder please read contribution guideline first any potential security issues should be sent to security dnnsoftware com rather than posted on github description of problem i would like to request for comment consideration a small improvement to the page settings tab settings interface to give better help information to admin users i often see an issue where admin users will attempt to setup a page redirect and encounter issues because they do not realize that the redirect url expected is a full path complete url vs being able to accept a local path incomplete url because of the error messages seen it can be hard for them to troubleshoot if they don t fully understand what has happened in their page redirect take the example of an admin who attempts to set the page setings tab settings url redirect for a page originally called dictionary they want to redirect from dictionary to glossary so in the url field they enter glossary and are expecting the redirect to happen as they often enter this type of value into the html module when working with anchor links and among other reasons have learned to enter glossary so that it loads correctly whether https or http for their domain name however what is saved in the database and displays in the page settings the next time it is loaded is a value of this then performs a redirect loading either a browser s error message of cannot locate domain or in older dnn versions an error message like this exception invalid uri the hostname could not be parsed stack trace at system uri createthis string uri boolean dontescape urikind urikind at system uri createuri uri baseuri string relativeuri boolean dontescape at system uri ctor uri baseuri string relativeuri at system web httpresponse converttofullyqualifiedredirecturlifrequired string url at system web httpresponse redirect string url boolean endresponse boolean permanent at system web httpresponse redirectpermanent string url at dotnetnuke entities urls advancedurlrewriter checkfortabexternalforwardorredirect httpcontext context urlaction result httpresponse response friendlyurlsettings settings guid parenttraceid at dotnetnuke entities urls advancedurlrewriter processrequest httpcontext context uri requesturi boolean usefriendlyurls urlaction result friendlyurlsettings settings boolean allowsettingschange guid parenttraceid administrators you can see this exception because the customerrors attribute in the web config is set to off change this value to on or remoteonly to show error handling the error handling would have shown this page default aspx tabid this can be difficult for an admin to troubleshoot if they do not understand what has happened with the redriect attempt the information within the dnn event log is perfect and gives good information regarding the issue but they may not see the error proposed solution option i would like to propose that we improve the help text and the hinting placeholder in the field to give better information to the user regarding what is expected for the field suggested help text redirect to a url address please enter a full path url complete with http https suggested field hinting enter complete path url affected version x x | 1 |
601,925 | 18,442,775,881 | IssuesEvent | 2021-10-14 20:17:58 | aegershman/yugabyte-boshrelease | https://api.github.com/repos/aegershman/yugabyte-boshrelease | closed | Better user/role/database/etc. seeding options | kind/enhancement kind/question priority/medium | see:
- https://github.com/cloudfoundry-incubator/pxc-release/blob/master/jobs/pxc-mysql/templates/db_init.erb
In order to better manage how users, roles, databases, extensions, superuser service accounts, etc., all get seeded in the respective environments of ysql, yedis, and ycql, different options for initial configuration management should be considered.
E.g., maybe better .sql/.cql init scripts? a tiny go/spring boot app which can handle seeding a bit better? etc.
This also presumes a better or unified configuration declaration schema beyond the `{ysql,ycql}.databases.superusers` config in the deployment manifest. | 1.0 | Better user/role/database/etc. seeding options - see:
- https://github.com/cloudfoundry-incubator/pxc-release/blob/master/jobs/pxc-mysql/templates/db_init.erb
In order to better manage how users, roles, databases, extensions, superuser service accounts, etc., all get seeded in the respective environments of ysql, yedis, and ycql, different options for initial configuration management should be considered.
E.g., maybe better .sql/.cql init scripts? a tiny go/spring boot app which can handle seeding a bit better? etc.
This also presumes a better or unified configuration declaration schema beyond the `{ysql,ycql}.databases.superusers` config in the deployment manifest. | priority | better user role database etc seeding options see in order to better manage how users roles databases extensions superuser service accounts etc all get seeded in the respective environments of ysql yedis and ycql different options for initial configuration management should be considered e g maybe better sql cql init scripts a tiny go spring boot app which can handle seeding a bit better etc this also presumes a better or unified configuration declaration schema beyond the ysql ycql databases superusers config in the deployment manifest | 1 |
129,165 | 5,089,546,113 | IssuesEvent | 2017-01-01 17:54:50 | HabitRPG/habitica | https://api.github.com/repos/HabitRPG/habitica | closed | Party Up and Party On achievements are missing text | priority: medium status: issue: help welcome now | _From thebat137 (dea8a9e8-c084-438a-9a14-7fe96a73fd0a) in the Report a Bug guild:_
I was just looking at my achievements list and I noticed that the hovertext for the "Party Up" and "Party On" achievements seems to be missing. Hovering over the icons just says "Party Up/partyUpText not found" and "Party On/partyOnText not found" (where the slash in those quotes is meant to represent a linebreak). I have received the Party Up achievement, but not the Party On achievement, so the problem seems to be independent of awarded/not awarded status.
_From Cequinne (a9b44f7f-08b3-4ecb-97c2-d2855eed4e20):_
Hovering over the "Party Up" and "Party On" achievement badges shows "String 'partyUpText' not found" or "String 'partyOnText' not found" respectively in the description.
| 1.0 | Party Up and Party On achievements are missing text - _From thebat137 (dea8a9e8-c084-438a-9a14-7fe96a73fd0a) in the Report a Bug guild:_
I was just looking at my achievements list and I noticed that the hovertext for the "Party Up" and "Party On" achievements seems to be missing. Hovering over the icons just says "Party Up/partyUpText not found" and "Party On/partyOnText not found" (where the slash in those quotes is meant to represent a linebreak). I have received the Party Up achievement, but not the Party On achievement, so the problem seems to be independent of awarded/not awarded status.
_From Cequinne (a9b44f7f-08b3-4ecb-97c2-d2855eed4e20):_
Hovering over the "Party Up" and "Party On" achievement badges shows "String 'partyUpText' not found" or "String 'partyOnText' not found" respectively in the description.
| priority | party up and party on achievements are missing text from in the report a bug guild i was just looking at my achievements list and i noticed that the hovertext for the party up and party on achievements seems to be missing hovering over the icons just says party up partyuptext not found and party on partyontext not found where the slash in those quotes is meant to represent a linebreak i have received the party up achievement but not the party on achievement so the problem seems to be independent of awarded not awarded status from cequinne hovering over the party up and party on achievement badges shows string partyuptext not found or string partyontext not found respectively in the description | 1 |
608,715 | 18,846,816,904 | IssuesEvent | 2021-11-11 15:48:28 | dita-ot/dita-ot | https://api.github.com/repos/dita-ot/dita-ot | closed | Empty param in project.xml causes Error: null | bug priority/medium project | ## Expected Behavior
Running
`dita.bat --project=project.xml --verbose --debug`
When a param in the project.xml is empty and this is not allowed (is it?), the error message should describe what the problem is
## Actual Behavior
Running the above command returns:
```
Searching for integrator.xml ...
Error: null
```
## Steps to Reproduce
In the project.xml, in `<deliverable> -> <publication>`, provide an empty param:
` <param name="the_name_of_the_param" value=""/>`
## Environment
* DITA-OT version: 3.6.1
* Operating system and version: Windows
* How did you run DITA-OT? dita.bat
* Transformation type: custom
| 1.0 | Empty param in project.xml causes Error: null - ## Expected Behavior
Running
`dita.bat --project=project.xml --verbose --debug`
When a param in the project.xml is empty and this is not allowed (is it?), the error message should describe what the problem is
## Actual Behavior
Running the above command returns:
```
Searching for integrator.xml ...
Error: null
```
## Steps to Reproduce
In the project.xml, in `<deliverable> -> <publication>`, provide an empty param:
` <param name="the_name_of_the_param" value=""/>`
## Environment
* DITA-OT version: 3.6.1
* Operating system and version: Windows
* How did you run DITA-OT? dita.bat
* Transformation type: custom
| priority | empty param in project xml causes error null expected behavior running dita bat project project xml verbose debug when a param in the project xml is empty and this is not allowed is it the error message should describe what the problem is actual behavior running the above command returns searching for integrator xml error null steps to reproduce in the project xml in provide an empty param environment dita ot version operating system and version windows how did you run dita ot dita bat transformation type custom | 1 |
813,660 | 30,465,927,170 | IssuesEvent | 2023-07-17 10:21:18 | code4romania/crestem-ong | https://api.github.com/repos/code4romania/crestem-ong | opened | [Registration] change 'Județ' and 'Localitate' fields type | medium-priority | In the [registration form ](https://app.crestem.ong/register), the fields 'Județ' and Localitate' are text input. Change field types from text input to single select. | 1.0 | [Registration] change 'Județ' and 'Localitate' fields type - In the [registration form ](https://app.crestem.ong/register), the fields 'Județ' and Localitate' are text input. Change field types from text input to single select. | priority | change județ and localitate fields type in the the fields județ and localitate are text input change field types from text input to single select | 1 |
251,048 | 7,998,030,306 | IssuesEvent | 2018-07-21 04:45:52 | Repair-DeskPOS/RepairDesk-BUGS-IMPROVEMENTS | https://api.github.com/repos/Repair-DeskPOS/RepairDesk-BUGS-IMPROVEMENTS | closed | Multiple SKU - Uniqueness Validation Required | Medium Priority Resolved bug inventory | I'm also encountering an annoying bug with multi-SKUs that I'll publish to the GitHub repo soon if I don't forget. A lot of items are saying the SKU is existing already while a few are allowing me to add the specific SKU. e.g. iPhone 6 screen has had SKU 1234 for Sentrix, I go to add multiple SKUs and add Sentrix 1234 for that same item that has existed, says SKU exists already. However a few other items allow me to add it and some don't. Super weird. Haha | 1.0 | Multiple SKU - Uniqueness Validation Required - I'm also encountering an annoying bug with multi-SKUs that I'll publish to the GitHub repo soon if I don't forget. A lot of items are saying the SKU is existing already while a few are allowing me to add the specific SKU. e.g. iPhone 6 screen has had SKU 1234 for Sentrix, I go to add multiple SKUs and add Sentrix 1234 for that same item that has existed, says SKU exists already. However a few other items allow me to add it and some don't. Super weird. Haha | priority | multiple sku uniqueness validation required i m also encountering an annoying bug with multi skus that i ll publish to the github repo soon if i don t forget a lot of items are saying the sku is existing already while a few are allowing me to add the specific sku e g iphone screen has had sku for sentrix i go to add multiple skus and add sentrix for that same item that has existed says sku exists already however a few other items allow me to add it and some don t super weird haha | 1 |
791,373 | 27,861,650,141 | IssuesEvent | 2023-03-21 07:00:47 | ansible-collections/azure | https://api.github.com/repos/ansible-collections/azure | closed | Issue with azure_rm_webapp_info | question medium_priority work in | <!--- Verify first that your issue is not already reported on GitHub -->
<!--- Also test if the latest release and devel branch are affected too -->
<!--- Complete *all* sections as described, this form is processed automatically -->
##### SUMMARY
<!--- Explain the problem briefly below -->
Unable to retrieve info of an azure app service (webapp). Error is unclear or is the module is broken.
##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
<!--- Write the short name of the module, plugin, task or feature below, use your best guess if unsure -->
`azure.azcollection.azure_rm_webapp_info`
##### ANSIBLE VERSION
<!--- Paste verbatim output from "ansible --version" between quotes -->
```paste below
ansible 2.9.6
```
##### COLLECTION VERSION
<!--- Paste verbatim output from "ansible-galaxy collection list <namespace>.<collection>" between the quotes
for example: ansible-galaxy collection list community.general
-->
```paste below
1.14.0
```
##### OS / ENVIRONMENT
<!--- Provide all relevant information below, e.g. target OS versions, network device firmware, etc. -->
`Linux` `x64` `ubuntu 22.04`
##### STEPS TO REPRODUCE
<!--- Describe exactly how to reproduce the problem, using a minimal test-case -->
- Create a resource group called `test-rg`
- Create and app service plan
- Create a web app within the new service plan
- Docker container
- Private Azure Container Registry
- Connect to ACR using admin creds for pull
- Enable vnet integration
- Use module `azure_rm_webapp_info` and only pass in a resource group, as per the examples provided
- Try to assign the information to a fact
<!--- Paste example playbooks or commands between quotes below -->
```yaml
- name: Get facts for web apps
azure.azcollection.azure_rm_webapp_info:
resource_group: "test-rg"
register: webapp_list
```
<!--- HINT: You can paste gist.github.com links for larger files -->
##### EXPECTED RESULTS
<!--- Describe what you expected to happen when running the steps above -->
Output of the web app info contained in the fact called `webapp_list`
##### ACTUAL RESULTS
<!--- Describe what actually happened. If possible run with extra verbosity (-vvvv) -->
`fatal: [localhost]: FAILED! => ***"changed": false, "module_stderr": "Datetime with no tzinfo will be considered UTC.\nTraceback (most recent call last):\n File \"/root/.ansible/tmp/ansible-tmp-1676569203.7987483-172578-17808830956604/AnsiballZ_azure_rm_webapp_info.py\", line 107, in <module>\n _ansiballz_main()\n File \"/root/.ansible/tmp/ansible-tmp-1676569203.7987483-172578-17808830956604/AnsiballZ_azure_rm_webapp_info.py\", line 99, in _ansiballz_main\n invoke_module(zipped_mod, temp_path, ANSIBALLZ_PARAMS)\n File \"/root/.ansible/tmp/ansible-tmp-1676569203.7987483-172578-17808830956604/AnsiballZ_azure_rm_webapp_info.py\", line 47, in invoke_module\n runpy.run_module(mod_name='ansible_collections.azure.azcollection.plugins.modules.azure_rm_webapp_info', init_globals=dict(_module_fqn='ansible_collections.azure.azcollection.plugins.modules.azure_rm_webapp_info', _modlib_path=modlib_path),\n File \"/usr/lib/python3.10/runpy.py\", line 224, in run_module\n return _run_module_code(code, init_globals, run_name, mod_spec)\n File \"/usr/lib/python3.10/runpy.py\", line 96, in _run_module_code\n _run_code(code, mod_globals, init_globals,\n File \"/usr/lib/python3.10/runpy.py\", line 86, in _run_code\n exec(code, run_globals)\n File \"/tmp/ansible_azure.azcollection.azure_rm_webapp_info_payload_dy1wefvr/ansible_azure.azcollection.azure_rm_webapp_info_payload.zip/ansible_collections/azure/azcollection/plugins/modules/azure_rm_webapp_info.py\", line 516, in <module>\n File \"/tmp/ansible_azure.azcollection.azure_rm_webapp_info_payload_dy1wefvr/ansible_azure.azcollection.azure_rm_webapp_info_payload.zip/ansible_collections/azure/azcollection/plugins/modules/azure_rm_webapp_info.py\", line 512, in main\n File \"/tmp/ansible_azure.azcollection.azure_rm_webapp_info_payload_dy1wefvr/ansible_azure.azcollection.azure_rm_webapp_info_payload.zip/ansible_collections/azure/azcollection/plugins/modules/azure_rm_webapp_info.py\", line 280, in __init__\n File \"/tmp/ansible_azure.azcollection.azure_rm_webapp_info_payload_dy1wefvr/ansible_azure.azcollection.azure_rm_webapp_info_payload.zip/ansible_collections/azure/azcollection/plugins/module_utils/azure_rm_common.py\", line 472, in __init__\n File \"/tmp/ansible_azure.azcollection.azure_rm_webapp_info_payload_dy1wefvr/ansible_azure.azcollection.azure_rm_webapp_info_payload.zip/ansible_collections/azure/azcollection/plugins/modules/azure_rm_webapp_info.py\", line 296, in exec_module\n File \"/tmp/ansible_azure.azcollection.azure_rm_webapp_info_payload_dy1wefvr/ansible_azure.azcollection.azure_rm_webapp_info_payload.zip/ansible_collections/azure/azcollection/plugins/modules/azure_rm_webapp_info.py\", line 329, in list_by_resource_group\n File \"/tmp/ansible_azure.azcollection.azure_rm_webapp_info_payload_dy1wefvr/ansible_azure.azcollection.azure_rm_webapp_info_payload.zip/ansible_collections/azure/azcollection/plugins/modules/azure_rm_webapp_info.py\", line 429, in get_curated_webapp\nUnboundLocalError: local variable 'app_settings' referenced before assignment\n", "module_stdout": "", "msg": "MODULE FAILURE\nSee stdout/stderr for the exact error", "rc": 1***`
<!--- Paste verbatim command output between quotes -->
```paste below
```
| 1.0 | Issue with azure_rm_webapp_info - <!--- Verify first that your issue is not already reported on GitHub -->
<!--- Also test if the latest release and devel branch are affected too -->
<!--- Complete *all* sections as described, this form is processed automatically -->
##### SUMMARY
<!--- Explain the problem briefly below -->
Unable to retrieve info of an azure app service (webapp). Error is unclear or is the module is broken.
##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
<!--- Write the short name of the module, plugin, task or feature below, use your best guess if unsure -->
`azure.azcollection.azure_rm_webapp_info`
##### ANSIBLE VERSION
<!--- Paste verbatim output from "ansible --version" between quotes -->
```paste below
ansible 2.9.6
```
##### COLLECTION VERSION
<!--- Paste verbatim output from "ansible-galaxy collection list <namespace>.<collection>" between the quotes
for example: ansible-galaxy collection list community.general
-->
```paste below
1.14.0
```
##### OS / ENVIRONMENT
<!--- Provide all relevant information below, e.g. target OS versions, network device firmware, etc. -->
`Linux` `x64` `ubuntu 22.04`
##### STEPS TO REPRODUCE
<!--- Describe exactly how to reproduce the problem, using a minimal test-case -->
- Create a resource group called `test-rg`
- Create and app service plan
- Create a web app within the new service plan
- Docker container
- Private Azure Container Registry
- Connect to ACR using admin creds for pull
- Enable vnet integration
- Use module `azure_rm_webapp_info` and only pass in a resource group, as per the examples provided
- Try to assign the information to a fact
<!--- Paste example playbooks or commands between quotes below -->
```yaml
- name: Get facts for web apps
azure.azcollection.azure_rm_webapp_info:
resource_group: "test-rg"
register: webapp_list
```
<!--- HINT: You can paste gist.github.com links for larger files -->
##### EXPECTED RESULTS
<!--- Describe what you expected to happen when running the steps above -->
Output of the web app info contained in the fact called `webapp_list`
##### ACTUAL RESULTS
<!--- Describe what actually happened. If possible run with extra verbosity (-vvvv) -->
`fatal: [localhost]: FAILED! => ***"changed": false, "module_stderr": "Datetime with no tzinfo will be considered UTC.\nTraceback (most recent call last):\n File \"/root/.ansible/tmp/ansible-tmp-1676569203.7987483-172578-17808830956604/AnsiballZ_azure_rm_webapp_info.py\", line 107, in <module>\n _ansiballz_main()\n File \"/root/.ansible/tmp/ansible-tmp-1676569203.7987483-172578-17808830956604/AnsiballZ_azure_rm_webapp_info.py\", line 99, in _ansiballz_main\n invoke_module(zipped_mod, temp_path, ANSIBALLZ_PARAMS)\n File \"/root/.ansible/tmp/ansible-tmp-1676569203.7987483-172578-17808830956604/AnsiballZ_azure_rm_webapp_info.py\", line 47, in invoke_module\n runpy.run_module(mod_name='ansible_collections.azure.azcollection.plugins.modules.azure_rm_webapp_info', init_globals=dict(_module_fqn='ansible_collections.azure.azcollection.plugins.modules.azure_rm_webapp_info', _modlib_path=modlib_path),\n File \"/usr/lib/python3.10/runpy.py\", line 224, in run_module\n return _run_module_code(code, init_globals, run_name, mod_spec)\n File \"/usr/lib/python3.10/runpy.py\", line 96, in _run_module_code\n _run_code(code, mod_globals, init_globals,\n File \"/usr/lib/python3.10/runpy.py\", line 86, in _run_code\n exec(code, run_globals)\n File \"/tmp/ansible_azure.azcollection.azure_rm_webapp_info_payload_dy1wefvr/ansible_azure.azcollection.azure_rm_webapp_info_payload.zip/ansible_collections/azure/azcollection/plugins/modules/azure_rm_webapp_info.py\", line 516, in <module>\n File \"/tmp/ansible_azure.azcollection.azure_rm_webapp_info_payload_dy1wefvr/ansible_azure.azcollection.azure_rm_webapp_info_payload.zip/ansible_collections/azure/azcollection/plugins/modules/azure_rm_webapp_info.py\", line 512, in main\n File \"/tmp/ansible_azure.azcollection.azure_rm_webapp_info_payload_dy1wefvr/ansible_azure.azcollection.azure_rm_webapp_info_payload.zip/ansible_collections/azure/azcollection/plugins/modules/azure_rm_webapp_info.py\", line 280, in __init__\n File \"/tmp/ansible_azure.azcollection.azure_rm_webapp_info_payload_dy1wefvr/ansible_azure.azcollection.azure_rm_webapp_info_payload.zip/ansible_collections/azure/azcollection/plugins/module_utils/azure_rm_common.py\", line 472, in __init__\n File \"/tmp/ansible_azure.azcollection.azure_rm_webapp_info_payload_dy1wefvr/ansible_azure.azcollection.azure_rm_webapp_info_payload.zip/ansible_collections/azure/azcollection/plugins/modules/azure_rm_webapp_info.py\", line 296, in exec_module\n File \"/tmp/ansible_azure.azcollection.azure_rm_webapp_info_payload_dy1wefvr/ansible_azure.azcollection.azure_rm_webapp_info_payload.zip/ansible_collections/azure/azcollection/plugins/modules/azure_rm_webapp_info.py\", line 329, in list_by_resource_group\n File \"/tmp/ansible_azure.azcollection.azure_rm_webapp_info_payload_dy1wefvr/ansible_azure.azcollection.azure_rm_webapp_info_payload.zip/ansible_collections/azure/azcollection/plugins/modules/azure_rm_webapp_info.py\", line 429, in get_curated_webapp\nUnboundLocalError: local variable 'app_settings' referenced before assignment\n", "module_stdout": "", "msg": "MODULE FAILURE\nSee stdout/stderr for the exact error", "rc": 1***`
<!--- Paste verbatim command output between quotes -->
```paste below
```
| priority | issue with azure rm webapp info summary unable to retrieve info of an azure app service webapp error is unclear or is the module is broken issue type bug report component name azure azcollection azure rm webapp info ansible version paste below ansible collection version between the quotes for example ansible galaxy collection list community general paste below os environment linux ubuntu steps to reproduce create a resource group called test rg create and app service plan create a web app within the new service plan docker container private azure container registry connect to acr using admin creds for pull enable vnet integration use module azure rm webapp info and only pass in a resource group as per the examples provided try to assign the information to a fact yaml name get facts for web apps azure azcollection azure rm webapp info resource group test rg register webapp list expected results output of the web app info contained in the fact called webapp list actual results fatal failed changed false module stderr datetime with no tzinfo will be considered utc ntraceback most recent call last n file root ansible tmp ansible tmp ansiballz azure rm webapp info py line in n ansiballz main n file root ansible tmp ansible tmp ansiballz azure rm webapp info py line in ansiballz main n invoke module zipped mod temp path ansiballz params n file root ansible tmp ansible tmp ansiballz azure rm webapp info py line in invoke module n runpy run module mod name ansible collections azure azcollection plugins modules azure rm webapp info init globals dict module fqn ansible collections azure azcollection plugins modules azure rm webapp info modlib path modlib path n file usr lib runpy py line in run module n return run module code code init globals run name mod spec n file usr lib runpy py line in run module code n run code code mod globals init globals n file usr lib runpy py line in run code n exec code run globals n file tmp ansible azure azcollection azure rm webapp info payload ansible azure azcollection azure rm webapp info payload zip ansible collections azure azcollection plugins modules azure rm webapp info py line in n file tmp ansible azure azcollection azure rm webapp info payload ansible azure azcollection azure rm webapp info payload zip ansible collections azure azcollection plugins modules azure rm webapp info py line in main n file tmp ansible azure azcollection azure rm webapp info payload ansible azure azcollection azure rm webapp info payload zip ansible collections azure azcollection plugins modules azure rm webapp info py line in init n file tmp ansible azure azcollection azure rm webapp info payload ansible azure azcollection azure rm webapp info payload zip ansible collections azure azcollection plugins module utils azure rm common py line in init n file tmp ansible azure azcollection azure rm webapp info payload ansible azure azcollection azure rm webapp info payload zip ansible collections azure azcollection plugins modules azure rm webapp info py line in exec module n file tmp ansible azure azcollection azure rm webapp info payload ansible azure azcollection azure rm webapp info payload zip ansible collections azure azcollection plugins modules azure rm webapp info py line in list by resource group n file tmp ansible azure azcollection azure rm webapp info payload ansible azure azcollection azure rm webapp info payload zip ansible collections azure azcollection plugins modules azure rm webapp info py line in get curated webapp nunboundlocalerror local variable app settings referenced before assignment n module stdout msg module failure nsee stdout stderr for the exact error rc paste below | 1 |
755,868 | 26,444,390,107 | IssuesEvent | 2023-01-16 05:20:43 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | [YSQL] Probabilistically trigger ANALYZE for each table from YSQL | kind/enhancement area/ysql priority/medium | Jira Link: [DB-4318](https://yugabyte.atlassian.net/browse/DB-4318)
### Description
ANALYZE for a table is to be triggered with probability P = (number of mutations/ anlthresh) from each YSQL instance after periodically, or after some number of mutations.
1. The "number of mutations" for a table includes only committed mutations.
2. anlthresh is based on the GUCs - `autovacuum_analyze_threshold` and `autovacuum_analyze_scale_factor`. It is calculated as anlthresh = autovacuum_analyze_threshold + autovacuum_analyze_scale_factor * (number of tuples in the table). This is based on this code line in Pg - `anlthresh = (float4) anl_base_thresh + anl_scale_factor * reltuples`
This will involve triggering an RPC to the yb master leader which then triggers the ANALYZE command on some YSQL instance and ensures that only one instance of ANALYZE runs at a time for each table. The master will also have load balancing logic to spread ANALYZE command executions across YSQL instances.
| 1.0 | [YSQL] Probabilistically trigger ANALYZE for each table from YSQL - Jira Link: [DB-4318](https://yugabyte.atlassian.net/browse/DB-4318)
### Description
ANALYZE for a table is to be triggered with probability P = (number of mutations/ anlthresh) from each YSQL instance after periodically, or after some number of mutations.
1. The "number of mutations" for a table includes only committed mutations.
2. anlthresh is based on the GUCs - `autovacuum_analyze_threshold` and `autovacuum_analyze_scale_factor`. It is calculated as anlthresh = autovacuum_analyze_threshold + autovacuum_analyze_scale_factor * (number of tuples in the table). This is based on this code line in Pg - `anlthresh = (float4) anl_base_thresh + anl_scale_factor * reltuples`
This will involve triggering an RPC to the yb master leader which then triggers the ANALYZE command on some YSQL instance and ensures that only one instance of ANALYZE runs at a time for each table. The master will also have load balancing logic to spread ANALYZE command executions across YSQL instances.
| priority | probabilistically trigger analyze for each table from ysql jira link description analyze for a table is to be triggered with probability p number of mutations anlthresh from each ysql instance after periodically or after some number of mutations the number of mutations for a table includes only committed mutations anlthresh is based on the gucs autovacuum analyze threshold and autovacuum analyze scale factor it is calculated as anlthresh autovacuum analyze threshold autovacuum analyze scale factor number of tuples in the table this is based on this code line in pg anlthresh anl base thresh anl scale factor reltuples this will involve triggering an rpc to the yb master leader which then triggers the analyze command on some ysql instance and ensures that only one instance of analyze runs at a time for each table the master will also have load balancing logic to spread analyze command executions across ysql instances | 1 |
377,851 | 11,185,391,856 | IssuesEvent | 2020-01-01 01:10:22 | PIQuIL/QuCumber | https://api.github.com/repos/PIQuIL/QuCumber | closed | Update CI | Priority: Medium Size: Medium Status: In Progress continuous-integration enhancement | - [x] Move format checking from travis to restyled-io
- [ ] Keep checking format for jupyter notebooks on travis, though
- [ ] Consider moving away from the invoke package to click
- [x] Use travis stages and tox to run unit tests, test documentation and package builds | 1.0 | Update CI - - [x] Move format checking from travis to restyled-io
- [ ] Keep checking format for jupyter notebooks on travis, though
- [ ] Consider moving away from the invoke package to click
- [x] Use travis stages and tox to run unit tests, test documentation and package builds | priority | update ci move format checking from travis to restyled io keep checking format for jupyter notebooks on travis though consider moving away from the invoke package to click use travis stages and tox to run unit tests test documentation and package builds | 1 |
794,774 | 28,048,878,942 | IssuesEvent | 2023-03-29 02:53:06 | janus-idp/backstage-showcase | https://api.github.com/repos/janus-idp/backstage-showcase | opened | Be able to generate a Changelog.md | priority/medium kind/chore | ### What needs to be done?
We want to be able to list all the changes between release and publish a Changelog.md file with a tool like:
https://github.com/spring-io/github-changelog-generator | 1.0 | Be able to generate a Changelog.md - ### What needs to be done?
We want to be able to list all the changes between release and publish a Changelog.md file with a tool like:
https://github.com/spring-io/github-changelog-generator | priority | be able to generate a changelog md what needs to be done we want to be able to list all the changes between release and publish a changelog md file with a tool like | 1 |
279,506 | 8,666,763,987 | IssuesEvent | 2018-11-29 05:57:14 | dmwm/WMCore | https://api.github.com/repos/dmwm/WMCore | closed | Push worker threads execution time to MONIT IT | Medium Priority Monitoring | Since we now collect this data and persist it in the relational database, it should be pretty straight forward to publish how long each component and their threads take per cycle.
This is going to be more like a developers metric/view, but I think it's quite useful. | 1.0 | Push worker threads execution time to MONIT IT - Since we now collect this data and persist it in the relational database, it should be pretty straight forward to publish how long each component and their threads take per cycle.
This is going to be more like a developers metric/view, but I think it's quite useful. | priority | push worker threads execution time to monit it since we now collect this data and persist it in the relational database it should be pretty straight forward to publish how long each component and their threads take per cycle this is going to be more like a developers metric view but i think it s quite useful | 1 |
807,771 | 30,018,740,082 | IssuesEvent | 2023-06-26 20:59:38 | vrchatapi/specification | https://api.github.com/repos/vrchatapi/specification | closed | Presence in auth/user | Type: Enhancement Priority: Medium Status: Help Wanted Good First Task | Noticed this in auth/user:
```json
"presence": {
"id": "...",
"platform": "",
"status": "offline",
"world": "offline",
"instance": "offline",
"instanceType": "",
"travelingToWorld": "offline",
"travelingToInstance": "offline",
"groups": []
}
```
No idea how long it's been there. Some fields were previously in the root of the returned object. | 1.0 | Presence in auth/user - Noticed this in auth/user:
```json
"presence": {
"id": "...",
"platform": "",
"status": "offline",
"world": "offline",
"instance": "offline",
"instanceType": "",
"travelingToWorld": "offline",
"travelingToInstance": "offline",
"groups": []
}
```
No idea how long it's been there. Some fields were previously in the root of the returned object. | priority | presence in auth user noticed this in auth user json presence id platform status offline world offline instance offline instancetype travelingtoworld offline travelingtoinstance offline groups no idea how long it s been there some fields were previously in the root of the returned object | 1 |
378,939 | 11,211,008,299 | IssuesEvent | 2020-01-06 14:33:19 | AugurProject/augur | https://api.github.com/repos/AugurProject/augur | closed | Onboarding: modals have strange spacing all of a sudden | Priority: Medium | See comparison shots below for strange spacing in the build.
**note** the heading/description copy is now jumping around as well:
![image.png](https://images.zenhubusercontent.com/5c7591d7eec15745ffae99b1/dacf932e-8401-4ed4-a73f-89fe505f5783)
Comparisons shots (design left, build right):
![image.png](https://images.zenhubusercontent.com/5c7591d7eec15745ffae99b1/debbce56-5a78-4a5e-b151-fedaa9e420a9)
![image.png](https://images.zenhubusercontent.com/5c7591d7eec15745ffae99b1/94334c1a-4fda-4522-8b71-96be5eaa6b6c)
![image.png](https://images.zenhubusercontent.com/5c7591d7eec15745ffae99b1/426db494-4fbf-441a-82d3-ada543b363ac)
Similar for mobile (build on left):
![image.png](https://images.zenhubusercontent.com/5c7591d7eec15745ffae99b1/d02bbe04-589b-4382-bd5e-639aa8acf2c7)
Figma link for mobile:
https://www.figma.com/file/RMXc7jUWiC6amxz9Q2JK5L/Onboarding-and-Wallet-UX?node-id=1756%3A121
| 1.0 | Onboarding: modals have strange spacing all of a sudden - See comparison shots below for strange spacing in the build.
**note** the heading/description copy is now jumping around as well:
![image.png](https://images.zenhubusercontent.com/5c7591d7eec15745ffae99b1/dacf932e-8401-4ed4-a73f-89fe505f5783)
Comparisons shots (design left, build right):
![image.png](https://images.zenhubusercontent.com/5c7591d7eec15745ffae99b1/debbce56-5a78-4a5e-b151-fedaa9e420a9)
![image.png](https://images.zenhubusercontent.com/5c7591d7eec15745ffae99b1/94334c1a-4fda-4522-8b71-96be5eaa6b6c)
![image.png](https://images.zenhubusercontent.com/5c7591d7eec15745ffae99b1/426db494-4fbf-441a-82d3-ada543b363ac)
Similar for mobile (build on left):
![image.png](https://images.zenhubusercontent.com/5c7591d7eec15745ffae99b1/d02bbe04-589b-4382-bd5e-639aa8acf2c7)
Figma link for mobile:
https://www.figma.com/file/RMXc7jUWiC6amxz9Q2JK5L/Onboarding-and-Wallet-UX?node-id=1756%3A121
| priority | onboarding modals have strange spacing all of a sudden see comparison shots below for strange spacing in the build note the heading description copy is now jumping around as well comparisons shots design left build right similar for mobile build on left figma link for mobile | 1 |
690,481 | 23,661,546,322 | IssuesEvent | 2022-08-26 16:03:21 | PrefectHQ/prefect | https://api.github.com/repos/PrefectHQ/prefect | closed | Add `EXTRA_PIP_PACKAGES` to the `KubernetesJob` block | bug status:backlog v2 priority:medium | ### First check
- [X] I added a descriptive title to this issue.
- [X] I used the GitHub search to find a similar request and didn't find it.
- [X] I searched the Prefect documentation for this feature.
### Prefect Version
2.x
### Describe the proposed behavior
Add it to K8s block
### Describe the current behavior
Atm it only works with the `DockerContainer` block
### Example Use
_No response_
### Additional context
_No response_ | 1.0 | Add `EXTRA_PIP_PACKAGES` to the `KubernetesJob` block - ### First check
- [X] I added a descriptive title to this issue.
- [X] I used the GitHub search to find a similar request and didn't find it.
- [X] I searched the Prefect documentation for this feature.
### Prefect Version
2.x
### Describe the proposed behavior
Add it to K8s block
### Describe the current behavior
Atm it only works with the `DockerContainer` block
### Example Use
_No response_
### Additional context
_No response_ | priority | add extra pip packages to the kubernetesjob block first check i added a descriptive title to this issue i used the github search to find a similar request and didn t find it i searched the prefect documentation for this feature prefect version x describe the proposed behavior add it to block describe the current behavior atm it only works with the dockercontainer block example use no response additional context no response | 1 |
554,241 | 16,415,260,020 | IssuesEvent | 2021-05-19 05:31:26 | Nelson-Gon/pycite | https://api.github.com/repos/Nelson-Gon/pycite | closed | Automated documentation and release | enhancement good first issue help wanted priority:medium | **Description**
I would like to automate the doc generation and release process.
**Similar Features**
This is similar to `scripts/mkdocs.sh` and `scripts/release.sh`.
**Feature Details**
Sufficiently described.
**Proposed Implementation**
Use an Actions run to automate these e.g. "on release" to run "release.sh". Should also set environmental variables i.e. PyPI username and password.
| 1.0 | Automated documentation and release - **Description**
I would like to automate the doc generation and release process.
**Similar Features**
This is similar to `scripts/mkdocs.sh` and `scripts/release.sh`.
**Feature Details**
Sufficiently described.
**Proposed Implementation**
Use an Actions run to automate these e.g. "on release" to run "release.sh". Should also set environmental variables i.e. PyPI username and password.
| priority | automated documentation and release description i would like to automate the doc generation and release process similar features this is similar to scripts mkdocs sh and scripts release sh feature details sufficiently described proposed implementation use an actions run to automate these e g on release to run release sh should also set environmental variables i e pypi username and password | 1 |
296,507 | 9,116,750,599 | IssuesEvent | 2019-02-22 09:52:11 | Xceptance/neodymium-library | https://api.github.com/repos/Xceptance/neodymium-library | closed | Update Cucumber to 4.x | Medium Priority doneInDevelop recheckedInDevelop update-dependency | Update Cucumber version to 3.x once the allure support >= version 2.8 is available.
See the link for latest release: https://github.com/allure-framework/allure2/releases
Remove "io.qameta.allure.cucumber2jvm.AllureCucumber2Jvm" if the update above is successful.
| 1.0 | Update Cucumber to 4.x - Update Cucumber version to 3.x once the allure support >= version 2.8 is available.
See the link for latest release: https://github.com/allure-framework/allure2/releases
Remove "io.qameta.allure.cucumber2jvm.AllureCucumber2Jvm" if the update above is successful.
| priority | update cucumber to x update cucumber version to x once the allure support version is available see the link for latest release remove io qameta allure if the update above is successful | 1 |
31,792 | 2,736,876,077 | IssuesEvent | 2015-04-19 21:03:51 | x360ce/x360ce | https://api.github.com/repos/x360ce/x360ce | closed | llll | bug imported invalid Priority-Medium | _From [[email protected]](https://code.google.com/u/110974868023865476405/) on May 12, 2010 09:28:38_
What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? What gamepad are you using? On what version of drivers? Please set third label to Core if issue affect emulator (dll file) or App if issue affect x360ce.App application (exe file). Also if you want you can provide any additional information below.
_Original issue: http://code.google.com/p/x360ce/issues/detail?id=16_ | 1.0 | llll - _From [[email protected]](https://code.google.com/u/110974868023865476405/) on May 12, 2010 09:28:38_
What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? What gamepad are you using? On what version of drivers? Please set third label to Core if issue affect emulator (dll file) or App if issue affect x360ce.App application (exe file). Also if you want you can provide any additional information below.
_Original issue: http://code.google.com/p/x360ce/issues/detail?id=16_ | priority | llll from on may what steps will reproduce the problem what is the expected output what do you see instead what version of the product are you using on what operating system what gamepad are you using on what version of drivers please set third label to core if issue affect emulator dll file or app if issue affect app application exe file also if you want you can provide any additional information below original issue | 1 |
670,977 | 22,716,469,887 | IssuesEvent | 2022-07-06 02:51:37 | ansible-collections/azure | https://api.github.com/repos/ansible-collections/azure | closed | Couldn't find api version for Microsoft.DataFactory/factories?api-version=2018-06-01 | medium_priority not a bug | - name: Check if Data Factory ({{ az_datafactory_name }}) already exists
azure.azcollection.azure_rm_resource_info:
auth_source: auto
client_id: "{{ az_client_id }}"
secret: "{{ az_secret }}"
tenant: "{{ az_tenant_id }}"
subscription_id: "{{ az_subscription_id }}"
url: "https://management.azure.com/subscriptions/{{ az_subscription_id }}/resourceGroups/{{ az_resource_group_name }}/providers/Microsoft.DataFactory/factories?api-version=2018-06-01"
register: az_datafactory
Output:
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Couldn't find api version for Microsoft.DataFactory/factories?api-version=2018-06-01"} | 1.0 | Couldn't find api version for Microsoft.DataFactory/factories?api-version=2018-06-01 - - name: Check if Data Factory ({{ az_datafactory_name }}) already exists
azure.azcollection.azure_rm_resource_info:
auth_source: auto
client_id: "{{ az_client_id }}"
secret: "{{ az_secret }}"
tenant: "{{ az_tenant_id }}"
subscription_id: "{{ az_subscription_id }}"
url: "https://management.azure.com/subscriptions/{{ az_subscription_id }}/resourceGroups/{{ az_resource_group_name }}/providers/Microsoft.DataFactory/factories?api-version=2018-06-01"
register: az_datafactory
Output:
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Couldn't find api version for Microsoft.DataFactory/factories?api-version=2018-06-01"} | priority | couldn t find api version for microsoft datafactory factories api version name check if data factory az datafactory name already exists azure azcollection azure rm resource info auth source auto client id az client id secret az secret tenant az tenant id subscription id az subscription id url az subscription id resourcegroups az resource group name providers microsoft datafactory factories api version register az datafactory output fatal failed changed false msg couldn t find api version for microsoft datafactory factories api version | 1 |
236,532 | 7,750,081,821 | IssuesEvent | 2018-05-30 13:28:37 | ld4l-labs/vitrolib | https://api.github.com/repos/ld4l-labs/vitrolib | opened | Add accession number to custodial event | ARM custom forms priority: medium | Currently linked only to Item. Complexities in adding to custodial event: select list should display all accession numbers linked to the item and not linked to another custodial event; otherwise create new. For now we are linking the accession number only to the item using bf:identifies. | 1.0 | Add accession number to custodial event - Currently linked only to Item. Complexities in adding to custodial event: select list should display all accession numbers linked to the item and not linked to another custodial event; otherwise create new. For now we are linking the accession number only to the item using bf:identifies. | priority | add accession number to custodial event currently linked only to item complexities in adding to custodial event select list should display all accession numbers linked to the item and not linked to another custodial event otherwise create new for now we are linking the accession number only to the item using bf identifies | 1 |
499,578 | 14,450,616,608 | IssuesEvent | 2020-12-08 09:50:05 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | Contract Nested Clause "Any" only checks first clause | Category: Gameplay Priority: Medium Status: Fixed | ![grafik](https://user-images.githubusercontent.com/33863615/93024296-ac04a680-f5f5-11ea-9d4e-10c23b27c913.png)
In the contract only the first entry is counted for the Nested Clause "Any". For example, I gave 20 corn but in the chat it was reported that 20 fiddleheads are missing. When I want to sign the contract as done he tells me that everything is still missing.
If I hand in the 20 fiddleheads I can close the contract without everything else.
[Player-prev.log](https://github.com/StrangeLoopGames/EcoIssues/files/5214744/Player-prev.log)
| 1.0 | Contract Nested Clause "Any" only checks first clause - ![grafik](https://user-images.githubusercontent.com/33863615/93024296-ac04a680-f5f5-11ea-9d4e-10c23b27c913.png)
In the contract only the first entry is counted for the Nested Clause "Any". For example, I gave 20 corn but in the chat it was reported that 20 fiddleheads are missing. When I want to sign the contract as done he tells me that everything is still missing.
If I hand in the 20 fiddleheads I can close the contract without everything else.
[Player-prev.log](https://github.com/StrangeLoopGames/EcoIssues/files/5214744/Player-prev.log)
| priority | contract nested clause any only checks first clause in the contract only the first entry is counted for the nested clause any for example i gave corn but in the chat it was reported that fiddleheads are missing when i want to sign the contract as done he tells me that everything is still missing if i hand in the fiddleheads i can close the contract without everything else | 1 |
372,099 | 11,009,170,163 | IssuesEvent | 2019-12-04 12:04:39 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | Audio errors spam console on various tool use | Fixed Medium Priority | When trying to use various tools on the environment:
![image](https://user-images.githubusercontent.com/14983165/69999934-afb7b880-150e-11ea-89d9-54d70b8b9f23.png)
Can not play a disabled audio source
UnityEngine.AudioSource:Play()
PlayRandomAudioClip:OnEnable() (at Assets/PlayRandomAudioClip.cs:34)
UnityEngine.Object:Instantiate(GameObject, Vector3, Quaternion)
CharacterAudioController:Update() (at Assets/CharacterController/CharacterAudioController.cs:31) | 1.0 | Audio errors spam console on various tool use - When trying to use various tools on the environment:
![image](https://user-images.githubusercontent.com/14983165/69999934-afb7b880-150e-11ea-89d9-54d70b8b9f23.png)
Can not play a disabled audio source
UnityEngine.AudioSource:Play()
PlayRandomAudioClip:OnEnable() (at Assets/PlayRandomAudioClip.cs:34)
UnityEngine.Object:Instantiate(GameObject, Vector3, Quaternion)
CharacterAudioController:Update() (at Assets/CharacterController/CharacterAudioController.cs:31) | priority | audio errors spam console on various tool use when trying to use various tools on the environment can not play a disabled audio source unityengine audiosource play playrandomaudioclip onenable at assets playrandomaudioclip cs unityengine object instantiate gameobject quaternion characteraudiocontroller update at assets charactercontroller characteraudiocontroller cs | 1 |
359,275 | 10,667,517,954 | IssuesEvent | 2019-10-19 13:04:16 | eJourn-al/eJournal | https://api.github.com/repos/eJourn-al/eJournal | closed | LTI course not ready screen | Priority: High Status: In Progress Type: Enhancement Workload: Medium | **Describe the solution you'd like**
- A dedicated screen to this scenario, explaining the situation in a lighthearted way.
- Notification with sufficient context so the eJournal team can take action as well.
- Notification to the staff member if known (preferably in a non spammy fashion).
**User story**
As a student start LTI launch without the corresponding course having been set up on eJournal by the teacher yet. Currently, a 404 with a hint in subtext is displayed, I want to be reassured I did nothing wrong. Tell me to contact my teacher to get things in order. | 1.0 | LTI course not ready screen - **Describe the solution you'd like**
- A dedicated screen to this scenario, explaining the situation in a lighthearted way.
- Notification with sufficient context so the eJournal team can take action as well.
- Notification to the staff member if known (preferably in a non spammy fashion).
**User story**
As a student start LTI launch without the corresponding course having been set up on eJournal by the teacher yet. Currently, a 404 with a hint in subtext is displayed, I want to be reassured I did nothing wrong. Tell me to contact my teacher to get things in order. | priority | lti course not ready screen describe the solution you d like a dedicated screen to this scenario explaining the situation in a lighthearted way notification with sufficient context so the ejournal team can take action as well notification to the staff member if known preferably in a non spammy fashion user story as a student start lti launch without the corresponding course having been set up on ejournal by the teacher yet currently a with a hint in subtext is displayed i want to be reassured i did nothing wrong tell me to contact my teacher to get things in order | 1 |
577,464 | 17,111,464,299 | IssuesEvent | 2021-07-10 11:50:51 | PazerOP/tf2_bot_detector | https://api.github.com/repos/PazerOP/tf2_bot_detector | opened | [BUG] The program does not start (Crash) | Priority: Medium Type: Bug | **Describe the bug**
> The program does not start
**To Reproduce**
> 1. Go to 'TF2 Bot Detector' (that's what I named the folder)
> 2. Click on 'tf2_bot_detector.exe'
> 3. 'tfbd_crash_2021-07-08-20-19-14.mdmp' appears in the folder
**Expected behavior**
> Crash.
**Logs**
> I'd love to, but I don't know where to find the logs without running the program.
**Screenshots**
> Don't need.
**Desktop:**
> - OS: Windows 10
> - Version of bot detector 1.2.1.934
**Additional context**
> An error window does not appear, the tf2bd simply does not start.
Here is the crash dump file:
[tfbd_crash_2021-07-08-20-19-14.zip](https://github.com/PazerOP/tf2_bot_detector/files/6795133/tfbd_crash_2021-07-08-20-19-14.zip)
(You asked me to make issue on GitHub, sorry for not doing it right away.)
| 1.0 | [BUG] The program does not start (Crash) - **Describe the bug**
> The program does not start
**To Reproduce**
> 1. Go to 'TF2 Bot Detector' (that's what I named the folder)
> 2. Click on 'tf2_bot_detector.exe'
> 3. 'tfbd_crash_2021-07-08-20-19-14.mdmp' appears in the folder
**Expected behavior**
> Crash.
**Logs**
> I'd love to, but I don't know where to find the logs without running the program.
**Screenshots**
> Don't need.
**Desktop:**
> - OS: Windows 10
> - Version of bot detector 1.2.1.934
**Additional context**
> An error window does not appear, the tf2bd simply does not start.
Here is the crash dump file:
[tfbd_crash_2021-07-08-20-19-14.zip](https://github.com/PazerOP/tf2_bot_detector/files/6795133/tfbd_crash_2021-07-08-20-19-14.zip)
(You asked me to make issue on GitHub, sorry for not doing it right away.)
| priority | the program does not start crash describe the bug the program does not start to reproduce go to bot detector that s what i named the folder click on bot detector exe tfbd crash mdmp appears in the folder expected behavior crash logs i d love to but i don t know where to find the logs without running the program screenshots don t need desktop os windows version of bot detector additional context an error window does not appear the simply does not start here is the crash dump file you asked me to make issue on github sorry for not doing it right away | 1 |
473,552 | 13,644,132,930 | IssuesEvent | 2020-09-25 18:21:02 | robotframework/robotframework | https://api.github.com/repos/robotframework/robotframework | closed | Evaluate: NameError - variable not recognized | bug priority: medium | When I use this robot code:
```
Sort List Specific Order
[Arguments] ${input_list} ${alphabet}=${SPACE}_0123456789aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZåÅäÄöÖ()
${ns} Create Dictionary alphabet=${alphabet} input_list=${input_list}
${sorted} Evaluate sorted(input_list, key=lambda word: [alphabet.find(c) for c in word]) namespace=${ns}
[Return] ${sorted}
```
It brings this error
```
Evaluating expression 'sorted(input_list, key=lambda word: [alphabet.find(c) for c in word])' failed: NameError: name 'alphabet' is not defined
```
In 3.1.2 it works, in 3.22 not.
| 1.0 | Evaluate: NameError - variable not recognized - When I use this robot code:
```
Sort List Specific Order
[Arguments] ${input_list} ${alphabet}=${SPACE}_0123456789aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZåÅäÄöÖ()
${ns} Create Dictionary alphabet=${alphabet} input_list=${input_list}
${sorted} Evaluate sorted(input_list, key=lambda word: [alphabet.find(c) for c in word]) namespace=${ns}
[Return] ${sorted}
```
It brings this error
```
Evaluating expression 'sorted(input_list, key=lambda word: [alphabet.find(c) for c in word])' failed: NameError: name 'alphabet' is not defined
```
In 3.1.2 it works, in 3.22 not.
| priority | evaluate nameerror variable not recognized when i use this robot code sort list specific order input list alphabet space ns create dictionary alphabet alphabet input list input list sorted evaluate sorted input list key lambda word namespace ns sorted it brings this error evaluating expression sorted input list key lambda word failed nameerror name alphabet is not defined in it works in not | 1 |
26,082 | 2,684,160,873 | IssuesEvent | 2015-03-28 18:20:52 | ConEmu/old-issues | https://api.github.com/repos/ConEmu/old-issues | closed | Running maven (mvn) causes ConEmu to crash | 2–5 stars bug imported Priority-Medium | _From [[email protected]](https://code.google.com/u/104571510547976211008/) on August 08, 2012 07:46:47_
Required information! OS version: Win7 SP1 x64 ConEmu version: 120617a x64
Far version (if you are using Far Manager): N/A (using cmd.exe) *Bug description* Attempting to run maven from a command prompt causes ConEmu to terminate unexpectedly. mvn version is listed below.
Apache Maven 3.0.3 ( r1075438 ; 2011-02-28 17:31:09+0000) *Steps to reproduction* 1. Open ConEmu (defaults to cmd.exe without Far installed)
2. Run 'mvn' from any folder (or 'mvn -v')
3. ConEmu crashes reporting "Windows Command Processor has stopped working"
4. Running the same command from a vanilla cmd.exe shell works okay,
_Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=670_ | 1.0 | Running maven (mvn) causes ConEmu to crash - _From [[email protected]](https://code.google.com/u/104571510547976211008/) on August 08, 2012 07:46:47_
Required information! OS version: Win7 SP1 x64 ConEmu version: 120617a x64
Far version (if you are using Far Manager): N/A (using cmd.exe) *Bug description* Attempting to run maven from a command prompt causes ConEmu to terminate unexpectedly. mvn version is listed below.
Apache Maven 3.0.3 ( r1075438 ; 2011-02-28 17:31:09+0000) *Steps to reproduction* 1. Open ConEmu (defaults to cmd.exe without Far installed)
2. Run 'mvn' from any folder (or 'mvn -v')
3. ConEmu crashes reporting "Windows Command Processor has stopped working"
4. Running the same command from a vanilla cmd.exe shell works okay,
_Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=670_ | priority | running maven mvn causes conemu to crash from on august required information os version conemu version far version if you are using far manager n a using cmd exe bug description attempting to run maven from a command prompt causes conemu to terminate unexpectedly mvn version is listed below apache maven steps to reproduction open conemu defaults to cmd exe without far installed run mvn from any folder or mvn v conemu crashes reporting windows command processor has stopped working running the same command from a vanilla cmd exe shell works okay original issue | 1 |
243,952 | 7,868,605,897 | IssuesEvent | 2018-06-24 00:49:06 | canonn-science/CAPIv2-Strapi | https://api.github.com/repos/canonn-science/CAPIv2-Strapi | opened | Create GR/GS Obelisk report | note: external priority: medium status: WIP type: enhancement | Add another model that is a sub report of `grreport` for reporting active obelisks and confirming data gathered from an obelisk
- [ ] Add `grobeliskreport`
- [ ] Add `gsobeliskreport` | 1.0 | Create GR/GS Obelisk report - Add another model that is a sub report of `grreport` for reporting active obelisks and confirming data gathered from an obelisk
- [ ] Add `grobeliskreport`
- [ ] Add `gsobeliskreport` | priority | create gr gs obelisk report add another model that is a sub report of grreport for reporting active obelisks and confirming data gathered from an obelisk add grobeliskreport add gsobeliskreport | 1 |
761,107 | 26,667,183,912 | IssuesEvent | 2023-01-26 06:06:14 | pystardust/ani-cli | https://api.github.com/repos/pystardust/ani-cli | opened | Termux package requires update | type: bug priority 2: medium | **Metadata (please complete the following information)**
android termux
**Describe the bug**
its v3, easy fix if you git clone and replace the installed ani-cli package
**Steps To Reproduce**
1. open termux
2. pkg install ani-cli
**Expected behavior**
profit
**Additional context**
Much <3 to ani-cli devs
tempfix:
```
pkg install libxslt git ani-cli wget fzf aria2 -y
git clone https://github.com/pystardust/ani-cli.git
cd ani-cli
cp ani-cli /data/data/com.termux/files/usr/bin/ani-cli
cd ..
rm -rf ani-cli
```
| 1.0 | Termux package requires update - **Metadata (please complete the following information)**
android termux
**Describe the bug**
its v3, easy fix if you git clone and replace the installed ani-cli package
**Steps To Reproduce**
1. open termux
2. pkg install ani-cli
**Expected behavior**
profit
**Additional context**
Much <3 to ani-cli devs
tempfix:
```
pkg install libxslt git ani-cli wget fzf aria2 -y
git clone https://github.com/pystardust/ani-cli.git
cd ani-cli
cp ani-cli /data/data/com.termux/files/usr/bin/ani-cli
cd ..
rm -rf ani-cli
```
| priority | termux package requires update metadata please complete the following information android termux describe the bug its easy fix if you git clone and replace the installed ani cli package steps to reproduce open termux pkg install ani cli expected behavior profit additional context much to ani cli devs tempfix pkg install libxslt git ani cli wget fzf y git clone cd ani cli cp ani cli data data com termux files usr bin ani cli cd rm rf ani cli | 1 |
248,393 | 7,930,058,440 | IssuesEvent | 2018-07-06 17:17:01 | department-of-veterans-affairs/caseflow | https://api.github.com/repos/department-of-veterans-affairs/caseflow | closed | SyncIntakeJob is failing | In-Validation bug-medium-priority caseflow-intake sierra | The SyncIntakeJob has been failing for more than a month.
We haven't noticed it because the error has been appearing in appeals-app-alerts
- [x] Get the `SyncIntakeJob` to redirect sentry errors to `#caseflow-intake` slack channel
- [x] Determine the cause of the error and fix it. | 1.0 | SyncIntakeJob is failing - The SyncIntakeJob has been failing for more than a month.
We haven't noticed it because the error has been appearing in appeals-app-alerts
- [x] Get the `SyncIntakeJob` to redirect sentry errors to `#caseflow-intake` slack channel
- [x] Determine the cause of the error and fix it. | priority | syncintakejob is failing the syncintakejob has been failing for more than a month we haven t noticed it because the error has been appearing in appeals app alerts get the syncintakejob to redirect sentry errors to caseflow intake slack channel determine the cause of the error and fix it | 1 |
397,756 | 11,732,410,647 | IssuesEvent | 2020-03-11 03:34:08 | hintron/jailhouse | https://api.github.com/repos/hintron/jailhouse | closed | Track jailhouse stats | 2-Medium Priority | Use the `jailhouse cell stats <cell>` command to record the number of VM exits during a workload execution.
This is important to understand why there is a difference in execution time between the root Linux cell and the inmate for the same workload.
See https://groups.google.com/d/topic/jailhouse-dev/--kroz-SIeo/discussion. | 1.0 | Track jailhouse stats - Use the `jailhouse cell stats <cell>` command to record the number of VM exits during a workload execution.
This is important to understand why there is a difference in execution time between the root Linux cell and the inmate for the same workload.
See https://groups.google.com/d/topic/jailhouse-dev/--kroz-SIeo/discussion. | priority | track jailhouse stats use the jailhouse cell stats command to record the number of vm exits during a workload execution this is important to understand why there is a difference in execution time between the root linux cell and the inmate for the same workload see | 1 |
652,925 | 21,565,346,750 | IssuesEvent | 2022-05-01 19:35:04 | Local-Admin-BurgerKing/installer | https://api.github.com/repos/Local-Admin-BurgerKing/installer | closed | [Upgrade] Create test environment | F: Must-Have Priority: Medium T: External | Create an environment that runs on a seperate URL
Requirements
- [x] Automatically fills data every day for every restaurant
- [x] Has a seperate Database | 1.0 | [Upgrade] Create test environment - Create an environment that runs on a seperate URL
Requirements
- [x] Automatically fills data every day for every restaurant
- [x] Has a seperate Database | priority | create test environment create an environment that runs on a seperate url requirements automatically fills data every day for every restaurant has a seperate database | 1 |
164,535 | 6,228,045,046 | IssuesEvent | 2017-07-10 22:10:53 | vmware/vic | https://api.github.com/repos/vmware/vic | closed | Docker API: Copy files or folder | area/apis component/docker-api-server component/portlayer/storage priority/medium | Implement the docker wait operation in the engine-api server and integrate with interaction port layer.
https://docs.docker.com/engine/reference/api/docker_remote_api_v1.22/#copy-files-or-folders-from-a-container
https://docs.docker.com/engine/reference/commandline/cp/
Please note, the engine-api's rest server already packaging these json struct into golang structs. The url above is just for reference on what the operation should do.
| 1.0 | Docker API: Copy files or folder - Implement the docker wait operation in the engine-api server and integrate with interaction port layer.
https://docs.docker.com/engine/reference/api/docker_remote_api_v1.22/#copy-files-or-folders-from-a-container
https://docs.docker.com/engine/reference/commandline/cp/
Please note, the engine-api's rest server already packaging these json struct into golang structs. The url above is just for reference on what the operation should do.
| priority | docker api copy files or folder implement the docker wait operation in the engine api server and integrate with interaction port layer please note the engine api s rest server already packaging these json struct into golang structs the url above is just for reference on what the operation should do | 1 |
788,977 | 27,775,165,791 | IssuesEvent | 2023-03-16 16:44:55 | ooni/backend | https://api.github.com/repos/ooni/backend | opened | api: Drop validation of test_names and drop API endpoint for test_names | priority/medium | With @majakomel we concluded that it's most useful to have the list of test_names and category codes inside of Explorer.
We need to rebuild the list there anyways (for localizing it and adding icons, colors, etc.), so it doesn't make sense to have it duplicated in explorer.
By removing the check on the search API, we can avoid having to update two projects whenever a new test is deployed. | 1.0 | api: Drop validation of test_names and drop API endpoint for test_names - With @majakomel we concluded that it's most useful to have the list of test_names and category codes inside of Explorer.
We need to rebuild the list there anyways (for localizing it and adding icons, colors, etc.), so it doesn't make sense to have it duplicated in explorer.
By removing the check on the search API, we can avoid having to update two projects whenever a new test is deployed. | priority | api drop validation of test names and drop api endpoint for test names with majakomel we concluded that it s most useful to have the list of test names and category codes inside of explorer we need to rebuild the list there anyways for localizing it and adding icons colors etc so it doesn t make sense to have it duplicated in explorer by removing the check on the search api we can avoid having to update two projects whenever a new test is deployed | 1 |
399,233 | 11,745,045,682 | IssuesEvent | 2020-03-12 09:04:35 | UltimateCodeMonkeys/CodeMonkeysMVVM | https://api.github.com/repos/UltimateCodeMonkeys/CodeMonkeysMVVM | closed | Migrate: CodeMonkeysMVVM.Logging package | Logging Priority: Medium Status: In Progress Type: Maintenance | The CodeMonkeysMVVM logging package can be reused for the new version. We should migrate it. | 1.0 | Migrate: CodeMonkeysMVVM.Logging package - The CodeMonkeysMVVM logging package can be reused for the new version. We should migrate it. | priority | migrate codemonkeysmvvm logging package the codemonkeysmvvm logging package can be reused for the new version we should migrate it | 1 |
196,250 | 6,926,206,440 | IssuesEvent | 2017-11-30 18:21:20 | minio/minio | https://api.github.com/repos/minio/minio | closed | Investigate plug-in mechanism for gateway mode | priority: medium | Investigate how to be able to load external plug-ins into minio to be more flexible to load (for gateway) connectors to other back-ends without bloating minio itself too much.
A multi-language approach would be best although to start with a Go-only solution would be fine.
Multi-OS support would also be nice but not a necessity. | 1.0 | Investigate plug-in mechanism for gateway mode - Investigate how to be able to load external plug-ins into minio to be more flexible to load (for gateway) connectors to other back-ends without bloating minio itself too much.
A multi-language approach would be best although to start with a Go-only solution would be fine.
Multi-OS support would also be nice but not a necessity. | priority | investigate plug in mechanism for gateway mode investigate how to be able to load external plug ins into minio to be more flexible to load for gateway connectors to other back ends without bloating minio itself too much a multi language approach would be best although to start with a go only solution would be fine multi os support would also be nice but not a necessity | 1 |
362,725 | 10,731,308,035 | IssuesEvent | 2019-10-28 19:15:27 | CESARBR/knot-gateway-buildroot | https://api.github.com/repos/CESARBR/knot-gateway-buildroot | opened | Add users service | enhancement priority: medium | As a platform developer, I want to have the users service integrated into the Buildroot.
- [ ] Add package to BR | 1.0 | Add users service - As a platform developer, I want to have the users service integrated into the Buildroot.
- [ ] Add package to BR | priority | add users service as a platform developer i want to have the users service integrated into the buildroot add package to br | 1 |
217,568 | 7,324,964,060 | IssuesEvent | 2018-03-03 02:36:57 | ramblerrobotics/Scouting2018 | https://api.github.com/repos/ramblerrobotics/Scouting2018 | opened | Calculate win/loss margin | enhancement priority: medium | People are too lazy to open another app or do it in their head. Could be implemented in two ways:
1. Box for blue alliance score and box for red alliance score. Then figure out what color the team is and go from there.
2. Make two boxes with a seperate button that simply subtracts the two. The scout can then put this number with the appropriate sign in the margin box.
1 would probably be preferred, but 2 would be easier to implement, so whoever tackles this can decide on which one. | 1.0 | Calculate win/loss margin - People are too lazy to open another app or do it in their head. Could be implemented in two ways:
1. Box for blue alliance score and box for red alliance score. Then figure out what color the team is and go from there.
2. Make two boxes with a seperate button that simply subtracts the two. The scout can then put this number with the appropriate sign in the margin box.
1 would probably be preferred, but 2 would be easier to implement, so whoever tackles this can decide on which one. | priority | calculate win loss margin people are too lazy to open another app or do it in their head could be implemented in two ways box for blue alliance score and box for red alliance score then figure out what color the team is and go from there make two boxes with a seperate button that simply subtracts the two the scout can then put this number with the appropriate sign in the margin box would probably be preferred but would be easier to implement so whoever tackles this can decide on which one | 1 |
265,171 | 8,338,321,765 | IssuesEvent | 2018-09-28 14:00:25 | edenlabllc/ehealth.api | https://api.github.com/repos/edenlabllc/ehealth.api | closed | Insert record into dictionary LEGAL_FORM, PROD, #J300 | kind/support priority/medium status/wontfix | Прохання добавити до поточного словника "LEGAL_FORM" - КНП, тобто "КОМУНАЛЬНЕ НЕКОМЕРЦІЙНЕ ПІДПРИЄМСТВО", дякую.
| 1.0 | Insert record into dictionary LEGAL_FORM, PROD, #J300 - Прохання добавити до поточного словника "LEGAL_FORM" - КНП, тобто "КОМУНАЛЬНЕ НЕКОМЕРЦІЙНЕ ПІДПРИЄМСТВО", дякую.
| priority | insert record into dictionary legal form prod прохання добавити до поточного словника legal form кнп тобто комунальне некомерційне підприємство дякую | 1 |
817,794 | 30,655,822,262 | IssuesEvent | 2023-07-25 12:05:00 | EBISPOT/ols4 | https://api.github.com/repos/EBISPOT/ols4 | closed | Blank page for RO:0001025 'located in' | bug Medium priority | OLS4 is working normally, but when I look for [RO:0001025 'located in'](https://www.ebi.ac.uk/ols4/ontologies/ro/properties/http%253A%252F%252Fpurl.obolibrary.org%252Fobo%252FRO_0001025) I get a blank page. I haven't encountered this problem with any other term so far. | 1.0 | Blank page for RO:0001025 'located in' - OLS4 is working normally, but when I look for [RO:0001025 'located in'](https://www.ebi.ac.uk/ols4/ontologies/ro/properties/http%253A%252F%252Fpurl.obolibrary.org%252Fobo%252FRO_0001025) I get a blank page. I haven't encountered this problem with any other term so far. | priority | blank page for ro located in is working normally but when i look for i get a blank page i haven t encountered this problem with any other term so far | 1 |
4,998 | 2,570,188,102 | IssuesEvent | 2015-02-10 06:53:59 | honestbleeps/Reddit-Enhancement-Suite | https://api.github.com/repos/honestbleeps/Reddit-Enhancement-Suite | opened | Dashboard looks broken with "show custom subreddit style" reddit preference turned off | Concern-Bug-Confirmed Concern-UX Difficulty-2_Medium Priority-1_Low | solution: always load dashboard stylesheet | 1.0 | Dashboard looks broken with "show custom subreddit style" reddit preference turned off - solution: always load dashboard stylesheet | priority | dashboard looks broken with show custom subreddit style reddit preference turned off solution always load dashboard stylesheet | 1 |
791,124 | 27,851,789,894 | IssuesEvent | 2023-03-20 19:17:08 | cdk8s-team/cdk8s-core | https://api.github.com/repos/cdk8s-team/cdk8s-core | closed | recordConstructMetadata is enabled by default? | effort/medium priority/p1 | On the JS doc it says it's [disabled by default](https://github.com/cdk8s-team/cdk8s-core/blob/2.x/src/app.ts#L48-L54). However it's enabled by default and generating `construct-metadata.json` in the output directory.
It requires explicit override to disable. I assume this shouldn't be necessary by default.
```ts
const app = new App({
recordConstructMetadata: false,
});
``` | 1.0 | recordConstructMetadata is enabled by default? - On the JS doc it says it's [disabled by default](https://github.com/cdk8s-team/cdk8s-core/blob/2.x/src/app.ts#L48-L54). However it's enabled by default and generating `construct-metadata.json` in the output directory.
It requires explicit override to disable. I assume this shouldn't be necessary by default.
```ts
const app = new App({
recordConstructMetadata: false,
});
``` | priority | recordconstructmetadata is enabled by default on the js doc it says it s however it s enabled by default and generating construct metadata json in the output directory it requires explicit override to disable i assume this shouldn t be necessary by default ts const app new app recordconstructmetadata false | 1 |
106,051 | 4,258,946,771 | IssuesEvent | 2016-07-11 09:10:13 | web2py/web2py | https://api.github.com/repos/web2py/web2py | closed | cache.action broken on GAE | bug imported Priority-Medium | _From [richar..._at_gmail.com](https://code.google.com/u/112985171729633859941/) on August 28, 2014 09:21:35_
I used this to cache a controller method:
__at__cache.action(time_expire=300, cache_model=cache.ram, session=False, vars=False, public=True)
Works fine on standard web2py but under GAE:
Traceback (most recent call last):
File "/home/hoju/web2py/gluon/restricted.py", line 220, in restricted
exec ccode in environment
File "/home/hoju/web2py/applications/places/controllers/default.py", line 103, in \<module>
File "/home/hoju/web2py/gluon/globals.py", line 385, in \<lambda>
self._caller = lambda f: f()
File "/home/hoju/web2py/gluon/cache.py", line 510, in wrapped_f
rtn = cache_model(cache_key, lambda : func(), time_expire=time_expire)
File "/home/hoju/web2py/gluon/contrib/gae_memcache.py", line 40, in __call__
self.client.set(key, (time.time(), value), time=time_expire)
File "/home/hoju/google_appengine/google/appengine/api/memcache/__init__.py", line 763, in set
namespace=namespace)
File "/home/hoju/google_appengine/google/appengine/api/memcache/__init__.py", line 868, in _set_with_policy
time, '', namespace)
File "/home/hoju/google_appengine/google/appengine/api/memcache/__init__.py", line 947, in _set_multi_async_with_policy
stored_value, flags = _validate_encode_value(value, self._do_pickle)
File "/home/hoju/google_appengine/google/appengine/api/memcache/__init__.py", line 227, in _validate_encode_value
stored_value = do_pickle(value)
File "/home/hoju/google_appengine/google/appengine/api/memcache/__init__.py", line 392, in _do_pickle
pickler.dump(value)
TypeError: _decorated() takes exactly 1 argument (0 given)
_Original issue: http://code.google.com/p/web2py/issues/detail?id=1969_ | 1.0 | cache.action broken on GAE - _From [richar..._at_gmail.com](https://code.google.com/u/112985171729633859941/) on August 28, 2014 09:21:35_
I used this to cache a controller method:
__at__cache.action(time_expire=300, cache_model=cache.ram, session=False, vars=False, public=True)
Works fine on standard web2py but under GAE:
Traceback (most recent call last):
File "/home/hoju/web2py/gluon/restricted.py", line 220, in restricted
exec ccode in environment
File "/home/hoju/web2py/applications/places/controllers/default.py", line 103, in \<module>
File "/home/hoju/web2py/gluon/globals.py", line 385, in \<lambda>
self._caller = lambda f: f()
File "/home/hoju/web2py/gluon/cache.py", line 510, in wrapped_f
rtn = cache_model(cache_key, lambda : func(), time_expire=time_expire)
File "/home/hoju/web2py/gluon/contrib/gae_memcache.py", line 40, in __call__
self.client.set(key, (time.time(), value), time=time_expire)
File "/home/hoju/google_appengine/google/appengine/api/memcache/__init__.py", line 763, in set
namespace=namespace)
File "/home/hoju/google_appengine/google/appengine/api/memcache/__init__.py", line 868, in _set_with_policy
time, '', namespace)
File "/home/hoju/google_appengine/google/appengine/api/memcache/__init__.py", line 947, in _set_multi_async_with_policy
stored_value, flags = _validate_encode_value(value, self._do_pickle)
File "/home/hoju/google_appengine/google/appengine/api/memcache/__init__.py", line 227, in _validate_encode_value
stored_value = do_pickle(value)
File "/home/hoju/google_appengine/google/appengine/api/memcache/__init__.py", line 392, in _do_pickle
pickler.dump(value)
TypeError: _decorated() takes exactly 1 argument (0 given)
_Original issue: http://code.google.com/p/web2py/issues/detail?id=1969_ | priority | cache action broken on gae from on august i used this to cache a controller method at cache action time expire cache model cache ram session false vars false public true works fine on standard but under gae traceback most recent call last file home hoju gluon restricted py line in restricted exec ccode in environment file home hoju applications places controllers default py line in file home hoju gluon globals py line in self caller lambda f f file home hoju gluon cache py line in wrapped f rtn cache model cache key lambda func time expire time expire file home hoju gluon contrib gae memcache py line in call self client set key time time value time time expire file home hoju google appengine google appengine api memcache init py line in set namespace namespace file home hoju google appengine google appengine api memcache init py line in set with policy time namespace file home hoju google appengine google appengine api memcache init py line in set multi async with policy stored value flags validate encode value value self do pickle file home hoju google appengine google appengine api memcache init py line in validate encode value stored value do pickle value file home hoju google appengine google appengine api memcache init py line in do pickle pickler dump value typeerror decorated takes exactly argument given original issue | 1 |
246,687 | 7,895,607,454 | IssuesEvent | 2018-06-29 04:29:45 | aowen87/BAR | https://api.github.com/repos/aowen87/BAR | closed | Add security enhancements requested by AFRL. | Expected Use: 3 - Occasional Feature Impact: 3 - Medium OS: All Priority: High Support Group: Any | Add the secuity enhancements requested by Rhonda Vickery of AFRL. One has to do with using a different mechanism to generate the random key used to establish connections between the components on Linux and Mac systems. The other is to add a configure option to force ssh tunneling between the client and server. She sent along patches that implement the changes.
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. The following information
could not be accurately captured in the new ticket:
Original author: Eric Brugger
Original creation: 05/10/2011 01:17 pm
Original update: 05/12/2011 05:43 pm
Ticket number: 702 | 1.0 | Add security enhancements requested by AFRL. - Add the secuity enhancements requested by Rhonda Vickery of AFRL. One has to do with using a different mechanism to generate the random key used to establish connections between the components on Linux and Mac systems. The other is to add a configure option to force ssh tunneling between the client and server. She sent along patches that implement the changes.
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. The following information
could not be accurately captured in the new ticket:
Original author: Eric Brugger
Original creation: 05/10/2011 01:17 pm
Original update: 05/12/2011 05:43 pm
Ticket number: 702 | priority | add security enhancements requested by afrl add the secuity enhancements requested by rhonda vickery of afrl one has to do with using a different mechanism to generate the random key used to establish connections between the components on linux and mac systems the other is to add a configure option to force ssh tunneling between the client and server she sent along patches that implement the changes redmine migration this ticket was migrated from redmine the following information could not be accurately captured in the new ticket original author eric brugger original creation pm original update pm ticket number | 1 |
52,251 | 3,022,452,290 | IssuesEvent | 2015-07-31 20:26:40 | information-artifact-ontology/IAO | https://api.github.com/repos/information-artifact-ontology/IAO | closed | Units | imported Priority-Medium Type-Term | _From [[email protected]](https://code.google.com/u/116795168307825520406/) on June 11, 2009 12:10:02_
Check how to deal with units wrt to the Unit Ontology - http://www.obofoundry.org/cgi-bin/detail.cgi?id=unit
_Original issue: http://code.google.com/p/information-artifact-ontology/issues/detail?id=18_ | 1.0 | Units - _From [[email protected]](https://code.google.com/u/116795168307825520406/) on June 11, 2009 12:10:02_
Check how to deal with units wrt to the Unit Ontology - http://www.obofoundry.org/cgi-bin/detail.cgi?id=unit
_Original issue: http://code.google.com/p/information-artifact-ontology/issues/detail?id=18_ | priority | units from on june check how to deal with units wrt to the unit ontology original issue | 1 |
323,415 | 9,854,257,132 | IssuesEvent | 2019-06-19 16:25:07 | RobotLocomotion/drake | https://api.github.com/repos/RobotLocomotion/drake | closed | multibody: Deprecate `SceneGraph<T>* scene_graph = nullptr` args from MultibodyPlant API | priority: medium team: dynamics type: cleanup | See discussion here:
https://github.com/robotlocomotion/drake/pull/11633#issuecomment-502854554
\cc @sherm1 @SeanCurtis-TRI @jwnimmer-tri | 1.0 | multibody: Deprecate `SceneGraph<T>* scene_graph = nullptr` args from MultibodyPlant API - See discussion here:
https://github.com/robotlocomotion/drake/pull/11633#issuecomment-502854554
\cc @sherm1 @SeanCurtis-TRI @jwnimmer-tri | priority | multibody deprecate scenegraph scene graph nullptr args from multibodyplant api see discussion here cc seancurtis tri jwnimmer tri | 1 |
652,670 | 21,558,693,650 | IssuesEvent | 2022-04-30 21:28:40 | sriramalagappan/Mentor-ReactNative | https://api.github.com/repos/sriramalagappan/Mentor-ReactNative | opened | Improved Login Options | medium priority | Implement the functionality to allow users to register themselves as student, mentor, or parent | 1.0 | Improved Login Options - Implement the functionality to allow users to register themselves as student, mentor, or parent | priority | improved login options implement the functionality to allow users to register themselves as student mentor or parent | 1 |
744,420 | 25,942,315,539 | IssuesEvent | 2022-12-16 19:45:44 | encorelab/ck-board | https://api.github.com/repos/encorelab/ck-board | opened | Add "copy" and "keep in source" task workflow options | enhancement medium priority | In some cases we don’t want posts to move buckets with workflows.
Let's create additional Workspace options for moving/copying/not moving posts on completion of criteria.
<img width="624" alt="Screen Shot 2022-12-16 at 2 32 00 PM" src="https://user-images.githubusercontent.com/6416247/208174791-d3c047c6-ddf7-40ae-a825-9b8644c8b50b.png">
In the CK Workflows editor, under the Create Workflow tab, when Task Workflow (Peer Review Workflow) is selected:
- add a text label and three options under the source -> destination fields: "On completion" (a) Move to destination; (b) Copy to destination; (c) Keep in source
- selecting keep in source could simply set the destination to the same value as the source and disable the destination field
- I also believe there is currently a bug, if someone lists the destination as the same as the source, the post is removed from the source but not re-added; if they are the same, the post should not move | 1.0 | Add "copy" and "keep in source" task workflow options - In some cases we don’t want posts to move buckets with workflows.
Let's create additional Workspace options for moving/copying/not moving posts on completion of criteria.
<img width="624" alt="Screen Shot 2022-12-16 at 2 32 00 PM" src="https://user-images.githubusercontent.com/6416247/208174791-d3c047c6-ddf7-40ae-a825-9b8644c8b50b.png">
In the CK Workflows editor, under the Create Workflow tab, when Task Workflow (Peer Review Workflow) is selected:
- add a text label and three options under the source -> destination fields: "On completion" (a) Move to destination; (b) Copy to destination; (c) Keep in source
- selecting keep in source could simply set the destination to the same value as the source and disable the destination field
- I also believe there is currently a bug, if someone lists the destination as the same as the source, the post is removed from the source but not re-added; if they are the same, the post should not move | priority | add copy and keep in source task workflow options in some cases we don’t want posts to move buckets with workflows let s create additional workspace options for moving copying not moving posts on completion of criteria img width alt screen shot at pm src in the ck workflows editor under the create workflow tab when task workflow peer review workflow is selected add a text label and three options under the source destination fields on completion a move to destination b copy to destination c keep in source selecting keep in source could simply set the destination to the same value as the source and disable the destination field i also believe there is currently a bug if someone lists the destination as the same as the source the post is removed from the source but not re added if they are the same the post should not move | 1 |
174,372 | 6,539,551,486 | IssuesEvent | 2017-09-01 11:50:46 | edenlabllc/ehealth.api | https://api.github.com/repos/edenlabllc/ehealth.api | opened | EP: Update Medications | epic/medication kind/task priority/medium project/reimbursement status/specs | Update Medication WS according to requirements
Requirements: [вимоги](https://docs.google.com/document/d/15qqew84E9PdDb0LS6mhCagOLqcnNa6wmxenR5kHrUPg/edit?usp=sharing)
- [ ] Create WS [spec](https://edenlab.atlassian.net/wiki/spaces/EH/pages/14647353/Stop+Medication+request)
- [ ] Implement
- [ ] Deploy
- [ ] Improve test scenarios
| 1.0 | EP: Update Medications - Update Medication WS according to requirements
Requirements: [вимоги](https://docs.google.com/document/d/15qqew84E9PdDb0LS6mhCagOLqcnNa6wmxenR5kHrUPg/edit?usp=sharing)
- [ ] Create WS [spec](https://edenlab.atlassian.net/wiki/spaces/EH/pages/14647353/Stop+Medication+request)
- [ ] Implement
- [ ] Deploy
- [ ] Improve test scenarios
| priority | ep update medications update medication ws according to requirements requirements create ws implement deploy improve test scenarios | 1 |
604,091 | 18,676,720,983 | IssuesEvent | 2021-10-31 17:32:06 | Heptagram-Bot/heptagram.xyz | https://api.github.com/repos/Heptagram-Bot/heptagram.xyz | closed | ✨❓ Feature Request: Error 404 & Error 500 Pages | priority: medium ✅👤 status: assigned 👤✅ ✨ Feature Request ✨ | I will work on designing and coding the error 404 and error 500 pages.
I will try to setup the ability to redirect the user to the error 404 page when he is trying to access a page that doesn't exist.
| 1.0 | ✨❓ Feature Request: Error 404 & Error 500 Pages - I will work on designing and coding the error 404 and error 500 pages.
I will try to setup the ability to redirect the user to the error 404 page when he is trying to access a page that doesn't exist.
| priority | ✨❓ feature request error error pages i will work on designing and coding the error and error pages i will try to setup the ability to redirect the user to the error page when he is trying to access a page that doesn t exist | 1 |
634,832 | 20,374,224,290 | IssuesEvent | 2022-02-21 14:10:28 | teamforus/general | https://api.github.com/repos/teamforus/general | closed | Adjust public/private organization information: unauthenticated, authenticated, private | Priority: Should have Scope: Medium Todo: Move to Productboard | @maxvisser commented on [Mon Jan 13 2020](https://github.com/teamforus/development/issues/310)
## Current situation
Currently we have two levels:
- level public -> everyone on the internet can see this contact information
- level private -> when logged in you can see this information
## Goal
Give providers/organization from granual control over their contact information:
- level public -> everyone on the internet can see this contact information
- level users only -> when logged in you can see this information
- level connections -> in some cases information is needed: product reservations, fund applications etc.
## proposed solution
change checkbox to a dropdown which is somewhat similar to how facebook does granual control. Automatically its on Users only. I would propose aswell to migrate everyone to users only. Make users only the default choice. | 1.0 | Adjust public/private organization information: unauthenticated, authenticated, private - @maxvisser commented on [Mon Jan 13 2020](https://github.com/teamforus/development/issues/310)
## Current situation
Currently we have two levels:
- level public -> everyone on the internet can see this contact information
- level private -> when logged in you can see this information
## Goal
Give providers/organization from granual control over their contact information:
- level public -> everyone on the internet can see this contact information
- level users only -> when logged in you can see this information
- level connections -> in some cases information is needed: product reservations, fund applications etc.
## proposed solution
change checkbox to a dropdown which is somewhat similar to how facebook does granual control. Automatically its on Users only. I would propose aswell to migrate everyone to users only. Make users only the default choice. | priority | adjust public private organization information unauthenticated authenticated private maxvisser commented on current situation currently we have two levels level public everyone on the internet can see this contact information level private when logged in you can see this information goal give providers organization from granual control over their contact information level public everyone on the internet can see this contact information level users only when logged in you can see this information level connections in some cases information is needed product reservations fund applications etc proposed solution change checkbox to a dropdown which is somewhat similar to how facebook does granual control automatically its on users only i would propose aswell to migrate everyone to users only make users only the default choice | 1 |
817,923 | 30,663,290,189 | IssuesEvent | 2023-07-25 16:22:20 | recro/ats-issues | https://api.github.com/repos/recro/ats-issues | closed | Reformat some filter selections in the grids | area/candidate priority/medium complexity/low area/application area/job | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
The formatting of the list selections on the grids should be adjusted
### Describe the solution you'd like
Candidate grid:
- When using the filters for state, clearance, highest degree and status the selections should left aligned and the the entire box should be made to fit the text.
Application grid:
- when using the filters for owner, status, contract and clin the selections should be left aligned and the entire box should be made to fit the text
Job grid:
- when using the filters for contract, clin, status, priority and published, the selections should be left aligned and the entire box should be made to fit the text
### Additional context
_No response_ | 1.0 | Reformat some filter selections in the grids - ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
The formatting of the list selections on the grids should be adjusted
### Describe the solution you'd like
Candidate grid:
- When using the filters for state, clearance, highest degree and status the selections should left aligned and the the entire box should be made to fit the text.
Application grid:
- when using the filters for owner, status, contract and clin the selections should be left aligned and the entire box should be made to fit the text
Job grid:
- when using the filters for contract, clin, status, priority and published, the selections should be left aligned and the entire box should be made to fit the text
### Additional context
_No response_ | priority | reformat some filter selections in the grids is there an existing issue for this i have searched the existing issues is your feature request related to a problem please describe the problem the formatting of the list selections on the grids should be adjusted describe the solution you d like candidate grid when using the filters for state clearance highest degree and status the selections should left aligned and the the entire box should be made to fit the text application grid when using the filters for owner status contract and clin the selections should be left aligned and the entire box should be made to fit the text job grid when using the filters for contract clin status priority and published the selections should be left aligned and the entire box should be made to fit the text additional context no response | 1 |
321,538 | 9,805,194,248 | IssuesEvent | 2019-06-12 08:25:26 | ahmedkaludi/accelerated-mobile-pages | https://api.github.com/repos/ahmedkaludi/accelerated-mobile-pages | closed | Can't edit the page or post through Elementor page builder when AMPtakeover beta is enabled. | [Priority: MEDIUM] bug | Ref: https://secure.helpscout.net/conversation/828751997/63373?folderId=1680016
The process to test:
1)Activate the Elementor page builder.
2)Enable the AMP takeover beta option.
3)Then edit the page or post by using Elementor.
| 1.0 | Can't edit the page or post through Elementor page builder when AMPtakeover beta is enabled. - Ref: https://secure.helpscout.net/conversation/828751997/63373?folderId=1680016
The process to test:
1)Activate the Elementor page builder.
2)Enable the AMP takeover beta option.
3)Then edit the page or post by using Elementor.
| priority | can t edit the page or post through elementor page builder when amptakeover beta is enabled ref the process to test activate the elementor page builder enable the amp takeover beta option then edit the page or post by using elementor | 1 |
144,970 | 5,556,128,121 | IssuesEvent | 2017-03-24 08:07:05 | NatLibFi/Finto-data | https://api.github.com/repos/NatLibFi/Finto-data | closed | pohjalaiset murheet yms. | imported InCharge-Onto Onto-YSO Priority-Medium | _From [[email protected]](https://code.google.com/u/100004162283516840686/) on August 12, 2014 13:07:36_
Palautetta tullut:
"Vi är lite konfunderade över hur det är meningen att man ska indexera litteratur om svenska österbottniska dialekter. Vesa säger så här:
Asiasana/Ämnesord: österbottniska dialekter (finska)< http://vesa.lib.helsinki.fi/allars/aakkoset/oe.html#österbottn >
Laajemmat termit/Vidare termer: västfinska dialekter< http://vesa.lib.helsinki.fi/cgi-bin/allars.pl?h=västfinska%20dialekter >
Suppeammat termit/Snävare termer: mellan- och nordösterbottniska dialekter< http://vesa.lib.helsinki.fi/cgi-bin/allars.pl?h=mellan-%20och%20nordösterbottniska%20dialekter >
nordbottniska dialekter< http://vesa.lib.helsinki.fi/cgi-bin/allars.pl?h=nordbottniska%20dialekter >
sydösterbottniska dialekter< http://vesa.lib.helsinki.fi/cgi-bin/allars.pl?h=sydösterbottniska%20dialekter >
Rinnakkaistermit/Relaterade termer: kven< http://vesa.lib.helsinki.fi/cgi-bin/allars.pl?h=kven >
tornedalsfinska< http://vesa.lib.helsinki.fi/cgi-bin/allars.pl?h=tornedalsfinska >
Kuuluu ryhmiin/Hör till grupper: [85] Språkvetenskap. Språk< http://vesa.lib.helsinki.fi/allars/ryhmat/ryhma85.html >
Suomenkielinen asiasana/Finskt ämnesord: pohjalaismurteet< http://vesa.lib.helsinki.fi/cgi-bin/ysa.pl?h=pohjalaismurteet> "
...Jossain vaiheessa sanottiin että koskevat suomen kieltä ja sen takia lisätty "(finska)" Nyt kun myös ruotsiksi on tullut kysyntää, pitää ehkä jakaa näitä niin että on sekä "(finska)" että "(svenska)" ja vastaava suomeksi, vai halutaanko että jokainen näistä voi tarkoittaa sekä ruotsia että suomea? Jokin muutos täytyy nyt miten vain tehdä ruotsiksi.
_Original issue: http://code.google.com/p/onki-data/issues/detail?id=416_
| 1.0 | pohjalaiset murheet yms. - _From [[email protected]](https://code.google.com/u/100004162283516840686/) on August 12, 2014 13:07:36_
Palautetta tullut:
"Vi är lite konfunderade över hur det är meningen att man ska indexera litteratur om svenska österbottniska dialekter. Vesa säger så här:
Asiasana/Ämnesord: österbottniska dialekter (finska)< http://vesa.lib.helsinki.fi/allars/aakkoset/oe.html#österbottn >
Laajemmat termit/Vidare termer: västfinska dialekter< http://vesa.lib.helsinki.fi/cgi-bin/allars.pl?h=västfinska%20dialekter >
Suppeammat termit/Snävare termer: mellan- och nordösterbottniska dialekter< http://vesa.lib.helsinki.fi/cgi-bin/allars.pl?h=mellan-%20och%20nordösterbottniska%20dialekter >
nordbottniska dialekter< http://vesa.lib.helsinki.fi/cgi-bin/allars.pl?h=nordbottniska%20dialekter >
sydösterbottniska dialekter< http://vesa.lib.helsinki.fi/cgi-bin/allars.pl?h=sydösterbottniska%20dialekter >
Rinnakkaistermit/Relaterade termer: kven< http://vesa.lib.helsinki.fi/cgi-bin/allars.pl?h=kven >
tornedalsfinska< http://vesa.lib.helsinki.fi/cgi-bin/allars.pl?h=tornedalsfinska >
Kuuluu ryhmiin/Hör till grupper: [85] Språkvetenskap. Språk< http://vesa.lib.helsinki.fi/allars/ryhmat/ryhma85.html >
Suomenkielinen asiasana/Finskt ämnesord: pohjalaismurteet< http://vesa.lib.helsinki.fi/cgi-bin/ysa.pl?h=pohjalaismurteet> "
...Jossain vaiheessa sanottiin että koskevat suomen kieltä ja sen takia lisätty "(finska)" Nyt kun myös ruotsiksi on tullut kysyntää, pitää ehkä jakaa näitä niin että on sekä "(finska)" että "(svenska)" ja vastaava suomeksi, vai halutaanko että jokainen näistä voi tarkoittaa sekä ruotsia että suomea? Jokin muutos täytyy nyt miten vain tehdä ruotsiksi.
_Original issue: http://code.google.com/p/onki-data/issues/detail?id=416_
| priority | pohjalaiset murheet yms from on august palautetta tullut vi är lite konfunderade över hur det är meningen att man ska indexera litteratur om svenska österbottniska dialekter vesa säger så här asiasana ämnesord österbottniska dialekter finska laajemmat termit vidare termer västfinska dialekter suppeammat termit snävare termer mellan och nordösterbottniska dialekter nordbottniska dialekter sydösterbottniska dialekter rinnakkaistermit relaterade termer kven tornedalsfinska kuuluu ryhmiin hör till grupper språkvetenskap språk suomenkielinen asiasana finskt ämnesord pohjalaismurteet jossain vaiheessa sanottiin että koskevat suomen kieltä ja sen takia lisätty finska nyt kun myös ruotsiksi on tullut kysyntää pitää ehkä jakaa näitä niin että on sekä finska että svenska ja vastaava suomeksi vai halutaanko että jokainen näistä voi tarkoittaa sekä ruotsia että suomea jokin muutos täytyy nyt miten vain tehdä ruotsiksi original issue | 1 |
56,683 | 3,081,038,192 | IssuesEvent | 2015-08-22 09:19:36 | pavel-pimenov/flylinkdc-r5xx | https://api.github.com/repos/pavel-pimenov/flylinkdc-r5xx | opened | Статистика по папкам ("на папках") в очереди закачки. | Component-UI enhancement imported Priority-Medium | _From [[email protected]](https://code.google.com/u/117892482479228821242/) on June 16, 2012 09:18:53_
В списке файлов (очереди скачивания) слева хорошо бы статистику по папкам получать. Скажем количество и размер файлов всего с подпапкам, сколько начато скачки, какой объем.
идея принадлежит rik.
_Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=766_ | 1.0 | Статистика по папкам ("на папках") в очереди закачки. - _From [[email protected]](https://code.google.com/u/117892482479228821242/) on June 16, 2012 09:18:53_
В списке файлов (очереди скачивания) слева хорошо бы статистику по папкам получать. Скажем количество и размер файлов всего с подпапкам, сколько начато скачки, какой объем.
идея принадлежит rik.
_Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=766_ | priority | статистика по папкам на папках в очереди закачки from on june в списке файлов очереди скачивания слева хорошо бы статистику по папкам получать скажем количество и размер файлов всего с подпапкам сколько начато скачки какой объем идея принадлежит rik original issue | 1 |
667,087 | 22,408,766,467 | IssuesEvent | 2022-06-18 11:46:39 | dec0dOS/zero-ui | https://api.github.com/repos/dec0dOS/zero-ui | closed | feat: ref to zyclonite/zerotier in docker-compose | new-feature beginner-friendly priority-medium | # Feature Request
**Describe the Feature Request**
as https://hub.docker.com/r/dec0dos/zerotier-controller is quite outdated, perhaps its easier to just refer to latest `zyclonite/zerotier`
**Describe Preferred Solution**
refer to in
https://github.com/dec0dOS/zero-ui/blob/main/docker-compose.yml#L5
to `zyclonite/zerotier`
| 1.0 | feat: ref to zyclonite/zerotier in docker-compose - # Feature Request
**Describe the Feature Request**
as https://hub.docker.com/r/dec0dos/zerotier-controller is quite outdated, perhaps its easier to just refer to latest `zyclonite/zerotier`
**Describe Preferred Solution**
refer to in
https://github.com/dec0dOS/zero-ui/blob/main/docker-compose.yml#L5
to `zyclonite/zerotier`
| priority | feat ref to zyclonite zerotier in docker compose feature request describe the feature request as is quite outdated perhaps its easier to just refer to latest zyclonite zerotier describe preferred solution refer to in to zyclonite zerotier | 1 |
144,648 | 5,543,746,017 | IssuesEvent | 2017-03-22 17:34:38 | multidadosti-erp/multidadosti-addons | https://api.github.com/repos/multidadosti-erp/multidadosti-addons | opened | Remover menus o timesheet relacionados a RH | Category: Frontend Priority: Medium Stage: Backlog Type: Sub-task | Remover os seguintes menus:
- [ ] "Minha planilhas de hora atual"
- [ ] "Minha planilha de horas"
- [ ] "Para Aprovar"
- [ ] "Timesheet / Attendance" | 1.0 | Remover menus o timesheet relacionados a RH - Remover os seguintes menus:
- [ ] "Minha planilhas de hora atual"
- [ ] "Minha planilha de horas"
- [ ] "Para Aprovar"
- [ ] "Timesheet / Attendance" | priority | remover menus o timesheet relacionados a rh remover os seguintes menus minha planilhas de hora atual minha planilha de horas para aprovar timesheet attendance | 1 |
322,507 | 9,818,740,800 | IssuesEvent | 2019-06-13 20:03:46 | googlefonts/noto-fonts | https://api.github.com/repos/googlefonts/noto-fonts | closed | TIbetan sequence <U+0F41, U+0F9A> is not stacked. | Android Priority-Medium Script-Tibetan | Spun off from googlei18n/nototools#38. Below is the result of shaping U+0F41, U+0F9A with Noto Sans Tibetan + harfbuzz:
![ཁྚ](https://cloud.githubusercontent.com/assets/1527880/13630850/c62bf9d8-e5e1-11e5-810d-37a4faa048da.png)
@kmansourMT : please, take a look at it. It's from
[Chris Fynn’s list](https://sites.google.com/site/chrisfynn2/home/tibetanscriptfonts/standardization/precomposedtibetan-parta/precomposed-tibetan---part-a-page-4)
| 1.0 | TIbetan sequence <U+0F41, U+0F9A> is not stacked. - Spun off from googlei18n/nototools#38. Below is the result of shaping U+0F41, U+0F9A with Noto Sans Tibetan + harfbuzz:
![ཁྚ](https://cloud.githubusercontent.com/assets/1527880/13630850/c62bf9d8-e5e1-11e5-810d-37a4faa048da.png)
@kmansourMT : please, take a look at it. It's from
[Chris Fynn’s list](https://sites.google.com/site/chrisfynn2/home/tibetanscriptfonts/standardization/precomposedtibetan-parta/precomposed-tibetan---part-a-page-4)
| priority | tibetan sequence is not stacked spun off from nototools below is the result of shaping u u with noto sans tibetan harfbuzz kmansourmt please take a look at it it s from | 1 |
744,614 | 25,949,981,387 | IssuesEvent | 2022-12-17 13:08:44 | docker-mailserver/docker-mailserver | https://api.github.com/repos/docker-mailserver/docker-mailserver | opened | [BUG] Building DMS fails with DOVECOT_COMMUNITY_REPO=1 | kind/bug meta/needs triage priority/medium | ### Miscellaneous first checks
- [X] I checked that all ports are open and not blocked by my ISP / hosting provider.
- [X] I know that SSL errors are likely the result of a wrong setup on the user side and not caused by DMS itself. I'm confident my setup is correct.
### Affected Component(s)
Building DMS
### What happened and when does this occur?
```Markdown
#18 31.67 [ TRACE ] Using Dovecot community repository
#18 31.67 gpg: directory '/root/.gnupg' created
#18 31.67 gpg: keybox '/root/.gnupg/pubring.kbx' created
#18 31.68 % Total % Received % Xferd Average Speed Time Time Time Current
#18 31.68 Dload Upload Total Spent Left Speed
100 3129 100 3129 0 0 41171 0 --:--:-- --:--:-- --:--:-- 41720
#18 31.75 gpg: /root/.gnupg/trustdb.gpg: trustdb created
#18 31.75 gpg: key 18A348AEED409DA1: public key "Dovecot Community Edition <[email protected]>" imported
#18 31.76 gpg: Total number processed: 1
#18 31.76 gpg: imported: 1
#18 31.76 [ TRACE ] Updating Dovecot package signatures
#18 31.84 Hit:1 http://deb.debian.org/debian bullseye InRelease
#18 31.85 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
#18 31.86 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
#18 31.91 Get:4 https://repo.dovecot.org/ce-2.3-latest/debian/bullseye bullseye InRelease [1747 B]
#18 32.17 Get:5 https://repo.dovecot.org/ce-2.3-latest/debian/bullseye bullseye/main amd64 Packages [6759 B]
#18 32.18 Fetched 8506 B in 0s (21.2 kB/s)
#18 32.18 Reading package lists...
#18 32.48 [ DEBUG ] Installing Dovecot
#18 32.49 Reading package lists...
#18 32.77 Building dependency tree...
#18 32.87 Reading state information...
#18 32.90 Some packages could not be installed. This may mean that you have
#18 32.90 requested an impossible situation or if you are using the unstable
#18 32.90 distribution that some required packages have not yet been created
#18 32.90 or been moved out of Incoming.
#18 32.90 The following information may help to resolve the situation:
#18 32.90
#18 32.90 The following packages have unmet dependencies:
#18 32.94 dovecot-fts-xapian : Depends: dovecot-abi-2.3.abiv13
#18 32.94 E: Unable to correct problems, you have held broken packages.
#18 ERROR: executor failed running [/bin/bash -e -o pipefail -c /bin/bash /build/packages.sh]: exit code: 100
```
```
### What did you expect to happen?
```Markdown
Build should succeed.
```
### How do we replicate the issue?
```Markdown
`docker build -t test --build-arg DOVECOT_COMMUNITY_REPO=1 .`
```
### DMS version
edge
### What operating system is DMS running on?
Linux
### Which operating system version?
Debian 11
### What instruction set architecture is DMS running on?
x86_64 / AMD64
### What container orchestration tool are you using?
Docker
### docker-compose.yml
_No response_
### Relevant log output
_No response_
### Other relevant information
_No response_
### What level of experience do you have with Docker and mail servers?
- [ ] I am inexperienced with docker
- [ ] I am rather experienced with docker
- [ ] I am inexperienced with mail servers
- [ ] I am rather experienced with mail servers
- [ ] I am uncomfortable with the CLI
- [ ] I am rather comfortable with the CLI
### Code of conduct
- [X] I have read this project's [Code of Conduct](https://github.com/docker-mailserver/docker-mailserver/blob/master/CODE_OF_CONDUCT.md) and I agree
- [X] I have read the [README](https://github.com/docker-mailserver/docker-mailserver/blob/master/README.md) and the [documentation](https://docker-mailserver.github.io/docker-mailserver/edge/) and I searched the [issue tracker](https://github.com/docker-mailserver/docker-mailserver/issues?q=is%3Aissue) but could not find a solution
### Improvements to this form?
_No response_ | 1.0 | [BUG] Building DMS fails with DOVECOT_COMMUNITY_REPO=1 - ### Miscellaneous first checks
- [X] I checked that all ports are open and not blocked by my ISP / hosting provider.
- [X] I know that SSL errors are likely the result of a wrong setup on the user side and not caused by DMS itself. I'm confident my setup is correct.
### Affected Component(s)
Building DMS
### What happened and when does this occur?
```Markdown
#18 31.67 [ TRACE ] Using Dovecot community repository
#18 31.67 gpg: directory '/root/.gnupg' created
#18 31.67 gpg: keybox '/root/.gnupg/pubring.kbx' created
#18 31.68 % Total % Received % Xferd Average Speed Time Time Time Current
#18 31.68 Dload Upload Total Spent Left Speed
100 3129 100 3129 0 0 41171 0 --:--:-- --:--:-- --:--:-- 41720
#18 31.75 gpg: /root/.gnupg/trustdb.gpg: trustdb created
#18 31.75 gpg: key 18A348AEED409DA1: public key "Dovecot Community Edition <[email protected]>" imported
#18 31.76 gpg: Total number processed: 1
#18 31.76 gpg: imported: 1
#18 31.76 [ TRACE ] Updating Dovecot package signatures
#18 31.84 Hit:1 http://deb.debian.org/debian bullseye InRelease
#18 31.85 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
#18 31.86 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
#18 31.91 Get:4 https://repo.dovecot.org/ce-2.3-latest/debian/bullseye bullseye InRelease [1747 B]
#18 32.17 Get:5 https://repo.dovecot.org/ce-2.3-latest/debian/bullseye bullseye/main amd64 Packages [6759 B]
#18 32.18 Fetched 8506 B in 0s (21.2 kB/s)
#18 32.18 Reading package lists...
#18 32.48 [ DEBUG ] Installing Dovecot
#18 32.49 Reading package lists...
#18 32.77 Building dependency tree...
#18 32.87 Reading state information...
#18 32.90 Some packages could not be installed. This may mean that you have
#18 32.90 requested an impossible situation or if you are using the unstable
#18 32.90 distribution that some required packages have not yet been created
#18 32.90 or been moved out of Incoming.
#18 32.90 The following information may help to resolve the situation:
#18 32.90
#18 32.90 The following packages have unmet dependencies:
#18 32.94 dovecot-fts-xapian : Depends: dovecot-abi-2.3.abiv13
#18 32.94 E: Unable to correct problems, you have held broken packages.
#18 ERROR: executor failed running [/bin/bash -e -o pipefail -c /bin/bash /build/packages.sh]: exit code: 100
```
```
### What did you expect to happen?
```Markdown
Build should succeed.
```
### How do we replicate the issue?
```Markdown
`docker build -t test --build-arg DOVECOT_COMMUNITY_REPO=1 .`
```
### DMS version
edge
### What operating system is DMS running on?
Linux
### Which operating system version?
Debian 11
### What instruction set architecture is DMS running on?
x86_64 / AMD64
### What container orchestration tool are you using?
Docker
### docker-compose.yml
_No response_
### Relevant log output
_No response_
### Other relevant information
_No response_
### What level of experience do you have with Docker and mail servers?
- [ ] I am inexperienced with docker
- [ ] I am rather experienced with docker
- [ ] I am inexperienced with mail servers
- [ ] I am rather experienced with mail servers
- [ ] I am uncomfortable with the CLI
- [ ] I am rather comfortable with the CLI
### Code of conduct
- [X] I have read this project's [Code of Conduct](https://github.com/docker-mailserver/docker-mailserver/blob/master/CODE_OF_CONDUCT.md) and I agree
- [X] I have read the [README](https://github.com/docker-mailserver/docker-mailserver/blob/master/README.md) and the [documentation](https://docker-mailserver.github.io/docker-mailserver/edge/) and I searched the [issue tracker](https://github.com/docker-mailserver/docker-mailserver/issues?q=is%3Aissue) but could not find a solution
### Improvements to this form?
_No response_ | priority | building dms fails with dovecot community repo miscellaneous first checks i checked that all ports are open and not blocked by my isp hosting provider i know that ssl errors are likely the result of a wrong setup on the user side and not caused by dms itself i m confident my setup is correct affected component s building dms what happened and when does this occur markdown using dovecot community repository gpg directory root gnupg created gpg keybox root gnupg pubring kbx created total received xferd average speed time time time current dload upload total spent left speed gpg root gnupg trustdb gpg trustdb created gpg key public key dovecot community edition imported gpg total number processed gpg imported updating dovecot package signatures hit bullseye inrelease hit bullseye security inrelease hit bullseye updates inrelease get bullseye inrelease get bullseye main packages fetched b in kb s reading package lists installing dovecot reading package lists building dependency tree reading state information some packages could not be installed this may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of incoming the following information may help to resolve the situation the following packages have unmet dependencies dovecot fts xapian depends dovecot abi e unable to correct problems you have held broken packages error executor failed running exit code what did you expect to happen markdown build should succeed how do we replicate the issue markdown docker build t test build arg dovecot community repo dms version edge what operating system is dms running on linux which operating system version debian what instruction set architecture is dms running on what container orchestration tool are you using docker docker compose yml no response relevant log output no response other relevant information no response what level of experience do you have with docker and mail servers i am inexperienced with docker i am rather experienced with docker i am inexperienced with mail servers i am rather experienced with mail servers i am uncomfortable with the cli i am rather comfortable with the cli code of conduct i have read this project s and i agree i have read the and the and i searched the but could not find a solution improvements to this form no response | 1 |
592,328 | 17,875,612,426 | IssuesEvent | 2021-09-07 02:53:39 | google/flax | https://api.github.com/repos/google/flax | closed | Rename `master` branch to `main` | Priority: P2 - medium | In line with https://github.com/github/renaming it'd be good to rename the default branch to "main". | 1.0 | Rename `master` branch to `main` - In line with https://github.com/github/renaming it'd be good to rename the default branch to "main". | priority | rename master branch to main in line with it d be good to rename the default branch to main | 1 |
142,401 | 5,474,799,553 | IssuesEvent | 2017-03-11 03:34:17 | CS2103JAN2017-T16-B2/main | https://api.github.com/repos/CS2103JAN2017-T16-B2/main | closed | As a user I want to have words that I am typing to be auto-completed by the system | priority.medium type.story | so that I can execute commands at a faster rate | 1.0 | As a user I want to have words that I am typing to be auto-completed by the system - so that I can execute commands at a faster rate | priority | as a user i want to have words that i am typing to be auto completed by the system so that i can execute commands at a faster rate | 1 |
9,081 | 2,607,906,090 | IssuesEvent | 2015-02-26 00:15:41 | chrsmithdemos/zen-coding | https://api.github.com/repos/chrsmithdemos/zen-coding | opened | is there a plan for jEdit plugin? | auto-migrated Priority-Medium Type-EditorSupport | ```
It would be great if a Zencoding was available for jEdit. I know there is a
port of 0.5.1 version but couldn't get it to work.
The coolest thing is that this way I could get Zencoding for a crossplatform
really customizable editor :)
```
-----
Original issue reported on code.google.com by `[email protected]` on 30 Oct 2010 at 2:22 | 1.0 | is there a plan for jEdit plugin? - ```
It would be great if a Zencoding was available for jEdit. I know there is a
port of 0.5.1 version but couldn't get it to work.
The coolest thing is that this way I could get Zencoding for a crossplatform
really customizable editor :)
```
-----
Original issue reported on code.google.com by `[email protected]` on 30 Oct 2010 at 2:22 | priority | is there a plan for jedit plugin it would be great if a zencoding was available for jedit i know there is a port of version but couldn t get it to work the coolest thing is that this way i could get zencoding for a crossplatform really customizable editor original issue reported on code google com by cyryl gmail com on oct at | 1 |
213,848 | 7,260,889,496 | IssuesEvent | 2018-02-18 15:18:20 | facelessuser/Rummage | https://api.github.com/repos/facelessuser/Rummage | closed | File pattern tweaks | Enhancement Priority - Medium | - File patterns, if nothing is assigned should be get the default `*` or `.*` for wildcard and regex respectively. Folder excludes will continue to ignore an empty input.
- Currently wildcard patterns starting with `-` are kind of exceptions, but can't be used by themselves. This can be a little confusing. To fix this, for file patterns, if we have one or more `-` patterns, but no normal pattern, the normal pattern will be the default `*` pattern, so the `-` pattern will be applied to that giving what a user would expect, which is all files except whatever comes after `-`. For excludes, it will be the same same way, if only `-` patterns are specified, all folders will be excluded except what comes after `-`. | 1.0 | File pattern tweaks - - File patterns, if nothing is assigned should be get the default `*` or `.*` for wildcard and regex respectively. Folder excludes will continue to ignore an empty input.
- Currently wildcard patterns starting with `-` are kind of exceptions, but can't be used by themselves. This can be a little confusing. To fix this, for file patterns, if we have one or more `-` patterns, but no normal pattern, the normal pattern will be the default `*` pattern, so the `-` pattern will be applied to that giving what a user would expect, which is all files except whatever comes after `-`. For excludes, it will be the same same way, if only `-` patterns are specified, all folders will be excluded except what comes after `-`. | priority | file pattern tweaks file patterns if nothing is assigned should be get the default or for wildcard and regex respectively folder excludes will continue to ignore an empty input currently wildcard patterns starting with are kind of exceptions but can t be used by themselves this can be a little confusing to fix this for file patterns if we have one or more patterns but no normal pattern the normal pattern will be the default pattern so the pattern will be applied to that giving what a user would expect which is all files except whatever comes after for excludes it will be the same same way if only patterns are specified all folders will be excluded except what comes after | 1 |
22,664 | 2,649,718,593 | IssuesEvent | 2015-03-15 06:47:56 | cmcinnis/dnd-manager | https://api.github.com/repos/cmcinnis/dnd-manager | opened | Complete character edit page | priority:medium status:pending type:feature | Add support for saving all character fields on the character edit page. | 1.0 | Complete character edit page - Add support for saving all character fields on the character edit page. | priority | complete character edit page add support for saving all character fields on the character edit page | 1 |
206,330 | 7,111,684,629 | IssuesEvent | 2018-01-17 14:56:25 | opencurrents/opencurrents | https://api.github.com/repos/opencurrents/opencurrents | closed | Invite Volunteers bulk and individual (non-event based): We should change the logic so only those that have password don't receive invitation. | mvp yes priority medium | Note that currently, volunteers that have been previously invited and didn't create a password are not receiving the invitation.
| 1.0 | Invite Volunteers bulk and individual (non-event based): We should change the logic so only those that have password don't receive invitation. - Note that currently, volunteers that have been previously invited and didn't create a password are not receiving the invitation.
| priority | invite volunteers bulk and individual non event based we should change the logic so only those that have password don t receive invitation note that currently volunteers that have been previously invited and didn t create a password are not receiving the invitation | 1 |
48,887 | 3,000,819,173 | IssuesEvent | 2015-07-24 06:25:06 | jayway/powermock | https://api.github.com/repos/jayway/powermock | opened | Using PowerMockRunner and PowerMockRule at the same time causes exception | bug imported Milestone-Release1.6 Priority-Medium | _From [[email protected]](https://code.google.com/u/105676376875942041029/) on March 25, 2010 12:26:23_
Should be fixed
_Original issue: http://code.google.com/p/powermock/issues/detail?id=247_ | 1.0 | Using PowerMockRunner and PowerMockRule at the same time causes exception - _From [[email protected]](https://code.google.com/u/105676376875942041029/) on March 25, 2010 12:26:23_
Should be fixed
_Original issue: http://code.google.com/p/powermock/issues/detail?id=247_ | priority | using powermockrunner and powermockrule at the same time causes exception from on march should be fixed original issue | 1 |
157,302 | 5,997,125,045 | IssuesEvent | 2017-06-03 20:43:12 | cyberpwnn/Wormholes | https://api.github.com/repos/cyberpwnn/Wormholes | opened | Add Hover & Click portal listings for finer control | enhancement medium priority | For example, you could:
* View all portals, sort by distance, or servers
* View only linked portals, only local or remote portals?
* Delete a portal on the list instead of teleporting to it.
* Teleport near a portal instead of manually using /tppos
These are just basic ideas for interactive chat lists. | 1.0 | Add Hover & Click portal listings for finer control - For example, you could:
* View all portals, sort by distance, or servers
* View only linked portals, only local or remote portals?
* Delete a portal on the list instead of teleporting to it.
* Teleport near a portal instead of manually using /tppos
These are just basic ideas for interactive chat lists. | priority | add hover click portal listings for finer control for example you could view all portals sort by distance or servers view only linked portals only local or remote portals delete a portal on the list instead of teleporting to it teleport near a portal instead of manually using tppos these are just basic ideas for interactive chat lists | 1 |
215,296 | 7,293,199,097 | IssuesEvent | 2018-02-25 11:37:12 | ZeusWPI/MOZAIC | https://api.github.com/repos/ZeusWPI/MOZAIC | closed | Handle broken bots better | difficulty:easy gameserver priority:medium | When a bot closes, the pipe fails, and the bot_driver panics, we should error with a decent message ourselves.
Shit happens at: src/botdriver/src/match_runner.rs:37 | 1.0 | Handle broken bots better - When a bot closes, the pipe fails, and the bot_driver panics, we should error with a decent message ourselves.
Shit happens at: src/botdriver/src/match_runner.rs:37 | priority | handle broken bots better when a bot closes the pipe fails and the bot driver panics we should error with a decent message ourselves shit happens at src botdriver src match runner rs | 1 |
376,292 | 11,140,841,640 | IssuesEvent | 2019-12-21 17:30:59 | Debatikcenter/debatikcenter | https://api.github.com/repos/Debatikcenter/debatikcenter | closed | Moving billboard category | content update enhancement priority: medium | Adding content based on the design send by @Pleurad. Please @Pleurad upload material on this issue.
Thanks.
| 1.0 | Moving billboard category - Adding content based on the design send by @Pleurad. Please @Pleurad upload material on this issue.
Thanks.
| priority | moving billboard category adding content based on the design send by pleurad please pleurad upload material on this issue thanks | 1 |
133,238 | 5,199,543,482 | IssuesEvent | 2017-01-23 21:10:52 | ualbertalib/HydraNorth | https://api.github.com/repos/ualbertalib/HydraNorth | closed | Thumbnails do not render non-western characters | bug priority:medium size:TBD | For two items with powerpoints containing Chinese, the thumbnails render all the characters with placeholder boxes.
- https://hydranorth.library.ualberta.ca/files/mk61rh330
- https://hydranorth.library.ualberta.ca/files/k0698789p
| 1.0 | Thumbnails do not render non-western characters - For two items with powerpoints containing Chinese, the thumbnails render all the characters with placeholder boxes.
- https://hydranorth.library.ualberta.ca/files/mk61rh330
- https://hydranorth.library.ualberta.ca/files/k0698789p
| priority | thumbnails do not render non western characters for two items with powerpoints containing chinese the thumbnails render all the characters with placeholder boxes | 1 |
508,921 | 14,708,680,280 | IssuesEvent | 2021-01-05 00:20:44 | RoboJackets/apiary | https://api.github.com/repos/RoboJackets/apiary | closed | Require corp liability waiver during dues flow | area / backend priority / medium status / grooming | Lots of grooming to do on this but I think we should talk about it. | 1.0 | Require corp liability waiver during dues flow - Lots of grooming to do on this but I think we should talk about it. | priority | require corp liability waiver during dues flow lots of grooming to do on this but i think we should talk about it | 1 |
123,246 | 4,859,246,757 | IssuesEvent | 2016-11-13 15:15:30 | mgoral/subconvert | https://api.github.com/repos/mgoral/subconvert | opened | Complicated videos | Medium Priority Request | Remove "Open video" (Ctrl+M) from the menu. Leave playback so t auto opens linked video when "Play/Pause" is first pressed. If subtitles are switched to a different tab, open video for that tab on next "Play". If there's no linked video for the second tab, keep controls for the old video. | 1.0 | Complicated videos - Remove "Open video" (Ctrl+M) from the menu. Leave playback so t auto opens linked video when "Play/Pause" is first pressed. If subtitles are switched to a different tab, open video for that tab on next "Play". If there's no linked video for the second tab, keep controls for the old video. | priority | complicated videos remove open video ctrl m from the menu leave playback so t auto opens linked video when play pause is first pressed if subtitles are switched to a different tab open video for that tab on next play if there s no linked video for the second tab keep controls for the old video | 1 |
179,340 | 6,624,122,057 | IssuesEvent | 2017-09-22 10:10:16 | pmem/issues | https://api.github.com/repos/pmem/issues | closed | pmempool create: unable to create max-size log pool | Exposure: Medium OS: Windows Priority: 3 medium State: To be verified Type: Bug | Consider following cmd:
`pmempool create log -M pool.log`
the output is:
`error: cannot get available space of fs`
which is not correct.
Possible bug is in `create.c` file, in function `pmempool_get_max_size()`
found on: 1.3+b1-94-g3fdd3f91b | 1.0 | pmempool create: unable to create max-size log pool - Consider following cmd:
`pmempool create log -M pool.log`
the output is:
`error: cannot get available space of fs`
which is not correct.
Possible bug is in `create.c` file, in function `pmempool_get_max_size()`
found on: 1.3+b1-94-g3fdd3f91b | priority | pmempool create unable to create max size log pool consider following cmd pmempool create log m pool log the output is error cannot get available space of fs which is not correct possible bug is in create c file in function pmempool get max size found on | 1 |
564,805 | 16,741,875,479 | IssuesEvent | 2021-06-11 10:50:37 | AyeCode/geodirectory | https://api.github.com/repos/AyeCode/geodirectory | opened | Documentation for Complianz | GDPR/CCPA Cookie Consent Integration | Priority: Medium Type: Needs Docs | We have added "Complianz | GDPR/CCPA Cookie Consent" (https://wordpress.org/plugins/complianz-gdpr/) plugin integration with GD maps. It will be in GeoDirectory v2.1.0.17.
Option to enable/disable user consent for GD maps can be found at WordPress Backend > Complianz > Integrations > Plugins > GeoDirectory.
GD map will ask user content to load map if GeoDirectory plugin integration enabled. | 1.0 | Documentation for Complianz | GDPR/CCPA Cookie Consent Integration - We have added "Complianz | GDPR/CCPA Cookie Consent" (https://wordpress.org/plugins/complianz-gdpr/) plugin integration with GD maps. It will be in GeoDirectory v2.1.0.17.
Option to enable/disable user consent for GD maps can be found at WordPress Backend > Complianz > Integrations > Plugins > GeoDirectory.
GD map will ask user content to load map if GeoDirectory plugin integration enabled. | priority | documentation for complianz gdpr ccpa cookie consent integration we have added complianz gdpr ccpa cookie consent plugin integration with gd maps it will be in geodirectory option to enable disable user consent for gd maps can be found at wordpress backend complianz integrations plugins geodirectory gd map will ask user content to load map if geodirectory plugin integration enabled | 1 |
753,727 | 26,359,614,348 | IssuesEvent | 2023-01-11 12:24:52 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | [YSQL][SQLsmith] gtsvector_in not implemented | kind/bug area/ysql priority/medium status/awaiting-triage | Jira Link: [DB-5010](https://yugabyte.atlassian.net/browse/DB-5010)
### Description
> gtsvector_in not implemented
Seen using SQLsmith, not sure if this is expected.
[DB-5010]: https://yugabyte.atlassian.net/browse/DB-5010?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ | 1.0 | [YSQL][SQLsmith] gtsvector_in not implemented - Jira Link: [DB-5010](https://yugabyte.atlassian.net/browse/DB-5010)
### Description
> gtsvector_in not implemented
Seen using SQLsmith, not sure if this is expected.
[DB-5010]: https://yugabyte.atlassian.net/browse/DB-5010?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ | priority | gtsvector in not implemented jira link description gtsvector in not implemented seen using sqlsmith not sure if this is expected | 1 |
404,559 | 11,859,232,886 | IssuesEvent | 2020-03-25 13:01:17 | netdata/netdata | https://api.github.com/repos/netdata/netdata | closed | How can I contribute to go modules? | area/docs feature request priority/medium | <!---
When asking a new question please:
- Verify first that your question wasn't asked before on GitHub.
HINT: Use label "question" when searching for such issues.
- Briefly explain what is the problem you are having
- Try to provide as much information about your environment (OS distribution,
running in container, etc.) as possible to allow us reproduce this bug faster.
- Write which component is affected. We group our components the same way our
code is structured so basically:
component name = dir in top level directory of repository
- Provide a clear and concise description of what you expected to happen.
-->
##### Question summary
I've tried to contribute a go plugin but didn't find an instruction on how to achieve this. There is a link [here](https://github.com/netdata/go.d.plugin/) but it is broken and the contribution link is not working
##### Component Name
go.d
| 1.0 | How can I contribute to go modules? - <!---
When asking a new question please:
- Verify first that your question wasn't asked before on GitHub.
HINT: Use label "question" when searching for such issues.
- Briefly explain what is the problem you are having
- Try to provide as much information about your environment (OS distribution,
running in container, etc.) as possible to allow us reproduce this bug faster.
- Write which component is affected. We group our components the same way our
code is structured so basically:
component name = dir in top level directory of repository
- Provide a clear and concise description of what you expected to happen.
-->
##### Question summary
I've tried to contribute a go plugin but didn't find an instruction on how to achieve this. There is a link [here](https://github.com/netdata/go.d.plugin/) but it is broken and the contribution link is not working
##### Component Name
go.d
| priority | how can i contribute to go modules when asking a new question please verify first that your question wasn t asked before on github hint use label question when searching for such issues briefly explain what is the problem you are having try to provide as much information about your environment os distribution running in container etc as possible to allow us reproduce this bug faster write which component is affected we group our components the same way our code is structured so basically component name dir in top level directory of repository provide a clear and concise description of what you expected to happen question summary i ve tried to contribute a go plugin but didn t find an instruction on how to achieve this there is a link but it is broken and the contribution link is not working component name go d | 1 |
506,466 | 14,665,794,013 | IssuesEvent | 2020-12-29 14:59:18 | MapColonies/catalog-upload-service | https://api.github.com/repos/MapColonies/catalog-upload-service | closed | NiFi poc - strat specific NiFi process after files upload | enhancement priority: medium | - Expected flow
1 - upload files via upload service
2 - the upload process will trigger specific NiFi process (local NiFi) | 1.0 | NiFi poc - strat specific NiFi process after files upload - - Expected flow
1 - upload files via upload service
2 - the upload process will trigger specific NiFi process (local NiFi) | priority | nifi poc strat specific nifi process after files upload expected flow upload files via upload service the upload process will trigger specific nifi process local nifi | 1 |
553,907 | 16,384,977,274 | IssuesEvent | 2021-05-17 09:15:30 | kubesphere/console | https://api.github.com/repos/kubesphere/console | closed | Stage agent label is reset while drawer is blur in pipeline graphic editor | area/devops kind/bug priority/medium | **Describe the bug**
Stage agent label is reset while drawer is blur in pipeline graphical interface.
For UI issues please also add a screenshot that shows the issue.
**Versions used(KubeSphere/Kubernetes)**
KubeSphere:
Kubernetes: (If KubeSphere installer used, you can skip this)
**Environment**
How many nodes and their hardware configuration:
1 master: 4c/8g
1 node: 4c/8g
**To Reproduce**
Steps to reproduce the behavior:
1. Go to DevOps Project
1. Create a pipeline by default
1. Click `Edit Pipeline`
2. Select Custom Pipeline
3. Add a stage
4. Select stage agent type with node
5. Select stage agent label with maven
6. Click outside of drawer
7. Click the stage again
8. See the agent label value(reset by default)
**Expected behavior**
Do not reset my agent label when stage setting drawer is closed without confirming. | 1.0 | Stage agent label is reset while drawer is blur in pipeline graphic editor - **Describe the bug**
Stage agent label is reset while drawer is blur in pipeline graphical interface.
For UI issues please also add a screenshot that shows the issue.
**Versions used(KubeSphere/Kubernetes)**
KubeSphere:
Kubernetes: (If KubeSphere installer used, you can skip this)
**Environment**
How many nodes and their hardware configuration:
1 master: 4c/8g
1 node: 4c/8g
**To Reproduce**
Steps to reproduce the behavior:
1. Go to DevOps Project
1. Create a pipeline by default
1. Click `Edit Pipeline`
2. Select Custom Pipeline
3. Add a stage
4. Select stage agent type with node
5. Select stage agent label with maven
6. Click outside of drawer
7. Click the stage again
8. See the agent label value(reset by default)
**Expected behavior**
Do not reset my agent label when stage setting drawer is closed without confirming. | priority | stage agent label is reset while drawer is blur in pipeline graphic editor describe the bug stage agent label is reset while drawer is blur in pipeline graphical interface for ui issues please also add a screenshot that shows the issue versions used kubesphere kubernetes kubesphere kubernetes if kubesphere installer used you can skip this environment how many nodes and their hardware configuration master node to reproduce steps to reproduce the behavior go to devops project create a pipeline by default click edit pipeline select custom pipeline add a stage select stage agent type with node select stage agent label with maven click outside of drawer click the stage again see the agent label value reset by default expected behavior do not reset my agent label when stage setting drawer is closed without confirming | 1 |
549,934 | 16,101,985,604 | IssuesEvent | 2021-04-27 10:27:58 | snowplow/snowplow-android-tracker | https://api.github.com/repos/snowplow/snowplow-android-tracker | closed | Fix OkHttpClient sslSocketFactory always overriden | priority:medium status:completed type:enhancement | `Emitter.Builder` allows passing a custom `OkHttpClient` while building an `Emitter`. However, that client's `sslSocketFactory` is always being overriden [here](https://github.com/snowplow/snowplow-android-tracker/blob/master/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/tracker/OkHttpNetworkConnection.java#L167).
This prevents enabling certificate pinning or adding some custom certificates to `OkHttpClient` instances. I think Snowplow SDK should not override anything in user provided `OkHttpClient` instance to not break user's OkHttp configuration.
Is it possible to modify that part so that it looks like something similar to following?
```java
if (builder.client == null) {
client = new OkHttpClient.Builder()
.sslSocketFactory(tlsArguments.getSslSocketFactory(), tlsArguments.getTrustManager())
.connectTimeout(15, TimeUnit.SECONDS)
.readTimeout(15, TimeUnit.SECONDS)
.build();
} else {
client = builder.client;
}
```
| 1.0 | Fix OkHttpClient sslSocketFactory always overriden - `Emitter.Builder` allows passing a custom `OkHttpClient` while building an `Emitter`. However, that client's `sslSocketFactory` is always being overriden [here](https://github.com/snowplow/snowplow-android-tracker/blob/master/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/tracker/OkHttpNetworkConnection.java#L167).
This prevents enabling certificate pinning or adding some custom certificates to `OkHttpClient` instances. I think Snowplow SDK should not override anything in user provided `OkHttpClient` instance to not break user's OkHttp configuration.
Is it possible to modify that part so that it looks like something similar to following?
```java
if (builder.client == null) {
client = new OkHttpClient.Builder()
.sslSocketFactory(tlsArguments.getSslSocketFactory(), tlsArguments.getTrustManager())
.connectTimeout(15, TimeUnit.SECONDS)
.readTimeout(15, TimeUnit.SECONDS)
.build();
} else {
client = builder.client;
}
```
| priority | fix okhttpclient sslsocketfactory always overriden emitter builder allows passing a custom okhttpclient while building an emitter however that client s sslsocketfactory is always being overriden this prevents enabling certificate pinning or adding some custom certificates to okhttpclient instances i think snowplow sdk should not override anything in user provided okhttpclient instance to not break user s okhttp configuration is it possible to modify that part so that it looks like something similar to following java if builder client null client new okhttpclient builder sslsocketfactory tlsarguments getsslsocketfactory tlsarguments gettrustmanager connecttimeout timeunit seconds readtimeout timeunit seconds build else client builder client | 1 |
24,425 | 2,667,563,509 | IssuesEvent | 2015-03-22 18:40:51 | warneboldt/frasernw | https://api.github.com/repos/warneboldt/frasernw | opened | Implement "accepting limited new referrals" for clinics | Medium Priority | The "orange check" from specialists should also work for clinics | 1.0 | Implement "accepting limited new referrals" for clinics - The "orange check" from specialists should also work for clinics | priority | implement accepting limited new referrals for clinics the orange check from specialists should also work for clinics | 1 |
55,862 | 3,075,071,685 | IssuesEvent | 2015-08-20 11:27:32 | pavel-pimenov/flylinkdc-r5xx | https://api.github.com/repos/pavel-pimenov/flylinkdc-r5xx | closed | Мелкие хотелки для интерфейса. | bug imported invalid Priority-Medium | _From [[email protected]](https://code.google.com/u/[email protected]/) on February 06, 2011 20:47:35_
Мееееелкие хотелки, поставьте приоритет Ultra Low:
-Копирование информации из лога, правой кнопкой мыши.
-Лишний пункт "показать как текст" на папках, в списках файлов юзеров. И вообще эту функцию следует отключить на файлах больше 1-2 МБ, т.к. это явно не текстовый файл, а программа виснет намертво.
-Во вкладке списка файлов можно было бы добавить пункт, "обновить список" или "перекачать список", иногда кто-то хочет поделиться с тобой какими-либо файлами, а потом оказывается что он их ещё не прохешировал. Он хеширует, а тебе приходиться снова искать его имя чтобы перекачать список файлов.
-Многие пользователи уже привыкли, что во всех программах нажимая на панель управления правой кнопкой, можно сразу войти в меню редактирования состава кнопок, а у вас этого нет. Замечал такое за собой и за другом. r500 b74
_Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=343_ | 1.0 | Мелкие хотелки для интерфейса. - _From [[email protected]](https://code.google.com/u/[email protected]/) on February 06, 2011 20:47:35_
Мееееелкие хотелки, поставьте приоритет Ultra Low:
-Копирование информации из лога, правой кнопкой мыши.
-Лишний пункт "показать как текст" на папках, в списках файлов юзеров. И вообще эту функцию следует отключить на файлах больше 1-2 МБ, т.к. это явно не текстовый файл, а программа виснет намертво.
-Во вкладке списка файлов можно было бы добавить пункт, "обновить список" или "перекачать список", иногда кто-то хочет поделиться с тобой какими-либо файлами, а потом оказывается что он их ещё не прохешировал. Он хеширует, а тебе приходиться снова искать его имя чтобы перекачать список файлов.
-Многие пользователи уже привыкли, что во всех программах нажимая на панель управления правой кнопкой, можно сразу войти в меню редактирования состава кнопок, а у вас этого нет. Замечал такое за собой и за другом. r500 b74
_Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=343_ | priority | мелкие хотелки для интерфейса from on february мееееелкие хотелки поставьте приоритет ultra low копирование информации из лога правой кнопкой мыши лишний пункт показать как текст на папках в списках файлов юзеров и вообще эту функцию следует отключить на файлах больше мб т к это явно не текстовый файл а программа виснет намертво во вкладке списка файлов можно было бы добавить пункт обновить список или перекачать список иногда кто то хочет поделиться с тобой какими либо файлами а потом оказывается что он их ещё не прохешировал он хеширует а тебе приходиться снова искать его имя чтобы перекачать список файлов многие пользователи уже привыкли что во всех программах нажимая на панель управления правой кнопкой можно сразу войти в меню редактирования состава кнопок а у вас этого нет замечал такое за собой и за другом original issue | 1 |
405,327 | 11,871,636,980 | IssuesEvent | 2020-03-26 14:41:00 | tranquilitybase-io/tb-gcp | https://api.github.com/repos/tranquilitybase-io/tb-gcp | opened | Optional deployment of Vault | priority:medium | Split of #138 - part 1.
Vault will be optional deployment in LZ. Refactor the code is required.
New folder _tb-gcp/tb-gcp-tr/options/secrets_ will be created with the following contents:
- main.tf - Create k8s Secrets cluster --> state with prefix /secrets
- other required files by the Secrets cluster
- vault folder
- main.tf – Deploy vault inside K8S security cluster --> state with prefix /secrets/vault
- other required modules by Vault only
- option2 (eventually)
- main.tf – Deploy secrets 2nd option --> state with prefix /secrets/option2
- option3 (eventually)
- main.tf – Deploy secrets 3rd option --> state with prefix /secrets/option3 | 1.0 | Optional deployment of Vault - Split of #138 - part 1.
Vault will be optional deployment in LZ. Refactor the code is required.
New folder _tb-gcp/tb-gcp-tr/options/secrets_ will be created with the following contents:
- main.tf - Create k8s Secrets cluster --> state with prefix /secrets
- other required files by the Secrets cluster
- vault folder
- main.tf – Deploy vault inside K8S security cluster --> state with prefix /secrets/vault
- other required modules by Vault only
- option2 (eventually)
- main.tf – Deploy secrets 2nd option --> state with prefix /secrets/option2
- option3 (eventually)
- main.tf – Deploy secrets 3rd option --> state with prefix /secrets/option3 | priority | optional deployment of vault split of part vault will be optional deployment in lz refactor the code is required new folder tb gcp tb gcp tr options secrets will be created with the following contents main tf create secrets cluster state with prefix secrets other required files by the secrets cluster vault folder main tf – deploy vault inside security cluster state with prefix secrets vault other required modules by vault only eventually main tf – deploy secrets option state with prefix secrets eventually main tf – deploy secrets option state with prefix secrets | 1 |
86,738 | 3,728,753,510 | IssuesEvent | 2016-03-07 02:27:16 | HubTurbo/HubTurbo | https://api.github.com/repos/HubTurbo/HubTurbo | closed | Refactor LabelPickerUILogic.java | aspect-refactoring priority.medium | This class is a good opportunity to practice refactoring skills and also to get used to our coding style.
Things to improve:
* Use more SLAP
* Make methods more testable e.g. if a method doesn't have any side effects, it is easier to test.
* Add header comments to non-trivial methods (comments should explain WHAT and WHY, but not HOW)
The end goal is to make the class easier to understand. | 1.0 | Refactor LabelPickerUILogic.java - This class is a good opportunity to practice refactoring skills and also to get used to our coding style.
Things to improve:
* Use more SLAP
* Make methods more testable e.g. if a method doesn't have any side effects, it is easier to test.
* Add header comments to non-trivial methods (comments should explain WHAT and WHY, but not HOW)
The end goal is to make the class easier to understand. | priority | refactor labelpickeruilogic java this class is a good opportunity to practice refactoring skills and also to get used to our coding style things to improve use more slap make methods more testable e g if a method doesn t have any side effects it is easier to test add header comments to non trivial methods comments should explain what and why but not how the end goal is to make the class easier to understand | 1 |
369,134 | 10,888,589,460 | IssuesEvent | 2019-11-18 16:31:51 | luna/enso | https://api.github.com/repos/luna/enso | opened | Clean the initial Rust AST implementation | Category: Tooling Change: Non-Breaking Difficulty: Core Contributor Priority: Medium Type: Enhancement | ### Summary
Clean-up the code, remove not needed parts, organize common libraries.
### Value
The code should be nice and clean, before we start adding more functionalities into it.
### Specification
All parts that were carried over from basegl without need are removed.
Common libraries are properly split and placed in the proper location.
### Acceptance Criteria & Test Cases
The code with AST is merged to master, having successfully passed the reviews. | 1.0 | Clean the initial Rust AST implementation - ### Summary
Clean-up the code, remove not needed parts, organize common libraries.
### Value
The code should be nice and clean, before we start adding more functionalities into it.
### Specification
All parts that were carried over from basegl without need are removed.
Common libraries are properly split and placed in the proper location.
### Acceptance Criteria & Test Cases
The code with AST is merged to master, having successfully passed the reviews. | priority | clean the initial rust ast implementation summary clean up the code remove not needed parts organize common libraries value the code should be nice and clean before we start adding more functionalities into it specification all parts that were carried over from basegl without need are removed common libraries are properly split and placed in the proper location acceptance criteria test cases the code with ast is merged to master having successfully passed the reviews | 1 |
732,191 | 25,248,211,730 | IssuesEvent | 2022-11-15 12:48:28 | bounswe/bounswe2022group2 | https://api.github.com/repos/bounswe/bounswe2022group2 | closed | Mobile: Implementing Highlighted (Annotated) Text Widget | priority-medium Status: Completed feature mobile | ### Issue Description
As we have already talked about in the lectures and Suzan hoca highlighted, annotations are the key part of the app. I have implemented the annotatable text widget with custom selectable text in issue #505. Now, it's time to implement the widget which will display the annotated parts in a text. Since I implemented the annotatable text widget, it's also my responsibility to implement the highlighted (annotated) text widget. I will either implement a separate widget or integrate the logic into the annotatable text. It will be used under the learning space (chapters, notes, and so on will be annotatable).
### Step Details
Steps that will be performed:
- [x] Do again a detailed research on highlighted and clickable texts with Flutter
- [x] Determine the way/logic that will be used to show annotation in a text
- [x] Implement a generic highlighted (annotated) text widget or integrate the logic to the annotatable text widget to use across the app
- [x] Annotated text will be shown as clickable highlighted text
- [x] Integrate annotated text widget into chapter content
- [x] Test annotation feature on chapter section
### Final Actions
I will test the implementation and widgets created on my real phone. If everything works like a charm, I will open a pull request. If the pull request is approved by at least one teammate, I will merge it and close the issue.
### Deadline of the Issue
12.11.2022 - Saturday [23.59]
### Reviewer
Ezgi Aysel Batı
### Deadline for the Review
13.11.2022 - Sunday [15.00] | 1.0 | Mobile: Implementing Highlighted (Annotated) Text Widget - ### Issue Description
As we have already talked about in the lectures and Suzan hoca highlighted, annotations are the key part of the app. I have implemented the annotatable text widget with custom selectable text in issue #505. Now, it's time to implement the widget which will display the annotated parts in a text. Since I implemented the annotatable text widget, it's also my responsibility to implement the highlighted (annotated) text widget. I will either implement a separate widget or integrate the logic into the annotatable text. It will be used under the learning space (chapters, notes, and so on will be annotatable).
### Step Details
Steps that will be performed:
- [x] Do again a detailed research on highlighted and clickable texts with Flutter
- [x] Determine the way/logic that will be used to show annotation in a text
- [x] Implement a generic highlighted (annotated) text widget or integrate the logic to the annotatable text widget to use across the app
- [x] Annotated text will be shown as clickable highlighted text
- [x] Integrate annotated text widget into chapter content
- [x] Test annotation feature on chapter section
### Final Actions
I will test the implementation and widgets created on my real phone. If everything works like a charm, I will open a pull request. If the pull request is approved by at least one teammate, I will merge it and close the issue.
### Deadline of the Issue
12.11.2022 - Saturday [23.59]
### Reviewer
Ezgi Aysel Batı
### Deadline for the Review
13.11.2022 - Sunday [15.00] | priority | mobile implementing highlighted annotated text widget issue description as we have already talked about in the lectures and suzan hoca highlighted annotations are the key part of the app i have implemented the annotatable text widget with custom selectable text in issue now it s time to implement the widget which will display the annotated parts in a text since i implemented the annotatable text widget it s also my responsibility to implement the highlighted annotated text widget i will either implement a separate widget or integrate the logic into the annotatable text it will be used under the learning space chapters notes and so on will be annotatable step details steps that will be performed do again a detailed research on highlighted and clickable texts with flutter determine the way logic that will be used to show annotation in a text implement a generic highlighted annotated text widget or integrate the logic to the annotatable text widget to use across the app annotated text will be shown as clickable highlighted text integrate annotated text widget into chapter content test annotation feature on chapter section final actions i will test the implementation and widgets created on my real phone if everything works like a charm i will open a pull request if the pull request is approved by at least one teammate i will merge it and close the issue deadline of the issue saturday reviewer ezgi aysel batı deadline for the review sunday | 1 |
244,813 | 7,880,651,777 | IssuesEvent | 2018-06-26 16:31:51 | aowen87/FOO | https://api.github.com/repos/aowen87/FOO | closed | Add ITAPS reader support to the ubuntu distributions. | Expected Use: 3 - Occasional Impact: 3 - Medium OS: All Priority: Normal Support Group: Any Target Version: 2.10.1 feature | I haven't been including the ITAPS reader in the Ubuntu distributions because of difficulties building it. A user has asked about it so I should make the effort to include it. | 1.0 | Add ITAPS reader support to the ubuntu distributions. - I haven't been including the ITAPS reader in the Ubuntu distributions because of difficulties building it. A user has asked about it so I should make the effort to include it. | priority | add itaps reader support to the ubuntu distributions i haven t been including the itaps reader in the ubuntu distributions because of difficulties building it a user has asked about it so i should make the effort to include it | 1 |
715,166 | 24,588,849,336 | IssuesEvent | 2022-10-13 22:50:32 | VoltanFr/memcheck | https://api.github.com/repos/VoltanFr/memcheck | closed | Adpatative sleep time in retries | priority-medium complexity-low | Retries in the Learn page are always done after a 1 second sleep.
This sleep time should increase with retries (similarly to the computing of the timeOut). This happens in `handlePendingMoveOperations`, `downloadCardsIfNeeded`, `handlePendingNotificationRegistrations` and `handlePendingRatingOperations`.
This will save power and bandwidth.
But beware: the user is waiting, and when the train gets out of this long tunnel, he doesn't want to wait for a long time; so don't increase the sleep time too much. I'd say 10ms is a good first sleep time, and we don't want to increase it to more than 5 seconds (or maybe even less?) | 1.0 | Adpatative sleep time in retries - Retries in the Learn page are always done after a 1 second sleep.
This sleep time should increase with retries (similarly to the computing of the timeOut). This happens in `handlePendingMoveOperations`, `downloadCardsIfNeeded`, `handlePendingNotificationRegistrations` and `handlePendingRatingOperations`.
This will save power and bandwidth.
But beware: the user is waiting, and when the train gets out of this long tunnel, he doesn't want to wait for a long time; so don't increase the sleep time too much. I'd say 10ms is a good first sleep time, and we don't want to increase it to more than 5 seconds (or maybe even less?) | priority | adpatative sleep time in retries retries in the learn page are always done after a second sleep this sleep time should increase with retries similarly to the computing of the timeout this happens in handlependingmoveoperations downloadcardsifneeded handlependingnotificationregistrations and handlependingratingoperations this will save power and bandwidth but beware the user is waiting and when the train gets out of this long tunnel he doesn t want to wait for a long time so don t increase the sleep time too much i d say is a good first sleep time and we don t want to increase it to more than seconds or maybe even less | 1 |
604,159 | 18,677,668,891 | IssuesEvent | 2021-10-31 20:46:54 | OpenPerpetuum/PerpetuumServer | https://api.github.com/repos/OpenPerpetuum/PerpetuumServer | opened | Research/proto boost item | Feature Difficulty: Hard Priority: Medium | A Research Boost Item is used to add a x% boost to the prototype efficiency for a particular research tree and level (columns in tree) for x period of time (just enough to kick off a handful of jobs - timer only necessary to cover the start of job, not duration as efficiency of job is stamped at kickoff).
This will be DB heavy to create the item, components, CT, CT capsule etc. Please take note of how to make activatable items (like robot paints) with their attributes, and how they get wired in with category flags. This might deserve a new category! 😱
The [components] table for each item will require X kernels of X type - acting as a renewable kernel sink! (yay)
Once those items are configured add a class for this new item/category that when activated:
- add a buff for research/prototyping of specific entitydefaults selected by research tree and level of the item activated
- Add some manager to handle the buffing, and expiration of bonus, any alerting, events, mails to the character to communicate state
- On production jobs, check if the effect is on the character from the manager, and apply the bonus accordingly
- on the "facility points" query (when player hovers over the facility % efficiency) optionally communicate this point value increase, if possible | 1.0 | Research/proto boost item - A Research Boost Item is used to add a x% boost to the prototype efficiency for a particular research tree and level (columns in tree) for x period of time (just enough to kick off a handful of jobs - timer only necessary to cover the start of job, not duration as efficiency of job is stamped at kickoff).
This will be DB heavy to create the item, components, CT, CT capsule etc. Please take note of how to make activatable items (like robot paints) with their attributes, and how they get wired in with category flags. This might deserve a new category! 😱
The [components] table for each item will require X kernels of X type - acting as a renewable kernel sink! (yay)
Once those items are configured add a class for this new item/category that when activated:
- add a buff for research/prototyping of specific entitydefaults selected by research tree and level of the item activated
- Add some manager to handle the buffing, and expiration of bonus, any alerting, events, mails to the character to communicate state
- On production jobs, check if the effect is on the character from the manager, and apply the bonus accordingly
- on the "facility points" query (when player hovers over the facility % efficiency) optionally communicate this point value increase, if possible | priority | research proto boost item a research boost item is used to add a x boost to the prototype efficiency for a particular research tree and level columns in tree for x period of time just enough to kick off a handful of jobs timer only necessary to cover the start of job not duration as efficiency of job is stamped at kickoff this will be db heavy to create the item components ct ct capsule etc please take note of how to make activatable items like robot paints with their attributes and how they get wired in with category flags this might deserve a new category 😱 the table for each item will require x kernels of x type acting as a renewable kernel sink yay once those items are configured add a class for this new item category that when activated add a buff for research prototyping of specific entitydefaults selected by research tree and level of the item activated add some manager to handle the buffing and expiration of bonus any alerting events mails to the character to communicate state on production jobs check if the effect is on the character from the manager and apply the bonus accordingly on the facility points query when player hovers over the facility efficiency optionally communicate this point value increase if possible | 1 |
364,754 | 10,772,885,076 | IssuesEvent | 2019-11-02 17:17:49 | KKPMW/vim-sendtowindow | https://api.github.com/repos/KKPMW/vim-sendtowindow | closed | An extra carriage return when sending a visual line selection | bug priority: medium | Thank you for this useful plugin!
This is a minor bug, but when I select a text inside a file with `Shift+V` (visual line selection) and then send it to a right window with `<space>l`, the other window appears to receive one additional carriage return symbol.
Specifically, when I am sending the text to an IPython running in a right window, I get a blank cell after the correctly sent text. Note this doesn't appear if I use a regular motion (e.g. `<space>l + $` doesn't have this problem).
Edit: the problem is likely that visual line selection also copies the new line break, so maybe this is not a bug, but it might be worth it to trim/drop the last line break in a copied text that is sent to another window. | 1.0 | An extra carriage return when sending a visual line selection - Thank you for this useful plugin!
This is a minor bug, but when I select a text inside a file with `Shift+V` (visual line selection) and then send it to a right window with `<space>l`, the other window appears to receive one additional carriage return symbol.
Specifically, when I am sending the text to an IPython running in a right window, I get a blank cell after the correctly sent text. Note this doesn't appear if I use a regular motion (e.g. `<space>l + $` doesn't have this problem).
Edit: the problem is likely that visual line selection also copies the new line break, so maybe this is not a bug, but it might be worth it to trim/drop the last line break in a copied text that is sent to another window. | priority | an extra carriage return when sending a visual line selection thank you for this useful plugin this is a minor bug but when i select a text inside a file with shift v visual line selection and then send it to a right window with l the other window appears to receive one additional carriage return symbol specifically when i am sending the text to an ipython running in a right window i get a blank cell after the correctly sent text note this doesn t appear if i use a regular motion e g l doesn t have this problem edit the problem is likely that visual line selection also copies the new line break so maybe this is not a bug but it might be worth it to trim drop the last line break in a copied text that is sent to another window | 1 |