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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
36,013 | 2,794,653,589 | IssuesEvent | 2015-05-11 17:51:06 | MDAnalysis/mdanalysis | https://api.github.com/repos/MDAnalysis/mdanalysis | closed | better raise error for file format | Priority-Medium usability | Hi,
as in this post, I got this error
https://github.com/MDAnalysis/mdanalysis/issues/262#issuecomment-98142731
`TypeError: Unknown topology format 'PARM7' for './myparm.parm7'; only ['XPDB', 'PRMTOP', 'Permissive_PDB', 'TOP', 'PSF', 'PDBQT', 'MOL2', 'PQR', 'DMS', 'TPR', 'CRD', 'GMS', 'GRO', 'XYZ', 'DATA', 'PDB'] are implemented in MDAnalysis.`
and Richard pointed that we can use
```python
u = mda.Universe('something.parm7', trj, topology_format='PRMTOP')
```
should it be better to add more comment in the `raise` saying user can use `topology_format` if he/she know what it is?
Hai | 1.0 | better raise error for file format - Hi,
as in this post, I got this error
https://github.com/MDAnalysis/mdanalysis/issues/262#issuecomment-98142731
`TypeError: Unknown topology format 'PARM7' for './myparm.parm7'; only ['XPDB', 'PRMTOP', 'Permissive_PDB', 'TOP', 'PSF', 'PDBQT', 'MOL2', 'PQR', 'DMS', 'TPR', 'CRD', 'GMS', 'GRO', 'XYZ', 'DATA', 'PDB'] are implemented in MDAnalysis.`
and Richard pointed that we can use
```python
u = mda.Universe('something.parm7', trj, topology_format='PRMTOP')
```
should it be better to add more comment in the `raise` saying user can use `topology_format` if he/she know what it is?
Hai | priority | better raise error for file format hi as in this post i got this error typeerror unknown topology format for myparm only are implemented in mdanalysis and richard pointed that we can use python u mda universe something trj topology format prmtop should it be better to add more comment in the raise saying user can use topology format if he she know what it is hai | 1 |
335,748 | 10,165,929,612 | IssuesEvent | 2019-08-07 14:49:30 | ctvoicer/chatweb | https://api.github.com/repos/ctvoicer/chatweb | opened | Configurar o processo de build e release no CircleCI | Level: Medium Priority: Lowest Type: Improvement | Atualmente o CircleCI faz apenas o trabalho de teste e um processo de build não persistente.
Como parte do workflow do CircleCI, o processo de geração dos artefatos de build e lançamento de versão deverá ser automatizado. | 1.0 | Configurar o processo de build e release no CircleCI - Atualmente o CircleCI faz apenas o trabalho de teste e um processo de build não persistente.
Como parte do workflow do CircleCI, o processo de geração dos artefatos de build e lançamento de versão deverá ser automatizado. | priority | configurar o processo de build e release no circleci atualmente o circleci faz apenas o trabalho de teste e um processo de build não persistente como parte do workflow do circleci o processo de geração dos artefatos de build e lançamento de versão deverá ser automatizado | 1 |
442,967 | 12,753,947,744 | IssuesEvent | 2020-06-28 01:57:25 | projectacrn/acrn-hypervisor | https://api.github.com/repos/projectacrn/acrn-hypervisor | closed | NUC7i7BNH not supported anymore | priority: P3-Medium type: bug | Despite what is listed [in the latest ACRN documentation](https://projectacrn.github.io/latest/reference/hardware.html#verified-platforms-according-to-acrn-usage), KabyLake NUC7i7BNH doesn't seem to be supported anymore. Looking at the hypervisor code in `arch/x86/configs` it looks like it has been superseded by KabyLake NUC7i7DNH.
Is the ACRN team still validating NUC7i7BNH? I have such a NUC with 32GB memory, but it doesn't boot. I tried the following:
1. Remove one stick of RAM, effectively booting with 16GB. Boot process halts at the BIOS screen, doesn't get into UEFI boot menu.
2. Custom build `acrn.efi` by adjusting the target RAM size to 32GB as described [here](https://projectacrn.github.io/latest/faq.html#how-do-i-configure-acrn-s-memory-use). Here I do get the UEFI boot menu, but when booting into ACRN, the system automatically resets after the following dmesg console output: `"fb: switching to inteldrfmfb...`
| 1.0 | NUC7i7BNH not supported anymore - Despite what is listed [in the latest ACRN documentation](https://projectacrn.github.io/latest/reference/hardware.html#verified-platforms-according-to-acrn-usage), KabyLake NUC7i7BNH doesn't seem to be supported anymore. Looking at the hypervisor code in `arch/x86/configs` it looks like it has been superseded by KabyLake NUC7i7DNH.
Is the ACRN team still validating NUC7i7BNH? I have such a NUC with 32GB memory, but it doesn't boot. I tried the following:
1. Remove one stick of RAM, effectively booting with 16GB. Boot process halts at the BIOS screen, doesn't get into UEFI boot menu.
2. Custom build `acrn.efi` by adjusting the target RAM size to 32GB as described [here](https://projectacrn.github.io/latest/faq.html#how-do-i-configure-acrn-s-memory-use). Here I do get the UEFI boot menu, but when booting into ACRN, the system automatically resets after the following dmesg console output: `"fb: switching to inteldrfmfb...`
| priority | not supported anymore despite what is listed kabylake doesn t seem to be supported anymore looking at the hypervisor code in arch configs it looks like it has been superseded by kabylake is the acrn team still validating i have such a nuc with memory but it doesn t boot i tried the following remove one stick of ram effectively booting with boot process halts at the bios screen doesn t get into uefi boot menu custom build acrn efi by adjusting the target ram size to as described here i do get the uefi boot menu but when booting into acrn the system automatically resets after the following dmesg console output fb switching to inteldrfmfb | 1 |
316,540 | 9,648,897,998 | IssuesEvent | 2019-05-17 17:33:49 | wevote/WebApp | https://api.github.com/repos/wevote/WebApp | closed | Ballot Search Box: When it's the only icon, default to opening the text box | Difficulty: Medium Priority: 1 | Currently for elections that only have one category of "Federal", "State", "Measure" or "Local", we *only* display the search box like this:
<img width="196" alt="Screen Shot 2019-04-14 at 10 28 24 AM" src="https://user-images.githubusercontent.com/7756031/56096937-16fefa80-5ea3-11e9-82a9-b0e96e582531.png">
For elections like this, please adjust the vertical spacing so it looks like it does when there are "Federal", "State", etc. categories, and cause the text box to stay open, like this:
<img width="214" alt="Screen Shot 2019-04-14 at 10 51 53 AM" src="https://user-images.githubusercontent.com/7756031/56096969-5b8a9600-5ea3-11e9-91b5-b1e5d7f24651.png">
Please make sure to test thoroughly. | 1.0 | Ballot Search Box: When it's the only icon, default to opening the text box - Currently for elections that only have one category of "Federal", "State", "Measure" or "Local", we *only* display the search box like this:
<img width="196" alt="Screen Shot 2019-04-14 at 10 28 24 AM" src="https://user-images.githubusercontent.com/7756031/56096937-16fefa80-5ea3-11e9-82a9-b0e96e582531.png">
For elections like this, please adjust the vertical spacing so it looks like it does when there are "Federal", "State", etc. categories, and cause the text box to stay open, like this:
<img width="214" alt="Screen Shot 2019-04-14 at 10 51 53 AM" src="https://user-images.githubusercontent.com/7756031/56096969-5b8a9600-5ea3-11e9-91b5-b1e5d7f24651.png">
Please make sure to test thoroughly. | priority | ballot search box when it s the only icon default to opening the text box currently for elections that only have one category of federal state measure or local we only display the search box like this img width alt screen shot at am src for elections like this please adjust the vertical spacing so it looks like it does when there are federal state etc categories and cause the text box to stay open like this img width alt screen shot at am src please make sure to test thoroughly | 1 |
796,636 | 28,120,954,175 | IssuesEvent | 2023-03-31 14:12:18 | umajho/dicexp | https://api.github.com/repos/umajho/dicexp | closed | (@dicexp/playground) 用 Tailwind CSS 取代 Naive UI,以尝试减少 assets 大小 | priority:medium scope:@dicexp/playground kind:refactor | 注释掉了 `App.vue` 中与 `dicexp-editor.vue` 有关的代码后,构建的结果:
```
vite v4.2.0 building for production...
✓ 2568 modules transformed.
dist/index.html 0.38 kB
dist/assets/index-17b6ef99.css 0.07 kB │ gzip: 0.08 kB
dist/assets/lib-1ab41506.js 141.88 kB │ gzip: 46.63 kB
dist/assets/index-98fad4d5.js 360.59 kB │ gzip: 108.35 kB
✓ built in 8.44s
```
assets 有些过于大了。 | 1.0 | (@dicexp/playground) 用 Tailwind CSS 取代 Naive UI,以尝试减少 assets 大小 - 注释掉了 `App.vue` 中与 `dicexp-editor.vue` 有关的代码后,构建的结果:
```
vite v4.2.0 building for production...
✓ 2568 modules transformed.
dist/index.html 0.38 kB
dist/assets/index-17b6ef99.css 0.07 kB │ gzip: 0.08 kB
dist/assets/lib-1ab41506.js 141.88 kB │ gzip: 46.63 kB
dist/assets/index-98fad4d5.js 360.59 kB │ gzip: 108.35 kB
✓ built in 8.44s
```
assets 有些过于大了。 | priority | dicexp playground 用 tailwind css 取代 naive ui,以尝试减少 assets 大小 注释掉了 app vue 中与 dicexp editor vue 有关的代码后,构建的结果: vite building for production ✓ modules transformed dist index html kb dist assets index css kb │ gzip kb dist assets lib js kb │ gzip kb dist assets index js kb │ gzip kb ✓ built in assets 有些过于大了。 | 1 |
655,394 | 21,688,883,379 | IssuesEvent | 2022-05-09 13:47:19 | craftercms/craftercms | https://api.github.com/repos/craftercms/craftercms | closed | [studio-ui] CMIS file and image data sources do not allow items to be picked or cloned | bug priority: medium CI validate | ### Bug Report
#### Crafter CMS Version
4.0.0-SNAPSHOT
#### Date of Build
4/7/2022
#### Describe the bug
CMIS file and image data sources do not allow items to be picked or cloned. Action buttons do not exist in on the dialog.
Search also appears not to work.
#### To Reproduce
Steps to reproduce the behavior:
1. Configure CMIS profile
2. Set up image and file selection in form
3. Attempt to pick image/file asset
4. See the error
#### Logs
{{If applicable, attach the logs/stack trace (use https://gist.github.com).}}
#### Screenshots
<img width="1432" alt="Screen Shot 2022-04-07 at 4 31 02 PM" src="https://user-images.githubusercontent.com/169432/162470688-d45f3a88-c89a-429d-b52a-a606658fbda3.png">
| 1.0 | [studio-ui] CMIS file and image data sources do not allow items to be picked or cloned - ### Bug Report
#### Crafter CMS Version
4.0.0-SNAPSHOT
#### Date of Build
4/7/2022
#### Describe the bug
CMIS file and image data sources do not allow items to be picked or cloned. Action buttons do not exist in on the dialog.
Search also appears not to work.
#### To Reproduce
Steps to reproduce the behavior:
1. Configure CMIS profile
2. Set up image and file selection in form
3. Attempt to pick image/file asset
4. See the error
#### Logs
{{If applicable, attach the logs/stack trace (use https://gist.github.com).}}
#### Screenshots
<img width="1432" alt="Screen Shot 2022-04-07 at 4 31 02 PM" src="https://user-images.githubusercontent.com/169432/162470688-d45f3a88-c89a-429d-b52a-a606658fbda3.png">
| priority | cmis file and image data sources do not allow items to be picked or cloned bug report crafter cms version snapshot date of build describe the bug cmis file and image data sources do not allow items to be picked or cloned action buttons do not exist in on the dialog search also appears not to work to reproduce steps to reproduce the behavior configure cmis profile set up image and file selection in form attempt to pick image file asset see the error logs if applicable attach the logs stack trace use screenshots img width alt screen shot at pm src | 1 |
152,986 | 5,872,703,561 | IssuesEvent | 2017-05-15 12:18:12 | JustBru00/EpicSMP | https://api.github.com/repos/JustBru00/EpicSMP | opened | Last /withdraw note throws error when depositing. (but it still works) | bug Medium Priority | Version: 1.12-pre2
```[08:11:29 FATAL]: Error executing task
java.util.concurrent.ExecutionException: java.lang.AssertionError: TRAP
at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.8.0_131]
at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.8.0_131]
at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:47) [spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:747) [spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405) [spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
Caused by: java.lang.AssertionError: TRAP
at net.minecraft.server.v1_12_R1.ItemStack.F(ItemStack.java:100) ~[spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at net.minecraft.server.v1_12_R1.ItemStack.setCount(ItemStack.java:832) ~[spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:403) ~[spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:977) ~[spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at net.minecraft.server.v1_12_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:26) ~[spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at net.minecraft.server.v1_12_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:1) ~[spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) ~[spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:1.8.0_131]
at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_131]
at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) ~[spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
... 5 more
[08:11:42 INFO]: JustBru00 issued server command: /withdraw 1000
[08:11:43 INFO]: JustBru00 issued server command: /withdraw 1000
[08:11:43 INFO]: JustBru00 issued server command: /withdraw 1000
[08:11:44 INFO]: JustBru00 issued server command: /withdraw 1000
[08:11:49 FATAL]: Error executing task
java.util.concurrent.ExecutionException: java.lang.AssertionError: TRAP
at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.8.0_131]
at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.8.0_131]
at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:47) [spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:747) [spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405) [spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
Caused by: java.lang.AssertionError: TRAP
at net.minecraft.server.v1_12_R1.ItemStack.F(ItemStack.java:100) ~[spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at net.minecraft.server.v1_12_R1.ItemStack.setCount(ItemStack.java:832) ~[spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:403) ~[spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:977) ~[spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at net.minecraft.server.v1_12_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:26) ~[spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at net.minecraft.server.v1_12_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:1) ~[spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) ~[spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:1.8.0_131]
at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_131]
at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) ~[spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
... 5 more``` | 1.0 | Last /withdraw note throws error when depositing. (but it still works) - Version: 1.12-pre2
```[08:11:29 FATAL]: Error executing task
java.util.concurrent.ExecutionException: java.lang.AssertionError: TRAP
at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.8.0_131]
at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.8.0_131]
at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:47) [spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:747) [spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405) [spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
Caused by: java.lang.AssertionError: TRAP
at net.minecraft.server.v1_12_R1.ItemStack.F(ItemStack.java:100) ~[spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at net.minecraft.server.v1_12_R1.ItemStack.setCount(ItemStack.java:832) ~[spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:403) ~[spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:977) ~[spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at net.minecraft.server.v1_12_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:26) ~[spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at net.minecraft.server.v1_12_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:1) ~[spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) ~[spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:1.8.0_131]
at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_131]
at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) ~[spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
... 5 more
[08:11:42 INFO]: JustBru00 issued server command: /withdraw 1000
[08:11:43 INFO]: JustBru00 issued server command: /withdraw 1000
[08:11:43 INFO]: JustBru00 issued server command: /withdraw 1000
[08:11:44 INFO]: JustBru00 issued server command: /withdraw 1000
[08:11:49 FATAL]: Error executing task
java.util.concurrent.ExecutionException: java.lang.AssertionError: TRAP
at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.8.0_131]
at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.8.0_131]
at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:47) [spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:747) [spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405) [spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
Caused by: java.lang.AssertionError: TRAP
at net.minecraft.server.v1_12_R1.ItemStack.F(ItemStack.java:100) ~[spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at net.minecraft.server.v1_12_R1.ItemStack.setCount(ItemStack.java:832) ~[spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:403) ~[spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:977) ~[spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at net.minecraft.server.v1_12_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:26) ~[spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at net.minecraft.server.v1_12_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:1) ~[spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) ~[spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:1.8.0_131]
at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_131]
at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) ~[spigot-1.12-pre2.jar:git-Spigot-429b0e3-5195487]
... 5 more``` | priority | last withdraw note throws error when depositing but it still works version error executing task java util concurrent executionexception java lang assertionerror trap at java util concurrent futuretask report unknown source at java util concurrent futuretask get unknown source at net minecraft server systemutils a sourcefile at net minecraft server minecraftserver d minecraftserver java at net minecraft server dedicatedserver d dedicatedserver java at net minecraft server minecraftserver c minecraftserver java at net minecraft server minecraftserver run minecraftserver java at java lang thread run unknown source caused by java lang assertionerror trap at net minecraft server itemstack f itemstack java at net minecraft server itemstack setcount itemstack java at net minecraft server playerinteractmanager a playerinteractmanager java at net minecraft server playerconnection a playerconnection java at net minecraft server packetplayinblockplace a packetplayinblockplace java at net minecraft server packetplayinblockplace a packetplayinblockplace java at net minecraft server playerconnectionutils run sourcefile at java util concurrent executors runnableadapter call unknown source at java util concurrent futuretask run unknown source at net minecraft server systemutils a sourcefile more issued server command withdraw issued server command withdraw issued server command withdraw issued server command withdraw error executing task java util concurrent executionexception java lang assertionerror trap at java util concurrent futuretask report unknown source at java util concurrent futuretask get unknown source at net minecraft server systemutils a sourcefile at net minecraft server minecraftserver d minecraftserver java at net minecraft server dedicatedserver d dedicatedserver java at net minecraft server minecraftserver c minecraftserver java at net minecraft server minecraftserver run minecraftserver java at java lang thread run unknown source caused by java lang assertionerror trap at net minecraft server itemstack f itemstack java at net minecraft server itemstack setcount itemstack java at net minecraft server playerinteractmanager a playerinteractmanager java at net minecraft server playerconnection a playerconnection java at net minecraft server packetplayinblockplace a packetplayinblockplace java at net minecraft server packetplayinblockplace a packetplayinblockplace java at net minecraft server playerconnectionutils run sourcefile at java util concurrent executors runnableadapter call unknown source at java util concurrent futuretask run unknown source at net minecraft server systemutils a sourcefile more | 1 |
521,382 | 15,108,800,135 | IssuesEvent | 2021-02-08 17:03:23 | scality/metalk8s | https://api.github.com/repos/scality/metalk8s | opened | MetalK8s UI Overview page Services card | complexity:medium priority:high priority:urgent state:blocked state:question topic:ui | <!-- Please only use this template for submitting improvement requests, and make sure it is linked to the relevant GitHub Project. -->
**Component**: UI, monitoring
<!-- E.g. 'salt', 'containers', 'kubernetes', 'build', 'tests'... -->
**Why this is needed**:
We want to display the health of the grouped services.
**What should be done**:

- We would require the final design from @Cuervino @thomasdanan about the interaction, more specifically, when hovering on the status what should we display on the tooltip.
- We currently blocked by the group alert feature.
**Implementation proposal** (strongly recommended):
**Test plan**:
| 2.0 | MetalK8s UI Overview page Services card - <!-- Please only use this template for submitting improvement requests, and make sure it is linked to the relevant GitHub Project. -->
**Component**: UI, monitoring
<!-- E.g. 'salt', 'containers', 'kubernetes', 'build', 'tests'... -->
**Why this is needed**:
We want to display the health of the grouped services.
**What should be done**:

- We would require the final design from @Cuervino @thomasdanan about the interaction, more specifically, when hovering on the status what should we display on the tooltip.
- We currently blocked by the group alert feature.
**Implementation proposal** (strongly recommended):
**Test plan**:
| priority | ui overview page services card component ui monitoring why this is needed we want to display the health of the grouped services what should be done we would require the final design from cuervino thomasdanan about the interaction more specifically when hovering on the status what should we display on the tooltip we currently blocked by the group alert feature implementation proposal strongly recommended test plan | 1 |
25,018 | 2,675,547,053 | IssuesEvent | 2015-03-25 13:14:06 | cs2103jan2015-f09-3j/main | https://api.github.com/repos/cs2103jan2015-f09-3j/main | closed | A user can view the task list according to the priorities levels/ by alphabetical order/ created date of tasks/ categories | priority.medium type.epic type.story type.story.yes | so that the user would be able to know what are the tasks to be completed under a particular group | 1.0 | A user can view the task list according to the priorities levels/ by alphabetical order/ created date of tasks/ categories - so that the user would be able to know what are the tasks to be completed under a particular group | priority | a user can view the task list according to the priorities levels by alphabetical order created date of tasks categories so that the user would be able to know what are the tasks to be completed under a particular group | 1 |
27,443 | 2,692,904,403 | IssuesEvent | 2015-04-01 11:25:37 | OCHA-DAP/hdx-ckan | https://api.github.com/repos/OCHA-DAP/hdx-ckan | opened | Custom Loc Admin Page: Line chart setting not saved | Priority-Medium | To replicate:
1. https://test-data.hdx.rwlabs.org/group/col Note 1st chart is bar chart
1. edit the page and change to line chart
1. update page
1. 1st chart is still a line chart
| 1.0 | Custom Loc Admin Page: Line chart setting not saved - To replicate:
1. https://test-data.hdx.rwlabs.org/group/col Note 1st chart is bar chart
1. edit the page and change to line chart
1. update page
1. 1st chart is still a line chart
| priority | custom loc admin page line chart setting not saved to replicate note chart is bar chart edit the page and change to line chart update page chart is still a line chart | 1 |
752,118 | 26,274,067,377 | IssuesEvent | 2023-01-06 20:01:00 | OpenMined/writing | https://api.github.com/repos/OpenMined/writing | closed | Conference Demo summary: Varun Khare - deploying federated learning on android with KotlinSyft | Good first issue :mortar_board: Priority: 3 - Medium :unamused: |
We want to summarise/transcribe people’s talks from the conference to help increase the reach of their talk and make it easier for people to browse the key takeaways from the conference.
Find the schedule of the talk here: https://pricon.openmined.org/agenda
And the recording of the talk here: https://www.youtube.com/playlist?list=PLUNOsx6Az_ZGKQd_p4StdZRFQkCBwnaY6
If the speaker is an OpenMined member, feel free to ask them for a copy of their slides - otherwise, you can screenshot key parts from their slides. | 1.0 | Conference Demo summary: Varun Khare - deploying federated learning on android with KotlinSyft -
We want to summarise/transcribe people’s talks from the conference to help increase the reach of their talk and make it easier for people to browse the key takeaways from the conference.
Find the schedule of the talk here: https://pricon.openmined.org/agenda
And the recording of the talk here: https://www.youtube.com/playlist?list=PLUNOsx6Az_ZGKQd_p4StdZRFQkCBwnaY6
If the speaker is an OpenMined member, feel free to ask them for a copy of their slides - otherwise, you can screenshot key parts from their slides. | priority | conference demo summary varun khare deploying federated learning on android with kotlinsyft we want to summarise transcribe people’s talks from the conference to help increase the reach of their talk and make it easier for people to browse the key takeaways from the conference find the schedule of the talk here and the recording of the talk here if the speaker is an openmined member feel free to ask them for a copy of their slides otherwise you can screenshot key parts from their slides | 1 |
74,747 | 3,447,494,534 | IssuesEvent | 2015-12-16 00:43:09 | jeffbryner/MozDef | https://api.github.com/repos/jeffbryner/MozDef | closed | Null date breaks pivot table | category:bug priority:medium | https://github.com/jeffbryner/MozDef/blob/master/meteor/app/client/incidentsveris.js#L29 does not check for a valid date and if presented with null (the default) breaks in a less than desirable manner. | 1.0 | Null date breaks pivot table - https://github.com/jeffbryner/MozDef/blob/master/meteor/app/client/incidentsveris.js#L29 does not check for a valid date and if presented with null (the default) breaks in a less than desirable manner. | priority | null date breaks pivot table does not check for a valid date and if presented with null the default breaks in a less than desirable manner | 1 |
85,432 | 3,690,602,930 | IssuesEvent | 2016-02-25 20:38:24 | duckduckgo/zeroclickinfo-spice | https://api.github.com/repos/duckduckgo/zeroclickinfo-spice | closed | usage of $.getScript() and nrj() should be replaced by $.getJSON | Improvement Low-Hanging Fruit Priority: Medium | //cc @yegg @russellholt @jagtalon
Previously, to handle API's which require multiple callbacks, we've depended on `nrj()` and recently been using `$.getScript()` as a means of calling the next required endpoint, which then utilizes another callback function, defined by the developer (in the global space) to handle the newly returned data. Examples include the translation, definition and Guidebox IAs (as well as a few others).
I think a much better approach to handling this scenario is to uss `$.getJSON()`, rather than using `$.getScript()`. The benefit being you don't have to write another named callback function in the public namespace (i.e. you can opt for an anonymous fn if you want) or a callback defined in the scope of the primary callback (i.e. `ddg_spice_ia_name`), which also means it's significantly easier to pass along new/previously defined data to/from the `$.getJSON()` callback.
One example usage of this can be found here: I recently used this method here: https://github.com/duckduckgo/zeroclickinfo-spice/blob/master/share/spice/amazon/amazon.js#L69
This example could be further improved if the CB was defined inside our ddg_spice_amzon fn, and as well this (https://github.com/duckduckgo/zeroclickinfo-spice/blob/master/share/spice/amazon/amazon.js#L35) could also use `$.getJSON()`. | 1.0 | usage of $.getScript() and nrj() should be replaced by $.getJSON - //cc @yegg @russellholt @jagtalon
Previously, to handle API's which require multiple callbacks, we've depended on `nrj()` and recently been using `$.getScript()` as a means of calling the next required endpoint, which then utilizes another callback function, defined by the developer (in the global space) to handle the newly returned data. Examples include the translation, definition and Guidebox IAs (as well as a few others).
I think a much better approach to handling this scenario is to uss `$.getJSON()`, rather than using `$.getScript()`. The benefit being you don't have to write another named callback function in the public namespace (i.e. you can opt for an anonymous fn if you want) or a callback defined in the scope of the primary callback (i.e. `ddg_spice_ia_name`), which also means it's significantly easier to pass along new/previously defined data to/from the `$.getJSON()` callback.
One example usage of this can be found here: I recently used this method here: https://github.com/duckduckgo/zeroclickinfo-spice/blob/master/share/spice/amazon/amazon.js#L69
This example could be further improved if the CB was defined inside our ddg_spice_amzon fn, and as well this (https://github.com/duckduckgo/zeroclickinfo-spice/blob/master/share/spice/amazon/amazon.js#L35) could also use `$.getJSON()`. | priority | usage of getscript and nrj should be replaced by getjson cc yegg russellholt jagtalon previously to handle api s which require multiple callbacks we ve depended on nrj and recently been using getscript as a means of calling the next required endpoint which then utilizes another callback function defined by the developer in the global space to handle the newly returned data examples include the translation definition and guidebox ias as well as a few others i think a much better approach to handling this scenario is to uss getjson rather than using getscript the benefit being you don t have to write another named callback function in the public namespace i e you can opt for an anonymous fn if you want or a callback defined in the scope of the primary callback i e ddg spice ia name which also means it s significantly easier to pass along new previously defined data to from the getjson callback one example usage of this can be found here i recently used this method here this example could be further improved if the cb was defined inside our ddg spice amzon fn and as well this could also use getjson | 1 |
68,104 | 3,284,225,657 | IssuesEvent | 2015-10-28 15:52:01 | jfabry/LiveRobotProgramming | https://api.github.com/repos/jfabry/LiveRobotProgramming | opened | Add a README.md to the Minstorms and ROS examples dir | Priority-Medium Type-Enhancement | This README.md should briefly explain how to interact with the robot from within action blocks, e.g. how to send a message in ROS and how to read a topic. | 1.0 | Add a README.md to the Minstorms and ROS examples dir - This README.md should briefly explain how to interact with the robot from within action blocks, e.g. how to send a message in ROS and how to read a topic. | priority | add a readme md to the minstorms and ros examples dir this readme md should briefly explain how to interact with the robot from within action blocks e g how to send a message in ros and how to read a topic | 1 |
11,677 | 2,610,156,784 | IssuesEvent | 2015-02-26 18:49:49 | chrsmith/republic-at-war | https://api.github.com/repos/chrsmith/republic-at-war | closed | Techno Union Fighter | auto-migrated Priority-Medium Type-Review | ```
add technounion fighter to game constants
```
-----
Original issue reported on code.google.com by `z3r0...@gmail.com` on 30 Jan 2011 at 2:35 | 1.0 | Techno Union Fighter - ```
add technounion fighter to game constants
```
-----
Original issue reported on code.google.com by `z3r0...@gmail.com` on 30 Jan 2011 at 2:35 | priority | techno union fighter add technounion fighter to game constants original issue reported on code google com by gmail com on jan at | 1 |
79,643 | 3,538,205,438 | IssuesEvent | 2016-01-18 08:39:09 | gama-platform/gama | https://api.github.com/repos/gama-platform/gama | opened | Validation NPE [MAELIA] | > Bug Priority Medium | It happens that some files in the MAELIA model have only 1 compilation errors on the model . The description is that there is a NPE:
java.lang.NullPointerException
at msi.gaml.descriptions.TypeDescription.markTypeDifference(TypeDescription.java:138)
at msi.gaml.descriptions.TypeDescription.assertVarsAreCompatible(TypeDescription.java:120)
at msi.gaml.descriptions.TypeDescription.addOwnVariable(TypeDescription.java:209)
at msi.gaml.descriptions.SpeciesDescription.addChild(SpeciesDescription.java:252)
at msi.gaml.descriptions.ModelDescription.addChild(ModelDescription.java:250)
at msi.gaml.descriptions.SpeciesDescription.finalizeDescription(SpeciesDescription.java:767)
at msi.gaml.descriptions.ModelDescription.finalizeDescription(ModelDescription.java:323)
at msi.gaml.factories.ModelAssembler.assemble(ModelAssembler.java:166)
at msi.gaml.factories.ModelFactory.createModelDescription(ModelFactory.java:51)
at msi.gama.lang.gaml.resource.GamlResource.buildModelDescription(GamlResource.java:175)
at msi.gama.lang.gaml.resource.GamlResource.buildCompleteDescription(GamlResource.java:335)
at msi.gama.lang.gaml.resource.GamlResource.validate(GamlResource.java:362)
at msi.gama.lang.gaml.resource.GamlModelBuilder.validate(GamlModelBuilder.java:63)
at msi.gama.lang.gaml.validation.GamlJavaValidator.validate(GamlJavaValidator.java:36)
at sun.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.eclipse.xtext.validation.AbstractDeclarativeValidator$MethodWrapper.invoke(AbstractDeclarativeValidator.java:118)
at org.eclipse.xtext.validation.AbstractDeclarativeValidator.internalValidate(AbstractDeclarativeValidator.java:312)
at org.eclipse.xtext.validation.AbstractInjectableValidator.validate(AbstractInjectableValidator.java:69)
at org.eclipse.xtext.validation.CompositeEValidator.validate(CompositeEValidator.java:153)
at org.eclipse.emf.ecore.util.Diagnostician.doValidate(Diagnostician.java:171)
at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:158)
at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:137)
at org.eclipse.xtext.validation.CancelableDiagnostician.validate(CancelableDiagnostician.java:37)
at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:120)
at org.eclipse.xtext.validation.ResourceValidatorImpl.validate(ResourceValidatorImpl.java:148)
at org.eclipse.xtext.validation.ResourceValidatorImpl.validate(ResourceValidatorImpl.java:126)
at org.eclipse.xtext.validation.ResourceValidatorImpl.validate(ResourceValidatorImpl.java:91)
at org.eclipse.xtext.ui.validation.DefaultResourceUIValidatorExtension.addMarkers(DefaultResourceUIValidatorExtension.java:60)
at org.eclipse.xtext.ui.validation.DefaultResourceUIValidatorExtension.updateValidationMarkers(DefaultResourceUIValidatorExtension.java:46)
at org.eclipse.xtext.builder.builderState.MarkerUpdaterImpl.processDelta(MarkerUpdaterImpl.java:80)
at org.eclipse.xtext.builder.builderState.MarkerUpdaterImpl.updateMarkers(MarkerUpdaterImpl.java:59)
at org.eclipse.xtext.builder.builderState.AbstractBuilderState.updateMarkers(AbstractBuilderState.java:81)
at org.eclipse.xtext.builder.clustering.ClusteringBuilderState.doUpdate(ClusteringBuilderState.java:287)
at org.eclipse.xtext.builder.builderState.AbstractBuilderState.update(AbstractBuilderState.java:115)
at org.eclipse.xtext.builder.impl.XtextBuilder.doBuild(XtextBuilder.java:248)
at org.eclipse.xtext.builder.impl.XtextBuilder.incrementalBuild(XtextBuilder.java:228)
at org.eclipse.xtext.builder.impl.XtextBuilder.build(XtextBuilder.java:123)
at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:734)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:205)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:245)
at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:300)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:303)
at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:359)
at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:382)
at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:144)
at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:235)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
| 1.0 | Validation NPE [MAELIA] - It happens that some files in the MAELIA model have only 1 compilation errors on the model . The description is that there is a NPE:
java.lang.NullPointerException
at msi.gaml.descriptions.TypeDescription.markTypeDifference(TypeDescription.java:138)
at msi.gaml.descriptions.TypeDescription.assertVarsAreCompatible(TypeDescription.java:120)
at msi.gaml.descriptions.TypeDescription.addOwnVariable(TypeDescription.java:209)
at msi.gaml.descriptions.SpeciesDescription.addChild(SpeciesDescription.java:252)
at msi.gaml.descriptions.ModelDescription.addChild(ModelDescription.java:250)
at msi.gaml.descriptions.SpeciesDescription.finalizeDescription(SpeciesDescription.java:767)
at msi.gaml.descriptions.ModelDescription.finalizeDescription(ModelDescription.java:323)
at msi.gaml.factories.ModelAssembler.assemble(ModelAssembler.java:166)
at msi.gaml.factories.ModelFactory.createModelDescription(ModelFactory.java:51)
at msi.gama.lang.gaml.resource.GamlResource.buildModelDescription(GamlResource.java:175)
at msi.gama.lang.gaml.resource.GamlResource.buildCompleteDescription(GamlResource.java:335)
at msi.gama.lang.gaml.resource.GamlResource.validate(GamlResource.java:362)
at msi.gama.lang.gaml.resource.GamlModelBuilder.validate(GamlModelBuilder.java:63)
at msi.gama.lang.gaml.validation.GamlJavaValidator.validate(GamlJavaValidator.java:36)
at sun.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.eclipse.xtext.validation.AbstractDeclarativeValidator$MethodWrapper.invoke(AbstractDeclarativeValidator.java:118)
at org.eclipse.xtext.validation.AbstractDeclarativeValidator.internalValidate(AbstractDeclarativeValidator.java:312)
at org.eclipse.xtext.validation.AbstractInjectableValidator.validate(AbstractInjectableValidator.java:69)
at org.eclipse.xtext.validation.CompositeEValidator.validate(CompositeEValidator.java:153)
at org.eclipse.emf.ecore.util.Diagnostician.doValidate(Diagnostician.java:171)
at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:158)
at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:137)
at org.eclipse.xtext.validation.CancelableDiagnostician.validate(CancelableDiagnostician.java:37)
at org.eclipse.emf.ecore.util.Diagnostician.validate(Diagnostician.java:120)
at org.eclipse.xtext.validation.ResourceValidatorImpl.validate(ResourceValidatorImpl.java:148)
at org.eclipse.xtext.validation.ResourceValidatorImpl.validate(ResourceValidatorImpl.java:126)
at org.eclipse.xtext.validation.ResourceValidatorImpl.validate(ResourceValidatorImpl.java:91)
at org.eclipse.xtext.ui.validation.DefaultResourceUIValidatorExtension.addMarkers(DefaultResourceUIValidatorExtension.java:60)
at org.eclipse.xtext.ui.validation.DefaultResourceUIValidatorExtension.updateValidationMarkers(DefaultResourceUIValidatorExtension.java:46)
at org.eclipse.xtext.builder.builderState.MarkerUpdaterImpl.processDelta(MarkerUpdaterImpl.java:80)
at org.eclipse.xtext.builder.builderState.MarkerUpdaterImpl.updateMarkers(MarkerUpdaterImpl.java:59)
at org.eclipse.xtext.builder.builderState.AbstractBuilderState.updateMarkers(AbstractBuilderState.java:81)
at org.eclipse.xtext.builder.clustering.ClusteringBuilderState.doUpdate(ClusteringBuilderState.java:287)
at org.eclipse.xtext.builder.builderState.AbstractBuilderState.update(AbstractBuilderState.java:115)
at org.eclipse.xtext.builder.impl.XtextBuilder.doBuild(XtextBuilder.java:248)
at org.eclipse.xtext.builder.impl.XtextBuilder.incrementalBuild(XtextBuilder.java:228)
at org.eclipse.xtext.builder.impl.XtextBuilder.build(XtextBuilder.java:123)
at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:734)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:205)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:245)
at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:300)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:303)
at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:359)
at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:382)
at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:144)
at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:235)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
| priority | validation npe it happens that some files in the maelia model have only compilation errors on the model the description is that there is a npe java lang nullpointerexception at msi gaml descriptions typedescription marktypedifference typedescription java at msi gaml descriptions typedescription assertvarsarecompatible typedescription java at msi gaml descriptions typedescription addownvariable typedescription java at msi gaml descriptions speciesdescription addchild speciesdescription java at msi gaml descriptions modeldescription addchild modeldescription java at msi gaml descriptions speciesdescription finalizedescription speciesdescription java at msi gaml descriptions modeldescription finalizedescription modeldescription java at msi gaml factories modelassembler assemble modelassembler java at msi gaml factories modelfactory createmodeldescription modelfactory java at msi gama lang gaml resource gamlresource buildmodeldescription gamlresource java at msi gama lang gaml resource gamlresource buildcompletedescription gamlresource java at msi gama lang gaml resource gamlresource validate gamlresource java at msi gama lang gaml resource gamlmodelbuilder validate gamlmodelbuilder java at msi gama lang gaml validation gamljavavalidator validate gamljavavalidator java at sun reflect invoke unknown source at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org eclipse xtext validation abstractdeclarativevalidator methodwrapper invoke abstractdeclarativevalidator java at org eclipse xtext validation abstractdeclarativevalidator internalvalidate abstractdeclarativevalidator java at org eclipse xtext validation abstractinjectablevalidator validate abstractinjectablevalidator java at org eclipse xtext validation compositeevalidator validate compositeevalidator java at org eclipse emf ecore util diagnostician dovalidate diagnostician java at org eclipse emf ecore util diagnostician validate diagnostician java at org eclipse emf ecore util diagnostician validate diagnostician java at org eclipse xtext validation cancelablediagnostician validate cancelablediagnostician java at org eclipse emf ecore util diagnostician validate diagnostician java at org eclipse xtext validation resourcevalidatorimpl validate resourcevalidatorimpl java at org eclipse xtext validation resourcevalidatorimpl validate resourcevalidatorimpl java at org eclipse xtext validation resourcevalidatorimpl validate resourcevalidatorimpl java at org eclipse xtext ui validation defaultresourceuivalidatorextension addmarkers defaultresourceuivalidatorextension java at org eclipse xtext ui validation defaultresourceuivalidatorextension updatevalidationmarkers defaultresourceuivalidatorextension java at org eclipse xtext builder builderstate markerupdaterimpl processdelta markerupdaterimpl java at org eclipse xtext builder builderstate markerupdaterimpl updatemarkers markerupdaterimpl java at org eclipse xtext builder builderstate abstractbuilderstate updatemarkers abstractbuilderstate java at org eclipse xtext builder clustering clusteringbuilderstate doupdate clusteringbuilderstate java at org eclipse xtext builder builderstate abstractbuilderstate update abstractbuilderstate java at org eclipse xtext builder impl xtextbuilder dobuild xtextbuilder java at org eclipse xtext builder impl xtextbuilder incrementalbuild xtextbuilder java at org eclipse xtext builder impl xtextbuilder build xtextbuilder java at org eclipse core internal events buildmanager run buildmanager java at org eclipse core runtime saferunner run saferunner java at org eclipse core internal events buildmanager basicbuild buildmanager java at org eclipse core internal events buildmanager basicbuild buildmanager java at org eclipse core internal events buildmanager run buildmanager java at org eclipse core runtime saferunner run saferunner java at org eclipse core internal events buildmanager basicbuild buildmanager java at org eclipse core internal events buildmanager basicbuildloop buildmanager java at org eclipse core internal events buildmanager build buildmanager java at org eclipse core internal events autobuildjob dobuild autobuildjob java at org eclipse core internal events autobuildjob run autobuildjob java at org eclipse core internal jobs worker run worker java | 1 |
634,908 | 20,374,525,735 | IssuesEvent | 2022-02-21 14:25:21 | teamforus/general | https://api.github.com/repos/teamforus/general | closed | Add Contact page to webshop with a form and contact details | Priority: Should have Epic Scope: Medium project-31 Todo: Move to Productboard | Learn more about change requests here: https://bit.ly/39CWeEE
### Requested by:
Usertesting
### Change description
During user testing there was a idea which was indexed which says 'State all criteria clearly and give information about the fund before you ask to login with DigiD'; A good thing would be to add a contact item in the menu so people have a clear route to get help when they get stuck on this step. Most of the testers said that they first want to sent a mail.
| 1.0 | Add Contact page to webshop with a form and contact details - Learn more about change requests here: https://bit.ly/39CWeEE
### Requested by:
Usertesting
### Change description
During user testing there was a idea which was indexed which says 'State all criteria clearly and give information about the fund before you ask to login with DigiD'; A good thing would be to add a contact item in the menu so people have a clear route to get help when they get stuck on this step. Most of the testers said that they first want to sent a mail.
| priority | add contact page to webshop with a form and contact details learn more about change requests here requested by usertesting change description during user testing there was a idea which was indexed which says state all criteria clearly and give information about the fund before you ask to login with digid a good thing would be to add a contact item in the menu so people have a clear route to get help when they get stuck on this step most of the testers said that they first want to sent a mail | 1 |
674,353 | 23,047,527,424 | IssuesEvent | 2022-07-24 05:41:39 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | [DocDB] Redesign Subdocument builder to avoid full row rebuild when checking for deleted column | kind/bug area/docdb priority/medium | Jira Link: [DB-2380](https://yugabyte.atlassian.net/browse/DB-2380)
### Description
Currently we perform full row rebuild when row does not have columns in requested projection.
Also we perform unnecessary value copy while building subdocument.
It could be refactored to avoid both. | 1.0 | [DocDB] Redesign Subdocument builder to avoid full row rebuild when checking for deleted column - Jira Link: [DB-2380](https://yugabyte.atlassian.net/browse/DB-2380)
### Description
Currently we perform full row rebuild when row does not have columns in requested projection.
Also we perform unnecessary value copy while building subdocument.
It could be refactored to avoid both. | priority | redesign subdocument builder to avoid full row rebuild when checking for deleted column jira link description currently we perform full row rebuild when row does not have columns in requested projection also we perform unnecessary value copy while building subdocument it could be refactored to avoid both | 1 |
479,722 | 13,804,988,869 | IssuesEvent | 2020-10-11 11:41:00 | space-wizards/space-station-14 | https://api.github.com/repos/space-wizards/space-station-14 | closed | Random default character slot and name | Priority: 2-medium Type: Improvement | Because I hate seeing 10 Joe Generos that look the same in the round. | 1.0 | Random default character slot and name - Because I hate seeing 10 Joe Generos that look the same in the round. | priority | random default character slot and name because i hate seeing joe generos that look the same in the round | 1 |
453,963 | 13,092,621,230 | IssuesEvent | 2020-08-03 08:55:52 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | Hosted World - Main menu in game, to join hosted world, image display bug | Category: Cloud Worlds Category: Web Priority: Medium Status: Fixed | 
If world name is very long, The world icon might become very large. | 1.0 | Hosted World - Main menu in game, to join hosted world, image display bug - 
If world name is very long, The world icon might become very large. | priority | hosted world main menu in game to join hosted world image display bug if world name is very long the world icon might become very large | 1 |
588,041 | 17,645,811,315 | IssuesEvent | 2021-08-20 05:47:40 | inverse-inc/packetfence | https://api.github.com/repos/inverse-inc/packetfence | closed | AD join fail after upgrade to samba 4.9.1 | Type: Bug Priority: Medium | **Describe the bug**
CentOS already update, so the samba version also got updated to 4.9.1.
when I try to join my packetfence instance to my domain, it fails but it works before I use samba 4.8.3
**To Reproduce**
Steps to reproduce the behavior:
1. configure AD
2. join the packetfence into the domain
result:
Failed to join domain: failed to precreate account in ou cn=Computers,dc=QACAKE,dc=TEST: No such object
Do you see the issue in your test, any advice? Thanks | 1.0 | AD join fail after upgrade to samba 4.9.1 - **Describe the bug**
CentOS already update, so the samba version also got updated to 4.9.1.
when I try to join my packetfence instance to my domain, it fails but it works before I use samba 4.8.3
**To Reproduce**
Steps to reproduce the behavior:
1. configure AD
2. join the packetfence into the domain
result:
Failed to join domain: failed to precreate account in ou cn=Computers,dc=QACAKE,dc=TEST: No such object
Do you see the issue in your test, any advice? Thanks | priority | ad join fail after upgrade to samba describe the bug centos already update so the samba version also got updated to when i try to join my packetfence instance to my domain it fails but it works before i use samba to reproduce steps to reproduce the behavior configure ad join the packetfence into the domain result failed to join domain failed to precreate account in ou cn computers dc qacake dc test no such object do you see the issue in your test any advice thanks | 1 |
273,629 | 8,550,932,095 | IssuesEvent | 2018-11-07 16:41:42 | richelbilderbeek/djog_unos_2018 | https://api.github.com/repos/richelbilderbeek/djog_unos_2018 | closed | Vote on the goal of the game | medium priority vote | **Is your feature request related to a problem? Please describe.**
Games are more fun if they have a goal.
**Describe the solution you'd like**
Suggest your idea of the goal of the game. During development of it, we may be influenced by this. Or not. In our case, it is an iterative development :rainbow:
**Describe alternatives you've considered**
None.
**Additional context**
* There will be a vote one week later.
* The goal of the game will not be set in stone: a future vote may overthrow that vote | 1.0 | Vote on the goal of the game - **Is your feature request related to a problem? Please describe.**
Games are more fun if they have a goal.
**Describe the solution you'd like**
Suggest your idea of the goal of the game. During development of it, we may be influenced by this. Or not. In our case, it is an iterative development :rainbow:
**Describe alternatives you've considered**
None.
**Additional context**
* There will be a vote one week later.
* The goal of the game will not be set in stone: a future vote may overthrow that vote | priority | vote on the goal of the game is your feature request related to a problem please describe games are more fun if they have a goal describe the solution you d like suggest your idea of the goal of the game during development of it we may be influenced by this or not in our case it is an iterative development rainbow describe alternatives you ve considered none additional context there will be a vote one week later the goal of the game will not be set in stone a future vote may overthrow that vote | 1 |
58,002 | 3,086,963,891 | IssuesEvent | 2015-08-25 08:29:22 | pavel-pimenov/flylinkdc-r5xx | https://api.github.com/repos/pavel-pimenov/flylinkdc-r5xx | opened | Крэш: flylinkdc!std::_Tree_unchecked_const_iterator<...>::_Mynode (список загрузок) | bug imported Priority-Medium | _From [masteral...@googlemail.com](https://code.google.com/u/112581706116154880469/) on September 21, 2013 00:39:54_
Файл качался, затем получил статус "Отключен", я ПКМ на нём и флай упал.
Дамп: https://www.crash-server.com/UploadedReport.aspx?DumpID=806217 PS. Совершенно подустал от падающего флая, ещё часть времени сидел с выключенным кабелем инета, пока приводил в божеский вид очередь, чтобы флай постоянно не подключался к хабам и не тратил ресурсы на закачки и отдачи. В связи с этим, не отправилась никуда добрая десятка падений, связанных преимещественно с очередью.
Наверное, не так часто будет желание что-либо "трогать" в программе, дабы не спровоцировать его - пусть себе качает свёрнутый.
PPS. И да, кажется всё-таки на последних двух-трёх билдах, как я уже упоминал, апдейтер вообще не справляется со своими задачами: после некорректного завершения флая, предлагает обновиться, но дальше ничего не происходит. Просто в процессах висит флай без окон и единственным коннектом к fly-server, а апдейтер и не думал запускаться :)
_Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=1308_ | 1.0 | Крэш: flylinkdc!std::_Tree_unchecked_const_iterator<...>::_Mynode (список загрузок) - _From [masteral...@googlemail.com](https://code.google.com/u/112581706116154880469/) on September 21, 2013 00:39:54_
Файл качался, затем получил статус "Отключен", я ПКМ на нём и флай упал.
Дамп: https://www.crash-server.com/UploadedReport.aspx?DumpID=806217 PS. Совершенно подустал от падающего флая, ещё часть времени сидел с выключенным кабелем инета, пока приводил в божеский вид очередь, чтобы флай постоянно не подключался к хабам и не тратил ресурсы на закачки и отдачи. В связи с этим, не отправилась никуда добрая десятка падений, связанных преимещественно с очередью.
Наверное, не так часто будет желание что-либо "трогать" в программе, дабы не спровоцировать его - пусть себе качает свёрнутый.
PPS. И да, кажется всё-таки на последних двух-трёх билдах, как я уже упоминал, апдейтер вообще не справляется со своими задачами: после некорректного завершения флая, предлагает обновиться, но дальше ничего не происходит. Просто в процессах висит флай без окон и единственным коннектом к fly-server, а апдейтер и не думал запускаться :)
_Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=1308_ | priority | крэш flylinkdc std tree unchecked const iterator mynode список загрузок from on september файл качался затем получил статус отключен я пкм на нём и флай упал дамп ps совершенно подустал от падающего флая ещё часть времени сидел с выключенным кабелем инета пока приводил в божеский вид очередь чтобы флай постоянно не подключался к хабам и не тратил ресурсы на закачки и отдачи в связи с этим не отправилась никуда добрая десятка падений связанных преимещественно с очередью наверное не так часто будет желание что либо трогать в программе дабы не спровоцировать его пусть себе качает свёрнутый pps и да кажется всё таки на последних двух трёх билдах как я уже упоминал апдейтер вообще не справляется со своими задачами после некорректного завершения флая предлагает обновиться но дальше ничего не происходит просто в процессах висит флай без окон и единственным коннектом к fly server а апдейтер и не думал запускаться original issue | 1 |
486,017 | 14,002,926,343 | IssuesEvent | 2020-10-28 15:19:20 | buddyboss/buddyboss-platform | https://api.github.com/repos/buddyboss/buddyboss-platform | opened | Password reset email is not displaying properly when Paid Membership Pro is active | bug priority: medium | **Describe the bug**
When Paid Membership Pro is active along with the BuddyBoss Platform, the password reset email source code contains several `<BR>` tags causing to have unnecessary spaces on the final output.
**To Reproduce**
Steps to reproduce the behavior:
1. Activate Paid Membership Pro
2. Go to the reset password page.
3. Try to reset your password.
4. Check the email and see the error
**Screenshots**

**Support ticket links**
https://secure.helpscout.net/conversation/1300227041/101884
| 1.0 | Password reset email is not displaying properly when Paid Membership Pro is active - **Describe the bug**
When Paid Membership Pro is active along with the BuddyBoss Platform, the password reset email source code contains several `<BR>` tags causing to have unnecessary spaces on the final output.
**To Reproduce**
Steps to reproduce the behavior:
1. Activate Paid Membership Pro
2. Go to the reset password page.
3. Try to reset your password.
4. Check the email and see the error
**Screenshots**

**Support ticket links**
https://secure.helpscout.net/conversation/1300227041/101884
| priority | password reset email is not displaying properly when paid membership pro is active describe the bug when paid membership pro is active along with the buddyboss platform the password reset email source code contains several tags causing to have unnecessary spaces on the final output to reproduce steps to reproduce the behavior activate paid membership pro go to the reset password page try to reset your password check the email and see the error screenshots support ticket links | 1 |
743,732 | 25,912,433,767 | IssuesEvent | 2022-12-15 14:55:47 | mypfinance/mypfinance | https://api.github.com/repos/mypfinance/mypfinance | closed | Implement BudgetController | medium priority backend | This controller will have custom endpoints to support any statistical analysis we will create in future. | 1.0 | Implement BudgetController - This controller will have custom endpoints to support any statistical analysis we will create in future. | priority | implement budgetcontroller this controller will have custom endpoints to support any statistical analysis we will create in future | 1 |
641,229 | 20,821,799,593 | IssuesEvent | 2022-03-18 16:05:37 | CDCgov/prime-reportstream | https://api.github.com/repos/CDCgov/prime-reportstream | closed | NJ - OBR-25 and OBX-11 | onboarding-ops receiver data-issue Medium Priority | **Describe the bug**
Please note the errors below in ELR File: covid-19-ca446a5b-acdf-49b0-8361-044448cec94b-20220217141559.hl7
Order: `985cc42e-6e33-4b91-8153-71c3f8fd9fdc`
OBR-25 and OBX-11 are missing. Please correct and resubmit. | 1.0 | NJ - OBR-25 and OBX-11 - **Describe the bug**
Please note the errors below in ELR File: covid-19-ca446a5b-acdf-49b0-8361-044448cec94b-20220217141559.hl7
Order: `985cc42e-6e33-4b91-8153-71c3f8fd9fdc`
OBR-25 and OBX-11 are missing. Please correct and resubmit. | priority | nj obr and obx describe the bug please note the errors below in elr file covid acdf order obr and obx are missing please correct and resubmit | 1 |
371,195 | 10,962,772,143 | IssuesEvent | 2019-11-27 18:01:37 | neuropoly/spinalcordtoolbox | https://api.github.com/repos/neuropoly/spinalcordtoolbox | closed | sct_check_dependences should be more sensitive to python dependences installation | enhancement installation priority:MEDIUM sct_check_dependencies | Related to issues #862, #863, #864.
For exemple, it should at least test `import XXX`
| 1.0 | sct_check_dependences should be more sensitive to python dependences installation - Related to issues #862, #863, #864.
For exemple, it should at least test `import XXX`
| priority | sct check dependences should be more sensitive to python dependences installation related to issues for exemple it should at least test import xxx | 1 |
590,448 | 17,778,051,113 | IssuesEvent | 2021-08-30 22:11:03 | Earthcomputer/multiconnect | https://api.github.com/repos/Earthcomputer/multiconnect | closed | Some servers won't load in the text on signs. | plausible priority: medium | (This is mostly copy paste from the Discord Server. [Link](https://discord.com/channels/703363189081112647/703364312915509249/769975209868132372))
I think I found a bug that's specific to the servers which don't support the version 1.16.3.
Signs don't always load their text.
``play.timolia.de`` only supports 1.8-1.15.2 and ``tumira.net`` supports 1.8-1.16.2.
This happens with ``Minecraft 1.16.3``, ``multiconnect-1.3.30`` and ``Fabric 0.9.3 build 207`` as well as with ``Fabric 0.10.3 build 211 (currently most recent version)``.
I tried joining the servers with multiconnect using various versions and it still happens.
When joining the servers with Vanilla 1.12.2 this does *not* happen.
On other servers this doesn't happen (most of the servers I have in my list support 1.16.3 so I'm not really sure if there are exceptions).
Removing the texture pack also didn't fix the issue.
On ``Rewinside.tv`` (supports 1.8-1.12.2) this does *not* happen.
Signs on Timolia not loading in. (On Tumira there only seem to be two easy reachable signs located under bedwars)

Joining Tumira and Timolia with vanilla 1.15.2 loads the signs correctly.
On a vanilla 1.16.2 server signs load correctly.
Timolia and Tumira both seem to use BungeeCord and Paper.
What Timolia uses:

What Tumira uses:
 | 1.0 | Some servers won't load in the text on signs. - (This is mostly copy paste from the Discord Server. [Link](https://discord.com/channels/703363189081112647/703364312915509249/769975209868132372))
I think I found a bug that's specific to the servers which don't support the version 1.16.3.
Signs don't always load their text.
``play.timolia.de`` only supports 1.8-1.15.2 and ``tumira.net`` supports 1.8-1.16.2.
This happens with ``Minecraft 1.16.3``, ``multiconnect-1.3.30`` and ``Fabric 0.9.3 build 207`` as well as with ``Fabric 0.10.3 build 211 (currently most recent version)``.
I tried joining the servers with multiconnect using various versions and it still happens.
When joining the servers with Vanilla 1.12.2 this does *not* happen.
On other servers this doesn't happen (most of the servers I have in my list support 1.16.3 so I'm not really sure if there are exceptions).
Removing the texture pack also didn't fix the issue.
On ``Rewinside.tv`` (supports 1.8-1.12.2) this does *not* happen.
Signs on Timolia not loading in. (On Tumira there only seem to be two easy reachable signs located under bedwars)

Joining Tumira and Timolia with vanilla 1.15.2 loads the signs correctly.
On a vanilla 1.16.2 server signs load correctly.
Timolia and Tumira both seem to use BungeeCord and Paper.
What Timolia uses:

What Tumira uses:
 | priority | some servers won t load in the text on signs this is mostly copy paste from the discord server i think i found a bug that s specific to the servers which don t support the version signs don t always load their text play timolia de only supports and tumira net supports this happens with minecraft multiconnect and fabric build as well as with fabric build currently most recent version i tried joining the servers with multiconnect using various versions and it still happens when joining the servers with vanilla this does not happen on other servers this doesn t happen most of the servers i have in my list support so i m not really sure if there are exceptions removing the texture pack also didn t fix the issue on rewinside tv supports this does not happen signs on timolia not loading in on tumira there only seem to be two easy reachable signs located under bedwars joining tumira and timolia with vanilla loads the signs correctly on a vanilla server signs load correctly timolia and tumira both seem to use bungeecord and paper what timolia uses what tumira uses | 1 |
264,046 | 8,304,603,583 | IssuesEvent | 2018-09-21 21:53:35 | otrv4/libotr-ng | https://api.github.com/repos/otrv4/libotr-ng | closed | Make sure we are c99 | API C-syntax medium-priority | ## Why
We want to target our code for the c99 standard.
## Tasks
- [x] Remove use of stpcpy
- [x] Remove use of strnlen
- [ ] Remove use of getline
- [ ] Enable `make code-check` in the pipeline to avoid this to become a problem again.
| 1.0 | Make sure we are c99 - ## Why
We want to target our code for the c99 standard.
## Tasks
- [x] Remove use of stpcpy
- [x] Remove use of strnlen
- [ ] Remove use of getline
- [ ] Enable `make code-check` in the pipeline to avoid this to become a problem again.
| priority | make sure we are why we want to target our code for the standard tasks remove use of stpcpy remove use of strnlen remove use of getline enable make code check in the pipeline to avoid this to become a problem again | 1 |
78,117 | 3,509,470,934 | IssuesEvent | 2016-01-08 22:55:30 | OregonCore/OregonCore | https://api.github.com/repos/OregonCore/OregonCore | closed | touch of zanzil (BB #887) | Category: Spells migrated Priority: Medium Type: Bug | This issue was migrated from bitbucket.
**Original Reporter:** everdie
**Original Date:** 19.05.2015 17:13:26 GMT+0000
**Original Priority:** major
**Original Type:** bug
**Original State:** invalid
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/887
<hr>
Whenever a rugue trying to lockpick duskwood chest in Klaven's Tower(westfall), he get touch of zanzil debuff, although he has completed the posion skill quest yet. | 1.0 | touch of zanzil (BB #887) - This issue was migrated from bitbucket.
**Original Reporter:** everdie
**Original Date:** 19.05.2015 17:13:26 GMT+0000
**Original Priority:** major
**Original Type:** bug
**Original State:** invalid
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/887
<hr>
Whenever a rugue trying to lockpick duskwood chest in Klaven's Tower(westfall), he get touch of zanzil debuff, although he has completed the posion skill quest yet. | priority | touch of zanzil bb this issue was migrated from bitbucket original reporter everdie original date gmt original priority major original type bug original state invalid direct link whenever a rugue trying to lockpick duskwood chest in klaven s tower westfall he get touch of zanzil debuff although he has completed the posion skill quest yet | 1 |
212,681 | 7,241,478,487 | IssuesEvent | 2018-02-14 01:26:30 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | You can edit Contract to be invalid after posting it. | Medium Priority | I don't have Arend credit, so I cant create a contract that pays it.
I can create a contract that pays with my credit, then change it afterwards to pay Arend credit, which I don't have. | 1.0 | You can edit Contract to be invalid after posting it. - I don't have Arend credit, so I cant create a contract that pays it.
I can create a contract that pays with my credit, then change it afterwards to pay Arend credit, which I don't have. | priority | you can edit contract to be invalid after posting it i don t have arend credit so i cant create a contract that pays it i can create a contract that pays with my credit then change it afterwards to pay arend credit which i don t have | 1 |
677,925 | 23,179,843,764 | IssuesEvent | 2022-07-31 23:54:24 | containrrr/watchtower | https://api.github.com/repos/containrrr/watchtower | opened | Info messages are written to stderr when using "run once" mode | Type: Bug Priority: Medium Status: Available | <!--
Before submitting your issue, please make sure you're using the containrrr/watchtower:latest image.
If not, switch to this image prior to posting your report. Other forks, or the old `v2tec` image are **not** supported.
-->
**Quick intro**
Hi,
I realize that it might actually be the intended behavior and thus that it should not be considered as a bug. If that's the case, I'm sorry and this issue could be closed :smile:
However, if that's the intended behavior, I think there could be a debate about it (that could lead to a feature request). I gave more information about that in the "additional context" section.
Anyway, thanks for your awesome work !
**Describe the bug**
<!-- A clear and concise description of what the bug is. -->
The regular info messages shown below are written to standard error (stderr) instead of standard output (stdout) when using watchtower with the "run once" mode, even tho the command exits with a 0 return code (command used : `sudo docker run --rm -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --cleanup --run-once`) :
> time="2022-07-31T21:55:59Z" level=info msg="Watchtower 1.4.0"
> time="2022-07-31T21:55:59Z" level=info msg="Using no notifications"
> time="2022-07-31T21:55:59Z" level=info msg="Checking all containers (except explicitly disabled with label)"
> time="2022-07-31T21:55:59Z" level=info msg="Running a one time update."
> time="2022-07-31T21:56:02Z" level=info msg="Session done" Failed=0 Scanned=3 Updated=0 notify=no
> time="2022-07-31T21:56:02Z" level=info msg="Waiting for the notification goroutine to finish" notify=no
**To Reproduce**
<!--
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
-->
Run the command and echo the return code shows 0 (which is expected) :
`sudo docker run --rm -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --cleanup --run-once ; echo $?`
> time="2022-07-31T21:59:47Z" level=info msg="Watchtower 1.4.0"
> time="2022-07-31T21:59:47Z" level=info msg="Using no notifications"
> time="2022-07-31T21:59:47Z" level=info msg="Checking all containers (except explicitly disabled with label)"
> time="2022-07-31T21:59:47Z" level=info msg="Running a one time update."
> time="2022-07-31T21:59:50Z" level=info msg="Session done" Failed=0 Scanned=3 Updated=0 notify=no
> time="2022-07-31T21:59:50Z" level=info msg="Waiting for the notification goroutine to finish" notify=no
> **0**
However, redirecting standard output to "/dev/null" (or into a file) does nothing :
`sudo docker run --rm -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --cleanup --run-once > /dev/null`
> time="2022-07-31T22:02:51Z" level=info msg="Watchtower 1.4.0"
> time="2022-07-31T22:02:51Z" level=info msg="Using no notifications"
> time="2022-07-31T22:02:51Z" level=info msg="Checking all containers (except explicitly disabled with label)"
> time="2022-07-31T22:02:51Z" level=info msg="Running a one time update."
> time="2022-07-31T22:02:54Z" level=info msg="Session done" Failed=0 Scanned=3 Updated=0 notify=no
> time="2022-07-31T22:02:54Z" level=info msg="Waiting for the notification goroutine to finish" notify=no
While redirecting standard error to "/dev/null" (or into a file) does redirect the ouput :
`sudo docker run --rm -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --cleanup --run-once 2> /dev/null` --> gives no output
`sudo docker run --rm -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --cleanup --run-once 2> test.txt ; cat test.txt`
> time="2022-07-31T22:07:40Z" level=info msg="Watchtower 1.4.0"
> time="2022-07-31T22:07:40Z" level=info msg="Using no notifications"
> time="2022-07-31T22:07:40Z" level=info msg="Checking all containers (except explicitly disabled with label)"
> time="2022-07-31T22:07:40Z" level=info msg="Running a one time update."
> time="2022-07-31T22:07:43Z" level=info msg="Session done" Failed=0 Scanned=3 Updated=0 notify=no
> time="2022-07-31T22:07:43Z" level=info msg="Waiting for the notification goroutine to finish" notify=no
This behavior also happens if a container gets updated (at first I was wondering if those messages were designed to go to standard error if no update were available).
**Expected behavior**
<!-- A clear and concise description of what you expected to happen. -->
I expected those info messages to be written in standard output and not standard error.
If those info messages are meant to be written in standard error, I may have a suggestion (see the "Additional context" section).
**Environment**
<!--
We want to know:
- Platform
- Architecture
- Docker version
-->
Tested on 2 different environment (same result for both)
***Environment 1***
- Debian 11 installed directly on hardware
- X86_64
- Docker version 20.10.17, build 100c701
***Environment 2***
- Arch Linux VM installed on Proxmox
- X86_64
- Docker version 20.10.17, build 100c70180f
**Additional context**
<!--
Add any other context about the problem here.
-->
As I said in the introduction, I initially thought it was a bug but then realized it could actually be the intended behavior (I'm sorry if that's the case).
I understand that there's no real/standard convention about redirecting logging outputs to `stdout` or `stderr`, both are acceptable specially when a command doesn't have a "regular output" like it's the case here.
However, these info messages contain a crucial information (at least to me) : The name of container that got updated.
Here's my situation (to illustrate my point) :
I'm not a fan of automatic updates processes. However, I like to simplify them as much as possible, (especially since I have a lot servers that run docker containers). This is where the watchtower's `run once` mode becomes handy.
So, to simplify my docker containers update process, I wrote an ansible playbook that launches watchtower with the `run once` mode on every of my servers, which I launch manually and regularly.
To be able to see which containers got updated by watchtower (in order to know which ones need to be tested afterward to validate the update), I asked the playbook to redirect the standard output of the watchtower command to its own output. This is how I saw that the standard output of Watchtower does not contains info messages and thus the name of the container(s) that got updated.
Of course, redirecting standard error of the Watchtower command instead of standard output in the ansible playbook (or redirecting `stderr` in `stdout` in the command) does work, but it feels a little weird to have to redirect **stderr** to get a standard information such as the name of containers.
According to that, here's my thought about this :
- If the info messages were not specifically meant to be written in the `stderr`, then I guess this bug report is legit.
- If the info messages were indeed meant to be written in the `stderr`, I would suggest a feature request that does output the name of the container(s) that got updated in the `stdout`. So people like me that use watchtower with the `run once` mode inside a script or an ansible playbook (for instance) doesn't have to redirect `stderr` to get this information (which is crucial for me). *One could argue that people using watchtower directly as a command on their machines (and not inside an ansible playbook like I do) would then get the name of updated container(s) twice as both `stdout` and `stderr` are shown by default when launching a command. But I still think that a dedicated line that gives the name of container(s) that got updated once treatments are finished would be useful and more easily readable then retrieving those names in the info logs messages in the form of `Stopping /container_name (container_id) with SIGTERM\`, `Creating /container_name\`, etc... Especially if you have servers that host a lot of docker containers.*
I know my case may be a bit particular but I think this would also benefits people that uses watchtower is a more "standard" way.
Anyway, as I also said earlier, thanks a lot for your awesome work with Watchtower, and sorry for this way too long report... :smile:
| 1.0 | Info messages are written to stderr when using "run once" mode - <!--
Before submitting your issue, please make sure you're using the containrrr/watchtower:latest image.
If not, switch to this image prior to posting your report. Other forks, or the old `v2tec` image are **not** supported.
-->
**Quick intro**
Hi,
I realize that it might actually be the intended behavior and thus that it should not be considered as a bug. If that's the case, I'm sorry and this issue could be closed :smile:
However, if that's the intended behavior, I think there could be a debate about it (that could lead to a feature request). I gave more information about that in the "additional context" section.
Anyway, thanks for your awesome work !
**Describe the bug**
<!-- A clear and concise description of what the bug is. -->
The regular info messages shown below are written to standard error (stderr) instead of standard output (stdout) when using watchtower with the "run once" mode, even tho the command exits with a 0 return code (command used : `sudo docker run --rm -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --cleanup --run-once`) :
> time="2022-07-31T21:55:59Z" level=info msg="Watchtower 1.4.0"
> time="2022-07-31T21:55:59Z" level=info msg="Using no notifications"
> time="2022-07-31T21:55:59Z" level=info msg="Checking all containers (except explicitly disabled with label)"
> time="2022-07-31T21:55:59Z" level=info msg="Running a one time update."
> time="2022-07-31T21:56:02Z" level=info msg="Session done" Failed=0 Scanned=3 Updated=0 notify=no
> time="2022-07-31T21:56:02Z" level=info msg="Waiting for the notification goroutine to finish" notify=no
**To Reproduce**
<!--
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
-->
Run the command and echo the return code shows 0 (which is expected) :
`sudo docker run --rm -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --cleanup --run-once ; echo $?`
> time="2022-07-31T21:59:47Z" level=info msg="Watchtower 1.4.0"
> time="2022-07-31T21:59:47Z" level=info msg="Using no notifications"
> time="2022-07-31T21:59:47Z" level=info msg="Checking all containers (except explicitly disabled with label)"
> time="2022-07-31T21:59:47Z" level=info msg="Running a one time update."
> time="2022-07-31T21:59:50Z" level=info msg="Session done" Failed=0 Scanned=3 Updated=0 notify=no
> time="2022-07-31T21:59:50Z" level=info msg="Waiting for the notification goroutine to finish" notify=no
> **0**
However, redirecting standard output to "/dev/null" (or into a file) does nothing :
`sudo docker run --rm -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --cleanup --run-once > /dev/null`
> time="2022-07-31T22:02:51Z" level=info msg="Watchtower 1.4.0"
> time="2022-07-31T22:02:51Z" level=info msg="Using no notifications"
> time="2022-07-31T22:02:51Z" level=info msg="Checking all containers (except explicitly disabled with label)"
> time="2022-07-31T22:02:51Z" level=info msg="Running a one time update."
> time="2022-07-31T22:02:54Z" level=info msg="Session done" Failed=0 Scanned=3 Updated=0 notify=no
> time="2022-07-31T22:02:54Z" level=info msg="Waiting for the notification goroutine to finish" notify=no
While redirecting standard error to "/dev/null" (or into a file) does redirect the ouput :
`sudo docker run --rm -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --cleanup --run-once 2> /dev/null` --> gives no output
`sudo docker run --rm -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --cleanup --run-once 2> test.txt ; cat test.txt`
> time="2022-07-31T22:07:40Z" level=info msg="Watchtower 1.4.0"
> time="2022-07-31T22:07:40Z" level=info msg="Using no notifications"
> time="2022-07-31T22:07:40Z" level=info msg="Checking all containers (except explicitly disabled with label)"
> time="2022-07-31T22:07:40Z" level=info msg="Running a one time update."
> time="2022-07-31T22:07:43Z" level=info msg="Session done" Failed=0 Scanned=3 Updated=0 notify=no
> time="2022-07-31T22:07:43Z" level=info msg="Waiting for the notification goroutine to finish" notify=no
This behavior also happens if a container gets updated (at first I was wondering if those messages were designed to go to standard error if no update were available).
**Expected behavior**
<!-- A clear and concise description of what you expected to happen. -->
I expected those info messages to be written in standard output and not standard error.
If those info messages are meant to be written in standard error, I may have a suggestion (see the "Additional context" section).
**Environment**
<!--
We want to know:
- Platform
- Architecture
- Docker version
-->
Tested on 2 different environment (same result for both)
***Environment 1***
- Debian 11 installed directly on hardware
- X86_64
- Docker version 20.10.17, build 100c701
***Environment 2***
- Arch Linux VM installed on Proxmox
- X86_64
- Docker version 20.10.17, build 100c70180f
**Additional context**
<!--
Add any other context about the problem here.
-->
As I said in the introduction, I initially thought it was a bug but then realized it could actually be the intended behavior (I'm sorry if that's the case).
I understand that there's no real/standard convention about redirecting logging outputs to `stdout` or `stderr`, both are acceptable specially when a command doesn't have a "regular output" like it's the case here.
However, these info messages contain a crucial information (at least to me) : The name of container that got updated.
Here's my situation (to illustrate my point) :
I'm not a fan of automatic updates processes. However, I like to simplify them as much as possible, (especially since I have a lot servers that run docker containers). This is where the watchtower's `run once` mode becomes handy.
So, to simplify my docker containers update process, I wrote an ansible playbook that launches watchtower with the `run once` mode on every of my servers, which I launch manually and regularly.
To be able to see which containers got updated by watchtower (in order to know which ones need to be tested afterward to validate the update), I asked the playbook to redirect the standard output of the watchtower command to its own output. This is how I saw that the standard output of Watchtower does not contains info messages and thus the name of the container(s) that got updated.
Of course, redirecting standard error of the Watchtower command instead of standard output in the ansible playbook (or redirecting `stderr` in `stdout` in the command) does work, but it feels a little weird to have to redirect **stderr** to get a standard information such as the name of containers.
According to that, here's my thought about this :
- If the info messages were not specifically meant to be written in the `stderr`, then I guess this bug report is legit.
- If the info messages were indeed meant to be written in the `stderr`, I would suggest a feature request that does output the name of the container(s) that got updated in the `stdout`. So people like me that use watchtower with the `run once` mode inside a script or an ansible playbook (for instance) doesn't have to redirect `stderr` to get this information (which is crucial for me). *One could argue that people using watchtower directly as a command on their machines (and not inside an ansible playbook like I do) would then get the name of updated container(s) twice as both `stdout` and `stderr` are shown by default when launching a command. But I still think that a dedicated line that gives the name of container(s) that got updated once treatments are finished would be useful and more easily readable then retrieving those names in the info logs messages in the form of `Stopping /container_name (container_id) with SIGTERM\`, `Creating /container_name\`, etc... Especially if you have servers that host a lot of docker containers.*
I know my case may be a bit particular but I think this would also benefits people that uses watchtower is a more "standard" way.
Anyway, as I also said earlier, thanks a lot for your awesome work with Watchtower, and sorry for this way too long report... :smile:
| priority | info messages are written to stderr when using run once mode before submitting your issue please make sure you re using the containrrr watchtower latest image if not switch to this image prior to posting your report other forks or the old image are not supported quick intro hi i realize that it might actually be the intended behavior and thus that it should not be considered as a bug if that s the case i m sorry and this issue could be closed smile however if that s the intended behavior i think there could be a debate about it that could lead to a feature request i gave more information about that in the additional context section anyway thanks for your awesome work describe the bug the regular info messages shown below are written to standard error stderr instead of standard output stdout when using watchtower with the run once mode even tho the command exits with a return code command used sudo docker run rm v var run docker sock var run docker sock containrrr watchtower cleanup run once time level info msg watchtower time level info msg using no notifications time level info msg checking all containers except explicitly disabled with label time level info msg running a one time update time level info msg session done failed scanned updated notify no time level info msg waiting for the notification goroutine to finish notify no to reproduce steps to reproduce the behavior go to click on scroll down to see error run the command and echo the return code shows which is expected sudo docker run rm v var run docker sock var run docker sock containrrr watchtower cleanup run once echo time level info msg watchtower time level info msg using no notifications time level info msg checking all containers except explicitly disabled with label time level info msg running a one time update time level info msg session done failed scanned updated notify no time level info msg waiting for the notification goroutine to finish notify no however redirecting standard output to dev null or into a file does nothing sudo docker run rm v var run docker sock var run docker sock containrrr watchtower cleanup run once dev null time level info msg watchtower time level info msg using no notifications time level info msg checking all containers except explicitly disabled with label time level info msg running a one time update time level info msg session done failed scanned updated notify no time level info msg waiting for the notification goroutine to finish notify no while redirecting standard error to dev null or into a file does redirect the ouput sudo docker run rm v var run docker sock var run docker sock containrrr watchtower cleanup run once dev null gives no output sudo docker run rm v var run docker sock var run docker sock containrrr watchtower cleanup run once test txt cat test txt time level info msg watchtower time level info msg using no notifications time level info msg checking all containers except explicitly disabled with label time level info msg running a one time update time level info msg session done failed scanned updated notify no time level info msg waiting for the notification goroutine to finish notify no this behavior also happens if a container gets updated at first i was wondering if those messages were designed to go to standard error if no update were available expected behavior i expected those info messages to be written in standard output and not standard error if those info messages are meant to be written in standard error i may have a suggestion see the additional context section environment we want to know platform architecture docker version tested on different environment same result for both environment debian installed directly on hardware docker version build environment arch linux vm installed on proxmox docker version build additional context add any other context about the problem here as i said in the introduction i initially thought it was a bug but then realized it could actually be the intended behavior i m sorry if that s the case i understand that there s no real standard convention about redirecting logging outputs to stdout or stderr both are acceptable specially when a command doesn t have a regular output like it s the case here however these info messages contain a crucial information at least to me the name of container that got updated here s my situation to illustrate my point i m not a fan of automatic updates processes however i like to simplify them as much as possible especially since i have a lot servers that run docker containers this is where the watchtower s run once mode becomes handy so to simplify my docker containers update process i wrote an ansible playbook that launches watchtower with the run once mode on every of my servers which i launch manually and regularly to be able to see which containers got updated by watchtower in order to know which ones need to be tested afterward to validate the update i asked the playbook to redirect the standard output of the watchtower command to its own output this is how i saw that the standard output of watchtower does not contains info messages and thus the name of the container s that got updated of course redirecting standard error of the watchtower command instead of standard output in the ansible playbook or redirecting stderr in stdout in the command does work but it feels a little weird to have to redirect stderr to get a standard information such as the name of containers according to that here s my thought about this if the info messages were not specifically meant to be written in the stderr then i guess this bug report is legit if the info messages were indeed meant to be written in the stderr i would suggest a feature request that does output the name of the container s that got updated in the stdout so people like me that use watchtower with the run once mode inside a script or an ansible playbook for instance doesn t have to redirect stderr to get this information which is crucial for me one could argue that people using watchtower directly as a command on their machines and not inside an ansible playbook like i do would then get the name of updated container s twice as both stdout and stderr are shown by default when launching a command but i still think that a dedicated line that gives the name of container s that got updated once treatments are finished would be useful and more easily readable then retrieving those names in the info logs messages in the form of stopping container name container id with sigterm creating container name etc especially if you have servers that host a lot of docker containers i know my case may be a bit particular but i think this would also benefits people that uses watchtower is a more standard way anyway as i also said earlier thanks a lot for your awesome work with watchtower and sorry for this way too long report smile | 1 |
206,769 | 7,121,116,076 | IssuesEvent | 2018-01-19 05:48:01 | vmware/vic | https://api.github.com/repos/vmware/vic | opened | Dynamically assigned bridge IP address should be a hint not a contract | component/portlayer/network kind/bug priority/medium team/container | We have an issue observed with upgraded containers, but I suspect it can happen with regular ones as well under certain conditions.
Config for a container created with explicit bridge IP, `docker run -dit --ip "172.16.0.25" alpine /bin/ash`:
```
guestinfo.vice./networks|bridge/static = "true"
guestinfo.vice./networks|bridge/ip/IP = "AAAAAAAAAAAAAP//rBAAGQ=="
```
Config for a container created with dynamic bridge IP, `docker run -dit alpine /bin/ash`:
```
guestinfo.vice./networks|bridge/static = "false"
guestinfo.vice./networks|bridge/ip/IP = "AAAAAAAAAAAAAP//rBAAGQ=="
```
The former records that the address is static, however when trying to start the latter in the case another running container has that IP we get an error:
```
Cannot reserve IP range 172.16.0.2 - 172.16.0.2. Already in use
```
We preserve the previously assigned address so as to provide some stability in address assignment, but it should still be treated much like renewing a DHCP lease - if it's not available you get a different address assigned.
Setting this as medium as it requires a combination of behaviours to get here and I'm unsure, other than an upgrade from 1.2.1 with a container that was run before the upgrade, how this could be hit. | 1.0 | Dynamically assigned bridge IP address should be a hint not a contract - We have an issue observed with upgraded containers, but I suspect it can happen with regular ones as well under certain conditions.
Config for a container created with explicit bridge IP, `docker run -dit --ip "172.16.0.25" alpine /bin/ash`:
```
guestinfo.vice./networks|bridge/static = "true"
guestinfo.vice./networks|bridge/ip/IP = "AAAAAAAAAAAAAP//rBAAGQ=="
```
Config for a container created with dynamic bridge IP, `docker run -dit alpine /bin/ash`:
```
guestinfo.vice./networks|bridge/static = "false"
guestinfo.vice./networks|bridge/ip/IP = "AAAAAAAAAAAAAP//rBAAGQ=="
```
The former records that the address is static, however when trying to start the latter in the case another running container has that IP we get an error:
```
Cannot reserve IP range 172.16.0.2 - 172.16.0.2. Already in use
```
We preserve the previously assigned address so as to provide some stability in address assignment, but it should still be treated much like renewing a DHCP lease - if it's not available you get a different address assigned.
Setting this as medium as it requires a combination of behaviours to get here and I'm unsure, other than an upgrade from 1.2.1 with a container that was run before the upgrade, how this could be hit. | priority | dynamically assigned bridge ip address should be a hint not a contract we have an issue observed with upgraded containers but i suspect it can happen with regular ones as well under certain conditions config for a container created with explicit bridge ip docker run dit ip alpine bin ash guestinfo vice networks bridge static true guestinfo vice networks bridge ip ip aaaaaaaaaaaaap rbaagq config for a container created with dynamic bridge ip docker run dit alpine bin ash guestinfo vice networks bridge static false guestinfo vice networks bridge ip ip aaaaaaaaaaaaap rbaagq the former records that the address is static however when trying to start the latter in the case another running container has that ip we get an error cannot reserve ip range already in use we preserve the previously assigned address so as to provide some stability in address assignment but it should still be treated much like renewing a dhcp lease if it s not available you get a different address assigned setting this as medium as it requires a combination of behaviours to get here and i m unsure other than an upgrade from with a container that was run before the upgrade how this could be hit | 1 |
689,853 | 23,636,752,805 | IssuesEvent | 2022-08-25 13:51:50 | RoyalHaskoningDHV/sam | https://api.github.com/repos/RoyalHaskoningDHV/sam | closed | Refactor current validation module by adding `BaseValidator` class | Priority: Medium Type: Feature | Having a `BaseValidator` class in a similar way as `BaseTimeseriesRegressor` and `BaseFeatureEngineer` should make adding new techniques easier. | 1.0 | Refactor current validation module by adding `BaseValidator` class - Having a `BaseValidator` class in a similar way as `BaseTimeseriesRegressor` and `BaseFeatureEngineer` should make adding new techniques easier. | priority | refactor current validation module by adding basevalidator class having a basevalidator class in a similar way as basetimeseriesregressor and basefeatureengineer should make adding new techniques easier | 1 |
116,239 | 4,698,974,726 | IssuesEvent | 2016-10-12 14:29:10 | RobotLocomotion/drake | https://api.github.com/repos/RobotLocomotion/drake | closed | The generic Diagram class should be able to own its subsystems | priority: medium team: software core type: feature request | The one unresolved design question here is: when does ownership get transferred? It seems likely that it will be useful for `DiagramBuilder` to take ownership, and then hand off ownership to the finished `Diagram`, to enable things like `DiagramBuilder::Feedback`.
Specialized subclasses of Diagram can already own their subsystems, so this is only medium-priority. | 1.0 | The generic Diagram class should be able to own its subsystems - The one unresolved design question here is: when does ownership get transferred? It seems likely that it will be useful for `DiagramBuilder` to take ownership, and then hand off ownership to the finished `Diagram`, to enable things like `DiagramBuilder::Feedback`.
Specialized subclasses of Diagram can already own their subsystems, so this is only medium-priority. | priority | the generic diagram class should be able to own its subsystems the one unresolved design question here is when does ownership get transferred it seems likely that it will be useful for diagrambuilder to take ownership and then hand off ownership to the finished diagram to enable things like diagrambuilder feedback specialized subclasses of diagram can already own their subsystems so this is only medium priority | 1 |
711,078 | 24,449,756,227 | IssuesEvent | 2022-10-06 21:28:03 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | [xCluster] API to get the latest consistent time | kind/enhancement priority/medium jira-originated | Jira Link: [DB-2857](https://yugabyte.atlassian.net/browse/DB-2857)
In the event of an unplanned failover, this API will be used to failover applications to a target cluster. The API under the covers will determine a consistent time across all the tables/tablets on the target cluster. The user will then use this time to revert the system to the consistent state using PITR.
| 1.0 | [xCluster] API to get the latest consistent time - Jira Link: [DB-2857](https://yugabyte.atlassian.net/browse/DB-2857)
In the event of an unplanned failover, this API will be used to failover applications to a target cluster. The API under the covers will determine a consistent time across all the tables/tablets on the target cluster. The user will then use this time to revert the system to the consistent state using PITR.
| priority | api to get the latest consistent time jira link in the event of an unplanned failover this api will be used to failover applications to a target cluster the api under the covers will determine a consistent time across all the tables tablets on the target cluster the user will then use this time to revert the system to the consistent state using pitr | 1 |
710,435 | 24,418,097,328 | IssuesEvent | 2022-10-05 17:44:19 | Dun-sin/Whisper | https://api.github.com/repos/Dun-sin/Whisper | closed | [FEATURE] Add Logout button | feature 🟩 priority: low Medium | ### Description
Currently after logging, there's no way to logout from the app beside manually changing `localStorage.isLogged = false`.
This is would be a follow up on #36 and #14
With this, I think the we'd have a complete auth system for the app
### Screenshots
_No response_ | 1.0 | [FEATURE] Add Logout button - ### Description
Currently after logging, there's no way to logout from the app beside manually changing `localStorage.isLogged = false`.
This is would be a follow up on #36 and #14
With this, I think the we'd have a complete auth system for the app
### Screenshots
_No response_ | priority | add logout button description currently after logging there s no way to logout from the app beside manually changing localstorage islogged false this is would be a follow up on and with this i think the we d have a complete auth system for the app screenshots no response | 1 |
674,730 | 23,064,056,495 | IssuesEvent | 2022-07-25 12:30:57 | ooni/probe | https://api.github.com/repos/ooni/probe | closed | engine: convert tlsping and tcpping to step-by-step | enhancement priority/medium methodology ooni/probe-engine | This issue is about converting tlsping and tcpping to use the [step-by-step](https://github.com/ooni/probe-cli/blob/master/docs/design/dd-003-step-by-step.md) design. These two experiments have been written last month and we know they are not widely used. Also, they are simple and still require some functionality. Hence, they are very good candidates to start from. | 1.0 | engine: convert tlsping and tcpping to step-by-step - This issue is about converting tlsping and tcpping to use the [step-by-step](https://github.com/ooni/probe-cli/blob/master/docs/design/dd-003-step-by-step.md) design. These two experiments have been written last month and we know they are not widely used. Also, they are simple and still require some functionality. Hence, they are very good candidates to start from. | priority | engine convert tlsping and tcpping to step by step this issue is about converting tlsping and tcpping to use the design these two experiments have been written last month and we know they are not widely used also they are simple and still require some functionality hence they are very good candidates to start from | 1 |
504,355 | 14,617,093,628 | IssuesEvent | 2020-12-22 14:16:45 | bounswe/bounswe2020group9 | https://api.github.com/repos/bounswe/bounswe2020group9 | opened | Subcategory names backend compatibility | Estimation - Easy Mobile Priority - Medium | Update subcategory pages according to backend updates. | 1.0 | Subcategory names backend compatibility - Update subcategory pages according to backend updates. | priority | subcategory names backend compatibility update subcategory pages according to backend updates | 1 |
336,907 | 10,199,166,090 | IssuesEvent | 2019-08-13 07:49:16 | EUCweb/BIS-F | https://api.github.com/repos/EUCweb/BIS-F | closed | Citrix Optimizer Templateprefix support | Merge Issue Priority: Medium Status: Completed Status: In Progress Type: Enhancement | Custom Templates with AutoSelect does not work.
For AutoSelect to work with custom templates, BIS-F would need to add support for -TemplatePrefix argument. This however means that they will need to rename all templates to match this syntax.
Means, if I have a template called **EUCweb_Windows_10_1903.xml** I must use -TemplatePrefix **EUCweb_Windows** as an additional argument to get this work.
ADMX Change required | 1.0 | Citrix Optimizer Templateprefix support - Custom Templates with AutoSelect does not work.
For AutoSelect to work with custom templates, BIS-F would need to add support for -TemplatePrefix argument. This however means that they will need to rename all templates to match this syntax.
Means, if I have a template called **EUCweb_Windows_10_1903.xml** I must use -TemplatePrefix **EUCweb_Windows** as an additional argument to get this work.
ADMX Change required | priority | citrix optimizer templateprefix support custom templates with autoselect does not work for autoselect to work with custom templates bis f would need to add support for templateprefix argument this however means that they will need to rename all templates to match this syntax means if i have a template called eucweb windows xml i must use templateprefix eucweb windows as an additional argument to get this work admx change required | 1 |
248,387 | 7,930,007,671 | IssuesEvent | 2018-07-06 17:04:29 | salihciftci/liman | https://api.github.com/repos/salihciftci/liman | opened | Notification dropdown design improve | good first issue kind/feature kind/ui priority/medium | **Detailed Description**
Notification dropdown seems ugly too me. I guess improvement required.
| 1.0 | Notification dropdown design improve - **Detailed Description**
Notification dropdown seems ugly too me. I guess improvement required.
| priority | notification dropdown design improve detailed description notification dropdown seems ugly too me i guess improvement required | 1 |
263,831 | 8,302,302,552 | IssuesEvent | 2018-09-21 14:10:09 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | [Coverity CID :188168] Concurrent data access violations in /lib/posix/pthread.c | Coverity area: Other bug priority: medium | Static code scan issues seen in File: /lib/posix/pthread.c
Category: Concurrent data access violations
Function: pthread_create
Component: Other
CID: 188168
Please fix or provide comments to square it off in coverity in the link: https://scan9.coverity.com/reports.htm#v32951/p12996 | 1.0 | [Coverity CID :188168] Concurrent data access violations in /lib/posix/pthread.c - Static code scan issues seen in File: /lib/posix/pthread.c
Category: Concurrent data access violations
Function: pthread_create
Component: Other
CID: 188168
Please fix or provide comments to square it off in coverity in the link: https://scan9.coverity.com/reports.htm#v32951/p12996 | priority | concurrent data access violations in lib posix pthread c static code scan issues seen in file lib posix pthread c category concurrent data access violations function pthread create component other cid please fix or provide comments to square it off in coverity in the link | 1 |
715,922 | 24,615,496,747 | IssuesEvent | 2022-10-15 08:54:33 | joomlahenk/fabrik | https://api.github.com/repos/joomlahenk/fabrik | closed | calc field result not properly displayed | Medium Priority | Version: testing_pkg_fabrik_4.0alpha1 tested on plain J4 / F4
When a calc field is displayed in a list, after updating of one of the elements in the calculation in the list's form, the result is briefly shown and then reverts to the old result. Refreshing the page does not help. Only after displaying a different page, and then go back, the new result is permanently shown. F3 has this bug too. | 1.0 | calc field result not properly displayed - Version: testing_pkg_fabrik_4.0alpha1 tested on plain J4 / F4
When a calc field is displayed in a list, after updating of one of the elements in the calculation in the list's form, the result is briefly shown and then reverts to the old result. Refreshing the page does not help. Only after displaying a different page, and then go back, the new result is permanently shown. F3 has this bug too. | priority | calc field result not properly displayed version testing pkg fabrik tested on plain when a calc field is displayed in a list after updating of one of the elements in the calculation in the list s form the result is briefly shown and then reverts to the old result refreshing the page does not help only after displaying a different page and then go back the new result is permanently shown has this bug too | 1 |
458,036 | 13,167,346,630 | IssuesEvent | 2020-08-11 10:06:35 | SkriptLang/Skript | https://api.github.com/repos/SkriptLang/Skript | closed | Experience classinfo can't be parsed | bug completed good first issue priority: medium | ### Description
The experience classinfo can't be parsed, it does not have an `user`.
### Steps to Reproduce
`set {_test} to "5 exp" parsed as experience points`
### Expected Behavior
The classinfo to have an user so it can be used within scripts.
### Server Information
* **Server version/platform:** unrelated
* **Skript version:** unrelated
### Additional Context
The classinfo's user should be `experience ?(points?)?` | 1.0 | Experience classinfo can't be parsed - ### Description
The experience classinfo can't be parsed, it does not have an `user`.
### Steps to Reproduce
`set {_test} to "5 exp" parsed as experience points`
### Expected Behavior
The classinfo to have an user so it can be used within scripts.
### Server Information
* **Server version/platform:** unrelated
* **Skript version:** unrelated
### Additional Context
The classinfo's user should be `experience ?(points?)?` | priority | experience classinfo can t be parsed description the experience classinfo can t be parsed it does not have an user steps to reproduce set test to exp parsed as experience points expected behavior the classinfo to have an user so it can be used within scripts server information server version platform unrelated skript version unrelated additional context the classinfo s user should be experience points | 1 |
513,927 | 14,928,572,225 | IssuesEvent | 2021-01-24 19:45:09 | ayumi-cloud/sc-security-module | https://api.github.com/repos/ayumi-cloud/sc-security-module | opened | Run tests on server domain and ip address and clean up any issues | Enhancement Firewall In-progress Priority: Medium System Information | ### Enhancement idea
- [ ] Run tests on server domain and ip address and clean up any issues.
| 1.0 | Run tests on server domain and ip address and clean up any issues - ### Enhancement idea
- [ ] Run tests on server domain and ip address and clean up any issues.
| priority | run tests on server domain and ip address and clean up any issues enhancement idea run tests on server domain and ip address and clean up any issues | 1 |
821,746 | 30,834,483,512 | IssuesEvent | 2023-08-02 06:10:35 | dessalines/jerboa | https://api.github.com/repos/dessalines/jerboa | closed | pseudo-logged out on app update | bug 4 - medium/high priority | ** Jerboa Version **
0.0.32 -> 0.0.33 (Play Store)
**Describe the bug**
After updating:
- none of the posts from my subscribed communities display on app load
- After opening the left-side drawer with the top left hamburger menu, it says my username is "Anonymous" at the top, where it would normally say "Luna".
- Tapping on the username space brings a drop-down menu with two options:
- - Add Account
- - Sign out
- Below the username space in the left-side drawer are three options:
- - Local
- - All
- - Settings
- Opening Settings notably has another option inside it:
- - Luna Settings (Every setting is blank, first option in the list, or unchecked)
- Going back to the top-level of the left-side drawer and changing from Local to All or vice-versa shows no posts, and the error toast `Value <html> of type java.lang.String cannot be c...` displays on attempt to load posts.
- Try to log in and the app crashes to my phone's home screen. This looks like #538.







**To Reproduce**
Steps to reproduce the behavior:
1. Go to Play Store
2. Click on Update
3. Reopen app
4. See error
5. Force-close and reopen app and error persists.
6. Attempt to login and app crashes.
| 1.0 | pseudo-logged out on app update - ** Jerboa Version **
0.0.32 -> 0.0.33 (Play Store)
**Describe the bug**
After updating:
- none of the posts from my subscribed communities display on app load
- After opening the left-side drawer with the top left hamburger menu, it says my username is "Anonymous" at the top, where it would normally say "Luna".
- Tapping on the username space brings a drop-down menu with two options:
- - Add Account
- - Sign out
- Below the username space in the left-side drawer are three options:
- - Local
- - All
- - Settings
- Opening Settings notably has another option inside it:
- - Luna Settings (Every setting is blank, first option in the list, or unchecked)
- Going back to the top-level of the left-side drawer and changing from Local to All or vice-versa shows no posts, and the error toast `Value <html> of type java.lang.String cannot be c...` displays on attempt to load posts.
- Try to log in and the app crashes to my phone's home screen. This looks like #538.







**To Reproduce**
Steps to reproduce the behavior:
1. Go to Play Store
2. Click on Update
3. Reopen app
4. See error
5. Force-close and reopen app and error persists.
6. Attempt to login and app crashes.
| priority | pseudo logged out on app update jerboa version play store describe the bug after updating none of the posts from my subscribed communities display on app load after opening the left side drawer with the top left hamburger menu it says my username is anonymous at the top where it would normally say luna tapping on the username space brings a drop down menu with two options add account sign out below the username space in the left side drawer are three options local all settings opening settings notably has another option inside it luna settings every setting is blank first option in the list or unchecked going back to the top level of the left side drawer and changing from local to all or vice versa shows no posts and the error toast value of type java lang string cannot be c displays on attempt to load posts try to log in and the app crashes to my phone s home screen this looks like to reproduce steps to reproduce the behavior go to play store click on update reopen app see error force close and reopen app and error persists attempt to login and app crashes | 1 |
814,543 | 30,511,454,531 | IssuesEvent | 2023-07-18 21:12:58 | DiscoTrayStudios/hendrix-today | https://api.github.com/repos/DiscoTrayStudios/hendrix-today | closed | Hendrix Today Uploader - CI/CD with GitHub Actions | category: backend priority: medium size: medium type: incomplete | **Describe the incomplete feature**
Building and deployment of the Hendrix Today Uploader is not automated.
**Describe the solution you'd like**
The uploader should be rebuilt and re-deployed on each push to `main`.
| 1.0 | Hendrix Today Uploader - CI/CD with GitHub Actions - **Describe the incomplete feature**
Building and deployment of the Hendrix Today Uploader is not automated.
**Describe the solution you'd like**
The uploader should be rebuilt and re-deployed on each push to `main`.
| priority | hendrix today uploader ci cd with github actions describe the incomplete feature building and deployment of the hendrix today uploader is not automated describe the solution you d like the uploader should be rebuilt and re deployed on each push to main | 1 |
550,415 | 16,112,005,712 | IssuesEvent | 2021-04-27 23:00:47 | KingSupernova31/RulesGuru | https://api.github.com/repos/KingSupernova31/RulesGuru | closed | Ability words API is broken | bug medium priority | The [current keywords API](https://mtgjson.com/api/v5/Keywords.json) from MTGJSON is broken. Venser's Journal should be creating a more reliable API that we can switch to soon. If not, we can just pull them from CR directly. | 1.0 | Ability words API is broken - The [current keywords API](https://mtgjson.com/api/v5/Keywords.json) from MTGJSON is broken. Venser's Journal should be creating a more reliable API that we can switch to soon. If not, we can just pull them from CR directly. | priority | ability words api is broken the from mtgjson is broken venser s journal should be creating a more reliable api that we can switch to soon if not we can just pull them from cr directly | 1 |
172,620 | 6,514,626,069 | IssuesEvent | 2017-08-26 03:12:09 | minio/minio | https://api.github.com/repos/minio/minio | closed | Do minio server provide some restful api to operate data? | priority: medium triage | <!--- Provide a general summary of the issue in the Title above -->
I see the minio websites only uses the 'http:ip:port/webrpc' api. Do minio server provide some restful api to operate data? Our team don't want to use mino sdk to develop.
| 1.0 | Do minio server provide some restful api to operate data? - <!--- Provide a general summary of the issue in the Title above -->
I see the minio websites only uses the 'http:ip:port/webrpc' api. Do minio server provide some restful api to operate data? Our team don't want to use mino sdk to develop.
| priority | do minio server provide some restful api to operate data i see the minio websites only uses the http ip port webrpc api do minio server provide some restful api to operate data our team don t want to use mino sdk to develop | 1 |
605,713 | 18,739,409,206 | IssuesEvent | 2021-11-04 11:50:19 | AY2122S1-CS2103-W14-2/tp | https://api.github.com/repos/AY2122S1-CS2103-W14-2/tp | closed | [PE-D] Possible improvement in message displayed when no persons found | priority.Medium | When I try to find a person using the `find` command, if there is no matching result, it will just display the message as shown below. A better version would be to specify that there is no person that matches the keyword that I am looking for. Eg. `There is no person with case number 10.` which is what I tested and generated the following image.

<!--session: 1635498707161-5349f9de-77b9-48f8-8e63-602301844637-->
<!--Version: Web v3.4.1-->
-------------
Labels: `severity.Low` `type.FeatureFlaw`
original: charliemoweng/ped#11 | 1.0 | [PE-D] Possible improvement in message displayed when no persons found - When I try to find a person using the `find` command, if there is no matching result, it will just display the message as shown below. A better version would be to specify that there is no person that matches the keyword that I am looking for. Eg. `There is no person with case number 10.` which is what I tested and generated the following image.

<!--session: 1635498707161-5349f9de-77b9-48f8-8e63-602301844637-->
<!--Version: Web v3.4.1-->
-------------
Labels: `severity.Low` `type.FeatureFlaw`
original: charliemoweng/ped#11 | priority | possible improvement in message displayed when no persons found when i try to find a person using the find command if there is no matching result it will just display the message as shown below a better version would be to specify that there is no person that matches the keyword that i am looking for eg there is no person with case number which is what i tested and generated the following image labels severity low type featureflaw original charliemoweng ped | 1 |
511,497 | 14,861,470,171 | IssuesEvent | 2021-01-18 22:57:20 | Thorium-Sim/thorium | https://api.github.com/repos/Thorium-Sim/thorium | opened | Software Panel Config Button Can't Connect | priority/medium type/bug | ### Requested By: Jordan
### Priority: Medium
### Version: 3.1.1
When setting up a software panel, the PushButton cannot be connected to anything, such as a light. Instead of allowing the connection, clicking and dragging from the green box just drags the entire button around.
### Steps to Reproduce
On software panel config, have a push button and something you want to connect it to (a light perhaps).
Try to connect the button to the light. | 1.0 | Software Panel Config Button Can't Connect - ### Requested By: Jordan
### Priority: Medium
### Version: 3.1.1
When setting up a software panel, the PushButton cannot be connected to anything, such as a light. Instead of allowing the connection, clicking and dragging from the green box just drags the entire button around.
### Steps to Reproduce
On software panel config, have a push button and something you want to connect it to (a light perhaps).
Try to connect the button to the light. | priority | software panel config button can t connect requested by jordan priority medium version when setting up a software panel the pushbutton cannot be connected to anything such as a light instead of allowing the connection clicking and dragging from the green box just drags the entire button around steps to reproduce on software panel config have a push button and something you want to connect it to a light perhaps try to connect the button to the light | 1 |
619,225 | 19,519,420,454 | IssuesEvent | 2021-12-29 15:42:27 | bounswe/2021SpringGroup6 | https://api.github.com/repos/bounswe/2021SpringGroup6 | closed | Android Feature - Displaying Users on User search | Type: Feature Status: Complete Platform: Mobile Priority: Medium | For User search, the resulted Users should be shown in a RecyclerView.
The logged in User should be able to navigate to the profile of a User by clicking them. | 1.0 | Android Feature - Displaying Users on User search - For User search, the resulted Users should be shown in a RecyclerView.
The logged in User should be able to navigate to the profile of a User by clicking them. | priority | android feature displaying users on user search for user search the resulted users should be shown in a recyclerview the logged in user should be able to navigate to the profile of a user by clicking them | 1 |
282,484 | 8,706,933,146 | IssuesEvent | 2018-12-06 05:30:24 | qhacks/qhacks-dashboard | https://api.github.com/repos/qhacks/qhacks-dashboard | closed | Add admin functionality into the application | package: client package: server priority: required (medium) type: feature request | **Problem**
Add basic administration functionality into the application, this will require adding a user privilege aspect into the user model
**Requirements**
- [ ] admins should be able to see a list of all users
- [ ] admins should be able to filter candidates based on different properties
- [ ] admins should be able to download a csv of users in a given filtered list
- [ ] admins should be able to perform CRUD (dangerous who's an admin) on users
| 1.0 | Add admin functionality into the application - **Problem**
Add basic administration functionality into the application, this will require adding a user privilege aspect into the user model
**Requirements**
- [ ] admins should be able to see a list of all users
- [ ] admins should be able to filter candidates based on different properties
- [ ] admins should be able to download a csv of users in a given filtered list
- [ ] admins should be able to perform CRUD (dangerous who's an admin) on users
| priority | add admin functionality into the application problem add basic administration functionality into the application this will require adding a user privilege aspect into the user model requirements admins should be able to see a list of all users admins should be able to filter candidates based on different properties admins should be able to download a csv of users in a given filtered list admins should be able to perform crud dangerous who s an admin on users | 1 |
161,967 | 6,144,398,631 | IssuesEvent | 2017-06-27 08:49:45 | ressec/athena | https://api.github.com/repos/ressec/athena | closed | Allow a terminal to be created using a configuration file | Domain: Terminal Priority: Medium Type: Enhancement | ## Purpose
Modify the terminal entities to allow construction of a terminal using a configuration file. | 1.0 | Allow a terminal to be created using a configuration file - ## Purpose
Modify the terminal entities to allow construction of a terminal using a configuration file. | priority | allow a terminal to be created using a configuration file purpose modify the terminal entities to allow construction of a terminal using a configuration file | 1 |
390,098 | 11,524,654,976 | IssuesEvent | 2020-02-15 01:54:07 | dnGrep/dnGrep | https://api.github.com/repos/dnGrep/dnGrep | closed | Bug in HEX Search | Priority-Medium bug imported | _From [emretina...@gmail.com](https://code.google.com/u/101769624074866842853/) on May 07, 2013 07:06:45_
What steps will reproduce the problem? 1. Scan \xAA\xBB\x00\x00\x00 2. 3. What is the expected output? What do you see instead? It stops right after first NULL. It should search for all the NULLs. What version of the product are you using? On what operating system? Win 8 x64, version 2.7 Please provide any additional information below. Thanks for this great app, we really love it!
_Original issue: http://code.google.com/p/dngrep/issues/detail?id=184_
| 1.0 | Bug in HEX Search - _From [emretina...@gmail.com](https://code.google.com/u/101769624074866842853/) on May 07, 2013 07:06:45_
What steps will reproduce the problem? 1. Scan \xAA\xBB\x00\x00\x00 2. 3. What is the expected output? What do you see instead? It stops right after first NULL. It should search for all the NULLs. What version of the product are you using? On what operating system? Win 8 x64, version 2.7 Please provide any additional information below. Thanks for this great app, we really love it!
_Original issue: http://code.google.com/p/dngrep/issues/detail?id=184_
| priority | bug in hex search from on may what steps will reproduce the problem scan xaa xbb what is the expected output what do you see instead it stops right after first null it should search for all the nulls what version of the product are you using on what operating system win version please provide any additional information below thanks for this great app we really love it original issue | 1 |
51,799 | 3,013,995,969 | IssuesEvent | 2015-07-29 12:41:00 | thesgc/chembiohub_helpdesk | https://api.github.com/repos/thesgc/chembiohub_helpdesk | closed | Feature request - ability to download a project-specific template so users can complete and then aut | app: ChemReg name: Karen priority: Medium status: New | Feature request - ability to download a project-specific template so users can complete and then automap data into the project. | 1.0 | Feature request - ability to download a project-specific template so users can complete and then aut - Feature request - ability to download a project-specific template so users can complete and then automap data into the project. | priority | feature request ability to download a project specific template so users can complete and then aut feature request ability to download a project specific template so users can complete and then automap data into the project | 1 |
233,348 | 7,696,845,954 | IssuesEvent | 2018-05-18 16:37:25 | ansible/awx | https://api.github.com/repos/ansible/awx | closed | Inventory source checkbox group items too wide | component:ui flag:🎱 good first issue help wanted priority:medium state:needs_devel type:bug | ##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
- UI
##### SUMMARY
The individual checkbox items are clickable too far to the right:

##### ENVIRONMENT
* AWX version: 1.0.x
##### STEPS TO REPRODUCE
Edit any inventory source and see the width of the checkbox items
##### EXPECTED RESULTS
Only the checkbox and text are selectable.
##### ACTUAL RESULTS
Most of browser width is selectable.
##### ADDITIONAL INFORMATION
| 1.0 | Inventory source checkbox group items too wide - ##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
- UI
##### SUMMARY
The individual checkbox items are clickable too far to the right:

##### ENVIRONMENT
* AWX version: 1.0.x
##### STEPS TO REPRODUCE
Edit any inventory source and see the width of the checkbox items
##### EXPECTED RESULTS
Only the checkbox and text are selectable.
##### ACTUAL RESULTS
Most of browser width is selectable.
##### ADDITIONAL INFORMATION
| priority | inventory source checkbox group items too wide issue type bug report component name ui summary the individual checkbox items are clickable too far to the right environment awx version x steps to reproduce edit any inventory source and see the width of the checkbox items expected results only the checkbox and text are selectable actual results most of browser width is selectable additional information | 1 |
316,991 | 9,659,548,293 | IssuesEvent | 2019-05-20 13:41:54 | onurasiliskender/ocial | https://api.github.com/repos/onurasiliskender/ocial | closed | Course Publish Criteria implementation | Backend Medium Priority | "A course must have at least one section and this section must have a lecture or quiz."
Estimated Time: 1 hour | 1.0 | Course Publish Criteria implementation - "A course must have at least one section and this section must have a lecture or quiz."
Estimated Time: 1 hour | priority | course publish criteria implementation a course must have at least one section and this section must have a lecture or quiz estimated time hour | 1 |
817,727 | 30,651,949,350 | IssuesEvent | 2023-07-25 09:29:15 | FAIRsharing/fairsharing.github.io | https://api.github.com/repos/FAIRsharing/fairsharing.github.io | opened | Link to Assistant from FAIRsharing home page | enhancement Medium priority | This ticket can either be reviewed by Susanna or Allyson, but there is no rush - aiming for mid-August to September.
How should we show the Assistant on the homepage? e.g. a third section in the deep blue band partway down the page? Please could you see where you think it would be best to go, and make a logo that is suitable and that includes the "beta" appellation.
Thanks! | 1.0 | Link to Assistant from FAIRsharing home page - This ticket can either be reviewed by Susanna or Allyson, but there is no rush - aiming for mid-August to September.
How should we show the Assistant on the homepage? e.g. a third section in the deep blue band partway down the page? Please could you see where you think it would be best to go, and make a logo that is suitable and that includes the "beta" appellation.
Thanks! | priority | link to assistant from fairsharing home page this ticket can either be reviewed by susanna or allyson but there is no rush aiming for mid august to september how should we show the assistant on the homepage e g a third section in the deep blue band partway down the page please could you see where you think it would be best to go and make a logo that is suitable and that includes the beta appellation thanks | 1 |
675,805 | 23,106,580,239 | IssuesEvent | 2022-07-27 09:19:54 | trustwallet/wallet-core | https://api.github.com/repos/trustwallet/wallet-core | closed | [Cosmos] Add signDirect support | enhancement priority:high size:medium | Sample request from WalletConnect v2:
```shell
Request(id: 1658838935518990, topic: "5c2465c7739be776ba3616754d917aa715562d0c0d5872819095fbdc78794a2e", method: "cosmos_signDirect", params: AnyCodable: "{"signDoc":{"accountNumber":"1","authInfoBytes":"0a0a0a0012040a020801180112130a0d0a0575636f736d12043230303010c09a0c","bodyBytes":"0a90010a1c2f636f736d6f732e62616e6b2e763162657461312e4d736753656e6412700a2d636f736d6f7331706b707472653766646b6c366766727a6c65736a6a766878686c63337234676d6d6b38727336122d636f736d6f7331717970717870713971637273737a673270767871367273307a716733797963356c7a763778751a100a0575636f736d120731323334353637","chainId":"cosmoshub-4"},"signerAddress":"cosmos1y2x5mxc6h7slvptdg8z6h44me3pmdcefucsv36"}", chainId: cosmos:cosmoshub-4)
```
`bodyBytes` and `authInfoBytes` are prepared already
| 1.0 | [Cosmos] Add signDirect support - Sample request from WalletConnect v2:
```shell
Request(id: 1658838935518990, topic: "5c2465c7739be776ba3616754d917aa715562d0c0d5872819095fbdc78794a2e", method: "cosmos_signDirect", params: AnyCodable: "{"signDoc":{"accountNumber":"1","authInfoBytes":"0a0a0a0012040a020801180112130a0d0a0575636f736d12043230303010c09a0c","bodyBytes":"0a90010a1c2f636f736d6f732e62616e6b2e763162657461312e4d736753656e6412700a2d636f736d6f7331706b707472653766646b6c366766727a6c65736a6a766878686c63337234676d6d6b38727336122d636f736d6f7331717970717870713971637273737a673270767871367273307a716733797963356c7a763778751a100a0575636f736d120731323334353637","chainId":"cosmoshub-4"},"signerAddress":"cosmos1y2x5mxc6h7slvptdg8z6h44me3pmdcefucsv36"}", chainId: cosmos:cosmoshub-4)
```
`bodyBytes` and `authInfoBytes` are prepared already
| priority | add signdirect support sample request from walletconnect shell request id topic method cosmos signdirect params anycodable signdoc accountnumber authinfobytes bodybytes chainid cosmoshub signeraddress chainid cosmos cosmoshub bodybytes and authinfobytes are prepared already | 1 |
681,584 | 23,316,907,135 | IssuesEvent | 2022-08-08 13:17:11 | inverse-inc/packetfence | https://api.github.com/repos/inverse-inc/packetfence | closed | web admin: Import from CSV is missing from Switch groups tab | Type: Feature / Enhancement Priority: Medium | **Describe the bug**
On 10.3, it's possible to import/export switches but it's only possible to export switch groups. It would make sense to allow import of switch groups. Otherwise, when you import your switches, all switches are created in `default` switch group.
Related to #5956
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'Switch Groups' menu
=> No "Import from CSV" button available.
**Expected behavior**
Be able to import switch groups from a CSV file. | 1.0 | web admin: Import from CSV is missing from Switch groups tab - **Describe the bug**
On 10.3, it's possible to import/export switches but it's only possible to export switch groups. It would make sense to allow import of switch groups. Otherwise, when you import your switches, all switches are created in `default` switch group.
Related to #5956
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'Switch Groups' menu
=> No "Import from CSV" button available.
**Expected behavior**
Be able to import switch groups from a CSV file. | priority | web admin import from csv is missing from switch groups tab describe the bug on it s possible to import export switches but it s only possible to export switch groups it would make sense to allow import of switch groups otherwise when you import your switches all switches are created in default switch group related to to reproduce steps to reproduce the behavior go to switch groups menu no import from csv button available expected behavior be able to import switch groups from a csv file | 1 |
765,636 | 26,854,848,812 | IssuesEvent | 2023-02-03 13:54:10 | Helioviewer-Project/api | https://api.github.com/repos/Helioviewer-Project/api | closed | Features and events time line reports wrong number of events | priority: medium | According to the timeline report, there are a very large number of sigmoids in this half hour when there are not.
<img width="1893" alt="Screen Shot 2023-01-27 at 1 07 58 PM" src="https://user-images.githubusercontent.com/983575/215162047-ae14a522-f354-40b6-9a26-069c46ddee96.png">
The timeline is mischaracterizing the number of events.
This may be an API issue, or it may be a front end issue.
| 1.0 | Features and events time line reports wrong number of events - According to the timeline report, there are a very large number of sigmoids in this half hour when there are not.
<img width="1893" alt="Screen Shot 2023-01-27 at 1 07 58 PM" src="https://user-images.githubusercontent.com/983575/215162047-ae14a522-f354-40b6-9a26-069c46ddee96.png">
The timeline is mischaracterizing the number of events.
This may be an API issue, or it may be a front end issue.
| priority | features and events time line reports wrong number of events according to the timeline report there are a very large number of sigmoids in this half hour when there are not img width alt screen shot at pm src the timeline is mischaracterizing the number of events this may be an api issue or it may be a front end issue | 1 |
787,110 | 27,706,461,030 | IssuesEvent | 2023-03-14 11:32:44 | AY2223S2-CS2103T-T14-4/tp | https://api.github.com/repos/AY2223S2-CS2103T-T14-4/tp | closed | As a careless TA, I want to edit my students' particulars | type.Story priority.Medium | so that I can rectify any incorrect details about my students | 1.0 | As a careless TA, I want to edit my students' particulars - so that I can rectify any incorrect details about my students | priority | as a careless ta i want to edit my students particulars so that i can rectify any incorrect details about my students | 1 |
652,849 | 21,563,211,742 | IssuesEvent | 2022-05-01 13:29:04 | Polymer/tools | https://api.github.com/repos/Polymer/tools | closed | linting paper-input gives misleading warning | Package: linter Status: Available Priority: Medium Type: Bug wontfix | `polymer lint -r polymer-2-hybrid --fix` applies `slot="input"` to `<span id="teamplte-placeholder">` which gets replaced by content that has the appropriate `slot="input"`. This results in a misleading warning:
```sh
$ polymer lint -r polymer-2-hybrid
<paper-input-container id="container"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
no-label-float="[[noLabelFloat]]"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
always-float-label="[[_computeAlwaysFloatLabel(alwaysFloatLabel,placeholder)]]"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
auto-validate$="[[autoValidate]]"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
disabled$="[[disabled]]"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
invalid="[[invalid]]">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
paper-input.html(158,4) warning [content-to-slot-usage-site] - Deprecated <content>-based distribution into <paper-input-container>. Must use the `slot` attribute for named distribution."
Found 1 warning. 1 can be automatically fixed with --fix.
```
There was also, a few other warnings that I'm looking at regarding content to slot usages in the tests but they seem correct. | 1.0 | linting paper-input gives misleading warning - `polymer lint -r polymer-2-hybrid --fix` applies `slot="input"` to `<span id="teamplte-placeholder">` which gets replaced by content that has the appropriate `slot="input"`. This results in a misleading warning:
```sh
$ polymer lint -r polymer-2-hybrid
<paper-input-container id="container"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
no-label-float="[[noLabelFloat]]"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
always-float-label="[[_computeAlwaysFloatLabel(alwaysFloatLabel,placeholder)]]"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
auto-validate$="[[autoValidate]]"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
disabled$="[[disabled]]"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
invalid="[[invalid]]">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
paper-input.html(158,4) warning [content-to-slot-usage-site] - Deprecated <content>-based distribution into <paper-input-container>. Must use the `slot` attribute for named distribution."
Found 1 warning. 1 can be automatically fixed with --fix.
```
There was also, a few other warnings that I'm looking at regarding content to slot usages in the tests but they seem correct. | priority | linting paper input gives misleading warning polymer lint r polymer hybrid fix applies slot input to which gets replaced by content that has the appropriate slot input this results in a misleading warning sh polymer lint r polymer hybrid paper input container id container no label float always float label auto validate disabled invalid paper input html warning deprecated based distribution into must use the slot attribute for named distribution found warning can be automatically fixed with fix there was also a few other warnings that i m looking at regarding content to slot usages in the tests but they seem correct | 1 |
268,378 | 8,406,316,058 | IssuesEvent | 2018-10-11 17:35:39 | conveyal/trimet-mod-otp | https://api.github.com/repos/conveyal/trimet-mod-otp | closed | Asking "Where do you want to go?" and then immediately offering current location and nearby stops is confusing | has fix high priority medium priority mobile | In the mobile version, only the destination field is initially visible to the user ("Where do you want to go?"). When one taps that field, the keyboard becomes visible, but there is also a dropdown with the option to select the current location or nearby stops (when one allows the app to use their current location). In very rare circumstances would someone be trip planning to their current location when using this version of the app. As such, could the dropdown be 'turned off' in this circumstance? | 2.0 | Asking "Where do you want to go?" and then immediately offering current location and nearby stops is confusing - In the mobile version, only the destination field is initially visible to the user ("Where do you want to go?"). When one taps that field, the keyboard becomes visible, but there is also a dropdown with the option to select the current location or nearby stops (when one allows the app to use their current location). In very rare circumstances would someone be trip planning to their current location when using this version of the app. As such, could the dropdown be 'turned off' in this circumstance? | priority | asking where do you want to go and then immediately offering current location and nearby stops is confusing in the mobile version only the destination field is initially visible to the user where do you want to go when one taps that field the keyboard becomes visible but there is also a dropdown with the option to select the current location or nearby stops when one allows the app to use their current location in very rare circumstances would someone be trip planning to their current location when using this version of the app as such could the dropdown be turned off in this circumstance | 1 |
29,128 | 2,713,681,119 | IssuesEvent | 2015-04-09 20:44:08 | MisterTea/MAMEHub | https://api.github.com/repos/MisterTea/MAMEHub | closed | arcade nvram loading broken for lnx to window | Medium priority | tested with win csume64 as server, lnx csume as client
sever http://pastebin.com/pgvP1eGH
client http://pastebin.com/WDee87xG
also tried with lnx csume64 as server and win csume64 as client
server http://pastebin.com/LuGdXuzp
client http://pastebin.com/WwuUwncj
Have not tested lnx to lnx | 1.0 | arcade nvram loading broken for lnx to window - tested with win csume64 as server, lnx csume as client
sever http://pastebin.com/pgvP1eGH
client http://pastebin.com/WDee87xG
also tried with lnx csume64 as server and win csume64 as client
server http://pastebin.com/LuGdXuzp
client http://pastebin.com/WwuUwncj
Have not tested lnx to lnx | priority | arcade nvram loading broken for lnx to window tested with win as server lnx csume as client sever client also tried with lnx as server and win as client server client have not tested lnx to lnx | 1 |
759,913 | 26,618,205,542 | IssuesEvent | 2023-01-24 09:11:50 | dodona-edu/dodona | https://api.github.com/repos/dodona-edu/dodona | closed | Deletion of characters on edit submission | bug student medium priority | Sometimes it is useful to run slightly edited code when answering questions. Dodona offers the edit button to copy the code. However, it seems that Dodona removes escaped parentheses '\(' from the original code.
steps to reproduce the bug:
I haven't quite figured out how to reproduce it for my own submissions, but the screenshot contains an example of code, where it always happens.
Screenshots:
Student question:
<img width="1624" alt="Screenshot 2022-11-30 at 15 21 10" src="https://user-images.githubusercontent.com/34175340/204827428-36a49c32-1e36-4b00-822c-f2a3f7eb9a61.png">
Code in my own editor after clicking the edit button. Anomaly in the sed command on line 10
<img width="1624" alt="Screenshot 2022-11-30 at 15 21 29" src="https://user-images.githubusercontent.com/34175340/204827452-5eb39385-7999-45c6-90b3-9022e068ff90.png">
Link in screenshots: https://dodona.ugent.be/nl/submissions/12511213 | 1.0 | Deletion of characters on edit submission - Sometimes it is useful to run slightly edited code when answering questions. Dodona offers the edit button to copy the code. However, it seems that Dodona removes escaped parentheses '\(' from the original code.
steps to reproduce the bug:
I haven't quite figured out how to reproduce it for my own submissions, but the screenshot contains an example of code, where it always happens.
Screenshots:
Student question:
<img width="1624" alt="Screenshot 2022-11-30 at 15 21 10" src="https://user-images.githubusercontent.com/34175340/204827428-36a49c32-1e36-4b00-822c-f2a3f7eb9a61.png">
Code in my own editor after clicking the edit button. Anomaly in the sed command on line 10
<img width="1624" alt="Screenshot 2022-11-30 at 15 21 29" src="https://user-images.githubusercontent.com/34175340/204827452-5eb39385-7999-45c6-90b3-9022e068ff90.png">
Link in screenshots: https://dodona.ugent.be/nl/submissions/12511213 | priority | deletion of characters on edit submission sometimes it is useful to run slightly edited code when answering questions dodona offers the edit button to copy the code however it seems that dodona removes escaped parentheses from the original code steps to reproduce the bug i haven t quite figured out how to reproduce it for my own submissions but the screenshot contains an example of code where it always happens screenshots student question img width alt screenshot at src code in my own editor after clicking the edit button anomaly in the sed command on line img width alt screenshot at src link in screenshots | 1 |
795,952 | 28,093,650,516 | IssuesEvent | 2023-03-30 14:29:59 | janus-idp/software-templates | https://api.github.com/repos/janus-idp/software-templates | closed | Create a new template to create an OBC | kind/feature priority/medium | We should have a new template to create an Object Bucket claim similar to https://github.com/janus-idp/backstage-showcase/blob/main/manifests/base/obc.yaml
The catalog entity should be `Resource` kind.
One of the step should ask for which component to attach to. It will create a PR on that component repo and add the `dependsOn` section in the catalog-info.yaml | 1.0 | Create a new template to create an OBC - We should have a new template to create an Object Bucket claim similar to https://github.com/janus-idp/backstage-showcase/blob/main/manifests/base/obc.yaml
The catalog entity should be `Resource` kind.
One of the step should ask for which component to attach to. It will create a PR on that component repo and add the `dependsOn` section in the catalog-info.yaml | priority | create a new template to create an obc we should have a new template to create an object bucket claim similar to the catalog entity should be resource kind one of the step should ask for which component to attach to it will create a pr on that component repo and add the dependson section in the catalog info yaml | 1 |
103,261 | 4,165,925,343 | IssuesEvent | 2016-06-19 20:33:50 | raspibo/eventman | https://api.github.com/repos/raspibo/eventman | opened | info page about an event | new feature priority: medium | We must introduce a simple, read-only, page with all the information about an event. | 1.0 | info page about an event - We must introduce a simple, read-only, page with all the information about an event. | priority | info page about an event we must introduce a simple read only page with all the information about an event | 1 |
120,911 | 4,796,416,879 | IssuesEvent | 2016-11-01 07:41:59 | PowerlineApp/powerline-mobile | https://api.github.com/repos/PowerlineApp/powerline-mobile | closed | Join group -- question fields not shown to newcomer | bug P2 - Medium Priority | I experienced the issue with owner of the group (created some question fields, left the group and joined again).. first check if this is special for the owner or it behaves the way for all newcomers).
| 1.0 | Join group -- question fields not shown to newcomer - I experienced the issue with owner of the group (created some question fields, left the group and joined again).. first check if this is special for the owner or it behaves the way for all newcomers).
| priority | join group question fields not shown to newcomer i experienced the issue with owner of the group created some question fields left the group and joined again first check if this is special for the owner or it behaves the way for all newcomers | 1 |
415,182 | 12,125,895,991 | IssuesEvent | 2020-04-22 16:11:29 | trufflesuite/ganache | https://api.github.com/repos/trufflesuite/ganache | opened | Check 'extras' directory for correctness | chore consistency/correctness corda enhancement priority-medium | Ganache should check the correctness of its `extras` directory to ensure that all files are present and have not been corrupted during the download process.
Tangentially related but not dependent on #1742 | 1.0 | Check 'extras' directory for correctness - Ganache should check the correctness of its `extras` directory to ensure that all files are present and have not been corrupted during the download process.
Tangentially related but not dependent on #1742 | priority | check extras directory for correctness ganache should check the correctness of its extras directory to ensure that all files are present and have not been corrupted during the download process tangentially related but not dependent on | 1 |
56,402 | 3,079,556,835 | IssuesEvent | 2015-08-21 16:55:54 | pavel-pimenov/flylinkdc-r5xx | https://api.github.com/repos/pavel-pimenov/flylinkdc-r5xx | closed | r501: Проблема с автобаном | bug Component-Logic imported Priority-Medium | _From [fort_k...@mail.ru](https://code.google.com/u/115243521186897319314/) on December 13, 2011 12:27:37_
Отписывался в теме про автобан на сайте, теперь скрин с отключенным ограничением по количеству слотов, только шара. В друзьях юзера нет. Слоты не давал. Что я делаю не так?
**Attachment:** [screen.jpg](http://code.google.com/p/flylinkdc/issues/detail?id=624)
_Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=624_ | 1.0 | r501: Проблема с автобаном - _From [fort_k...@mail.ru](https://code.google.com/u/115243521186897319314/) on December 13, 2011 12:27:37_
Отписывался в теме про автобан на сайте, теперь скрин с отключенным ограничением по количеству слотов, только шара. В друзьях юзера нет. Слоты не давал. Что я делаю не так?
**Attachment:** [screen.jpg](http://code.google.com/p/flylinkdc/issues/detail?id=624)
_Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=624_ | priority | проблема с автобаном from on december отписывался в теме про автобан на сайте теперь скрин с отключенным ограничением по количеству слотов только шара в друзьях юзера нет слоты не давал что я делаю не так attachment original issue | 1 |
6,491 | 2,588,686,451 | IssuesEvent | 2015-02-18 04:30:57 | edwillis/FishtankMonitor | https://api.github.com/repos/edwillis/FishtankMonitor | closed | As a user, I can configure settings without modifying source code | enhancement Medium Priority | Ability to disable email sending
smtp username and password
smtp host
smtp port
smtp use ttls
from email
to email
how often to warn
how often to report
| 1.0 | As a user, I can configure settings without modifying source code - Ability to disable email sending
smtp username and password
smtp host
smtp port
smtp use ttls
from email
to email
how often to warn
how often to report
| priority | as a user i can configure settings without modifying source code ability to disable email sending smtp username and password smtp host smtp port smtp use ttls from email to email how often to warn how often to report | 1 |
713,462 | 24,528,877,845 | IssuesEvent | 2022-10-11 14:57:31 | AY2223S1-CS2103T-T11-3/tp | https://api.github.com/repos/AY2223S1-CS2103T-T11-3/tp | closed | As a familiar user, I can mark assignments and tasks as not done | type.Story priority.Medium | ... so that I can go back and redo tasks that are incomplete | 1.0 | As a familiar user, I can mark assignments and tasks as not done - ... so that I can go back and redo tasks that are incomplete | priority | as a familiar user i can mark assignments and tasks as not done so that i can go back and redo tasks that are incomplete | 1 |
57,749 | 3,083,748,262 | IssuesEvent | 2015-08-24 11:02:00 | pavel-pimenov/flylinkdc-r5xx | https://api.github.com/repos/pavel-pimenov/flylinkdc-r5xx | closed | [Оптимизация] Убрать "Горячий" вызов в tstring UserInfo::getText | bug imported Priority-Medium | _From [Pavel.Pimenov@gmail.com](https://code.google.com/u/Pavel.Pimenov@gmail.com/) on June 19, 2013 18:04:12_
www.flickr.com/photos/96019675@N02/9084245257
Вариант решение проблемы
- убрать постоянное преобразование Text::toT и сохранить
_Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=1063_ | 1.0 | [Оптимизация] Убрать "Горячий" вызов в tstring UserInfo::getText - _From [Pavel.Pimenov@gmail.com](https://code.google.com/u/Pavel.Pimenov@gmail.com/) on June 19, 2013 18:04:12_
www.flickr.com/photos/96019675@N02/9084245257
Вариант решение проблемы
- убрать постоянное преобразование Text::toT и сохранить
_Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=1063_ | priority | убрать горячий вызов в tstring userinfo gettext from on june вариант решение проблемы убрать постоянное преобразование text tot и сохранить original issue | 1 |
811,685 | 30,296,015,442 | IssuesEvent | 2023-07-09 21:30:07 | nexB/scancode.io | https://api.github.com/repos/nexB/scancode.io | opened | Add Show / Hide option for Codebase display | enhancement medium priority web-ui | The data displayed in the Codebase window can be so long that it interferes with getting quickly to the rest of the Project UI data.
This issue is for SCIO v32.3.0.
We should have Hide / Show all options like we have for the Project Data window. That was implemented for https://github.com/nexB/scancode.io/pull/667. I am not sure whether the same technique will work for the Codebase window because is is dynamic file tree. | 1.0 | Add Show / Hide option for Codebase display - The data displayed in the Codebase window can be so long that it interferes with getting quickly to the rest of the Project UI data.
This issue is for SCIO v32.3.0.
We should have Hide / Show all options like we have for the Project Data window. That was implemented for https://github.com/nexB/scancode.io/pull/667. I am not sure whether the same technique will work for the Codebase window because is is dynamic file tree. | priority | add show hide option for codebase display the data displayed in the codebase window can be so long that it interferes with getting quickly to the rest of the project ui data this issue is for scio we should have hide show all options like we have for the project data window that was implemented for i am not sure whether the same technique will work for the codebase window because is is dynamic file tree | 1 |
419,718 | 12,227,472,484 | IssuesEvent | 2020-05-03 15:24:20 | gohornet/hornet | https://api.github.com/repos/gohornet/hornet | closed | Add the glumb visualizer to the dashboard | dashboard feature priority-medium | Instead of having to expose a completely different endpoint to serve the glumb visualizer, we want to incorporate it into the dashboard for easier access. It needs to be implemented in such a way, that the visualizer doesn't hog the browser while the visualizer isn't in the viewport, as the glumb visualizer uses quite a lot of resources. | 1.0 | Add the glumb visualizer to the dashboard - Instead of having to expose a completely different endpoint to serve the glumb visualizer, we want to incorporate it into the dashboard for easier access. It needs to be implemented in such a way, that the visualizer doesn't hog the browser while the visualizer isn't in the viewport, as the glumb visualizer uses quite a lot of resources. | priority | add the glumb visualizer to the dashboard instead of having to expose a completely different endpoint to serve the glumb visualizer we want to incorporate it into the dashboard for easier access it needs to be implemented in such a way that the visualizer doesn t hog the browser while the visualizer isn t in the viewport as the glumb visualizer uses quite a lot of resources | 1 |
184,745 | 6,715,872,915 | IssuesEvent | 2017-10-13 23:56:01 | OperationCode/operationcode_frontend | https://api.github.com/repos/OperationCode/operationcode_frontend | closed | Create slack invite page | Priority: Medium Status: Available Type: Feature | <!-- Please fill out one of the sections below based on the type of issue you're creating -->
# Feature
## Why is this feature being added?
<!-- What problem is it solving? What value does it add? -->
Once discourse is up and running we can open up slack to be a self serve invite.
## What should your feature do?
Create a new page (something like `/profile/slack)` where a user can invite themselves to the slack team. This page should be protected.
When the user clicks a button send a POST request (with no payload) to the endpoint defined in operationcode/operationcode_backend#102. If successful render a page that informs the user to check their email for a slack invite and some instructions on downloading the app.
Stretch goal: It would be cool to show how many users are in slack on the page.
**This change should either not be merged or be shipped dark until operationcode/operationcode_backend#102 has been deployed** | 1.0 | Create slack invite page - <!-- Please fill out one of the sections below based on the type of issue you're creating -->
# Feature
## Why is this feature being added?
<!-- What problem is it solving? What value does it add? -->
Once discourse is up and running we can open up slack to be a self serve invite.
## What should your feature do?
Create a new page (something like `/profile/slack)` where a user can invite themselves to the slack team. This page should be protected.
When the user clicks a button send a POST request (with no payload) to the endpoint defined in operationcode/operationcode_backend#102. If successful render a page that informs the user to check their email for a slack invite and some instructions on downloading the app.
Stretch goal: It would be cool to show how many users are in slack on the page.
**This change should either not be merged or be shipped dark until operationcode/operationcode_backend#102 has been deployed** | priority | create slack invite page feature why is this feature being added once discourse is up and running we can open up slack to be a self serve invite what should your feature do create a new page something like profile slack where a user can invite themselves to the slack team this page should be protected when the user clicks a button send a post request with no payload to the endpoint defined in operationcode operationcode backend if successful render a page that informs the user to check their email for a slack invite and some instructions on downloading the app stretch goal it would be cool to show how many users are in slack on the page this change should either not be merged or be shipped dark until operationcode operationcode backend has been deployed | 1 |
545,803 | 15,963,672,921 | IssuesEvent | 2021-04-16 04:31:47 | chicagopython/chipy.org | https://api.github.com/repos/chicagopython/chipy.org | closed | Fix the 'more' button in the 'Post a Job' form page so that a modal pops up | difficulty: medium priority: high | When you go to the 'Post a job' form page and press 'more' button, a modal used to pop up that talked about location requirements. Fix it so that this modal shows up correctly again. | 1.0 | Fix the 'more' button in the 'Post a Job' form page so that a modal pops up - When you go to the 'Post a job' form page and press 'more' button, a modal used to pop up that talked about location requirements. Fix it so that this modal shows up correctly again. | priority | fix the more button in the post a job form page so that a modal pops up when you go to the post a job form page and press more button a modal used to pop up that talked about location requirements fix it so that this modal shows up correctly again | 1 |
47,848 | 2,986,547,989 | IssuesEvent | 2015-07-20 04:21:03 | facelessuser/Rummage | https://api.github.com/repos/facelessuser/Rummage | closed | Regex fuzzy match can cause list index error in linemap | Bug Priority - Medium Severity - Minor | When doing something like `(errors){e}` using fuzzy match searching the Rummage project, you can get the following errors. Maybe around a dozen errors which isn't too bad, but we shouldn't get any. I imagine it is near the end of the file. I probably need to account for some peculiar behavior of the regex module, or maybe it is a regex bug.
```
/Users/facelessuser/Desktop/Projects/Rummage/rummage/cli.py
File "/Users/facelessuser/Desktop/Projects/Rummage/rummage/rummage/rumcore/__init__.py", line 765, in search
rum_buff, m, line_map
File "/Users/facelessuser/Desktop/Projects/Rummage/rummage/rummage/rumcore/__init__.py", line 428, in _get_line_context
line_map and m.start() == line_map[idx] and
IndexError: list index out of range
```
Need to hunt down why this creates an error when using regex modules. | 1.0 | Regex fuzzy match can cause list index error in linemap - When doing something like `(errors){e}` using fuzzy match searching the Rummage project, you can get the following errors. Maybe around a dozen errors which isn't too bad, but we shouldn't get any. I imagine it is near the end of the file. I probably need to account for some peculiar behavior of the regex module, or maybe it is a regex bug.
```
/Users/facelessuser/Desktop/Projects/Rummage/rummage/cli.py
File "/Users/facelessuser/Desktop/Projects/Rummage/rummage/rummage/rumcore/__init__.py", line 765, in search
rum_buff, m, line_map
File "/Users/facelessuser/Desktop/Projects/Rummage/rummage/rummage/rumcore/__init__.py", line 428, in _get_line_context
line_map and m.start() == line_map[idx] and
IndexError: list index out of range
```
Need to hunt down why this creates an error when using regex modules. | priority | regex fuzzy match can cause list index error in linemap when doing something like errors e using fuzzy match searching the rummage project you can get the following errors maybe around a dozen errors which isn t too bad but we shouldn t get any i imagine it is near the end of the file i probably need to account for some peculiar behavior of the regex module or maybe it is a regex bug users facelessuser desktop projects rummage rummage cli py file users facelessuser desktop projects rummage rummage rummage rumcore init py line in search rum buff m line map file users facelessuser desktop projects rummage rummage rummage rumcore init py line in get line context line map and m start line map and indexerror list index out of range need to hunt down why this creates an error when using regex modules | 1 |
310,851 | 9,524,849,368 | IssuesEvent | 2019-04-28 07:26:22 | projectacrn/acrn-hypervisor | https://api.github.com/repos/projectacrn/acrn-hypervisor | closed | "ST_PERF_DS3_Resume_to_IVE_Android_OS_UI" test result value is low. | priority: P3-Medium status: Assigned type: bug | Kernel Version/Android Version | 4.19.19-quilt-2e5dc0ac-00135-gdfb7dfd764a1 (190208T031538Z) / 9
AOSP Version | PPR1.181005.003
ABL Version | 1906_GP20
IFWI Version | 3.1.55.2278a
IOC Version | 4.0.14
ACRN-Hypervisor | 2019w05.3.150000p_156
SOS version: 27700
SOS Kernel Version | 4.19.19-8-.iot-lts2018-sos #1 SMP PREEMPT Mon Feb 11
cAVS FW Version | 9.22.1.3472
Test environment settings
Connect 1 HDMI(on HDMI port2) and 1 eDP panel
Execution steps
Freshly flash the USER image on DUT (Device Under Test) and perform System Setup & Configuration section's steps.
Boot the device to home screen and wait 5 minutes.
Press 'ignition' button let the DUT go to S3 mode and wait about 1 minutes.
open mobile video
Start measurement by pressing the 'ignition' button.
Until the screen lights up and stop video
copy video from mobile to host
execute "python ffmpeg.py -i *.MOV"
calculating time
Expected result
less than 2 seconds
Actual result
more than 2seconds | 1.0 | "ST_PERF_DS3_Resume_to_IVE_Android_OS_UI" test result value is low. - Kernel Version/Android Version | 4.19.19-quilt-2e5dc0ac-00135-gdfb7dfd764a1 (190208T031538Z) / 9
AOSP Version | PPR1.181005.003
ABL Version | 1906_GP20
IFWI Version | 3.1.55.2278a
IOC Version | 4.0.14
ACRN-Hypervisor | 2019w05.3.150000p_156
SOS version: 27700
SOS Kernel Version | 4.19.19-8-.iot-lts2018-sos #1 SMP PREEMPT Mon Feb 11
cAVS FW Version | 9.22.1.3472
Test environment settings
Connect 1 HDMI(on HDMI port2) and 1 eDP panel
Execution steps
Freshly flash the USER image on DUT (Device Under Test) and perform System Setup & Configuration section's steps.
Boot the device to home screen and wait 5 minutes.
Press 'ignition' button let the DUT go to S3 mode and wait about 1 minutes.
open mobile video
Start measurement by pressing the 'ignition' button.
Until the screen lights up and stop video
copy video from mobile to host
execute "python ffmpeg.py -i *.MOV"
calculating time
Expected result
less than 2 seconds
Actual result
more than 2seconds | priority | st perf resume to ive android os ui test result value is low kernel version android version quilt aosp version abl version ifwi version ioc version acrn hypervisor sos version sos kernel version iot sos smp preempt mon feb cavs fw version test environment settings connect hdmi on hdmi and edp panel execution steps freshly flash the user image on dut device under test and perform system setup configuration section s steps boot the device to home screen and wait minutes press ignition button let the dut go to mode and wait about minutes open mobile video start measurement by pressing the ignition button until the screen lights up and stop video copy video from mobile to host execute python ffmpeg py i mov calculating time expected result less than seconds actual result more than | 1 |
519,263 | 15,048,486,014 | IssuesEvent | 2021-02-03 10:14:47 | YangCatalog/admin_ui | https://api.github.com/repos/YangCatalog/admin_ui | closed | Display additional messages in cronjob healthcheck | Priority: medium enhancement | Add functionality to display additional information about cronjob runs.
Similar to an error, display the **"i"** icon if additional information are available.
After clicking on the **"i"** icon, a modal window will appear and additional information will be displayed here. | 1.0 | Display additional messages in cronjob healthcheck - Add functionality to display additional information about cronjob runs.
Similar to an error, display the **"i"** icon if additional information are available.
After clicking on the **"i"** icon, a modal window will appear and additional information will be displayed here. | priority | display additional messages in cronjob healthcheck add functionality to display additional information about cronjob runs similar to an error display the i icon if additional information are available after clicking on the i icon a modal window will appear and additional information will be displayed here | 1 |
512,798 | 14,909,554,419 | IssuesEvent | 2021-01-22 08:11:50 | bounswe/bounswe2020group2 | https://api.github.com/repos/bounswe/bounswe2020group2 | closed | [BACKEND] Implement Delete Product from List endpoint | effort: low priority: medium status: available type: back-end | This endpoint satisfies delete product item from list. The product and list ids should be given in the url. | 1.0 | [BACKEND] Implement Delete Product from List endpoint - This endpoint satisfies delete product item from list. The product and list ids should be given in the url. | priority | implement delete product from list endpoint this endpoint satisfies delete product item from list the product and list ids should be given in the url | 1 |
298,285 | 9,198,252,628 | IssuesEvent | 2019-03-07 12:06:54 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | Logger got recently slower | area: Logging bug priority: medium | I've observed this issue originally with `echo_client` and `echo_server` samples, running on `nrf52840_pca10056`. So far, the logger module was able to print all logs that samples produced with no problem. Recently something changed, and the logger is no longer able to keep up with the network traffic and drops log messages heavily.
The issue can be easily reproduced in `shell_module` sample when runnning `log_test start demo` command. According to documentation, running this command will print log message every 200 ms. Even though it does not sound much, it is enough for the logger to start dropping logs.
```
[00:00:13.012,939] <inf> app: Timer expired.
[00:00:13.012,939] <inf> app_test: info message
[00:00:13.012,939] <wrn> app_test: warning message
[00:00:13.012,939] <err> app_test: err message
[00:00:13.212,524] <inf> app: Timer expired.
[00:00:13.212,524] <inf> app_test: info message
[00:00:13.212,524] <wrn> app_test: warning message
[00:00:13.212,524] <err> app_test: err message
--- 1 messages dropped ---
[00:00:13.412,109] <inf> app_test: info message
--- 3 messages dropped ---
[00:00:13.611,694] <inf> app_test: info message
[00:00:13.611,694] <wrn> app_test: warning message
--- 2 messages dropped ---
[00:00:13.811,279] <inf> app_test: info message
--- 3 messages dropped ---
[00:00:14.010,864] <inf> app_test: info message
[00:00:14.010,864] <wrn> app_test: warning message
--- 2 messages dropped ---
[00:00:14.210,449] <inf> app_test: info message
--- 3 messages dropped ---
[00:00:14.410,034] <inf> app_test: info message
[00:00:14.410,034] <wrn> app_test: warning message
``` | 1.0 | Logger got recently slower - I've observed this issue originally with `echo_client` and `echo_server` samples, running on `nrf52840_pca10056`. So far, the logger module was able to print all logs that samples produced with no problem. Recently something changed, and the logger is no longer able to keep up with the network traffic and drops log messages heavily.
The issue can be easily reproduced in `shell_module` sample when runnning `log_test start demo` command. According to documentation, running this command will print log message every 200 ms. Even though it does not sound much, it is enough for the logger to start dropping logs.
```
[00:00:13.012,939] <inf> app: Timer expired.
[00:00:13.012,939] <inf> app_test: info message
[00:00:13.012,939] <wrn> app_test: warning message
[00:00:13.012,939] <err> app_test: err message
[00:00:13.212,524] <inf> app: Timer expired.
[00:00:13.212,524] <inf> app_test: info message
[00:00:13.212,524] <wrn> app_test: warning message
[00:00:13.212,524] <err> app_test: err message
--- 1 messages dropped ---
[00:00:13.412,109] <inf> app_test: info message
--- 3 messages dropped ---
[00:00:13.611,694] <inf> app_test: info message
[00:00:13.611,694] <wrn> app_test: warning message
--- 2 messages dropped ---
[00:00:13.811,279] <inf> app_test: info message
--- 3 messages dropped ---
[00:00:14.010,864] <inf> app_test: info message
[00:00:14.010,864] <wrn> app_test: warning message
--- 2 messages dropped ---
[00:00:14.210,449] <inf> app_test: info message
--- 3 messages dropped ---
[00:00:14.410,034] <inf> app_test: info message
[00:00:14.410,034] <wrn> app_test: warning message
``` | priority | logger got recently slower i ve observed this issue originally with echo client and echo server samples running on so far the logger module was able to print all logs that samples produced with no problem recently something changed and the logger is no longer able to keep up with the network traffic and drops log messages heavily the issue can be easily reproduced in shell module sample when runnning log test start demo command according to documentation running this command will print log message every ms even though it does not sound much it is enough for the logger to start dropping logs app timer expired app test info message app test warning message app test err message app timer expired app test info message app test warning message app test err message messages dropped app test info message messages dropped app test info message app test warning message messages dropped app test info message messages dropped app test info message app test warning message messages dropped app test info message messages dropped app test info message app test warning message | 1 |
756,781 | 26,485,432,061 | IssuesEvent | 2023-01-17 17:36:50 | tdene/synth_opt_adders | https://api.github.com/repos/tdene/synth_opt_adders | closed | Remove node_flat = False and merge_mapping = False options | bug medium priority | When the HDL-generation section of this library was first designed, the following behavior was intended:
* User generates a structure using this library, whose HDL representation refers to abstract nodes
* In parallel, a "mapping" file is output which converts this abstract node-view into technology-specific standard cells
* The HDL that is output by this library is not usable unless both files are included
For example, an output might look as such:
```
module blah blah blah
pre_node U1(blah blah)
main_node U2(blah blah)
post_node U3(blah blah)
endmodule
```
A mapping file would be generated in parallel to map these abstract `pre_node` / `main_node` / `post_node` concepts to technology-specific standard cells.
The idea behind this organization is to make it easy to implement the same adder circuits on different technology nodes, by simply dropping in a different technology mapping file.
-----------------------------------
Since v1.0.0 has come out, I have enabled a new, easier, behavior:
* User generates a structure using this library
* The HDL that is output consists of a single file, with standard cell logic merged directly in
For example, an output might look as such:
```
module blah blah blah
sky130_fd_sc_hd and2(.A(blah) blah blah blah)
sky130_fd_sc_hd or2(blah blah blah
etcetera
endmodule
```
This is easier to use and more compact. I have already enabled it as the default output style.
-----------------------------------
Maintaining both strategies takes active developer time, which is in short supply.
**I want to deprecate the first strategy**. It is already broken in minor ways, and it is likely to continue breaking even more.
This means that the same adder circuit would have to be output once for each technology it is implemented in. But. Currently, every adder circuit has a unique identifying ID which can be obtained in `O(n lg n)`, and the ID can be used to rebuild the circuit in `O(n lg n)`.
That seems to solve the main issue I had in mind at the start: being able to reproduce results across technologies. Previously, it meant re-creating the circuit one move at a time. Now, it means just saving the ID of the circuit for future use. | 1.0 | Remove node_flat = False and merge_mapping = False options - When the HDL-generation section of this library was first designed, the following behavior was intended:
* User generates a structure using this library, whose HDL representation refers to abstract nodes
* In parallel, a "mapping" file is output which converts this abstract node-view into technology-specific standard cells
* The HDL that is output by this library is not usable unless both files are included
For example, an output might look as such:
```
module blah blah blah
pre_node U1(blah blah)
main_node U2(blah blah)
post_node U3(blah blah)
endmodule
```
A mapping file would be generated in parallel to map these abstract `pre_node` / `main_node` / `post_node` concepts to technology-specific standard cells.
The idea behind this organization is to make it easy to implement the same adder circuits on different technology nodes, by simply dropping in a different technology mapping file.
-----------------------------------
Since v1.0.0 has come out, I have enabled a new, easier, behavior:
* User generates a structure using this library
* The HDL that is output consists of a single file, with standard cell logic merged directly in
For example, an output might look as such:
```
module blah blah blah
sky130_fd_sc_hd and2(.A(blah) blah blah blah)
sky130_fd_sc_hd or2(blah blah blah
etcetera
endmodule
```
This is easier to use and more compact. I have already enabled it as the default output style.
-----------------------------------
Maintaining both strategies takes active developer time, which is in short supply.
**I want to deprecate the first strategy**. It is already broken in minor ways, and it is likely to continue breaking even more.
This means that the same adder circuit would have to be output once for each technology it is implemented in. But. Currently, every adder circuit has a unique identifying ID which can be obtained in `O(n lg n)`, and the ID can be used to rebuild the circuit in `O(n lg n)`.
That seems to solve the main issue I had in mind at the start: being able to reproduce results across technologies. Previously, it meant re-creating the circuit one move at a time. Now, it means just saving the ID of the circuit for future use. | priority | remove node flat false and merge mapping false options when the hdl generation section of this library was first designed the following behavior was intended user generates a structure using this library whose hdl representation refers to abstract nodes in parallel a mapping file is output which converts this abstract node view into technology specific standard cells the hdl that is output by this library is not usable unless both files are included for example an output might look as such module blah blah blah pre node blah blah main node blah blah post node blah blah endmodule a mapping file would be generated in parallel to map these abstract pre node main node post node concepts to technology specific standard cells the idea behind this organization is to make it easy to implement the same adder circuits on different technology nodes by simply dropping in a different technology mapping file since has come out i have enabled a new easier behavior user generates a structure using this library the hdl that is output consists of a single file with standard cell logic merged directly in for example an output might look as such module blah blah blah fd sc hd a blah blah blah blah fd sc hd blah blah blah etcetera endmodule this is easier to use and more compact i have already enabled it as the default output style maintaining both strategies takes active developer time which is in short supply i want to deprecate the first strategy it is already broken in minor ways and it is likely to continue breaking even more this means that the same adder circuit would have to be output once for each technology it is implemented in but currently every adder circuit has a unique identifying id which can be obtained in o n lg n and the id can be used to rebuild the circuit in o n lg n that seems to solve the main issue i had in mind at the start being able to reproduce results across technologies previously it meant re creating the circuit one move at a time now it means just saving the id of the circuit for future use | 1 |
310,375 | 9,489,250,327 | IssuesEvent | 2019-04-22 21:54:20 | HealthRex/CDSS | https://api.github.com/repos/HealthRex/CDSS | closed | Update Sim UI for color change on notes (notifications) | Priority - 2 Medium enhancement help wanted | Change to red color and number (value based on new notes) | 1.0 | Update Sim UI for color change on notes (notifications) - Change to red color and number (value based on new notes) | priority | update sim ui for color change on notes notifications change to red color and number value based on new notes | 1 |
219,599 | 7,344,015,912 | IssuesEvent | 2018-03-07 13:25:45 | debtcollective/parent | https://api.github.com/repos/debtcollective/parent | opened | Make disputes have readable URLS | disputes priority: medium | In gitlab by @shoshber on Feb 21, 2018, 11:00
https://gitlab.com/debtcollective/debtcollective/issues/325
## Acceptance criteria
- slugs
- Wage garnishment `/11111111-1111-1111-1111-111111111111`
- [ ] `/wage-garnishment`
- Tax return `/11111111-1111-2222-1111-111111111111`
- [ ] `/tax-return`
- General debt `/11111111-1111-3333-1111-111111111111`
- [ ] `/general-debt`
- Credit report errors `/11111111-1111-4444-1111-111111111111`
- [ ] `/credit-report`
- Private student loan `/11111111-1111-6666-1111-111111111111`
- [ ] `/private-student-loans`
- DTR already has a readable url `/dispute-tools/defense-to-repayment`
- [ ] old links do not show 404s | 1.0 | Make disputes have readable URLS - In gitlab by @shoshber on Feb 21, 2018, 11:00
https://gitlab.com/debtcollective/debtcollective/issues/325
## Acceptance criteria
- slugs
- Wage garnishment `/11111111-1111-1111-1111-111111111111`
- [ ] `/wage-garnishment`
- Tax return `/11111111-1111-2222-1111-111111111111`
- [ ] `/tax-return`
- General debt `/11111111-1111-3333-1111-111111111111`
- [ ] `/general-debt`
- Credit report errors `/11111111-1111-4444-1111-111111111111`
- [ ] `/credit-report`
- Private student loan `/11111111-1111-6666-1111-111111111111`
- [ ] `/private-student-loans`
- DTR already has a readable url `/dispute-tools/defense-to-repayment`
- [ ] old links do not show 404s | priority | make disputes have readable urls in gitlab by shoshber on feb acceptance criteria slugs wage garnishment wage garnishment tax return tax return general debt general debt credit report errors credit report private student loan private student loans dtr already has a readable url dispute tools defense to repayment old links do not show | 1 |
159,021 | 6,039,309,241 | IssuesEvent | 2017-06-10 01:42:01 | cyberpwnn/Wormholes | https://api.github.com/repos/cyberpwnn/Wormholes | closed | Make Reversing the portal polarity faster | enhancement medium priority | Currently, it requires all wormholes to reload and re-transfer mappings when it really isnt needed. | 1.0 | Make Reversing the portal polarity faster - Currently, it requires all wormholes to reload and re-transfer mappings when it really isnt needed. | priority | make reversing the portal polarity faster currently it requires all wormholes to reload and re transfer mappings when it really isnt needed | 1 |
683,025 | 23,365,979,505 | IssuesEvent | 2022-08-10 15:23:36 | teia-community/teia-ui | https://api.github.com/repos/teia-community/teia-ui | closed | [bug] interactive OBJKTs are not vertically aligned when using fullscreen mode on the minting preview page | 🐛 bug 💅 styling 👨💻 in progress Priority: Medium | **Describe the bug**
Interactive OBJKTs are not vertically aligned when using fullscreen mode on the minting preview page. The vertical alignment is correct in fullscreen mode once the OBJKT is minted.
**To Reproduce**
Steps to reproduce the behavior:
1. go to mint page
2. upload an interactive OBJKT
3. go to preview page
4. open full screen mode (the issue is more obvious on larger monitors)
**Expected behavior**
The OBJKT should appear vertically centered
**Screenshots**

Preview

Minted
---
### Tasks:
- [x] Fix the preview page for interactive tokens in fullscreen.
- [ ] Vertically center non full width/height tokens:
As mentioned by formless on discord

https://teia.art/objkt/670193 - Shifted
https://versum.xyz/token/versum/18814 - Working
| 1.0 | [bug] interactive OBJKTs are not vertically aligned when using fullscreen mode on the minting preview page - **Describe the bug**
Interactive OBJKTs are not vertically aligned when using fullscreen mode on the minting preview page. The vertical alignment is correct in fullscreen mode once the OBJKT is minted.
**To Reproduce**
Steps to reproduce the behavior:
1. go to mint page
2. upload an interactive OBJKT
3. go to preview page
4. open full screen mode (the issue is more obvious on larger monitors)
**Expected behavior**
The OBJKT should appear vertically centered
**Screenshots**

Preview

Minted
---
### Tasks:
- [x] Fix the preview page for interactive tokens in fullscreen.
- [ ] Vertically center non full width/height tokens:
As mentioned by formless on discord

https://teia.art/objkt/670193 - Shifted
https://versum.xyz/token/versum/18814 - Working
| priority | interactive objkts are not vertically aligned when using fullscreen mode on the minting preview page describe the bug interactive objkts are not vertically aligned when using fullscreen mode on the minting preview page the vertical alignment is correct in fullscreen mode once the objkt is minted to reproduce steps to reproduce the behavior go to mint page upload an interactive objkt go to preview page open full screen mode the issue is more obvious on larger monitors expected behavior the objkt should appear vertically centered screenshots preview minted tasks fix the preview page for interactive tokens in fullscreen vertically center non full width height tokens as mentioned by formless on discord shifted working | 1 |
224,874 | 7,473,573,484 | IssuesEvent | 2018-04-03 15:43:31 | emory-libraries/ezpaarse-platforms | https://api.github.com/repos/emory-libraries/ezpaarse-platforms | opened | Nutrition Reviews (Oxford Journals) | Medium Priority | ### Example:star::star: :
m.nutritionreviews.oxfordjournals.org
*mobile URL
### Priority:
Medium
### Subscriber (Library):
Health
| 1.0 | Nutrition Reviews (Oxford Journals) - ### Example:star::star: :
m.nutritionreviews.oxfordjournals.org
*mobile URL
### Priority:
Medium
### Subscriber (Library):
Health
| priority | nutrition reviews oxford journals example star star m nutritionreviews oxfordjournals org mobile url priority medium subscriber library health | 1 |
112,374 | 4,531,154,443 | IssuesEvent | 2016-09-08 00:47:06 | RobotLocomotion/drake | https://api.github.com/repos/RobotLocomotion/drake | opened | Mysterious CI Failure - Certain Text in PR's Description Reults in Failure to Identify Matlab Root | priority: medium team: software core type: bug type: continuous integration | In #3358, I encountered the following [mysterious pre-merge CI failure](https://drake-jenkins.csail.mit.edu/job/experimental/4407/compiler=gcc,label=linux_matlab,type=release/) in configuration `gcc_linux_matlab`:
```
CMake Error at /home/ubuntu/workspace/experimental/c5b85b52/cmake/mex.cmake:102 (string):
string sub-command STRIP requires two arguments.
Call Stack (most recent call first):
CMakeLists.txt:143 (mex_setup)
SWIG_EXECUTABLE: /home/ubuntu/workspace/experimental/c5b85b52/build/install/bin/swig
Checking if Swig has Matlab support... yes
Found Swig with Matlab support
CMake Error at /home/ubuntu/workspace/experimental/c5b85b52/build/install/share/cmake/SwigMatlab.cmake:43 (message):
Please run 'mex_setup(REQUIRED)' which is provided by mex.cmake in
https://github.com/RobotLocomotion/cmake before using this macro.
Call Stack (most recent call first):
bindings/swig/CMakeLists.txt:55 (add_swig_matlab_module)
```
To debug this, I [instrumented](https://github.com/RobotLocomotion/drake/pull/3358/commits/b767d4ba06e97a3b98a9b3ef27e8e9c4ca428bfd) `mex.cmake` with a debug print statement. This resulted in the following being logged:
```
18:35:00 -- ************************** MATLAB ROOT: _matlab_root=This change was shown to decrease build times by
```
Since `_matlab_root` appeared to get part of the PR's description, I removed the following text from the description:
> Using an HP z640 workstation with an Intel(R) Xeon(R) CPU E5-2620 v3 @ 2.40GHz, 40GB of Buffered DDR4 1866 MHz RAM, and commit 6d1f32d1c351e4c646009c3ee6e3e906bb2a4395, the build time and memory footprint without dReal is ~14 minutes and 5.1GB:
>
> ```
> $ cd drake-distro
> $ rm -rf build; externals
> $ git reset --hard HEAD
> $ mkdir build; cd build
> $ cmake .. -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo -DDISABLE_MATLAB=TRUE -DWITH_DREAL=FALSE -DWITH_SNOPT=FALSE
> $ /usr/bin/time --format=%E,%U,%M make -j12
> 13:55.23,4906.59,5097528
> ```
This resulted in the PR's pre-merge CI tests to pass: https://drake-jenkins.csail.mit.edu/job/experimental/4412/.
Thus, I believe there is a bug in `mex.cmake` that arises when the PR's description contains certain text. | 1.0 | Mysterious CI Failure - Certain Text in PR's Description Reults in Failure to Identify Matlab Root - In #3358, I encountered the following [mysterious pre-merge CI failure](https://drake-jenkins.csail.mit.edu/job/experimental/4407/compiler=gcc,label=linux_matlab,type=release/) in configuration `gcc_linux_matlab`:
```
CMake Error at /home/ubuntu/workspace/experimental/c5b85b52/cmake/mex.cmake:102 (string):
string sub-command STRIP requires two arguments.
Call Stack (most recent call first):
CMakeLists.txt:143 (mex_setup)
SWIG_EXECUTABLE: /home/ubuntu/workspace/experimental/c5b85b52/build/install/bin/swig
Checking if Swig has Matlab support... yes
Found Swig with Matlab support
CMake Error at /home/ubuntu/workspace/experimental/c5b85b52/build/install/share/cmake/SwigMatlab.cmake:43 (message):
Please run 'mex_setup(REQUIRED)' which is provided by mex.cmake in
https://github.com/RobotLocomotion/cmake before using this macro.
Call Stack (most recent call first):
bindings/swig/CMakeLists.txt:55 (add_swig_matlab_module)
```
To debug this, I [instrumented](https://github.com/RobotLocomotion/drake/pull/3358/commits/b767d4ba06e97a3b98a9b3ef27e8e9c4ca428bfd) `mex.cmake` with a debug print statement. This resulted in the following being logged:
```
18:35:00 -- ************************** MATLAB ROOT: _matlab_root=This change was shown to decrease build times by
```
Since `_matlab_root` appeared to get part of the PR's description, I removed the following text from the description:
> Using an HP z640 workstation with an Intel(R) Xeon(R) CPU E5-2620 v3 @ 2.40GHz, 40GB of Buffered DDR4 1866 MHz RAM, and commit 6d1f32d1c351e4c646009c3ee6e3e906bb2a4395, the build time and memory footprint without dReal is ~14 minutes and 5.1GB:
>
> ```
> $ cd drake-distro
> $ rm -rf build; externals
> $ git reset --hard HEAD
> $ mkdir build; cd build
> $ cmake .. -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo -DDISABLE_MATLAB=TRUE -DWITH_DREAL=FALSE -DWITH_SNOPT=FALSE
> $ /usr/bin/time --format=%E,%U,%M make -j12
> 13:55.23,4906.59,5097528
> ```
This resulted in the PR's pre-merge CI tests to pass: https://drake-jenkins.csail.mit.edu/job/experimental/4412/.
Thus, I believe there is a bug in `mex.cmake` that arises when the PR's description contains certain text. | priority | mysterious ci failure certain text in pr s description reults in failure to identify matlab root in i encountered the following in configuration gcc linux matlab cmake error at home ubuntu workspace experimental cmake mex cmake string string sub command strip requires two arguments call stack most recent call first cmakelists txt mex setup swig executable home ubuntu workspace experimental build install bin swig checking if swig has matlab support yes found swig with matlab support cmake error at home ubuntu workspace experimental build install share cmake swigmatlab cmake message please run mex setup required which is provided by mex cmake in before using this macro call stack most recent call first bindings swig cmakelists txt add swig matlab module to debug this i mex cmake with a debug print statement this resulted in the following being logged matlab root matlab root this change was shown to decrease build times by since matlab root appeared to get part of the pr s description i removed the following text from the description using an hp workstation with an intel r xeon r cpu of buffered mhz ram and commit the build time and memory footprint without dreal is minutes and cd drake distro rm rf build externals git reset hard head mkdir build cd build cmake dcmake build type string relwithdebinfo ddisable matlab true dwith dreal false dwith snopt false usr bin time format e u m make this resulted in the pr s pre merge ci tests to pass thus i believe there is a bug in mex cmake that arises when the pr s description contains certain text | 1 |
174,073 | 6,536,260,294 | IssuesEvent | 2017-08-31 17:26:54 | craftercms/craftercms | https://api.github.com/repos/craftercms/craftercms | closed | [studio-ui] Recently Published and My Recent Activity dashboard cleared on content save | bug Priority: Medium | Steps to reproduce:
1. create site from editorial BP
2. edit home page
3. publish home page
4. Switch to dashboard view
4.5 Home page displayed in both widgets
5. Edit home page again
6. Save & Close
7. ERROR -> both widgets are empty after form closes
8. Reload browser pages
8.5 Home page displayed in both widgets again | 1.0 | [studio-ui] Recently Published and My Recent Activity dashboard cleared on content save - Steps to reproduce:
1. create site from editorial BP
2. edit home page
3. publish home page
4. Switch to dashboard view
4.5 Home page displayed in both widgets
5. Edit home page again
6. Save & Close
7. ERROR -> both widgets are empty after form closes
8. Reload browser pages
8.5 Home page displayed in both widgets again | priority | recently published and my recent activity dashboard cleared on content save steps to reproduce create site from editorial bp edit home page publish home page switch to dashboard view home page displayed in both widgets edit home page again save close error both widgets are empty after form closes reload browser pages home page displayed in both widgets again | 1 |
721,019 | 24,815,150,781 | IssuesEvent | 2022-10-25 12:37:36 | AY2223S1-CS2103T-T14-1/tp | https://api.github.com/repos/AY2223S1-CS2103T-T14-1/tp | closed | Parsers do not handle negative indexes | bug priority.Medium | `DeleteCommandParser`, `EditCommandParser`, `MarkCommandParser` which handle indexes do not display error message for negative indexes | 1.0 | Parsers do not handle negative indexes - `DeleteCommandParser`, `EditCommandParser`, `MarkCommandParser` which handle indexes do not display error message for negative indexes | priority | parsers do not handle negative indexes deletecommandparser editcommandparser markcommandparser which handle indexes do not display error message for negative indexes | 1 |
590,040 | 17,769,404,394 | IssuesEvent | 2021-08-30 11:53:34 | rcjnsw/soccersim | https://api.github.com/repos/rcjnsw/soccersim | closed | Display an error message on unparseable JS/Blockly code | bug medium effort high priority | Display an error message when the JS cannot be parsed or fails when running the program.

| 1.0 | Display an error message on unparseable JS/Blockly code - Display an error message when the JS cannot be parsed or fails when running the program.

| priority | display an error message on unparseable js blockly code display an error message when the js cannot be parsed or fails when running the program | 1 |
805,471 | 29,520,870,494 | IssuesEvent | 2023-06-05 01:37:38 | NikolaiVChr/f16 | https://api.github.com/repos/NikolaiVChr/f16 | opened | Adapt to World Scenery 3.0 | Adapt to next FG Medium Priority | This relates to air to surface attacks.
The WS 3 terrain can change elevation as the pilot gets closer to give a more detailed terrain closer up.
This bring the following issues:
- Target pod might not be able to see the target
- Weapons and aircraft cannot lock onto target due to it being under shown terrain.
- Weapons cannot hit the target due to elevated ground between weapon and the target.
- Target can look like floating when seen by TGP or HMCS until get closer
- Ground radar cannot see target
- Ground radar will not show correct radar return until pilot get closer to terrain (very minor issue)
I have an idea as to how to do this, but I wish it somehow could get solved on the FG side though.
| 1.0 | Adapt to World Scenery 3.0 - This relates to air to surface attacks.
The WS 3 terrain can change elevation as the pilot gets closer to give a more detailed terrain closer up.
This bring the following issues:
- Target pod might not be able to see the target
- Weapons and aircraft cannot lock onto target due to it being under shown terrain.
- Weapons cannot hit the target due to elevated ground between weapon and the target.
- Target can look like floating when seen by TGP or HMCS until get closer
- Ground radar cannot see target
- Ground radar will not show correct radar return until pilot get closer to terrain (very minor issue)
I have an idea as to how to do this, but I wish it somehow could get solved on the FG side though.
| priority | adapt to world scenery this relates to air to surface attacks the ws terrain can change elevation as the pilot gets closer to give a more detailed terrain closer up this bring the following issues target pod might not be able to see the target weapons and aircraft cannot lock onto target due to it being under shown terrain weapons cannot hit the target due to elevated ground between weapon and the target target can look like floating when seen by tgp or hmcs until get closer ground radar cannot see target ground radar will not show correct radar return until pilot get closer to terrain very minor issue i have an idea as to how to do this but i wish it somehow could get solved on the fg side though | 1 |
818,476 | 30,690,912,767 | IssuesEvent | 2023-07-26 15:07:26 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | [YSQL] Clean up older hung PG processes when PG master exits abnormally | kind/enhancement area/ysql priority/medium | Jira Link: [DB-6895](https://yugabyte.atlassian.net/browse/DB-6895)
### Description
With previous experiences, PG processes, esp the PG server, can be terminated abnormally by OOM killer, which leaves an unclean state for the system. Sometimes, the PG child processes can hang. This prevents our pg_wrapper to start the next PG server successfully as PG's `postgresmaster.pid` file can still be held.
### Warning: Please confirm that this issue does not contain any sensitive information
- [X] I confirm this issue does not contain any sensitive information.
[DB-6895]: https://yugabyte.atlassian.net/browse/DB-6895?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ | 1.0 | [YSQL] Clean up older hung PG processes when PG master exits abnormally - Jira Link: [DB-6895](https://yugabyte.atlassian.net/browse/DB-6895)
### Description
With previous experiences, PG processes, esp the PG server, can be terminated abnormally by OOM killer, which leaves an unclean state for the system. Sometimes, the PG child processes can hang. This prevents our pg_wrapper to start the next PG server successfully as PG's `postgresmaster.pid` file can still be held.
### Warning: Please confirm that this issue does not contain any sensitive information
- [X] I confirm this issue does not contain any sensitive information.
[DB-6895]: https://yugabyte.atlassian.net/browse/DB-6895?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ | priority | clean up older hung pg processes when pg master exits abnormally jira link description with previous experiences pg processes esp the pg server can be terminated abnormally by oom killer which leaves an unclean state for the system sometimes the pg child processes can hang this prevents our pg wrapper to start the next pg server successfully as pg s postgresmaster pid file can still be held warning please confirm that this issue does not contain any sensitive information i confirm this issue does not contain any sensitive information | 1 |
65,120 | 3,226,684,152 | IssuesEvent | 2015-10-10 14:13:00 | cs2103aug2015-w13-2j/main | https://api.github.com/repos/cs2103aug2015-w13-2j/main | closed | I want to group the tasks under a label (e.g. CS2103T) which I can use as an identifier | priority.medium type.story | so that I can categorise my various tasks | 1.0 | I want to group the tasks under a label (e.g. CS2103T) which I can use as an identifier - so that I can categorise my various tasks | priority | i want to group the tasks under a label e g which i can use as an identifier so that i can categorise my various tasks | 1 |
536,252 | 15,706,723,831 | IssuesEvent | 2021-03-26 17:49:28 | Blackoutburst/Wally | https://api.github.com/repos/Blackoutburst/Wally | closed | Big background image cause error when creating a canvas with them | bug medium priority | **Describe the bug**
Adding a huge background create a crash when trying to create a canvas with it
**To Reproduce**
Steps to reproduce the behavior:
1. Use !setbackground to set a big image
2. Use !stats or any commands generating canvas and it should crash
**Expected behavior**
This should work normally and display the image instead of a black image
We can either compress the image when saving it or just limit the file size when using !setbackground
**Error message**
```
javax.imageio.IIOException: Error reading PNG image data
at com.sun.imageio.plugins.png.PNGImageReader.readImage(PNGImageReader.java:1345)
at com.sun.imageio.plugins.png.PNGImageReader.read(PNGImageReader.java:1614)
at javax.imageio.ImageIO.read(ImageIO.java:1448)
at javax.imageio.ImageIO.read(ImageIO.java:1308)
at utils.Canvas.drawCustomBackground(Canvas.java:130)
at commands.CommandStats.execute(CommandStats.java:44)
at core.CommandExecutable.run(CommandExecutable.java:32)
at commands.CommandManager.<init>(CommandManager.java:14)
at event.MessageReceived.run(MessageReceived.java:35)
at core.Bot.onMessageReceived(Bot.java:66)
at net.dv8tion.jda.api.hooks.ListenerAdapter.onEvent(ListenerAdapter.java:428)
at net.dv8tion.jda.api.hooks.InterfacedEventManager.handle(InterfacedEventManager.java:96)
at net.dv8tion.jda.internal.hooks.EventManagerProxy.handleInternally(EventManagerProxy.java:82)
at net.dv8tion.jda.internal.hooks.EventManagerProxy.handle(EventManagerProxy.java:69)
at net.dv8tion.jda.internal.JDAImpl.handleEvent(JDAImpl.java:152)
at net.dv8tion.jda.internal.handle.MessageCreateHandler.handleInternally(MessageCreateHandler.java:122)
at net.dv8tion.jda.internal.handle.SocketHandler.handle(SocketHandler.java:36)
at net.dv8tion.jda.internal.requests.WebSocketClient.onDispatch(WebSocketClient.java:954)
at net.dv8tion.jda.internal.requests.WebSocketClient.onEvent(WebSocketClient.java:841)
at net.dv8tion.jda.internal.requests.WebSocketClient.handleEvent(WebSocketClient.java:819)
at net.dv8tion.jda.internal.requests.WebSocketClient.onBinaryMessage(WebSocketClient.java:992)
at com.neovisionaries.ws.client.ListenerManager.callOnBinaryMessage(ListenerManager.java:385)
at com.neovisionaries.ws.client.ReadingThread.callOnBinaryMessage(ReadingThread.java:276)
at com.neovisionaries.ws.client.ReadingThread.handleBinaryFrame(ReadingThread.java:996)
at com.neovisionaries.ws.client.ReadingThread.handleFrame(ReadingThread.java:755)
at com.neovisionaries.ws.client.ReadingThread.main(ReadingThread.java:108)
at com.neovisionaries.ws.client.ReadingThread.runMain(ReadingThread.java:64)
at com.neovisionaries.ws.client.WebSocketThread.run(WebSocketThread.java:45)
Caused by: java.io.EOFException: Unexpected end of ZLIB input stream
at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:240)
at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:286)
at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
at java.io.DataInputStream.readFully(DataInputStream.java:195)
at com.sun.imageio.plugins.png.PNGImageReader.decodePass(PNGImageReader.java:1119)
at com.sun.imageio.plugins.png.PNGImageReader.decodeImage(PNGImageReader.java:1223)
at com.sun.imageio.plugins.png.PNGImageReader.readImage(PNGImageReader.java:1338)``` | 1.0 | Big background image cause error when creating a canvas with them - **Describe the bug**
Adding a huge background create a crash when trying to create a canvas with it
**To Reproduce**
Steps to reproduce the behavior:
1. Use !setbackground to set a big image
2. Use !stats or any commands generating canvas and it should crash
**Expected behavior**
This should work normally and display the image instead of a black image
We can either compress the image when saving it or just limit the file size when using !setbackground
**Error message**
```
javax.imageio.IIOException: Error reading PNG image data
at com.sun.imageio.plugins.png.PNGImageReader.readImage(PNGImageReader.java:1345)
at com.sun.imageio.plugins.png.PNGImageReader.read(PNGImageReader.java:1614)
at javax.imageio.ImageIO.read(ImageIO.java:1448)
at javax.imageio.ImageIO.read(ImageIO.java:1308)
at utils.Canvas.drawCustomBackground(Canvas.java:130)
at commands.CommandStats.execute(CommandStats.java:44)
at core.CommandExecutable.run(CommandExecutable.java:32)
at commands.CommandManager.<init>(CommandManager.java:14)
at event.MessageReceived.run(MessageReceived.java:35)
at core.Bot.onMessageReceived(Bot.java:66)
at net.dv8tion.jda.api.hooks.ListenerAdapter.onEvent(ListenerAdapter.java:428)
at net.dv8tion.jda.api.hooks.InterfacedEventManager.handle(InterfacedEventManager.java:96)
at net.dv8tion.jda.internal.hooks.EventManagerProxy.handleInternally(EventManagerProxy.java:82)
at net.dv8tion.jda.internal.hooks.EventManagerProxy.handle(EventManagerProxy.java:69)
at net.dv8tion.jda.internal.JDAImpl.handleEvent(JDAImpl.java:152)
at net.dv8tion.jda.internal.handle.MessageCreateHandler.handleInternally(MessageCreateHandler.java:122)
at net.dv8tion.jda.internal.handle.SocketHandler.handle(SocketHandler.java:36)
at net.dv8tion.jda.internal.requests.WebSocketClient.onDispatch(WebSocketClient.java:954)
at net.dv8tion.jda.internal.requests.WebSocketClient.onEvent(WebSocketClient.java:841)
at net.dv8tion.jda.internal.requests.WebSocketClient.handleEvent(WebSocketClient.java:819)
at net.dv8tion.jda.internal.requests.WebSocketClient.onBinaryMessage(WebSocketClient.java:992)
at com.neovisionaries.ws.client.ListenerManager.callOnBinaryMessage(ListenerManager.java:385)
at com.neovisionaries.ws.client.ReadingThread.callOnBinaryMessage(ReadingThread.java:276)
at com.neovisionaries.ws.client.ReadingThread.handleBinaryFrame(ReadingThread.java:996)
at com.neovisionaries.ws.client.ReadingThread.handleFrame(ReadingThread.java:755)
at com.neovisionaries.ws.client.ReadingThread.main(ReadingThread.java:108)
at com.neovisionaries.ws.client.ReadingThread.runMain(ReadingThread.java:64)
at com.neovisionaries.ws.client.WebSocketThread.run(WebSocketThread.java:45)
Caused by: java.io.EOFException: Unexpected end of ZLIB input stream
at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:240)
at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:286)
at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
at java.io.DataInputStream.readFully(DataInputStream.java:195)
at com.sun.imageio.plugins.png.PNGImageReader.decodePass(PNGImageReader.java:1119)
at com.sun.imageio.plugins.png.PNGImageReader.decodeImage(PNGImageReader.java:1223)
at com.sun.imageio.plugins.png.PNGImageReader.readImage(PNGImageReader.java:1338)``` | priority | big background image cause error when creating a canvas with them describe the bug adding a huge background create a crash when trying to create a canvas with it to reproduce steps to reproduce the behavior use setbackground to set a big image use stats or any commands generating canvas and it should crash expected behavior this should work normally and display the image instead of a black image we can either compress the image when saving it or just limit the file size when using setbackground error message javax imageio iioexception error reading png image data at com sun imageio plugins png pngimagereader readimage pngimagereader java at com sun imageio plugins png pngimagereader read pngimagereader java at javax imageio imageio read imageio java at javax imageio imageio read imageio java at utils canvas drawcustombackground canvas java at commands commandstats execute commandstats java at core commandexecutable run commandexecutable java at commands commandmanager commandmanager java at event messagereceived run messagereceived java at core bot onmessagereceived bot java at net jda api hooks listeneradapter onevent listeneradapter java at net jda api hooks interfacedeventmanager handle interfacedeventmanager java at net jda internal hooks eventmanagerproxy handleinternally eventmanagerproxy java at net jda internal hooks eventmanagerproxy handle eventmanagerproxy java at net jda internal jdaimpl handleevent jdaimpl java at net jda internal handle messagecreatehandler handleinternally messagecreatehandler java at net jda internal handle sockethandler handle sockethandler java at net jda internal requests websocketclient ondispatch websocketclient java at net jda internal requests websocketclient onevent websocketclient java at net jda internal requests websocketclient handleevent websocketclient java at net jda internal requests websocketclient onbinarymessage websocketclient java at com neovisionaries ws client listenermanager callonbinarymessage listenermanager java at com neovisionaries ws client readingthread callonbinarymessage readingthread java at com neovisionaries ws client readingthread handlebinaryframe readingthread java at com neovisionaries ws client readingthread handleframe readingthread java at com neovisionaries ws client readingthread main readingthread java at com neovisionaries ws client readingthread runmain readingthread java at com neovisionaries ws client websocketthread run websocketthread java caused by java io eofexception unexpected end of zlib input stream at java util zip inflaterinputstream fill inflaterinputstream java at java util zip inflaterinputstream read inflaterinputstream java at java io bufferedinputstream fill bufferedinputstream java at java io bufferedinputstream bufferedinputstream java at java io bufferedinputstream read bufferedinputstream java at java io datainputstream readfully datainputstream java at com sun imageio plugins png pngimagereader decodepass pngimagereader java at com sun imageio plugins png pngimagereader decodeimage pngimagereader java at com sun imageio plugins png pngimagereader readimage pngimagereader java | 1 |
54,669 | 3,070,949,261 | IssuesEvent | 2015-08-19 08:55:42 | pavel-pimenov/flylinkdc-r5xx | https://api.github.com/repos/pavel-pimenov/flylinkdc-r5xx | closed | Сделать workaround для хабов не возвращающих кольчество слотов | bug imported Priority-Medium | _From [rain.bipper@gmail.com](https://code.google.com/u/rain.bipper@gmail.com/) on June 29, 2009 19:55:49_
What steps will reproduce the problem? 1. Имеется хаб, который для всех пользователей всегда возвращает
количество слотов равное нулю
2. Настраиваем автобан с ограничением на минимальное количество слотов > 0
3. Все пользователи указанного хаба банятся
Нужно сделать такой "автодетект": если у всех пользователей хаба
количество слотов = 0, то игнорировать параметр ограничения минимальных
слотов в автобане
_Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=15_ | 1.0 | Сделать workaround для хабов не возвращающих кольчество слотов - _From [rain.bipper@gmail.com](https://code.google.com/u/rain.bipper@gmail.com/) on June 29, 2009 19:55:49_
What steps will reproduce the problem? 1. Имеется хаб, который для всех пользователей всегда возвращает
количество слотов равное нулю
2. Настраиваем автобан с ограничением на минимальное количество слотов > 0
3. Все пользователи указанного хаба банятся
Нужно сделать такой "автодетект": если у всех пользователей хаба
количество слотов = 0, то игнорировать параметр ограничения минимальных
слотов в автобане
_Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=15_ | priority | сделать workaround для хабов не возвращающих кольчество слотов from on june what steps will reproduce the problem имеется хаб который для всех пользователей всегда возвращает количество слотов равное нулю настраиваем автобан с ограничением на минимальное количество слотов все пользователи указанного хаба банятся нужно сделать такой автодетект если у всех пользователей хаба количество слотов то игнорировать параметр ограничения минимальных слотов в автобане original issue | 1 |
552,655 | 16,246,279,851 | IssuesEvent | 2021-05-07 14:57:14 | curiouslearning/followthelearners | https://api.github.com/repos/curiouslearning/followthelearners | closed | Add historic learners back in to FTL | medium priority | Plan and execute import of ~200,000 historic learners.
Planning can happen now.
Execution should occur only after we have verified that the right amount of learners are coming in each day for at least a week. | 1.0 | Add historic learners back in to FTL - Plan and execute import of ~200,000 historic learners.
Planning can happen now.
Execution should occur only after we have verified that the right amount of learners are coming in each day for at least a week. | priority | add historic learners back in to ftl plan and execute import of historic learners planning can happen now execution should occur only after we have verified that the right amount of learners are coming in each day for at least a week | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.