Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1 value | created_at stringlengths 19 19 | repo stringlengths 5 112 | repo_url stringlengths 34 141 | action stringclasses 3 values | title stringlengths 1 855 | labels stringlengths 4 721 | body stringlengths 1 261k | index stringclasses 13 values | text_combine stringlengths 96 261k | label stringclasses 2 values | text stringlengths 96 240k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
210,087 | 7,183,130,109 | IssuesEvent | 2018-02-01 12:17:44 | wso2/testgrid | https://api.github.com/repos/wso2/testgrid | closed | Support DBEngine, DBEngineVersion as infrastructure parameters. | Priority/Highest Severity/Blocker Type/Bug | **Description:**
Support DBEngine, DBEngineVersion as infrastructure parameters.
**Affected Product Version:**
0.9.0-m10
**OS, DB, other environment details and versions:**
N/A
**Steps to reproduce:**
See above
**Related Issues:**
N/A
| 1.0 | Support DBEngine, DBEngineVersion as infrastructure parameters. - **Description:**
Support DBEngine, DBEngineVersion as infrastructure parameters.
**Affected Product Version:**
0.9.0-m10
**OS, DB, other environment details and versions:**
N/A
**Steps to reproduce:**
See above
**Related Issues:**
N/A
| priority | support dbengine dbengineversion as infrastructure parameters description support dbengine dbengineversion as infrastructure parameters affected product version os db other environment details and versions n a steps to reproduce see above related issues n a | 1 |
229,761 | 7,588,859,281 | IssuesEvent | 2018-04-26 04:08:50 | pytorch/pytorch | https://api.github.com/repos/pytorch/pytorch | closed | 0.4 issues tracking | 0.4 24hr+ bc-breaking help wanted high priority in progress | #### Core checklist
- [x] `torch.sum(dtype=)` (make it take an optional dtype and have a sensible default dtype for integer stuff; e.g., to avoid overflow) (PR: https://github.com/pytorch/pytorch/pull/6573)
- [x] Bind integer scalars as `int64_t` in PyTorch-ATen conversion, also allow integer scalars as members in IntList? (https://github.com/pytorch/pytorch/pull/6637)
- [x] Make concrete type of Tensor `torch.Tensor`, not `torch.autograd.Variable`
- [x] Fix printing, esp. of scalars
- [x] Factory function changes @gchanan (e.g., how to create sparse tensors) (https://github.com/pytorch/pytorch/issues/5641)
- [x] ~~Scalar issues (scalar + tensor doesn't work, Mixed precision binary ops for scalars) #5647~~
- [x] intra-dtype conversions; i.e. torch.int64.to_sparse() should return torch.sparse.int64).
- [x] Greater than 2 node distributed training is broken @ailzhang
- [x] DataParallel converges to worse accuracy than 0.3 (?) @teng-li
#### Deferred until later
- ~~Performance regression when indexing #5388~~
#### Binaries checklist:
- [x] Fix pytorch.version linker script to work for master
- [x] add a build flag for statically linking cublas, cusparse, cudnn, nccl2
- [x] In docker image, strip unsupported architecture symbols in libcublas_static.a, libcusparse_static.a, libcudnn_static.a, libnccl_static.a using `nvprune`
- Supported: 3.5, 5.2, 6.0, 6.1, 7.0
- [x] fix "invalid pointer" on error messages https://github.com/pytorch/pytorch/issues/5400
- [x] ~~(maybe) build static fPIC openmp and link against that instead (requires recompiling gcc from source)~~
- [x] use devtoolset3 (for gcc 4.9.2+, because cpp_extensions need that)
Regressions checklist:
- [x] test final binaries against community repos and do basic smoke tests
- [x] check basic perf-regressions against examples/
#### Thirdparty-repo checklist:
- [x] Update examples repositories
- [x] update vision
- [ ] update audio (merge https://github.com/pytorch/audio/pull/34 and remerge https://github.com/pytorch/audio/pull/23 )
#### Documentation checklist:
- [x] write migration guide
- [x] write release notes / blogpost
- [x] take a pass on tutorials
- [x] Merge https://github.com/pytorch/tutorials/pull/214 and mention it in the release notes
- [x] Documentation rewrite, especially of autograd
#### Windows checklist:
- [x] build final conda binaries
- [x] build wheels (@peterjc123)
- [x] fix dataloader memory leak https://github.com/pytorch/pytorch/pull/5585
- [ ] check off https://github.com/pytorch/pytorch/issues/4092 | 1.0 | 0.4 issues tracking - #### Core checklist
- [x] `torch.sum(dtype=)` (make it take an optional dtype and have a sensible default dtype for integer stuff; e.g., to avoid overflow) (PR: https://github.com/pytorch/pytorch/pull/6573)
- [x] Bind integer scalars as `int64_t` in PyTorch-ATen conversion, also allow integer scalars as members in IntList? (https://github.com/pytorch/pytorch/pull/6637)
- [x] Make concrete type of Tensor `torch.Tensor`, not `torch.autograd.Variable`
- [x] Fix printing, esp. of scalars
- [x] Factory function changes @gchanan (e.g., how to create sparse tensors) (https://github.com/pytorch/pytorch/issues/5641)
- [x] ~~Scalar issues (scalar + tensor doesn't work, Mixed precision binary ops for scalars) #5647~~
- [x] intra-dtype conversions; i.e. torch.int64.to_sparse() should return torch.sparse.int64).
- [x] Greater than 2 node distributed training is broken @ailzhang
- [x] DataParallel converges to worse accuracy than 0.3 (?) @teng-li
#### Deferred until later
- ~~Performance regression when indexing #5388~~
#### Binaries checklist:
- [x] Fix pytorch.version linker script to work for master
- [x] add a build flag for statically linking cublas, cusparse, cudnn, nccl2
- [x] In docker image, strip unsupported architecture symbols in libcublas_static.a, libcusparse_static.a, libcudnn_static.a, libnccl_static.a using `nvprune`
- Supported: 3.5, 5.2, 6.0, 6.1, 7.0
- [x] fix "invalid pointer" on error messages https://github.com/pytorch/pytorch/issues/5400
- [x] ~~(maybe) build static fPIC openmp and link against that instead (requires recompiling gcc from source)~~
- [x] use devtoolset3 (for gcc 4.9.2+, because cpp_extensions need that)
Regressions checklist:
- [x] test final binaries against community repos and do basic smoke tests
- [x] check basic perf-regressions against examples/
#### Thirdparty-repo checklist:
- [x] Update examples repositories
- [x] update vision
- [ ] update audio (merge https://github.com/pytorch/audio/pull/34 and remerge https://github.com/pytorch/audio/pull/23 )
#### Documentation checklist:
- [x] write migration guide
- [x] write release notes / blogpost
- [x] take a pass on tutorials
- [x] Merge https://github.com/pytorch/tutorials/pull/214 and mention it in the release notes
- [x] Documentation rewrite, especially of autograd
#### Windows checklist:
- [x] build final conda binaries
- [x] build wheels (@peterjc123)
- [x] fix dataloader memory leak https://github.com/pytorch/pytorch/pull/5585
- [ ] check off https://github.com/pytorch/pytorch/issues/4092 | priority | issues tracking core checklist torch sum dtype make it take an optional dtype and have a sensible default dtype for integer stuff e g to avoid overflow pr bind integer scalars as t in pytorch aten conversion also allow integer scalars as members in intlist make concrete type of tensor torch tensor not torch autograd variable fix printing esp of scalars factory function changes gchanan e g how to create sparse tensors scalar issues scalar tensor doesn t work mixed precision binary ops for scalars intra dtype conversions i e torch to sparse should return torch sparse greater than node distributed training is broken ailzhang dataparallel converges to worse accuracy than teng li deferred until later performance regression when indexing binaries checklist fix pytorch version linker script to work for master add a build flag for statically linking cublas cusparse cudnn in docker image strip unsupported architecture symbols in libcublas static a libcusparse static a libcudnn static a libnccl static a using nvprune supported fix invalid pointer on error messages maybe build static fpic openmp and link against that instead requires recompiling gcc from source use for gcc because cpp extensions need that regressions checklist test final binaries against community repos and do basic smoke tests check basic perf regressions against examples thirdparty repo checklist update examples repositories update vision update audio merge and remerge documentation checklist write migration guide write release notes blogpost take a pass on tutorials merge and mention it in the release notes documentation rewrite especially of autograd windows checklist build final conda binaries build wheels fix dataloader memory leak check off | 1 |
465,975 | 13,395,637,268 | IssuesEvent | 2020-09-03 08:44:04 | gigili/gft-api | https://api.github.com/repos/gigili/gft-api | closed | Create a middleware for protected routes | priority: high | Create a middleware for protected routes that need to verify JWT before any action is taken so we can prevent any unauthorized access and malicious attempts | 1.0 | Create a middleware for protected routes - Create a middleware for protected routes that need to verify JWT before any action is taken so we can prevent any unauthorized access and malicious attempts | priority | create a middleware for protected routes create a middleware for protected routes that need to verify jwt before any action is taken so we can prevent any unauthorized access and malicious attempts | 1 |
302,103 | 9,255,203,964 | IssuesEvent | 2019-03-16 07:26:20 | storybooks/storybook | https://api.github.com/repos/storybooks/storybook | closed | 5.0.0 not supporting images | babel / webpack high priority question / support | **Describe the bug**
Version 4.1.3 allowing using images in stories:
```
import myImage from './circuit.png'
<img src={myImage} />
```
I do had to setup .storybook/webpack.config.js (I just copied the rules from my normal webpack file) but it worked.
After upgrading to 5.0.0 all the images become broken.
**To Reproduce**
My .storybook/webpack.config.js file:
```
module.exports = {
plugins: [
// your custom plugins
],
module: {
rules: [
{
test: /\.(js|jsx)$/, // Transform all .js files required somewhere with Babel
exclude: /node_modules/,
use: {
loader: 'babel-loader'
// options: options.babelQuery
}
},
{
// Preprocess our own .css files
// This is the place to add your own loaders (e.g. sass/less etc.)
// for a list of loaders, see https://webpack.js.org/loaders/#styling
test: /\.css$/,
exclude: /node_modules/,
use: ['style-loader', 'css-loader']
},
{
// Preprocess 3rd party .css files located in node_modules
test: /\.css$/,
include: /node_modules/,
use: ['style-loader', 'css-loader']
},
{
test: /\.(eot|otf|ttf|woff|woff2)$/,
use: 'file-loader'
},
{
test: /\.svg$/,
use: [
{
loader: 'svg-url-loader',
options: {
// Inline files smaller than 10 kB
limit: 10 * 1024,
noquotes: true
}
}
]
},
{
test: /\.(jpg|png|gif)$/,
use: [
{
loader: 'url-loader',
options: {
// Inline files smaller than 10 kB
limit: 10 * 1024
}
},
{
loader: 'image-webpack-loader',
options: {
mozjpeg: {
enabled: false
// NOTE: mozjpeg is disabled as it causes errors in some Linux environments
// Try enabling it in your environment by switching the config to:
// enabled: true,
// progressive: true,
},
gifsicle: {
interlaced: false
},
optipng: {
optimizationLevel: 7
},
pngquant: {
quality: '65-90',
speed: 4
}
}
}
]
},
{
test: /\.html$/,
use: 'html-loader'
},
{
test: /\.(mp4|webm)$/,
use: {
loader: 'url-loader',
options: {
limit: 10000
}
}
}
]
}
}
```
**Expected behavior**
To be able to see images like it was working in 4.1.3
**System:**
- OS: Windows10
- Browser: chrome
- Framework: react
- Version: 5.0.0 vs 4.1.3
| 1.0 | 5.0.0 not supporting images - **Describe the bug**
Version 4.1.3 allowing using images in stories:
```
import myImage from './circuit.png'
<img src={myImage} />
```
I do had to setup .storybook/webpack.config.js (I just copied the rules from my normal webpack file) but it worked.
After upgrading to 5.0.0 all the images become broken.
**To Reproduce**
My .storybook/webpack.config.js file:
```
module.exports = {
plugins: [
// your custom plugins
],
module: {
rules: [
{
test: /\.(js|jsx)$/, // Transform all .js files required somewhere with Babel
exclude: /node_modules/,
use: {
loader: 'babel-loader'
// options: options.babelQuery
}
},
{
// Preprocess our own .css files
// This is the place to add your own loaders (e.g. sass/less etc.)
// for a list of loaders, see https://webpack.js.org/loaders/#styling
test: /\.css$/,
exclude: /node_modules/,
use: ['style-loader', 'css-loader']
},
{
// Preprocess 3rd party .css files located in node_modules
test: /\.css$/,
include: /node_modules/,
use: ['style-loader', 'css-loader']
},
{
test: /\.(eot|otf|ttf|woff|woff2)$/,
use: 'file-loader'
},
{
test: /\.svg$/,
use: [
{
loader: 'svg-url-loader',
options: {
// Inline files smaller than 10 kB
limit: 10 * 1024,
noquotes: true
}
}
]
},
{
test: /\.(jpg|png|gif)$/,
use: [
{
loader: 'url-loader',
options: {
// Inline files smaller than 10 kB
limit: 10 * 1024
}
},
{
loader: 'image-webpack-loader',
options: {
mozjpeg: {
enabled: false
// NOTE: mozjpeg is disabled as it causes errors in some Linux environments
// Try enabling it in your environment by switching the config to:
// enabled: true,
// progressive: true,
},
gifsicle: {
interlaced: false
},
optipng: {
optimizationLevel: 7
},
pngquant: {
quality: '65-90',
speed: 4
}
}
}
]
},
{
test: /\.html$/,
use: 'html-loader'
},
{
test: /\.(mp4|webm)$/,
use: {
loader: 'url-loader',
options: {
limit: 10000
}
}
}
]
}
}
```
**Expected behavior**
To be able to see images like it was working in 4.1.3
**System:**
- OS: Windows10
- Browser: chrome
- Framework: react
- Version: 5.0.0 vs 4.1.3
| priority | not supporting images describe the bug version allowing using images in stories import myimage from circuit png i do had to setup storybook webpack config js i just copied the rules from my normal webpack file but it worked after upgrading to all the images become broken to reproduce my storybook webpack config js file module exports plugins your custom plugins module rules test js jsx transform all js files required somewhere with babel exclude node modules use loader babel loader options options babelquery preprocess our own css files this is the place to add your own loaders e g sass less etc for a list of loaders see test css exclude node modules use preprocess party css files located in node modules test css include node modules use test eot otf ttf woff use file loader test svg use loader svg url loader options inline files smaller than kb limit noquotes true test jpg png gif use loader url loader options inline files smaller than kb limit loader image webpack loader options mozjpeg enabled false note mozjpeg is disabled as it causes errors in some linux environments try enabling it in your environment by switching the config to enabled true progressive true gifsicle interlaced false optipng optimizationlevel pngquant quality speed test html use html loader test webm use loader url loader options limit expected behavior to be able to see images like it was working in system os browser chrome framework react version vs | 1 |
820,549 | 30,777,756,204 | IssuesEvent | 2023-07-31 07:53:12 | KIMSEUNGGYU/blog | https://api.github.com/repos/KIMSEUNGGYU/blog | closed | feat : ๋ธ๋ก๊ทธ ๋
ธ์
๊ด๋ฆฌ ๋ฐฉ์ ๋ณ๊ฒฝ ๋ฐ ์ ์ฉ | โจย feature ๐ฅ priority:high | ## ๐ก ๋ชฉ์
- ํ์ฌ ๋
ธ์
์ ์ด์ฉํด์ ๋ธ๋ก๊ทธ ์ปจํ
์ธ ๋ฅผ ์ด์ฉํ๋๋ฐ ๋ธ๋ก๊ทธ์์ ์ํ๋ฅผ ๋ฌ์ ๋ฐฐํฌ ์ํ์ธ๊ฒ๋ง ๋ฐฐํฌ๋๋๋ก ๋ณ๊ฒฝํ๊ธฐ
- ๋ธ๋ก๊ทธ page ๋ฅผ ๋ ๋๋งํ ๋ hash-id ๊ฐ url ๋ก ๊ฐ๋๋ฐ ํ์ดํ๋ก ํ๋๋ก ๋ณ๊ฒฝํ๊ธฐ (๋๋ slug ๋ก ํํํ๊ธฐ)
## ๐ Todo
<!-- ํด๋น ๊ธฐ๋ฅ์ ๊ฐ๋ฐํ๋ฉด์ ์์
ํ ๋ฆฌ์คํธ -->
<!-- - [ ] ๋ฒํผ ํด๋ฆญ์ +1 ์ฆ๊ฐ ... -->
## โผ๏ธ ์ฃผ์ ์ฌํญ
<!-- ํด๋น ์์
์์ ์ฃผ์ํด์ํ ์ฌํญ -->
<!-- example npm install ๊ผญ ํด์ฃผ์ธ์ -->
| 1.0 | feat : ๋ธ๋ก๊ทธ ๋
ธ์
๊ด๋ฆฌ ๋ฐฉ์ ๋ณ๊ฒฝ ๋ฐ ์ ์ฉ - ## ๐ก ๋ชฉ์
- ํ์ฌ ๋
ธ์
์ ์ด์ฉํด์ ๋ธ๋ก๊ทธ ์ปจํ
์ธ ๋ฅผ ์ด์ฉํ๋๋ฐ ๋ธ๋ก๊ทธ์์ ์ํ๋ฅผ ๋ฌ์ ๋ฐฐํฌ ์ํ์ธ๊ฒ๋ง ๋ฐฐํฌ๋๋๋ก ๋ณ๊ฒฝํ๊ธฐ
- ๋ธ๋ก๊ทธ page ๋ฅผ ๋ ๋๋งํ ๋ hash-id ๊ฐ url ๋ก ๊ฐ๋๋ฐ ํ์ดํ๋ก ํ๋๋ก ๋ณ๊ฒฝํ๊ธฐ (๋๋ slug ๋ก ํํํ๊ธฐ)
## ๐ Todo
<!-- ํด๋น ๊ธฐ๋ฅ์ ๊ฐ๋ฐํ๋ฉด์ ์์
ํ ๋ฆฌ์คํธ -->
<!-- - [ ] ๋ฒํผ ํด๋ฆญ์ +1 ์ฆ๊ฐ ... -->
## โผ๏ธ ์ฃผ์ ์ฌํญ
<!-- ํด๋น ์์
์์ ์ฃผ์ํด์ํ ์ฌํญ -->
<!-- example npm install ๊ผญ ํด์ฃผ์ธ์ -->
| priority | feat ๋ธ๋ก๊ทธ ๋
ธ์
๊ด๋ฆฌ ๋ฐฉ์ ๋ณ๊ฒฝ ๋ฐ ์ ์ฉ ๐ก ๋ชฉ์ ํ์ฌ ๋
ธ์
์ ์ด์ฉํด์ ๋ธ๋ก๊ทธ ์ปจํ
์ธ ๋ฅผ ์ด์ฉํ๋๋ฐ ๋ธ๋ก๊ทธ์์ ์ํ๋ฅผ ๋ฌ์ ๋ฐฐํฌ ์ํ์ธ๊ฒ๋ง ๋ฐฐํฌ๋๋๋ก ๋ณ๊ฒฝํ๊ธฐ ๋ธ๋ก๊ทธ page ๋ฅผ ๋ ๋๋งํ ๋ hash id ๊ฐ url ๋ก ๊ฐ๋๋ฐ ํ์ดํ๋ก ํ๋๋ก ๋ณ๊ฒฝํ๊ธฐ ๋๋ slug ๋ก ํํํ๊ธฐ ๐ todo โผ๏ธ ์ฃผ์ ์ฌํญ | 1 |
335,666 | 10,164,861,016 | IssuesEvent | 2019-08-07 12:43:07 | pmem/issues | https://api.github.com/repos/pmem/issues | closed | Test: pmem_movnt/TEST0: SETUP (all/pmem/debug/memcheck) fails | Exposure: Medium OS: Linux Priority: 2 high State: To be verified Type: Bug | <!--
Before creating new issue, ensure that similar issue wasn't already created
* Search: https://github.com/pmem/issues/issues
Note that if you do not provide enough information to reproduce the issue, we may not be able to take action on your report.
Remember this is just a minimal template. You can extend it with data you think may be useful.
-->
# ISSUE: <!-- fill the title of issue -->
## Environment Information
- PMDK package version(s):1.6-99-gb19d5cc6b
- OS(es) version(s): Fedora30
- ndctl version(s): 65
- kernel version(s): 5.1.17-300.fc30.x86_64
<!-- fill in also other useful environment data -->
## Please provide a reproduction of the bug:
```
$ ./RUNTESTS pmem_movnt -s TEST0 -m force-enable -t all
```
## How often bug is revealed: (always, often, rare): <!-- check one if possible -->
<!-- describe special circumstances in section above -->
## Actual behavior:
```
$ ./RUNTESTS pmem_movnt -s TEST0 -m force-enable -t all
pmem_movnt/TEST0: SETUP (all/pmem/debug/memcheck)
pmem_movnt/TEST0 failed with Valgrind. See memcheck0.log. Last 20 lines below.
pmem_movnt/TEST0 memcheck0.log ==78617== by 0x49B7307: _IO_file_overflow@@GLIBC_2.2.5 (in /usr/lib64/libc-2.29.so)
pmem_movnt/TEST0 memcheck0.log ==78617== by 0x49B63F5: _IO_file_xsputn@@GLIBC_2.2.5 (in /usr/lib64/libc-2.29.so)
pmem_movnt/TEST0 memcheck0.log ==78617== by 0x49AA8D2: fputs (in /usr/lib64/libc-2.29.so)
pmem_movnt/TEST0 memcheck0.log ==78617== by 0x485051D: out_print_func (out.c:309)
pmem_movnt/TEST0 memcheck0.log ==78617== by 0x485097B: out_common (out.c:413)
pmem_movnt/TEST0 memcheck0.log ==78617== by 0x4850F21: out_log (out.c:528)
pmem_movnt/TEST0 memcheck0.log ==78617== by 0x48502F1: out_init (out.c:235)
pmem_movnt/TEST0 memcheck0.log ==78617== by 0x4852302: common_init (pmemcommon.h:54)
pmem_movnt/TEST0 memcheck0.log ==78617== by 0x4852344: libpmem_init (libpmem.c:54)
pmem_movnt/TEST0 memcheck0.log ==78617==
pmem_movnt/TEST0 memcheck0.log ==78617==
pmem_movnt/TEST0 memcheck0.log ==78617== HEAP SUMMARY:
pmem_movnt/TEST0 memcheck0.log ==78617== in use at exit: 0 bytes in 0 blocks
pmem_movnt/TEST0 memcheck0.log ==78617== total heap usage: 342 allocs, 342 frees, 997,364 bytes allocated
pmem_movnt/TEST0 memcheck0.log ==78617==
pmem_movnt/TEST0 memcheck0.log ==78617== All heap blocks were freed -- no leaks are possible
pmem_movnt/TEST0 memcheck0.log ==78617==
pmem_movnt/TEST0 memcheck0.log ==78617== Use --track-origins=yes to see where uninitialised values come from
pmem_movnt/TEST0 memcheck0.log ==78617== For lists of detected and suppressed errors, rerun with: -s
pmem_movnt/TEST0 memcheck0.log ==78617== ERROR SUMMARY: 6 errors from 3 contexts (suppressed: 0 from 0)
RUNTESTS: stopping: pmem_movnt/TEST0 failed, TEST=all FS=pmem BUILD=debug
```
## Expected behavior:
Test should pass.
## Details
Logs:
[pmem_movnt.zip](https://github.com/pmem/issues/files/3467119/pmem_movnt.zip)
## Additional information about Priority and Help Requested:
Are you willing to submit a pull request with a proposed change? (Yes, No) <!-- check one if possible -->
Requested priority: (Showstopper, High, Medium, Low) <!-- check one if possible -->
| 1.0 | Test: pmem_movnt/TEST0: SETUP (all/pmem/debug/memcheck) fails - <!--
Before creating new issue, ensure that similar issue wasn't already created
* Search: https://github.com/pmem/issues/issues
Note that if you do not provide enough information to reproduce the issue, we may not be able to take action on your report.
Remember this is just a minimal template. You can extend it with data you think may be useful.
-->
# ISSUE: <!-- fill the title of issue -->
## Environment Information
- PMDK package version(s):1.6-99-gb19d5cc6b
- OS(es) version(s): Fedora30
- ndctl version(s): 65
- kernel version(s): 5.1.17-300.fc30.x86_64
<!-- fill in also other useful environment data -->
## Please provide a reproduction of the bug:
```
$ ./RUNTESTS pmem_movnt -s TEST0 -m force-enable -t all
```
## How often bug is revealed: (always, often, rare): <!-- check one if possible -->
<!-- describe special circumstances in section above -->
## Actual behavior:
```
$ ./RUNTESTS pmem_movnt -s TEST0 -m force-enable -t all
pmem_movnt/TEST0: SETUP (all/pmem/debug/memcheck)
pmem_movnt/TEST0 failed with Valgrind. See memcheck0.log. Last 20 lines below.
pmem_movnt/TEST0 memcheck0.log ==78617== by 0x49B7307: _IO_file_overflow@@GLIBC_2.2.5 (in /usr/lib64/libc-2.29.so)
pmem_movnt/TEST0 memcheck0.log ==78617== by 0x49B63F5: _IO_file_xsputn@@GLIBC_2.2.5 (in /usr/lib64/libc-2.29.so)
pmem_movnt/TEST0 memcheck0.log ==78617== by 0x49AA8D2: fputs (in /usr/lib64/libc-2.29.so)
pmem_movnt/TEST0 memcheck0.log ==78617== by 0x485051D: out_print_func (out.c:309)
pmem_movnt/TEST0 memcheck0.log ==78617== by 0x485097B: out_common (out.c:413)
pmem_movnt/TEST0 memcheck0.log ==78617== by 0x4850F21: out_log (out.c:528)
pmem_movnt/TEST0 memcheck0.log ==78617== by 0x48502F1: out_init (out.c:235)
pmem_movnt/TEST0 memcheck0.log ==78617== by 0x4852302: common_init (pmemcommon.h:54)
pmem_movnt/TEST0 memcheck0.log ==78617== by 0x4852344: libpmem_init (libpmem.c:54)
pmem_movnt/TEST0 memcheck0.log ==78617==
pmem_movnt/TEST0 memcheck0.log ==78617==
pmem_movnt/TEST0 memcheck0.log ==78617== HEAP SUMMARY:
pmem_movnt/TEST0 memcheck0.log ==78617== in use at exit: 0 bytes in 0 blocks
pmem_movnt/TEST0 memcheck0.log ==78617== total heap usage: 342 allocs, 342 frees, 997,364 bytes allocated
pmem_movnt/TEST0 memcheck0.log ==78617==
pmem_movnt/TEST0 memcheck0.log ==78617== All heap blocks were freed -- no leaks are possible
pmem_movnt/TEST0 memcheck0.log ==78617==
pmem_movnt/TEST0 memcheck0.log ==78617== Use --track-origins=yes to see where uninitialised values come from
pmem_movnt/TEST0 memcheck0.log ==78617== For lists of detected and suppressed errors, rerun with: -s
pmem_movnt/TEST0 memcheck0.log ==78617== ERROR SUMMARY: 6 errors from 3 contexts (suppressed: 0 from 0)
RUNTESTS: stopping: pmem_movnt/TEST0 failed, TEST=all FS=pmem BUILD=debug
```
## Expected behavior:
Test should pass.
## Details
Logs:
[pmem_movnt.zip](https://github.com/pmem/issues/files/3467119/pmem_movnt.zip)
## Additional information about Priority and Help Requested:
Are you willing to submit a pull request with a proposed change? (Yes, No) <!-- check one if possible -->
Requested priority: (Showstopper, High, Medium, Low) <!-- check one if possible -->
| priority | test pmem movnt setup all pmem debug memcheck fails before creating new issue ensure that similar issue wasn t already created search note that if you do not provide enough information to reproduce the issue we may not be able to take action on your report remember this is just a minimal template you can extend it with data you think may be useful issue environment information pmdk package version s os es version s ndctl version s kernel version s please provide a reproduction of the bug runtests pmem movnt s m force enable t all how often bug is revealed always often rare actual behavior runtests pmem movnt s m force enable t all pmem movnt setup all pmem debug memcheck pmem movnt failed with valgrind see log last lines below pmem movnt log by io file overflow glibc in usr libc so pmem movnt log by io file xsputn glibc in usr libc so pmem movnt log by fputs in usr libc so pmem movnt log by out print func out c pmem movnt log by out common out c pmem movnt log by out log out c pmem movnt log by out init out c pmem movnt log by common init pmemcommon h pmem movnt log by libpmem init libpmem c pmem movnt log pmem movnt log pmem movnt log heap summary pmem movnt log in use at exit bytes in blocks pmem movnt log total heap usage allocs frees bytes allocated pmem movnt log pmem movnt log all heap blocks were freed no leaks are possible pmem movnt log pmem movnt log use track origins yes to see where uninitialised values come from pmem movnt log for lists of detected and suppressed errors rerun with s pmem movnt log error summary errors from contexts suppressed from runtests stopping pmem movnt failed test all fs pmem build debug expected behavior test should pass details logs additional information about priority and help requested are you willing to submit a pull request with a proposed change yes no requested priority showstopper high medium low | 1 |
708,876 | 24,358,927,541 | IssuesEvent | 2022-10-03 09:55:49 | ooni/probe | https://api.github.com/repos/ooni/probe | closed | linux: missing embedded psiphon config file | bug priority/high user feedback ooni/probe-cli ooni/probe-engine | All Linux builds are missing the embedded psiphon config file, as reported by @ainghazal. | 1.0 | linux: missing embedded psiphon config file - All Linux builds are missing the embedded psiphon config file, as reported by @ainghazal. | priority | linux missing embedded psiphon config file all linux builds are missing the embedded psiphon config file as reported by ainghazal | 1 |
728,654 | 25,087,410,362 | IssuesEvent | 2022-11-08 01:39:19 | PrefectHQ/prefect | https://api.github.com/repos/PrefectHQ/prefect | closed | Fix `--skip-upload` which currently uploads files to remote storage | bug priority:high component:deployment | ### First check
- [X] I added a descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the Prefect documentation for this issue.
- [X] I checked that this issue is related to Prefect and not one of its dependencies.
### Bug summary
@robfreedy raised this and I confirm the issue
`--skip-upload` currently still uploads to remote storage (it must be due to some changes in recent releases since it wasn't the case in earlier versions)

### Reproduction
```python3
prefect deployment build flows/healthcheck.py:healthcheck -sb s3/dev -n dev -q dev -a --skip-upload
```
### Error
_No response_
### Versions
```Text
2.6.6 both
```
### Additional context
_No response_ | 1.0 | Fix `--skip-upload` which currently uploads files to remote storage - ### First check
- [X] I added a descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the Prefect documentation for this issue.
- [X] I checked that this issue is related to Prefect and not one of its dependencies.
### Bug summary
@robfreedy raised this and I confirm the issue
`--skip-upload` currently still uploads to remote storage (it must be due to some changes in recent releases since it wasn't the case in earlier versions)

### Reproduction
```python3
prefect deployment build flows/healthcheck.py:healthcheck -sb s3/dev -n dev -q dev -a --skip-upload
```
### Error
_No response_
### Versions
```Text
2.6.6 both
```
### Additional context
_No response_ | priority | fix skip upload which currently uploads files to remote storage first check i added a descriptive title to this issue i used the github search to find a similar issue and didn t find it i searched the prefect documentation for this issue i checked that this issue is related to prefect and not one of its dependencies bug summary robfreedy raised this and i confirm the issue skip upload currently still uploads to remote storage it must be due to some changes in recent releases since it wasn t the case in earlier versions reproduction prefect deployment build flows healthcheck py healthcheck sb dev n dev q dev a skip upload error no response versions text both additional context no response | 1 |
586,270 | 17,573,947,560 | IssuesEvent | 2021-08-15 08:24:51 | SmashMC-Development/Bugs-and-Issues | https://api.github.com/repos/SmashMC-Development/Bugs-and-Issues | closed | On Survival all ranks are deleting and getting set to Member | survival high priority | **Describe the Bug**
A clear and concise description of what the bug is.
On Survival all ranks are deleting and getting set to Member. People including me have lost commands from ranks.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to Survival
2. See Member rank on everyone
**Servers with the Bug**
Please provide a list of which servers have this bug.
Survival
**Expected behavior**
A clear and concise description of what you expected to happen.
Ranks and commands should be the same as they were.
**Screenshots**
If applicable, add screenshots to help explain your problem. If not, please add 'N/A'.
**Additional context**
Add any other context about the problem here. If nothing, please add 'N/A'.
Additionally, my Mod and Event-host perms are also gone as those ranks are gone. Also now everyone's names are gone. | 1.0 | On Survival all ranks are deleting and getting set to Member - **Describe the Bug**
A clear and concise description of what the bug is.
On Survival all ranks are deleting and getting set to Member. People including me have lost commands from ranks.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to Survival
2. See Member rank on everyone
**Servers with the Bug**
Please provide a list of which servers have this bug.
Survival
**Expected behavior**
A clear and concise description of what you expected to happen.
Ranks and commands should be the same as they were.
**Screenshots**
If applicable, add screenshots to help explain your problem. If not, please add 'N/A'.
**Additional context**
Add any other context about the problem here. If nothing, please add 'N/A'.
Additionally, my Mod and Event-host perms are also gone as those ranks are gone. Also now everyone's names are gone. | priority | on survival all ranks are deleting and getting set to member describe the bug a clear and concise description of what the bug is on survival all ranks are deleting and getting set to member people including me have lost commands from ranks to reproduce steps to reproduce the behavior go to survival see member rank on everyone servers with the bug please provide a list of which servers have this bug survival expected behavior a clear and concise description of what you expected to happen ranks and commands should be the same as they were screenshots if applicable add screenshots to help explain your problem if not please add n a additional context add any other context about the problem here if nothing please add n a additionally my mod and event host perms are also gone as those ranks are gone also now everyone s names are gone | 1 |
511,513 | 14,861,985,115 | IssuesEvent | 2021-01-19 00:32:03 | fossasia/open-event-server | https://api.github.com/repos/fossasia/open-event-server | opened | Order Email: Translate it to German | Priority: High enhancement | We need more emails translated to other languages preferably through weblate. Below an example translation for the order email to German.

Hallo,
Vielen Dank fรผr Ihre Ticketbestellung fรผr Codeheat Ask Me Anything - Februar Edition.
Dies ist Ihre Auftragsbestรคtigung. Sie kรถnnen Ihre Tickets unter folgender Adresse herunterladen: https://eventyay.com/orders/ed4a6544-0efe-4182-993f-6b5552448f41/view
Bestellรผbersicht:
Bestellung: O1610756870-16282
Name: Mario Behling
Ticket: Community-Singup
Anzahl: 1
รber diese Veranstaltung:
Datum: 11. Februar 2021, 14:30 Uhr - 11. Februar 2021, 16:00 Uhr
Online
Beste Grรผรe,
eventyay Team
Folgend finden Sie eine Nachricht vom Veranstalter:
| 1.0 | Order Email: Translate it to German - We need more emails translated to other languages preferably through weblate. Below an example translation for the order email to German.

Hallo,
Vielen Dank fรผr Ihre Ticketbestellung fรผr Codeheat Ask Me Anything - Februar Edition.
Dies ist Ihre Auftragsbestรคtigung. Sie kรถnnen Ihre Tickets unter folgender Adresse herunterladen: https://eventyay.com/orders/ed4a6544-0efe-4182-993f-6b5552448f41/view
Bestellรผbersicht:
Bestellung: O1610756870-16282
Name: Mario Behling
Ticket: Community-Singup
Anzahl: 1
รber diese Veranstaltung:
Datum: 11. Februar 2021, 14:30 Uhr - 11. Februar 2021, 16:00 Uhr
Online
Beste Grรผรe,
eventyay Team
Folgend finden Sie eine Nachricht vom Veranstalter:
| priority | order email translate it to german we need more emails translated to other languages preferably through weblate below an example translation for the order email to german hallo vielen dank fรผr ihre ticketbestellung fรผr codeheat ask me anything februar edition dies ist ihre auftragsbestรคtigung sie kรถnnen ihre tickets unter folgender adresse herunterladen bestellรผbersicht bestellung name mario behling ticket community singup anzahl รผber diese veranstaltung datum februar uhr februar uhr online beste grรผรe eventyay team folgend finden sie eine nachricht vom veranstalter | 1 |
746,580 | 26,036,221,072 | IssuesEvent | 2022-12-22 05:24:38 | encorelab/ck-board | https://api.github.com/repos/encorelab/ck-board | closed | Fix Text Overflow in Workspace Pane | enhancement high priority | Currently the button text overflows if the task title is too long and not much of the title length is readable (see below).
<img width="412" alt="Screen Shot 2022-12-20 at 7 03 48 PM" src="https://user-images.githubusercontent.com/6416247/208790018-8980f925-dbb7-4421-82ab-0fcf036316c4.png">
Can we:
1. ensure that all of the button is readable (e.g., maybe wrap it in its own span) and
2. move the group name (e.g., "Diary Group:" to the mat-line below the title
<img width="419" alt="Screen Shot 2022-12-20 at 7 38 29 PM" src="https://user-images.githubusercontent.com/6416247/208793511-a352efba-01aa-4ee3-ad82-b99899977a86.png">
| 1.0 | Fix Text Overflow in Workspace Pane - Currently the button text overflows if the task title is too long and not much of the title length is readable (see below).
<img width="412" alt="Screen Shot 2022-12-20 at 7 03 48 PM" src="https://user-images.githubusercontent.com/6416247/208790018-8980f925-dbb7-4421-82ab-0fcf036316c4.png">
Can we:
1. ensure that all of the button is readable (e.g., maybe wrap it in its own span) and
2. move the group name (e.g., "Diary Group:" to the mat-line below the title
<img width="419" alt="Screen Shot 2022-12-20 at 7 38 29 PM" src="https://user-images.githubusercontent.com/6416247/208793511-a352efba-01aa-4ee3-ad82-b99899977a86.png">
| priority | fix text overflow in workspace pane currently the button text overflows if the task title is too long and not much of the title length is readable see below img width alt screen shot at pm src can we ensure that all of the button is readable e g maybe wrap it in its own span and move the group name e g diary group to the mat line below the title img width alt screen shot at pm src | 1 |
513,251 | 14,918,509,528 | IssuesEvent | 2021-01-22 21:50:12 | google/oboe | https://api.github.com/repos/google/oboe | closed | Bug in example: getTimestamp(), FilterAudioStream.h needs a NULL check on framePosition | bug high priority | I was ready to write a crash report on Oboe 1.5.0, when I realized that my code calling getTimestamp(CLOCK_MONOTONIC, 0, 0) was wrong. I thought I probably copied it quite some time ago from example code and indeed, PlayAudioEngine.cpp of the hello-oboe sample contains it as well:
mIsLatencyDetectionSupported = (mPlayStream->getTimestamp(CLOCK_MONOTONIC, 0, 0) !=
oboe::Result::ErrorUnimplemented);
In FilterAudioStream.h, this leads to a crash in:
*framePosition = childPosition * mRateScaler;
or perhaps
getTimeStamp(clockId, &childPosition, timeNanoseconds);
if something is done using timeNanoseconds in that call.
Don't know why it survived in my app all the time and only started crashing with 1.5.0, but perhaps some null pointer checks are in order here. At least the sample code should be changed.
| 1.0 | Bug in example: getTimestamp(), FilterAudioStream.h needs a NULL check on framePosition - I was ready to write a crash report on Oboe 1.5.0, when I realized that my code calling getTimestamp(CLOCK_MONOTONIC, 0, 0) was wrong. I thought I probably copied it quite some time ago from example code and indeed, PlayAudioEngine.cpp of the hello-oboe sample contains it as well:
mIsLatencyDetectionSupported = (mPlayStream->getTimestamp(CLOCK_MONOTONIC, 0, 0) !=
oboe::Result::ErrorUnimplemented);
In FilterAudioStream.h, this leads to a crash in:
*framePosition = childPosition * mRateScaler;
or perhaps
getTimeStamp(clockId, &childPosition, timeNanoseconds);
if something is done using timeNanoseconds in that call.
Don't know why it survived in my app all the time and only started crashing with 1.5.0, but perhaps some null pointer checks are in order here. At least the sample code should be changed.
| priority | bug in example gettimestamp filteraudiostream h needs a null check on frameposition i was ready to write a crash report on oboe when i realized that my code calling gettimestamp clock monotonic was wrong i thought i probably copied it quite some time ago from example code and indeed playaudioengine cpp of the hello oboe sample contains it as well mislatencydetectionsupported mplaystream gettimestamp clock monotonic oboe result errorunimplemented in filteraudiostream h this leads to a crash in frameposition childposition mratescaler or perhaps gettimestamp clockid childposition timenanoseconds if something is done using timenanoseconds in that call don t know why it survived in my app all the time and only started crashing with but perhaps some null pointer checks are in order here at least the sample code should be changed | 1 |
208,290 | 7,138,003,820 | IssuesEvent | 2018-01-23 13:06:20 | wso2/testgrid | https://api.github.com/repos/wso2/testgrid | opened | The 'usage' help output is outdated | Priority/Highest Severity/Major Type/Bug | **Description:**
The help output provided right now is quite outdated. We need to fix this for this milestone.
```
[2018-01-23 18:33:01,687] INFO {org.wso2.testgrid.core.command.HelpCommand} -
usage: create-product-testplan -p PRODUCT_NAME -v PRODUCT_VERSION -c CHANNEL
usage: run-testplan -p PRODUCT_NAME -v PRODUCT_VERSION -c CHANNEL -t TESTPLAN_PATH -ir INFRA_REPO_PATH -sr SCENARIO_REPO_PATH
usage: generate-infrastructure-plan -p PRODUCT_NAME -v PRODUCT_VERSION -c CHANNEL -i INFRASTRUCTURE_CONFIG_YAML_PATH
usage: generate-report -p PRODUCT_NAME -v PRODUCT_VERSION -c CHANNEL
usage: help
example: sh testgrid.sh create-product-testplan -p wso2is -v 5.3.0 -c LTS
example: sh testgrid.sh run-testplan -p wso2is -v 5.3.0 -c LTS -t ./my-testplan.yaml
```
https://github.com/wso2/testgrid/blob/master/core/src/main/java/org/wso2/testgrid/core/command/HelpCommand.java#L40
**Suggested Labels:**
<!-- Optional comma separated list of suggested labels. Non committers canโt assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels-->
**Suggested Assignees:**
<!--Optional comma separated list of suggested team members who should attend the issue. Non committers canโt assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees-->
**Affected Product Version:**
**OS, DB, other environment details and versions:**
**Steps to reproduce:**
**Related Issues:**
<!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. --> | 1.0 | The 'usage' help output is outdated - **Description:**
The help output provided right now is quite outdated. We need to fix this for this milestone.
```
[2018-01-23 18:33:01,687] INFO {org.wso2.testgrid.core.command.HelpCommand} -
usage: create-product-testplan -p PRODUCT_NAME -v PRODUCT_VERSION -c CHANNEL
usage: run-testplan -p PRODUCT_NAME -v PRODUCT_VERSION -c CHANNEL -t TESTPLAN_PATH -ir INFRA_REPO_PATH -sr SCENARIO_REPO_PATH
usage: generate-infrastructure-plan -p PRODUCT_NAME -v PRODUCT_VERSION -c CHANNEL -i INFRASTRUCTURE_CONFIG_YAML_PATH
usage: generate-report -p PRODUCT_NAME -v PRODUCT_VERSION -c CHANNEL
usage: help
example: sh testgrid.sh create-product-testplan -p wso2is -v 5.3.0 -c LTS
example: sh testgrid.sh run-testplan -p wso2is -v 5.3.0 -c LTS -t ./my-testplan.yaml
```
https://github.com/wso2/testgrid/blob/master/core/src/main/java/org/wso2/testgrid/core/command/HelpCommand.java#L40
**Suggested Labels:**
<!-- Optional comma separated list of suggested labels. Non committers canโt assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels-->
**Suggested Assignees:**
<!--Optional comma separated list of suggested team members who should attend the issue. Non committers canโt assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees-->
**Affected Product Version:**
**OS, DB, other environment details and versions:**
**Steps to reproduce:**
**Related Issues:**
<!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. --> | priority | the usage help output is outdated description the help output provided right now is quite outdated we need to fix this for this milestone info org testgrid core command helpcommand usage create product testplan p product name v product version c channel usage run testplan p product name v product version c channel t testplan path ir infra repo path sr scenario repo path usage generate infrastructure plan p product name v product version c channel i infrastructure config yaml path usage generate report p product name v product version c channel usage help example sh testgrid sh create product testplan p v c lts example sh testgrid sh run testplan p v c lts t my testplan yaml suggested labels suggested assignees affected product version os db other environment details and versions steps to reproduce related issues | 1 |
137,748 | 5,315,858,871 | IssuesEvent | 2017-02-13 18:23:53 | Valhalla-Gaming/Tracker | https://api.github.com/repos/Valhalla-Gaming/Tracker | closed | [Monk] [Artifact] Fortification | Class-Monk Priority-High Type-Spell | **Describe the issue you're having**: Fortification gets triggered by Effuse and gives 25% Dodge
**Explain how you expect it work**: Fortification should only get triggered by Fortifying Brew
**Steps to reproduce the problem**:
1. Have Fortification
2. Effuse
3. +25% Dodge Buff
**Links to Wowhead, YouTube, etc**: http://www.wowhead.com/spell=213340/fortification
Shame on the monk mains which requested fixes for their classes but never announced the high priority abuses.
| 1.0 | [Monk] [Artifact] Fortification - **Describe the issue you're having**: Fortification gets triggered by Effuse and gives 25% Dodge
**Explain how you expect it work**: Fortification should only get triggered by Fortifying Brew
**Steps to reproduce the problem**:
1. Have Fortification
2. Effuse
3. +25% Dodge Buff
**Links to Wowhead, YouTube, etc**: http://www.wowhead.com/spell=213340/fortification
Shame on the monk mains which requested fixes for their classes but never announced the high priority abuses.
| priority | fortification describe the issue you re having fortification gets triggered by effuse and gives dodge explain how you expect it work fortification should only get triggered by fortifying brew steps to reproduce the problem have fortification effuse dodge buff links to wowhead youtube etc shame on the monk mains which requested fixes for their classes but never announced the high priority abuses | 1 |
394,805 | 11,648,827,895 | IssuesEvent | 2020-03-01 22:56:56 | TheGreenMachine/Zodiac | https://api.github.com/repos/TheGreenMachine/Zodiac | closed | Retune drivetrain PID on solid ground and tune wheel diameter | bug high priority | When running on solid ground, we're seeing significant oscillation especially at higher velocities and when slowing to 0 (lower kP?)
Also, wheeldiameter has to be adjusted so virtual inches translate into physical inches as closely as possible at least over a 20' distance.
- [x] Wheel diameter
- [x] PID | 1.0 | Retune drivetrain PID on solid ground and tune wheel diameter - When running on solid ground, we're seeing significant oscillation especially at higher velocities and when slowing to 0 (lower kP?)
Also, wheeldiameter has to be adjusted so virtual inches translate into physical inches as closely as possible at least over a 20' distance.
- [x] Wheel diameter
- [x] PID | priority | retune drivetrain pid on solid ground and tune wheel diameter when running on solid ground we re seeing significant oscillation especially at higher velocities and when slowing to lower kp also wheeldiameter has to be adjusted so virtual inches translate into physical inches as closely as possible at least over a distance wheel diameter pid | 1 |
261,916 | 8,247,670,079 | IssuesEvent | 2018-09-11 16:09:08 | ampproject/amphtml | https://api.github.com/repos/ampproject/amphtml | closed | amp-story videos intermittently not playing | Category: AMP Story P1: High Priority Type: Bug | Tested with https://www.washingtonpost.com/graphics/2018/local/amp-stories/witness-the-emotional-reunions-of-immigrant-families/, loaded from the origin with no viewer.
With`dev-channel` enabled, the videos do not play. Without `dev-channel`, things seem fine. | 1.0 | amp-story videos intermittently not playing - Tested with https://www.washingtonpost.com/graphics/2018/local/amp-stories/witness-the-emotional-reunions-of-immigrant-families/, loaded from the origin with no viewer.
With`dev-channel` enabled, the videos do not play. Without `dev-channel`, things seem fine. | priority | amp story videos intermittently not playing tested with loaded from the origin with no viewer with dev channel enabled the videos do not play without dev channel things seem fine | 1 |
404,274 | 11,854,543,171 | IssuesEvent | 2020-03-25 01:10:46 | art-community/ART | https://api.github.com/repos/art-community/ART | closed | Bug with context loading | bug core good first issue hardcore help wanted high priority | During constructing some configurations ART context state becomes 'LOADING_MODULES'.
BUT! If you want load any other **Module** during constructing configuration context state become 'READY'. And after youre configuration won't be accessable because lazy reference will be point to parent configuration.
In this issue needs fix context module loading:
1. Remember current state
2. Change state to 'LOADING_MODULES'
3. Do action
3. Change state to remembered in (1.)
4. Return result (module or state) | 1.0 | Bug with context loading - During constructing some configurations ART context state becomes 'LOADING_MODULES'.
BUT! If you want load any other **Module** during constructing configuration context state become 'READY'. And after youre configuration won't be accessable because lazy reference will be point to parent configuration.
In this issue needs fix context module loading:
1. Remember current state
2. Change state to 'LOADING_MODULES'
3. Do action
3. Change state to remembered in (1.)
4. Return result (module or state) | priority | bug with context loading during constructing some configurations art context state becomes loading modules but if you want load any other module during constructing configuration context state become ready and after youre configuration won t be accessable because lazy reference will be point to parent configuration in this issue needs fix context module loading remember current state change state to loading modules do action change state to remembered in return result module or state | 1 |
705,859 | 24,252,461,394 | IssuesEvent | 2022-09-27 15:07:06 | AgnostiqHQ/covalent | https://api.github.com/repos/AgnostiqHQ/covalent | closed | Remove DB dependency from get_all_node_outputs | priority / high | *Acceptance Criteria*
- [ ] `get_all_node_outputs` uses API instead of DB to generate the dict of node outputs | 1.0 | Remove DB dependency from get_all_node_outputs - *Acceptance Criteria*
- [ ] `get_all_node_outputs` uses API instead of DB to generate the dict of node outputs | priority | remove db dependency from get all node outputs acceptance criteria get all node outputs uses api instead of db to generate the dict of node outputs | 1 |
455,463 | 13,127,530,804 | IssuesEvent | 2020-08-06 10:32:01 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | 9.0 1611 - All laws vanished from legislation page | Category: UI Priority: High Status: Fixed | All laws have seemingly vanished from the legislation page.
Laws still exist and show on the courts (other than the one in the below pic as it bugged out due to a server restart)

Legislation page, same is also happening for Rev, this is on the playtest server

Hovering over "Law Name" does show one of the laws though

| 1.0 | 9.0 1611 - All laws vanished from legislation page - All laws have seemingly vanished from the legislation page.
Laws still exist and show on the courts (other than the one in the below pic as it bugged out due to a server restart)

Legislation page, same is also happening for Rev, this is on the playtest server

Hovering over "Law Name" does show one of the laws though

| priority | all laws vanished from legislation page all laws have seemingly vanished from the legislation page laws still exist and show on the courts other than the one in the below pic as it bugged out due to a server restart legislation page same is also happening for rev this is on the playtest server hovering over law name does show one of the laws though | 1 |
500,848 | 14,516,220,966 | IssuesEvent | 2020-12-13 15:13:24 | VolmitSoftware/Iris | https://api.github.com/repos/VolmitSoftware/Iris | closed | Issue with decorators not using the full palette #2 | Bug High Priority Plugin | **Describe the bug**
**Decorators are still not using the full palette**
**To Reproduce**
Steps to reproduce the behavior:
1. **Use `/iris studio goto tropical-ocean`**
2. **There is only blue coral with a palette full of 5 options**
**Expected behavior**
**Expected there to be more variety of coral.**
**Screenshots or Video Recordings**


**Server and Plugin Informations**
- Installed plugins: **Multiverse Core, Iris**
- Iris Version: **1.1.5**
- Server Platform and Version [eg: PaperSpigot 1.16.3 #240]: **git-Spigot-a19903d-5b74714 (MC: 1.16.4) (Implementing API version 1.16.4-R0.1-SNAPSHOT)**
- Operating System (if applicable): **Windows**
- Server Logs: **None**
**Additional context**
**Seems as the issue is still here not sure what cyberpwn did to make it work or if maybe it just wasn't included in the update**
| 1.0 | Issue with decorators not using the full palette #2 - **Describe the bug**
**Decorators are still not using the full palette**
**To Reproduce**
Steps to reproduce the behavior:
1. **Use `/iris studio goto tropical-ocean`**
2. **There is only blue coral with a palette full of 5 options**
**Expected behavior**
**Expected there to be more variety of coral.**
**Screenshots or Video Recordings**


**Server and Plugin Informations**
- Installed plugins: **Multiverse Core, Iris**
- Iris Version: **1.1.5**
- Server Platform and Version [eg: PaperSpigot 1.16.3 #240]: **git-Spigot-a19903d-5b74714 (MC: 1.16.4) (Implementing API version 1.16.4-R0.1-SNAPSHOT)**
- Operating System (if applicable): **Windows**
- Server Logs: **None**
**Additional context**
**Seems as the issue is still here not sure what cyberpwn did to make it work or if maybe it just wasn't included in the update**
| priority | issue with decorators not using the full palette describe the bug decorators are still not using the full palette to reproduce steps to reproduce the behavior use iris studio goto tropical ocean there is only blue coral with a palette full of options expected behavior expected there to be more variety of coral screenshots or video recordings server and plugin informations installed plugins multiverse core iris iris version server platform and version git spigot mc implementing api version snapshot operating system if applicable windows server logs none additional context seems as the issue is still here not sure what cyberpwn did to make it work or if maybe it just wasn t included in the update | 1 |
48,206 | 2,994,691,457 | IssuesEvent | 2015-07-22 13:20:54 | guardian/frontend | https://api.github.com/repos/guardian/frontend | opened | Prevent Adblocker message from appearing when user whitelists theguardian.com | bug commercial priority: high severity: low | Raised a little while ago but just adding a formalised issue for you to pick up, as per the subject if a user has whitelisted our site then they shouldn't see the banner message but currently do.
@Calanthe @uplne | 1.0 | Prevent Adblocker message from appearing when user whitelists theguardian.com - Raised a little while ago but just adding a formalised issue for you to pick up, as per the subject if a user has whitelisted our site then they shouldn't see the banner message but currently do.
@Calanthe @uplne | priority | prevent adblocker message from appearing when user whitelists theguardian com raised a little while ago but just adding a formalised issue for you to pick up as per the subject if a user has whitelisted our site then they shouldn t see the banner message but currently do calanthe uplne | 1 |
453,717 | 13,087,625,225 | IssuesEvent | 2020-08-02 13:17:58 | red-hat-storage/ocs-ci | https://api.github.com/repos/red-hat-storage/ocs-ci | closed | Skip RGW object bucket tests on irrelevant platforms | High Priority bug | Title.
At the moment, the tests run regardless of platform - even on ones where RGW isn't deployed out of the box. | 1.0 | Skip RGW object bucket tests on irrelevant platforms - Title.
At the moment, the tests run regardless of platform - even on ones where RGW isn't deployed out of the box. | priority | skip rgw object bucket tests on irrelevant platforms title at the moment the tests run regardless of platform even on ones where rgw isn t deployed out of the box | 1 |
139,391 | 5,368,708,579 | IssuesEvent | 2017-02-22 09:36:48 | metasfresh/metasfresh-webui-frontend | https://api.github.com/repos/metasfresh/metasfresh-webui-frontend | closed | ShipmentSchedule: Cannot read property 'map' undefined | bug high priority | ### Type of issue
Bug
### Current behavior
Window opens without data. Browser refresh shows the data.
### Expected behavior
Open window w/ data already visible w/o need to refresh.
### Steps to reproduce
**Window:** 500221
**Entity:** Grid View. Go to Sales Order window. Create a new Sales Order. Complete the sales Order. Open Action menu. Referenced documents, open Lieferdisposition/ Shipment Schedule. The window opens empty.

| 1.0 | ShipmentSchedule: Cannot read property 'map' undefined - ### Type of issue
Bug
### Current behavior
Window opens without data. Browser refresh shows the data.
### Expected behavior
Open window w/ data already visible w/o need to refresh.
### Steps to reproduce
**Window:** 500221
**Entity:** Grid View. Go to Sales Order window. Create a new Sales Order. Complete the sales Order. Open Action menu. Referenced documents, open Lieferdisposition/ Shipment Schedule. The window opens empty.

| priority | shipmentschedule cannot read property map undefined type of issue bug current behavior window opens without data browser refresh shows the data expected behavior open window w data already visible w o need to refresh steps to reproduce window entity grid view go to sales order window create a new sales order complete the sales order open action menu referenced documents open lieferdisposition shipment schedule the window opens empty | 1 |
360,506 | 10,693,593,677 | IssuesEvent | 2019-10-23 09:09:13 | geosolutions-it/MapStore2 | https://api.github.com/repos/geosolutions-it/MapStore2 | opened | Saving Dashboards | Priority: High | ### Description
Dashboard save flow is not the same as Maps and GeoStory. Right now we have a Save button in the right sidebar:

At the same time you cannot clone a dashboard (Save as is missing). Save and Save as must be placed in the option menu in the same way of Maps:

### In case of Bug (otherwise remove this paragraph)
*Browser Affected*
(use this site: https://www.whatsmybrowser.org/ for non expert users)
- [ ] Internet Explorer
- [ ] Chrome
- [ ] Firefox
- [ ] Safari
*Browser Version Affected*
- Indicate the browser version in which the issue has been found
*Steps to reproduce*
- A list of steps to reproduce the bug
- ...
*Expected Result*
- Describe here the expected result
*Current Result*
- Describe here the current behavior
### Other useful information (optional):
| 1.0 | Saving Dashboards - ### Description
Dashboard save flow is not the same as Maps and GeoStory. Right now we have a Save button in the right sidebar:

At the same time you cannot clone a dashboard (Save as is missing). Save and Save as must be placed in the option menu in the same way of Maps:

### In case of Bug (otherwise remove this paragraph)
*Browser Affected*
(use this site: https://www.whatsmybrowser.org/ for non expert users)
- [ ] Internet Explorer
- [ ] Chrome
- [ ] Firefox
- [ ] Safari
*Browser Version Affected*
- Indicate the browser version in which the issue has been found
*Steps to reproduce*
- A list of steps to reproduce the bug
- ...
*Expected Result*
- Describe here the expected result
*Current Result*
- Describe here the current behavior
### Other useful information (optional):
| priority | saving dashboards description dashboard save flow is not the same as maps and geostory right now we have a save button in the right sidebar at the same time you cannot clone a dashboard save as is missing save and save as must be placed in the option menu in the same way of maps in case of bug otherwise remove this paragraph browser affected use this site for non expert users internet explorer chrome firefox safari browser version affected indicate the browser version in which the issue has been found steps to reproduce a list of steps to reproduce the bug expected result describe here the expected result current result describe here the current behavior other useful information optional | 1 |
535,455 | 15,688,596,670 | IssuesEvent | 2021-03-25 14:50:36 | phetsims/gravity-and-orbits | https://api.github.com/repos/phetsims/gravity-and-orbits | opened | Cherry pick "pin phetioEngine to the top" commits to the release branch | priority:2-high | From https://github.com/phetsims/studio/issues/210, we would like to cherry pick the commits that put phetioEngine at the top of the studio list. | 1.0 | Cherry pick "pin phetioEngine to the top" commits to the release branch - From https://github.com/phetsims/studio/issues/210, we would like to cherry pick the commits that put phetioEngine at the top of the studio list. | priority | cherry pick pin phetioengine to the top commits to the release branch from we would like to cherry pick the commits that put phetioengine at the top of the studio list | 1 |
258,887 | 8,180,558,631 | IssuesEvent | 2018-08-28 19:52:01 | cuappdev/fitness-ios | https://api.github.com/repos/cuappdev/fitness-ios | opened | Rebuild NetworkManager.swift | Priority: High Type: Maintenance | Using generics and type inference, we can make this file really small. We need to create a APIResponse wrapper and then we need to use generics that conform to decodable.
Talk to Austin more on how to accomplish this. | 1.0 | Rebuild NetworkManager.swift - Using generics and type inference, we can make this file really small. We need to create a APIResponse wrapper and then we need to use generics that conform to decodable.
Talk to Austin more on how to accomplish this. | priority | rebuild networkmanager swift using generics and type inference we can make this file really small we need to create a apiresponse wrapper and then we need to use generics that conform to decodable talk to austin more on how to accomplish this | 1 |
253,909 | 8,067,269,077 | IssuesEvent | 2018-08-05 04:37:54 | Entrana/EntranaBugs | https://api.github.com/repos/Entrana/EntranaBugs | closed | Trading | bug high priority server issue | Trading currently doesn't add items to the correct interface item container. Server issue. | 1.0 | Trading - Trading currently doesn't add items to the correct interface item container. Server issue. | priority | trading trading currently doesn t add items to the correct interface item container server issue | 1 |
640,027 | 20,771,462,339 | IssuesEvent | 2022-03-16 05:29:46 | VolmitSoftware/Iris | https://api.github.com/repos/VolmitSoftware/Iris | closed | Iris -64 offset problem | Bug High Priority | ### Problem
1. Generate a World
2. See that while the Fluidheight of the overworld is set to 75 it is 11 in the world
### Solution
Just add 64 to the Interpreter lol
### Minecraft Version
1.18
### Iris Version
1.9.9
### Log
No log needed | 1.0 | Iris -64 offset problem - ### Problem
1. Generate a World
2. See that while the Fluidheight of the overworld is set to 75 it is 11 in the world
### Solution
Just add 64 to the Interpreter lol
### Minecraft Version
1.18
### Iris Version
1.9.9
### Log
No log needed | priority | iris offset problem problem generate a world see that while the fluidheight of the overworld is set to it is in the world solution just add to the interpreter lol minecraft version iris version log no log needed | 1 |
191,067 | 6,825,345,110 | IssuesEvent | 2017-11-08 10:10:11 | CS2103AUG2017-T10-B3/main | https://api.github.com/repos/CS2103AUG2017-T10-B3/main | closed | Bug: app fails to open after modifying data | priority.high type.bug | It seems to me that if I perform any action that changes the addressbook (`edit`, `removetag`, `addtag` etc) the app cannot be opened again until I delete the data folder | 1.0 | Bug: app fails to open after modifying data - It seems to me that if I perform any action that changes the addressbook (`edit`, `removetag`, `addtag` etc) the app cannot be opened again until I delete the data folder | priority | bug app fails to open after modifying data it seems to me that if i perform any action that changes the addressbook edit removetag addtag etc the app cannot be opened again until i delete the data folder | 1 |
304,089 | 9,321,057,055 | IssuesEvent | 2019-03-27 02:07:25 | mdo91/Swe-573 | https://api.github.com/repos/mdo91/Swe-573 | closed | Design MockUp of Learning platform project using online Mockup Tool | high priority task | Design the Mockup of learning platform project as an overall task. | 1.0 | Design MockUp of Learning platform project using online Mockup Tool - Design the Mockup of learning platform project as an overall task. | priority | design mockup of learning platform project using online mockup tool design the mockup of learning platform project as an overall task | 1 |
699,694 | 24,028,422,126 | IssuesEvent | 2022-09-15 13:22:16 | sourcegraph/about | https://api.github.com/repos/sourcegraph/about | closed | Resource page development | team/content-platform marketing-request sprint-rollover high priority resources-page P1 | Stakeholders: Nick, Fabiana, Tracey
What: Build the new Resources page template that also includes:
- a new template for videos which will be used for the product tour video.
- a new item (All Resources) in the submenu for the Resources page link in the main navigation.
Why? The marketing team produces a lot of content, but the marketing platform does not have the capability to present the content in one place for discoverability and consumption.
Assets:
๐[Figma](https://www.figma.com/file/n3nHcRhzmipzlSj3WvqBqi/Resources-page?node-id=176%3A3625)
๐[SOW doc](https://docs.google.com/document/d/1U7up01mOG1EscbbbysCWPvYuTX336Zgo4-u5zGANOhg/edit#heading=h.wmjo7cr20y10)
[Meta](https://docs.google.com/spreadsheets/d/1lyGHhsIbgCZ0YAs4W4Xc5WNnxNLabMe26jlUilB3HIQ/edit#gid=1572625403)
[Miro board](https://miro.com/app/board/uXjVOjBaAgQ=/)
[Content for the page](https://docs.google.com/spreadsheets/d/1z7wvWV1DWNC4HSVQYyv9hJgI3K-rubUVi901--_m3e4/edit#gid=0)
New template for videos:
- Create a new template to be used for videos. It's similar to the existing [webinar](https://about.sourcegraph.com/webinars/code-insights-turning-your-metrics-into-action?watch-now) template and can be copied. Remove the Code Insights specific section and two speaker profiles.
- Use the background specified for Videos in the Figma file for the header background
- Use the embed code for the YT video in the content sheet
- Use the meta specified for the Product Tour video in the content sheet
- Add the same "Get started with..." section from this [page](https://about.sourcegraph.com/case-studies/codecov-uses-sourcegraph-to-resolve-incidents-faster) at the bottom of the video, above the footer.
- Page title: TBC
New navigation link
Figma: https://www.figma.com/file/o1QRtdQI0ozKq0n7ATrKlx/Marketing-DLS?node-id=8510%3A37393
- Add "All Resources" as the first item in the submenu for the "Resources" menu item
- This will link to the new Resources page | 1.0 | Resource page development - Stakeholders: Nick, Fabiana, Tracey
What: Build the new Resources page template that also includes:
- a new template for videos which will be used for the product tour video.
- a new item (All Resources) in the submenu for the Resources page link in the main navigation.
Why? The marketing team produces a lot of content, but the marketing platform does not have the capability to present the content in one place for discoverability and consumption.
Assets:
๐[Figma](https://www.figma.com/file/n3nHcRhzmipzlSj3WvqBqi/Resources-page?node-id=176%3A3625)
๐[SOW doc](https://docs.google.com/document/d/1U7up01mOG1EscbbbysCWPvYuTX336Zgo4-u5zGANOhg/edit#heading=h.wmjo7cr20y10)
[Meta](https://docs.google.com/spreadsheets/d/1lyGHhsIbgCZ0YAs4W4Xc5WNnxNLabMe26jlUilB3HIQ/edit#gid=1572625403)
[Miro board](https://miro.com/app/board/uXjVOjBaAgQ=/)
[Content for the page](https://docs.google.com/spreadsheets/d/1z7wvWV1DWNC4HSVQYyv9hJgI3K-rubUVi901--_m3e4/edit#gid=0)
New template for videos:
- Create a new template to be used for videos. It's similar to the existing [webinar](https://about.sourcegraph.com/webinars/code-insights-turning-your-metrics-into-action?watch-now) template and can be copied. Remove the Code Insights specific section and two speaker profiles.
- Use the background specified for Videos in the Figma file for the header background
- Use the embed code for the YT video in the content sheet
- Use the meta specified for the Product Tour video in the content sheet
- Add the same "Get started with..." section from this [page](https://about.sourcegraph.com/case-studies/codecov-uses-sourcegraph-to-resolve-incidents-faster) at the bottom of the video, above the footer.
- Page title: TBC
New navigation link
Figma: https://www.figma.com/file/o1QRtdQI0ozKq0n7ATrKlx/Marketing-DLS?node-id=8510%3A37393
- Add "All Resources" as the first item in the submenu for the "Resources" menu item
- This will link to the new Resources page | priority | resource page development stakeholders nick fabiana tracey what build the new resources page template that also includes a new template for videos which will be used for the product tour video a new item all resources in the submenu for the resources page link in the main navigation why the marketing team produces a lot of content but the marketing platform does not have the capability to present the content in one place for discoverability and consumption assets ๐ ๐ new template for videos create a new template to be used for videos it s similar to the existing template and can be copied remove the code insights specific section and two speaker profiles use the background specified for videos in the figma file for the header background use the embed code for the yt video in the content sheet use the meta specified for the product tour video in the content sheet add the same get started with section from this at the bottom of the video above the footer page title tbc new navigation link figma add all resources as the first item in the submenu for the resources menu item this will link to the new resources page | 1 |
510,049 | 14,768,198,870 | IssuesEvent | 2021-01-10 10:54:03 | WoWManiaUK/Blackwing-Lair | https://api.github.com/repos/WoWManiaUK/Blackwing-Lair | reopened | [Talent/Warlock/] Bane of Havoc - not working | Class/Spells Fixed Confirmed Fixed in Dev Priority-High Regression | **Links:**
http://cata-shoot.tauri.hu/?spell=80240
**What is happening:**
Doesn't do any Damage to the baned target, when dealing dmg to another target.
**What should happen:**
It should cause 15% of all damage done to other targets to also be dealt to the baned target.
| 1.0 | [Talent/Warlock/] Bane of Havoc - not working - **Links:**
http://cata-shoot.tauri.hu/?spell=80240
**What is happening:**
Doesn't do any Damage to the baned target, when dealing dmg to another target.
**What should happen:**
It should cause 15% of all damage done to other targets to also be dealt to the baned target.
| priority | bane of havoc not working links what is happening doesn t do any damage to the baned target when dealing dmg to another target what should happen it should cause of all damage done to other targets to also be dealt to the baned target | 1 |
310,633 | 9,522,190,304 | IssuesEvent | 2019-04-27 05:51:24 | AugurProject/augur | https://api.github.com/repos/AugurProject/augur | reopened | fill orders race condition | Bug Priority: High | 
If user quickly clicks on Portfolio there is a race condition where the filled orders are loaded but not all the markets info.
Need to add marketsData state selector to select-markets-filled-orders.
| 1.0 | fill orders race condition - 
If user quickly clicks on Portfolio there is a race condition where the filled orders are loaded but not all the markets info.
Need to add marketsData state selector to select-markets-filled-orders.
| priority | fill orders race condition if user quickly clicks on portfolio there is a race condition where the filled orders are loaded but not all the markets info need to add marketsdata state selector to select markets filled orders | 1 |
400,477 | 11,775,799,148 | IssuesEvent | 2020-03-16 12:03:17 | cds-snc/report-a-cybercrime | https://api.github.com/repos/cds-snc/report-a-cybercrime | closed | File upload button target is smaller than the button itself | bug high priority | ## Summary
Clicking in the padding of the button does not activate the file upload button
## Steps to reproduce
1. On evidence page
2. Click in the blue padding of the button
3. Nothing happens
4. Click on the word 'upload'
5. File selection window opens

| 1.0 | File upload button target is smaller than the button itself - ## Summary
Clicking in the padding of the button does not activate the file upload button
## Steps to reproduce
1. On evidence page
2. Click in the blue padding of the button
3. Nothing happens
4. Click on the word 'upload'
5. File selection window opens

| priority | file upload button target is smaller than the button itself summary clicking in the padding of the button does not activate the file upload button steps to reproduce on evidence page click in the blue padding of the button nothing happens click on the word upload file selection window opens | 1 |
629,464 | 20,034,047,309 | IssuesEvent | 2022-02-02 09:58:08 | DocumaticAI/doculog | https://api.github.com/repos/DocumaticAI/doculog | closed | Does not recognise git on windows | :bug: bug :fire: priority: high | **Describe the bug**
Doculog uses the python package `subprocess` to run git under the hood to collect commits.
This works fine for linux (i believe macOS as well), but fails with windows because subprocess cannot find.
We have introduced a function to get git from path, but that does not seem to work either (https://github.com/DocumaticAI/doculog/blob/master/doculog/git.py#L13).
We have tried setting shell=True, but that also doesn't seem to work
Can someone please confirm the above?
**To Reproduce**
Steps to reproduce the behavior:
1. Be on a windows machine
2. Run `subprocess.check_output["git", "log"])
3. This will fail with a `FileNotFoundError`
**Expected behavior**
We should be able to get git logs on windows!
A fix to this issue will update `doculog/git.py` to work on windows and non-windows with the same functionality
**Screenshots**
None
**System:**
- OS: windows
- Doculog: all
**Additional context**
N/A
| 1.0 | Does not recognise git on windows - **Describe the bug**
Doculog uses the python package `subprocess` to run git under the hood to collect commits.
This works fine for linux (i believe macOS as well), but fails with windows because subprocess cannot find.
We have introduced a function to get git from path, but that does not seem to work either (https://github.com/DocumaticAI/doculog/blob/master/doculog/git.py#L13).
We have tried setting shell=True, but that also doesn't seem to work
Can someone please confirm the above?
**To Reproduce**
Steps to reproduce the behavior:
1. Be on a windows machine
2. Run `subprocess.check_output["git", "log"])
3. This will fail with a `FileNotFoundError`
**Expected behavior**
We should be able to get git logs on windows!
A fix to this issue will update `doculog/git.py` to work on windows and non-windows with the same functionality
**Screenshots**
None
**System:**
- OS: windows
- Doculog: all
**Additional context**
N/A
| priority | does not recognise git on windows describe the bug doculog uses the python package subprocess to run git under the hood to collect commits this works fine for linux i believe macos as well but fails with windows because subprocess cannot find we have introduced a function to get git from path but that does not seem to work either we have tried setting shell true but that also doesn t seem to work can someone please confirm the above to reproduce steps to reproduce the behavior be on a windows machine run subprocess check output this will fail with a filenotfounderror expected behavior we should be able to get git logs on windows a fix to this issue will update doculog git py to work on windows and non windows with the same functionality screenshots none system os windows doculog all additional context n a | 1 |
666,408 | 22,354,244,970 | IssuesEvent | 2022-06-15 14:26:33 | sourcegraph/about | https://api.github.com/repos/sourcegraph/about | closed | Update meta for Use cases and Case studies pages | team/content-platform marketing-request added-mid-sprint high priority | Stakeholder: Product Marketing
Request: The metadata for the following pages needs to be updated. We recently made copy updates on the pages( #5414) and the meta also requires updating.
- https://about.sourcegraph.com/case-studies
- Case studies: Learn how engineering teams use Sourcegraph's code intelligence platform to understand, fix, and automate across their entire codebase.
- https://about.sourcegraph.com/use-cases
Use cases: See how the most productive dev teams use Sourcegraph to build software you rely on. From improving code security to streamlining code reuse, our customers use Sourcegraph to solve big code problems. | 1.0 | Update meta for Use cases and Case studies pages - Stakeholder: Product Marketing
Request: The metadata for the following pages needs to be updated. We recently made copy updates on the pages( #5414) and the meta also requires updating.
- https://about.sourcegraph.com/case-studies
- Case studies: Learn how engineering teams use Sourcegraph's code intelligence platform to understand, fix, and automate across their entire codebase.
- https://about.sourcegraph.com/use-cases
Use cases: See how the most productive dev teams use Sourcegraph to build software you rely on. From improving code security to streamlining code reuse, our customers use Sourcegraph to solve big code problems. | priority | update meta for use cases and case studies pages stakeholder product marketing request the metadata for the following pages needs to be updated we recently made copy updates on the pages and the meta also requires updating case studies learn how engineering teams use sourcegraph s code intelligence platform to understand fix and automate across their entire codebase use cases see how the most productive dev teams use sourcegraph to build software you rely on from improving code security to streamlining code reuse our customers use sourcegraph to solve big code problems | 1 |
249,302 | 7,960,073,324 | IssuesEvent | 2018-07-13 05:12:44 | buttercup/buttercup-desktop | https://api.github.com/repos/buttercup/buttercup-desktop | reopened | [bug/request] ASLR compliance | Effort: High Platform: Windows Priority: High Status: Available Type: Bug | W10 Pro _x64 1709 b16299.125
BC 1.0.1
With W Defender ASLR exploit set to `On by default` BC would fail to start

Overriding the ASLR setting in W Defender gets BC up and running

Please make BC compliant with ASLR
| 1.0 | [bug/request] ASLR compliance - W10 Pro _x64 1709 b16299.125
BC 1.0.1
With W Defender ASLR exploit set to `On by default` BC would fail to start

Overriding the ASLR setting in W Defender gets BC up and running

Please make BC compliant with ASLR
| priority | aslr compliance pro bc with w defender aslr exploit set to on by default bc would fail to start overriding the aslr setting in w defender gets bc up and running please make bc compliant with aslr | 1 |
172,431 | 6,505,616,059 | IssuesEvent | 2017-08-24 04:22:08 | LordMonoxide/gradient | https://api.github.com/repos/LordMonoxide/gradient | opened | No furnace recipe, new recipes needed. | high priority | There is no recipe for the furnace now so you cant make it and there is many recipes that use furnaces such as generators. | 1.0 | No furnace recipe, new recipes needed. - There is no recipe for the furnace now so you cant make it and there is many recipes that use furnaces such as generators. | priority | no furnace recipe new recipes needed there is no recipe for the furnace now so you cant make it and there is many recipes that use furnaces such as generators | 1 |
384,329 | 11,387,378,603 | IssuesEvent | 2020-01-29 14:55:43 | AIcrowd/AIcrowd | https://api.github.com/repos/AIcrowd/AIcrowd | closed | User creation workflow is broken | High Priority | @marcelsalathe 's message :
When I try to sign up with my email xyz@gmail.com, it will just send me back to the sign up page, without an error message
I checked, and the email address is not in our user database
So the problem seems to be with the username - when the username is already taken, the page will not give me an error, and just refuse the account creation. | 1.0 | User creation workflow is broken - @marcelsalathe 's message :
When I try to sign up with my email xyz@gmail.com, it will just send me back to the sign up page, without an error message
I checked, and the email address is not in our user database
So the problem seems to be with the username - when the username is already taken, the page will not give me an error, and just refuse the account creation. | priority | user creation workflow is broken marcelsalathe s message when i try to sign up with my email xyz gmail com it will just send me back to the sign up page without an error message i checked and the email address is not in our user database so the problem seems to be with the username when the username is already taken the page will not give me an error and just refuse the account creation | 1 |
583,917 | 17,401,287,809 | IssuesEvent | 2021-08-02 20:05:35 | Ultimate-Hosts-Blacklist/Ultimate.Hosts.Blacklist | https://api.github.com/repos/Ultimate-Hosts-Blacklist/Ultimate.Hosts.Blacklist | closed | DNS servers unreachable. | bug high priority | Hi,
I have a few windows PC's in my home. I have been using a hosts file with the blacklist for many years. But disabling the DNS Client service was breaking my windows home networking between PC's. Last week I loaded into my router the two DNS addresses. 88.198.70.38 and 88.198.70.39. I could ping them. They were slower than Google 8.8.8.8 but the blacklist benefits were well worth it. I was very happy. Well done to the great work of all the contributors to this great project. But for the last two days they have stopped working. I cannot ping them and when I do I get "Pinging 88.198.70.38 with 32 bytes of data:
Reply from 88.198.69.219: Destination host unreachable." The IP address is different?? I am in Australia. What has gone wrong?
Please excuse my lack of experience to resolve this. I am sure the answer is very simple. | 1.0 | DNS servers unreachable. - Hi,
I have a few windows PC's in my home. I have been using a hosts file with the blacklist for many years. But disabling the DNS Client service was breaking my windows home networking between PC's. Last week I loaded into my router the two DNS addresses. 88.198.70.38 and 88.198.70.39. I could ping them. They were slower than Google 8.8.8.8 but the blacklist benefits were well worth it. I was very happy. Well done to the great work of all the contributors to this great project. But for the last two days they have stopped working. I cannot ping them and when I do I get "Pinging 88.198.70.38 with 32 bytes of data:
Reply from 88.198.69.219: Destination host unreachable." The IP address is different?? I am in Australia. What has gone wrong?
Please excuse my lack of experience to resolve this. I am sure the answer is very simple. | priority | dns servers unreachable hi i have a few windows pc s in my home i have been using a hosts file with the blacklist for many years but disabling the dns client service was breaking my windows home networking between pc s last week i loaded into my router the two dns addresses and i could ping them they were slower than google but the blacklist benefits were well worth it i was very happy well done to the great work of all the contributors to this great project but for the last two days they have stopped working i cannot ping them and when i do i get pinging with bytes of data reply from destination host unreachable the ip address is different i am in australia what has gone wrong please excuse my lack of experience to resolve this i am sure the answer is very simple | 1 |
73,102 | 3,407,210,125 | IssuesEvent | 2015-12-04 01:11:06 | SimpleSandman/TwitchBot | https://api.github.com/repos/SimpleSandman/TwitchBot | closed | Handle !currentsong using IF and ELSE | bug high priority | Rewrite command with this code:
```csharp
StatusResponse status = spotify.GetStatus();
if (status != null)
{
irc.sendPublicChatMessage("Current Song: " + status.Track.TrackResource.Name
+ " || Artist: " + status.Track.ArtistResource.Name
+ " || Album: " + status.Track.AlbumResource.Name);
}
else
irc.sendPublicChatMessage("The broadcaster is not playing a song at the moment");
```
This will handle the situation where Spotify is not playing anything | 1.0 | Handle !currentsong using IF and ELSE - Rewrite command with this code:
```csharp
StatusResponse status = spotify.GetStatus();
if (status != null)
{
irc.sendPublicChatMessage("Current Song: " + status.Track.TrackResource.Name
+ " || Artist: " + status.Track.ArtistResource.Name
+ " || Album: " + status.Track.AlbumResource.Name);
}
else
irc.sendPublicChatMessage("The broadcaster is not playing a song at the moment");
```
This will handle the situation where Spotify is not playing anything | priority | handle currentsong using if and else rewrite command with this code csharp statusresponse status spotify getstatus if status null irc sendpublicchatmessage current song status track trackresource name artist status track artistresource name album status track albumresource name else irc sendpublicchatmessage the broadcaster is not playing a song at the moment this will handle the situation where spotify is not playing anything | 1 |
694,466 | 23,814,755,799 | IssuesEvent | 2022-09-05 05:00:35 | ballerina-platform/ballerina-lang | https://api.github.com/repos/ballerina-platform/ballerina-lang | closed | [Semantic API] Need an API to get the shape of the SingletonType | Type/Improvement Priority/High Team/CompilerFETools Points/2 Area/SemanticAPI | **Description:**
Task of https://github.com/ballerina-platform/ballerina-lang/issues/35783#issuecomment-1181626283
**Describe your problem(s)**
There is no way to get the shape of the internal type of singleton-type symbols.
Ex: get the shape as Integer, Float, String
**Related Issues (optional):**
https://github.com/ballerina-platform/ballerina-lang/issues/35783
| 1.0 | [Semantic API] Need an API to get the shape of the SingletonType - **Description:**
Task of https://github.com/ballerina-platform/ballerina-lang/issues/35783#issuecomment-1181626283
**Describe your problem(s)**
There is no way to get the shape of the internal type of singleton-type symbols.
Ex: get the shape as Integer, Float, String
**Related Issues (optional):**
https://github.com/ballerina-platform/ballerina-lang/issues/35783
| priority | need an api to get the shape of the singletontype description task of describe your problem s there is no way to get the shape of the internal type of singleton type symbols ex get the shape as integer float string related issues optional | 1 |
609,529 | 18,875,834,800 | IssuesEvent | 2021-11-14 01:11:17 | ThatOneGoat/sidewalk-cv-2021 | https://api.github.com/repos/ThatOneGoat/sidewalk-cv-2021 | opened | Automate file deletion for easier testing | enhancement Priority: High | Currently, every time one runs `python3 scrape_and_crop_labels.py`, they must first delete several files/directories. This process should be automated for easier testing. | 1.0 | Automate file deletion for easier testing - Currently, every time one runs `python3 scrape_and_crop_labels.py`, they must first delete several files/directories. This process should be automated for easier testing. | priority | automate file deletion for easier testing currently every time one runs scrape and crop labels py they must first delete several files directories this process should be automated for easier testing | 1 |
697,472 | 23,940,630,862 | IssuesEvent | 2022-09-11 21:11:01 | zulip/zulip | https://api.github.com/repos/zulip/zulip | closed | Add formatting hints for polls and spoilers | help wanted area: compose priority: high | At present, when you insert a URL, you get a formatting hint directly in the syntax, with selected url text:

We should extend this helpful pattern to other widgets with non-obvious formatting. In particular:
- /poll -> /poll Question (with "Question" highlighted)
- spoiler -> spoiler Header (with "Header" highlighted)
[CZO discussion](https://chat.zulip.org/#narrow/stream/101-design/topic/formatting.20hints)
This is part of https://github.com/zulip/zulip/pull/20672. | 1.0 | Add formatting hints for polls and spoilers - At present, when you insert a URL, you get a formatting hint directly in the syntax, with selected url text:

We should extend this helpful pattern to other widgets with non-obvious formatting. In particular:
- /poll -> /poll Question (with "Question" highlighted)
- spoiler -> spoiler Header (with "Header" highlighted)
[CZO discussion](https://chat.zulip.org/#narrow/stream/101-design/topic/formatting.20hints)
This is part of https://github.com/zulip/zulip/pull/20672. | priority | add formatting hints for polls and spoilers at present when you insert a url you get a formatting hint directly in the syntax with selected url text we should extend this helpful pattern to other widgets with non obvious formatting in particular poll poll question with question highlighted spoiler spoiler header with header highlighted this is part of | 1 |
165,070 | 6,261,711,482 | IssuesEvent | 2017-07-15 02:30:49 | start-jsk/jsk_apc | https://api.github.com/repos/start-jsk/jsk_apc | closed | graspingp for pinching is difficult for small objects | bug issue/priority/high | 
We can use scale system to detect grasping as well as finger load and finger angle | 1.0 | graspingp for pinching is difficult for small objects - 
We can use scale system to detect grasping as well as finger load and finger angle | priority | graspingp for pinching is difficult for small objects we can use scale system to detect grasping as well as finger load and finger angle | 1 |
652,284 | 21,527,264,452 | IssuesEvent | 2022-04-28 19:48:27 | woocommerce/facebook-for-woocommerce | https://api.github.com/repos/woocommerce/facebook-for-woocommerce | reopened | 2 Errors Reconnecting To Facebook: Permissions Error and Could Not Retrieve Facebook Business Extension System User | priority: high type: bug | ## ๐ Isolate the bug
- [X] I have confirmed this occurs in the most recent version of WordPress, WooCommerce, and Facebook for WooCommerce.
- [X] I have confirmed this occurs when only WooCommerce and Facebook for WooCommerce are active and when using a default WordPress or WooCommerce theme.
## โ๏ธ Describe the bug
There are 2 separate error messages, but I suspect they may be related so I have submitted these as a single issue.
My test site had an existing, working connection. These errors happened after I disconnected and tried to reconnect.
When I tested this on a site with a brand new connection, I wasn't able to replicate the issue and connected fine.
**First error** - `Permissions error: access_denied, reason: user_denied`
When I disconnected from Facebook and tried to reconnect from `WP-Admin > Marketing > Facebook`, I was first greeted by this screen:
<img width="517" alt="Screenshot 2022-02-03 at 08 47 54" src="https://user-images.githubusercontent.com/75635198/152320357-862cf2e5-9fa3-4ed1-afce-767c8b9c5488.png">
When I clicked on cancel, it gave me this error:

And the connection wasn't established.
**Second error** - `Could not retrieve Facebook Business Extension System User`
After the first error, I went to `siteurl/wp-admin/options.php` and changed the `wc_facebook_external_business_id` field to a random string of 13 characters.
I then went back to `Marketing > Facebook` to try to connect again.
This time, I was able to go through the connection wizard on Facebook successfully.
<img width="514" alt="Screenshot 2022-02-03 at 09 23 25" src="https://user-images.githubusercontent.com/75635198/152320928-90a6ed6c-9fc3-4c72-88a4-6fefdbe8b4fb.png">
However when I clicked on `Done`, I was met with this error:

From the Facebook Business System Users, I can see a new system user was created and it has been granted access to my page, catalog, and pixel:

But it does not connect my site to Facebook Business Manager.
There isn't an option on my Business Manager to delete System Users but I also tried following the steps in the documentation to remove the app and extension completely and try again - https://woocommerce.com/document/facebook-for-woocommerce-uninstall-plugin-and-remove-woocommerce-facebook-app/ - but this also didn't work.
## ๐ถโโ๏ธ Steps to reproduce
**First error** - `Permissions error: access_denied, reason: user_denied`
1. From a site with a working Facebook connection, disconnect the site.
2. Try to reconnect
**Second error** - `Could not retrieve Facebook Business Extension System User`
1. After following the steps for the first error, navigate to `siteurl/wp-admin/options.php` and change the `wc_facebook_external_business_id` field to a random 13 character string and press Save
2. Navigate to `Marketing > Facebook` and try to reconnect
3. Follow the prompts on the connection wizard and click `Done`.
4. This should generate the error `Could not retrieve Facebook Business Extension System User`
## โ๏ธ Expected behavior
The expected behaviour is that the extension will successfully reconnect to Facebook
## ๐ Logs
The `42006` errors match the times I was getting the second error message.
```
02-03-2022 @ 08:50:59 - Failed to connect to Facebook. Reason: Permissions error: access_denied, reason: user_denied
02-03-2022 @ 08:51:39 - Failed to connect to Facebook. Reason: Permissions error: access_denied, reason: user_denied
02-03-2022 @ 08:57:20 - Failed to connect to Facebook. Reason: {
"message": "(#42006) There was an error adding FBE\/EBC business assets to the system user.",
"type": "OAuthException",
"code": 42006,
"fbtrace_id": "AqIjd-lztvJBS6HgpzR1aRe"
}
02-03-2022 @ 08:57:33 - Failed to connect to Facebook. Reason: Permissions error: access_denied, reason: user_denied
02-03-2022 @ 08:59:35 - Failed to connect to Facebook. Reason: {
"message": "(#42006) There was an error adding FBE\/EBC business assets to the system user.",
"type": "OAuthException",
"code": 42006,
"fbtrace_id": "AMml76WFHx0MpMy13mYvJWV"
}
02-03-2022 @ 09:07:55 - Failed to connect to Facebook. Reason: {
"message": "(#42006) There was an error adding FBE\/EBC business assets to the system user.",
"type": "OAuthException",
"code": 42006,
"fbtrace_id": "A_exBfrGgs_H0B3Hofy85iQ"
}
02-03-2022 @ 09:21:43 - Failed to connect to Facebook. Reason: Permissions error: access_denied, reason: user_denied
02-03-2022 @ 09:21:56 - Failed to connect to Facebook. Reason: Permissions error: access_denied, reason: user_denied
02-03-2022 @ 09:23:34 - Failed to connect to Facebook. Reason: {
"message": "(#42006) There was an error adding FBE\/EBC business assets to the system user.",
"type": "OAuthException",
"code": 42006,
"fbtrace_id": "ATQC5VpUg5MJwbw7ru9JTNz"
}
02-03-2022 @ 09:48:21 - Failed to connect to Facebook. Reason: Permissions error: access_denied, reason: user_denied
02-03-2022 @ 09:50:28 - Failed to connect to Facebook. Reason: {
"message": "(#42006) There was an error adding FBE\/EBC business assets to the system user.",
"type": "OAuthException",
"code": 42006,
"fbtrace_id": "ArNAt_OTePxJmZYcZoMuI6I"
}
```
<details>
`
### WordPress Environment ###
WordPress address (URL): https://theabhigfbtest.mystagingwebsite.com
Site address (URL): https://theabhigfbtest.mystagingwebsite.com
WC Version: 6.1.1
REST API Version: โ 6.1.1
WC Blocks Version: โ 6.5.2
Action Scheduler Version: โ 3.4.0
WC Admin Version: โ 3.0.3
Log Directory Writable: โ
WP Version: 5.9
WP Multisite: โ
WP Memory Limit: 512 MB
WP Debug Mode: โ
WP Cron: โ
Language: en_US
External object cache: โ
### Server Environment ###
Server Info: nginx
PHP Version: 7.4.27
PHP Post Max Size: 2 GB
PHP Time Limit: 1200
PHP Max Input Vars: 6144
cURL Version: 7.80.0
OpenSSL/1.1.1d
SUHOSIN Installed: โ
MySQL Version: 5.5.5-10.4.22-MariaDB-log
Max Upload Size: 2 GB
Default Timezone is UTC: โ
fsockopen/cURL: โ
SoapClient: โ
DOMDocument: โ
GZip: โ
Multibyte String: โ
Remote Post: โ
Remote Get: โ
### Database ###
WC Database Version: 6.1.1
WC Database Prefix: wp_
Total Database Size: 4.38MB
Database Data Size: 2.38MB
Database Index Size: 2.00MB
wp_woocommerce_sessions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.17MB + Engine InnoDB
wp_woocommerce_order_items: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_order_itemmeta: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_woocommerce_tax_rates: Data: 0.02MB + Index: 0.08MB + Engine InnoDB
wp_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_actionscheduler_actions: Data: 0.13MB + Index: 0.13MB + Engine InnoDB
wp_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_actionscheduler_logs: Data: 0.08MB + Index: 0.03MB + Engine InnoDB
wp_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_comments: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
wp_hfcm_scripts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_options: Data: 1.06MB + Index: 0.06MB + Engine InnoDB
wp_postmeta: Data: 0.14MB + Index: 0.11MB + Engine InnoDB
wp_posts: Data: 0.06MB + Index: 0.06MB + Engine InnoDB
wp_termmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_terms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_term_relationships: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_term_taxonomy: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_usermeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_users: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_wc_admin_notes: Data: 0.05MB + Index: 0.00MB + Engine InnoDB
wp_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_wc_download_log: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_wc_order_product_lookup: Data: 0.02MB + Index: 0.11MB + Engine InnoDB
wp_wc_order_stats: Data: 0.02MB + Index: 0.08MB + Engine InnoDB
wp_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_wc_points_rewards_user_points: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_wc_points_rewards_user_points_log: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_wc_product_meta_lookup: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
wp_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_wc_webhooks: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_exported_csv_items: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_woocommerce_pickup_locations_geodata: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
### Post Type Counts ###
afadv_qty: 1
attachment: 24
jp_pay_product: 1
page: 9
post: 1
product: 20
product_variation: 7
revision: 2
shop_order: 4
wc_order_status: 8
wc_pickup_location: 2
### Security ###
Secure connection (HTTPS): โ
Hide errors from visitors: โ
### Active Plugins (4) ###
Facebook for WooCommerce: by Facebook โ 2.6.9
WooCommerce Stripe Gateway: by WooCommerce โ 6.1.0
WooCommerce Shipping & Tax: by WooCommerce โ 1.25.22
WooCommerce: by Automattic โ 6.1.1
### Inactive Plugins (13) ###
Addify - Advanced Product Quantity: by Addify โ 1.2.0
Akismet Anti-Spam: by Automattic โ 4.2.2
Header Footer Code Manager: by 99robots โ 1.1.16
Jetpack: by Automattic โ 10.7-a.1
WooCommerce Blocks: by Automattic โ 6.9.0
WooCommerce Checkout Field Editor: by WooCommerce โ 1.6.1
WooCommerce Customer/Order/Coupon Export: by SkyVerge โ 5.3.2
WooCommerce Distance Rate Shipping: by Automattic โ 1.0.26
WooCommerce Local Pickup Plus: by SkyVerge โ 2.9.4
WooCommerce One Page Checkout: by Automattic โ 1.7.11
WooCommerce Order Status Manager: by SkyVerge โ 1.13.2
WooCommerce PayPal Payments: by WooCommerce โ 1.6.5
WooCommerce Points and Rewards: by WooCommerce โ 1.6.43
### Dropin Plugins (2) ###
advanced-cache.php: advanced-cache.php
object-cache.php: Memcached
### Settings ###
API Enabled: โ
Force SSL: โ
Currency: GBP (ยฃ)
Currency Position: left
Thousand Separator: ,
Decimal Separator: .
Number of Decimals: 2
Taxonomies: Product Types: external (external)
grouped (grouped)
simple (simple)
variable (variable)
Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)
exclude-from-search (exclude-from-search)
featured (featured)
outofstock (outofstock)
rated-1 (rated-1)
rated-2 (rated-2)
rated-3 (rated-3)
rated-4 (rated-4)
rated-5 (rated-5)
Connected to WooCommerce.com: โ
### WC Pages ###
Shop base: #5 - /shop/
Cart: #6 - /cart/
Checkout: #7 - /checkout/
My account: #8 - /my-account/
Terms and conditions: โ Page not set
### Theme ###
Name: Storefront
Version: 3.9.1
Author URL: https://woocommerce.com/
Child Theme: โ โ If you are modifying WooCommerce on a parent theme that you did not build personally we recommend using a child theme. See: How to create a child theme
WooCommerce Support: โ
### Templates ###
Overrides: โ
### Action Scheduler ###
Complete: 220
Oldest: 2022-01-04 20:40:53 +0000
Newest: 2022-02-03 09:49:08 +0000
Pending: 3
Oldest: 2022-02-04 08:20:28 +0000
Newest: 2022-02-04 08:20:28 +0000
### Status report information ###
Generated at: 2022-02-03 09:50:48 +00:00
`
</details>
## Other instances
Similar errors have also been reported:
4724760-zen
4724725-zen
4742974-zen
4741909-zen
https://wordpress.org/support/topic/could-not-retrieve-facebook-business-extension-system-user/ | 1.0 | 2 Errors Reconnecting To Facebook: Permissions Error and Could Not Retrieve Facebook Business Extension System User - ## ๐ Isolate the bug
- [X] I have confirmed this occurs in the most recent version of WordPress, WooCommerce, and Facebook for WooCommerce.
- [X] I have confirmed this occurs when only WooCommerce and Facebook for WooCommerce are active and when using a default WordPress or WooCommerce theme.
## โ๏ธ Describe the bug
There are 2 separate error messages, but I suspect they may be related so I have submitted these as a single issue.
My test site had an existing, working connection. These errors happened after I disconnected and tried to reconnect.
When I tested this on a site with a brand new connection, I wasn't able to replicate the issue and connected fine.
**First error** - `Permissions error: access_denied, reason: user_denied`
When I disconnected from Facebook and tried to reconnect from `WP-Admin > Marketing > Facebook`, I was first greeted by this screen:
<img width="517" alt="Screenshot 2022-02-03 at 08 47 54" src="https://user-images.githubusercontent.com/75635198/152320357-862cf2e5-9fa3-4ed1-afce-767c8b9c5488.png">
When I clicked on cancel, it gave me this error:

And the connection wasn't established.
**Second error** - `Could not retrieve Facebook Business Extension System User`
After the first error, I went to `siteurl/wp-admin/options.php` and changed the `wc_facebook_external_business_id` field to a random string of 13 characters.
I then went back to `Marketing > Facebook` to try to connect again.
This time, I was able to go through the connection wizard on Facebook successfully.
<img width="514" alt="Screenshot 2022-02-03 at 09 23 25" src="https://user-images.githubusercontent.com/75635198/152320928-90a6ed6c-9fc3-4c72-88a4-6fefdbe8b4fb.png">
However when I clicked on `Done`, I was met with this error:

From the Facebook Business System Users, I can see a new system user was created and it has been granted access to my page, catalog, and pixel:

But it does not connect my site to Facebook Business Manager.
There isn't an option on my Business Manager to delete System Users but I also tried following the steps in the documentation to remove the app and extension completely and try again - https://woocommerce.com/document/facebook-for-woocommerce-uninstall-plugin-and-remove-woocommerce-facebook-app/ - but this also didn't work.
## ๐ถโโ๏ธ Steps to reproduce
**First error** - `Permissions error: access_denied, reason: user_denied`
1. From a site with a working Facebook connection, disconnect the site.
2. Try to reconnect
**Second error** - `Could not retrieve Facebook Business Extension System User`
1. After following the steps for the first error, navigate to `siteurl/wp-admin/options.php` and change the `wc_facebook_external_business_id` field to a random 13 character string and press Save
2. Navigate to `Marketing > Facebook` and try to reconnect
3. Follow the prompts on the connection wizard and click `Done`.
4. This should generate the error `Could not retrieve Facebook Business Extension System User`
## โ๏ธ Expected behavior
The expected behaviour is that the extension will successfully reconnect to Facebook
## ๐ Logs
The `42006` errors match the times I was getting the second error message.
```
02-03-2022 @ 08:50:59 - Failed to connect to Facebook. Reason: Permissions error: access_denied, reason: user_denied
02-03-2022 @ 08:51:39 - Failed to connect to Facebook. Reason: Permissions error: access_denied, reason: user_denied
02-03-2022 @ 08:57:20 - Failed to connect to Facebook. Reason: {
"message": "(#42006) There was an error adding FBE\/EBC business assets to the system user.",
"type": "OAuthException",
"code": 42006,
"fbtrace_id": "AqIjd-lztvJBS6HgpzR1aRe"
}
02-03-2022 @ 08:57:33 - Failed to connect to Facebook. Reason: Permissions error: access_denied, reason: user_denied
02-03-2022 @ 08:59:35 - Failed to connect to Facebook. Reason: {
"message": "(#42006) There was an error adding FBE\/EBC business assets to the system user.",
"type": "OAuthException",
"code": 42006,
"fbtrace_id": "AMml76WFHx0MpMy13mYvJWV"
}
02-03-2022 @ 09:07:55 - Failed to connect to Facebook. Reason: {
"message": "(#42006) There was an error adding FBE\/EBC business assets to the system user.",
"type": "OAuthException",
"code": 42006,
"fbtrace_id": "A_exBfrGgs_H0B3Hofy85iQ"
}
02-03-2022 @ 09:21:43 - Failed to connect to Facebook. Reason: Permissions error: access_denied, reason: user_denied
02-03-2022 @ 09:21:56 - Failed to connect to Facebook. Reason: Permissions error: access_denied, reason: user_denied
02-03-2022 @ 09:23:34 - Failed to connect to Facebook. Reason: {
"message": "(#42006) There was an error adding FBE\/EBC business assets to the system user.",
"type": "OAuthException",
"code": 42006,
"fbtrace_id": "ATQC5VpUg5MJwbw7ru9JTNz"
}
02-03-2022 @ 09:48:21 - Failed to connect to Facebook. Reason: Permissions error: access_denied, reason: user_denied
02-03-2022 @ 09:50:28 - Failed to connect to Facebook. Reason: {
"message": "(#42006) There was an error adding FBE\/EBC business assets to the system user.",
"type": "OAuthException",
"code": 42006,
"fbtrace_id": "ArNAt_OTePxJmZYcZoMuI6I"
}
```
<details>
`
### WordPress Environment ###
WordPress address (URL): https://theabhigfbtest.mystagingwebsite.com
Site address (URL): https://theabhigfbtest.mystagingwebsite.com
WC Version: 6.1.1
REST API Version: โ 6.1.1
WC Blocks Version: โ 6.5.2
Action Scheduler Version: โ 3.4.0
WC Admin Version: โ 3.0.3
Log Directory Writable: โ
WP Version: 5.9
WP Multisite: โ
WP Memory Limit: 512 MB
WP Debug Mode: โ
WP Cron: โ
Language: en_US
External object cache: โ
### Server Environment ###
Server Info: nginx
PHP Version: 7.4.27
PHP Post Max Size: 2 GB
PHP Time Limit: 1200
PHP Max Input Vars: 6144
cURL Version: 7.80.0
OpenSSL/1.1.1d
SUHOSIN Installed: โ
MySQL Version: 5.5.5-10.4.22-MariaDB-log
Max Upload Size: 2 GB
Default Timezone is UTC: โ
fsockopen/cURL: โ
SoapClient: โ
DOMDocument: โ
GZip: โ
Multibyte String: โ
Remote Post: โ
Remote Get: โ
### Database ###
WC Database Version: 6.1.1
WC Database Prefix: wp_
Total Database Size: 4.38MB
Database Data Size: 2.38MB
Database Index Size: 2.00MB
wp_woocommerce_sessions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.17MB + Engine InnoDB
wp_woocommerce_order_items: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_order_itemmeta: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_woocommerce_tax_rates: Data: 0.02MB + Index: 0.08MB + Engine InnoDB
wp_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_actionscheduler_actions: Data: 0.13MB + Index: 0.13MB + Engine InnoDB
wp_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_actionscheduler_logs: Data: 0.08MB + Index: 0.03MB + Engine InnoDB
wp_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_comments: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
wp_hfcm_scripts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_options: Data: 1.06MB + Index: 0.06MB + Engine InnoDB
wp_postmeta: Data: 0.14MB + Index: 0.11MB + Engine InnoDB
wp_posts: Data: 0.06MB + Index: 0.06MB + Engine InnoDB
wp_termmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_terms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_term_relationships: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_term_taxonomy: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_usermeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_users: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_wc_admin_notes: Data: 0.05MB + Index: 0.00MB + Engine InnoDB
wp_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_wc_download_log: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_wc_order_product_lookup: Data: 0.02MB + Index: 0.11MB + Engine InnoDB
wp_wc_order_stats: Data: 0.02MB + Index: 0.08MB + Engine InnoDB
wp_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_wc_points_rewards_user_points: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_wc_points_rewards_user_points_log: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_wc_product_meta_lookup: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
wp_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_wc_webhooks: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_exported_csv_items: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_woocommerce_pickup_locations_geodata: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
### Post Type Counts ###
afadv_qty: 1
attachment: 24
jp_pay_product: 1
page: 9
post: 1
product: 20
product_variation: 7
revision: 2
shop_order: 4
wc_order_status: 8
wc_pickup_location: 2
### Security ###
Secure connection (HTTPS): โ
Hide errors from visitors: โ
### Active Plugins (4) ###
Facebook for WooCommerce: by Facebook โ 2.6.9
WooCommerce Stripe Gateway: by WooCommerce โ 6.1.0
WooCommerce Shipping & Tax: by WooCommerce โ 1.25.22
WooCommerce: by Automattic โ 6.1.1
### Inactive Plugins (13) ###
Addify - Advanced Product Quantity: by Addify โ 1.2.0
Akismet Anti-Spam: by Automattic โ 4.2.2
Header Footer Code Manager: by 99robots โ 1.1.16
Jetpack: by Automattic โ 10.7-a.1
WooCommerce Blocks: by Automattic โ 6.9.0
WooCommerce Checkout Field Editor: by WooCommerce โ 1.6.1
WooCommerce Customer/Order/Coupon Export: by SkyVerge โ 5.3.2
WooCommerce Distance Rate Shipping: by Automattic โ 1.0.26
WooCommerce Local Pickup Plus: by SkyVerge โ 2.9.4
WooCommerce One Page Checkout: by Automattic โ 1.7.11
WooCommerce Order Status Manager: by SkyVerge โ 1.13.2
WooCommerce PayPal Payments: by WooCommerce โ 1.6.5
WooCommerce Points and Rewards: by WooCommerce โ 1.6.43
### Dropin Plugins (2) ###
advanced-cache.php: advanced-cache.php
object-cache.php: Memcached
### Settings ###
API Enabled: โ
Force SSL: โ
Currency: GBP (ยฃ)
Currency Position: left
Thousand Separator: ,
Decimal Separator: .
Number of Decimals: 2
Taxonomies: Product Types: external (external)
grouped (grouped)
simple (simple)
variable (variable)
Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)
exclude-from-search (exclude-from-search)
featured (featured)
outofstock (outofstock)
rated-1 (rated-1)
rated-2 (rated-2)
rated-3 (rated-3)
rated-4 (rated-4)
rated-5 (rated-5)
Connected to WooCommerce.com: โ
### WC Pages ###
Shop base: #5 - /shop/
Cart: #6 - /cart/
Checkout: #7 - /checkout/
My account: #8 - /my-account/
Terms and conditions: โ Page not set
### Theme ###
Name: Storefront
Version: 3.9.1
Author URL: https://woocommerce.com/
Child Theme: โ โ If you are modifying WooCommerce on a parent theme that you did not build personally we recommend using a child theme. See: How to create a child theme
WooCommerce Support: โ
### Templates ###
Overrides: โ
### Action Scheduler ###
Complete: 220
Oldest: 2022-01-04 20:40:53 +0000
Newest: 2022-02-03 09:49:08 +0000
Pending: 3
Oldest: 2022-02-04 08:20:28 +0000
Newest: 2022-02-04 08:20:28 +0000
### Status report information ###
Generated at: 2022-02-03 09:50:48 +00:00
`
</details>
## Other instances
Similar errors have also been reported:
4724760-zen
4724725-zen
4742974-zen
4741909-zen
https://wordpress.org/support/topic/could-not-retrieve-facebook-business-extension-system-user/ | priority | errors reconnecting to facebook permissions error and could not retrieve facebook business extension system user ๐ isolate the bug i have confirmed this occurs in the most recent version of wordpress woocommerce and facebook for woocommerce i have confirmed this occurs when only woocommerce and facebook for woocommerce are active and when using a default wordpress or woocommerce theme โ๏ธ describe the bug there are separate error messages but i suspect they may be related so i have submitted these as a single issue my test site had an existing working connection these errors happened after i disconnected and tried to reconnect when i tested this on a site with a brand new connection i wasn t able to replicate the issue and connected fine first error permissions error access denied reason user denied when i disconnected from facebook and tried to reconnect from wp admin marketing facebook i was first greeted by this screen img width alt screenshot at src when i clicked on cancel it gave me this error and the connection wasn t established second error could not retrieve facebook business extension system user after the first error i went to siteurl wp admin options php and changed the wc facebook external business id field to a random string of characters i then went back to marketing facebook to try to connect again this time i was able to go through the connection wizard on facebook successfully img width alt screenshot at src however when i clicked on done i was met with this error from the facebook business system users i can see a new system user was created and it has been granted access to my page catalog and pixel but it does not connect my site to facebook business manager there isn t an option on my business manager to delete system users but i also tried following the steps in the documentation to remove the app and extension completely and try again but this also didn t work ๐ถโโ๏ธ steps to reproduce first error permissions error access denied reason user denied from a site with a working facebook connection disconnect the site try to reconnect second error could not retrieve facebook business extension system user after following the steps for the first error navigate to siteurl wp admin options php and change the wc facebook external business id field to a random character string and press save navigate to marketing facebook and try to reconnect follow the prompts on the connection wizard and click done this should generate the error could not retrieve facebook business extension system user โ๏ธ expected behavior the expected behaviour is that the extension will successfully reconnect to facebook ๐ logs the errors match the times i was getting the second error message failed to connect to facebook reason permissions error access denied reason user denied failed to connect to facebook reason permissions error access denied reason user denied failed to connect to facebook reason message there was an error adding fbe ebc business assets to the system user type oauthexception code fbtrace id aqijd failed to connect to facebook reason permissions error access denied reason user denied failed to connect to facebook reason message there was an error adding fbe ebc business assets to the system user type oauthexception code fbtrace id failed to connect to facebook reason message there was an error adding fbe ebc business assets to the system user type oauthexception code fbtrace id a exbfrggs failed to connect to facebook reason permissions error access denied reason user denied failed to connect to facebook reason permissions error access denied reason user denied failed to connect to facebook reason message there was an error adding fbe ebc business assets to the system user type oauthexception code fbtrace id failed to connect to facebook reason permissions error access denied reason user denied failed to connect to facebook reason message there was an error adding fbe ebc business assets to the system user type oauthexception code fbtrace id arnat wordpress environment wordpress address url site address url wc version rest api version โ wc blocks version โ action scheduler version โ wc admin version โ log directory writable โ wp version wp multisite โ wp memory limit mb wp debug mode โ wp cron โ language en us external object cache โ server environment server info nginx php version php post max size gb php time limit php max input vars curl version openssl suhosin installed โ mysql version mariadb log max upload size gb default timezone is utc โ fsockopen curl โ soapclient โ domdocument โ gzip โ multibyte string โ remote post โ remote get โ database wc database version wc database prefix wp total database size database data size database index size wp woocommerce sessions data index engine innodb wp woocommerce api keys data index engine innodb wp woocommerce attribute taxonomies data index engine innodb wp woocommerce downloadable product permissions data index engine innodb wp woocommerce order items data index engine innodb wp woocommerce order itemmeta data index engine innodb wp woocommerce tax rates data index engine innodb wp woocommerce tax rate locations data index engine innodb wp woocommerce shipping zones data index engine innodb wp woocommerce shipping zone locations data index engine innodb wp woocommerce shipping zone methods data index engine innodb wp woocommerce payment tokens data index engine innodb wp woocommerce payment tokenmeta data index engine innodb wp woocommerce log data index engine innodb wp actionscheduler actions data index engine innodb wp actionscheduler claims data index engine innodb wp actionscheduler groups data index engine innodb wp actionscheduler logs data index engine innodb wp commentmeta data index engine innodb wp comments data index engine innodb wp hfcm scripts data index engine innodb wp links data index engine innodb wp options data index engine innodb wp postmeta data index engine innodb wp posts data index engine innodb wp termmeta data index engine innodb wp terms data index engine innodb wp term relationships data index engine innodb wp term taxonomy data index engine innodb wp usermeta data index engine innodb wp users data index engine innodb wp wc admin notes data index engine innodb wp wc admin note actions data index engine innodb wp wc category lookup data index engine innodb wp wc customer lookup data index engine innodb wp wc download log data index engine innodb wp wc order coupon lookup data index engine innodb wp wc order product lookup data index engine innodb wp wc order stats data index engine innodb wp wc order tax lookup data index engine innodb wp wc points rewards user points data index engine innodb wp wc points rewards user points log data index engine innodb wp wc product meta lookup data index engine innodb wp wc rate limits data index engine innodb wp wc reserved stock data index engine innodb wp wc tax rate classes data index engine innodb wp wc webhooks data index engine innodb wp woocommerce exported csv items data index engine innodb wp woocommerce pickup locations geodata data index engine innodb post type counts afadv qty attachment jp pay product page post product product variation revision shop order wc order status wc pickup location security secure connection https โ hide errors from visitors โ active plugins facebook for woocommerce by facebook โ woocommerce stripe gateway by woocommerce โ woocommerce shipping tax by woocommerce โ woocommerce by automattic โ inactive plugins addify advanced product quantity by addify โ akismet anti spam by automattic โ header footer code manager by โ jetpack by automattic โ a woocommerce blocks by automattic โ woocommerce checkout field editor by woocommerce โ woocommerce customer order coupon export by skyverge โ woocommerce distance rate shipping by automattic โ woocommerce local pickup plus by skyverge โ woocommerce one page checkout by automattic โ woocommerce order status manager by skyverge โ woocommerce paypal payments by woocommerce โ woocommerce points and rewards by woocommerce โ dropin plugins advanced cache php advanced cache php object cache php memcached settings api enabled โ force ssl โ currency gbp ยฃ currency position left thousand separator decimal separator number of decimals taxonomies product types external external grouped grouped simple simple variable variable taxonomies product visibility exclude from catalog exclude from catalog exclude from search exclude from search featured featured outofstock outofstock rated rated rated rated rated rated rated rated rated rated connected to woocommerce com โ wc pages shop base shop cart cart checkout checkout my account my account terms and conditions โ page not set theme name storefront version author url child theme โ โ if you are modifying woocommerce on a parent theme that you did not build personally we recommend using a child theme see how to create a child theme woocommerce support โ templates overrides โ action scheduler complete oldest newest pending oldest newest status report information generated at other instances similar errors have also been reported zen zen zen zen | 1 |
346,896 | 10,421,397,639 | IssuesEvent | 2019-09-16 05:59:44 | coding-eval-platform/evaluations-service | https://api.github.com/repos/coding-eval-platform/evaluations-service | opened | Do not allow students to get a test case by its id if it is private | Bug Priority: High | https://github.com/coding-eval-platform/evaluations-service/blob/5cbf5cec04342b1d87202b4e26406b6dd3a64230/evaluations-service-core/evaluations-service-domain/src/main/java/ar/edu/itba/cep/evaluations_service/domain/managers/ExamManager.java#L327
After changing security aspects to allow student to get exams' stuff once they started, it was added the permission to access a test case by its id, even if it is private (only teachers must be able). | 1.0 | Do not allow students to get a test case by its id if it is private - https://github.com/coding-eval-platform/evaluations-service/blob/5cbf5cec04342b1d87202b4e26406b6dd3a64230/evaluations-service-core/evaluations-service-domain/src/main/java/ar/edu/itba/cep/evaluations_service/domain/managers/ExamManager.java#L327
After changing security aspects to allow student to get exams' stuff once they started, it was added the permission to access a test case by its id, even if it is private (only teachers must be able). | priority | do not allow students to get a test case by its id if it is private after changing security aspects to allow student to get exams stuff once they started it was added the permission to access a test case by its id even if it is private only teachers must be able | 1 |
769,215 | 26,996,876,054 | IssuesEvent | 2023-02-10 02:19:14 | ShahzaibParacha/COMP-4350-Project | https://api.github.com/repos/ShahzaibParacha/COMP-4350-Project | closed | [dev-task] Create schema for Comment | backend high priority dev-task | Create the mongoose schema for Comment.
The schema will contain these properties:
1. post id
2. comment id (autogenerated)
3. user id
4. content (string)
5. date (date)
#10: Comment on posts | 1.0 | [dev-task] Create schema for Comment - Create the mongoose schema for Comment.
The schema will contain these properties:
1. post id
2. comment id (autogenerated)
3. user id
4. content (string)
5. date (date)
#10: Comment on posts | priority | create schema for comment create the mongoose schema for comment the schema will contain these properties post id comment id autogenerated user id content string date date comment on posts | 1 |
455,041 | 13,110,738,776 | IssuesEvent | 2020-08-04 21:17:05 | LLK/scratch-render | https://api.github.com/repos/LLK/scratch-render | closed | Should vector skins/costumes always be rendered with a resolution greater than their screen-space dimensions? | High Impact Medium Severity priority 2 | ### Expected Behavior
Vector skins/costumes should appear sharp at all scales.
### Actual Behavior
Vector skins are internally represented by a series of textures at various resolutions. These textures are allowed to appear on-screen at up to 1.5x their resolution, meaning that at worst, 1 "texture pixel" will be magnified to 1.5 "screen pixels". This results in vector sprites often appearing blurry:

This blurriness is particularly bad for things like text, which results in issues like https://github.com/LLK/scratch-render/issues/558.
This could be changed so that the textures must always be at a higher resolution than, or the same resolution as, their "screen-space" dimensions. This would consume more RAM, but the improvement in visual fidelity may well be worth it.
Keep in mind that until last October, [vector costumes were rendered at least twice as large as they should have been on high-DPI devices like phones](https://github.com/LLK/scratch-svg-renderer/pull/84), so this shouldn't have an unprecedented RAM impact.
### Steps to Reproduce
1. Create a new project
2. With the default cat sprite selected, click on the "change size by 10" block in the Blocks Palette while observing the cat sprite
3. Notice that as you continue clicking the block, the cat gets blurrier as it grows, eventually becoming crisp again if you click the block enough
### Operating System and Browser
All
| 1.0 | Should vector skins/costumes always be rendered with a resolution greater than their screen-space dimensions? - ### Expected Behavior
Vector skins/costumes should appear sharp at all scales.
### Actual Behavior
Vector skins are internally represented by a series of textures at various resolutions. These textures are allowed to appear on-screen at up to 1.5x their resolution, meaning that at worst, 1 "texture pixel" will be magnified to 1.5 "screen pixels". This results in vector sprites often appearing blurry:

This blurriness is particularly bad for things like text, which results in issues like https://github.com/LLK/scratch-render/issues/558.
This could be changed so that the textures must always be at a higher resolution than, or the same resolution as, their "screen-space" dimensions. This would consume more RAM, but the improvement in visual fidelity may well be worth it.
Keep in mind that until last October, [vector costumes were rendered at least twice as large as they should have been on high-DPI devices like phones](https://github.com/LLK/scratch-svg-renderer/pull/84), so this shouldn't have an unprecedented RAM impact.
### Steps to Reproduce
1. Create a new project
2. With the default cat sprite selected, click on the "change size by 10" block in the Blocks Palette while observing the cat sprite
3. Notice that as you continue clicking the block, the cat gets blurrier as it grows, eventually becoming crisp again if you click the block enough
### Operating System and Browser
All
| priority | should vector skins costumes always be rendered with a resolution greater than their screen space dimensions expected behavior vector skins costumes should appear sharp at all scales actual behavior vector skins are internally represented by a series of textures at various resolutions these textures are allowed to appear on screen at up to their resolution meaning that at worst texture pixel will be magnified to screen pixels this results in vector sprites often appearing blurry this blurriness is particularly bad for things like text which results in issues like this could be changed so that the textures must always be at a higher resolution than or the same resolution as their screen space dimensions this would consume more ram but the improvement in visual fidelity may well be worth it keep in mind that until last october so this shouldn t have an unprecedented ram impact steps to reproduce create a new project with the default cat sprite selected click on the change size by block in the blocks palette while observing the cat sprite notice that as you continue clicking the block the cat gets blurrier as it grows eventually becoming crisp again if you click the block enough operating system and browser all | 1 |
676,607 | 23,131,207,101 | IssuesEvent | 2022-07-28 10:31:37 | dankelley/oce | https://api.github.com/repos/dankelley/oce | closed | tests fail on R-devel/debian/gcc for test_ctd_ssda.R | high priority fix for next release | See https://www.r-project.org/nosvn/R.check/r-devel-linux-x86_64-debian-clang/oce-00check.html; it's an encoding issue. That machine uses en_US.iso885915 encoding (see https://cran.r-project.org/web/checks/check_flavors.html#r-devel-linux-x86_64-debian-clang). So, the new code (the reason for the release of oce 1.7-8) works on the other R-devel setups, but not this one.
Since rhub is broken on this machine, it's hard to try solutions to this.
However, I'll try some tests with stripped-down code.
* Perhaps there is a special incantation that I've just not twigged to yet. (Frankly, the docs on encoding confuse me.)
* Or perhaps `useBytes=TRUE` will solve it ... although we seem to be getting the advice not to use that argument (if so, why does it exist?).
* If I see no solution, I'll just remove this test. After all, if a user with this setup has a problem, then I'll be able to ask them to test some changes.
| 1.0 | tests fail on R-devel/debian/gcc for test_ctd_ssda.R - See https://www.r-project.org/nosvn/R.check/r-devel-linux-x86_64-debian-clang/oce-00check.html; it's an encoding issue. That machine uses en_US.iso885915 encoding (see https://cran.r-project.org/web/checks/check_flavors.html#r-devel-linux-x86_64-debian-clang). So, the new code (the reason for the release of oce 1.7-8) works on the other R-devel setups, but not this one.
Since rhub is broken on this machine, it's hard to try solutions to this.
However, I'll try some tests with stripped-down code.
* Perhaps there is a special incantation that I've just not twigged to yet. (Frankly, the docs on encoding confuse me.)
* Or perhaps `useBytes=TRUE` will solve it ... although we seem to be getting the advice not to use that argument (if so, why does it exist?).
* If I see no solution, I'll just remove this test. After all, if a user with this setup has a problem, then I'll be able to ask them to test some changes.
| priority | tests fail on r devel debian gcc for test ctd ssda r see it s an encoding issue that machine uses en us encoding see so the new code the reason for the release of oce works on the other r devel setups but not this one since rhub is broken on this machine it s hard to try solutions to this however i ll try some tests with stripped down code perhaps there is a special incantation that i ve just not twigged to yet frankly the docs on encoding confuse me or perhaps usebytes true will solve it although we seem to be getting the advice not to use that argument if so why does it exist if i see no solution i ll just remove this test after all if a user with this setup has a problem then i ll be able to ask them to test some changes | 1 |
189,920 | 6,803,010,662 | IssuesEvent | 2017-11-02 22:27:05 | atherdon/groceristar | https://api.github.com/repos/atherdon/groceristar | closed | todo upd | high-priority in progress | # Description/Steps to reproduce
- [x] footertemplate: filter must have event bind with some sort of ajax js redirect.
i'll need to retest all css nice look-and-feel thngs
- [x] like hover show delete icon
- [x] double click hide x icon and hide label with title, then it's enable input with value from label
- [ ] think if we can add sortable stuff.... #135
i need to test all features, that we have before
- [x] rename custom
- [x] rename ultimate
- [x] purchase
- [x] un-toggle
- [x] toggle-all
- [x] destroy / destroy all
- [x] IS ULTIMATE
<!--
If feature: A description of the feature
If bug: Steps to reproduce + link to sample repo
-->
# Expected result
<!--
Also, include actual results if bug
-->
# Additional information
| 1.0 | todo upd - # Description/Steps to reproduce
- [x] footertemplate: filter must have event bind with some sort of ajax js redirect.
i'll need to retest all css nice look-and-feel thngs
- [x] like hover show delete icon
- [x] double click hide x icon and hide label with title, then it's enable input with value from label
- [ ] think if we can add sortable stuff.... #135
i need to test all features, that we have before
- [x] rename custom
- [x] rename ultimate
- [x] purchase
- [x] un-toggle
- [x] toggle-all
- [x] destroy / destroy all
- [x] IS ULTIMATE
<!--
If feature: A description of the feature
If bug: Steps to reproduce + link to sample repo
-->
# Expected result
<!--
Also, include actual results if bug
-->
# Additional information
| priority | todo upd description steps to reproduce footertemplate filter must have event bind with some sort of ajax js redirect i ll need to retest all css nice look and feel thngs like hover show delete icon double click hide x icon and hide label with title then it s enable input with value from label think if we can add sortable stuff i need to test all features that we have before rename custom rename ultimate purchase un toggle toggle all destroy destroy all is ultimate if feature a description of the feature if bug steps to reproduce link to sample repo expected result also include actual results if bug additional information | 1 |
526,782 | 15,301,203,997 | IssuesEvent | 2021-02-24 13:19:48 | Prodigy-Hacking/ProdigyMathGameHacking | https://api.github.com/repos/Prodigy-Hacking/ProdigyMathGameHacking | closed | Question Hacks Menu glitch | Bug Priority: High WCM | ***Description***:
When i have a question to do, it doesn't show the hacks menu
***Replication***:
i don't understand
***Images***:
I don't have an image, but i've got a video
https://user-images.githubusercontent.com/75691900/108786345-3e579180-7528-11eb-82eb-f66e334a5e6e.mp4
***Additional Errors***:
| 1.0 | Question Hacks Menu glitch - ***Description***:
When i have a question to do, it doesn't show the hacks menu
***Replication***:
i don't understand
***Images***:
I don't have an image, but i've got a video
https://user-images.githubusercontent.com/75691900/108786345-3e579180-7528-11eb-82eb-f66e334a5e6e.mp4
***Additional Errors***:
| priority | question hacks menu glitch description when i have a question to do it doesn t show the hacks menu replication i don t understand images i don t have an image but i ve got a video additional errors | 1 |
33,397 | 2,764,671,069 | IssuesEvent | 2015-04-29 16:35:25 | jessykate/modernomad | https://api.github.com/repos/jessykate/modernomad | closed | html "today" emails | enhancement High Priority | would be a vast improvement and oft-requested user-facing feature. pictures are key! | 1.0 | html "today" emails - would be a vast improvement and oft-requested user-facing feature. pictures are key! | priority | html today emails would be a vast improvement and oft requested user facing feature pictures are key | 1 |
239,789 | 7,800,024,036 | IssuesEvent | 2018-06-09 03:37:25 | tine20/Tine-2.0-Open-Source-Groupware-and-CRM | https://api.github.com/repos/tine20/Tine-2.0-Open-Source-Groupware-and-CRM | closed | 0006800:
add message-id to notification mails | Mantis Tinebase high priority | **Reported by pschuele on 23 Jul 2012 07:26**
**Version:** Milan (2012.03.5)
add message-id to notification mails
| 1.0 | 0006800:
add message-id to notification mails - **Reported by pschuele on 23 Jul 2012 07:26**
**Version:** Milan (2012.03.5)
add message-id to notification mails
| priority | add message id to notification mails reported by pschuele on jul version milan add message id to notification mails | 1 |
797,957 | 28,210,559,034 | IssuesEvent | 2023-04-05 03:41:19 | AY2223S2-CS2103T-T12-2/tp | https://api.github.com/repos/AY2223S2-CS2103T-T12-2/tp | reopened | Remove a patient | type.Story priority.High | As a staff member, I want to remove a patient so that I can put the patient on hold or remove duplicate entries. | 1.0 | Remove a patient - As a staff member, I want to remove a patient so that I can put the patient on hold or remove duplicate entries. | priority | remove a patient as a staff member i want to remove a patient so that i can put the patient on hold or remove duplicate entries | 1 |
638,105 | 20,712,814,722 | IssuesEvent | 2022-03-12 06:23:45 | AY2122S2-CS2113T-T09-3/tp | https://api.github.com/repos/AY2122S2-CS2113T-T09-3/tp | closed | Implement addPatient method in Command class | type.Task priority.High | This addPatient method serves to do call for basic validity checking of the parameters given. The actual logic for validity checking will be in the Parser class. If the validity is okay, then this method will instantiate a new Patient instance using the Patient class constructor method to input details, into the PatientList. | 1.0 | Implement addPatient method in Command class - This addPatient method serves to do call for basic validity checking of the parameters given. The actual logic for validity checking will be in the Parser class. If the validity is okay, then this method will instantiate a new Patient instance using the Patient class constructor method to input details, into the PatientList. | priority | implement addpatient method in command class this addpatient method serves to do call for basic validity checking of the parameters given the actual logic for validity checking will be in the parser class if the validity is okay then this method will instantiate a new patient instance using the patient class constructor method to input details into the patientlist | 1 |
500,422 | 14,499,043,252 | IssuesEvent | 2020-12-11 16:14:17 | enso-org/ide | https://api.github.com/repos/enso-org/ide | closed | IDE is loosing visualizations | Priority: High Type: Bug | <!--
Please ensure that you are using the latest version of Enso IDE before reporting
the bug! It may have been fixed since.
-->
### General Summary
<!--
- Please include a high-level description of your bug here.
-->
Even if user has a visualisation on a node after closing, adding new node and reopening visualisation on previous node the value of visualisation is lost
### Steps to Reproduce
<!--
Please list the reproduction steps for your bug.
-->
add one node and open visualisation
close the visualisation
add another node
open visualisation on previous node
### Expected Result
<!--
- A description of the results you expected from the reproduction steps.
-->
visualization on previous node is available immediately
### Actual Result
<!--
- A description of what actually happens when you perform these steps.
- Please include any error output if relevant.
-->
visualisation is appearing after few seconds ~10
### Enso Version
<!--
- Please include the version of Enso IDE you are using here.
-->
core : 2.0.0-alpha.0
build : 100aac0
electron : 8.1.1
chrome : 80.0.3987.141 | 1.0 | IDE is loosing visualizations - <!--
Please ensure that you are using the latest version of Enso IDE before reporting
the bug! It may have been fixed since.
-->
### General Summary
<!--
- Please include a high-level description of your bug here.
-->
Even if user has a visualisation on a node after closing, adding new node and reopening visualisation on previous node the value of visualisation is lost
### Steps to Reproduce
<!--
Please list the reproduction steps for your bug.
-->
add one node and open visualisation
close the visualisation
add another node
open visualisation on previous node
### Expected Result
<!--
- A description of the results you expected from the reproduction steps.
-->
visualization on previous node is available immediately
### Actual Result
<!--
- A description of what actually happens when you perform these steps.
- Please include any error output if relevant.
-->
visualisation is appearing after few seconds ~10
### Enso Version
<!--
- Please include the version of Enso IDE you are using here.
-->
core : 2.0.0-alpha.0
build : 100aac0
electron : 8.1.1
chrome : 80.0.3987.141 | priority | ide is loosing visualizations please ensure that you are using the latest version of enso ide before reporting the bug it may have been fixed since general summary please include a high level description of your bug here even if user has a visualisation on a node after closing adding new node and reopening visualisation on previous node the value of visualisation is lost steps to reproduce please list the reproduction steps for your bug add one node and open visualisation close the visualisation add another node open visualisation on previous node expected result a description of the results you expected from the reproduction steps visualization on previous node is available immediately actual result a description of what actually happens when you perform these steps please include any error output if relevant visualisation is appearing after few seconds enso version please include the version of enso ide you are using here core alpha build electron chrome | 1 |
377,727 | 11,183,228,944 | IssuesEvent | 2019-12-31 12:17:31 | poanetwork/blockscout | https://api.github.com/repos/poanetwork/blockscout | closed | Logs and token transfers logic to use `pending_block_operations` approach | enhancement performance priority: high refactor | Migrate indexing of logs and token transfers logic to use `pending_block_operations` in order to increase the performance of Blockscout indexer | 1.0 | Logs and token transfers logic to use `pending_block_operations` approach - Migrate indexing of logs and token transfers logic to use `pending_block_operations` in order to increase the performance of Blockscout indexer | priority | logs and token transfers logic to use pending block operations approach migrate indexing of logs and token transfers logic to use pending block operations in order to increase the performance of blockscout indexer | 1 |
262,375 | 8,270,909,307 | IssuesEvent | 2018-09-16 00:56:23 | vlisna789/LisnaVargheesePortfolio | https://api.github.com/repos/vlisna789/LisnaVargheesePortfolio | closed | include section "What I learned " from this assignment | High Priority | include like a skills required kind of thing | 1.0 | include section "What I learned " from this assignment - include like a skills required kind of thing | priority | include section what i learned from this assignment include like a skills required kind of thing | 1 |
711,826 | 24,476,849,812 | IssuesEvent | 2022-10-08 09:21:38 | gladiaio/gladia | https://api.github.com/repos/gladiaio/gladia | closed | post route does not raise an error when clean_kwargs_based_on_router_inputs fail | type: bug good first issue priority: high status : confirmed | **Describe the bug**
<!-- A clear and concise description of what the bug is. -->
`clean_kwargs_based_on_router_inputs` returns three outputs :
1. `kwargs` : cleaned `kwargs`
2. `success` : wether or not the function call succeed
3. `error_message` : the error message to raise if `success` is `False.
When `success` is `False, the `post` route returns `get_error_reponse(400, error_message)`.
However even if `status_code` is set to `400`, the routes returns a `200` status code.
**Steps to reproduce**
<!--
Steps to reproduce the behaviour:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
-->
([cf](https://github.com/gladiaio/gladia/blob/main/src/api_utils/gladia_api_utils/submodules.py#L615-L616)) Replace:
```
if not success:
return get_error_reponse(400, error_message)
```
By:
```
if True:
return get_error_reponse(400, error_message)
```
**What's the expected behavior**
<!--A clear and concise description of what you expected to happen.-->
The route should returns a 400 status code with the appropriate error message.
| 1.0 | post route does not raise an error when clean_kwargs_based_on_router_inputs fail - **Describe the bug**
<!-- A clear and concise description of what the bug is. -->
`clean_kwargs_based_on_router_inputs` returns three outputs :
1. `kwargs` : cleaned `kwargs`
2. `success` : wether or not the function call succeed
3. `error_message` : the error message to raise if `success` is `False.
When `success` is `False, the `post` route returns `get_error_reponse(400, error_message)`.
However even if `status_code` is set to `400`, the routes returns a `200` status code.
**Steps to reproduce**
<!--
Steps to reproduce the behaviour:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
-->
([cf](https://github.com/gladiaio/gladia/blob/main/src/api_utils/gladia_api_utils/submodules.py#L615-L616)) Replace:
```
if not success:
return get_error_reponse(400, error_message)
```
By:
```
if True:
return get_error_reponse(400, error_message)
```
**What's the expected behavior**
<!--A clear and concise description of what you expected to happen.-->
The route should returns a 400 status code with the appropriate error message.
| priority | post route does not raise an error when clean kwargs based on router inputs fail describe the bug clean kwargs based on router inputs returns three outputs kwargs cleaned kwargs success wether or not the function call succeed error message the error message to raise if success is false when success is false the post route returns get error reponse error message however even if status code is set to the routes returns a status code steps to reproduce steps to reproduce the behaviour go to click on scroll down to see error replace if not success return get error reponse error message by if true return get error reponse error message what s the expected behavior the route should returns a status code with the appropriate error message | 1 |
616,762 | 19,320,251,994 | IssuesEvent | 2021-12-14 04:08:29 | pytorch/pytorch | https://api.github.com/repos/pytorch/pytorch | closed | torch.profiler.profile hangs on the first step | high priority module: cuda triaged oncall: profiler | ## ๐ Bug
I tried the torch.profiler tutorials with simple examples and everything seems to work just fine, but when I try to apply it to the `transformers` training loop with t5 model , `torch.profiler.profile` hangs on the first active cycle
```
with torch.profiler.profile(
schedule=torch.profiler.schedule(wait=1, warmup=1, active=1, repeat=1),
) as profiler:
for step, inputs in enumerate(epoch_iterator):
...
profiler.step()
```
It's a huge training loop and I still need to try to figure out to reduce it to a small example, but perhaps you have some ideas to try to overcome this. It might be easier to try and plug the model or the last layer directly into a basic training loop from the tutorial. I suspect the culprit is on the pytorch side as it hangs in `torch.embedding`.
The hanging happens inside:
```
outputs = model(**inputs)
```
and using py-spy I traced it to:
```
embedding (torch/nn/functional.py:2043)
forward (torch/nn/modules/sparse.py:158)
_call_impl (torch/nn/modules/module.py:1051)
forward (transformers/models/t5/modeling_t5.py:896)
_call_impl (torch/nn/modules/module.py:1051)
forward (transformers/models/t5/modeling_t5.py:1559)
_call_impl (torch/nn/modules/module.py:1051)
compute_loss (transformers/trainer.py:1799)
training_step (transformers/trainer.py:1767)
train (transformers/trainer.py:1273)
main (run_translation.py:522)
<module> (run_translation.py:602)
```
So the last call in `transformers` domain is:
https://github.com/huggingface/transformers/blob/700cee344691afc41f68aa18fedea463b22f95f1/src/transformers/models/t5/modeling_t5.py#L896
and finally it hangs at:
https://github.com/pytorch/pytorch/blob/c0b7c59e559c499db1b097191e404381ca1c35b6/torch/nn/functional.py#L2043
Thank you!
---
```
PyTorch version: 1.9.0+cu111
Is debug build: False
CUDA used to build PyTorch: 11.1
ROCM used to build PyTorch: N/A
OS: Ubuntu 20.04.2 LTS (x86_64)
GCC version: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Clang version: 10.0.0-4ubuntu1
CMake version: version 3.16.3
Libc version: glibc-2.31
Python version: 3.8 (64-bit runtime)
Python platform: Linux-5.4.0-73-generic-x86_64-with-glibc2.10
Is CUDA available: True
CUDA runtime version: 11.3.109
GPU models and configuration:
GPU 0: NVIDIA GeForce GTX 1070 Ti
GPU 1: NVIDIA GeForce RTX 3090
Nvidia driver version: 465.19.01
cuDNN version: Probably one of the following:
/usr/lib/x86_64-linux-gnu/libcudnn.so.7.6.5
/usr/lib/x86_64-linux-gnu/libcudnn.so.8.2.1
/usr/lib/x86_64-linux-gnu/libcudnn_adv_infer.so.8.2.1
/usr/lib/x86_64-linux-gnu/libcudnn_adv_train.so.8.2.1
/usr/lib/x86_64-linux-gnu/libcudnn_cnn_infer.so.8.2.1
/usr/lib/x86_64-linux-gnu/libcudnn_cnn_train.so.8.2.1
/usr/lib/x86_64-linux-gnu/libcudnn_ops_infer.so.8.2.1
/usr/lib/x86_64-linux-gnu/libcudnn_ops_train.so.8.2.1
HIP runtime version: N/A
MIOpen runtime version: N/A
Versions of relevant libraries:
[pip3] numpy==1.19.5
[pip3] torch==1.9.0+cu111
[pip3] torch-tb-profiler==0.2.0
[pip3] torchaudio==0.9.0
[pip3] torchvision==0.10.0+cu111
[conda] mkl 2021.2.0 h06a4308_296
[conda] numpy 1.19.5 pypi_0 pypi
[conda] torch 1.9.0+cu111 pypi_0 pypi
[conda] torch-tb-profiler 0.2.0 pypi_0 pypi
[conda] torchaudio 0.9.0 pypi_0 pypi
[conda] torchvision 0.10.0+cu111 pypi_0 pypi
```
cc @ezyang @gchanan @zou3519 @bdhirsh @jbschlosser @anjali411 @ngimel @ilia-cher @gdankel @bitfort @orionr @nbcsm @guotuofeng @guyang3532 @gaoteng-git | 1.0 | torch.profiler.profile hangs on the first step - ## ๐ Bug
I tried the torch.profiler tutorials with simple examples and everything seems to work just fine, but when I try to apply it to the `transformers` training loop with t5 model , `torch.profiler.profile` hangs on the first active cycle
```
with torch.profiler.profile(
schedule=torch.profiler.schedule(wait=1, warmup=1, active=1, repeat=1),
) as profiler:
for step, inputs in enumerate(epoch_iterator):
...
profiler.step()
```
It's a huge training loop and I still need to try to figure out to reduce it to a small example, but perhaps you have some ideas to try to overcome this. It might be easier to try and plug the model or the last layer directly into a basic training loop from the tutorial. I suspect the culprit is on the pytorch side as it hangs in `torch.embedding`.
The hanging happens inside:
```
outputs = model(**inputs)
```
and using py-spy I traced it to:
```
embedding (torch/nn/functional.py:2043)
forward (torch/nn/modules/sparse.py:158)
_call_impl (torch/nn/modules/module.py:1051)
forward (transformers/models/t5/modeling_t5.py:896)
_call_impl (torch/nn/modules/module.py:1051)
forward (transformers/models/t5/modeling_t5.py:1559)
_call_impl (torch/nn/modules/module.py:1051)
compute_loss (transformers/trainer.py:1799)
training_step (transformers/trainer.py:1767)
train (transformers/trainer.py:1273)
main (run_translation.py:522)
<module> (run_translation.py:602)
```
So the last call in `transformers` domain is:
https://github.com/huggingface/transformers/blob/700cee344691afc41f68aa18fedea463b22f95f1/src/transformers/models/t5/modeling_t5.py#L896
and finally it hangs at:
https://github.com/pytorch/pytorch/blob/c0b7c59e559c499db1b097191e404381ca1c35b6/torch/nn/functional.py#L2043
Thank you!
---
```
PyTorch version: 1.9.0+cu111
Is debug build: False
CUDA used to build PyTorch: 11.1
ROCM used to build PyTorch: N/A
OS: Ubuntu 20.04.2 LTS (x86_64)
GCC version: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Clang version: 10.0.0-4ubuntu1
CMake version: version 3.16.3
Libc version: glibc-2.31
Python version: 3.8 (64-bit runtime)
Python platform: Linux-5.4.0-73-generic-x86_64-with-glibc2.10
Is CUDA available: True
CUDA runtime version: 11.3.109
GPU models and configuration:
GPU 0: NVIDIA GeForce GTX 1070 Ti
GPU 1: NVIDIA GeForce RTX 3090
Nvidia driver version: 465.19.01
cuDNN version: Probably one of the following:
/usr/lib/x86_64-linux-gnu/libcudnn.so.7.6.5
/usr/lib/x86_64-linux-gnu/libcudnn.so.8.2.1
/usr/lib/x86_64-linux-gnu/libcudnn_adv_infer.so.8.2.1
/usr/lib/x86_64-linux-gnu/libcudnn_adv_train.so.8.2.1
/usr/lib/x86_64-linux-gnu/libcudnn_cnn_infer.so.8.2.1
/usr/lib/x86_64-linux-gnu/libcudnn_cnn_train.so.8.2.1
/usr/lib/x86_64-linux-gnu/libcudnn_ops_infer.so.8.2.1
/usr/lib/x86_64-linux-gnu/libcudnn_ops_train.so.8.2.1
HIP runtime version: N/A
MIOpen runtime version: N/A
Versions of relevant libraries:
[pip3] numpy==1.19.5
[pip3] torch==1.9.0+cu111
[pip3] torch-tb-profiler==0.2.0
[pip3] torchaudio==0.9.0
[pip3] torchvision==0.10.0+cu111
[conda] mkl 2021.2.0 h06a4308_296
[conda] numpy 1.19.5 pypi_0 pypi
[conda] torch 1.9.0+cu111 pypi_0 pypi
[conda] torch-tb-profiler 0.2.0 pypi_0 pypi
[conda] torchaudio 0.9.0 pypi_0 pypi
[conda] torchvision 0.10.0+cu111 pypi_0 pypi
```
cc @ezyang @gchanan @zou3519 @bdhirsh @jbschlosser @anjali411 @ngimel @ilia-cher @gdankel @bitfort @orionr @nbcsm @guotuofeng @guyang3532 @gaoteng-git | priority | torch profiler profile hangs on the first step ๐ bug i tried the torch profiler tutorials with simple examples and everything seems to work just fine but when i try to apply it to the transformers training loop with model torch profiler profile hangs on the first active cycle with torch profiler profile schedule torch profiler schedule wait warmup active repeat as profiler for step inputs in enumerate epoch iterator profiler step it s a huge training loop and i still need to try to figure out to reduce it to a small example but perhaps you have some ideas to try to overcome this it might be easier to try and plug the model or the last layer directly into a basic training loop from the tutorial i suspect the culprit is on the pytorch side as it hangs in torch embedding the hanging happens inside outputs model inputs and using py spy i traced it to embedding torch nn functional py forward torch nn modules sparse py call impl torch nn modules module py forward transformers models modeling py call impl torch nn modules module py forward transformers models modeling py call impl torch nn modules module py compute loss transformers trainer py training step transformers trainer py train transformers trainer py main run translation py run translation py so the last call in transformers domain is and finally it hangs at thank you pytorch version is debug build false cuda used to build pytorch rocm used to build pytorch n a os ubuntu lts gcc version ubuntu clang version cmake version version libc version glibc python version bit runtime python platform linux generic with is cuda available true cuda runtime version gpu models and configuration gpu nvidia geforce gtx ti gpu nvidia geforce rtx nvidia driver version cudnn version probably one of the following usr lib linux gnu libcudnn so usr lib linux gnu libcudnn so usr lib linux gnu libcudnn adv infer so usr lib linux gnu libcudnn adv train so usr lib linux gnu libcudnn cnn infer so usr lib linux gnu libcudnn cnn train so usr lib linux gnu libcudnn ops infer so usr lib linux gnu libcudnn ops train so hip runtime version n a miopen runtime version n a versions of relevant libraries numpy torch torch tb profiler torchaudio torchvision mkl numpy pypi pypi torch pypi pypi torch tb profiler pypi pypi torchaudio pypi pypi torchvision pypi pypi cc ezyang gchanan bdhirsh jbschlosser ngimel ilia cher gdankel bitfort orionr nbcsm guotuofeng gaoteng git | 1 |
168,453 | 6,375,859,393 | IssuesEvent | 2017-08-02 05:09:39 | tkh44/emotion | https://api.github.com/repos/tkh44/emotion | closed | composes work wrong with react | bug high priority | - `emotion` 5.2.0:
- `react` 15.4.2:
Relevant code.
```javascript
const priceItemTextStyle = css`
font-size: 1em;
font-weight: 100;
color: rgba(119, 119, 119, 1);
padding: 5px;
`
const Container = styled('div')`
composes: ${container};
align-items: flex-start;
height: 80px;
padding: 10px 0;
border-bottom: rgba(242, 242, 242, 1) solid 1px;
width: 100%;
`
```
What happened:
Style with compose dose not working all style in compose include in classname string on chrome developer tool.
result Now
class="css-1i4ec0a font-size: 1em;
font-weight: 100;
color: rgba(119, 119, 119, 1);
padding: 5px;"
Suggested solution:
I think a right way is compose style will be in style inline tag in html tag.
Thankyou | 1.0 | composes work wrong with react - - `emotion` 5.2.0:
- `react` 15.4.2:
Relevant code.
```javascript
const priceItemTextStyle = css`
font-size: 1em;
font-weight: 100;
color: rgba(119, 119, 119, 1);
padding: 5px;
`
const Container = styled('div')`
composes: ${container};
align-items: flex-start;
height: 80px;
padding: 10px 0;
border-bottom: rgba(242, 242, 242, 1) solid 1px;
width: 100%;
`
```
What happened:
Style with compose dose not working all style in compose include in classname string on chrome developer tool.
result Now
class="css-1i4ec0a font-size: 1em;
font-weight: 100;
color: rgba(119, 119, 119, 1);
padding: 5px;"
Suggested solution:
I think a right way is compose style will be in style inline tag in html tag.
Thankyou | priority | composes work wrong with react emotion react relevant code javascript const priceitemtextstyle css font size font weight color rgba padding const container styled div composes container align items flex start height padding border bottom rgba solid width what happened style with compose dose not working all style in compose include in classname string on chrome developer tool result now class css font size font weight color rgba padding suggested solution i think a right way is compose style will be in style inline tag in html tag thankyou | 1 |
45,223 | 2,921,110,751 | IssuesEvent | 2015-06-24 22:34:51 | vickychijwani/quill | https://api.github.com/repos/vickychijwani/quill | closed | Memory leak in WebViewFragment | bug help wanted high-priority | Steps to reproduce:
1. Open a post preview (the new WebView-based one)
2. Select some text
3. Tap back twice to come back to the post list
4. Open up the post again and watch LeakCanary dump a heap
Note:
- [x] Test fix on older Android versions (webkit vs chromium)
- [x] Merge BrowserActivity and WebViewFragment (or fix and test *both*)
----
Unfortunately the heap trace (below) is unhelpful:
```
me.vickychijwani.spectre D/LeakCanary๏น In me.vickychijwani.spectre:1.0:1.
* me.vickychijwani.spectre.view.PostViewActivity has leaked:
* GC ROOT org.chromium.content.browser.input.PopupTouchHandleDrawable.mContext
* leaks me.vickychijwani.spectre.view.PostViewActivity instance
* Reference Key: c5347412-4c57-49a2-9df7-9760955cedeb
* Device: LGE google Nexus 4 occam
* Android Version: 5.1.1 API: 22
* Durations: watch=5124ms, gc=162ms, heap dump=11630ms, analysis=43875ms
```
Maybe analyzing the [actual heap dump](https://www.dropbox.com/s/zodudiuacbctjcr/quill_issue_75.hprof?dl=0) will help. | 1.0 | Memory leak in WebViewFragment - Steps to reproduce:
1. Open a post preview (the new WebView-based one)
2. Select some text
3. Tap back twice to come back to the post list
4. Open up the post again and watch LeakCanary dump a heap
Note:
- [x] Test fix on older Android versions (webkit vs chromium)
- [x] Merge BrowserActivity and WebViewFragment (or fix and test *both*)
----
Unfortunately the heap trace (below) is unhelpful:
```
me.vickychijwani.spectre D/LeakCanary๏น In me.vickychijwani.spectre:1.0:1.
* me.vickychijwani.spectre.view.PostViewActivity has leaked:
* GC ROOT org.chromium.content.browser.input.PopupTouchHandleDrawable.mContext
* leaks me.vickychijwani.spectre.view.PostViewActivity instance
* Reference Key: c5347412-4c57-49a2-9df7-9760955cedeb
* Device: LGE google Nexus 4 occam
* Android Version: 5.1.1 API: 22
* Durations: watch=5124ms, gc=162ms, heap dump=11630ms, analysis=43875ms
```
Maybe analyzing the [actual heap dump](https://www.dropbox.com/s/zodudiuacbctjcr/quill_issue_75.hprof?dl=0) will help. | priority | memory leak in webviewfragment steps to reproduce open a post preview the new webview based one select some text tap back twice to come back to the post list open up the post again and watch leakcanary dump a heap note test fix on older android versions webkit vs chromium merge browseractivity and webviewfragment or fix and test both unfortunately the heap trace below is unhelpful me vickychijwani spectre d leakcanary๏น in me vickychijwani spectre me vickychijwani spectre view postviewactivity has leaked gc root org chromium content browser input popuptouchhandledrawable mcontext leaks me vickychijwani spectre view postviewactivity instance reference key device lge google nexus occam android version api durations watch gc heap dump analysis maybe analyzing the will help | 1 |
633,591 | 20,259,469,299 | IssuesEvent | 2022-02-15 05:09:49 | ballerina-platform/ballerina-standard-library | https://api.github.com/repos/ballerina-platform/ballerina-standard-library | closed | Ballerina `graphql:Listener` detach is not working properly | Points/1.5 Priority/High Type/Bug module/graphql Team/PCP | **Description:**
In a Ballerina `listener` we could attach multiple `service` objects as per the ballerina spec [1]. Hence, when detaching a service from a listener, the listener should be able to detach only that particular service.
When we attach a `graphql:Service` object to the `graphql:Listener`, it will create an HTTP service object and attach it to the underlying `http:Listener` [2]. And if we attach another `graphql:Service` to the same listener it will create another HTTP service and attach it to the underlying `http:Listener`.
But when we try to detach a previously attached `graphql:Service` from the `graphql:Listener`, it will only detach the latest HTTP service from the underlying `http:Service` [3]
This is an issue when we dynamically attach and detach multiple `graphql:Service` in `graphql:Listener`.
[1] - [https://ballerina.io/ballerina-spec/spec.html#listeners_and_services](https://ballerina.io/ballerina-spec/spec.html#listeners_and_services)
[2] - [https://github.com/ballerina-platform/module-ballerina-graphql/blob/164c519bc12f4923c57441fc36cc59b31773f861/ballerina/listener.bal#L59](https://github.com/ballerina-platform/module-ballerina-graphql/blob/164c519bc12f4923c57441fc36cc59b31773f861/ballerina/listener.bal#L59)
[3] - [https://github.com/ballerina-platform/module-ballerina-graphql/blob/164c519bc12f4923c57441fc36cc59b31773f861/ballerina/listener.bal#L73](https://github.com/ballerina-platform/module-ballerina-graphql/blob/164c519bc12f4923c57441fc36cc59b31773f861/ballerina/listener.bal#L73)
**Affected Versions:**
* SL Beta 3
**OS, DB, other environment details and versions:**
* Ubuntu 20.04 LTS
| 1.0 | Ballerina `graphql:Listener` detach is not working properly - **Description:**
In a Ballerina `listener` we could attach multiple `service` objects as per the ballerina spec [1]. Hence, when detaching a service from a listener, the listener should be able to detach only that particular service.
When we attach a `graphql:Service` object to the `graphql:Listener`, it will create an HTTP service object and attach it to the underlying `http:Listener` [2]. And if we attach another `graphql:Service` to the same listener it will create another HTTP service and attach it to the underlying `http:Listener`.
But when we try to detach a previously attached `graphql:Service` from the `graphql:Listener`, it will only detach the latest HTTP service from the underlying `http:Service` [3]
This is an issue when we dynamically attach and detach multiple `graphql:Service` in `graphql:Listener`.
[1] - [https://ballerina.io/ballerina-spec/spec.html#listeners_and_services](https://ballerina.io/ballerina-spec/spec.html#listeners_and_services)
[2] - [https://github.com/ballerina-platform/module-ballerina-graphql/blob/164c519bc12f4923c57441fc36cc59b31773f861/ballerina/listener.bal#L59](https://github.com/ballerina-platform/module-ballerina-graphql/blob/164c519bc12f4923c57441fc36cc59b31773f861/ballerina/listener.bal#L59)
[3] - [https://github.com/ballerina-platform/module-ballerina-graphql/blob/164c519bc12f4923c57441fc36cc59b31773f861/ballerina/listener.bal#L73](https://github.com/ballerina-platform/module-ballerina-graphql/blob/164c519bc12f4923c57441fc36cc59b31773f861/ballerina/listener.bal#L73)
**Affected Versions:**
* SL Beta 3
**OS, DB, other environment details and versions:**
* Ubuntu 20.04 LTS
| priority | ballerina graphql listener detach is not working properly description in a ballerina listener we could attach multiple service objects as per the ballerina spec hence when detaching a service from a listener the listener should be able to detach only that particular service when we attach a graphql service object to the graphql listener it will create an http service object and attach it to the underlying http listener and if we attach another graphql service to the same listener it will create another http service and attach it to the underlying http listener but when we try to detach a previously attached graphql service from the graphql listener it will only detach the latest http service from the underlying http service this is an issue when we dynamically attach and detach multiple graphql service in graphql listener affected versions sl beta os db other environment details and versions ubuntu lts | 1 |
727,896 | 25,049,947,203 | IssuesEvent | 2022-11-05 19:04:03 | GRIS-UdeM/SpatGRIS | https://api.github.com/repos/GRIS-UdeM/SpatGRIS | closed | Attenuation Settings: Ajoรปt d'un interrupteur On/Off | Enhancement High priority | V317
Les rรฉglages de Attenuation Settings ne sont pas sauvegardรฉs dans le Projet. Tant et aussi longtemps qu'on laisse SpatGRIS3 ouvert, les mรชmes rรฉglages s'appliquent ร tous les projets que l'on ouvre.
Cependant si on change ces rรฉglages pour un projet ouvert, et qu'on veut ensuite ouvrir un autre projet, SpatGRIS3 nous demande si on veut sauvegarder les changements. Si on sauve le projet ouvert, qu'on change les rรฉglages et qu'on le rouvre, ce sont les rรฉglages en cours qui sont utilisรฉs et non pas ceux qui sont supposรฉment sauvegardรฉs. Cette situation peut-รชtre embรชtante en situation de concert, car si un utilisateur utilise des rรฉglages trรจs marquรฉs, la piรจce suivante du concert peut en รชtre fortement altรฉrรฉe. De fait c'est comme cela qu'on s'est aperรงu de ce bogue la semaine derniรจre.

Une note ร ce sujet: les Attenuation Settings ont fait partie pendant un certain des Settings gรฉnรฉraux (carte de son, Fe, Buffer, etc.). On avait dรฉcidรฉ de les sortir de lร car dans les faits ils appartiennent aux projets. Il semble qu'il y ait un lien qui se soit perdu dans le changement.
| 1.0 | Attenuation Settings: Ajoรปt d'un interrupteur On/Off - V317
Les rรฉglages de Attenuation Settings ne sont pas sauvegardรฉs dans le Projet. Tant et aussi longtemps qu'on laisse SpatGRIS3 ouvert, les mรชmes rรฉglages s'appliquent ร tous les projets que l'on ouvre.
Cependant si on change ces rรฉglages pour un projet ouvert, et qu'on veut ensuite ouvrir un autre projet, SpatGRIS3 nous demande si on veut sauvegarder les changements. Si on sauve le projet ouvert, qu'on change les rรฉglages et qu'on le rouvre, ce sont les rรฉglages en cours qui sont utilisรฉs et non pas ceux qui sont supposรฉment sauvegardรฉs. Cette situation peut-รชtre embรชtante en situation de concert, car si un utilisateur utilise des rรฉglages trรจs marquรฉs, la piรจce suivante du concert peut en รชtre fortement altรฉrรฉe. De fait c'est comme cela qu'on s'est aperรงu de ce bogue la semaine derniรจre.

Une note ร ce sujet: les Attenuation Settings ont fait partie pendant un certain des Settings gรฉnรฉraux (carte de son, Fe, Buffer, etc.). On avait dรฉcidรฉ de les sortir de lร car dans les faits ils appartiennent aux projets. Il semble qu'il y ait un lien qui se soit perdu dans le changement.
| priority | attenuation settings ajoรปt d un interrupteur on off les rรฉglages de attenuation settings ne sont pas sauvegardรฉs dans le projet tant et aussi longtemps qu on laisse ouvert les mรชmes rรฉglages s appliquent ร tous les projets que l on ouvre cependant si on change ces rรฉglages pour un projet ouvert et qu on veut ensuite ouvrir un autre projet nous demande si on veut sauvegarder les changements si on sauve le projet ouvert qu on change les rรฉglages et qu on le rouvre ce sont les rรฉglages en cours qui sont utilisรฉs et non pas ceux qui sont supposรฉment sauvegardรฉs cette situation peut รชtre embรชtante en situation de concert car si un utilisateur utilise des rรฉglages trรจs marquรฉs la piรจce suivante du concert peut en รชtre fortement altรฉrรฉe de fait c est comme cela qu on s est aperรงu de ce bogue la semaine derniรจre une note ร ce sujet les attenuation settings ont fait partie pendant un certain des settings gรฉnรฉraux carte de son fe buffer etc on avait dรฉcidรฉ de les sortir de lร car dans les faits ils appartiennent aux projets il semble qu il y ait un lien qui se soit perdu dans le changement | 1 |
243,326 | 7,856,299,985 | IssuesEvent | 2018-06-21 07:02:38 | onaio/onadata | https://api.github.com/repos/onaio/onadata | closed | Support exporting labels for selects in the data | API Enhancement Module: Exports Priority: High Size: Medium (2-3) | # Export select choices with their name or labels
Add an boolean export parameter `show_choice_labels` that will accept `true` or `false`. This option will allow the labels of choices to be included in the submission data being exported. There are two possibilities:
1. For each row where there is a choice was selected the user will see the label of the choice instead of the choice itself.
2. We add an extra column, 'field_name:label' that will include the label of the choice in the 'field_name'.
Given the XLSForm:
| survey |
| | type | name | label |
| | select one fruits | fruit | Fruit |
| | | | |
| choices | list name | name | label |
| | fruits | 1 | Mango |
| | fruits | 2 | Orange |
| | fruits | 3 | Apple |
The export currently will look like:
| fruit | meta/instanceID |
| 2 | a1234567890abcd |
| 1 | b1234567789efgh |
With the export parameter `show_choice_labes=true` then we have the same export as:
| fruit | meta/instanceID |
| Orange | a1234567890abcd |
| Mango | b1234567789efgh |
For select multiple questions:
| survey |
| | type | name | label |
| | select_multiple fruits | fruit | Fruit |
| | | | |
| choices | list name | name | label |
| | fruits | 1 | Mango |
| | fruits | 2 | Orange |
| | fruits | 3 | Apple |
The export currently will look like:
| fruit | meta/instanceID |
| 1 2 | a1234567890ijkl |
| 2 3 | b1234567789mnop |
With the export parameter `show_choice_labes=true` then we have the same export as:
| fruit | meta/instanceID |
| Mango Orange | a1234567890ijkl |
| Orange Apple | b1234567789mnop |
For select multiple questions where the parameter `value_select_multiples` is `true` and `split_select_multiples` is also true, the export will be as:
| fruit | fruit/1 | fruit/2 | fruit/3 | meta/instanceID |
| 1 2 | Mango | Orange | | a1234567890ijkl |
| 2 3 | | Orange | Apple | b1234567789mnop |
With `include_labels=true`:
| fruit | fruit/Mango | fruit/Orange | fruit/Apple | meta/instanceID |
| 1 2 | Mango | Orange | | a1234567890ijkl |
| 2 3 | | Orange | Apple | b1234567789mnop |
## Ref
- https://github.com/onaio/onadata/blob/export-import-features/docs/proposals/export-labels-for-selects.md
- https://github.com/onaio/onadata/issues/1421 | 1.0 | Support exporting labels for selects in the data - # Export select choices with their name or labels
Add an boolean export parameter `show_choice_labels` that will accept `true` or `false`. This option will allow the labels of choices to be included in the submission data being exported. There are two possibilities:
1. For each row where there is a choice was selected the user will see the label of the choice instead of the choice itself.
2. We add an extra column, 'field_name:label' that will include the label of the choice in the 'field_name'.
Given the XLSForm:
| survey |
| | type | name | label |
| | select one fruits | fruit | Fruit |
| | | | |
| choices | list name | name | label |
| | fruits | 1 | Mango |
| | fruits | 2 | Orange |
| | fruits | 3 | Apple |
The export currently will look like:
| fruit | meta/instanceID |
| 2 | a1234567890abcd |
| 1 | b1234567789efgh |
With the export parameter `show_choice_labes=true` then we have the same export as:
| fruit | meta/instanceID |
| Orange | a1234567890abcd |
| Mango | b1234567789efgh |
For select multiple questions:
| survey |
| | type | name | label |
| | select_multiple fruits | fruit | Fruit |
| | | | |
| choices | list name | name | label |
| | fruits | 1 | Mango |
| | fruits | 2 | Orange |
| | fruits | 3 | Apple |
The export currently will look like:
| fruit | meta/instanceID |
| 1 2 | a1234567890ijkl |
| 2 3 | b1234567789mnop |
With the export parameter `show_choice_labes=true` then we have the same export as:
| fruit | meta/instanceID |
| Mango Orange | a1234567890ijkl |
| Orange Apple | b1234567789mnop |
For select multiple questions where the parameter `value_select_multiples` is `true` and `split_select_multiples` is also true, the export will be as:
| fruit | fruit/1 | fruit/2 | fruit/3 | meta/instanceID |
| 1 2 | Mango | Orange | | a1234567890ijkl |
| 2 3 | | Orange | Apple | b1234567789mnop |
With `include_labels=true`:
| fruit | fruit/Mango | fruit/Orange | fruit/Apple | meta/instanceID |
| 1 2 | Mango | Orange | | a1234567890ijkl |
| 2 3 | | Orange | Apple | b1234567789mnop |
## Ref
- https://github.com/onaio/onadata/blob/export-import-features/docs/proposals/export-labels-for-selects.md
- https://github.com/onaio/onadata/issues/1421 | priority | support exporting labels for selects in the data export select choices with their name or labels add an boolean export parameter show choice labels that will accept true or false this option will allow the labels of choices to be included in the submission data being exported there are two possibilities for each row where there is a choice was selected the user will see the label of the choice instead of the choice itself we add an extra column field name label that will include the label of the choice in the field name given the xlsform survey type name label select one fruits fruit fruit choices list name name label fruits mango fruits orange fruits apple the export currently will look like fruit meta instanceid with the export parameter show choice labes true then we have the same export as fruit meta instanceid orange mango for select multiple questions survey type name label select multiple fruits fruit fruit choices list name name label fruits mango fruits orange fruits apple the export currently will look like fruit meta instanceid with the export parameter show choice labes true then we have the same export as fruit meta instanceid mango orange orange apple for select multiple questions where the parameter value select multiples is true and split select multiples is also true the export will be as fruit fruit fruit fruit meta instanceid mango orange orange apple with include labels true fruit fruit mango fruit orange fruit apple meta instanceid mango orange orange apple ref | 1 |
489,644 | 14,109,247,544 | IssuesEvent | 2020-11-06 19:14:20 | bitrise-io/bumblebee | https://api.github.com/repos/bitrise-io/bumblebee | opened | Epic: Determine which tools Bumblebee will implement | Category: Planning Priority: High Status: Pending | ### Description:
Determine which tools Bumblebee will implement.
#### Corresponding Issues
- [ ] Task: Talk with support and sales team to determine which tools they want => #114.
- [ ] Task: Talk with Optimus Prime team to determine which tools we can implement => #115.
- [ ] Task: Update roadmap to include which tools are going to be implemented => #116.
### Implemented in:
N/A | 1.0 | Epic: Determine which tools Bumblebee will implement - ### Description:
Determine which tools Bumblebee will implement.
#### Corresponding Issues
- [ ] Task: Talk with support and sales team to determine which tools they want => #114.
- [ ] Task: Talk with Optimus Prime team to determine which tools we can implement => #115.
- [ ] Task: Update roadmap to include which tools are going to be implemented => #116.
### Implemented in:
N/A | priority | epic determine which tools bumblebee will implement description determine which tools bumblebee will implement corresponding issues task talk with support and sales team to determine which tools they want task talk with optimus prime team to determine which tools we can implement task update roadmap to include which tools are going to be implemented implemented in n a | 1 |
769,984 | 27,024,844,959 | IssuesEvent | 2023-02-11 13:14:58 | aseprite/Attachment-System | https://api.github.com/repos/aseprite/Attachment-System | closed | Attachment Placement | feature high priority | Ability to assign:
- [x] one reference/pivot point to each tile/attachment
- [x] several anchor point to the parent tile/attachment
- [x] assign anchor <-> reference point connection
- [ ] #52
- [x] put anchor points in the canvas one per frame/tile
- [x] a way to display/mark missing reference point per tile in the main window
- [x] navigating through different tiles of the attachment should align the tile with the reference point automatically (e.g. navigation with arrow keys + enter to change the attachment/tile) | 1.0 | Attachment Placement - Ability to assign:
- [x] one reference/pivot point to each tile/attachment
- [x] several anchor point to the parent tile/attachment
- [x] assign anchor <-> reference point connection
- [ ] #52
- [x] put anchor points in the canvas one per frame/tile
- [x] a way to display/mark missing reference point per tile in the main window
- [x] navigating through different tiles of the attachment should align the tile with the reference point automatically (e.g. navigation with arrow keys + enter to change the attachment/tile) | priority | attachment placement ability to assign one reference pivot point to each tile attachment several anchor point to the parent tile attachment assign anchor reference point connection put anchor points in the canvas one per frame tile a way to display mark missing reference point per tile in the main window navigating through different tiles of the attachment should align the tile with the reference point automatically e g navigation with arrow keys enter to change the attachment tile | 1 |
102,422 | 4,155,669,372 | IssuesEvent | 2016-06-16 15:33:47 | larsiusprime/tdrpg-bugs | https://api.github.com/repos/larsiusprime/tdrpg-bugs | closed | Change resolution crash | 1 bug DQ CORE Priority HIGH Tricky | All video options grayed out and clicking full screen generates error message:
Error! Scale must be positive &>0! (Scale was = 0)
Deluxe game, full version on windows 10 | 1.0 | Change resolution crash - All video options grayed out and clicking full screen generates error message:
Error! Scale must be positive &>0! (Scale was = 0)
Deluxe game, full version on windows 10 | priority | change resolution crash all video options grayed out and clicking full screen generates error message error scale must be positive scale was deluxe game full version on windows | 1 |
608,199 | 18,817,690,773 | IssuesEvent | 2021-11-10 02:28:45 | CaKellum/CreatorMediaClubs_iOS | https://api.github.com/repos/CaKellum/CreatorMediaClubs_iOS | opened | Create Member side UI | High Priority Standard Priority UI Only | Create the UIs for the Member side of the app
#### Acceptance Criteria
the uis match the look and feel of the wire frames described in the [meta repo](https://github.com/CaKellum/CreatorMediaClubs)
| 2.0 | Create Member side UI - Create the UIs for the Member side of the app
#### Acceptance Criteria
the uis match the look and feel of the wire frames described in the [meta repo](https://github.com/CaKellum/CreatorMediaClubs)
| priority | create member side ui create the uis for the member side of the app acceptance criteria the uis match the look and feel of the wire frames described in the | 1 |
716,520 | 24,637,586,905 | IssuesEvent | 2022-10-17 09:08:47 | HaDuve/TravelCostNative | https://api.github.com/repos/HaDuve/TravelCostNative | closed | Fix the Date Picker timezone and date range | Bug Enhancement 1 - High Priority Backend Frontend | Also adjust the backend representation where necessary.
- [x] #33
- [x] ~~Country (https://github.com/xcarpentier/react-native-country-picker-modal)~~ (suspended for now)
- [x] Currency (https://github.com/alien9996/react-native-currency-picker)
- [x] Date Picker for ManageExpense
still open:
- [x] date bug (adjust to timezones or potentially be 1 day off )
- [x] range pick should duplicate/splitup? the cost into the future
this looks like the best lib:
~~https://github.com/react-native-picker/picker~~
https://www.npmjs.com/package/react-native-neat-date-picker
### For Managed Workflow users using Expo 37
This component is not supported in the managed workflow for expo sdk 37. Please import the Picker from react-native (https://reactnative.dev/docs/0.65/picker). See more info https://github.com/react-native-picker/picker/issues/45#issuecomment-633163973 | 1.0 | Fix the Date Picker timezone and date range - Also adjust the backend representation where necessary.
- [x] #33
- [x] ~~Country (https://github.com/xcarpentier/react-native-country-picker-modal)~~ (suspended for now)
- [x] Currency (https://github.com/alien9996/react-native-currency-picker)
- [x] Date Picker for ManageExpense
still open:
- [x] date bug (adjust to timezones or potentially be 1 day off )
- [x] range pick should duplicate/splitup? the cost into the future
this looks like the best lib:
~~https://github.com/react-native-picker/picker~~
https://www.npmjs.com/package/react-native-neat-date-picker
### For Managed Workflow users using Expo 37
This component is not supported in the managed workflow for expo sdk 37. Please import the Picker from react-native (https://reactnative.dev/docs/0.65/picker). See more info https://github.com/react-native-picker/picker/issues/45#issuecomment-633163973 | priority | fix the date picker timezone and date range also adjust the backend representation where necessary country suspended for now currency date picker for manageexpense still open date bug adjust to timezones or potentially be day off range pick should duplicate splitup the cost into the future this looks like the best lib for managed workflow users using expo this component is not supported in the managed workflow for expo sdk please import the picker from react native see more info | 1 |
616,775 | 19,320,668,919 | IssuesEvent | 2021-12-14 04:56:54 | WordPress/openverse-frontend | https://api.github.com/repos/WordPress/openverse-frontend | opened | Author link navigates inside the iframe and fails to render | ๐ง priority: high ๐ฆ status: awaiting triage ๐ goal: fix ๐น aspect: interface | ## Description
<!-- Concisely describe the bug. -->
Clicking the author name on an image navigates the iframe to the resource, which will fail for some providers like Flickr
## Reproduction
<!-- Provide detailed steps to reproduce the bug. -->
1. Visit https://wordpress.org/openverse/photos/f2f10f6a-7079-4b2d-bb3f-c764e5b2d7bf
2. Click the author name under the title: "fractalx"
3. Note that the iframe will now render a browser error page.
## Expectation
<!-- Concisely describe what you expected to happen. -->
I guess the only thing we can really do is open a new tab, because we can't guarantee that providers will work inside of iframes ๐คท
## Screenshots
<!-- Add screenshots to show the problem; or delete the section entirely. -->
<img width="2032" alt="Captura de Tela 2021-12-13 aฬs 20 56 35" src="https://user-images.githubusercontent.com/24264157/145935673-ff5a94d9-ca9e-40c8-93fe-e466c3805528.png">
## Resolution
<!-- Replace the [ ] with [x] to check the box. -->
- [ ] ๐ I would be interested in resolving this bug.
| 1.0 | Author link navigates inside the iframe and fails to render - ## Description
<!-- Concisely describe the bug. -->
Clicking the author name on an image navigates the iframe to the resource, which will fail for some providers like Flickr
## Reproduction
<!-- Provide detailed steps to reproduce the bug. -->
1. Visit https://wordpress.org/openverse/photos/f2f10f6a-7079-4b2d-bb3f-c764e5b2d7bf
2. Click the author name under the title: "fractalx"
3. Note that the iframe will now render a browser error page.
## Expectation
<!-- Concisely describe what you expected to happen. -->
I guess the only thing we can really do is open a new tab, because we can't guarantee that providers will work inside of iframes ๐คท
## Screenshots
<!-- Add screenshots to show the problem; or delete the section entirely. -->
<img width="2032" alt="Captura de Tela 2021-12-13 aฬs 20 56 35" src="https://user-images.githubusercontent.com/24264157/145935673-ff5a94d9-ca9e-40c8-93fe-e466c3805528.png">
## Resolution
<!-- Replace the [ ] with [x] to check the box. -->
- [ ] ๐ I would be interested in resolving this bug.
| priority | author link navigates inside the iframe and fails to render description clicking the author name on an image navigates the iframe to the resource which will fail for some providers like flickr reproduction visit click the author name under the title fractalx note that the iframe will now render a browser error page expectation i guess the only thing we can really do is open a new tab because we can t guarantee that providers will work inside of iframes ๐คท screenshots img width alt captura de tela aฬs src resolution ๐ i would be interested in resolving this bug | 1 |
812,669 | 30,346,947,515 | IssuesEvent | 2023-07-11 16:02:04 | PrefectHQ/prefect | https://api.github.com/repos/PrefectHQ/prefect | closed | Kubernetes Infrastructure doesn't handle KubernetesJob OOMs | bug status:accepted priority:high | ### First check
- [X] I added a descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the Prefect documentation for this issue.
- [X] I checked that this issue is related to Prefect and not one of its dependencies.
### Bug summary
After `KubernetesJob` infrastructure creates a Kubernetes `Job`, it starts to [`_watch_job()`](https://github.com/PrefectHQ/prefect/blob/main/src/prefect/infrastructure/kubernetes.py#L592-L596) to get its final status code.
It does this by watching k8s events for the job [waiting for the one with `status.completion_time` set](https://github.com/PrefectHQ/prefect/blob/main/src/prefect/infrastructure/kubernetes.py#L672-L678):
```py
for event in watch.stream(
func=batch_client.list_namespaced_job,
field_selector=f"metadata.name={job_name}",
namespace=self.namespace,
**timeout_seconds,
):
if event["object"].status.completion_time:
```
However, in case the flow code runs over allocated memory and its container gets OOMKilled, the corresponding pod is killed too. The job will attempt to re-create a new pod a few ([6, `job.backoffLimit`](https://kubernetes.io/docs/concepts/workloads/controllers/job/#pod-backoff-failure-policy)) times.
Job controller will eventually give up and fail the Kubernetes Job with the status like:
```yaml
status:
conditions:
- lastProbeTime: "2023-05-18T23:30:47Z"
lastTransitionTime: "2023-05-18T23:30:47Z"
message: Job has reached the specified backoff limit
reason: BackoffLimitExceeded
status: "True"
type: Failed
failed: 7
ready: 0
startTime: "2023-05-18T23:27:43Z"
uncountedTerminatedPods: {}
```
No further events for the job will be produced. Since the `KubernetesJob` infrastructure is still waiting for `event["object"].status.completion_time`, it's now stuck. The flow run in the UI/Server is also forever stuck as "Running".
### Reproduction
```python3
Any flow with `KubernetesJob` infrastructure that consumes lots of memory in its @flow function.
```
### Error
_No response_
### Versions
```Text
$ prefect version Version: 2.10.9
API version: 0.8.4
Python version: 3.8.6
Git commit: 1655c1fa
Built: Thu, May 11, 2023 2:29 PM
OS/Arch: linux/x86_64
Profile: default
Server type: server
```
### Additional context
_No response_ | 1.0 | Kubernetes Infrastructure doesn't handle KubernetesJob OOMs - ### First check
- [X] I added a descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the Prefect documentation for this issue.
- [X] I checked that this issue is related to Prefect and not one of its dependencies.
### Bug summary
After `KubernetesJob` infrastructure creates a Kubernetes `Job`, it starts to [`_watch_job()`](https://github.com/PrefectHQ/prefect/blob/main/src/prefect/infrastructure/kubernetes.py#L592-L596) to get its final status code.
It does this by watching k8s events for the job [waiting for the one with `status.completion_time` set](https://github.com/PrefectHQ/prefect/blob/main/src/prefect/infrastructure/kubernetes.py#L672-L678):
```py
for event in watch.stream(
func=batch_client.list_namespaced_job,
field_selector=f"metadata.name={job_name}",
namespace=self.namespace,
**timeout_seconds,
):
if event["object"].status.completion_time:
```
However, in case the flow code runs over allocated memory and its container gets OOMKilled, the corresponding pod is killed too. The job will attempt to re-create a new pod a few ([6, `job.backoffLimit`](https://kubernetes.io/docs/concepts/workloads/controllers/job/#pod-backoff-failure-policy)) times.
Job controller will eventually give up and fail the Kubernetes Job with the status like:
```yaml
status:
conditions:
- lastProbeTime: "2023-05-18T23:30:47Z"
lastTransitionTime: "2023-05-18T23:30:47Z"
message: Job has reached the specified backoff limit
reason: BackoffLimitExceeded
status: "True"
type: Failed
failed: 7
ready: 0
startTime: "2023-05-18T23:27:43Z"
uncountedTerminatedPods: {}
```
No further events for the job will be produced. Since the `KubernetesJob` infrastructure is still waiting for `event["object"].status.completion_time`, it's now stuck. The flow run in the UI/Server is also forever stuck as "Running".
### Reproduction
```python3
Any flow with `KubernetesJob` infrastructure that consumes lots of memory in its @flow function.
```
### Error
_No response_
### Versions
```Text
$ prefect version Version: 2.10.9
API version: 0.8.4
Python version: 3.8.6
Git commit: 1655c1fa
Built: Thu, May 11, 2023 2:29 PM
OS/Arch: linux/x86_64
Profile: default
Server type: server
```
### Additional context
_No response_ | priority | kubernetes infrastructure doesn t handle kubernetesjob ooms first check i added a descriptive title to this issue i used the github search to find a similar issue and didn t find it i searched the prefect documentation for this issue i checked that this issue is related to prefect and not one of its dependencies bug summary after kubernetesjob infrastructure creates a kubernetes job it starts to to get its final status code it does this by watching events for the job py for event in watch stream func batch client list namespaced job field selector f metadata name job name namespace self namespace timeout seconds if event status completion time however in case the flow code runs over allocated memory and its container gets oomkilled the corresponding pod is killed too the job will attempt to re create a new pod a few times job controller will eventually give up and fail the kubernetes job with the status like yaml status conditions lastprobetime lasttransitiontime message job has reached the specified backoff limit reason backofflimitexceeded status true type failed failed ready starttime uncountedterminatedpods no further events for the job will be produced since the kubernetesjob infrastructure is still waiting for event status completion time it s now stuck the flow run in the ui server is also forever stuck as running reproduction any flow with kubernetesjob infrastructure that consumes lots of memory in its flow function error no response versions text prefect version version api version python version git commit built thu may pm os arch linux profile default server type server additional context no response | 1 |
616,045 | 19,292,571,608 | IssuesEvent | 2021-12-12 02:47:01 | JuniorUdale/MoreFluff | https://api.github.com/repos/JuniorUdale/MoreFluff | closed | Rework Starpocalypse | High Priority | It should randomize statuses, sure. But:
- [ ] there's a lot more statuses than the ones you posted
- [ ] it should work for all visible ones (as well as invisible stashes)
- [ ] should probably also work when curse?d | 1.0 | Rework Starpocalypse - It should randomize statuses, sure. But:
- [ ] there's a lot more statuses than the ones you posted
- [ ] it should work for all visible ones (as well as invisible stashes)
- [ ] should probably also work when curse?d | priority | rework starpocalypse it should randomize statuses sure but there s a lot more statuses than the ones you posted it should work for all visible ones as well as invisible stashes should probably also work when curse d | 1 |
472,443 | 13,624,729,699 | IssuesEvent | 2020-09-24 08:29:35 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | m.facebook.com - desktop site instead of mobile site | browser-fenix engine-gecko ml-needsdiagnosis-false ml-probability-high priority-critical | <!-- @browser: Google -->
<!-- @ua_header: Mozilla/5.0 (Android 8.1.0; Mobile; rv:70.0) Gecko/70.0 Firefox/70.0 -->
<!-- @reported_with: unknown -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/58729 -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://m.facebook.com/idโ
**Browser / Version**: Google
**Operating System**: wep
**Tested Another Browser**: Yes Other
**Problem type**: Desktop site instead of mobile site
**Description**: Desktop site instead of mobile site
**Steps to Reproduce**:
Mm20082016@yahoo.
com
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with โค๏ธ_ | 1.0 | m.facebook.com - desktop site instead of mobile site - <!-- @browser: Google -->
<!-- @ua_header: Mozilla/5.0 (Android 8.1.0; Mobile; rv:70.0) Gecko/70.0 Firefox/70.0 -->
<!-- @reported_with: unknown -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/58729 -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://m.facebook.com/idโ
**Browser / Version**: Google
**Operating System**: wep
**Tested Another Browser**: Yes Other
**Problem type**: Desktop site instead of mobile site
**Description**: Desktop site instead of mobile site
**Steps to Reproduce**:
Mm20082016@yahoo.
com
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with โค๏ธ_ | priority | m facebook com desktop site instead of mobile site url browser version google operating system wep tested another browser yes other problem type desktop site instead of mobile site description desktop site instead of mobile site steps to reproduce yahoo com browser configuration none from with โค๏ธ | 1 |
208,010 | 7,135,055,404 | IssuesEvent | 2018-01-22 23:08:33 | theishiopian/ForageCraft | https://api.github.com/repos/theishiopian/ForageCraft | closed | Unforseen cascading worldgen lag | Confirmed Issue Contributions Welcome High Priority Investigating | I don't even know where this came from. Probably from the update of Forge. | 1.0 | Unforseen cascading worldgen lag - I don't even know where this came from. Probably from the update of Forge. | priority | unforseen cascading worldgen lag i don t even know where this came from probably from the update of forge | 1 |
223,680 | 7,459,721,356 | IssuesEvent | 2018-03-30 16:32:20 | TerraFusion/basicFusion | https://api.github.com/repos/TerraFusion/basicFusion | opened | Backup input granules | High Priority | 1. Start transferring MOD03 files right now from condo to BW scratch if that's all left for MODIS.
2. Start transferring year 2015 input granules(for all five instruments) from condo to nearline since we don't have any copy for year 2015.
3. Wait until next Monday(April 2nd) to see if we need to transfer MISR files from condo to BW scratch or from condo to nearline. No matter which route to go, we need to start from the second half mission. | 1.0 | Backup input granules - 1. Start transferring MOD03 files right now from condo to BW scratch if that's all left for MODIS.
2. Start transferring year 2015 input granules(for all five instruments) from condo to nearline since we don't have any copy for year 2015.
3. Wait until next Monday(April 2nd) to see if we need to transfer MISR files from condo to BW scratch or from condo to nearline. No matter which route to go, we need to start from the second half mission. | priority | backup input granules start transferring files right now from condo to bw scratch if that s all left for modis start transferring year input granules for all five instruments from condo to nearline since we don t have any copy for year wait until next monday april to see if we need to transfer misr files from condo to bw scratch or from condo to nearline no matter which route to go we need to start from the second half mission | 1 |
535,772 | 15,698,361,322 | IssuesEvent | 2021-03-26 06:42:07 | python-discord/site | https://api.github.com/repos/python-discord/site | closed | Dewikification: Make an app to serve guides | area: backend level: 1 - intermediate priority: 1 - high | **Remember to target the `dewikification` branch with this pull request**
Create a new Django app that will serve guides.
This app will have a folder full of markdown files with guide content, and will render those markdown files dynamically depending on the url. Something like `pythondiscord.com/guides/<markdown_file_name>` will navigate to a page displaying all the content in the correct markdown file. These markdown files should be GitHub-flavored markdown.
## What should a page like this look like?
Well, it should look like one of our current guides.

Basically just a navbar, breadcrumbs, the content of the markdown file, and a footer. | 1.0 | Dewikification: Make an app to serve guides - **Remember to target the `dewikification` branch with this pull request**
Create a new Django app that will serve guides.
This app will have a folder full of markdown files with guide content, and will render those markdown files dynamically depending on the url. Something like `pythondiscord.com/guides/<markdown_file_name>` will navigate to a page displaying all the content in the correct markdown file. These markdown files should be GitHub-flavored markdown.
## What should a page like this look like?
Well, it should look like one of our current guides.

Basically just a navbar, breadcrumbs, the content of the markdown file, and a footer. | priority | dewikification make an app to serve guides remember to target the dewikification branch with this pull request create a new django app that will serve guides this app will have a folder full of markdown files with guide content and will render those markdown files dynamically depending on the url something like pythondiscord com guides will navigate to a page displaying all the content in the correct markdown file these markdown files should be github flavored markdown what should a page like this look like well it should look like one of our current guides basically just a navbar breadcrumbs the content of the markdown file and a footer | 1 |
145,813 | 5,582,190,833 | IssuesEvent | 2017-03-28 20:39:55 | CS2103JAN2017-W09-B3/main | https://api.github.com/repos/CS2103JAN2017-W09-B3/main | closed | As a user I want to search incomplete tasks by date or date range | priority.high type.epic type.story | so that I can check tasks due on a certain day or within a time frame. | 1.0 | As a user I want to search incomplete tasks by date or date range - so that I can check tasks due on a certain day or within a time frame. | priority | as a user i want to search incomplete tasks by date or date range so that i can check tasks due on a certain day or within a time frame | 1 |
705,221 | 24,226,642,882 | IssuesEvent | 2022-09-26 14:52:19 | adanvdo/YT-RED-UI | https://api.github.com/repos/adanvdo/YT-RED-UI | closed | Add Audio/Video Conversion to Re-Downloads | enhancement implemented High Priority | see #107
Apply any audio-video conversion options to re-downloaded files. | 1.0 | Add Audio/Video Conversion to Re-Downloads - see #107
Apply any audio-video conversion options to re-downloaded files. | priority | add audio video conversion to re downloads see apply any audio video conversion options to re downloaded files | 1 |
816,003 | 30,583,165,640 | IssuesEvent | 2023-07-21 11:18:49 | alcides/GeneticEngine | https://api.github.com/repos/alcides/GeneticEngine | closed | PRNG is not fixing the seed. | bug High Priority | Running the same program twice with the same seeds results in different behaviour! | 1.0 | PRNG is not fixing the seed. - Running the same program twice with the same seeds results in different behaviour! | priority | prng is not fixing the seed running the same program twice with the same seeds results in different behaviour | 1 |
118,345 | 4,734,528,986 | IssuesEvent | 2016-10-19 14:27:56 | ProjectSidewalk/SidewalkWebpage | https://api.github.com/repos/ProjectSidewalk/SidewalkWebpage | opened | Example Text for Object in Path Wrong | EasyFix! Priority: High | Currently: 'sidewalk blocking light pole'
Should be: 'light pole blocking sidewalk'

Who wants it? @Soben713 or @manaswis?
| 1.0 | Example Text for Object in Path Wrong - Currently: 'sidewalk blocking light pole'
Should be: 'light pole blocking sidewalk'

Who wants it? @Soben713 or @manaswis?
| priority | example text for object in path wrong currently sidewalk blocking light pole should be light pole blocking sidewalk who wants it or manaswis | 1 |
630,111 | 20,086,883,213 | IssuesEvent | 2022-02-05 04:48:12 | gama-platform/gama | https://api.github.com/repos/gama-platform/gama | closed | Facet Camera location Broken | ๐ฑ Bug ๐ฅ Display OpenGL Priority High | **Describe the bug**
Copy a camera location facet and past it in any display
e.g
`````
camera_location: {267.3999,449.0795,744.0471} camera_target: {267.3999,449.0665,0} camera_orientation: {0.0,1.0,0.0}
`````
**Expected behavior**
Working
**Screenshots**
<img width="754" alt="Screenshot 2022-01-25 at 08 21 00" src="https://user-images.githubusercontent.com/3928502/150929745-189bc51c-d882-4fdf-a63c-93739fa68351.png">
**Desktop (please complete the following information):**
- Mac OS
- Gama 1.8.2 last realeae
**Additional context**
Add any other context about the problem here.
| 1.0 | Facet Camera location Broken - **Describe the bug**
Copy a camera location facet and past it in any display
e.g
`````
camera_location: {267.3999,449.0795,744.0471} camera_target: {267.3999,449.0665,0} camera_orientation: {0.0,1.0,0.0}
`````
**Expected behavior**
Working
**Screenshots**
<img width="754" alt="Screenshot 2022-01-25 at 08 21 00" src="https://user-images.githubusercontent.com/3928502/150929745-189bc51c-d882-4fdf-a63c-93739fa68351.png">
**Desktop (please complete the following information):**
- Mac OS
- Gama 1.8.2 last realeae
**Additional context**
Add any other context about the problem here.
| priority | facet camera location broken describe the bug copy a camera location facet and past it in any display e g camera location camera target camera orientation expected behavior working screenshots img width alt screenshot at src desktop please complete the following information mac os gama last realeae additional context add any other context about the problem here | 1 |
760,843 | 26,658,391,959 | IssuesEvent | 2023-01-25 18:47:07 | department-of-veterans-affairs/va.gov-team | https://api.github.com/repos/department-of-veterans-affairs/va.gov-team | closed | remove dependence on apivore | high priority platform-cop-backend platform-cop | ## Problem Statement
How do we remove our dependency on apivore? It is no longer maintained and doesn't support Rails 6.
## Objectives
* Use only gems that support upgrading our system
---
## Tasks
- [ ] Review/Maintain test coverage provided from using apivore
## Acceptance Criteria
- [ ] no longer dependent on apivore
| 1.0 | remove dependence on apivore - ## Problem Statement
How do we remove our dependency on apivore? It is no longer maintained and doesn't support Rails 6.
## Objectives
* Use only gems that support upgrading our system
---
## Tasks
- [ ] Review/Maintain test coverage provided from using apivore
## Acceptance Criteria
- [ ] no longer dependent on apivore
| priority | remove dependence on apivore problem statement how do we remove our dependency on apivore it is no longer maintained and doesn t support rails objectives use only gems that support upgrading our system tasks review maintain test coverage provided from using apivore acceptance criteria no longer dependent on apivore | 1 |
585,789 | 17,534,203,195 | IssuesEvent | 2021-08-12 03:29:11 | TerriaJS/catalog-converter | https://api.github.com/repos/TerriaJS/catalog-converter | closed | Make the cli script runnable with npx | high priority | We probably just have to add
```json
{
...
"bin": "dist/cli.js",
...
}
```
or whatever the cli compiles as to package.json
And then add the hash-bang to that script: `#!/usr/bin/env node`, possibly with a [`banner`](https://rollupjs.org/guide/en/#outputbanneroutputfooter) | 1.0 | Make the cli script runnable with npx - We probably just have to add
```json
{
...
"bin": "dist/cli.js",
...
}
```
or whatever the cli compiles as to package.json
And then add the hash-bang to that script: `#!/usr/bin/env node`, possibly with a [`banner`](https://rollupjs.org/guide/en/#outputbanneroutputfooter) | priority | make the cli script runnable with npx we probably just have to add json bin dist cli js or whatever the cli compiles as to package json and then add the hash bang to that script usr bin env node possibly with a | 1 |
424,189 | 12,307,187,672 | IssuesEvent | 2020-05-12 03:47:12 | Normal-OJ/pyShare-be | https://api.github.com/repos/Normal-OJ/pyShare-be | opened | POST comment GOT 500 | HIGH PRIORITY bug | Just a regular post
a student from course A, posted a comment at course B
```
[2020-05-12 03:45:04 +0000] [7] [DEBUG] POST /comment
[2020-05-12 03:45:04 +0000] [7] [ERROR] Exception on /comment [POST]
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 2447, in wsgi_app
response = self.full_dispatch_request()
File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1952, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1821, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/usr/local/lib/python3.8/site-packages/flask/_compat.py", line 39, in reraise
raise value
File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1950, in full_dispatch_request
rv = self.dispatch_request()
File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1936, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/app/model/utils/request.py", line 54, in wrapper
return func(*args, **kwargs)
File "/app/model/auth.py", line 46, in wrapper
return func(*args, **kwargs)
File "/app/model/utils/request.py", line 54, in wrapper
return func(*args, **kwargs)
File "/app/model/comment.py", line 34, in create_comment
comment = Comment.add_to_problem(
File "/app/mongo/comment.py", line 165, in add_to_problem
submission.submit()
File "/app/mongo/submission.py", line 125, in submit
token = Token(self.SANDBOX_TOKEN).assign(self.id)
File "/app/mongo/submission.py", line 63, in assign
self._client.set(submission_id, self.val, ex=600)
File "/usr/local/lib/python3.8/site-packages/redis/client.py", line 1801, in set
return self.execute_command('SET', *pieces)
File "/usr/local/lib/python3.8/site-packages/redis/client.py", line 901, in execute_command
return self.parse_response(conn, command_name, **options)
File "/usr/local/lib/python3.8/site-packages/redis/client.py", line 915, in parse_response
response = connection.read_response()
File "/usr/local/lib/python3.8/site-packages/redis/connection.py", line 747, in read_response
raise response
redis.exceptions.ResponseError: MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.
``` | 1.0 | POST comment GOT 500 - Just a regular post
a student from course A, posted a comment at course B
```
[2020-05-12 03:45:04 +0000] [7] [DEBUG] POST /comment
[2020-05-12 03:45:04 +0000] [7] [ERROR] Exception on /comment [POST]
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 2447, in wsgi_app
response = self.full_dispatch_request()
File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1952, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1821, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/usr/local/lib/python3.8/site-packages/flask/_compat.py", line 39, in reraise
raise value
File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1950, in full_dispatch_request
rv = self.dispatch_request()
File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1936, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/app/model/utils/request.py", line 54, in wrapper
return func(*args, **kwargs)
File "/app/model/auth.py", line 46, in wrapper
return func(*args, **kwargs)
File "/app/model/utils/request.py", line 54, in wrapper
return func(*args, **kwargs)
File "/app/model/comment.py", line 34, in create_comment
comment = Comment.add_to_problem(
File "/app/mongo/comment.py", line 165, in add_to_problem
submission.submit()
File "/app/mongo/submission.py", line 125, in submit
token = Token(self.SANDBOX_TOKEN).assign(self.id)
File "/app/mongo/submission.py", line 63, in assign
self._client.set(submission_id, self.val, ex=600)
File "/usr/local/lib/python3.8/site-packages/redis/client.py", line 1801, in set
return self.execute_command('SET', *pieces)
File "/usr/local/lib/python3.8/site-packages/redis/client.py", line 901, in execute_command
return self.parse_response(conn, command_name, **options)
File "/usr/local/lib/python3.8/site-packages/redis/client.py", line 915, in parse_response
response = connection.read_response()
File "/usr/local/lib/python3.8/site-packages/redis/connection.py", line 747, in read_response
raise response
redis.exceptions.ResponseError: MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.
``` | priority | post comment got just a regular post a student from course a posted a comment at course b post comment exception on comment traceback most recent call last file usr local lib site packages flask app py line in wsgi app response self full dispatch request file usr local lib site packages flask app py line in full dispatch request rv self handle user exception e file usr local lib site packages flask app py line in handle user exception reraise exc type exc value tb file usr local lib site packages flask compat py line in reraise raise value file usr local lib site packages flask app py line in full dispatch request rv self dispatch request file usr local lib site packages flask app py line in dispatch request return self view functions req view args file app model utils request py line in wrapper return func args kwargs file app model auth py line in wrapper return func args kwargs file app model utils request py line in wrapper return func args kwargs file app model comment py line in create comment comment comment add to problem file app mongo comment py line in add to problem submission submit file app mongo submission py line in submit token token self sandbox token assign self id file app mongo submission py line in assign self client set submission id self val ex file usr local lib site packages redis client py line in set return self execute command set pieces file usr local lib site packages redis client py line in execute command return self parse response conn command name options file usr local lib site packages redis client py line in parse response response connection read response file usr local lib site packages redis connection py line in read response raise response redis exceptions responseerror misconf redis is configured to save rdb snapshots but it is currently not able to persist on disk commands that may modify the data set are disabled because this instance is configured to report errors during writes if rdb snapshotting fails stop writes on bgsave error option please check the redis logs for details about the rdb error | 1 |
323,856 | 9,879,638,072 | IssuesEvent | 2019-06-24 10:30:26 | geosolutions-it/sciadro-backend | https://api.github.com/repos/geosolutions-it/sciadro-backend | closed | Mission modified date missing in model | Backend Priority: High Project: C098 SCIADRO | The modified date attribute is currently missing in the model and should be added | 1.0 | Mission modified date missing in model - The modified date attribute is currently missing in the model and should be added | priority | mission modified date missing in model the modified date attribute is currently missing in the model and should be added | 1 |
374,732 | 11,094,618,463 | IssuesEvent | 2019-12-16 06:55:10 | RaenonX/Jelly-Bot | https://api.github.com/repos/RaenonX/Jelly-Bot | opened | Timer notification on timed up | bug high-priority task | Send message notification on timer timed up. Similar to the mechanism of notifying.
Send email notification as above. May need a scheduler to send it actively. Will somehow similar to #53. | 1.0 | Timer notification on timed up - Send message notification on timer timed up. Similar to the mechanism of notifying.
Send email notification as above. May need a scheduler to send it actively. Will somehow similar to #53. | priority | timer notification on timed up send message notification on timer timed up similar to the mechanism of notifying send email notification as above may need a scheduler to send it actively will somehow similar to | 1 |
29,110 | 2,713,640,592 | IssuesEvent | 2015-04-09 20:29:57 | nickpaventi/culligan-diy | https://api.github.com/repos/nickpaventi/culligan-diy | opened | Home [Mobile]: Header text needs adjustment | High Priority | There's an in-line style adding a large amount of padding and needs to be removed
``<div class="half-background-image" style="padding-left: 84px;">``
 | 1.0 | Home [Mobile]: Header text needs adjustment - There's an in-line style adding a large amount of padding and needs to be removed
``<div class="half-background-image" style="padding-left: 84px;">``
 | priority | home header text needs adjustment there s an in line style adding a large amount of padding and needs to be removed | 1 |
654,703 | 21,660,025,603 | IssuesEvent | 2022-05-06 18:06:28 | nyu-dh/nyu-dh.github.io | https://api.github.com/repos/nyu-dh/nyu-dh.github.io | closed | Finish content for Get Involved page | content high priority | This needs to be completed before section styling can begin. (#33)
See: https://nyu-dh.github.io/get-involved/ | 1.0 | Finish content for Get Involved page - This needs to be completed before section styling can begin. (#33)
See: https://nyu-dh.github.io/get-involved/ | priority | finish content for get involved page this needs to be completed before section styling can begin see | 1 |
605,422 | 18,735,000,084 | IssuesEvent | 2021-11-04 05:44:21 | AY2122S1-CS2103T-F11-2/tp | https://api.github.com/repos/AY2122S1-CS2103T-F11-2/tp | closed | [PE-D] 'delete' command deletes 2 different contacts even if the 2 index numbers passed in are the same | bug priority.High mustfix | For instance, when the delete command `delete 1 1` is keyed in, the first 2 contacts are deleted although the user might have accidentally typed in the additional 1 and never meant for the 2nd contact to be deleted. So perhaps you could ignore the next index number if it is the same as the earlier index number?
Below are the before and after screenshots:


Both `Irfan` and `Roy` were deleted though `Irfan` was the only contact meant to be deleted.
<!--session: 1635494472828-159cc945-f63b-403a-8a97-f19da2cf1423--><!--Version: Web v3.4.1-->
-------------
Labels: `type.FunctionalityBug` `severity.Medium`
original: Preshita01/ped#6 | 1.0 | [PE-D] 'delete' command deletes 2 different contacts even if the 2 index numbers passed in are the same - For instance, when the delete command `delete 1 1` is keyed in, the first 2 contacts are deleted although the user might have accidentally typed in the additional 1 and never meant for the 2nd contact to be deleted. So perhaps you could ignore the next index number if it is the same as the earlier index number?
Below are the before and after screenshots:


Both `Irfan` and `Roy` were deleted though `Irfan` was the only contact meant to be deleted.
<!--session: 1635494472828-159cc945-f63b-403a-8a97-f19da2cf1423--><!--Version: Web v3.4.1-->
-------------
Labels: `type.FunctionalityBug` `severity.Medium`
original: Preshita01/ped#6 | priority | delete command deletes different contacts even if the index numbers passed in are the same for instance when the delete command delete is keyed in the first contacts are deleted although the user might have accidentally typed in the additional and never meant for the contact to be deleted so perhaps you could ignore the next index number if it is the same as the earlier index number below are the before and after screenshots both irfan and roy were deleted though irfan was the only contact meant to be deleted labels type functionalitybug severity medium original ped | 1 |
747,956 | 26,102,551,547 | IssuesEvent | 2022-12-27 09:05:31 | bounswe/bounswe2022group9 | https://api.github.com/repos/bounswe/bounswe2022group9 | closed | [Mobile] Text Annotations | Priority: High Research Mobile | On the page where the details of the art item are shown, we want to make it possible for the user to mark the parts that the user is more interested in in the text sections of the art item's description. To do exactly this, the react-text-annotate package needs to be tested.
Deadline : 23.12.2022 , Friday 20.00 | 1.0 | [Mobile] Text Annotations - On the page where the details of the art item are shown, we want to make it possible for the user to mark the parts that the user is more interested in in the text sections of the art item's description. To do exactly this, the react-text-annotate package needs to be tested.
Deadline : 23.12.2022 , Friday 20.00 | priority | text annotations on the page where the details of the art item are shown we want to make it possible for the user to mark the parts that the user is more interested in in the text sections of the art item s description to do exactly this the react text annotate package needs to be tested deadline friday | 1 |
593,045 | 17,936,746,996 | IssuesEvent | 2021-09-10 16:16:32 | bcgov/platform-services-registry | https://api.github.com/repos/bcgov/platform-services-registry | opened | Create separate resource quotas for CPU/RAM and Storage | high priority app-development | At this moment CPU/RAM and Storage resources in Openshift 4 Platform are all bundled together into resource quota as described [here](https://developer.gov.bc.ca/Project-Resource-Quotas-in-BC-Gov's-PaaS-(Openshift-4-Platform)). However, it became obvious that CPU and storage resource needs for projects are not correlated as often projects need an increase in just one resource category.
We need to split the CPU/RAM/Storage resource quotas into the CPU/RAM and Storage resource quotas and enable projects to request an increase in either quota separately.
DoD:
- Support for CPU/RAM and Storage quotas (the amount of resources in each small/medium/large quota size will stay the same) is added to the Project Registry and in the provisioner. Teams are able to request increase either in CPU/RAM resource category or Storage separately. | 1.0 | Create separate resource quotas for CPU/RAM and Storage - At this moment CPU/RAM and Storage resources in Openshift 4 Platform are all bundled together into resource quota as described [here](https://developer.gov.bc.ca/Project-Resource-Quotas-in-BC-Gov's-PaaS-(Openshift-4-Platform)). However, it became obvious that CPU and storage resource needs for projects are not correlated as often projects need an increase in just one resource category.
We need to split the CPU/RAM/Storage resource quotas into the CPU/RAM and Storage resource quotas and enable projects to request an increase in either quota separately.
DoD:
- Support for CPU/RAM and Storage quotas (the amount of resources in each small/medium/large quota size will stay the same) is added to the Project Registry and in the provisioner. Teams are able to request increase either in CPU/RAM resource category or Storage separately. | priority | create separate resource quotas for cpu ram and storage at this moment cpu ram and storage resources in openshift platform are all bundled together into resource quota as described however it became obvious that cpu and storage resource needs for projects are not correlated as often projects need an increase in just one resource category we need to split the cpu ram storage resource quotas into the cpu ram and storage resource quotas and enable projects to request an increase in either quota separately dod support for cpu ram and storage quotas the amount of resources in each small medium large quota size will stay the same is added to the project registry and in the provisioner teams are able to request increase either in cpu ram resource category or storage separately | 1 |
387,468 | 11,462,100,059 | IssuesEvent | 2020-02-07 13:28:31 | frontity/frontity | https://api.github.com/repos/frontity/frontity | closed | Frontity shows `&` when ampersand is used in a title | bug priority: high | **_Bug report_**
- [X] I've searched for existing issues
- [X] I've checked documentation: https://docs.frontity.org
- [X] I've checked community forum: https://community.frontity.org
**Describe the expected behavior**
If I use an ampersand in one category of my WordPress, it should display the character `&` instead of `&`.
**Describe the observed behavior**
Frontity is displaying `&` in both twentytwenty-theme and mars-theme for the category `Business & Marketing`.
**twentytwenty-theme**
<img width="1026" alt="Screen Shot 2020-01-17 at 08 23 21" src="https://user-images.githubusercontent.com/34552881/72603756-ed836b80-3919-11ea-9342-a869a6cfc5d8.png">
**mars-theme**

| 1.0 | Frontity shows `&` when ampersand is used in a title - **_Bug report_**
- [X] I've searched for existing issues
- [X] I've checked documentation: https://docs.frontity.org
- [X] I've checked community forum: https://community.frontity.org
**Describe the expected behavior**
If I use an ampersand in one category of my WordPress, it should display the character `&` instead of `&`.
**Describe the observed behavior**
Frontity is displaying `&` in both twentytwenty-theme and mars-theme for the category `Business & Marketing`.
**twentytwenty-theme**
<img width="1026" alt="Screen Shot 2020-01-17 at 08 23 21" src="https://user-images.githubusercontent.com/34552881/72603756-ed836b80-3919-11ea-9342-a869a6cfc5d8.png">
**mars-theme**

| priority | frontity shows amp when ampersand is used in a title bug report i ve searched for existing issues i ve checked documentation i ve checked community forum describe the expected behavior if i use an ampersand in one category of my wordpress it should display the character instead of amp describe the observed behavior frontity is displaying amp in both twentytwenty theme and mars theme for the category business marketing twentytwenty theme img width alt screen shot at src mars theme | 1 |
498,861 | 14,434,847,840 | IssuesEvent | 2020-12-07 07:49:35 | ballerina-platform/ballerina-lang | https://api.github.com/repos/ballerina-platform/ballerina-lang | closed | BALO creation should happen after tests are executed | Component/ProjectAPI Priority/High Team/DevTools | **Description:**
As per the current implementation, the BALO creation takes place before running tests. This has to be corrected to run tests first and if all the tests are passing, then create the BALO followed by the executable. | 1.0 | BALO creation should happen after tests are executed - **Description:**
As per the current implementation, the BALO creation takes place before running tests. This has to be corrected to run tests first and if all the tests are passing, then create the BALO followed by the executable. | priority | balo creation should happen after tests are executed description as per the current implementation the balo creation takes place before running tests this has to be corrected to run tests first and if all the tests are passing then create the balo followed by the executable | 1 |
534,027 | 15,607,685,084 | IssuesEvent | 2021-03-19 09:40:37 | Sequel-Ace/Sequel-Ace | https://api.github.com/repos/Sequel-Ace/Sequel-Ace | closed | SSH Password auth Connection Fails on macOS <= 10.13 (due to lack of SwiftStandardLibraries) | Bug Highest Priority Need More Info |

<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Please fill out ALL ITEMS in the bug report. We simply can't fix bugs if we don't have all the information -->
- Sequel Ace Version (3.1.0 3013):
- Sequel Ace Source (App Store):
- macOS Version:10.13.6 (17G4015)
- Processor Type (2.6 GHz Intel Core i7):
- MySQL Version: 5.8
**Description**
I just downloaded the update from app store and I can no longer access any database that uses an SSH password. Other databases that use an rsa key for SSH work fine
**Additional Context**
I've tried connecting through favorites and through quick connect, both throw out the same error. Able to connect directly via terminal
**Related Issues**
https://github.com/Sequel-Ace/Sequel-Ace/issues/755
| 1.0 | SSH Password auth Connection Fails on macOS <= 10.13 (due to lack of SwiftStandardLibraries) -

<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Please fill out ALL ITEMS in the bug report. We simply can't fix bugs if we don't have all the information -->
- Sequel Ace Version (3.1.0 3013):
- Sequel Ace Source (App Store):
- macOS Version:10.13.6 (17G4015)
- Processor Type (2.6 GHz Intel Core i7):
- MySQL Version: 5.8
**Description**
I just downloaded the update from app store and I can no longer access any database that uses an SSH password. Other databases that use an rsa key for SSH work fine
**Additional Context**
I've tried connecting through favorites and through quick connect, both throw out the same error. Able to connect directly via terminal
**Related Issues**
https://github.com/Sequel-Ace/Sequel-Ace/issues/755
| priority | ssh password auth connection fails on macos due to lack of swiftstandardlibraries sequel ace version sequel ace source app store macos version processor type ghz intel core mysql version description i just downloaded the update from app store and i can no longer access any database that uses an ssh password other databases that use an rsa key for ssh work fine additional context i ve tried connecting through favorites and through quick connect both throw out the same error able to connect directly via terminal related issues | 1 |
346,832 | 10,420,447,886 | IssuesEvent | 2019-09-16 00:32:15 | crux-toolkit/crux-toolkit | https://api.github.com/repos/crux-toolkit/crux-toolkit | opened | sample in tutorial gives 0 PSMs | High priority bug crux-users | A user pointed out on crux-users that if you run the example from the tutorial here:
http://crux.ms/tutorials/search.html
then you get zero PSMs from Percolator. I suspect that this is because of the recent changes to Tide's default parameters. (OTOH, in the release notes I see no mention of those changes, so maybe they never made it into the trunk?) We should figure out the source of the problem and perhaps just use a more up-to-date data file.
| 1.0 | sample in tutorial gives 0 PSMs - A user pointed out on crux-users that if you run the example from the tutorial here:
http://crux.ms/tutorials/search.html
then you get zero PSMs from Percolator. I suspect that this is because of the recent changes to Tide's default parameters. (OTOH, in the release notes I see no mention of those changes, so maybe they never made it into the trunk?) We should figure out the source of the problem and perhaps just use a more up-to-date data file.
| priority | sample in tutorial gives psms a user pointed out on crux users that if you run the example from the tutorial here then you get zero psms from percolator i suspect that this is because of the recent changes to tide s default parameters otoh in the release notes i see no mention of those changes so maybe they never made it into the trunk we should figure out the source of the problem and perhaps just use a more up to date data file | 1 |
286,653 | 8,791,349,984 | IssuesEvent | 2018-12-21 12:21:59 | wso2/product-sp | https://api.github.com/repos/wso2/product-sp | closed | Siddhi http-response source does not support chunked responses | Priority/High Severity/Major Type/Improvement | **Description:**
When Siddhi `http-response` is used with a long-polling endpoint (which returns chunked content), the source waits until it receives the whole content. This will not work with long polling endpoint. Hence when the source receives each chunk, it should start the process simultaneously. | 1.0 | Siddhi http-response source does not support chunked responses - **Description:**
When Siddhi `http-response` is used with a long-polling endpoint (which returns chunked content), the source waits until it receives the whole content. This will not work with long polling endpoint. Hence when the source receives each chunk, it should start the process simultaneously. | priority | siddhi http response source does not support chunked responses description when siddhi http response is used with a long polling endpoint which returns chunked content the source waits until it receives the whole content this will not work with long polling endpoint hence when the source receives each chunk it should start the process simultaneously | 1 |
154,533 | 5,920,694,855 | IssuesEvent | 2017-05-22 20:54:59 | elsevier-core-engineering/replicator | https://api.github.com/repos/elsevier-core-engineering/replicator | closed | Migrate Consul Configuration Parameters To Top-Level Parameters | high-priority | **Description**
As we introduce new features that integrate with Consul such as mutex locking and persistent state, we need to move the configuration parameters `consul_key_location` and `consul_token` from the `job_scaling` section to top-level configuration parameters.
This is related to and blocking #83, #32 and #86. | 1.0 | Migrate Consul Configuration Parameters To Top-Level Parameters - **Description**
As we introduce new features that integrate with Consul such as mutex locking and persistent state, we need to move the configuration parameters `consul_key_location` and `consul_token` from the `job_scaling` section to top-level configuration parameters.
This is related to and blocking #83, #32 and #86. | priority | migrate consul configuration parameters to top level parameters description as we introduce new features that integrate with consul such as mutex locking and persistent state we need to move the configuration parameters consul key location and consul token from the job scaling section to top level configuration parameters this is related to and blocking and | 1 |
693,910 | 23,794,329,512 | IssuesEvent | 2022-09-02 17:44:46 | az-digital/az_quickstart | https://api.github.com/repos/az-digital/az_quickstart | closed | Maintain version reference in az_quickstart.info.yml | enhancement ci high priority | ## Problem/Motivation
The `version` [property of az_quickstart.info.yml](https://github.com/az-digital/az_quickstart/blob/main/az_quickstart.info.yml#L4) is currently set to `0.0.1`.
The value is displayed in the Drupal install UI and in the site status report and is confusing to developers and site builders.
## Proposed resolution
We should update this value and also add steps to our release workflow(s) to update this value automatically each time we create new releases.
## Screenshots


## Additional context
We used to do something similar in D7 Quickstart (see our old [release.sh script](https://bitbucket.org/ua_drupal/ua_quickstart/src/b6f173f04f28c85ccbd32d08b9611c5b2af50986/release.sh#lines-102:118)).
| 1.0 | Maintain version reference in az_quickstart.info.yml - ## Problem/Motivation
The `version` [property of az_quickstart.info.yml](https://github.com/az-digital/az_quickstart/blob/main/az_quickstart.info.yml#L4) is currently set to `0.0.1`.
The value is displayed in the Drupal install UI and in the site status report and is confusing to developers and site builders.
## Proposed resolution
We should update this value and also add steps to our release workflow(s) to update this value automatically each time we create new releases.
## Screenshots


## Additional context
We used to do something similar in D7 Quickstart (see our old [release.sh script](https://bitbucket.org/ua_drupal/ua_quickstart/src/b6f173f04f28c85ccbd32d08b9611c5b2af50986/release.sh#lines-102:118)).
| priority | maintain version reference in az quickstart info yml problem motivation the version is currently set to the value is displayed in the drupal install ui and in the site status report and is confusing to developers and site builders proposed resolution we should update this value and also add steps to our release workflow s to update this value automatically each time we create new releases screenshots additional context we used to do something similar in quickstart see our old | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.