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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
19,082 | 2,616,019,825 | IssuesEvent | 2015-03-02 01:01:08 | jasonhall/bwapi | https://api.github.com/repos/jasonhall/bwapi | closed | patch for 4.01b to make the code work with clang++3.2(mac+brew) | auto-migrated Priority-Medium Type-Patch | ```
I just managed to compile an AIModule with the head files, so I can only
present a patch for the head files.
```
Original issue reported on code.google.com by `c0XT...@gmail.com` on 7 Sep 2013 at 6:29
Attachments:
* [diff.patch](https://storage.googleapis.com/google-code-attachments/bwapi/issue-496/comment-0/diff.patch)
| 1.0 | patch for 4.01b to make the code work with clang++3.2(mac+brew) - ```
I just managed to compile an AIModule with the head files, so I can only
present a patch for the head files.
```
Original issue reported on code.google.com by `c0XT...@gmail.com` on 7 Sep 2013 at 6:29
Attachments:
* [diff.patch](https://storage.googleapis.com/google-code-attachments/bwapi/issue-496/comment-0/diff.patch)
| priority | patch for to make the code work with clang mac brew i just managed to compile an aimodule with the head files so i can only present a patch for the head files original issue reported on code google com by gmail com on sep at attachments | 1 |
48,742 | 2,999,698,170 | IssuesEvent | 2015-07-23 20:25:17 | CenterForOpenScience/osf.io | https://api.github.com/repos/CenterForOpenScience/osf.io | closed | “Unconfirmed Emails” accepts Invalid email addresses. | 5 - pending review bug: production intern priority - medium | # Steps
1. Log into osf.io and go to User Settings
2. Click on Account settings
3. Below Unconfirmed Emails, enter any random character in the format of an email address.
4. Click 'Add Email'
# Expected
Error message will be displayed saying that the email address is invalid
# Actual
It accepts any invalid email address and shows the confirmation message about the confirmation. Email is sent to the invalid email address entered.

| 1.0 | “Unconfirmed Emails” accepts Invalid email addresses. - # Steps
1. Log into osf.io and go to User Settings
2. Click on Account settings
3. Below Unconfirmed Emails, enter any random character in the format of an email address.
4. Click 'Add Email'
# Expected
Error message will be displayed saying that the email address is invalid
# Actual
It accepts any invalid email address and shows the confirmation message about the confirmation. Email is sent to the invalid email address entered.

| priority | “unconfirmed emails” accepts invalid email addresses steps log into osf io and go to user settings click on account settings below unconfirmed emails enter any random character in the format of an email address click add email expected error message will be displayed saying that the email address is invalid actual it accepts any invalid email address and shows the confirmation message about the confirmation email is sent to the invalid email address entered | 1 |
793,774 | 28,009,724,209 | IssuesEvent | 2023-03-27 17:41:26 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | [Build] Build darwin releases packages on mac11 for compatibility | kind/enhancement area/docdb priority/medium | Jira Link: [DB-5953](https://yugabyte.atlassian.net/browse/DB-5953)
### Description
Earlier we switched to building/packaging darwin packages on Monterey (macos12), but that precludes running them on BigSur (macos11), which is still a supported release. So we should switch back and also support this release.
### Warning: Please confirm that this issue does not contain any sensitive information
- [X] I confirm this issue does not contain any sensitive information.
[DB-5953]: https://yugabyte.atlassian.net/browse/DB-5953?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ | 1.0 | [Build] Build darwin releases packages on mac11 for compatibility - Jira Link: [DB-5953](https://yugabyte.atlassian.net/browse/DB-5953)
### Description
Earlier we switched to building/packaging darwin packages on Monterey (macos12), but that precludes running them on BigSur (macos11), which is still a supported release. So we should switch back and also support this release.
### Warning: Please confirm that this issue does not contain any sensitive information
- [X] I confirm this issue does not contain any sensitive information.
[DB-5953]: https://yugabyte.atlassian.net/browse/DB-5953?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ | priority | build darwin releases packages on for compatibility jira link description earlier we switched to building packaging darwin packages on monterey but that precludes running them on bigsur which is still a supported release so we should switch back and also support this release warning please confirm that this issue does not contain any sensitive information i confirm this issue does not contain any sensitive information | 1 |
19,694 | 2,622,160,329 | IssuesEvent | 2015-03-04 00:09:49 | byzhang/terrastore | https://api.github.com/repos/byzhang/terrastore | closed | Implement in-place merge | auto-migrated Milestone-0.8.1 Priority-Medium Project-Terrastore Type-Feature | ```
Update functions are currently executed over a map-based representation of the
stored value, which is expensive to compute in terms of cpu and memory.
While this is useful when the update is complex and/or cannot be easily
determined upfront, it should be possible to execute simpler updates in-place,
over the byte-based representation of the stored value.
```
Original issue reported on code.google.com by `sergio.b...@gmail.com` on 15 Jan 2011 at 5:10
* Blocking: #152 | 1.0 | Implement in-place merge - ```
Update functions are currently executed over a map-based representation of the
stored value, which is expensive to compute in terms of cpu and memory.
While this is useful when the update is complex and/or cannot be easily
determined upfront, it should be possible to execute simpler updates in-place,
over the byte-based representation of the stored value.
```
Original issue reported on code.google.com by `sergio.b...@gmail.com` on 15 Jan 2011 at 5:10
* Blocking: #152 | priority | implement in place merge update functions are currently executed over a map based representation of the stored value which is expensive to compute in terms of cpu and memory while this is useful when the update is complex and or cannot be easily determined upfront it should be possible to execute simpler updates in place over the byte based representation of the stored value original issue reported on code google com by sergio b gmail com on jan at blocking | 1 |
55,463 | 3,073,462,525 | IssuesEvent | 2015-08-19 22:06:23 | RobotiumTech/robotium | https://api.github.com/repos/RobotiumTech/robotium | closed | If the app crash,the robotium test is stoped. | bug imported invalid Priority-Medium | _From [shenlian...@126.com](https://code.google.com/u/101987559597330574296/) on January 15, 2013 01:10:26_
How can run the test cases all along,when its be crashed.
_Original issue: http://code.google.com/p/robotium/issues/detail?id=381_ | 1.0 | If the app crash,the robotium test is stoped. - _From [shenlian...@126.com](https://code.google.com/u/101987559597330574296/) on January 15, 2013 01:10:26_
How can run the test cases all along,when its be crashed.
_Original issue: http://code.google.com/p/robotium/issues/detail?id=381_ | priority | if the app crash the robotium test is stoped from on january how can run the test cases all along when its be crashed original issue | 1 |
567,324 | 16,855,029,714 | IssuesEvent | 2021-06-21 04:52:39 | SilverstoneMC/Silverstone | https://api.github.com/repos/SilverstoneMC/Silverstone | closed | Higher-level/stacked spawners stack with lower spawners | Bug-Unconfirmed Medium Priority | ### World the issue occured in
Main
### Location
_No response_
### My Minecraft username
n0TaN00b473
### What I was doing before/when the issue occurred
I found a mineshaft and a cave spider spawner. I thought I would add it to my spider farm, which had I think a 3 stack cave spider spawner.
### What happened
When I picked it up, it stacked with my 3 spider spawner with the 1 spawner and changed it to a 1.
### What was supposed to happen
They weren't supposed to stack
### Additional details

| 1.0 | Higher-level/stacked spawners stack with lower spawners - ### World the issue occured in
Main
### Location
_No response_
### My Minecraft username
n0TaN00b473
### What I was doing before/when the issue occurred
I found a mineshaft and a cave spider spawner. I thought I would add it to my spider farm, which had I think a 3 stack cave spider spawner.
### What happened
When I picked it up, it stacked with my 3 spider spawner with the 1 spawner and changed it to a 1.
### What was supposed to happen
They weren't supposed to stack
### Additional details

| priority | higher level stacked spawners stack with lower spawners world the issue occured in main location no response my minecraft username what i was doing before when the issue occurred i found a mineshaft and a cave spider spawner i thought i would add it to my spider farm which had i think a stack cave spider spawner what happened when i picked it up it stacked with my spider spawner with the spawner and changed it to a what was supposed to happen they weren t supposed to stack additional details | 1 |
671,874 | 22,779,484,531 | IssuesEvent | 2022-07-08 17:57:08 | istopwg/ippeveselfcert | https://api.github.com/repos/istopwg/ippeveselfcert | closed | document-tests.sh: provide "ipptool" with "-T 240" option to increase the timeout time | priority-medium bug | HP Inc. once again is requesting that the timeout for operations be changed to 240 seconds to allow some of our printers with poor Print-Job operation implementations to be certified. This is basically re-opening Issue #91 but I'm filing it as a separate request.
If Issue #90 were implemented instead, this issue would also be resolved, since almost all real clients use Create-Job / Send-Document rather than Print-Job and the timeout issue in these printers is only with Print-Job. | 1.0 | document-tests.sh: provide "ipptool" with "-T 240" option to increase the timeout time - HP Inc. once again is requesting that the timeout for operations be changed to 240 seconds to allow some of our printers with poor Print-Job operation implementations to be certified. This is basically re-opening Issue #91 but I'm filing it as a separate request.
If Issue #90 were implemented instead, this issue would also be resolved, since almost all real clients use Create-Job / Send-Document rather than Print-Job and the timeout issue in these printers is only with Print-Job. | priority | document tests sh provide ipptool with t option to increase the timeout time hp inc once again is requesting that the timeout for operations be changed to seconds to allow some of our printers with poor print job operation implementations to be certified this is basically re opening issue but i m filing it as a separate request if issue were implemented instead this issue would also be resolved since almost all real clients use create job send document rather than print job and the timeout issue in these printers is only with print job | 1 |
518,580 | 15,030,597,418 | IssuesEvent | 2021-02-02 07:42:37 | Automattic/abacus | https://api.github.com/repos/Automattic/abacus | closed | Handle API Errors | [!priority] medium [component] experimenter interface [type] bug | Currently, there is no API error specific handling in place -- only the page layout and app-level error boundaries.
See the discussion starting at https://github.com/Automattic/abacus/pull/115/files?file-filters%5B%5D=.ts&file-filters%5B%5D=dotfile#r439070572
Some known errors to handle:
400 - BadRequest
401 - Unauthorized
403 - Forbidden
404 - NotFound
409 - Conflict
501 - NotImplemented
| 1.0 | Handle API Errors - Currently, there is no API error specific handling in place -- only the page layout and app-level error boundaries.
See the discussion starting at https://github.com/Automattic/abacus/pull/115/files?file-filters%5B%5D=.ts&file-filters%5B%5D=dotfile#r439070572
Some known errors to handle:
400 - BadRequest
401 - Unauthorized
403 - Forbidden
404 - NotFound
409 - Conflict
501 - NotImplemented
| priority | handle api errors currently there is no api error specific handling in place only the page layout and app level error boundaries see the discussion starting at some known errors to handle badrequest unauthorized forbidden notfound conflict notimplemented | 1 |
744,822 | 25,957,040,886 | IssuesEvent | 2022-12-18 11:26:04 | dogukanarslan/software-development-practice | https://api.github.com/repos/dogukanarslan/software-development-practice | closed | Add timestamps | enhancement priority: medium effort: high state: pending | Currently, pins don't have `created_at` and `updated_at` fields. These fields should be listed.
- [ ] Add `created_at` and `updated_at` fields to Pin model and User model
- [ ] Show `created_at` on pin detail
- [ ] Sort pind by newest to oldest on tables
- [ ] Update existing records on database by finding their creation date on MongoDB | 1.0 | Add timestamps - Currently, pins don't have `created_at` and `updated_at` fields. These fields should be listed.
- [ ] Add `created_at` and `updated_at` fields to Pin model and User model
- [ ] Show `created_at` on pin detail
- [ ] Sort pind by newest to oldest on tables
- [ ] Update existing records on database by finding their creation date on MongoDB | priority | add timestamps currently pins don t have created at and updated at fields these fields should be listed add created at and updated at fields to pin model and user model show created at on pin detail sort pind by newest to oldest on tables update existing records on database by finding their creation date on mongodb | 1 |
30,527 | 2,723,998,934 | IssuesEvent | 2015-04-14 15:32:12 | CruxFramework/crux-widgets | https://api.github.com/repos/CruxFramework/crux-widgets | closed | Invoker is not working with CruxSerializable on 3.0 | bug CruxCore imported Milestone-3.0.1 Priority-Medium | _From [thi...@cruxframework.org](https://code.google.com/u/114650528804514463329/) on November 10, 2010 13:39:09_
What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? Please use labels and text to provide additional information.
_Original issue: http://code.google.com/p/crux-framework/issues/detail?id=226_ | 1.0 | Invoker is not working with CruxSerializable on 3.0 - _From [thi...@cruxframework.org](https://code.google.com/u/114650528804514463329/) on November 10, 2010 13:39:09_
What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? Please use labels and text to provide additional information.
_Original issue: http://code.google.com/p/crux-framework/issues/detail?id=226_ | priority | invoker is not working with cruxserializable on from on november what steps will reproduce the problem what is the expected output what do you see instead please use labels and text to provide additional information original issue | 1 |
284,991 | 8,753,142,819 | IssuesEvent | 2018-12-14 07:10:04 | aowen87/BAR | https://api.github.com/repos/aowen87/BAR | closed | Very slow opening a file. | bug likelihood medium priority reviewed severity medium | Jose reported that when he opens a file from hydra it takes forever, yet with 2.11.0 it opens really fast. He gave me access to his data and I was able to reproduce it.
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.
Ticket number: 2826
Status: Resolved
Project: VisIt
Tracker: Bug
Priority: High
Subject: Very slow opening a file.
Assigned to: Mark Miller
Category: -
Target version: 2.12.3
Author: Eric Brugger
Start: 05/23/2017
Due date:
% Done: 90%
Estimated time:
Created: 05/23/2017 04:59 pm
Updated: 06/08/2017 09:01 pm
Likelihood: 3 - Occasional
Severity: 3 - Major Irritation
Found in version: 2.12.1
Impact:
Expected Use:
OS: All
Support Group: Any
Description:
Jose reported that when he opens a file from hydra it takes forever, yet with 2.11.0 it opens really fast. He gave me access to his data and I was able to reproduce it.
Comments:
This was a case of a silo file with namescheme'd multiblock objects with missing blocks. The plugin would hunt and hunt for first nonmissing block. It is an invalid silo file. Nonetheless, VisIt should not behave this way with it. I adjusted logic to stop looking for a non-empty block after the 20th attempt.
| 1.0 | Very slow opening a file. - Jose reported that when he opens a file from hydra it takes forever, yet with 2.11.0 it opens really fast. He gave me access to his data and I was able to reproduce it.
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.
Ticket number: 2826
Status: Resolved
Project: VisIt
Tracker: Bug
Priority: High
Subject: Very slow opening a file.
Assigned to: Mark Miller
Category: -
Target version: 2.12.3
Author: Eric Brugger
Start: 05/23/2017
Due date:
% Done: 90%
Estimated time:
Created: 05/23/2017 04:59 pm
Updated: 06/08/2017 09:01 pm
Likelihood: 3 - Occasional
Severity: 3 - Major Irritation
Found in version: 2.12.1
Impact:
Expected Use:
OS: All
Support Group: Any
Description:
Jose reported that when he opens a file from hydra it takes forever, yet with 2.11.0 it opens really fast. He gave me access to his data and I was able to reproduce it.
Comments:
This was a case of a silo file with namescheme'd multiblock objects with missing blocks. The plugin would hunt and hunt for first nonmissing block. It is an invalid silo file. Nonetheless, VisIt should not behave this way with it. I adjusted logic to stop looking for a non-empty block after the 20th attempt.
| priority | very slow opening a file jose reported that when he opens a file from hydra it takes forever yet with it opens really fast he gave me access to his data and i was able to reproduce it redmine migration this ticket was migrated from redmine as such not all information was able to be captured in the transition below is a complete record of the original redmine ticket ticket number status resolved project visit tracker bug priority high subject very slow opening a file assigned to mark miller category target version author eric brugger start due date done estimated time created pm updated pm likelihood occasional severity major irritation found in version impact expected use os all support group any description jose reported that when he opens a file from hydra it takes forever yet with it opens really fast he gave me access to his data and i was able to reproduce it comments this was a case of a silo file with namescheme d multiblock objects with missing blocks the plugin would hunt and hunt for first nonmissing block it is an invalid silo file nonetheless visit should not behave this way with it i adjusted logic to stop looking for a non empty block after the attempt | 1 |
411,716 | 12,030,994,330 | IssuesEvent | 2020-04-13 08:40:00 | way-of-elendil/3.3.5 | https://api.github.com/repos/way-of-elendil/3.3.5 | closed | NPC: Serfex le Saccageur | bug priority-medium type-quest | **Description**
Entry: 28083
Je ne le trouve pas, il a plusieurs points de spawn, peut-être un soucis là dessus ?
| 1.0 | NPC: Serfex le Saccageur - **Description**
Entry: 28083
Je ne le trouve pas, il a plusieurs points de spawn, peut-être un soucis là dessus ?
| priority | npc serfex le saccageur description entry je ne le trouve pas il a plusieurs points de spawn peut être un soucis là dessus | 1 |
75,294 | 3,461,471,399 | IssuesEvent | 2015-12-20 03:32:58 | amyshang77/custard-cache | https://api.github.com/repos/amyshang77/custard-cache | closed | Code review request | auto-migrated Priority-Medium Type-Review | ```
I have checked some of the classes and I was thinking of including a
reference, or include some code snippets in my next articles
(refer to your open source project) if you are interested or maybe
highlighting it in my articles
Thanks,
Ahmed Ali
http://javalandscape.blogspot.com/
```
Original issue reported on code.google.com by `sneak...@gmail.com` on 20 Jan 2009 at 11:27 | 1.0 | Code review request - ```
I have checked some of the classes and I was thinking of including a
reference, or include some code snippets in my next articles
(refer to your open source project) if you are interested or maybe
highlighting it in my articles
Thanks,
Ahmed Ali
http://javalandscape.blogspot.com/
```
Original issue reported on code.google.com by `sneak...@gmail.com` on 20 Jan 2009 at 11:27 | priority | code review request i have checked some of the classes and i was thinking of including a reference or include some code snippets in my next articles refer to your open source project if you are interested or maybe highlighting it in my articles thanks ahmed ali original issue reported on code google com by sneak gmail com on jan at | 1 |
598,110 | 18,236,788,443 | IssuesEvent | 2021-10-01 08:01:08 | Undecided-Discord/Oshavery-Server | https://api.github.com/repos/Undecided-Discord/Oshavery-Server | closed | ログの出力を一部Chalkを使うようにする | ✨Feature Priority: medium | ## 概要
<!-- 概要を書いてください -->
ログの出力を`chalk`を使うようにする
## なぜIssueを作ったか
<!-- Issueを作ろうと思った理由 -->
色付き出力のエスケープシーケンスを打つのが面倒なので...
## 参考
<!-- 参考になるものがあれば貼ってください -->
## 必要なこと
<!-- わかるのであればタスク一覧を書いてください -->
| 1.0 | ログの出力を一部Chalkを使うようにする - ## 概要
<!-- 概要を書いてください -->
ログの出力を`chalk`を使うようにする
## なぜIssueを作ったか
<!-- Issueを作ろうと思った理由 -->
色付き出力のエスケープシーケンスを打つのが面倒なので...
## 参考
<!-- 参考になるものがあれば貼ってください -->
## 必要なこと
<!-- わかるのであればタスク一覧を書いてください -->
| priority | ログの出力を一部chalkを使うようにする 概要 ログの出力を chalk を使うようにする なぜissueを作ったか 色付き出力のエスケープシーケンスを打つのが面倒なので 参考 必要なこと | 1 |
383,282 | 11,353,877,666 | IssuesEvent | 2020-01-24 16:24:39 | appsody/tekton-example | https://api.github.com/repos/appsody/tekton-example | closed | Convert the extract phase of the pipeline to use Buildah | good first issue priority/medium | Currently, the pipeline uses `docker` for `appsody extract`, which isn't working on OCP. Should convert that step to using `buildah`. This is achievable by using the `appsody-buildah` image rather than the `appsody-docker` image. | 1.0 | Convert the extract phase of the pipeline to use Buildah - Currently, the pipeline uses `docker` for `appsody extract`, which isn't working on OCP. Should convert that step to using `buildah`. This is achievable by using the `appsody-buildah` image rather than the `appsody-docker` image. | priority | convert the extract phase of the pipeline to use buildah currently the pipeline uses docker for appsody extract which isn t working on ocp should convert that step to using buildah this is achievable by using the appsody buildah image rather than the appsody docker image | 1 |
421,609 | 12,259,166,192 | IssuesEvent | 2020-05-06 16:10:19 | momentum-mod/game | https://api.github.com/repos/momentum-mod/game | closed | Convert the rest of the UI to use cvar-tied vgui controls where appropriate | Priority: Medium Size: Small Type: Enhancement | **What feature is your improvement idea related to? Please describe.**
Now that the momentum settings pages are converted and the GameUI dialogs are being converted, the other UI that uses `CvarSlider`, `CvarComboBox`, `CvarTextEntry`, etc. needs to be converted.
These are:
- Zone Menu - Complete #711
- Paint gun panel - Complete #712
- Replay UI - Complete #713
**Describe the solution you'd like**
- Convert the instantiation of `CvarSlider` to use auto-apply where appropriate.
- Add `CvarTextEntry` number format overrides & numeric only flag. Convert cvar-tied `TextEntry`'s to `CvarTextEntry`.
- Convert cvar-tied `ComboBox`'s to `CvarComboBox`.
| 1.0 | Convert the rest of the UI to use cvar-tied vgui controls where appropriate - **What feature is your improvement idea related to? Please describe.**
Now that the momentum settings pages are converted and the GameUI dialogs are being converted, the other UI that uses `CvarSlider`, `CvarComboBox`, `CvarTextEntry`, etc. needs to be converted.
These are:
- Zone Menu - Complete #711
- Paint gun panel - Complete #712
- Replay UI - Complete #713
**Describe the solution you'd like**
- Convert the instantiation of `CvarSlider` to use auto-apply where appropriate.
- Add `CvarTextEntry` number format overrides & numeric only flag. Convert cvar-tied `TextEntry`'s to `CvarTextEntry`.
- Convert cvar-tied `ComboBox`'s to `CvarComboBox`.
| priority | convert the rest of the ui to use cvar tied vgui controls where appropriate what feature is your improvement idea related to please describe now that the momentum settings pages are converted and the gameui dialogs are being converted the other ui that uses cvarslider cvarcombobox cvartextentry etc needs to be converted these are zone menu complete paint gun panel complete replay ui complete describe the solution you d like convert the instantiation of cvarslider to use auto apply where appropriate add cvartextentry number format overrides numeric only flag convert cvar tied textentry s to cvartextentry convert cvar tied combobox s to cvarcombobox | 1 |
207,343 | 7,127,400,665 | IssuesEvent | 2018-01-20 21:15:09 | FRC2706/2706Dashboard | https://api.github.com/repos/FRC2706/2706Dashboard | opened | Preventative measures for accidentally closing the Dashboard during a match | Medium Priority story | As it stands right now, the Dashboard can be closed quite easily even when it is connected to a robot. It may be a good idea for the user to have to double click the exit button to close the dashboard while it is connected to a robot, or something of that sort, to prevent accidental closings. | 1.0 | Preventative measures for accidentally closing the Dashboard during a match - As it stands right now, the Dashboard can be closed quite easily even when it is connected to a robot. It may be a good idea for the user to have to double click the exit button to close the dashboard while it is connected to a robot, or something of that sort, to prevent accidental closings. | priority | preventative measures for accidentally closing the dashboard during a match as it stands right now the dashboard can be closed quite easily even when it is connected to a robot it may be a good idea for the user to have to double click the exit button to close the dashboard while it is connected to a robot or something of that sort to prevent accidental closings | 1 |
647,573 | 21,111,441,050 | IssuesEvent | 2022-04-05 02:23:15 | GDSCUTM-CommunityProjects/UTimeManager | https://api.github.com/repos/GDSCUTM-CommunityProjects/UTimeManager | closed | UserStory: Getting a task | Backend: Enhancement Priority: Medium | As a user, I want to get my tasks so that I have all the details about it
**Acceptance Criteria**
- [x] When fetching a task (by id), it should return all the information associated with it
- [x] Tasks should also be able to be fetched in bulk (By day or fetching all tasks)
- [x] Ensuring that we're only obtaining the correct user's task
- [x] When fetching task (by id) that doesn't exist for a user, the appropriate response should be returned
**Sub Tasks**
- [x] Creating the GET task route (GET /tasks/) (GET /tasks/:id) (GET /tasks/day/:day)
**Additional Comments**
| 1.0 | UserStory: Getting a task - As a user, I want to get my tasks so that I have all the details about it
**Acceptance Criteria**
- [x] When fetching a task (by id), it should return all the information associated with it
- [x] Tasks should also be able to be fetched in bulk (By day or fetching all tasks)
- [x] Ensuring that we're only obtaining the correct user's task
- [x] When fetching task (by id) that doesn't exist for a user, the appropriate response should be returned
**Sub Tasks**
- [x] Creating the GET task route (GET /tasks/) (GET /tasks/:id) (GET /tasks/day/:day)
**Additional Comments**
| priority | userstory getting a task as a user i want to get my tasks so that i have all the details about it acceptance criteria when fetching a task by id it should return all the information associated with it tasks should also be able to be fetched in bulk by day or fetching all tasks ensuring that we re only obtaining the correct user s task when fetching task by id that doesn t exist for a user the appropriate response should be returned sub tasks creating the get task route get tasks get tasks id get tasks day day additional comments | 1 |
266,778 | 8,375,031,969 | IssuesEvent | 2018-10-05 15:15:35 | huridocs/uwazi | https://api.github.com/repos/huridocs/uwazi | closed | Review "Password" label translation | Priority: Medium | Some users have reported that their password field is being displayed as "Login failed":
1. Review the blank state fixtures to make sure this is fixed.
2. Create a migration so that this is updated in all current instances.

| 1.0 | Review "Password" label translation - Some users have reported that their password field is being displayed as "Login failed":
1. Review the blank state fixtures to make sure this is fixed.
2. Create a migration so that this is updated in all current instances.

| priority | review password label translation some users have reported that their password field is being displayed as login failed review the blank state fixtures to make sure this is fixed create a migration so that this is updated in all current instances | 1 |
312,696 | 9,551,704,605 | IssuesEvent | 2019-05-02 15:00:27 | wherebyus/general-tasks | https://api.github.com/repos/wherebyus/general-tasks | closed | Draft Membership transfer communication plan for PIT | Priority: Medium Type: Content Strategy Type: Task | USER COMMUNICATION: How do we communicate that theincline.com is now owned by WBU with a new format? Needs to take into account membership
DOD
- [ ] The copy | 1.0 | Draft Membership transfer communication plan for PIT - USER COMMUNICATION: How do we communicate that theincline.com is now owned by WBU with a new format? Needs to take into account membership
DOD
- [ ] The copy | priority | draft membership transfer communication plan for pit user communication how do we communicate that theincline com is now owned by wbu with a new format needs to take into account membership dod the copy | 1 |
414,722 | 12,110,752,899 | IssuesEvent | 2020-04-21 10:59:04 | maths300/lessons | https://api.github.com/repos/maths300/lessons | opened | snakes & ladders: default board layout doesn't match lesson | priority: medium type: bug | Lesson: Snakes & ladders
The default board layout from the lesson plan seems to be important for the maths involved in the lesson. It can be seen below:

The new software has a different default board. There may be a special reason I don't know about, but this seems to conflict with the lesson plan.

| 1.0 | snakes & ladders: default board layout doesn't match lesson - Lesson: Snakes & ladders
The default board layout from the lesson plan seems to be important for the maths involved in the lesson. It can be seen below:

The new software has a different default board. There may be a special reason I don't know about, but this seems to conflict with the lesson plan.

| priority | snakes ladders default board layout doesn t match lesson lesson snakes ladders the default board layout from the lesson plan seems to be important for the maths involved in the lesson it can be seen below the new software has a different default board there may be a special reason i don t know about but this seems to conflict with the lesson plan | 1 |
711,597 | 24,469,049,684 | IssuesEvent | 2022-10-07 17:49:44 | Unity-Technologies/com.unity.netcode.gameobjects | https://api.github.com/repos/Unity-Technologies/com.unity.netcode.gameobjects | closed | NetworkList permissions and behaviour | type:bug priority:medium stat:imported | ### Description
I wanted to share some testing I've done and to get an idea on what should and shouldn't be expected in different scenarios of writing to a network list with different permissions.
I have a client and server/host setup spawning a network object that contains a list of integers. It also has a network variable with owner permissions which is relevant in scenario 3.
1. Server spawns object without ownership and populates list:
Server can write to list, changes are sent to client
Client can write to list, changes remain local
2. Server spawns object without ownership, populates list, list has WritePermission.Owner:
Server can write to list, changes are not sent to client
Client can write to list, changes remain local
3. Server spawns object with client ownership and populates list:
Server can write to list, changes are sent to client
Client can write to list, changes remain local
If the client writes to the network variable this triggers a send from the server of all the list values in the form of OnListChanged events so the client ends up with a list twice as large as the server.
4. Server spawns object with client ownership, populates list, list has WritePermission.Owner.
Server can write to list, changes remain local
Client can write to list, changes are sent to server
From the testing there looks to be inconsistency in how writing to NetworkLists and NetworkVariables you don't own are handled, with the former it's allowed and with the latter an exception is thrown. There is also the weird issue of the server resending the list values in scenario 3.
I've attached the files from the testing in case you want to try it yourself. To run add StartScene and NetworkListSpawnScene to your project build settings.
### Environment
- OS: macOS Big Sur
- Unity Version: 2021 LTS
- Netcode Version: develop
[network_permissions.unitypackage.zip](https://github.com/Unity-Technologies/com.unity.netcode.gameobjects/files/9433132/network_permissions.unitypackage.zip)
| 1.0 | NetworkList permissions and behaviour - ### Description
I wanted to share some testing I've done and to get an idea on what should and shouldn't be expected in different scenarios of writing to a network list with different permissions.
I have a client and server/host setup spawning a network object that contains a list of integers. It also has a network variable with owner permissions which is relevant in scenario 3.
1. Server spawns object without ownership and populates list:
Server can write to list, changes are sent to client
Client can write to list, changes remain local
2. Server spawns object without ownership, populates list, list has WritePermission.Owner:
Server can write to list, changes are not sent to client
Client can write to list, changes remain local
3. Server spawns object with client ownership and populates list:
Server can write to list, changes are sent to client
Client can write to list, changes remain local
If the client writes to the network variable this triggers a send from the server of all the list values in the form of OnListChanged events so the client ends up with a list twice as large as the server.
4. Server spawns object with client ownership, populates list, list has WritePermission.Owner.
Server can write to list, changes remain local
Client can write to list, changes are sent to server
From the testing there looks to be inconsistency in how writing to NetworkLists and NetworkVariables you don't own are handled, with the former it's allowed and with the latter an exception is thrown. There is also the weird issue of the server resending the list values in scenario 3.
I've attached the files from the testing in case you want to try it yourself. To run add StartScene and NetworkListSpawnScene to your project build settings.
### Environment
- OS: macOS Big Sur
- Unity Version: 2021 LTS
- Netcode Version: develop
[network_permissions.unitypackage.zip](https://github.com/Unity-Technologies/com.unity.netcode.gameobjects/files/9433132/network_permissions.unitypackage.zip)
| priority | networklist permissions and behaviour description i wanted to share some testing i ve done and to get an idea on what should and shouldn t be expected in different scenarios of writing to a network list with different permissions i have a client and server host setup spawning a network object that contains a list of integers it also has a network variable with owner permissions which is relevant in scenario server spawns object without ownership and populates list server can write to list changes are sent to client client can write to list changes remain local server spawns object without ownership populates list list has writepermission owner server can write to list changes are not sent to client client can write to list changes remain local server spawns object with client ownership and populates list server can write to list changes are sent to client client can write to list changes remain local if the client writes to the network variable this triggers a send from the server of all the list values in the form of onlistchanged events so the client ends up with a list twice as large as the server server spawns object with client ownership populates list list has writepermission owner server can write to list changes remain local client can write to list changes are sent to server from the testing there looks to be inconsistency in how writing to networklists and networkvariables you don t own are handled with the former it s allowed and with the latter an exception is thrown there is also the weird issue of the server resending the list values in scenario i ve attached the files from the testing in case you want to try it yourself to run add startscene and networklistspawnscene to your project build settings environment os macos big sur unity version lts netcode version develop | 1 |
790,780 | 27,836,488,043 | IssuesEvent | 2023-03-20 09:51:04 | AY2223S2-CS2113T-T09-4/tp | https://api.github.com/repos/AY2223S2-CS2113T-T09-4/tp | closed | Implement Grade Calculator | type.Task priority.Medium | Allows the user to calculate their Cumulative Average Point (CAP) based on graded modules | 1.0 | Implement Grade Calculator - Allows the user to calculate their Cumulative Average Point (CAP) based on graded modules | priority | implement grade calculator allows the user to calculate their cumulative average point cap based on graded modules | 1 |
183,588 | 6,689,780,905 | IssuesEvent | 2017-10-09 05:24:53 | TheValarProject/AwakenDreamsClient | https://api.github.com/repos/TheValarProject/AwakenDreamsClient | closed | Improve bed model | enhancement priority-medium | The bed model of the mod beds can be improved with some simple modifications so that the wood legs that extend down are solid rather than just a texture on the outside. Also the bottom of the bed currently does not extend down far enough to be flush with the frame, so that should also be changed. | 1.0 | Improve bed model - The bed model of the mod beds can be improved with some simple modifications so that the wood legs that extend down are solid rather than just a texture on the outside. Also the bottom of the bed currently does not extend down far enough to be flush with the frame, so that should also be changed. | priority | improve bed model the bed model of the mod beds can be improved with some simple modifications so that the wood legs that extend down are solid rather than just a texture on the outside also the bottom of the bed currently does not extend down far enough to be flush with the frame so that should also be changed | 1 |
448,322 | 12,947,796,140 | IssuesEvent | 2020-07-19 01:12:55 | alanqchen/Bear-Post | https://api.github.com/repos/alanqchen/Bear-Post | closed | Change paginate API to use GET instead of POST | Medium Priority backend enhancement | Currently, the paginate endpoint uses the `POST` request instead of the more fitting `GET`. The `maxID` should be moved from being passed in a JSON body to a parameter in the URL. | 1.0 | Change paginate API to use GET instead of POST - Currently, the paginate endpoint uses the `POST` request instead of the more fitting `GET`. The `maxID` should be moved from being passed in a JSON body to a parameter in the URL. | priority | change paginate api to use get instead of post currently the paginate endpoint uses the post request instead of the more fitting get the maxid should be moved from being passed in a json body to a parameter in the url | 1 |
25,816 | 2,683,999,041 | IssuesEvent | 2015-03-28 15:14:27 | ConEmu/old-issues | https://api.github.com/repos/ConEmu/old-issues | opened | PicView: Prefetch невозможно остановить по Esc | 1 star bug imported Priority-Medium | _From [inmat...@gmail.com](https://code.google.com/u/117908688306833475803/) on March 10, 2011 09:59:04_
Функция предварительной загрузки картинки иногда сильно осложняет жизнь. Пример: просмотр объемных картинок, после показа очередной картинки PicView неск. секунд ни на что не реагирует, пока не загрузит следующую картинку в буфер. Особенно заметно, когда смотришь raw-ы.
_Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=378_ | 1.0 | PicView: Prefetch невозможно остановить по Esc - _From [inmat...@gmail.com](https://code.google.com/u/117908688306833475803/) on March 10, 2011 09:59:04_
Функция предварительной загрузки картинки иногда сильно осложняет жизнь. Пример: просмотр объемных картинок, после показа очередной картинки PicView неск. секунд ни на что не реагирует, пока не загрузит следующую картинку в буфер. Особенно заметно, когда смотришь raw-ы.
_Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=378_ | priority | picview prefetch невозможно остановить по esc from on march функция предварительной загрузки картинки иногда сильно осложняет жизнь пример просмотр объемных картинок после показа очередной картинки picview неск секунд ни на что не реагирует пока не загрузит следующую картинку в буфер особенно заметно когда смотришь raw ы original issue | 1 |
466,933 | 13,437,488,838 | IssuesEvent | 2020-09-07 16:01:13 | flextype/flextype | https://api.github.com/repos/flextype/flextype | opened | Use filp/whoops instead of zeuxisoo/slim-whoops | priority: medium type: feature | We should use native **filp/whoops** instead of legacy **zeuxisoo/slim-whoops** | 1.0 | Use filp/whoops instead of zeuxisoo/slim-whoops - We should use native **filp/whoops** instead of legacy **zeuxisoo/slim-whoops** | priority | use filp whoops instead of zeuxisoo slim whoops we should use native filp whoops instead of legacy zeuxisoo slim whoops | 1 |
16,606 | 2,615,119,763 | IssuesEvent | 2015-03-01 05:45:49 | chrsmith/google-api-java-client | https://api.github.com/repos/chrsmith/google-api-java-client | closed | Spreadsheets API | auto-migrated Priority-Medium Type-Sample | ```
Which API and version (e.g. Google Calendar Data API version 2)?
Spreadsheet API
What format (e.g. JSON, Atom)?
What Authentation (e.g. OAuth, OAuth 2, Android, ClientLogin)?
Android
Java environment (e.g. Java 6, Android 2.3, App Engine 1.4.2)?
Android
```
Original issue reported on code.google.com by `christop...@gmail.com` on 6 Apr 2011 at 2:44
* Merged into: #66 | 1.0 | Spreadsheets API - ```
Which API and version (e.g. Google Calendar Data API version 2)?
Spreadsheet API
What format (e.g. JSON, Atom)?
What Authentation (e.g. OAuth, OAuth 2, Android, ClientLogin)?
Android
Java environment (e.g. Java 6, Android 2.3, App Engine 1.4.2)?
Android
```
Original issue reported on code.google.com by `christop...@gmail.com` on 6 Apr 2011 at 2:44
* Merged into: #66 | priority | spreadsheets api which api and version e g google calendar data api version spreadsheet api what format e g json atom what authentation e g oauth oauth android clientlogin android java environment e g java android app engine android original issue reported on code google com by christop gmail com on apr at merged into | 1 |
608,436 | 18,839,021,954 | IssuesEvent | 2021-11-11 07:00:51 | KuhlTime/hsd-markdown-thesis | https://api.github.com/repos/KuhlTime/hsd-markdown-thesis | opened | Fix Color Highlighting | Priority: Medium Type: Maintanance ⚠️ | The syntax highlighting isn't configured properly and probably needs some maintenance. | 1.0 | Fix Color Highlighting - The syntax highlighting isn't configured properly and probably needs some maintenance. | priority | fix color highlighting the syntax highlighting isn t configured properly and probably needs some maintenance | 1 |
21,943 | 2,643,365,012 | IssuesEvent | 2015-03-12 10:24:08 | hasgeek/hasjob | https://api.github.com/repos/hasgeek/hasjob | closed | Job sharing using Facebook | enhancement priority-medium | Currently "Tweet This" or "Email This" options are available. There should be option so that user can share job using Facebook like share on Facebook. | 1.0 | Job sharing using Facebook - Currently "Tweet This" or "Email This" options are available. There should be option so that user can share job using Facebook like share on Facebook. | priority | job sharing using facebook currently tweet this or email this options are available there should be option so that user can share job using facebook like share on facebook | 1 |
462,291 | 13,244,169,937 | IssuesEvent | 2020-08-19 12:39:41 | RobotLocomotion/drake | https://api.github.com/repos/RobotLocomotion/drake | opened | Parsing zero mass bodies. | component: multibody plant priority: medium type: bug | This is from a [Slack discussion](https://drakedevelopers.slack.com/archives/C2WBPQDB7/p1597783243328300).
When using SDF parsing @avalenzu gets the "The resulting spatial inertia ... is not physically valid" error. However he can create a zero spatial inertia with mass=0, p_PScm_E=[0, 0, 0] and G_SP_E=UnitInertia([0, 0, 0]).
### The problem
`ExtractSpatialInertiaAboutBoExpressedInB()` in `detail_sdf_parser.cc` makes use of `MakeFromCentralInertia()`, which assumes `mass > 0`
**Note I**, zero spatial inertias are supported in our math, that is why programmatically creating zero spatial inertias is allowed.
**Note II**, `MakeFromCentralInertia()` assumes `mass>0`, however this is missing proper docs and throws from somwehere else buried in the code.
### A solution
We can make `ExtractSpatialInertiaAboutBoExpressedInB()` to programmatically create a zero spatial inertia as Andres did when we have `mass = 0`.
### Question
- Do we have the same problem in URDF?
- Does sdformat allow `m=0`? (I (Alejandro) remember at some point in the past there was some hardcoded minimum value).
| 1.0 | Parsing zero mass bodies. - This is from a [Slack discussion](https://drakedevelopers.slack.com/archives/C2WBPQDB7/p1597783243328300).
When using SDF parsing @avalenzu gets the "The resulting spatial inertia ... is not physically valid" error. However he can create a zero spatial inertia with mass=0, p_PScm_E=[0, 0, 0] and G_SP_E=UnitInertia([0, 0, 0]).
### The problem
`ExtractSpatialInertiaAboutBoExpressedInB()` in `detail_sdf_parser.cc` makes use of `MakeFromCentralInertia()`, which assumes `mass > 0`
**Note I**, zero spatial inertias are supported in our math, that is why programmatically creating zero spatial inertias is allowed.
**Note II**, `MakeFromCentralInertia()` assumes `mass>0`, however this is missing proper docs and throws from somwehere else buried in the code.
### A solution
We can make `ExtractSpatialInertiaAboutBoExpressedInB()` to programmatically create a zero spatial inertia as Andres did when we have `mass = 0`.
### Question
- Do we have the same problem in URDF?
- Does sdformat allow `m=0`? (I (Alejandro) remember at some point in the past there was some hardcoded minimum value).
| priority | parsing zero mass bodies this is from a when using sdf parsing avalenzu gets the the resulting spatial inertia is not physically valid error however he can create a zero spatial inertia with mass p pscm e and g sp e unitinertia the problem extractspatialinertiaaboutboexpressedinb in detail sdf parser cc makes use of makefromcentralinertia which assumes mass note i zero spatial inertias are supported in our math that is why programmatically creating zero spatial inertias is allowed note ii makefromcentralinertia assumes mass however this is missing proper docs and throws from somwehere else buried in the code a solution we can make extractspatialinertiaaboutboexpressedinb to programmatically create a zero spatial inertia as andres did when we have mass question do we have the same problem in urdf does sdformat allow m i alejandro remember at some point in the past there was some hardcoded minimum value | 1 |
48,751 | 2,999,751,339 | IssuesEvent | 2015-07-23 20:41:49 | CenterForOpenScience/osf.io | https://api.github.com/repos/CenterForOpenScience/osf.io | closed | Project Overview: The pages on the 'Add Links' modal take a longer time to render on production | bug: production enhancement priority - medium | # Steps
1. Go to osf.io
2. Go to a project for which you have admin access
3. On the project overview page, click on 'Add Links'
4. Type 'a' on the modal and click on 'Search all projects'
5. Click the right arrow to go through the list of suggested projects
# Expected
The user would be able to go to the next page of results without delay as on staging

# Actual
There is about a 1.5 second delay before the next page of results is displayed

| 1.0 | Project Overview: The pages on the 'Add Links' modal take a longer time to render on production - # Steps
1. Go to osf.io
2. Go to a project for which you have admin access
3. On the project overview page, click on 'Add Links'
4. Type 'a' on the modal and click on 'Search all projects'
5. Click the right arrow to go through the list of suggested projects
# Expected
The user would be able to go to the next page of results without delay as on staging

# Actual
There is about a 1.5 second delay before the next page of results is displayed

| priority | project overview the pages on the add links modal take a longer time to render on production steps go to osf io go to a project for which you have admin access on the project overview page click on add links type a on the modal and click on search all projects click the right arrow to go through the list of suggested projects expected the user would be able to go to the next page of results without delay as on staging actual there is about a second delay before the next page of results is displayed | 1 |
40,617 | 2,868,931,932 | IssuesEvent | 2015-06-05 22:02:17 | dart-lang/pub | https://api.github.com/repos/dart-lang/pub | closed | Request to host package | Fixed Priority-Medium Type-Task | _Originally opened as dart-lang/sdk#6347_
*This issue was originally filed by chri...@gmail.com*
_____
https://github.com/eee-c/hipster-mvc | 1.0 | Request to host package - _Originally opened as dart-lang/sdk#6347_
*This issue was originally filed by chri...@gmail.com*
_____
https://github.com/eee-c/hipster-mvc | priority | request to host package originally opened as dart lang sdk this issue was originally filed by chri gmail com | 1 |
177,272 | 6,576,281,350 | IssuesEvent | 2017-09-11 19:12:48 | opencurrents/opencurrents | https://api.github.com/repos/opencurrents/opencurrents | closed | Send email to Max and Danny when social org applies for pilot | priority medium | Please check to see if any new orgs have applied. | 1.0 | Send email to Max and Danny when social org applies for pilot - Please check to see if any new orgs have applied. | priority | send email to max and danny when social org applies for pilot please check to see if any new orgs have applied | 1 |
790,898 | 27,841,046,021 | IssuesEvent | 2023-03-20 12:48:01 | cds-snc/notification-planning | https://api.github.com/repos/cds-snc/notification-planning | closed | Notify and Privacy Act Request Flow | Medium Priority | Priorité moyenne Policy l Politique | _Give your user story a simple, clear title_
## Description
We need to make sure that CDS products (and Notify) have a standard / straightforward way for departmental teams to pull their info in response to an ATIP request.
GC Notify needs to document this process if an ATIP request comes in so that we can: 1) understand what information we can/ can't provide, 2) respond to ATIP requests in a timely manner, and 3) Support strategic policy on this ATIP front on how this may change with amendments.
This documentation is due by the end of May.
WHY are we building?
WHAT are we building?
VALUE created by our solution
## Acceptance Criteria** (Definition of done)
_To be refined through discussion with the team_
Given some context, when (X) action occurs, then (Y) outcome is achieved
- [x] Define what kind of info could be pulled from Notify service
- [x] Define what kind of info could be pulled related to P/Ts
- [x] Explain how our retention policies impact ATIP requests
## QA Steps
- [ ] Tested in a realistic production scenario
| 1.0 | Notify and Privacy Act Request Flow - _Give your user story a simple, clear title_
## Description
We need to make sure that CDS products (and Notify) have a standard / straightforward way for departmental teams to pull their info in response to an ATIP request.
GC Notify needs to document this process if an ATIP request comes in so that we can: 1) understand what information we can/ can't provide, 2) respond to ATIP requests in a timely manner, and 3) Support strategic policy on this ATIP front on how this may change with amendments.
This documentation is due by the end of May.
WHY are we building?
WHAT are we building?
VALUE created by our solution
## Acceptance Criteria** (Definition of done)
_To be refined through discussion with the team_
Given some context, when (X) action occurs, then (Y) outcome is achieved
- [x] Define what kind of info could be pulled from Notify service
- [x] Define what kind of info could be pulled related to P/Ts
- [x] Explain how our retention policies impact ATIP requests
## QA Steps
- [ ] Tested in a realistic production scenario
| priority | notify and privacy act request flow give your user story a simple clear title description we need to make sure that cds products and notify have a standard straightforward way for departmental teams to pull their info in response to an atip request gc notify needs to document this process if an atip request comes in so that we can understand what information we can can t provide respond to atip requests in a timely manner and support strategic policy on this atip front on how this may change with amendments this documentation is due by the end of may why are we building what are we building value created by our solution acceptance criteria definition of done to be refined through discussion with the team given some context when x action occurs then y outcome is achieved define what kind of info could be pulled from notify service define what kind of info could be pulled related to p ts explain how our retention policies impact atip requests qa steps tested in a realistic production scenario | 1 |
406,161 | 11,887,538,783 | IssuesEvent | 2020-03-28 02:24:33 | Thorium-Sim/thorium | https://api.github.com/repos/Thorium-Sim/thorium | opened | Search Bar for DC, Sec, and Medical Teams | priority/medium type/feature | ### Requested By: Lissa Hadfield (lissaeagar@gmail.com)
### Priority: Medium
### Version: 2.8.0
Could we get a search bar for Security, Damage Control, and Medical teams? We get a lot of complaints from DC about needing to search thru the long list of ppl they have.
| 1.0 | Search Bar for DC, Sec, and Medical Teams - ### Requested By: Lissa Hadfield (lissaeagar@gmail.com)
### Priority: Medium
### Version: 2.8.0
Could we get a search bar for Security, Damage Control, and Medical teams? We get a lot of complaints from DC about needing to search thru the long list of ppl they have.
| priority | search bar for dc sec and medical teams requested by lissa hadfield lissaeagar gmail com priority medium version could we get a search bar for security damage control and medical teams we get a lot of complaints from dc about needing to search thru the long list of ppl they have | 1 |
249,063 | 7,953,569,235 | IssuesEvent | 2018-07-12 02:24:13 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | [7.5.1] Client crash when place Mint / NullReferenceException at .MintComponent.InitializeCurrency | Medium Priority | When place Mint on ground, Client crashes with attached crash log.
There is no crafted coin of the configured currency (maybe that's important) .
Server Dump:
--BEGIN DUMP--
Dump Time
07/08/2018 00:28:55
Exception
Exception: NullReferenceException
Message:Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
Source:Eco.Gameplay
System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
at Eco.Gameplay.Components.MintComponent.InitializeCurrency(CurrencyHandle currencyHandle)
at Eco.Mods.TechTree.MintItem.OnWorldObjectPlaced(WorldObject placedObject)
at Eco.Gameplay.Items.WorldObjectItem.<>c__DisplayClass13_0.<OnActRight>b__0(BSONObject response)
at Eco.Shared.Networking.RPCManager.HandleQueryResponse(BSONObject bson)
at Eco.Plugins.Networking.Client.<.ctor>b__52_1()
--END DUMP--
[Client crash log.zip](https://github.com/StrangeLoopGames/EcoIssues/files/2173219/Client.crash.log.zip)
| 1.0 | [7.5.1] Client crash when place Mint / NullReferenceException at .MintComponent.InitializeCurrency - When place Mint on ground, Client crashes with attached crash log.
There is no crafted coin of the configured currency (maybe that's important) .
Server Dump:
--BEGIN DUMP--
Dump Time
07/08/2018 00:28:55
Exception
Exception: NullReferenceException
Message:Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
Source:Eco.Gameplay
System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
at Eco.Gameplay.Components.MintComponent.InitializeCurrency(CurrencyHandle currencyHandle)
at Eco.Mods.TechTree.MintItem.OnWorldObjectPlaced(WorldObject placedObject)
at Eco.Gameplay.Items.WorldObjectItem.<>c__DisplayClass13_0.<OnActRight>b__0(BSONObject response)
at Eco.Shared.Networking.RPCManager.HandleQueryResponse(BSONObject bson)
at Eco.Plugins.Networking.Client.<.ctor>b__52_1()
--END DUMP--
[Client crash log.zip](https://github.com/StrangeLoopGames/EcoIssues/files/2173219/Client.crash.log.zip)
| priority | client crash when place mint nullreferenceexception at mintcomponent initializecurrency when place mint on ground client crashes with attached crash log there is no crafted coin of the configured currency maybe that s important server dump begin dump dump time exception exception nullreferenceexception message der objektverweis wurde nicht auf eine objektinstanz festgelegt source eco gameplay system nullreferenceexception der objektverweis wurde nicht auf eine objektinstanz festgelegt at eco gameplay components mintcomponent initializecurrency currencyhandle currencyhandle at eco mods techtree mintitem onworldobjectplaced worldobject placedobject at eco gameplay items worldobjectitem c b bsonobject response at eco shared networking rpcmanager handlequeryresponse bsonobject bson at eco plugins networking client b end dump | 1 |
319,387 | 9,743,135,495 | IssuesEvent | 2019-06-02 23:19:38 | PreMiD/PreMiD | https://api.github.com/repos/PreMiD/PreMiD | closed | PreMiD Stable | Vulnerability warnings | Medium Priority Problem | **Describe the bug**
PreMiD is getting some errors when I start the src folder and has a lot of vulnerabilities.
**To Reproduce**
Steps to reproduce the behavior:
1. npm i
2. npm run start
**Expected behavior**
The dependencies are old.
**Screenshots**
http://prntscr.com/nwfa6n
http://prntscr.com/nwfaf3
**Solution**
Update the dependencies
OLD
"dependencies": {
"auto-launch": "^5.0.5",
"chalk": "^2.4.1",
"discord-rpc": "^3.0.1",
"electron-squirrel-startup": "^1.0.0",
"electron-store": "^2.0.0",
"express": "^4.16.4",
"request": "^2.88.0",
"socket.io": "^2.2.0"
},
"devDependencies": {
"electron-prebuilt-compile": "3.0.2"
}
NEW
"dependencies": {
"auto-launch": "^5.0.5",
"chalk": "^2.4.2",
"discord-rpc": "^3.0.2",
"electron-squirrel-startup": "^1.0.0",
"electron-store": "^3.2.0",
"express": "^4.17.1",
"request": "^2.88.0",
"socket.io": "^2.2.0"
},
"devDependencies": {
"electron": "^5.0.2"
} | 1.0 | PreMiD Stable | Vulnerability warnings - **Describe the bug**
PreMiD is getting some errors when I start the src folder and has a lot of vulnerabilities.
**To Reproduce**
Steps to reproduce the behavior:
1. npm i
2. npm run start
**Expected behavior**
The dependencies are old.
**Screenshots**
http://prntscr.com/nwfa6n
http://prntscr.com/nwfaf3
**Solution**
Update the dependencies
OLD
"dependencies": {
"auto-launch": "^5.0.5",
"chalk": "^2.4.1",
"discord-rpc": "^3.0.1",
"electron-squirrel-startup": "^1.0.0",
"electron-store": "^2.0.0",
"express": "^4.16.4",
"request": "^2.88.0",
"socket.io": "^2.2.0"
},
"devDependencies": {
"electron-prebuilt-compile": "3.0.2"
}
NEW
"dependencies": {
"auto-launch": "^5.0.5",
"chalk": "^2.4.2",
"discord-rpc": "^3.0.2",
"electron-squirrel-startup": "^1.0.0",
"electron-store": "^3.2.0",
"express": "^4.17.1",
"request": "^2.88.0",
"socket.io": "^2.2.0"
},
"devDependencies": {
"electron": "^5.0.2"
} | priority | premid stable vulnerability warnings describe the bug premid is getting some errors when i start the src folder and has a lot of vulnerabilities to reproduce steps to reproduce the behavior npm i npm run start expected behavior the dependencies are old screenshots solution update the dependencies old dependencies auto launch chalk discord rpc electron squirrel startup electron store express request socket io devdependencies electron prebuilt compile new dependencies auto launch chalk discord rpc electron squirrel startup electron store express request socket io devdependencies electron | 1 |
633,481 | 20,256,117,359 | IssuesEvent | 2022-02-14 23:29:44 | RobotLocomotion/drake | https://api.github.com/repos/RobotLocomotion/drake | closed | install: Do not install Bazel-generated python scripts | component: distribution team: kitware priority: medium configuration: python | Installing these scripts is worse than useless, it's harmful.
Lost time to this here: https://github.com/robotlocomotion/drake/pull/11261#issuecomment-485510181 | 1.0 | install: Do not install Bazel-generated python scripts - Installing these scripts is worse than useless, it's harmful.
Lost time to this here: https://github.com/robotlocomotion/drake/pull/11261#issuecomment-485510181 | priority | install do not install bazel generated python scripts installing these scripts is worse than useless it s harmful lost time to this here | 1 |
5,267 | 2,573,491,528 | IssuesEvent | 2015-02-11 10:19:56 | LearningLocker/learninglocker | https://api.github.com/repos/LearningLocker/learninglocker | closed | "more" property returns absolute IRI instead of relative IRL | priority:medium status:confirmed type:bug | **Version**
develop at 1684eb9b9e029fc9afe80e41b496e69c71487aa9
**Steps to reproduce the bug**
* Make sure that there is more than one statement in the LRS that matches a query.
* Perform a statement query with a limit parameter to ensure that there will be more statements to retrieve, e.g. `GET /data/xAPI/statements?verb=http%3A%2F%2Fadlnet.gov%2Fexpapi%2Fverbs%2Fterminated&limit=1`
**Expected behaviour**
The returned `StatementResult` object's `more` property should contain a relative IRL as defined in https://github.com/adlnet/xAPI-Spec/blob/master/xAPI.md#retstmts.
`/data/xAPI/statements?verb=http%3A%2F%2Fadlnet.gov%2Fexpapi%2Fverbs%2Fterminated&limit=1`
**Actual behaviour**
"more" contains an absolute IRI.
`http://exmaple.com/data/xAPI/statements?verb=http%3A%2F%2Fadlnet.gov%2Fexpapi%2Fverbs%2Fterminated&limit=1`
**Server information**
Windows 8.1
Apache 2.4
MongoDB 2.6.0
PHP 5.4.31
**Client information**
OS: Windows 8.1
Browser: Chrome version 40
**Additional information**
I believe the change from relative to absolute happened in `app/controllers/xapi/StatementController.php` on 2014-11-21 with develop b7e0b9b9eb869ccfa4eb0dc3eaade25328372846. | 1.0 | "more" property returns absolute IRI instead of relative IRL - **Version**
develop at 1684eb9b9e029fc9afe80e41b496e69c71487aa9
**Steps to reproduce the bug**
* Make sure that there is more than one statement in the LRS that matches a query.
* Perform a statement query with a limit parameter to ensure that there will be more statements to retrieve, e.g. `GET /data/xAPI/statements?verb=http%3A%2F%2Fadlnet.gov%2Fexpapi%2Fverbs%2Fterminated&limit=1`
**Expected behaviour**
The returned `StatementResult` object's `more` property should contain a relative IRL as defined in https://github.com/adlnet/xAPI-Spec/blob/master/xAPI.md#retstmts.
`/data/xAPI/statements?verb=http%3A%2F%2Fadlnet.gov%2Fexpapi%2Fverbs%2Fterminated&limit=1`
**Actual behaviour**
"more" contains an absolute IRI.
`http://exmaple.com/data/xAPI/statements?verb=http%3A%2F%2Fadlnet.gov%2Fexpapi%2Fverbs%2Fterminated&limit=1`
**Server information**
Windows 8.1
Apache 2.4
MongoDB 2.6.0
PHP 5.4.31
**Client information**
OS: Windows 8.1
Browser: Chrome version 40
**Additional information**
I believe the change from relative to absolute happened in `app/controllers/xapi/StatementController.php` on 2014-11-21 with develop b7e0b9b9eb869ccfa4eb0dc3eaade25328372846. | priority | more property returns absolute iri instead of relative irl version develop at steps to reproduce the bug make sure that there is more than one statement in the lrs that matches a query perform a statement query with a limit parameter to ensure that there will be more statements to retrieve e g get data xapi statements verb http gov limit expected behaviour the returned statementresult object s more property should contain a relative irl as defined in data xapi statements verb http gov amp limit actual behaviour more contains an absolute iri server information windows apache mongodb php client information os windows browser chrome version additional information i believe the change from relative to absolute happened in app controllers xapi statementcontroller php on with develop | 1 |
565,494 | 16,762,677,874 | IssuesEvent | 2021-06-14 02:50:15 | ySnoopyDogy/MenheraBot | https://api.github.com/repos/ySnoopyDogy/MenheraBot | closed | Fix problem with message collectors | 🐛 Bug 🟡[Priority] Medium🟡 | There is some collectors that can glitch if the user spam messages before the message is sent, this may create multiple instances of a battle, in rpg.
**Solution:** put await in all messages before collectors start, priority in dungeon and boss commands, and in continue battle rpg checks, shops will be good to put on too
Im not at home, when i back to it, i do the commit | 1.0 | Fix problem with message collectors - There is some collectors that can glitch if the user spam messages before the message is sent, this may create multiple instances of a battle, in rpg.
**Solution:** put await in all messages before collectors start, priority in dungeon and boss commands, and in continue battle rpg checks, shops will be good to put on too
Im not at home, when i back to it, i do the commit | priority | fix problem with message collectors there is some collectors that can glitch if the user spam messages before the message is sent this may create multiple instances of a battle in rpg solution put await in all messages before collectors start priority in dungeon and boss commands and in continue battle rpg checks shops will be good to put on too im not at home when i back to it i do the commit | 1 |
726,984 | 25,018,773,825 | IssuesEvent | 2022-11-03 21:29:38 | cds-snc/cds-aws-lz | https://api.github.com/repos/cds-snc/cds-aws-lz | closed | Copy Objects in old Log Archive to new Landingzone | Medium Priority | Priorité moyenne | The old Log Archive has about 500GB of data that needs to be transferred over.
Transfer from account 925306372402
Mainly aws-landing-zone-logs-925306372402-ca-central-1 bucket
https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-batch-replication-batch.html
Need to know cost associated with file transfer. | 1.0 | Copy Objects in old Log Archive to new Landingzone - The old Log Archive has about 500GB of data that needs to be transferred over.
Transfer from account 925306372402
Mainly aws-landing-zone-logs-925306372402-ca-central-1 bucket
https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-batch-replication-batch.html
Need to know cost associated with file transfer. | priority | copy objects in old log archive to new landingzone the old log archive has about of data that needs to be transferred over transfer from account mainly aws landing zone logs ca central bucket need to know cost associated with file transfer | 1 |
167,418 | 6,337,846,003 | IssuesEvent | 2017-07-27 01:37:58 | vmware/harbor | https://api.github.com/repos/vmware/harbor | closed | Un- and missdocumented configuration parameters | area/doc priority/medium target/1.2.0 | I was about to redeploy my harbor service with the newest version when the build failed twice due to missing parameters in the `harbor.cfg` file (I used the same config file as I had before and just updated it according to your installation guide).
The first time it was the `project_creation_restriction` parameter that was missing from the harbor.cfg file. Your documentation, however, states that this is an optional parameter, which is why I didn't add it.
https://github.com/vmware/harbor/blob/master/docs/installation_guide.md#optional-parameters
The second time the redeploy failed because the `email_identity` parameter was missing. This parameter isn't documented anywhere at all, apart from your example harbor.cfg file.
Please update the documentation accordingly.
| 1.0 | Un- and missdocumented configuration parameters - I was about to redeploy my harbor service with the newest version when the build failed twice due to missing parameters in the `harbor.cfg` file (I used the same config file as I had before and just updated it according to your installation guide).
The first time it was the `project_creation_restriction` parameter that was missing from the harbor.cfg file. Your documentation, however, states that this is an optional parameter, which is why I didn't add it.
https://github.com/vmware/harbor/blob/master/docs/installation_guide.md#optional-parameters
The second time the redeploy failed because the `email_identity` parameter was missing. This parameter isn't documented anywhere at all, apart from your example harbor.cfg file.
Please update the documentation accordingly.
| priority | un and missdocumented configuration parameters i was about to redeploy my harbor service with the newest version when the build failed twice due to missing parameters in the harbor cfg file i used the same config file as i had before and just updated it according to your installation guide the first time it was the project creation restriction parameter that was missing from the harbor cfg file your documentation however states that this is an optional parameter which is why i didn t add it the second time the redeploy failed because the email identity parameter was missing this parameter isn t documented anywhere at all apart from your example harbor cfg file please update the documentation accordingly | 1 |
322,232 | 9,815,022,156 | IssuesEvent | 2019-06-13 11:38:29 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | Issue with collision. Carts and powered vehicles. | Medium Priority | When traveling with carts, trucks and other powered machines there will be collisions with animals. Now this results in a spectacular show of force by nature - and the consequences are vehicles launched into lower earth orbit. Could Eco instead drain energy while also killing the animal. Eg. if hitting a deer while pulling cart - drain x amount of energy from the character, and while hitting it in a powered vehicle - drain y amount of energy from the engines stored energy or load. | 1.0 | Issue with collision. Carts and powered vehicles. - When traveling with carts, trucks and other powered machines there will be collisions with animals. Now this results in a spectacular show of force by nature - and the consequences are vehicles launched into lower earth orbit. Could Eco instead drain energy while also killing the animal. Eg. if hitting a deer while pulling cart - drain x amount of energy from the character, and while hitting it in a powered vehicle - drain y amount of energy from the engines stored energy or load. | priority | issue with collision carts and powered vehicles when traveling with carts trucks and other powered machines there will be collisions with animals now this results in a spectacular show of force by nature and the consequences are vehicles launched into lower earth orbit could eco instead drain energy while also killing the animal eg if hitting a deer while pulling cart drain x amount of energy from the character and while hitting it in a powered vehicle drain y amount of energy from the engines stored energy or load | 1 |
780,999 | 27,418,169,027 | IssuesEvent | 2023-03-01 15:04:11 | DLR-SC/corpus-annotation-graph-builder | https://api.github.com/repos/DLR-SC/corpus-annotation-graph-builder | closed | Update PyTest to cover the new CAG and fix workflow Setup | bug priority::medium | Rewrite pytests in order to achieve minimum test coverage (for now) | 1.0 | Update PyTest to cover the new CAG and fix workflow Setup - Rewrite pytests in order to achieve minimum test coverage (for now) | priority | update pytest to cover the new cag and fix workflow setup rewrite pytests in order to achieve minimum test coverage for now | 1 |
331,476 | 10,073,944,031 | IssuesEvent | 2019-07-24 10:48:24 | openshift/odo | https://api.github.com/repos/openshift/odo | closed | Odo watch is rebuilding the initial version, ignoring pushed modifications | kind/bug new workflow os/windows points/1 priority/Medium | [kind/bug]
## What versions of software are you using?
- Operating System: Windows
- Output of `odo version`:
odo v0.0.20 (bd3e74a4)
Server: https://172.18.93.45:8443
Kubernetes: v1.11.0+d4cacc0
## How did you run odo exactly?
using VS Code OpenShift connector extension.
- created project https://github.com/jboss-fuse/fuse-rest-http-booster/tree/v7.2.0-redhat-01
- created a component with "java" component type and using the local workspace folder
- wait that the build is finished (the component type is coming from minishift xpaas addon https://github.com/minishift/minishift/blob/master/addons/xpaas/v3.11/xpaas-streams/openjdk18-image-stream.json )
- (depending on connection speed, you may need to push again to have the application available)
- right-click on the component and choose "watch", it is opening a terminal with _odo watch with-java2 --app demo --project myproject_
- change a java file (for instance GreetingsServiceImpl.java, change the static final string)
- the watch command is detecting change and pushing it
- a new build is created, application restarted but it still has the old value
## Actual behavior
- I checked in /tmp/src folder and the file has the initial value of the first push
to test it, you can create a route (will be proposed when right-click Open In browser in VS Code) it will lead to something like:

click on the firs blue button, the message should contain the modifications of the message that was made in GreetingsServiceImpl
## Expected behavior
## Any logs, error output, etc?
| 1.0 | Odo watch is rebuilding the initial version, ignoring pushed modifications - [kind/bug]
## What versions of software are you using?
- Operating System: Windows
- Output of `odo version`:
odo v0.0.20 (bd3e74a4)
Server: https://172.18.93.45:8443
Kubernetes: v1.11.0+d4cacc0
## How did you run odo exactly?
using VS Code OpenShift connector extension.
- created project https://github.com/jboss-fuse/fuse-rest-http-booster/tree/v7.2.0-redhat-01
- created a component with "java" component type and using the local workspace folder
- wait that the build is finished (the component type is coming from minishift xpaas addon https://github.com/minishift/minishift/blob/master/addons/xpaas/v3.11/xpaas-streams/openjdk18-image-stream.json )
- (depending on connection speed, you may need to push again to have the application available)
- right-click on the component and choose "watch", it is opening a terminal with _odo watch with-java2 --app demo --project myproject_
- change a java file (for instance GreetingsServiceImpl.java, change the static final string)
- the watch command is detecting change and pushing it
- a new build is created, application restarted but it still has the old value
## Actual behavior
- I checked in /tmp/src folder and the file has the initial value of the first push
to test it, you can create a route (will be proposed when right-click Open In browser in VS Code) it will lead to something like:

click on the firs blue button, the message should contain the modifications of the message that was made in GreetingsServiceImpl
## Expected behavior
## Any logs, error output, etc?
| priority | odo watch is rebuilding the initial version ignoring pushed modifications what versions of software are you using operating system windows output of odo version odo server kubernetes how did you run odo exactly using vs code openshift connector extension created project created a component with java component type and using the local workspace folder wait that the build is finished the component type is coming from minishift xpaas addon depending on connection speed you may need to push again to have the application available right click on the component and choose watch it is opening a terminal with odo watch with app demo project myproject change a java file for instance greetingsserviceimpl java change the static final string the watch command is detecting change and pushing it a new build is created application restarted but it still has the old value actual behavior i checked in tmp src folder and the file has the initial value of the first push to test it you can create a route will be proposed when right click open in browser in vs code it will lead to something like click on the firs blue button the message should contain the modifications of the message that was made in greetingsserviceimpl expected behavior any logs error output etc | 1 |
810,292 | 30,235,126,477 | IssuesEvent | 2023-07-06 09:41:07 | eth-cscs/DLA-Future | https://api.github.com/repos/eth-cscs/DLA-Future | opened | Investigate throttling number of active algorithms ("unrolling factor") | TODO:Task Priority:Medium Type:Optimization | Use some type of semaphore to limit the number of algorithms that can be scheduled concurrently instead of "unrolling" the full pipeline in one go. This may improve memory locality (with sequential tasks having higher likelihood of running immediately after each other). | 1.0 | Investigate throttling number of active algorithms ("unrolling factor") - Use some type of semaphore to limit the number of algorithms that can be scheduled concurrently instead of "unrolling" the full pipeline in one go. This may improve memory locality (with sequential tasks having higher likelihood of running immediately after each other). | priority | investigate throttling number of active algorithms unrolling factor use some type of semaphore to limit the number of algorithms that can be scheduled concurrently instead of unrolling the full pipeline in one go this may improve memory locality with sequential tasks having higher likelihood of running immediately after each other | 1 |
774,167 | 27,185,345,208 | IssuesEvent | 2023-02-19 05:45:57 | Reyder95/Project-Vultura-3D-Unity | https://api.github.com/repos/Reyder95/Project-Vultura-3D-Unity | closed | List click events should be PointerDown events | bug medium priority ready for development user interface | Click events work when the mouse clicks then releases. But pointer down events work on pointer down. This should be what we use for the entity lists, as well as every other listview (station storage). | 1.0 | List click events should be PointerDown events - Click events work when the mouse clicks then releases. But pointer down events work on pointer down. This should be what we use for the entity lists, as well as every other listview (station storage). | priority | list click events should be pointerdown events click events work when the mouse clicks then releases but pointer down events work on pointer down this should be what we use for the entity lists as well as every other listview station storage | 1 |
297,586 | 9,178,849,312 | IssuesEvent | 2019-03-05 00:40:06 | ucb-bar/hammer | https://api.github.com/repos/ucb-bar/hammer | opened | Hammer IR API | API advanced PR enhancement medium priority | As discussed, in both Scala and Python, and tested via CI
For some reason this wasn't on the issues list | 1.0 | Hammer IR API - As discussed, in both Scala and Python, and tested via CI
For some reason this wasn't on the issues list | priority | hammer ir api as discussed in both scala and python and tested via ci for some reason this wasn t on the issues list | 1 |
830,091 | 31,988,470,359 | IssuesEvent | 2023-09-21 02:36:53 | Harry-Rennie/FreeTheForest | https://api.github.com/repos/Harry-Rennie/FreeTheForest | closed | Player Info Panel | Medium Priority Medium Feature | "As a player, I want an info panel displaying my stats and equipped trinkets for quick reference in the overworld." | 1.0 | Player Info Panel - "As a player, I want an info panel displaying my stats and equipped trinkets for quick reference in the overworld." | priority | player info panel as a player i want an info panel displaying my stats and equipped trinkets for quick reference in the overworld | 1 |
241,541 | 7,816,602,100 | IssuesEvent | 2018-06-13 05:47:20 | cloudius-systems/osv | https://api.github.com/repos/cloudius-systems/osv | closed | HTTP server port should be configurable, not 8000 by default | bug medium priority | Ports in the 8000 - 9000 range are commonly used by application, and may override the OSv HTTP server port.
A better choice will be port 5498, which is almost never used.
In the case user do want to change port, the port can be update in cloud-init.
| 1.0 | HTTP server port should be configurable, not 8000 by default - Ports in the 8000 - 9000 range are commonly used by application, and may override the OSv HTTP server port.
A better choice will be port 5498, which is almost never used.
In the case user do want to change port, the port can be update in cloud-init.
| priority | http server port should be configurable not by default ports in the range are commonly used by application and may override the osv http server port a better choice will be port which is almost never used in the case user do want to change port the port can be update in cloud init | 1 |
398,806 | 11,742,361,300 | IssuesEvent | 2020-03-12 00:30:23 | thaliawww/concrexit | https://api.github.com/repos/thaliawww/concrexit | closed | Vacancy expiration mails sent too late | bug partners priority: medium | In GitLab by @joren485 on Mar 3, 2018, 14:51
### One-sentence description
The email for an vacancy expiration is sent after the expiration date.
### Current behaviour
I received the following email on the 1st of march:
```
Hello!
A vacancy of Internship Capital Structuring, 'Rabobank' will expire within the next 30 days. Maybe you should contact them to negotiate a new deal.
Kisses,
The website
```
The vacancy "Internship Capital Structuring" has its expiration date set to `18-02-2018`.
### Expected behaviour
The email should have been sent on the 1st of February, not March. | 1.0 | Vacancy expiration mails sent too late - In GitLab by @joren485 on Mar 3, 2018, 14:51
### One-sentence description
The email for an vacancy expiration is sent after the expiration date.
### Current behaviour
I received the following email on the 1st of march:
```
Hello!
A vacancy of Internship Capital Structuring, 'Rabobank' will expire within the next 30 days. Maybe you should contact them to negotiate a new deal.
Kisses,
The website
```
The vacancy "Internship Capital Structuring" has its expiration date set to `18-02-2018`.
### Expected behaviour
The email should have been sent on the 1st of February, not March. | priority | vacancy expiration mails sent too late in gitlab by on mar one sentence description the email for an vacancy expiration is sent after the expiration date current behaviour i received the following email on the of march hello a vacancy of internship capital structuring rabobank will expire within the next days maybe you should contact them to negotiate a new deal kisses the website the vacancy internship capital structuring has its expiration date set to expected behaviour the email should have been sent on the of february not march | 1 |
434,434 | 12,518,076,662 | IssuesEvent | 2020-06-03 12:19:55 | dojot/dojot | https://api.github.com/repos/dojot/dojot | closed | [Flowbroker] On FTP node, the File Content field should not be required for file download (GET method). | Priority:Medium Status:Analysed Team:Backend Type:Bug | According to the documentation, the File Content field is required for file uplaod.
_File content (required): In case of uploading a file, this variable should hold the file content._
In case of download, the field should be optional.
- **File Content field not filled**:
message: ERROR: Error while retrieving ftp payload: TypeError: Cannot read property 'shift' of null

```
<16:37:55 22/11/2019> -- |messenger -- DEBUG: Emitting new event message for subject dojot.device-manager.device@admin
<16:37:55 22/11/2019> -- DEBUG: { '45e8c488-259d-457f-9af3-7215d010bcf8': [Function] }
<16:37:55 22/11/2019> -- DEBUG: Pre-processing event {"source":"device-manager","message":"{\"event\":\"configure\",\"data\":{\"attrs\":{\"mensagem\":\"teste de atuação no dispositivo\"},\"id\":\"f1e810\"},\"meta\":{\"service\":\"admin\",\"timestamp\":1574440675842}}"}
<16:37:55 22/11/2019> -- DEBUG: Queued event [object Object]
<16:37:55 22/11/2019> -- |dev cache -- DEBUG: retriving data related to admin:f1e810 from cache
<16:37:55 22/11/2019> -- DEBUG: [ingestor] got new device event: { event: 'configure',
data:
{ attrs:
{ mensagem: 'teste de atuação no dispositivo',
SN: 'indefinido' },
id: 'f1e810' },
metadata: { timestamp: 1574440675842, tenant: 'admin' } }
<16:37:55 22/11/2019> -- DEBUG: [executor] will handle node Af72356da0b08c8:template
<16:37:55 22/11/2019> -- |template -- DEBUG: ... template node was successfully executed.
<16:37:55 22/11/2019> -- DEBUG: [executor] hop (template) result: [{"payload":{"event":"configure","data":{"attrs":{"mensagem":"teste de atuação no dispositivo","SN":"indefinido"},"id":"f1e810"},"metadata":{"timestamp":1574440675842,"tenant":"admin"}},"data_filename":"arquivo.txt"}]
<16:37:55 22/11/2019> -- DEBUG: [executor] will handle node Ad0820344a8a31:template
<16:37:55 22/11/2019> -- |template -- DEBUG: ... template node was successfully executed.
<16:37:55 22/11/2019> -- DEBUG: [executor] hop (template) result: [{"payload":{"event":"configure","data":{"attrs":{"mensagem":"teste de atuação no dispositivo","SN":"indefinido"},"id":"f1e810"},"metadata":{"timestamp":1574440675842,"tenant":"admin"}},"data_filename":"arquivo.txt","data_content":"text"}]
<16:37:55 22/11/2019> -- DEBUG: [executor] will handle node A7e3b0c678b7464:ftp
<16:37:55 22/11/2019> -- |ftp -- DEBUG: Executing ftp node...
<16:37:55 22/11/2019> -- |ftp -- DEBUG: Config is: { id: 'A7e3b0c678b7464',
type: 'ftp',
z: 'Af4a52871763bc8',
name: '',
method: 'GET',
url: 'ftp://10.202.71.7',
username: 'dojot',
password: 'dojot',
filename: 'data_filename',
filecontent: '',
fileencoding: 'utf-8',
response: 'out.str',
x: 477,
y: 333,
wires: [ [ 'A1f7ab5627abe4b' ] ] }
<16:37:55 22/11/2019> -- |ftp -- DEBUG: Encoding is: utf-8
<16:37:55 22/11/2019> -- |ftp -- DEBUG: URL parsing tokens: [ 'ftp://10.202.71.7',
'ftp',
'10.202.71.7',
index: 0,
input: 'ftp://10.202.71.7' ]
<16:37:55 22/11/2019> -- |ftp -- DEBUG: Port parsing tokens: null
<16:37:55 22/11/2019> -- |ftp -- DEBUG: Connecting to host 10.202.71.7:21, using ftp
<16:37:55 22/11/2019> -- |ftp -- DEBUG: Original config was ftp://10.202.71.7
<16:37:55 22/11/2019> -- |ftp -- DEBUG: ... ftp node was not successfully executed.
<16:37:55 22/11/2019> -- |ftp -- ERROR: Error while retrieving ftp payload: TypeError: Cannot read property 'shift' of null
<16:37:55 22/11/2019> -- WARN: [executor] Node (A7e3b0c678b7464:ftp) execution failed. Error: ftpin.errors.no-body. Aborting flow 35b8531c-ee6a-4db2-a5a4-91088504328e branch execution.
```
----
- **Setting the field "File content"**:
message: Error: TypeError: Cannot read property 'startsWith' of undefined. Aborting flow 35b8531c-ee6a-4db2-a5a4-91088504328e branch execution.

```
<16:36:09 22/11/2019> -- DEBUG: Got a message in topic 3efc79ae-fb1f-4ccd-9ca8-339601a8f318.
<16:36:09 22/11/2019> -- DEBUG: There are 1 callbacks registered.
<16:36:09 22/11/2019> -- |messenger -- DEBUG: Received message: { value: <Buffer 7b 22 65 76 65 6e 74 22 3a 20 22 63 6f 6e 66 69 67 75 72 65 22 2c 20 22 64 61 74 61 22 3a 20 7b 22 61 74 74 72 73 22 3a 20 7b 22 6d 65 6e 73 61 67 65 ... >,
size: 174,
key: null,
topic: '3efc79ae-fb1f-4ccd-9ca8-339601a8f318',
offset: 1515,
partition: 0,
timestamp: 1574440569820 }
<16:36:09 22/11/2019> -- |messenger -- DEBUG: Emitting new event message for subject dojot.device-manager.device@admin
<16:36:09 22/11/2019> -- DEBUG: { '45e8c488-259d-457f-9af3-7215d010bcf8': [Function] }
<16:36:09 22/11/2019> -- DEBUG: Pre-processing event {"source":"device-manager","message":"{\"event\":\"configure\",\"data\":{\"attrs\":{\"mensagem\":\"teste de atuação no dispositivo\"},\"id\":\"f1e810\"},\"meta\":{\"service\":\"admin\",\"timestamp\":1574440569788}}"}
<16:36:09 22/11/2019> -- |dev cache -- DEBUG: retriving data related to admin:f1e810 from cache
<16:36:09 22/11/2019> -- DEBUG: [ingestor] got new device event: { event: 'configure',
data:
{ attrs:
{ mensagem: 'teste de atuação no dispositivo',
SN: 'indefinido' },
id: 'f1e810' },
metadata: { timestamp: 1574440569788, tenant: 'admin' } }
<16:36:09 22/11/2019> -- DEBUG: [executor] will handle node Af72356da0b08c8:template
<16:36:09 22/11/2019> -- |template -- DEBUG: ... template node was successfully executed.
<16:36:09 22/11/2019> -- DEBUG: [executor] hop (template) result: [{"payload":{"event":"configure","data":{"attrs":{"mensagem":"teste de atuação no dispositivo","SN":"indefinido"},"id":"f1e810"},"metadata":{"timestamp":1574440569788,"tenant":"admin"}},"data_filename":"arquivo.txt"}]
<16:36:09 22/11/2019> -- DEBUG: Queued event [object Object]
<16:36:09 22/11/2019> -- DEBUG: [executor] will handle node Ad0820344a8a31:template
<16:36:09 22/11/2019> -- |template -- DEBUG: ... template node was successfully executed.
<16:36:09 22/11/2019> -- DEBUG: [executor] hop (template) result: [{"payload":{"event":"configure","data":{"attrs":{"mensagem":"teste de atuação no dispositivo","SN":"indefinido"},"id":"f1e810"},"metadata":{"timestamp":1574440569788,"tenant":"admin"}},"data_filename":"arquivo.txt","data_content":"text"}]
<16:36:09 22/11/2019> -- DEBUG: [executor] will handle node A7e3b0c678b7464:ftp
<16:36:09 22/11/2019> -- |ftp -- DEBUG: Executing ftp node...
<16:36:09 22/11/2019> -- |ftp -- DEBUG: Config is: { id: 'A7e3b0c678b7464',
type: 'ftp',
z: 'Af4a52871763bc8',
name: '',
method: 'GET',
url: 'ftp://10.202.71.7',
username: 'dojot',
password: 'dojot',
filename: 'data_filename',
filecontent: 'data_content',
fileencoding: 'utf-8',
response: 'out.str',
x: 477,
y: 333,
wires: [ [ 'A1f7ab5627abe4b' ] ] }
<16:36:09 22/11/2019> -- |ftp -- DEBUG: Encoding is: utf-8
<16:36:09 22/11/2019> -- |ftp -- DEBUG: URL parsing tokens: [ 'ftp://10.202.71.7',
'ftp',
'10.202.71.7',
index: 0,
input: 'ftp://10.202.71.7' ]
<16:36:09 22/11/2019> -- |ftp -- DEBUG: Port parsing tokens: null
<16:36:09 22/11/2019> -- |ftp -- DEBUG: Connecting to host 10.202.71.7:21, using ftp
<16:36:09 22/11/2019> -- |ftp -- DEBUG: Original config was ftp://10.202.71.7
Connected to 10.202.71.7:21
< 220 (vsFTPd 3.0.2)
Login security: No encryption
> USER dojot
< 331 Please specify the password.
> PASS ###
< 230 Login successful.
> TYPE I
< 200 Switching to Binary mode.
> STRU F
< 200 Structure set to F.
<16:36:09 22/11/2019> -- WARN: [executor] Node (A7e3b0c678b7464:ftp) execution failed. Error: TypeError: Cannot read property 'startsWith' of undefined. Aborting flow 35b8531c-ee6a-4db2-a5a4-91088504328e branch execution.
```
**Affected version:** v0.4.1_rc1 | 1.0 | [Flowbroker] On FTP node, the File Content field should not be required for file download (GET method). - According to the documentation, the File Content field is required for file uplaod.
_File content (required): In case of uploading a file, this variable should hold the file content._
In case of download, the field should be optional.
- **File Content field not filled**:
message: ERROR: Error while retrieving ftp payload: TypeError: Cannot read property 'shift' of null

```
<16:37:55 22/11/2019> -- |messenger -- DEBUG: Emitting new event message for subject dojot.device-manager.device@admin
<16:37:55 22/11/2019> -- DEBUG: { '45e8c488-259d-457f-9af3-7215d010bcf8': [Function] }
<16:37:55 22/11/2019> -- DEBUG: Pre-processing event {"source":"device-manager","message":"{\"event\":\"configure\",\"data\":{\"attrs\":{\"mensagem\":\"teste de atuação no dispositivo\"},\"id\":\"f1e810\"},\"meta\":{\"service\":\"admin\",\"timestamp\":1574440675842}}"}
<16:37:55 22/11/2019> -- DEBUG: Queued event [object Object]
<16:37:55 22/11/2019> -- |dev cache -- DEBUG: retriving data related to admin:f1e810 from cache
<16:37:55 22/11/2019> -- DEBUG: [ingestor] got new device event: { event: 'configure',
data:
{ attrs:
{ mensagem: 'teste de atuação no dispositivo',
SN: 'indefinido' },
id: 'f1e810' },
metadata: { timestamp: 1574440675842, tenant: 'admin' } }
<16:37:55 22/11/2019> -- DEBUG: [executor] will handle node Af72356da0b08c8:template
<16:37:55 22/11/2019> -- |template -- DEBUG: ... template node was successfully executed.
<16:37:55 22/11/2019> -- DEBUG: [executor] hop (template) result: [{"payload":{"event":"configure","data":{"attrs":{"mensagem":"teste de atuação no dispositivo","SN":"indefinido"},"id":"f1e810"},"metadata":{"timestamp":1574440675842,"tenant":"admin"}},"data_filename":"arquivo.txt"}]
<16:37:55 22/11/2019> -- DEBUG: [executor] will handle node Ad0820344a8a31:template
<16:37:55 22/11/2019> -- |template -- DEBUG: ... template node was successfully executed.
<16:37:55 22/11/2019> -- DEBUG: [executor] hop (template) result: [{"payload":{"event":"configure","data":{"attrs":{"mensagem":"teste de atuação no dispositivo","SN":"indefinido"},"id":"f1e810"},"metadata":{"timestamp":1574440675842,"tenant":"admin"}},"data_filename":"arquivo.txt","data_content":"text"}]
<16:37:55 22/11/2019> -- DEBUG: [executor] will handle node A7e3b0c678b7464:ftp
<16:37:55 22/11/2019> -- |ftp -- DEBUG: Executing ftp node...
<16:37:55 22/11/2019> -- |ftp -- DEBUG: Config is: { id: 'A7e3b0c678b7464',
type: 'ftp',
z: 'Af4a52871763bc8',
name: '',
method: 'GET',
url: 'ftp://10.202.71.7',
username: 'dojot',
password: 'dojot',
filename: 'data_filename',
filecontent: '',
fileencoding: 'utf-8',
response: 'out.str',
x: 477,
y: 333,
wires: [ [ 'A1f7ab5627abe4b' ] ] }
<16:37:55 22/11/2019> -- |ftp -- DEBUG: Encoding is: utf-8
<16:37:55 22/11/2019> -- |ftp -- DEBUG: URL parsing tokens: [ 'ftp://10.202.71.7',
'ftp',
'10.202.71.7',
index: 0,
input: 'ftp://10.202.71.7' ]
<16:37:55 22/11/2019> -- |ftp -- DEBUG: Port parsing tokens: null
<16:37:55 22/11/2019> -- |ftp -- DEBUG: Connecting to host 10.202.71.7:21, using ftp
<16:37:55 22/11/2019> -- |ftp -- DEBUG: Original config was ftp://10.202.71.7
<16:37:55 22/11/2019> -- |ftp -- DEBUG: ... ftp node was not successfully executed.
<16:37:55 22/11/2019> -- |ftp -- ERROR: Error while retrieving ftp payload: TypeError: Cannot read property 'shift' of null
<16:37:55 22/11/2019> -- WARN: [executor] Node (A7e3b0c678b7464:ftp) execution failed. Error: ftpin.errors.no-body. Aborting flow 35b8531c-ee6a-4db2-a5a4-91088504328e branch execution.
```
----
- **Setting the field "File content"**:
message: Error: TypeError: Cannot read property 'startsWith' of undefined. Aborting flow 35b8531c-ee6a-4db2-a5a4-91088504328e branch execution.

```
<16:36:09 22/11/2019> -- DEBUG: Got a message in topic 3efc79ae-fb1f-4ccd-9ca8-339601a8f318.
<16:36:09 22/11/2019> -- DEBUG: There are 1 callbacks registered.
<16:36:09 22/11/2019> -- |messenger -- DEBUG: Received message: { value: <Buffer 7b 22 65 76 65 6e 74 22 3a 20 22 63 6f 6e 66 69 67 75 72 65 22 2c 20 22 64 61 74 61 22 3a 20 7b 22 61 74 74 72 73 22 3a 20 7b 22 6d 65 6e 73 61 67 65 ... >,
size: 174,
key: null,
topic: '3efc79ae-fb1f-4ccd-9ca8-339601a8f318',
offset: 1515,
partition: 0,
timestamp: 1574440569820 }
<16:36:09 22/11/2019> -- |messenger -- DEBUG: Emitting new event message for subject dojot.device-manager.device@admin
<16:36:09 22/11/2019> -- DEBUG: { '45e8c488-259d-457f-9af3-7215d010bcf8': [Function] }
<16:36:09 22/11/2019> -- DEBUG: Pre-processing event {"source":"device-manager","message":"{\"event\":\"configure\",\"data\":{\"attrs\":{\"mensagem\":\"teste de atuação no dispositivo\"},\"id\":\"f1e810\"},\"meta\":{\"service\":\"admin\",\"timestamp\":1574440569788}}"}
<16:36:09 22/11/2019> -- |dev cache -- DEBUG: retriving data related to admin:f1e810 from cache
<16:36:09 22/11/2019> -- DEBUG: [ingestor] got new device event: { event: 'configure',
data:
{ attrs:
{ mensagem: 'teste de atuação no dispositivo',
SN: 'indefinido' },
id: 'f1e810' },
metadata: { timestamp: 1574440569788, tenant: 'admin' } }
<16:36:09 22/11/2019> -- DEBUG: [executor] will handle node Af72356da0b08c8:template
<16:36:09 22/11/2019> -- |template -- DEBUG: ... template node was successfully executed.
<16:36:09 22/11/2019> -- DEBUG: [executor] hop (template) result: [{"payload":{"event":"configure","data":{"attrs":{"mensagem":"teste de atuação no dispositivo","SN":"indefinido"},"id":"f1e810"},"metadata":{"timestamp":1574440569788,"tenant":"admin"}},"data_filename":"arquivo.txt"}]
<16:36:09 22/11/2019> -- DEBUG: Queued event [object Object]
<16:36:09 22/11/2019> -- DEBUG: [executor] will handle node Ad0820344a8a31:template
<16:36:09 22/11/2019> -- |template -- DEBUG: ... template node was successfully executed.
<16:36:09 22/11/2019> -- DEBUG: [executor] hop (template) result: [{"payload":{"event":"configure","data":{"attrs":{"mensagem":"teste de atuação no dispositivo","SN":"indefinido"},"id":"f1e810"},"metadata":{"timestamp":1574440569788,"tenant":"admin"}},"data_filename":"arquivo.txt","data_content":"text"}]
<16:36:09 22/11/2019> -- DEBUG: [executor] will handle node A7e3b0c678b7464:ftp
<16:36:09 22/11/2019> -- |ftp -- DEBUG: Executing ftp node...
<16:36:09 22/11/2019> -- |ftp -- DEBUG: Config is: { id: 'A7e3b0c678b7464',
type: 'ftp',
z: 'Af4a52871763bc8',
name: '',
method: 'GET',
url: 'ftp://10.202.71.7',
username: 'dojot',
password: 'dojot',
filename: 'data_filename',
filecontent: 'data_content',
fileencoding: 'utf-8',
response: 'out.str',
x: 477,
y: 333,
wires: [ [ 'A1f7ab5627abe4b' ] ] }
<16:36:09 22/11/2019> -- |ftp -- DEBUG: Encoding is: utf-8
<16:36:09 22/11/2019> -- |ftp -- DEBUG: URL parsing tokens: [ 'ftp://10.202.71.7',
'ftp',
'10.202.71.7',
index: 0,
input: 'ftp://10.202.71.7' ]
<16:36:09 22/11/2019> -- |ftp -- DEBUG: Port parsing tokens: null
<16:36:09 22/11/2019> -- |ftp -- DEBUG: Connecting to host 10.202.71.7:21, using ftp
<16:36:09 22/11/2019> -- |ftp -- DEBUG: Original config was ftp://10.202.71.7
Connected to 10.202.71.7:21
< 220 (vsFTPd 3.0.2)
Login security: No encryption
> USER dojot
< 331 Please specify the password.
> PASS ###
< 230 Login successful.
> TYPE I
< 200 Switching to Binary mode.
> STRU F
< 200 Structure set to F.
<16:36:09 22/11/2019> -- WARN: [executor] Node (A7e3b0c678b7464:ftp) execution failed. Error: TypeError: Cannot read property 'startsWith' of undefined. Aborting flow 35b8531c-ee6a-4db2-a5a4-91088504328e branch execution.
```
**Affected version:** v0.4.1_rc1 | priority | on ftp node the file content field should not be required for file download get method according to the documentation the file content field is required for file uplaod file content required in case of uploading a file this variable should hold the file content in case of download the field should be optional file content field not filled message error error while retrieving ftp payload typeerror cannot read property shift of null messenger debug emitting new event message for subject dojot device manager device admin debug debug pre processing event source device manager message event configure data attrs mensagem teste de atuação no dispositivo id meta service admin timestamp debug queued event dev cache debug retriving data related to admin from cache debug got new device event event configure data attrs mensagem teste de atuação no dispositivo sn indefinido id metadata timestamp tenant admin debug will handle node template template debug template node was successfully executed debug hop template result debug will handle node template template debug template node was successfully executed debug hop template result debug will handle node ftp ftp debug executing ftp node ftp debug config is id type ftp z name method get url ftp username dojot password dojot filename data filename filecontent fileencoding utf response out str x y wires ftp debug encoding is utf ftp debug url parsing tokens ftp ftp index input ftp ftp debug port parsing tokens null ftp debug connecting to host using ftp ftp debug original config was ftp ftp debug ftp node was not successfully executed ftp error error while retrieving ftp payload typeerror cannot read property shift of null warn node ftp execution failed error ftpin errors no body aborting flow branch execution setting the field file content message error typeerror cannot read property startswith of undefined aborting flow branch execution debug got a message in topic debug there are callbacks registered messenger debug received message value size key null topic offset partition timestamp messenger debug emitting new event message for subject dojot device manager device admin debug debug pre processing event source device manager message event configure data attrs mensagem teste de atuação no dispositivo id meta service admin timestamp dev cache debug retriving data related to admin from cache debug got new device event event configure data attrs mensagem teste de atuação no dispositivo sn indefinido id metadata timestamp tenant admin debug will handle node template template debug template node was successfully executed debug hop template result debug queued event debug will handle node template template debug template node was successfully executed debug hop template result debug will handle node ftp ftp debug executing ftp node ftp debug config is id type ftp z name method get url ftp username dojot password dojot filename data filename filecontent data content fileencoding utf response out str x y wires ftp debug encoding is utf ftp debug url parsing tokens ftp ftp index input ftp ftp debug port parsing tokens null ftp debug connecting to host using ftp ftp debug original config was ftp connected to vsftpd login security no encryption user dojot please specify the password pass login successful type i switching to binary mode stru f structure set to f warn node ftp execution failed error typeerror cannot read property startswith of undefined aborting flow branch execution affected version | 1 |
384,399 | 11,391,744,575 | IssuesEvent | 2020-01-30 00:01:49 | department-of-veterans-affairs/caseflow | https://api.github.com/repos/department-of-veterans-affairs/caseflow | closed | new exception class for no end products returned | BGS caseflow-intake foxtrot priority-medium sentry-alert | https://sentry.ds.va.gov/department-of-veterans-affairs/caseflow/issues/4110/
Create a custom exception class for when zero EPs are returned from BGS `get_end_products` | 1.0 | new exception class for no end products returned - https://sentry.ds.va.gov/department-of-veterans-affairs/caseflow/issues/4110/
Create a custom exception class for when zero EPs are returned from BGS `get_end_products` | priority | new exception class for no end products returned create a custom exception class for when zero eps are returned from bgs get end products | 1 |
663,111 | 22,162,210,774 | IssuesEvent | 2022-06-04 17:12:37 | HyphaApp/hypha | https://api.github.com/repos/HyphaApp/hypha | closed | [Meta] Ability for applicants to download/upload documents from the dashboard | Priority: Medium Adopter: DFF | A generic document upload/sharing space, where files can be uploaded and then later associated/unassociated with applications, projects, invoices. | 1.0 | [Meta] Ability for applicants to download/upload documents from the dashboard - A generic document upload/sharing space, where files can be uploaded and then later associated/unassociated with applications, projects, invoices. | priority | ability for applicants to download upload documents from the dashboard a generic document upload sharing space where files can be uploaded and then later associated unassociated with applications projects invoices | 1 |
661,866 | 22,092,896,598 | IssuesEvent | 2022-06-01 07:41:11 | eclipse/dirigible | https://api.github.com/repos/eclipse/dirigible | opened | [API] Rename API should return new workspace path, contentType and git status | enhancement API web-ide priority-medium efforts-medium | **Describe the bug**
Currently, the rename API, does not return any useful data. In order to properly update the file tree in the front-end, without reloading the entire structure, we need the new workspace path, contentType and git status in the response.
Optionally, it would be good if the workspace name is not included in the file path.
**Desktop:**
- OS: macOS 12.4
- Browser: Firefox 100
- Version: Dirigible 6.2.29
| 1.0 | [API] Rename API should return new workspace path, contentType and git status - **Describe the bug**
Currently, the rename API, does not return any useful data. In order to properly update the file tree in the front-end, without reloading the entire structure, we need the new workspace path, contentType and git status in the response.
Optionally, it would be good if the workspace name is not included in the file path.
**Desktop:**
- OS: macOS 12.4
- Browser: Firefox 100
- Version: Dirigible 6.2.29
| priority | rename api should return new workspace path contenttype and git status describe the bug currently the rename api does not return any useful data in order to properly update the file tree in the front end without reloading the entire structure we need the new workspace path contenttype and git status in the response optionally it would be good if the workspace name is not included in the file path desktop os macos browser firefox version dirigible | 1 |
501,604 | 14,529,931,144 | IssuesEvent | 2020-12-14 18:30:30 | inverse-inc/packetfence | https://api.github.com/repos/inverse-inc/packetfence | closed | bouncePortCoA doesn't work if your switch is defined by MAC address | Priority: Medium Type: Bug | **Describe the bug**
If you have a switch defined by MAC address with a controllerIP in switches.conf and you try to use bouncePortCoA, PacketFence will try to use switch IP address in place of controllerIP. Consequently, bouncePortCoA failed with following error:
Can't find MAC address in the locationlog... we won't perform port bounce
**To Reproduce**
Steps to reproduce the behavior:
1. Create a switch by MAC address with:
- controllerIP set as IP address of switch
- bouncePortCoA scope defined on switch template
2. Create a locationlog entry for a node connected to that switch
3. Send a RADIUS request to create a locationlog entry
4. Try to restart switchport on node
=> You got error message mentioned below
**Expected behavior**
As we do for RADIUS Disconnect and certainly for CoA, we should use controllerIP when IP is not available.
**Additional context**
Part of code involved:
https://github.com/inverse-inc/packetfence/blob/e5250f0732f6ac0140e5d73e57b780bc08b88b78/lib/pf/Switch/Template.pm#L503-L508
| 1.0 | bouncePortCoA doesn't work if your switch is defined by MAC address - **Describe the bug**
If you have a switch defined by MAC address with a controllerIP in switches.conf and you try to use bouncePortCoA, PacketFence will try to use switch IP address in place of controllerIP. Consequently, bouncePortCoA failed with following error:
Can't find MAC address in the locationlog... we won't perform port bounce
**To Reproduce**
Steps to reproduce the behavior:
1. Create a switch by MAC address with:
- controllerIP set as IP address of switch
- bouncePortCoA scope defined on switch template
2. Create a locationlog entry for a node connected to that switch
3. Send a RADIUS request to create a locationlog entry
4. Try to restart switchport on node
=> You got error message mentioned below
**Expected behavior**
As we do for RADIUS Disconnect and certainly for CoA, we should use controllerIP when IP is not available.
**Additional context**
Part of code involved:
https://github.com/inverse-inc/packetfence/blob/e5250f0732f6ac0140e5d73e57b780bc08b88b78/lib/pf/Switch/Template.pm#L503-L508
| priority | bounceportcoa doesn t work if your switch is defined by mac address describe the bug if you have a switch defined by mac address with a controllerip in switches conf and you try to use bounceportcoa packetfence will try to use switch ip address in place of controllerip consequently bounceportcoa failed with following error can t find mac address in the locationlog we won t perform port bounce to reproduce steps to reproduce the behavior create a switch by mac address with controllerip set as ip address of switch bounceportcoa scope defined on switch template create a locationlog entry for a node connected to that switch send a radius request to create a locationlog entry try to restart switchport on node you got error message mentioned below expected behavior as we do for radius disconnect and certainly for coa we should use controllerip when ip is not available additional context part of code involved | 1 |
413,432 | 12,067,211,416 | IssuesEvent | 2020-04-16 13:03:30 | cds-snc/report-a-cybercrime | https://api.github.com/repos/cds-snc/report-a-cybercrime | closed | Money page transaction date fields have no horizontal spacing | bug medium priority | ## Summary

## Steps to reproduce
Date fields on money page
## Unresolved questions
Can we check if the form is grouped and accessible?
Look at storybook for reference
| 1.0 | Money page transaction date fields have no horizontal spacing - ## Summary

## Steps to reproduce
Date fields on money page
## Unresolved questions
Can we check if the form is grouped and accessible?
Look at storybook for reference
| priority | money page transaction date fields have no horizontal spacing summary steps to reproduce date fields on money page unresolved questions can we check if the form is grouped and accessible look at storybook for reference | 1 |
377,829 | 11,184,949,377 | IssuesEvent | 2019-12-31 21:16:07 | TeamChocoQuest/ChocolateQuestRepoured | https://api.github.com/repos/TeamChocoQuest/ChocolateQuestRepoured | opened | Armor Shattering Config Option | Priority: Medium Type: Enhancement | Config option to disable mobs' armor weakening as you hit them.
Honestly, I thought we already had this. | 1.0 | Armor Shattering Config Option - Config option to disable mobs' armor weakening as you hit them.
Honestly, I thought we already had this. | priority | armor shattering config option config option to disable mobs armor weakening as you hit them honestly i thought we already had this | 1 |
546,236 | 16,007,720,902 | IssuesEvent | 2021-04-20 06:31:47 | apache/airflow | https://api.github.com/repos/apache/airflow | closed | Error on DAG deletion : AttributeError: type object 'Base' has no attribute '_decl_class_registry' | kind:bug priority:medium reported_version:2.0 | Whenever I try to delete a dag I get the following error. It seems like a version mismatch in flask-sqlalchemy
Python version: 3.7.10
Airflow version: 2.0.1
Node: jupyter-gpuaccel.zolitron.com
-------------------------------------------------------------------------------
Traceback (most recent call last):
File "/root/anaconda3/envs/airflow_env/lib/python3.7/site-packages/flask/app.py", line 2447, in wsgi_app
response = self.full_dispatch_request()
File "/root/anaconda3/envs/airflow_env/lib/python3.7/site-packages/flask/app.py", line 1952, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/root/anaconda3/envs/airflow_env/lib/python3.7/site-packages/flask/app.py", line 1821, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/root/anaconda3/envs/airflow_env/lib/python3.7/site-packages/flask/_compat.py", line 39, in reraise
raise value
File "/root/anaconda3/envs/airflow_env/lib/python3.7/site-packages/flask/app.py", line 1950, in full_dispatch_request
rv = self.dispatch_request()
File "/root/anaconda3/envs/airflow_env/lib/python3.7/site-packages/flask/app.py", line 1936, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/root/anaconda3/envs/airflow_env/lib/python3.7/site-packages/airflow/www/auth.py", line 34, in decorated
return func(*args, **kwargs)
File "/root/anaconda3/envs/airflow_env/lib/python3.7/site-packages/airflow/www/decorators.py", line 60, in wrapper
return f(*args, **kwargs)
File "/root/anaconda3/envs/airflow_env/lib/python3.7/site-packages/airflow/www/views.py", line 1393, in delete
delete_dag.delete_dag(dag_id)
File "/root/anaconda3/envs/airflow_env/lib/python3.7/site-packages/airflow/utils/session.py", line 65, in wrapper
return func(*args, session=session, **kwargs)
File "/root/anaconda3/envs/airflow_env/lib/python3.7/site-packages/airflow/api/common/experimental/delete_dag.py", line 54, in delete_dag
for model in models.base.Base._decl_class_registry.values(): # noqa pylint: disable=protected-access
AttributeError: type object 'Base' has no attribute '_decl_class_registry'
| 1.0 | Error on DAG deletion : AttributeError: type object 'Base' has no attribute '_decl_class_registry' - Whenever I try to delete a dag I get the following error. It seems like a version mismatch in flask-sqlalchemy
Python version: 3.7.10
Airflow version: 2.0.1
Node: jupyter-gpuaccel.zolitron.com
-------------------------------------------------------------------------------
Traceback (most recent call last):
File "/root/anaconda3/envs/airflow_env/lib/python3.7/site-packages/flask/app.py", line 2447, in wsgi_app
response = self.full_dispatch_request()
File "/root/anaconda3/envs/airflow_env/lib/python3.7/site-packages/flask/app.py", line 1952, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/root/anaconda3/envs/airflow_env/lib/python3.7/site-packages/flask/app.py", line 1821, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/root/anaconda3/envs/airflow_env/lib/python3.7/site-packages/flask/_compat.py", line 39, in reraise
raise value
File "/root/anaconda3/envs/airflow_env/lib/python3.7/site-packages/flask/app.py", line 1950, in full_dispatch_request
rv = self.dispatch_request()
File "/root/anaconda3/envs/airflow_env/lib/python3.7/site-packages/flask/app.py", line 1936, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/root/anaconda3/envs/airflow_env/lib/python3.7/site-packages/airflow/www/auth.py", line 34, in decorated
return func(*args, **kwargs)
File "/root/anaconda3/envs/airflow_env/lib/python3.7/site-packages/airflow/www/decorators.py", line 60, in wrapper
return f(*args, **kwargs)
File "/root/anaconda3/envs/airflow_env/lib/python3.7/site-packages/airflow/www/views.py", line 1393, in delete
delete_dag.delete_dag(dag_id)
File "/root/anaconda3/envs/airflow_env/lib/python3.7/site-packages/airflow/utils/session.py", line 65, in wrapper
return func(*args, session=session, **kwargs)
File "/root/anaconda3/envs/airflow_env/lib/python3.7/site-packages/airflow/api/common/experimental/delete_dag.py", line 54, in delete_dag
for model in models.base.Base._decl_class_registry.values(): # noqa pylint: disable=protected-access
AttributeError: type object 'Base' has no attribute '_decl_class_registry'
| priority | error on dag deletion attributeerror type object base has no attribute decl class registry whenever i try to delete a dag i get the following error it seems like a version mismatch in flask sqlalchemy python version airflow version node jupyter gpuaccel zolitron com traceback most recent call last file root envs airflow env lib site packages flask app py line in wsgi app response self full dispatch request file root envs airflow env lib site packages flask app py line in full dispatch request rv self handle user exception e file root envs airflow env lib site packages flask app py line in handle user exception reraise exc type exc value tb file root envs airflow env lib site packages flask compat py line in reraise raise value file root envs airflow env lib site packages flask app py line in full dispatch request rv self dispatch request file root envs airflow env lib site packages flask app py line in dispatch request return self view functions req view args file root envs airflow env lib site packages airflow www auth py line in decorated return func args kwargs file root envs airflow env lib site packages airflow www decorators py line in wrapper return f args kwargs file root envs airflow env lib site packages airflow www views py line in delete delete dag delete dag dag id file root envs airflow env lib site packages airflow utils session py line in wrapper return func args session session kwargs file root envs airflow env lib site packages airflow api common experimental delete dag py line in delete dag for model in models base base decl class registry values noqa pylint disable protected access attributeerror type object base has no attribute decl class registry | 1 |
804,013 | 29,298,485,629 | IssuesEvent | 2023-05-25 00:05:59 | Digital-Will-Inc/wortal-sdk-unity | https://api.github.com/repos/Digital-Will-Inc/wortal-sdk-unity | closed | Construct modules on Wortal creation | Priority: Medium | ### Description
<p><br/></p>
- Type: Refactor
- ID: 863gup4dw
- Priority: Normal | 1.0 | Construct modules on Wortal creation - ### Description
<p><br/></p>
- Type: Refactor
- ID: 863gup4dw
- Priority: Normal | priority | construct modules on wortal creation description type refactor id priority normal | 1 |
782,627 | 27,501,439,250 | IssuesEvent | 2023-03-05 18:38:34 | devvsakib/power-the-web | https://api.github.com/repos/devvsakib/power-the-web | closed | change the footer UI | good first issue [priority: medium] EddieHub:good-first-issue | **Is your feature request related to a problem? Please describe.**
Change the footer UI according to our website.

**Describe the solution you'd like**
Maybe blur the background with white text? Just remove the black background color. And try to add a backdrop blur filter. That's it
| 1.0 | change the footer UI - **Is your feature request related to a problem? Please describe.**
Change the footer UI according to our website.

**Describe the solution you'd like**
Maybe blur the background with white text? Just remove the black background color. And try to add a backdrop blur filter. That's it
| priority | change the footer ui is your feature request related to a problem please describe change the footer ui according to our website describe the solution you d like maybe blur the background with white text just remove the black background color and try to add a backdrop blur filter that s it | 1 |
78,250 | 3,509,537,789 | IssuesEvent | 2016-01-08 23:19:26 | OregonCore/OregonCore | https://api.github.com/repos/OregonCore/OregonCore | closed | Quest: [Wanted: Knucklerot and Luzran] ID:9686 (BB #1022) | Category: Quests migrated Priority: Medium Type: Bug | This issue was migrated from bitbucket.
**Original Reporter:** GazelleMag
**Original Date:** 23.06.2015 14:03:59 GMT+0000
**Original Priority:** major
**Original Type:** bug
**Original State:** invalid
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/1022
<hr>
After some seconds fighting this guy, Luzran (16245) charges and knock backs you excessively away and the fight complete resets. Impossible to kill this mob. | 1.0 | Quest: [Wanted: Knucklerot and Luzran] ID:9686 (BB #1022) - This issue was migrated from bitbucket.
**Original Reporter:** GazelleMag
**Original Date:** 23.06.2015 14:03:59 GMT+0000
**Original Priority:** major
**Original Type:** bug
**Original State:** invalid
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/1022
<hr>
After some seconds fighting this guy, Luzran (16245) charges and knock backs you excessively away and the fight complete resets. Impossible to kill this mob. | priority | quest id bb this issue was migrated from bitbucket original reporter gazellemag original date gmt original priority major original type bug original state invalid direct link after some seconds fighting this guy luzran charges and knock backs you excessively away and the fight complete resets impossible to kill this mob | 1 |
521,569 | 15,111,625,287 | IssuesEvent | 2021-02-08 20:43:55 | ridhambhat/SlateVim | https://api.github.com/repos/ridhambhat/SlateVim | closed | Devpost submission details | priority.Medium type.Task | ## Inspiration
Text editing and Vim go hand-in-hand. Vim is great at the terminal, but what about right in the browser? **Never** have to code live on _Google Docs_ ever again!
## What it does
An online collaborative Vim text editing experience, with function to save your document when you desire.
## How we built it
The core user interface and frontend was built using React and Slate.js. The saving functionality and backend was integrated with AWS Amplify (AppSync), using the GraphQL API.
## Challenges we ran into
A time difference of ~12 hours made it kind of hard to coordinate. Also, it was our first time using these open source technologies, so we spent quite some time getting acquainted with the APIs. It was also out first time using GraphQL instead of REST, so we had to quickly learn the different paradigm.
## Accomplishments that we're proud of
Completed a useable minimum viable product within the short span of 5 days! Accomplished most of what we set out to do, and managed to integrate 2-3 out of 4 of the open source technologies we were given to use.
## What we learned
Learned about Slate.js, GraphQL, AWS Amplify. Learned more about the browser's Document Object Model (DOM). Learned how to coordinate different time zones.
## What's next for SlateVim
More Vim commands, more modes, macros, etc.
A prettier UI. | 1.0 | Devpost submission details - ## Inspiration
Text editing and Vim go hand-in-hand. Vim is great at the terminal, but what about right in the browser? **Never** have to code live on _Google Docs_ ever again!
## What it does
An online collaborative Vim text editing experience, with function to save your document when you desire.
## How we built it
The core user interface and frontend was built using React and Slate.js. The saving functionality and backend was integrated with AWS Amplify (AppSync), using the GraphQL API.
## Challenges we ran into
A time difference of ~12 hours made it kind of hard to coordinate. Also, it was our first time using these open source technologies, so we spent quite some time getting acquainted with the APIs. It was also out first time using GraphQL instead of REST, so we had to quickly learn the different paradigm.
## Accomplishments that we're proud of
Completed a useable minimum viable product within the short span of 5 days! Accomplished most of what we set out to do, and managed to integrate 2-3 out of 4 of the open source technologies we were given to use.
## What we learned
Learned about Slate.js, GraphQL, AWS Amplify. Learned more about the browser's Document Object Model (DOM). Learned how to coordinate different time zones.
## What's next for SlateVim
More Vim commands, more modes, macros, etc.
A prettier UI. | priority | devpost submission details inspiration text editing and vim go hand in hand vim is great at the terminal but what about right in the browser never have to code live on google docs ever again what it does an online collaborative vim text editing experience with function to save your document when you desire how we built it the core user interface and frontend was built using react and slate js the saving functionality and backend was integrated with aws amplify appsync using the graphql api challenges we ran into a time difference of hours made it kind of hard to coordinate also it was our first time using these open source technologies so we spent quite some time getting acquainted with the apis it was also out first time using graphql instead of rest so we had to quickly learn the different paradigm accomplishments that we re proud of completed a useable minimum viable product within the short span of days accomplished most of what we set out to do and managed to integrate out of of the open source technologies we were given to use what we learned learned about slate js graphql aws amplify learned more about the browser s document object model dom learned how to coordinate different time zones what s next for slatevim more vim commands more modes macros etc a prettier ui | 1 |
172,075 | 6,498,725,165 | IssuesEvent | 2017-08-22 18:33:49 | digidem/alianza-ceibo-maps | https://api.github.com/repos/digidem/alianza-ceibo-maps | closed | 'home button' takes you to main screen | Priority: Medium | 'At any point you click on the home button and it takes you back to main website with map in the window'
Where should the home button be located? | 1.0 | 'home button' takes you to main screen - 'At any point you click on the home button and it takes you back to main website with map in the window'
Where should the home button be located? | priority | home button takes you to main screen at any point you click on the home button and it takes you back to main website with map in the window where should the home button be located | 1 |
64,985 | 3,222,499,872 | IssuesEvent | 2015-10-09 01:35:30 | loljoho/poppyGP-player | https://api.github.com/repos/loljoho/poppyGP-player | closed | Application Core Module | 0.6: Task 1.2: Priority - Medium 2.0: Tech - AngularJS | Restructure application avec modularity
See `README.md` for proposed application structure | 1.0 | Application Core Module - Restructure application avec modularity
See `README.md` for proposed application structure | priority | application core module restructure application avec modularity see readme md for proposed application structure | 1 |
491,712 | 14,169,721,908 | IssuesEvent | 2020-11-12 13:37:30 | gerdablum/shared-clipboard | https://api.github.com/repos/gerdablum/shared-clipboard | opened | App: Use new Google ML Kit without Firebase | medium priority | https://developers.google.com/ml-kit
Remove Firebase and use standalone barcode scanning from ML Kit instead | 1.0 | App: Use new Google ML Kit without Firebase - https://developers.google.com/ml-kit
Remove Firebase and use standalone barcode scanning from ML Kit instead | priority | app use new google ml kit without firebase remove firebase and use standalone barcode scanning from ml kit instead | 1 |
484,709 | 13,944,004,391 | IssuesEvent | 2020-10-23 00:43:51 | cloudfoundry-incubator/kubecf | https://api.github.com/repos/cloudfoundry-incubator/kubecf | closed | values.yaml can't be reused with stratos | Priority: Medium Status: Validation Type: Bug | **Is your feature request related to a problem? Please describe.**
We can't share a yaml with stratos because the `kube.storage_class` key has a different type in each chart.
**Describe the solution you'd like**
Rename the keys or share the type, so the values.yaml can be reused.
| 1.0 | values.yaml can't be reused with stratos - **Is your feature request related to a problem? Please describe.**
We can't share a yaml with stratos because the `kube.storage_class` key has a different type in each chart.
**Describe the solution you'd like**
Rename the keys or share the type, so the values.yaml can be reused.
| priority | values yaml can t be reused with stratos is your feature request related to a problem please describe we can t share a yaml with stratos because the kube storage class key has a different type in each chart describe the solution you d like rename the keys or share the type so the values yaml can be reused | 1 |
322,230 | 9,814,990,715 | IssuesEvent | 2019-06-13 11:33:29 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | Bluetooth: L2CAP: Interpretation of SCID and DCID in Disconnect is wrong | bug priority: medium | On the request the spec has the following decription:
• Destination CID - DCID (2 octets)
This field specifies the endpoint of the channel to be disconnected on the
device receiving this request.
• Source CID - SCID (2 octets)
This field specifies the endpoint of the channel to be disconnected on the
device sending this request.
So the DCID should map to rx.cid while the SCID should map to tx.cid.
On the Disconnect Response it is the opposite when receiving:
• Destination CID - DCID (2 octets)
This field identifies the channel endpoint on the device sending the
response.
• Source CID - SCID (2 octets)
This field identifies the channel endpoint on the device receiving the
response. | 1.0 | Bluetooth: L2CAP: Interpretation of SCID and DCID in Disconnect is wrong - On the request the spec has the following decription:
• Destination CID - DCID (2 octets)
This field specifies the endpoint of the channel to be disconnected on the
device receiving this request.
• Source CID - SCID (2 octets)
This field specifies the endpoint of the channel to be disconnected on the
device sending this request.
So the DCID should map to rx.cid while the SCID should map to tx.cid.
On the Disconnect Response it is the opposite when receiving:
• Destination CID - DCID (2 octets)
This field identifies the channel endpoint on the device sending the
response.
• Source CID - SCID (2 octets)
This field identifies the channel endpoint on the device receiving the
response. | priority | bluetooth interpretation of scid and dcid in disconnect is wrong on the request the spec has the following decription • destination cid dcid octets this field specifies the endpoint of the channel to be disconnected on the device receiving this request • source cid scid octets this field specifies the endpoint of the channel to be disconnected on the device sending this request so the dcid should map to rx cid while the scid should map to tx cid on the disconnect response it is the opposite when receiving • destination cid dcid octets this field identifies the channel endpoint on the device sending the response • source cid scid octets this field identifies the channel endpoint on the device receiving the response | 1 |
408,922 | 11,954,462,516 | IssuesEvent | 2020-04-03 23:44:35 | getting-things-gnome/gtg | https://api.github.com/repos/getting-things-gnome/gtg | closed | Tracebacks when batch-tagging tasks and creating new tag(s) in the process | bug priority:medium reproducible-in-git | If you batch-tag (ctrl+T, or using the contextual menu) a bunch of tasks where you add a whole new tag in the process, for example "!petya work phone" you end up with this:
```
Traceback (most recent call last):
File "/home/jeff/gtg/GTG/gtk/browser/modify_tags.py", line 94, in on_confirm
task.add_tag(tag)
File "/home/jeff/gtg/GTG/core/task.py", line 707, in add_tag
cgi.escape(tagname), sep, c)
AttributeError: module 'cgi' has no attribute 'escape'
``` | 1.0 | Tracebacks when batch-tagging tasks and creating new tag(s) in the process - If you batch-tag (ctrl+T, or using the contextual menu) a bunch of tasks where you add a whole new tag in the process, for example "!petya work phone" you end up with this:
```
Traceback (most recent call last):
File "/home/jeff/gtg/GTG/gtk/browser/modify_tags.py", line 94, in on_confirm
task.add_tag(tag)
File "/home/jeff/gtg/GTG/core/task.py", line 707, in add_tag
cgi.escape(tagname), sep, c)
AttributeError: module 'cgi' has no attribute 'escape'
``` | priority | tracebacks when batch tagging tasks and creating new tag s in the process if you batch tag ctrl t or using the contextual menu a bunch of tasks where you add a whole new tag in the process for example petya work phone you end up with this traceback most recent call last file home jeff gtg gtg gtk browser modify tags py line in on confirm task add tag tag file home jeff gtg gtg core task py line in add tag cgi escape tagname sep c attributeerror module cgi has no attribute escape | 1 |
318,968 | 9,726,082,064 | IssuesEvent | 2019-05-30 10:28:13 | luna/luna-studio | https://api.github.com/repos/luna/luna-studio | closed | Add snippets for searcher | Category: Graph Editor Category: IDE Change: Non-Breaking Difficulty: Core Contributor Priority: Medium Type: Enhancement | Searcher with empty query should display a list of useful code snippets relevant for the current context, rather than a randomly ordered list of functions. | 1.0 | Add snippets for searcher - Searcher with empty query should display a list of useful code snippets relevant for the current context, rather than a randomly ordered list of functions. | priority | add snippets for searcher searcher with empty query should display a list of useful code snippets relevant for the current context rather than a randomly ordered list of functions | 1 |
382,280 | 11,303,380,816 | IssuesEvent | 2020-01-17 19:58:15 | ChainSafe/gossamer | https://api.github.com/repos/ChainSafe/gossamer | opened | Refactor common package (hash functions) | Good First Issue Priority: 3 - Medium Type: Maintenance | - [ ] Rename hash.go to hasher.go
- [ ] Move the hash function(s) from common.go to a new hash.go | 1.0 | Refactor common package (hash functions) - - [ ] Rename hash.go to hasher.go
- [ ] Move the hash function(s) from common.go to a new hash.go | priority | refactor common package hash functions rename hash go to hasher go move the hash function s from common go to a new hash go | 1 |
214,465 | 7,273,476,927 | IssuesEvent | 2018-02-21 05:20:09 | hotosm/tasking-manager | https://api.github.com/repos/hotosm/tasking-manager | closed | TM3: "Per Task instructions" are not currently displayed | Medium Difficulty Medium Priority regression | "Per Task instructions" are not currently displayed in TM when we select a tile to map or validate.
But I've always wondered if these were really useful where they should be in general instructions for the project.
This is a minor regression (probably forgot to implement it). | 1.0 | TM3: "Per Task instructions" are not currently displayed - "Per Task instructions" are not currently displayed in TM when we select a tile to map or validate.
But I've always wondered if these were really useful where they should be in general instructions for the project.
This is a minor regression (probably forgot to implement it). | priority | per task instructions are not currently displayed per task instructions are not currently displayed in tm when we select a tile to map or validate but i ve always wondered if these were really useful where they should be in general instructions for the project this is a minor regression probably forgot to implement it | 1 |
21,417 | 2,640,218,386 | IssuesEvent | 2015-03-11 10:29:44 | cs2103jan2015-f13-2j/main | https://api.github.com/repos/cs2103jan2015-f13-2j/main | closed | Do up Logic | issue.discussion priority.medium type.task | Hi @bubblegan ,
I have do up Validator.java, which currently only support "add" commands for all of Task objects (NormalTask, DeadlineTask, RecurrenceTask or FloatingTask). The only public API is "parseCommand(String)", which accept in full sentence of command (e.g. "add CE2 deadline next Friday"). That method will then return the respective Task object, depending on the type of Task.
What I need you to do is as follows:
1) Read the Validator.java carefully, and understand what the code is doing. This is important as it will have a significant impact on Logic.java if things didn't follow closely.
2) Get your logic codes ready, tuned to Validator.java and push it to the repository.
Please kindly do it by Monday, 23 FEB 2015. Do let me know if you face any issue. Thank you.
PS: @robobooga , please take note. | 1.0 | Do up Logic - Hi @bubblegan ,
I have do up Validator.java, which currently only support "add" commands for all of Task objects (NormalTask, DeadlineTask, RecurrenceTask or FloatingTask). The only public API is "parseCommand(String)", which accept in full sentence of command (e.g. "add CE2 deadline next Friday"). That method will then return the respective Task object, depending on the type of Task.
What I need you to do is as follows:
1) Read the Validator.java carefully, and understand what the code is doing. This is important as it will have a significant impact on Logic.java if things didn't follow closely.
2) Get your logic codes ready, tuned to Validator.java and push it to the repository.
Please kindly do it by Monday, 23 FEB 2015. Do let me know if you face any issue. Thank you.
PS: @robobooga , please take note. | priority | do up logic hi bubblegan i have do up validator java which currently only support add commands for all of task objects normaltask deadlinetask recurrencetask or floatingtask the only public api is parsecommand string which accept in full sentence of command e g add deadline next friday that method will then return the respective task object depending on the type of task what i need you to do is as follows read the validator java carefully and understand what the code is doing this is important as it will have a significant impact on logic java if things didn t follow closely get your logic codes ready tuned to validator java and push it to the repository please kindly do it by monday feb do let me know if you face any issue thank you ps robobooga please take note | 1 |
516,150 | 14,976,003,172 | IssuesEvent | 2021-01-28 07:17:24 | OpenSRP/opensrp-client-reveal | https://api.github.com/repos/OpenSRP/opensrp-client-reveal | closed | Review of the VectorLink Databases | Priority: Medium | - [ ] Some users in Vectorlink have tasks with an updated business status that have no associated events. The follow-up activity was to get database dumps from users devices in the affected area to determine if the events existed and just failed to synchronize. This tickets seeks to facilitates the review of the provided database dumps for review and determine if there are events that can be used to update the existing entries in the database.
**Root cause**
During P2P sync events that had not been to server on the source device are marked as task processing is pending on the destination device if task is not yet sent
Upgrade of database also causing update of events to task processing pending that makes the events not to be synced
This happens if task has not be synced yet to the device, this happens in p2p especially since tasks will be synced after events
Some events are on the server but miss base entity ids and also task details. This seems not to happen anymore, however spray events created via the filled events may have such a bug
**Solutions**
- Remove the additional status (task not processed) for events
- Reset all event with task not processed to unsynced so that they can be synced
- Remove optimizations that may prevent events from being synced.
- Filled events view make sure the details of the current event being edited populate the new event
**Why did we need the additional status**
- Initially we used events to update tasks locally as task updates were not being saved, we now sync task status updates to server
- We now don't need the functionality to reprocess events when task,locations are synced.
- We generate server version for events and tasks real time on save/update on the server
- There is no way that events can sync before locations, structures or tasks, this could happen with schedule based server version generation | 1.0 | Review of the VectorLink Databases - - [ ] Some users in Vectorlink have tasks with an updated business status that have no associated events. The follow-up activity was to get database dumps from users devices in the affected area to determine if the events existed and just failed to synchronize. This tickets seeks to facilitates the review of the provided database dumps for review and determine if there are events that can be used to update the existing entries in the database.
**Root cause**
During P2P sync events that had not been to server on the source device are marked as task processing is pending on the destination device if task is not yet sent
Upgrade of database also causing update of events to task processing pending that makes the events not to be synced
This happens if task has not be synced yet to the device, this happens in p2p especially since tasks will be synced after events
Some events are on the server but miss base entity ids and also task details. This seems not to happen anymore, however spray events created via the filled events may have such a bug
**Solutions**
- Remove the additional status (task not processed) for events
- Reset all event with task not processed to unsynced so that they can be synced
- Remove optimizations that may prevent events from being synced.
- Filled events view make sure the details of the current event being edited populate the new event
**Why did we need the additional status**
- Initially we used events to update tasks locally as task updates were not being saved, we now sync task status updates to server
- We now don't need the functionality to reprocess events when task,locations are synced.
- We generate server version for events and tasks real time on save/update on the server
- There is no way that events can sync before locations, structures or tasks, this could happen with schedule based server version generation | priority | review of the vectorlink databases some users in vectorlink have tasks with an updated business status that have no associated events the follow up activity was to get database dumps from users devices in the affected area to determine if the events existed and just failed to synchronize this tickets seeks to facilitates the review of the provided database dumps for review and determine if there are events that can be used to update the existing entries in the database root cause during sync events that had not been to server on the source device are marked as task processing is pending on the destination device if task is not yet sent upgrade of database also causing update of events to task processing pending that makes the events not to be synced this happens if task has not be synced yet to the device this happens in especially since tasks will be synced after events some events are on the server but miss base entity ids and also task details this seems not to happen anymore however spray events created via the filled events may have such a bug solutions remove the additional status task not processed for events reset all event with task not processed to unsynced so that they can be synced remove optimizations that may prevent events from being synced filled events view make sure the details of the current event being edited populate the new event why did we need the additional status initially we used events to update tasks locally as task updates were not being saved we now sync task status updates to server we now don t need the functionality to reprocess events when task locations are synced we generate server version for events and tasks real time on save update on the server there is no way that events can sync before locations structures or tasks this could happen with schedule based server version generation | 1 |
387,512 | 11,462,856,234 | IssuesEvent | 2020-02-07 14:55:51 | Mailu/Mailu | https://api.github.com/repos/Mailu/Mailu | closed | Allow selection of key length for DKIM Key generation | difficulty/medium priority/p2 topic/app type/enhancement | Only 1024 bit keys can be generated for DKIM while 2048 would be preferable for RSA (since 1024 are known to be breakable in a reasonable amount of time).
While there might be performance considerations for using 1024 bit keys, this shouldn't be the default.
Ideally, one could select whether 1024 bit oder 2048 bit keys should be (re)generated. | 1.0 | Allow selection of key length for DKIM Key generation - Only 1024 bit keys can be generated for DKIM while 2048 would be preferable for RSA (since 1024 are known to be breakable in a reasonable amount of time).
While there might be performance considerations for using 1024 bit keys, this shouldn't be the default.
Ideally, one could select whether 1024 bit oder 2048 bit keys should be (re)generated. | priority | allow selection of key length for dkim key generation only bit keys can be generated for dkim while would be preferable for rsa since are known to be breakable in a reasonable amount of time while there might be performance considerations for using bit keys this shouldn t be the default ideally one could select whether bit oder bit keys should be re generated | 1 |
749,362 | 26,160,931,007 | IssuesEvent | 2022-12-31 14:12:58 | ut-issl/s2e-core | https://api.github.com/repos/ut-issl/s2e-core | closed | Improve ComGS classes to deal with multiple antennas, frequencies, and modulation types | priority::medium simulation minor update | ## Overview
Improve ComGS classes to deal with multiple antennas, frequencies, and modulation types.
## Details
- To deal with multiple antennas
- Need to have position and direction information in vector type like other components.
- Need to select adequate Rx antenna responds to spacecraft attitude
- To deal with multiple frequencies(S/X, up/down)
- Implementation for up/down frequencies is easy.
- Change ANT member variable `frequency_` to `tx_frequency_` and `rx_frequency_` and add some programs.
- Which components should have information about frequencies?
- Making the TRP class and leaving the info for this class is good?
- But how to have consistency with the current XTRP class?
- How to check frequency matching with TX and RX antennas?
- To deal with multiple modulation types
- Modulation type, BER, coding type are now constants by implicit assumptions but should be variables.
- It is required if users want to use this S/W to simulate both S and X bands.
## Conditions for close
When the new ComGS class is implemented.
## Supplement
N/A
## Note
- Write a conclusion when closing the issue.
| 1.0 | Improve ComGS classes to deal with multiple antennas, frequencies, and modulation types - ## Overview
Improve ComGS classes to deal with multiple antennas, frequencies, and modulation types.
## Details
- To deal with multiple antennas
- Need to have position and direction information in vector type like other components.
- Need to select adequate Rx antenna responds to spacecraft attitude
- To deal with multiple frequencies(S/X, up/down)
- Implementation for up/down frequencies is easy.
- Change ANT member variable `frequency_` to `tx_frequency_` and `rx_frequency_` and add some programs.
- Which components should have information about frequencies?
- Making the TRP class and leaving the info for this class is good?
- But how to have consistency with the current XTRP class?
- How to check frequency matching with TX and RX antennas?
- To deal with multiple modulation types
- Modulation type, BER, coding type are now constants by implicit assumptions but should be variables.
- It is required if users want to use this S/W to simulate both S and X bands.
## Conditions for close
When the new ComGS class is implemented.
## Supplement
N/A
## Note
- Write a conclusion when closing the issue.
| priority | improve comgs classes to deal with multiple antennas frequencies and modulation types overview improve comgs classes to deal with multiple antennas frequencies and modulation types details to deal with multiple antennas need to have position and direction information in vector type like other components need to select adequate rx antenna responds to spacecraft attitude to deal with multiple frequencies s x up down implementation for up down frequencies is easy change ant member variable frequency to tx frequency and rx frequency and add some programs which components should have information about frequencies making the trp class and leaving the info for this class is good but how to have consistency with the current xtrp class how to check frequency matching with tx and rx antennas to deal with multiple modulation types modulation type ber coding type are now constants by implicit assumptions but should be variables it is required if users want to use this s w to simulate both s and x bands conditions for close when the new comgs class is implemented supplement n a note write a conclusion when closing the issue | 1 |
381,943 | 11,298,364,207 | IssuesEvent | 2020-01-17 08:50:11 | onaio/rdt-standard | https://api.github.com/repos/onaio/rdt-standard | closed | Implement S3 storage option on OpenSRP server | Priority - medium server | This will be needed to support storing the sizeable volume of images expected for the study.
Will be implemented as part of this [issue](https://github.com/OpenSRP/opensrp-server-core/issues/53). | 1.0 | Implement S3 storage option on OpenSRP server - This will be needed to support storing the sizeable volume of images expected for the study.
Will be implemented as part of this [issue](https://github.com/OpenSRP/opensrp-server-core/issues/53). | priority | implement storage option on opensrp server this will be needed to support storing the sizeable volume of images expected for the study will be implemented as part of this | 1 |
766,070 | 26,870,484,951 | IssuesEvent | 2023-02-04 11:59:11 | ita-social-projects/TeachUA | https://api.github.com/repos/ita-social-projects/TeachUA | opened | [Certificates] View, filter and search issued certificates information | User story Priority: Medium | **As an Admin I want to be able to view the list with information about issued certificates, filter it and search.**
<img width="960" alt="Усі сертиф" src="https://user-images.githubusercontent.com/113117933/216766310-ba7b5f4e-d408-4ed7-bc9f-3c9a6935266c.png">
<img width="960" alt="Пошук серт" src="https://user-images.githubusercontent.com/113117933/216766322-a75eac4c-2d6f-43ae
<img width="960" alt="Пошук no data" src="https://user-images.githubusercontent.com/113117933/216766324-245c3e09-343a-46db-9472-54a183dda03c.png">
-9f86-959ebd703d75.png">
### Acceptance Criteria
A clear and concise description of what you want to happen.
**Epic link**
E.g.: Epic Administration #1358
**Labels to be added**
"User story", Correspondind Functionality (e.g. User), Priority ("pri: "), "Corresponding Epic"
### Tasks
1. - [ ] sample task.
| 1.0 | [Certificates] View, filter and search issued certificates information - **As an Admin I want to be able to view the list with information about issued certificates, filter it and search.**
<img width="960" alt="Усі сертиф" src="https://user-images.githubusercontent.com/113117933/216766310-ba7b5f4e-d408-4ed7-bc9f-3c9a6935266c.png">
<img width="960" alt="Пошук серт" src="https://user-images.githubusercontent.com/113117933/216766322-a75eac4c-2d6f-43ae
<img width="960" alt="Пошук no data" src="https://user-images.githubusercontent.com/113117933/216766324-245c3e09-343a-46db-9472-54a183dda03c.png">
-9f86-959ebd703d75.png">
### Acceptance Criteria
A clear and concise description of what you want to happen.
**Epic link**
E.g.: Epic Administration #1358
**Labels to be added**
"User story", Correspondind Functionality (e.g. User), Priority ("pri: "), "Corresponding Epic"
### Tasks
1. - [ ] sample task.
| priority | view filter and search issued certificates information as an admin i want to be able to view the list with information about issued certificates filter it and search img width alt усі сертиф src img width alt пошук серт src img width alt пошук no data src png acceptance criteria a clear and concise description of what you want to happen epic link e g epic administration labels to be added user story correspondind functionality e g user priority pri corresponding epic tasks sample task | 1 |
695,808 | 23,872,829,873 | IssuesEvent | 2022-09-07 16:09:48 | OpenLiberty/liberty-language-server | https://api.github.com/repos/OpenLiberty/liberty-language-server | closed | [server.xml] include/location support | medium priority mvp | server.xml support include location:
```xml
<server>
<include location="other.xml" />
<include location="other2.xml" />
</server>
```
It should ne nice to manage
* document link for location attribute
* validation for location attribute
| 1.0 | [server.xml] include/location support - server.xml support include location:
```xml
<server>
<include location="other.xml" />
<include location="other2.xml" />
</server>
```
It should ne nice to manage
* document link for location attribute
* validation for location attribute
| priority | include location support server xml support include location xml it should ne nice to manage document link for location attribute validation for location attribute | 1 |
737,488 | 25,518,425,998 | IssuesEvent | 2022-11-28 18:16:12 | 42Atomys/stud42 | https://api.github.com/repos/42Atomys/stud42 | closed | fix: the user is not correctly considered as active | state/confirmed 💜 priority/medium 🟨 aspect/backend 💻 domain/obvious 🟩 type/bug 🔥 | ### Describe the bug
One column on the model user called `is_a_user` must be set as true when an User takes the action to join the app. But actually, the number of active users seems to lower.
### To Reproduce
1. Be an User already imported by an active location
2. Decide to join and link her duo account
3. The column `is_a_user` is not turned to `true`
### Expected behavior
_No response_
### Relevant log output
_No response_
### Version of software
0.18.3
### Environment
Live (https://s42.app)
### Additional context
_No response_
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct | 1.0 | fix: the user is not correctly considered as active - ### Describe the bug
One column on the model user called `is_a_user` must be set as true when an User takes the action to join the app. But actually, the number of active users seems to lower.
### To Reproduce
1. Be an User already imported by an active location
2. Decide to join and link her duo account
3. The column `is_a_user` is not turned to `true`
### Expected behavior
_No response_
### Relevant log output
_No response_
### Version of software
0.18.3
### Environment
Live (https://s42.app)
### Additional context
_No response_
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct | priority | fix the user is not correctly considered as active describe the bug one column on the model user called is a user must be set as true when an user takes the action to join the app but actually the number of active users seems to lower to reproduce be an user already imported by an active location decide to join and link her duo account the column is a user is not turned to true expected behavior no response relevant log output no response version of software environment live additional context no response code of conduct i agree to follow this project s code of conduct | 1 |
307,240 | 9,414,938,809 | IssuesEvent | 2019-04-10 11:24:34 | aau-giraf/weekplanner | https://api.github.com/repos/aau-giraf/weekplanner | closed | As a guardian, I would like to be able to mark activity(s). | priority: medium type: feature | I would like to mark one or more activities, which enables the option to delete/copy/move all of them at the same time.
| 1.0 | As a guardian, I would like to be able to mark activity(s). - I would like to mark one or more activities, which enables the option to delete/copy/move all of them at the same time.
| priority | as a guardian i would like to be able to mark activity s i would like to mark one or more activities which enables the option to delete copy move all of them at the same time | 1 |
485,308 | 13,963,865,005 | IssuesEvent | 2020-10-25 15:51:18 | AY2021S1-CS2103T-T10-3/tp | https://api.github.com/repos/AY2021S1-CS2103T-T10-3/tp | closed | Autocomplete does not work for edit and view commands | priority.Medium type.Enhancement | Autocomplete is currently missing for edit and view commands. | 1.0 | Autocomplete does not work for edit and view commands - Autocomplete is currently missing for edit and view commands. | priority | autocomplete does not work for edit and view commands autocomplete is currently missing for edit and view commands | 1 |
189,357 | 6,796,962,074 | IssuesEvent | 2017-11-01 20:53:31 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | Custom Builder Variant Mesh Selection Not Really Random | Art Medium Priority |

Puts tons in one area at the moment even if it's supposedly one out of 8 choices of meshes to choose from.
The best update would be controlling rough percentages that appear if possible, or just more random would probably be fine too. | 1.0 | Custom Builder Variant Mesh Selection Not Really Random -

Puts tons in one area at the moment even if it's supposedly one out of 8 choices of meshes to choose from.
The best update would be controlling rough percentages that appear if possible, or just more random would probably be fine too. | priority | custom builder variant mesh selection not really random puts tons in one area at the moment even if it s supposedly one out of choices of meshes to choose from the best update would be controlling rough percentages that appear if possible or just more random would probably be fine too | 1 |
794,383 | 28,034,031,365 | IssuesEvent | 2023-03-28 14:04:23 | AY2223S2-CS2113-T12-4/tp | https://api.github.com/repos/AY2223S2-CS2113-T12-4/tp | closed | [Task] Self reflection storage | type.Task priority.Medium | **Describe the Task**
A clear and concise description of what the Task/Chore is.
Add storage for self reflection like feature. The indexes of the list of favorite questions will be stored in a data file.
**Expected behavior**
A clear and concise description of what you expected to happen.
Every time a new question is added into the favorite list, the updated list of index will be stored in the data file.
| 1.0 | [Task] Self reflection storage - **Describe the Task**
A clear and concise description of what the Task/Chore is.
Add storage for self reflection like feature. The indexes of the list of favorite questions will be stored in a data file.
**Expected behavior**
A clear and concise description of what you expected to happen.
Every time a new question is added into the favorite list, the updated list of index will be stored in the data file.
| priority | self reflection storage describe the task a clear and concise description of what the task chore is add storage for self reflection like feature the indexes of the list of favorite questions will be stored in a data file expected behavior a clear and concise description of what you expected to happen every time a new question is added into the favorite list the updated list of index will be stored in the data file | 1 |
401,466 | 11,790,588,469 | IssuesEvent | 2020-03-17 19:16:10 | ngageoint/hootenanny | https://api.github.com/repos/ngageoint/hootenanny | closed | Turn addition of deletion exclusion tag for oob connected ways into an option | Category: Core Priority: Medium Type: Maintenance | To support situations where the deletion exclusion tags are added before calling the changeset replacement command. Not sure if doing it more than once causes problems, but let's allow turning it off regardless. | 1.0 | Turn addition of deletion exclusion tag for oob connected ways into an option - To support situations where the deletion exclusion tags are added before calling the changeset replacement command. Not sure if doing it more than once causes problems, but let's allow turning it off regardless. | priority | turn addition of deletion exclusion tag for oob connected ways into an option to support situations where the deletion exclusion tags are added before calling the changeset replacement command not sure if doing it more than once causes problems but let s allow turning it off regardless | 1 |
244,796 | 7,880,432,544 | IssuesEvent | 2018-06-26 15:55:05 | mit-cml/appinventor-sources | https://api.github.com/repos/mit-cml/appinventor-sources | opened | Twitter authorization failing | affects: ucr bug issue: accepted priority: medium status: new | [From the forum](https://groups.google.com/d/msg/mitappinventortest/bWiLnEGxNjQ/RGrH8ypkBwAJ): Twitter component is reporting HTTP 403 errors when attempting to authorize. The error message from Twitter is:
> Twitter error: 403:The request is understood, but it has been refused. An accompanying error message will explain why. This code is used when requests are being denied due to update limits (https://support.twitter.com/articles/15364-about-twitter-limits-update-api-dm-and-following). Callback URL not approved for this client application. Approved callback URLs can be adjusted in your application settings.
| 1.0 | Twitter authorization failing - [From the forum](https://groups.google.com/d/msg/mitappinventortest/bWiLnEGxNjQ/RGrH8ypkBwAJ): Twitter component is reporting HTTP 403 errors when attempting to authorize. The error message from Twitter is:
> Twitter error: 403:The request is understood, but it has been refused. An accompanying error message will explain why. This code is used when requests are being denied due to update limits (https://support.twitter.com/articles/15364-about-twitter-limits-update-api-dm-and-following). Callback URL not approved for this client application. Approved callback URLs can be adjusted in your application settings.
| priority | twitter authorization failing twitter component is reporting http errors when attempting to authorize the error message from twitter is twitter error the request is understood but it has been refused an accompanying error message will explain why this code is used when requests are being denied due to update limits callback url not approved for this client application approved callback urls can be adjusted in your application settings | 1 |
542,751 | 15,866,008,367 | IssuesEvent | 2021-04-08 15:17:58 | creativecommons/cc-resource-archive | https://api.github.com/repos/creativecommons/cc-resource-archive | opened | Project Status? | 🏁 status: ready for work 🔒 staff only 🛠 goal: fix 🟨 priority: medium | ## Description
As mentioned in [resources.creativecommons.org should be explained to discontinued · Issue #2 · RCEurope1/central-resources-repository](https://github.com/RCEurope1/central-resources-repository/issues/2), the project status should be clearly documented.
| 1.0 | Project Status? - ## Description
As mentioned in [resources.creativecommons.org should be explained to discontinued · Issue #2 · RCEurope1/central-resources-repository](https://github.com/RCEurope1/central-resources-repository/issues/2), the project status should be clearly documented.
| priority | project status description as mentioned in the project status should be clearly documented | 1 |
84,952 | 3,682,490,090 | IssuesEvent | 2016-02-24 09:57:01 | severnbronies/severnbronies-website | https://api.github.com/repos/severnbronies/severnbronies-website | opened | Redevelop streaming interface | Priority: Medium Status: Pending Type: Maintenace | Redesign the streaming interface to use Severn Bronies branding/hashtags/etc. | 1.0 | Redevelop streaming interface - Redesign the streaming interface to use Severn Bronies branding/hashtags/etc. | priority | redevelop streaming interface redesign the streaming interface to use severn bronies branding hashtags etc | 1 |
453,548 | 13,081,944,996 | IssuesEvent | 2020-08-01 12:51:10 | dailydotdev/daily | https://api.github.com/repos/dailydotdev/daily | closed | 🧩 FEATURE REQUEST: User Setting to Optionally Open Links as a New Tab | Priority: Medium Status: Accepted Status: Available Type: Feature help wanted | ## Feature Request
### Description
I would like to have an option in the user settings to open links as new tabs instead of directly navigating.
### Solution
The option could be inlined with the existing user preferences, like so:
<img width="867" alt="Screen Shot 2020-07-04 at 12 30 35 PM" src="https://user-images.githubusercontent.com/11378839/86516908-94899000-bdf2-11ea-8a15-cb12b3943241.png">
### Alternate Solutions
Obviously the same can be achieved by manually opening the link as a new tab, however it's _somewhat_ commonplace to have external links open as a new tabs these days.
p.s.
Thanks v. much for developing dailydotdev, I've been using it for a few months now and it's greatly broadened my daily reading list 🙌 . | 1.0 | 🧩 FEATURE REQUEST: User Setting to Optionally Open Links as a New Tab - ## Feature Request
### Description
I would like to have an option in the user settings to open links as new tabs instead of directly navigating.
### Solution
The option could be inlined with the existing user preferences, like so:
<img width="867" alt="Screen Shot 2020-07-04 at 12 30 35 PM" src="https://user-images.githubusercontent.com/11378839/86516908-94899000-bdf2-11ea-8a15-cb12b3943241.png">
### Alternate Solutions
Obviously the same can be achieved by manually opening the link as a new tab, however it's _somewhat_ commonplace to have external links open as a new tabs these days.
p.s.
Thanks v. much for developing dailydotdev, I've been using it for a few months now and it's greatly broadened my daily reading list 🙌 . | priority | 🧩 feature request user setting to optionally open links as a new tab feature request description i would like to have an option in the user settings to open links as new tabs instead of directly navigating solution the option could be inlined with the existing user preferences like so img width alt screen shot at pm src alternate solutions obviously the same can be achieved by manually opening the link as a new tab however it s somewhat commonplace to have external links open as a new tabs these days p s thanks v much for developing dailydotdev i ve been using it for a few months now and it s greatly broadened my daily reading list 🙌 | 1 |
387,819 | 11,470,781,306 | IssuesEvent | 2020-02-09 06:15:11 | IlchCMS/Ilch-2.0 | https://api.github.com/repos/IlchCMS/Ilch-2.0 | opened | Backend: Module/Layout Suche mit Pagination | Priority: Medium Type: Enhancement | Bei der Auflistung der Module eine Pagination einfügen | 1.0 | Backend: Module/Layout Suche mit Pagination - Bei der Auflistung der Module eine Pagination einfügen | priority | backend module layout suche mit pagination bei der auflistung der module eine pagination einfügen | 1 |
418,078 | 12,192,956,523 | IssuesEvent | 2020-04-29 13:43:59 | WoodenHStudio/SpyroGame | https://api.github.com/repos/WoodenHStudio/SpyroGame | opened | Create UI gameside menu and atlast | Priority: Medium 🥈 | Create the UI in the game play side.
Create an Atlas for the UI.
Setup the Overlays
Witting the different screen controllers
| 1.0 | Create UI gameside menu and atlast - Create the UI in the game play side.
Create an Atlas for the UI.
Setup the Overlays
Witting the different screen controllers
| priority | create ui gameside menu and atlast create the ui in the game play side create an atlas for the ui setup the overlays witting the different screen controllers | 1 |
77,859 | 3,507,297,423 | IssuesEvent | 2016-01-08 12:28:33 | OregonCore/OregonCore | https://api.github.com/repos/OregonCore/OregonCore | closed | mobs stuck (BB #841) | Category: Entities migrated Priority: Medium Type: Bug | This issue was migrated from bitbucket.
**Original Reporter:** Zurr
**Original Date:** 15.04.2015 19:27:29 GMT+0000
**Original Priority:** major
**Original Type:** bug
**Original State:** resolved
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/841
<hr>
some mobs stuck in 1 place after casting a spell.For example sometimes Mutated Tangler is stuck in place after casting Entangling Roots spell on player. This happens if player attack him with spell before steping in aggro radius of creature. If player will not move after cast he can kill creature with spell or bow very easy. Its important to not move after cast of Entangling Roots on you,otherwise Mutated Tangler will "unstuck". And some mobs with ranged weapons can "totaly" stuck. For example Greymist Hunter in the "aggro moment" when you near creature- he turns to face you and stand still,not attacking you,player can kill him even in melee and mob will do nothing just turn around in one place to face you. Using latest source,clean core no custom code
http://www.youtube.com/watch?v=AMlqnhD2k0A,
http://www.youtube.com/watch?v=yGIVP5_9iFU | 1.0 | mobs stuck (BB #841) - This issue was migrated from bitbucket.
**Original Reporter:** Zurr
**Original Date:** 15.04.2015 19:27:29 GMT+0000
**Original Priority:** major
**Original Type:** bug
**Original State:** resolved
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/841
<hr>
some mobs stuck in 1 place after casting a spell.For example sometimes Mutated Tangler is stuck in place after casting Entangling Roots spell on player. This happens if player attack him with spell before steping in aggro radius of creature. If player will not move after cast he can kill creature with spell or bow very easy. Its important to not move after cast of Entangling Roots on you,otherwise Mutated Tangler will "unstuck". And some mobs with ranged weapons can "totaly" stuck. For example Greymist Hunter in the "aggro moment" when you near creature- he turns to face you and stand still,not attacking you,player can kill him even in melee and mob will do nothing just turn around in one place to face you. Using latest source,clean core no custom code
http://www.youtube.com/watch?v=AMlqnhD2k0A,
http://www.youtube.com/watch?v=yGIVP5_9iFU | priority | mobs stuck bb this issue was migrated from bitbucket original reporter zurr original date gmt original priority major original type bug original state resolved direct link some mobs stuck in place after casting a spell for example sometimes mutated tangler is stuck in place after casting entangling roots spell on player this happens if player attack him with spell before steping in aggro radius of creature if player will not move after cast he can kill creature with spell or bow very easy its important to not move after cast of entangling roots on you otherwise mutated tangler will unstuck and some mobs with ranged weapons can totaly stuck for example greymist hunter in the aggro moment when you near creature he turns to face you and stand still not attacking you player can kill him even in melee and mob will do nothing just turn around in one place to face you using latest source clean core no custom code | 1 |
415,725 | 12,133,459,918 | IssuesEvent | 2020-04-23 09:04:16 | luna/enso | https://api.github.com/repos/luna/enso | opened | Bump the Scala Version to 2.13.2 | Category: External Change: Non-Breaking Difficulty: Beginner Priority: Medium Status: Help Wanted Type: Enhancement | ### Summary
We're currently on scala 2.13.1, but 2.13.2 has come out recently. However, many of our dependencies haven't been updated yet. This task is to revisit checking our dependencies' compatibility, and updating our scala version when they become compatible.
### Value
We'll be up to date with scala, and obtain better compatibility with later JDK releases (so that we may be able to revisit building on top of GraalVM Java 11 instead of Java 8. Additionally we get configurable warnings and local warning suppression via `@nowarn`.
### Specification
- [ ] Check the compatibility of all of our dependencies.
- [ ] Once they are all compatible, bump the build version of scala to `2.13.2`.
### Acceptance Criteria & Test Cases
- We're on scala 2.13.2.
| 1.0 | Bump the Scala Version to 2.13.2 - ### Summary
We're currently on scala 2.13.1, but 2.13.2 has come out recently. However, many of our dependencies haven't been updated yet. This task is to revisit checking our dependencies' compatibility, and updating our scala version when they become compatible.
### Value
We'll be up to date with scala, and obtain better compatibility with later JDK releases (so that we may be able to revisit building on top of GraalVM Java 11 instead of Java 8. Additionally we get configurable warnings and local warning suppression via `@nowarn`.
### Specification
- [ ] Check the compatibility of all of our dependencies.
- [ ] Once they are all compatible, bump the build version of scala to `2.13.2`.
### Acceptance Criteria & Test Cases
- We're on scala 2.13.2.
| priority | bump the scala version to summary we re currently on scala but has come out recently however many of our dependencies haven t been updated yet this task is to revisit checking our dependencies compatibility and updating our scala version when they become compatible value we ll be up to date with scala and obtain better compatibility with later jdk releases so that we may be able to revisit building on top of graalvm java instead of java additionally we get configurable warnings and local warning suppression via nowarn specification check the compatibility of all of our dependencies once they are all compatible bump the build version of scala to acceptance criteria test cases we re on scala | 1 |
79,438 | 3,535,645,043 | IssuesEvent | 2016-01-16 17:38:07 | Spagy/issue-test | https://api.github.com/repos/Spagy/issue-test | opened | Adding images to tests | Medium Priority | - Image database implementation for use within tests. (Just to clarify the links would be stored.) | 1.0 | Adding images to tests - - Image database implementation for use within tests. (Just to clarify the links would be stored.) | priority | adding images to tests image database implementation for use within tests just to clarify the links would be stored | 1 |
717,704 | 24,687,975,377 | IssuesEvent | 2022-10-19 06:05:14 | testomatio/app | https://api.github.com/repos/testomatio/app | closed | Add manul/automated test case filter into test report | enhancement reporting ui\ux priority medium | **[Add manul/automated test case filter into test report #186](https://testomat.nolt.io/186)** by Mykhailo Poliarush <hr/> We want to filter tests by manual or automated tests in test report | 1.0 | Add manul/automated test case filter into test report - **[Add manul/automated test case filter into test report #186](https://testomat.nolt.io/186)** by Mykhailo Poliarush <hr/> We want to filter tests by manual or automated tests in test report | priority | add manul automated test case filter into test report by mykhailo poliarush we want to filter tests by manual or automated tests in test report | 1 |
164,478 | 6,226,888,612 | IssuesEvent | 2017-07-10 19:28:56 | minio/buzz | https://api.github.com/repos/minio/buzz | closed | Age of a PR is incorrect | priority: medium | Compute age of a PR as follows : time elapsed since the last activity on the pr. | 1.0 | Age of a PR is incorrect - Compute age of a PR as follows : time elapsed since the last activity on the pr. | priority | age of a pr is incorrect compute age of a pr as follows time elapsed since the last activity on the pr | 1 |
807,917 | 30,024,948,747 | IssuesEvent | 2023-06-27 04:59:01 | UBA-GCOEN/StichHub | https://api.github.com/repos/UBA-GCOEN/StichHub | closed | BUG: wrongs filter method | gssoc23 UI/UX level1 Priority : medium 🚧STATUS : in progress | ### Is there an existing issue raised for this?
- [X] I have searched the existing issues
### What happened?
The "Price range" and "Tailor rating" filter methods should be of radio buttons instead of multiselect
multiselect here doesnt makes that much sense
Ex: see in below SS price should be under 1000 & above 15000!!

### Add ScreenShots

### What browser are you seeing the problem on?
Chrome
### Record
- [X] I agree to follow this project's Code of Conduct
- [ ] I'm a GSSOC'23 contributor
- [X] I want to work on this issue | 1.0 | BUG: wrongs filter method - ### Is there an existing issue raised for this?
- [X] I have searched the existing issues
### What happened?
The "Price range" and "Tailor rating" filter methods should be of radio buttons instead of multiselect
multiselect here doesnt makes that much sense
Ex: see in below SS price should be under 1000 & above 15000!!

### Add ScreenShots

### What browser are you seeing the problem on?
Chrome
### Record
- [X] I agree to follow this project's Code of Conduct
- [ ] I'm a GSSOC'23 contributor
- [X] I want to work on this issue | priority | bug wrongs filter method is there an existing issue raised for this i have searched the existing issues what happened the price range and tailor rating filter methods should be of radio buttons instead of multiselect multiselect here doesnt makes that much sense ex see in below ss price should be under above add screenshots what browser are you seeing the problem on chrome record i agree to follow this project s code of conduct i m a gssoc contributor i want to work on this issue | 1 |
678,202 | 23,190,665,896 | IssuesEvent | 2022-08-01 12:23:19 | SAP/xsk | https://api.github.com/repos/SAP/xsk | closed | Single synchronization executor with HA setup | wontfix release priority-medium effort-high infra investigation / discussion incomplete | ### Background
When running in Kubernetes with multiple replicas, XSK will trigger the synchronizers on both pods which will cause unnecessary logs. It may also cause issues if there is a bug in some synchronizer which makes it not idempotent.
### Target
1. Allow XSK to be run without triggering synchronizers - only XSOData synchronizer
2. Build a standalone image with synchronizers so that it can be executed before the runtime containers
Options
1. Leader election - only leader triggers syncrhonziers
2. Init container with synchronizers
| 1.0 | Single synchronization executor with HA setup - ### Background
When running in Kubernetes with multiple replicas, XSK will trigger the synchronizers on both pods which will cause unnecessary logs. It may also cause issues if there is a bug in some synchronizer which makes it not idempotent.
### Target
1. Allow XSK to be run without triggering synchronizers - only XSOData synchronizer
2. Build a standalone image with synchronizers so that it can be executed before the runtime containers
Options
1. Leader election - only leader triggers syncrhonziers
2. Init container with synchronizers
| priority | single synchronization executor with ha setup background when running in kubernetes with multiple replicas xsk will trigger the synchronizers on both pods which will cause unnecessary logs it may also cause issues if there is a bug in some synchronizer which makes it not idempotent target allow xsk to be run without triggering synchronizers only xsodata synchronizer build a standalone image with synchronizers so that it can be executed before the runtime containers options leader election only leader triggers syncrhonziers init container with synchronizers | 1 |
150,180 | 5,738,917,871 | IssuesEvent | 2017-04-23 09:47:51 | k0shk0sh/FastHub | https://api.github.com/repos/k0shk0sh/FastHub | closed | Improve design in label section | Priority: Medium Status: In Progress Type: Enhancement | I had an issue, the font in label is not going well and out of the background.
Portrait mode:

Landscape mode:

- FastHub Version: 1.8.1
- Android Version: 5.1
- Phone Model: Android One
| 1.0 | Improve design in label section - I had an issue, the font in label is not going well and out of the background.
Portrait mode:

Landscape mode:

- FastHub Version: 1.8.1
- Android Version: 5.1
- Phone Model: Android One
| priority | improve design in label section i had an issue the font in label is not going well and out of the background portrait mode landscape mode fasthub version android version phone model android one | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.