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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
793,215 | 27,987,038,595 | IssuesEvent | 2023-03-26 20:09:07 | ita-social-projects/TeachUA | https://api.github.com/repos/ita-social-projects/TeachUA | opened | [Edit center] "Керівник гуртка" cannot edit the club | bug Priority: High Severity: high | **Environment:** Windows 10 Pro
**Reproducible:** always
**Preconditions**
1. Log into https://speak-ukrainian.org.ua/dev as "Керiвник гуртка" ("Email" - ihzivopzajhwigpyqu@tmmwj.net, "Password"-"Test123321!").
2. Click "Особистий кабінет" item on dropdown menu in the right of the header
3. Scroll down and choose club is in center. Use DB request: "select * from clubs where user_id=264 and center_id is not null;"
4. Click "Редагувати" button on club cards.
5. ‘Редагувати гурток’ pop-up window is opened.
**Steps to reproduce**
1. Go to the "Назва" text field and change name of center to another.
2. Click "Наступний крок".
3. Confirm the "Phone" field filled
4. Click "Наступний крок".
5. Change text on "Опис" text field to another one.
6. Click "Завершити" .
**Actual result**
Changes is not saved. Error message "Помилка при оновленні гуртка" is appear
**Expected result**
Changes is saved. Pop-up window is closed. "Мiй профiль" page is opened.
**User story and test case links**
E.g.: "User story #100
[Test case](https://jira.softserve.academy/browse/TUA-508)"
https://user-images.githubusercontent.com/122798739/227801667-ab1692ac-ae1a-4747-bd47-0ed7a055b9c2.mp4
| 1.0 | [Edit center] "Керівник гуртка" cannot edit the club - **Environment:** Windows 10 Pro
**Reproducible:** always
**Preconditions**
1. Log into https://speak-ukrainian.org.ua/dev as "Керiвник гуртка" ("Email" - ihzivopzajhwigpyqu@tmmwj.net, "Password"-"Test123321!").
2. Click "Особистий кабінет" item on dropdown menu in the right of the header
3. Scroll down and choose club is in center. Use DB request: "select * from clubs where user_id=264 and center_id is not null;"
4. Click "Редагувати" button on club cards.
5. ‘Редагувати гурток’ pop-up window is opened.
**Steps to reproduce**
1. Go to the "Назва" text field and change name of center to another.
2. Click "Наступний крок".
3. Confirm the "Phone" field filled
4. Click "Наступний крок".
5. Change text on "Опис" text field to another one.
6. Click "Завершити" .
**Actual result**
Changes is not saved. Error message "Помилка при оновленні гуртка" is appear
**Expected result**
Changes is saved. Pop-up window is closed. "Мiй профiль" page is opened.
**User story and test case links**
E.g.: "User story #100
[Test case](https://jira.softserve.academy/browse/TUA-508)"
https://user-images.githubusercontent.com/122798739/227801667-ab1692ac-ae1a-4747-bd47-0ed7a055b9c2.mp4
| priority | керівник гуртка cannot edit the club environment windows pro reproducible always preconditions log into as керiвник гуртка email ihzivopzajhwigpyqu tmmwj net password click особистий кабінет item on dropdown menu in the right of the header scroll down and choose club is in center use db request select from clubs where user id and center id is not null click редагувати button on club cards ‘редагувати гурток’ pop up window is opened steps to reproduce go to the назва text field and change name of center to another click наступний крок confirm the phone field filled click наступний крок change text on опис text field to another one click завершити actual result changes is not saved error message помилка при оновленні гуртка is appear expected result changes is saved pop up window is closed мiй профiль page is opened user story and test case links e g user story | 1 |
208,951 | 7,163,358,198 | IssuesEvent | 2018-01-29 06:55:50 | pmem/issues | https://api.github.com/repos/pmem/issues | opened | common: pmdk doesn't compile with ndctl installed from branch ndctl-58.y | Exposure: High Priority: 2 high Type: Bug | Error output:
> ../../src/../src/common/os_dimm_ndctl.c: In function ‘os_dimm_usc’:
../../src/../src/common/os_dimm_ndctl.c:208:11: error: implicit declaration of function ‘ndctl_cmd_smart_get_shutdown_count’; did you mean ‘ndctl_cmd_smart_get_shutdown_state’? [-Werror=implicit-function-declaration]
*usc += ndctl_cmd_smart_get_shutdown_count(cmd);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ndctl_cmd_smart_get_shutdown_state
../../src/../src/common/os_dimm_ndctl.c:208:8: error: conversion to ‘uint64_t {aka long unsigned int}’ from ‘int’ may change the sign of the result [-Werror=sign-conversion]
*usc += ndctl_cmd_smart_get_shutdown_count(cmd);
^~
Installing ndctl with that branch bypasses libnctl version check.
```
$ cd ndctl
$ git checkout ndctl-58.y
$ git describe
v58.4
```
Found on: 1.3+b2-653-gf987b264f | 1.0 | common: pmdk doesn't compile with ndctl installed from branch ndctl-58.y - Error output:
> ../../src/../src/common/os_dimm_ndctl.c: In function ‘os_dimm_usc’:
../../src/../src/common/os_dimm_ndctl.c:208:11: error: implicit declaration of function ‘ndctl_cmd_smart_get_shutdown_count’; did you mean ‘ndctl_cmd_smart_get_shutdown_state’? [-Werror=implicit-function-declaration]
*usc += ndctl_cmd_smart_get_shutdown_count(cmd);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ndctl_cmd_smart_get_shutdown_state
../../src/../src/common/os_dimm_ndctl.c:208:8: error: conversion to ‘uint64_t {aka long unsigned int}’ from ‘int’ may change the sign of the result [-Werror=sign-conversion]
*usc += ndctl_cmd_smart_get_shutdown_count(cmd);
^~
Installing ndctl with that branch bypasses libnctl version check.
```
$ cd ndctl
$ git checkout ndctl-58.y
$ git describe
v58.4
```
Found on: 1.3+b2-653-gf987b264f | priority | common pmdk doesn t compile with ndctl installed from branch ndctl y error output src src common os dimm ndctl c in function ‘os dimm usc’ src src common os dimm ndctl c error implicit declaration of function ‘ndctl cmd smart get shutdown count’ did you mean ‘ndctl cmd smart get shutdown state’ usc ndctl cmd smart get shutdown count cmd ndctl cmd smart get shutdown state src src common os dimm ndctl c error conversion to ‘ t aka long unsigned int ’ from ‘int’ may change the sign of the result usc ndctl cmd smart get shutdown count cmd installing ndctl with that branch bypasses libnctl version check cd ndctl git checkout ndctl y git describe found on | 1 |
110,852 | 4,443,085,737 | IssuesEvent | 2016-08-19 15:32:34 | smartchicago/chicago-early-learning | https://api.github.com/repos/smartchicago/chicago-early-learning | opened | Put Connect4Tots Information first on /city-resources page | High Priority | This relates to issue #714. @theandrewbriggs please move the Connect4Tots blurb to the top of the page because the City wants it to be more prominent to coincide with some marketing pushes in the near future. | 1.0 | Put Connect4Tots Information first on /city-resources page - This relates to issue #714. @theandrewbriggs please move the Connect4Tots blurb to the top of the page because the City wants it to be more prominent to coincide with some marketing pushes in the near future. | priority | put information first on city resources page this relates to issue theandrewbriggs please move the blurb to the top of the page because the city wants it to be more prominent to coincide with some marketing pushes in the near future | 1 |
286,127 | 8,784,117,899 | IssuesEvent | 2018-12-20 08:53:18 | projectacrn/acrn-hypervisor | https://api.github.com/repos/projectacrn/acrn-hypervisor | closed | IOC Sharing | area: hypervisor priority: high status: closed type: feature | The Virtual Machine Management shall support the passthrough assignment of the IOC UART, and provide a mediator for accessing select IOC functionality from the Guest OS | 1.0 | IOC Sharing - The Virtual Machine Management shall support the passthrough assignment of the IOC UART, and provide a mediator for accessing select IOC functionality from the Guest OS | priority | ioc sharing the virtual machine management shall support the passthrough assignment of the ioc uart and provide a mediator for accessing select ioc functionality from the guest os | 1 |
88,555 | 3,779,072,116 | IssuesEvent | 2016-03-18 05:33:41 | ClinGen/clincoded | https://api.github.com/repos/ClinGen/clincoded | closed | Updating existing Variant preferred name bugs | bug priority: high R5 release ready | When we were on the phone today we had both Erin (Windows 7) and Tasha (Mac OS) try to update their existing variants in R4.
Both were able to see their existing VariationID and pop up the modal. The VariationID appeared in the modal, but had to be completely erased and reentered for the Retrieve button to display.
Retrieve worked correctly on the modal window, but when they hit Save, the ClinVar Preferred Title was not displayed (and when they hit Submit on the form, the same was true).
We had both check since they use different OS's.
For my test data in curation-test, it looks like my variants have already been updated. Now I can't remember if I did that after the test version was updated (ie after R4 release).
How is it supposed to work? We were thinking curators would manually update.
thx!
the *ights. | 1.0 | Updating existing Variant preferred name bugs - When we were on the phone today we had both Erin (Windows 7) and Tasha (Mac OS) try to update their existing variants in R4.
Both were able to see their existing VariationID and pop up the modal. The VariationID appeared in the modal, but had to be completely erased and reentered for the Retrieve button to display.
Retrieve worked correctly on the modal window, but when they hit Save, the ClinVar Preferred Title was not displayed (and when they hit Submit on the form, the same was true).
We had both check since they use different OS's.
For my test data in curation-test, it looks like my variants have already been updated. Now I can't remember if I did that after the test version was updated (ie after R4 release).
How is it supposed to work? We were thinking curators would manually update.
thx!
the *ights. | priority | updating existing variant preferred name bugs when we were on the phone today we had both erin windows and tasha mac os try to update their existing variants in both were able to see their existing variationid and pop up the modal the variationid appeared in the modal but had to be completely erased and reentered for the retrieve button to display retrieve worked correctly on the modal window but when they hit save the clinvar preferred title was not displayed and when they hit submit on the form the same was true we had both check since they use different os s for my test data in curation test it looks like my variants have already been updated now i can t remember if i did that after the test version was updated ie after release how is it supposed to work we were thinking curators would manually update thx the ights | 1 |
785,487 | 27,615,619,050 | IssuesEvent | 2023-03-09 19:06:35 | antoinecarme/pyaf | https://api.github.com/repos/antoinecarme/pyaf | closed | Investigate Large Horizon Models | class:enhancement class:Bench priority:high topic:generic topic:modeling_quality status:in_progress topic:Green |
Large Horizon Models (H large enough). Profiling for CPU/memory/speed.
Compute Prediction intervals for all tested models.
Use more sophistical forecast perf combination in model selection (mean ? max ?). decreasing time based weights ?
Take into account the shape of the prediction interval (esthetic for model precision). | 1.0 | Investigate Large Horizon Models -
Large Horizon Models (H large enough). Profiling for CPU/memory/speed.
Compute Prediction intervals for all tested models.
Use more sophistical forecast perf combination in model selection (mean ? max ?). decreasing time based weights ?
Take into account the shape of the prediction interval (esthetic for model precision). | priority | investigate large horizon models large horizon models h large enough profiling for cpu memory speed compute prediction intervals for all tested models use more sophistical forecast perf combination in model selection mean max decreasing time based weights take into account the shape of the prediction interval esthetic for model precision | 1 |
820,818 | 30,790,605,180 | IssuesEvent | 2023-07-31 15:54:24 | fossasia/open-event-frontend | https://api.github.com/repos/fossasia/open-event-frontend | closed | Speakers page lazy loading gets stuck and does not load from cache | bug Priority: High | The lazy loading of additional speakers often gets stuck. If the user previously loaded speakers it should load from cache.
Compare https://eventyay.com/e/8f889410/speakers

| 1.0 | Speakers page lazy loading gets stuck and does not load from cache - The lazy loading of additional speakers often gets stuck. If the user previously loaded speakers it should load from cache.
Compare https://eventyay.com/e/8f889410/speakers

| priority | speakers page lazy loading gets stuck and does not load from cache the lazy loading of additional speakers often gets stuck if the user previously loaded speakers it should load from cache compare | 1 |
728,231 | 25,072,139,295 | IssuesEvent | 2022-11-07 13:00:45 | AY2223S1-CS2113-F11-1/tp | https://api.github.com/repos/AY2223S1-CS2113-F11-1/tp | closed | Incomplete DeveloperGuide.md | priority.High | The Developer Guide is currently incomplete and requires addition of the following portion:
- Product Scope (@ngdeqi)
- User Stories (@ngdeqi)
- Non Functional Requirements (@wilsonngja)
- Glossary (@OVReader)
- Instructions for Manual Testing (@wilsonngja, @zoranabc201, @ngdeqi, @FeliciaBeatrice, @OVReader) | 1.0 | Incomplete DeveloperGuide.md - The Developer Guide is currently incomplete and requires addition of the following portion:
- Product Scope (@ngdeqi)
- User Stories (@ngdeqi)
- Non Functional Requirements (@wilsonngja)
- Glossary (@OVReader)
- Instructions for Manual Testing (@wilsonngja, @zoranabc201, @ngdeqi, @FeliciaBeatrice, @OVReader) | priority | incomplete developerguide md the developer guide is currently incomplete and requires addition of the following portion product scope ngdeqi user stories ngdeqi non functional requirements wilsonngja glossary ovreader instructions for manual testing wilsonngja ngdeqi feliciabeatrice ovreader | 1 |
466,327 | 13,399,918,283 | IssuesEvent | 2020-09-03 15:06:47 | DSpace/DSpace | https://api.github.com/repos/DSpace/DSpace | closed | Cookie Preferences per account | Estimate TBD REST API v7 high priority | Estimate: none
Expressing interest: none
Store which accounts (Epeople) allow or disallow cookies
For additional details on Cookie Preferences agreement see this comment on the Angular UI ticket: https://github.com/DSpace/dspace-angular/issues/735#issuecomment-670214947 | 1.0 | Cookie Preferences per account - Estimate: none
Expressing interest: none
Store which accounts (Epeople) allow or disallow cookies
For additional details on Cookie Preferences agreement see this comment on the Angular UI ticket: https://github.com/DSpace/dspace-angular/issues/735#issuecomment-670214947 | priority | cookie preferences per account estimate none expressing interest none store which accounts epeople allow or disallow cookies for additional details on cookie preferences agreement see this comment on the angular ui ticket | 1 |
404,593 | 11,860,069,835 | IssuesEvent | 2020-03-25 14:22:00 | luna/ide | https://api.github.com/repos/luna/ide | closed | Optimization Helpers | Category: Performance Change: Non-Breaking Difficulty: Hard Epic Priority: High Type: Enhancement | ### Summary
Implement a WebGL performance monitor and a file size checking CI mechanism to avoid unnecessary bloating.
### Value
This Epic will make us able to:
1. Monitor and optimize WebGL rendering.
2. Check the executable file size to avoid bloating.
### Specification
1. Use https://spite.github.io/rstats/ and https://spector.babylonjs.com/ for WebGL performance monitoring.
2. Implement a GitHub Action to check the final file size.
For further information, check the respective tasks.
### Acceptance Criteria & Test Cases
1. Working version of the performance monitor making sure the injected code is not present after disabling the additions.
2. We should set some limits of the size. After they got exceeded, the CI should fail. | 1.0 | Optimization Helpers - ### Summary
Implement a WebGL performance monitor and a file size checking CI mechanism to avoid unnecessary bloating.
### Value
This Epic will make us able to:
1. Monitor and optimize WebGL rendering.
2. Check the executable file size to avoid bloating.
### Specification
1. Use https://spite.github.io/rstats/ and https://spector.babylonjs.com/ for WebGL performance monitoring.
2. Implement a GitHub Action to check the final file size.
For further information, check the respective tasks.
### Acceptance Criteria & Test Cases
1. Working version of the performance monitor making sure the injected code is not present after disabling the additions.
2. We should set some limits of the size. After they got exceeded, the CI should fail. | priority | optimization helpers summary implement a webgl performance monitor and a file size checking ci mechanism to avoid unnecessary bloating value this epic will make us able to monitor and optimize webgl rendering check the executable file size to avoid bloating specification use and for webgl performance monitoring implement a github action to check the final file size for further information check the respective tasks acceptance criteria test cases working version of the performance monitor making sure the injected code is not present after disabling the additions we should set some limits of the size after they got exceeded the ci should fail | 1 |
703,509 | 24,163,103,104 | IssuesEvent | 2022-09-22 13:11:50 | wso2/docs-updates | https://api.github.com/repos/wso2/docs-updates | closed | Change the version option in U2 documentation | Type/Bug Priority/High | **Description:**
Need to change the version option in the update tool commands | 1.0 | Change the version option in U2 documentation - **Description:**
Need to change the version option in the update tool commands | priority | change the version option in documentation description need to change the version option in the update tool commands | 1 |
527,515 | 15,343,950,439 | IssuesEvent | 2021-02-27 22:39:39 | Intro-to-SE-Spring-21/Group7Repo | https://api.github.com/repos/Intro-to-SE-Spring-21/Group7Repo | opened | User Story 4: Follow a user | Core Feature Priority - High | User needs to be able to hit a button and follow another user.
There needs to be a counter for the followers/following.
The person who is being followed should be able to see it. | 1.0 | User Story 4: Follow a user - User needs to be able to hit a button and follow another user.
There needs to be a counter for the followers/following.
The person who is being followed should be able to see it. | priority | user story follow a user user needs to be able to hit a button and follow another user there needs to be a counter for the followers following the person who is being followed should be able to see it | 1 |
294,601 | 9,037,415,010 | IssuesEvent | 2019-02-09 10:22:09 | eJourn-al/eJournal | https://api.github.com/repos/eJourn-al/eJournal | closed | Entry handling in between due and lockdate | Priority: High Status: Review Needed Type: Bug Workload: Low | **Describe the bug**
If a student creates an entry past the due date but before the lock date all is well. This entry however can no longer be edited. The editing succeeds front end, but the server sends an error.
**Expected behavior**
- Editing should still be possible in between due and lock date
- Front end should reset content to last saved if not allowed to edit.
| 1.0 | Entry handling in between due and lockdate - **Describe the bug**
If a student creates an entry past the due date but before the lock date all is well. This entry however can no longer be edited. The editing succeeds front end, but the server sends an error.
**Expected behavior**
- Editing should still be possible in between due and lock date
- Front end should reset content to last saved if not allowed to edit.
| priority | entry handling in between due and lockdate describe the bug if a student creates an entry past the due date but before the lock date all is well this entry however can no longer be edited the editing succeeds front end but the server sends an error expected behavior editing should still be possible in between due and lock date front end should reset content to last saved if not allowed to edit | 1 |
637,691 | 20,675,541,676 | IssuesEvent | 2022-03-10 08:54:50 | eatmyvenom/HyArcade | https://api.github.com/repos/eatmyvenom/HyArcade | opened | [BUG] mini walks bot is not updating names | bug High priority t:api t:discord | **Describe the error**
a few people have undergone multiple name changes with no update | 1.0 | [BUG] mini walks bot is not updating names - **Describe the error**
a few people have undergone multiple name changes with no update | priority | mini walks bot is not updating names describe the error a few people have undergone multiple name changes with no update | 1 |
635,108 | 20,379,245,082 | IssuesEvent | 2022-02-21 19:13:49 | Rastaiha/workshop_backend | https://api.github.com/repos/Rastaiha/workshop_backend | closed | Create an API for fetching problems and answers | enhancement priority: high | In the exam mode, when a student wants to finish his/her exam, he/she should be able to see his/her answers to those problems.
| 1.0 | Create an API for fetching problems and answers - In the exam mode, when a student wants to finish his/her exam, he/she should be able to see his/her answers to those problems.
| priority | create an api for fetching problems and answers in the exam mode when a student wants to finish his her exam he she should be able to see his her answers to those problems | 1 |
504,963 | 14,625,078,108 | IssuesEvent | 2020-12-23 07:48:17 | wso2/docs-apim | https://api.github.com/repos/wso2/docs-apim | closed | Axis2.xml configuration reset at startup for api-devportal profile | API-M-3.0.0 Component/ConfigCatalog Doc-Hackathon/km Priority/High | I setup a WSO2 3.0.0 instance with the profile api-devportal.
When I launch the profilesetup.sh for this profile, axis2.xml file is modified correctly by commenting two transportSender:
`INFO - Disabled the <transportSender name="ws" class="org.wso2.carbon.websocket.transport.WebsocketTransportSender"> from axis2.xml file`
`INFO - Disabled the <transportSender name="wss" class="org.wso2.carbon.websocket.transport.WebsocketTransportSender"> from axis2.xml file`
But when I start the instance with the profile api-devportal, axis2.xml configuration is dropped and those two tags are uncommented.
| 1.0 | Axis2.xml configuration reset at startup for api-devportal profile - I setup a WSO2 3.0.0 instance with the profile api-devportal.
When I launch the profilesetup.sh for this profile, axis2.xml file is modified correctly by commenting two transportSender:
`INFO - Disabled the <transportSender name="ws" class="org.wso2.carbon.websocket.transport.WebsocketTransportSender"> from axis2.xml file`
`INFO - Disabled the <transportSender name="wss" class="org.wso2.carbon.websocket.transport.WebsocketTransportSender"> from axis2.xml file`
But when I start the instance with the profile api-devportal, axis2.xml configuration is dropped and those two tags are uncommented.
| priority | xml configuration reset at startup for api devportal profile i setup a instance with the profile api devportal when i launch the profilesetup sh for this profile xml file is modified correctly by commenting two transportsender info disabled the from xml file info disabled the from xml file but when i start the instance with the profile api devportal xml configuration is dropped and those two tags are uncommented | 1 |
624,186 | 19,689,404,854 | IssuesEvent | 2022-01-12 04:08:38 | pytorch/pytorch | https://api.github.com/repos/pytorch/pytorch | closed | DISABLED test_default_store_timeout_nccl (__main__.TimeoutTest) | high priority triage review oncall: distributed module: rocm skipped | Platforms: rocm
See https://ci.pytorch.org/jenkins/job/pytorch-builds/job/pytorch-linux-bionic-rocm4.3.1-py3.6-test-distributed/6507//console.
Relevant snippet:
```
12:03:34 test_default_store_timeout_nccl (__main__.TimeoutTest) ... [W socket.cpp:334] The server socket has failed to bind to [::]:38655 (generic error: 98 - Address already in use).
12:03:36 [W socket.cpp:334] The server socket has failed to bind to 0.0.0.0:38655 (generic error: 98 - Address already in use).
12:03:36 [E socket.cpp:368] The server socket has failed to listen on any local network address.
12:03:36 ERROR (2.019s)
12:03:36
12:03:36 ======================================================================
12:03:36 ERROR [2.019s]: test_default_store_timeout_nccl (__main__.TimeoutTest)
12:03:36 ----------------------------------------------------------------------
12:03:36 Traceback (most recent call last):
12:03:36 File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_utils.py", line 3041, in wrapper
12:03:36 return func(*args, **kwargs)
12:03:36 File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_utils.py", line 2347, in wrapper
12:03:36 return func(*args, **kwargs)
12:03:36 File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_utils.py", line 3041, in wrapper
12:03:36 return func(*args, **kwargs)
12:03:36 File "distributed/test_c10d_nccl.py", line 181, in test_default_store_timeout_nccl
12:03:36 self._test_default_store_timeout("nccl")
12:03:36 File "/var/lib/jenkins/workspace/test/distributed/test_c10d_common.py", line 116, in _test_default_store_timeout
12:03:36 raise c2p[0]
12:03:36 File "/var/lib/jenkins/workspace/test/distributed/test_c10d_common.py", line 76, in _test_store_timeout
12:03:36 timeout=timedelta(seconds=1),
12:03:36 File "/opt/conda/lib/python3.6/site-packages/torch/distributed/distributed_c10d.py", line 593, in init_process_group
12:03:36 store, rank, world_size = next(rendezvous_iterator)
12:03:36 File "/opt/conda/lib/python3.6/site-packages/torch/distributed/rendezvous.py", line 183, in _tcp_rendezvous_handler
12:03:36 store = _create_c10d_store(result.hostname, result.port, rank, world_size, timeout)
12:03:36 File "/opt/conda/lib/python3.6/site-packages/torch/distributed/rendezvous.py", line 158, in _create_c10d_store
12:03:36 hostname, port, world_size, start_daemon, timeout, multi_tenant=True
12:03:36 RuntimeError: The server socket has failed to listen on any local network address. The server socket has failed to bind to [::]:38655 (generic error: 98 - Address already in use). The server socket has failed to bind to 0.0.0.0:38655 (generic error: 98 - Address already in use).
12:03:36
12:03:36 ----------------------------------------------------------------------
12:03:36 Ran 94 tests in 586.865s
12:03:36
12:03:36 FAILED (errors=1, skipped=11)
```
cc @ezyang @gchanan @zou3519 @bdhirsh @jbschlosser @pietern @mrshenli @pritamdamania87 @zhaojuanmao @satgera @rohan-varma @gqchen @aazzolini @osalpekar @jiayisuse @SciPioneer @H-Huang @jeffdaily @sunway513 @jithunnair-amd @ROCmSupport @KyleCZH | 1.0 | DISABLED test_default_store_timeout_nccl (__main__.TimeoutTest) - Platforms: rocm
See https://ci.pytorch.org/jenkins/job/pytorch-builds/job/pytorch-linux-bionic-rocm4.3.1-py3.6-test-distributed/6507//console.
Relevant snippet:
```
12:03:34 test_default_store_timeout_nccl (__main__.TimeoutTest) ... [W socket.cpp:334] The server socket has failed to bind to [::]:38655 (generic error: 98 - Address already in use).
12:03:36 [W socket.cpp:334] The server socket has failed to bind to 0.0.0.0:38655 (generic error: 98 - Address already in use).
12:03:36 [E socket.cpp:368] The server socket has failed to listen on any local network address.
12:03:36 ERROR (2.019s)
12:03:36
12:03:36 ======================================================================
12:03:36 ERROR [2.019s]: test_default_store_timeout_nccl (__main__.TimeoutTest)
12:03:36 ----------------------------------------------------------------------
12:03:36 Traceback (most recent call last):
12:03:36 File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_utils.py", line 3041, in wrapper
12:03:36 return func(*args, **kwargs)
12:03:36 File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_utils.py", line 2347, in wrapper
12:03:36 return func(*args, **kwargs)
12:03:36 File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_utils.py", line 3041, in wrapper
12:03:36 return func(*args, **kwargs)
12:03:36 File "distributed/test_c10d_nccl.py", line 181, in test_default_store_timeout_nccl
12:03:36 self._test_default_store_timeout("nccl")
12:03:36 File "/var/lib/jenkins/workspace/test/distributed/test_c10d_common.py", line 116, in _test_default_store_timeout
12:03:36 raise c2p[0]
12:03:36 File "/var/lib/jenkins/workspace/test/distributed/test_c10d_common.py", line 76, in _test_store_timeout
12:03:36 timeout=timedelta(seconds=1),
12:03:36 File "/opt/conda/lib/python3.6/site-packages/torch/distributed/distributed_c10d.py", line 593, in init_process_group
12:03:36 store, rank, world_size = next(rendezvous_iterator)
12:03:36 File "/opt/conda/lib/python3.6/site-packages/torch/distributed/rendezvous.py", line 183, in _tcp_rendezvous_handler
12:03:36 store = _create_c10d_store(result.hostname, result.port, rank, world_size, timeout)
12:03:36 File "/opt/conda/lib/python3.6/site-packages/torch/distributed/rendezvous.py", line 158, in _create_c10d_store
12:03:36 hostname, port, world_size, start_daemon, timeout, multi_tenant=True
12:03:36 RuntimeError: The server socket has failed to listen on any local network address. The server socket has failed to bind to [::]:38655 (generic error: 98 - Address already in use). The server socket has failed to bind to 0.0.0.0:38655 (generic error: 98 - Address already in use).
12:03:36
12:03:36 ----------------------------------------------------------------------
12:03:36 Ran 94 tests in 586.865s
12:03:36
12:03:36 FAILED (errors=1, skipped=11)
```
cc @ezyang @gchanan @zou3519 @bdhirsh @jbschlosser @pietern @mrshenli @pritamdamania87 @zhaojuanmao @satgera @rohan-varma @gqchen @aazzolini @osalpekar @jiayisuse @SciPioneer @H-Huang @jeffdaily @sunway513 @jithunnair-amd @ROCmSupport @KyleCZH | priority | disabled test default store timeout nccl main timeouttest platforms rocm see relevant snippet test default store timeout nccl main timeouttest the server socket has failed to bind to generic error address already in use the server socket has failed to bind to generic error address already in use the server socket has failed to listen on any local network address error error test default store timeout nccl main timeouttest traceback most recent call last file opt conda lib site packages torch testing internal common utils py line in wrapper return func args kwargs file opt conda lib site packages torch testing internal common utils py line in wrapper return func args kwargs file opt conda lib site packages torch testing internal common utils py line in wrapper return func args kwargs file distributed test nccl py line in test default store timeout nccl self test default store timeout nccl file var lib jenkins workspace test distributed test common py line in test default store timeout raise file var lib jenkins workspace test distributed test common py line in test store timeout timeout timedelta seconds file opt conda lib site packages torch distributed distributed py line in init process group store rank world size next rendezvous iterator file opt conda lib site packages torch distributed rendezvous py line in tcp rendezvous handler store create store result hostname result port rank world size timeout file opt conda lib site packages torch distributed rendezvous py line in create store hostname port world size start daemon timeout multi tenant true runtimeerror the server socket has failed to listen on any local network address the server socket has failed to bind to generic error address already in use the server socket has failed to bind to generic error address already in use ran tests in failed errors skipped cc ezyang gchanan bdhirsh jbschlosser pietern mrshenli zhaojuanmao satgera rohan varma gqchen aazzolini osalpekar jiayisuse scipioneer h huang jeffdaily jithunnair amd rocmsupport kyleczh | 1 |
380,460 | 11,261,427,655 | IssuesEvent | 2020-01-13 12:43:45 | godotengine/godot | https://api.github.com/repos/godotengine/godot | closed | 3.2 BETA 6 - Android Crash - No implementation found for double_tap(int, int) exception. | bug high priority platform:android regression topic:input topic:porting | **Godot version:**
3.2 BETA 6
**OS/device including version:**
Windows 10 Pro 64 bit 1909
**Issue description:**
Since updating to BETA 6, my Android app now crashes when the screen is touched too rapidly. Same app worked fine in BETA 5. This issue is present when using regular Android deployment, as well as a custom build. Logcat output points to:
`java.lang.UnsatisfiedLinkError: No implementation found for void org.godotengine.godot.GodotLib.double_tap(int, int) (tried Java_org_godotengine_godot_GodotLib_double_1tap and Java_org_godotengine_godot_GodotLib_double_1tap__II)`
**Steps to reproduce:**
Deploy an app to Android and tap the screen rapidly
If you need any more information, please let me know. Thanks. | 1.0 | 3.2 BETA 6 - Android Crash - No implementation found for double_tap(int, int) exception. - **Godot version:**
3.2 BETA 6
**OS/device including version:**
Windows 10 Pro 64 bit 1909
**Issue description:**
Since updating to BETA 6, my Android app now crashes when the screen is touched too rapidly. Same app worked fine in BETA 5. This issue is present when using regular Android deployment, as well as a custom build. Logcat output points to:
`java.lang.UnsatisfiedLinkError: No implementation found for void org.godotengine.godot.GodotLib.double_tap(int, int) (tried Java_org_godotengine_godot_GodotLib_double_1tap and Java_org_godotengine_godot_GodotLib_double_1tap__II)`
**Steps to reproduce:**
Deploy an app to Android and tap the screen rapidly
If you need any more information, please let me know. Thanks. | priority | beta android crash no implementation found for double tap int int exception godot version beta os device including version windows pro bit issue description since updating to beta my android app now crashes when the screen is touched too rapidly same app worked fine in beta this issue is present when using regular android deployment as well as a custom build logcat output points to java lang unsatisfiedlinkerror no implementation found for void org godotengine godot godotlib double tap int int tried java org godotengine godot godotlib double and java org godotengine godot godotlib double ii steps to reproduce deploy an app to android and tap the screen rapidly if you need any more information please let me know thanks | 1 |
266,842 | 8,375,765,450 | IssuesEvent | 2018-10-05 17:30:51 | openshiftio/openshift.io | https://api.github.com/repos/openshiftio/openshift.io | closed | [Intermittent issue][Planner]: The planner screen gets stuck with a spinner on the left and no work items | SEV2-high area/planner priority/P4 team/planner type/bug | The planner screen gets stuck with a spinner on the left and no work items. | 1.0 | [Intermittent issue][Planner]: The planner screen gets stuck with a spinner on the left and no work items - The planner screen gets stuck with a spinner on the left and no work items. | priority | the planner screen gets stuck with a spinner on the left and no work items the planner screen gets stuck with a spinner on the left and no work items | 1 |
760,943 | 26,661,172,043 | IssuesEvent | 2023-01-25 21:15:59 | dmwm/WMCore | https://api.github.com/repos/dmwm/WMCore | closed | [MS] Define a MSPileup pileup data structure to be persisted in the database | New Feature High Priority Stakeholders MSPileup QPrio: High | **Impact of the new feature**
New WMCore microservice
**Is your feature request related to a problem? Please describe.**
Creation of a new microservice to make pileup management more efficient and easier.
Subtask of https://github.com/dmwm/WMCore/issues/9779
**Describe the solution you'd like**
We need to define the relevant attributes for a pileup object - which will be persisted in the database - such that this future microservice can automatically act on it according to the values provided by an user. This needs to be further discussed with the P&R team.
The expected values are supposed to be extracted from the P&R campaign dictionary:
https://github.com/CMSCompOps/WmAgentScripts/blob/master/campaigns.json
A candidate data structure has been mentioned in this ticket: https://github.com/dmwm/WMCore/issues/9779. Here is an slightly improved version of it:
```
{"pileupName": string with the pileup dataset,
"pileupType": string with a constant value (classic or premix),
"insertTime": "human readable date/time of when this pileup object was added to the system",
"lastUpdateTime": "human readable date/time of when this pileup object was last modified by an user",
"expectedRSEs": ["Disk1", "Disk2", etc], # these values need to be validated against Rucio
"currentRSEs": ["Disk1", "Disk3"], # values provided by the MS itself
"fullReplicas": integer, # total number of replicas to keep on Disk (will eventually make expectedRSEs meaningless)
"campaigns": ["camp1", "camp2", etc] # list of workflow campaigns using this pileup
"containerFraction": real number with the container fraction to be distributed (TBFD)
"replicationGrouping": string with a constant value (DATASET or ALL, to be in sync with Rucio)
"activatedOn": "human readable date/time of when this pileup object was **last** activated,
"deactivatedOn": "human readable date/time of when this pileup object was **last** deactivated,
"active": True/False}
```
where:
* pileupType: string with either "premix" or "classic" value. Identifying which pileup data it corresponds to.
* insertTime: contains the timestamp of when this pileup id was first defined in the microservice (by an user)
* lastUpdateTime: contains the timestamp of the last modification made to this pileup structure (by an user)
* expectedRSEs: to be provided by someone (P&R and/or DM). This list of RSEs need to be properly validated against the known RSE names and ensured that it corresponds to a Disk RSE.
* currentRSEs: to be filled up by the microservice itself, as a result of continuous data location. Once there is a lock for the pileup id in question, the RSE name should be written here.
* fullReplicas: will eventually superseed "expectedRSEs". To be used whenever the microservice is mature enough and automatic data placement decisions can be performed.
* active: whether the pileup id is meant to be used by any campaign/workflow. `False` means it's no longer used and that replicas should be removed from Disk.
These pileup objects are supposed to be stored in a central database (MongoDB?) in a single document, with a list data structure like:
```
[<pileup object 1>, <pileup object 2>, ..., <pileup object n>]
```
UPDATE (on Jan/13/2023):
As discussed with Hasan in the P&R meeting, we agreed that these objects need to carry a campaign information in which they are actually being used. Here is a list of pileup parameters that we would like to add, either for an immediate use or for a potential near future:
* `campaigns`: a list of campaign strings. This information is directly associated to the campaign configuration
we also think that there would be value in having the following parameters, but their utilization isn't yet fully clear and it might depend on further discussions with other groups. Given that this object is supposed to be small enough, I think we should add them, even if their functionality isn't implemented at this moment. They are:
* `containerFraction`: a real number that corresponds to the fraction number of blocks to be replicated in a given RSE (default value is 1.0, full container at the same RSE - only supported case at this very moment)
* `replicationGrouping`: matching the grouping granularity field provided by Rucio. Allowed values would be DATASET (data placement by block) or ALL (whole container is placed under the same RSE)
* `activatedOn`: human friendly date of when this pileup last became active
* `deactivatedOn`: human friendly date of when this pileup last became deactive.
Alternative for the activatedOn/deactivatedOn parameters would be to provide an activeTransition list that gets a new item every time the pileup changes its active status.
**Describe alternatives you've considered**
Perhaps it would be important to plan for two other fields to the configuration, like:
* `pileupSize`: to be updated by the microservice itself with the current size of the pileup in bytes
* `rulesList`: list of strings (rules) used to lock the pileup id.
**Additional context**
None
| 1.0 | [MS] Define a MSPileup pileup data structure to be persisted in the database - **Impact of the new feature**
New WMCore microservice
**Is your feature request related to a problem? Please describe.**
Creation of a new microservice to make pileup management more efficient and easier.
Subtask of https://github.com/dmwm/WMCore/issues/9779
**Describe the solution you'd like**
We need to define the relevant attributes for a pileup object - which will be persisted in the database - such that this future microservice can automatically act on it according to the values provided by an user. This needs to be further discussed with the P&R team.
The expected values are supposed to be extracted from the P&R campaign dictionary:
https://github.com/CMSCompOps/WmAgentScripts/blob/master/campaigns.json
A candidate data structure has been mentioned in this ticket: https://github.com/dmwm/WMCore/issues/9779. Here is an slightly improved version of it:
```
{"pileupName": string with the pileup dataset,
"pileupType": string with a constant value (classic or premix),
"insertTime": "human readable date/time of when this pileup object was added to the system",
"lastUpdateTime": "human readable date/time of when this pileup object was last modified by an user",
"expectedRSEs": ["Disk1", "Disk2", etc], # these values need to be validated against Rucio
"currentRSEs": ["Disk1", "Disk3"], # values provided by the MS itself
"fullReplicas": integer, # total number of replicas to keep on Disk (will eventually make expectedRSEs meaningless)
"campaigns": ["camp1", "camp2", etc] # list of workflow campaigns using this pileup
"containerFraction": real number with the container fraction to be distributed (TBFD)
"replicationGrouping": string with a constant value (DATASET or ALL, to be in sync with Rucio)
"activatedOn": "human readable date/time of when this pileup object was **last** activated,
"deactivatedOn": "human readable date/time of when this pileup object was **last** deactivated,
"active": True/False}
```
where:
* pileupType: string with either "premix" or "classic" value. Identifying which pileup data it corresponds to.
* insertTime: contains the timestamp of when this pileup id was first defined in the microservice (by an user)
* lastUpdateTime: contains the timestamp of the last modification made to this pileup structure (by an user)
* expectedRSEs: to be provided by someone (P&R and/or DM). This list of RSEs need to be properly validated against the known RSE names and ensured that it corresponds to a Disk RSE.
* currentRSEs: to be filled up by the microservice itself, as a result of continuous data location. Once there is a lock for the pileup id in question, the RSE name should be written here.
* fullReplicas: will eventually superseed "expectedRSEs". To be used whenever the microservice is mature enough and automatic data placement decisions can be performed.
* active: whether the pileup id is meant to be used by any campaign/workflow. `False` means it's no longer used and that replicas should be removed from Disk.
These pileup objects are supposed to be stored in a central database (MongoDB?) in a single document, with a list data structure like:
```
[<pileup object 1>, <pileup object 2>, ..., <pileup object n>]
```
UPDATE (on Jan/13/2023):
As discussed with Hasan in the P&R meeting, we agreed that these objects need to carry a campaign information in which they are actually being used. Here is a list of pileup parameters that we would like to add, either for an immediate use or for a potential near future:
* `campaigns`: a list of campaign strings. This information is directly associated to the campaign configuration
we also think that there would be value in having the following parameters, but their utilization isn't yet fully clear and it might depend on further discussions with other groups. Given that this object is supposed to be small enough, I think we should add them, even if their functionality isn't implemented at this moment. They are:
* `containerFraction`: a real number that corresponds to the fraction number of blocks to be replicated in a given RSE (default value is 1.0, full container at the same RSE - only supported case at this very moment)
* `replicationGrouping`: matching the grouping granularity field provided by Rucio. Allowed values would be DATASET (data placement by block) or ALL (whole container is placed under the same RSE)
* `activatedOn`: human friendly date of when this pileup last became active
* `deactivatedOn`: human friendly date of when this pileup last became deactive.
Alternative for the activatedOn/deactivatedOn parameters would be to provide an activeTransition list that gets a new item every time the pileup changes its active status.
**Describe alternatives you've considered**
Perhaps it would be important to plan for two other fields to the configuration, like:
* `pileupSize`: to be updated by the microservice itself with the current size of the pileup in bytes
* `rulesList`: list of strings (rules) used to lock the pileup id.
**Additional context**
None
| priority | define a mspileup pileup data structure to be persisted in the database impact of the new feature new wmcore microservice is your feature request related to a problem please describe creation of a new microservice to make pileup management more efficient and easier subtask of describe the solution you d like we need to define the relevant attributes for a pileup object which will be persisted in the database such that this future microservice can automatically act on it according to the values provided by an user this needs to be further discussed with the p r team the expected values are supposed to be extracted from the p r campaign dictionary a candidate data structure has been mentioned in this ticket here is an slightly improved version of it pileupname string with the pileup dataset pileuptype string with a constant value classic or premix inserttime human readable date time of when this pileup object was added to the system lastupdatetime human readable date time of when this pileup object was last modified by an user expectedrses these values need to be validated against rucio currentrses values provided by the ms itself fullreplicas integer total number of replicas to keep on disk will eventually make expectedrses meaningless campaigns list of workflow campaigns using this pileup containerfraction real number with the container fraction to be distributed tbfd replicationgrouping string with a constant value dataset or all to be in sync with rucio activatedon human readable date time of when this pileup object was last activated deactivatedon human readable date time of when this pileup object was last deactivated active true false where pileuptype string with either premix or classic value identifying which pileup data it corresponds to inserttime contains the timestamp of when this pileup id was first defined in the microservice by an user lastupdatetime contains the timestamp of the last modification made to this pileup structure by an user expectedrses to be provided by someone p r and or dm this list of rses need to be properly validated against the known rse names and ensured that it corresponds to a disk rse currentrses to be filled up by the microservice itself as a result of continuous data location once there is a lock for the pileup id in question the rse name should be written here fullreplicas will eventually superseed expectedrses to be used whenever the microservice is mature enough and automatic data placement decisions can be performed active whether the pileup id is meant to be used by any campaign workflow false means it s no longer used and that replicas should be removed from disk these pileup objects are supposed to be stored in a central database mongodb in a single document with a list data structure like update on jan as discussed with hasan in the p r meeting we agreed that these objects need to carry a campaign information in which they are actually being used here is a list of pileup parameters that we would like to add either for an immediate use or for a potential near future campaigns a list of campaign strings this information is directly associated to the campaign configuration we also think that there would be value in having the following parameters but their utilization isn t yet fully clear and it might depend on further discussions with other groups given that this object is supposed to be small enough i think we should add them even if their functionality isn t implemented at this moment they are containerfraction a real number that corresponds to the fraction number of blocks to be replicated in a given rse default value is full container at the same rse only supported case at this very moment replicationgrouping matching the grouping granularity field provided by rucio allowed values would be dataset data placement by block or all whole container is placed under the same rse activatedon human friendly date of when this pileup last became active deactivatedon human friendly date of when this pileup last became deactive alternative for the activatedon deactivatedon parameters would be to provide an activetransition list that gets a new item every time the pileup changes its active status describe alternatives you ve considered perhaps it would be important to plan for two other fields to the configuration like pileupsize to be updated by the microservice itself with the current size of the pileup in bytes ruleslist list of strings rules used to lock the pileup id additional context none | 1 |
789,476 | 27,791,554,972 | IssuesEvent | 2023-03-17 09:18:50 | telerik/kendo-ui-core | https://api.github.com/repos/telerik/kendo-ui-core | opened | ListView throws exception when no template handler is supplied | SEV: High S: Wrappers (ASP.NET Core) Priority 5 | ### Bug report
ListView throws exception when no template handler is supplied
### Reproduction of the problem
Configure a ListView with template id and don't provide a template handler.
### Current behavior
An exception is thrown.
### Expected/desired behavior
Should work as expected.
### Workaround
Set a ClientTemplateHandler with a dummy value.
```
.ClientTemplateHandler("template")
```
### Environment
* **Kendo UI version:** 202x.r.ddd
* **jQuery version:** x.y
* **Browser:** [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
| 1.0 | ListView throws exception when no template handler is supplied - ### Bug report
ListView throws exception when no template handler is supplied
### Reproduction of the problem
Configure a ListView with template id and don't provide a template handler.
### Current behavior
An exception is thrown.
### Expected/desired behavior
Should work as expected.
### Workaround
Set a ClientTemplateHandler with a dummy value.
```
.ClientTemplateHandler("template")
```
### Environment
* **Kendo UI version:** 202x.r.ddd
* **jQuery version:** x.y
* **Browser:** [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
| priority | listview throws exception when no template handler is supplied bug report listview throws exception when no template handler is supplied reproduction of the problem configure a listview with template id and don t provide a template handler current behavior an exception is thrown expected desired behavior should work as expected workaround set a clienttemplatehandler with a dummy value clienttemplatehandler template environment kendo ui version r ddd jquery version x y browser | 1 |
70,583 | 3,332,283,592 | IssuesEvent | 2015-11-11 19:27:40 | DICE-UNC/irods-cloud-browser | https://api.github.com/repos/DICE-UNC/irods-cloud-browser | opened | delete a starred file shows 'no data in ca' error | bug Highest Priority | go to dfc1
select starred
select file (e.g. milton.txt)
Go to info page
use delete action
see 'no data in catalog' error | 1.0 | delete a starred file shows 'no data in ca' error - go to dfc1
select starred
select file (e.g. milton.txt)
Go to info page
use delete action
see 'no data in catalog' error | priority | delete a starred file shows no data in ca error go to select starred select file e g milton txt go to info page use delete action see no data in catalog error | 1 |
137,228 | 5,300,406,095 | IssuesEvent | 2017-02-10 04:41:35 | Baystation12/Baystation12 | https://api.github.com/repos/Baystation12/Baystation12 | closed | Runtime in organ_external.dm,750: Cannot execute null.get flesh colour(). | priority: high ⚠ runtime error ☢ | Runtime at organ_external.dm,750 on 5bb4caa8bc410ca5ac71515682a225916b78beeb:
```
Runtime in organ_external.dm,750: Cannot execute null.get flesh colour().
proc name: droplimb (/obj/item/organ/external/proc/droplimb)
usr: Flick Tanner (/mob/living/carbon/human) ([0x3000047]) (the floor) (108,120,4) (/turf/simulated/floor/tiled/white) (robuster1337)
usr.loc: The floor (/turf/simulated/floor/tiled/white) ([0x1023223]) (108,120,4) (/area/medical/surgery)
src: the left arm (/obj/item/organ/external/arm)
src.loc: Ty Connor (/mob/living/carbon/human)
call stack:
the left arm (/obj/item/organ/external/arm): droplimb(1, 0, null, null)
/datum/surgery_step/generic/am... (/datum/surgery_step/generic/amputate): end step(Flick Tanner (/mob/living/carbon/human), Ty Connor (/mob/living/carbon/human), "l_arm", the circular saw (/obj/item/weapon/circular_saw))
the circular saw (/obj/item/weapon/circular_saw): do surgery(Ty Connor (/mob/living/carbon/human), Flick Tanner (/mob/living/carbon/human))
Ty Connor (/mob/living/carbon/human): attackby(the circular saw (/obj/item/weapon/circular_saw), Flick Tanner (/mob/living/carbon/human), "icon-x=17;icon-y=23;left=1;scr...")
Ty Connor (/mob/living/carbon/human): attackby(the circular saw (/obj/item/weapon/circular_saw), Flick Tanner (/mob/living/carbon/human), "icon-x=17;icon-y=23;left=1;scr...")
the circular saw (/obj/item/weapon/circular_saw): resolve attackby(Ty Connor (/mob/living/carbon/human), Flick Tanner (/mob/living/carbon/human), "icon-x=17;icon-y=23;left=1;scr...")
Flick Tanner (/mob/living/carbon/human): ClickOn(Ty Connor (/mob/living/carbon/human), "icon-x=17;icon-y=23;left=1;scr...")
Ty Connor (/mob/living/carbon/human): Click(the floor (108,121,4) (/turf/simulated/floor/tiled/white), "mapwindow.map", "icon-x=17;icon-y=23;left=1;scr...")
``` | 1.0 | Runtime in organ_external.dm,750: Cannot execute null.get flesh colour(). - Runtime at organ_external.dm,750 on 5bb4caa8bc410ca5ac71515682a225916b78beeb:
```
Runtime in organ_external.dm,750: Cannot execute null.get flesh colour().
proc name: droplimb (/obj/item/organ/external/proc/droplimb)
usr: Flick Tanner (/mob/living/carbon/human) ([0x3000047]) (the floor) (108,120,4) (/turf/simulated/floor/tiled/white) (robuster1337)
usr.loc: The floor (/turf/simulated/floor/tiled/white) ([0x1023223]) (108,120,4) (/area/medical/surgery)
src: the left arm (/obj/item/organ/external/arm)
src.loc: Ty Connor (/mob/living/carbon/human)
call stack:
the left arm (/obj/item/organ/external/arm): droplimb(1, 0, null, null)
/datum/surgery_step/generic/am... (/datum/surgery_step/generic/amputate): end step(Flick Tanner (/mob/living/carbon/human), Ty Connor (/mob/living/carbon/human), "l_arm", the circular saw (/obj/item/weapon/circular_saw))
the circular saw (/obj/item/weapon/circular_saw): do surgery(Ty Connor (/mob/living/carbon/human), Flick Tanner (/mob/living/carbon/human))
Ty Connor (/mob/living/carbon/human): attackby(the circular saw (/obj/item/weapon/circular_saw), Flick Tanner (/mob/living/carbon/human), "icon-x=17;icon-y=23;left=1;scr...")
Ty Connor (/mob/living/carbon/human): attackby(the circular saw (/obj/item/weapon/circular_saw), Flick Tanner (/mob/living/carbon/human), "icon-x=17;icon-y=23;left=1;scr...")
the circular saw (/obj/item/weapon/circular_saw): resolve attackby(Ty Connor (/mob/living/carbon/human), Flick Tanner (/mob/living/carbon/human), "icon-x=17;icon-y=23;left=1;scr...")
Flick Tanner (/mob/living/carbon/human): ClickOn(Ty Connor (/mob/living/carbon/human), "icon-x=17;icon-y=23;left=1;scr...")
Ty Connor (/mob/living/carbon/human): Click(the floor (108,121,4) (/turf/simulated/floor/tiled/white), "mapwindow.map", "icon-x=17;icon-y=23;left=1;scr...")
``` | priority | runtime in organ external dm cannot execute null get flesh colour runtime at organ external dm on runtime in organ external dm cannot execute null get flesh colour proc name droplimb obj item organ external proc droplimb usr flick tanner mob living carbon human the floor turf simulated floor tiled white usr loc the floor turf simulated floor tiled white area medical surgery src the left arm obj item organ external arm src loc ty connor mob living carbon human call stack the left arm obj item organ external arm droplimb null null datum surgery step generic am datum surgery step generic amputate end step flick tanner mob living carbon human ty connor mob living carbon human l arm the circular saw obj item weapon circular saw the circular saw obj item weapon circular saw do surgery ty connor mob living carbon human flick tanner mob living carbon human ty connor mob living carbon human attackby the circular saw obj item weapon circular saw flick tanner mob living carbon human icon x icon y left scr ty connor mob living carbon human attackby the circular saw obj item weapon circular saw flick tanner mob living carbon human icon x icon y left scr the circular saw obj item weapon circular saw resolve attackby ty connor mob living carbon human flick tanner mob living carbon human icon x icon y left scr flick tanner mob living carbon human clickon ty connor mob living carbon human icon x icon y left scr ty connor mob living carbon human click the floor turf simulated floor tiled white mapwindow map icon x icon y left scr | 1 |
395,693 | 11,695,223,329 | IssuesEvent | 2020-03-06 06:54:49 | wc-work/crumby | https://api.github.com/repos/wc-work/crumby | closed | about-rework | high priority | - [x] Remove Hero Image
- [x] Add Carousel to top
- [x] H A T acronym clickable
- [x] Place quote below carousel
- [x] Remove subscribe section
- [x] Add Our Story section at bottom | 1.0 | about-rework - - [x] Remove Hero Image
- [x] Add Carousel to top
- [x] H A T acronym clickable
- [x] Place quote below carousel
- [x] Remove subscribe section
- [x] Add Our Story section at bottom | priority | about rework remove hero image add carousel to top h a t acronym clickable place quote below carousel remove subscribe section add our story section at bottom | 1 |
134,346 | 5,224,853,605 | IssuesEvent | 2017-01-27 16:33:36 | python/mypy | https://api.github.com/repos/python/mypy | closed | Confused error for d.get(k, None) in certain generic context | bug priority-0-high topic-type-variables | Example (boiled down from something larger):
```python
from typing import *
_KT = TypeVar('_KT')
_VT = TypeVar('_VT')
def foo(dd):
# type: (Dict[_KT, _VT]) -> _VT
for k in dd:
return dd.get(k, None)
```
The last line gives
```
__tmp__.py:9: error: Argument 1 to "get" of "Mapping" has incompatible type "_KT"; expected "_VT"
```
When I replace `dd.get(k, None)` with `dd.get(k)` the error goes away (even though it should mean the same). This is not new (it behaves the same with version 0.470, and the recent updates to typeshed for get() don't seem to make a difference).
The key factor seems to be the `_VT` context forced upon the `get()` call via the context from the return statement.
| 1.0 | Confused error for d.get(k, None) in certain generic context - Example (boiled down from something larger):
```python
from typing import *
_KT = TypeVar('_KT')
_VT = TypeVar('_VT')
def foo(dd):
# type: (Dict[_KT, _VT]) -> _VT
for k in dd:
return dd.get(k, None)
```
The last line gives
```
__tmp__.py:9: error: Argument 1 to "get" of "Mapping" has incompatible type "_KT"; expected "_VT"
```
When I replace `dd.get(k, None)` with `dd.get(k)` the error goes away (even though it should mean the same). This is not new (it behaves the same with version 0.470, and the recent updates to typeshed for get() don't seem to make a difference).
The key factor seems to be the `_VT` context forced upon the `get()` call via the context from the return statement.
| priority | confused error for d get k none in certain generic context example boiled down from something larger python from typing import kt typevar kt vt typevar vt def foo dd type dict vt for k in dd return dd get k none the last line gives tmp py error argument to get of mapping has incompatible type kt expected vt when i replace dd get k none with dd get k the error goes away even though it should mean the same this is not new it behaves the same with version and the recent updates to typeshed for get don t seem to make a difference the key factor seems to be the vt context forced upon the get call via the context from the return statement | 1 |
227,505 | 7,534,233,827 | IssuesEvent | 2018-04-16 07:15:53 | wso2/testgrid | https://api.github.com/repos/wso2/testgrid | closed | Testgrid prod dashboard does not load | Priority/High Severity/Critical Type/Bug | **Description:**
I get following error message:

Issue fixed after clearing the cookies. But, issues like this keeps happening, so we need to carefully analyze and fix the dashboard. This is a critical piece of testgrid work.
**Affected Product Version:**
0.9.0-m18
**OS, DB, other environment details and versions:**
Google Chrome Version 62.0.3202.62 (Official Build) (64-bit)
**Steps to reproduce:**
This can possibly be reproduced with stale browser data and cookies. I cleared the cookies, so we may have to identify a fix by reading the code.
**Related Issues:**
We previously had an issue due to service-worker, above is not about that as I see: #551
<!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. --> | 1.0 | Testgrid prod dashboard does not load - **Description:**
I get following error message:

Issue fixed after clearing the cookies. But, issues like this keeps happening, so we need to carefully analyze and fix the dashboard. This is a critical piece of testgrid work.
**Affected Product Version:**
0.9.0-m18
**OS, DB, other environment details and versions:**
Google Chrome Version 62.0.3202.62 (Official Build) (64-bit)
**Steps to reproduce:**
This can possibly be reproduced with stale browser data and cookies. I cleared the cookies, so we may have to identify a fix by reading the code.
**Related Issues:**
We previously had an issue due to service-worker, above is not about that as I see: #551
<!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. --> | priority | testgrid prod dashboard does not load description i get following error message issue fixed after clearing the cookies but issues like this keeps happening so we need to carefully analyze and fix the dashboard this is a critical piece of testgrid work affected product version os db other environment details and versions google chrome version official build bit steps to reproduce this can possibly be reproduced with stale browser data and cookies i cleared the cookies so we may have to identify a fix by reading the code related issues we previously had an issue due to service worker above is not about that as i see | 1 |
101,515 | 4,119,370,451 | IssuesEvent | 2016-06-08 14:42:03 | bedita/bedita | https://api.github.com/repos/bedita/bedita | closed | Publications: alert user if a section has no parent section or publication | Module - Publications Priority - High Topic - Database Topic - UI Type - Bug | When opening a section in backend that has an incosistency error like missing parent a warning / error message should be notified to users | 1.0 | Publications: alert user if a section has no parent section or publication - When opening a section in backend that has an incosistency error like missing parent a warning / error message should be notified to users | priority | publications alert user if a section has no parent section or publication when opening a section in backend that has an incosistency error like missing parent a warning error message should be notified to users | 1 |
767,537 | 26,930,406,862 | IssuesEvent | 2023-02-07 16:26:36 | GoogleCloudPlatform/dataproc-templates | https://api.github.com/repos/GoogleCloudPlatform/dataproc-templates | closed | [Publishing] Create Gcloud commands and rest API for below templates. Target Spanner | publishing python java high-priority | 1. Java - JDBCToSpanner
2. Java - GCSToSpanner
Add the commands in : go/go/dataproc-gcp-documentation-internal document also contains commands for reference from other templates | 1.0 | [Publishing] Create Gcloud commands and rest API for below templates. Target Spanner - 1. Java - JDBCToSpanner
2. Java - GCSToSpanner
Add the commands in : go/go/dataproc-gcp-documentation-internal document also contains commands for reference from other templates | priority | create gcloud commands and rest api for below templates target spanner java jdbctospanner java gcstospanner add the commands in go go dataproc gcp documentation internal document also contains commands for reference from other templates | 1 |
532,103 | 15,529,762,602 | IssuesEvent | 2021-03-13 16:27:22 | nhost/cli | https://api.github.com/repos/nhost/cli | closed | More env vars | Priority: High Status: Available Type: Bug | add:
```
DEFAULT_ALLOWED_USER_ROLES
ALLOWED_USER_ROLES
REGISTRATION_CUSTOM_FIELDS
```
These values for these env vars should be synced during `nhost init`. | 1.0 | More env vars - add:
```
DEFAULT_ALLOWED_USER_ROLES
ALLOWED_USER_ROLES
REGISTRATION_CUSTOM_FIELDS
```
These values for these env vars should be synced during `nhost init`. | priority | more env vars add default allowed user roles allowed user roles registration custom fields these values for these env vars should be synced during nhost init | 1 |
366,739 | 10,825,677,433 | IssuesEvent | 2019-11-09 17:19:00 | AugurProject/augur | https://api.github.com/repos/AugurProject/augur | opened | Order ticket displaying incorrect info when having a position | Bug Priority: High | Here shows my current position....long 2350 SF at avg price of .58

Here shows the order ticket, trying to sell out 100 shares at .6....Says New position and is giving me info as if it is a new position....it should say closing position and show my my potential PnL
 | 1.0 | Order ticket displaying incorrect info when having a position - Here shows my current position....long 2350 SF at avg price of .58

Here shows the order ticket, trying to sell out 100 shares at .6....Says New position and is giving me info as if it is a new position....it should say closing position and show my my potential PnL
 | priority | order ticket displaying incorrect info when having a position here shows my current position long sf at avg price of here shows the order ticket trying to sell out shares at says new position and is giving me info as if it is a new position it should say closing position and show my my potential pnl | 1 |
325,284 | 9,922,007,583 | IssuesEvent | 2019-06-30 23:35:06 | SIGBlockchain/project_aurum | https://api.github.com/repos/SIGBlockchain/project_aurum | closed | Create a config.json file for the producer | Priority: High Type: Enhancement | Should contain the following key-value pairs:
```
{
Version: 1,
InitialAurumSupply: 5000,
Port: "10000",
BlockProductionInterval: "30000ms",
Debug: true,
}
```
NOTE: These are placeholder values. | 1.0 | Create a config.json file for the producer - Should contain the following key-value pairs:
```
{
Version: 1,
InitialAurumSupply: 5000,
Port: "10000",
BlockProductionInterval: "30000ms",
Debug: true,
}
```
NOTE: These are placeholder values. | priority | create a config json file for the producer should contain the following key value pairs version initialaurumsupply port blockproductioninterval debug true note these are placeholder values | 1 |
64,359 | 3,210,914,784 | IssuesEvent | 2015-10-06 07:44:48 | punongbayan-araullo/tickets | https://api.github.com/repos/punongbayan-araullo/tickets | opened | Change the first sentence in the "About us" at the bottom of the homepage to "Punongbayan & Araullo (P&A) is the Philippine member firm within Grant Thornton International Ltd, one of the world's leading organizations of independently owned and managed accounting and consulting firms." | priority - high status - accepted system - website type - modification | Change the first sentence in the "About us" at the bottom of the homepage to "Punongbayan & Araullo (P&A) is the Philippine member firm within Grant Thornton International Ltd, one of the world's leading organizations of independently owned and managed accounting and consulting firms." | 1.0 | Change the first sentence in the "About us" at the bottom of the homepage to "Punongbayan & Araullo (P&A) is the Philippine member firm within Grant Thornton International Ltd, one of the world's leading organizations of independently owned and managed accounting and consulting firms." - Change the first sentence in the "About us" at the bottom of the homepage to "Punongbayan & Araullo (P&A) is the Philippine member firm within Grant Thornton International Ltd, one of the world's leading organizations of independently owned and managed accounting and consulting firms." | priority | change the first sentence in the about us at the bottom of the homepage to punongbayan araullo p a is the philippine member firm within grant thornton international ltd one of the world s leading organizations of independently owned and managed accounting and consulting firms change the first sentence in the about us at the bottom of the homepage to punongbayan araullo p a is the philippine member firm within grant thornton international ltd one of the world s leading organizations of independently owned and managed accounting and consulting firms | 1 |
602,485 | 18,470,157,364 | IssuesEvent | 2021-10-17 15:49:36 | AY2122S1-CS2103T-T17-1/tp | https://api.github.com/repos/AY2122S1-CS2103T-T17-1/tp | closed | Update Ui with removed Person class | type.Task priority.High severity.High | Configure such that Ui does not have any signs of Person class left, only Supplier/Customer/Employee | 1.0 | Update Ui with removed Person class - Configure such that Ui does not have any signs of Person class left, only Supplier/Customer/Employee | priority | update ui with removed person class configure such that ui does not have any signs of person class left only supplier customer employee | 1 |
444,872 | 12,822,235,126 | IssuesEvent | 2020-07-06 09:28:12 | nestdotland/api | https://api.github.com/repos/nestdotland/api | closed | [FEATURE] Twig handler | aspect: packages aspect: uploads priority: high type: feature | **What?**
A seperate twig req and res handler for the API to make things more clean and readable.
**How?**
We'll be having a different crate in the root that managing twig operations. | 1.0 | [FEATURE] Twig handler - **What?**
A seperate twig req and res handler for the API to make things more clean and readable.
**How?**
We'll be having a different crate in the root that managing twig operations. | priority | twig handler what a seperate twig req and res handler for the api to make things more clean and readable how we ll be having a different crate in the root that managing twig operations | 1 |
821,735 | 30,833,769,293 | IssuesEvent | 2023-08-02 05:23:21 | miversen33/netman.nvim | https://api.github.com/repos/miversen33/netman.nvim | closed | New Async API Spec does not clarify how an "empty" Link should be reported | bug Core High Priority | Something I just stumbled on, when navigating the Async compliant ssh provider to an empty directory on a filesystem, it returns _nothing_ except complete. No data is returned (which is compliant with the API as the API doesn't keep track of _if_ data has been returned, just that the data that **is** returned is valid), and thus the consumer has absolutely no idea what happened and it is told the read was completed.
We should probably update the spec a bit to require the `TYPE` key in the data field with _every_ data return (even empty data tables). | 1.0 | New Async API Spec does not clarify how an "empty" Link should be reported - Something I just stumbled on, when navigating the Async compliant ssh provider to an empty directory on a filesystem, it returns _nothing_ except complete. No data is returned (which is compliant with the API as the API doesn't keep track of _if_ data has been returned, just that the data that **is** returned is valid), and thus the consumer has absolutely no idea what happened and it is told the read was completed.
We should probably update the spec a bit to require the `TYPE` key in the data field with _every_ data return (even empty data tables). | priority | new async api spec does not clarify how an empty link should be reported something i just stumbled on when navigating the async compliant ssh provider to an empty directory on a filesystem it returns nothing except complete no data is returned which is compliant with the api as the api doesn t keep track of if data has been returned just that the data that is returned is valid and thus the consumer has absolutely no idea what happened and it is told the read was completed we should probably update the spec a bit to require the type key in the data field with every data return even empty data tables | 1 |
604,260 | 18,680,556,275 | IssuesEvent | 2021-11-01 04:40:57 | AY2122S1-CS2103T-W08-2/tp | https://api.github.com/repos/AY2122S1-CS2103T-W08-2/tp | opened | Allocations using the "edit" command does not actually add student to the Group's students | type.Bug priority.High severity.Medium | Steps to reproduce
1. `add group -g Test`
2. `edit 1 -g Test`
3. `show -g `Test`
Expected
- The student at index 1 will be displayed as one of the group's students
Actual
- Group is empty
| 1.0 | Allocations using the "edit" command does not actually add student to the Group's students - Steps to reproduce
1. `add group -g Test`
2. `edit 1 -g Test`
3. `show -g `Test`
Expected
- The student at index 1 will be displayed as one of the group's students
Actual
- Group is empty
| priority | allocations using the edit command does not actually add student to the group s students steps to reproduce add group g test edit g test show g test expected the student at index will be displayed as one of the group s students actual group is empty | 1 |
617,655 | 19,402,088,960 | IssuesEvent | 2021-12-19 11:16:00 | leih-lokal/LeihLokalVerwaltung | https://api.github.com/repos/leih-lokal/LeihLokalVerwaltung | closed | Prevent scrolling in popup formulars | priority high | - decrease space between text inputs
- 3 columns for larger screens | 1.0 | Prevent scrolling in popup formulars - - decrease space between text inputs
- 3 columns for larger screens | priority | prevent scrolling in popup formulars decrease space between text inputs columns for larger screens | 1 |
661,706 | 22,066,166,235 | IssuesEvent | 2022-05-31 03:37:50 | djpr-data/djprlabourdash | https://api.github.com/repos/djpr-data/djprlabourdash | opened | Ensure Heading at top of pages are consistent | High Priority | On Some pages we have an "Overview" Heading (see sex page). But on others we have an expanded version of the menu title (see disability page). Please update to match the later pattern. | 1.0 | Ensure Heading at top of pages are consistent - On Some pages we have an "Overview" Heading (see sex page). But on others we have an expanded version of the menu title (see disability page). Please update to match the later pattern. | priority | ensure heading at top of pages are consistent on some pages we have an overview heading see sex page but on others we have an expanded version of the menu title see disability page please update to match the later pattern | 1 |
534,908 | 15,651,799,669 | IssuesEvent | 2021-03-23 10:36:59 | workcraft/workcraft | https://api.github.com/repos/workcraft/workcraft | opened | Use MPSat continuations to extend violation trace for output persistency check | bug priority:high status:confirmed tag:backend:mpsat tag:model:circuit | Legacy code in Workcraft detects non-persistent signals after the violation trace using some heuristics at composition STG. This may produce incorrect extension of the projection traces to the component STG ([env.stg.work.zip](https://github.com/workcraft/workcraft/files/6188778/env.stg.work.zip) [xor.circuit.work.zip](https://github.com/workcraft/workcraft/files/6188779/xor.circuit.work.zip))
Recent MPSat versions report "continuations" after the violation trace, that include dummies leading to the enabled signal events. These should be used for reliable detection of non-persistent signals, especially when extending a projection trace to the component STG. | 1.0 | Use MPSat continuations to extend violation trace for output persistency check - Legacy code in Workcraft detects non-persistent signals after the violation trace using some heuristics at composition STG. This may produce incorrect extension of the projection traces to the component STG ([env.stg.work.zip](https://github.com/workcraft/workcraft/files/6188778/env.stg.work.zip) [xor.circuit.work.zip](https://github.com/workcraft/workcraft/files/6188779/xor.circuit.work.zip))
Recent MPSat versions report "continuations" after the violation trace, that include dummies leading to the enabled signal events. These should be used for reliable detection of non-persistent signals, especially when extending a projection trace to the component STG. | priority | use mpsat continuations to extend violation trace for output persistency check legacy code in workcraft detects non persistent signals after the violation trace using some heuristics at composition stg this may produce incorrect extension of the projection traces to the component stg recent mpsat versions report continuations after the violation trace that include dummies leading to the enabled signal events these should be used for reliable detection of non persistent signals especially when extending a projection trace to the component stg | 1 |
142,852 | 5,477,988,110 | IssuesEvent | 2017-03-12 14:09:16 | CS2103JAN2017-W13-B1/main | https://api.github.com/repos/CS2103JAN2017-W13-B1/main | opened | Update sample storage file due to regex changed | priority.high | Please update your storage file for MainApp to run without exceptions. The file is under main/data | 1.0 | Update sample storage file due to regex changed - Please update your storage file for MainApp to run without exceptions. The file is under main/data | priority | update sample storage file due to regex changed please update your storage file for mainapp to run without exceptions the file is under main data | 1 |
188,079 | 6,768,115,786 | IssuesEvent | 2017-10-26 07:36:21 | bounswe/bounswe2017group10 | https://api.github.com/repos/bounswe/bounswe2017group10 | closed | Android cloudinary wrong image shown in Feed | Android Bug Report High-priority | Order of the images that are uploaded to cloudinary are wrong. | 1.0 | Android cloudinary wrong image shown in Feed - Order of the images that are uploaded to cloudinary are wrong. | priority | android cloudinary wrong image shown in feed order of the images that are uploaded to cloudinary are wrong | 1 |
374,116 | 11,072,332,301 | IssuesEvent | 2019-12-12 10:05:21 | nim-lang/Nim | https://api.github.com/repos/nim-lang/Nim | closed | Static[T] + syntactic error in the for loop = compiler crash | Crash High Priority | <!-- Think about the title, twice. -->
<!-- Summarize the problem here, keep it short and simple. -->
Weird compiler crash in latest version (including 0.20.2 and 0.20.99) involving `static[T]`
### Example
<!-- Paste your example in the code-block below. -->
```nim
proc f(x: static[int]) =
for l in and @[1, 2, 3].items:
discard
f(4)
```
Yes, I know that `and` is a typo, but shouldn't that cause normal error, not a crash?
### Error
```
compiler\nim.nim(106) nim
compiler\nim.nim(83) handleCmdLine
compiler\cmdlinehelper.nim(98) loadConfigsAndRunMainCommand
compiler\main.nim(188) mainCommand
compiler\main.nim(92) commandCompileToC
compiler\modules.nim(144) compileProject
compiler\modules.nim(85) compileModule
compiler\passes.nim(210) processModule
compiler\passes.nim(86) processTopLevelStmt
compiler\sem.nim(601) myProcess
compiler\sem.nim(569) semStmtAndGenerateGenerics
compiler\semstmts.nim(2224) semStmt
compiler\semexprs.nim(987) semExprNoType
compiler\semexprs.nim(2735) semExpr
compiler\semstmts.nim(2164) semStmtList
compiler\semexprs.nim(2645) semExpr
compiler\semexprs.nim(968) semDirectOp
compiler\semexprs.nim(817) semOverloadedCallAnalyseEffects
compiler\semcall.nim(541) semOverloadedCall
compiler\semcall.nim(502) semResolvedCall
compiler\seminst.nim(388) generateInstance
compiler\seminst.nim(148) instantiateBody
compiler\semexprs.nim(1745) semProcBody
compiler\semexprs.nim(2735) semExpr
compiler\semstmts.nim(2164) semStmtList
compiler\semexprs.nim(2745) semExpr
compiler\semstmts.nim(868) semFor
compiler\semexprs.nim(77) semExprNoDeref
compiler\semexprs.nim(2657) semExpr
compiler\semexprs.nim(968) semDirectOp
compiler\semexprs.nim(814) semOverloadedCallAnalyseEffects
compiler\semcall.nim(533) semOverloadedCall
compiler\semcall.nim(335) resolveOverloads
compiler\semcall.nim(93) pickBestCandidate
compiler\sigmatch.nim(2522) matches
compiler\sigmatch.nim(2459) matchesAux
compiler\sigmatch.nim(2261) prepareOperand
compiler\semexprs.nim(49) semOperand
compiler\semexprs.nim(2607) semExpr
compiler\semexprs.nim(2657) semExpr
compiler\semexprs.nim(968) semDirectOp
compiler\semexprs.nim(817) semOverloadedCallAnalyseEffects
compiler\semcall.nim(533) semOverloadedCall
compiler\semcall.nim(385) resolveOverloads
compiler\semcall.nim(296) getMsgDiagnostic
compiler\lookups.nim(434) nextOverloadIter
lib\system\fatal.nim(39) sysFatal
Error: unhandled exception: 'sym' is not accessible using discriminant 'kind' of type 'TNode' [FieldError]
```
### Additional Information
```
$ nim -v
Nim Compiler Version 0.20.99 [Windows: i386]
Compiled at 2019-09-06
Copyright (c) 2006-2019 by Andreas Rumpf
```
| 1.0 | Static[T] + syntactic error in the for loop = compiler crash - <!-- Think about the title, twice. -->
<!-- Summarize the problem here, keep it short and simple. -->
Weird compiler crash in latest version (including 0.20.2 and 0.20.99) involving `static[T]`
### Example
<!-- Paste your example in the code-block below. -->
```nim
proc f(x: static[int]) =
for l in and @[1, 2, 3].items:
discard
f(4)
```
Yes, I know that `and` is a typo, but shouldn't that cause normal error, not a crash?
### Error
```
compiler\nim.nim(106) nim
compiler\nim.nim(83) handleCmdLine
compiler\cmdlinehelper.nim(98) loadConfigsAndRunMainCommand
compiler\main.nim(188) mainCommand
compiler\main.nim(92) commandCompileToC
compiler\modules.nim(144) compileProject
compiler\modules.nim(85) compileModule
compiler\passes.nim(210) processModule
compiler\passes.nim(86) processTopLevelStmt
compiler\sem.nim(601) myProcess
compiler\sem.nim(569) semStmtAndGenerateGenerics
compiler\semstmts.nim(2224) semStmt
compiler\semexprs.nim(987) semExprNoType
compiler\semexprs.nim(2735) semExpr
compiler\semstmts.nim(2164) semStmtList
compiler\semexprs.nim(2645) semExpr
compiler\semexprs.nim(968) semDirectOp
compiler\semexprs.nim(817) semOverloadedCallAnalyseEffects
compiler\semcall.nim(541) semOverloadedCall
compiler\semcall.nim(502) semResolvedCall
compiler\seminst.nim(388) generateInstance
compiler\seminst.nim(148) instantiateBody
compiler\semexprs.nim(1745) semProcBody
compiler\semexprs.nim(2735) semExpr
compiler\semstmts.nim(2164) semStmtList
compiler\semexprs.nim(2745) semExpr
compiler\semstmts.nim(868) semFor
compiler\semexprs.nim(77) semExprNoDeref
compiler\semexprs.nim(2657) semExpr
compiler\semexprs.nim(968) semDirectOp
compiler\semexprs.nim(814) semOverloadedCallAnalyseEffects
compiler\semcall.nim(533) semOverloadedCall
compiler\semcall.nim(335) resolveOverloads
compiler\semcall.nim(93) pickBestCandidate
compiler\sigmatch.nim(2522) matches
compiler\sigmatch.nim(2459) matchesAux
compiler\sigmatch.nim(2261) prepareOperand
compiler\semexprs.nim(49) semOperand
compiler\semexprs.nim(2607) semExpr
compiler\semexprs.nim(2657) semExpr
compiler\semexprs.nim(968) semDirectOp
compiler\semexprs.nim(817) semOverloadedCallAnalyseEffects
compiler\semcall.nim(533) semOverloadedCall
compiler\semcall.nim(385) resolveOverloads
compiler\semcall.nim(296) getMsgDiagnostic
compiler\lookups.nim(434) nextOverloadIter
lib\system\fatal.nim(39) sysFatal
Error: unhandled exception: 'sym' is not accessible using discriminant 'kind' of type 'TNode' [FieldError]
```
### Additional Information
```
$ nim -v
Nim Compiler Version 0.20.99 [Windows: i386]
Compiled at 2019-09-06
Copyright (c) 2006-2019 by Andreas Rumpf
```
| priority | static syntactic error in the for loop compiler crash weird compiler crash in latest version including and involving static example nim proc f x static for l in and items discard f yes i know that and is a typo but shouldn t that cause normal error not a crash error compiler nim nim nim compiler nim nim handlecmdline compiler cmdlinehelper nim loadconfigsandrunmaincommand compiler main nim maincommand compiler main nim commandcompiletoc compiler modules nim compileproject compiler modules nim compilemodule compiler passes nim processmodule compiler passes nim processtoplevelstmt compiler sem nim myprocess compiler sem nim semstmtandgenerategenerics compiler semstmts nim semstmt compiler semexprs nim semexprnotype compiler semexprs nim semexpr compiler semstmts nim semstmtlist compiler semexprs nim semexpr compiler semexprs nim semdirectop compiler semexprs nim semoverloadedcallanalyseeffects compiler semcall nim semoverloadedcall compiler semcall nim semresolvedcall compiler seminst nim generateinstance compiler seminst nim instantiatebody compiler semexprs nim semprocbody compiler semexprs nim semexpr compiler semstmts nim semstmtlist compiler semexprs nim semexpr compiler semstmts nim semfor compiler semexprs nim semexprnoderef compiler semexprs nim semexpr compiler semexprs nim semdirectop compiler semexprs nim semoverloadedcallanalyseeffects compiler semcall nim semoverloadedcall compiler semcall nim resolveoverloads compiler semcall nim pickbestcandidate compiler sigmatch nim matches compiler sigmatch nim matchesaux compiler sigmatch nim prepareoperand compiler semexprs nim semoperand compiler semexprs nim semexpr compiler semexprs nim semexpr compiler semexprs nim semdirectop compiler semexprs nim semoverloadedcallanalyseeffects compiler semcall nim semoverloadedcall compiler semcall nim resolveoverloads compiler semcall nim getmsgdiagnostic compiler lookups nim nextoverloaditer lib system fatal nim sysfatal error unhandled exception sym is not accessible using discriminant kind of type tnode additional information nim v nim compiler version compiled at copyright c by andreas rumpf | 1 |
535,520 | 15,689,601,541 | IssuesEvent | 2021-03-25 15:50:44 | COMP4350/Servus | https://api.github.com/repos/COMP4350/Servus | closed | Provide Services and Availability | 4 days high priority major user story user story | As a service provider, I want to be able to list the services I offer and a schedule for availability. | 1.0 | Provide Services and Availability - As a service provider, I want to be able to list the services I offer and a schedule for availability. | priority | provide services and availability as a service provider i want to be able to list the services i offer and a schedule for availability | 1 |
65,878 | 3,244,860,608 | IssuesEvent | 2015-10-16 06:48:09 | cs2103aug2015-w11-2c/DoLah | https://api.github.com/repos/cs2103aug2015-w11-2c/DoLah | closed | Task Serialization | priority.high type.task | TaskSerialiser will encode and decode Task objects into string objects. #44 | 1.0 | Task Serialization - TaskSerialiser will encode and decode Task objects into string objects. #44 | priority | task serialization taskserialiser will encode and decode task objects into string objects | 1 |
286,445 | 8,788,349,724 | IssuesEvent | 2018-12-20 21:51:35 | Cycling74/min-devkit | https://api.github.com/repos/Cycling74/min-devkit | closed | Launcher failures due to regex | bug priority:high | In the screenshot below, the string isn't making through -- probably due to the space in the user name?

Federico also notes:
> P.S.: if I fix the regexp (simply by changing the lower case letters in upper case) then I get the error: Min.project doesn’t understand “create_package”
| 1.0 | Launcher failures due to regex - In the screenshot below, the string isn't making through -- probably due to the space in the user name?

Federico also notes:
> P.S.: if I fix the regexp (simply by changing the lower case letters in upper case) then I get the error: Min.project doesn’t understand “create_package”
| priority | launcher failures due to regex in the screenshot below the string isn t making through probably due to the space in the user name federico also notes p s if i fix the regexp simply by changing the lower case letters in upper case then i get the error min project doesn’t understand “create package” | 1 |
741,585 | 25,805,801,052 | IssuesEvent | 2022-12-11 11:55:33 | openvk/openvk | https://api.github.com/repos/openvk/openvk | reopened | Не приходят уведомления об лайке на собственный комментарий/упоминании на чужой стене или в группе | priority:high complexity:normal section:notifications low-hanging fruit | Недавняя [запись](https://openvk.su/wall-1_135) говорит, что вернулись уведомления. Решил проверить, так ли это, оставив комментарий под ней, затем ушёл на другой раздел OpenVK. Под этой же записью появился новый комментарий, который был ответом на моё сообщение. Уведомление в «Моих Ответах» не появилось, всплывающее в углу сообщение тоже.
UPD: упоминания [тоже](https://openvk.su/wall6670_184).
От браузера не зависит. | 1.0 | Не приходят уведомления об лайке на собственный комментарий/упоминании на чужой стене или в группе - Недавняя [запись](https://openvk.su/wall-1_135) говорит, что вернулись уведомления. Решил проверить, так ли это, оставив комментарий под ней, затем ушёл на другой раздел OpenVK. Под этой же записью появился новый комментарий, который был ответом на моё сообщение. Уведомление в «Моих Ответах» не появилось, всплывающее в углу сообщение тоже.
UPD: упоминания [тоже](https://openvk.su/wall6670_184).
От браузера не зависит. | priority | не приходят уведомления об лайке на собственный комментарий упоминании на чужой стене или в группе недавняя говорит что вернулись уведомления решил проверить так ли это оставив комментарий под ней затем ушёл на другой раздел openvk под этой же записью появился новый комментарий который был ответом на моё сообщение уведомление в «моих ответах» не появилось всплывающее в углу сообщение тоже upd упоминания от браузера не зависит | 1 |
782,807 | 27,507,406,519 | IssuesEvent | 2023-03-06 05:25:57 | domino14/liwords | https://api.github.com/repos/domino14/liwords | closed | woogles looks broken if not logged in | high priority | "user not found" error and no games show up on screen. only when new games start do they show up. | 1.0 | woogles looks broken if not logged in - "user not found" error and no games show up on screen. only when new games start do they show up. | priority | woogles looks broken if not logged in user not found error and no games show up on screen only when new games start do they show up | 1 |
124,326 | 4,896,671,120 | IssuesEvent | 2016-11-20 13:46:31 | jahirfiquitiva/IconShowcase | https://api.github.com/repos/jahirfiquitiva/IconShowcase | closed | Sections not loading when opening app to pick icons or wallpapers | bug help wanted high priority | This is what is shown in both sections when picking icons or wallpapers...
In order to make the content appear, one must enter another section and then go back to the right one.

| 1.0 | Sections not loading when opening app to pick icons or wallpapers - This is what is shown in both sections when picking icons or wallpapers...
In order to make the content appear, one must enter another section and then go back to the right one.

| priority | sections not loading when opening app to pick icons or wallpapers this is what is shown in both sections when picking icons or wallpapers in order to make the content appear one must enter another section and then go back to the right one | 1 |
278,783 | 8,650,315,685 | IssuesEvent | 2018-11-26 22:07:38 | aces/cbrain | https://api.github.com/repos/aces/cbrain | closed | List parameters are dissapering during the edit (bug) | Priority: High User Interface | **To reproduce**
1. Install BEst boutiques (probably any tool with a list parameter would trigger the same bug)
2. Create a task
3. Run the task
4. Wait for termination (or break)
5. Find the task, click edit parameters button
6. Click some fields, change a few parameters
7. Launch the task
**Expected** Task executes successfully
**Observed** Error message, because an element of the list dropped
| 1.0 | List parameters are dissapering during the edit (bug) - **To reproduce**
1. Install BEst boutiques (probably any tool with a list parameter would trigger the same bug)
2. Create a task
3. Run the task
4. Wait for termination (or break)
5. Find the task, click edit parameters button
6. Click some fields, change a few parameters
7. Launch the task
**Expected** Task executes successfully
**Observed** Error message, because an element of the list dropped
| priority | list parameters are dissapering during the edit bug to reproduce install best boutiques probably any tool with a list parameter would trigger the same bug create a task run the task wait for termination or break find the task click edit parameters button click some fields change a few parameters launch the task expected task executes successfully observed error message because an element of the list dropped | 1 |
681,458 | 23,311,857,115 | IssuesEvent | 2022-08-08 08:58:48 | Adyen/adyen-magento2 | https://api.github.com/repos/Adyen/adyen-magento2 | closed | [PW-6911] No longer compatible with Magento 2.3.x | Bug report Priority: high Confirmed | **Describe the bug**
A change was introduced in two places that is not compatible with Magento 2.3.x:
- v7 line: https://github.com/Adyen/adyen-magento2/pull/1437
- main (v8) line: https://github.com/Adyen/adyen-magento2/pull/1436
The issue is that the code is relying on a function `getInitCustomerData`, which was introduced in this commit - https://github.com/magento/magento2/commit/4d24466fb2ce20fcd769fd4b68c9e4d3e476fe35
This commit is only present in 2.4.x of Magento (as can be seen from a list of tags for the commit).
From a technical point-of-view, 7.3.7 and 8.2.0 should have been major version upgrades, as they were not backwards-compatible. This is not really practical now, since there have been other versions released since then.
The code would need to be made compatible with 2.3.x, or there should be explicit directions that it is not compatible - either in documentation or by composer requirements.
**To Reproduce**
Steps to reproduce the behavior:
1. Make purchase in 2.3.x environment
2. Observe error on success page.
**Expected behavior**
A clear and concise description of what you expected to happen.
**Magento version**
2.3.x
**Plugin version**
>= 7.3.7, >= 8.2.0
**Desktop (please complete the following information):**
- OS: any
- Browser any
- Version any
**Smartphone (please complete the following information):**
- Device: any
- OS: any
- Browser any
- Version any
**Additional context**
Add any other context about the problem here.
| 1.0 | [PW-6911] No longer compatible with Magento 2.3.x - **Describe the bug**
A change was introduced in two places that is not compatible with Magento 2.3.x:
- v7 line: https://github.com/Adyen/adyen-magento2/pull/1437
- main (v8) line: https://github.com/Adyen/adyen-magento2/pull/1436
The issue is that the code is relying on a function `getInitCustomerData`, which was introduced in this commit - https://github.com/magento/magento2/commit/4d24466fb2ce20fcd769fd4b68c9e4d3e476fe35
This commit is only present in 2.4.x of Magento (as can be seen from a list of tags for the commit).
From a technical point-of-view, 7.3.7 and 8.2.0 should have been major version upgrades, as they were not backwards-compatible. This is not really practical now, since there have been other versions released since then.
The code would need to be made compatible with 2.3.x, or there should be explicit directions that it is not compatible - either in documentation or by composer requirements.
**To Reproduce**
Steps to reproduce the behavior:
1. Make purchase in 2.3.x environment
2. Observe error on success page.
**Expected behavior**
A clear and concise description of what you expected to happen.
**Magento version**
2.3.x
**Plugin version**
>= 7.3.7, >= 8.2.0
**Desktop (please complete the following information):**
- OS: any
- Browser any
- Version any
**Smartphone (please complete the following information):**
- Device: any
- OS: any
- Browser any
- Version any
**Additional context**
Add any other context about the problem here.
| priority | no longer compatible with magento x describe the bug a change was introduced in two places that is not compatible with magento x line main line the issue is that the code is relying on a function getinitcustomerdata which was introduced in this commit this commit is only present in x of magento as can be seen from a list of tags for the commit from a technical point of view and should have been major version upgrades as they were not backwards compatible this is not really practical now since there have been other versions released since then the code would need to be made compatible with x or there should be explicit directions that it is not compatible either in documentation or by composer requirements to reproduce steps to reproduce the behavior make purchase in x environment observe error on success page expected behavior a clear and concise description of what you expected to happen magento version x plugin version desktop please complete the following information os any browser any version any smartphone please complete the following information device any os any browser any version any additional context add any other context about the problem here | 1 |
6,840 | 2,595,143,689 | IssuesEvent | 2015-02-20 11:52:17 | keyboardsurfer/blinkendroid | https://api.github.com/repos/keyboardsurfer/blinkendroid | opened | First starter's instruction | auto-migrated Priority-High Type-Enhancement Usability | ```
We should add a text that will be shown when the app starts for the first
time. It could look like this:
"If you want to have the whole fun
with blinkendroid you should run it on multiple devices
which are connected to one wifi-accesspoint.
The wifi-accesspoint is essential.
Otherwise you may not find any servers."
```
-----
Original issue reported on code.google.com by `benjamin...@gmail.com` on 25 May 2010 at 9:50 | 1.0 | First starter's instruction - ```
We should add a text that will be shown when the app starts for the first
time. It could look like this:
"If you want to have the whole fun
with blinkendroid you should run it on multiple devices
which are connected to one wifi-accesspoint.
The wifi-accesspoint is essential.
Otherwise you may not find any servers."
```
-----
Original issue reported on code.google.com by `benjamin...@gmail.com` on 25 May 2010 at 9:50 | priority | first starter s instruction we should add a text that will be shown when the app starts for the first time it could look like this if you want to have the whole fun with blinkendroid you should run it on multiple devices which are connected to one wifi accesspoint the wifi accesspoint is essential otherwise you may not find any servers original issue reported on code google com by benjamin gmail com on may at | 1 |
637,697 | 20,675,562,282 | IssuesEvent | 2022-03-10 08:56:00 | AY2122S2-CS2113-F12-2/tp | https://api.github.com/repos/AY2122S2-CS2113-F12-2/tp | closed | Implement DeleteCommand to handle deleting of Equipment | type.Task priority.High | Need to handle DeleteCommand to remove equipment from the current list of equipment. Write out the logic for execute method. | 1.0 | Implement DeleteCommand to handle deleting of Equipment - Need to handle DeleteCommand to remove equipment from the current list of equipment. Write out the logic for execute method. | priority | implement deletecommand to handle deleting of equipment need to handle deletecommand to remove equipment from the current list of equipment write out the logic for execute method | 1 |
285,394 | 8,758,238,051 | IssuesEvent | 2018-12-15 01:34:26 | netdata/netdata | https://api.github.com/repos/netdata/netdata | closed | mdstat module causing netdata segv and crash | area/collectors bug priority/high | Hello,
I have been using Netdata for quite some time. I have it installed on my main server along with several VM's and have had no issues.
Everything was working just fine yesterday...but today, the netdata installation on my main server is not working at all. I've searched through the issues and cannot figure out what is wrong. All other installations of netdata on my VM's seem to be working just fine.
I went as far as running the uninstall script to install a FRESH copy of netata on my main server and am experiencing the same problem.
Here is the output of: sudo service netdata status:
● netdata.service - Real time performance monitoring
Loaded: loaded (/lib/systemd/system/netdata.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: signal) since Fri 2018-12-14 12:08:15 EST; 23s ago
Process: 1587 ExecStart=/usr/sbin/netdata -P /var/run/netdata/netdata.pid -D -W set global process scheduling policy keep -W set global OOM score keep (code=killed, signal=SEGV)
Process: 1583 ExecStartPre=/bin/chown -R netdata:netdata /var/run/netdata (code=exited, status=0/SUCCESS)
Process: 1578 ExecStartPre=/bin/mkdir -p /var/run/netdata (code=exited, status=0/SUCCESS)
Process: 1574 ExecStartPre=/bin/chown -R netdata:netdata /var/cache/netdata (code=exited, status=0/SUCCESS)
Process: 1569 ExecStartPre=/bin/mkdir -p /var/cache/netdata (code=exited, status=0/SUCCESS)
Main PID: 1587 (code=killed, signal=SEGV)
Dec 14 12:08:15 mainserver systemd[1]: netdata.service: Unit entered failed state.
Dec 14 12:08:15 mainserver systemd[1]: netdata.service: Failed with result 'signal'.
My server and all VM's run Ubuntu 16.04 server.
I am not a linux expert, so if you need any additional information from me to troubleshoot, please be specific on any commands that you need me to run.
Thanks,
Mike
| 1.0 | mdstat module causing netdata segv and crash - Hello,
I have been using Netdata for quite some time. I have it installed on my main server along with several VM's and have had no issues.
Everything was working just fine yesterday...but today, the netdata installation on my main server is not working at all. I've searched through the issues and cannot figure out what is wrong. All other installations of netdata on my VM's seem to be working just fine.
I went as far as running the uninstall script to install a FRESH copy of netata on my main server and am experiencing the same problem.
Here is the output of: sudo service netdata status:
● netdata.service - Real time performance monitoring
Loaded: loaded (/lib/systemd/system/netdata.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: signal) since Fri 2018-12-14 12:08:15 EST; 23s ago
Process: 1587 ExecStart=/usr/sbin/netdata -P /var/run/netdata/netdata.pid -D -W set global process scheduling policy keep -W set global OOM score keep (code=killed, signal=SEGV)
Process: 1583 ExecStartPre=/bin/chown -R netdata:netdata /var/run/netdata (code=exited, status=0/SUCCESS)
Process: 1578 ExecStartPre=/bin/mkdir -p /var/run/netdata (code=exited, status=0/SUCCESS)
Process: 1574 ExecStartPre=/bin/chown -R netdata:netdata /var/cache/netdata (code=exited, status=0/SUCCESS)
Process: 1569 ExecStartPre=/bin/mkdir -p /var/cache/netdata (code=exited, status=0/SUCCESS)
Main PID: 1587 (code=killed, signal=SEGV)
Dec 14 12:08:15 mainserver systemd[1]: netdata.service: Unit entered failed state.
Dec 14 12:08:15 mainserver systemd[1]: netdata.service: Failed with result 'signal'.
My server and all VM's run Ubuntu 16.04 server.
I am not a linux expert, so if you need any additional information from me to troubleshoot, please be specific on any commands that you need me to run.
Thanks,
Mike
| priority | mdstat module causing netdata segv and crash hello i have been using netdata for quite some time i have it installed on my main server along with several vm s and have had no issues everything was working just fine yesterday but today the netdata installation on my main server is not working at all i ve searched through the issues and cannot figure out what is wrong all other installations of netdata on my vm s seem to be working just fine i went as far as running the uninstall script to install a fresh copy of netata on my main server and am experiencing the same problem here is the output of sudo service netdata status ● netdata service real time performance monitoring loaded loaded lib systemd system netdata service enabled vendor preset enabled active activating auto restart result signal since fri est ago process execstart usr sbin netdata p var run netdata netdata pid d w set global process scheduling policy keep w set global oom score keep code killed signal segv process execstartpre bin chown r netdata netdata var run netdata code exited status success process execstartpre bin mkdir p var run netdata code exited status success process execstartpre bin chown r netdata netdata var cache netdata code exited status success process execstartpre bin mkdir p var cache netdata code exited status success main pid code killed signal segv dec mainserver systemd netdata service unit entered failed state dec mainserver systemd netdata service failed with result signal my server and all vm s run ubuntu server i am not a linux expert so if you need any additional information from me to troubleshoot please be specific on any commands that you need me to run thanks mike | 1 |
379,193 | 11,217,241,312 | IssuesEvent | 2020-01-07 08:47:55 | Cidana-Developers/UnitTests-Task-manager | https://api.github.com/repos/Cidana-Developers/UnitTests-Task-manager | opened | [Test Framework] Web UI optimization | High priority | - [ ] title height
- [ ] log output table: double scroll
- [ ] coverage chart: should comply with the one of conformance
- [ ] support multiple resolutions and multiple browsers | 1.0 | [Test Framework] Web UI optimization - - [ ] title height
- [ ] log output table: double scroll
- [ ] coverage chart: should comply with the one of conformance
- [ ] support multiple resolutions and multiple browsers | priority | web ui optimization title height log output table double scroll coverage chart should comply with the one of conformance support multiple resolutions and multiple browsers | 1 |
752,117 | 26,274,036,354 | IssuesEvent | 2023-01-06 19:59:13 | haskell/cabal | https://api.github.com/repos/haskell/cabal | closed | `--haddock-quickjump` does not pass relevant flag to Haddock for dependencies | type: bug priority: high :fire: type: regression cabal-install: cmd/haddock can-workaround status: fixed in master re: options attention: needs-help regression in 3.6 | **Describe the bug**
The `--haddock-quickjump` build flag does not apply when building Haddocks of dependencies. If specified, after building dependencies, Cabal fails with an internal error due to not finding a `doc-index.json` file in one of the dependencies. Upon checking the store, none of the built dependencies have a `doc-index.json`.
A workaround is to replace `--haddock-quickjump` with `--haddock-options=--quickjump`. Dependencies then have `doc-index.json`s generated, and no error occurs.
**To Reproduce**
Steps to reproduce the behavior:
```
$ cabal v2-build --enable-documentation --haddock-quickjump
Build profile: -w ghc-9.2.2 -O1
...
haddock: internal error: /home/raehik/.cabal/store/ghc-9.2.2/OneTuple-0.3.1-d4f76dedc5429e37aa1b698675999d94bfbe1d373c7cc55126ec565cbd4a8dd3/share/doc/html/doc-index.json: openBinaryFile: does not exist (No such file or directory)
cabal: Failed to build documentation for medlib-0.1.0.
```
I tested a handful of small projects with dependencies, and this issue occurs in the same way. (OneTuple seems to get picked a lot, probably due to being lexicographically early and having few dependencies of its own.)
**Expected behavior**
* Haddock configuration, specifically the `--quickjump` flag is applied to building dependencies.
* A missing `doc-index.json` doesn't cause an internal error (better error message? attempt to skip usage?).
**System information**
- Arch Linux
- Cabal 3.6.2.0, GHC 9.2.2 (default config, via ghcup)
**Additional context**
The original command that was failing me for was `cabal haddock --haddock-for-hackage --enable-documentation`, which I have CI run to generate Haddock artifacts remotely. #7879 noted that `--haddock-for-hackage` implies `--haddock-quickjump`. I've been using that command for a while, and only recently it started failing. It might be related to a recent Cabal or GHC (or Haddock) release.
Here's a recent [CI build log](https://github.com/raehik/refined-with/runs/6130076745?check_suite_focus=true#step:11:328) from a 1-file project of mine where the problem cropped up. | 1.0 | `--haddock-quickjump` does not pass relevant flag to Haddock for dependencies - **Describe the bug**
The `--haddock-quickjump` build flag does not apply when building Haddocks of dependencies. If specified, after building dependencies, Cabal fails with an internal error due to not finding a `doc-index.json` file in one of the dependencies. Upon checking the store, none of the built dependencies have a `doc-index.json`.
A workaround is to replace `--haddock-quickjump` with `--haddock-options=--quickjump`. Dependencies then have `doc-index.json`s generated, and no error occurs.
**To Reproduce**
Steps to reproduce the behavior:
```
$ cabal v2-build --enable-documentation --haddock-quickjump
Build profile: -w ghc-9.2.2 -O1
...
haddock: internal error: /home/raehik/.cabal/store/ghc-9.2.2/OneTuple-0.3.1-d4f76dedc5429e37aa1b698675999d94bfbe1d373c7cc55126ec565cbd4a8dd3/share/doc/html/doc-index.json: openBinaryFile: does not exist (No such file or directory)
cabal: Failed to build documentation for medlib-0.1.0.
```
I tested a handful of small projects with dependencies, and this issue occurs in the same way. (OneTuple seems to get picked a lot, probably due to being lexicographically early and having few dependencies of its own.)
**Expected behavior**
* Haddock configuration, specifically the `--quickjump` flag is applied to building dependencies.
* A missing `doc-index.json` doesn't cause an internal error (better error message? attempt to skip usage?).
**System information**
- Arch Linux
- Cabal 3.6.2.0, GHC 9.2.2 (default config, via ghcup)
**Additional context**
The original command that was failing me for was `cabal haddock --haddock-for-hackage --enable-documentation`, which I have CI run to generate Haddock artifacts remotely. #7879 noted that `--haddock-for-hackage` implies `--haddock-quickjump`. I've been using that command for a while, and only recently it started failing. It might be related to a recent Cabal or GHC (or Haddock) release.
Here's a recent [CI build log](https://github.com/raehik/refined-with/runs/6130076745?check_suite_focus=true#step:11:328) from a 1-file project of mine where the problem cropped up. | priority | haddock quickjump does not pass relevant flag to haddock for dependencies describe the bug the haddock quickjump build flag does not apply when building haddocks of dependencies if specified after building dependencies cabal fails with an internal error due to not finding a doc index json file in one of the dependencies upon checking the store none of the built dependencies have a doc index json a workaround is to replace haddock quickjump with haddock options quickjump dependencies then have doc index json s generated and no error occurs to reproduce steps to reproduce the behavior cabal build enable documentation haddock quickjump build profile w ghc haddock internal error home raehik cabal store ghc onetuple share doc html doc index json openbinaryfile does not exist no such file or directory cabal failed to build documentation for medlib i tested a handful of small projects with dependencies and this issue occurs in the same way onetuple seems to get picked a lot probably due to being lexicographically early and having few dependencies of its own expected behavior haddock configuration specifically the quickjump flag is applied to building dependencies a missing doc index json doesn t cause an internal error better error message attempt to skip usage system information arch linux cabal ghc default config via ghcup additional context the original command that was failing me for was cabal haddock haddock for hackage enable documentation which i have ci run to generate haddock artifacts remotely noted that haddock for hackage implies haddock quickjump i ve been using that command for a while and only recently it started failing it might be related to a recent cabal or ghc or haddock release here s a recent from a file project of mine where the problem cropped up | 1 |
389,333 | 11,501,034,334 | IssuesEvent | 2020-02-12 16:29:48 | GluuFederation/oxAuth | https://api.github.com/repos/GluuFederation/oxAuth | closed | FAPI test fail because conformance suite is sending a list of auds | bug high priority | ## Issue
Request object contains the field `aud` that is a list of values and one of them is valid. According to the documentation it should be accepted as an array.
#### Request object
`eyJraWQiOiJmYXBpLWNsaWVudCIsImFsZyI6IlBTMjU2In0.eyJhdWQiOlsiaHR0cHM6XC9cL2NlLW9iLmdsdXUub3JnIiwiaHR0cHM6XC9cL290aGVyMS5leGFtcGxlLmNvbSIsImludmFsaWQiXSwic2NvcGUiOiJvcGVuaWQiLCJjbGFpbXMiOnsiaWRfdG9rZW4iOnsiYWNyIjp7InZhbHVlIjoidXJuOm1hY2U6aW5jb21tb246aWFwOnNpbHZlciIsImVzc2VudGlhbCI6dHJ1ZX19fSwiaXNzIjoiZmFwaS1jbGllbnQtMSIsInJlc3BvbnNlX3R5cGUiOiJjb2RlIGlkX3Rva2VuIiwicmVkaXJlY3RfdXJpIjoiaHR0cHM6XC9cL3d3dy5jZXJ0aWZpY2F0aW9uLm9wZW5pZC5uZXRcL3Rlc3RcL2FcL2dsdXUtdGVzdFwvY2FsbGJhY2siLCJzdGF0ZSI6IlJ4eklNd1NBTG4iLCJleHAiOjE1ODE0NDA5MTAsIm5vbmNlIjoiYWhCRTZwNWZEeiIsImNsaWVudF9pZCI6ImZhcGktY2xpZW50LTEifQ.JL8OZ40fzfO0J3GVR10eLIHAqapKWMTYOb2YTPW_FN7In1P1ci0QpfGTYo9GWEE_2hu71lG8tZEfYQSPb5bS8r7K4ANUUWO_biTSaxo5cEzWwj-d1sZ5UU-dzeAkUNxlvu08IfWey-B1bYrijss-u3j9k_oTBFU3oDPjhZZveeEl03emvKkLeYpjzY7c0Hx_k1pJzXXFXSsQs-YGag1OXXvv5oXNwNq2abME5VwZN6iMWnCogPICUOKnx6QeIkgEOlPg8DfeqCve6LSojEpMdr908cghkIvft9reQ1W6W6EZb0-2581YVvZC6Fp5FnCXfqBOasW-U9aSQ1ptLPThsw`

#### Server log related to the exception
`Invalid JWT authorization request. Exception = org.gluu.oxauth.
model.exception.InvalidJwtException: org.json.JSONException: JSONObject["aud"] not a string., Message = org.gluu.oxauth.model.exception.InvalidJwtException`
#### Documentation related
`https://tools.ietf.org/html/rfc7519#section-4.1.3`
#### Conformance suite log
`https://www.certification.openid.net/log-detail.html?log=wZOPiQ5JeS&public=true` | 1.0 | FAPI test fail because conformance suite is sending a list of auds - ## Issue
Request object contains the field `aud` that is a list of values and one of them is valid. According to the documentation it should be accepted as an array.
#### Request object
`eyJraWQiOiJmYXBpLWNsaWVudCIsImFsZyI6IlBTMjU2In0.eyJhdWQiOlsiaHR0cHM6XC9cL2NlLW9iLmdsdXUub3JnIiwiaHR0cHM6XC9cL290aGVyMS5leGFtcGxlLmNvbSIsImludmFsaWQiXSwic2NvcGUiOiJvcGVuaWQiLCJjbGFpbXMiOnsiaWRfdG9rZW4iOnsiYWNyIjp7InZhbHVlIjoidXJuOm1hY2U6aW5jb21tb246aWFwOnNpbHZlciIsImVzc2VudGlhbCI6dHJ1ZX19fSwiaXNzIjoiZmFwaS1jbGllbnQtMSIsInJlc3BvbnNlX3R5cGUiOiJjb2RlIGlkX3Rva2VuIiwicmVkaXJlY3RfdXJpIjoiaHR0cHM6XC9cL3d3dy5jZXJ0aWZpY2F0aW9uLm9wZW5pZC5uZXRcL3Rlc3RcL2FcL2dsdXUtdGVzdFwvY2FsbGJhY2siLCJzdGF0ZSI6IlJ4eklNd1NBTG4iLCJleHAiOjE1ODE0NDA5MTAsIm5vbmNlIjoiYWhCRTZwNWZEeiIsImNsaWVudF9pZCI6ImZhcGktY2xpZW50LTEifQ.JL8OZ40fzfO0J3GVR10eLIHAqapKWMTYOb2YTPW_FN7In1P1ci0QpfGTYo9GWEE_2hu71lG8tZEfYQSPb5bS8r7K4ANUUWO_biTSaxo5cEzWwj-d1sZ5UU-dzeAkUNxlvu08IfWey-B1bYrijss-u3j9k_oTBFU3oDPjhZZveeEl03emvKkLeYpjzY7c0Hx_k1pJzXXFXSsQs-YGag1OXXvv5oXNwNq2abME5VwZN6iMWnCogPICUOKnx6QeIkgEOlPg8DfeqCve6LSojEpMdr908cghkIvft9reQ1W6W6EZb0-2581YVvZC6Fp5FnCXfqBOasW-U9aSQ1ptLPThsw`

#### Server log related to the exception
`Invalid JWT authorization request. Exception = org.gluu.oxauth.
model.exception.InvalidJwtException: org.json.JSONException: JSONObject["aud"] not a string., Message = org.gluu.oxauth.model.exception.InvalidJwtException`
#### Documentation related
`https://tools.ietf.org/html/rfc7519#section-4.1.3`
#### Conformance suite log
`https://www.certification.openid.net/log-detail.html?log=wZOPiQ5JeS&public=true` | priority | fapi test fail because conformance suite is sending a list of auds issue request object contains the field aud that is a list of values and one of them is valid according to the documentation it should be accepted as an array request object server log related to the exception invalid jwt authorization request exception org gluu oxauth model exception invalidjwtexception org json jsonexception jsonobject not a string message org gluu oxauth model exception invalidjwtexception documentation related conformance suite log | 1 |
465,864 | 13,393,932,304 | IssuesEvent | 2020-09-03 05:36:53 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | syndication.exdynsrv.com - see bug description | browser-firefox engine-gecko ml-needsdiagnosis-false ml-probability-high priority-normal | <!-- @browser: Firefox 81.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0 -->
<!-- @reported_with: desktop-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/57606 -->
**URL**: https://syndication.exdynsrv.com/splash.php?idzone=2836516&sub=9&type=8
**Browser / Version**: Firefox 81.0
**Operating System**: Windows 7
**Tested Another Browser**: Yes Chrome
**Problem type**: Something else
**Description**: virus
**Steps to Reproduce**:
automatically site opens on clicking the browser
<details>
<summary>View the screenshot</summary>
<img alt="Screenshot" src="https://webcompat.com/uploads/2020/9/05474d22-e603-4c10-a14b-93778f6e722b.jpeg">
</details>
<details>
<summary>Browser Configuration</summary>
<ul>
<li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20200829200810</li><li>channel: beta</li><li>hasTouchScreen: false</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li>
</ul>
</details>
[View console log messages](https://webcompat.com/console_logs/2020/9/9ebe979e-9634-47e9-8103-ae9953784c53)
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | syndication.exdynsrv.com - see bug description - <!-- @browser: Firefox 81.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0 -->
<!-- @reported_with: desktop-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/57606 -->
**URL**: https://syndication.exdynsrv.com/splash.php?idzone=2836516&sub=9&type=8
**Browser / Version**: Firefox 81.0
**Operating System**: Windows 7
**Tested Another Browser**: Yes Chrome
**Problem type**: Something else
**Description**: virus
**Steps to Reproduce**:
automatically site opens on clicking the browser
<details>
<summary>View the screenshot</summary>
<img alt="Screenshot" src="https://webcompat.com/uploads/2020/9/05474d22-e603-4c10-a14b-93778f6e722b.jpeg">
</details>
<details>
<summary>Browser Configuration</summary>
<ul>
<li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20200829200810</li><li>channel: beta</li><li>hasTouchScreen: false</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li>
</ul>
</details>
[View console log messages](https://webcompat.com/console_logs/2020/9/9ebe979e-9634-47e9-8103-ae9953784c53)
_From [webcompat.com](https://webcompat.com/) with ❤️_ | priority | syndication exdynsrv com see bug description url browser version firefox operating system windows tested another browser yes chrome problem type something else description virus steps to reproduce automatically site opens on clicking the browser view the screenshot img alt screenshot src browser configuration gfx webrender all false gfx webrender blob images true gfx webrender enabled false image mem shared true buildid channel beta hastouchscreen false mixed active content blocked false mixed passive content blocked false tracking content blocked false from with ❤️ | 1 |
6,613 | 2,590,207,700 | IssuesEvent | 2015-02-18 17:30:48 | DonSchenck/PoshStack | https://api.github.com/repos/DonSchenck/PoshStack | closed | Naming needs improvement | high priority | New-ComputeServer should be New-OpenStackComputeServer, for example.
But my question is: How to separate cmdlets that return one and only one object versus a cmdlet that returns a collection of objects? Get-ComputeServer vs. Get-ComputeServers ??
| 1.0 | Naming needs improvement - New-ComputeServer should be New-OpenStackComputeServer, for example.
But my question is: How to separate cmdlets that return one and only one object versus a cmdlet that returns a collection of objects? Get-ComputeServer vs. Get-ComputeServers ??
| priority | naming needs improvement new computeserver should be new openstackcomputeserver for example but my question is how to separate cmdlets that return one and only one object versus a cmdlet that returns a collection of objects get computeserver vs get computeservers | 1 |
389,167 | 11,498,474,265 | IssuesEvent | 2020-02-12 12:04:38 | dirigeants/klasa | https://api.github.com/repos/dirigeants/klasa | opened | Bug: Concurrency is broken in Schedule | Mod: SettingsGateway Priority: High | # Describe the issue
If you have 10 tasks and they all end at nearly the same time, chances are 100% that they all will read the state *before* being updated by the other writes, meaning that the last to write to DB will restore the other 9. Thanks @gc for noticing this bug.
### Code or steps to reproduce
- Create a synchronous task.
- Create 10 scheduled tasks for it.
- Wait until the 10th finished.
- You'll have the internal cache empty, but the DB will report 9 objects in schedule.
### Expected and actual behavior
It should do either sequentially or in a burst (using `@klasa/request-handler` to do an individual update then one update containing 9 changes).
### Further details
- **discord.js version**: `fe7df708e44e0280dfaf0f8e457b154781bb5140`
- **node.js version**: 12.15.0
- **Klasa version**: 0.5.0-dev
- [ ] I have modified core files.
- [x] I have tested the issue on latest master. Commit hash: `42fdd6d4b8ec1596e26f21e03a415de179b816ba`
| 1.0 | Bug: Concurrency is broken in Schedule - # Describe the issue
If you have 10 tasks and they all end at nearly the same time, chances are 100% that they all will read the state *before* being updated by the other writes, meaning that the last to write to DB will restore the other 9. Thanks @gc for noticing this bug.
### Code or steps to reproduce
- Create a synchronous task.
- Create 10 scheduled tasks for it.
- Wait until the 10th finished.
- You'll have the internal cache empty, but the DB will report 9 objects in schedule.
### Expected and actual behavior
It should do either sequentially or in a burst (using `@klasa/request-handler` to do an individual update then one update containing 9 changes).
### Further details
- **discord.js version**: `fe7df708e44e0280dfaf0f8e457b154781bb5140`
- **node.js version**: 12.15.0
- **Klasa version**: 0.5.0-dev
- [ ] I have modified core files.
- [x] I have tested the issue on latest master. Commit hash: `42fdd6d4b8ec1596e26f21e03a415de179b816ba`
| priority | bug concurrency is broken in schedule describe the issue if you have tasks and they all end at nearly the same time chances are that they all will read the state before being updated by the other writes meaning that the last to write to db will restore the other thanks gc for noticing this bug code or steps to reproduce create a synchronous task create scheduled tasks for it wait until the finished you ll have the internal cache empty but the db will report objects in schedule expected and actual behavior it should do either sequentially or in a burst using klasa request handler to do an individual update then one update containing changes further details discord js version node js version klasa version dev i have modified core files i have tested the issue on latest master commit hash | 1 |
420,239 | 12,235,146,400 | IssuesEvent | 2020-05-04 14:28:37 | Cloud-CV/EvalAI | https://api.github.com/repos/Cloud-CV/EvalAI | closed | Tiles in Challenges List page not aligned properly | GSoC-2020 bug frontend priority-high | - The Observed Behaviour:
The Challenge Listing is not aligned properly
<img width="1280" alt="Screenshot 2020-05-03 at 4 10 08 PM" src="https://user-images.githubusercontent.com/3920286/80926919-cca33100-8db7-11ea-9f38-a6c384979330.png">
- Steps to reproduce the problem: Open https://evalai.cloudcv.org/web/challenges/list <br>
- OS: macOS Mojave<br>
- Browser: Firefox 75.0<br>
<br><br>
Thanks!
| 1.0 | Tiles in Challenges List page not aligned properly - - The Observed Behaviour:
The Challenge Listing is not aligned properly
<img width="1280" alt="Screenshot 2020-05-03 at 4 10 08 PM" src="https://user-images.githubusercontent.com/3920286/80926919-cca33100-8db7-11ea-9f38-a6c384979330.png">
- Steps to reproduce the problem: Open https://evalai.cloudcv.org/web/challenges/list <br>
- OS: macOS Mojave<br>
- Browser: Firefox 75.0<br>
<br><br>
Thanks!
| priority | tiles in challenges list page not aligned properly the observed behaviour the challenge listing is not aligned properly img width alt screenshot at pm src steps to reproduce the problem open os macos mojave browser firefox thanks | 1 |
432,051 | 12,488,572,540 | IssuesEvent | 2020-05-31 14:52:26 | abpframework/abp | https://api.github.com/repos/abpframework/abp | closed | Blob Storing Database Provider Module | abp-module-blob-storing-database effort-13 feature priority:high | * Create a new provider for the BLOB storing system (#4092).
* Implement is as a separated module.
* Store BLOBs in a database.
* Create EF Core & MongoDB providers | 1.0 | Blob Storing Database Provider Module - * Create a new provider for the BLOB storing system (#4092).
* Implement is as a separated module.
* Store BLOBs in a database.
* Create EF Core & MongoDB providers | priority | blob storing database provider module create a new provider for the blob storing system implement is as a separated module store blobs in a database create ef core mongodb providers | 1 |
386,139 | 11,432,645,450 | IssuesEvent | 2020-02-04 14:25:47 | appsody/appsody | https://api.github.com/repos/appsody/appsody | closed | Stack create should be able to copy custom stacks | priority/high | **Is your feature request related to a problem? Please describe.**
Today we can copy a stack to use that as a basis for a new stack using the command `appsody stack create <name> --copy <base-stack>`
This has a restriction though that the base stack has to be a public appsody stack. It would be great if it could use the user's local appsody configuration and use those repos to be able to create a copy in some way.
**Describe the solution you'd like**
appsody stack create should be able to copy non-public/unofficial Appsody stacks.
| 1.0 | Stack create should be able to copy custom stacks - **Is your feature request related to a problem? Please describe.**
Today we can copy a stack to use that as a basis for a new stack using the command `appsody stack create <name> --copy <base-stack>`
This has a restriction though that the base stack has to be a public appsody stack. It would be great if it could use the user's local appsody configuration and use those repos to be able to create a copy in some way.
**Describe the solution you'd like**
appsody stack create should be able to copy non-public/unofficial Appsody stacks.
| priority | stack create should be able to copy custom stacks is your feature request related to a problem please describe today we can copy a stack to use that as a basis for a new stack using the command appsody stack create copy this has a restriction though that the base stack has to be a public appsody stack it would be great if it could use the user s local appsody configuration and use those repos to be able to create a copy in some way describe the solution you d like appsody stack create should be able to copy non public unofficial appsody stacks | 1 |
271,751 | 8,489,051,659 | IssuesEvent | 2018-10-26 18:36:17 | ualbertalib/Hydranorth2 | https://api.github.com/repos/ualbertalib/Hydranorth2 | closed | IST Setup Develop & Lightweight omniauth-SAML Gem Setup | priority:high | - We need to create new Metadata
- Set up omniauth-SAML gem
- Ping Tyler w/ new metadata
- Tests | 1.0 | IST Setup Develop & Lightweight omniauth-SAML Gem Setup - - We need to create new Metadata
- Set up omniauth-SAML gem
- Ping Tyler w/ new metadata
- Tests | priority | ist setup develop lightweight omniauth saml gem setup we need to create new metadata set up omniauth saml gem ping tyler w new metadata tests | 1 |
338,693 | 10,235,730,204 | IssuesEvent | 2019-08-19 09:50:07 | cilium/cilium | https://api.github.com/repos/cilium/cilium | opened | CI: K8sServiceTest Tests NodePort BPF | area/CI kind/bug priority/high | The test suite seems to be flaky. The example failure:
```
/home/jenkins/workspace/Cilium-PR-Ginkgo-Tests-Validated/k8s-1.10-gopath/src/github.com/cilium/cilium/test/ginkgo-ext/scopes.go:420
Pod "testclient-6zb5g" can not connect to service "http://127.0.0.1:32174"
Expected command: kubectl exec -n default testclient-6zb5g -- curl --path-as-is -s -D /dev/stderr --fail --connect-timeout 5 --max-time 8 http://127.0.0.1:32174 -w "time-> DNS: '%{time_namelookup}(%{remote_ip})', Connect: '%{time_connect}',Transfer '%{time_starttransfer}', total '%{time_total}'"
To succeed, but it failed:
Exitcode: 28
Stdout:
time-> DNS: '0.000021()', Connect: '0.000000',Transfer '0.000000', total '5.000594'
Stderr:
command terminated with exit code 28
```
The following instances of the failure were observed:
- From pod curl to ClusterIP.
- From pod curl to 127.0.0.1:NodePort
- From pod curl to PublicIP:NodePort
The tunnel / direct routing mode setting does not matter, as the test failed in both modes. In all cases `bpf_sock.c` (aka host-reachable services) was involved.
* https://jenkins.cilium.io/job/Cilium-PR-Ginkgo-Tests-Validated/14436/testReport/junit/Suite-k8s-1/10/K8sServicesTest_Checks_service_across_nodes_Tests_NodePort_BPF_Tests_with_vxlan/ :
[2fa0a97b_K8sServicesTest_Checks_service_across_nodes_Tests_NodePort_BPF_Tests_with_direct_routing.zip](https://github.com/cilium/cilium/files/3515201/2fa0a97b_K8sServicesTest_Checks_service_across_nodes_Tests_NodePort_BPF_Tests_with_direct_routing.zip)
* https://jenkins.cilium.io/job/Cilium-PR-Ginkgo-Tests-Validated/14440/testReport/junit/Suite-k8s-1/10/K8sServicesTest_Checks_service_across_nodes_Tests_NodePort_BPF_Tests_with_vxlan/ :
[d2d95800_K8sServicesTest_Checks_service_across_nodes_Tests_NodePort_BPF_Tests_with_vxlan.zip](https://github.com/cilium/cilium/files/3515203/d2d95800_K8sServicesTest_Checks_service_across_nodes_Tests_NodePort_BPF_Tests_with_vxlan.zip)
/cc @borkmann
| 1.0 | CI: K8sServiceTest Tests NodePort BPF - The test suite seems to be flaky. The example failure:
```
/home/jenkins/workspace/Cilium-PR-Ginkgo-Tests-Validated/k8s-1.10-gopath/src/github.com/cilium/cilium/test/ginkgo-ext/scopes.go:420
Pod "testclient-6zb5g" can not connect to service "http://127.0.0.1:32174"
Expected command: kubectl exec -n default testclient-6zb5g -- curl --path-as-is -s -D /dev/stderr --fail --connect-timeout 5 --max-time 8 http://127.0.0.1:32174 -w "time-> DNS: '%{time_namelookup}(%{remote_ip})', Connect: '%{time_connect}',Transfer '%{time_starttransfer}', total '%{time_total}'"
To succeed, but it failed:
Exitcode: 28
Stdout:
time-> DNS: '0.000021()', Connect: '0.000000',Transfer '0.000000', total '5.000594'
Stderr:
command terminated with exit code 28
```
The following instances of the failure were observed:
- From pod curl to ClusterIP.
- From pod curl to 127.0.0.1:NodePort
- From pod curl to PublicIP:NodePort
The tunnel / direct routing mode setting does not matter, as the test failed in both modes. In all cases `bpf_sock.c` (aka host-reachable services) was involved.
* https://jenkins.cilium.io/job/Cilium-PR-Ginkgo-Tests-Validated/14436/testReport/junit/Suite-k8s-1/10/K8sServicesTest_Checks_service_across_nodes_Tests_NodePort_BPF_Tests_with_vxlan/ :
[2fa0a97b_K8sServicesTest_Checks_service_across_nodes_Tests_NodePort_BPF_Tests_with_direct_routing.zip](https://github.com/cilium/cilium/files/3515201/2fa0a97b_K8sServicesTest_Checks_service_across_nodes_Tests_NodePort_BPF_Tests_with_direct_routing.zip)
* https://jenkins.cilium.io/job/Cilium-PR-Ginkgo-Tests-Validated/14440/testReport/junit/Suite-k8s-1/10/K8sServicesTest_Checks_service_across_nodes_Tests_NodePort_BPF_Tests_with_vxlan/ :
[d2d95800_K8sServicesTest_Checks_service_across_nodes_Tests_NodePort_BPF_Tests_with_vxlan.zip](https://github.com/cilium/cilium/files/3515203/d2d95800_K8sServicesTest_Checks_service_across_nodes_Tests_NodePort_BPF_Tests_with_vxlan.zip)
/cc @borkmann
| priority | ci tests nodeport bpf the test suite seems to be flaky the example failure home jenkins workspace cilium pr ginkgo tests validated gopath src github com cilium cilium test ginkgo ext scopes go pod testclient can not connect to service expected command kubectl exec n default testclient curl path as is s d dev stderr fail connect timeout max time w time dns time namelookup remote ip connect time connect transfer time starttransfer total time total to succeed but it failed exitcode stdout time dns connect transfer total stderr command terminated with exit code the following instances of the failure were observed from pod curl to clusterip from pod curl to nodeport from pod curl to publicip nodeport the tunnel direct routing mode setting does not matter as the test failed in both modes in all cases bpf sock c aka host reachable services was involved cc borkmann | 1 |
606,929 | 18,770,475,514 | IssuesEvent | 2021-11-06 18:49:05 | federico-terzi/espanso | https://api.github.com/repos/federico-terzi/espanso | closed | Block the wizard and prompt the user to move the AppBundle if App Translocation is detected | MacOS RFNR High priority | Currently, macOS ships with a security feature known as App Translocation which interferes with the way espanso creates the symlink alias (see https://github.com/federico-terzi/espanso/issues/814#issuecomment-960432346).
We will need to block the wizard and prompt the user to move the Espanso.app bundle inside the /Applications folder
This article talks about App Translocation: https://www.synack.com/blog/untranslocating-apps/ | 1.0 | Block the wizard and prompt the user to move the AppBundle if App Translocation is detected - Currently, macOS ships with a security feature known as App Translocation which interferes with the way espanso creates the symlink alias (see https://github.com/federico-terzi/espanso/issues/814#issuecomment-960432346).
We will need to block the wizard and prompt the user to move the Espanso.app bundle inside the /Applications folder
This article talks about App Translocation: https://www.synack.com/blog/untranslocating-apps/ | priority | block the wizard and prompt the user to move the appbundle if app translocation is detected currently macos ships with a security feature known as app translocation which interferes with the way espanso creates the symlink alias see we will need to block the wizard and prompt the user to move the espanso app bundle inside the applications folder this article talks about app translocation | 1 |
69,019 | 3,294,951,090 | IssuesEvent | 2015-10-31 14:23:58 | jgirald/ES2015C | https://api.github.com/repos/jgirald/ES2015C | opened | Building Projects | Development High Priority Team C | Estimated effort: 12 hours
Product Backlog (buildings): As a player, I want to create buildings by collected resources, so that I can grow my civilization. All buildings are characterized by a construction time and a degree of preservation (similar to degree of life in units). [High priority]
Ending Condition: When creating new buildings, creation should no longer be automatic, instead there should be a construction time during which civil units actually build the building. | 1.0 | Building Projects - Estimated effort: 12 hours
Product Backlog (buildings): As a player, I want to create buildings by collected resources, so that I can grow my civilization. All buildings are characterized by a construction time and a degree of preservation (similar to degree of life in units). [High priority]
Ending Condition: When creating new buildings, creation should no longer be automatic, instead there should be a construction time during which civil units actually build the building. | priority | building projects estimated effort hours product backlog buildings as a player i want to create buildings by collected resources so that i can grow my civilization all buildings are characterized by a construction time and a degree of preservation similar to degree of life in units ending condition when creating new buildings creation should no longer be automatic instead there should be a construction time during which civil units actually build the building | 1 |
395,780 | 11,696,515,925 | IssuesEvent | 2020-03-06 09:56:14 | highcharts/highcharts | https://api.github.com/repos/highcharts/highcharts | closed | Tooltip has wrong position when scrollable plot area turned on. | Priority: Normal Product: Highcharts Status: Inbox Type: Bug | #### Expected behaviour
Tooltip should be positioned relative to chart container, not to a whole page.
#### Actual behaviour
The tooltip is positioned relative to page, instead of chart's container. We can notice the problem while using `tooltip.positioner` function, and return the object with e.g `x: 0, y: 0`.
#### Live demo with steps to reproduce
https://jsfiddle.net/BlackLabel/y64Lhk8f/
#### Product version
Highcharts >= v7.1.2
Probably related with #12498 | 1.0 | Tooltip has wrong position when scrollable plot area turned on. - #### Expected behaviour
Tooltip should be positioned relative to chart container, not to a whole page.
#### Actual behaviour
The tooltip is positioned relative to page, instead of chart's container. We can notice the problem while using `tooltip.positioner` function, and return the object with e.g `x: 0, y: 0`.
#### Live demo with steps to reproduce
https://jsfiddle.net/BlackLabel/y64Lhk8f/
#### Product version
Highcharts >= v7.1.2
Probably related with #12498 | priority | tooltip has wrong position when scrollable plot area turned on expected behaviour tooltip should be positioned relative to chart container not to a whole page actual behaviour the tooltip is positioned relative to page instead of chart s container we can notice the problem while using tooltip positioner function and return the object with e g x y live demo with steps to reproduce product version highcharts probably related with | 1 |
130,647 | 5,119,062,701 | IssuesEvent | 2017-01-08 14:09:38 | neuropoly/spinalcordtoolbox | https://api.github.com/repos/neuropoly/spinalcordtoolbox | closed | sct_extract_metric combined labels duplicate | bug priority: high sct_extract_metric | In the most recent release (v3.0_beta29) I noticed that there is a duplicate in the combined labels in `sct_extract_metric`. The `info_label.txt` file reads:
```
# Combined labels
# Keyword=CombinedLabels (Please DO NOT change this line)
# ID, name, IDgroup
50, spinal cord, 0:35
51, white matter, 0:29
52, gray matter, 30:35
52, dorsal columns, 0:3
53, lateral funiculi, 4:13
54, ventral funiculi, 14:29
```
So the gray matter and dorsal column have the same ID 52. It reads the same in the help for the command (although I guess this reads from the info_label.txt file?).
Thanks guys! | 1.0 | sct_extract_metric combined labels duplicate - In the most recent release (v3.0_beta29) I noticed that there is a duplicate in the combined labels in `sct_extract_metric`. The `info_label.txt` file reads:
```
# Combined labels
# Keyword=CombinedLabels (Please DO NOT change this line)
# ID, name, IDgroup
50, spinal cord, 0:35
51, white matter, 0:29
52, gray matter, 30:35
52, dorsal columns, 0:3
53, lateral funiculi, 4:13
54, ventral funiculi, 14:29
```
So the gray matter and dorsal column have the same ID 52. It reads the same in the help for the command (although I guess this reads from the info_label.txt file?).
Thanks guys! | priority | sct extract metric combined labels duplicate in the most recent release i noticed that there is a duplicate in the combined labels in sct extract metric the info label txt file reads combined labels keyword combinedlabels please do not change this line id name idgroup spinal cord white matter gray matter dorsal columns lateral funiculi ventral funiculi so the gray matter and dorsal column have the same id it reads the same in the help for the command although i guess this reads from the info label txt file thanks guys | 1 |
612,865 | 19,057,801,916 | IssuesEvent | 2021-11-26 00:12:39 | CaffeineViking/vkhr | https://api.github.com/repos/CaffeineViking/vkhr | closed | C2027 compilation error vkpp::CommandBuffer and vkpp::CommandPool | Type: Bug Project: Wrapper Priority: High | Followed the compilation guide on Win10 with Visual Studio 2019 and got these compilation errors. Both in Release and Debug.

It doesn't look like the author intended to provide definitions for these headers because forward declarations are in place. Judging by the message "This diagnostic occurred in the compiler generated function" that doesn't show any specific source it seems like the compiler tried to compile it by itself (not clear with what type as T though).
Any ideas what could be the issue?
| 1.0 | C2027 compilation error vkpp::CommandBuffer and vkpp::CommandPool - Followed the compilation guide on Win10 with Visual Studio 2019 and got these compilation errors. Both in Release and Debug.

It doesn't look like the author intended to provide definitions for these headers because forward declarations are in place. Judging by the message "This diagnostic occurred in the compiler generated function" that doesn't show any specific source it seems like the compiler tried to compile it by itself (not clear with what type as T though).
Any ideas what could be the issue?
| priority | compilation error vkpp commandbuffer and vkpp commandpool followed the compilation guide on with visual studio and got these compilation errors both in release and debug it doesn t look like the author intended to provide definitions for these headers because forward declarations are in place judging by the message this diagnostic occurred in the compiler generated function that doesn t show any specific source it seems like the compiler tried to compile it by itself not clear with what type as t though any ideas what could be the issue | 1 |
243,818 | 7,867,431,610 | IssuesEvent | 2018-06-23 08:35:11 | per1234/arduino-ci-script | https://api.github.com/repos/per1234/arduino-ci-script | opened | Add check_library_structure function | enhancement priority: high | - Header file or library.properties in library root folder.
- If no header files in root folder, then headers under `src` folder.
- (unverified) Incorrect case of `src` folder name would likely cause 1.5 format libraries to not be recognized on filename case-sensitive OS like Linux.
- If `src` folder in root, then no `utility` folder in root.
- All sketch files (.ino, .pde) under either `examples` or `extras` folder.
- Run [check_sketch_structure](https://github.com/per1234/arduino-ci-script/issues/22) on all sketch files. | 1.0 | Add check_library_structure function - - Header file or library.properties in library root folder.
- If no header files in root folder, then headers under `src` folder.
- (unverified) Incorrect case of `src` folder name would likely cause 1.5 format libraries to not be recognized on filename case-sensitive OS like Linux.
- If `src` folder in root, then no `utility` folder in root.
- All sketch files (.ino, .pde) under either `examples` or `extras` folder.
- Run [check_sketch_structure](https://github.com/per1234/arduino-ci-script/issues/22) on all sketch files. | priority | add check library structure function header file or library properties in library root folder if no header files in root folder then headers under src folder unverified incorrect case of src folder name would likely cause format libraries to not be recognized on filename case sensitive os like linux if src folder in root then no utility folder in root all sketch files ino pde under either examples or extras folder run on all sketch files | 1 |
326,550 | 9,957,705,144 | IssuesEvent | 2019-07-05 17:54:28 | dojot/dojot | https://api.github.com/repos/dojot/dojot | closed | Data manager specialized attributes | Priority:High Team:Backend Type:Bug | Templates has a static attributes, and the devices reference that attributes. When user, change a value of this attributes, they are specialized in the device. If user don't change this value, the attribute always will reference to template. The current working of data manager, is always overwrite the statics attributes like being device.
The correct working is, check if the attribute is specializes or not and so that overwrite if necessary. | 1.0 | Data manager specialized attributes - Templates has a static attributes, and the devices reference that attributes. When user, change a value of this attributes, they are specialized in the device. If user don't change this value, the attribute always will reference to template. The current working of data manager, is always overwrite the statics attributes like being device.
The correct working is, check if the attribute is specializes or not and so that overwrite if necessary. | priority | data manager specialized attributes templates has a static attributes and the devices reference that attributes when user change a value of this attributes they are specialized in the device if user don t change this value the attribute always will reference to template the current working of data manager is always overwrite the statics attributes like being device the correct working is check if the attribute is specializes or not and so that overwrite if necessary | 1 |
203,120 | 7,058,020,439 | IssuesEvent | 2018-01-04 18:39:21 | opencurrents/opencurrents | https://api.github.com/repos/opencurrents/opencurrents | closed | Org Sign-up: Improper functionality on org sign-up when accessed from home - join as Nonprofit | mvp yes priority high priority medium | This error is only happening when using the bottom form of opencurrents.com/nonprofit which is also accessed from home clicking register a nonprofit. The top form of opencurrents.com/nonprofit is working properly.
@dannypernik @nickolashe note that Org user is being created in DB but with no affiliation. I had registered Costas Verdes as npf on sign up, and when visiting "Orgs" it appeared with no affiliation. Although when clicking on the particular org it appeared to be registered with biz. When changing org from biz to npf, the user was proper functionality was achieved. .


Below: Costas Verdes had originally no affiliation with Orgs - this is after changing it.

| 2.0 | Org Sign-up: Improper functionality on org sign-up when accessed from home - join as Nonprofit - This error is only happening when using the bottom form of opencurrents.com/nonprofit which is also accessed from home clicking register a nonprofit. The top form of opencurrents.com/nonprofit is working properly.
@dannypernik @nickolashe note that Org user is being created in DB but with no affiliation. I had registered Costas Verdes as npf on sign up, and when visiting "Orgs" it appeared with no affiliation. Although when clicking on the particular org it appeared to be registered with biz. When changing org from biz to npf, the user was proper functionality was achieved. .


Below: Costas Verdes had originally no affiliation with Orgs - this is after changing it.

| priority | org sign up improper functionality on org sign up when accessed from home join as nonprofit this error is only happening when using the bottom form of opencurrents com nonprofit which is also accessed from home clicking register a nonprofit the top form of opencurrents com nonprofit is working properly dannypernik nickolashe note that org user is being created in db but with no affiliation i had registered costas verdes as npf on sign up and when visiting orgs it appeared with no affiliation although when clicking on the particular org it appeared to be registered with biz when changing org from biz to npf the user was proper functionality was achieved below costas verdes had originally no affiliation with orgs this is after changing it | 1 |
98,519 | 4,028,180,830 | IssuesEvent | 2016-05-18 04:21:51 | wp-shortcake/shortcake-bakery | https://api.github.com/repos/wp-shortcake/shortcake-bakery | closed | Fatal error running Shortcake bakery in PHP7 | bug priority:high | Running Shortcake Bakery under php-fpm 7.0.x gives something like the following error:
> Fatal error: 'continue' not in the 'loop' or 'switch' context in /srv/www/vvv-fusion-local/fusion-theme/lib/shortcake-bakery/inc/shortcodes/class-googledocs.php on line 236 | 1.0 | Fatal error running Shortcake bakery in PHP7 - Running Shortcake Bakery under php-fpm 7.0.x gives something like the following error:
> Fatal error: 'continue' not in the 'loop' or 'switch' context in /srv/www/vvv-fusion-local/fusion-theme/lib/shortcake-bakery/inc/shortcodes/class-googledocs.php on line 236 | priority | fatal error running shortcake bakery in running shortcake bakery under php fpm x gives something like the following error fatal error continue not in the loop or switch context in srv www vvv fusion local fusion theme lib shortcake bakery inc shortcodes class googledocs php on line | 1 |
376,052 | 11,137,655,016 | IssuesEvent | 2019-12-20 19:58:05 | dhenry-KCI/FredCo-Post-Go-Live- | https://api.github.com/repos/dhenry-KCI/FredCo-Post-Go-Live- | opened | 11 month extension letter | High Priority | language needs to be updated we no longer use the attachments referenced in the highlighted. I thought these changes were made on this report?

A should read "Please log into your citizen portal account and complete the _extension request detail_ page for this permit to submit your request...."
B should read "Please log into your citizen portal account and to submit your request to void..."
| 1.0 | 11 month extension letter - language needs to be updated we no longer use the attachments referenced in the highlighted. I thought these changes were made on this report?

A should read "Please log into your citizen portal account and complete the _extension request detail_ page for this permit to submit your request...."
B should read "Please log into your citizen portal account and to submit your request to void..."
| priority | month extension letter language needs to be updated we no longer use the attachments referenced in the highlighted i thought these changes were made on this report a should read please log into your citizen portal account and complete the extension request detail page for this permit to submit your request b should read please log into your citizen portal account and to submit your request to void | 1 |
608,685 | 18,845,923,988 | IssuesEvent | 2021-11-11 14:57:03 | bounswe/2021SpringGroup2 | https://api.github.com/repos/bounswe/2021SpringGroup2 | closed | [Backend] Initialization | help wanted priority: high state: in progress Backend | Backend initialization is of utmost priority since it is blocking Frontend and Android teams.
Working on initialization of backend with Django.
Details will be added to this issue. | 1.0 | [Backend] Initialization - Backend initialization is of utmost priority since it is blocking Frontend and Android teams.
Working on initialization of backend with Django.
Details will be added to this issue. | priority | initialization backend initialization is of utmost priority since it is blocking frontend and android teams working on initialization of backend with django details will be added to this issue | 1 |
700,075 | 24,044,838,720 | IssuesEvent | 2022-09-16 07:20:30 | 1crowie1/SIS-realestate | https://api.github.com/repos/1crowie1/SIS-realestate | closed | Create Frontend Framework - ReactJs | Frontend High Priority | Create ReactJS framework for frontend system. Eventually publish so backend linking with API calls can be done | 1.0 | Create Frontend Framework - ReactJs - Create ReactJS framework for frontend system. Eventually publish so backend linking with API calls can be done | priority | create frontend framework reactjs create reactjs framework for frontend system eventually publish so backend linking with api calls can be done | 1 |
746,565 | 26,035,381,511 | IssuesEvent | 2022-12-22 04:02:45 | sovware/directorist | https://api.github.com/repos/sovware/directorist | closed | Tag Icon | Type: Bug Priority: High | ### Directorist version
7.4.3
### Environment
_No response_
### Description
The tag Icon can not be changed.
Screenshot, https://prnt.sc/7S5UR-5gYjcJ
### Steps to reproduce
(1) Directory Listings> Directory Builder> Single page layout> Content> Tag
(2) Try to change the icon
(3) Icon will not be changed in the frontend
### Isolating the problem
- [X] I have reproduced this bug in localhost.
- [X] This bug happens with a default WordPress theme active (eg. 2021, 2022 etc). | 1.0 | Tag Icon - ### Directorist version
7.4.3
### Environment
_No response_
### Description
The tag Icon can not be changed.
Screenshot, https://prnt.sc/7S5UR-5gYjcJ
### Steps to reproduce
(1) Directory Listings> Directory Builder> Single page layout> Content> Tag
(2) Try to change the icon
(3) Icon will not be changed in the frontend
### Isolating the problem
- [X] I have reproduced this bug in localhost.
- [X] This bug happens with a default WordPress theme active (eg. 2021, 2022 etc). | priority | tag icon directorist version environment no response description the tag icon can not be changed screenshot steps to reproduce directory listings directory builder single page layout content tag try to change the icon icon will not be changed in the frontend isolating the problem i have reproduced this bug in localhost this bug happens with a default wordpress theme active eg etc | 1 |
228,911 | 7,569,388,741 | IssuesEvent | 2018-04-23 04:07:45 | ballerina-platform/ballerina-message-broker | https://api.github.com/repos/ballerina-platform/ballerina-message-broker | closed | Message store should be compatible with different chunk sizes | Complexity/Advanced Priority/High Severity/Major Type/Improvement | ### Description
Chunk size is negotiated at client connection initiation time. This can change from connection to connection. Therefore the message store should be able to handle different message content chunk sizes. | 1.0 | Message store should be compatible with different chunk sizes - ### Description
Chunk size is negotiated at client connection initiation time. This can change from connection to connection. Therefore the message store should be able to handle different message content chunk sizes. | priority | message store should be compatible with different chunk sizes description chunk size is negotiated at client connection initiation time this can change from connection to connection therefore the message store should be able to handle different message content chunk sizes | 1 |
289,297 | 8,868,573,106 | IssuesEvent | 2019-01-11 00:36:40 | AugurProject/augur | https://api.github.com/repos/AugurProject/augur | closed | PL for winning No Shares is incorrectly set to 0 at market finalization | Bug Priority: Very High V1 | - Acquire No shares by selling Yes and matching it with another account
- Move time to end the market and go through reporting and the dispute period
- Finalize the market
- Unrealized PL will be 0
...
@achapman Is this still an issue? Can this be closed?
-adrake33
...
Nope, still an issue. I believe @pgebheim said he had started looking at / working on this?
-nuevoalex
...
This is the highest priority item for me to work on.
-pgebheim
...
@achapman is going to start work on synthesizing the trades of outcomes based on the what is escrowed, and I can take it from there to do the time-series breakdown of the calculations.
-pgebheim | 1.0 | PL for winning No Shares is incorrectly set to 0 at market finalization - - Acquire No shares by selling Yes and matching it with another account
- Move time to end the market and go through reporting and the dispute period
- Finalize the market
- Unrealized PL will be 0
...
@achapman Is this still an issue? Can this be closed?
-adrake33
...
Nope, still an issue. I believe @pgebheim said he had started looking at / working on this?
-nuevoalex
...
This is the highest priority item for me to work on.
-pgebheim
...
@achapman is going to start work on synthesizing the trades of outcomes based on the what is escrowed, and I can take it from there to do the time-series breakdown of the calculations.
-pgebheim | priority | pl for winning no shares is incorrectly set to at market finalization acquire no shares by selling yes and matching it with another account move time to end the market and go through reporting and the dispute period finalize the market unrealized pl will be achapman is this still an issue can this be closed nope still an issue i believe pgebheim said he had started looking at working on this nuevoalex this is the highest priority item for me to work on pgebheim achapman is going to start work on synthesizing the trades of outcomes based on the what is escrowed and i can take it from there to do the time series breakdown of the calculations pgebheim | 1 |
827,246 | 31,761,745,095 | IssuesEvent | 2023-09-12 05:56:34 | elastic/security-docs | https://api.github.com/repos/elastic/security-docs | closed | CSPM introduces multi-account onboarding for AWS, and GCP single-account onboarding | Team: Cloud Security Feature: CSPM Priority: High v8.10.0 Effort: Large | In 8.10, CSPM will newly be able to add AWS accounts at the org level instead of just the account level (multi-account onboarding), and single-account onboarding for GCP.
The process for adding GCP and multi-AWS accounts is similar to the existing cloud formation approach. | 1.0 | CSPM introduces multi-account onboarding for AWS, and GCP single-account onboarding - In 8.10, CSPM will newly be able to add AWS accounts at the org level instead of just the account level (multi-account onboarding), and single-account onboarding for GCP.
The process for adding GCP and multi-AWS accounts is similar to the existing cloud formation approach. | priority | cspm introduces multi account onboarding for aws and gcp single account onboarding in cspm will newly be able to add aws accounts at the org level instead of just the account level multi account onboarding and single account onboarding for gcp the process for adding gcp and multi aws accounts is similar to the existing cloud formation approach | 1 |
376,078 | 11,138,183,193 | IssuesEvent | 2019-12-20 21:33:40 | Sage-Bionetworks/dccvalidator | https://api.github.com/repos/Sage-Bionetworks/dccvalidator | closed | Replace synapser with reticulate + python client | high priority | This is one solution to #155 and would also enable us to support the specific JSON schema validation package already being used elsewhere for validation (#72). | 1.0 | Replace synapser with reticulate + python client - This is one solution to #155 and would also enable us to support the specific JSON schema validation package already being used elsewhere for validation (#72). | priority | replace synapser with reticulate python client this is one solution to and would also enable us to support the specific json schema validation package already being used elsewhere for validation | 1 |
402,947 | 11,826,694,539 | IssuesEvent | 2020-03-21 19:11:04 | tripleblindmarket/private-kit | https://api.github.com/repos/tripleblindmarket/private-kit | closed | Android: App Crash | Bug High Priority | App Crashes when Denied permission for "location" access permission when started app for the first time. | 1.0 | Android: App Crash - App Crashes when Denied permission for "location" access permission when started app for the first time. | priority | android app crash app crashes when denied permission for location access permission when started app for the first time | 1 |
664,257 | 22,262,975,649 | IssuesEvent | 2022-06-10 03:28:05 | Dino-Club/DinoWorld-Modpack-1.7.10 | https://api.github.com/repos/Dino-Club/DinoWorld-Modpack-1.7.10 | closed | Deploying modpack | help wanted To-Do modpack high-priority | ### What type of issue is this? (Mod/Minecraft/Modpack/etc)
Modpack Deployment
### What is the issue?
We need a way to auto-build the modpack so that we can push it out for release quickly and remove the unneeded files.
### How can we reproduce it?
N/A | 1.0 | Deploying modpack - ### What type of issue is this? (Mod/Minecraft/Modpack/etc)
Modpack Deployment
### What is the issue?
We need a way to auto-build the modpack so that we can push it out for release quickly and remove the unneeded files.
### How can we reproduce it?
N/A | priority | deploying modpack what type of issue is this mod minecraft modpack etc modpack deployment what is the issue we need a way to auto build the modpack so that we can push it out for release quickly and remove the unneeded files how can we reproduce it n a | 1 |
66,495 | 3,254,569,773 | IssuesEvent | 2015-10-20 01:10:25 | ceylon/ceylon-js | https://api.github.com/repos/ceylon/ceylon-js | closed | Native inner classes are not handled correctly in the metamodel | bug high priority | Currently the test for `Contextual` in the language module fails (it's new, there was no test before).
Turns out that if you create a test project and put the code for `Contextual` and the test in there it compiles and runs just fine. It's only when `Contextual` gets loaded instead of compiled that things fail.
I checked with the debugger and `Contextual` is missing the inner class `Using`. | 1.0 | Native inner classes are not handled correctly in the metamodel - Currently the test for `Contextual` in the language module fails (it's new, there was no test before).
Turns out that if you create a test project and put the code for `Contextual` and the test in there it compiles and runs just fine. It's only when `Contextual` gets loaded instead of compiled that things fail.
I checked with the debugger and `Contextual` is missing the inner class `Using`. | priority | native inner classes are not handled correctly in the metamodel currently the test for contextual in the language module fails it s new there was no test before turns out that if you create a test project and put the code for contextual and the test in there it compiles and runs just fine it s only when contextual gets loaded instead of compiled that things fail i checked with the debugger and contextual is missing the inner class using | 1 |
598,848 | 18,257,002,207 | IssuesEvent | 2021-10-03 07:37:20 | ut-code/utmap-times | https://api.github.com/repos/ut-code/utmap-times | closed | 企業情報掲載に「エントリーはこちら」を追加 | Priority: High | 企業情報掲載記事タイプに「エントリーはこちら」というボタンを置きたいです。structuredのcalltoactionボタンを想像しています。
挿入場所は、「基礎情報」と「会社概要」の間でお願いいたします。 | 1.0 | 企業情報掲載に「エントリーはこちら」を追加 - 企業情報掲載記事タイプに「エントリーはこちら」というボタンを置きたいです。structuredのcalltoactionボタンを想像しています。
挿入場所は、「基礎情報」と「会社概要」の間でお願いいたします。 | priority | 企業情報掲載に「エントリーはこちら」を追加 企業情報掲載記事タイプに「エントリーはこちら」というボタンを置きたいです。structuredのcalltoactionボタンを想像しています。 挿入場所は、「基礎情報」と「会社概要」の間でお願いいたします。 | 1 |
229,545 | 7,575,759,533 | IssuesEvent | 2018-04-24 03:32:38 | ballerina-platform/ballerina-message-broker | https://api.github.com/repos/ballerina-platform/ballerina-message-broker | opened | Warn log when using Andes client | Complexity/Novice Priority/High Severity/Major Type/Improvement | ### Description
Following error is printed every time we invoke a client application written using the Andes client.
```
[2018-04-23 16:31:17,727] WARN {org.wso2.andes.common.QpidProperties} - Unable to find resource qpidversion.properties from classloader
```
| 1.0 | Warn log when using Andes client - ### Description
Following error is printed every time we invoke a client application written using the Andes client.
```
[2018-04-23 16:31:17,727] WARN {org.wso2.andes.common.QpidProperties} - Unable to find resource qpidversion.properties from classloader
```
| priority | warn log when using andes client description following error is printed every time we invoke a client application written using the andes client warn org andes common qpidproperties unable to find resource qpidversion properties from classloader | 1 |
64,685 | 3,214,204,050 | IssuesEvent | 2015-10-06 23:52:43 | angular/material | https://api.github.com/repos/angular/material | closed | md-tabs don't paginate on window resize. | needs: public api priority: high severity: inconvenient type: chore type: docs | Using angular 1.4.3 with angular material 0.10.0, the md-tabs does not paginate with arrows when the number of the tabs are more than the available space. Reverting Angular version to 1.3.15 as per the demo website works again.
Codepen
http://codepen.io/anon/pen/XbPZNx
Try changing the version of angular.min.js to 1.3.15 and resize the window, we should be able to see the arrows on paginating tabs. | 1.0 | md-tabs don't paginate on window resize. - Using angular 1.4.3 with angular material 0.10.0, the md-tabs does not paginate with arrows when the number of the tabs are more than the available space. Reverting Angular version to 1.3.15 as per the demo website works again.
Codepen
http://codepen.io/anon/pen/XbPZNx
Try changing the version of angular.min.js to 1.3.15 and resize the window, we should be able to see the arrows on paginating tabs. | priority | md tabs don t paginate on window resize using angular with angular material the md tabs does not paginate with arrows when the number of the tabs are more than the available space reverting angular version to as per the demo website works again codepen try changing the version of angular min js to and resize the window we should be able to see the arrows on paginating tabs | 1 |
500,017 | 14,484,447,875 | IssuesEvent | 2020-12-10 16:21:14 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | www.gq.com - see bug description | browser-firefox engine-gecko ml-needsdiagnosis-false ml-probability-high priority-normal | <!-- @browser: Firefox 84.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0 -->
<!-- @reported_with: desktop-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/63416 -->
**URL**: https://www.gq.com/story/lisa-feldman-barrett-interview
**Browser / Version**: Firefox 84.0
**Operating System**: Windows 10
**Tested Another Browser**: No
**Problem type**: Something else
**Description**: unable to save to pocket
**Steps to Reproduce**:
when pocket button in address bar is chosen, it opens and prompts to click pocket . when clicked , the cursor keeps flashing above pocket symbol.
<details>
<summary>View the screenshot</summary>
<img alt="Screenshot" src="https://webcompat.com/uploads/2020/12/c7dd2b07-9b28-47a6-aa4e-1e006c677b45.jpeg">
</details>
<details>
<summary>Browser Configuration</summary>
<ul>
<li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20201207203640</li><li>channel: release</li><li>hasTouchScreen: false</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li>
</ul>
</details>
[View console log messages](https://webcompat.com/console_logs/2020/12/6fe79235-e96d-494b-a4e5-0f4933ca9461)
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | www.gq.com - see bug description - <!-- @browser: Firefox 84.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0 -->
<!-- @reported_with: desktop-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/63416 -->
**URL**: https://www.gq.com/story/lisa-feldman-barrett-interview
**Browser / Version**: Firefox 84.0
**Operating System**: Windows 10
**Tested Another Browser**: No
**Problem type**: Something else
**Description**: unable to save to pocket
**Steps to Reproduce**:
when pocket button in address bar is chosen, it opens and prompts to click pocket . when clicked , the cursor keeps flashing above pocket symbol.
<details>
<summary>View the screenshot</summary>
<img alt="Screenshot" src="https://webcompat.com/uploads/2020/12/c7dd2b07-9b28-47a6-aa4e-1e006c677b45.jpeg">
</details>
<details>
<summary>Browser Configuration</summary>
<ul>
<li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20201207203640</li><li>channel: release</li><li>hasTouchScreen: false</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li>
</ul>
</details>
[View console log messages](https://webcompat.com/console_logs/2020/12/6fe79235-e96d-494b-a4e5-0f4933ca9461)
_From [webcompat.com](https://webcompat.com/) with ❤️_ | priority | see bug description url browser version firefox operating system windows tested another browser no problem type something else description unable to save to pocket steps to reproduce when pocket button in address bar is chosen it opens and prompts to click pocket when clicked the cursor keeps flashing above pocket symbol view the screenshot img alt screenshot src browser configuration gfx webrender all false gfx webrender blob images true gfx webrender enabled false image mem shared true buildid channel release hastouchscreen false mixed active content blocked false mixed passive content blocked false tracking content blocked false from with ❤️ | 1 |
234,308 | 7,719,588,415 | IssuesEvent | 2018-05-23 19:56:08 | jonas747/yagpdb | https://api.github.com/repos/jonas747/yagpdb | closed | Moderation Improvement: Feature to delete commands | Priority: High enhancement | I would like to see an option to instantly delete commands like dyno, this is useful for servers that like to keep their moderation silent
The commands this would be good for are:
Report
Kick
Ban (+IDban)
Warn
Mute
ETC... | 1.0 | Moderation Improvement: Feature to delete commands - I would like to see an option to instantly delete commands like dyno, this is useful for servers that like to keep their moderation silent
The commands this would be good for are:
Report
Kick
Ban (+IDban)
Warn
Mute
ETC... | priority | moderation improvement feature to delete commands i would like to see an option to instantly delete commands like dyno this is useful for servers that like to keep their moderation silent the commands this would be good for are report kick ban idban warn mute etc | 1 |
333,260 | 10,119,597,757 | IssuesEvent | 2019-07-31 11:54:16 | wazuh/wazuh-kibana-app | https://api.github.com/repos/wazuh/wazuh-kibana-app | closed | [backport-6.8] Defects reported by the DevOps team v3.9.4-rc1 | bug enhancement priority/high | Hi team,
For Wazuh 3.9.4 - 6.8.1 - rc1 we must review #1626 and fix bugs that are applicable to this version.
- [x] Implicit filters (agent.id) can be destroyed
- [x] Table badly dimensioned in Integrity Monitoring section
- [x] Breadcrumb is not properly updated
- [x] Huge error toast | 1.0 | [backport-6.8] Defects reported by the DevOps team v3.9.4-rc1 - Hi team,
For Wazuh 3.9.4 - 6.8.1 - rc1 we must review #1626 and fix bugs that are applicable to this version.
- [x] Implicit filters (agent.id) can be destroyed
- [x] Table badly dimensioned in Integrity Monitoring section
- [x] Breadcrumb is not properly updated
- [x] Huge error toast | priority | defects reported by the devops team hi team for wazuh we must review and fix bugs that are applicable to this version implicit filters agent id can be destroyed table badly dimensioned in integrity monitoring section breadcrumb is not properly updated huge error toast | 1 |
287,674 | 8,818,180,797 | IssuesEvent | 2018-12-31 09:36:17 | conan-io/conan | https://api.github.com/repos/conan-io/conan | closed | Add enum for GraphBuilder::_conflicting_references | complex: low priority: high stage: queue type: engineering | After #3055 is merged, function `_conflicting_references` must return an enumerated value (or named variables).
_Originally posted by @jgsogo in https://github.com/conan-io/conan/pull/3055_ | 1.0 | Add enum for GraphBuilder::_conflicting_references - After #3055 is merged, function `_conflicting_references` must return an enumerated value (or named variables).
_Originally posted by @jgsogo in https://github.com/conan-io/conan/pull/3055_ | priority | add enum for graphbuilder conflicting references after is merged function conflicting references must return an enumerated value or named variables originally posted by jgsogo in | 1 |
658,925 | 21,912,507,034 | IssuesEvent | 2022-05-21 09:22:22 | AoGao-Kedoka/cssa-munich-website | https://api.github.com/repos/AoGao-Kedoka/cssa-munich-website | opened | Fetch Title and Picture in each events sub-main page | high priority Frontend: Fetch API | show event's title and event's picture of each sub-main page | 1.0 | Fetch Title and Picture in each events sub-main page - show event's title and event's picture of each sub-main page | priority | fetch title and picture in each events sub main page show event s title and event s picture of each sub main page | 1 |
494,633 | 14,262,107,381 | IssuesEvent | 2020-11-20 12:26:09 | tranquilitybase-io/tb-gcp | https://api.github.com/repos/tranquilitybase-io/tb-gcp | closed | SSP backend, Vault UI, and iTop UI need SSL/TLS | enhancement priority:high security | Currently communication between the SSP frontend and backend is unencrypted. The web UI of iTop and Vault use HTTP.
Find a solution to enforce HTTPS for all communication | 1.0 | SSP backend, Vault UI, and iTop UI need SSL/TLS - Currently communication between the SSP frontend and backend is unencrypted. The web UI of iTop and Vault use HTTP.
Find a solution to enforce HTTPS for all communication | priority | ssp backend vault ui and itop ui need ssl tls currently communication between the ssp frontend and backend is unencrypted the web ui of itop and vault use http find a solution to enforce https for all communication | 1 |
73,165 | 3,408,655,844 | IssuesEvent | 2015-12-04 11:52:19 | mozilla/mcom-tests | https://api.github.com/repos/mozilla/mcom-tests | closed | Need a redirect test for additional /firstrun logic/acceptance of beta/b in Firefox versions | difficulty intermediate priority high | This is high priority -- we need a test for the following (we should be as thorough as we can):
"404: http://www.mozilla.org/en-US/firefox/27.0beta/firstrun/
200k: http://www.mozilla.org/en-US/firefox/27.0b/firstrun/
It seems that the firstrun urls are assuming [0-9]+\.[0-9]+(a|b)*[0-9]*
/[version].[sub version](optional a or b)[optional number]/firstrun/
We should change the logic to allow for b or beta, i.e. b[a-z]* or (b|beta)"
https://bugzilla.mozilla.org/show_bug.cgi?id=953131#c10 | 1.0 | Need a redirect test for additional /firstrun logic/acceptance of beta/b in Firefox versions - This is high priority -- we need a test for the following (we should be as thorough as we can):
"404: http://www.mozilla.org/en-US/firefox/27.0beta/firstrun/
200k: http://www.mozilla.org/en-US/firefox/27.0b/firstrun/
It seems that the firstrun urls are assuming [0-9]+\.[0-9]+(a|b)*[0-9]*
/[version].[sub version](optional a or b)[optional number]/firstrun/
We should change the logic to allow for b or beta, i.e. b[a-z]* or (b|beta)"
https://bugzilla.mozilla.org/show_bug.cgi?id=953131#c10 | priority | need a redirect test for additional firstrun logic acceptance of beta b in firefox versions this is high priority we need a test for the following we should be as thorough as we can it seems that the firstrun urls are assuming a b optional a or b firstrun we should change the logic to allow for b or beta i e b or b beta | 1 |
149,824 | 5,729,026,031 | IssuesEvent | 2017-04-21 03:56:54 | williamespindola/shark-bowl-web | https://api.github.com/repos/williamespindola/shark-bowl-web | opened | Create user | hight-priority resources | # POST /user
Create/Sign up user
## Request
| Name | Mandatory | Type |
| --- | --- | --- |
| name | true | string
| email | true | string
| password | true | string
```json
{
"class": ["user"],
"properties": {
"count": 1
},
"entities": [
{
"rel": ["user"],
"properties": {
"id": "e4eaaaf2-d142-11e1-b3e4-080027620cdd",
"name": "user name",
"email": "user@email.com.br",
"created": "2016-09-09 10:10:10",
"updated": "2016-09-09 10:10:10"
},
"entities": [
{ "rel": "user", "href": "/users/e4eaaaf2-d142-11e1-b3e4-080027620cdd" }
],
"links": [{ "rel": "self", "href": "/users/e4eaaaf2-d142-11e1-b3e4-080027620cdd" }]
}
],
"actions" : [
// TODO
],
"links": [
{ "rel": "self", "href": "/events/25769c6c-d34d-4bfe-ba98-e0ee856f3e7a/subjects/randomise" },
]
}
```
Related #6 | 1.0 | Create user - # POST /user
Create/Sign up user
## Request
| Name | Mandatory | Type |
| --- | --- | --- |
| name | true | string
| email | true | string
| password | true | string
```json
{
"class": ["user"],
"properties": {
"count": 1
},
"entities": [
{
"rel": ["user"],
"properties": {
"id": "e4eaaaf2-d142-11e1-b3e4-080027620cdd",
"name": "user name",
"email": "user@email.com.br",
"created": "2016-09-09 10:10:10",
"updated": "2016-09-09 10:10:10"
},
"entities": [
{ "rel": "user", "href": "/users/e4eaaaf2-d142-11e1-b3e4-080027620cdd" }
],
"links": [{ "rel": "self", "href": "/users/e4eaaaf2-d142-11e1-b3e4-080027620cdd" }]
}
],
"actions" : [
// TODO
],
"links": [
{ "rel": "self", "href": "/events/25769c6c-d34d-4bfe-ba98-e0ee856f3e7a/subjects/randomise" },
]
}
```
Related #6 | priority | create user post user create sign up user request name mandatory type name true string email true string password true string json class properties count entities rel properties id name user name email user email com br created updated entities rel user href users links actions todo links rel self href events subjects randomise related | 1 |
79,128 | 3,520,795,456 | IssuesEvent | 2016-01-12 22:21:26 | twosigma/beaker-notebook | https://api.github.com/repos/twosigma/beaker-notebook | closed | create folder button broken | Bug Priority High User Interface | in the file save dialog, if you click the button to create a folder ("Make new directory") then the app crashes with the following trace:
```
TypeError: Cannot read property 'split' of undefined
at newStrategy.manualEntry (http://127.0.0.1:8801/abd9c72/beaker/app/dist/beakerApp.js:990:44)
```
which refers to:
```
newStrategy.manualName = this.input.split('/').pop();
``` | 1.0 | create folder button broken - in the file save dialog, if you click the button to create a folder ("Make new directory") then the app crashes with the following trace:
```
TypeError: Cannot read property 'split' of undefined
at newStrategy.manualEntry (http://127.0.0.1:8801/abd9c72/beaker/app/dist/beakerApp.js:990:44)
```
which refers to:
```
newStrategy.manualName = this.input.split('/').pop();
``` | priority | create folder button broken in the file save dialog if you click the button to create a folder make new directory then the app crashes with the following trace typeerror cannot read property split of undefined at newstrategy manualentry which refers to newstrategy manualname this input split pop | 1 |
756,014 | 26,452,932,592 | IssuesEvent | 2023-01-16 12:34:52 | slsdetectorgroup/slsDetectorPackage | https://api.github.com/repos/slsdetectorgroup/slsDetectorPackage | closed | python: not splitting concatenated hostnames | action - Bug priority - High status - resolved | <!-- Preview changes before submitting -->
<!-- Please fill out everything with an *, as this report will be discarded otherwise -->
<!-- This is a comment, the syntax is a bit different from c++ or bash -->
##### *Distribution:
<!-- RHEL7, RHEL6, Fedora, etc -->
##### *Detector type:
<!-- If applicable, Eiger, Jungfrau, Mythen3, Gotthard2, Gotthard, Moench, ChipTestBoard -->
##### *Software Package Version:
<!-- developer, 4.2.0, 4.1.1, etc -->
##### Priority:
<!-- Super Low, Low, Medium, High, Super High -->
##### *Describe the bug
<!-- A clear and concise description of what the bug is -->
python: not splitting concatenated hostnames like in command line
##### Expected behavior
<!-- A clear and concise description of what you expected to happen. -->
##### To Reproduce
<!-- Steps to reproduce the behavior: -->
<!-- 1. Go to '...' -->
<!-- 2. Click on '....' -->
<!-- 3. Scroll down to '....' -->
<!-- 4. See error -->
##### Screenshots
<!-- If applicable, add screenshots to help explain your problem. -->
##### Additional context
<!-- Add any other context about the problem here. -->
| 1.0 | python: not splitting concatenated hostnames - <!-- Preview changes before submitting -->
<!-- Please fill out everything with an *, as this report will be discarded otherwise -->
<!-- This is a comment, the syntax is a bit different from c++ or bash -->
##### *Distribution:
<!-- RHEL7, RHEL6, Fedora, etc -->
##### *Detector type:
<!-- If applicable, Eiger, Jungfrau, Mythen3, Gotthard2, Gotthard, Moench, ChipTestBoard -->
##### *Software Package Version:
<!-- developer, 4.2.0, 4.1.1, etc -->
##### Priority:
<!-- Super Low, Low, Medium, High, Super High -->
##### *Describe the bug
<!-- A clear and concise description of what the bug is -->
python: not splitting concatenated hostnames like in command line
##### Expected behavior
<!-- A clear and concise description of what you expected to happen. -->
##### To Reproduce
<!-- Steps to reproduce the behavior: -->
<!-- 1. Go to '...' -->
<!-- 2. Click on '....' -->
<!-- 3. Scroll down to '....' -->
<!-- 4. See error -->
##### Screenshots
<!-- If applicable, add screenshots to help explain your problem. -->
##### Additional context
<!-- Add any other context about the problem here. -->
| priority | python not splitting concatenated hostnames distribution detector type software package version priority describe the bug python not splitting concatenated hostnames like in command line expected behavior to reproduce screenshots additional context | 1 |
248,368 | 7,929,752,524 | IssuesEvent | 2018-07-06 16:07:23 | cilium/cilium | https://api.github.com/repos/cilium/cilium | closed | policy: store proxy redirect ports in PolicyMap keys | area/policy kind/enhancement priority/high | #2918 modified the BPF datapath to look up proxy ports from policy map entries. However, the Cilium agent is not populating those fields. The proxy ports are still compiled into arrays in the BPF programs (`lxc_config.h`), e.g.:
```
#define CFG_L3L4_EGRESS 0,20480,57930,6, (), 0
#define NR_CFG_L3L4_EGRESS 1
#define CFG_L3L4_INGRESS 0,36895,7754,6,1,16415,31278,6,2,20480,59212,6, (), 0
#define NR_CFG_L3L4_INGRESS 3
```
Those arrays are generated by method `Endpoint.writeL4Policy` in `pkg/endpoint/bpf.go`. | 1.0 | policy: store proxy redirect ports in PolicyMap keys - #2918 modified the BPF datapath to look up proxy ports from policy map entries. However, the Cilium agent is not populating those fields. The proxy ports are still compiled into arrays in the BPF programs (`lxc_config.h`), e.g.:
```
#define CFG_L3L4_EGRESS 0,20480,57930,6, (), 0
#define NR_CFG_L3L4_EGRESS 1
#define CFG_L3L4_INGRESS 0,36895,7754,6,1,16415,31278,6,2,20480,59212,6, (), 0
#define NR_CFG_L3L4_INGRESS 3
```
Those arrays are generated by method `Endpoint.writeL4Policy` in `pkg/endpoint/bpf.go`. | priority | policy store proxy redirect ports in policymap keys modified the bpf datapath to look up proxy ports from policy map entries however the cilium agent is not populating those fields the proxy ports are still compiled into arrays in the bpf programs lxc config h e g define cfg egress define nr cfg egress define cfg ingress define nr cfg ingress those arrays are generated by method endpoint in pkg endpoint bpf go | 1 |
310,482 | 9,499,403,992 | IssuesEvent | 2019-04-24 06:17:44 | wso2/product-is | https://api.github.com/repos/wso2/product-is | closed | Updating user details using PATCH request failed in scim2 users endpoint | Affected/5.8.0-Beta3 Component/SCIM Priority/Highest Resolution/Fixed Severity/Blocker Type/Bug | Use IS 5.8 Beta
create a user using the following curl command
curl -v -k --user admin:admin --data '{"schemas":[],"name":{"familyName":"jackson","givenName":"kim"},"userName":"kim","password":"kimwso2","emails":[{"primary":true,"value":"kim.jackson@gmail.com","type":"home"},{"value":"kim_j@wso2.com","type":"work"}]}' --header "Content-Type:application/json" https://localhost:9443/scim2/Users
Try to update the user using the following curl
curl -v -k --user admin:admin -X PATCH -d '{"schemas":["urn:ietf:params:scim:api:messages:2.0:PatchOp"],"Operations":[{"op":"add","value":{"nickName":"shaggy"}}]}' --header "Content-Type:application/json" https://localhost:9443/scim2/Users/c8c821ba-1200-495e-a775-79b260e717bd
error:
"schemas":["urn:ietf:params:scim:api:messages:2.0:Error"],"detail":"Error while updating attributes of user: kimllll","status":"500"} | 1.0 | Updating user details using PATCH request failed in scim2 users endpoint - Use IS 5.8 Beta
create a user using the following curl command
curl -v -k --user admin:admin --data '{"schemas":[],"name":{"familyName":"jackson","givenName":"kim"},"userName":"kim","password":"kimwso2","emails":[{"primary":true,"value":"kim.jackson@gmail.com","type":"home"},{"value":"kim_j@wso2.com","type":"work"}]}' --header "Content-Type:application/json" https://localhost:9443/scim2/Users
Try to update the user using the following curl
curl -v -k --user admin:admin -X PATCH -d '{"schemas":["urn:ietf:params:scim:api:messages:2.0:PatchOp"],"Operations":[{"op":"add","value":{"nickName":"shaggy"}}]}' --header "Content-Type:application/json" https://localhost:9443/scim2/Users/c8c821ba-1200-495e-a775-79b260e717bd
error:
"schemas":["urn:ietf:params:scim:api:messages:2.0:Error"],"detail":"Error while updating attributes of user: kimllll","status":"500"} | priority | updating user details using patch request failed in users endpoint use is beta create a user using the following curl command curl v k user admin admin data schemas name familyname jackson givenname kim username kim password emails header content type application json try to update the user using the following curl curl v k user admin admin x patch d schemas operations header content type application json error schemas detail error while updating attributes of user kimllll status | 1 |
472,308 | 13,622,487,493 | IssuesEvent | 2020-09-24 03:46:20 | TerryCavanagh/diceydungeons.com | https://api.github.com/repos/TerryCavanagh/diceydungeons.com | closed | Most urgent recurring gameplay issues and requests | High Priority reported in v0.15.1 | A lot of people discovered Dicey Dungeons in January, yikes!
The following issues come up *a lot*. I know I have issues about them already, but I'm going to collect them all here to have them in one place, and make sure they don't get overlooked. These issues are *the most important* ones in Dicey Dungeons, and should be considered a priority.
**Bugs**
- [x] The Equipment screen has a number of glitches that are long overdue a fix. (https://github.com/TerryCavanagh/diceydungeons.com/issues/797, https://github.com/TerryCavanagh/diceydungeons.com/issues/700, https://github.com/TerryCavanagh/diceydungeons.com/issues/184, https://github.com/TerryCavanagh/diceydungeons.com/issues/49, https://github.com/TerryCavanagh/diceydungeons.com/issues/16)
- [x] Drinking the bear potion crashes the game (https://github.com/TerryCavanagh/diceydungeons.com/issues/793, https://github.com/TerryCavanagh/diceydungeons.com/issues/857).
- [x] The enemy moves preview button causes a number of glitches, including lost dice and missing actions. (https://github.com/TerryCavanagh/diceydungeons.com/issues/846, https://github.com/TerryCavanagh/diceydungeons.com/issues/817, https://github.com/TerryCavanagh/diceydungeons.com/issues/800, https://github.com/TerryCavanagh/diceydungeons.com/issues/751, https://github.com/TerryCavanagh/diceydungeons.com/issues/749, https://github.com/TerryCavanagh/diceydungeons.com/issues/712, https://github.com/TerryCavanagh/diceydungeons.com/issues/675)
- [x] Crowbar and countdowns in general have some weird buggy behaviour (https://github.com/TerryCavanagh/diceydungeons.com/issues/828, https://github.com/TerryCavanagh/diceydungeons.com/issues/549, https://github.com/TerryCavanagh/diceydungeons.com/issues/494, https://github.com/TerryCavanagh/diceydungeons.com/issues/459, https://github.com/TerryCavanagh/diceydungeons.com/issues/447, https://github.com/TerryCavanagh/diceydungeons.com/issues/394, https://github.com/TerryCavanagh/diceydungeons.com/issues/210)
- [x] Grabbing dice as they're moving in a tween breaks their position (https://github.com/TerryCavanagh/diceydungeons.com/issues/807)
- [x] Using Inventor Steal can soft-lock the game. (https://github.com/TerryCavanagh/diceydungeons.com/issues/732, https://github.com/TerryCavanagh/diceydungeons.com/issues/629)
- [x] It's possible for dice to overlap, and this often happens when using the Robot's Autoroll limit break (https://github.com/TerryCavanagh/diceydungeons.com/issues/405, https://github.com/TerryCavanagh/diceydungeons.com/issues/206)
**Design issues**
- [x] The game needs a short, snappy tutorial. (https://github.com/TerryCavanagh/diceydungeons.com/issues/441)
- [x] Lots of new players are finding the game too easy. (https://github.com/TerryCavanagh/diceydungeons.com/issues/845)
- [x] Level up pacing feels slightly off near the end (https://github.com/TerryCavanagh/diceydungeons.com/issues/847). Related: Lots of players request some kind of endless mode where they can try out their build against a tougher challenge.
- [x] Level up rewards for all classes need revising (https://github.com/TerryCavanagh/diceydungeons.com/issues/869, https://github.com/TerryCavanagh/diceydungeons.com/issues/809, https://github.com/TerryCavanagh/diceydungeons.com/issues/713, https://github.com/TerryCavanagh/diceydungeons.com/issues/198)
- [x] An enemy design audit is overdue. In particular, these enemies feel off: Wolf Puppy (https://github.com/TerryCavanagh/diceydungeons.com/issues/802), Baby Squid (https://github.com/TerryCavanagh/diceydungeons.com/issues/790), Wizard (https://github.com/TerryCavanagh/diceydungeons.com/issues/801), Kraken (https://github.com/TerryCavanagh/diceydungeons.com/issues/833), Paper Knight (https://github.com/TerryCavanagh/diceydungeons.com/issues/724), Wicker Man (https://github.com/TerryCavanagh/diceydungeons.com/issues/678), Dragon (https://github.com/TerryCavanagh/diceydungeons.com/issues/519).
- [x] Some level up rewards and items don't make any sense for the various quests they appear in (especially Robot's Dice for a Price)
- [x] There are too many unnecessary confirmation steps when collecting items - picking up items from a chest shouldn't offer to ignore it (https://github.com/TerryCavanagh/diceydungeons.com/issues/387), and you shouldn't get a separate confirmation after you buy equipment from a shop (https://github.com/TerryCavanagh/diceydungeons.com/issues/733, https://github.com/TerryCavanagh/diceydungeons.com/issues/166).
- [x] Inventor needs a couple of tweaks which should massively improve it: starting with scrap metal makes them seem more confusing than they are, because it introduces a concept before you see it (https://github.com/TerryCavanagh/diceydungeons.com/issues/714), and you should be able to preview the gadgets that you get from equipment somehow (https://github.com/TerryCavanagh/diceydungeons.com/issues/856, https://github.com/TerryCavanagh/diceydungeons.com/issues/237).
- [x] Witch should be able to rearrange her spellbook. (https://github.com/TerryCavanagh/diceydungeons.com/issues/491)
- [x] You can't cancel a spell cast right now. (https://github.com/TerryCavanagh/diceydungeons.com/issues/246)
- [x] New players often want to sell, or at least dump unwanted equipment (https://github.com/TerryCavanagh/diceydungeons.com/issues/217)
**UI and communication issues**
- [x] Replace the current mini-dice icon with one that doesn't indicate any particular number. (https://github.com/TerryCavanagh/diceydungeons.com/issues/227, https://github.com/TerryCavanagh/diceydungeons.com/issues/813)
- [x] The settings menu needs a proper redesign. (https://github.com/TerryCavanagh/diceydungeons.com/issues/699, https://github.com/TerryCavanagh/diceydungeons.com/issues/599)
- [x] Status effects shouldn't disappear when "applied" - instead they should stay in place, so that players can mouse over them to see what happened. (https://github.com/TerryCavanagh/diceydungeons.com/issues/814)
- [x] Make the connection between levels and stars clearer. (https://github.com/TerryCavanagh/diceydungeons.com/issues/723)
- [x] Communicate that Poison pierces shields somewhere.
- [x] Explain in game what is meant by "Strength" and "Weakness"
- [x] Witch spells need to be previewable. (https://github.com/TerryCavanagh/diceydungeons.com/issues/855, https://github.com/TerryCavanagh/diceydungeons.com/issues/617)
- [x] Flee counter is broken. New players aren't even aware that fleeing is an option. (https://github.com/TerryCavanagh/diceydungeons.com/issues/748, https://github.com/TerryCavanagh/diceydungeons.com/issues/533)
- [x] Make it clearer that the Thief is "stealing" enemy equipment every turn. (https://github.com/TerryCavanagh/diceydungeons.com/issues/297)
| 1.0 | Most urgent recurring gameplay issues and requests - A lot of people discovered Dicey Dungeons in January, yikes!
The following issues come up *a lot*. I know I have issues about them already, but I'm going to collect them all here to have them in one place, and make sure they don't get overlooked. These issues are *the most important* ones in Dicey Dungeons, and should be considered a priority.
**Bugs**
- [x] The Equipment screen has a number of glitches that are long overdue a fix. (https://github.com/TerryCavanagh/diceydungeons.com/issues/797, https://github.com/TerryCavanagh/diceydungeons.com/issues/700, https://github.com/TerryCavanagh/diceydungeons.com/issues/184, https://github.com/TerryCavanagh/diceydungeons.com/issues/49, https://github.com/TerryCavanagh/diceydungeons.com/issues/16)
- [x] Drinking the bear potion crashes the game (https://github.com/TerryCavanagh/diceydungeons.com/issues/793, https://github.com/TerryCavanagh/diceydungeons.com/issues/857).
- [x] The enemy moves preview button causes a number of glitches, including lost dice and missing actions. (https://github.com/TerryCavanagh/diceydungeons.com/issues/846, https://github.com/TerryCavanagh/diceydungeons.com/issues/817, https://github.com/TerryCavanagh/diceydungeons.com/issues/800, https://github.com/TerryCavanagh/diceydungeons.com/issues/751, https://github.com/TerryCavanagh/diceydungeons.com/issues/749, https://github.com/TerryCavanagh/diceydungeons.com/issues/712, https://github.com/TerryCavanagh/diceydungeons.com/issues/675)
- [x] Crowbar and countdowns in general have some weird buggy behaviour (https://github.com/TerryCavanagh/diceydungeons.com/issues/828, https://github.com/TerryCavanagh/diceydungeons.com/issues/549, https://github.com/TerryCavanagh/diceydungeons.com/issues/494, https://github.com/TerryCavanagh/diceydungeons.com/issues/459, https://github.com/TerryCavanagh/diceydungeons.com/issues/447, https://github.com/TerryCavanagh/diceydungeons.com/issues/394, https://github.com/TerryCavanagh/diceydungeons.com/issues/210)
- [x] Grabbing dice as they're moving in a tween breaks their position (https://github.com/TerryCavanagh/diceydungeons.com/issues/807)
- [x] Using Inventor Steal can soft-lock the game. (https://github.com/TerryCavanagh/diceydungeons.com/issues/732, https://github.com/TerryCavanagh/diceydungeons.com/issues/629)
- [x] It's possible for dice to overlap, and this often happens when using the Robot's Autoroll limit break (https://github.com/TerryCavanagh/diceydungeons.com/issues/405, https://github.com/TerryCavanagh/diceydungeons.com/issues/206)
**Design issues**
- [x] The game needs a short, snappy tutorial. (https://github.com/TerryCavanagh/diceydungeons.com/issues/441)
- [x] Lots of new players are finding the game too easy. (https://github.com/TerryCavanagh/diceydungeons.com/issues/845)
- [x] Level up pacing feels slightly off near the end (https://github.com/TerryCavanagh/diceydungeons.com/issues/847). Related: Lots of players request some kind of endless mode where they can try out their build against a tougher challenge.
- [x] Level up rewards for all classes need revising (https://github.com/TerryCavanagh/diceydungeons.com/issues/869, https://github.com/TerryCavanagh/diceydungeons.com/issues/809, https://github.com/TerryCavanagh/diceydungeons.com/issues/713, https://github.com/TerryCavanagh/diceydungeons.com/issues/198)
- [x] An enemy design audit is overdue. In particular, these enemies feel off: Wolf Puppy (https://github.com/TerryCavanagh/diceydungeons.com/issues/802), Baby Squid (https://github.com/TerryCavanagh/diceydungeons.com/issues/790), Wizard (https://github.com/TerryCavanagh/diceydungeons.com/issues/801), Kraken (https://github.com/TerryCavanagh/diceydungeons.com/issues/833), Paper Knight (https://github.com/TerryCavanagh/diceydungeons.com/issues/724), Wicker Man (https://github.com/TerryCavanagh/diceydungeons.com/issues/678), Dragon (https://github.com/TerryCavanagh/diceydungeons.com/issues/519).
- [x] Some level up rewards and items don't make any sense for the various quests they appear in (especially Robot's Dice for a Price)
- [x] There are too many unnecessary confirmation steps when collecting items - picking up items from a chest shouldn't offer to ignore it (https://github.com/TerryCavanagh/diceydungeons.com/issues/387), and you shouldn't get a separate confirmation after you buy equipment from a shop (https://github.com/TerryCavanagh/diceydungeons.com/issues/733, https://github.com/TerryCavanagh/diceydungeons.com/issues/166).
- [x] Inventor needs a couple of tweaks which should massively improve it: starting with scrap metal makes them seem more confusing than they are, because it introduces a concept before you see it (https://github.com/TerryCavanagh/diceydungeons.com/issues/714), and you should be able to preview the gadgets that you get from equipment somehow (https://github.com/TerryCavanagh/diceydungeons.com/issues/856, https://github.com/TerryCavanagh/diceydungeons.com/issues/237).
- [x] Witch should be able to rearrange her spellbook. (https://github.com/TerryCavanagh/diceydungeons.com/issues/491)
- [x] You can't cancel a spell cast right now. (https://github.com/TerryCavanagh/diceydungeons.com/issues/246)
- [x] New players often want to sell, or at least dump unwanted equipment (https://github.com/TerryCavanagh/diceydungeons.com/issues/217)
**UI and communication issues**
- [x] Replace the current mini-dice icon with one that doesn't indicate any particular number. (https://github.com/TerryCavanagh/diceydungeons.com/issues/227, https://github.com/TerryCavanagh/diceydungeons.com/issues/813)
- [x] The settings menu needs a proper redesign. (https://github.com/TerryCavanagh/diceydungeons.com/issues/699, https://github.com/TerryCavanagh/diceydungeons.com/issues/599)
- [x] Status effects shouldn't disappear when "applied" - instead they should stay in place, so that players can mouse over them to see what happened. (https://github.com/TerryCavanagh/diceydungeons.com/issues/814)
- [x] Make the connection between levels and stars clearer. (https://github.com/TerryCavanagh/diceydungeons.com/issues/723)
- [x] Communicate that Poison pierces shields somewhere.
- [x] Explain in game what is meant by "Strength" and "Weakness"
- [x] Witch spells need to be previewable. (https://github.com/TerryCavanagh/diceydungeons.com/issues/855, https://github.com/TerryCavanagh/diceydungeons.com/issues/617)
- [x] Flee counter is broken. New players aren't even aware that fleeing is an option. (https://github.com/TerryCavanagh/diceydungeons.com/issues/748, https://github.com/TerryCavanagh/diceydungeons.com/issues/533)
- [x] Make it clearer that the Thief is "stealing" enemy equipment every turn. (https://github.com/TerryCavanagh/diceydungeons.com/issues/297)
| priority | most urgent recurring gameplay issues and requests a lot of people discovered dicey dungeons in january yikes the following issues come up a lot i know i have issues about them already but i m going to collect them all here to have them in one place and make sure they don t get overlooked these issues are the most important ones in dicey dungeons and should be considered a priority bugs the equipment screen has a number of glitches that are long overdue a fix drinking the bear potion crashes the game the enemy moves preview button causes a number of glitches including lost dice and missing actions crowbar and countdowns in general have some weird buggy behaviour grabbing dice as they re moving in a tween breaks their position using inventor steal can soft lock the game it s possible for dice to overlap and this often happens when using the robot s autoroll limit break design issues the game needs a short snappy tutorial lots of new players are finding the game too easy level up pacing feels slightly off near the end related lots of players request some kind of endless mode where they can try out their build against a tougher challenge level up rewards for all classes need revising an enemy design audit is overdue in particular these enemies feel off wolf puppy baby squid wizard kraken paper knight wicker man dragon some level up rewards and items don t make any sense for the various quests they appear in especially robot s dice for a price there are too many unnecessary confirmation steps when collecting items picking up items from a chest shouldn t offer to ignore it and you shouldn t get a separate confirmation after you buy equipment from a shop inventor needs a couple of tweaks which should massively improve it starting with scrap metal makes them seem more confusing than they are because it introduces a concept before you see it and you should be able to preview the gadgets that you get from equipment somehow witch should be able to rearrange her spellbook you can t cancel a spell cast right now new players often want to sell or at least dump unwanted equipment ui and communication issues replace the current mini dice icon with one that doesn t indicate any particular number the settings menu needs a proper redesign status effects shouldn t disappear when applied instead they should stay in place so that players can mouse over them to see what happened make the connection between levels and stars clearer communicate that poison pierces shields somewhere explain in game what is meant by strength and weakness witch spells need to be previewable flee counter is broken new players aren t even aware that fleeing is an option make it clearer that the thief is stealing enemy equipment every turn | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.