Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1
value | created_at stringlengths 19 19 | repo stringlengths 5 112 | repo_url stringlengths 34 141 | action stringclasses 3
values | title stringlengths 1 957 | labels stringlengths 4 795 | body stringlengths 1 259k | index stringclasses 12
values | text_combine stringlengths 96 259k | label stringclasses 2
values | text stringlengths 96 252k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
238,505 | 7,780,101,585 | IssuesEvent | 2018-06-05 18:56:01 | google/sanitizers | https://api.github.com/repos/google/sanitizers | closed | Find destruction-order problems in ASan | Priority-Medium ProjectAddressSanitizer Status-Accepted Type-Enhancement | Originally reported on Google Code with ID 181
```
The order in which globals with static storage duration are destructed (after main()
returns) is undefined. E.g., it's generally an error to access global with static storage
duration from other threads which are not joined before the program returns from main().
We should investigate if ASan can be enhanced to detect these bugs.
Currently, ASan does (in some sense) the opposite - it adds a module destructor that
unpoisons shadow memory for globals. This is required, as the memory where these globals
were located may be reused by someone else (e.g. after we've dlclose()'d a shared library).
We may think of some hacks. E.g. add a function that will tell ASan
"starting at this moment, poison the shadow for destructed globals, so that no one
can access this memory", and somehow call this function when main() exits.
```
Reported by `samsonov@google.com` on 2013-04-26 16:51:59
| 1.0 | Find destruction-order problems in ASan - Originally reported on Google Code with ID 181
```
The order in which globals with static storage duration are destructed (after main()
returns) is undefined. E.g., it's generally an error to access global with static storage
duration from other threads which are not joined before the program returns from main().
We should investigate if ASan can be enhanced to detect these bugs.
Currently, ASan does (in some sense) the opposite - it adds a module destructor that
unpoisons shadow memory for globals. This is required, as the memory where these globals
were located may be reused by someone else (e.g. after we've dlclose()'d a shared library).
We may think of some hacks. E.g. add a function that will tell ASan
"starting at this moment, poison the shadow for destructed globals, so that no one
can access this memory", and somehow call this function when main() exits.
```
Reported by `samsonov@google.com` on 2013-04-26 16:51:59
| priority | find destruction order problems in asan originally reported on google code with id the order in which globals with static storage duration are destructed after main returns is undefined e g it s generally an error to access global with static storage duration from other threads which are not joined before the program returns from main we should investigate if asan can be enhanced to detect these bugs currently asan does in some sense the opposite it adds a module destructor that unpoisons shadow memory for globals this is required as the memory where these globals were located may be reused by someone else e g after we ve dlclose d a shared library we may think of some hacks e g add a function that will tell asan starting at this moment poison the shadow for destructed globals so that no one can access this memory and somehow call this function when main exits reported by samsonov google com on | 1 |
770,069 | 27,028,079,450 | IssuesEvent | 2023-02-11 21:27:27 | conan-io/conan | https://api.github.com/repos/conan-io/conan | closed | Consider forcing test_package not use configuration | type: feature stage: queue priority: high complex: medium | Right now, the test_package/conanfile.py can define options and other configuration, that change the way the package is created. So a ``conan create`` behaves differently to a ``conan export`` + ``conan install --build=missing`` + ``conan test test_package``.
The dependency graph is computed from the test_package/conanfile, which adds some complexity to the code, too, would be nice to simplify it.
This would be breaking with some test_package/conanfile.py, but won't break the recipes themselves, only the ``conan create`` flow, and should be difficult to fix. But conan 2.0.
| 1.0 | Consider forcing test_package not use configuration - Right now, the test_package/conanfile.py can define options and other configuration, that change the way the package is created. So a ``conan create`` behaves differently to a ``conan export`` + ``conan install --build=missing`` + ``conan test test_package``.
The dependency graph is computed from the test_package/conanfile, which adds some complexity to the code, too, would be nice to simplify it.
This would be breaking with some test_package/conanfile.py, but won't break the recipes themselves, only the ``conan create`` flow, and should be difficult to fix. But conan 2.0.
| priority | consider forcing test package not use configuration right now the test package conanfile py can define options and other configuration that change the way the package is created so a conan create behaves differently to a conan export conan install build missing conan test test package the dependency graph is computed from the test package conanfile which adds some complexity to the code too would be nice to simplify it this would be breaking with some test package conanfile py but won t break the recipes themselves only the conan create flow and should be difficult to fix but conan | 1 |
303,075 | 9,302,079,723 | IssuesEvent | 2019-03-24 05:36:32 | CS2103-AY1819S2-W09-2/main | https://api.github.com/repos/CS2103-AY1819S2-W09-2/main | closed | Fix empty message bug in add command | priority.Medium type.Bug | Add command currently does not display invalid command message on empty message. This is due to the checkMode method introduced in AddCommandParser that checks the command mode after add and returns a different command message. | 1.0 | Fix empty message bug in add command - Add command currently does not display invalid command message on empty message. This is due to the checkMode method introduced in AddCommandParser that checks the command mode after add and returns a different command message. | priority | fix empty message bug in add command add command currently does not display invalid command message on empty message this is due to the checkmode method introduced in addcommandparser that checks the command mode after add and returns a different command message | 1 |
23,349 | 2,658,405,843 | IssuesEvent | 2015-03-18 15:28:18 | cs2103jan2015-t16-3c/Main | https://api.github.com/repos/cs2103jan2015-t16-3c/Main | closed | A user can request for a list of available commands that can be used | priority.medium | so that the user can maximize the utilization of the software. | 1.0 | A user can request for a list of available commands that can be used - so that the user can maximize the utilization of the software. | priority | a user can request for a list of available commands that can be used so that the user can maximize the utilization of the software | 1 |
105,947 | 4,254,759,913 | IssuesEvent | 2016-07-09 01:19:16 | Cadasta/cadasta-platform | https://api.github.com/repos/Cadasta/cadasta-platform | closed | Only show the link for the Users list page to SUs | enhancement medium priority ui | _This is forked from #188._
Currently, any visitor to the platform whether logged in or not sees a link for the Users list page. But since only superusers have the `user.list` permission, it makes sense to only show the link to them and not to everyone else. Otherwise, we will get questions on who and how normal users can get the permission to see this list. | 1.0 | Only show the link for the Users list page to SUs - _This is forked from #188._
Currently, any visitor to the platform whether logged in or not sees a link for the Users list page. But since only superusers have the `user.list` permission, it makes sense to only show the link to them and not to everyone else. Otherwise, we will get questions on who and how normal users can get the permission to see this list. | priority | only show the link for the users list page to sus this is forked from currently any visitor to the platform whether logged in or not sees a link for the users list page but since only superusers have the user list permission it makes sense to only show the link to them and not to everyone else otherwise we will get questions on who and how normal users can get the permission to see this list | 1 |
660,053 | 21,950,393,481 | IssuesEvent | 2022-05-24 07:22:26 | CheeseInthe-Life/Daru-iOS | https://api.github.com/repos/CheeseInthe-Life/Daru-iOS | reopened | 최근 게시물 CellLayout 오류 | Priority: Medium Type: Feature/UI Status: To Do | ## Description
RecentPost Cell Height layout ambious 오류
## Todo
- [ ] Modify RecentPostCell Constraints
| 1.0 | 최근 게시물 CellLayout 오류 - ## Description
RecentPost Cell Height layout ambious 오류
## Todo
- [ ] Modify RecentPostCell Constraints
| priority | 최근 게시물 celllayout 오류 description recentpost cell height layout ambious 오류 todo modify recentpostcell constraints | 1 |
504,105 | 14,613,236,289 | IssuesEvent | 2020-12-22 07:51:31 | aeternity/superhero-ui | https://api.github.com/repos/aeternity/superhero-ui | closed | Should be more integrated input sliding out into the existing row (no popup) | priority/medium requested | I think this needs design input?

| 1.0 | Should be more integrated input sliding out into the existing row (no popup) - I think this needs design input?

| priority | should be more integrated input sliding out into the existing row no popup i think this needs design input | 1 |
53,502 | 3,040,706,999 | IssuesEvent | 2015-08-07 16:52:39 | scamille/simc_issue_test3 | https://api.github.com/repos/scamille/simc_issue_test3 | closed | Elemental Shaman Spec | bug imported Priority-Medium | _From [nothg...@gmail.com](https://code.google.com/u/114123540987689611987/) on January 23, 2009 00:02:07_
The spec of Elemental shaman includes 3 points into Enhancing Totems. Totem
of Wrath does not gain the 15% bonus from Enhancing Totems so 3/3 would be
useless. I haven't looked into the code maybe internally your using it for
a group buff but it has no effect on the shaman's own damage.
Looking at the basic spec for Elementals and keeping the same structure I
came up with this: http://www.wowhead.com/?talent=hEhcq0dItGxst0xxco I
think alot of Elemental Shamans would take Storm Earth and Fire for the
Chain Lighting CD reduction.
_Original issue: http://code.google.com/p/simulationcraft/issues/detail?id=20_ | 1.0 | Elemental Shaman Spec - _From [nothg...@gmail.com](https://code.google.com/u/114123540987689611987/) on January 23, 2009 00:02:07_
The spec of Elemental shaman includes 3 points into Enhancing Totems. Totem
of Wrath does not gain the 15% bonus from Enhancing Totems so 3/3 would be
useless. I haven't looked into the code maybe internally your using it for
a group buff but it has no effect on the shaman's own damage.
Looking at the basic spec for Elementals and keeping the same structure I
came up with this: http://www.wowhead.com/?talent=hEhcq0dItGxst0xxco I
think alot of Elemental Shamans would take Storm Earth and Fire for the
Chain Lighting CD reduction.
_Original issue: http://code.google.com/p/simulationcraft/issues/detail?id=20_ | priority | elemental shaman spec from on january the spec of elemental shaman includes points into enhancing totems totem of wrath does not gain the bonus from enhancing totems so would be useless i haven t looked into the code maybe internally your using it for a group buff but it has no effect on the shaman s own damage looking at the basic spec for elementals and keeping the same structure i came up with this i think alot of elemental shamans would take storm earth and fire for the chain lighting cd reduction original issue | 1 |
652,023 | 21,518,546,189 | IssuesEvent | 2022-04-28 12:18:02 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | NXP eDMA overrun errors on SAI RX | bug priority: medium platform: NXP | **Describe the bug**
The I2S driver for NXP peripheral SAI has RX overrun errors when using the DMA. This is because the driver dma_mcux_edma.c does not properly support the dma_reload() API when source_gather_en is enabled. Without using source_gather_en feature and having eDMA hardware automatically switch to a new RX buffer, the FIFO has overruns during RX. The fix needed updates dma_mcux_edma_reload() to work with linked TCDs in gather mode.
**To Reproduce**
See [NXP I2S (SAI) driver bugs](https://github.com/zephyrproject-rtos/zephyr/issues/42434 ) for test and HW setup to replicate.
**Expected behavior**
i2s_speed test app succeeds with SAI/eDMA without any RX overruns.
**Impact**
showstopper for SAI/eDMA users | 1.0 | NXP eDMA overrun errors on SAI RX - **Describe the bug**
The I2S driver for NXP peripheral SAI has RX overrun errors when using the DMA. This is because the driver dma_mcux_edma.c does not properly support the dma_reload() API when source_gather_en is enabled. Without using source_gather_en feature and having eDMA hardware automatically switch to a new RX buffer, the FIFO has overruns during RX. The fix needed updates dma_mcux_edma_reload() to work with linked TCDs in gather mode.
**To Reproduce**
See [NXP I2S (SAI) driver bugs](https://github.com/zephyrproject-rtos/zephyr/issues/42434 ) for test and HW setup to replicate.
**Expected behavior**
i2s_speed test app succeeds with SAI/eDMA without any RX overruns.
**Impact**
showstopper for SAI/eDMA users | priority | nxp edma overrun errors on sai rx describe the bug the driver for nxp peripheral sai has rx overrun errors when using the dma this is because the driver dma mcux edma c does not properly support the dma reload api when source gather en is enabled without using source gather en feature and having edma hardware automatically switch to a new rx buffer the fifo has overruns during rx the fix needed updates dma mcux edma reload to work with linked tcds in gather mode to reproduce see for test and hw setup to replicate expected behavior speed test app succeeds with sai edma without any rx overruns impact showstopper for sai edma users | 1 |
832,158 | 32,074,133,175 | IssuesEvent | 2023-09-25 09:52:53 | oceanbase/odc | https://api.github.com/repos/oceanbase/odc | opened | [Bug]: Optimize the error message, create a JSON type table, enter a long JSON content, and get the error "The number must be between 0 and 204800" | type-bug priority-medium | ### ODC version
ODC4.2.1
### OB version
Oceanbase 4.1.0
### What happened?
Create a JSON type table, input a very long JSON content, and report ‘the number must be between 0 and 204800’

### What did you expect to happen?
Create a JSON type table, input a very long JSON content, and report ‘the number must be between 0 and 204800’
### How can we reproduce it (as minimally and precisely as possible)?
1. Create table, type json
2. Enter the super long json and click to confirm the modification.
### Anything else we need to know?
_No response_
### Cloud
_No response_ | 1.0 | [Bug]: Optimize the error message, create a JSON type table, enter a long JSON content, and get the error "The number must be between 0 and 204800" - ### ODC version
ODC4.2.1
### OB version
Oceanbase 4.1.0
### What happened?
Create a JSON type table, input a very long JSON content, and report ‘the number must be between 0 and 204800’

### What did you expect to happen?
Create a JSON type table, input a very long JSON content, and report ‘the number must be between 0 and 204800’
### How can we reproduce it (as minimally and precisely as possible)?
1. Create table, type json
2. Enter the super long json and click to confirm the modification.
### Anything else we need to know?
_No response_
### Cloud
_No response_ | priority | optimize the error message create a json type table enter a long json content and get the error the number must be between and odc version ob version oceanbase what happened create a json type table input a very long json content and report ‘the number must be between and ’ what did you expect to happen create a json type table input a very long json content and report ‘the number must be between and ’ how can we reproduce it as minimally and precisely as possible create table type json enter the super long json and click to confirm the modification anything else we need to know no response cloud no response | 1 |
756,237 | 26,463,431,753 | IssuesEvent | 2023-01-16 20:12:53 | accodeing/fortnox-api | https://api.github.com/repos/accodeing/fortnox-api | closed | Correct attribute ranges | type:bug priority:medium | We need to go through our attributes and check the ranges. For instance, a Fortnox `Order` can have an `OrderRow` with negative `Price`, but our implementation does not support that:
`attribute :price, Types::Sized::Float[ 0.0, 99_999_999_999.0 ]` | 1.0 | Correct attribute ranges - We need to go through our attributes and check the ranges. For instance, a Fortnox `Order` can have an `OrderRow` with negative `Price`, but our implementation does not support that:
`attribute :price, Types::Sized::Float[ 0.0, 99_999_999_999.0 ]` | priority | correct attribute ranges we need to go through our attributes and check the ranges for instance a fortnox order can have an orderrow with negative price but our implementation does not support that attribute price types sized float | 1 |
788,671 | 27,761,185,054 | IssuesEvent | 2023-03-16 08:23:29 | AY2223S2-CS2103T-W11-4/tp | https://api.github.com/repos/AY2223S2-CS2103T-W11-4/tp | closed | Create UI to show files available in each patients | priority.Medium type.Enhancement | Can be similar to as Peson name card layout, index one represents file one, and index two represents a file.
The user clicks the first one and will open the pdf for the first one.
Or click button for view file, it can go to next page that shows the available file can be open. | 1.0 | Create UI to show files available in each patients - Can be similar to as Peson name card layout, index one represents file one, and index two represents a file.
The user clicks the first one and will open the pdf for the first one.
Or click button for view file, it can go to next page that shows the available file can be open. | priority | create ui to show files available in each patients can be similar to as peson name card layout index one represents file one and index two represents a file the user clicks the first one and will open the pdf for the first one or click button for view file it can go to next page that shows the available file can be open | 1 |
440,258 | 12,696,801,878 | IssuesEvent | 2020-06-22 10:40:25 | ooni/ooni.org | https://api.github.com/repos/ooni/ooni.org | closed | Come up with a definition for what we mean by when we speak about accounts | discuss priority/medium | This came up in several discussions. We should understand what this means in the context of probe, explorer, run, etc. | 1.0 | Come up with a definition for what we mean by when we speak about accounts - This came up in several discussions. We should understand what this means in the context of probe, explorer, run, etc. | priority | come up with a definition for what we mean by when we speak about accounts this came up in several discussions we should understand what this means in the context of probe explorer run etc | 1 |
135,959 | 5,267,331,007 | IssuesEvent | 2017-02-04 21:24:34 | AGHSEagleRobotics/frc1388-2016 | https://api.github.com/repos/AGHSEagleRobotics/frc1388-2016 | closed | Smart Dashboard w/ Camera | Priority:Medium Type:Task | The goal for this task is to connect a camera to a robot and be able to display the camera image on the Smart Dashboard. There are various camera laying around the programming backpack/and the programming cabinet.
| 1.0 | Smart Dashboard w/ Camera - The goal for this task is to connect a camera to a robot and be able to display the camera image on the Smart Dashboard. There are various camera laying around the programming backpack/and the programming cabinet.
| priority | smart dashboard w camera the goal for this task is to connect a camera to a robot and be able to display the camera image on the smart dashboard there are various camera laying around the programming backpack and the programming cabinet | 1 |
139,411 | 5,374,815,378 | IssuesEvent | 2017-02-23 01:49:08 | nossas/bonde-client | https://api.github.com/repos/nossas/bonde-client | closed | Center multiple images single row (inline) | Category: Frontend Priority: Medium Stage: Analysis Status: Blocked Type: Bug | Igor,
we have check this kind of behavior in our early talks about image aligment but after release the new editor users are missing a lot this feature.
They often try to align multiple inline images to achievement some kind of float images but with center align.
You could see this happening in http://www.amarildosepriscilas.meurio.org.br/ and mobilizations/291 | 1.0 | Center multiple images single row (inline) - Igor,
we have check this kind of behavior in our early talks about image aligment but after release the new editor users are missing a lot this feature.
They often try to align multiple inline images to achievement some kind of float images but with center align.
You could see this happening in http://www.amarildosepriscilas.meurio.org.br/ and mobilizations/291 | priority | center multiple images single row inline igor we have check this kind of behavior in our early talks about image aligment but after release the new editor users are missing a lot this feature they often try to align multiple inline images to achievement some kind of float images but with center align you could see this happening in and mobilizations | 1 |
409,486 | 11,963,462,565 | IssuesEvent | 2020-04-05 15:58:54 | containrrr/watchtower | https://api.github.com/repos/containrrr/watchtower | closed | Help identifying this error please | Priority: Medium Status: Awaiting user Type: Question | Hi there,
I've been using WT for a while now in a compose file and while it works most of the time, occassionally I get the following as I did this morning.
```
2020-02-27 17:55:34 (info): Unable to update container /unifi. Proceeding to next.
2020-02-27 17:55:39 (info): Unable to update container /home-assistant. Proceeding to next.
2020-02-27 17:55:54 (info): Unable to update container /tasmoadmin. Proceeding to next.
2020-02-27 17:55:59 (info): Unable to update container /eclipse-mosquitto. Proceeding to next.
```
Upon running docker logs watchtower, I see lots of errors:
```
time="2020-02-27T21:10:19Z" level=debug msg="Retrieving running containers"
time="2020-02-27T21:10:19Z" level=debug msg="Pulling jacobalberty/unifi:latest for /unifi"
time="2020-02-27T21:10:19Z" level=debug msg="No credentials for jacobalberty in /config.json"
time="2020-02-27T21:10:19Z" level=debug msg="Got auth value: "
time="2020-02-27T21:10:19Z" level=debug msg="Got image name: jacobalberty/unifi:latest"
time="2020-02-27T21:10:19Z" level=debug msg="No authentication credentials found for jacobalberty/unifi:latest"
time="2020-02-27T21:10:22Z" level=debug msg="No new images found for /unifi"
time="2020-02-27T21:10:22Z" level=debug msg="Pulling homeassistant/home-assistant:latest for /home-assistant"
time="2020-02-27T21:10:22Z" level=debug msg="No credentials for homeassistant in /config.json"
time="2020-02-27T21:10:22Z" level=debug msg="Got auth value: "
time="2020-02-27T21:10:22Z" level=debug msg="Got image name: homeassistant/home-assistant:latest"
time="2020-02-27T21:10:22Z" level=debug msg="No authentication credentials found for homeassistant/home-assistant:latest"
time="2020-02-27T21:10:26Z" level=debug msg="No new images found for /home-assistant"
```
Anyone know what is going on? My config.json file is empty.
Here is my compose file running on a Synology NAS
```
watchtower:
container_name: watchtower
image: containrrr/watchtower
command: --debug true --cleanup true eclipse-mosquitto home-assistant tasmoadmin unifi #--label-enable #--interval 30
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
```
Any advice would be appreciated.
| 1.0 | Help identifying this error please - Hi there,
I've been using WT for a while now in a compose file and while it works most of the time, occassionally I get the following as I did this morning.
```
2020-02-27 17:55:34 (info): Unable to update container /unifi. Proceeding to next.
2020-02-27 17:55:39 (info): Unable to update container /home-assistant. Proceeding to next.
2020-02-27 17:55:54 (info): Unable to update container /tasmoadmin. Proceeding to next.
2020-02-27 17:55:59 (info): Unable to update container /eclipse-mosquitto. Proceeding to next.
```
Upon running docker logs watchtower, I see lots of errors:
```
time="2020-02-27T21:10:19Z" level=debug msg="Retrieving running containers"
time="2020-02-27T21:10:19Z" level=debug msg="Pulling jacobalberty/unifi:latest for /unifi"
time="2020-02-27T21:10:19Z" level=debug msg="No credentials for jacobalberty in /config.json"
time="2020-02-27T21:10:19Z" level=debug msg="Got auth value: "
time="2020-02-27T21:10:19Z" level=debug msg="Got image name: jacobalberty/unifi:latest"
time="2020-02-27T21:10:19Z" level=debug msg="No authentication credentials found for jacobalberty/unifi:latest"
time="2020-02-27T21:10:22Z" level=debug msg="No new images found for /unifi"
time="2020-02-27T21:10:22Z" level=debug msg="Pulling homeassistant/home-assistant:latest for /home-assistant"
time="2020-02-27T21:10:22Z" level=debug msg="No credentials for homeassistant in /config.json"
time="2020-02-27T21:10:22Z" level=debug msg="Got auth value: "
time="2020-02-27T21:10:22Z" level=debug msg="Got image name: homeassistant/home-assistant:latest"
time="2020-02-27T21:10:22Z" level=debug msg="No authentication credentials found for homeassistant/home-assistant:latest"
time="2020-02-27T21:10:26Z" level=debug msg="No new images found for /home-assistant"
```
Anyone know what is going on? My config.json file is empty.
Here is my compose file running on a Synology NAS
```
watchtower:
container_name: watchtower
image: containrrr/watchtower
command: --debug true --cleanup true eclipse-mosquitto home-assistant tasmoadmin unifi #--label-enable #--interval 30
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
```
Any advice would be appreciated.
| priority | help identifying this error please hi there i ve been using wt for a while now in a compose file and while it works most of the time occassionally i get the following as i did this morning info unable to update container unifi proceeding to next info unable to update container home assistant proceeding to next info unable to update container tasmoadmin proceeding to next info unable to update container eclipse mosquitto proceeding to next upon running docker logs watchtower i see lots of errors time level debug msg retrieving running containers time level debug msg pulling jacobalberty unifi latest for unifi time level debug msg no credentials for jacobalberty in config json time level debug msg got auth value time level debug msg got image name jacobalberty unifi latest time level debug msg no authentication credentials found for jacobalberty unifi latest time level debug msg no new images found for unifi time level debug msg pulling homeassistant home assistant latest for home assistant time level debug msg no credentials for homeassistant in config json time level debug msg got auth value time level debug msg got image name homeassistant home assistant latest time level debug msg no authentication credentials found for homeassistant home assistant latest time level debug msg no new images found for home assistant anyone know what is going on my config json file is empty here is my compose file running on a synology nas watchtower container name watchtower image containrrr watchtower command debug true cleanup true eclipse mosquitto home assistant tasmoadmin unifi label enable interval restart always volumes var run docker sock var run docker sock any advice would be appreciated | 1 |
6,867 | 2,595,192,888 | IssuesEvent | 2015-02-20 12:19:25 | fritzing/fritzing-app | https://api.github.com/repos/fritzing/fritzing-app | closed | Breadboard & Schematic Reverse Synching with Voltage Regulator and power plug | bug imported Priority-Medium | _From [drio...@gmail.com](https://code.google.com/u/108202091347179289396/) on August 29, 2014 21:56:36_
What steps will reproduce the problem? 1. On the Breadboard view place the power plug with the lightning bolt graphic and the THT Voltage Regulator that reads V Reg.
2. Wire the VCC of the Power Plug to the "IN" pin of the Regulator
3. Wire the Ground of the Power Plug to the "GND" pin of the Regulator
4. Switch to the schematic view and the routes will be reversed. VCC of the plug will connect to "GND" of the regulator and Ground of the Plug will route to "IN" on the regulator Attach your sketch file and/or custom part files to the bug report. What is the expected output? What do you see instead? I expect VCC to connect to IN and Ground to GND but instead and the routes are reversed. VCC of the plug routes to "GND" of the regulator and Ground of the Plug routes to "IN" on the regulator What version of Fritzing are you using? On what operating system? Fritzing 0.9 running on Mac OS 10.9.3 Please provide any additional information below.
**Attachment:** [Screen Shot 2014-08-29 at 3.18.52 PM.png Screen Shot 2014-08-29 at 3.19.15 PM.png Screen Shot 2014-08-29 at 3.34.06 PM.png Screen Shot 2014-08-29 at 3.34.15 PM.png LabHighCurrentLoadFail.fzz](http://code.google.com/p/fritzing/issues/detail?id=2994)
_Original issue: http://code.google.com/p/fritzing/issues/detail?id=2994_ | 1.0 | Breadboard & Schematic Reverse Synching with Voltage Regulator and power plug - _From [drio...@gmail.com](https://code.google.com/u/108202091347179289396/) on August 29, 2014 21:56:36_
What steps will reproduce the problem? 1. On the Breadboard view place the power plug with the lightning bolt graphic and the THT Voltage Regulator that reads V Reg.
2. Wire the VCC of the Power Plug to the "IN" pin of the Regulator
3. Wire the Ground of the Power Plug to the "GND" pin of the Regulator
4. Switch to the schematic view and the routes will be reversed. VCC of the plug will connect to "GND" of the regulator and Ground of the Plug will route to "IN" on the regulator Attach your sketch file and/or custom part files to the bug report. What is the expected output? What do you see instead? I expect VCC to connect to IN and Ground to GND but instead and the routes are reversed. VCC of the plug routes to "GND" of the regulator and Ground of the Plug routes to "IN" on the regulator What version of Fritzing are you using? On what operating system? Fritzing 0.9 running on Mac OS 10.9.3 Please provide any additional information below.
**Attachment:** [Screen Shot 2014-08-29 at 3.18.52 PM.png Screen Shot 2014-08-29 at 3.19.15 PM.png Screen Shot 2014-08-29 at 3.34.06 PM.png Screen Shot 2014-08-29 at 3.34.15 PM.png LabHighCurrentLoadFail.fzz](http://code.google.com/p/fritzing/issues/detail?id=2994)
_Original issue: http://code.google.com/p/fritzing/issues/detail?id=2994_ | priority | breadboard schematic reverse synching with voltage regulator and power plug from on august what steps will reproduce the problem on the breadboard view place the power plug with the lightning bolt graphic and the tht voltage regulator that reads v reg wire the vcc of the power plug to the in pin of the regulator wire the ground of the power plug to the gnd pin of the regulator switch to the schematic view and the routes will be reversed vcc of the plug will connect to gnd of the regulator and ground of the plug will route to in on the regulator attach your sketch file and or custom part files to the bug report what is the expected output what do you see instead i expect vcc to connect to in and ground to gnd but instead and the routes are reversed vcc of the plug routes to gnd of the regulator and ground of the plug routes to in on the regulator what version of fritzing are you using on what operating system fritzing running on mac os please provide any additional information below attachment original issue | 1 |
824,443 | 31,156,631,996 | IssuesEvent | 2023-08-16 13:31:26 | DDMAL/CantusDB | https://api.github.com/repos/DDMAL/CantusDB | reopened | Cron not saving backups properly | priority: medium | I checked a little while ago, and I couldn't find the daily database backup on the Production machine which should have been created at 4am today.
@dchiller and I spent a while looking into this, and we think we have a solution. We'll try implementing it, and if it seems to work, we'll update the documentation. I'll also add more details to this issue about what the problem was. | 1.0 | Cron not saving backups properly - I checked a little while ago, and I couldn't find the daily database backup on the Production machine which should have been created at 4am today.
@dchiller and I spent a while looking into this, and we think we have a solution. We'll try implementing it, and if it seems to work, we'll update the documentation. I'll also add more details to this issue about what the problem was. | priority | cron not saving backups properly i checked a little while ago and i couldn t find the daily database backup on the production machine which should have been created at today dchiller and i spent a while looking into this and we think we have a solution we ll try implementing it and if it seems to work we ll update the documentation i ll also add more details to this issue about what the problem was | 1 |
772,228 | 27,112,564,868 | IssuesEvent | 2023-02-15 16:15:28 | KDT3-miniproject-team1/backend | https://api.github.com/repos/KDT3-miniproject-team1/backend | opened | [Feat] 관심상품 출력, 삭제 기능 | For : API Priority : Medium Status : In progress Type : Feature | ## 🔨개발 할 기능
등록된 관심 상품 리스트 출력 기능
등록된 관심 상품 해제 기능
## 🧩 세부 기능
해당 기능에 대한 세부 계획 작성 (ex. -[ ] 로그인 시 아이디 비번 입력 받기)
- [ ] 사용자 아이디에 대한 관심 상품 전체 출력
- [ ] 관심 상품 등록 해제
## 📖 참고 사항
레퍼런스나 추가로 발생할 것으로 예상되는 이슈 작성
기능 구현 후 예외 처리
| 1.0 | [Feat] 관심상품 출력, 삭제 기능 - ## 🔨개발 할 기능
등록된 관심 상품 리스트 출력 기능
등록된 관심 상품 해제 기능
## 🧩 세부 기능
해당 기능에 대한 세부 계획 작성 (ex. -[ ] 로그인 시 아이디 비번 입력 받기)
- [ ] 사용자 아이디에 대한 관심 상품 전체 출력
- [ ] 관심 상품 등록 해제
## 📖 참고 사항
레퍼런스나 추가로 발생할 것으로 예상되는 이슈 작성
기능 구현 후 예외 처리
| priority | 관심상품 출력 삭제 기능 🔨개발 할 기능 등록된 관심 상품 리스트 출력 기능 등록된 관심 상품 해제 기능 🧩 세부 기능 해당 기능에 대한 세부 계획 작성 ex 로그인 시 아이디 비번 입력 받기 사용자 아이디에 대한 관심 상품 전체 출력 관심 상품 등록 해제 📖 참고 사항 레퍼런스나 추가로 발생할 것으로 예상되는 이슈 작성 기능 구현 후 예외 처리 | 1 |
719,548 | 24,763,704,736 | IssuesEvent | 2022-10-22 08:17:24 | SuperCoopBerlin/tapir | https://api.github.com/repos/SuperCoopBerlin/tapir | closed | Maybe we should use constants instead of text for permissions? | medium priority easy engineering | Would make it easier to search for where a permission is used,
also SonarLint complains about them being duplicates. | 1.0 | Maybe we should use constants instead of text for permissions? - Would make it easier to search for where a permission is used,
also SonarLint complains about them being duplicates. | priority | maybe we should use constants instead of text for permissions would make it easier to search for where a permission is used also sonarlint complains about them being duplicates | 1 |
204,920 | 7,092,355,819 | IssuesEvent | 2018-01-12 16:16:57 | HabitRPG/habitica | https://api.github.com/repos/HabitRPG/habitica | closed | Dailies from challenges do not have `isDue` set correctly on the day you join | priority: medium section: Challenges: all section: Challenges: other status: issue: in progress | When you join a challenge that has a Daily that is due on the day that you join, the website correctly shows the Daily as due immediately, but the Android app (and I'm _guessing_ the iOS app) show the Daily as not due. This is because the Daily's `isDue` field has not been set to `true` (the website does not use that field to determine whether to show Dailies as due or not; it performs its own calculations).
Even though this bug appears in the Android app, I'm logging this here because I think this should be something that the API handles. I.e., when the challenge's tasks are added to the player's list, the [api/v3/challenges/:challengeId/join](https://habitica.com/apidoc/#api-Challenge-JoinChallenge) route should determine whether `isDue` should be true or false, based on each Daily's settings, the current time, and the player's values for `preferences.dayStart` and `preferences.timezoneOffset`
If the API is modified to handle that correctly, then both apps will be fixed automatically, as will any third-party tools that rely on the `isDue` field being correct.
NB: As a workaround for anyone affected by this, when the Daily first appears in the app, you can open it for editing and then immediately click "save". That will force the `isDue` calculation to be done and the Daily will then be correctly marked as due if it should be due. **It's important to note that even if the Daily doesn't appear to be due because of this bug, you WILL still take damage for it the next morning if it was meant to be due and you didn't complete it.**
This is only an issue on the day that you join the challenge. On future days, the `isDue` field will be set correctly because cron will do that (assuming you do actually use Habitica to cause cron and that there's no bug that prevents cron from running completely). | 1.0 | Dailies from challenges do not have `isDue` set correctly on the day you join - When you join a challenge that has a Daily that is due on the day that you join, the website correctly shows the Daily as due immediately, but the Android app (and I'm _guessing_ the iOS app) show the Daily as not due. This is because the Daily's `isDue` field has not been set to `true` (the website does not use that field to determine whether to show Dailies as due or not; it performs its own calculations).
Even though this bug appears in the Android app, I'm logging this here because I think this should be something that the API handles. I.e., when the challenge's tasks are added to the player's list, the [api/v3/challenges/:challengeId/join](https://habitica.com/apidoc/#api-Challenge-JoinChallenge) route should determine whether `isDue` should be true or false, based on each Daily's settings, the current time, and the player's values for `preferences.dayStart` and `preferences.timezoneOffset`
If the API is modified to handle that correctly, then both apps will be fixed automatically, as will any third-party tools that rely on the `isDue` field being correct.
NB: As a workaround for anyone affected by this, when the Daily first appears in the app, you can open it for editing and then immediately click "save". That will force the `isDue` calculation to be done and the Daily will then be correctly marked as due if it should be due. **It's important to note that even if the Daily doesn't appear to be due because of this bug, you WILL still take damage for it the next morning if it was meant to be due and you didn't complete it.**
This is only an issue on the day that you join the challenge. On future days, the `isDue` field will be set correctly because cron will do that (assuming you do actually use Habitica to cause cron and that there's no bug that prevents cron from running completely). | priority | dailies from challenges do not have isdue set correctly on the day you join when you join a challenge that has a daily that is due on the day that you join the website correctly shows the daily as due immediately but the android app and i m guessing the ios app show the daily as not due this is because the daily s isdue field has not been set to true the website does not use that field to determine whether to show dailies as due or not it performs its own calculations even though this bug appears in the android app i m logging this here because i think this should be something that the api handles i e when the challenge s tasks are added to the player s list the route should determine whether isdue should be true or false based on each daily s settings the current time and the player s values for preferences daystart and preferences timezoneoffset if the api is modified to handle that correctly then both apps will be fixed automatically as will any third party tools that rely on the isdue field being correct nb as a workaround for anyone affected by this when the daily first appears in the app you can open it for editing and then immediately click save that will force the isdue calculation to be done and the daily will then be correctly marked as due if it should be due it s important to note that even if the daily doesn t appear to be due because of this bug you will still take damage for it the next morning if it was meant to be due and you didn t complete it this is only an issue on the day that you join the challenge on future days the isdue field will be set correctly because cron will do that assuming you do actually use habitica to cause cron and that there s no bug that prevents cron from running completely | 1 |
287,180 | 8,805,374,154 | IssuesEvent | 2018-12-26 19:13:50 | dita-ot/dita-ot | https://api.github.com/repos/dita-ot/dita-ot | closed | Add parameter args.htmlhelp.default.topic to DITA CHM transformation | ant feature plugin/htmlhelp priority/medium stale | A parameter args.htmlhelp.default.topic can be added for the htmlhelp transtype. This parameter can set the default topic to be opened in the CHM output by adding a line in the HHP project file, in the [OPTIONS] section, like:
```
Default topic=relative\path\to\topic.html
```
when the value of the parameter is:
```
args.htmlhelp.default.topic=relative\path\to\topic.html
```
| 1.0 | Add parameter args.htmlhelp.default.topic to DITA CHM transformation - A parameter args.htmlhelp.default.topic can be added for the htmlhelp transtype. This parameter can set the default topic to be opened in the CHM output by adding a line in the HHP project file, in the [OPTIONS] section, like:
```
Default topic=relative\path\to\topic.html
```
when the value of the parameter is:
```
args.htmlhelp.default.topic=relative\path\to\topic.html
```
| priority | add parameter args htmlhelp default topic to dita chm transformation a parameter args htmlhelp default topic can be added for the htmlhelp transtype this parameter can set the default topic to be opened in the chm output by adding a line in the hhp project file in the section like default topic relative path to topic html when the value of the parameter is args htmlhelp default topic relative path to topic html | 1 |
39,165 | 2,851,553,866 | IssuesEvent | 2015-06-01 07:49:21 | Tschokee/Serious_game | https://api.github.com/repos/Tschokee/Serious_game | opened | Helpi | development Medium Priority | kell egy "játékszabály" sáv felülre a játékon belül
az eredeti leírás jó lesz + hogyan kell játszani (egérrel megfogod a lufit, stb) | 1.0 | Helpi - kell egy "játékszabály" sáv felülre a játékon belül
az eredeti leírás jó lesz + hogyan kell játszani (egérrel megfogod a lufit, stb) | priority | helpi kell egy játékszabály sáv felülre a játékon belül az eredeti leírás jó lesz hogyan kell játszani egérrel megfogod a lufit stb | 1 |
558,039 | 16,524,688,864 | IssuesEvent | 2021-05-26 18:27:45 | ngageoint/hootenanny | https://api.github.com/repos/ngageoint/hootenanny | closed | Pre-conflate intersection splitting doesn't preserve member order in relations | Category: Algorithms Priority: Medium Status: Ready For Review Type: Bug | This contributes to the relation merging issue described in #4465. | 1.0 | Pre-conflate intersection splitting doesn't preserve member order in relations - This contributes to the relation merging issue described in #4465. | priority | pre conflate intersection splitting doesn t preserve member order in relations this contributes to the relation merging issue described in | 1 |
54,968 | 3,071,736,647 | IssuesEvent | 2015-08-19 13:48:15 | pavel-pimenov/flylinkdc-r5xx | https://api.github.com/repos/pavel-pimenov/flylinkdc-r5xx | closed | Не пишутся логи. | bug imported Priority-Medium Security | _From [serx_dre...@mail.ru](https://code.google.com/u/106215770951762069703/) on November 23, 2010 15:01:40_
Начиная с 45 беты 500 версии (x86) логи главного чата и личных сообщений в текстовые файлы не сохраняются.
_Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=229_ | 1.0 | Не пишутся логи. - _From [serx_dre...@mail.ru](https://code.google.com/u/106215770951762069703/) on November 23, 2010 15:01:40_
Начиная с 45 беты 500 версии (x86) логи главного чата и личных сообщений в текстовые файлы не сохраняются.
_Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=229_ | priority | не пишутся логи from on november начиная с беты версии логи главного чата и личных сообщений в текстовые файлы не сохраняются original issue | 1 |
86,319 | 3,710,368,210 | IssuesEvent | 2016-03-02 03:43:53 | Fermat-ORG/fermat-org | https://api.github.com/repos/Fermat-ORG/fermat-org | closed | Rename fermat-edit for table-edit and separating some classes. | client Priority: MEDIUM refactory | Cambiar nombre de fermat-edit por table-edit y cambiar todas sus clases, también crear y separar las funciones para la creación de los campos para table-edit.
necesario para #377. | 1.0 | Rename fermat-edit for table-edit and separating some classes. - Cambiar nombre de fermat-edit por table-edit y cambiar todas sus clases, también crear y separar las funciones para la creación de los campos para table-edit.
necesario para #377. | priority | rename fermat edit for table edit and separating some classes cambiar nombre de fermat edit por table edit y cambiar todas sus clases también crear y separar las funciones para la creación de los campos para table edit necesario para | 1 |
605,264 | 18,727,864,312 | IssuesEvent | 2021-11-03 18:08:35 | AY2122S1-CS2103T-W13-2/tp | https://api.github.com/repos/AY2122S1-CS2103T-W13-2/tp | closed | [PE-D] Unclear name constraints. | type.Bug priority.High severity.Medium | 

The constraints say that names should only contain `alphanumeric characters and spaces`. However, based on this definition of alphanumeric characters, symbols should be allowed for names but it is not allowed, even though numbers are.

<!--session: 1635494539368-6e4ca0fb-c787-43c4-a16e-48a16480861f--><!--Version: Web v3.4.1-->
-------------
Labels: `type.FunctionalityBug` `severity.Medium`
original: s7u4rt99/ped#3 | 1.0 | [PE-D] Unclear name constraints. - 

The constraints say that names should only contain `alphanumeric characters and spaces`. However, based on this definition of alphanumeric characters, symbols should be allowed for names but it is not allowed, even though numbers are.

<!--session: 1635494539368-6e4ca0fb-c787-43c4-a16e-48a16480861f--><!--Version: Web v3.4.1-->
-------------
Labels: `type.FunctionalityBug` `severity.Medium`
original: s7u4rt99/ped#3 | priority | unclear name constraints the constraints say that names should only contain alphanumeric characters and spaces however based on this definition of alphanumeric characters symbols should be allowed for names but it is not allowed even though numbers are labels type functionalitybug severity medium original ped | 1 |
822,240 | 30,859,430,652 | IssuesEvent | 2023-08-03 00:47:02 | DiscoTrayStudios/WaterQualityTester | https://api.github.com/repos/DiscoTrayStudios/WaterQualityTester | closed | Integrate the Scanner plugin into the main app. | type: enhancement category: backend priority: medium size: medium | **Is your feature request related to a problem? Please describe.**
The test scanning functionality is being developed as a separate repository rather than as part of the app.
**Describe the solution you'd like**
Import it using Pub as a plugin, and integrate it into the camera.
| 1.0 | Integrate the Scanner plugin into the main app. - **Is your feature request related to a problem? Please describe.**
The test scanning functionality is being developed as a separate repository rather than as part of the app.
**Describe the solution you'd like**
Import it using Pub as a plugin, and integrate it into the camera.
| priority | integrate the scanner plugin into the main app is your feature request related to a problem please describe the test scanning functionality is being developed as a separate repository rather than as part of the app describe the solution you d like import it using pub as a plugin and integrate it into the camera | 1 |
704,664 | 24,205,409,673 | IssuesEvent | 2022-09-25 06:19:49 | AY2223S1-CS2103T-W15-4/tp | https://api.github.com/repos/AY2223S1-CS2103T-W15-4/tp | opened | As a user, I can filter my students by the completion of their work | type.Story priority.Medium | so that I can find students who have not done their work. | 1.0 | As a user, I can filter my students by the completion of their work - so that I can find students who have not done their work. | priority | as a user i can filter my students by the completion of their work so that i can find students who have not done their work | 1 |
77,094 | 3,506,260,260 | IssuesEvent | 2016-01-08 05:03:24 | OregonCore/OregonCore | https://api.github.com/repos/OregonCore/OregonCore | closed | Totem's Not work (BB #155) | migrated Priority: Medium Type: Bug | This issue was migrated from bitbucket.
**Original Reporter:** pdx15
**Original Date:** 22.05.2010 08:07:29 GMT+0000
**Original Priority:** major
**Original Type:** bug
**Original State:** resolved
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/155
<hr>
http://www.wowhead.com/spell=41040 and http://www.wowhead.com/spell=34230
:) | 1.0 | Totem's Not work (BB #155) - This issue was migrated from bitbucket.
**Original Reporter:** pdx15
**Original Date:** 22.05.2010 08:07:29 GMT+0000
**Original Priority:** major
**Original Type:** bug
**Original State:** resolved
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/155
<hr>
http://www.wowhead.com/spell=41040 and http://www.wowhead.com/spell=34230
:) | priority | totem s not work bb this issue was migrated from bitbucket original reporter original date gmt original priority major original type bug original state resolved direct link and | 1 |
117,682 | 4,726,570,361 | IssuesEvent | 2016-10-18 10:39:34 | CS2103AUG2016-W13-C3/main | https://api.github.com/repos/CS2103AUG2016-W13-C3/main | closed | As a user with many to-do items, I add tags to to-do items, and search to-do items by tags | priority.medium type.story | So that I quickly determine what kind of classification the to-do items are when I skim through the list | 1.0 | As a user with many to-do items, I add tags to to-do items, and search to-do items by tags - So that I quickly determine what kind of classification the to-do items are when I skim through the list | priority | as a user with many to do items i add tags to to do items and search to do items by tags so that i quickly determine what kind of classification the to do items are when i skim through the list | 1 |
44,816 | 2,914,968,268 | IssuesEvent | 2015-06-23 09:29:39 | laravel/framework | https://api.github.com/repos/laravel/framework | closed | [5.0] Session Persistance Issues | bug medium priority | #6777 and #5416 still seem to be an issue, even for drivers other than `file`.
---
// cc @ammont, @esbenp, @barryvdh, @bonzai, @henrikromby, @avi123, | 1.0 | [5.0] Session Persistance Issues - #6777 and #5416 still seem to be an issue, even for drivers other than `file`.
---
// cc @ammont, @esbenp, @barryvdh, @bonzai, @henrikromby, @avi123, | priority | session persistance issues and still seem to be an issue even for drivers other than file cc ammont esbenp barryvdh bonzai henrikromby | 1 |
370,262 | 10,927,468,059 | IssuesEvent | 2019-11-22 16:45:26 | influxdata/docs.influxdata.com | https://api.github.com/repos/influxdata/docs.influxdata.com | opened | Suggestions on TSI config example | Doc - error InfluxDB Enterprise InfluxDocs P2 (medium priority) | ###### URL for relevant page?
https://docs.influxdata.com/influxdb/v1.7/concepts/tsi-details/
Docs team, we need to change this line:
```
To enable TSI, set index-version = tsi1 in the InfluxDB configuration file (influxdb.conf).
```
to this:
```
To enable TSI, set index-version = "tsi1" in the InfluxDB configuration file (influxdb.conf).
```
Without the quotes, this line won't work in the config.
It also might be a good idea to mention that this line goes in the [data] section of the config.
Thanks team! Happy Friday!
| 1.0 | Suggestions on TSI config example - ###### URL for relevant page?
https://docs.influxdata.com/influxdb/v1.7/concepts/tsi-details/
Docs team, we need to change this line:
```
To enable TSI, set index-version = tsi1 in the InfluxDB configuration file (influxdb.conf).
```
to this:
```
To enable TSI, set index-version = "tsi1" in the InfluxDB configuration file (influxdb.conf).
```
Without the quotes, this line won't work in the config.
It also might be a good idea to mention that this line goes in the [data] section of the config.
Thanks team! Happy Friday!
| priority | suggestions on tsi config example url for relevant page docs team we need to change this line to enable tsi set index version in the influxdb configuration file influxdb conf to this to enable tsi set index version in the influxdb configuration file influxdb conf without the quotes this line won t work in the config it also might be a good idea to mention that this line goes in the section of the config thanks team happy friday | 1 |
754,590 | 26,394,716,040 | IssuesEvent | 2023-01-12 18:19:24 | pystardust/ani-cli | https://api.github.com/repos/pystardust/ani-cli | closed | "Episodes not released yet" for all any anime | type: bug priority 2: medium |
Version: 3.4.7
OS: Pop!_OS 22.04 LTS x86_64
Shell: bash 5.1.16
Anime: Any
Getting error message "Episode not released yet!" and i get this for any anime. I just installed ani-cli. I have all dependencies. i have installed through adding repository to apt and then apt install. i have done ani-cli -U to update.
**Steps To Reproduce**
i get this after searching for any anime and then selecting it. (the same with fzf)
**Expected behavior**
should give me the episode selector but i get the error.

| 1.0 | "Episodes not released yet" for all any anime -
Version: 3.4.7
OS: Pop!_OS 22.04 LTS x86_64
Shell: bash 5.1.16
Anime: Any
Getting error message "Episode not released yet!" and i get this for any anime. I just installed ani-cli. I have all dependencies. i have installed through adding repository to apt and then apt install. i have done ani-cli -U to update.
**Steps To Reproduce**
i get this after searching for any anime and then selecting it. (the same with fzf)
**Expected behavior**
should give me the episode selector but i get the error.

| priority | episodes not released yet for all any anime version os pop os lts shell bash anime any getting error message episode not released yet and i get this for any anime i just installed ani cli i have all dependencies i have installed through adding repository to apt and then apt install i have done ani cli u to update steps to reproduce i get this after searching for any anime and then selecting it the same with fzf expected behavior should give me the episode selector but i get the error | 1 |
392,827 | 11,596,388,803 | IssuesEvent | 2020-02-24 18:51:32 | Tallwave/PIC-Subsalve | https://api.github.com/repos/Tallwave/PIC-Subsalve | closed | Products Page: Buoyancy Control System card text is misaligned | Medium Priority bug | http://subsalve.wpengine.com/products
Correctly sized Image is provided in comments below

| 1.0 | Products Page: Buoyancy Control System card text is misaligned - http://subsalve.wpengine.com/products
Correctly sized Image is provided in comments below

| priority | products page buoyancy control system card text is misaligned correctly sized image is provided in comments below | 1 |
439,729 | 12,685,904,851 | IssuesEvent | 2020-06-20 07:36:15 | buddyboss/buddyboss-platform | https://api.github.com/repos/buddyboss/buddyboss-platform | opened | User Ability/ Feature Restriction Based on Level | feature: enhancement priority: medium | **Is your feature request related to a problem? Please describe.**
We'd like buddyboss to add a new feature to restrict user based on their contribution and level. (similar to gamification but this also enable the restriction for feature)
**Describe the solution you'd like**
I'll just copy from what discourse.org do to their forum system.
Trust Level 0 — New
By default, all new users start out at trust level 0, meaning trust has yet to be earned. These are visitors who just created an account, and are still learning the community norms and the way your community works. New users’ abilities are restricted for safety – both theirs and yours.
(We also want to hide any “advanced” functionality from new users to make the UI less confusing for them as they gain more experience.)
Users at trust level 0 cannot …
Send personal messages to other users
“Reply as new topic” via Link button (UI removed)
Flag posts
Post more than 1 image
Post any attachments
Post more than 2 hyperlinks in a post
Have actual links in the ‘about me’ field of their profile (will be silently and temporarily converted to plain text)
Mention more than 2 users in a post
Post more than 3 topics
Post more than 10 replies
Edit their own posts after more than 24 hours
Admins can change these limitations by searching for newuser and first_day in site settings.
**Trust Level 1 — Basic**
At Discourse, we believe reading is the most fundamental and healthy action in any community. If a new user is willing to spend a little time reading, they will quickly be promoted to the first trust level.
Get to trust level 1 by…
Entering at least 5 topics
Reading at least 30 posts
Spend a total of 10 minutes reading posts
Users at trust level 1 can…
Use all core Discourse functions; all new user restrictions are removed
Send PMs
Upload images and attachments if enabled
Edit wiki posts
Flag posts
Mute other users
Admins can change these thresholds by searching for tl1 in site settings.
**Trust Level 2 — Member**
Members keep coming back to your community over a series of weeks; they have not only read, but actively participated long and consistently enough to be trusted with full citizenship.
Get to trust level 2 by…
Visiting at least 15 days, not sequentially
Casting at least 1 like
Receiving at least 1 like
Replying to at least 3 different topics
Entering at least 20 topics
Reading at least 100 posts
Spend a total of 60 minutes reading posts
Users at trust level 2 can…
Use the “Invite others to this topic” button for one-click onboarding of new users to participate in topics
Invite outside users to PMs making a group PM
Daily like limit increased by 1.5×
Ignore other users
Edit their own posts for up to 30 days after posting
Admins can change these thresholds by searching for tl2 in site settings.
**Trust Level 3 — Regular**
Regulars are the backbone of your community, the most active readers and reliable contributors over a period of months, even years. Because they’re always around, they can be further trusted to help tidy up and organize the community.
To get to trust level 3, in the last 100 days…
Must have visited at least 50% of days
Must have replied to at least 10 different non-PM topics
Of topics created in the last 100 days, must have viewed 25% (capped at 500)
Of posts created in the last 100 days, must have read 25% (capped at 20k)
Must have received 20 likes, and given 30 likes.*
Must not have received more than 5 spam or offensive flags (with unique posts and unique users for each, confirmed by a moderator)
Must not have been suspended or silenced
* These likes must be across a minimum number of different users (1/5 the number), across a minimum number of different days (1/4 the number). Likes cannot be from PMs.
All of the above criteria must be true to achieve trust level 3. Furthermore, unlike other trust levels, you can lose trust level 3 status. If you dip below these requirements in the last 100 days, you will be demoted back to Member. However, in order to avoid constant promotion/demotion situations, there is a 2-week grace period immediately after gaining Trust Level 3 during which you will not be demoted.
Users at trust level 3 can…
Recategorize and rename topics
Access a secure category only visible to users at trust level 3 and higher
Have all their links followed (we remove automatic nofollow)
TL3 spam flags cast on TL0 user posts immediately hide the post
TL3 flags cast on TL0 user posts in sufficient diversity will auto-silence the user and hide all their posts
Make their own posts wiki (that is, editable by any TL1+ users)
Daily like limit increased by 2×
Admins can change these thresholds by searching for TL3 in site settings.
**Trust Level 4 — Leader**
Leaders are regulars who have been around forever and seen everything. They set a positive example for the community through their actions and their posts. If you need advice, these are the folks you turn to first, and they’ve earned the highest level of community trust, such that they are almost moderators within the community already.
Get to trust level 4 by…
Manual promotion by staff only
(Possibly via a to-be-developed election system in the future)
Users at trust level 4 can…
Edit all posts
Pin/unpin topic
Close topics
Archive topics
Make topics unlisted
Split and merge topics
Reset topic bump date
Daily like limit increased by 3×
Any TL4 flag cast on any post immediately takes effect and hides the target post
We believe this trust system has been a success so far, as it leads to stronger, more sustainable communities by carefully empowering members, regulars, and leaders to curate and lead their own communities. But like everything else in Discourse, the trust system is evolving over time as we gain more experience with more communities. We’ll continue to update this post with any changes.
**Describe alternatives you've considered**
Similar to what Discourse.org can do, in terms of user ability restriction.
I hope this feature can be real someday. Thank you! | 1.0 | User Ability/ Feature Restriction Based on Level - **Is your feature request related to a problem? Please describe.**
We'd like buddyboss to add a new feature to restrict user based on their contribution and level. (similar to gamification but this also enable the restriction for feature)
**Describe the solution you'd like**
I'll just copy from what discourse.org do to their forum system.
Trust Level 0 — New
By default, all new users start out at trust level 0, meaning trust has yet to be earned. These are visitors who just created an account, and are still learning the community norms and the way your community works. New users’ abilities are restricted for safety – both theirs and yours.
(We also want to hide any “advanced” functionality from new users to make the UI less confusing for them as they gain more experience.)
Users at trust level 0 cannot …
Send personal messages to other users
“Reply as new topic” via Link button (UI removed)
Flag posts
Post more than 1 image
Post any attachments
Post more than 2 hyperlinks in a post
Have actual links in the ‘about me’ field of their profile (will be silently and temporarily converted to plain text)
Mention more than 2 users in a post
Post more than 3 topics
Post more than 10 replies
Edit their own posts after more than 24 hours
Admins can change these limitations by searching for newuser and first_day in site settings.
**Trust Level 1 — Basic**
At Discourse, we believe reading is the most fundamental and healthy action in any community. If a new user is willing to spend a little time reading, they will quickly be promoted to the first trust level.
Get to trust level 1 by…
Entering at least 5 topics
Reading at least 30 posts
Spend a total of 10 minutes reading posts
Users at trust level 1 can…
Use all core Discourse functions; all new user restrictions are removed
Send PMs
Upload images and attachments if enabled
Edit wiki posts
Flag posts
Mute other users
Admins can change these thresholds by searching for tl1 in site settings.
**Trust Level 2 — Member**
Members keep coming back to your community over a series of weeks; they have not only read, but actively participated long and consistently enough to be trusted with full citizenship.
Get to trust level 2 by…
Visiting at least 15 days, not sequentially
Casting at least 1 like
Receiving at least 1 like
Replying to at least 3 different topics
Entering at least 20 topics
Reading at least 100 posts
Spend a total of 60 minutes reading posts
Users at trust level 2 can…
Use the “Invite others to this topic” button for one-click onboarding of new users to participate in topics
Invite outside users to PMs making a group PM
Daily like limit increased by 1.5×
Ignore other users
Edit their own posts for up to 30 days after posting
Admins can change these thresholds by searching for tl2 in site settings.
**Trust Level 3 — Regular**
Regulars are the backbone of your community, the most active readers and reliable contributors over a period of months, even years. Because they’re always around, they can be further trusted to help tidy up and organize the community.
To get to trust level 3, in the last 100 days…
Must have visited at least 50% of days
Must have replied to at least 10 different non-PM topics
Of topics created in the last 100 days, must have viewed 25% (capped at 500)
Of posts created in the last 100 days, must have read 25% (capped at 20k)
Must have received 20 likes, and given 30 likes.*
Must not have received more than 5 spam or offensive flags (with unique posts and unique users for each, confirmed by a moderator)
Must not have been suspended or silenced
* These likes must be across a minimum number of different users (1/5 the number), across a minimum number of different days (1/4 the number). Likes cannot be from PMs.
All of the above criteria must be true to achieve trust level 3. Furthermore, unlike other trust levels, you can lose trust level 3 status. If you dip below these requirements in the last 100 days, you will be demoted back to Member. However, in order to avoid constant promotion/demotion situations, there is a 2-week grace period immediately after gaining Trust Level 3 during which you will not be demoted.
Users at trust level 3 can…
Recategorize and rename topics
Access a secure category only visible to users at trust level 3 and higher
Have all their links followed (we remove automatic nofollow)
TL3 spam flags cast on TL0 user posts immediately hide the post
TL3 flags cast on TL0 user posts in sufficient diversity will auto-silence the user and hide all their posts
Make their own posts wiki (that is, editable by any TL1+ users)
Daily like limit increased by 2×
Admins can change these thresholds by searching for TL3 in site settings.
**Trust Level 4 — Leader**
Leaders are regulars who have been around forever and seen everything. They set a positive example for the community through their actions and their posts. If you need advice, these are the folks you turn to first, and they’ve earned the highest level of community trust, such that they are almost moderators within the community already.
Get to trust level 4 by…
Manual promotion by staff only
(Possibly via a to-be-developed election system in the future)
Users at trust level 4 can…
Edit all posts
Pin/unpin topic
Close topics
Archive topics
Make topics unlisted
Split and merge topics
Reset topic bump date
Daily like limit increased by 3×
Any TL4 flag cast on any post immediately takes effect and hides the target post
We believe this trust system has been a success so far, as it leads to stronger, more sustainable communities by carefully empowering members, regulars, and leaders to curate and lead their own communities. But like everything else in Discourse, the trust system is evolving over time as we gain more experience with more communities. We’ll continue to update this post with any changes.
**Describe alternatives you've considered**
Similar to what Discourse.org can do, in terms of user ability restriction.
I hope this feature can be real someday. Thank you! | priority | user ability feature restriction based on level is your feature request related to a problem please describe we d like buddyboss to add a new feature to restrict user based on their contribution and level similar to gamification but this also enable the restriction for feature describe the solution you d like i ll just copy from what discourse org do to their forum system trust level — new by default all new users start out at trust level meaning trust has yet to be earned these are visitors who just created an account and are still learning the community norms and the way your community works new users’ abilities are restricted for safety – both theirs and yours we also want to hide any “advanced” functionality from new users to make the ui less confusing for them as they gain more experience users at trust level cannot … send personal messages to other users “reply as new topic” via link button ui removed flag posts post more than image post any attachments post more than hyperlinks in a post have actual links in the ‘about me’ field of their profile will be silently and temporarily converted to plain text mention more than users in a post post more than topics post more than replies edit their own posts after more than hours admins can change these limitations by searching for newuser and first day in site settings trust level — basic at discourse we believe reading is the most fundamental and healthy action in any community if a new user is willing to spend a little time reading they will quickly be promoted to the first trust level get to trust level by… entering at least topics reading at least posts spend a total of minutes reading posts users at trust level can… use all core discourse functions all new user restrictions are removed send pms upload images and attachments if enabled edit wiki posts flag posts mute other users admins can change these thresholds by searching for in site settings trust level — member members keep coming back to your community over a series of weeks they have not only read but actively participated long and consistently enough to be trusted with full citizenship get to trust level by… visiting at least days not sequentially casting at least like receiving at least like replying to at least different topics entering at least topics reading at least posts spend a total of minutes reading posts users at trust level can… use the “invite others to this topic” button for one click onboarding of new users to participate in topics invite outside users to pms making a group pm daily like limit increased by × ignore other users edit their own posts for up to days after posting admins can change these thresholds by searching for in site settings trust level — regular regulars are the backbone of your community the most active readers and reliable contributors over a period of months even years because they’re always around they can be further trusted to help tidy up and organize the community to get to trust level in the last days… must have visited at least of days must have replied to at least different non pm topics of topics created in the last days must have viewed capped at of posts created in the last days must have read capped at must have received likes and given likes must not have received more than spam or offensive flags with unique posts and unique users for each confirmed by a moderator must not have been suspended or silenced these likes must be across a minimum number of different users the number across a minimum number of different days the number likes cannot be from pms all of the above criteria must be true to achieve trust level furthermore unlike other trust levels you can lose trust level status if you dip below these requirements in the last days you will be demoted back to member however in order to avoid constant promotion demotion situations there is a week grace period immediately after gaining trust level during which you will not be demoted users at trust level can… recategorize and rename topics access a secure category only visible to users at trust level and higher have all their links followed we remove automatic nofollow spam flags cast on user posts immediately hide the post flags cast on user posts in sufficient diversity will auto silence the user and hide all their posts make their own posts wiki that is editable by any users daily like limit increased by × admins can change these thresholds by searching for in site settings trust level — leader leaders are regulars who have been around forever and seen everything they set a positive example for the community through their actions and their posts if you need advice these are the folks you turn to first and they’ve earned the highest level of community trust such that they are almost moderators within the community already get to trust level by… manual promotion by staff only possibly via a to be developed election system in the future users at trust level can… edit all posts pin unpin topic close topics archive topics make topics unlisted split and merge topics reset topic bump date daily like limit increased by × any flag cast on any post immediately takes effect and hides the target post we believe this trust system has been a success so far as it leads to stronger more sustainable communities by carefully empowering members regulars and leaders to curate and lead their own communities but like everything else in discourse the trust system is evolving over time as we gain more experience with more communities we’ll continue to update this post with any changes describe alternatives you ve considered similar to what discourse org can do in terms of user ability restriction i hope this feature can be real someday thank you | 1 |
660,977 | 22,037,482,155 | IssuesEvent | 2022-05-28 20:36:11 | COS301-SE-2022/Map-out-game-reserves-using-aerial-photographs | https://api.github.com/repos/COS301-SE-2022/Map-out-game-reserves-using-aerial-photographs | closed | (ui): Add edit pages | scope:ui type:feature priority:medium | Allow the user to click on edit buttons and edit their name, email, and password in the accounts page | 1.0 | (ui): Add edit pages - Allow the user to click on edit buttons and edit their name, email, and password in the accounts page | priority | ui add edit pages allow the user to click on edit buttons and edit their name email and password in the accounts page | 1 |
246,866 | 7,895,813,711 | IssuesEvent | 2018-06-29 05:54:45 | aowen87/BAR | https://api.github.com/repos/aowen87/BAR | closed | testing: add support for VARGS | Expected Use: 3 - Occasional Feature Impact: 3 - Medium OS: All Priority: Normal Support Group: Any | Parse VARGs in test header to extract command line arguments that can be passed to visit before -cli -s in the test suite launch command.
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. The following information
could not be accurately captured in the new ticket:
Original author: Cyrus Harrison
Original creation: 04/16/2014 03:55 pm
Original update: 04/29/2014 02:59 pm
Ticket number: 1809 | 1.0 | testing: add support for VARGS - Parse VARGs in test header to extract command line arguments that can be passed to visit before -cli -s in the test suite launch command.
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. The following information
could not be accurately captured in the new ticket:
Original author: Cyrus Harrison
Original creation: 04/16/2014 03:55 pm
Original update: 04/29/2014 02:59 pm
Ticket number: 1809 | priority | testing add support for vargs parse vargs in test header to extract command line arguments that can be passed to visit before cli s in the test suite launch command redmine migration this ticket was migrated from redmine the following information could not be accurately captured in the new ticket original author cyrus harrison original creation pm original update pm ticket number | 1 |
310,305 | 9,488,367,472 | IssuesEvent | 2019-04-22 19:22:34 | trimstray/htrace.sh | https://api.github.com/repos/trimstray/htrace.sh | closed | Set ciphersuite. | Priority: Medium Status: Completed Type: Feature v.1.1.5 | ```
--ciphers <list of ciphers> SSL ciphers to use
--proxy-ciphers <list> SSL ciphers to use for proxy
--proxy-tls13-ciphers <ciphersuite list> TLS 1.3 proxy cipher suites
--tls13-ciphers <list of TLS 1.3 ciphersuites> TLS 1.3 cipher suites to use
``` | 1.0 | Set ciphersuite. - ```
--ciphers <list of ciphers> SSL ciphers to use
--proxy-ciphers <list> SSL ciphers to use for proxy
--proxy-tls13-ciphers <ciphersuite list> TLS 1.3 proxy cipher suites
--tls13-ciphers <list of TLS 1.3 ciphersuites> TLS 1.3 cipher suites to use
``` | priority | set ciphersuite ciphers ssl ciphers to use proxy ciphers ssl ciphers to use for proxy proxy ciphers tls proxy cipher suites ciphers tls cipher suites to use | 1 |
556,749 | 16,489,970,539 | IssuesEvent | 2021-05-25 01:17:34 | azerothcore/azerothcore-wotlk | https://api.github.com/repos/azerothcore/azerothcore-wotlk | closed | 'The missing diplomat' speak to Mikhail part buged | 20-29 Confirmed Priority - Medium Quest | <!-- IF YOU DO NOT FILL THIS TEMPLATE OUT, WE WILL CLOSE YOUR ISSUE
You should always read how to properly fill out the bug report before continuing. https://www.azerothcore.org/wiki/issue-tracker-standards
For issues containing a fix, please create a Pull Request following this tutorial: https://www.azerothcore.org/wiki/How-to-create-a-PR -->
**CURRENT BEHAVIOUR:**
<!-- If this is a crash report you should post the crashlog. Upload it to https://gist.github.com/ -->
You cannot continue the quests.
**EXPECTED BLIZZLIKE BEHAVIOUR:**
<!-- What should happen instead -->
You should be able to complete it.
**SOURCE:**
<!-- If you can, include a source that can strengthen your claim -->
**STEPS TO REPRODUCE THE PROBLEM:**
<!-- Describe in a detailed step-by-step order how to reproduce the issue -->
1. Complete the quest chain until you reach that part.
2. See if you can complete it.
**EXTRA NOTES:**
<!-- Any extra notes that can help solve the issue -->
I have seen that there are several reports open about this chain of quests, but none about the specific error that I have encountered.


**AC HASH/COMMIT:**
<!-- Always include the exact hash/commit you are using. Never write "latest"! -->
ChromieCraft AzerothCore e50754d
**OPERATING SYSTEM:**
<!-- Which OS are you running -->
Windows 10 20H2
**MODULES:**
<!-- Are you using any modules? List them here -->
The ones at the Chromie server.
**CUSTOMIZATIONS:**
<!-- Do you have any other customizations? List them here -->
<!-- ------------------------- THE END ------------------------------
Thank you for your contribution.
If you use AzerothCore regularly, we really NEED your help to:
- Test our fixes: https://www.azerothcore.org/wiki/How-to-test-a-PR
- Report issues or suggestions: https://github.com/azerothcore/azerothcore-wotlk/issues/new/choose
- Improve the documentation/wiki: https://www.azerothcore.org/wiki/home
With your help, the project can evolve much quicker! -->
<!-- NOTE
If you intend to contribute repeatedly to our project, it is a good idea to join our discord channel.
We set ranks for our contributors and give them access to special resources or knowledge: https://discord.com/invite/DasJqPba -->
| 1.0 | 'The missing diplomat' speak to Mikhail part buged - <!-- IF YOU DO NOT FILL THIS TEMPLATE OUT, WE WILL CLOSE YOUR ISSUE
You should always read how to properly fill out the bug report before continuing. https://www.azerothcore.org/wiki/issue-tracker-standards
For issues containing a fix, please create a Pull Request following this tutorial: https://www.azerothcore.org/wiki/How-to-create-a-PR -->
**CURRENT BEHAVIOUR:**
<!-- If this is a crash report you should post the crashlog. Upload it to https://gist.github.com/ -->
You cannot continue the quests.
**EXPECTED BLIZZLIKE BEHAVIOUR:**
<!-- What should happen instead -->
You should be able to complete it.
**SOURCE:**
<!-- If you can, include a source that can strengthen your claim -->
**STEPS TO REPRODUCE THE PROBLEM:**
<!-- Describe in a detailed step-by-step order how to reproduce the issue -->
1. Complete the quest chain until you reach that part.
2. See if you can complete it.
**EXTRA NOTES:**
<!-- Any extra notes that can help solve the issue -->
I have seen that there are several reports open about this chain of quests, but none about the specific error that I have encountered.


**AC HASH/COMMIT:**
<!-- Always include the exact hash/commit you are using. Never write "latest"! -->
ChromieCraft AzerothCore e50754d
**OPERATING SYSTEM:**
<!-- Which OS are you running -->
Windows 10 20H2
**MODULES:**
<!-- Are you using any modules? List them here -->
The ones at the Chromie server.
**CUSTOMIZATIONS:**
<!-- Do you have any other customizations? List them here -->
<!-- ------------------------- THE END ------------------------------
Thank you for your contribution.
If you use AzerothCore regularly, we really NEED your help to:
- Test our fixes: https://www.azerothcore.org/wiki/How-to-test-a-PR
- Report issues or suggestions: https://github.com/azerothcore/azerothcore-wotlk/issues/new/choose
- Improve the documentation/wiki: https://www.azerothcore.org/wiki/home
With your help, the project can evolve much quicker! -->
<!-- NOTE
If you intend to contribute repeatedly to our project, it is a good idea to join our discord channel.
We set ranks for our contributors and give them access to special resources or knowledge: https://discord.com/invite/DasJqPba -->
| priority | the missing diplomat speak to mikhail part buged if you do not fill this template out we will close your issue you should always read how to properly fill out the bug report before continuing for issues containing a fix please create a pull request following this tutorial current behaviour you cannot continue the quests expected blizzlike behaviour you should be able to complete it source steps to reproduce the problem complete the quest chain until you reach that part see if you can complete it extra notes i have seen that there are several reports open about this chain of quests but none about the specific error that i have encountered ac hash commit chromiecraft azerothcore operating system windows modules the ones at the chromie server customizations the end thank you for your contribution if you use azerothcore regularly we really need your help to test our fixes report issues or suggestions improve the documentation wiki with your help the project can evolve much quicker note if you intend to contribute repeatedly to our project it is a good idea to join our discord channel we set ranks for our contributors and give them access to special resources or knowledge | 1 |
517,473 | 15,014,368,642 | IssuesEvent | 2021-02-01 06:28:54 | Cockatrice/Cockatrice | https://api.github.com/repos/Cockatrice/Cockatrice | closed | Running on beta channel gives you an update loop | Bug Medium Priority | If you are using the most recent beta release (2.7.6-beta.2) and search for new updates, it finds the same version you are already running and tells you a new version is available nonetheless.
If you run the latest stable (2.7.5), the same process gives you a "no newer versions found" message.
Confirmed on Windows and Linux. | 1.0 | Running on beta channel gives you an update loop - If you are using the most recent beta release (2.7.6-beta.2) and search for new updates, it finds the same version you are already running and tells you a new version is available nonetheless.
If you run the latest stable (2.7.5), the same process gives you a "no newer versions found" message.
Confirmed on Windows and Linux. | priority | running on beta channel gives you an update loop if you are using the most recent beta release beta and search for new updates it finds the same version you are already running and tells you a new version is available nonetheless if you run the latest stable the same process gives you a no newer versions found message confirmed on windows and linux | 1 |
489,441 | 14,106,575,872 | IssuesEvent | 2020-11-06 15:07:00 | diamm/diamm | https://api.github.com/repos/diamm/diamm | opened | item or composition bibliography display | Component: User Interface Priority: Medium Status: New Type: Feature Request | At the moment there is a heading of 'item bibliography' in the inventory for manuscripts, even when there is no bibliography. However Composition bibliography does not show up here, only if you click on the piece. Would it be possible to have composition bibliography shown here as well? Otherwise I'm having to duplicate between the two in order to have it show up. At the moment people wouldn't know there was any composition-level bibliography without clicking through to the composition record. | 1.0 | item or composition bibliography display - At the moment there is a heading of 'item bibliography' in the inventory for manuscripts, even when there is no bibliography. However Composition bibliography does not show up here, only if you click on the piece. Would it be possible to have composition bibliography shown here as well? Otherwise I'm having to duplicate between the two in order to have it show up. At the moment people wouldn't know there was any composition-level bibliography without clicking through to the composition record. | priority | item or composition bibliography display at the moment there is a heading of item bibliography in the inventory for manuscripts even when there is no bibliography however composition bibliography does not show up here only if you click on the piece would it be possible to have composition bibliography shown here as well otherwise i m having to duplicate between the two in order to have it show up at the moment people wouldn t know there was any composition level bibliography without clicking through to the composition record | 1 |
41,482 | 2,869,009,876 | IssuesEvent | 2015-06-05 22:33:28 | dart-lang/intl | https://api.github.com/repos/dart-lang/intl | closed | DartFormat should throw on parsing '32/12/2014' with format 'dd/MM/yyyy' | bug Fixed Priority-Medium | <a href="https://github.com/a14n"><img src="https://avatars.githubusercontent.com/u/1206632?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [a14n](https://github.com/a14n)**
_Originally opened as dart-lang/sdk#17169_
----
I'm on Dart SDK version 1.2.0-dev.5.15 with intl-0.9.5.
Parsing '32/12/2014' with format 'dd/MM/yyyy' gives '2015-01-01' instead of throwing a FormatException.
import 'package:intl/intl.dart';
main() {
print(new DateFormat('dd/MM/yyyy').parse('32/12/2014'));
// displays 2015-01-01 00:00:00.000
}
| 1.0 | DartFormat should throw on parsing '32/12/2014' with format 'dd/MM/yyyy' - <a href="https://github.com/a14n"><img src="https://avatars.githubusercontent.com/u/1206632?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [a14n](https://github.com/a14n)**
_Originally opened as dart-lang/sdk#17169_
----
I'm on Dart SDK version 1.2.0-dev.5.15 with intl-0.9.5.
Parsing '32/12/2014' with format 'dd/MM/yyyy' gives '2015-01-01' instead of throwing a FormatException.
import 'package:intl/intl.dart';
main() {
print(new DateFormat('dd/MM/yyyy').parse('32/12/2014'));
// displays 2015-01-01 00:00:00.000
}
| priority | dartformat should throw on parsing with format dd mm yyyy issue by originally opened as dart lang sdk i m on dart sdk version dev with intl parsing with format dd mm yyyy gives instead of throwing a formatexception nbsp nbsp nbsp nbsp import package intl intl dart nbsp nbsp nbsp nbsp main nbsp nbsp nbsp nbsp nbsp nbsp print new dateformat dd mm yyyy parse nbsp nbsp nbsp nbsp nbsp nbsp displays nbsp nbsp nbsp nbsp | 1 |
642,841 | 20,914,818,009 | IssuesEvent | 2022-03-24 12:32:24 | airqo-platform/AirQo-frontend | https://api.github.com/repos/airqo-platform/AirQo-frontend | closed | Getting wrong dates for request submission date | bug priority-medium | **What were you trying to achieve?**
See the date a candidate submitted a request.
**What are the expected results?**
See the correct date
**What are the received results?**
Saw a wrong date
**What are the steps to reproduce the issue?**
Submit a request for access and check the date the request was submitted in the candidates table
**In what environment did you encounter the issue?**
This issue is platform independent
**Additional context**
- Getting the correct date from the API, but the Front-end application is displaying wrong date
- Suspected root cause is the formatDateString function called on [this line](https://github.com/airqo-platform/AirQo-frontend/blob/f344e11643e4a9434f915b36363c454afa1956c7/netmanager/src/views/pages/CandidateList/components/CandidatesTable/CandidatesTable.js#L214)

| 1.0 | Getting wrong dates for request submission date - **What were you trying to achieve?**
See the date a candidate submitted a request.
**What are the expected results?**
See the correct date
**What are the received results?**
Saw a wrong date
**What are the steps to reproduce the issue?**
Submit a request for access and check the date the request was submitted in the candidates table
**In what environment did you encounter the issue?**
This issue is platform independent
**Additional context**
- Getting the correct date from the API, but the Front-end application is displaying wrong date
- Suspected root cause is the formatDateString function called on [this line](https://github.com/airqo-platform/AirQo-frontend/blob/f344e11643e4a9434f915b36363c454afa1956c7/netmanager/src/views/pages/CandidateList/components/CandidatesTable/CandidatesTable.js#L214)

| priority | getting wrong dates for request submission date what were you trying to achieve see the date a candidate submitted a request what are the expected results see the correct date what are the received results saw a wrong date what are the steps to reproduce the issue submit a request for access and check the date the request was submitted in the candidates table in what environment did you encounter the issue this issue is platform independent additional context getting the correct date from the api but the front end application is displaying wrong date suspected root cause is the formatdatestring function called on | 1 |
826,732 | 31,710,886,567 | IssuesEvent | 2023-09-09 08:51:23 | SkriptLang/Skript | https://api.github.com/repos/SkriptLang/Skript | closed | Asynchronous command dispatch on chat | bug priority: medium completed | ### Skript/Server Version
```markdown
[14:46:00 INFO]: [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases
[14:46:00 INFO]: [Skript] Skript's documentation can be found here: https://docs.skriptlang.org/
[14:46:00 INFO]: [Skript] Skript's tutorials can be found here: https://docs.skriptlang.org/tutorials
[14:46:00 INFO]: [Skript] Server Version: git-Paper-521 (MC: 1.19.4)
[14:46:00 INFO]: [Skript] Skript Version: 2.7.0-beta2 (skriptlang-github)
[14:46:00 INFO]: [Skript] Installed Skript Addons:
[14:46:00 INFO]: [Skript] - MongoSK v2.3.1 (https://github.com/Romitou/MongoSK)
[14:46:00 INFO]: [Skript] - skript-reflect v2.3.1-for-skript-beta (https://github.com/TPGamesNL/skript-reflect)
[14:46:00 INFO]: [Skript] - skRayFall v1.9.28 (https://sk.rayfall.net/)
[14:46:00 INFO]: [Skript] - SkBee v2.8.4 (https://github.com/ShaneBeee/SkBee)
[14:46:00 INFO]: [Skript] Installed dependencies:
[14:46:00 INFO]: [Skript] - Vault v1.7.3-b131
[14:46:00 INFO]: [Skript] - WorldGuard v7.0.8-SNAPSHOT+2200-4a21bf4
```
### Bug Description
Hello, I am using the Skript-2.7.0-beta2 and experiencing an issue when trying to run commands on a chat event. I did not see any similar posts about this error. I know I'm on a beta version
here is my Skript. Very simple:
```
on chat:
execute console command "announce testing"
```
And here is the error log:
https://pastebin.com/raw/LHCXDFJK
### Expected Behavior
A command should be run
### Steps to Reproduce
Write a script with a command in the on chat event
```
on chat:
execute console command "announce testing"
```
### Errors or Screenshots
_No response_
### Other
_No response_
### Agreement
- [X] I have read the guidelines above and affirm I am following them with this report. | 1.0 | Asynchronous command dispatch on chat - ### Skript/Server Version
```markdown
[14:46:00 INFO]: [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases
[14:46:00 INFO]: [Skript] Skript's documentation can be found here: https://docs.skriptlang.org/
[14:46:00 INFO]: [Skript] Skript's tutorials can be found here: https://docs.skriptlang.org/tutorials
[14:46:00 INFO]: [Skript] Server Version: git-Paper-521 (MC: 1.19.4)
[14:46:00 INFO]: [Skript] Skript Version: 2.7.0-beta2 (skriptlang-github)
[14:46:00 INFO]: [Skript] Installed Skript Addons:
[14:46:00 INFO]: [Skript] - MongoSK v2.3.1 (https://github.com/Romitou/MongoSK)
[14:46:00 INFO]: [Skript] - skript-reflect v2.3.1-for-skript-beta (https://github.com/TPGamesNL/skript-reflect)
[14:46:00 INFO]: [Skript] - skRayFall v1.9.28 (https://sk.rayfall.net/)
[14:46:00 INFO]: [Skript] - SkBee v2.8.4 (https://github.com/ShaneBeee/SkBee)
[14:46:00 INFO]: [Skript] Installed dependencies:
[14:46:00 INFO]: [Skript] - Vault v1.7.3-b131
[14:46:00 INFO]: [Skript] - WorldGuard v7.0.8-SNAPSHOT+2200-4a21bf4
```
### Bug Description
Hello, I am using the Skript-2.7.0-beta2 and experiencing an issue when trying to run commands on a chat event. I did not see any similar posts about this error. I know I'm on a beta version
here is my Skript. Very simple:
```
on chat:
execute console command "announce testing"
```
And here is the error log:
https://pastebin.com/raw/LHCXDFJK
### Expected Behavior
A command should be run
### Steps to Reproduce
Write a script with a command in the on chat event
```
on chat:
execute console command "announce testing"
```
### Errors or Screenshots
_No response_
### Other
_No response_
### Agreement
- [X] I have read the guidelines above and affirm I am following them with this report. | priority | asynchronous command dispatch on chat skript server version markdown skript s aliases can be found here skript s documentation can be found here skript s tutorials can be found here server version git paper mc skript version skriptlang github installed skript addons mongosk skript reflect for skript beta skrayfall skbee installed dependencies vault worldguard snapshot bug description hello i am using the skript and experiencing an issue when trying to run commands on a chat event i did not see any similar posts about this error i know i m on a beta version here is my skript very simple on chat execute console command announce testing and here is the error log expected behavior a command should be run steps to reproduce write a script with a command in the on chat event on chat execute console command announce testing errors or screenshots no response other no response agreement i have read the guidelines above and affirm i am following them with this report | 1 |
275,851 | 8,581,416,652 | IssuesEvent | 2018-11-13 14:39:22 | INN/umbrella-inndev | https://api.github.com/repos/INN/umbrella-inndev | opened | Bump Largo version number on largo.inn.org homepage | largo.inn.org priority: medium | https://github.com/INN/umbrella-inndev/blob/40d9695ee066b38ad091a24d2600a2bffa8e0778/wp-content/themes/largoproject/homepages/templates/largo.php#L6
- [ ] increase to 0.6
- [ ] check for other areas where this needs to be updated | 1.0 | Bump Largo version number on largo.inn.org homepage - https://github.com/INN/umbrella-inndev/blob/40d9695ee066b38ad091a24d2600a2bffa8e0778/wp-content/themes/largoproject/homepages/templates/largo.php#L6
- [ ] increase to 0.6
- [ ] check for other areas where this needs to be updated | priority | bump largo version number on largo inn org homepage increase to check for other areas where this needs to be updated | 1 |
265,460 | 8,354,659,119 | IssuesEvent | 2018-10-02 13:53:26 | geosolutions-it/nmco | https://api.github.com/repos/geosolutions-it/nmco | closed | Make shapefile output format encode coordinates measures (M) when available | Priority Medium VOR pending review | Is worth mentioning that input format is not required, we just need to make sure that encoding simple features that have geometries with measures are correctly encoded.
child of #14 | 1.0 | Make shapefile output format encode coordinates measures (M) when available - Is worth mentioning that input format is not required, we just need to make sure that encoding simple features that have geometries with measures are correctly encoded.
child of #14 | priority | make shapefile output format encode coordinates measures m when available is worth mentioning that input format is not required we just need to make sure that encoding simple features that have geometries with measures are correctly encoded child of | 1 |
1,828 | 2,520,564,094 | IssuesEvent | 2015-01-19 05:16:11 | AtlasOfLivingAustralia/biocache-service | https://api.github.com/repos/AtlasOfLivingAustralia/biocache-service | closed | Support for SOLR 4.4 | priority-medium status-new type-enhancement | _From @djtfmartin on August 19, 2014 10:31_
*migrated from:* https://code.google.com/p/ala/issues/detail?id=112
*date:* Thu Aug 8 16:34:11 2013
*author:* moyesyside
---
Original Issue reported by Project Member Reported by natasha....@csiro.au, Aug 4 (3 days ago) - [https://code.google.com/p/ala-portal/issues/detail?id=299](https://code.google.com/p/ala-portal/issues/detail?id=299)
Project Member Reported by natasha.carter@csiro.au, Aug 4 (3 days ago)
Attached to this issue is the patch required to upgrade to SOLR4.4.0. This code base will not be committed into the trunk until we are ready to release biocache-service at SOLR 4.4 level.
Aug 4 (3 days ago) Project Member `#1` moyesyside@gmail.com
(No comment was entered for this change.)
Labels: SOLR Aug 5 (2 days ago) Project Member `#2` natasha.carter@csiro.au
I didn't realise that there was a bug in one of my files. Here is that works
SOLR4.4-integration.patch 31.1 KB View Download
_Copied from original issue: AtlasOfLivingAustralia/biocache-hubs#15_ | 1.0 | Support for SOLR 4.4 - _From @djtfmartin on August 19, 2014 10:31_
*migrated from:* https://code.google.com/p/ala/issues/detail?id=112
*date:* Thu Aug 8 16:34:11 2013
*author:* moyesyside
---
Original Issue reported by Project Member Reported by natasha....@csiro.au, Aug 4 (3 days ago) - [https://code.google.com/p/ala-portal/issues/detail?id=299](https://code.google.com/p/ala-portal/issues/detail?id=299)
Project Member Reported by natasha.carter@csiro.au, Aug 4 (3 days ago)
Attached to this issue is the patch required to upgrade to SOLR4.4.0. This code base will not be committed into the trunk until we are ready to release biocache-service at SOLR 4.4 level.
Aug 4 (3 days ago) Project Member `#1` moyesyside@gmail.com
(No comment was entered for this change.)
Labels: SOLR Aug 5 (2 days ago) Project Member `#2` natasha.carter@csiro.au
I didn't realise that there was a bug in one of my files. Here is that works
SOLR4.4-integration.patch 31.1 KB View Download
_Copied from original issue: AtlasOfLivingAustralia/biocache-hubs#15_ | priority | support for solr from djtfmartin on august migrated from date thu aug author moyesyside original issue reported by project member reported by natasha csiro au aug days ago project member reported by natasha carter csiro au aug days ago attached to this issue is the patch required to upgrade to this code base will not be committed into the trunk until we are ready to release biocache service at solr level aug days ago project member moyesyside gmail com no comment was entered for this change labels solr aug days ago project member natasha carter csiro au i didn t realise that there was a bug in one of my files here is that works integration patch kb view download copied from original issue atlasoflivingaustralia biocache hubs | 1 |
735,907 | 25,447,031,368 | IssuesEvent | 2022-11-24 07:16:20 | autolab/Autolab | https://api.github.com/repos/autolab/Autolab | closed | Allow viewers to rearrange annotation problem ordering | Priority: Medium Type: Enhancement | We should allow instructors/students to view annotations only for a given problem. | 1.0 | Allow viewers to rearrange annotation problem ordering - We should allow instructors/students to view annotations only for a given problem. | priority | allow viewers to rearrange annotation problem ordering we should allow instructors students to view annotations only for a given problem | 1 |
185,135 | 6,719,318,742 | IssuesEvent | 2017-10-15 22:49:27 | opencurrents/opencurrents | https://api.github.com/repos/opencurrents/opencurrents | closed | Profile: Lets change "Give Time" button, to "Create Currents" | priority low priority medium | Note that we had previously changed the button from "earn Currents" to "give time".
Give time is not necessary correct as in manual tracking they already gave time. I think Create Currents would be better. | 2.0 | Profile: Lets change "Give Time" button, to "Create Currents" - Note that we had previously changed the button from "earn Currents" to "give time".
Give time is not necessary correct as in manual tracking they already gave time. I think Create Currents would be better. | priority | profile lets change give time button to create currents note that we had previously changed the button from earn currents to give time give time is not necessary correct as in manual tracking they already gave time i think create currents would be better | 1 |
285,387 | 8,758,153,743 | IssuesEvent | 2018-12-15 00:51:01 | conveyal/trimet-mod-otp | https://api.github.com/repos/conveyal/trimet-mod-otp | closed | Print View: Destination Display | has fix medium priority | In the Print View, can the term 'Destination' be replaced with the actual destination?

| 1.0 | Print View: Destination Display - In the Print View, can the term 'Destination' be replaced with the actual destination?

| priority | print view destination display in the print view can the term destination be replaced with the actual destination | 1 |
722,008 | 24,847,051,263 | IssuesEvent | 2022-10-26 16:41:39 | AY2223S1-CS2103T-W16-1/tp | https://api.github.com/repos/AY2223S1-CS2103T-W16-1/tp | closed | As a hotel cleaner, I want to view if a room has been cleaned | type.Story priority.Medium | ...so that I will not waste time cleaning the room again | 1.0 | As a hotel cleaner, I want to view if a room has been cleaned - ...so that I will not waste time cleaning the room again | priority | as a hotel cleaner i want to view if a room has been cleaned so that i will not waste time cleaning the room again | 1 |
459,861 | 13,200,328,141 | IssuesEvent | 2020-08-14 08:01:02 | kubesphere/console | https://api.github.com/repos/kubesphere/console | closed | Logging setting should follow Fluent Bit CRD spec | area/logging kind/need-to-verify priority/medium | How to reproduce remove es setting, create a new one.


| 1.0 | Logging setting should follow Fluent Bit CRD spec - How to reproduce remove es setting, create a new one.


| priority | logging setting should follow fluent bit crd spec how to reproduce remove es setting create a new one | 1 |
823,939 | 31,074,496,762 | IssuesEvent | 2023-08-12 10:06:53 | Bedi06/Coursework-Planner | https://api.github.com/repos/Bedi06/Coursework-Planner | opened | [PD] STAR Framework | 🏕 Priority Mandatory 🐂 Size Medium Week 1 📅 Databases | From Module-Databases created by [esma-g](https://github.com/esma-g): CodeYourFuture/Module-Databases#24
### Coursework content
Use [the provided spreadsheet](https://docs.google.com/spreadsheets/d/1o1DLnFq1JFf2yd3ndp8w7fysNlHUT_0qwTjNFJ9a0Xo/edit?usp=drive_web&authuser=0) to come up with interview examples in line with the STAR framework. The examples can be taken from previous work, study, or volunteering experience.
### Estimated time in hours
4
### What is the purpose of this assignment?
This assignment will improve your competency-based interview skills.
### How to submit
Share the link to your copy of the spreadsheet on the ticket on your board.
| 1.0 | [PD] STAR Framework - From Module-Databases created by [esma-g](https://github.com/esma-g): CodeYourFuture/Module-Databases#24
### Coursework content
Use [the provided spreadsheet](https://docs.google.com/spreadsheets/d/1o1DLnFq1JFf2yd3ndp8w7fysNlHUT_0qwTjNFJ9a0Xo/edit?usp=drive_web&authuser=0) to come up with interview examples in line with the STAR framework. The examples can be taken from previous work, study, or volunteering experience.
### Estimated time in hours
4
### What is the purpose of this assignment?
This assignment will improve your competency-based interview skills.
### How to submit
Share the link to your copy of the spreadsheet on the ticket on your board.
| priority | star framework from module databases created by codeyourfuture module databases coursework content use to come up with interview examples in line with the star framework the examples can be taken from previous work study or volunteering experience estimated time in hours what is the purpose of this assignment this assignment will improve your competency based interview skills how to submit share the link to your copy of the spreadsheet on the ticket on your board | 1 |
356,067 | 10,588,314,963 | IssuesEvent | 2019-10-09 01:28:57 | minio/mc | https://api.github.com/repos/minio/mc | closed | Don't show "Removing" if nothing gets removed | community priority: medium | When using mc rm together with e.g. `--older-than 10d and --recursive`
## Expected behavior
Only removed keys are listed.
## Actual behavior
mc shows "Removing" for all directories even so nothing is actually removed.
This is very confusing as I thought it's ignoring --older-than and removing all the directories but instead it's only "Scanning" them and ignoring the files.
```
Removing `production/in/customer/2019/06/15/CID1/`.
Removing `production/in/customer/2019/06/15/CID1/MID/`.
Removing `production/in/customer/2019/06/15/CID2/`.
Removing `production/in/customer/2019/06/15/CID2/MID/`.
Removing `production/in/customer/2019/06/15/CID3/`.
Removing `production/in/customer/2019/06/15/CID3/MID/`.
Removing `production/in/customer/2019/06/15/CID4/`.
Removing `production/in/customer/2019/06/15/CID4/MID/`.
Removing `production/in/customer/2019/06/15/CID5/`.
Removing `production/in/customer/2019/06/15/CID5/MID/`.
Removing `production/in/customer/2019/06/15/CID6/`.
Removing `production/in/customer/2019/06/15/CID6/MID/`.
Removing `production/in/customer/2019/06/15/CID7/`.
Removing `production/in/customer/2019/06/15/CID7/MID/`.
```
## Steps to reproduce the behavior
## mc version
- RELEASE.2019-06-12T20-35-20Z
## System information
Docker
| 1.0 | Don't show "Removing" if nothing gets removed - When using mc rm together with e.g. `--older-than 10d and --recursive`
## Expected behavior
Only removed keys are listed.
## Actual behavior
mc shows "Removing" for all directories even so nothing is actually removed.
This is very confusing as I thought it's ignoring --older-than and removing all the directories but instead it's only "Scanning" them and ignoring the files.
```
Removing `production/in/customer/2019/06/15/CID1/`.
Removing `production/in/customer/2019/06/15/CID1/MID/`.
Removing `production/in/customer/2019/06/15/CID2/`.
Removing `production/in/customer/2019/06/15/CID2/MID/`.
Removing `production/in/customer/2019/06/15/CID3/`.
Removing `production/in/customer/2019/06/15/CID3/MID/`.
Removing `production/in/customer/2019/06/15/CID4/`.
Removing `production/in/customer/2019/06/15/CID4/MID/`.
Removing `production/in/customer/2019/06/15/CID5/`.
Removing `production/in/customer/2019/06/15/CID5/MID/`.
Removing `production/in/customer/2019/06/15/CID6/`.
Removing `production/in/customer/2019/06/15/CID6/MID/`.
Removing `production/in/customer/2019/06/15/CID7/`.
Removing `production/in/customer/2019/06/15/CID7/MID/`.
```
## Steps to reproduce the behavior
## mc version
- RELEASE.2019-06-12T20-35-20Z
## System information
Docker
| priority | don t show removing if nothing gets removed when using mc rm together with e g older than and recursive expected behavior only removed keys are listed actual behavior mc shows removing for all directories even so nothing is actually removed this is very confusing as i thought it s ignoring older than and removing all the directories but instead it s only scanning them and ignoring the files removing production in customer removing production in customer mid removing production in customer removing production in customer mid removing production in customer removing production in customer mid removing production in customer removing production in customer mid removing production in customer removing production in customer mid removing production in customer removing production in customer mid removing production in customer removing production in customer mid steps to reproduce the behavior mc version release system information docker | 1 |
46,722 | 2,964,576,205 | IssuesEvent | 2015-07-10 17:27:26 | dart-lang/sdk | https://api.github.com/repos/dart-lang/sdk | opened | dart2js: Implementing Resource class | Area-Dart2JS Priority-Medium Type-Enhancement | Tracking issue for the dart2js's implementation of Resource class.
See meta issue #23823 | 1.0 | dart2js: Implementing Resource class - Tracking issue for the dart2js's implementation of Resource class.
See meta issue #23823 | priority | implementing resource class tracking issue for the s implementation of resource class see meta issue | 1 |
364,547 | 10,765,851,913 | IssuesEvent | 2019-11-01 12:14:53 | AbsaOSS/enceladus | https://api.github.com/repos/AbsaOSS/enceladus | opened | Disable "edit schedule" button on old versions of dataset | Menas UX bug priority: medium | ## Describe the bug
Currently, we are able to edit scheduler on previous versions of Dataset. Disable it the same way we disabled Dataset general edit.
## To Reproduce
Steps to reproduce the behavior OR commands run:
1. Go to Dataset version current -1
2. Click edit schedule
## Expected behaviour
Edit schedule button is disabled on previous versions of Dataset | 1.0 | Disable "edit schedule" button on old versions of dataset - ## Describe the bug
Currently, we are able to edit scheduler on previous versions of Dataset. Disable it the same way we disabled Dataset general edit.
## To Reproduce
Steps to reproduce the behavior OR commands run:
1. Go to Dataset version current -1
2. Click edit schedule
## Expected behaviour
Edit schedule button is disabled on previous versions of Dataset | priority | disable edit schedule button on old versions of dataset describe the bug currently we are able to edit scheduler on previous versions of dataset disable it the same way we disabled dataset general edit to reproduce steps to reproduce the behavior or commands run go to dataset version current click edit schedule expected behaviour edit schedule button is disabled on previous versions of dataset | 1 |
747,832 | 26,100,491,030 | IssuesEvent | 2022-12-27 06:11:01 | bounswe/bounswe2022group7 | https://api.github.com/repos/bounswe/bounswe2022group7 | closed | [Annotations] Use promises effectively | Type: Enhancement Status: In Progress Priority: Medium Difficulty: Medium Type: Implementation | We can use javascript Promise API and related syntax more effectively in our annotation service implementation, specifically `then` and `catch` methods. | 1.0 | [Annotations] Use promises effectively - We can use javascript Promise API and related syntax more effectively in our annotation service implementation, specifically `then` and `catch` methods. | priority | use promises effectively we can use javascript promise api and related syntax more effectively in our annotation service implementation specifically then and catch methods | 1 |
36,096 | 2,795,409,820 | IssuesEvent | 2015-05-11 21:51:22 | twogee/ant-http | https://api.github.com/repos/twogee/ant-http | opened | [CLOSED] Add DIGEST authentication support | auto-migrated Milestone-1.2 Priority-Medium Project-ant-http Type-Enhancement | <a href="https://github.com/GoogleCodeExporter"><img src="https://avatars.githubusercontent.com/u/9614759?v=3" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [GoogleCodeExporter](https://github.com/GoogleCodeExporter)**
_Monday May 11, 2015 at 15:04 GMT_
_Originally opened as https://github.com/twogee/missing-link/issues/6_
----
```
Add DIGEST authentication support
```
Original issue reported on code.google.com by `alex.she...@gmail.com` on 14 Mar 2011 at 12:23
| 1.0 | [CLOSED] Add DIGEST authentication support - <a href="https://github.com/GoogleCodeExporter"><img src="https://avatars.githubusercontent.com/u/9614759?v=3" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [GoogleCodeExporter](https://github.com/GoogleCodeExporter)**
_Monday May 11, 2015 at 15:04 GMT_
_Originally opened as https://github.com/twogee/missing-link/issues/6_
----
```
Add DIGEST authentication support
```
Original issue reported on code.google.com by `alex.she...@gmail.com` on 14 Mar 2011 at 12:23
| priority | add digest authentication support issue by monday may at gmt originally opened as add digest authentication support original issue reported on code google com by alex she gmail com on mar at | 1 |
746,779 | 26,045,381,623 | IssuesEvent | 2022-12-22 13:59:41 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | opened | [YSQL] [Profiles] Attempt Counter getting reset and incrementing after role getting locked. | area/ysql priority/medium status/awaiting-triage | ### Description
# **Description**
When the login attempts of a role is exhausted, the role is getting locked. Upon running the Alter Role lock command the attempts counter is getting reset and when another login is tried, the role is still locked but the number of attempts are increasing.
## **Current** State:
1. Create a profile with 3 login attempts:
CREATE PROFILE testprofile LIMIT FAILED_LOGIN_ATTEMPTS 3;
2. Create a role and attach it to created profile.
CREATE ROLE testrole LOGIN ENCRYPTED PASSWORD '<Password>';
ALTER USER testrole PROFILE testprofile;
3. Check current attempts status, account should be open and attempts should be 0.
yugabyte=# select * from pg_yb_role_profile;
rolprfrole | rolprfprofile | rolprfstatus | rolprffailedloginattempts | rolprflockeduntil
------------+---------------+--------------+---------------------------+-------------------
16386 | 16384 | o | 0 |
4. Exhaust all login attempts (4th attempt should lock it) and that will lock the account.
./ysqlsh -h <Hostname> -U testrole;
Password for user testrole:
ysqlsh: FATAL: role "testrole" is locked. Contact your database administrator.
5. Check current attempts status, account should be locked and attempts should be 4.
yugabyte=# select * from pg_yb_role_profile;
rolprfrole | rolprfprofile | rolprfstatus | rolprffailedloginattempts | rolprflockeduntil
------------+---------------+--------------+---------------------------+-------------------
16386 | 16384 | l | 4 |
5. Run manual account lock as superuser:
`ALTER ROLE testrole ACCOUNT LOCK;`
6. Check current attempts status, account should be locked but attempts would have gone to 0.
yugabyte=# select * from pg_yb_role_profile;
rolprfrole | rolprfprofile | rolprfstatus | rolprffailedloginattempts | rolprflockeduntil
------------+---------------+--------------+---------------------------+-------------------
16386 | 16384 | l | 0 |
7. Try logging to the locked account and attempt failures, login attempts will increase:
./ysqlsh -h <Hostname> -U testrole;
Password for user testrole:
ysqlsh: FATAL: role "testrole" is locked. Contact your database administrator.
yugabyte=# select * from pg_yb_role_profile;
rolprfrole | rolprfprofile | rolprfstatus | rolprffailedloginattempts | rolprflockeduntil
------------+---------------+--------------+---------------------------+-------------------
16386 | 16384 | l | 1 |
## **Expected** State:
1. After account is locked, the manual lock should not reset the failed login account.
2. After account is locked, the attempt should not increase on failure login.
| 1.0 | [YSQL] [Profiles] Attempt Counter getting reset and incrementing after role getting locked. - ### Description
# **Description**
When the login attempts of a role is exhausted, the role is getting locked. Upon running the Alter Role lock command the attempts counter is getting reset and when another login is tried, the role is still locked but the number of attempts are increasing.
## **Current** State:
1. Create a profile with 3 login attempts:
CREATE PROFILE testprofile LIMIT FAILED_LOGIN_ATTEMPTS 3;
2. Create a role and attach it to created profile.
CREATE ROLE testrole LOGIN ENCRYPTED PASSWORD '<Password>';
ALTER USER testrole PROFILE testprofile;
3. Check current attempts status, account should be open and attempts should be 0.
yugabyte=# select * from pg_yb_role_profile;
rolprfrole | rolprfprofile | rolprfstatus | rolprffailedloginattempts | rolprflockeduntil
------------+---------------+--------------+---------------------------+-------------------
16386 | 16384 | o | 0 |
4. Exhaust all login attempts (4th attempt should lock it) and that will lock the account.
./ysqlsh -h <Hostname> -U testrole;
Password for user testrole:
ysqlsh: FATAL: role "testrole" is locked. Contact your database administrator.
5. Check current attempts status, account should be locked and attempts should be 4.
yugabyte=# select * from pg_yb_role_profile;
rolprfrole | rolprfprofile | rolprfstatus | rolprffailedloginattempts | rolprflockeduntil
------------+---------------+--------------+---------------------------+-------------------
16386 | 16384 | l | 4 |
5. Run manual account lock as superuser:
`ALTER ROLE testrole ACCOUNT LOCK;`
6. Check current attempts status, account should be locked but attempts would have gone to 0.
yugabyte=# select * from pg_yb_role_profile;
rolprfrole | rolprfprofile | rolprfstatus | rolprffailedloginattempts | rolprflockeduntil
------------+---------------+--------------+---------------------------+-------------------
16386 | 16384 | l | 0 |
7. Try logging to the locked account and attempt failures, login attempts will increase:
./ysqlsh -h <Hostname> -U testrole;
Password for user testrole:
ysqlsh: FATAL: role "testrole" is locked. Contact your database administrator.
yugabyte=# select * from pg_yb_role_profile;
rolprfrole | rolprfprofile | rolprfstatus | rolprffailedloginattempts | rolprflockeduntil
------------+---------------+--------------+---------------------------+-------------------
16386 | 16384 | l | 1 |
## **Expected** State:
1. After account is locked, the manual lock should not reset the failed login account.
2. After account is locked, the attempt should not increase on failure login.
| priority | attempt counter getting reset and incrementing after role getting locked description description when the login attempts of a role is exhausted the role is getting locked upon running the alter role lock command the attempts counter is getting reset and when another login is tried the role is still locked but the number of attempts are increasing current state create a profile with login attempts create profile testprofile limit failed login attempts create a role and attach it to created profile create role testrole login encrypted password alter user testrole profile testprofile check current attempts status account should be open and attempts should be yugabyte select from pg yb role profile rolprfrole rolprfprofile rolprfstatus rolprffailedloginattempts rolprflockeduntil o exhaust all login attempts attempt should lock it and that will lock the account ysqlsh h u testrole password for user testrole ysqlsh fatal role testrole is locked contact your database administrator check current attempts status account should be locked and attempts should be yugabyte select from pg yb role profile rolprfrole rolprfprofile rolprfstatus rolprffailedloginattempts rolprflockeduntil l run manual account lock as superuser alter role testrole account lock check current attempts status account should be locked but attempts would have gone to yugabyte select from pg yb role profile rolprfrole rolprfprofile rolprfstatus rolprffailedloginattempts rolprflockeduntil l try logging to the locked account and attempt failures login attempts will increase ysqlsh h u testrole password for user testrole ysqlsh fatal role testrole is locked contact your database administrator yugabyte select from pg yb role profile rolprfrole rolprfprofile rolprfstatus rolprffailedloginattempts rolprflockeduntil l expected state after account is locked the manual lock should not reset the failed login account after account is locked the attempt should not increase on failure login | 1 |
172,269 | 6,501,065,406 | IssuesEvent | 2017-08-23 08:08:55 | zulip/zulip | https://api.github.com/repos/zulip/zulip | closed | Exception unpacking values in `messages_in_narrow_backend` | area: api bug in progress priority: medium | I just got this exception on chat.zulip.org, which I don't think I've seen before:
```
Traceback (most recent call last):
File "/home/zulip/deployments/2017-08-14-16-02-48/zulip-venv/lib/python2.7/site-packages/django/core/handlers/base.py", line 185, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/home/zulip/deployments/2017-08-14-16-02-48/zulip-venv/lib/python2.7/site-packages/django/views/decorators/csrf.py", line 58, in wrapped_view
return view_func(*args, **kwargs)
File "./zerver/lib/rest.py", line 123, in rest_dispatch
return target_function(request, **kwargs)
File "/home/zulip/deployments/2017-08-14-16-02-48/zulip-venv/lib/python2.7/site-packages/django/utils/decorators.py", line 149, in _wrapped_view
response = view_func(request, *args, **kwargs)
File "./zerver/decorator.py", line 553, in _wrapped_view_func
return authenticate_log_and_execute_json(request, view_func, *args, **kwargs)
File "./zerver/decorator.py", line 531, in authenticate_log_and_execute_json
return rate_limit()(view_func)(request, user_profile, *args, **kwargs)
File "./zerver/decorator.py", line 711, in wrapped_func
return func(request, *args, **kwargs)
File "./zerver/lib/request.py", line 175, in _wrapped_view_func
return view_func(request, *args, **kwargs)
File "./zerver/views/messages.py", line 1194, in messages_in_narrow_backend
(message_id, subject, rendered_content, content_matches, subject_matches) = row
ValueError: need more than 3 values to unpack
```
This happened with a user using the webapp on chat.zulip.org today, the bug is actually triggereable by normal use.
@showell FYI; reading the code, it's not obvious to me why we're expecting 5 items in each row in the first place. Note that this is the code path for receiving a new message while narrowing to full-text search. | 1.0 | Exception unpacking values in `messages_in_narrow_backend` - I just got this exception on chat.zulip.org, which I don't think I've seen before:
```
Traceback (most recent call last):
File "/home/zulip/deployments/2017-08-14-16-02-48/zulip-venv/lib/python2.7/site-packages/django/core/handlers/base.py", line 185, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/home/zulip/deployments/2017-08-14-16-02-48/zulip-venv/lib/python2.7/site-packages/django/views/decorators/csrf.py", line 58, in wrapped_view
return view_func(*args, **kwargs)
File "./zerver/lib/rest.py", line 123, in rest_dispatch
return target_function(request, **kwargs)
File "/home/zulip/deployments/2017-08-14-16-02-48/zulip-venv/lib/python2.7/site-packages/django/utils/decorators.py", line 149, in _wrapped_view
response = view_func(request, *args, **kwargs)
File "./zerver/decorator.py", line 553, in _wrapped_view_func
return authenticate_log_and_execute_json(request, view_func, *args, **kwargs)
File "./zerver/decorator.py", line 531, in authenticate_log_and_execute_json
return rate_limit()(view_func)(request, user_profile, *args, **kwargs)
File "./zerver/decorator.py", line 711, in wrapped_func
return func(request, *args, **kwargs)
File "./zerver/lib/request.py", line 175, in _wrapped_view_func
return view_func(request, *args, **kwargs)
File "./zerver/views/messages.py", line 1194, in messages_in_narrow_backend
(message_id, subject, rendered_content, content_matches, subject_matches) = row
ValueError: need more than 3 values to unpack
```
This happened with a user using the webapp on chat.zulip.org today, the bug is actually triggereable by normal use.
@showell FYI; reading the code, it's not obvious to me why we're expecting 5 items in each row in the first place. Note that this is the code path for receiving a new message while narrowing to full-text search. | priority | exception unpacking values in messages in narrow backend i just got this exception on chat zulip org which i don t think i ve seen before traceback most recent call last file home zulip deployments zulip venv lib site packages django core handlers base py line in get response response wrapped callback request callback args callback kwargs file home zulip deployments zulip venv lib site packages django views decorators csrf py line in wrapped view return view func args kwargs file zerver lib rest py line in rest dispatch return target function request kwargs file home zulip deployments zulip venv lib site packages django utils decorators py line in wrapped view response view func request args kwargs file zerver decorator py line in wrapped view func return authenticate log and execute json request view func args kwargs file zerver decorator py line in authenticate log and execute json return rate limit view func request user profile args kwargs file zerver decorator py line in wrapped func return func request args kwargs file zerver lib request py line in wrapped view func return view func request args kwargs file zerver views messages py line in messages in narrow backend message id subject rendered content content matches subject matches row valueerror need more than values to unpack this happened with a user using the webapp on chat zulip org today the bug is actually triggereable by normal use showell fyi reading the code it s not obvious to me why we re expecting items in each row in the first place note that this is the code path for receiving a new message while narrowing to full text search | 1 |
826,260 | 31,562,669,485 | IssuesEvent | 2023-09-03 12:49:23 | oceanbase/odc | https://api.github.com/repos/oceanbase/odc | opened | [Bug]: GET DIAGNOSTICS Statement does not supported for mysql mode | type-bug priority-medium | ### ODC version
4.2.0
### OB version
4.1.0
### What happened?
does not support syntax `GET DIAGNOSTICS`.
while use ` GET DIAGNOSTICS CONDITION 1 res_desc= MESSAGE_TEXT;`
result into syntax error, SQL Check result:
You have an error in your SQL syntax; check the manual for the right syntax to use near 'N\n\n GET DIAGNOSTICS...' at line 67, col 12
and the parameters will be empty.

### What did you expect to happen?
no syntax error, the parameters can shown in detail page of procedure
### How can we reproduce it (as minimally and precisely as possible)?
smply use below statement.
```
GET DIAGNOSTICS @p1 = NUMBER, @p2 = ROW_COUNT;
```
refer more from https://dev.mysql.com/doc/refman/5.7/en/get-diagnostics.html
### Anything else we need to know?
_No response_
### Cloud
_No response_ | 1.0 | [Bug]: GET DIAGNOSTICS Statement does not supported for mysql mode - ### ODC version
4.2.0
### OB version
4.1.0
### What happened?
does not support syntax `GET DIAGNOSTICS`.
while use ` GET DIAGNOSTICS CONDITION 1 res_desc= MESSAGE_TEXT;`
result into syntax error, SQL Check result:
You have an error in your SQL syntax; check the manual for the right syntax to use near 'N\n\n GET DIAGNOSTICS...' at line 67, col 12
and the parameters will be empty.

### What did you expect to happen?
no syntax error, the parameters can shown in detail page of procedure
### How can we reproduce it (as minimally and precisely as possible)?
smply use below statement.
```
GET DIAGNOSTICS @p1 = NUMBER, @p2 = ROW_COUNT;
```
refer more from https://dev.mysql.com/doc/refman/5.7/en/get-diagnostics.html
### Anything else we need to know?
_No response_
### Cloud
_No response_ | priority | get diagnostics statement does not supported for mysql mode odc version ob version what happened does not support syntax get diagnostics while use get diagnostics condition res desc message text result into syntax error sql check result you have an error in your sql syntax check the manual for the right syntax to use near n n n get diagnostics at line col and the parameters will be empty what did you expect to happen no syntax error the parameters can shown in detail page of procedure how can we reproduce it as minimally and precisely as possible smply use below statement get diagnostics number row count refer more from anything else we need to know no response cloud no response | 1 |
526,776 | 15,301,173,950 | IssuesEvent | 2021-02-24 13:17:31 | AY2021S2-TIC4002-F18-2/tp2 | https://api.github.com/repos/AY2021S2-TIC4002-F18-2/tp2 | closed | As a user I can edit an employee record | priority.Medium type.Story | … so that I can modify an employee record without having to delete and readd | 1.0 | As a user I can edit an employee record - … so that I can modify an employee record without having to delete and readd | priority | as a user i can edit an employee record … so that i can modify an employee record without having to delete and readd | 1 |
723,317 | 24,892,523,264 | IssuesEvent | 2022-10-28 13:15:23 | Puzzlepart/prosjektportalen365 | https://api.github.com/repos/Puzzlepart/prosjektportalen365 | closed | Enable search for extensions and list content configurations | enhancement suggestion priority: medium complexity: medium frontend customer funded | **Is your feature request related to a problem? Please describe.**
Enable search for list content configurations.
**Describe the solution you'd like**
Something along these lines would be great:
<img width="1072" alt="image" src="https://user-images.githubusercontent.com/7606007/198022149-7dc6b65f-6111-4d10-8e38-ab83a5db36f3.png">
| 1.0 | Enable search for extensions and list content configurations - **Is your feature request related to a problem? Please describe.**
Enable search for list content configurations.
**Describe the solution you'd like**
Something along these lines would be great:
<img width="1072" alt="image" src="https://user-images.githubusercontent.com/7606007/198022149-7dc6b65f-6111-4d10-8e38-ab83a5db36f3.png">
| priority | enable search for extensions and list content configurations is your feature request related to a problem please describe enable search for list content configurations describe the solution you d like something along these lines would be great img width alt image src | 1 |
553,843 | 16,383,654,542 | IssuesEvent | 2021-05-17 07:43:50 | buddyboss/buddyboss-platform | https://api.github.com/repos/buddyboss/buddyboss-platform | opened | Link Preview on Activity is different on Forum link preview | bug priority: medium | **Describe the bug**
Link previews are different
Activity vs Forum
**To Reproduce**
Steps to reproduce the behavior:
1. Go to Forums > New Discussion
2. Add link (`https://msnglnk.com/storyseller/`)
3. Preview only displays Title
----
1. Add link on Activity feed
2. Preview displays Title, Image, Excerpt
**Expected behavior**
Same preview format - Title, Image (if any), excerpt
**Screenshots**
https://prnt.sc/1311fpv
https://www.loom.com/share/9885f83890c949eeb8c3ba0cd007fb63
**Support ticket links**
https://secure.helpscout.net/conversation/1509967355/141620/
| 1.0 | Link Preview on Activity is different on Forum link preview - **Describe the bug**
Link previews are different
Activity vs Forum
**To Reproduce**
Steps to reproduce the behavior:
1. Go to Forums > New Discussion
2. Add link (`https://msnglnk.com/storyseller/`)
3. Preview only displays Title
----
1. Add link on Activity feed
2. Preview displays Title, Image, Excerpt
**Expected behavior**
Same preview format - Title, Image (if any), excerpt
**Screenshots**
https://prnt.sc/1311fpv
https://www.loom.com/share/9885f83890c949eeb8c3ba0cd007fb63
**Support ticket links**
https://secure.helpscout.net/conversation/1509967355/141620/
| priority | link preview on activity is different on forum link preview describe the bug link previews are different activity vs forum to reproduce steps to reproduce the behavior go to forums new discussion add link preview only displays title add link on activity feed preview displays title image excerpt expected behavior same preview format title image if any excerpt screenshots support ticket links | 1 |
122,652 | 4,838,585,660 | IssuesEvent | 2016-11-09 04:27:57 | smirkspace/smirkspace | https://api.github.com/repos/smirkspace/smirkspace | opened | Remove Empty Rooms from Database | backend enhancement medium priority | When two people leave a room, delete the room. Deleting the room will clear all the messages and users associated with the room. This will allow the room to be used again. | 1.0 | Remove Empty Rooms from Database - When two people leave a room, delete the room. Deleting the room will clear all the messages and users associated with the room. This will allow the room to be used again. | priority | remove empty rooms from database when two people leave a room delete the room deleting the room will clear all the messages and users associated with the room this will allow the room to be used again | 1 |
724,236 | 24,922,399,039 | IssuesEvent | 2022-10-31 02:23:22 | AY2223S1-CS2103T-T12-3/tp | https://api.github.com/repos/AY2223S1-CS2103T-T12-3/tp | closed | [PE-D][Tester A] Editing an alias does not change the alias reference in the tooltip/command box | bug priority.Medium | This issue is in relation to the "Renaming the commands" section in the user guide.
Expected: Renaming a command alias should also show the renamed alias in the tooltip/command box.
Actual: Renaming a command alias only changes the alias triggering the command. Screenshots are included below to illustrate how to reproduce the bug.
Originally, the command alias for "Add" is "add". We first rename it to "@" as shown

Then, on trying to use the "@" alias in the command box to trigger the tooltip/help message, the displayed message refers to the original command alias "add" and not the new alias "@".

<!--session: 1666944177299-9031f685-375e-4c46-be26-49b3702147dc-->
<!--Version: Web v3.4.4-->
-------------
Labels: `type.FunctionalityBug` `severity.Medium`
original: donljh/ped#4 | 1.0 | [PE-D][Tester A] Editing an alias does not change the alias reference in the tooltip/command box - This issue is in relation to the "Renaming the commands" section in the user guide.
Expected: Renaming a command alias should also show the renamed alias in the tooltip/command box.
Actual: Renaming a command alias only changes the alias triggering the command. Screenshots are included below to illustrate how to reproduce the bug.
Originally, the command alias for "Add" is "add". We first rename it to "@" as shown

Then, on trying to use the "@" alias in the command box to trigger the tooltip/help message, the displayed message refers to the original command alias "add" and not the new alias "@".

<!--session: 1666944177299-9031f685-375e-4c46-be26-49b3702147dc-->
<!--Version: Web v3.4.4-->
-------------
Labels: `type.FunctionalityBug` `severity.Medium`
original: donljh/ped#4 | priority | editing an alias does not change the alias reference in the tooltip command box this issue is in relation to the renaming the commands section in the user guide expected renaming a command alias should also show the renamed alias in the tooltip command box actual renaming a command alias only changes the alias triggering the command screenshots are included below to illustrate how to reproduce the bug originally the command alias for add is add we first rename it to as shown then on trying to use the alias in the command box to trigger the tooltip help message the displayed message refers to the original command alias add and not the new alias labels type functionalitybug severity medium original donljh ped | 1 |
465,374 | 13,384,155,900 | IssuesEvent | 2020-09-02 11:32:44 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | opened | [0.9.0 stagong-1750] Part of work party UI isn't updated immediately | Category: UI Priority: Medium | Step to reproduce:
- add a new string for Laborers or add a new string for payment (or delete one of them):


- it works for Work | 1.0 | [0.9.0 stagong-1750] Part of work party UI isn't updated immediately - Step to reproduce:
- add a new string for Laborers or add a new string for payment (or delete one of them):


- it works for Work | priority | part of work party ui isn t updated immediately step to reproduce add a new string for laborers or add a new string for payment or delete one of them it works for work | 1 |
370,963 | 10,959,382,764 | IssuesEvent | 2019-11-27 11:17:03 | pombase/canto | https://api.github.com/repos/pombase/canto | closed | Restrict organism to host or pathogen in annotation dialog | PHI-Canto genotype management medium priority | Currently if you open an annotation dialog from the "Host phenotype" or "Pathogen phenotype" quick links, it shows all genotypes in both cases. We should restrict the drop-down to show host or phenotype genotypes only (as appropriate).
| 1.0 | Restrict organism to host or pathogen in annotation dialog - Currently if you open an annotation dialog from the "Host phenotype" or "Pathogen phenotype" quick links, it shows all genotypes in both cases. We should restrict the drop-down to show host or phenotype genotypes only (as appropriate).
| priority | restrict organism to host or pathogen in annotation dialog currently if you open an annotation dialog from the host phenotype or pathogen phenotype quick links it shows all genotypes in both cases we should restrict the drop down to show host or phenotype genotypes only as appropriate | 1 |
413,924 | 12,093,423,655 | IssuesEvent | 2020-04-19 19:34:21 | mlr-org/mlr3gallery | https://api.github.com/repos/mlr-org/mlr3gallery | closed | Deployment: Install packages from yaml frontmatter | Priority: Medium Type: Enhancement | Each document has a YAML front-matter that lists the needed packages. These should be automatically installed by whatever deploy method we are using.
It seems redundant to put these in the fictitious DESCRIPTION file. | 1.0 | Deployment: Install packages from yaml frontmatter - Each document has a YAML front-matter that lists the needed packages. These should be automatically installed by whatever deploy method we are using.
It seems redundant to put these in the fictitious DESCRIPTION file. | priority | deployment install packages from yaml frontmatter each document has a yaml front matter that lists the needed packages these should be automatically installed by whatever deploy method we are using it seems redundant to put these in the fictitious description file | 1 |
690,415 | 23,658,718,180 | IssuesEvent | 2022-08-26 13:41:56 | crcn/tandem | https://api.github.com/repos/crcn/tandem | closed | remove component "is" parameter | wontfix priority: medium effort: medium | This prop affects overrides, and can cause problems. E.g:
```javascript
component A {
render span {
span el
}
}
component B {
render A {
span el {
}
}
}
component C {
render B {
// Target B.el, or A.el??
override el {
style {
color: red;
}
}
}
}
```
☝️ this is an issue with the _DSL_, not the syntax here. The DSL needs to be shaped such that components encapsulate elements, and are not elements themselves | 1.0 | remove component "is" parameter - This prop affects overrides, and can cause problems. E.g:
```javascript
component A {
render span {
span el
}
}
component B {
render A {
span el {
}
}
}
component C {
render B {
// Target B.el, or A.el??
override el {
style {
color: red;
}
}
}
}
```
☝️ this is an issue with the _DSL_, not the syntax here. The DSL needs to be shaped such that components encapsulate elements, and are not elements themselves | priority | remove component is parameter this prop affects overrides and can cause problems e g javascript component a render span span el component b render a span el component c render b target b el or a el override el style color red ☝️ this is an issue with the dsl not the syntax here the dsl needs to be shaped such that components encapsulate elements and are not elements themselves | 1 |
793,709 | 28,007,946,038 | IssuesEvent | 2023-03-27 16:26:12 | Chatterino/chatterino2 | https://api.github.com/repos/Chatterino/chatterino2 | closed | Migrate the Viewer List and the /chatters command to Helix API | Platform: Twitch Priority: Medium hacktoberfest | As part of Twitch's announced deprecation of IRC ~~-based commands~~ (I don't remember where the announcement is for this specific one) the Viewer List and subsequently the /chatters command need to be migrated to use the relevant Helix API endpoint.
Helix API reference: https://dev.twitch.tv/docs/api/reference#get-chatters
It's mod only now so we'll need some form of error for `/chatters` and the viewer list for non-mods. | 1.0 | Migrate the Viewer List and the /chatters command to Helix API - As part of Twitch's announced deprecation of IRC ~~-based commands~~ (I don't remember where the announcement is for this specific one) the Viewer List and subsequently the /chatters command need to be migrated to use the relevant Helix API endpoint.
Helix API reference: https://dev.twitch.tv/docs/api/reference#get-chatters
It's mod only now so we'll need some form of error for `/chatters` and the viewer list for non-mods. | priority | migrate the viewer list and the chatters command to helix api as part of twitch s announced deprecation of irc based commands i don t remember where the announcement is for this specific one the viewer list and subsequently the chatters command need to be migrated to use the relevant helix api endpoint helix api reference it s mod only now so we ll need some form of error for chatters and the viewer list for non mods | 1 |
818,037 | 30,668,402,093 | IssuesEvent | 2023-07-25 20:11:28 | dag-hammarskjold-library/dlx-rest | https://api.github.com/repos/dag-hammarskjold-library/dlx-rest | closed | File Upload: only "_" should be used to replace "/" in document symbol detection. | priority: medium function: file | At the time "-" in the file name is replaced with "/" to suggest document symbol. This is not optimal as "-" can be a legitimate characters in document symbols. Remove "-" and leave only "_" to convert to "/". | 1.0 | File Upload: only "_" should be used to replace "/" in document symbol detection. - At the time "-" in the file name is replaced with "/" to suggest document symbol. This is not optimal as "-" can be a legitimate characters in document symbols. Remove "-" and leave only "_" to convert to "/". | priority | file upload only should be used to replace in document symbol detection at the time in the file name is replaced with to suggest document symbol this is not optimal as can be a legitimate characters in document symbols remove and leave only to convert to | 1 |
118,512 | 4,746,520,435 | IssuesEvent | 2016-10-21 11:27:48 | dotKom/onlineweb4 | https://api.github.com/repos/dotKom/onlineweb4 | closed | Posters assign person bug | Package: Dashboard Priority: Medium Status: Available Type: Bug | ```
Internal Server Error: /dashboard/posters/assign_person/
ValueError at /dashboard/posters/assign_person/
invalid literal for int() with base 10: '------'
```
I think this happens if you click on the "Assign person" on a poster order, in the available poster orders list, and not select a person. | 1.0 | Posters assign person bug - ```
Internal Server Error: /dashboard/posters/assign_person/
ValueError at /dashboard/posters/assign_person/
invalid literal for int() with base 10: '------'
```
I think this happens if you click on the "Assign person" on a poster order, in the available poster orders list, and not select a person. | priority | posters assign person bug internal server error dashboard posters assign person valueerror at dashboard posters assign person invalid literal for int with base i think this happens if you click on the assign person on a poster order in the available poster orders list and not select a person | 1 |
440,804 | 12,704,295,142 | IssuesEvent | 2020-06-23 00:57:35 | canonical-web-and-design/maas-ui | https://api.github.com/repos/canonical-web-and-design/maas-ui | opened | Updating controller name shouldn't be allowed in the UI | Bug 🐛 Priority: Medium | https://bugs.launchpad.net/maas/+bug/1871605
MAAS doesn't really support updating hostname for a controller.
The UI currently allows it but the change has no effect, the result returned by the controller.update websocket call still has the previous hostname.
We shouldn't let users change hostname for the controller. | 1.0 | Updating controller name shouldn't be allowed in the UI - https://bugs.launchpad.net/maas/+bug/1871605
MAAS doesn't really support updating hostname for a controller.
The UI currently allows it but the change has no effect, the result returned by the controller.update websocket call still has the previous hostname.
We shouldn't let users change hostname for the controller. | priority | updating controller name shouldn t be allowed in the ui maas doesn t really support updating hostname for a controller the ui currently allows it but the change has no effect the result returned by the controller update websocket call still has the previous hostname we shouldn t let users change hostname for the controller | 1 |
370,782 | 10,948,646,542 | IssuesEvent | 2019-11-26 09:19:25 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | opened | [0.9.0 staging-1271] Craft: canceled work order icon | Medium Priority | If work order was cancelled (but wasn't removed as there is no place for resources) we need to mark icon as Cancel (Removed) maybe with yellowish blinking alpha (like for invalid orders).

| 1.0 | [0.9.0 staging-1271] Craft: canceled work order icon - If work order was cancelled (but wasn't removed as there is no place for resources) we need to mark icon as Cancel (Removed) maybe with yellowish blinking alpha (like for invalid orders).

| priority | craft canceled work order icon if work order was cancelled but wasn t removed as there is no place for resources we need to mark icon as cancel removed maybe with yellowish blinking alpha like for invalid orders | 1 |
92,186 | 3,868,753,180 | IssuesEvent | 2016-04-10 05:32:10 | cs2103jan2016-t16-4j/main | https://api.github.com/repos/cs2103jan2016-t16-4j/main | closed | Automatically add priority to the task as the due date approaches or overdue | priority.medium type.epic | So that the user will not have to manually update the priority. | 1.0 | Automatically add priority to the task as the due date approaches or overdue - So that the user will not have to manually update the priority. | priority | automatically add priority to the task as the due date approaches or overdue so that the user will not have to manually update the priority | 1 |
435,202 | 12,532,839,267 | IssuesEvent | 2020-06-04 16:34:25 | MLH-Fellowship/0.5.2-whereami | https://api.github.com/repos/MLH-Fellowship/0.5.2-whereami | closed | Add license | area/misc. priority/medium status/in-progress | According to the submission criteria, we need to add a license to the project. This looks helpful: https://choosealicense.com/
| 1.0 | Add license - According to the submission criteria, we need to add a license to the project. This looks helpful: https://choosealicense.com/
| priority | add license according to the submission criteria we need to add a license to the project this looks helpful | 1 |
238,632 | 7,781,508,026 | IssuesEvent | 2018-06-06 00:41:58 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | USER ISSUE: No Response from Master Server | Medium Priority | **Version:** 0.7.4.6 beta
**Steps to Reproduce:**
1. Log into your account
2. Try and connect to the server
**Expected behavior:**
Expect it to be able to connect to the server
**Actual behavior:**
Instead you get a message
"Connection Failed No response from master server."
What is going on with the master server? and why is it not
responding? It is June 1 2018 at about 9:00 AM MST (GMT-0700)
This is the server I am trying to connect to
https://ecoservers.io/server/3765/
So why is it saying that there is no response from the master server
right now? There is no connection issues on my end I can connect to
everything else fine.
Here is my output_log.txt as well from AppData\LocalLow\Strange Loop Games\Eco
[output_log.txt](https://github.com/StrangeLoopGames/EcoIssues/files/2063174/output_log.txt)

<details>
<summary>Log File</summary>(...previous log truncated...)
NullReferenceException: Object reference not set to an instance of an object
at AdjustTransformToCurve.LateUpdate () [0x00074] in <a14c2a2baa3940d0969f235d02df648a>:0
(Filename: <a14c2a2baa3940d0969f235d02df648a> Line: 0)
NullReferenceException: Object reference not set to an instance of an object
at AdjustTransformToCurve.LateUpdate () [0x00074] in <a14c2a2baa3940d0969f235d02df648a>:0
(Filename: <a14c2a2baa3940d0969f235d02df648a> Line: 0)
NullReferenceException: Object reference not set to an instance of an object
at AdjustTransformToCurve.LateUpdate () [0x00074] in <a14c2a2baa3940d0969f235d02df648a>:0
(Filename: <a14c2a2baa3940d0969f235d02df648a> Line: 0)
NullReferenceException: Object reference not set to an instance of an object
at AdjustTransformToCurve.LateUpdate () [0x00074] in <a14c2a2baa3940d0969f235d02df648a>:0
(Filename: <a14c2a2baa3940d0969f235d02df648a> Line: 0)
NullReferenceException: Object reference not set to an instance of an object
at AdjustTransformToCurve.LateUpdate () [0x00074] in <a14c2a2baa3940d0969f235d02df648a>:0
(Filename: <a14c2a2baa3940d0969f235d02df648a> Line: 0)
NullReferenceException: Object reference not set to an instance of an object
at AdjustTransformToCurve.LateUpdate () [0x00074] in <a14c2a2baa3940d0969f235d02df648a>:0
(Filename: <a14c2a2baa3940d0969f235d02df648a> Line: 0)
NullReferenceException: Object reference not set to an instance of an object
at AdjustTransformToCurve.LateUpdate () [0x00074] in <a14c2a2baa3940d0969f235d02df648a>:0
(Filename: <a14c2a2baa3940d0969f235d02df648a> Line: 0)
NullReferenceException: Object reference not set to an instance of an object
at AdjustTransformToCurve.LateUpdate () [0x00074] in <a14c2a2baa3940d0969f235d02df648a>:0
(Filename: <a14c2a2baa3940d0969f235d02df648a> Line: 0)
Can not play a disabled audio source
(Filename: Line: 707)
Changing state: LoggedIn -> Connecting
(Filename: C:\buildslave\unity\build\artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
Changing state: Connecting -> LoggedIn
(Filename: C:\buildslave\unity\build\artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
[01:53] Disconnected from server.Can not play a disabled audio source
(Filename: Line: 707)
Changing state: LoggedIn -> Connecting
(Filename: C:\buildslave\unity\build\artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
Changing state: Connecting -> LoggedIn
(Filename: C:\buildslave\unity\build\artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
[02:14] Disconnected from server.Changing state: LoggedIn -> Connecting
(Filename: C:\buildslave\unity\build\artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
Changing state: Connecting -> LoggedIn
(Filename: C:\buildslave\unity\build\artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
[02:47] Disconnected from server.</details> | 1.0 | USER ISSUE: No Response from Master Server - **Version:** 0.7.4.6 beta
**Steps to Reproduce:**
1. Log into your account
2. Try and connect to the server
**Expected behavior:**
Expect it to be able to connect to the server
**Actual behavior:**
Instead you get a message
"Connection Failed No response from master server."
What is going on with the master server? and why is it not
responding? It is June 1 2018 at about 9:00 AM MST (GMT-0700)
This is the server I am trying to connect to
https://ecoservers.io/server/3765/
So why is it saying that there is no response from the master server
right now? There is no connection issues on my end I can connect to
everything else fine.
Here is my output_log.txt as well from AppData\LocalLow\Strange Loop Games\Eco
[output_log.txt](https://github.com/StrangeLoopGames/EcoIssues/files/2063174/output_log.txt)

<details>
<summary>Log File</summary>(...previous log truncated...)
NullReferenceException: Object reference not set to an instance of an object
at AdjustTransformToCurve.LateUpdate () [0x00074] in <a14c2a2baa3940d0969f235d02df648a>:0
(Filename: <a14c2a2baa3940d0969f235d02df648a> Line: 0)
NullReferenceException: Object reference not set to an instance of an object
at AdjustTransformToCurve.LateUpdate () [0x00074] in <a14c2a2baa3940d0969f235d02df648a>:0
(Filename: <a14c2a2baa3940d0969f235d02df648a> Line: 0)
NullReferenceException: Object reference not set to an instance of an object
at AdjustTransformToCurve.LateUpdate () [0x00074] in <a14c2a2baa3940d0969f235d02df648a>:0
(Filename: <a14c2a2baa3940d0969f235d02df648a> Line: 0)
NullReferenceException: Object reference not set to an instance of an object
at AdjustTransformToCurve.LateUpdate () [0x00074] in <a14c2a2baa3940d0969f235d02df648a>:0
(Filename: <a14c2a2baa3940d0969f235d02df648a> Line: 0)
NullReferenceException: Object reference not set to an instance of an object
at AdjustTransformToCurve.LateUpdate () [0x00074] in <a14c2a2baa3940d0969f235d02df648a>:0
(Filename: <a14c2a2baa3940d0969f235d02df648a> Line: 0)
NullReferenceException: Object reference not set to an instance of an object
at AdjustTransformToCurve.LateUpdate () [0x00074] in <a14c2a2baa3940d0969f235d02df648a>:0
(Filename: <a14c2a2baa3940d0969f235d02df648a> Line: 0)
NullReferenceException: Object reference not set to an instance of an object
at AdjustTransformToCurve.LateUpdate () [0x00074] in <a14c2a2baa3940d0969f235d02df648a>:0
(Filename: <a14c2a2baa3940d0969f235d02df648a> Line: 0)
NullReferenceException: Object reference not set to an instance of an object
at AdjustTransformToCurve.LateUpdate () [0x00074] in <a14c2a2baa3940d0969f235d02df648a>:0
(Filename: <a14c2a2baa3940d0969f235d02df648a> Line: 0)
Can not play a disabled audio source
(Filename: Line: 707)
Changing state: LoggedIn -> Connecting
(Filename: C:\buildslave\unity\build\artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
Changing state: Connecting -> LoggedIn
(Filename: C:\buildslave\unity\build\artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
[01:53] Disconnected from server.Can not play a disabled audio source
(Filename: Line: 707)
Changing state: LoggedIn -> Connecting
(Filename: C:\buildslave\unity\build\artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
Changing state: Connecting -> LoggedIn
(Filename: C:\buildslave\unity\build\artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
[02:14] Disconnected from server.Changing state: LoggedIn -> Connecting
(Filename: C:\buildslave\unity\build\artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
Changing state: Connecting -> LoggedIn
(Filename: C:\buildslave\unity\build\artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
[02:47] Disconnected from server.</details> | priority | user issue no response from master server version beta steps to reproduce log into your account try and connect to the server expected behavior expect it to be able to connect to the server actual behavior instead you get a message connection failed no response from master server what is going on with the master server and why is it not responding it is june at about am mst gmt this is the server i am trying to connect to so why is it saying that there is no response from the master server right now there is no connection issues on my end i can connect to everything else fine here is my output log txt as well from appdata locallow strange loop games eco log file previous log truncated nullreferenceexception object reference not set to an instance of an object at adjusttransformtocurve lateupdate in filename line nullreferenceexception object reference not set to an instance of an object at adjusttransformtocurve lateupdate in filename line nullreferenceexception object reference not set to an instance of an object at adjusttransformtocurve lateupdate in filename line nullreferenceexception object reference not set to an instance of an object at adjusttransformtocurve lateupdate in filename line nullreferenceexception object reference not set to an instance of an object at adjusttransformtocurve lateupdate in filename line nullreferenceexception object reference not set to an instance of an object at adjusttransformtocurve lateupdate in filename line nullreferenceexception object reference not set to an instance of an object at adjusttransformtocurve lateupdate in filename line nullreferenceexception object reference not set to an instance of an object at adjusttransformtocurve lateupdate in filename line can not play a disabled audio source filename line changing state loggedin connecting filename c buildslave unity build artifacts generated common runtime debugbindings gen cpp line changing state connecting loggedin filename c buildslave unity build artifacts generated common runtime debugbindings gen cpp line disconnected from server can not play a disabled audio source filename line changing state loggedin connecting filename c buildslave unity build artifacts generated common runtime debugbindings gen cpp line changing state connecting loggedin filename c buildslave unity build artifacts generated common runtime debugbindings gen cpp line disconnected from server changing state loggedin connecting filename c buildslave unity build artifacts generated common runtime debugbindings gen cpp line changing state connecting loggedin filename c buildslave unity build artifacts generated common runtime debugbindings gen cpp line disconnected from server | 1 |
55,203 | 3,072,399,972 | IssuesEvent | 2015-08-19 16:44:17 | RobotiumTech/robotium | https://api.github.com/repos/RobotiumTech/robotium | closed | waitForView(View v) don't capture correctly View v when it's out of screen and on top of activity | bug imported invalid Priority-Medium | _From [castigliafrancesco](https://code.google.com/u/castigliafrancesco/) on December 02, 2011 05:06:16_
What steps will reproduce the problem? 1.solo.waitForView(v, 1000, true);
2. ........
3.solo.waitForView(spinner, 1000, true); What is the expected output? What do you see instead? Sorry for my English.
"solo.waitForView(spinner, 1000, true)" don't find spinner because it is upper of v.
spinner is on the top of activity and out of screen. It's up. What version of the product are you using? On what operating system? last version 3.0
windows vista Please provide any additional information below. The problem is "scroll up" because don't exists in implementation of
waitForView. There just scroll down
_Original issue: http://code.google.com/p/robotium/issues/detail?id=191_ | 1.0 | waitForView(View v) don't capture correctly View v when it's out of screen and on top of activity - _From [castigliafrancesco](https://code.google.com/u/castigliafrancesco/) on December 02, 2011 05:06:16_
What steps will reproduce the problem? 1.solo.waitForView(v, 1000, true);
2. ........
3.solo.waitForView(spinner, 1000, true); What is the expected output? What do you see instead? Sorry for my English.
"solo.waitForView(spinner, 1000, true)" don't find spinner because it is upper of v.
spinner is on the top of activity and out of screen. It's up. What version of the product are you using? On what operating system? last version 3.0
windows vista Please provide any additional information below. The problem is "scroll up" because don't exists in implementation of
waitForView. There just scroll down
_Original issue: http://code.google.com/p/robotium/issues/detail?id=191_ | priority | waitforview view v don t capture correctly view v when it s out of screen and on top of activity from on december what steps will reproduce the problem solo waitforview v true solo waitforview spinner true what is the expected output what do you see instead sorry for my english solo waitforview spinner true don t find spinner because it is upper of v spinner is on the top of activity and out of screen it s up what version of the product are you using on what operating system last version windows vista please provide any additional information below the problem is scroll up because don t exists in implementation of waitforview there just scroll down original issue | 1 |
810,342 | 30,237,382,059 | IssuesEvent | 2023-07-06 11:12:43 | virto-network/virto-node | https://api.github.com/repos/virto-network/virto-node | closed | XCM Trader: Replace `FixedFungibleRate` by `TakeFirstAssetTrader` | enhancement priority:medium | There is an altenative of the `FixedFungibleRate` xcm trader that we have now and it's the `TakeFirstAssetTrader`.
This trader has the following characteristics:
- use the first asset of the vector of assets sent in a xcm message and pays the fees with it.
- rely on the weight to fee implementation.
- If the amount does not meet the existencial deposit, it brings the amount to that value at least.
This is the definition: https://github.com/paritytech/cumulus/blob/master/primitives/utility/src/lib.rs#L120C1-L255C2
| 1.0 | XCM Trader: Replace `FixedFungibleRate` by `TakeFirstAssetTrader` - There is an altenative of the `FixedFungibleRate` xcm trader that we have now and it's the `TakeFirstAssetTrader`.
This trader has the following characteristics:
- use the first asset of the vector of assets sent in a xcm message and pays the fees with it.
- rely on the weight to fee implementation.
- If the amount does not meet the existencial deposit, it brings the amount to that value at least.
This is the definition: https://github.com/paritytech/cumulus/blob/master/primitives/utility/src/lib.rs#L120C1-L255C2
| priority | xcm trader replace fixedfungiblerate by takefirstassettrader there is an altenative of the fixedfungiblerate xcm trader that we have now and it s the takefirstassettrader this trader has the following characteristics use the first asset of the vector of assets sent in a xcm message and pays the fees with it rely on the weight to fee implementation if the amount does not meet the existencial deposit it brings the amount to that value at least this is the definition | 1 |
523,122 | 15,173,278,270 | IssuesEvent | 2021-02-13 13:24:55 | ansible/awx | https://api.github.com/repos/ansible/awx | opened | Workflow for modifying many User Roles to a Resource could be improved | component:ui component:ux priority:medium type:bug type:enhancement | ##### ISSUE TYPE
- Bughancement?
##### SUMMARY
The current workflow for adding or modifying user roles to a resource seem biased towards adding or removing a single role at a time. The number of available roles is increasing with Execution Environments and so it might be a good time to reassess the experience for adding or modifying _many_ user roles
When modifying a user's existing access to a resource:
1. it's difficult to know what permissions they already have
2. The UX of Modifying a permission is not ideal because all modifications through the 'Add' button. Many can be added in the wizard but a user must have two windows open to know what the user's roles already are.
The two points combine to a bad user experience when an administrator is trying to modify more than one or two user roles at a time.
Note: applies to Teams as well.
##### STEPS TO REPRODUCE
1. On Org Access screen, view a user A's Org Access roles. i.e. Ad-hoc and Update
2. To *Modify* the User's roles, click the *Add* button.
3. Select User A in Wizard
4. List of all available permissions in Wizard
##### EXPECTED RESULTS
It might make sense to change step 4 above to populate and display already applicable roles. In that case, step 2 becomes add/modify instead of 'Add'
| 1.0 | Workflow for modifying many User Roles to a Resource could be improved - ##### ISSUE TYPE
- Bughancement?
##### SUMMARY
The current workflow for adding or modifying user roles to a resource seem biased towards adding or removing a single role at a time. The number of available roles is increasing with Execution Environments and so it might be a good time to reassess the experience for adding or modifying _many_ user roles
When modifying a user's existing access to a resource:
1. it's difficult to know what permissions they already have
2. The UX of Modifying a permission is not ideal because all modifications through the 'Add' button. Many can be added in the wizard but a user must have two windows open to know what the user's roles already are.
The two points combine to a bad user experience when an administrator is trying to modify more than one or two user roles at a time.
Note: applies to Teams as well.
##### STEPS TO REPRODUCE
1. On Org Access screen, view a user A's Org Access roles. i.e. Ad-hoc and Update
2. To *Modify* the User's roles, click the *Add* button.
3. Select User A in Wizard
4. List of all available permissions in Wizard
##### EXPECTED RESULTS
It might make sense to change step 4 above to populate and display already applicable roles. In that case, step 2 becomes add/modify instead of 'Add'
| priority | workflow for modifying many user roles to a resource could be improved issue type bughancement summary the current workflow for adding or modifying user roles to a resource seem biased towards adding or removing a single role at a time the number of available roles is increasing with execution environments and so it might be a good time to reassess the experience for adding or modifying many user roles when modifying a user s existing access to a resource it s difficult to know what permissions they already have the ux of modifying a permission is not ideal because all modifications through the add button many can be added in the wizard but a user must have two windows open to know what the user s roles already are the two points combine to a bad user experience when an administrator is trying to modify more than one or two user roles at a time note applies to teams as well steps to reproduce on org access screen view a user a s org access roles i e ad hoc and update to modify the user s roles click the add button select user a in wizard list of all available permissions in wizard expected results it might make sense to change step above to populate and display already applicable roles in that case step becomes add modify instead of add | 1 |
60,546 | 3,130,521,491 | IssuesEvent | 2015-09-09 09:52:08 | evanplaice/jquery-csv | https://api.github.com/repos/evanplaice/jquery-csv | closed | Identify data type and then push into array (in case of csv2array) | 1 star bug imported Priority-Medium | _From [vikas...@gmail.com](https://code.google.com/u/106769908990714508595/) on September 26, 2012 01:24:16_
Basically when using this csv2array function, the returned array elements are all of string type. If i want to use this utility in a situation where the values in the array are to be interpreted as number/integers/floats/strings. Then the code has to identify the data type and accordingly push the elements into array. I have modified the source code to put my own code for this. The added this code only to the portion which is relevant for me, and not very well tested either. May be this can be a starting point for including this be default. Attached is the code i modified.
Thanks,
Vikas
**Attachment:** [jquery.csv.js](http://code.google.com/p/jquery-csv/issues/detail?id=9)
_Original issue: http://code.google.com/p/jquery-csv/issues/detail?id=9_ | 1.0 | Identify data type and then push into array (in case of csv2array) - _From [vikas...@gmail.com](https://code.google.com/u/106769908990714508595/) on September 26, 2012 01:24:16_
Basically when using this csv2array function, the returned array elements are all of string type. If i want to use this utility in a situation where the values in the array are to be interpreted as number/integers/floats/strings. Then the code has to identify the data type and accordingly push the elements into array. I have modified the source code to put my own code for this. The added this code only to the portion which is relevant for me, and not very well tested either. May be this can be a starting point for including this be default. Attached is the code i modified.
Thanks,
Vikas
**Attachment:** [jquery.csv.js](http://code.google.com/p/jquery-csv/issues/detail?id=9)
_Original issue: http://code.google.com/p/jquery-csv/issues/detail?id=9_ | priority | identify data type and then push into array in case of from on september basically when using this function the returned array elements are all of string type if i want to use this utility in a situation where the values in the array are to be interpreted as number integers floats strings then the code has to identify the data type and accordingly push the elements into array i have modified the source code to put my own code for this the added this code only to the portion which is relevant for me and not very well tested either may be this can be a starting point for including this be default attached is the code i modified thanks vikas attachment original issue | 1 |
228,868 | 7,568,892,018 | IssuesEvent | 2018-04-23 00:30:56 | OperationCode/operationcode_frontend | https://api.github.com/repos/OperationCode/operationcode_frontend | opened | Notification badges missing CSS styles | Priority: Medium Type: Bug | # Bug Report
## What is the current behavior?
Notification toastrs are unstyled (see screenshot below).
## What is the expected behavior?
Notifications should be styled as green/red "toastrs".
## What steps did you take to get this behavior?
Log in to the website (instead of green success toasts in top-right, an unstyled toastr displays below the content). Also replicated on dev when attempting to log in when back-end not working (should get a red error toastr).
## Additional Info
### Screenshots
<img width="1680" alt="screen shot 2018-04-22 at 4 12 05 pm" src="https://user-images.githubusercontent.com/8835055/39101739-51eb4ffa-466b-11e8-9846-0cf6e94001e5.png">

The `toast-*` CSS styles are incorrectly namespaced in w/ a `notifications_` prefix in the output CSS.
| 1.0 | Notification badges missing CSS styles - # Bug Report
## What is the current behavior?
Notification toastrs are unstyled (see screenshot below).
## What is the expected behavior?
Notifications should be styled as green/red "toastrs".
## What steps did you take to get this behavior?
Log in to the website (instead of green success toasts in top-right, an unstyled toastr displays below the content). Also replicated on dev when attempting to log in when back-end not working (should get a red error toastr).
## Additional Info
### Screenshots
<img width="1680" alt="screen shot 2018-04-22 at 4 12 05 pm" src="https://user-images.githubusercontent.com/8835055/39101739-51eb4ffa-466b-11e8-9846-0cf6e94001e5.png">

The `toast-*` CSS styles are incorrectly namespaced in w/ a `notifications_` prefix in the output CSS.
| priority | notification badges missing css styles bug report what is the current behavior notification toastrs are unstyled see screenshot below what is the expected behavior notifications should be styled as green red toastrs what steps did you take to get this behavior log in to the website instead of green success toasts in top right an unstyled toastr displays below the content also replicated on dev when attempting to log in when back end not working should get a red error toastr additional info screenshots img width alt screen shot at pm src the toast css styles are incorrectly namespaced in w a notifications prefix in the output css | 1 |
772,861 | 27,139,581,155 | IssuesEvent | 2023-02-16 15:28:10 | ooni/probe | https://api.github.com/repos/ooni/probe | closed | engine: start exposing API as a dynamic library | enhancement priority/medium platform/macos platform/windows platform/linux ooni/probe-engine | This issue is about exposing a minimal engine API as a dynamic library. Once we have the capability of building a dynamic library for Windows, Linux, and macOS, we can start adding more APIs and developing. All this work is in the context of rewriting ooniprobe in Dart (see https://github.com/ooni/probe/issues/2359). | 1.0 | engine: start exposing API as a dynamic library - This issue is about exposing a minimal engine API as a dynamic library. Once we have the capability of building a dynamic library for Windows, Linux, and macOS, we can start adding more APIs and developing. All this work is in the context of rewriting ooniprobe in Dart (see https://github.com/ooni/probe/issues/2359). | priority | engine start exposing api as a dynamic library this issue is about exposing a minimal engine api as a dynamic library once we have the capability of building a dynamic library for windows linux and macos we can start adding more apis and developing all this work is in the context of rewriting ooniprobe in dart see | 1 |
34,989 | 2,789,672,341 | IssuesEvent | 2015-05-08 20:46:02 | google/google-visualization-api-issues | https://api.github.com/repos/google/google-visualization-api-issues | closed | GeoMap does not display in IE | Priority-Medium Type-Invalid | Original [issue 27](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=27) created by google-admin on 2009-08-12T22:30:18.000Z:
What steps will reproduce the problem?
Visit Google's interactive code samples page
(http://code.google.com/apis/ajax/playground/?type=visualization) in IE 8,
and choose the GeoMap sample. No output appears. I get the same result on
my development page in IE 8 (http://globalwa.theoutdoormap.com/?page_id=129).
<b>What component is this issue related to (PieChart, LineChart, DataTable,</b>
<b>Query, etc)?</b>
GeoMap
<b>Are you using the test environment (version 1.1)?</b>
<b>(If you are not sure, answer NO)</b>
No
<b>What operating system and browser are you using?</b>
Vista Home, IE 7 and 8
<b>*********************************************************</b>
<b>For developers viewing this issue: please click the 'star' icon to be</b>
<b>notified of future changes, and to let us know how many of you are</b>
<b>interested in seeing it resolved.</b>
<b>*********************************************************</b>
| 1.0 | GeoMap does not display in IE - Original [issue 27](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=27) created by google-admin on 2009-08-12T22:30:18.000Z:
What steps will reproduce the problem?
Visit Google's interactive code samples page
(http://code.google.com/apis/ajax/playground/?type=visualization) in IE 8,
and choose the GeoMap sample. No output appears. I get the same result on
my development page in IE 8 (http://globalwa.theoutdoormap.com/?page_id=129).
<b>What component is this issue related to (PieChart, LineChart, DataTable,</b>
<b>Query, etc)?</b>
GeoMap
<b>Are you using the test environment (version 1.1)?</b>
<b>(If you are not sure, answer NO)</b>
No
<b>What operating system and browser are you using?</b>
Vista Home, IE 7 and 8
<b>*********************************************************</b>
<b>For developers viewing this issue: please click the 'star' icon to be</b>
<b>notified of future changes, and to let us know how many of you are</b>
<b>interested in seeing it resolved.</b>
<b>*********************************************************</b>
| priority | geomap does not display in ie original created by google admin on what steps will reproduce the problem visit google s interactive code samples page in ie and choose the geomap sample no output appears i get the same result on my development page in ie what component is this issue related to piechart linechart datatable query etc geomap are you using the test environment version if you are not sure answer no no what operating system and browser are you using vista home ie and for developers viewing this issue please click the star icon to be notified of future changes and to let us know how many of you are interested in seeing it resolved | 1 |
694,671 | 23,824,341,108 | IssuesEvent | 2022-09-05 13:46:02 | serverlessworkflow/synapse | https://api.github.com/repos/serverlessworkflow/synapse | closed | Edge is not drawn between default data case and transition to state | bug dashboard priority: medium weight: 1 | **What happened**:
The edge is not drawn between default data case and transition to state
**What you expected to happen**:
Edge is drawn between the default data case and the state it should transition to
**How to reproduce it**:
Create a `switch` state which use a default data condition configuring a transition to another state | 1.0 | Edge is not drawn between default data case and transition to state - **What happened**:
The edge is not drawn between default data case and transition to state
**What you expected to happen**:
Edge is drawn between the default data case and the state it should transition to
**How to reproduce it**:
Create a `switch` state which use a default data condition configuring a transition to another state | priority | edge is not drawn between default data case and transition to state what happened the edge is not drawn between default data case and transition to state what you expected to happen edge is drawn between the default data case and the state it should transition to how to reproduce it create a switch state which use a default data condition configuring a transition to another state | 1 |
171,751 | 6,494,174,792 | IssuesEvent | 2017-08-21 20:34:09 | inverse-inc/packetfence | https://api.github.com/repos/inverse-inc/packetfence | opened | admin GUI: Can't change the status of a violation if changing from a state to the default state | Priority: Medium Type: Bug | We ship PacketFence with `enabled=N` of the `[default]` section in `conf/violations.conf.default`.
How to reproduce:
If you want to disable a violation that is shipped as `enabled=Y` by default, change will not work. The other way around works. | 1.0 | admin GUI: Can't change the status of a violation if changing from a state to the default state - We ship PacketFence with `enabled=N` of the `[default]` section in `conf/violations.conf.default`.
How to reproduce:
If you want to disable a violation that is shipped as `enabled=Y` by default, change will not work. The other way around works. | priority | admin gui can t change the status of a violation if changing from a state to the default state we ship packetfence with enabled n of the section in conf violations conf default how to reproduce if you want to disable a violation that is shipped as enabled y by default change will not work the other way around works | 1 |
305,791 | 9,377,088,229 | IssuesEvent | 2019-04-04 09:30:08 | emoncms/MyHomeEnergyPlanner | https://api.github.com/repos/emoncms/MyHomeEnergyPlanner | opened | ACH calculation tweak | Medium priority enhancement | From Diane - They use a /20 approximation which should allow for exposure (it can be anywhere between /10 - /30 depending on the exposure (location rather than sheltered walls or average wind speeds) | 1.0 | ACH calculation tweak - From Diane - They use a /20 approximation which should allow for exposure (it can be anywhere between /10 - /30 depending on the exposure (location rather than sheltered walls or average wind speeds) | priority | ach calculation tweak from diane they use a approximation which should allow for exposure it can be anywhere between depending on the exposure location rather than sheltered walls or average wind speeds | 1 |
333,163 | 10,118,192,545 | IssuesEvent | 2019-07-31 08:31:01 | cognitedata/cognitesdk-js | https://api.github.com/repos/cognitedata/cognitesdk-js | closed | Better error message on missing parameter to loginWithApiKey | enhancement medium priority | When doing:
```js
client.loginWithApiKey({
project: process.env.PROJECT,
apiKey: process.env.APIKEY,
});
```
and one of `PROJECT` or `APIKEY` is undefined it will throw but not telling you which one was undefined. It would also be cool if you do this:
```js
client.loginWithApiKey({
project: process.env.PROJECT,
});
```
it will tell you that `options.apiKey was missing in loginWithApiKey` and if you do this:
```js
client.loginWithApiKey({
project: process.env.PROJECT,
apiKey: undefined,
});
```
it will tell you that `options.apiKey was defined but it's value is undefined in loginWithApiKey` | 1.0 | Better error message on missing parameter to loginWithApiKey - When doing:
```js
client.loginWithApiKey({
project: process.env.PROJECT,
apiKey: process.env.APIKEY,
});
```
and one of `PROJECT` or `APIKEY` is undefined it will throw but not telling you which one was undefined. It would also be cool if you do this:
```js
client.loginWithApiKey({
project: process.env.PROJECT,
});
```
it will tell you that `options.apiKey was missing in loginWithApiKey` and if you do this:
```js
client.loginWithApiKey({
project: process.env.PROJECT,
apiKey: undefined,
});
```
it will tell you that `options.apiKey was defined but it's value is undefined in loginWithApiKey` | priority | better error message on missing parameter to loginwithapikey when doing js client loginwithapikey project process env project apikey process env apikey and one of project or apikey is undefined it will throw but not telling you which one was undefined it would also be cool if you do this js client loginwithapikey project process env project it will tell you that options apikey was missing in loginwithapikey and if you do this js client loginwithapikey project process env project apikey undefined it will tell you that options apikey was defined but it s value is undefined in loginwithapikey | 1 |
364,115 | 10,759,113,044 | IssuesEvent | 2019-10-31 16:04:09 | seternate/lanpartymanager | https://api.github.com/repos/seternate/lanpartymanager | opened | Game server window does not recognize entered values | App: Client Priority: Medium Status: Accepted Type: Bug Type: Unexpected Behavior | All pop-up windows forget insert values. Server window especially. | 1.0 | Game server window does not recognize entered values - All pop-up windows forget insert values. Server window especially. | priority | game server window does not recognize entered values all pop up windows forget insert values server window especially | 1 |
368,647 | 10,882,611,283 | IssuesEvent | 2019-11-18 01:12:57 | CSIRO-enviro-informatics/loci.cat | https://api.github.com/repos/CSIRO-enviro-informatics/loci.cat | closed | Switch loci.cat to point to gh-pages | Priority: Medium Type: Enhancement | Currently loci.cat is maintained as a web server serving pages about the test site for loci. It currently has broken pages.
We have migrated content over to Github pages from the main loci.cat repo. This issue is to switch over serving of loci.cat from the web server to the GH pages version | 1.0 | Switch loci.cat to point to gh-pages - Currently loci.cat is maintained as a web server serving pages about the test site for loci. It currently has broken pages.
We have migrated content over to Github pages from the main loci.cat repo. This issue is to switch over serving of loci.cat from the web server to the GH pages version | priority | switch loci cat to point to gh pages currently loci cat is maintained as a web server serving pages about the test site for loci it currently has broken pages we have migrated content over to github pages from the main loci cat repo this issue is to switch over serving of loci cat from the web server to the gh pages version | 1 |
58,149 | 3,087,853,000 | IssuesEvent | 2015-08-25 14:04:02 | pavel-pimenov/flylinkdc-r5xx | https://api.github.com/repos/pavel-pimenov/flylinkdc-r5xx | opened | [Рефакторинг] Убрать копи-паст кода в методах ::parseFilter | bug imported Priority-Medium | _From [Pavel.Pimenov@gmail.com](https://code.google.com/u/Pavel.Pimenov@gmail.com/) on November 05, 2013 17:06:03_
D:\vc10\r5xx\windows\HubFrame.cpp(2911):bool HubFrame::parseFilter(FilterModes& mode, int64_t& size)
D:\vc10\r5xx\windows\PublicHubsFrm.cpp(603):bool PublicHubsFrame::parseFilter(FilterModes& mode, double& size)
D:\vc10\r5xx\windows\SearchFrm.cpp(2896):bool SearchFrame::parseFilter(FilterModes& mode, int64_t& size) http://www.flickr.com/photos/96019675@N02/10691953775/
_Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=1385_ | 1.0 | [Рефакторинг] Убрать копи-паст кода в методах ::parseFilter - _From [Pavel.Pimenov@gmail.com](https://code.google.com/u/Pavel.Pimenov@gmail.com/) on November 05, 2013 17:06:03_
D:\vc10\r5xx\windows\HubFrame.cpp(2911):bool HubFrame::parseFilter(FilterModes& mode, int64_t& size)
D:\vc10\r5xx\windows\PublicHubsFrm.cpp(603):bool PublicHubsFrame::parseFilter(FilterModes& mode, double& size)
D:\vc10\r5xx\windows\SearchFrm.cpp(2896):bool SearchFrame::parseFilter(FilterModes& mode, int64_t& size) http://www.flickr.com/photos/96019675@N02/10691953775/
_Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=1385_ | priority | убрать копи паст кода в методах parsefilter from on november d windows hubframe cpp bool hubframe parsefilter filtermodes mode t size d windows publichubsfrm cpp bool publichubsframe parsefilter filtermodes mode double size d windows searchfrm cpp bool searchframe parsefilter filtermodes mode t size original issue | 1 |
799,911 | 28,316,219,467 | IssuesEvent | 2023-04-10 19:51:47 | SWIM-ucf/SWIM | https://api.github.com/repos/SWIM-ucf/SWIM | opened | Get emulator to correctly execute gcc -Os Fibonacci | bug priority: 2-medium |
```c
static int fib(int n)
{
if (n <= 1)
return n;
return fib(n - 1) + fib(n - 2);
}
int main()
{
int n = 6;
int ans = fib(n);
// return ans;
return ans + 100;
}
```
The following code was partially generated with GCC using the -Os option. The return from main was replaced with a syscall to halt. Branch and load instructions were moved around as needed to undo GCC reorganization of instructions. GCC did instruction reorganization to fill the delay slots. Our emulator does not implement delay slots.
This code should result in 108 in register $2. Currently this code executes forever. There is some fishy bug that needs to be fixed.
```asm
fib(int):
addiu $sp,$sp,-40
sw $18,32($sp)
sw $17,28($sp)
sw $16,24($sp)
sw $31,36($sp)
move $16,$4
move $17,$4
move $18,$0
$L3:
addi $5,$zero, 2
slt $2,$17,$5
andi $2,$16,0x1
bne $2,$0,$L5
addiu $4,$17,-1
jal fib(int)
addiu $17,$17,-2
addu $18,$18,$2
b $L3
$L5:
lw $31,36($sp)
lw $17,28($sp)
lw $16,24($sp)
addu $2,$2,$18
lw $18,32($sp)
addiu $sp,$sp,40
jr $31
main:
addiu $sp,$sp,-32
sw $31,28($sp)
li $4,6 # 0x6
jal fib(int)
lw $31,28($sp)
addiu $2,$2,100
addiu $sp,$sp,32
syscall
```
Here's the initial GCC generated code:
```asm
fib(int):
addiu $sp,$sp,-40
sw $18,32($sp)
sw $17,28($sp)
sw $16,24($sp)
sw $31,36($sp)
move $16,$4
move $17,$4
move $18,$0
$L3:
slt $2,$17,2
bne $2,$0,$L5
andi $2,$16,0x1
jal fib(int)
addiu $4,$17,-1
addiu $17,$17,-2
b $L3
addu $18,$18,$2
$L5:
lw $31,36($sp)
lw $17,28($sp)
lw $16,24($sp)
addu $2,$2,$18
lw $18,32($sp)
jr $31
addiu $sp,$sp,40
main:
addiu $sp,$sp,-32
sw $31,28($sp)
jal fib(int)
li $4,6 # 0x6
lw $31,28($sp)
addiu $2,$2,100
jr $31
addiu $sp,$sp,32
```
Bugs to look out for:
* Emulation core doing something wrong
* Some instruction being assembled wrong
* Kevin messed up undoing GCC instruction reorganization (unlikely) | 1.0 | Get emulator to correctly execute gcc -Os Fibonacci -
```c
static int fib(int n)
{
if (n <= 1)
return n;
return fib(n - 1) + fib(n - 2);
}
int main()
{
int n = 6;
int ans = fib(n);
// return ans;
return ans + 100;
}
```
The following code was partially generated with GCC using the -Os option. The return from main was replaced with a syscall to halt. Branch and load instructions were moved around as needed to undo GCC reorganization of instructions. GCC did instruction reorganization to fill the delay slots. Our emulator does not implement delay slots.
This code should result in 108 in register $2. Currently this code executes forever. There is some fishy bug that needs to be fixed.
```asm
fib(int):
addiu $sp,$sp,-40
sw $18,32($sp)
sw $17,28($sp)
sw $16,24($sp)
sw $31,36($sp)
move $16,$4
move $17,$4
move $18,$0
$L3:
addi $5,$zero, 2
slt $2,$17,$5
andi $2,$16,0x1
bne $2,$0,$L5
addiu $4,$17,-1
jal fib(int)
addiu $17,$17,-2
addu $18,$18,$2
b $L3
$L5:
lw $31,36($sp)
lw $17,28($sp)
lw $16,24($sp)
addu $2,$2,$18
lw $18,32($sp)
addiu $sp,$sp,40
jr $31
main:
addiu $sp,$sp,-32
sw $31,28($sp)
li $4,6 # 0x6
jal fib(int)
lw $31,28($sp)
addiu $2,$2,100
addiu $sp,$sp,32
syscall
```
Here's the initial GCC generated code:
```asm
fib(int):
addiu $sp,$sp,-40
sw $18,32($sp)
sw $17,28($sp)
sw $16,24($sp)
sw $31,36($sp)
move $16,$4
move $17,$4
move $18,$0
$L3:
slt $2,$17,2
bne $2,$0,$L5
andi $2,$16,0x1
jal fib(int)
addiu $4,$17,-1
addiu $17,$17,-2
b $L3
addu $18,$18,$2
$L5:
lw $31,36($sp)
lw $17,28($sp)
lw $16,24($sp)
addu $2,$2,$18
lw $18,32($sp)
jr $31
addiu $sp,$sp,40
main:
addiu $sp,$sp,-32
sw $31,28($sp)
jal fib(int)
li $4,6 # 0x6
lw $31,28($sp)
addiu $2,$2,100
jr $31
addiu $sp,$sp,32
```
Bugs to look out for:
* Emulation core doing something wrong
* Some instruction being assembled wrong
* Kevin messed up undoing GCC instruction reorganization (unlikely) | priority | get emulator to correctly execute gcc os fibonacci c static int fib int n if n return n return fib n fib n int main int n int ans fib n return ans return ans the following code was partially generated with gcc using the os option the return from main was replaced with a syscall to halt branch and load instructions were moved around as needed to undo gcc reorganization of instructions gcc did instruction reorganization to fill the delay slots our emulator does not implement delay slots this code should result in in register currently this code executes forever there is some fishy bug that needs to be fixed asm fib int addiu sp sp sw sp sw sp sw sp sw sp move move move addi zero slt andi bne addiu jal fib int addiu addu b lw sp lw sp lw sp addu lw sp addiu sp sp jr main addiu sp sp sw sp li jal fib int lw sp addiu addiu sp sp syscall here s the initial gcc generated code asm fib int addiu sp sp sw sp sw sp sw sp sw sp move move move slt bne andi jal fib int addiu addiu b addu lw sp lw sp lw sp addu lw sp jr addiu sp sp main addiu sp sp sw sp jal fib int li lw sp addiu jr addiu sp sp bugs to look out for emulation core doing something wrong some instruction being assembled wrong kevin messed up undoing gcc instruction reorganization unlikely | 1 |
562,358 | 16,657,875,249 | IssuesEvent | 2021-06-05 21:25:49 | ockam-network/ockam | https://api.github.com/repos/ockam-network/ockam | closed | (Rust) update Channel naming to SecureChannel | Implementation: Rust Priority: Medium | Elixir has changed this (or has had it all along), so Rust should follow-suit. | 1.0 | (Rust) update Channel naming to SecureChannel - Elixir has changed this (or has had it all along), so Rust should follow-suit. | priority | rust update channel naming to securechannel elixir has changed this or has had it all along so rust should follow suit | 1 |
421,790 | 12,261,429,451 | IssuesEvent | 2020-05-06 20:05:12 | department-of-veterans-affairs/caseflow | https://api.github.com/repos/department-of-veterans-affairs/caseflow | closed | write a data integrity checker to alert us when a virtual hearing has been pending for too long | Priority: Medium Product: caseflow-hearings Stakeholder: BVA Team: Tango 💃 | ## Description
As described in [this slack thread](https://dsva.slack.com/archives/C3EAF3Q15/p1587480744385700), a virtual hearing can get "stuck" with a status of pending (meaning that the virtual hearing hasn't been cancelled, and that it has no conference id).
Write a data integrity checker that checks for virtual hearings with this status nightly, and sends an alert about them to the #appeals-job-alerts channel. Report all pending hearings.
## Acceptance criteria
- [ ] good test coverage
## Technical notes
Use PR #12221 as a guide for how to implement the checker.
| 1.0 | write a data integrity checker to alert us when a virtual hearing has been pending for too long - ## Description
As described in [this slack thread](https://dsva.slack.com/archives/C3EAF3Q15/p1587480744385700), a virtual hearing can get "stuck" with a status of pending (meaning that the virtual hearing hasn't been cancelled, and that it has no conference id).
Write a data integrity checker that checks for virtual hearings with this status nightly, and sends an alert about them to the #appeals-job-alerts channel. Report all pending hearings.
## Acceptance criteria
- [ ] good test coverage
## Technical notes
Use PR #12221 as a guide for how to implement the checker.
| priority | write a data integrity checker to alert us when a virtual hearing has been pending for too long description as described in a virtual hearing can get stuck with a status of pending meaning that the virtual hearing hasn t been cancelled and that it has no conference id write a data integrity checker that checks for virtual hearings with this status nightly and sends an alert about them to the appeals job alerts channel report all pending hearings acceptance criteria good test coverage technical notes use pr as a guide for how to implement the checker | 1 |
236,923 | 7,753,670,210 | IssuesEvent | 2018-05-31 02:04:08 | code-helix/slatekit | https://api.github.com/repos/code-helix/slatekit | closed | API: Organize Areas | effort_low enhancement priority_medium | # Overview
The Universal APIs in Slate Kit are organized into 3 hierarchical parts in the format **area.api.action** such as **app/reg/registerNewUser**.
There are several built-in APIs provided by Slate Kit which are organized into various areas but the area names are somewhat confusing and also the apis may be better suited in other top level areas. This ticket does the following:
1. Rename top-level areas
2. Reorganize some of the built-in apis into the new top-level areas.
# Changes
- area: **app** for application specific info/metadata ( e.g. the AppApi
- area **cloud** for all apis revolved around files/queues/email/sms ( Note, email/sms are using the SendGrid and Twilio API )
- area **infra** to host many of the existing APIs
- area **slate** for slatekit specific API/Tools
# INFRA:
infra/cache
infra/cmd
infra/config
infra/encrypt
infra/entities
infra/errors
infra/logs
infra/modules
infra/workers
infra/host
# APP
app/about
# CLOUD
cloud/email
cloud/files
cloud/push
cloud/queues
cloud/sms | 1.0 | API: Organize Areas - # Overview
The Universal APIs in Slate Kit are organized into 3 hierarchical parts in the format **area.api.action** such as **app/reg/registerNewUser**.
There are several built-in APIs provided by Slate Kit which are organized into various areas but the area names are somewhat confusing and also the apis may be better suited in other top level areas. This ticket does the following:
1. Rename top-level areas
2. Reorganize some of the built-in apis into the new top-level areas.
# Changes
- area: **app** for application specific info/metadata ( e.g. the AppApi
- area **cloud** for all apis revolved around files/queues/email/sms ( Note, email/sms are using the SendGrid and Twilio API )
- area **infra** to host many of the existing APIs
- area **slate** for slatekit specific API/Tools
# INFRA:
infra/cache
infra/cmd
infra/config
infra/encrypt
infra/entities
infra/errors
infra/logs
infra/modules
infra/workers
infra/host
# APP
app/about
# CLOUD
cloud/email
cloud/files
cloud/push
cloud/queues
cloud/sms | priority | api organize areas overview the universal apis in slate kit are organized into hierarchical parts in the format area api action such as app reg registernewuser there are several built in apis provided by slate kit which are organized into various areas but the area names are somewhat confusing and also the apis may be better suited in other top level areas this ticket does the following rename top level areas reorganize some of the built in apis into the new top level areas changes area app for application specific info metadata e g the appapi area cloud for all apis revolved around files queues email sms note email sms are using the sendgrid and twilio api area infra to host many of the existing apis area slate for slatekit specific api tools infra infra cache infra cmd infra config infra encrypt infra entities infra errors infra logs infra modules infra workers infra host app app about cloud cloud email cloud files cloud push cloud queues cloud sms | 1 |
727,847 | 25,048,400,586 | IssuesEvent | 2022-11-05 15:11:06 | AY2223S1-CS2103T-T09-1/tp | https://api.github.com/repos/AY2223S1-CS2103T-T09-1/tp | closed | [PE-D][Tester A] Pricing | priority.Medium type.FunctionalBug | 

Did not state how many dp should be used. When i type in like 0.0001 it reflects 0.00 to show that the transaction actually happened.Either value not reflected correctly or user guide can explain better or it can be both
<!--session: 1666944248782-cc6ecf18-81f7-41c8-bf2f-6864defd7a93-->
<!--Version: Web v3.4.4-->
-------------
Labels: `type.DocumentationBug` `severity.Medium`
original: DarrenCsAcc/ped#4 | 1.0 | [PE-D][Tester A] Pricing - 

Did not state how many dp should be used. When i type in like 0.0001 it reflects 0.00 to show that the transaction actually happened.Either value not reflected correctly or user guide can explain better or it can be both
<!--session: 1666944248782-cc6ecf18-81f7-41c8-bf2f-6864defd7a93-->
<!--Version: Web v3.4.4-->
-------------
Labels: `type.DocumentationBug` `severity.Medium`
original: DarrenCsAcc/ped#4 | priority | pricing did not state how many dp should be used when i type in like it reflects to show that the transaction actually happened either value not reflected correctly or user guide can explain better or it can be both labels type documentationbug severity medium original darrencsacc ped | 1 |
272,541 | 8,514,576,648 | IssuesEvent | 2018-10-31 18:57:42 | craftercms/craftercms | https://api.github.com/repos/craftercms/craftercms | closed | [studio] Allow for external MariaDB configuration | new feature priority: medium | Allow, via configuration, for Studio to connect to a remove MariaDB (single or cluster). This is the first step in implementing Studio 3 clustering.
Configuration is stored in studio-config-override.yaml and is commented out by default. We will continue to boot using the embedded MariaDB by default. | 1.0 | [studio] Allow for external MariaDB configuration - Allow, via configuration, for Studio to connect to a remove MariaDB (single or cluster). This is the first step in implementing Studio 3 clustering.
Configuration is stored in studio-config-override.yaml and is commented out by default. We will continue to boot using the embedded MariaDB by default. | priority | allow for external mariadb configuration allow via configuration for studio to connect to a remove mariadb single or cluster this is the first step in implementing studio clustering configuration is stored in studio config override yaml and is commented out by default we will continue to boot using the embedded mariadb by default | 1 |
303,058 | 9,301,718,172 | IssuesEvent | 2019-03-24 01:06:41 | bounswe/bounswe2019group8 | https://api.github.com/repos/bounswe/bounswe2019group8 | closed | Review the Class Diagrams | Effort: Medium Priority: Medium Status: Review Needed | **Actions:**
1. Everyone should go over the class diagrams and leave feedbacks so that we can finalize them before working on the sequence diagrams.
**Deadline:** 15.03.2019, 10.00
| 1.0 | Review the Class Diagrams - **Actions:**
1. Everyone should go over the class diagrams and leave feedbacks so that we can finalize them before working on the sequence diagrams.
**Deadline:** 15.03.2019, 10.00
| priority | review the class diagrams actions everyone should go over the class diagrams and leave feedbacks so that we can finalize them before working on the sequence diagrams deadline | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.