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 855 | labels stringlengths 4 721 | body stringlengths 1 261k | index stringclasses 13 values | text_combine stringlengths 96 261k | label stringclasses 2 values | text stringlengths 96 240k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
158,321 | 6,025,442,845 | IssuesEvent | 2017-06-08 08:43:09 | climu/openstudyroom | https://api.github.com/repos/climu/openstudyroom | closed | have linked leagues | enhancement high priority | Following this [idea](https://openstudyroom.org/forum/forum/ideas-7/topic/suggestion-for-meijin-master-league-for-all-osr-league-games-games-56/) on our forum, I think it would be good to be able to have linked leagues.
The idea would be for a game to count in mutliple leagues.
I think a way could be to create a new "master league" type that would get all games played in all leagues. | 1.0 | have linked leagues - Following this [idea](https://openstudyroom.org/forum/forum/ideas-7/topic/suggestion-for-meijin-master-league-for-all-osr-league-games-games-56/) on our forum, I think it would be good to be able to have linked leagues.
The idea would be for a game to count in mutliple leagues.
I think a way could be to create a new "master league" type that would get all games played in all leagues. | priority | have linked leagues following this on our forum i think it would be good to be able to have linked leagues the idea would be for a game to count in mutliple leagues i think a way could be to create a new master league type that would get all games played in all leagues | 1 |
759,495 | 26,598,008,261 | IssuesEvent | 2023-01-23 13:54:53 | stratosphererl/stratosphere | https://api.github.com/repos/stratosphererl/stratosphere | opened | As a developer, I want to route all requests through GraphQL server, so that I do things properly. | priority: high work: complicated [2] area: api area: parser | # Acceptance Criteria
- [ ] All requests for data from the frontend are routed through the GraphQL server
- [ ] The GraphQL server is properly configured to handle the requests to and from parser service
- [ ] The implementation is tested and validated to ensure that data is properly filtered and parsed before being sent to the frontend
# Estimation of Work
- 5 hours
# Tasks
- [ ] Identify and document all the changes that need to be made to route requests through the GraphQL server
- [ ] Create a plan for implementing the routing changes
- [ ] Test and debug the routing changes
# Risks
Incorrectly configuring the GraphQL server may result in poor performance or unexpected behavior
# Notes
What is needed when working on this card? Do we have everything clarified? | 1.0 | As a developer, I want to route all requests through GraphQL server, so that I do things properly. - # Acceptance Criteria
- [ ] All requests for data from the frontend are routed through the GraphQL server
- [ ] The GraphQL server is properly configured to handle the requests to and from parser service
- [ ] The implementation is tested and validated to ensure that data is properly filtered and parsed before being sent to the frontend
# Estimation of Work
- 5 hours
# Tasks
- [ ] Identify and document all the changes that need to be made to route requests through the GraphQL server
- [ ] Create a plan for implementing the routing changes
- [ ] Test and debug the routing changes
# Risks
Incorrectly configuring the GraphQL server may result in poor performance or unexpected behavior
# Notes
What is needed when working on this card? Do we have everything clarified? | priority | as a developer i want to route all requests through graphql server so that i do things properly acceptance criteria all requests for data from the frontend are routed through the graphql server the graphql server is properly configured to handle the requests to and from parser service the implementation is tested and validated to ensure that data is properly filtered and parsed before being sent to the frontend estimation of work hours tasks identify and document all the changes that need to be made to route requests through the graphql server create a plan for implementing the routing changes test and debug the routing changes risks incorrectly configuring the graphql server may result in poor performance or unexpected behavior notes what is needed when working on this card do we have everything clarified | 1 |
799,357 | 28,304,920,971 | IssuesEvent | 2023-04-10 10:01:32 | AY2223S2-CS2113-W12-3/tp | https://api.github.com/repos/AY2223S2-CS2113-W12-3/tp | closed | BUG: Incorrect error message is displayed when trying to remove the item using existing UPC from the inventory list. | type.Bug priority.Low severity.High | Preconditions: - 1. Ensure that you have Java 11 or above installed.
2. Create some random inventory must be present.
Step to reproduce a bug –
1. Open CMD prompt and run the command like – Run the file with the command “java -jar magusstock.jar” to open the file.
2. Now run “List” command to view the inventory list.
3. Now run “remove” command and try removing the category using UPC option.
4. Here error message is displayed like “Command failed! Reason: Item not found in database. Please add item first!”.
Actual result – When the user tries to remove an inventory using remove UPC option, here error message is displayed like “Command failed! Reason: Item not found in database. Please add item first!”.
Expected result – Error message should not be displayed when the user tries to remove an inventory using UPC option.
Severity – Medium
Video link – https://drive.google.com/file/d/1RCv53eNDG6PO9apPr_f5x6Br23KJqLeS/view?usp=share_link
Screenshot –

| 1.0 | BUG: Incorrect error message is displayed when trying to remove the item using existing UPC from the inventory list. - Preconditions: - 1. Ensure that you have Java 11 or above installed.
2. Create some random inventory must be present.
Step to reproduce a bug –
1. Open CMD prompt and run the command like – Run the file with the command “java -jar magusstock.jar” to open the file.
2. Now run “List” command to view the inventory list.
3. Now run “remove” command and try removing the category using UPC option.
4. Here error message is displayed like “Command failed! Reason: Item not found in database. Please add item first!”.
Actual result – When the user tries to remove an inventory using remove UPC option, here error message is displayed like “Command failed! Reason: Item not found in database. Please add item first!”.
Expected result – Error message should not be displayed when the user tries to remove an inventory using UPC option.
Severity – Medium
Video link – https://drive.google.com/file/d/1RCv53eNDG6PO9apPr_f5x6Br23KJqLeS/view?usp=share_link
Screenshot –

| priority | bug incorrect error message is displayed when trying to remove the item using existing upc from the inventory list preconditions ensure that you have java or above installed create some random inventory must be present step to reproduce a bug – open cmd prompt and run the command like – run the file with the command “java jar magusstock jar” to open the file now run “list” command to view the inventory list now run “remove” command and try removing the category using upc option here error message is displayed like “command failed reason item not found in database please add item first ” actual result – when the user tries to remove an inventory using remove upc option here error message is displayed like “command failed reason item not found in database please add item first ” expected result – error message should not be displayed when the user tries to remove an inventory using upc option severity – medium video link – screenshot – | 1 |
605,050 | 18,723,865,379 | IssuesEvent | 2021-11-03 14:31:26 | creativecommons/project_creativecommons.org | https://api.github.com/repos/creativecommons/project_creativecommons.org | closed | Create Project page importer | enhancement good first issue help wanted 🟧 priority: high Hacktoberfest project: creativecommons-base hacktoberfest-accepted | Create an importer for the Project page, including page media. The page should be constructed with the Guteneberg editor (default widgets) as per #27 . | 1.0 | Create Project page importer - Create an importer for the Project page, including page media. The page should be constructed with the Guteneberg editor (default widgets) as per #27 . | priority | create project page importer create an importer for the project page including page media the page should be constructed with the guteneberg editor default widgets as per | 1 |
67,736 | 3,278,054,575 | IssuesEvent | 2015-10-27 06:31:57 | cs2103aug2015-w11-4j/main | https://api.github.com/repos/cs2103aug2015-w11-4j/main | opened | Debug "show" only command | priority.high type.bug | If "show" is entered alone, no list will be shown. However, it should return incomplete tasks. (at least?) | 1.0 | Debug "show" only command - If "show" is entered alone, no list will be shown. However, it should return incomplete tasks. (at least?) | priority | debug show only command if show is entered alone no list will be shown however it should return incomplete tasks at least | 1 |
447,523 | 12,889,295,880 | IssuesEvent | 2020-07-13 14:19:54 | zeebe-io/zeebe | https://api.github.com/repos/zeebe-io/zeebe | closed | Message Start Event of an Event Subprocess is not setting variables and not allowing Output mapping | Impact: Usability Priority: High Scope: broker Severity: High Status: Needs Review Type: Bug | **Describe the bug**
When using an Event Process that is triggered by a message start event (both interrupting and non-interrupting), the variables of the message start event are not accessible to other service task workers following it.
**To Reproduce**
Steps to reproduce the behavior
1. Create a process as depicted in the diagram attached (BPMN also attached as a reference)
2. Trigger the Workflow using zbctl
`zbctl --insecure create instance --variables "{\"id\": 1}" Process_1lahqdt`
3. Complete the instance of service task TriggerJob
`zbctl --insecure create worker service-worker --handler cat`
4. Publish a message to start the first Event Sub workflow
`zbctl --insecure publish message "Message1" --correlationKey 1 --variables "{\"trigger\": \"123\"}"`
5. Observe the output of `Task1`. It doesn't have the variables published with `Message1`
6. Publish message `WaitForTask1`.
`zbctl --insecure publish message "WaitForTask1" --correlationKey 1 --variables "{\"somevar\": \"abc\"}"`
7. The variables defined by `Message1` appears in scope.
8. Publish message `Message1` again
`zbctl --insecure publish message "Message1" --correlationKey 1 --variables "{\"trigger\": \"789\"}"`
9. Observe output of `Task1`. It shows the older variables.
No matter how many times `WaitForTask1` is published, the newer variables created on `Message1` are never considered in `Task1` after it
[SampleSubProcess.txt](https://github.com/zeebe-io/zeebe/files/4873042/SampleSubProcess.txt)

If possible add a minimal reproducer code sample
The above steps were also performed using Java Client library v0.23.0 and display the same behavior
**Expected behavior**
The service task `Task1` should have access to the variables created on `Message1` event. These variables should also be available for Output mapping on `Message1` as well.
**Log/Stacktrace**
If possible add the full stacktrace or Zeebe log which contains the issue.
No errors in zeebe log
**Environment:**
- OS: Docker(Engine v 19.03.8) on MacOS Catalina
- Zeebe Version: 0.23.3
- Configuration: Default configuration with Hazelcast and Elasticsearch exporter
| 1.0 | Message Start Event of an Event Subprocess is not setting variables and not allowing Output mapping - **Describe the bug**
When using an Event Process that is triggered by a message start event (both interrupting and non-interrupting), the variables of the message start event are not accessible to other service task workers following it.
**To Reproduce**
Steps to reproduce the behavior
1. Create a process as depicted in the diagram attached (BPMN also attached as a reference)
2. Trigger the Workflow using zbctl
`zbctl --insecure create instance --variables "{\"id\": 1}" Process_1lahqdt`
3. Complete the instance of service task TriggerJob
`zbctl --insecure create worker service-worker --handler cat`
4. Publish a message to start the first Event Sub workflow
`zbctl --insecure publish message "Message1" --correlationKey 1 --variables "{\"trigger\": \"123\"}"`
5. Observe the output of `Task1`. It doesn't have the variables published with `Message1`
6. Publish message `WaitForTask1`.
`zbctl --insecure publish message "WaitForTask1" --correlationKey 1 --variables "{\"somevar\": \"abc\"}"`
7. The variables defined by `Message1` appears in scope.
8. Publish message `Message1` again
`zbctl --insecure publish message "Message1" --correlationKey 1 --variables "{\"trigger\": \"789\"}"`
9. Observe output of `Task1`. It shows the older variables.
No matter how many times `WaitForTask1` is published, the newer variables created on `Message1` are never considered in `Task1` after it
[SampleSubProcess.txt](https://github.com/zeebe-io/zeebe/files/4873042/SampleSubProcess.txt)

If possible add a minimal reproducer code sample
The above steps were also performed using Java Client library v0.23.0 and display the same behavior
**Expected behavior**
The service task `Task1` should have access to the variables created on `Message1` event. These variables should also be available for Output mapping on `Message1` as well.
**Log/Stacktrace**
If possible add the full stacktrace or Zeebe log which contains the issue.
No errors in zeebe log
**Environment:**
- OS: Docker(Engine v 19.03.8) on MacOS Catalina
- Zeebe Version: 0.23.3
- Configuration: Default configuration with Hazelcast and Elasticsearch exporter
| priority | message start event of an event subprocess is not setting variables and not allowing output mapping describe the bug when using an event process that is triggered by a message start event both interrupting and non interrupting the variables of the message start event are not accessible to other service task workers following it to reproduce steps to reproduce the behavior create a process as depicted in the diagram attached bpmn also attached as a reference trigger the workflow using zbctl zbctl insecure create instance variables id process complete the instance of service task triggerjob zbctl insecure create worker service worker handler cat publish a message to start the first event sub workflow zbctl insecure publish message correlationkey variables trigger observe the output of it doesn t have the variables published with publish message zbctl insecure publish message correlationkey variables somevar abc the variables defined by appears in scope publish message again zbctl insecure publish message correlationkey variables trigger observe output of it shows the older variables no matter how many times is published the newer variables created on are never considered in after it if possible add a minimal reproducer code sample the above steps were also performed using java client library and display the same behavior expected behavior the service task should have access to the variables created on event these variables should also be available for output mapping on as well log stacktrace if possible add the full stacktrace or zeebe log which contains the issue no errors in zeebe log environment os docker engine v on macos catalina zeebe version configuration default configuration with hazelcast and elasticsearch exporter | 1 |
269,257 | 8,433,869,182 | IssuesEvent | 2018-10-17 08:38:19 | smartdevicelink/sdl_core | https://api.github.com/repos/smartdevicelink/sdl_core | opened | Fix cmd_id in SendAddVRCommandToHMI | Bug Contributor priority 1: High | ### Bug Report
Fix cmd_id in SendAddVRCommandToHMI
##### Steps
1. The path to the file: src/components/application_manager/src/message_helper/message_helper.cc
##### Expected Behavior
Added the fix for cmd_id in SendAddVRCommandToHMI
##### Observed Behavior
No the fix for cmd_id in SendAddVRCommandToHMI
##### OS & Version Information
* OS/Version:
* SDL Core Version:
* Testing Against: | 1.0 | Fix cmd_id in SendAddVRCommandToHMI - ### Bug Report
Fix cmd_id in SendAddVRCommandToHMI
##### Steps
1. The path to the file: src/components/application_manager/src/message_helper/message_helper.cc
##### Expected Behavior
Added the fix for cmd_id in SendAddVRCommandToHMI
##### Observed Behavior
No the fix for cmd_id in SendAddVRCommandToHMI
##### OS & Version Information
* OS/Version:
* SDL Core Version:
* Testing Against: | priority | fix cmd id in sendaddvrcommandtohmi bug report fix cmd id in sendaddvrcommandtohmi steps the path to the file src components application manager src message helper message helper cc expected behavior added the fix for cmd id in sendaddvrcommandtohmi observed behavior no the fix for cmd id in sendaddvrcommandtohmi os version information os version sdl core version testing against | 1 |
397,632 | 11,730,758,011 | IssuesEvent | 2020-03-10 22:07:24 | openmsupply/mobile | https://api.github.com/repos/openmsupply/mobile | closed | useNavigationFocus hook broken with new navigation | Bug: development Docs: not needed Effort: small Priority: high | ## Is your feature request related to a problem? Please describe.
- the custom hook `useNavigationFocus` is broken with the new navigation package
## Describe the solution you'd like
Not sure - haven't had a full look to determine the problem
## Implementation
N/A
## Describe alternatives you've considered
N/A
## Additional context
N/A
| 1.0 | useNavigationFocus hook broken with new navigation - ## Is your feature request related to a problem? Please describe.
- the custom hook `useNavigationFocus` is broken with the new navigation package
## Describe the solution you'd like
Not sure - haven't had a full look to determine the problem
## Implementation
N/A
## Describe alternatives you've considered
N/A
## Additional context
N/A
| priority | usenavigationfocus hook broken with new navigation is your feature request related to a problem please describe the custom hook usenavigationfocus is broken with the new navigation package describe the solution you d like not sure haven t had a full look to determine the problem implementation n a describe alternatives you ve considered n a additional context n a | 1 |
822,082 | 30,851,415,587 | IssuesEvent | 2023-08-02 17:02:09 | mehboss/CustomRecipes | https://api.github.com/repos/mehboss/CustomRecipes | closed | using metals/diamonds in a recipe disables vanilla recipe | bug confirmed high priority | ### What happened?
we made some custom recipes using iron, gold, or diamonds.
as shown in the log output box.
if we set the crafting recipe to `Shapeless: true`
it blocks the vanilla recipe of a helmet. of that material type so in this case an diamond helmet.
as a temp fix we put shapeless on false. to have not this issue.
### What was supposed to happen?
intended outcome is for both recipes to work vanilla helmet and the custom recipe.
### How do I reproduce this issue?
```bash
1. put config as shown below in the Recipe folder
2. reload plugin
3. try to craft a diamond helmet.
...
```
### Relevant Config File.
```shell
EnchantedDiamond:
Enabled: true
Item: diamond
Item-Damage: none
Amount: 1
Ignore-Data: false
Ignore-Model-Data: false
Custom-Tagged: true
Shapeless: true
Identifier: Enchanted_Diamond
Permission: crecipe.recipe.EDiamond
Name: '&aEnchanted Diamond'
Lore:
- ''
- '&4&lDO NOT PLACE ITEM'
- ''
- '&a&lUncommon Crafting Item'
Hide-Enchants: true
Enchantments:
- DURABILITY:3
ItemCrafting:
- XDX
- DDD
- XDX
Ingredients:
D:
Material: diamond
Amount: 32
Item-Flags: []
Attribute: []
Custom-Model-Data: none
Placeable: true
```
### Server Version
paper 1.20.1
### Plugin Version
1.8.4
### Server Mode
Online Mode
### Issue Confirmation
- [X] I have downloaded and tried the latest version of custom recipes and the issue still persists.
- [X] I have provided sufficient information for the issue to be replicated. | 1.0 | using metals/diamonds in a recipe disables vanilla recipe - ### What happened?
we made some custom recipes using iron, gold, or diamonds.
as shown in the log output box.
if we set the crafting recipe to `Shapeless: true`
it blocks the vanilla recipe of a helmet. of that material type so in this case an diamond helmet.
as a temp fix we put shapeless on false. to have not this issue.
### What was supposed to happen?
intended outcome is for both recipes to work vanilla helmet and the custom recipe.
### How do I reproduce this issue?
```bash
1. put config as shown below in the Recipe folder
2. reload plugin
3. try to craft a diamond helmet.
...
```
### Relevant Config File.
```shell
EnchantedDiamond:
Enabled: true
Item: diamond
Item-Damage: none
Amount: 1
Ignore-Data: false
Ignore-Model-Data: false
Custom-Tagged: true
Shapeless: true
Identifier: Enchanted_Diamond
Permission: crecipe.recipe.EDiamond
Name: '&aEnchanted Diamond'
Lore:
- ''
- '&4&lDO NOT PLACE ITEM'
- ''
- '&a&lUncommon Crafting Item'
Hide-Enchants: true
Enchantments:
- DURABILITY:3
ItemCrafting:
- XDX
- DDD
- XDX
Ingredients:
D:
Material: diamond
Amount: 32
Item-Flags: []
Attribute: []
Custom-Model-Data: none
Placeable: true
```
### Server Version
paper 1.20.1
### Plugin Version
1.8.4
### Server Mode
Online Mode
### Issue Confirmation
- [X] I have downloaded and tried the latest version of custom recipes and the issue still persists.
- [X] I have provided sufficient information for the issue to be replicated. | priority | using metals diamonds in a recipe disables vanilla recipe what happened we made some custom recipes using iron gold or diamonds as shown in the log output box if we set the crafting recipe to shapeless true it blocks the vanilla recipe of a helmet of that material type so in this case an diamond helmet as a temp fix we put shapeless on false to have not this issue what was supposed to happen intended outcome is for both recipes to work vanilla helmet and the custom recipe how do i reproduce this issue bash put config as shown below in the recipe folder reload plugin try to craft a diamond helmet relevant config file shell enchanteddiamond enabled true item diamond item damage none amount ignore data false ignore model data false custom tagged true shapeless true identifier enchanted diamond permission crecipe recipe ediamond name aenchanted diamond lore ldo not place item a luncommon crafting item hide enchants true enchantments durability itemcrafting xdx ddd xdx ingredients d material diamond amount item flags attribute custom model data none placeable true server version paper plugin version server mode online mode issue confirmation i have downloaded and tried the latest version of custom recipes and the issue still persists i have provided sufficient information for the issue to be replicated | 1 |
669,902 | 22,645,254,283 | IssuesEvent | 2022-07-01 08:05:36 | bitfoundation/bitplatform | https://api.github.com/repos/bitfoundation/bitplatform | closed | `TodoTemplate` README file | area / templates feature high priority | We should provide a README.md file for the project template in which we introduce the template, its features, and the way customers can use it. | 1.0 | `TodoTemplate` README file - We should provide a README.md file for the project template in which we introduce the template, its features, and the way customers can use it. | priority | todotemplate readme file we should provide a readme md file for the project template in which we introduce the template its features and the way customers can use it | 1 |
681,524 | 23,314,456,263 | IssuesEvent | 2022-08-08 11:13:52 | woocommerce/woocommerce-gateway-amazon-pay | https://api.github.com/repos/woocommerce/woocommerce-gateway-amazon-pay | closed | Multicurrency - Price Based on Country plugin - After customer login and select address it throws an error. | Priority: High | **Describe the bug**
This issue is happening with the plugin "Price based on country". If currency before customer login to Amazon Pay account is EUR and After changes to CHF (or other currency) because of the address. it throws an error:
<img width="1172" alt="image" src="https://user-images.githubusercontent.com/43881685/177553564-497f785d-aa29-4009-a23f-095da9100921.png">
on logs:
```
07-06-2022 @ 12:20:08 - CtJ123 - WC_Gateway_Amazon_Payments_Advanced::maybe_render_login_button_again - Something went wrong with your session. Please log in again.
{
"prop": "paymentDetails.presentmentCurrency",
"is": "EUR",
"should_be": "CHF"
}
```
**To Reproduce**
Steps to reproduce the behavior:
1. Amazon Pay Settings should support more than one currency
2. Priced Based on country should be installed and Price zone should be configured.
3. With customer add product to cart and go to Checkout.
4. Log in to Amazon Pay testing account and select and address that will change the currency
5. After selecting address and payment method, the error appears
**Expected behavior**
Currency should be switched and no error should appear
**Isolating the problem (mark completed items with an [x]):**
- [x] I have deactivated other plugins and confirmed this bug occurs when only the extension is active.
- [x] I can reproduce this bug consistently using the steps above.
| 1.0 | Multicurrency - Price Based on Country plugin - After customer login and select address it throws an error. - **Describe the bug**
This issue is happening with the plugin "Price based on country". If currency before customer login to Amazon Pay account is EUR and After changes to CHF (or other currency) because of the address. it throws an error:
<img width="1172" alt="image" src="https://user-images.githubusercontent.com/43881685/177553564-497f785d-aa29-4009-a23f-095da9100921.png">
on logs:
```
07-06-2022 @ 12:20:08 - CtJ123 - WC_Gateway_Amazon_Payments_Advanced::maybe_render_login_button_again - Something went wrong with your session. Please log in again.
{
"prop": "paymentDetails.presentmentCurrency",
"is": "EUR",
"should_be": "CHF"
}
```
**To Reproduce**
Steps to reproduce the behavior:
1. Amazon Pay Settings should support more than one currency
2. Priced Based on country should be installed and Price zone should be configured.
3. With customer add product to cart and go to Checkout.
4. Log in to Amazon Pay testing account and select and address that will change the currency
5. After selecting address and payment method, the error appears
**Expected behavior**
Currency should be switched and no error should appear
**Isolating the problem (mark completed items with an [x]):**
- [x] I have deactivated other plugins and confirmed this bug occurs when only the extension is active.
- [x] I can reproduce this bug consistently using the steps above.
| priority | multicurrency price based on country plugin after customer login and select address it throws an error describe the bug this issue is happening with the plugin price based on country if currency before customer login to amazon pay account is eur and after changes to chf or other currency because of the address it throws an error img width alt image src on logs wc gateway amazon payments advanced maybe render login button again something went wrong with your session please log in again prop paymentdetails presentmentcurrency is eur should be chf to reproduce steps to reproduce the behavior amazon pay settings should support more than one currency priced based on country should be installed and price zone should be configured with customer add product to cart and go to checkout log in to amazon pay testing account and select and address that will change the currency after selecting address and payment method the error appears expected behavior currency should be switched and no error should appear isolating the problem mark completed items with an i have deactivated other plugins and confirmed this bug occurs when only the extension is active i can reproduce this bug consistently using the steps above | 1 |
729,583 | 25,133,982,771 | IssuesEvent | 2022-11-09 17:05:51 | QuiltMC/quiltflower | https://api.github.com/repos/QuiltMC/quiltflower | closed | Method couldn't be decompiled - MergeHelper NullPointerException | bug Subsystem: Statement Structure Priority: High | Version: Quiltflower 1.9.0
The example() method in this class fails to decompile:
```java
import java.util.HashMap;
import java.util.Iterator;
public class MergeHelperNPE {
private static HashMap hashMap = new HashMap();
private static Iterator iterator() {
return hashMap.values().iterator();
}
public static void example() {
Iterator iter = iterator();
while (iter.hasNext()) {
MergeHelperNPE attr = (MergeHelperNPE) iter.next();
}
}
}
```
Error:
```
INFO: Decompiling class MergeHelperNPE
INFO: Loading Class: java/lang/Object from module java.base@11.0.15
WARN: Method example ()V in class MergeHelperNPE couldn't be decompiled.
java.lang.NullPointerException
at org.jetbrains.java.decompiler.modules.decompiler.MergeHelper.matchForEach(MergeHelper.java:645)
at org.jetbrains.java.decompiler.modules.decompiler.MergeHelper.enhanceLoop(MergeHelper.java:50)
at org.jetbrains.java.decompiler.modules.decompiler.MergeHelper.enhanceLoopsRec(MergeHelper.java:36)
at org.jetbrains.java.decompiler.modules.decompiler.MergeHelper.enhanceLoopsRec(MergeHelper.java:31)
at org.jetbrains.java.decompiler.modules.decompiler.MergeHelper.enhanceLoopsRec(MergeHelper.java:31)
at org.jetbrains.java.decompiler.modules.decompiler.MergeHelper.enhanceLoops(MergeHelper.java:22)
at org.jetbrains.java.decompiler.main.rels.MethodProcessor.codeToJava(MethodProcessor.java:240)
at org.jetbrains.java.decompiler.main.rels.ClassWrapper.init(ClassWrapper.java:75)
at org.jetbrains.java.decompiler.main.ClassesProcessor.initWrappers(ClassesProcessor.java:543)
at org.jetbrains.java.decompiler.main.ClassesProcessor.writeClass(ClassesProcessor.java:454)
at org.jetbrains.java.decompiler.main.Fernflower.getClassContent(Fernflower.java:175)
at org.jetbrains.java.decompiler.struct.ContextUnit.lambda$save$2(ContextUnit.java:145)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
```
Quiltflower output (MergeHelperNPE.java):
```java
import java.util.HashMap;
import java.util.Iterator;
public class MergeHelperNPE {
private static HashMap hashMap = new HashMap();
private static Iterator iterator() {
return hashMap.values().iterator();
}
public static void example() {
// $QF: Couldn't be decompiled
// Please report this to the Quiltflower issue tracker, at https://github.com/QuiltMC/quiltflower/issues with a copy of the class file (if you have the rights to distribute it!)
// java.lang.NullPointerException
// at org.jetbrains.java.decompiler.modules.decompiler.MergeHelper.matchForEach(MergeHelper.java:645)
// at org.jetbrains.java.decompiler.modules.decompiler.MergeHelper.enhanceLoop(MergeHelper.java:50)
// at org.jetbrains.java.decompiler.modules.decompiler.MergeHelper.enhanceLoopsRec(MergeHelper.java:36)
// at org.jetbrains.java.decompiler.modules.decompiler.MergeHelper.enhanceLoopsRec(MergeHelper.java:31)
// at org.jetbrains.java.decompiler.modules.decompiler.MergeHelper.enhanceLoopsRec(MergeHelper.java:31)
// at org.jetbrains.java.decompiler.modules.decompiler.MergeHelper.enhanceLoops(MergeHelper.java:22)
// at org.jetbrains.java.decompiler.main.rels.MethodProcessor.codeToJava(MethodProcessor.java:240)
//
// Bytecode:
// 00: invokestatic MergeHelperNPE.iterator ()Ljava/util/Iterator;
// 03: astore 0
// 04: aload 0
// 05: invokeinterface java/util/Iterator.hasNext ()Z 1
// 0a: ifeq 1a
// 0d: aload 0
// 0e: invokeinterface java/util/Iterator.next ()Ljava/lang/Object; 1
// 13: checkcast MergeHelperNPE
// 16: astore 1
// 17: goto 04
// 1a: return
}
}
``` | 1.0 | Method couldn't be decompiled - MergeHelper NullPointerException - Version: Quiltflower 1.9.0
The example() method in this class fails to decompile:
```java
import java.util.HashMap;
import java.util.Iterator;
public class MergeHelperNPE {
private static HashMap hashMap = new HashMap();
private static Iterator iterator() {
return hashMap.values().iterator();
}
public static void example() {
Iterator iter = iterator();
while (iter.hasNext()) {
MergeHelperNPE attr = (MergeHelperNPE) iter.next();
}
}
}
```
Error:
```
INFO: Decompiling class MergeHelperNPE
INFO: Loading Class: java/lang/Object from module java.base@11.0.15
WARN: Method example ()V in class MergeHelperNPE couldn't be decompiled.
java.lang.NullPointerException
at org.jetbrains.java.decompiler.modules.decompiler.MergeHelper.matchForEach(MergeHelper.java:645)
at org.jetbrains.java.decompiler.modules.decompiler.MergeHelper.enhanceLoop(MergeHelper.java:50)
at org.jetbrains.java.decompiler.modules.decompiler.MergeHelper.enhanceLoopsRec(MergeHelper.java:36)
at org.jetbrains.java.decompiler.modules.decompiler.MergeHelper.enhanceLoopsRec(MergeHelper.java:31)
at org.jetbrains.java.decompiler.modules.decompiler.MergeHelper.enhanceLoopsRec(MergeHelper.java:31)
at org.jetbrains.java.decompiler.modules.decompiler.MergeHelper.enhanceLoops(MergeHelper.java:22)
at org.jetbrains.java.decompiler.main.rels.MethodProcessor.codeToJava(MethodProcessor.java:240)
at org.jetbrains.java.decompiler.main.rels.ClassWrapper.init(ClassWrapper.java:75)
at org.jetbrains.java.decompiler.main.ClassesProcessor.initWrappers(ClassesProcessor.java:543)
at org.jetbrains.java.decompiler.main.ClassesProcessor.writeClass(ClassesProcessor.java:454)
at org.jetbrains.java.decompiler.main.Fernflower.getClassContent(Fernflower.java:175)
at org.jetbrains.java.decompiler.struct.ContextUnit.lambda$save$2(ContextUnit.java:145)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
```
Quiltflower output (MergeHelperNPE.java):
```java
import java.util.HashMap;
import java.util.Iterator;
public class MergeHelperNPE {
private static HashMap hashMap = new HashMap();
private static Iterator iterator() {
return hashMap.values().iterator();
}
public static void example() {
// $QF: Couldn't be decompiled
// Please report this to the Quiltflower issue tracker, at https://github.com/QuiltMC/quiltflower/issues with a copy of the class file (if you have the rights to distribute it!)
// java.lang.NullPointerException
// at org.jetbrains.java.decompiler.modules.decompiler.MergeHelper.matchForEach(MergeHelper.java:645)
// at org.jetbrains.java.decompiler.modules.decompiler.MergeHelper.enhanceLoop(MergeHelper.java:50)
// at org.jetbrains.java.decompiler.modules.decompiler.MergeHelper.enhanceLoopsRec(MergeHelper.java:36)
// at org.jetbrains.java.decompiler.modules.decompiler.MergeHelper.enhanceLoopsRec(MergeHelper.java:31)
// at org.jetbrains.java.decompiler.modules.decompiler.MergeHelper.enhanceLoopsRec(MergeHelper.java:31)
// at org.jetbrains.java.decompiler.modules.decompiler.MergeHelper.enhanceLoops(MergeHelper.java:22)
// at org.jetbrains.java.decompiler.main.rels.MethodProcessor.codeToJava(MethodProcessor.java:240)
//
// Bytecode:
// 00: invokestatic MergeHelperNPE.iterator ()Ljava/util/Iterator;
// 03: astore 0
// 04: aload 0
// 05: invokeinterface java/util/Iterator.hasNext ()Z 1
// 0a: ifeq 1a
// 0d: aload 0
// 0e: invokeinterface java/util/Iterator.next ()Ljava/lang/Object; 1
// 13: checkcast MergeHelperNPE
// 16: astore 1
// 17: goto 04
// 1a: return
}
}
``` | priority | method couldn t be decompiled mergehelper nullpointerexception version quiltflower the example method in this class fails to decompile java import java util hashmap import java util iterator public class mergehelpernpe private static hashmap hashmap new hashmap private static iterator iterator return hashmap values iterator public static void example iterator iter iterator while iter hasnext mergehelpernpe attr mergehelpernpe iter next error info decompiling class mergehelpernpe info loading class java lang object from module java base warn method example v in class mergehelpernpe couldn t be decompiled java lang nullpointerexception at org jetbrains java decompiler modules decompiler mergehelper matchforeach mergehelper java at org jetbrains java decompiler modules decompiler mergehelper enhanceloop mergehelper java at org jetbrains java decompiler modules decompiler mergehelper enhanceloopsrec mergehelper java at org jetbrains java decompiler modules decompiler mergehelper enhanceloopsrec mergehelper java at org jetbrains java decompiler modules decompiler mergehelper enhanceloopsrec mergehelper java at org jetbrains java decompiler modules decompiler mergehelper enhanceloops mergehelper java at org jetbrains java decompiler main rels methodprocessor codetojava methodprocessor java at org jetbrains java decompiler main rels classwrapper init classwrapper java at org jetbrains java decompiler main classesprocessor initwrappers classesprocessor java at org jetbrains java decompiler main classesprocessor writeclass classesprocessor java at org jetbrains java decompiler main fernflower getclasscontent fernflower java at org jetbrains java decompiler struct contextunit lambda save contextunit java at java base java util concurrent executors runnableadapter call executors java at java base java util concurrent futuretask run futuretask java at java base java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java base java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java base java lang thread run thread java quiltflower output mergehelpernpe java java import java util hashmap import java util iterator public class mergehelpernpe private static hashmap hashmap new hashmap private static iterator iterator return hashmap values iterator public static void example qf couldn t be decompiled please report this to the quiltflower issue tracker at with a copy of the class file if you have the rights to distribute it java lang nullpointerexception at org jetbrains java decompiler modules decompiler mergehelper matchforeach mergehelper java at org jetbrains java decompiler modules decompiler mergehelper enhanceloop mergehelper java at org jetbrains java decompiler modules decompiler mergehelper enhanceloopsrec mergehelper java at org jetbrains java decompiler modules decompiler mergehelper enhanceloopsrec mergehelper java at org jetbrains java decompiler modules decompiler mergehelper enhanceloopsrec mergehelper java at org jetbrains java decompiler modules decompiler mergehelper enhanceloops mergehelper java at org jetbrains java decompiler main rels methodprocessor codetojava methodprocessor java bytecode invokestatic mergehelpernpe iterator ljava util iterator astore aload invokeinterface java util iterator hasnext z ifeq aload invokeinterface java util iterator next ljava lang object checkcast mergehelpernpe astore goto return | 1 |
281,060 | 8,690,222,037 | IssuesEvent | 2018-12-03 20:56:38 | RobotLocomotion/drake | https://api.github.com/repos/RobotLocomotion/drake | closed | Port //multibody/benchmarks/free_body:rigid_body_plant_free_body_test to MBP | priority: high team: dynamics type: cleanup | The `//multibody/benchmarks/free_body:rigid_body_plant_free_body_test ` is the only thing left under `//multibody/...` that uses or mentions RigidBodyTree.
I assume that the right answer is to port it to MultibodyPlant, is that correct? (As opposed, say, to deleting it.)
If you want _both_ RBT and MBP copies of this test case, let me know and I can help get that moving, also.
Relates #9783. | 1.0 | Port //multibody/benchmarks/free_body:rigid_body_plant_free_body_test to MBP - The `//multibody/benchmarks/free_body:rigid_body_plant_free_body_test ` is the only thing left under `//multibody/...` that uses or mentions RigidBodyTree.
I assume that the right answer is to port it to MultibodyPlant, is that correct? (As opposed, say, to deleting it.)
If you want _both_ RBT and MBP copies of this test case, let me know and I can help get that moving, also.
Relates #9783. | priority | port multibody benchmarks free body rigid body plant free body test to mbp the multibody benchmarks free body rigid body plant free body test is the only thing left under multibody that uses or mentions rigidbodytree i assume that the right answer is to port it to multibodyplant is that correct as opposed say to deleting it if you want both rbt and mbp copies of this test case let me know and i can help get that moving also relates | 1 |
330,429 | 10,040,150,419 | IssuesEvent | 2019-07-18 19:12:50 | carbon-design-system/carbon | https://api.github.com/repos/carbon-design-system/carbon | closed | Tooltip Component: Dark theme values incorrect | priority: high type: bug 🐛 type: dev :robot: | ## Tooltip Component: Dark theme values incorrect
Tooltip is a high contrast component and should be getting light backgrounds in the G90 and G100 theme
- [ ] tooltip background should be getting $inverse-02 token; in the dark themes this bkg would be (#f3f3f3)
Design:

Actual:

| 1.0 | Tooltip Component: Dark theme values incorrect - ## Tooltip Component: Dark theme values incorrect
Tooltip is a high contrast component and should be getting light backgrounds in the G90 and G100 theme
- [ ] tooltip background should be getting $inverse-02 token; in the dark themes this bkg would be (#f3f3f3)
Design:

Actual:

| priority | tooltip component dark theme values incorrect tooltip component dark theme values incorrect tooltip is a high contrast component and should be getting light backgrounds in the and theme tooltip background should be getting inverse token in the dark themes this bkg would be design actual | 1 |
394,673 | 11,647,287,101 | IssuesEvent | 2020-03-01 14:23:26 | maticnetwork/heimdall | https://api.github.com/repos/maticnetwork/heimdall | opened | Add test script block production and change of validators in Tendermint | enhancement high-priority | Since Heimdall uses different approaches on validator join/re-stake/exit (stake on Ethereum), having a test script to test block production and Heimdall fee rewards would be great. | 1.0 | Add test script block production and change of validators in Tendermint - Since Heimdall uses different approaches on validator join/re-stake/exit (stake on Ethereum), having a test script to test block production and Heimdall fee rewards would be great. | priority | add test script block production and change of validators in tendermint since heimdall uses different approaches on validator join re stake exit stake on ethereum having a test script to test block production and heimdall fee rewards would be great | 1 |
616,677 | 19,309,527,197 | IssuesEvent | 2021-12-13 14:56:53 | betagouv/service-national-universel | https://api.github.com/repos/betagouv/service-national-universel | closed | feat: changement ordre étape inscription | enhancement priority-HIGH | ### Fonctionnalité liée à un problème ?
Les jeunes non éligibles au séjour attendent l'étape 7 pour savoir qu'aucun séjour ne leur ai proposé
### Fonctionnalité
Avancer l'écran de disponibilité à l'étape 3 (au lieu de 7)
sur l'écran ou on dit qu'il n y a aucune session de possible pour ce profil -> rajouter un bouton qui triggerait une action. on passe son `status` de `in_progress` a `not_eligible`
attention a l'impact de l'ajout de ce status, il ne faut pas afficher ses dossiers aux référents, et ne pas les compter dans les stats etc.
### Commentaires
https://trello.com/c/IR0EQzCw | 1.0 | feat: changement ordre étape inscription - ### Fonctionnalité liée à un problème ?
Les jeunes non éligibles au séjour attendent l'étape 7 pour savoir qu'aucun séjour ne leur ai proposé
### Fonctionnalité
Avancer l'écran de disponibilité à l'étape 3 (au lieu de 7)
sur l'écran ou on dit qu'il n y a aucune session de possible pour ce profil -> rajouter un bouton qui triggerait une action. on passe son `status` de `in_progress` a `not_eligible`
attention a l'impact de l'ajout de ce status, il ne faut pas afficher ses dossiers aux référents, et ne pas les compter dans les stats etc.
### Commentaires
https://trello.com/c/IR0EQzCw | priority | feat changement ordre étape inscription fonctionnalité liée à un problème les jeunes non éligibles au séjour attendent l étape pour savoir qu aucun séjour ne leur ai proposé fonctionnalité avancer l écran de disponibilité à l étape au lieu de sur l écran ou on dit qu il n y a aucune session de possible pour ce profil rajouter un bouton qui triggerait une action on passe son status de in progress a not eligible attention a l impact de l ajout de ce status il ne faut pas afficher ses dossiers aux référents et ne pas les compter dans les stats etc commentaires | 1 |
507,922 | 14,684,550,467 | IssuesEvent | 2021-01-01 03:29:18 | fossasia/open-event-frontend | https://api.github.com/repos/fossasia/open-event-frontend | closed | Make video tab URL name consistent with tab name | Priority: High enhancement | The video tab URL on event organizer menus is https://eventyay.com/events/[event ID]/videoroom/. The tab name is "Video". Please make this consistent and change the video URL to https://eventyay.com/events/[event ID]/video/ therefore.

| 1.0 | Make video tab URL name consistent with tab name - The video tab URL on event organizer menus is https://eventyay.com/events/[event ID]/videoroom/. The tab name is "Video". Please make this consistent and change the video URL to https://eventyay.com/events/[event ID]/video/ therefore.

| priority | make video tab url name consistent with tab name the video tab url on event organizer menus is videoroom the tab name is video please make this consistent and change the video url to video therefore | 1 |
212,666 | 7,241,282,581 | IssuesEvent | 2018-02-14 00:21:17 | wh1ter0se/PowerUp-2018 | https://api.github.com/repos/wh1ter0se/PowerUp-2018 | closed | Migrate old PID-Autonomous commands. | development high priority java | We need to add all of our old movement commands so that we can create CommandGroupAuto:
- [x] CommandDriveDistance
- [x] CommandDriveDirect
- [x] CommandWait
- [x] CommandDriveUntilError
- [x] CommandRotate (reconfigured for the new tape setup) | 1.0 | Migrate old PID-Autonomous commands. - We need to add all of our old movement commands so that we can create CommandGroupAuto:
- [x] CommandDriveDistance
- [x] CommandDriveDirect
- [x] CommandWait
- [x] CommandDriveUntilError
- [x] CommandRotate (reconfigured for the new tape setup) | priority | migrate old pid autonomous commands we need to add all of our old movement commands so that we can create commandgroupauto commanddrivedistance commanddrivedirect commandwait commanddriveuntilerror commandrotate reconfigured for the new tape setup | 1 |
310,257 | 9,487,729,664 | IssuesEvent | 2019-04-22 17:42:19 | meumobi/sitebuilder | https://api.github.com/repos/meumobi/sitebuilder | closed | logrotate not working on ELEFANTE | fix high priority | ### Expected behaviour
Tell us what should happen
### Actual behaviour
see [commit](https://github.com/meumobi/sitebuilder/commit/d582a5e7dd5bce2560989ea583145759d4e93ac8) for details
### Steps to reproduce
1.
2.
3.
### Expected responses
- Why it happens
- How to fix it
- How to test
| 1.0 | logrotate not working on ELEFANTE - ### Expected behaviour
Tell us what should happen
### Actual behaviour
see [commit](https://github.com/meumobi/sitebuilder/commit/d582a5e7dd5bce2560989ea583145759d4e93ac8) for details
### Steps to reproduce
1.
2.
3.
### Expected responses
- Why it happens
- How to fix it
- How to test
| priority | logrotate not working on elefante expected behaviour tell us what should happen actual behaviour see for details steps to reproduce expected responses why it happens how to fix it how to test | 1 |
657,327 | 21,790,275,706 | IssuesEvent | 2022-05-14 19:44:43 | rich-iannone/pointblank | https://api.github.com/repos/rich-iannone/pointblank | closed | Improve documentation for pointblank YAML | Difficulty: [2] Intermediate Type: ✎ Docs Effort: [3] High Priority: [3] High | YAML can now be produced from a pointblank agent or informant. However the documentation around this feature is very minimal.
There needs to be function documentation for the two exported functions. Also, a vignette/article would be useful here. | 1.0 | Improve documentation for pointblank YAML - YAML can now be produced from a pointblank agent or informant. However the documentation around this feature is very minimal.
There needs to be function documentation for the two exported functions. Also, a vignette/article would be useful here. | priority | improve documentation for pointblank yaml yaml can now be produced from a pointblank agent or informant however the documentation around this feature is very minimal there needs to be function documentation for the two exported functions also a vignette article would be useful here | 1 |
109,121 | 4,376,179,075 | IssuesEvent | 2016-08-05 04:24:02 | drusepth/Indent | https://api.github.com/repos/drusepth/Indent | closed | We don't show form validation errors on content creation | bug High Priority | At least for locations, I assume the rest as well, now that we have model validations forms can fail if the validations don't pass, and we don't show those in the UI. This is a super easy fix I'll get to when I have a minute, but pretty important so users know whether their stuff was saved or not. | 1.0 | We don't show form validation errors on content creation - At least for locations, I assume the rest as well, now that we have model validations forms can fail if the validations don't pass, and we don't show those in the UI. This is a super easy fix I'll get to when I have a minute, but pretty important so users know whether their stuff was saved or not. | priority | we don t show form validation errors on content creation at least for locations i assume the rest as well now that we have model validations forms can fail if the validations don t pass and we don t show those in the ui this is a super easy fix i ll get to when i have a minute but pretty important so users know whether their stuff was saved or not | 1 |
695,335 | 23,852,908,299 | IssuesEvent | 2022-09-06 19:46:11 | Betarena/scores | https://api.github.com/repos/Betarena/scores | closed | Change DEV Endpoints to use PROD | enhancement high priority | Since we are going to start a new approach, the endpoints of the DEV platform become the same as those of PROD.
The exception is that new endpoints need to be first tested in the DEV database, and when confirmed to work properly, they are then moved to the PROD database and the endpoints updated accordingly.
| 1.0 | Change DEV Endpoints to use PROD - Since we are going to start a new approach, the endpoints of the DEV platform become the same as those of PROD.
The exception is that new endpoints need to be first tested in the DEV database, and when confirmed to work properly, they are then moved to the PROD database and the endpoints updated accordingly.
| priority | change dev endpoints to use prod since we are going to start a new approach the endpoints of the dev platform become the same as those of prod the exception is that new endpoints need to be first tested in the dev database and when confirmed to work properly they are then moved to the prod database and the endpoints updated accordingly | 1 |
96,281 | 3,966,857,993 | IssuesEvent | 2016-05-03 14:27:17 | ozwillo/ozwillo-portal | https://api.github.com/repos/ozwillo/ozwillo-portal | opened | Handling of apps instances in My Apps page | component : apps priority : high type : bug | For instance, applications instances are ignored if the application is not visible for the user (see
https://github.com/ozwillo/ozwillo-portal/blob/3459a64a7eed52b510bdb060487436e4c8bee25b/src/main/java/org/oasis_eu/portal/services/PortalAppManagementService.java#L111-L114), which is not a correct way to handle them.
What's more, there are caching issues that can still make it visible (sometimes) to the user ...
| 1.0 | Handling of apps instances in My Apps page - For instance, applications instances are ignored if the application is not visible for the user (see
https://github.com/ozwillo/ozwillo-portal/blob/3459a64a7eed52b510bdb060487436e4c8bee25b/src/main/java/org/oasis_eu/portal/services/PortalAppManagementService.java#L111-L114), which is not a correct way to handle them.
What's more, there are caching issues that can still make it visible (sometimes) to the user ...
| priority | handling of apps instances in my apps page for instance applications instances are ignored if the application is not visible for the user see which is not a correct way to handle them what s more there are caching issues that can still make it visible sometimes to the user | 1 |
508,100 | 14,689,847,711 | IssuesEvent | 2021-01-02 12:12:26 | fossasia/open-event-frontend | https://api.github.com/repos/fossasia/open-event-frontend | closed | Virtual Events: Direct anonymous or non-ticket holders to event page with pop-up if they try to access video streams | Priority: High enhancement | When a user who does not have a ticket for an event or an anonymous user tries to access a link of a video room (because they somehow have that link) currently there is a 404 page and a notification "unexpected error" that shows up.
Please change this as follows:
* Direct the user to the event page that is the "owner" of those video rooms and display a pop-up "You need to login or get a ticket for this event before you can join it online. [Ok]"
| 1.0 | Virtual Events: Direct anonymous or non-ticket holders to event page with pop-up if they try to access video streams - When a user who does not have a ticket for an event or an anonymous user tries to access a link of a video room (because they somehow have that link) currently there is a 404 page and a notification "unexpected error" that shows up.
Please change this as follows:
* Direct the user to the event page that is the "owner" of those video rooms and display a pop-up "You need to login or get a ticket for this event before you can join it online. [Ok]"
| priority | virtual events direct anonymous or non ticket holders to event page with pop up if they try to access video streams when a user who does not have a ticket for an event or an anonymous user tries to access a link of a video room because they somehow have that link currently there is a page and a notification unexpected error that shows up please change this as follows direct the user to the event page that is the owner of those video rooms and display a pop up you need to login or get a ticket for this event before you can join it online | 1 |
235,779 | 7,743,011,155 | IssuesEvent | 2018-05-29 11:26:18 | Gloirin/m2gTest | https://api.github.com/repos/Gloirin/m2gTest | closed | 0000162:
rework notes / activities management | Feature Request Tinebase high priority | **Reported by pschuele on 1 Aug 2008 09:38**
- use accordion layout for description / tags / activities
- move add note button to tbar
- use Timemaching/ModificationLog -> setRecordMetaData
- activities = notes + create/update/... actions
- redesign contact and lead dialogs
| 1.0 | 0000162:
rework notes / activities management - **Reported by pschuele on 1 Aug 2008 09:38**
- use accordion layout for description / tags / activities
- move add note button to tbar
- use Timemaching/ModificationLog -> setRecordMetaData
- activities = notes + create/update/... actions
- redesign contact and lead dialogs
| priority | rework notes activities management reported by pschuele on aug use accordion layout for description tags activities move add note button to tbar use timemaching modificationlog gt setrecordmetadata activities notes create update actions redesign contact and lead dialogs | 1 |
378,056 | 11,195,119,563 | IssuesEvent | 2020-01-03 04:48:12 | ballerina-platform/ballerina-lang | https://api.github.com/repos/ballerina-platform/ballerina-lang | closed | Compile error in Range Expressions BBE | Area/Language Component/Examples Priority/High Type/Docs | **Description:**
$subject
**Steps to reproduce:**
Run the [Range Expressions](https://ballerina.io/learn/by-example/range-expressions.html) BBE
**Affected Versions:**
Plugin version: 1.0.5
Ballerina version: j1.1.0-alpha
| 1.0 | Compile error in Range Expressions BBE - **Description:**
$subject
**Steps to reproduce:**
Run the [Range Expressions](https://ballerina.io/learn/by-example/range-expressions.html) BBE
**Affected Versions:**
Plugin version: 1.0.5
Ballerina version: j1.1.0-alpha
| priority | compile error in range expressions bbe description subject steps to reproduce run the bbe affected versions plugin version ballerina version alpha | 1 |
362,163 | 10,723,667,849 | IssuesEvent | 2019-10-27 20:18:41 | privacytoolsIO/privacytools.io | https://api.github.com/repos/privacytoolsIO/privacytools.io | closed | 🌐 Website Issue | About the format of “Self-contained Networks” | high priority 🌐 website issue | ## Description
This page is the only one with the earlier taste of design:
https://www.privacytools.io/software/networks/
Any plan to change it?
<!--
## Screenshots
Please add screenshots if applicable
-->
| 1.0 | 🌐 Website Issue | About the format of “Self-contained Networks” - ## Description
This page is the only one with the earlier taste of design:
https://www.privacytools.io/software/networks/
Any plan to change it?
<!--
## Screenshots
Please add screenshots if applicable
-->
| priority | 🌐 website issue about the format of “self contained networks” description this page is the only one with the earlier taste of design any plan to change it screenshots please add screenshots if applicable | 1 |
658,935 | 21,912,868,713 | IssuesEvent | 2022-05-21 10:37:20 | union-platform/union-app | https://api.github.com/repos/union-platform/union-app | reopened | Guest wants to sign in to access his account and progress | priority: high ss: frontend ss: backend | **Scope of action:** Login Screen
**Precondition:** Guest finished viewing the app information
**Design:** https://www.figma.com/file/2St3zSul4fHnLffqy3WK7P/%5B-union-%5D-mobile?node-id=1160%3A0
## Use cases:
1. The guest enters his phone number
(a):
1. The system informs about an incorrect phone number, then the script starts from step 1 of the main script
2. The system finds the user in database
(а):
1. The system creates a new user in case he doesn't exist
3. The system sends to the guest a one-time password
4. The guest enters the password from the SMS in the field
(a):
1. The system makes the password resend button active when the waiting time has expired
2. The guest clicks on the button to resend the password, then the script is repeated from step 2
5. The system checks the entered password
(a):
1. The system informs the guest that the password is not correct, then the scenario is repeated from step 3
6. The system registers the login information
7. The system redirects the user to the search screen
(a):
1. The system redirects the user to the name entry screen if there was no account before
(b):
1. The system redirects the user to the profile recovery screen if the account has been deleted and the recovery period has not passed
-----
**Область действия:** Экран входа
**Предусловие:** Гость завершил просмотр информации о приложении
**Дизайн:** https://www.figma.com/file/2St3zSul4fHnLffqy3WK7P/%5B-union-%5D-mobile?node-id=1160%3A0
## Сценарий:
1. Гость вводит номер телефона
(а):
1. Система информирует о некорректном номере телефона, далее сценарий проходит с шага 1 основного сценария
2. Система находит в базе пользователя
(а):
1. Система создаёт нового пользователя, если его ещё не существует
3. Система высылает пользователю одноразовый пароль
4. Гость вводит пароль из смс в поле
(а):
1. Система делает активной кнопку повторной отправки пароля, когда время ожидание истекло
2. Гость нажимает на кнопку повторной отправки пароля, далее сценарий повторяется с шага 2
5. Система проверяет введённый пароль
(а):
1. Система сообщает гостю о том, что пароль не верный, далее сценарий повторяется с шага 3
6. Система регистрирует информацию о входе в систему
7. Система перенаправляет пользователя на экран поиска
(а):
1. Система перенаправляет пользователя на экран ввода имени, если учётной записи раньше не было
(б):
1. Система перенаправляет пользователя на экран восстановления профиля, если учётная запись была удалена и не прошёл срок для восстановления | 1.0 | Guest wants to sign in to access his account and progress - **Scope of action:** Login Screen
**Precondition:** Guest finished viewing the app information
**Design:** https://www.figma.com/file/2St3zSul4fHnLffqy3WK7P/%5B-union-%5D-mobile?node-id=1160%3A0
## Use cases:
1. The guest enters his phone number
(a):
1. The system informs about an incorrect phone number, then the script starts from step 1 of the main script
2. The system finds the user in database
(а):
1. The system creates a new user in case he doesn't exist
3. The system sends to the guest a one-time password
4. The guest enters the password from the SMS in the field
(a):
1. The system makes the password resend button active when the waiting time has expired
2. The guest clicks on the button to resend the password, then the script is repeated from step 2
5. The system checks the entered password
(a):
1. The system informs the guest that the password is not correct, then the scenario is repeated from step 3
6. The system registers the login information
7. The system redirects the user to the search screen
(a):
1. The system redirects the user to the name entry screen if there was no account before
(b):
1. The system redirects the user to the profile recovery screen if the account has been deleted and the recovery period has not passed
-----
**Область действия:** Экран входа
**Предусловие:** Гость завершил просмотр информации о приложении
**Дизайн:** https://www.figma.com/file/2St3zSul4fHnLffqy3WK7P/%5B-union-%5D-mobile?node-id=1160%3A0
## Сценарий:
1. Гость вводит номер телефона
(а):
1. Система информирует о некорректном номере телефона, далее сценарий проходит с шага 1 основного сценария
2. Система находит в базе пользователя
(а):
1. Система создаёт нового пользователя, если его ещё не существует
3. Система высылает пользователю одноразовый пароль
4. Гость вводит пароль из смс в поле
(а):
1. Система делает активной кнопку повторной отправки пароля, когда время ожидание истекло
2. Гость нажимает на кнопку повторной отправки пароля, далее сценарий повторяется с шага 2
5. Система проверяет введённый пароль
(а):
1. Система сообщает гостю о том, что пароль не верный, далее сценарий повторяется с шага 3
6. Система регистрирует информацию о входе в систему
7. Система перенаправляет пользователя на экран поиска
(а):
1. Система перенаправляет пользователя на экран ввода имени, если учётной записи раньше не было
(б):
1. Система перенаправляет пользователя на экран восстановления профиля, если учётная запись была удалена и не прошёл срок для восстановления | priority | guest wants to sign in to access his account and progress scope of action login screen precondition guest finished viewing the app information design use cases the guest enters his phone number a the system informs about an incorrect phone number then the script starts from step of the main script the system finds the user in database а the system creates a new user in case he doesn t exist the system sends to the guest a one time password the guest enters the password from the sms in the field a the system makes the password resend button active when the waiting time has expired the guest clicks on the button to resend the password then the script is repeated from step the system checks the entered password a the system informs the guest that the password is not correct then the scenario is repeated from step the system registers the login information the system redirects the user to the search screen a the system redirects the user to the name entry screen if there was no account before b the system redirects the user to the profile recovery screen if the account has been deleted and the recovery period has not passed область действия экран входа предусловие гость завершил просмотр информации о приложении дизайн сценарий гость вводит номер телефона а система информирует о некорректном номере телефона далее сценарий проходит с шага основного сценария система находит в базе пользователя а система создаёт нового пользователя если его ещё не существует система высылает пользователю одноразовый пароль гость вводит пароль из смс в поле а система делает активной кнопку повторной отправки пароля когда время ожидание истекло гость нажимает на кнопку повторной отправки пароля далее сценарий повторяется с шага система проверяет введённый пароль а система сообщает гостю о том что пароль не верный далее сценарий повторяется с шага система регистрирует информацию о входе в систему система перенаправляет пользователя на экран поиска а система перенаправляет пользователя на экран ввода имени если учётной записи раньше не было б система перенаправляет пользователя на экран восстановления профиля если учётная запись была удалена и не прошёл срок для восстановления | 1 |
782,235 | 27,490,990,687 | IssuesEvent | 2023-03-04 16:14:00 | PakizeBozkurt/hugsforbugs | https://api.github.com/repos/PakizeBozkurt/hugsforbugs | closed | Navigation | enhancement new high priority | ## Story
I want to see the menu and navigate through pages
## Acceptance Criteria
1. Add a top navigation to all pages.
## Implementation Notes
1. Add Navigation/menu component
2. Add menu items (links)
One Nav component which has conditional rendering of menu items
**if user logged in:**
- logo (or page title on the left to go to home page)
- availability (create/edit)
- all users' avalability
- user drop-down (separate issue - do not implement here)
**else (user logged out)**
- logo (or page title on the left to go to home page)
- login ( link to login page)
## Checklist:
- [ ] I have defined the user story
- [ ] I have defined some acceptance criteria
- [ ] I have included any implementation notes
- [ ] I have included all relevant links
| 1.0 | Navigation - ## Story
I want to see the menu and navigate through pages
## Acceptance Criteria
1. Add a top navigation to all pages.
## Implementation Notes
1. Add Navigation/menu component
2. Add menu items (links)
One Nav component which has conditional rendering of menu items
**if user logged in:**
- logo (or page title on the left to go to home page)
- availability (create/edit)
- all users' avalability
- user drop-down (separate issue - do not implement here)
**else (user logged out)**
- logo (or page title on the left to go to home page)
- login ( link to login page)
## Checklist:
- [ ] I have defined the user story
- [ ] I have defined some acceptance criteria
- [ ] I have included any implementation notes
- [ ] I have included all relevant links
| priority | navigation story i want to see the menu and navigate through pages acceptance criteria add a top navigation to all pages implementation notes add navigation menu component add menu items links one nav component which has conditional rendering of menu items if user logged in logo or page title on the left to go to home page availability create edit all users avalability user drop down separate issue do not implement here else user logged out logo or page title on the left to go to home page login link to login page checklist i have defined the user story i have defined some acceptance criteria i have included any implementation notes i have included all relevant links | 1 |
408,320 | 11,944,931,876 | IssuesEvent | 2020-04-03 04:06:37 | AY1920S2-CS2103T-F11-4/main | https://api.github.com/repos/AY1920S2-CS2103T-F11-4/main | opened | Results of view recipe (recipe details) should not be in results display | priority.High type.Task | This can be done by adding a button in the recipe panels that allow us to show an indepth-view rather than a brief overview.
Results display should be purely for commands success/failure. | 1.0 | Results of view recipe (recipe details) should not be in results display - This can be done by adding a button in the recipe panels that allow us to show an indepth-view rather than a brief overview.
Results display should be purely for commands success/failure. | priority | results of view recipe recipe details should not be in results display this can be done by adding a button in the recipe panels that allow us to show an indepth view rather than a brief overview results display should be purely for commands success failure | 1 |
473,381 | 13,641,547,865 | IssuesEvent | 2020-09-25 14:18:56 | workcraft/workcraft | https://api.github.com/repos/workcraft/workcraft | opened | Refinement check for Circuit agains its environment STG | enhancement priority:high status:confirmed tag:backend:mpsat tag:model:circuit | Only a strict refinement check is needed, as relaxed refinement is the same as conformation (with the exception of preserving internal signals). | 1.0 | Refinement check for Circuit agains its environment STG - Only a strict refinement check is needed, as relaxed refinement is the same as conformation (with the exception of preserving internal signals). | priority | refinement check for circuit agains its environment stg only a strict refinement check is needed as relaxed refinement is the same as conformation with the exception of preserving internal signals | 1 |
525,176 | 15,239,760,207 | IssuesEvent | 2021-02-19 05:15:28 | openmsupply/mobile | https://api.github.com/repos/openmsupply/mobile | closed | Can't spread realm objects | Bug: ???? Bug: development Docs: not needed Effort: small Module: vaccines Priority: high | ## Describe the bug
Realm objects can't be spread when using V8(?) in development. We have a few cases where this is used in the app which need to be updated.
### To reproduce
Internal code issue
### Expected behaviour
No realm spreading!
### Proposed Solution
Search for `...` and if it's a realm object.. change it 🤷
### Version and device info
- App version: 7.0.0-rc3
- Tablet model:
- OS version:
### Additional context
N/A
| 1.0 | Can't spread realm objects - ## Describe the bug
Realm objects can't be spread when using V8(?) in development. We have a few cases where this is used in the app which need to be updated.
### To reproduce
Internal code issue
### Expected behaviour
No realm spreading!
### Proposed Solution
Search for `...` and if it's a realm object.. change it 🤷
### Version and device info
- App version: 7.0.0-rc3
- Tablet model:
- OS version:
### Additional context
N/A
| priority | can t spread realm objects describe the bug realm objects can t be spread when using in development we have a few cases where this is used in the app which need to be updated to reproduce internal code issue expected behaviour no realm spreading proposed solution search for and if it s a realm object change it 🤷 version and device info app version tablet model os version additional context n a | 1 |
155,359 | 5,954,280,939 | IssuesEvent | 2017-05-27 16:21:02 | SWE574-Groupago/heritago | https://api.github.com/repos/SWE574-Groupago/heritago | closed | add modal for displaying all annotations on a heritage item | front-end priority: high | All annotations include annotations on both description and image | 1.0 | add modal for displaying all annotations on a heritage item - All annotations include annotations on both description and image | priority | add modal for displaying all annotations on a heritage item all annotations include annotations on both description and image | 1 |
653,513 | 21,605,175,512 | IssuesEvent | 2022-05-04 01:15:45 | unblur/Unblur | https://api.github.com/repos/unblur/Unblur | closed | Update Card.jsx when unblurred | dev high priority | Update the card component so that when an image receives the number of Algos to unblur, it just simply reveals the unblurred image.
depends on where our images are hosted on the backend. | 1.0 | Update Card.jsx when unblurred - Update the card component so that when an image receives the number of Algos to unblur, it just simply reveals the unblurred image.
depends on where our images are hosted on the backend. | priority | update card jsx when unblurred update the card component so that when an image receives the number of algos to unblur it just simply reveals the unblurred image depends on where our images are hosted on the backend | 1 |
799,896 | 28,316,032,600 | IssuesEvent | 2023-04-10 19:41:07 | zulip/zulip | https://api.github.com/repos/zulip/zulip | opened | Show search typeahead suggestions any time search bar is focused | help wanted area: search priority: high | As [reported on CZO](https://chat.zulip.org/#narrow/stream/9-issues/topic/search.20problems/near/1542350), when the top search bar is empty, the typeahead is only sometimes shown. Instead, it should be shown whenever the search input is selected, including if the user has deleted some text that was previously there. | 1.0 | Show search typeahead suggestions any time search bar is focused - As [reported on CZO](https://chat.zulip.org/#narrow/stream/9-issues/topic/search.20problems/near/1542350), when the top search bar is empty, the typeahead is only sometimes shown. Instead, it should be shown whenever the search input is selected, including if the user has deleted some text that was previously there. | priority | show search typeahead suggestions any time search bar is focused as when the top search bar is empty the typeahead is only sometimes shown instead it should be shown whenever the search input is selected including if the user has deleted some text that was previously there | 1 |
776,988 | 27,265,542,457 | IssuesEvent | 2023-02-22 17:44:12 | Automattic/woocommerce-payments | https://api.github.com/repos/Automattic/woocommerce-payments | closed | Split UPE: blocks checkout focus shifts on gateway selection | type: bug priority: high priority: low component: upe category: core | ### Describe the bug
<!-- A clear and concise description of what the bug is. Please be as descriptive as possible. -->
When a new Split UPE gateway is selected in the blocks checkout, the page's focus is moved to the top of the checkout page, rather than within the gateway's inner content.
Please investigate whether the issue is within the checkout block or is due to the Split UPE.
Shortcode checkout is not affected by this bug.
### To Reproduce
<!-- Describe the steps to reproduce the behavior. -->
- Create a page with the shortcode checkout
- Ensure you have multiple UPE gateways enabled for checkout
- Add some products to the cart
- Select one of the UPE gateways
- Focus is scrolling the page to the top

### Expected behavior
<!-- A clear and concise description of what you expected to happen. -->
The page should not scroll to the top.
| 2.0 | Split UPE: blocks checkout focus shifts on gateway selection - ### Describe the bug
<!-- A clear and concise description of what the bug is. Please be as descriptive as possible. -->
When a new Split UPE gateway is selected in the blocks checkout, the page's focus is moved to the top of the checkout page, rather than within the gateway's inner content.
Please investigate whether the issue is within the checkout block or is due to the Split UPE.
Shortcode checkout is not affected by this bug.
### To Reproduce
<!-- Describe the steps to reproduce the behavior. -->
- Create a page with the shortcode checkout
- Ensure you have multiple UPE gateways enabled for checkout
- Add some products to the cart
- Select one of the UPE gateways
- Focus is scrolling the page to the top

### Expected behavior
<!-- A clear and concise description of what you expected to happen. -->
The page should not scroll to the top.
| priority | split upe blocks checkout focus shifts on gateway selection describe the bug when a new split upe gateway is selected in the blocks checkout the page s focus is moved to the top of the checkout page rather than within the gateway s inner content please investigate whether the issue is within the checkout block or is due to the split upe shortcode checkout is not affected by this bug to reproduce create a page with the shortcode checkout ensure you have multiple upe gateways enabled for checkout add some products to the cart select one of the upe gateways focus is scrolling the page to the top expected behavior the page should not scroll to the top | 1 |
716,080 | 24,620,456,558 | IssuesEvent | 2022-10-15 21:26:14 | bitfoundation/bitplatform | https://api.github.com/repos/bitfoundation/bitplatform | closed | Incorrect `Value` handling in the `BitInputBase` | area / components high priority | The current implementation in the BitInputBase does not affect the UI when only the `Value` parameter is changed from outside of the input component. | 1.0 | Incorrect `Value` handling in the `BitInputBase` - The current implementation in the BitInputBase does not affect the UI when only the `Value` parameter is changed from outside of the input component. | priority | incorrect value handling in the bitinputbase the current implementation in the bitinputbase does not affect the ui when only the value parameter is changed from outside of the input component | 1 |
429,386 | 12,423,552,252 | IssuesEvent | 2020-05-24 06:23:04 | wso2/product-is | https://api.github.com/repos/wso2/product-is | closed | Couldn't add/patch roles mapping for a service provider through REST API | Affected/5.10.0-RC2 Complexity/Low Priority/High Type/Bug WUM | **Describe the issue:**
when sending patch request for a service provider to update role mapping if the local role exist in the secondary user store then the following error response returned.
"description": "Invalid application configuration for application: 'test1' of tenantDomain: carbon.super. Local Role **testRole** is not available in the server."
The user store domain is missing when the request reaches the backend. The reason is in \[1] local role will be created with the role name and user store domain name as separate attributes but the validator \[2] will only check using the local role name without appending the user store domain. That causes the issue.
Possible fix could be \[3]
\[1] https://github.com/wso2/carbon-identity-framework/blob/master/components/application-mgt/org.wso2.carbon.identity.application.common/src/main/java/org/wso2/carbon/identity/application/common/model/LocalRole.java#L60-L61
\[2] https://github.com/wso2/carbon-identity-framework/blob/e2f00757c86bde83424c41ed84166ee170c481a3/components/application-mgt/org.wso2.carbon.identity.application.mgt/src/main/java/org/wso2/carbon/identity/application/mgt/ApplicationMgtValidator.java#L424
\[3] https://github.com/wso2/identity-api-server/pull/168
**How to reproduce:**
1. Add a service provider
2. Add a secondary user store role and send following patch request.
```
{
"claimConfiguration": {
"role": {
"mappings": [
{
"localRole": "MYSQL/testRole",
"applicationRole": "appTestRole"
}
]
}
}
}
```
3. You will receive following error response.
{
"code": "APP-60001",
"message": "Error patching application with id: cf989f10-1923-414e-8313-a3329bfce6f5",
"description": "Invalid application configuration for application: 'playground3tharsan.com' of tenantDomain: carbon.super. Local Role testRole is not available in the server.",
"traceId": "366ab7b3-9d40-4f56-b951-1d059e924d5c"
}
**Expected behavior:**
The role mapping should be updated with 200 OK.
**Environment information** (_Please complete the following information; remove any unnecessary fields_) **:**
- Product Version: IS 5.10.0
- OS: Linux
- Database: MySQL(secondary), H2
- Userstore: JDBC(secondary), LDAP
---
| 1.0 | Couldn't add/patch roles mapping for a service provider through REST API - **Describe the issue:**
when sending patch request for a service provider to update role mapping if the local role exist in the secondary user store then the following error response returned.
"description": "Invalid application configuration for application: 'test1' of tenantDomain: carbon.super. Local Role **testRole** is not available in the server."
The user store domain is missing when the request reaches the backend. The reason is in \[1] local role will be created with the role name and user store domain name as separate attributes but the validator \[2] will only check using the local role name without appending the user store domain. That causes the issue.
Possible fix could be \[3]
\[1] https://github.com/wso2/carbon-identity-framework/blob/master/components/application-mgt/org.wso2.carbon.identity.application.common/src/main/java/org/wso2/carbon/identity/application/common/model/LocalRole.java#L60-L61
\[2] https://github.com/wso2/carbon-identity-framework/blob/e2f00757c86bde83424c41ed84166ee170c481a3/components/application-mgt/org.wso2.carbon.identity.application.mgt/src/main/java/org/wso2/carbon/identity/application/mgt/ApplicationMgtValidator.java#L424
\[3] https://github.com/wso2/identity-api-server/pull/168
**How to reproduce:**
1. Add a service provider
2. Add a secondary user store role and send following patch request.
```
{
"claimConfiguration": {
"role": {
"mappings": [
{
"localRole": "MYSQL/testRole",
"applicationRole": "appTestRole"
}
]
}
}
}
```
3. You will receive following error response.
{
"code": "APP-60001",
"message": "Error patching application with id: cf989f10-1923-414e-8313-a3329bfce6f5",
"description": "Invalid application configuration for application: 'playground3tharsan.com' of tenantDomain: carbon.super. Local Role testRole is not available in the server.",
"traceId": "366ab7b3-9d40-4f56-b951-1d059e924d5c"
}
**Expected behavior:**
The role mapping should be updated with 200 OK.
**Environment information** (_Please complete the following information; remove any unnecessary fields_) **:**
- Product Version: IS 5.10.0
- OS: Linux
- Database: MySQL(secondary), H2
- Userstore: JDBC(secondary), LDAP
---
| priority | couldn t add patch roles mapping for a service provider through rest api describe the issue when sending patch request for a service provider to update role mapping if the local role exist in the secondary user store then the following error response returned description invalid application configuration for application of tenantdomain carbon super local role testrole is not available in the server the user store domain is missing when the request reaches the backend the reason is in local role will be created with the role name and user store domain name as separate attributes but the validator will only check using the local role name without appending the user store domain that causes the issue possible fix could be how to reproduce add a service provider add a secondary user store role and send following patch request claimconfiguration role mappings localrole mysql testrole applicationrole apptestrole you will receive following error response code app message error patching application with id description invalid application configuration for application com of tenantdomain carbon super local role testrole is not available in the server traceid expected behavior the role mapping should be updated with ok environment information please complete the following information remove any unnecessary fields product version is os linux database mysql secondary userstore jdbc secondary ldap | 1 |
259,284 | 8,196,523,213 | IssuesEvent | 2018-08-31 10:06:23 | gmodstore/gmodstore-issues | https://api.github.com/repos/gmodstore/gmodstore-issues | closed | Disabled co-created addon doesn't showup in the **profile** addons list | bug high priority related to other issue | https://beta.gmodstore.com/market/view/3867
doesn't showup on profile even if it showsup in dashboard list
 | 1.0 | Disabled co-created addon doesn't showup in the **profile** addons list - https://beta.gmodstore.com/market/view/3867
doesn't showup on profile even if it showsup in dashboard list
 | priority | disabled co created addon doesn t showup in the profile addons list doesn t showup on profile even if it showsup in dashboard list | 1 |
297,152 | 9,161,119,937 | IssuesEvent | 2019-03-01 09:37:14 | qlcchain/go-qlc | https://api.github.com/repos/qlcchain/go-qlc | closed | mdns bug and node discovery structure adjustment | Priority: High Status: In Progress Type: Enhancement | ### Description of the issue
when use mdns found a local node,need add it to peers pool
_Please put an `x` against the checkboxes._
### Issue-Type
- [x] bug report
- [ ] feature request
- [ ] Documentation improvement
### Checklist
- [x] Running latest version of code.
- [x] This issue has not been reported earlier.
### Your environment
* OS
* Go version
* Release tag/commit of the code
### Expected behavior
What should happen?
### Actual behavior
What is actually happening?
### Steps to reproduce
1. Provide detailed steps
2. how to reproduce this issue
### Any extra info ( for eg. code snippet to reproduce, logs, etc. )
If necessary, provide some extra information like code-snippets or error-logs. | 1.0 | mdns bug and node discovery structure adjustment - ### Description of the issue
when use mdns found a local node,need add it to peers pool
_Please put an `x` against the checkboxes._
### Issue-Type
- [x] bug report
- [ ] feature request
- [ ] Documentation improvement
### Checklist
- [x] Running latest version of code.
- [x] This issue has not been reported earlier.
### Your environment
* OS
* Go version
* Release tag/commit of the code
### Expected behavior
What should happen?
### Actual behavior
What is actually happening?
### Steps to reproduce
1. Provide detailed steps
2. how to reproduce this issue
### Any extra info ( for eg. code snippet to reproduce, logs, etc. )
If necessary, provide some extra information like code-snippets or error-logs. | priority | mdns bug and node discovery structure adjustment description of the issue when use mdns found a local node,need add it to peers pool please put an x against the checkboxes issue type bug report feature request documentation improvement checklist running latest version of code this issue has not been reported earlier your environment os go version release tag commit of the code expected behavior what should happen actual behavior what is actually happening steps to reproduce provide detailed steps how to reproduce this issue any extra info for eg code snippet to reproduce logs etc if necessary provide some extra information like code snippets or error logs | 1 |
796,250 | 28,103,374,895 | IssuesEvent | 2023-03-30 21:27:30 | bcgov/foi-flow | https://api.github.com/repos/bcgov/foi-flow | opened | Image Files (.PNG, .JPG, etc) as Attachments - Showing as 'Incompatible' and Formatting Issues in Harms Package | bug high priority | **Describe the bug in current situation**
Currently, individual image files (.PNG, .JPG, etc) can be uploaded to the Gathering Records Log (green checkmark), and they are deduplicated, and they are available in the redaction app for redaction.
However, when uploading a parent file, where there is a image file attachment (child record), the image file is marked as incompatible. In addition, when you download the Harms Package, the image file is included in the consolidated PDF, but there are formatting issues affecting its visibility (see images below). Notes that the image file file is brought in to the redaction app.
For example, see EDU-2022-00315 in Test-Marshal, and download and view the Harms Package.
**Link bug to the User Story**
**Impact of this bug**
Describe the impact, i.e. what the impact is, and number of users impacted.
User will be unable to view the image file in the Harms Package that is downloaded (due to formatting issues).
**Chance of Occurring (high/medium/low/very low)**
Medium
**Pre Conditions: which Env, any pre-requesites or assumptions to execute steps?**
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Actual/ observed behaviour/ results**
**Expected behaviour**
A clear and concise description of what you expected to happen. Use the gherking language.
**Screenshots/ Visual Reference/ Source**
See the image below of image files types, which are children (attachments) of a parent file,showing up as incompatible

When you download the Harms Package and open the consolidated PDF, the image files are included, but there are formatting issues:
 | 1.0 | Image Files (.PNG, .JPG, etc) as Attachments - Showing as 'Incompatible' and Formatting Issues in Harms Package - **Describe the bug in current situation**
Currently, individual image files (.PNG, .JPG, etc) can be uploaded to the Gathering Records Log (green checkmark), and they are deduplicated, and they are available in the redaction app for redaction.
However, when uploading a parent file, where there is a image file attachment (child record), the image file is marked as incompatible. In addition, when you download the Harms Package, the image file is included in the consolidated PDF, but there are formatting issues affecting its visibility (see images below). Notes that the image file file is brought in to the redaction app.
For example, see EDU-2022-00315 in Test-Marshal, and download and view the Harms Package.
**Link bug to the User Story**
**Impact of this bug**
Describe the impact, i.e. what the impact is, and number of users impacted.
User will be unable to view the image file in the Harms Package that is downloaded (due to formatting issues).
**Chance of Occurring (high/medium/low/very low)**
Medium
**Pre Conditions: which Env, any pre-requesites or assumptions to execute steps?**
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Actual/ observed behaviour/ results**
**Expected behaviour**
A clear and concise description of what you expected to happen. Use the gherking language.
**Screenshots/ Visual Reference/ Source**
See the image below of image files types, which are children (attachments) of a parent file,showing up as incompatible

When you download the Harms Package and open the consolidated PDF, the image files are included, but there are formatting issues:
 | priority | image files png jpg etc as attachments showing as incompatible and formatting issues in harms package describe the bug in current situation currently individual image files png jpg etc can be uploaded to the gathering records log green checkmark and they are deduplicated and they are available in the redaction app for redaction however when uploading a parent file where there is a image file attachment child record the image file is marked as incompatible in addition when you download the harms package the image file is included in the consolidated pdf but there are formatting issues affecting its visibility see images below notes that the image file file is brought in to the redaction app for example see edu in test marshal and download and view the harms package link bug to the user story impact of this bug describe the impact i e what the impact is and number of users impacted user will be unable to view the image file in the harms package that is downloaded due to formatting issues chance of occurring high medium low very low medium pre conditions which env any pre requesites or assumptions to execute steps steps to reproduce steps to reproduce the behavior go to click on scroll down to see error actual observed behaviour results expected behaviour a clear and concise description of what you expected to happen use the gherking language screenshots visual reference source see the image below of image files types which are children attachments of a parent file showing up as incompatible when you download the harms package and open the consolidated pdf the image files are included but there are formatting issues | 1 |
603,163 | 18,530,246,361 | IssuesEvent | 2021-10-21 04:26:12 | AY2122S1-CS2103-W14-2/tp | https://api.github.com/repos/AY2122S1-CS2103-W14-2/tp | opened | Implement sort by multiple fields | type.Story priority.High | As a user, I want to sort my search results alphabetically by name.
As a user, I want to sort my search results by ascending case number.
As a user, I want to specify the sorting order of my search results. | 1.0 | Implement sort by multiple fields - As a user, I want to sort my search results alphabetically by name.
As a user, I want to sort my search results by ascending case number.
As a user, I want to specify the sorting order of my search results. | priority | implement sort by multiple fields as a user i want to sort my search results alphabetically by name as a user i want to sort my search results by ascending case number as a user i want to specify the sorting order of my search results | 1 |
513,967 | 14,930,084,103 | IssuesEvent | 2021-01-25 01:51:20 | FunMan22/SC-Library | https://api.github.com/repos/FunMan22/SC-Library | closed | FAQ link doesn't work... | P1: High Priority bug javascript | **Describe the bug**
Clicking the FAQ link in the footer gives you the 404 page.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to any page
2. Click on the FAQ link in the footer
3. See error
**Expected behavior**
It should go to the help page and scroll to the FAQ section.
**Smartphone (please complete the following information):**
- Device: Pixel 4a 5G
- OS: Android
- Browser Chrome
**Additional context**
This is likely due to the problem with the HTTP request and it not requesting the right file.
| 1.0 | FAQ link doesn't work... - **Describe the bug**
Clicking the FAQ link in the footer gives you the 404 page.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to any page
2. Click on the FAQ link in the footer
3. See error
**Expected behavior**
It should go to the help page and scroll to the FAQ section.
**Smartphone (please complete the following information):**
- Device: Pixel 4a 5G
- OS: Android
- Browser Chrome
**Additional context**
This is likely due to the problem with the HTTP request and it not requesting the right file.
| priority | faq link doesn t work describe the bug clicking the faq link in the footer gives you the page to reproduce steps to reproduce the behavior go to any page click on the faq link in the footer see error expected behavior it should go to the help page and scroll to the faq section smartphone please complete the following information device pixel os android browser chrome additional context this is likely due to the problem with the http request and it not requesting the right file | 1 |
103,762 | 4,185,124,233 | IssuesEvent | 2016-06-23 09:50:32 | transientskp/banana | https://api.github.com/repos/transientskp/banana | closed | Replace banana image viewer with JS9 | enhancement priority high | Currently the banana image viewer is quite slow and sometimes hard to interprate. We need a more interactive replacement. Aladin lite looks like a itneresting replacement candidate. We already use it, but we don't embed the actual radio image in it yet.
JS9 looks like the thing we need! http://js9.si.edu/
| 1.0 | Replace banana image viewer with JS9 - Currently the banana image viewer is quite slow and sometimes hard to interprate. We need a more interactive replacement. Aladin lite looks like a itneresting replacement candidate. We already use it, but we don't embed the actual radio image in it yet.
JS9 looks like the thing we need! http://js9.si.edu/
| priority | replace banana image viewer with currently the banana image viewer is quite slow and sometimes hard to interprate we need a more interactive replacement aladin lite looks like a itneresting replacement candidate we already use it but we don t embed the actual radio image in it yet looks like the thing we need | 1 |
784,138 | 27,559,178,876 | IssuesEvent | 2023-03-07 20:26:17 | Betarena/scores | https://api.github.com/repos/Betarena/scores | closed | Tournaments Matches missing | 🐞 [A] bug 📣 [A] high priority | 🐛 Introduction:
Missing date for the fixtures and missing fixtures from the rounds.
📝 Details:
Lots of fixtures do not have the correspondent dates and others are completely missing from the rounds:


🔍 Steps to Reproduce:
Visit:
https://betarena-scores-platform.herokuapp.com/football/portugal/liga-portugal
Check the rounds and week fixtures.
🤔 Expected Behavior:
All fixtures present in the rounds and date information present.
💥 Actual Behavior:
Missing fixtures from the rounds and TBA on most fixtures. | 1.0 | Tournaments Matches missing - 🐛 Introduction:
Missing date for the fixtures and missing fixtures from the rounds.
📝 Details:
Lots of fixtures do not have the correspondent dates and others are completely missing from the rounds:


🔍 Steps to Reproduce:
Visit:
https://betarena-scores-platform.herokuapp.com/football/portugal/liga-portugal
Check the rounds and week fixtures.
🤔 Expected Behavior:
All fixtures present in the rounds and date information present.
💥 Actual Behavior:
Missing fixtures from the rounds and TBA on most fixtures. | priority | tournaments matches missing 🐛 introduction missing date for the fixtures and missing fixtures from the rounds 📝 details lots of fixtures do not have the correspondent dates and others are completely missing from the rounds 🔍 steps to reproduce visit check the rounds and week fixtures 🤔 expected behavior all fixtures present in the rounds and date information present 💥 actual behavior missing fixtures from the rounds and tba on most fixtures | 1 |
173,434 | 6,524,943,460 | IssuesEvent | 2017-08-29 14:22:23 | orange-alliance/the-orange-alliance | https://api.github.com/repos/orange-alliance/the-orange-alliance | opened | Finalize the Match Detail Page | enhancement High Priority | Add the Score Total for the Following to the Match Detail Page:
- Totals for; Auto, Tele, End Game and Penalties
- Make the Details Readable an show actual information instead of encoded values
| 1.0 | Finalize the Match Detail Page - Add the Score Total for the Following to the Match Detail Page:
- Totals for; Auto, Tele, End Game and Penalties
- Make the Details Readable an show actual information instead of encoded values
| priority | finalize the match detail page add the score total for the following to the match detail page totals for auto tele end game and penalties make the details readable an show actual information instead of encoded values | 1 |
739,931 | 25,729,319,230 | IssuesEvent | 2022-12-07 18:59:01 | zowe/zowe-cli | https://api.github.com/repos/zowe/zowe-cli | closed | zowe jobs view sfbi error | bug priority-high | When trying to view a specific spool file, I am receiving a socket hangup error.
For example, `zowe jobs view sfbi JOB06924 104` yields the following in the log:
```
[ERROR] [CommandYargs.js:134] [ { success: false,
message:
'z/OSMF REST API Error:\nhttp(s) request error event called\nError: socket hang up',
stdout: <Buffer >,
stderr:
<Buffer 43 6f 6d 6d 61 6e 64 20 45 72 72 6f 72 3a 0a 7a 2f 4f 53 4d 46 20 52 45 53 54 20 41 50 49 20 45 72 72 6f 72 3a 0a 68 74 74 70 28 73 29 20 72 65 71 75 ... >,
data: {},
error:
{ msg:
'z/OSMF REST API Error:\nhttp(s) request error event called\nError: socket hang up',
causeErrors: [Error],
source: 'client',
errorCode: undefined,
port: 443,
host: '****',
basePath: '',
httpStatus: undefined,
errno: undefined,
syscall: undefined,
payload: undefined,
headers: [Array],
resource: '/zosmf/restjobs/jobs/MARBDB2/JOB06924/files/104/records',
request: 'GET',
additionalDetails:
'HTTP(S) client encountered an error. Request could not be initiated to host.\nReview connection details (host, port) and ensure correctness.\n\nHost: ****\nPort: 443\nBase Path: \nResource: /zosmf/restjobs/jobs/MARBDB2/JOB06924/files/104/records\nRequest: GET\nHeaders: [{"Content-Type":"text/plain; charset=utf8"},{"X-CSRF-ZOSMF-HEADER":true}]\nPayload: undefined' } } ]
```
It is related to the size of the spool file. It occurs for me when the byte count of the spool file is between 3416 and 3431 inclusive. As an example, it occurs in the following spool content when the final `|` on the heading row is in the range (inclusive) shown below:
```
1
1PAGE 1
***INPUT STATEMENT:
SELECT * FROM EVENT.MARBLE
+----------------------------------------------+
| COLOR | INVENTORY | COST | |
+----------------------------------------------+
1_| WHITE | 25 | 5 |
2_| RED | 25 | 5 |
3_| ORANGE | 25 | 5 |
4_| YELLOW | 25 | 5 |
5_| GREEN | 25 | 5 |
6_| BLUE | 25 | 5 |
7_| INDIGO | 25 | 5 |
8_| VIOLET | 25 | 5 |
9_| BLACK | 25 | 5 |
10_| GRAY | 25 | 5 |
11_| BROWN | 25 | 5 |
12_| NAVY | 25 | 5 |
13_| CYAN | 25 | 5 |
14_| MAGENTA | 25 | 5 |
15_| PINK | 25 | 5 |
16_| TAN | 25 | 5 |
17_| AQUA | 25 | 5 |
18_| MAROON | 25 | 5 |
19_| OLIVE | 25 | 5 |
20_| TEAL | 25 | 5 |
21_| CORAL | 25 | 5 |
22_| ROSE | 25 | 5 |
23_| SAND | 25 | 5 |
24_| PURPLE | 25 | 5 |
25_| GOLD | 25 | 5 |
26_| SILVER | 25 | 5 |
27_| BRONZE | 25 | 5 |
28_| PEACH | 25 | 5 |
29_| LIME | 25 | 5 |
30_| LAVENDER | 1 | 0 |
+----------------------------------------------+
0SUCCESSFUL RETRIEVAL OF 30 ROW(S)
``` | 1.0 | zowe jobs view sfbi error - When trying to view a specific spool file, I am receiving a socket hangup error.
For example, `zowe jobs view sfbi JOB06924 104` yields the following in the log:
```
[ERROR] [CommandYargs.js:134] [ { success: false,
message:
'z/OSMF REST API Error:\nhttp(s) request error event called\nError: socket hang up',
stdout: <Buffer >,
stderr:
<Buffer 43 6f 6d 6d 61 6e 64 20 45 72 72 6f 72 3a 0a 7a 2f 4f 53 4d 46 20 52 45 53 54 20 41 50 49 20 45 72 72 6f 72 3a 0a 68 74 74 70 28 73 29 20 72 65 71 75 ... >,
data: {},
error:
{ msg:
'z/OSMF REST API Error:\nhttp(s) request error event called\nError: socket hang up',
causeErrors: [Error],
source: 'client',
errorCode: undefined,
port: 443,
host: '****',
basePath: '',
httpStatus: undefined,
errno: undefined,
syscall: undefined,
payload: undefined,
headers: [Array],
resource: '/zosmf/restjobs/jobs/MARBDB2/JOB06924/files/104/records',
request: 'GET',
additionalDetails:
'HTTP(S) client encountered an error. Request could not be initiated to host.\nReview connection details (host, port) and ensure correctness.\n\nHost: ****\nPort: 443\nBase Path: \nResource: /zosmf/restjobs/jobs/MARBDB2/JOB06924/files/104/records\nRequest: GET\nHeaders: [{"Content-Type":"text/plain; charset=utf8"},{"X-CSRF-ZOSMF-HEADER":true}]\nPayload: undefined' } } ]
```
It is related to the size of the spool file. It occurs for me when the byte count of the spool file is between 3416 and 3431 inclusive. As an example, it occurs in the following spool content when the final `|` on the heading row is in the range (inclusive) shown below:
```
1
1PAGE 1
***INPUT STATEMENT:
SELECT * FROM EVENT.MARBLE
+----------------------------------------------+
| COLOR | INVENTORY | COST | |
+----------------------------------------------+
1_| WHITE | 25 | 5 |
2_| RED | 25 | 5 |
3_| ORANGE | 25 | 5 |
4_| YELLOW | 25 | 5 |
5_| GREEN | 25 | 5 |
6_| BLUE | 25 | 5 |
7_| INDIGO | 25 | 5 |
8_| VIOLET | 25 | 5 |
9_| BLACK | 25 | 5 |
10_| GRAY | 25 | 5 |
11_| BROWN | 25 | 5 |
12_| NAVY | 25 | 5 |
13_| CYAN | 25 | 5 |
14_| MAGENTA | 25 | 5 |
15_| PINK | 25 | 5 |
16_| TAN | 25 | 5 |
17_| AQUA | 25 | 5 |
18_| MAROON | 25 | 5 |
19_| OLIVE | 25 | 5 |
20_| TEAL | 25 | 5 |
21_| CORAL | 25 | 5 |
22_| ROSE | 25 | 5 |
23_| SAND | 25 | 5 |
24_| PURPLE | 25 | 5 |
25_| GOLD | 25 | 5 |
26_| SILVER | 25 | 5 |
27_| BRONZE | 25 | 5 |
28_| PEACH | 25 | 5 |
29_| LIME | 25 | 5 |
30_| LAVENDER | 1 | 0 |
+----------------------------------------------+
0SUCCESSFUL RETRIEVAL OF 30 ROW(S)
``` | priority | zowe jobs view sfbi error when trying to view a specific spool file i am receiving a socket hangup error for example zowe jobs view sfbi yields the following in the log success false message z osmf rest api error nhttp s request error event called nerror socket hang up stdout stderr data error msg z osmf rest api error nhttp s request error event called nerror socket hang up causeerrors source client errorcode undefined port host basepath httpstatus undefined errno undefined syscall undefined payload undefined headers resource zosmf restjobs jobs files records request get additionaldetails http s client encountered an error request could not be initiated to host nreview connection details host port and ensure correctness n nhost nport nbase path nresource zosmf restjobs jobs files records nrequest get nheaders npayload undefined it is related to the size of the spool file it occurs for me when the byte count of the spool file is between and inclusive as an example it occurs in the following spool content when the final on the heading row is in the range inclusive shown below input statement select from event marble color inventory cost white red orange yellow green blue indigo violet black gray brown navy cyan magenta pink tan aqua maroon olive teal coral rose sand purple gold silver bronze peach lime lavender retrieval of row s | 1 |
264,288 | 8,307,419,056 | IssuesEvent | 2018-09-23 08:59:31 | dhowe/dialogic | https://api.github.com/repos/dhowe/dialogic | closed | Editor: add syntax highlighting for dialogic-script | PRIORITY: High enhancement | This is supported by code-mirror (see #83) -- lets discuss once that is ready... | 1.0 | Editor: add syntax highlighting for dialogic-script - This is supported by code-mirror (see #83) -- lets discuss once that is ready... | priority | editor add syntax highlighting for dialogic script this is supported by code mirror see lets discuss once that is ready | 1 |
465,913 | 13,394,757,497 | IssuesEvent | 2020-09-03 07:20:14 | hazelcast/hazelcast | https://api.github.com/repos/hazelcast/hazelcast | closed | SQL: Research how to handle concurrent member leave | Estimation Required Module: SQL Research Priority: High Source: Internal Team: Core Type: Enhancement | How should we react to a member which has left the topology?
- Do we need to invalidate optimizer plans? Currently, we must do that because the plan contains resolved members. But is it mandatory? What are the implications of the invalidation of all plans?
- If no data was returned to the user, the whole query could be stopped and re-executed transparently (with some hard limit on the total number of retries)
- If some data was returned the simplest option is to kill the query with an error. But can we do better? Start investigation with Spanner/F1. | 1.0 | SQL: Research how to handle concurrent member leave - How should we react to a member which has left the topology?
- Do we need to invalidate optimizer plans? Currently, we must do that because the plan contains resolved members. But is it mandatory? What are the implications of the invalidation of all plans?
- If no data was returned to the user, the whole query could be stopped and re-executed transparently (with some hard limit on the total number of retries)
- If some data was returned the simplest option is to kill the query with an error. But can we do better? Start investigation with Spanner/F1. | priority | sql research how to handle concurrent member leave how should we react to a member which has left the topology do we need to invalidate optimizer plans currently we must do that because the plan contains resolved members but is it mandatory what are the implications of the invalidation of all plans if no data was returned to the user the whole query could be stopped and re executed transparently with some hard limit on the total number of retries if some data was returned the simplest option is to kill the query with an error but can we do better start investigation with spanner | 1 |
190,452 | 6,818,641,734 | IssuesEvent | 2017-11-07 06:50:58 | xcat2/xcat-core | https://api.github.com/repos/xcat2/xcat-core | closed | [cumulus] mini-design the backup and restore of switch configuration | component:network priority:high sprint1 | investigate the backup and restore procedure of cumulus switch, draft a design
| 1.0 | [cumulus] mini-design the backup and restore of switch configuration - investigate the backup and restore procedure of cumulus switch, draft a design
| priority | mini design the backup and restore of switch configuration investigate the backup and restore procedure of cumulus switch draft a design | 1 |
68,885 | 3,293,431,091 | IssuesEvent | 2015-10-30 18:53:53 | lxde/lxqt | https://api.github.com/repos/lxde/lxqt | closed | lxqt-globalkeys / lxqt-config-globalkeys partly broken | high-priority lxqt-panel regression | Try to setup a different key for the menu - like the "Windows-Key"
Result:
Only Menu open works reliable, the new key will not be saved and Alt-F1 is back with the next login
Other glitches: open/close is slow - compared to show/hide the runner | 1.0 | lxqt-globalkeys / lxqt-config-globalkeys partly broken - Try to setup a different key for the menu - like the "Windows-Key"
Result:
Only Menu open works reliable, the new key will not be saved and Alt-F1 is back with the next login
Other glitches: open/close is slow - compared to show/hide the runner | priority | lxqt globalkeys lxqt config globalkeys partly broken try to setup a different key for the menu like the windows key result only menu open works reliable the new key will not be saved and alt is back with the next login other glitches open close is slow compared to show hide the runner | 1 |
289,910 | 8,880,189,289 | IssuesEvent | 2019-01-14 04:12:09 | zulip/zulip | https://api.github.com/repos/zulip/zulip | opened | Add proper validation for stream color inputs | area: api area: stream settings bug priority: high | We should add proper validation that "stream color" inputs are valid HTML colors in the format of `#abcd12` where the 6 colors after the hash are valid hex characters. I think doing this basically involves just changing `update_subscription_properties_backend` to replace `check_string` with a a new validation function `check_color`, and adding some tests. | 1.0 | Add proper validation for stream color inputs - We should add proper validation that "stream color" inputs are valid HTML colors in the format of `#abcd12` where the 6 colors after the hash are valid hex characters. I think doing this basically involves just changing `update_subscription_properties_backend` to replace `check_string` with a a new validation function `check_color`, and adding some tests. | priority | add proper validation for stream color inputs we should add proper validation that stream color inputs are valid html colors in the format of where the colors after the hash are valid hex characters i think doing this basically involves just changing update subscription properties backend to replace check string with a a new validation function check color and adding some tests | 1 |
159,876 | 6,063,401,588 | IssuesEvent | 2017-06-14 11:59:39 | calvaryQC/website-public | https://api.github.com/repos/calvaryQC/website-public | opened | Add Search Search and Filtering to Media Pages | !!! priority: high ✭ new feature | # Requirements
#### Audio
- [ ] Search field for all audio
- [ ] Filtering options for all audio
#### Video
- [ ] Search field for all video
- [ ] Filtering options for all video | 1.0 | Add Search Search and Filtering to Media Pages - # Requirements
#### Audio
- [ ] Search field for all audio
- [ ] Filtering options for all audio
#### Video
- [ ] Search field for all video
- [ ] Filtering options for all video | priority | add search search and filtering to media pages requirements audio search field for all audio filtering options for all audio video search field for all video filtering options for all video | 1 |
92,426 | 3,870,436,528 | IssuesEvent | 2016-04-11 03:33:09 | programminglanguagesclub/elemental-magicks | https://api.github.com/repos/programminglanguagesclub/elemental-magicks | closed | Create Hello World version of Full Stack | Hard High Priority Idris Significant Progress Ur/Web | The stack of our project works like this: Two players connect via an HTML interface to an Ur/Web server, which communicates to an Idris backend. Idris will keep persistent state, and Ur/Web will also have access to a database to store more boring values (like account details, etc).
Build a hello world version of this. | 1.0 | Create Hello World version of Full Stack - The stack of our project works like this: Two players connect via an HTML interface to an Ur/Web server, which communicates to an Idris backend. Idris will keep persistent state, and Ur/Web will also have access to a database to store more boring values (like account details, etc).
Build a hello world version of this. | priority | create hello world version of full stack the stack of our project works like this two players connect via an html interface to an ur web server which communicates to an idris backend idris will keep persistent state and ur web will also have access to a database to store more boring values like account details etc build a hello world version of this | 1 |
73,189 | 3,408,989,485 | IssuesEvent | 2015-12-04 13:46:09 | przemyslawpluta/mongo-edu | https://api.github.com/repos/przemyslawpluta/mongo-edu | closed | isn't finding any registered courses | dependency api changes high priority | Using Windows 7 with brand new install:
PS C:\Users\jneff\Downloads\MONGOVIDS> node -v
v5.1.0
PS C:\Users\jneff\Downloads\MONGOVIDS> npm -v
3.3.12
PS C:\Users\jneff\Downloads\MONGOVIDS> python -V
Python 3.5.0
PS C:\Users\jneff\Downloads\MONGOVIDS> mongo-edu --help
[ MONGO-EDU 0.2.25 ]
When I use "mongo-edu -d c:\videos -u <email> --cw --cc --co --hq --save myvideo" I get prompted for password and after a search it tells me no classes found
"Hi John. Could not locate any courses in your profile. Have you registered already?"
Is it the version or is there a bug? I DO have a course I'm registered for M102 through Dec 8. | 1.0 | isn't finding any registered courses - Using Windows 7 with brand new install:
PS C:\Users\jneff\Downloads\MONGOVIDS> node -v
v5.1.0
PS C:\Users\jneff\Downloads\MONGOVIDS> npm -v
3.3.12
PS C:\Users\jneff\Downloads\MONGOVIDS> python -V
Python 3.5.0
PS C:\Users\jneff\Downloads\MONGOVIDS> mongo-edu --help
[ MONGO-EDU 0.2.25 ]
When I use "mongo-edu -d c:\videos -u <email> --cw --cc --co --hq --save myvideo" I get prompted for password and after a search it tells me no classes found
"Hi John. Could not locate any courses in your profile. Have you registered already?"
Is it the version or is there a bug? I DO have a course I'm registered for M102 through Dec 8. | priority | isn t finding any registered courses using windows with brand new install ps c users jneff downloads mongovids node v ps c users jneff downloads mongovids npm v ps c users jneff downloads mongovids python v python ps c users jneff downloads mongovids mongo edu help when i use mongo edu d c videos u cw cc co hq save myvideo i get prompted for password and after a search it tells me no classes found hi john could not locate any courses in your profile have you registered already is it the version or is there a bug i do have a course i m registered for through dec | 1 |
322,447 | 9,817,785,967 | IssuesEvent | 2019-06-13 17:36:02 | bbc/simorgh | https://api.github.com/repos/bbc/simorgh | opened | Move video component from simorgh to psammead | Refinement Needed articles-features-stream high priority | **Is your feature request related to a problem? Please describe.**
The Video component should not be in this repo, it should be in bbc/psammead
**Describe the solution you'd like**
https://www.youtube.com/watch?v=hdcTmpvDO0I
**Describe alternatives you've considered**
None
**Testing notes**
[Tester to complete]
Dev insight: It's not currently used, so minimal.
**Additional context**
n/a | 1.0 | Move video component from simorgh to psammead - **Is your feature request related to a problem? Please describe.**
The Video component should not be in this repo, it should be in bbc/psammead
**Describe the solution you'd like**
https://www.youtube.com/watch?v=hdcTmpvDO0I
**Describe alternatives you've considered**
None
**Testing notes**
[Tester to complete]
Dev insight: It's not currently used, so minimal.
**Additional context**
n/a | priority | move video component from simorgh to psammead is your feature request related to a problem please describe the video component should not be in this repo it should be in bbc psammead describe the solution you d like describe alternatives you ve considered none testing notes dev insight it s not currently used so minimal additional context n a | 1 |
741,146 | 25,781,312,823 | IssuesEvent | 2022-12-09 16:10:07 | bounswe/bounswe2022group4 | https://api.github.com/repos/bounswe/bounswe2022group4 | closed | Frontend: Forgot Password | Category - To Do Category - Enhancement Priority - High Team - Frontend | ### Description:
We decided to add forgot password functionality to our application. A user shall be able to change password if he or she forgot password. The user will be able to change her password with the e-mail she/he registered with the application. A confirmation code will be sent to e-mail of the user. With that code, user will be able to change the password.
**➡️ Steps to be taken:**
1. A page for entering e-mail to be able to sent confirmation code.
2. Implementing a page for confirmation code.
3. A page for determining new password.
### Deadline of the Issue
06.12.2022 - 23.55
### Reviewer
@umutdenizsenerr | 1.0 | Frontend: Forgot Password - ### Description:
We decided to add forgot password functionality to our application. A user shall be able to change password if he or she forgot password. The user will be able to change her password with the e-mail she/he registered with the application. A confirmation code will be sent to e-mail of the user. With that code, user will be able to change the password.
**➡️ Steps to be taken:**
1. A page for entering e-mail to be able to sent confirmation code.
2. Implementing a page for confirmation code.
3. A page for determining new password.
### Deadline of the Issue
06.12.2022 - 23.55
### Reviewer
@umutdenizsenerr | priority | frontend forgot password description we decided to add forgot password functionality to our application a user shall be able to change password if he or she forgot password the user will be able to change her password with the e mail she he registered with the application a confirmation code will be sent to e mail of the user with that code user will be able to change the password ➡️ steps to be taken a page for entering e mail to be able to sent confirmation code implementing a page for confirmation code a page for determining new password deadline of the issue reviewer umutdenizsenerr | 1 |
225,106 | 7,478,182,038 | IssuesEvent | 2018-04-04 10:43:42 | metasfresh/metasfresh | https://api.github.com/repos/metasfresh/metasfresh | closed | Distribution Editor initial HU Assignment | branch:master branch:release priority:high type:enhancement | ### Is this a bug or feature request?
Feature Request
### What is the current behavior?
In Distribution Editor the user always has to select the Handling Unit in action Relocate Products, although the HU has to be relocated lot-for-lot from material Receipt warehouse.
#### Which are the steps to reproduce?
Open, try and see.
### What is the expected or desired behavior?
Always preset/ assign the Handling Unit in Distribution Order Relocate Products Action. | 1.0 | Distribution Editor initial HU Assignment - ### Is this a bug or feature request?
Feature Request
### What is the current behavior?
In Distribution Editor the user always has to select the Handling Unit in action Relocate Products, although the HU has to be relocated lot-for-lot from material Receipt warehouse.
#### Which are the steps to reproduce?
Open, try and see.
### What is the expected or desired behavior?
Always preset/ assign the Handling Unit in Distribution Order Relocate Products Action. | priority | distribution editor initial hu assignment is this a bug or feature request feature request what is the current behavior in distribution editor the user always has to select the handling unit in action relocate products although the hu has to be relocated lot for lot from material receipt warehouse which are the steps to reproduce open try and see what is the expected or desired behavior always preset assign the handling unit in distribution order relocate products action | 1 |
543,365 | 15,880,675,215 | IssuesEvent | 2021-04-09 13:58:15 | wso2/product-apim | https://api.github.com/repos/wso2/product-apim | closed | Typos in APIM Publisher | API-M 4.0.0 Priority/High React-UI Type/Improvement | ### Description
1. portal configurations > basic info > description > add content - no space between 'Edit Description of' and API name

2. portal configurations > documents > type - it displays & a m p ;

3. portal configurations > documents > source > file - it does not show a hand cursor on file upload icon
| 1.0 | Typos in APIM Publisher - ### Description
1. portal configurations > basic info > description > add content - no space between 'Edit Description of' and API name

2. portal configurations > documents > type - it displays & a m p ;

3. portal configurations > documents > source > file - it does not show a hand cursor on file upload icon
| priority | typos in apim publisher description portal configurations basic info description add content no space between edit description of and api name portal configurations documents type it displays a m p portal configurations documents source file it does not show a hand cursor on file upload icon | 1 |
16,791 | 2,615,123,830 | IssuesEvent | 2015-03-01 05:51:31 | chrsmith/google-api-java-client | https://api.github.com/repos/chrsmith/google-api-java-client | closed | Upgrade to released maven-android-plugin | auto-migrated Priority-High Type-Sample | ```
Which Google API and version (e.g. Google Calendar Data API version 2)?
All relavent ones.
What format (e.g. JSON, Atom)?
JSON
What Authentation (e.g. OAuth, OAuth 2, ClientLogin)?
OAuth 2
Java environment (e.g. Java 6, Android 2.3, App Engine)?
Android
External references, such as API reference guide?
https://groups.google.com/forum/#!topic/maven-android-developers/RPAi0r9RmSY
Please provide any additional information below.
Currently we're using the alpha plugin, but now that it has been officially
released we can use the non-alpha version.
```
Original issue reported on code.google.com by `yan...@google.com` on 28 Nov 2011 at 3:07 | 1.0 | Upgrade to released maven-android-plugin - ```
Which Google API and version (e.g. Google Calendar Data API version 2)?
All relavent ones.
What format (e.g. JSON, Atom)?
JSON
What Authentation (e.g. OAuth, OAuth 2, ClientLogin)?
OAuth 2
Java environment (e.g. Java 6, Android 2.3, App Engine)?
Android
External references, such as API reference guide?
https://groups.google.com/forum/#!topic/maven-android-developers/RPAi0r9RmSY
Please provide any additional information below.
Currently we're using the alpha plugin, but now that it has been officially
released we can use the non-alpha version.
```
Original issue reported on code.google.com by `yan...@google.com` on 28 Nov 2011 at 3:07 | priority | upgrade to released maven android plugin which google api and version e g google calendar data api version all relavent ones what format e g json atom json what authentation e g oauth oauth clientlogin oauth java environment e g java android app engine android external references such as api reference guide please provide any additional information below currently we re using the alpha plugin but now that it has been officially released we can use the non alpha version original issue reported on code google com by yan google com on nov at | 1 |
273,161 | 8,527,272,144 | IssuesEvent | 2018-11-02 18:56:01 | quipucords/quipucords | https://api.github.com/repos/quipucords/quipucords | closed | Jboss EAP fingerprinter facts cleanup | bug priority - high | ## Bug Description:
After doing a code review of the JBoss EAP fingerprinter, the `eap_home_jboss_modules_manifest` fact and the `eap5_home_run_jar_manifest` fact can never mark EAP as present as they were originally designed because of changes in our `EAP_CLASSIFICATIONS` dictionary.
### Expected behavior:
`eap_home_jboss_modules_manifest` and `eap5_home_run_jar_manifest` should be able to mark EAP as present on a system if they have a certain value.
### Actual behavior:
It is impossible for `eap_home_jboss_modules_manifest` or `eap5_home_run_jar_manifest` to mark EAP as present.
### Steps to reproduce:
Look at the code in [jboss_eap.py](https://github.com/quipucords/quipucords/blob/master/quipucords/fingerprinter/jboss_eap.py) and specifically look at the functions `is_eap_manifest_version` and `is_eap_jar_version`
___
## Acceptance Criteria:
- [ ] Verify that `eap_home_jboss_modules_manifest` can mark EAP as present if it contains values specifying JBoss EAP
- [ ] Verify that `eap5_home_run_jar_manifest` can mark EAP as present if it contains values specifying JBoss EAP
___
### Version Information:
Build f661e28
| 1.0 | Jboss EAP fingerprinter facts cleanup - ## Bug Description:
After doing a code review of the JBoss EAP fingerprinter, the `eap_home_jboss_modules_manifest` fact and the `eap5_home_run_jar_manifest` fact can never mark EAP as present as they were originally designed because of changes in our `EAP_CLASSIFICATIONS` dictionary.
### Expected behavior:
`eap_home_jboss_modules_manifest` and `eap5_home_run_jar_manifest` should be able to mark EAP as present on a system if they have a certain value.
### Actual behavior:
It is impossible for `eap_home_jboss_modules_manifest` or `eap5_home_run_jar_manifest` to mark EAP as present.
### Steps to reproduce:
Look at the code in [jboss_eap.py](https://github.com/quipucords/quipucords/blob/master/quipucords/fingerprinter/jboss_eap.py) and specifically look at the functions `is_eap_manifest_version` and `is_eap_jar_version`
___
## Acceptance Criteria:
- [ ] Verify that `eap_home_jboss_modules_manifest` can mark EAP as present if it contains values specifying JBoss EAP
- [ ] Verify that `eap5_home_run_jar_manifest` can mark EAP as present if it contains values specifying JBoss EAP
___
### Version Information:
Build f661e28
| priority | jboss eap fingerprinter facts cleanup bug description after doing a code review of the jboss eap fingerprinter the eap home jboss modules manifest fact and the home run jar manifest fact can never mark eap as present as they were originally designed because of changes in our eap classifications dictionary expected behavior eap home jboss modules manifest and home run jar manifest should be able to mark eap as present on a system if they have a certain value actual behavior it is impossible for eap home jboss modules manifest or home run jar manifest to mark eap as present steps to reproduce look at the code in and specifically look at the functions is eap manifest version and is eap jar version acceptance criteria verify that eap home jboss modules manifest can mark eap as present if it contains values specifying jboss eap verify that home run jar manifest can mark eap as present if it contains values specifying jboss eap version information build | 1 |
784,941 | 27,590,048,851 | IssuesEvent | 2023-03-08 23:16:12 | CityOfDetroit/bloom | https://api.github.com/repos/CityOfDetroit/bloom | closed | Buttons Missing Focus State on Dev | bug high priority | This is a regression on Dev and not an issue on Prod. Many of the buttons don’t have a visible focus state (but some do of the same styling). This can be seen on the Detroit public site sign in page, neither sign in nor create account have a visible focus state. Additionally, on the Detroit Public home page, sign up today and view resources don’t have a visible focus state either where they should. Considered a high priority due to its accessibility implications. | 1.0 | Buttons Missing Focus State on Dev - This is a regression on Dev and not an issue on Prod. Many of the buttons don’t have a visible focus state (but some do of the same styling). This can be seen on the Detroit public site sign in page, neither sign in nor create account have a visible focus state. Additionally, on the Detroit Public home page, sign up today and view resources don’t have a visible focus state either where they should. Considered a high priority due to its accessibility implications. | priority | buttons missing focus state on dev this is a regression on dev and not an issue on prod many of the buttons don’t have a visible focus state but some do of the same styling this can be seen on the detroit public site sign in page neither sign in nor create account have a visible focus state additionally on the detroit public home page sign up today and view resources don’t have a visible focus state either where they should considered a high priority due to its accessibility implications | 1 |
27,070 | 2,690,099,488 | IssuesEvent | 2015-03-31 14:29:46 | cs2103jan2015-t16-4j/main | https://api.github.com/repos/cs2103jan2015-t16-4j/main | closed | implement save command | package.logic priority.high type.enhancement | Add a new class under command to implement the save functionality, when user types in 'save' | 1.0 | implement save command - Add a new class under command to implement the save functionality, when user types in 'save' | priority | implement save command add a new class under command to implement the save functionality when user types in save | 1 |
634,125 | 20,326,659,267 | IssuesEvent | 2022-02-18 06:35:58 | Betarena/scores | https://api.github.com/repos/Betarena/scores | closed | Header - Sports information | enhancement high priority | We need to add the information on the number of events that are going to happen on the current day for the football option. Also, this is the default option for all Geos at the time, we need to change the color.
### Backend DEV:
Get the number of matches that are going to happen on a specific day:
Endpoint:
https://soccer.sportmonks.com/api/v2.0/fixtures/date/2022-02-10
Information: "total": 165
Add this information to the following DB´s Tables:
scores_header_fixtures_information_dev
scores_header_fixtures_information
"football"
====
### Frontend
By default at this time football is the initial option, the color should be different. The other options if their state = "Soon" should have also a different color and the mouse pointer show a blocked icon: "not-allowed"
https://css-tricks.com/almanac/properties/c/cursor/
<img width="1488" alt="Screenshot 2022-02-10 at 09 35 56" src="https://user-images.githubusercontent.com/37311649/153379276-8b0a25ee-6546-4906-bdc3-5e3ff1dc647c.png">
| 1.0 | Header - Sports information - We need to add the information on the number of events that are going to happen on the current day for the football option. Also, this is the default option for all Geos at the time, we need to change the color.
### Backend DEV:
Get the number of matches that are going to happen on a specific day:
Endpoint:
https://soccer.sportmonks.com/api/v2.0/fixtures/date/2022-02-10
Information: "total": 165
Add this information to the following DB´s Tables:
scores_header_fixtures_information_dev
scores_header_fixtures_information
"football"
====
### Frontend
By default at this time football is the initial option, the color should be different. The other options if their state = "Soon" should have also a different color and the mouse pointer show a blocked icon: "not-allowed"
https://css-tricks.com/almanac/properties/c/cursor/
<img width="1488" alt="Screenshot 2022-02-10 at 09 35 56" src="https://user-images.githubusercontent.com/37311649/153379276-8b0a25ee-6546-4906-bdc3-5e3ff1dc647c.png">
| priority | header sports information we need to add the information on the number of events that are going to happen on the current day for the football option also this is the default option for all geos at the time we need to change the color backend dev get the number of matches that are going to happen on a specific day endpoint information total add this information to the following db´s tables scores header fixtures information dev scores header fixtures information football frontend by default at this time football is the initial option the color should be different the other options if their state soon should have also a different color and the mouse pointer show a blocked icon not allowed img width alt screenshot at src | 1 |
106,191 | 4,264,340,002 | IssuesEvent | 2016-07-12 06:38:25 | Templarian/MaterialDesign | https://api.github.com/repos/Templarian/MaterialDesign | closed | Bow Tie Icon | Contribution High Priority Icon Request | I was having a hard time deciding on rounded, pointy, or square bow tie, so I went with a combination of all three. This seemed to be the best version, but I'm up for changes.

 | 1.0 | Bow Tie Icon - I was having a hard time deciding on rounded, pointy, or square bow tie, so I went with a combination of all three. This seemed to be the best version, but I'm up for changes.

 | priority | bow tie icon i was having a hard time deciding on rounded pointy or square bow tie so i went with a combination of all three this seemed to be the best version but i m up for changes | 1 |
25,751 | 2,683,965,399 | IssuesEvent | 2015-03-28 14:33:02 | tomatocart/TomatoCart-v1 | https://api.github.com/repos/tomatocart/TomatoCart-v1 | opened | Rewrite all of mootools script with jquery or zepto to support both mobile and tablets. | Priority: High | It is time to support mobile and tablets to make store front works smoothly in these devices. I am going to do this task step by step. | 1.0 | Rewrite all of mootools script with jquery or zepto to support both mobile and tablets. - It is time to support mobile and tablets to make store front works smoothly in these devices. I am going to do this task step by step. | priority | rewrite all of mootools script with jquery or zepto to support both mobile and tablets it is time to support mobile and tablets to make store front works smoothly in these devices i am going to do this task step by step | 1 |
137,880 | 5,318,291,827 | IssuesEvent | 2017-02-14 01:27:35 | ampproject/amphtml | https://api.github.com/repos/ampproject/amphtml | closed | amp-app-banner: doesn't show up in AMP Viewer in Chrome on Android | Category: Presentation P1: High Priority Type: Bug | ## How do we reproduce the issue?
Open the following link in Chrome on Android: https://google.com/amp/ampbyexample.com/components/amp-app-banner/
=> the app banner doesn't appear | 1.0 | amp-app-banner: doesn't show up in AMP Viewer in Chrome on Android - ## How do we reproduce the issue?
Open the following link in Chrome on Android: https://google.com/amp/ampbyexample.com/components/amp-app-banner/
=> the app banner doesn't appear | priority | amp app banner doesn t show up in amp viewer in chrome on android how do we reproduce the issue open the following link in chrome on android the app banner doesn t appear | 1 |
366,558 | 10,824,305,588 | IssuesEvent | 2019-11-09 08:11:07 | AY1920S1-CS2113T-F11-3/main | https://api.github.com/repos/AY1920S1-CS2113T-F11-3/main | closed | Set command string bug | pe.fixed priority.High | 
Error message does not specifically mention that the input is a string rather than an int.
<hr><sub>[original: leowyh/ped#5]<br/>
</sub> | 1.0 | Set command string bug - 
Error message does not specifically mention that the input is a string rather than an int.
<hr><sub>[original: leowyh/ped#5]<br/>
</sub> | priority | set command string bug error message does not specifically mention that the input is a string rather than an int | 1 |
154,961 | 5,945,958,435 | IssuesEvent | 2017-05-26 01:01:57 | WazeUSA/WME-Place-Harmonizer | https://api.github.com/repos/WazeUSA/WME-Place-Harmonizer | closed | Errors since version 1.2.17 | Bug: Mild Priority: High | So ever since I've upgrade to the 1.2.17 version of WMEPH I've found that the places no longer highlight. Also when I click "Run WMEPH" the console outputs the following:

In the meantime I've reverted back to: https://github.com/WazeUSA/WME-Place-Harmonizer/blob/850ffb254f0fdc46681215a7a93b54855651c09d/WME-Place-Harmonizer.user.js
From the following commit:
https://github.com/WazeUSA/WME-Place-Harmonizer/commit/850ffb254f0fdc46681215a7a93b54855651c09d
I've encountered this on two machines, both running in Google Chrome. | 1.0 | Errors since version 1.2.17 - So ever since I've upgrade to the 1.2.17 version of WMEPH I've found that the places no longer highlight. Also when I click "Run WMEPH" the console outputs the following:

In the meantime I've reverted back to: https://github.com/WazeUSA/WME-Place-Harmonizer/blob/850ffb254f0fdc46681215a7a93b54855651c09d/WME-Place-Harmonizer.user.js
From the following commit:
https://github.com/WazeUSA/WME-Place-Harmonizer/commit/850ffb254f0fdc46681215a7a93b54855651c09d
I've encountered this on two machines, both running in Google Chrome. | priority | errors since version so ever since i ve upgrade to the version of wmeph i ve found that the places no longer highlight also when i click run wmeph the console outputs the following in the meantime i ve reverted back to from the following commit i ve encountered this on two machines both running in google chrome | 1 |
221,764 | 7,395,941,239 | IssuesEvent | 2018-03-18 05:24:49 | cdnjs/cdnjs | https://api.github.com/repos/cdnjs/cdnjs | closed | [Request] Add uppy | :label: Library Request :rotating_light: High Priority | **Library name:** uppy
**Git repository url:** https://github.com/transloadit/uppy
**npm package name or url** (if there is one): https://www.npmjs.com/package/uppy
**License (List them all if it's multiple):** [MIT](https://github.com/transloadit/uppy/blob/master/LICENSE)
**Official homepage:** https://uppy.io/ | 1.0 | [Request] Add uppy - **Library name:** uppy
**Git repository url:** https://github.com/transloadit/uppy
**npm package name or url** (if there is one): https://www.npmjs.com/package/uppy
**License (List them all if it's multiple):** [MIT](https://github.com/transloadit/uppy/blob/master/LICENSE)
**Official homepage:** https://uppy.io/ | priority | add uppy library name uppy git repository url npm package name or url if there is one license list them all if it s multiple official homepage | 1 |
559,763 | 16,576,018,255 | IssuesEvent | 2021-05-31 05:01:47 | ballerina-platform/ballerina-standard-library | https://api.github.com/repos/ballerina-platform/ballerina-standard-library | closed | Revisit gRPC BBEs and support testing them in distribution build | Priority/High Team/PCP Type/Task module/grpc | **Description:**
Current BBE modules need to revisit and incorporate with the new changes. | 1.0 | Revisit gRPC BBEs and support testing them in distribution build - **Description:**
Current BBE modules need to revisit and incorporate with the new changes. | priority | revisit grpc bbes and support testing them in distribution build description current bbe modules need to revisit and incorporate with the new changes | 1 |
749,172 | 26,152,297,328 | IssuesEvent | 2022-12-30 15:34:41 | gitpod-io/gitpod | https://api.github.com/repos/gitpod-io/gitpod | closed | [preview] fluentbit pod crashing, logs are not forwarded to core-dev | type: bug operations: observability dev experience priority: high (dev loop impact) | ### Bug description
From a kubecontext associated with a harvester preview environment, looks like an auth issue.
```
gitpod /workspace/gitpod (jenting/ws-manager-maintenance-15409) $ kubectx -c
jenting-ws89ae06d93f
gitpod /workspace/gitpod (jenting/ws-manager-maintenance-15409) $ kubens -c
default
kubectl logs fluent-bit-nh9d6
...
[2022/12/29 19:30:56] [ warn] [output:stackdriver:stackdriver.0] error
{
"error": {
"code": 401,
"message": "Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.",
"status": "UNAUTHENTICATED",
"details": [
{
"@type": "type.googleapis.com/google.rpc.ErrorInfo",
"reason": "ACCESS_TOKEN_TYPE_UNSUPPORTED",
"metadata": {
"service": "logging.googleapis.com",
"method": "google.logging.v2.LoggingServiceV2.WriteLogEntries"
}
}
]
}
}
free(): invalid pointer
[2022/12/29 19:30:56] [engine] caught signal (SIGSEGV)
#0 0x7ff14e9f9602 in ???() at ???:0
#1 0x7ff14ea52767 in ???() at ???:0
#2 0x7ff14ea59a59 in ???() at ???:0
#3 0x7ff14ea5ac13 in ???() at ???:0
#4 0x56378da6d14d in flb_free() at include/fluent-bit/flb_mem.h:120
#5 0x56378da6e3e2 in flb_sds_destroy() at src/flb_sds.c:470
#6 0x56378dde6ea2 in oauth2_cache_set() at plugins/out_stackdriver/stackdriver.c:90
#7 0x56378dde7cf9 in get_google_token() at plugins/out_stackdriver/stackdriver.c:394
#8 0x56378dded71f in cb_stackdriver_flush() at plugins/out_stackdriver/stackdriver.c:2450
#9 0x56378da92267 in output_pre_cb_flush() at include/fluent-bit/flb_output.h:527
#10 0x56378e4ce266 in co_init() at lib/monkey/deps/flb_libco/amd64.c:117
#11 0xffffffffffffffff in ???() at ???:0
```
### Steps to reproduce
Build a preview environment, check logs of the fluentbit pod or [look for logs in core-dev](https://www.notion.so/gitpod/Querying-logs-for-your-Preview-Environment-234e73f2e67c474c94f4389c1703d594)
### Workspace affected
_No response_
### Expected behavior
fluentbit starts successfully and is able to forward logs
### Example repository
_No response_
### Anything else?
First reported [here](https://gitpod.slack.com/archives/C032A46PWR0/p1672322033858569?thread_ts=1672321992.899279&cid=C032A46PWR0), cc: @svenefftinge and @vulkoingim | 1.0 | [preview] fluentbit pod crashing, logs are not forwarded to core-dev - ### Bug description
From a kubecontext associated with a harvester preview environment, looks like an auth issue.
```
gitpod /workspace/gitpod (jenting/ws-manager-maintenance-15409) $ kubectx -c
jenting-ws89ae06d93f
gitpod /workspace/gitpod (jenting/ws-manager-maintenance-15409) $ kubens -c
default
kubectl logs fluent-bit-nh9d6
...
[2022/12/29 19:30:56] [ warn] [output:stackdriver:stackdriver.0] error
{
"error": {
"code": 401,
"message": "Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.",
"status": "UNAUTHENTICATED",
"details": [
{
"@type": "type.googleapis.com/google.rpc.ErrorInfo",
"reason": "ACCESS_TOKEN_TYPE_UNSUPPORTED",
"metadata": {
"service": "logging.googleapis.com",
"method": "google.logging.v2.LoggingServiceV2.WriteLogEntries"
}
}
]
}
}
free(): invalid pointer
[2022/12/29 19:30:56] [engine] caught signal (SIGSEGV)
#0 0x7ff14e9f9602 in ???() at ???:0
#1 0x7ff14ea52767 in ???() at ???:0
#2 0x7ff14ea59a59 in ???() at ???:0
#3 0x7ff14ea5ac13 in ???() at ???:0
#4 0x56378da6d14d in flb_free() at include/fluent-bit/flb_mem.h:120
#5 0x56378da6e3e2 in flb_sds_destroy() at src/flb_sds.c:470
#6 0x56378dde6ea2 in oauth2_cache_set() at plugins/out_stackdriver/stackdriver.c:90
#7 0x56378dde7cf9 in get_google_token() at plugins/out_stackdriver/stackdriver.c:394
#8 0x56378dded71f in cb_stackdriver_flush() at plugins/out_stackdriver/stackdriver.c:2450
#9 0x56378da92267 in output_pre_cb_flush() at include/fluent-bit/flb_output.h:527
#10 0x56378e4ce266 in co_init() at lib/monkey/deps/flb_libco/amd64.c:117
#11 0xffffffffffffffff in ???() at ???:0
```
### Steps to reproduce
Build a preview environment, check logs of the fluentbit pod or [look for logs in core-dev](https://www.notion.so/gitpod/Querying-logs-for-your-Preview-Environment-234e73f2e67c474c94f4389c1703d594)
### Workspace affected
_No response_
### Expected behavior
fluentbit starts successfully and is able to forward logs
### Example repository
_No response_
### Anything else?
First reported [here](https://gitpod.slack.com/archives/C032A46PWR0/p1672322033858569?thread_ts=1672321992.899279&cid=C032A46PWR0), cc: @svenefftinge and @vulkoingim | priority | fluentbit pod crashing logs are not forwarded to core dev bug description from a kubecontext associated with a harvester preview environment looks like an auth issue gitpod workspace gitpod jenting ws manager maintenance kubectx c jenting gitpod workspace gitpod jenting ws manager maintenance kubens c default kubectl logs fluent bit error error code message request had invalid authentication credentials expected oauth access token login cookie or other valid authentication credential see status unauthenticated details type type googleapis com google rpc errorinfo reason access token type unsupported metadata service logging googleapis com method google logging writelogentries free invalid pointer caught signal sigsegv in at in at in at in at in flb free at include fluent bit flb mem h in flb sds destroy at src flb sds c in cache set at plugins out stackdriver stackdriver c in get google token at plugins out stackdriver stackdriver c in cb stackdriver flush at plugins out stackdriver stackdriver c in output pre cb flush at include fluent bit flb output h in co init at lib monkey deps flb libco c in at steps to reproduce build a preview environment check logs of the fluentbit pod or workspace affected no response expected behavior fluentbit starts successfully and is able to forward logs example repository no response anything else first reported cc svenefftinge and vulkoingim | 1 |
66,526 | 3,255,094,059 | IssuesEvent | 2015-10-20 06:18:21 | cs2103aug2015-w11-4j/main | https://api.github.com/repos/cs2103aug2015-w11-4j/main | reopened | Do up the retrieve function in LogicController | priority.high type.task | The function will retrieve the data from local memory and pass to UI for display purposes | 1.0 | Do up the retrieve function in LogicController - The function will retrieve the data from local memory and pass to UI for display purposes | priority | do up the retrieve function in logiccontroller the function will retrieve the data from local memory and pass to ui for display purposes | 1 |
138,141 | 5,328,511,355 | IssuesEvent | 2017-02-15 12:19:25 | JiscRDSS/rdss-canonical-data-model | https://api.github.com/repos/JiscRDSS/rdss-canonical-data-model | closed | Dataset properties - related identifiers | alpha pilot feedback 1 priority:High recommendation | We need more categories of related identifiers - not only software and publication!
People link to blogs, web pages, other datasets, reports, other publications (not the main publication) etc. If that’s helpful, attached below are Cambridge metadata relation types (note these are in addition to the publication relationship (cites / isCitedBy), which is defined using DataCite metadata schema)
[Cam] | 1.0 | Dataset properties - related identifiers - We need more categories of related identifiers - not only software and publication!
People link to blogs, web pages, other datasets, reports, other publications (not the main publication) etc. If that’s helpful, attached below are Cambridge metadata relation types (note these are in addition to the publication relationship (cites / isCitedBy), which is defined using DataCite metadata schema)
[Cam] | priority | dataset properties related identifiers we need more categories of related identifiers not only software and publication people link to blogs web pages other datasets reports other publications not the main publication etc if that’s helpful attached below are cambridge metadata relation types note these are in addition to the publication relationship cites iscitedby which is defined using datacite metadata schema | 1 |
249,345 | 7,960,663,922 | IssuesEvent | 2018-07-13 08:06:59 | status-im/status-react | https://api.github.com/repos/status-im/status-react | closed | Remove our app from automatic backups | android chat feature high-priority ios security | [comment]: # (Please replace ... with your information. Remove < and >)
### User Story
As a user, I want my app data to stay locally on my device and not get synced to Google or Apple so that I stay in control of my data.
### Description
[comment]: # (Feature or Bug? i.e Type: Bug)
*Type*: Feature
[comment]: # (Describe the feature you would like, or briefly summarise the bug and what you did, what you expected to happen, and what actually happens. Sections below)
*Summary*: The app data currently resides on directories which get automatically picked up by the OS and synced online, if the user has that functionality enabled in the OS.
#### Expected behavior
[comment]: # (Describe what you expected to happen.)
TODO
#### Actual behavior
[comment]: # (Describe what actually happened.)
TODO
### Solution
[comment]: # (Please summarise the solution and provide a task list on what needs to be fixed.)
*Summary*: We should either disable the sync functionality for the app or move the data to another folder which doesn't get uploaded to the cloud. | 1.0 | Remove our app from automatic backups - [comment]: # (Please replace ... with your information. Remove < and >)
### User Story
As a user, I want my app data to stay locally on my device and not get synced to Google or Apple so that I stay in control of my data.
### Description
[comment]: # (Feature or Bug? i.e Type: Bug)
*Type*: Feature
[comment]: # (Describe the feature you would like, or briefly summarise the bug and what you did, what you expected to happen, and what actually happens. Sections below)
*Summary*: The app data currently resides on directories which get automatically picked up by the OS and synced online, if the user has that functionality enabled in the OS.
#### Expected behavior
[comment]: # (Describe what you expected to happen.)
TODO
#### Actual behavior
[comment]: # (Describe what actually happened.)
TODO
### Solution
[comment]: # (Please summarise the solution and provide a task list on what needs to be fixed.)
*Summary*: We should either disable the sync functionality for the app or move the data to another folder which doesn't get uploaded to the cloud. | priority | remove our app from automatic backups please replace with your information remove user story as a user i want my app data to stay locally on my device and not get synced to google or apple so that i stay in control of my data description feature or bug i e type bug type feature describe the feature you would like or briefly summarise the bug and what you did what you expected to happen and what actually happens sections below summary the app data currently resides on directories which get automatically picked up by the os and synced online if the user has that functionality enabled in the os expected behavior describe what you expected to happen todo actual behavior describe what actually happened todo solution please summarise the solution and provide a task list on what needs to be fixed summary we should either disable the sync functionality for the app or move the data to another folder which doesn t get uploaded to the cloud | 1 |
397,985 | 11,736,432,251 | IssuesEvent | 2020-03-11 13:04:10 | wso2/product-microgateway | https://api.github.com/repos/wso2/product-microgateway | closed | Cannot setup distributed throttling by following the Doc | Priority/Highest Severity/Blocker Type/Docs | Doc https://docs.wso2.com/display/MG301/Distributed+Throttling has steps to setup the distributed throtting for MG. But cannot set up this by following the doc. For example it has a url **throttleEndpointUrl** but there is no mentioning on how to configure this. It has https://localhost:9443/endpoints as the sample url but it has no use. Please fix this doc. | 1.0 | Cannot setup distributed throttling by following the Doc - Doc https://docs.wso2.com/display/MG301/Distributed+Throttling has steps to setup the distributed throtting for MG. But cannot set up this by following the doc. For example it has a url **throttleEndpointUrl** but there is no mentioning on how to configure this. It has https://localhost:9443/endpoints as the sample url but it has no use. Please fix this doc. | priority | cannot setup distributed throttling by following the doc doc has steps to setup the distributed throtting for mg but cannot set up this by following the doc for example it has a url throttleendpointurl but there is no mentioning on how to configure this it has as the sample url but it has no use please fix this doc | 1 |
507,995 | 14,686,481,539 | IssuesEvent | 2021-01-01 15:12:26 | dmwm/CRABServer | https://api.github.com/repos/dmwm/CRABServer | closed | DBS migration failed | Area: StandalonePublish/ASOless Priority: High Type: Bug | I have casually found a case of failed migrations (first time in years)
from Publisher log for task 201221_173351:mseidel_crab_runMassWeights_WplusJToMuNu_APVpreVFP_batch0
```
2020-12-22 23:32:09,497:INFO: 7 block migration requests successfully submitted.
2020-12-22 23:32:09,497:INFO: List of migration requests ids: [2986033, 2986201, 2985971, 2986287, 2985905, 2986122, 2985931]
2020-12-22 23:32:09,497:INFO: Will monitor their status for up to 30 seconds.Will monitor their status for up to 30 seconds.Will monitor their status for up to 30 seconds.Will monitor their status for up to 30 seconds.Will monitor their status for up to 30 seconds.Will monitor their status for up to 30 seconds.Will monitor their status for up to 30 seconds.Will monitor their status for up to 30 seconds.Will monitor their status for up to 30 seconds.Will monitor their status for up to 30 seconds.
2020-12-22 23:32:09,497:INFO: 7 block migrations in progress. Will check migrations status in 30 seconds.
2020-12-22 23:32:39,584:INFO: Migration id 2986033 terminally failed.
2020-12-22 23:32:39,820:INFO: Full status for migration id 2986033:
[{'migration_status': 9, 'create_by': 'service@crab-prod-tw02.cern.ch', 'migration_url': 'https://cmsweb.cern.ch:8443/dbs/prod/global/DBSReader', 'last_modified_by': 'service@crab-prod-tw02.cern.ch', 'creation_date': 1608600476, 'retry_count': 3, 'migration_input': '/WplusJetsToMuNu_TuneCP5_13TeV-powhegMiNNLO-pythia8-photos/RunIISummer20UL16MiniAODAPV-106X_mcRun2_asymptotic_preVFP_v8-v2/MINIAODSIM#febf79a8-0075-402a-a665-a46fdc1341b9', 'migration_request_id': 2986033, 'last_modification_date': 1608600902}]
2020-12-22 23:32:39,842:INFO: Migration id 2986201 terminally failed.
2020-12-22 23:32:39,842:INFO: Full status for migration id 2986201:
[{'migration_status': 9, 'create_by': 'service@crab-prod-tw02.cern.ch', 'migration_url': 'https://cmsweb.cern.ch:8443/dbs/prod/global/DBSReader', 'last_modified_by': 'service@crab-prod-tw02.cern.ch', 'creation_date': 1608605900, 'retry_count': 3, 'migration_input': '/WplusJetsToMuNu_TuneCP5_13TeV-powhegMiNNLO-pythia8-photos/RunIISummer20UL16MiniAODAPV-106X_mcRun2_asymptotic_preVFP_v8-v2/MINIAODSIM#6d54a904-322e-4d36-af78-359ebba93f6e', 'migration_request_id': 2986201, 'last_modification_date': 1608606338}]
2020-12-22 23:32:39,863:INFO: Migration id 2985971 terminally failed.
2020-12-22 23:32:39,863:INFO: Full status for migration id 2985971:
[{'migration_status': 9, 'create_by': 'service@crab-prod-tw02.cern.ch', 'migration_url': 'https://cmsweb.cern.ch:8443/dbs/prod/global/DBSReader', 'last_modified_by': 'service@crab-prod-tw02.cern.ch', 'creation_date': 1608597618, 'retry_count': 3, 'migration_input': '/WplusJetsToMuNu_TuneCP5_13TeV-powhegMiNNLO-pythia8-photos/RunIISummer20UL16MiniAODAPV-106X_mcRun2_asymptotic_preVFP_v8-v2/MINIAODSIM#16661a8e-278b-407b-be7c-11e6944a9202', 'migration_request_id': 2985971, 'last_modification_date': 1608598051}]
2020-12-22 23:32:39,881:INFO: Migration id 2986287 terminally failed.
2020-12-22 23:32:39,881:INFO: Full status for migration id 2986287:
[{'migration_status': 9, 'create_by': 'service@crab-prod-tw02.cern.ch', 'migration_url': 'https://cmsweb.cern.ch:8443/dbs/prod/global/DBSReader', 'last_modified_by': 'service@crab-prod-tw02.cern.ch', 'creation_date': 1608609508, 'retry_count': 3, 'migration_input': '/WplusJetsToMuNu_TuneCP5_13TeV-powhegMiNNLO-pythia8-photos/RunIISummer20UL16MiniAODAPV-106X_mcRun2_asymptotic_preVFP_v8-v2/MINIAODSIM#1124e5de-78bb-4926-be95-f148784154de', 'migration_request_id': 2986287, 'last_modification_date': 1608609938}]
2020-12-22 23:32:39,900:INFO: Migration id 2985905 terminally failed.
2020-12-22 23:32:39,900:INFO: Full status for migration id 2985905:
[{'migration_status': 9, 'create_by': 'service@crab-prod-tw02.cern.ch', 'migration_url': 'https://cmsweb.cern.ch:8443/dbs/prod/global/DBSReader', 'last_modified_by': 'service@crab-prod-tw02.cern.ch', 'creation_date': 1608595072, 'retry_count': 3, 'migration_input': '/WplusJetsToMuNu_TuneCP5_13TeV-powhegMiNNLO-pythia8-photos/RunIISummer20UL16MiniAODAPV-106X_mcRun2_asymptotic_preVFP_v8-v2/MINIAODSIM#fa29118c-ad15-42f0-b6d4-929a34028569', 'migration_request_id': 2985905, 'last_modification_date': 1608595505}]
2020-12-22 23:32:39,922:INFO: Migration id 2986122 terminally failed.
2020-12-22 23:32:39,922:INFO: Full status for migration id 2986122:
[{'migration_status': 9, 'create_by': 'service@crab-prod-tw02.cern.ch', 'migration_url': 'https://cmsweb.cern.ch:8443/dbs/prod/global/DBSReader', 'last_modified_by': 'service@crab-prod-tw02.cern.ch', 'creation_date': 1608602812, 'retry_count': 3, 'migration_input': '/WplusJetsToMuNu_TuneCP5_13TeV-powhegMiNNLO-pythia8-photos/RunIISummer20UL16MiniAODAPV-106X_mcRun2_asymptotic_preVFP_v8-v2/MINIAODSIM#4c4e8f72-368a-490e-a65f-9784a6f60414', 'migration_request_id': 2986122, 'last_modification_date': 1608603245}]
2020-12-22 23:32:39,942:INFO: Migration id 2985931 terminally failed.
2020-12-22 23:32:39,942:INFO: Full status for migration id 2985931:
[{'migration_status': 9, 'create_by': 'service@crab-prod-tw02.cern.ch', 'migration_url': 'https://cmsweb.cern.ch:8443/dbs/prod/global/DBSReader', 'last_modified_by': 'service@crab-prod-tw02.cern.ch', 'creation_date': 1608596869, 'retry_count': 3, 'migration_input': '/WplusJetsToMuNu_TuneCP5_13TeV-powhegMiNNLO-pythia8-photos/RunIISummer20UL16MiniAODAPV-106X_mcRun2_asymptotic_preVFP_v8-v2/MINIAODSIM#598c4a68-035b-4264-8107-6aa8df30ec1f', 'migration_request_id': 2985931, 'last_modification_date': 1608597297}]
```
Need to follow up with @yuyiguo and find out if we need to put back code which removes old failed migration and tries again as done in May 2019 https://github.com/dmwm/CRABServer/issues/6026
I did not look if there are other examples. Error reporting in new publisher is still primitive.
The same log file shows many successful migration before the problem.
I will look into attaching the full log to this issue | 1.0 | DBS migration failed - I have casually found a case of failed migrations (first time in years)
from Publisher log for task 201221_173351:mseidel_crab_runMassWeights_WplusJToMuNu_APVpreVFP_batch0
```
2020-12-22 23:32:09,497:INFO: 7 block migration requests successfully submitted.
2020-12-22 23:32:09,497:INFO: List of migration requests ids: [2986033, 2986201, 2985971, 2986287, 2985905, 2986122, 2985931]
2020-12-22 23:32:09,497:INFO: Will monitor their status for up to 30 seconds.Will monitor their status for up to 30 seconds.Will monitor their status for up to 30 seconds.Will monitor their status for up to 30 seconds.Will monitor their status for up to 30 seconds.Will monitor their status for up to 30 seconds.Will monitor their status for up to 30 seconds.Will monitor their status for up to 30 seconds.Will monitor their status for up to 30 seconds.Will monitor their status for up to 30 seconds.
2020-12-22 23:32:09,497:INFO: 7 block migrations in progress. Will check migrations status in 30 seconds.
2020-12-22 23:32:39,584:INFO: Migration id 2986033 terminally failed.
2020-12-22 23:32:39,820:INFO: Full status for migration id 2986033:
[{'migration_status': 9, 'create_by': 'service@crab-prod-tw02.cern.ch', 'migration_url': 'https://cmsweb.cern.ch:8443/dbs/prod/global/DBSReader', 'last_modified_by': 'service@crab-prod-tw02.cern.ch', 'creation_date': 1608600476, 'retry_count': 3, 'migration_input': '/WplusJetsToMuNu_TuneCP5_13TeV-powhegMiNNLO-pythia8-photos/RunIISummer20UL16MiniAODAPV-106X_mcRun2_asymptotic_preVFP_v8-v2/MINIAODSIM#febf79a8-0075-402a-a665-a46fdc1341b9', 'migration_request_id': 2986033, 'last_modification_date': 1608600902}]
2020-12-22 23:32:39,842:INFO: Migration id 2986201 terminally failed.
2020-12-22 23:32:39,842:INFO: Full status for migration id 2986201:
[{'migration_status': 9, 'create_by': 'service@crab-prod-tw02.cern.ch', 'migration_url': 'https://cmsweb.cern.ch:8443/dbs/prod/global/DBSReader', 'last_modified_by': 'service@crab-prod-tw02.cern.ch', 'creation_date': 1608605900, 'retry_count': 3, 'migration_input': '/WplusJetsToMuNu_TuneCP5_13TeV-powhegMiNNLO-pythia8-photos/RunIISummer20UL16MiniAODAPV-106X_mcRun2_asymptotic_preVFP_v8-v2/MINIAODSIM#6d54a904-322e-4d36-af78-359ebba93f6e', 'migration_request_id': 2986201, 'last_modification_date': 1608606338}]
2020-12-22 23:32:39,863:INFO: Migration id 2985971 terminally failed.
2020-12-22 23:32:39,863:INFO: Full status for migration id 2985971:
[{'migration_status': 9, 'create_by': 'service@crab-prod-tw02.cern.ch', 'migration_url': 'https://cmsweb.cern.ch:8443/dbs/prod/global/DBSReader', 'last_modified_by': 'service@crab-prod-tw02.cern.ch', 'creation_date': 1608597618, 'retry_count': 3, 'migration_input': '/WplusJetsToMuNu_TuneCP5_13TeV-powhegMiNNLO-pythia8-photos/RunIISummer20UL16MiniAODAPV-106X_mcRun2_asymptotic_preVFP_v8-v2/MINIAODSIM#16661a8e-278b-407b-be7c-11e6944a9202', 'migration_request_id': 2985971, 'last_modification_date': 1608598051}]
2020-12-22 23:32:39,881:INFO: Migration id 2986287 terminally failed.
2020-12-22 23:32:39,881:INFO: Full status for migration id 2986287:
[{'migration_status': 9, 'create_by': 'service@crab-prod-tw02.cern.ch', 'migration_url': 'https://cmsweb.cern.ch:8443/dbs/prod/global/DBSReader', 'last_modified_by': 'service@crab-prod-tw02.cern.ch', 'creation_date': 1608609508, 'retry_count': 3, 'migration_input': '/WplusJetsToMuNu_TuneCP5_13TeV-powhegMiNNLO-pythia8-photos/RunIISummer20UL16MiniAODAPV-106X_mcRun2_asymptotic_preVFP_v8-v2/MINIAODSIM#1124e5de-78bb-4926-be95-f148784154de', 'migration_request_id': 2986287, 'last_modification_date': 1608609938}]
2020-12-22 23:32:39,900:INFO: Migration id 2985905 terminally failed.
2020-12-22 23:32:39,900:INFO: Full status for migration id 2985905:
[{'migration_status': 9, 'create_by': 'service@crab-prod-tw02.cern.ch', 'migration_url': 'https://cmsweb.cern.ch:8443/dbs/prod/global/DBSReader', 'last_modified_by': 'service@crab-prod-tw02.cern.ch', 'creation_date': 1608595072, 'retry_count': 3, 'migration_input': '/WplusJetsToMuNu_TuneCP5_13TeV-powhegMiNNLO-pythia8-photos/RunIISummer20UL16MiniAODAPV-106X_mcRun2_asymptotic_preVFP_v8-v2/MINIAODSIM#fa29118c-ad15-42f0-b6d4-929a34028569', 'migration_request_id': 2985905, 'last_modification_date': 1608595505}]
2020-12-22 23:32:39,922:INFO: Migration id 2986122 terminally failed.
2020-12-22 23:32:39,922:INFO: Full status for migration id 2986122:
[{'migration_status': 9, 'create_by': 'service@crab-prod-tw02.cern.ch', 'migration_url': 'https://cmsweb.cern.ch:8443/dbs/prod/global/DBSReader', 'last_modified_by': 'service@crab-prod-tw02.cern.ch', 'creation_date': 1608602812, 'retry_count': 3, 'migration_input': '/WplusJetsToMuNu_TuneCP5_13TeV-powhegMiNNLO-pythia8-photos/RunIISummer20UL16MiniAODAPV-106X_mcRun2_asymptotic_preVFP_v8-v2/MINIAODSIM#4c4e8f72-368a-490e-a65f-9784a6f60414', 'migration_request_id': 2986122, 'last_modification_date': 1608603245}]
2020-12-22 23:32:39,942:INFO: Migration id 2985931 terminally failed.
2020-12-22 23:32:39,942:INFO: Full status for migration id 2985931:
[{'migration_status': 9, 'create_by': 'service@crab-prod-tw02.cern.ch', 'migration_url': 'https://cmsweb.cern.ch:8443/dbs/prod/global/DBSReader', 'last_modified_by': 'service@crab-prod-tw02.cern.ch', 'creation_date': 1608596869, 'retry_count': 3, 'migration_input': '/WplusJetsToMuNu_TuneCP5_13TeV-powhegMiNNLO-pythia8-photos/RunIISummer20UL16MiniAODAPV-106X_mcRun2_asymptotic_preVFP_v8-v2/MINIAODSIM#598c4a68-035b-4264-8107-6aa8df30ec1f', 'migration_request_id': 2985931, 'last_modification_date': 1608597297}]
```
Need to follow up with @yuyiguo and find out if we need to put back code which removes old failed migration and tries again as done in May 2019 https://github.com/dmwm/CRABServer/issues/6026
I did not look if there are other examples. Error reporting in new publisher is still primitive.
The same log file shows many successful migration before the problem.
I will look into attaching the full log to this issue | priority | dbs migration failed i have casually found a case of failed migrations first time in years from publisher log for task mseidel crab runmassweights wplusjtomunu apvprevfp info block migration requests successfully submitted info list of migration requests ids info will monitor their status for up to seconds will monitor their status for up to seconds will monitor their status for up to seconds will monitor their status for up to seconds will monitor their status for up to seconds will monitor their status for up to seconds will monitor their status for up to seconds will monitor their status for up to seconds will monitor their status for up to seconds will monitor their status for up to seconds info block migrations in progress will check migrations status in seconds info migration id terminally failed info full status for migration id info migration id terminally failed info full status for migration id info migration id terminally failed info full status for migration id info migration id terminally failed info full status for migration id info migration id terminally failed info full status for migration id info migration id terminally failed info full status for migration id info migration id terminally failed info full status for migration id need to follow up with yuyiguo and find out if we need to put back code which removes old failed migration and tries again as done in may i did not look if there are other examples error reporting in new publisher is still primitive the same log file shows many successful migration before the problem i will look into attaching the full log to this issue | 1 |
217,340 | 7,320,661,211 | IssuesEvent | 2018-03-02 08:27:10 | wso2/product-is | https://api.github.com/repos/wso2/product-is | closed | Default carbon home value given in the forget me tool doc is wrong | Affected/5.5.0-Alpha2 Priority/High Type/Docs | Default carbon home value given in the forget me tool doc [1] is wrong
[1] https://docs.wso2.com/display/IS550/Removing+References+to+Deleted+User+Identities
carbon | The CARBON HOME. This should be replaced with the variable $CARBON_HOME in directories configured in the main configuration file. | No | -carbon “/usr/bin/wso2is/wso2is5.4.1
Product version should be changed as 5.5.0. Reconfirm this path | 1.0 | Default carbon home value given in the forget me tool doc is wrong - Default carbon home value given in the forget me tool doc [1] is wrong
[1] https://docs.wso2.com/display/IS550/Removing+References+to+Deleted+User+Identities
carbon | The CARBON HOME. This should be replaced with the variable $CARBON_HOME in directories configured in the main configuration file. | No | -carbon “/usr/bin/wso2is/wso2is5.4.1
Product version should be changed as 5.5.0. Reconfirm this path | priority | default carbon home value given in the forget me tool doc is wrong default carbon home value given in the forget me tool doc is wrong carbon the carbon home this should be replaced with the variable carbon home in directories configured in the main configuration file no carbon “ usr bin product version should be changed as reconfirm this path | 1 |
326,321 | 9,955,139,328 | IssuesEvent | 2019-07-05 10:10:54 | ballerina-platform/ballerina-lang | https://api.github.com/repos/ballerina-platform/ballerina-lang | opened | Referencing undefined types in an object with members crashes the compiler | Area/Language Priority/High Type/Bug | Consider the following:
```ballerina
type Foo object {
*Bar;
string s;
public function __init(string s) {
self.s = s;
}
};
```
The above crashes the compiler. | 1.0 | Referencing undefined types in an object with members crashes the compiler - Consider the following:
```ballerina
type Foo object {
*Bar;
string s;
public function __init(string s) {
self.s = s;
}
};
```
The above crashes the compiler. | priority | referencing undefined types in an object with members crashes the compiler consider the following ballerina type foo object bar string s public function init string s self s s the above crashes the compiler | 1 |
392,304 | 11,589,761,426 | IssuesEvent | 2020-02-24 03:47:23 | vmware/singleton | https://api.github.com/repos/vmware/singleton | opened | [BUG] [Singleton Script] add excute permission for all scripts | kind/bug priority/high | **Describe the bug**
Singleton adds startup/health-check scripts, but no excute permission for the scripts.
**To Reproduce**
Steps to reproduce the behavior:
1. Generate Singleton script
2. Unzip all script files
3. Use script to start/stop/check Singleton Service
**Expected behavior**
The script files should have excute permission by default.
**Screenshots**
NA
**Desktop (please complete the following information):**
- OS: centos 7
- Browser Name: NA
- Browser Version: NA
**Additional context**
NA | 1.0 | [BUG] [Singleton Script] add excute permission for all scripts - **Describe the bug**
Singleton adds startup/health-check scripts, but no excute permission for the scripts.
**To Reproduce**
Steps to reproduce the behavior:
1. Generate Singleton script
2. Unzip all script files
3. Use script to start/stop/check Singleton Service
**Expected behavior**
The script files should have excute permission by default.
**Screenshots**
NA
**Desktop (please complete the following information):**
- OS: centos 7
- Browser Name: NA
- Browser Version: NA
**Additional context**
NA | priority | add excute permission for all scripts describe the bug singleton adds startup health check scripts but no excute permission for the scripts to reproduce steps to reproduce the behavior generate singleton script unzip all script files use script to start stop check singleton service expected behavior the script files should have excute permission by default screenshots na desktop please complete the following information os centos browser name na browser version na additional context na | 1 |
73,551 | 3,413,876,983 | IssuesEvent | 2015-12-07 00:17:58 | Angry-Pixel/The-Betweenlands | https://api.github.com/repos/Angry-Pixel/The-Betweenlands | opened | Guide book entity discovery breaks MP | Bug High Priority | java.lang.NoClassDefFoundError: net/minecraft/client/Minecraft
at thebetweenlands.manual.ManualManager.hasFoundPage(ManualManager.java:54)
at thebetweenlands.manual.ManualManager.PlayerDiscoverPage(ManualManager.java:70)
at thebetweenlands.entities.mobs.EntityWight.onUpdate(EntityWight.java:100)
at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2298)
at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:684)
at net.minecraft.world.World.updateEntity(World.java:2258)
at net.minecraft.world.World.updateEntities(World.java:2108)
at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:515)
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:703)
at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:349)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752)
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.Minecraft
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 13 more
Caused by: java.lang.RuntimeException: Attempted to load class net/minecraft/client/Minecraft for invalid side SERVER
at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
... 15 more
| 1.0 | Guide book entity discovery breaks MP - java.lang.NoClassDefFoundError: net/minecraft/client/Minecraft
at thebetweenlands.manual.ManualManager.hasFoundPage(ManualManager.java:54)
at thebetweenlands.manual.ManualManager.PlayerDiscoverPage(ManualManager.java:70)
at thebetweenlands.entities.mobs.EntityWight.onUpdate(EntityWight.java:100)
at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2298)
at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:684)
at net.minecraft.world.World.updateEntity(World.java:2258)
at net.minecraft.world.World.updateEntities(World.java:2108)
at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:515)
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:703)
at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:349)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752)
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.Minecraft
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 13 more
Caused by: java.lang.RuntimeException: Attempted to load class net/minecraft/client/Minecraft for invalid side SERVER
at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
... 15 more
| priority | guide book entity discovery breaks mp java lang noclassdeffounderror net minecraft client minecraft at thebetweenlands manual manualmanager hasfoundpage manualmanager java at thebetweenlands manual manualmanager playerdiscoverpage manualmanager java at thebetweenlands entities mobs entitywight onupdate entitywight java at net minecraft world world updateentitywithoptionalforce world java at net minecraft world worldserver updateentitywithoptionalforce worldserver java at net minecraft world world updateentity world java at net minecraft world world updateentities world java at net minecraft world worldserver updateentities worldserver java at net minecraft server minecraftserver updatetimelightandentities minecraftserver java at net minecraft server dedicated dedicatedserver updatetimelightandentities dedicatedserver java at net minecraft server minecraftserver tick minecraftserver java at net minecraft server minecraftserver run minecraftserver java at net minecraft server minecraftserver run minecraftserver java caused by java lang classnotfoundexception net minecraft client minecraft at net minecraft launchwrapper launchclassloader findclass launchclassloader java at java lang classloader loadclass unknown source at java lang classloader loadclass unknown source more caused by java lang runtimeexception attempted to load class net minecraft client minecraft for invalid side server at cpw mods fml common asm transformers sidetransformer transform sidetransformer java at net minecraft launchwrapper launchclassloader runtransformers launchclassloader java at net minecraft launchwrapper launchclassloader findclass launchclassloader java more | 1 |
53,266 | 3,037,764,237 | IssuesEvent | 2015-08-06 18:47:10 | DICE-UNC/irods-cloud-browser | https://api.github.com/repos/DICE-UNC/irods-cloud-browser | closed | Starred-DatesFileSizes | Highest Priority | Applies to all pages. See pdf.
[Starred-DatesFileSizes.pdf](https://github.com/DICE-UNC/irods-cloud-browser/files/1033/Starred-DatesFileSizes.pdf)
Adding to this on 7/31/15:
Is the date last modified? Created? Need headers please.
| 1.0 | Starred-DatesFileSizes - Applies to all pages. See pdf.
[Starred-DatesFileSizes.pdf](https://github.com/DICE-UNC/irods-cloud-browser/files/1033/Starred-DatesFileSizes.pdf)
Adding to this on 7/31/15:
Is the date last modified? Created? Need headers please.
| priority | starred datesfilesizes applies to all pages see pdf adding to this on is the date last modified created need headers please | 1 |
223,945 | 7,463,809,938 | IssuesEvent | 2018-04-01 10:47:20 | bounswe/bounswe2018group7 | https://api.github.com/repos/bounswe/bounswe2018group7 | closed | Create Use Case Diagram | priority:high status:completed type:project-task | We realized we need to draw a Use Case Diagram after discussion at last night.
[Here](https://user-images.githubusercontent.com/14983171/37874482-bb0895d6-3038-11e8-9684-c10d70e778f2.png) is the first draft I drew.
We currently have a single user class in our class diagram, I think we need to discuss how we use it in our sequence diagrams, use cases and use case diagram because there is inconsistency now between them as we have phrases like 'registered user', 'user', 'guest', 'admin', 'visitor'. | 1.0 | Create Use Case Diagram - We realized we need to draw a Use Case Diagram after discussion at last night.
[Here](https://user-images.githubusercontent.com/14983171/37874482-bb0895d6-3038-11e8-9684-c10d70e778f2.png) is the first draft I drew.
We currently have a single user class in our class diagram, I think we need to discuss how we use it in our sequence diagrams, use cases and use case diagram because there is inconsistency now between them as we have phrases like 'registered user', 'user', 'guest', 'admin', 'visitor'. | priority | create use case diagram we realized we need to draw a use case diagram after discussion at last night is the first draft i drew we currently have a single user class in our class diagram i think we need to discuss how we use it in our sequence diagrams use cases and use case diagram because there is inconsistency now between them as we have phrases like registered user user guest admin visitor | 1 |
185,884 | 6,731,548,526 | IssuesEvent | 2017-10-18 08:05:24 | Scifabric/pybossa | https://api.github.com/repos/Scifabric/pybossa | closed | Caching issue on category items listing? | priority.high | The screenshots show the same item, once as a featured item and once under a category heading. In one case, a description that was updated, and the number of contributors and percentage complete has been updated; in the other, it hasn't. Are 'featured items' cached?


| 1.0 | Caching issue on category items listing? - The screenshots show the same item, once as a featured item and once under a category heading. In one case, a description that was updated, and the number of contributors and percentage complete has been updated; in the other, it hasn't. Are 'featured items' cached?


| priority | caching issue on category items listing the screenshots show the same item once as a featured item and once under a category heading in one case a description that was updated and the number of contributors and percentage complete has been updated in the other it hasn t are featured items cached | 1 |
658,808 | 21,903,094,375 | IssuesEvent | 2022-05-20 15:10:41 | CLOSER-Cohorts/archivist | https://api.github.com/repos/CLOSER-Cohorts/archivist | closed | REACT: Variables which are used a the source of a derived variable should show in the Used by | High priority react | For example https://closer-archivist-staging.herokuapp.com/datasets/85 variable VAR5516 is used by VAR5662 as can be seen in the Sources
| 1.0 | REACT: Variables which are used a the source of a derived variable should show in the Used by - For example https://closer-archivist-staging.herokuapp.com/datasets/85 variable VAR5516 is used by VAR5662 as can be seen in the Sources
| priority | react variables which are used a the source of a derived variable should show in the used by for example variable is used by as can be seen in the sources | 1 |
669,058 | 22,609,484,585 | IssuesEvent | 2022-06-29 15:51:46 | bitfoundation/bitplatform | https://api.github.com/repos/bitfoundation/bitplatform | closed | Code Cleanup | high priority enhancement | - use Visual Studio Code Cleanup with its default profile
- convert namespace blocks to file0scoped namespace statements | 1.0 | Code Cleanup - - use Visual Studio Code Cleanup with its default profile
- convert namespace blocks to file0scoped namespace statements | priority | code cleanup use visual studio code cleanup with its default profile convert namespace blocks to namespace statements | 1 |
769,268 | 26,998,998,093 | IssuesEvent | 2023-02-10 05:27:37 | infor-design/enterprise-ng | https://api.github.com/repos/infor-design/enterprise-ng | closed | Update SohoDataGrid dataset removes SohoToolbarFlex | type: bug :bug: type: patch [2] type: regression bug :leftwards_arrow_with_hook: priority: high | **Describe the bug**
For some reason the toolbar disappears when being interacted with (buttons are pressed)
**To Reproduce**
Steps to reproduce the behavior:
1. Go to https://stackblitz.com/edit/ids-quick-start-1480-1t7bj3?file=src/app/app.component.ts
2. Click on the toolbar button
4. See error -> toolbar disappears
**Expected behavior**
Should not disappear and it didnt in the previous version.
**Version**
- ids-enterprise-ng: 15.0.1
**Additional context**
- Issue described [here]
- Narrowed it down to setting `toolbar: { keywordFilter: true }` | 1.0 | Update SohoDataGrid dataset removes SohoToolbarFlex - **Describe the bug**
For some reason the toolbar disappears when being interacted with (buttons are pressed)
**To Reproduce**
Steps to reproduce the behavior:
1. Go to https://stackblitz.com/edit/ids-quick-start-1480-1t7bj3?file=src/app/app.component.ts
2. Click on the toolbar button
4. See error -> toolbar disappears
**Expected behavior**
Should not disappear and it didnt in the previous version.
**Version**
- ids-enterprise-ng: 15.0.1
**Additional context**
- Issue described [here]
- Narrowed it down to setting `toolbar: { keywordFilter: true }` | priority | update sohodatagrid dataset removes sohotoolbarflex describe the bug for some reason the toolbar disappears when being interacted with buttons are pressed to reproduce steps to reproduce the behavior go to click on the toolbar button see error toolbar disappears expected behavior should not disappear and it didnt in the previous version version ids enterprise ng additional context issue described narrowed it down to setting toolbar keywordfilter true | 1 |
580,305 | 17,226,228,806 | IssuesEvent | 2021-07-20 02:18:11 | CanberraOceanRacingClub/namadgi3 | https://api.github.com/repos/CanberraOceanRacingClub/namadgi3 | opened | Consider purchasing AIS MOB devices for each lifejacket on board Namadgi 3 | priority 1: High | These devices are a potential lifesaver. A man over board can activate the device and have his/her location shown as a distress beacon on every AIS-aware chartplotter in the area (including Namadgi 3). They should be mandatory carriage on all delivery cruises.
@delcosta @peterottesen @PSARN @GarthBrice | 1.0 | Consider purchasing AIS MOB devices for each lifejacket on board Namadgi 3 - These devices are a potential lifesaver. A man over board can activate the device and have his/her location shown as a distress beacon on every AIS-aware chartplotter in the area (including Namadgi 3). They should be mandatory carriage on all delivery cruises.
@delcosta @peterottesen @PSARN @GarthBrice | priority | consider purchasing ais mob devices for each lifejacket on board namadgi these devices are a potential lifesaver a man over board can activate the device and have his her location shown as a distress beacon on every ais aware chartplotter in the area including namadgi they should be mandatory carriage on all delivery cruises delcosta peterottesen psarn garthbrice | 1 |
731,097 | 25,201,879,415 | IssuesEvent | 2022-11-13 07:49:51 | EthicalSoftwareCommunity/HippieUniverse_mobilegame | https://api.github.com/repos/EthicalSoftwareCommunity/HippieUniverse_mobilegame | closed | Setting up camera inside the garage | controls camera HIGH PRIORITY HT (HippieTime) Garage | Imagine that our garage inside looks like big rectangle.
So just splif it on 3 parts - sectors:
_1 sector is Repair
2 sector is Cars selecting
3 sector is Tunung zone_
Camera will be on the top of each sector.
If player wans to move from 2 sector to another, player should make a swipe to left or right and camera will change its position.
All controls will be controlled via gesctures.
Our goal is make free-button UI.

| 1.0 | Setting up camera inside the garage - Imagine that our garage inside looks like big rectangle.
So just splif it on 3 parts - sectors:
_1 sector is Repair
2 sector is Cars selecting
3 sector is Tunung zone_
Camera will be on the top of each sector.
If player wans to move from 2 sector to another, player should make a swipe to left or right and camera will change its position.
All controls will be controlled via gesctures.
Our goal is make free-button UI.

| priority | setting up camera inside the garage imagine that our garage inside looks like big rectangle so just splif it on parts sectors sector is repair sector is cars selecting sector is tunung zone camera will be on the top of each sector if player wans to move from sector to another player should make a swipe to left or right and camera will change its position all controls will be controlled via gesctures our goal is make free button ui | 1 |
781,788 | 27,449,299,072 | IssuesEvent | 2023-03-02 16:15:48 | CredentialEngine/CredentialRegistry | https://api.github.com/repos/CredentialEngine/CredentialRegistry | closed | Framework description sets missing Competencies | bug High Priority Blocker | Several of our competency framework description sets appear to be missing some or all of their competencies. For example:
https://credentialengineregistry.org/graph/ce-6acb6c6e-1769-40bf-bb89-1a7b9281aef4
That framework has a number of competencies, but the description set only shows 1, and the `related_resources` array is also missing the other competencies:

| 1.0 | Framework description sets missing Competencies - Several of our competency framework description sets appear to be missing some or all of their competencies. For example:
https://credentialengineregistry.org/graph/ce-6acb6c6e-1769-40bf-bb89-1a7b9281aef4
That framework has a number of competencies, but the description set only shows 1, and the `related_resources` array is also missing the other competencies:

| priority | framework description sets missing competencies several of our competency framework description sets appear to be missing some or all of their competencies for example that framework has a number of competencies but the description set only shows and the related resources array is also missing the other competencies | 1 |
700,313 | 24,055,709,948 | IssuesEvent | 2022-09-16 16:38:46 | chakra-ui/chakra-ui | https://api.github.com/repos/chakra-ui/chakra-ui | closed | Responsive properties make app extremely slow | Type: Bug 🐛 Priority: High 🚨 Topic: Performance | ### Description
With Chakra 2 & React 18, when I add several responsive properties to a component the app becomes extremely slow. This was not happeing with React 17 & Chakra 1.
### Link to Reproduction
https://codesandbox.io/s/hopeful-roman-itrq3v?file=/pages/index.tsx
### Steps to reproduce
1. Go to the reproduction
2. Codesandbox is not even able to display the app as it is too slow.
Try removing responsive properties and the app will load fast.
### Chakra UI Version
2.2.8 | 1.0 | Responsive properties make app extremely slow - ### Description
With Chakra 2 & React 18, when I add several responsive properties to a component the app becomes extremely slow. This was not happeing with React 17 & Chakra 1.
### Link to Reproduction
https://codesandbox.io/s/hopeful-roman-itrq3v?file=/pages/index.tsx
### Steps to reproduce
1. Go to the reproduction
2. Codesandbox is not even able to display the app as it is too slow.
Try removing responsive properties and the app will load fast.
### Chakra UI Version
2.2.8 | priority | responsive properties make app extremely slow description with chakra react when i add several responsive properties to a component the app becomes extremely slow this was not happeing with react chakra link to reproduction steps to reproduce go to the reproduction codesandbox is not even able to display the app as it is too slow try removing responsive properties and the app will load fast chakra ui version | 1 |
621,715 | 19,595,239,835 | IssuesEvent | 2022-01-05 17:04:42 | uracreative/works | https://api.github.com/repos/uracreative/works | closed | Preparing and conducting stakeholder interviews | ✏️ UX Research 🚦P0: High Priority | This is the first part of the User research phase(phase 1) for Totem, including:
- Preparing and conducting interviews
- Interview results & observation report | 1.0 | Preparing and conducting stakeholder interviews - This is the first part of the User research phase(phase 1) for Totem, including:
- Preparing and conducting interviews
- Interview results & observation report | priority | preparing and conducting stakeholder interviews this is the first part of the user research phase phase for totem including preparing and conducting interviews interview results observation report | 1 |
423,528 | 12,298,116,156 | IssuesEvent | 2020-05-11 09:58:11 | deepnetworkgmbh/joseki | https://api.github.com/repos/deepnetworkgmbh/joseki | closed | Display check-result remediation/recommendation option | kind/enhancement lifecycle/inwork priority/high size/M | in the current scan results, we're displaying the problem but not using the recommendation field in the [metadata](https://www.powershellgallery.com/packages/AzSK/3.10.0/Content/Framework%5CConfigurations%5CSVT%5CServices%5CStorage.json).
for example, recommendation for "ControlID": "Azure_Storage_Audit_AuthN_Requests", is
`"Recommendation": "Run command 'Set-AzureStorageServiceLoggingProperty -ServiceType '<Blob/Queue/Table>' -LoggingOperations 'All' -Context '<StorageContext>' -RetentionDays '365' -PassThru'. Run 'Get-Help Set-AzureStorageServiceLoggingProperty -full' for more help. Set-AzureStorageServiceMetricsProperty -MetricsType 'Hour' -ServiceType '<Blob/Queue/Table/File>' -Context '<StorageContext>' -MetricsLevel 'ServiceAndApi' -RetentionDays '365' -PassThru. Run 'Get-Help Set-AzureStorageServiceMetricsProperty -full' for more help.",`
| 1.0 | Display check-result remediation/recommendation option - in the current scan results, we're displaying the problem but not using the recommendation field in the [metadata](https://www.powershellgallery.com/packages/AzSK/3.10.0/Content/Framework%5CConfigurations%5CSVT%5CServices%5CStorage.json).
for example, recommendation for "ControlID": "Azure_Storage_Audit_AuthN_Requests", is
`"Recommendation": "Run command 'Set-AzureStorageServiceLoggingProperty -ServiceType '<Blob/Queue/Table>' -LoggingOperations 'All' -Context '<StorageContext>' -RetentionDays '365' -PassThru'. Run 'Get-Help Set-AzureStorageServiceLoggingProperty -full' for more help. Set-AzureStorageServiceMetricsProperty -MetricsType 'Hour' -ServiceType '<Blob/Queue/Table/File>' -Context '<StorageContext>' -MetricsLevel 'ServiceAndApi' -RetentionDays '365' -PassThru. Run 'Get-Help Set-AzureStorageServiceMetricsProperty -full' for more help.",`
| priority | display check result remediation recommendation option in the current scan results we re displaying the problem but not using the recommendation field in the for example recommendation for controlid azure storage audit authn requests is recommendation run command set azurestorageserviceloggingproperty servicetype loggingoperations all context retentiondays passthru run get help set azurestorageserviceloggingproperty full for more help set azurestorageservicemetricsproperty metricstype hour servicetype context metricslevel serviceandapi retentiondays passthru run get help set azurestorageservicemetricsproperty full for more help | 1 |
528,329 | 15,364,546,560 | IssuesEvent | 2021-03-01 22:09:27 | a34alefeliza/ile-pikimoni | https://api.github.com/repos/a34alefeliza/ile-pikimoni | closed | Deleting of unnecessary exercises | enhancement high priority | I asked you recently on What's App about the possibility of deleting the exercises which I don't need now because you were able to change so much on MP for the better))) You haven't answered yet. So I decided to open the issue here in case you forgot))
It's important because I will remove all the unnecessary ex-s and I will ask you to substitute the remaining ones with mixed and grid collections. | 1.0 | Deleting of unnecessary exercises - I asked you recently on What's App about the possibility of deleting the exercises which I don't need now because you were able to change so much on MP for the better))) You haven't answered yet. So I decided to open the issue here in case you forgot))
It's important because I will remove all the unnecessary ex-s and I will ask you to substitute the remaining ones with mixed and grid collections. | priority | deleting of unnecessary exercises i asked you recently on what s app about the possibility of deleting the exercises which i don t need now because you were able to change so much on mp for the better you haven t answered yet so i decided to open the issue here in case you forgot it s important because i will remove all the unnecessary ex s and i will ask you to substitute the remaining ones with mixed and grid collections | 1 |
611,713 | 18,975,769,400 | IssuesEvent | 2021-11-20 01:05:01 | VEuPathDB/web-eda | https://api.github.com/repos/VEuPathDB/web-eda | closed | Visualizations: Enable first iterate of faceting | high cost feature high priority b55 | The following features comprise the first iterate of faceting:
1. One facet var - always column facet
3. Max var values allowed is 8
4. Thumbnail image shows 2 panels
5. No data always plotted in the last column
6. Fullscreen/enlarging one panel (extra - could be dropped if time does not allow)
There is a **web-components** [component](https://github.com/VEuPathDB/web-components/pull/162) to this feature, which is already under development.
Subtasks
- [x] merge https://github.com/VEuPathDB/web-components/pull/162
- [x] finish wiring/sorting (solves 4.) for all visualizations https://github.com/VEuPathDB/web-eda/pull/640 , #658, #659, #660
- [x] fully implement FacetedPlot https://github.com/VEuPathDB/web-components/issues/240
- [x] thumbnail image capture https://github.com/VEuPathDB/web-components/issues/241
- [x] custom legend https://github.com/VEuPathDB/web-components/pull/237
- [x] placement/layout of legend/side plots/controls for faceted and unfaceted plots in EDA https://github.com/VEuPathDB/web-eda/issues/648
- [x] y-axis scaling for Boxplot https://github.com/VEuPathDB/web-eda/issues/650
- [x] handle empty facets appropriately - wiring done, just finalising some styling here: https://github.com/VEuPathDB/web-components/pull/262
- [x] finalise mosaic layout #725
ETA: here is a mock-up

| 1.0 | Visualizations: Enable first iterate of faceting - The following features comprise the first iterate of faceting:
1. One facet var - always column facet
3. Max var values allowed is 8
4. Thumbnail image shows 2 panels
5. No data always plotted in the last column
6. Fullscreen/enlarging one panel (extra - could be dropped if time does not allow)
There is a **web-components** [component](https://github.com/VEuPathDB/web-components/pull/162) to this feature, which is already under development.
Subtasks
- [x] merge https://github.com/VEuPathDB/web-components/pull/162
- [x] finish wiring/sorting (solves 4.) for all visualizations https://github.com/VEuPathDB/web-eda/pull/640 , #658, #659, #660
- [x] fully implement FacetedPlot https://github.com/VEuPathDB/web-components/issues/240
- [x] thumbnail image capture https://github.com/VEuPathDB/web-components/issues/241
- [x] custom legend https://github.com/VEuPathDB/web-components/pull/237
- [x] placement/layout of legend/side plots/controls for faceted and unfaceted plots in EDA https://github.com/VEuPathDB/web-eda/issues/648
- [x] y-axis scaling for Boxplot https://github.com/VEuPathDB/web-eda/issues/650
- [x] handle empty facets appropriately - wiring done, just finalising some styling here: https://github.com/VEuPathDB/web-components/pull/262
- [x] finalise mosaic layout #725
ETA: here is a mock-up

| priority | visualizations enable first iterate of faceting the following features comprise the first iterate of faceting one facet var always column facet max var values allowed is thumbnail image shows panels no data always plotted in the last column fullscreen enlarging one panel extra could be dropped if time does not allow there is a web components to this feature which is already under development subtasks merge finish wiring sorting solves for all visualizations fully implement facetedplot thumbnail image capture custom legend placement layout of legend side plots controls for faceted and unfaceted plots in eda y axis scaling for boxplot handle empty facets appropriately wiring done just finalising some styling here finalise mosaic layout eta here is a mock up | 1 |
744,289 | 25,937,143,686 | IssuesEvent | 2022-12-16 15:06:10 | SonarSource/sonar-scanner-msbuild | https://api.github.com/repos/SonarSource/sonar-scanner-msbuild | closed | Ensure targets are installed on MsBuild 16 | Type: Bug Status: Confirmed .NET Priority: high | Currently, the targets are installed on the following msbuild versions:
```
"4.0", "10.0", "11.0", "12.0", "14.0", "15.0", "Current"
```
See: https://github.com/SonarSource/sonar-scanner-msbuild/blob/master/src/SonarScanner.MSBuild.Common/MsBuildPathSettings.cs#L46
Since the current version of MsBuild is 17.0, we are missing 16.0 and this can block the analysis for some of our users. | 1.0 | Ensure targets are installed on MsBuild 16 - Currently, the targets are installed on the following msbuild versions:
```
"4.0", "10.0", "11.0", "12.0", "14.0", "15.0", "Current"
```
See: https://github.com/SonarSource/sonar-scanner-msbuild/blob/master/src/SonarScanner.MSBuild.Common/MsBuildPathSettings.cs#L46
Since the current version of MsBuild is 17.0, we are missing 16.0 and this can block the analysis for some of our users. | priority | ensure targets are installed on msbuild currently the targets are installed on the following msbuild versions current see since the current version of msbuild is we are missing and this can block the analysis for some of our users | 1 |
83,843 | 3,643,843,903 | IssuesEvent | 2016-02-15 05:57:08 | williamxu/DangoReader | https://api.github.com/repos/williamxu/DangoReader | closed | rebranding | high priority in progress | assets needed:
- [x] logo
- [ ] manga art placeholder (stylized "..."?)
- [x] notification logo silhouette thingy @akrolsmir
- [x] color scheme | 1.0 | rebranding - assets needed:
- [x] logo
- [ ] manga art placeholder (stylized "..."?)
- [x] notification logo silhouette thingy @akrolsmir
- [x] color scheme | priority | rebranding assets needed logo manga art placeholder stylized notification logo silhouette thingy akrolsmir color scheme | 1 |
324,485 | 9,904,583,317 | IssuesEvent | 2019-06-27 09:29:54 | patriciamar/ShinyItemAnalysis | https://api.github.com/repos/patriciamar/ShinyItemAnalysis | closed | HTML generation on CS.CAS.CZ server | priority - high server bug | HTML report generation is currently not working on https://shiny.cs.cas.cz/ShinyItemAnalysis/
Before the issue is solved, you are advised to use mirror https://cemp.shinyapps.io/ShinyItemAnalysis/ as linked in the application. | 1.0 | HTML generation on CS.CAS.CZ server - HTML report generation is currently not working on https://shiny.cs.cas.cz/ShinyItemAnalysis/
Before the issue is solved, you are advised to use mirror https://cemp.shinyapps.io/ShinyItemAnalysis/ as linked in the application. | priority | html generation on cs cas cz server html report generation is currently not working on before the issue is solved you are advised to use mirror as linked in the application | 1 |
111,892 | 4,494,354,895 | IssuesEvent | 2016-08-31 05:40:59 | codebuddiesdotorg/cb-v2-scratch | https://api.github.com/repos/codebuddiesdotorg/cb-v2-scratch | closed | Slackbot welcome for new users | enhancement feature high-priority in progress | Set up a slackbot on Slack so that new Slack signups get a link to the website and an explanation about how it works.
- Point them to #introduce-yourself
- Link to http://codebuddies.org and explain that they can schedule a silent, collaborative, or teaching hangout.
- (Anything else?)
I remember seeing a website that offered this feature, so we don't have to code the slackbot ourselves. Have to dig a little to remember the name of the service.
| 1.0 | Slackbot welcome for new users - Set up a slackbot on Slack so that new Slack signups get a link to the website and an explanation about how it works.
- Point them to #introduce-yourself
- Link to http://codebuddies.org and explain that they can schedule a silent, collaborative, or teaching hangout.
- (Anything else?)
I remember seeing a website that offered this feature, so we don't have to code the slackbot ourselves. Have to dig a little to remember the name of the service.
| priority | slackbot welcome for new users set up a slackbot on slack so that new slack signups get a link to the website and an explanation about how it works point them to introduce yourself link to and explain that they can schedule a silent collaborative or teaching hangout anything else i remember seeing a website that offered this feature so we don t have to code the slackbot ourselves have to dig a little to remember the name of the service | 1 |
496,832 | 14,356,410,103 | IssuesEvent | 2020-11-30 11:30:42 | DevAdventCalendar/DevAdventCalendar | https://api.github.com/repos/DevAdventCalendar/DevAdventCalendar | closed | [Prod] Error while changing username to one which already exist | bug high priority | 1. Login to the prod env
2. Try to change Username for one, which already exist
3. Click zapisz

| 1.0 | [Prod] Error while changing username to one which already exist - 1. Login to the prod env
2. Try to change Username for one, which already exist
3. Click zapisz

| priority | error while changing username to one which already exist login to the prod env try to change username for one which already exist click zapisz | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.