Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1
value | created_at stringlengths 19 19 | repo stringlengths 5 112 | repo_url stringlengths 34 141 | action stringclasses 3
values | title stringlengths 1 957 | labels stringlengths 4 795 | body stringlengths 1 259k | index stringclasses 12
values | text_combine stringlengths 96 259k | label stringclasses 2
values | text stringlengths 96 252k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
580,183 | 17,212,115,915 | IssuesEvent | 2021-07-19 06:42:05 | lewisjwilson/kmj | https://api.github.com/repos/lewisjwilson/kmj | opened | Include more details | Medium Priority enhancement | Especially Alternative readings, parts of speech, more definitions per word | 1.0 | Include more details - Especially Alternative readings, parts of speech, more definitions per word | priority | include more details especially alternative readings parts of speech more definitions per word | 1 |
326,829 | 9,961,592,233 | IssuesEvent | 2019-07-07 06:30:58 | dhis2/maintenance-app | https://api.github.com/repos/dhis2/maintenance-app | closed | Fix the timezone issue in the DataTable | bug priority:medium stale wontfix | Fix the timezone issue in the DataTable. It currently shows times in the future due to the timezone being removed from the lastUpdated field.

| 1.0 | Fix the timezone issue in the DataTable - Fix the timezone issue in the DataTable. It currently shows times in the future due to the timezone being removed from the lastUpdated field.

| priority | fix the timezone issue in the datatable fix the timezone issue in the datatable it currently shows times in the future due to the timezone being removed from the lastupdated field | 1 |
370,044 | 10,924,599,366 | IssuesEvent | 2019-11-22 10:29:03 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | opened | tests/kernel/mem_protect/protection fails on ARMv8-M | bug priority: medium | **Describe the bug**
tests/kernel/mem_protect/protection fails on ARMv8-M platforms
**To Reproduce**
Steps to reproduce the behavior:
build and run tests/kernel/mem_protect/protection on current master on mps2_an521
**Expected behavior**
The test should pass
**Impact**
Breaking CI if, eventulally, mps2_an521 is tested in all runs.
**Screenshots or console output**
**Additional context**
It can be easily fixed by enabling option MPU_GAP_FILLING for builds without userspace.
Note that this was the default behavior before introducing this Kconfig option, and should be kept as is for backwards compatibility.
Fix has been submitted in #20569 | 1.0 | tests/kernel/mem_protect/protection fails on ARMv8-M - **Describe the bug**
tests/kernel/mem_protect/protection fails on ARMv8-M platforms
**To Reproduce**
Steps to reproduce the behavior:
build and run tests/kernel/mem_protect/protection on current master on mps2_an521
**Expected behavior**
The test should pass
**Impact**
Breaking CI if, eventulally, mps2_an521 is tested in all runs.
**Screenshots or console output**
**Additional context**
It can be easily fixed by enabling option MPU_GAP_FILLING for builds without userspace.
Note that this was the default behavior before introducing this Kconfig option, and should be kept as is for backwards compatibility.
Fix has been submitted in #20569 | priority | tests kernel mem protect protection fails on m describe the bug tests kernel mem protect protection fails on m platforms to reproduce steps to reproduce the behavior build and run tests kernel mem protect protection on current master on expected behavior the test should pass impact breaking ci if eventulally is tested in all runs screenshots or console output additional context it can be easily fixed by enabling option mpu gap filling for builds without userspace note that this was the default behavior before introducing this kconfig option and should be kept as is for backwards compatibility fix has been submitted in | 1 |
60,227 | 3,121,099,024 | IssuesEvent | 2015-09-05 09:47:06 | legege/searchwp | https://api.github.com/repos/legege/searchwp | opened | Comatibility with FindBar Tweak | Priority-Medium Type-Enhancement | Discussion regarding compatibility with the add-on [FindBar Tweak](https://addons.mozilla.org/addon/findbar-tweak/) by @Quicksaver [(repository link)](https://github.com/Quicksaver/FindBar-Tweak). | 1.0 | Comatibility with FindBar Tweak - Discussion regarding compatibility with the add-on [FindBar Tweak](https://addons.mozilla.org/addon/findbar-tweak/) by @Quicksaver [(repository link)](https://github.com/Quicksaver/FindBar-Tweak). | priority | comatibility with findbar tweak discussion regarding compatibility with the add on by quicksaver | 1 |
44,242 | 2,902,114,649 | IssuesEvent | 2015-06-18 03:05:06 | core-plot/core-plot | https://api.github.com/repos/core-plot/core-plot | closed | CorePlot does not build on Xcode 7 beta with iOS 9 | Bug Priority-Medium | There are several build issues with CorePlot on iOS 9. Here are some of them:
Xcode doesn't like comments that contain an ampersand sign:
/// @cond
/// @endcond
/** @brief @optional Informs the delegate that an animation operation started animating.
* @param operation The animation operation.
**/
This causes an error: "Maco name is a reserved identifier"
#if CPT_SDK_SUPPORTS_WEAK
#define __cpt_weak __weak
I have found a lot more and I will try and add them as I find them. | 1.0 | CorePlot does not build on Xcode 7 beta with iOS 9 - There are several build issues with CorePlot on iOS 9. Here are some of them:
Xcode doesn't like comments that contain an ampersand sign:
/// @cond
/// @endcond
/** @brief @optional Informs the delegate that an animation operation started animating.
* @param operation The animation operation.
**/
This causes an error: "Maco name is a reserved identifier"
#if CPT_SDK_SUPPORTS_WEAK
#define __cpt_weak __weak
I have found a lot more and I will try and add them as I find them. | priority | coreplot does not build on xcode beta with ios there are several build issues with coreplot on ios here are some of them xcode doesn t like comments that contain an ampersand sign cond endcond brief optional informs the delegate that an animation operation started animating param operation the animation operation this causes an error maco name is a reserved identifier if cpt sdk supports weak define cpt weak weak i have found a lot more and i will try and add them as i find them | 1 |
557,768 | 16,518,590,024 | IssuesEvent | 2021-05-26 12:24:35 | ChainSafe/ChainBridge | https://api.github.com/repos/ChainSafe/ChainBridge | closed | Make handler contracts optional | Priority: 3 - Medium enhancement good first issue | Currently the ethereum chain impl expects all three handlers to be instantiated. It should rather allow 1 or more to be specified in the config so we don't always need to deploy all the handlers.
https://github.com/ChainSafe/ChainBridge/blob/6b0004904c363b340dd460ee8fb6738bb7e759fe/chains/ethereum/chain.go#L115-L155 | 1.0 | Make handler contracts optional - Currently the ethereum chain impl expects all three handlers to be instantiated. It should rather allow 1 or more to be specified in the config so we don't always need to deploy all the handlers.
https://github.com/ChainSafe/ChainBridge/blob/6b0004904c363b340dd460ee8fb6738bb7e759fe/chains/ethereum/chain.go#L115-L155 | priority | make handler contracts optional currently the ethereum chain impl expects all three handlers to be instantiated it should rather allow or more to be specified in the config so we don t always need to deploy all the handlers | 1 |
663,219 | 22,164,677,265 | IssuesEvent | 2022-06-05 02:44:44 | pystardust/ani-cli | https://api.github.com/repos/pystardust/ani-cli | opened | Episode selection problem | type: bug priority 2: medium | Version: 2.2
OS: Ubuntu 20.04
Shell: bash
Anime: Tensei Shitara Slime Datta Ken
**Describe the bug**
So as you can see here, there are 2 episodes marked as `24.5` and `24.9` respectively

Now problem is, ani-cli can only see those 2, the others don't exist
**Steps To Reproduce**
1. Run `ani-cli Tensei Shitara Slime Datta Ken`
2. Choose 1 (this)

I can only select 5-9... note 6, 7 and 8 do not exist when I try them and 5 leads to 24.5, 9 leads to 24.9
**Expected behavior**
I should be able to select episode 1-24
24.5 and 24.9 should not even be accessible as said in #523 however, I can only select those 2 | 1.0 | Episode selection problem - Version: 2.2
OS: Ubuntu 20.04
Shell: bash
Anime: Tensei Shitara Slime Datta Ken
**Describe the bug**
So as you can see here, there are 2 episodes marked as `24.5` and `24.9` respectively

Now problem is, ani-cli can only see those 2, the others don't exist
**Steps To Reproduce**
1. Run `ani-cli Tensei Shitara Slime Datta Ken`
2. Choose 1 (this)

I can only select 5-9... note 6, 7 and 8 do not exist when I try them and 5 leads to 24.5, 9 leads to 24.9
**Expected behavior**
I should be able to select episode 1-24
24.5 and 24.9 should not even be accessible as said in #523 however, I can only select those 2 | priority | episode selection problem version os ubuntu shell bash anime tensei shitara slime datta ken describe the bug so as you can see here there are episodes marked as and respectively now problem is ani cli can only see those the others don t exist steps to reproduce run ani cli tensei shitara slime datta ken choose this i can only select note and do not exist when i try them and leads to leads to expected behavior i should be able to select episode and should not even be accessible as said in however i can only select those | 1 |
362,106 | 10,723,063,003 | IssuesEvent | 2019-10-27 16:13:40 | HabitRPG/habitica | https://api.github.com/repos/HabitRPG/habitica | opened | Client Auth: refactor components | help wanted priority: medium | We have three different components that more or less do the same thing: signup and signin.
They're located in
- website/client/src/components/auth/registerLoginReset.vue
- website/client/src/components/auth/authForm.vue
- website/client/src/components/static/home.vue
They share most design and almost all the business logic and should be combined into a single one where possible.
It would also make sense to abstract the auth verification logic (used when choosing or changign your username) | 1.0 | Client Auth: refactor components - We have three different components that more or less do the same thing: signup and signin.
They're located in
- website/client/src/components/auth/registerLoginReset.vue
- website/client/src/components/auth/authForm.vue
- website/client/src/components/static/home.vue
They share most design and almost all the business logic and should be combined into a single one where possible.
It would also make sense to abstract the auth verification logic (used when choosing or changign your username) | priority | client auth refactor components we have three different components that more or less do the same thing signup and signin they re located in website client src components auth registerloginreset vue website client src components auth authform vue website client src components static home vue they share most design and almost all the business logic and should be combined into a single one where possible it would also make sense to abstract the auth verification logic used when choosing or changign your username | 1 |
147,212 | 5,635,453,334 | IssuesEvent | 2017-04-06 00:45:42 | pytorch/pytorch | https://api.github.com/repos/pytorch/pytorch | closed | Add a note in the docs about the momentum formulation used in optim | enhancement medium priority | I have been looking at the implementation of SGD + Momentum in PyTorch and noticed something a bit different from how other packages (and papers) describe it. For the moment, let's focus solely on (classical) momentum and not Nesterov's version.
At the time of writing, the implementation reads:
```
if momentum != 0:
param_state = self.state[p]
if 'momentum_buffer' not in param_state:
buf = param_state['momentum_buffer'] = d_p.clone()
else:
buf = param_state['momentum_buffer']
buf.mul_(momentum).add_(1 - dampening, d_p)
if nesterov:
d_p = d_p.add(momentum, buf)
else:
d_p = buf
p.data.add_(-group['lr'], d_p)
```
Mathematically, if we denote the momentum buffer by `v` and assume that `dampening=0`, at every iteration, the buffer is updated as `v = m*v + g` and the step is `∆x = lr * v`. Notice that the learning rate `lr` hits the momentum term `v` as well as the gradient. To me, this is different from what classical momentum is, and also differs from how other packages implement SGD+M.
Let us contrast this with the Sutskever et. al. paper and other commonly used pacakges such as Lasagne, Keras, Neon, etc.
## [Sutskever et. al.](http://www.jmlr.org/proceedings/papers/v28/sutskever13.pdf)
The snippet of the relevant section is pasted below.

Retaining the syntax from above, the algorithm updates `v` as `v = m*v - lr * g` with the step `∆x = v`. So, the learning rate `lr` only hits the gradient. It does not (explicitly) influence the effect of the momentum term which is in contrast with PyTorch's implementation.
# [Lasagne](https://github.com/Lasagne/Lasagne/blob/master/lasagne/updates.py#L217)
Lasagne employs the same rule as suggested in Sutskever for momentum.
```
for param in params:
value = param.get_value(borrow=True)
velocity = theano.shared(np.zeros(value.shape, dtype=value.dtype),
broadcastable=param.broadcastable)
x = momentum * velocity + updates[param]
updates[velocity] = x - param
```
# [Keras](https://github.com/fchollet/keras/blob/master/keras/optimizers.py#L141)
Same for Keras:
```
for p, g, m in zip(params, grads, moments):
v = self.momentum * m - lr * g # velocity
self.updates.append(K.update(m, v))
if self.nesterov:
new_p = p + self.momentum * v - lr * g
else:
new_p = p + v
```
# [Neon](https://github.com/NervanaSystems/neon/blob/master/neon/optimizers/optimizer.py#L520)
and Neon.
```
velocity[:] = self.momentum_coef * velocity - lrate * grad
# Nesterov accelerated gradient (NAG) is implemented the same
# as in torch's "sgd.lua". It's a reformulation of Sutskever's
# NAG equation found in "On the importance of initialization
# and momentum in deep learning".
if self.nesterov:
param[:] = param + self.momentum_coef * velocity -\
lrate * grad
else:
param[:] = param + velocity
```
Is the disparity true or am I missing something important?
The difference between the two implementations is not insignificant and especially so when `lr` is reduced along the way. If my claim is true, maybe we could update the reference (I'm not sure what that would be) or include the above version in the SGD code (I can take this up if necessary)? | 1.0 | Add a note in the docs about the momentum formulation used in optim - I have been looking at the implementation of SGD + Momentum in PyTorch and noticed something a bit different from how other packages (and papers) describe it. For the moment, let's focus solely on (classical) momentum and not Nesterov's version.
At the time of writing, the implementation reads:
```
if momentum != 0:
param_state = self.state[p]
if 'momentum_buffer' not in param_state:
buf = param_state['momentum_buffer'] = d_p.clone()
else:
buf = param_state['momentum_buffer']
buf.mul_(momentum).add_(1 - dampening, d_p)
if nesterov:
d_p = d_p.add(momentum, buf)
else:
d_p = buf
p.data.add_(-group['lr'], d_p)
```
Mathematically, if we denote the momentum buffer by `v` and assume that `dampening=0`, at every iteration, the buffer is updated as `v = m*v + g` and the step is `∆x = lr * v`. Notice that the learning rate `lr` hits the momentum term `v` as well as the gradient. To me, this is different from what classical momentum is, and also differs from how other packages implement SGD+M.
Let us contrast this with the Sutskever et. al. paper and other commonly used pacakges such as Lasagne, Keras, Neon, etc.
## [Sutskever et. al.](http://www.jmlr.org/proceedings/papers/v28/sutskever13.pdf)
The snippet of the relevant section is pasted below.

Retaining the syntax from above, the algorithm updates `v` as `v = m*v - lr * g` with the step `∆x = v`. So, the learning rate `lr` only hits the gradient. It does not (explicitly) influence the effect of the momentum term which is in contrast with PyTorch's implementation.
# [Lasagne](https://github.com/Lasagne/Lasagne/blob/master/lasagne/updates.py#L217)
Lasagne employs the same rule as suggested in Sutskever for momentum.
```
for param in params:
value = param.get_value(borrow=True)
velocity = theano.shared(np.zeros(value.shape, dtype=value.dtype),
broadcastable=param.broadcastable)
x = momentum * velocity + updates[param]
updates[velocity] = x - param
```
# [Keras](https://github.com/fchollet/keras/blob/master/keras/optimizers.py#L141)
Same for Keras:
```
for p, g, m in zip(params, grads, moments):
v = self.momentum * m - lr * g # velocity
self.updates.append(K.update(m, v))
if self.nesterov:
new_p = p + self.momentum * v - lr * g
else:
new_p = p + v
```
# [Neon](https://github.com/NervanaSystems/neon/blob/master/neon/optimizers/optimizer.py#L520)
and Neon.
```
velocity[:] = self.momentum_coef * velocity - lrate * grad
# Nesterov accelerated gradient (NAG) is implemented the same
# as in torch's "sgd.lua". It's a reformulation of Sutskever's
# NAG equation found in "On the importance of initialization
# and momentum in deep learning".
if self.nesterov:
param[:] = param + self.momentum_coef * velocity -\
lrate * grad
else:
param[:] = param + velocity
```
Is the disparity true or am I missing something important?
The difference between the two implementations is not insignificant and especially so when `lr` is reduced along the way. If my claim is true, maybe we could update the reference (I'm not sure what that would be) or include the above version in the SGD code (I can take this up if necessary)? | priority | add a note in the docs about the momentum formulation used in optim i have been looking at the implementation of sgd momentum in pytorch and noticed something a bit different from how other packages and papers describe it for the moment let s focus solely on classical momentum and not nesterov s version at the time of writing the implementation reads if momentum param state self state if momentum buffer not in param state buf param state d p clone else buf param state buf mul momentum add dampening d p if nesterov d p d p add momentum buf else d p buf p data add group d p mathematically if we denote the momentum buffer by v and assume that dampening at every iteration the buffer is updated as v m v g and the step is ∆x lr v notice that the learning rate lr hits the momentum term v as well as the gradient to me this is different from what classical momentum is and also differs from how other packages implement sgd m let us contrast this with the sutskever et al paper and other commonly used pacakges such as lasagne keras neon etc the snippet of the relevant section is pasted below retaining the syntax from above the algorithm updates v as v m v lr g with the step ∆x v so the learning rate lr only hits the gradient it does not explicitly influence the effect of the momentum term which is in contrast with pytorch s implementation lasagne employs the same rule as suggested in sutskever for momentum for param in params value param get value borrow true velocity theano shared np zeros value shape dtype value dtype broadcastable param broadcastable x momentum velocity updates updates x param same for keras for p g m in zip params grads moments v self momentum m lr g velocity self updates append k update m v if self nesterov new p p self momentum v lr g else new p p v and neon velocity self momentum coef velocity lrate grad nesterov accelerated gradient nag is implemented the same as in torch s sgd lua it s a reformulation of sutskever s nag equation found in on the importance of initialization and momentum in deep learning if self nesterov param param self momentum coef velocity lrate grad else param param velocity is the disparity true or am i missing something important the difference between the two implementations is not insignificant and especially so when lr is reduced along the way if my claim is true maybe we could update the reference i m not sure what that would be or include the above version in the sgd code i can take this up if necessary | 1 |
287,729 | 8,819,658,880 | IssuesEvent | 2018-12-31 22:47:34 | mozilla/MozDef | https://api.github.com/repos/mozilla/MozDef | closed | Break out zData.gui.min.js | category:enhancement priority:medium | While incorporating the awesomeness that is the VR visualizations I noticed that the file zData.gui.min.js seems to be a concatenation of a couple different js libraries:
https://stemkoski.github.io/Three.js/Particle-Engine.html seems to be the main inspiration which in turn relies on:
https://github.com/stemkoski/stemkoski.github.com/blob/master/Three.js/js/ParticleEngine.js
https://github.com/stemkoski/stemkoski.github.com/blob/73ad62f1792d1ca7c7658c39ee0ebe4c9220bba1/Three.js/js/ParticleEngineExamples.js
The core data.gui.min.js file doesn't appear to be used in the VR display.
We should break out this file into the various source files for easier tracking of the component .js files for future updates, etc?
@526avijitgupta @yashmehrotra @DarkPrince304 can you confirm my analysis?
| 1.0 | Break out zData.gui.min.js - While incorporating the awesomeness that is the VR visualizations I noticed that the file zData.gui.min.js seems to be a concatenation of a couple different js libraries:
https://stemkoski.github.io/Three.js/Particle-Engine.html seems to be the main inspiration which in turn relies on:
https://github.com/stemkoski/stemkoski.github.com/blob/master/Three.js/js/ParticleEngine.js
https://github.com/stemkoski/stemkoski.github.com/blob/73ad62f1792d1ca7c7658c39ee0ebe4c9220bba1/Three.js/js/ParticleEngineExamples.js
The core data.gui.min.js file doesn't appear to be used in the VR display.
We should break out this file into the various source files for easier tracking of the component .js files for future updates, etc?
@526avijitgupta @yashmehrotra @DarkPrince304 can you confirm my analysis?
| priority | break out zdata gui min js while incorporating the awesomeness that is the vr visualizations i noticed that the file zdata gui min js seems to be a concatenation of a couple different js libraries seems to be the main inspiration which in turn relies on the core data gui min js file doesn t appear to be used in the vr display we should break out this file into the various source files for easier tracking of the component js files for future updates etc yashmehrotra can you confirm my analysis | 1 |
629,779 | 20,052,648,187 | IssuesEvent | 2022-02-03 08:41:42 | mlr-org/mlr3filters | https://api.github.com/repos/mlr-org/mlr3filters | closed | `FilterFindCorrelation` needs adjustment after latest {pillar} update | Priority: Medium Type: Bug Status: Accepted | https://github.com/mlr-org/mlr3filters/runs/4977895354?check_suite_focus=true
```
── Error (test_FilterFindCorrelation.R:1:1): FilterImportance ──────────────────
Error: 'type_sum' is not an exported object from 'namespace:pillar'
``` | 1.0 | `FilterFindCorrelation` needs adjustment after latest {pillar} update - https://github.com/mlr-org/mlr3filters/runs/4977895354?check_suite_focus=true
```
── Error (test_FilterFindCorrelation.R:1:1): FilterImportance ──────────────────
Error: 'type_sum' is not an exported object from 'namespace:pillar'
``` | priority | filterfindcorrelation needs adjustment after latest pillar update ── error test filterfindcorrelation r filterimportance ────────────────── error type sum is not an exported object from namespace pillar | 1 |
490,155 | 14,116,068,691 | IssuesEvent | 2020-11-08 00:37:25 | drashland/website | https://api.github.com/repos/drashland/website | opened | Write required documentation for {repo name} issue #98 (Sockets path) | Priority: Medium Type: Chore | ## Summary
The following issue requires documentation before it can be closed:
https://github.com/drashland/sockets/issues/96
The following pull request is associated with the above issue:
{link to PR}
| 1.0 | Write required documentation for {repo name} issue #98 (Sockets path) - ## Summary
The following issue requires documentation before it can be closed:
https://github.com/drashland/sockets/issues/96
The following pull request is associated with the above issue:
{link to PR}
| priority | write required documentation for repo name issue sockets path summary the following issue requires documentation before it can be closed the following pull request is associated with the above issue link to pr | 1 |
335,534 | 10,154,981,993 | IssuesEvent | 2019-08-06 09:16:58 | CLOSER-Cohorts/archivist | https://api.github.com/repos/CLOSER-Cohorts/archivist | opened | Page refreshing issues when adding/editing content | Angular Frontend Medium priority bug | When `adding/importing` content, the new content is not displayed unless we manually refresh the relevant pages at least once.
For example, when importing an `instrument` or `dataset`, and they are successful, those new items will not show if we simply move from the `import` page to the relevant `index` pages. A manual page refresh is needed in order to visualise the new content.
This seems to be an AngularJS issue.
Possibly related to #135, #231, #214, #160 | 1.0 | Page refreshing issues when adding/editing content - When `adding/importing` content, the new content is not displayed unless we manually refresh the relevant pages at least once.
For example, when importing an `instrument` or `dataset`, and they are successful, those new items will not show if we simply move from the `import` page to the relevant `index` pages. A manual page refresh is needed in order to visualise the new content.
This seems to be an AngularJS issue.
Possibly related to #135, #231, #214, #160 | priority | page refreshing issues when adding editing content when adding importing content the new content is not displayed unless we manually refresh the relevant pages at least once for example when importing an instrument or dataset and they are successful those new items will not show if we simply move from the import page to the relevant index pages a manual page refresh is needed in order to visualise the new content this seems to be an angularjs issue possibly related to | 1 |
514,362 | 14,937,762,756 | IssuesEvent | 2021-01-25 15:00:32 | CookieJarApps/SmartCookieWeb | https://api.github.com/repos/CookieJarApps/SmartCookieWeb | opened | [Bug] cannot delete default Bookmark | P2: Medium priority bug | <!-- Right after [Bug] you should add a simple title describing the bug, e.g. [Bug] The app has crashed. -->
<!-- Please only add more than one topic to the issue if they are directly related. New issues must be created for each different topic. -->
<!-- The comments between these brackets won't show up in the submitted issue (as you can see in the Preview). -->
### Describe the bug
<!-- A clear and concise description of what the bug is. -->
Delete (default) DuckDuckGo bookmark,exit the app, open the app again the bookmark is still present
### To Reproduce
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See error
### Expected behavior
<!-- A clear and concise description of what you expected to happen. -->
Deleted default bookmark should not come back
### Screenshots
<!-- If applicable, add screenshots or a screen recording to help explain your problem. -->
### Device Info
- Device: [Samsung s10+]
- OS: [OneUI 3.0 (Android11)]
- App version: [v12.0.0]
### Additional context
<!-- Add any other context about the problem here. -->
| 1.0 | [Bug] cannot delete default Bookmark - <!-- Right after [Bug] you should add a simple title describing the bug, e.g. [Bug] The app has crashed. -->
<!-- Please only add more than one topic to the issue if they are directly related. New issues must be created for each different topic. -->
<!-- The comments between these brackets won't show up in the submitted issue (as you can see in the Preview). -->
### Describe the bug
<!-- A clear and concise description of what the bug is. -->
Delete (default) DuckDuckGo bookmark,exit the app, open the app again the bookmark is still present
### To Reproduce
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See error
### Expected behavior
<!-- A clear and concise description of what you expected to happen. -->
Deleted default bookmark should not come back
### Screenshots
<!-- If applicable, add screenshots or a screen recording to help explain your problem. -->
### Device Info
- Device: [Samsung s10+]
- OS: [OneUI 3.0 (Android11)]
- App version: [v12.0.0]
### Additional context
<!-- Add any other context about the problem here. -->
| priority | cannot delete default bookmark describe the bug delete default duckduckgo bookmark exit the app open the app again the bookmark is still present to reproduce steps to reproduce the behavior go to click on scroll down to see error expected behavior deleted default bookmark should not come back screenshots device info device os app version additional context | 1 |
793,474 | 27,998,437,323 | IssuesEvent | 2023-03-27 10:02:44 | masastack/MASA.TSC | https://api.github.com/repos/masastack/MASA.TSC | closed | Project team, click more application button has no response | type/bug status/resolved severity/medium site/staging priority/p2 | 项目团队,点击更多应用按钮无反应

预期效果:
应打开项目详情弹窗,默认选中第一个应用 | 1.0 | Project team, click more application button has no response - 项目团队,点击更多应用按钮无反应

预期效果:
应打开项目详情弹窗,默认选中第一个应用 | priority | project team click more application button has no response 项目团队,点击更多应用按钮无反应 预期效果: 应打开项目详情弹窗,默认选中第一个应用 | 1 |
580,720 | 17,265,108,227 | IssuesEvent | 2021-07-22 12:56:31 | pingcap/dumpling | https://api.github.com/repos/pingcap/dumpling | closed | The speed of dumpling data from tidb to s3 drops 2+GBit/s to 200Mbit/s | Unstable difficulty/2-medium priority/P2 | ## Bug Report
Please answer these questions before submitting your issue. Thanks!
1. What did you do? If possible, provide a recipe for reproducing the error.
Dumpling 4.2TB tpcc data from tidb to s3.
2. What did you expect to see?
The speed is stable.
3. What did you see instead?
The speed drops from 2Gbit/s to 200Mbit/s
4. Versions of the cluster
- Dumpling version (run `dumpling -V`):
```
# ./bin/dumpling -V
Release version: v4.0.9-2-g34903c7
Git commit hash: 34903c7475cfbfc715c03e0a4e5029c640f33234
Git branch: master
Build timestamp: 2020-12-25 12:35:36Z
Go version: go version go1.15.6 linux/amd64
```
- Source database version (execute `SELECT version();` in a MySQL client):
```
TiDB v4.0.9
```
- Other interesting information (system version, hardware config, etc):
> The dumpling host is an AWS EC2 c5.9xlarge instance w/ ubuntu
The flame graph for 60 seconds during the 200Mbit/s period [flame-graph.tar.gz](https://github.com/pingcap/dumpling/files/5742556/flame-graph.tar.gz)
5. Operation logs
- Please upload `dumpling.log` for Dumpling if possible
```
root@tidb-lightning-ln57s:~/dumpling# ./bin/dumpling -h xxxx -P 4000 -u root -p 'xxxx' -o "s3://xxxxx" -t 32 -r 20000 -F 256M | tee dumpling.log
Release version: v4.0.9-2-g34903c7
Git commit hash: 34903c7475cfbfc715c03e0a4e5029c640f33234
Git branch: master
Build timestamp: 2020-12-25 12:35:36Z
Go version: go version go1.15.6 linux/amd64
[2020/12/25 14:47:55.485 +08:00] [INFO] [config.go:598] ["detect server type"] [type=TiDB]
[2020/12/25 14:47:55.485 +08:00] [INFO] [config.go:617] ["detect server version"] [version=4.0.9]
{"level":"warn","ts":"2020-12-25T14:48:05.702+0800","caller":"clientv3/retry_interceptor.go:62","msg":"retrying of unary invoker failed","target":"xxxxxxxxxxxxxxxxxxxxxxxxxxxx","attempt":0,"error":"rpc error: code = DeadlineExceeded desc = latest balancer error: all SubConns are in TransientFailure, latest connection error: connection closed"}
[2020/12/25 14:48:05.702 +08:00] [WARN] [dump.go:699] ["meet error while check whether fetched pd addr and TiDB belongs to one cluster"] [error="context deadline exceeded"] [errorVerbose="context deadline exceeded\ngithub.com/pingcap/errors.AddStack\n\tgithub.com/pingcap/errors@v0.11.5-0.20200917111840-a15ef68f753d/errors.go:174\ngithub.com/pingcap/errors.Trace\n\tgithub.com/pingcap/errors@v0.11.5-0.20200917111840-a15ef68f753d/juju_adaptor.go:15\ngithub.com/pingcap/dumpling/v4/export.getPdDDLIDs\n\tgithub.com/pingcap/dumpling/v4/export/util.go:24\ngithub.com/pingcap/dumpling/v4/export.checkSameCluster\n\tgithub.com/pingcap/dumpling/v4/export/util.go:46\ngithub.com/pingcap/dumpling/v4/export.tidbSetPDClientForGC\n\tgithub.com/pingcap/dumpling/v4/export/dump.go:697\ngithub.com/pingcap/dumpling/v4/export.runSteps\n\tgithub.com/pingcap/dumpling/v4/export/dump.go:607\ngithub.com/pingcap/dumpling/v4/export.NewDumper\n\tgithub.com/pingcap/dumpling/v4/export/dump.go:55\nmain.main\n\tcommand-line-arguments/main.go:65\nruntime.main\n\truntime/proc.go:204\nruntime.goexit\n\truntime/asm_amd64.s:1374"] [pdAddrs="[db-pd-0.db-pd-peer.tidb1341928121892343808.svc:2379,db-pd-1.db-pd-peer.tidb1341928121892343808.svc:2379,db-pd-2.db-pd-peer.tidb1341928121892343808.svc:2379]"]
[2020/12/25 14:48:05.704 +08:00] [WARN] [dump.go:745] ["If the amount of data to dump is large, criteria: (data more than 60GB or dumped time more than 10 minutes)\nyou'd better adjust the tikv_gc_life_time to avoid export failure due to
TiDB GC during the dump process.\nBefore dumping: run sql `update mysql.tidb set VARIABLE_VALUE = '720h' where VARIABLE_NAME = 'tikv_gc_life_time';` in tidb.\nAfter dumping: run sql `update mysql.tidb set VARIABLE_VALUE = '10m' where VARIABLE_NAME = 'tikv_gc_life_time';` in tidb.\n"]
[2020/12/25 14:48:06.779 +08:00] [WARN] [dump.go:419] ["no data to dump"] [schema=test] [table=test]
[2020/12/25 14:48:06.780 +08:00] [INFO] [dump.go:337] ["get estimated rows count"] [estimateCount=10000]
[2020/12/25 14:48:19.540 +08:00] [INFO] [dump.go:337] ["get estimated rows count"] [estimateCount=1800000000]
[2020/12/25 15:18:12.837 +08:00] [INFO] [dump.go:337] ["get estimated rows count"] [estimateCount=600000]
[2020/12/25 15:18:17.244 +08:00] [INFO] [dump.go:337] ["get estimated rows count"] [estimateCount=1800000000]
[2020/12/25 15:26:48.026 +08:00] [INFO] [dump.go:337] ["get estimated rows count"] [estimateCount=100000]
[2020/12/25 15:26:50.009 +08:00] [INFO] [dump.go:337] ["get estimated rows count"] [estimateCount=540000000]
[2020/12/25 15:28:59.700 +08:00] [INFO] [dump.go:337] ["get estimated rows count"] [estimateCount=10000]
[2020/12/25 15:29:02.412 +08:00] [INFO] [dump.go:337] ["get estimated rows count"] [estimateCount=1800000000]
[2020/12/25 15:37:28.753 +08:00] [INFO] [dump.go:337] ["get estimated rows count"] [estimateCount=6000000000]
[2020/12/25 16:40:00.101 +08:00] [INFO] [dump.go:337] ["get estimated rows count"] [estimateCount=60000]
[2020/12/26 08:27:25.005 +08:00] [INFO] [collector.go:212] ["backup Success summary: total backup ranges: 597051, total success: 597051, total failed: 0, total take(backup time): 17h39m18.282210068s, total take(real time): 17h39m18.282233836s, total size(MB): 4649601.89, avg speed(MB/s): 73.15, total rows: 29940972129"]
[2020/12/26 08:27:25.123 +08:00] [INFO] [main.go:78] ["dump data successfully, dumpling will exit now"]
```
- Other interesting logs
6. Configuration of the cluster and the task
- running command for Dumpling if possible
| 1.0 | The speed of dumpling data from tidb to s3 drops 2+GBit/s to 200Mbit/s - ## Bug Report
Please answer these questions before submitting your issue. Thanks!
1. What did you do? If possible, provide a recipe for reproducing the error.
Dumpling 4.2TB tpcc data from tidb to s3.
2. What did you expect to see?
The speed is stable.
3. What did you see instead?
The speed drops from 2Gbit/s to 200Mbit/s
4. Versions of the cluster
- Dumpling version (run `dumpling -V`):
```
# ./bin/dumpling -V
Release version: v4.0.9-2-g34903c7
Git commit hash: 34903c7475cfbfc715c03e0a4e5029c640f33234
Git branch: master
Build timestamp: 2020-12-25 12:35:36Z
Go version: go version go1.15.6 linux/amd64
```
- Source database version (execute `SELECT version();` in a MySQL client):
```
TiDB v4.0.9
```
- Other interesting information (system version, hardware config, etc):
> The dumpling host is an AWS EC2 c5.9xlarge instance w/ ubuntu
The flame graph for 60 seconds during the 200Mbit/s period [flame-graph.tar.gz](https://github.com/pingcap/dumpling/files/5742556/flame-graph.tar.gz)
5. Operation logs
- Please upload `dumpling.log` for Dumpling if possible
```
root@tidb-lightning-ln57s:~/dumpling# ./bin/dumpling -h xxxx -P 4000 -u root -p 'xxxx' -o "s3://xxxxx" -t 32 -r 20000 -F 256M | tee dumpling.log
Release version: v4.0.9-2-g34903c7
Git commit hash: 34903c7475cfbfc715c03e0a4e5029c640f33234
Git branch: master
Build timestamp: 2020-12-25 12:35:36Z
Go version: go version go1.15.6 linux/amd64
[2020/12/25 14:47:55.485 +08:00] [INFO] [config.go:598] ["detect server type"] [type=TiDB]
[2020/12/25 14:47:55.485 +08:00] [INFO] [config.go:617] ["detect server version"] [version=4.0.9]
{"level":"warn","ts":"2020-12-25T14:48:05.702+0800","caller":"clientv3/retry_interceptor.go:62","msg":"retrying of unary invoker failed","target":"xxxxxxxxxxxxxxxxxxxxxxxxxxxx","attempt":0,"error":"rpc error: code = DeadlineExceeded desc = latest balancer error: all SubConns are in TransientFailure, latest connection error: connection closed"}
[2020/12/25 14:48:05.702 +08:00] [WARN] [dump.go:699] ["meet error while check whether fetched pd addr and TiDB belongs to one cluster"] [error="context deadline exceeded"] [errorVerbose="context deadline exceeded\ngithub.com/pingcap/errors.AddStack\n\tgithub.com/pingcap/errors@v0.11.5-0.20200917111840-a15ef68f753d/errors.go:174\ngithub.com/pingcap/errors.Trace\n\tgithub.com/pingcap/errors@v0.11.5-0.20200917111840-a15ef68f753d/juju_adaptor.go:15\ngithub.com/pingcap/dumpling/v4/export.getPdDDLIDs\n\tgithub.com/pingcap/dumpling/v4/export/util.go:24\ngithub.com/pingcap/dumpling/v4/export.checkSameCluster\n\tgithub.com/pingcap/dumpling/v4/export/util.go:46\ngithub.com/pingcap/dumpling/v4/export.tidbSetPDClientForGC\n\tgithub.com/pingcap/dumpling/v4/export/dump.go:697\ngithub.com/pingcap/dumpling/v4/export.runSteps\n\tgithub.com/pingcap/dumpling/v4/export/dump.go:607\ngithub.com/pingcap/dumpling/v4/export.NewDumper\n\tgithub.com/pingcap/dumpling/v4/export/dump.go:55\nmain.main\n\tcommand-line-arguments/main.go:65\nruntime.main\n\truntime/proc.go:204\nruntime.goexit\n\truntime/asm_amd64.s:1374"] [pdAddrs="[db-pd-0.db-pd-peer.tidb1341928121892343808.svc:2379,db-pd-1.db-pd-peer.tidb1341928121892343808.svc:2379,db-pd-2.db-pd-peer.tidb1341928121892343808.svc:2379]"]
[2020/12/25 14:48:05.704 +08:00] [WARN] [dump.go:745] ["If the amount of data to dump is large, criteria: (data more than 60GB or dumped time more than 10 minutes)\nyou'd better adjust the tikv_gc_life_time to avoid export failure due to
TiDB GC during the dump process.\nBefore dumping: run sql `update mysql.tidb set VARIABLE_VALUE = '720h' where VARIABLE_NAME = 'tikv_gc_life_time';` in tidb.\nAfter dumping: run sql `update mysql.tidb set VARIABLE_VALUE = '10m' where VARIABLE_NAME = 'tikv_gc_life_time';` in tidb.\n"]
[2020/12/25 14:48:06.779 +08:00] [WARN] [dump.go:419] ["no data to dump"] [schema=test] [table=test]
[2020/12/25 14:48:06.780 +08:00] [INFO] [dump.go:337] ["get estimated rows count"] [estimateCount=10000]
[2020/12/25 14:48:19.540 +08:00] [INFO] [dump.go:337] ["get estimated rows count"] [estimateCount=1800000000]
[2020/12/25 15:18:12.837 +08:00] [INFO] [dump.go:337] ["get estimated rows count"] [estimateCount=600000]
[2020/12/25 15:18:17.244 +08:00] [INFO] [dump.go:337] ["get estimated rows count"] [estimateCount=1800000000]
[2020/12/25 15:26:48.026 +08:00] [INFO] [dump.go:337] ["get estimated rows count"] [estimateCount=100000]
[2020/12/25 15:26:50.009 +08:00] [INFO] [dump.go:337] ["get estimated rows count"] [estimateCount=540000000]
[2020/12/25 15:28:59.700 +08:00] [INFO] [dump.go:337] ["get estimated rows count"] [estimateCount=10000]
[2020/12/25 15:29:02.412 +08:00] [INFO] [dump.go:337] ["get estimated rows count"] [estimateCount=1800000000]
[2020/12/25 15:37:28.753 +08:00] [INFO] [dump.go:337] ["get estimated rows count"] [estimateCount=6000000000]
[2020/12/25 16:40:00.101 +08:00] [INFO] [dump.go:337] ["get estimated rows count"] [estimateCount=60000]
[2020/12/26 08:27:25.005 +08:00] [INFO] [collector.go:212] ["backup Success summary: total backup ranges: 597051, total success: 597051, total failed: 0, total take(backup time): 17h39m18.282210068s, total take(real time): 17h39m18.282233836s, total size(MB): 4649601.89, avg speed(MB/s): 73.15, total rows: 29940972129"]
[2020/12/26 08:27:25.123 +08:00] [INFO] [main.go:78] ["dump data successfully, dumpling will exit now"]
```
- Other interesting logs
6. Configuration of the cluster and the task
- running command for Dumpling if possible
| priority | the speed of dumpling data from tidb to drops gbit s to s bug report please answer these questions before submitting your issue thanks what did you do if possible provide a recipe for reproducing the error dumpling tpcc data from tidb to what did you expect to see the speed is stable what did you see instead the speed drops from s to s versions of the cluster dumpling version run dumpling v bin dumpling v release version git commit hash git branch master build timestamp go version go version linux source database version execute select version in a mysql client tidb other interesting information system version hardware config etc the dumpling host is an aws instance w ubuntu the flame graph for seconds during the s period operation logs please upload dumpling log for dumpling if possible root tidb lightning dumpling bin dumpling h xxxx p u root p xxxx o xxxxx t r f tee dumpling log release version git commit hash git branch master build timestamp go version go version linux level warn ts caller retry interceptor go msg retrying of unary invoker failed target xxxxxxxxxxxxxxxxxxxxxxxxxxxx attempt error rpc error code deadlineexceeded desc latest balancer error all subconns are in transientfailure latest connection error connection closed if the amount of data to dump is large criteria data more than or dumped time more than minutes nyou d better adjust the tikv gc life time to avoid export failure due to tidb gc during the dump process nbefore dumping run sql update mysql tidb set variable value where variable name tikv gc life time in tidb nafter dumping run sql update mysql tidb set variable value where variable name tikv gc life time in tidb n other interesting logs configuration of the cluster and the task running command for dumpling if possible | 1 |
701,875 | 24,112,805,309 | IssuesEvent | 2022-09-20 12:43:55 | dnnsoftware/Dnn.Platform | https://api.github.com/repos/dnnsoftware/Dnn.Platform | closed | Update to latest json.NET version 12 from 10 | Type: Enhancement Alert: Pinned Area: Platform > Library Effort: Low Priority: Medium Status: Ready for Development | <!--
Please read contribution guideline first: https://github.com/dnnsoftware/Dnn.Platform/blob/development/CONTRIBUTING.md
Any potential security issues should be sent to security@dnnsoftware.com, rather than posted on GitHub
-->
## Description of bug
Latest installations of DNN show version 10 from 2017 installed. I feel it should be upgraded to 12 to get latest bug fixes.
https://github.com/JamesNK/Newtonsoft.Json/releases | 1.0 | Update to latest json.NET version 12 from 10 - <!--
Please read contribution guideline first: https://github.com/dnnsoftware/Dnn.Platform/blob/development/CONTRIBUTING.md
Any potential security issues should be sent to security@dnnsoftware.com, rather than posted on GitHub
-->
## Description of bug
Latest installations of DNN show version 10 from 2017 installed. I feel it should be upgraded to 12 to get latest bug fixes.
https://github.com/JamesNK/Newtonsoft.Json/releases | priority | update to latest json net version from please read contribution guideline first any potential security issues should be sent to security dnnsoftware com rather than posted on github description of bug latest installations of dnn show version from installed i feel it should be upgraded to to get latest bug fixes | 1 |
484,793 | 13,957,601,185 | IssuesEvent | 2020-10-24 07:41:50 | code4moldova/voluntar-web | https://api.github.com/repos/code4moldova/voluntar-web | closed | [Admin] Create expandable map component | Complexity: High 🧐 Complexity: Medium 🤔 Priority: High Scope: Components Type: Enhancement 🚀 hacktoberfest | We need a map component where we'll show current requests
Requests don't need to be showed right now, implement just map
See component bellow page filters
https://www.figma.com/file/oCN3NSECKQnS4PWhZnWGCT/Dashboard_Voluntar.md_V2.0?node-id=565%3A188
It should expand to component with a map
https://www.figma.com/file/oCN3NSECKQnS4PWhZnWGCT/Dashboard_Voluntar.md_V2.0?node-id=613%3A1023
There already exists a similar map component
```
src/app/shared/esri-map
```
Useful links
https://github.com/Esri/esri-loader
https://github.com/Esri/arcgis-js-api | 1.0 | [Admin] Create expandable map component - We need a map component where we'll show current requests
Requests don't need to be showed right now, implement just map
See component bellow page filters
https://www.figma.com/file/oCN3NSECKQnS4PWhZnWGCT/Dashboard_Voluntar.md_V2.0?node-id=565%3A188
It should expand to component with a map
https://www.figma.com/file/oCN3NSECKQnS4PWhZnWGCT/Dashboard_Voluntar.md_V2.0?node-id=613%3A1023
There already exists a similar map component
```
src/app/shared/esri-map
```
Useful links
https://github.com/Esri/esri-loader
https://github.com/Esri/arcgis-js-api | priority | create expandable map component we need a map component where we ll show current requests requests don t need to be showed right now implement just map see component bellow page filters it should expand to component with a map there already exists a similar map component src app shared esri map useful links | 1 |
596,095 | 18,097,014,916 | IssuesEvent | 2021-09-22 10:07:53 | mollie/PrestaShop | https://api.github.com/repos/mollie/PrestaShop | closed | bigger issue now with klarna no order is been created | Priority: Medium Status: In Progress Type: Support | klarna authorized are not creating an order in the order page

### Environment
* PrestaShop version: 1.7.6.2
* Mollie module version: 4..4.0
* PHP version: 7.2
| 1.0 | bigger issue now with klarna no order is been created - klarna authorized are not creating an order in the order page

### Environment
* PrestaShop version: 1.7.6.2
* Mollie module version: 4..4.0
* PHP version: 7.2
| priority | bigger issue now with klarna no order is been created klarna authorized are not creating an order in the order page environment prestashop version mollie module version php version | 1 |
502,607 | 14,562,770,472 | IssuesEvent | 2020-12-17 00:51:03 | ansible/awx | https://api.github.com/repos/ansible/awx | closed | [ui_next] job view variables are printed instead of values. | flag:community priority:medium type:bug | <!-- Issues are for **concrete, actionable bugs and feature requests** only - if you're just asking for debugging help or technical support, please use:
- http://webchat.freenode.net/?channels=ansible-awx
- https://groups.google.com/forum/#!forum/awx-project
We have to limit this because of limited volunteer time to respond to issues! -->
##### ISSUE TYPE
- Bug Report
##### SUMMARY
<!-- Briefly describe the problem. -->
##### ENVIRONMENT
* AWX version: 16.0.0
* AWX install method: docker on linux
* Ansible version: 2.9.16
* Operating System: Debian 10 4.19.0-13-amd64
* Web Browser: Firefox 84
##### STEPS TO REPRODUCE
<!-- Please describe exactly how to reproduce the problem. -->
1. Install awx via docker-compose.
2. Open web-UI.
3. Click on Views -> Jobs
##### EXPECTED RESULTS
<!-- What did you expect to happen when running the steps above? -->
The actual values of variables are shown.
##### ACTUAL RESULTS
<!-- What actually happened? -->
The variable names are shown.
##### ADDITIONAL INFORMATION
<!-- Include any links to sosreport, database dumps, screenshots or other
information. -->
See attached screenshots.
<img width="1126" alt="Screen Shot 2020-12-16 at 18 26 07" src="https://user-images.githubusercontent.com/19846542/102384983-97a5c080-3fcd-11eb-96fa-b79e81712fae.png">
<img width="841" alt="Screen Shot 2020-12-16 at 18 34 36" src="https://user-images.githubusercontent.com/19846542/102384987-983e5700-3fcd-11eb-9567-cfbbb6961eb8.png">
| 1.0 | [ui_next] job view variables are printed instead of values. - <!-- Issues are for **concrete, actionable bugs and feature requests** only - if you're just asking for debugging help or technical support, please use:
- http://webchat.freenode.net/?channels=ansible-awx
- https://groups.google.com/forum/#!forum/awx-project
We have to limit this because of limited volunteer time to respond to issues! -->
##### ISSUE TYPE
- Bug Report
##### SUMMARY
<!-- Briefly describe the problem. -->
##### ENVIRONMENT
* AWX version: 16.0.0
* AWX install method: docker on linux
* Ansible version: 2.9.16
* Operating System: Debian 10 4.19.0-13-amd64
* Web Browser: Firefox 84
##### STEPS TO REPRODUCE
<!-- Please describe exactly how to reproduce the problem. -->
1. Install awx via docker-compose.
2. Open web-UI.
3. Click on Views -> Jobs
##### EXPECTED RESULTS
<!-- What did you expect to happen when running the steps above? -->
The actual values of variables are shown.
##### ACTUAL RESULTS
<!-- What actually happened? -->
The variable names are shown.
##### ADDITIONAL INFORMATION
<!-- Include any links to sosreport, database dumps, screenshots or other
information. -->
See attached screenshots.
<img width="1126" alt="Screen Shot 2020-12-16 at 18 26 07" src="https://user-images.githubusercontent.com/19846542/102384983-97a5c080-3fcd-11eb-96fa-b79e81712fae.png">
<img width="841" alt="Screen Shot 2020-12-16 at 18 34 36" src="https://user-images.githubusercontent.com/19846542/102384987-983e5700-3fcd-11eb-9567-cfbbb6961eb8.png">
| priority | job view variables are printed instead of values issues are for concrete actionable bugs and feature requests only if you re just asking for debugging help or technical support please use we have to limit this because of limited volunteer time to respond to issues issue type bug report summary environment awx version awx install method docker on linux ansible version operating system debian web browser firefox steps to reproduce install awx via docker compose open web ui click on views jobs expected results the actual values of variables are shown actual results the variable names are shown additional information include any links to sosreport database dumps screenshots or other information see attached screenshots img width alt screen shot at src img width alt screen shot at src | 1 |
801,532 | 28,491,829,401 | IssuesEvent | 2023-04-18 11:48:04 | NIAEFEUP/uporto-schedule-scrapper | https://api.github.com/repos/NIAEFEUP/uporto-schedule-scrapper | closed | Database study | medium priority medium effort | Study a new database schema so that:
- A course can have multiple faculties;
- A professor has a table with his name, acronym and link;
Add other modifications you think might be necessary.
After the conclusion of the issue, it's necessary to rethink how to gather information. | 1.0 | Database study - Study a new database schema so that:
- A course can have multiple faculties;
- A professor has a table with his name, acronym and link;
Add other modifications you think might be necessary.
After the conclusion of the issue, it's necessary to rethink how to gather information. | priority | database study study a new database schema so that a course can have multiple faculties a professor has a table with his name acronym and link add other modifications you think might be necessary after the conclusion of the issue it s necessary to rethink how to gather information | 1 |
221,863 | 7,398,244,305 | IssuesEvent | 2018-03-19 04:55:42 | cuappdev/podcast-ios | https://api.github.com/repos/cuappdev/podcast-ios | closed | Look into listening history saving | Priority: Medium Status: In Progress | I've noticed my listening duration on an episode lags a bit from when I remember I was when opening the app back up again and starting up a podcast I was previously listening to. Anyone else experience this issue? | 1.0 | Look into listening history saving - I've noticed my listening duration on an episode lags a bit from when I remember I was when opening the app back up again and starting up a podcast I was previously listening to. Anyone else experience this issue? | priority | look into listening history saving i ve noticed my listening duration on an episode lags a bit from when i remember i was when opening the app back up again and starting up a podcast i was previously listening to anyone else experience this issue | 1 |
489,808 | 14,112,456,851 | IssuesEvent | 2020-11-07 05:27:22 | AY2021S1-CS2103-W14-4/tp | https://api.github.com/repos/AY2021S1-CS2103-W14-4/tp | closed | As a potential user, I want to have all the relevant contact details, store and retrieve stocks numbers I want displayed and highlighted quickly | priority.Medium type.Story | ... so that I can find the most important information without spending time looking through a long list of contacts. | 1.0 | As a potential user, I want to have all the relevant contact details, store and retrieve stocks numbers I want displayed and highlighted quickly - ... so that I can find the most important information without spending time looking through a long list of contacts. | priority | as a potential user i want to have all the relevant contact details store and retrieve stocks numbers i want displayed and highlighted quickly so that i can find the most important information without spending time looking through a long list of contacts | 1 |
147,127 | 5,634,206,104 | IssuesEvent | 2017-04-05 20:46:36 | paceuniversity/CS3892017teamZACS | https://api.github.com/repos/paceuniversity/CS3892017teamZACS | opened | Create add and delete feature on Favorites screen | 3 hrs Medium priority Sprint 2 Task 5 US 1 | The user should be able to add or delete charging station locations from favorites list | 1.0 | Create add and delete feature on Favorites screen - The user should be able to add or delete charging station locations from favorites list | priority | create add and delete feature on favorites screen the user should be able to add or delete charging station locations from favorites list | 1 |
19,556 | 2,622,152,830 | IssuesEvent | 2015-03-04 00:06:53 | byzhang/terrastore | https://api.github.com/repos/byzhang/terrastore | closed | Implement JMX monitoring | auto-migrated Priority-Medium Project-Terrastore Type-Feature | ```
JMX monitoring would be handy to display and verify several Terrastore
indicators.
In particular, there could be two kinds of indicators:
1) Data indicators: such as number of buckets, number of entries and alike.
2) Cluster indicators: such as number of nodes, distribution of entries
among nodes, amount of node-to-node communication, size of the
communication pipes.
```
Original issue reported on code.google.com by `sergio.b...@gmail.com` on 4 Dec 2009 at 9:34
* Merged into: #48 | 1.0 | Implement JMX monitoring - ```
JMX monitoring would be handy to display and verify several Terrastore
indicators.
In particular, there could be two kinds of indicators:
1) Data indicators: such as number of buckets, number of entries and alike.
2) Cluster indicators: such as number of nodes, distribution of entries
among nodes, amount of node-to-node communication, size of the
communication pipes.
```
Original issue reported on code.google.com by `sergio.b...@gmail.com` on 4 Dec 2009 at 9:34
* Merged into: #48 | priority | implement jmx monitoring jmx monitoring would be handy to display and verify several terrastore indicators in particular there could be two kinds of indicators data indicators such as number of buckets number of entries and alike cluster indicators such as number of nodes distribution of entries among nodes amount of node to node communication size of the communication pipes original issue reported on code google com by sergio b gmail com on dec at merged into | 1 |
586,104 | 17,569,696,416 | IssuesEvent | 2021-08-14 12:23:27 | Woundorf/foxreplace | https://api.github.com/repos/Woundorf/foxreplace | closed | Search box or filter to easily find a substitution in a long list | enhancement OpSys-All auto-migrated priority-medium ui usability | ```
Hi, I'd like to ask to add a substitution list organization, like organize by
word, type, replace word, etc. This way, when someone need to edit a word, it
would be easily found by it's alphabetical order, or if someone need to find a
word that is case sensitive, it would only need to click on "differentiate
uppercase/lowercase" and find it easily, or even adding a search box, that
would be great for people that have a huge substitution list, like me. =D
Thanks.
```
Original issue reported on code.google.com by `brunolop...@gmail.com` on 27 Feb 2014 at 4:48
| 1.0 | Search box or filter to easily find a substitution in a long list - ```
Hi, I'd like to ask to add a substitution list organization, like organize by
word, type, replace word, etc. This way, when someone need to edit a word, it
would be easily found by it's alphabetical order, or if someone need to find a
word that is case sensitive, it would only need to click on "differentiate
uppercase/lowercase" and find it easily, or even adding a search box, that
would be great for people that have a huge substitution list, like me. =D
Thanks.
```
Original issue reported on code.google.com by `brunolop...@gmail.com` on 27 Feb 2014 at 4:48
| priority | search box or filter to easily find a substitution in a long list hi i d like to ask to add a substitution list organization like organize by word type replace word etc this way when someone need to edit a word it would be easily found by it s alphabetical order or if someone need to find a word that is case sensitive it would only need to click on differentiate uppercase lowercase and find it easily or even adding a search box that would be great for people that have a huge substitution list like me d thanks original issue reported on code google com by brunolop gmail com on feb at | 1 |
315,313 | 9,608,894,858 | IssuesEvent | 2019-05-12 10:47:56 | LifeMC/LifeSkript | https://api.github.com/repos/LifeMC/LifeSkript | opened | Error with property expression | bug medium priority | **Describe the bug**
This error occurs when trying to get system property from an empty key
**To Reproduce**
1. Start server with Skript v2.2.14.
2. Write this to console: !property ""
**Expected behavior**
Expected no errors
**Screenshots**
N/A
**Version information:**
- Minecraft Version: 1.8.8
- Skript Version: 2.2.14
**Additional information**
```!property ""
[13:41:46 WARN]: Parse log wasn't instructed to print anything at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:838)
[13:41:46 WARN]: Parse log wasn't instructed to print anything at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:1030)
[13:41:46 WARN]: Parse log wasn't instructed to print anything at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1242)
[13:41:46 WARN]: Parse log wasn't instructed to print anything at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1284)
[13:41:46 WARN]: Parse log wasn't instructed to print anything at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:743)
[13:41:46 WARN]: Parse log wasn't instructed to print anything at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:161)
[13:41:46 WARN]: Retaining log wasn't instructed to print anything at ch.njol.skript.command.Commands.handleEffectCommand(Commands.java:369)
[13:41:46 ERROR]: #!#!
[13:41:46 ERROR]: #!#! [Skript] Severe Error:
[13:41:46 ERROR]: #!#! Unexpected error while executing effect command 'property ""' by 'CONSOLE'
[13:41:46 ERROR]: #!#!
[13:41:46 ERROR]: #!#! Something went horribly wrong with Skript.
[13:41:46 ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[13:41:46 ERROR]: #!#!
[13:41:46 ERROR]: #!#! If you're a server admin please go to https://github.com/LifeMC/LifeSkript/issues
[13:41:46 ERROR]: #!#! and check this issue has already been reported.
[13:41:46 ERROR]: #!#!
[13:41:46 ERROR]: #!#! If not please create a new issue with a meaningful title, copy & paste this whole error into it,
[13:41:46 ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[13:41:46 ERROR]: #!#!
[13:41:46 ERROR]: #!#! If you think that it's a code that's causing the error please post the code as well.
[13:41:46 ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[13:41:46 ERROR]: #!#!
[13:41:46 ERROR]: #!#! Also removing the -ea java argument, lowering the verbosity or removing the problematic addons may help.
[13:41:46 ERROR]: #!#!
[13:41:46 ERROR]: #!#! Stack trace:
[13:41:46 ERROR]: #!#! java.lang.IllegalArgumentException
[13:41:46 ERROR]: #!#! at java.lang.System.getProperty(System.java:446)
[13:41:46 ERROR]: #!#! at java.lang.System.getProperty(System.java:433)
[13:41:46 ERROR]: #!#! at ch.njol.skript.expressions.ExprProperty.get(ExprProperty.java:93)
[13:41:46 ERROR]: #!#! at ch.njol.skript.expressions.ExprProperty.toString(ExprProperty.java:83)
[13:41:46 ERROR]: #!#! at ch.njol.skript.lang.VariableString.newInstance(VariableString.java:240)
[13:41:46 ERROR]: #!#! at ch.njol.skript.lang.VariableString.newInstance(VariableString.java:95)
[13:41:46 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:785)
[13:41:46 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:874)
[13:41:46 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1314)
[13:41:46 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1235)
[13:41:46 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1267)
[13:41:46 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:702)
[13:41:46 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:153)
[13:41:46 ERROR]: #!#! at ch.njol.skript.lang.Effect.parse(Effect.java:64)
[13:41:46 ERROR]: #!#! at ch.njol.skript.command.Commands.handleEffectCommand(Commands.java:342)
[13:41:46 ERROR]: #!#! at ch.njol.skript.command.Commands.onServerCommand(Commands.java:237)
[13:41:46 ERROR]: #!#! at ch.njol.skript.command.Commands.lambda$4(Commands.java:624)
[13:41:46 ERROR]: #!#! at ch.njol.skript.command.Commands$$Lambda$64.000000001239F200.execute(Unknown Source)
[13:41:46 ERROR]: #!#! at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78)
[13:41:46 ERROR]: #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[13:41:46 ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501)
[13:41:46 ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486)
[13:41:46 ERROR]: #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.aO(DedicatedServer.java:411)
[13:41:46 ERROR]: #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:379)
[13:41:46 ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:715)
[13:41:46 ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:618)
[13:41:46 ERROR]: #!#! at java.lang.Thread.run(Thread.java:813)
[13:41:46 ERROR]: #!#!
[13:41:46 ERROR]: #!#! Version Information:
[13:41:46 ERROR]: #!#! Skript: 2.2.14 (latest)
[13:41:46 ERROR]: #!#! Bukkit: 1.8.8-R0.2-SNAPSHOT (git-TacoSpigot-"95870a93" (MC: 1.8.8))
[13:41:46 ERROR]: #!#! Minecraft: 1.8.8
[13:41:46 ERROR]: #!#! Java: 1.8.0_212 (Eclipse OpenJ9 VM openj9-0.14.0)
[13:41:46 ERROR]: #!#! OS: Windows 10 amd64 10.0 (64-bit)
[13:41:46 ERROR]: #!#!
[13:41:46 ERROR]: #!#! Server platform: Taco
[13:41:46 ERROR]: #!#!
[13:41:46 ERROR]: #!#! Current item: not available
[13:41:46 ERROR]: #!#! Current trigger: no trigger
[13:41:46 ERROR]: #!#!
[13:41:46 ERROR]: #!#! Thread: Server thread
[13:41:46 ERROR]: #!#!
[13:41:46 ERROR]: #!#! Language: English (system: en-US)
[13:41:46 ERROR]: #!#! Encoding: file = UTF-8 , jnu = UTF-8 , stderr = UTF-8 , stdout = UTF-8
[13:41:46 ERROR]: #!#!
[13:41:46 ERROR]: #!#!
[13:41:46 ERROR]: #!#! End of Error.
[13:41:46 ERROR]: #!#!
[13:41:46 INFO]: An internal error occurred while executing this effect. Please refer to the server log for details.``` | 1.0 | Error with property expression - **Describe the bug**
This error occurs when trying to get system property from an empty key
**To Reproduce**
1. Start server with Skript v2.2.14.
2. Write this to console: !property ""
**Expected behavior**
Expected no errors
**Screenshots**
N/A
**Version information:**
- Minecraft Version: 1.8.8
- Skript Version: 2.2.14
**Additional information**
```!property ""
[13:41:46 WARN]: Parse log wasn't instructed to print anything at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:838)
[13:41:46 WARN]: Parse log wasn't instructed to print anything at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:1030)
[13:41:46 WARN]: Parse log wasn't instructed to print anything at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1242)
[13:41:46 WARN]: Parse log wasn't instructed to print anything at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1284)
[13:41:46 WARN]: Parse log wasn't instructed to print anything at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:743)
[13:41:46 WARN]: Parse log wasn't instructed to print anything at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:161)
[13:41:46 WARN]: Retaining log wasn't instructed to print anything at ch.njol.skript.command.Commands.handleEffectCommand(Commands.java:369)
[13:41:46 ERROR]: #!#!
[13:41:46 ERROR]: #!#! [Skript] Severe Error:
[13:41:46 ERROR]: #!#! Unexpected error while executing effect command 'property ""' by 'CONSOLE'
[13:41:46 ERROR]: #!#!
[13:41:46 ERROR]: #!#! Something went horribly wrong with Skript.
[13:41:46 ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[13:41:46 ERROR]: #!#!
[13:41:46 ERROR]: #!#! If you're a server admin please go to https://github.com/LifeMC/LifeSkript/issues
[13:41:46 ERROR]: #!#! and check this issue has already been reported.
[13:41:46 ERROR]: #!#!
[13:41:46 ERROR]: #!#! If not please create a new issue with a meaningful title, copy & paste this whole error into it,
[13:41:46 ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[13:41:46 ERROR]: #!#!
[13:41:46 ERROR]: #!#! If you think that it's a code that's causing the error please post the code as well.
[13:41:46 ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[13:41:46 ERROR]: #!#!
[13:41:46 ERROR]: #!#! Also removing the -ea java argument, lowering the verbosity or removing the problematic addons may help.
[13:41:46 ERROR]: #!#!
[13:41:46 ERROR]: #!#! Stack trace:
[13:41:46 ERROR]: #!#! java.lang.IllegalArgumentException
[13:41:46 ERROR]: #!#! at java.lang.System.getProperty(System.java:446)
[13:41:46 ERROR]: #!#! at java.lang.System.getProperty(System.java:433)
[13:41:46 ERROR]: #!#! at ch.njol.skript.expressions.ExprProperty.get(ExprProperty.java:93)
[13:41:46 ERROR]: #!#! at ch.njol.skript.expressions.ExprProperty.toString(ExprProperty.java:83)
[13:41:46 ERROR]: #!#! at ch.njol.skript.lang.VariableString.newInstance(VariableString.java:240)
[13:41:46 ERROR]: #!#! at ch.njol.skript.lang.VariableString.newInstance(VariableString.java:95)
[13:41:46 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:785)
[13:41:46 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:874)
[13:41:46 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1314)
[13:41:46 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1235)
[13:41:46 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1267)
[13:41:46 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:702)
[13:41:46 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:153)
[13:41:46 ERROR]: #!#! at ch.njol.skript.lang.Effect.parse(Effect.java:64)
[13:41:46 ERROR]: #!#! at ch.njol.skript.command.Commands.handleEffectCommand(Commands.java:342)
[13:41:46 ERROR]: #!#! at ch.njol.skript.command.Commands.onServerCommand(Commands.java:237)
[13:41:46 ERROR]: #!#! at ch.njol.skript.command.Commands.lambda$4(Commands.java:624)
[13:41:46 ERROR]: #!#! at ch.njol.skript.command.Commands$$Lambda$64.000000001239F200.execute(Unknown Source)
[13:41:46 ERROR]: #!#! at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78)
[13:41:46 ERROR]: #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[13:41:46 ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501)
[13:41:46 ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486)
[13:41:46 ERROR]: #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.aO(DedicatedServer.java:411)
[13:41:46 ERROR]: #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:379)
[13:41:46 ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:715)
[13:41:46 ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:618)
[13:41:46 ERROR]: #!#! at java.lang.Thread.run(Thread.java:813)
[13:41:46 ERROR]: #!#!
[13:41:46 ERROR]: #!#! Version Information:
[13:41:46 ERROR]: #!#! Skript: 2.2.14 (latest)
[13:41:46 ERROR]: #!#! Bukkit: 1.8.8-R0.2-SNAPSHOT (git-TacoSpigot-"95870a93" (MC: 1.8.8))
[13:41:46 ERROR]: #!#! Minecraft: 1.8.8
[13:41:46 ERROR]: #!#! Java: 1.8.0_212 (Eclipse OpenJ9 VM openj9-0.14.0)
[13:41:46 ERROR]: #!#! OS: Windows 10 amd64 10.0 (64-bit)
[13:41:46 ERROR]: #!#!
[13:41:46 ERROR]: #!#! Server platform: Taco
[13:41:46 ERROR]: #!#!
[13:41:46 ERROR]: #!#! Current item: not available
[13:41:46 ERROR]: #!#! Current trigger: no trigger
[13:41:46 ERROR]: #!#!
[13:41:46 ERROR]: #!#! Thread: Server thread
[13:41:46 ERROR]: #!#!
[13:41:46 ERROR]: #!#! Language: English (system: en-US)
[13:41:46 ERROR]: #!#! Encoding: file = UTF-8 , jnu = UTF-8 , stderr = UTF-8 , stdout = UTF-8
[13:41:46 ERROR]: #!#!
[13:41:46 ERROR]: #!#!
[13:41:46 ERROR]: #!#! End of Error.
[13:41:46 ERROR]: #!#!
[13:41:46 INFO]: An internal error occurred while executing this effect. Please refer to the server log for details.``` | priority | error with property expression describe the bug this error occurs when trying to get system property from an empty key to reproduce start server with skript write this to console property expected behavior expected no errors screenshots n a version information minecraft version skript version additional information property parse log wasn t instructed to print anything at ch njol skript lang skriptparser parsesingleexpr skriptparser java parse log wasn t instructed to print anything at ch njol skript lang skriptparser parseexpression skriptparser java parse log wasn t instructed to print anything at ch njol skript lang skriptparser parse i skriptparser java parse log wasn t instructed to print anything at ch njol skript lang skriptparser parse i skriptparser java parse log wasn t instructed to print anything at ch njol skript lang skriptparser parse skriptparser java parse log wasn t instructed to print anything at ch njol skript lang skriptparser parse skriptparser java retaining log wasn t instructed to print anything at ch njol skript command commands handleeffectcommand commands java severe error unexpected error while executing effect command property by console something went horribly wrong with skript this issue is not your fault you probably can t fix it yourself either if you re a server admin please go to and check this issue has already been reported if not please create a new issue with a meaningful title copy paste this whole error into it and describe what you did before it happened and or what you think caused the error if you think that it s a code that s causing the error please post the code as well by following this guide fixing the error should be easy and done fast also removing the ea java argument lowering the verbosity or removing the problematic addons may help stack trace java lang illegalargumentexception at java lang system getproperty system java at java lang system getproperty system java at ch njol skript expressions exprproperty get exprproperty java at ch njol skript expressions exprproperty tostring exprproperty java at ch njol skript lang variablestring newinstance variablestring java at ch njol skript lang variablestring newinstance variablestring java at ch njol skript lang skriptparser parsesingleexpr skriptparser java at ch njol skript lang skriptparser parseexpression skriptparser java at ch njol skript lang skriptparser parse i skriptparser java at ch njol skript lang skriptparser parse i skriptparser java at ch njol skript lang skriptparser parse i skriptparser java at ch njol skript lang skriptparser parse skriptparser java at ch njol skript lang skriptparser parse skriptparser java at ch njol skript lang effect parse effect java at ch njol skript command commands handleeffectcommand commands java at ch njol skript command commands onservercommand commands java at ch njol skript command commands lambda commands java at ch njol skript command commands lambda execute unknown source at co aikar timings timedeventexecutor execute timedeventexecutor java at org bukkit plugin registeredlistener callevent registeredlistener java at org bukkit plugin simplepluginmanager fireevent simplepluginmanager java at org bukkit plugin simplepluginmanager callevent simplepluginmanager java at net minecraft server dedicatedserver ao dedicatedserver java at net minecraft server dedicatedserver b dedicatedserver java at net minecraft server minecraftserver a minecraftserver java at net minecraft server minecraftserver run minecraftserver java at java lang thread run thread java version information skript latest bukkit snapshot git tacospigot mc minecraft java eclipse vm os windows bit server platform taco current item not available current trigger no trigger thread server thread language english system en us encoding file utf jnu utf stderr utf stdout utf end of error an internal error occurred while executing this effect please refer to the server log for details | 1 |
758,303 | 26,549,605,051 | IssuesEvent | 2023-01-20 05:57:44 | arwes/arwes | https://api.github.com/repos/arwes/arwes | closed | Research SEO support for animated components | package: animator complexity: medium type: research status: help wanted priority: medium | A public web page using Arwes animation-enabled components should be able to be optimized for web crawling and support SEO recommendations.
Since an animated component by default is mounted with the status "exited" and the HTML elements are usually hidden, there should be research to find out what are the best practices for the website using Arwes to have a good SEO score.
Since a website using Arwes may use SSR (server-side-rendering) when the components are enabled to be animated, an example hypothetical component for a page may look like this:
```html
<main class="main">
<h1>Bird</h1>
<p>Birds are a group of warm-blooded vertebrates constituting the class Aves, characterized by feathers, toothless beaked
jaws, the laying of hard-shelled eggs, a high metabolic rate, a four-chambered heart, and a strong yet lightweight
skeleton.</p>
</main>
```
The initial styles may be:
```css
.main {
opacity: 0;
}
```
Using the [anime](https://animejs.com) animation library on page load:
```js
anime({
targets: document.querySelector('.main'),
opacity: [0, 1]
});
```
Using the example animated component above:
- [x] Research SEO support and recommendations for animated HTML elements.
- [x] Are there better alternatives to animated components with initial hidden features on page load for SEO purposes?
- [x] Discuss the findings in this ticket.
According to the results of this finding, there may be following tasks. | 1.0 | Research SEO support for animated components - A public web page using Arwes animation-enabled components should be able to be optimized for web crawling and support SEO recommendations.
Since an animated component by default is mounted with the status "exited" and the HTML elements are usually hidden, there should be research to find out what are the best practices for the website using Arwes to have a good SEO score.
Since a website using Arwes may use SSR (server-side-rendering) when the components are enabled to be animated, an example hypothetical component for a page may look like this:
```html
<main class="main">
<h1>Bird</h1>
<p>Birds are a group of warm-blooded vertebrates constituting the class Aves, characterized by feathers, toothless beaked
jaws, the laying of hard-shelled eggs, a high metabolic rate, a four-chambered heart, and a strong yet lightweight
skeleton.</p>
</main>
```
The initial styles may be:
```css
.main {
opacity: 0;
}
```
Using the [anime](https://animejs.com) animation library on page load:
```js
anime({
targets: document.querySelector('.main'),
opacity: [0, 1]
});
```
Using the example animated component above:
- [x] Research SEO support and recommendations for animated HTML elements.
- [x] Are there better alternatives to animated components with initial hidden features on page load for SEO purposes?
- [x] Discuss the findings in this ticket.
According to the results of this finding, there may be following tasks. | priority | research seo support for animated components a public web page using arwes animation enabled components should be able to be optimized for web crawling and support seo recommendations since an animated component by default is mounted with the status exited and the html elements are usually hidden there should be research to find out what are the best practices for the website using arwes to have a good seo score since a website using arwes may use ssr server side rendering when the components are enabled to be animated an example hypothetical component for a page may look like this html bird birds are a group of warm blooded vertebrates constituting the class aves characterized by feathers toothless beaked jaws the laying of hard shelled eggs a high metabolic rate a four chambered heart and a strong yet lightweight skeleton the initial styles may be css main opacity using the animation library on page load js anime targets document queryselector main opacity using the example animated component above research seo support and recommendations for animated html elements are there better alternatives to animated components with initial hidden features on page load for seo purposes discuss the findings in this ticket according to the results of this finding there may be following tasks | 1 |
631,829 | 20,161,224,349 | IssuesEvent | 2022-02-09 21:47:51 | civictechindex/CTI-website-frontend | https://api.github.com/repos/civictechindex/CTI-website-frontend | opened | Pre-Work Template: Product Manager | role: product management size: medium feature: onboarding Priority: Medium size: 2pt milestone: missing | ### Overview
New members should have a clear onboarding path to have them quickly become contributing members of the team.
### Action Items
- [ ] Develop Wiki to include resources, important issues to review, process of creating issues and relevant information to the project
- [ ] Add page to Wiki explaining how to use these resources guiding the new member through the information onto their first issue
### Resources/Instructions
- [ ] [See other onboarding issues](https://github.com/civictechindex/CTI-website-frontend/projects/1?card_filter_query=label%3A%22feature%3A+onboarding%22)
| 1.0 | Pre-Work Template: Product Manager - ### Overview
New members should have a clear onboarding path to have them quickly become contributing members of the team.
### Action Items
- [ ] Develop Wiki to include resources, important issues to review, process of creating issues and relevant information to the project
- [ ] Add page to Wiki explaining how to use these resources guiding the new member through the information onto their first issue
### Resources/Instructions
- [ ] [See other onboarding issues](https://github.com/civictechindex/CTI-website-frontend/projects/1?card_filter_query=label%3A%22feature%3A+onboarding%22)
| priority | pre work template product manager overview new members should have a clear onboarding path to have them quickly become contributing members of the team action items develop wiki to include resources important issues to review process of creating issues and relevant information to the project add page to wiki explaining how to use these resources guiding the new member through the information onto their first issue resources instructions | 1 |
420,051 | 12,232,344,974 | IssuesEvent | 2020-05-04 09:31:06 | osmontrouge/caresteouvert | https://api.github.com/repos/osmontrouge/caresteouvert | closed | Volet latéral : bouton d'accès aux filtres, boutons "Livraison" et "Vente à emporter", réorganisation des boutons | User Experience priority: medium | Bonjour,
Quelques réflexions sur le volet latéral et les boutons.
**Bouton et liste des filtres**
=====================================
Je constate l'arrivée du "big bouton" de menu ;-)
Alors franchement je trouve que ce n'est pas terrible
- certains boutons sont "coupés"
- on n'a plus de vue d'ensemble de ce que contient la catégorie
**Exemple 1**

**Exemple 2**

Je crois qu'il serait judicieux de **faire apparaître deux ou trois "lignes" de boutons**
Pour des catégories où il y a très peu de filtres du genre "Tabac & alcool" (seulement 3 boutons) il faudrait tout afficher d'emblée
Ne vaudrait-il pas mieux avoir ceci ?


**Boutons "Livraison" et "Vente à emporter"**
=====================================
La séparation des **boutons "Livraison" et "Vente à emporter"** avec les autres boutons par un trait est un minimum.
Si la couleur (comme je l'avais suggéré) ne va pas alors il faut trouver autre chose pour les démarquer visuellement.
Par exemple la forme (rectangle) une bordure ,...
Voir :


Réorganisation des boutons de filtres
=====================================
Je trouve que le gros problème des boutons est la façon dont ils s'affichent dans le volet.
Ils sont très "dispersés"
Cela fait apparaître comme des "trous"
J'ai mis un moment à m'apercevoir que c'était classé par ordre alphabétique.
Est-ce bien indispensable ? Il n' y a pas des centaines de boutons.
Je pense qu'il sera plus logique que **les boutons se regroupent automatiquement en fonction de la taille de chacun** afin de combler ces "trous"
Est-ce possible ?
Voilà ce que ça donne :


| 1.0 | Volet latéral : bouton d'accès aux filtres, boutons "Livraison" et "Vente à emporter", réorganisation des boutons - Bonjour,
Quelques réflexions sur le volet latéral et les boutons.
**Bouton et liste des filtres**
=====================================
Je constate l'arrivée du "big bouton" de menu ;-)
Alors franchement je trouve que ce n'est pas terrible
- certains boutons sont "coupés"
- on n'a plus de vue d'ensemble de ce que contient la catégorie
**Exemple 1**

**Exemple 2**

Je crois qu'il serait judicieux de **faire apparaître deux ou trois "lignes" de boutons**
Pour des catégories où il y a très peu de filtres du genre "Tabac & alcool" (seulement 3 boutons) il faudrait tout afficher d'emblée
Ne vaudrait-il pas mieux avoir ceci ?


**Boutons "Livraison" et "Vente à emporter"**
=====================================
La séparation des **boutons "Livraison" et "Vente à emporter"** avec les autres boutons par un trait est un minimum.
Si la couleur (comme je l'avais suggéré) ne va pas alors il faut trouver autre chose pour les démarquer visuellement.
Par exemple la forme (rectangle) une bordure ,...
Voir :


Réorganisation des boutons de filtres
=====================================
Je trouve que le gros problème des boutons est la façon dont ils s'affichent dans le volet.
Ils sont très "dispersés"
Cela fait apparaître comme des "trous"
J'ai mis un moment à m'apercevoir que c'était classé par ordre alphabétique.
Est-ce bien indispensable ? Il n' y a pas des centaines de boutons.
Je pense qu'il sera plus logique que **les boutons se regroupent automatiquement en fonction de la taille de chacun** afin de combler ces "trous"
Est-ce possible ?
Voilà ce que ça donne :


| priority | volet latéral bouton d accès aux filtres boutons livraison et vente à emporter réorganisation des boutons bonjour quelques réflexions sur le volet latéral et les boutons bouton et liste des filtres je constate l arrivée du big bouton de menu alors franchement je trouve que ce n est pas terrible certains boutons sont coupés on n a plus de vue d ensemble de ce que contient la catégorie exemple exemple je crois qu il serait judicieux de faire apparaître deux ou trois lignes de boutons pour des catégories où il y a très peu de filtres du genre tabac alcool seulement boutons il faudrait tout afficher d emblée ne vaudrait il pas mieux avoir ceci boutons livraison et vente à emporter la séparation des boutons livraison et vente à emporter avec les autres boutons par un trait est un minimum si la couleur comme je l avais suggéré ne va pas alors il faut trouver autre chose pour les démarquer visuellement par exemple la forme rectangle une bordure voir réorganisation des boutons de filtres je trouve que le gros problème des boutons est la façon dont ils s affichent dans le volet ils sont très dispersés cela fait apparaître comme des trous j ai mis un moment à m apercevoir que c était classé par ordre alphabétique est ce bien indispensable il n y a pas des centaines de boutons je pense qu il sera plus logique que les boutons se regroupent automatiquement en fonction de la taille de chacun afin de combler ces trous est ce possible voilà ce que ça donne | 1 |
30,317 | 2,723,450,271 | IssuesEvent | 2015-04-14 12:42:32 | CruxFramework/crux-widgets | https://api.github.com/repos/CruxFramework/crux-widgets | closed | Create a mechanism for not displaying the "select all rows" checkbox on grids having rowSelection=multipleWithCheckBox | CruxWidgetsLibrary enhancement imported Milestone-2.2.1 Priority-Medium | _From [gessedafe@gmail.com](https://code.google.com/u/gessedafe@gmail.com/) on April 13, 2010 12:04:34_
Create a mechanism for not displaying the "select all rows" checkbox on
grids having rowSelection=multipleWithCheckBox
_Original issue: http://code.google.com/p/crux-framework/issues/detail?id=66_ | 1.0 | Create a mechanism for not displaying the "select all rows" checkbox on grids having rowSelection=multipleWithCheckBox - _From [gessedafe@gmail.com](https://code.google.com/u/gessedafe@gmail.com/) on April 13, 2010 12:04:34_
Create a mechanism for not displaying the "select all rows" checkbox on
grids having rowSelection=multipleWithCheckBox
_Original issue: http://code.google.com/p/crux-framework/issues/detail?id=66_ | priority | create a mechanism for not displaying the select all rows checkbox on grids having rowselection multiplewithcheckbox from on april create a mechanism for not displaying the select all rows checkbox on grids having rowselection multiplewithcheckbox original issue | 1 |
584,828 | 17,465,276,221 | IssuesEvent | 2021-08-06 15:54:53 | CookieJarApps/SmartCookieWeb | https://api.github.com/repos/CookieJarApps/SmartCookieWeb | closed | [Feature] Browser fingerprint protection | enhancement stale P2: Medium priority | ### Describe the feature you want
Currently, browser fingerprinting is an effective and widely used tracking method. Some browsers, such as Brave, Bromite, Firefox (if configured) have browser fingerprint protection. | 1.0 | [Feature] Browser fingerprint protection - ### Describe the feature you want
Currently, browser fingerprinting is an effective and widely used tracking method. Some browsers, such as Brave, Bromite, Firefox (if configured) have browser fingerprint protection. | priority | browser fingerprint protection describe the feature you want currently browser fingerprinting is an effective and widely used tracking method some browsers such as brave bromite firefox if configured have browser fingerprint protection | 1 |
460,517 | 13,211,658,643 | IssuesEvent | 2020-08-16 00:54:35 | 2-of-clubs/2ofclubs-server | https://api.github.com/repos/2-of-clubs/2ofclubs-server | opened | Filter usernames | Backend: Enhancement Priority: Medium | - [ ] Usernames should be prefiltered before the 2ofClubs admin reviews them. (This reduces the amount of work that the admin would have to do when approving)
See https://www.cs.cmu.edu/~biglou/resources/ | 1.0 | Filter usernames - - [ ] Usernames should be prefiltered before the 2ofClubs admin reviews them. (This reduces the amount of work that the admin would have to do when approving)
See https://www.cs.cmu.edu/~biglou/resources/ | priority | filter usernames usernames should be prefiltered before the admin reviews them this reduces the amount of work that the admin would have to do when approving see | 1 |
765,564 | 26,852,052,726 | IssuesEvent | 2023-02-03 11:50:54 | uhh-cms/columnflow | https://api.github.com/repos/uhh-cms/columnflow | opened | Prettify ratio histogram showing shifted distributions | medium-priority plotting | When creating a plot with `cf.PlotShiftedVariables1D`, the ratio pad is comparing the up/down shifted histograms with the nominal one

The two ratio lines are shown as histograms which leads to weird lines in case some bins are empty. Maybe it would be possible if those lines are removed by forcing that those bins lay exactly on top of the central "nominal" one. | 1.0 | Prettify ratio histogram showing shifted distributions - When creating a plot with `cf.PlotShiftedVariables1D`, the ratio pad is comparing the up/down shifted histograms with the nominal one

The two ratio lines are shown as histograms which leads to weird lines in case some bins are empty. Maybe it would be possible if those lines are removed by forcing that those bins lay exactly on top of the central "nominal" one. | priority | prettify ratio histogram showing shifted distributions when creating a plot with cf the ratio pad is comparing the up down shifted histograms with the nominal one the two ratio lines are shown as histograms which leads to weird lines in case some bins are empty maybe it would be possible if those lines are removed by forcing that those bins lay exactly on top of the central nominal one | 1 |
281,362 | 8,694,317,427 | IssuesEvent | 2018-12-04 12:17:22 | telerik/kendo-ui-core | https://api.github.com/repos/telerik/kendo-ui-core | opened | Incorrect rounding when value exceeds formatting | Bug C: Spreadsheet Kendo2 Priority 5 SEV: Medium | ### Bug report
Having a formatting to limit up to 2 decimal points will not round the based on third one.
Regression from 2018.3.911.
### Reproduction of the problem
https://dojo.telerik.com/ovUvoPEK
### Current behavior
With formatting #,##0.00 and value is 4.009 the formatted number is 4.00.
### Expected/desired behavior
The formatted number to be 4.01.
https://dojo.telerik.com/ocedUWEJ
### Environment
* **Kendo UI version:** 2018.3.1017
| 1.0 | Incorrect rounding when value exceeds formatting - ### Bug report
Having a formatting to limit up to 2 decimal points will not round the based on third one.
Regression from 2018.3.911.
### Reproduction of the problem
https://dojo.telerik.com/ovUvoPEK
### Current behavior
With formatting #,##0.00 and value is 4.009 the formatted number is 4.00.
### Expected/desired behavior
The formatted number to be 4.01.
https://dojo.telerik.com/ocedUWEJ
### Environment
* **Kendo UI version:** 2018.3.1017
| priority | incorrect rounding when value exceeds formatting bug report having a formatting to limit up to decimal points will not round the based on third one regression from reproduction of the problem current behavior with formatting and value is the formatted number is expected desired behavior the formatted number to be environment kendo ui version | 1 |
619,532 | 19,528,979,996 | IssuesEvent | 2021-12-30 13:19:49 | pystardust/ani-cli | https://api.github.com/repos/pystardust/ani-cli | closed | Add Mac OS instructions to README | type: enhancement os: mac Priority 2: medium | Since there have been a few issues regarding setid not being a thing on mac and the requirement for util-linux over the past months, maybe integrate that into the README along with other pitfalls | 1.0 | Add Mac OS instructions to README - Since there have been a few issues regarding setid not being a thing on mac and the requirement for util-linux over the past months, maybe integrate that into the README along with other pitfalls | priority | add mac os instructions to readme since there have been a few issues regarding setid not being a thing on mac and the requirement for util linux over the past months maybe integrate that into the readme along with other pitfalls | 1 |
595,375 | 18,064,821,353 | IssuesEvent | 2021-09-20 17:49:48 | fosscord/fosscord-server | https://api.github.com/repos/fosscord/fosscord-server | opened | Message layer security for end to end encryption | enhancement api gateway event medium priority | Mesage Layer Security is a cryptography protocol by IETF that is designed to transport end to end encrypted messages over untrusted intermediaries. This is going to be the basis of end-to-end encrypted channels (#322).
https://datatracker.ietf.org/doc/html/draft-ietf-mls-protocol | 1.0 | Message layer security for end to end encryption - Mesage Layer Security is a cryptography protocol by IETF that is designed to transport end to end encrypted messages over untrusted intermediaries. This is going to be the basis of end-to-end encrypted channels (#322).
https://datatracker.ietf.org/doc/html/draft-ietf-mls-protocol | priority | message layer security for end to end encryption mesage layer security is a cryptography protocol by ietf that is designed to transport end to end encrypted messages over untrusted intermediaries this is going to be the basis of end to end encrypted channels | 1 |
57,755 | 3,083,752,260 | IssuesEvent | 2015-08-24 11:03:42 | pavel-pimenov/flylinkdc-r5xx | https://api.github.com/repos/pavel-pimenov/flylinkdc-r5xx | closed | [r4xx] При открытии файл-листа из окна поиска не происходит поиск файла, а открывается корень | bug imported Priority-Medium | _From [Pavel.Pimenov@gmail.com](https://code.google.com/u/Pavel.Pimenov@gmail.com/) on July 03, 2013 12:34:01_
Проблема в том, что в окне поиска, когда нажимаешь на искомом файле "список файлов", то перебрасывает не к самому файлу, а в корень расшаренных папок искомого юзера.
_Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=1072_ | 1.0 | [r4xx] При открытии файл-листа из окна поиска не происходит поиск файла, а открывается корень - _From [Pavel.Pimenov@gmail.com](https://code.google.com/u/Pavel.Pimenov@gmail.com/) on July 03, 2013 12:34:01_
Проблема в том, что в окне поиска, когда нажимаешь на искомом файле "список файлов", то перебрасывает не к самому файлу, а в корень расшаренных папок искомого юзера.
_Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=1072_ | priority | при открытии файл листа из окна поиска не происходит поиск файла а открывается корень from on july проблема в том что в окне поиска когда нажимаешь на искомом файле список файлов то перебрасывает не к самому файлу а в корень расшаренных папок искомого юзера original issue | 1 |
57,539 | 3,082,704,716 | IssuesEvent | 2015-08-24 00:20:25 | magro/memcached-session-manager | https://api.github.com/repos/magro/memcached-session-manager | closed | Improve lockingStrategy "auto": add HTTP method to url identification | enhancement imported Milestone-1.6.2 Priority-Medium | _From [martin.grotzke](https://code.google.com/u/martin.grotzke/) on June 09, 2012 21:19:34_
The lockingStrategy "auto" currently uses the requestURI (and queryString for GETs) to track readonly/modifying requests. This should be changed to also take the request method into account.
_Original issue: http://code.google.com/p/memcached-session-manager/issues/detail?id=140_ | 1.0 | Improve lockingStrategy "auto": add HTTP method to url identification - _From [martin.grotzke](https://code.google.com/u/martin.grotzke/) on June 09, 2012 21:19:34_
The lockingStrategy "auto" currently uses the requestURI (and queryString for GETs) to track readonly/modifying requests. This should be changed to also take the request method into account.
_Original issue: http://code.google.com/p/memcached-session-manager/issues/detail?id=140_ | priority | improve lockingstrategy auto add http method to url identification from on june the lockingstrategy auto currently uses the requesturi and querystring for gets to track readonly modifying requests this should be changed to also take the request method into account original issue | 1 |
413,099 | 12,060,378,087 | IssuesEvent | 2020-04-15 21:05:19 | argoproj/argo-cd | https://api.github.com/repos/argoproj/argo-cd | closed | argocd repo add = Unimplemented desc = unknown method CreateRepository" | bug bug/priority:medium bug/severity:minor workaround | argocd version: v1.2.0
Can add the repo via argocd GUI, but need to do it in CI pipeline via argocd cli.
argocd repo add $URL --username $USERNAME --password $PSW --insecure
returns level=fatal msg="rpc error: code = Unimplemented desc = unknown method CreateRepository"
| 1.0 | argocd repo add = Unimplemented desc = unknown method CreateRepository" - argocd version: v1.2.0
Can add the repo via argocd GUI, but need to do it in CI pipeline via argocd cli.
argocd repo add $URL --username $USERNAME --password $PSW --insecure
returns level=fatal msg="rpc error: code = Unimplemented desc = unknown method CreateRepository"
| priority | argocd repo add unimplemented desc unknown method createrepository argocd version can add the repo via argocd gui but need to do it in ci pipeline via argocd cli argocd repo add url username username password psw insecure returns level fatal msg rpc error code unimplemented desc unknown method createrepository | 1 |
601,227 | 18,391,832,235 | IssuesEvent | 2021-10-12 06:53:08 | yjunechoe/ggtrace | https://api.github.com/repos/yjunechoe/ggtrace | opened | refactor the check for a method already being traced out of gguntrace | priority: medium | might want to use this for tests | 1.0 | refactor the check for a method already being traced out of gguntrace - might want to use this for tests | priority | refactor the check for a method already being traced out of gguntrace might want to use this for tests | 1 |
139,101 | 5,356,604,404 | IssuesEvent | 2017-02-20 16:04:30 | Baystation12/Baystation12 | https://api.github.com/repos/Baystation12/Baystation12 | closed | Admin card interactions on Modular computers no longer function | priority: medium | <!--
If a specific field doesn't apply, remove it!
Anything inside tags like these is a comment and will not be displayed in the final issue.
Be careful not to write inside them!
Joke or spammed issues can and will result in punishment.
PUT YOUR ANSWERS ON THE BLANK LINES BELOW THE HEADERS
(The lines with four #'s)
Don't edit them or delete them it's part of the formatting
-->
#### Description of issue
Admin ID card is no longer parsed when ghost interacting with modular computers.
@atlantiscze
#### Specific information for locating
<!-- e.g. an object name, paste specific message outputs... -->
Has not been a problem until this was merged: https://github.com/Baystation12/Baystation12/pull/15656
#### Length of time in which bug has been known to occur
<!--
Be specific if you approximately know the time it's been occurring
for—this can speed up finding the source. If you're not sure
about it, tell us too!
-->
At least as of today.
#### Client version, Server revision & Game ID
<!-- Found with the "Show server revision" verb in the OOC tab in game. -->
Client Version: 510
Server Revision: 155c627e67f3b39e127eab9f8f6a23b282d40f16 - dev -
Game ID: bM2-aJZf
#### Issue bingo
Please check whatever applies. More checkboxes checked increase your chances of the issue being looked at sooner.
<!-- Check these by writing an x inside the [ ] (like this: [x])-->
<!-- Don't forget to remove the space between the brackets, or it won't work! -->
- [x] Issue could be reproduced at least once
- [x] Issue could be reproduced by different players
- [ ] Issue could be reproduced in multiple rounds
- [x] Issue happened in a recent (less than 7 days ago) round
- [x] [Couldn't find an existing issue about this](https://github.com/Baystation12/Baystation12/issues)
| 1.0 | Admin card interactions on Modular computers no longer function - <!--
If a specific field doesn't apply, remove it!
Anything inside tags like these is a comment and will not be displayed in the final issue.
Be careful not to write inside them!
Joke or spammed issues can and will result in punishment.
PUT YOUR ANSWERS ON THE BLANK LINES BELOW THE HEADERS
(The lines with four #'s)
Don't edit them or delete them it's part of the formatting
-->
#### Description of issue
Admin ID card is no longer parsed when ghost interacting with modular computers.
@atlantiscze
#### Specific information for locating
<!-- e.g. an object name, paste specific message outputs... -->
Has not been a problem until this was merged: https://github.com/Baystation12/Baystation12/pull/15656
#### Length of time in which bug has been known to occur
<!--
Be specific if you approximately know the time it's been occurring
for—this can speed up finding the source. If you're not sure
about it, tell us too!
-->
At least as of today.
#### Client version, Server revision & Game ID
<!-- Found with the "Show server revision" verb in the OOC tab in game. -->
Client Version: 510
Server Revision: 155c627e67f3b39e127eab9f8f6a23b282d40f16 - dev -
Game ID: bM2-aJZf
#### Issue bingo
Please check whatever applies. More checkboxes checked increase your chances of the issue being looked at sooner.
<!-- Check these by writing an x inside the [ ] (like this: [x])-->
<!-- Don't forget to remove the space between the brackets, or it won't work! -->
- [x] Issue could be reproduced at least once
- [x] Issue could be reproduced by different players
- [ ] Issue could be reproduced in multiple rounds
- [x] Issue happened in a recent (less than 7 days ago) round
- [x] [Couldn't find an existing issue about this](https://github.com/Baystation12/Baystation12/issues)
| priority | admin card interactions on modular computers no longer function if a specific field doesn t apply remove it anything inside tags like these is a comment and will not be displayed in the final issue be careful not to write inside them joke or spammed issues can and will result in punishment put your answers on the blank lines below the headers the lines with four s don t edit them or delete them it s part of the formatting description of issue admin id card is no longer parsed when ghost interacting with modular computers atlantiscze specific information for locating has not been a problem until this was merged length of time in which bug has been known to occur be specific if you approximately know the time it s been occurring for—this can speed up finding the source if you re not sure about it tell us too at least as of today client version server revision game id client version server revision dev game id ajzf issue bingo please check whatever applies more checkboxes checked increase your chances of the issue being looked at sooner issue could be reproduced at least once issue could be reproduced by different players issue could be reproduced in multiple rounds issue happened in a recent less than days ago round | 1 |
647,197 | 21,094,630,579 | IssuesEvent | 2022-04-04 09:09:06 | AY2122S2-CS2103T-T12-4/tp | https://api.github.com/repos/AY2122S2-CS2103T-T12-4/tp | closed | [PE-D] Misleading phrasing for Alert in README.md | priority.Medium | In the README.md,

I got the impression that NUS Classes would send a reminder, even if the app is closed. Or it might interact with the calendar. However, the real functionality is the showing of tasks in different colour. It should be phrased better the readme so as to not mislead the user
<!--session: 1648793079029-094b23bf-c065-4806-bff4-e64ce7b438fa-->
<!--Version: Web v3.4.2-->
-------------
Labels: `severity.VeryLow` `type.DocumentationBug`
original: ian-from-dover/ped#8 | 1.0 | [PE-D] Misleading phrasing for Alert in README.md - In the README.md,

I got the impression that NUS Classes would send a reminder, even if the app is closed. Or it might interact with the calendar. However, the real functionality is the showing of tasks in different colour. It should be phrased better the readme so as to not mislead the user
<!--session: 1648793079029-094b23bf-c065-4806-bff4-e64ce7b438fa-->
<!--Version: Web v3.4.2-->
-------------
Labels: `severity.VeryLow` `type.DocumentationBug`
original: ian-from-dover/ped#8 | priority | misleading phrasing for alert in readme md in the readme md i got the impression that nus classes would send a reminder even if the app is closed or it might interact with the calendar however the real functionality is the showing of tasks in different colour it should be phrased better the readme so as to not mislead the user labels severity verylow type documentationbug original ian from dover ped | 1 |
699,331 | 24,012,339,065 | IssuesEvent | 2022-09-14 20:03:33 | callmegiorgio/cvm | https://api.github.com/repos/callmegiorgio/cvm | closed | Generating balances from DFP of 2018 raises AccountLayoutError | Type: Bug Priority: Medium Status: In Progress | ### Description
Generating the balance sheet and/or the income statement from DFP documents read with `dfpitr_reader()` raise the exception `AccountLayoutError`.
### Steps to reproduce
1. Download the DFP file of 2018
2. Read `DFPITR` documents from that file by calling `dfpitr_reader()`
3. Generate the balance sheet of each document by calling `BalanceSheet.from_dfpitr()`
4. Generate the income statement of each document by calling `IncomeStatement.from_dfpitr()`
5. See exception
### Expected behavior
`BalanceSheet` and `IncomeStatement` are generated.
### Actual behavior
Exception `AccountLayoutError` is raised.
For example, when running the samples program `print_balances.py` and passing the DFP of 2018 as argument, it outputs:
```
...
=================================
BRB BCO DE BRASILIA S.A. (2018-12-31, versão: 1)
o DFP/ITR não tem balanço consolidado
=================================
BRB BCO DE BRASILIA S.A. (2018-12-31, versão: 2)
erro: invalid BPA or BPP: ["IndustrialBPAValidator: invalid account name 'Caixa e Equivalentes de Caixa' at index 1 (expected: 'Ativo Circulante')", "FinancialBPPValidator: invalid account name 'Passivos Financeiros ao Valor Justo através do Resultado' at index 1 (expected: 'Passivos Financeiros para Negociação')", "InsuranceBPAValidator: invalid account name 'Caixa e Equivalentes de Caixa' at index 1 (expected: 'Ativo Circulante')"]
=================================
CENTRAIS ELET BRAS S.A. - ELETROBRAS (2018-12-31, versão: 1)
...
``` | 1.0 | Generating balances from DFP of 2018 raises AccountLayoutError - ### Description
Generating the balance sheet and/or the income statement from DFP documents read with `dfpitr_reader()` raise the exception `AccountLayoutError`.
### Steps to reproduce
1. Download the DFP file of 2018
2. Read `DFPITR` documents from that file by calling `dfpitr_reader()`
3. Generate the balance sheet of each document by calling `BalanceSheet.from_dfpitr()`
4. Generate the income statement of each document by calling `IncomeStatement.from_dfpitr()`
5. See exception
### Expected behavior
`BalanceSheet` and `IncomeStatement` are generated.
### Actual behavior
Exception `AccountLayoutError` is raised.
For example, when running the samples program `print_balances.py` and passing the DFP of 2018 as argument, it outputs:
```
...
=================================
BRB BCO DE BRASILIA S.A. (2018-12-31, versão: 1)
o DFP/ITR não tem balanço consolidado
=================================
BRB BCO DE BRASILIA S.A. (2018-12-31, versão: 2)
erro: invalid BPA or BPP: ["IndustrialBPAValidator: invalid account name 'Caixa e Equivalentes de Caixa' at index 1 (expected: 'Ativo Circulante')", "FinancialBPPValidator: invalid account name 'Passivos Financeiros ao Valor Justo através do Resultado' at index 1 (expected: 'Passivos Financeiros para Negociação')", "InsuranceBPAValidator: invalid account name 'Caixa e Equivalentes de Caixa' at index 1 (expected: 'Ativo Circulante')"]
=================================
CENTRAIS ELET BRAS S.A. - ELETROBRAS (2018-12-31, versão: 1)
...
``` | priority | generating balances from dfp of raises accountlayouterror description generating the balance sheet and or the income statement from dfp documents read with dfpitr reader raise the exception accountlayouterror steps to reproduce download the dfp file of read dfpitr documents from that file by calling dfpitr reader generate the balance sheet of each document by calling balancesheet from dfpitr generate the income statement of each document by calling incomestatement from dfpitr see exception expected behavior balancesheet and incomestatement are generated actual behavior exception accountlayouterror is raised for example when running the samples program print balances py and passing the dfp of as argument it outputs brb bco de brasilia s a versão o dfp itr não tem balanço consolidado brb bco de brasilia s a versão erro invalid bpa or bpp centrais elet bras s a eletrobras versão | 1 |
647,117 | 21,092,441,456 | IssuesEvent | 2022-04-04 07:05:59 | PazerOP/tf2_bot_detector | https://api.github.com/repos/PazerOP/tf2_bot_detector | opened | [BUG] TF2 crashes right after loading up while using the tool | Type: Bug Priority: Medium |
Using v1.2.1.934, it launches the game, but spits out "TF2 not yet accepting RCON connections. Retrying..." Then just as the game crashes, it blinks "Unexpected error: Failed to receive data on a socket: An existing connection was forcibly removed by the remote host. : actual received size was -1
It was working for quite some time, but a week or so ago I noticed that the game would crash at random whenever I would que for casual, and sometimes the que simply wouldnt work -but after a restart it would work again. Sometimes I would have to restart it several times but after it worked once it would keep working for at least that day.
I have deleted and reaquired the custom and cfg folder in the tf2 directory, but that didnt help.
I also tried typing `ps hl2 | select commandline` in powershell as recomended in a simmilar bug report, but all I got was:
~~~
ps : Cannot find a process with the name "hl2". Verify the process name and call the cmdlet again.
At line:1 char:1
+ ps hl2 | select commandline
+ ~~~~~~
+ CategoryInfo : ObjectNotFound: (hl2:String) [Get-Process], ProcessCommandException
+ FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand
~~~
| 1.0 | [BUG] TF2 crashes right after loading up while using the tool -
Using v1.2.1.934, it launches the game, but spits out "TF2 not yet accepting RCON connections. Retrying..." Then just as the game crashes, it blinks "Unexpected error: Failed to receive data on a socket: An existing connection was forcibly removed by the remote host. : actual received size was -1
It was working for quite some time, but a week or so ago I noticed that the game would crash at random whenever I would que for casual, and sometimes the que simply wouldnt work -but after a restart it would work again. Sometimes I would have to restart it several times but after it worked once it would keep working for at least that day.
I have deleted and reaquired the custom and cfg folder in the tf2 directory, but that didnt help.
I also tried typing `ps hl2 | select commandline` in powershell as recomended in a simmilar bug report, but all I got was:
~~~
ps : Cannot find a process with the name "hl2". Verify the process name and call the cmdlet again.
At line:1 char:1
+ ps hl2 | select commandline
+ ~~~~~~
+ CategoryInfo : ObjectNotFound: (hl2:String) [Get-Process], ProcessCommandException
+ FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand
~~~
| priority | crashes right after loading up while using the tool using it launches the game but spits out not yet accepting rcon connections retrying then just as the game crashes it blinks unexpected error failed to receive data on a socket an existing connection was forcibly removed by the remote host actual received size was it was working for quite some time but a week or so ago i noticed that the game would crash at random whenever i would que for casual and sometimes the que simply wouldnt work but after a restart it would work again sometimes i would have to restart it several times but after it worked once it would keep working for at least that day i have deleted and reaquired the custom and cfg folder in the directory but that didnt help i also tried typing ps select commandline in powershell as recomended in a simmilar bug report but all i got was ps cannot find a process with the name verify the process name and call the cmdlet again at line char ps select commandline categoryinfo objectnotfound string processcommandexception fullyqualifiederrorid noprocessfoundforgivenname microsoft powershell commands getprocesscommand | 1 |
268,004 | 8,401,655,062 | IssuesEvent | 2018-10-11 02:16:04 | CS2113-AY1819S1-T09-1/main | https://api.github.com/repos/CS2113-AY1819S1-T09-1/main | closed | Limited Functionality of Machine Status | priority.medium type.enhancement | Machine status is implemented using a Boolean. Consider using enum to increase versatility. ( ie. more than just enabled or disabled states )
Also will make life easier in implementing the edit-type commands. Try to keep away from storing primitives as attributes. | 1.0 | Limited Functionality of Machine Status - Machine status is implemented using a Boolean. Consider using enum to increase versatility. ( ie. more than just enabled or disabled states )
Also will make life easier in implementing the edit-type commands. Try to keep away from storing primitives as attributes. | priority | limited functionality of machine status machine status is implemented using a boolean consider using enum to increase versatility ie more than just enabled or disabled states also will make life easier in implementing the edit type commands try to keep away from storing primitives as attributes | 1 |
364,799 | 10,773,412,919 | IssuesEvent | 2019-11-02 20:29:43 | robotframework/SeleniumLibrary | https://api.github.com/repos/robotframework/SeleniumLibrary | closed | 'Handle Alert' keyword treats all exceptions as timeout | acknowledge enhancement priority: medium | ## Steps to reproduce the issue
If the browser crashes or the window is closed the keyword 'Handle Alert' is waiting for an alert to appear, the error "Alert not found in (time)" is raised, where (time) is the timeout configured, but not reached. For example, if timeout is 2 minutes the error shows as `Alert not found in 2 minutes.` despite the keyword failing after only a few seconds.
I've created a demo at: https://github.com/Zeckie/AlertBug/tree/master/RobotProject
## Error messages and additional information
From test DelayedClose (source https://github.com/Zeckie/AlertBug/blob/master/RobotProject/Alerts.robot)
```
Alert not found in 2 minutes.
Traceback (most recent call last):
File "C:\Users\Zeckie\AppData\Local\Programs\Python\Python37\Lib\site-packages\SeleniumLibrary\__init__.py", line 467, in run_keyword
return DynamicCore.run_keyword(self, name, args, kwargs)
File "C:\Users\Zeckie\AppData\Local\Programs\Python\Python37\Lib\site-packages\SeleniumLibrary\base\robotlibcore.py", line 102, in run_keyword
return self.keywords[name](*args, **kwargs)
File "C:\Users\Zeckie\AppData\Local\Programs\Python\Python37\Lib\site-packages\SeleniumLibrary\keywords\alert.py", line 117, in handle_alert
alert = self._wait_alert(timeout)
File "C:\Users\Zeckie\AppData\Local\Programs\Python\Python37\Lib\site-packages\SeleniumLibrary\keywords\alert.py", line 138, in _wait_alert
% secs_to_timestr(timeout))
```
## Expected behavior and actual behavior
I expect the test to fail, but for the error message to not be misleading. Ie. it should say that the window was closed (or that it couldn't communicate with the browser).
## Environment
Browser: Chrome 78
Browser driver: chromedriver 77
Operating System: Windows 10
Eclipse: 2019-09
Libraries
- Robot Framework: 3.1.2
- Selenium: 3.141.0
- SeleniumLibrary: 4.1.0
- Interpreter: Python 3.7.4
I'm working on a fix - will submit a pull request soon. | 1.0 | 'Handle Alert' keyword treats all exceptions as timeout - ## Steps to reproduce the issue
If the browser crashes or the window is closed the keyword 'Handle Alert' is waiting for an alert to appear, the error "Alert not found in (time)" is raised, where (time) is the timeout configured, but not reached. For example, if timeout is 2 minutes the error shows as `Alert not found in 2 minutes.` despite the keyword failing after only a few seconds.
I've created a demo at: https://github.com/Zeckie/AlertBug/tree/master/RobotProject
## Error messages and additional information
From test DelayedClose (source https://github.com/Zeckie/AlertBug/blob/master/RobotProject/Alerts.robot)
```
Alert not found in 2 minutes.
Traceback (most recent call last):
File "C:\Users\Zeckie\AppData\Local\Programs\Python\Python37\Lib\site-packages\SeleniumLibrary\__init__.py", line 467, in run_keyword
return DynamicCore.run_keyword(self, name, args, kwargs)
File "C:\Users\Zeckie\AppData\Local\Programs\Python\Python37\Lib\site-packages\SeleniumLibrary\base\robotlibcore.py", line 102, in run_keyword
return self.keywords[name](*args, **kwargs)
File "C:\Users\Zeckie\AppData\Local\Programs\Python\Python37\Lib\site-packages\SeleniumLibrary\keywords\alert.py", line 117, in handle_alert
alert = self._wait_alert(timeout)
File "C:\Users\Zeckie\AppData\Local\Programs\Python\Python37\Lib\site-packages\SeleniumLibrary\keywords\alert.py", line 138, in _wait_alert
% secs_to_timestr(timeout))
```
## Expected behavior and actual behavior
I expect the test to fail, but for the error message to not be misleading. Ie. it should say that the window was closed (or that it couldn't communicate with the browser).
## Environment
Browser: Chrome 78
Browser driver: chromedriver 77
Operating System: Windows 10
Eclipse: 2019-09
Libraries
- Robot Framework: 3.1.2
- Selenium: 3.141.0
- SeleniumLibrary: 4.1.0
- Interpreter: Python 3.7.4
I'm working on a fix - will submit a pull request soon. | priority | handle alert keyword treats all exceptions as timeout steps to reproduce the issue if the browser crashes or the window is closed the keyword handle alert is waiting for an alert to appear the error alert not found in time is raised where time is the timeout configured but not reached for example if timeout is minutes the error shows as alert not found in minutes despite the keyword failing after only a few seconds i ve created a demo at error messages and additional information from test delayedclose source alert not found in minutes traceback most recent call last file c users zeckie appdata local programs python lib site packages seleniumlibrary init py line in run keyword return dynamiccore run keyword self name args kwargs file c users zeckie appdata local programs python lib site packages seleniumlibrary base robotlibcore py line in run keyword return self keywords args kwargs file c users zeckie appdata local programs python lib site packages seleniumlibrary keywords alert py line in handle alert alert self wait alert timeout file c users zeckie appdata local programs python lib site packages seleniumlibrary keywords alert py line in wait alert secs to timestr timeout expected behavior and actual behavior i expect the test to fail but for the error message to not be misleading ie it should say that the window was closed or that it couldn t communicate with the browser environment browser chrome browser driver chromedriver operating system windows eclipse libraries robot framework selenium seleniumlibrary interpreter python i m working on a fix will submit a pull request soon | 1 |
682,536 | 23,347,624,848 | IssuesEvent | 2022-08-09 19:37:00 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | [DocDB] Make the statistic log_bytes_logged include the header | kind/enhancement good first issue area/docdb priority/medium | Jira Link: [DB-1032](https://yugabyte.atlassian.net/browse/DB-1032)
### Description
Currently, the 12 byte header for WAL writes is not accounted in the statistic log_bytes_logged, which means the statistic does not actually represent the amount of bytes logged, instead it accounts the WAL data that is logged without the 12 byte header. | 1.0 | [DocDB] Make the statistic log_bytes_logged include the header - Jira Link: [DB-1032](https://yugabyte.atlassian.net/browse/DB-1032)
### Description
Currently, the 12 byte header for WAL writes is not accounted in the statistic log_bytes_logged, which means the statistic does not actually represent the amount of bytes logged, instead it accounts the WAL data that is logged without the 12 byte header. | priority | make the statistic log bytes logged include the header jira link description currently the byte header for wal writes is not accounted in the statistic log bytes logged which means the statistic does not actually represent the amount of bytes logged instead it accounts the wal data that is logged without the byte header | 1 |
788,188 | 27,746,210,356 | IssuesEvent | 2023-03-15 17:12:40 | NCAR/wrfcloud | https://api.github.com/repos/NCAR/wrfcloud | closed | Add option to modify existing config and save as new one | priority: medium type: enhancement component: API component: web ui | ## Describe the Enhancement ##
Paul described use case of wanting to simply modify an existing configuration, using it as a starting point, but then save it as a new model configuration (as opposed to updated the existing configuration). Can we add a "save as new config" option to the UI?
### Time Estimate ###
?
### Sub-Issues ###
Consider breaking the enhancement down into sub-issues.
- [ ] *Add a checkbox for each sub-issue here.*
### Relevant Deadlines ###
*List relevant project deadlines here or state NONE.*
## Define the Metadata ##
### Assignee ###
- [ ] Select **engineer(s)** or **no engineer** required
- [ ] Select **scientist(s)** or **no scientist** required
### Labels ###
- [ ] Select **component(s)**
- [ ] Select **priority**
### Projects and Milestone ###
- [ ] Select **Project**
- [ ] Select **Milestone** as the next official version or **Backlog of Development Ideas**
## Enhancement Checklist ##
- [ ] Complete the issue definition above, including the **Time Estimate** and **Funding Source**.
- [ ] Fork this repository or create a branch of **develop**.
Branch name: `feature_<Issue Number>/<Description>`
- [ ] Complete the development and test your changes.
- [ ] Add/update log messages for easier debugging.
- [ ] Add/update tests.
- [ ] Add/update documentation.
- [ ] Push local changes to GitHub.
- [ ] Submit a pull request to merge into **develop**.
Pull request: `feature <Issue Number> <Description>`
- [ ] Define the pull request metadata, as permissions allow.
Select: **Reviewer(s)**, **Project**, and **Development** issue
Select: **Milestone** as the next official version
- [ ] Iterate until the reviewer(s) accept and merge your changes.
- [ ] Delete your fork or branch.
- [ ] Close this issue.
| 1.0 | Add option to modify existing config and save as new one - ## Describe the Enhancement ##
Paul described use case of wanting to simply modify an existing configuration, using it as a starting point, but then save it as a new model configuration (as opposed to updated the existing configuration). Can we add a "save as new config" option to the UI?
### Time Estimate ###
?
### Sub-Issues ###
Consider breaking the enhancement down into sub-issues.
- [ ] *Add a checkbox for each sub-issue here.*
### Relevant Deadlines ###
*List relevant project deadlines here or state NONE.*
## Define the Metadata ##
### Assignee ###
- [ ] Select **engineer(s)** or **no engineer** required
- [ ] Select **scientist(s)** or **no scientist** required
### Labels ###
- [ ] Select **component(s)**
- [ ] Select **priority**
### Projects and Milestone ###
- [ ] Select **Project**
- [ ] Select **Milestone** as the next official version or **Backlog of Development Ideas**
## Enhancement Checklist ##
- [ ] Complete the issue definition above, including the **Time Estimate** and **Funding Source**.
- [ ] Fork this repository or create a branch of **develop**.
Branch name: `feature_<Issue Number>/<Description>`
- [ ] Complete the development and test your changes.
- [ ] Add/update log messages for easier debugging.
- [ ] Add/update tests.
- [ ] Add/update documentation.
- [ ] Push local changes to GitHub.
- [ ] Submit a pull request to merge into **develop**.
Pull request: `feature <Issue Number> <Description>`
- [ ] Define the pull request metadata, as permissions allow.
Select: **Reviewer(s)**, **Project**, and **Development** issue
Select: **Milestone** as the next official version
- [ ] Iterate until the reviewer(s) accept and merge your changes.
- [ ] Delete your fork or branch.
- [ ] Close this issue.
| priority | add option to modify existing config and save as new one describe the enhancement paul described use case of wanting to simply modify an existing configuration using it as a starting point but then save it as a new model configuration as opposed to updated the existing configuration can we add a save as new config option to the ui time estimate sub issues consider breaking the enhancement down into sub issues add a checkbox for each sub issue here relevant deadlines list relevant project deadlines here or state none define the metadata assignee select engineer s or no engineer required select scientist s or no scientist required labels select component s select priority projects and milestone select project select milestone as the next official version or backlog of development ideas enhancement checklist complete the issue definition above including the time estimate and funding source fork this repository or create a branch of develop branch name feature complete the development and test your changes add update log messages for easier debugging add update tests add update documentation push local changes to github submit a pull request to merge into develop pull request feature define the pull request metadata as permissions allow select reviewer s project and development issue select milestone as the next official version iterate until the reviewer s accept and merge your changes delete your fork or branch close this issue | 1 |
445,603 | 12,833,500,849 | IssuesEvent | 2020-07-07 09:25:29 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | opened | [0.9.0 staging-1644] Civics: red layer is sticky | Category: UI Priority: Medium | 1. Create a law
2. In IF section choose compare
3. Press minus and delete created block

4. Press PLUS for creating new condition
You will see res layer from previous deleting action

Should not be here. | 1.0 | [0.9.0 staging-1644] Civics: red layer is sticky - 1. Create a law
2. In IF section choose compare
3. Press minus and delete created block

4. Press PLUS for creating new condition
You will see res layer from previous deleting action

Should not be here. | priority | civics red layer is sticky create a law in if section choose compare press minus and delete created block press plus for creating new condition you will see res layer from previous deleting action should not be here | 1 |
85,830 | 3,699,258,410 | IssuesEvent | 2016-02-28 21:19:51 | BCGamer/website | https://api.github.com/repos/BCGamer/website | reopened | Review GroupRequiredMixin | bug medium priority | This might still apply after Mezzanine has been replaced.
Example: salesbro.views.VendorLogon()
If it fails validation the error doesn't match the problem encountered. Not a major issue for now. The check for logon / user group still occurs. | 1.0 | Review GroupRequiredMixin - This might still apply after Mezzanine has been replaced.
Example: salesbro.views.VendorLogon()
If it fails validation the error doesn't match the problem encountered. Not a major issue for now. The check for logon / user group still occurs. | priority | review grouprequiredmixin this might still apply after mezzanine has been replaced example salesbro views vendorlogon if it fails validation the error doesn t match the problem encountered not a major issue for now the check for logon user group still occurs | 1 |
646,878 | 21,081,486,678 | IssuesEvent | 2022-04-03 00:35:09 | knative/docs | https://api.github.com/repos/knative/docs | closed | Getting Started Guide: Show the standard behaviour with server-side generated revisions name | priority/medium Getting started guide | <!-- For a feature request about a change to Knative, please open the issue in the corresponding repo. -->
**Describe the change you'd like to see**
In the Getting started guide when creating the first service, the user is pointed to user client-side revision names by e.g. providing the `--revision-name` option (or a name for the revision template in the YAML). Client-side revision names have several drawbacks so that the client has switched to server-side naming by default since Knative 0.21:
* Original [client issue](https://github.com/knative/client/issues/1144) discussion of the change in default behavior
* Longer discussion in this [serving issue](https://github.com/knative/serving/issues/9544) about benefits/drawbacks of client-side revision naming
* [Client release notes](https://github.com/knative/client/releases/tag/v0.21.0) with some description of real-world issues with client-side revisions names
* [Pull request](https://github.com/knative/client/pull/1240) which switched to server-side naming for the client by default.
As pointed out by @mkedwards in this [comment](https://github.com/knative/client/issues/1144#issuecomment-946085359) there is one valid use case for client-side naming though, as part of an automation process where you already have a unique identifier that can correlate the revision names to e.g a CI build-id directly (which however could also be done via meta-data like labels/annotations, but it's more convenient to have it in the name for visualizing in tooling). But still, this is an advanced use case that goes far beyond a 'My First Service' experience.
I would propose to guide the user along the default UX path by not providing client-side revision names and using server-side revisions for the initial examples (which makes it easier to understand as fewer concepts need to be explained and avoids forward references to "revisions" in the "first service example"). We can add client-side naming later as an alternative approach, but IMO it does not make sense to describe the non-default behavior first which also adds a focus on a deprecated feature (which even might disappear eventually in the future).
**Additional context**
The client-side revision ("hello-world" and "hello-knative") are also referenced in the `scale-to-zero` example and the `traffic-split part`, so those would need to be updated as well.
Could be added to the Epic https://github.com/knative/docs/issues/4553 if we can agree on this change. | 1.0 | Getting Started Guide: Show the standard behaviour with server-side generated revisions name - <!-- For a feature request about a change to Knative, please open the issue in the corresponding repo. -->
**Describe the change you'd like to see**
In the Getting started guide when creating the first service, the user is pointed to user client-side revision names by e.g. providing the `--revision-name` option (or a name for the revision template in the YAML). Client-side revision names have several drawbacks so that the client has switched to server-side naming by default since Knative 0.21:
* Original [client issue](https://github.com/knative/client/issues/1144) discussion of the change in default behavior
* Longer discussion in this [serving issue](https://github.com/knative/serving/issues/9544) about benefits/drawbacks of client-side revision naming
* [Client release notes](https://github.com/knative/client/releases/tag/v0.21.0) with some description of real-world issues with client-side revisions names
* [Pull request](https://github.com/knative/client/pull/1240) which switched to server-side naming for the client by default.
As pointed out by @mkedwards in this [comment](https://github.com/knative/client/issues/1144#issuecomment-946085359) there is one valid use case for client-side naming though, as part of an automation process where you already have a unique identifier that can correlate the revision names to e.g a CI build-id directly (which however could also be done via meta-data like labels/annotations, but it's more convenient to have it in the name for visualizing in tooling). But still, this is an advanced use case that goes far beyond a 'My First Service' experience.
I would propose to guide the user along the default UX path by not providing client-side revision names and using server-side revisions for the initial examples (which makes it easier to understand as fewer concepts need to be explained and avoids forward references to "revisions" in the "first service example"). We can add client-side naming later as an alternative approach, but IMO it does not make sense to describe the non-default behavior first which also adds a focus on a deprecated feature (which even might disappear eventually in the future).
**Additional context**
The client-side revision ("hello-world" and "hello-knative") are also referenced in the `scale-to-zero` example and the `traffic-split part`, so those would need to be updated as well.
Could be added to the Epic https://github.com/knative/docs/issues/4553 if we can agree on this change. | priority | getting started guide show the standard behaviour with server side generated revisions name describe the change you d like to see in the getting started guide when creating the first service the user is pointed to user client side revision names by e g providing the revision name option or a name for the revision template in the yaml client side revision names have several drawbacks so that the client has switched to server side naming by default since knative original discussion of the change in default behavior longer discussion in this about benefits drawbacks of client side revision naming with some description of real world issues with client side revisions names which switched to server side naming for the client by default as pointed out by mkedwards in this there is one valid use case for client side naming though as part of an automation process where you already have a unique identifier that can correlate the revision names to e g a ci build id directly which however could also be done via meta data like labels annotations but it s more convenient to have it in the name for visualizing in tooling but still this is an advanced use case that goes far beyond a my first service experience i would propose to guide the user along the default ux path by not providing client side revision names and using server side revisions for the initial examples which makes it easier to understand as fewer concepts need to be explained and avoids forward references to revisions in the first service example we can add client side naming later as an alternative approach but imo it does not make sense to describe the non default behavior first which also adds a focus on a deprecated feature which even might disappear eventually in the future additional context the client side revision hello world and hello knative are also referenced in the scale to zero example and the traffic split part so those would need to be updated as well could be added to the epic if we can agree on this change | 1 |
328,841 | 10,000,642,685 | IssuesEvent | 2019-07-12 13:52:22 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | reopened | smp_svr sample does not discover services | area: Bluetooth bug priority: medium | **Describe the bug**
When following steps in the smp_svr example (https://docs.zephyrproject.org/latest/samples/subsys/mgmt/mcumgr/smp_svr/README.html#smp-svr-sample) and try to perform a ping to the target device, I get the following error:
```
mcumgr --conntype ble --connstring peer_name=Zephyr echo hello
Error: can't discover services: ATT request timeout: req timeout
```
**To Reproduce**
1. Follow guide at https://docs.zephyrproject.org/latest/samples/subsys/mgmt/mcumgr/smp_svr/README.html#smp-svr-sample using a nrf52_pca10040 dev kit to flash bootloader and application
**Expected behavior**
Expected output:
```
sudo mcumgr --conntype ble --connstring ctlr_name=hci0,peer_name='Zephyr' echo hello
hello
```
**Impact**
showstopper, I cannot DFU the smp_svr example.
**Screenshots or console output**
The MCU bootloader and application are correctly flashed as I get expected output from the UART terminal on the device:
```
***** Booting Zephyr OS zephyr-v1.14.0-1297-g5a2c6d33e490 *****
[00:00:00.005,065] <inf> mcuboot: Starting bootloader
[00:00:00.011,596] <inf> mcuboot: Primary image: magic=unset, swap_type=0x1, copy_done=0x3, image_ok=03
[00:00:00.022,155] <inf> mcuboot: Scratch: magic=unset, swap_type=0x1, copy_done=0x3, image_ok=0x3
[00:00:00.032,165] <inf> mcuboot: Boot source: primary slot
[00:00:00.041,534] <inf> mcuboot: Swap type: none
[00:00:00.265,563] <inf> mcuboot: Bootloader chainload address offset: 0xc000
[00:00:00.273,193] <inf> mcuboot: Jumping to the first image slot
***** Booting Zephyr OS zephyr-v1.14.0-1297-g5a2c6d33e490 *****
Bluetooth initialized
Advertising successfully started
```
Output from BTmon when issuing `mcumgr --conntype ble --connstring peer_name=Zephyr echo hello`:
```
< HCI Command: LE Create Connection (0x08|0x000d) plen 25 #16048 [hci0] 3112.172454
Scan interval: 10.000 msec (0x0010)
Scan window: 10.000 msec (0x0010)
Filter policy: White list is not used (0x00)
Peer address type: Random (0x01)
Peer address: C3:6A:41:0F:21:66 (Static)
Own address type: Public (0x00)
Min connection interval: 7.50 msec (0x0006)
Max connection interval: 7.50 msec (0x0006)
Connection latency: 0 (0x0000)
Supervision timeout: 720 msec (0x0048)
Min connection length: 0.000 msec (0x0000)
Max connection length: 0.000 msec (0x0000)
> HCI Event: Command Status (0x0f) plen 4 #16049 [hci0] 3112.177446
LE Create Connection (0x08|0x000d) ncmd 1
Status: Success (0x00)
> HCI Event: LE Meta Event (0x3e) plen 19 #16050 [hci0] 3112.231279
LE Connection Complete (0x01)
Status: Success (0x00)
Handle: 77
Role: Master (0x00)
Peer address type: Random (0x01)
Peer address: C3:6A:41:0F:21:66 (Static)
Connection interval: 7.50 msec (0x0006)
Connection latency: 0 (0x0000)
Supervision timeout: 720 msec (0x0048)
Master clock accuracy: 0x00
< ACL Data TX: Handle 77 flags 0x00 dlen 7 #16051 [hci0] 3112.231448
ATT: Exchange MTU Request (0x02) len 2
Client RX MTU: 512
> HCI Event: Number of Completed Packets (0x13) plen 5 #16052 [hci0] 3112.242665
Num handles: 1
Handle: 77
Count: 1
> ACL Data RX: Handle 77 flags 0x02 dlen 7 #16053 [hci0] 3112.246759
ATT: Exchange MTU Response (0x03) len 2
Server RX MTU: 252
< ACL Data TX: Handle 77 flags 0x00 dlen 11 #16054 [hci0] 3112.246875
ATT: Read By Group Type Request (0x10) len 6
Handle range: 0x0001-0xffff
Attribute group type: Primary Service (0x2800)
> HCI Event: Number of Completed Packets (0x13) plen 5 #16055 [hci0] 3112.255309
Num handles: 1
Handle: 77
Count: 1
> ACL Data RX: Handle 77 flags 0x02 dlen 16 #16056 [hci0] 3117.234379
LE L2CAP: Connection Parameter Update Request (0x12) ident 1 len 8
Min interval: 24
Max interval: 40
Slave latency: 0
Timeout multiplier: 42
< HCI Command: LE Connection Update (0x08|0x0013) plen 14 #16057 [hci0] 3117.234625
Handle: 77
Min connection interval: 30.00 msec (0x0018)
Max connection interval: 50.00 msec (0x0028)
Connection latency: 0 (0x0000)
Supervision timeout: 420 msec (0x002a)
Min connection length: 0.000 msec (0x0000)
Max connection length: 0.000 msec (0x0000)
> HCI Event: Command Status (0x0f) plen 4 #16058 [hci0] 3117.249303
LE Connection Update (0x08|0x0013) ncmd 1
Status: Success (0x00)
< ACL Data TX: Handle 77 flags 0x00 dlen 10 #16059 [hci0] 3117.249501
LE L2CAP: Connection Parameter Update Response (0x13) ident 1 len 2
Result: Connection Parameters accepted (0x0000)
> HCI Event: Number of Completed Packets (0x13) plen 5 #16060 [hci0] 3117.258296
Num handles: 1
Handle: 77
Count: 1
> HCI Event: LE Meta Event (0x3e) plen 10 #16061 [hci0] 3117.339382
LE Connection Update Complete (0x03)
Status: Success (0x00)
Handle: 77
Connection interval: 50.00 msec (0x0028)
Connection latency: 0 (0x0000)
Supervision timeout: 420 msec (0x002a)
< HCI Command: Disconnect (0x01|0x0006) plen 3 #16062 [hci0] 3142.247160
Handle: 77
Reason: Remote User Terminated Connection (0x13)
> HCI Event: Command Status (0x0f) plen 4 #16063 [hci0] 3142.263293
Disconnect (0x01|0x0006) ncmd 1
Status: Success (0x00)
< HCI Command: Read BD ADDR (0x04|0x0009) plen 0 #16064 [hci0] 3142.263617
> HCI Event: Command Complete (0x0e) plen 10 #16065 [hci0] 3142.268320
Read BD ADDR (0x04|0x0009) ncmd 1
Status: Success (0x00)
Address: 00:01:95:48:41:2C (Sena Technologies, Inc.)
@ USER Close: mcumgr {0x0004} [hci0] 3142.268438
= Close Index: 00:01:95:48:41:2C [hci0] 3142.269352
```
I have also tried connecting directly using bluetoothctl, it seems the smp_svr service is available so I don't know what is causing the problem:
```
[bluetooth]# connect C3:6A:41:0F:21:66
Attempting to connect to C3:6A:41:0F:21:66
[CHG] Device C3:6A:41:0F:21:66 Connected: yes
Connection successful
[Zephyr]# info
Device C3:6A:41:0F:21:66 (random)
Name: Zephyr
Alias: Zephyr
Paired: no
Trusted: yes
Blocked: no
Connected: yes
LegacyPairing: no
UUID: Vendor specific (8d53dc1d-1db7-4cd3-868b-8a527460aa84)
```
**Environment (please complete the following information):**
- OS: Manjaro Linux 64 bit. bluez 5.50
- Zephyr SDK 0.10.0
- Zephyr 1.14, MCUBoot @ fc07eab
**Additional context**
| 1.0 | smp_svr sample does not discover services - **Describe the bug**
When following steps in the smp_svr example (https://docs.zephyrproject.org/latest/samples/subsys/mgmt/mcumgr/smp_svr/README.html#smp-svr-sample) and try to perform a ping to the target device, I get the following error:
```
mcumgr --conntype ble --connstring peer_name=Zephyr echo hello
Error: can't discover services: ATT request timeout: req timeout
```
**To Reproduce**
1. Follow guide at https://docs.zephyrproject.org/latest/samples/subsys/mgmt/mcumgr/smp_svr/README.html#smp-svr-sample using a nrf52_pca10040 dev kit to flash bootloader and application
**Expected behavior**
Expected output:
```
sudo mcumgr --conntype ble --connstring ctlr_name=hci0,peer_name='Zephyr' echo hello
hello
```
**Impact**
showstopper, I cannot DFU the smp_svr example.
**Screenshots or console output**
The MCU bootloader and application are correctly flashed as I get expected output from the UART terminal on the device:
```
***** Booting Zephyr OS zephyr-v1.14.0-1297-g5a2c6d33e490 *****
[00:00:00.005,065] <inf> mcuboot: Starting bootloader
[00:00:00.011,596] <inf> mcuboot: Primary image: magic=unset, swap_type=0x1, copy_done=0x3, image_ok=03
[00:00:00.022,155] <inf> mcuboot: Scratch: magic=unset, swap_type=0x1, copy_done=0x3, image_ok=0x3
[00:00:00.032,165] <inf> mcuboot: Boot source: primary slot
[00:00:00.041,534] <inf> mcuboot: Swap type: none
[00:00:00.265,563] <inf> mcuboot: Bootloader chainload address offset: 0xc000
[00:00:00.273,193] <inf> mcuboot: Jumping to the first image slot
***** Booting Zephyr OS zephyr-v1.14.0-1297-g5a2c6d33e490 *****
Bluetooth initialized
Advertising successfully started
```
Output from BTmon when issuing `mcumgr --conntype ble --connstring peer_name=Zephyr echo hello`:
```
< HCI Command: LE Create Connection (0x08|0x000d) plen 25 #16048 [hci0] 3112.172454
Scan interval: 10.000 msec (0x0010)
Scan window: 10.000 msec (0x0010)
Filter policy: White list is not used (0x00)
Peer address type: Random (0x01)
Peer address: C3:6A:41:0F:21:66 (Static)
Own address type: Public (0x00)
Min connection interval: 7.50 msec (0x0006)
Max connection interval: 7.50 msec (0x0006)
Connection latency: 0 (0x0000)
Supervision timeout: 720 msec (0x0048)
Min connection length: 0.000 msec (0x0000)
Max connection length: 0.000 msec (0x0000)
> HCI Event: Command Status (0x0f) plen 4 #16049 [hci0] 3112.177446
LE Create Connection (0x08|0x000d) ncmd 1
Status: Success (0x00)
> HCI Event: LE Meta Event (0x3e) plen 19 #16050 [hci0] 3112.231279
LE Connection Complete (0x01)
Status: Success (0x00)
Handle: 77
Role: Master (0x00)
Peer address type: Random (0x01)
Peer address: C3:6A:41:0F:21:66 (Static)
Connection interval: 7.50 msec (0x0006)
Connection latency: 0 (0x0000)
Supervision timeout: 720 msec (0x0048)
Master clock accuracy: 0x00
< ACL Data TX: Handle 77 flags 0x00 dlen 7 #16051 [hci0] 3112.231448
ATT: Exchange MTU Request (0x02) len 2
Client RX MTU: 512
> HCI Event: Number of Completed Packets (0x13) plen 5 #16052 [hci0] 3112.242665
Num handles: 1
Handle: 77
Count: 1
> ACL Data RX: Handle 77 flags 0x02 dlen 7 #16053 [hci0] 3112.246759
ATT: Exchange MTU Response (0x03) len 2
Server RX MTU: 252
< ACL Data TX: Handle 77 flags 0x00 dlen 11 #16054 [hci0] 3112.246875
ATT: Read By Group Type Request (0x10) len 6
Handle range: 0x0001-0xffff
Attribute group type: Primary Service (0x2800)
> HCI Event: Number of Completed Packets (0x13) plen 5 #16055 [hci0] 3112.255309
Num handles: 1
Handle: 77
Count: 1
> ACL Data RX: Handle 77 flags 0x02 dlen 16 #16056 [hci0] 3117.234379
LE L2CAP: Connection Parameter Update Request (0x12) ident 1 len 8
Min interval: 24
Max interval: 40
Slave latency: 0
Timeout multiplier: 42
< HCI Command: LE Connection Update (0x08|0x0013) plen 14 #16057 [hci0] 3117.234625
Handle: 77
Min connection interval: 30.00 msec (0x0018)
Max connection interval: 50.00 msec (0x0028)
Connection latency: 0 (0x0000)
Supervision timeout: 420 msec (0x002a)
Min connection length: 0.000 msec (0x0000)
Max connection length: 0.000 msec (0x0000)
> HCI Event: Command Status (0x0f) plen 4 #16058 [hci0] 3117.249303
LE Connection Update (0x08|0x0013) ncmd 1
Status: Success (0x00)
< ACL Data TX: Handle 77 flags 0x00 dlen 10 #16059 [hci0] 3117.249501
LE L2CAP: Connection Parameter Update Response (0x13) ident 1 len 2
Result: Connection Parameters accepted (0x0000)
> HCI Event: Number of Completed Packets (0x13) plen 5 #16060 [hci0] 3117.258296
Num handles: 1
Handle: 77
Count: 1
> HCI Event: LE Meta Event (0x3e) plen 10 #16061 [hci0] 3117.339382
LE Connection Update Complete (0x03)
Status: Success (0x00)
Handle: 77
Connection interval: 50.00 msec (0x0028)
Connection latency: 0 (0x0000)
Supervision timeout: 420 msec (0x002a)
< HCI Command: Disconnect (0x01|0x0006) plen 3 #16062 [hci0] 3142.247160
Handle: 77
Reason: Remote User Terminated Connection (0x13)
> HCI Event: Command Status (0x0f) plen 4 #16063 [hci0] 3142.263293
Disconnect (0x01|0x0006) ncmd 1
Status: Success (0x00)
< HCI Command: Read BD ADDR (0x04|0x0009) plen 0 #16064 [hci0] 3142.263617
> HCI Event: Command Complete (0x0e) plen 10 #16065 [hci0] 3142.268320
Read BD ADDR (0x04|0x0009) ncmd 1
Status: Success (0x00)
Address: 00:01:95:48:41:2C (Sena Technologies, Inc.)
@ USER Close: mcumgr {0x0004} [hci0] 3142.268438
= Close Index: 00:01:95:48:41:2C [hci0] 3142.269352
```
I have also tried connecting directly using bluetoothctl, it seems the smp_svr service is available so I don't know what is causing the problem:
```
[bluetooth]# connect C3:6A:41:0F:21:66
Attempting to connect to C3:6A:41:0F:21:66
[CHG] Device C3:6A:41:0F:21:66 Connected: yes
Connection successful
[Zephyr]# info
Device C3:6A:41:0F:21:66 (random)
Name: Zephyr
Alias: Zephyr
Paired: no
Trusted: yes
Blocked: no
Connected: yes
LegacyPairing: no
UUID: Vendor specific (8d53dc1d-1db7-4cd3-868b-8a527460aa84)
```
**Environment (please complete the following information):**
- OS: Manjaro Linux 64 bit. bluez 5.50
- Zephyr SDK 0.10.0
- Zephyr 1.14, MCUBoot @ fc07eab
**Additional context**
| priority | smp svr sample does not discover services describe the bug when following steps in the smp svr example and try to perform a ping to the target device i get the following error mcumgr conntype ble connstring peer name zephyr echo hello error can t discover services att request timeout req timeout to reproduce follow guide at using a dev kit to flash bootloader and application expected behavior expected output sudo mcumgr conntype ble connstring ctlr name peer name zephyr echo hello hello impact showstopper i cannot dfu the smp svr example screenshots or console output the mcu bootloader and application are correctly flashed as i get expected output from the uart terminal on the device booting zephyr os zephyr mcuboot starting bootloader mcuboot primary image magic unset swap type copy done image ok mcuboot scratch magic unset swap type copy done image ok mcuboot boot source primary slot mcuboot swap type none mcuboot bootloader chainload address offset mcuboot jumping to the first image slot booting zephyr os zephyr bluetooth initialized advertising successfully started output from btmon when issuing mcumgr conntype ble connstring peer name zephyr echo hello hci command le create connection plen scan interval msec scan window msec filter policy white list is not used peer address type random peer address static own address type public min connection interval msec max connection interval msec connection latency supervision timeout msec min connection length msec max connection length msec hci event command status plen le create connection ncmd status success hci event le meta event plen le connection complete status success handle role master peer address type random peer address static connection interval msec connection latency supervision timeout msec master clock accuracy acl data tx handle flags dlen att exchange mtu request len client rx mtu hci event number of completed packets plen num handles handle count acl data rx handle flags dlen att exchange mtu response len server rx mtu acl data tx handle flags dlen att read by group type request len handle range attribute group type primary service hci event number of completed packets plen num handles handle count acl data rx handle flags dlen le connection parameter update request ident len min interval max interval slave latency timeout multiplier hci command le connection update plen handle min connection interval msec max connection interval msec connection latency supervision timeout msec min connection length msec max connection length msec hci event command status plen le connection update ncmd status success acl data tx handle flags dlen le connection parameter update response ident len result connection parameters accepted hci event number of completed packets plen num handles handle count hci event le meta event plen le connection update complete status success handle connection interval msec connection latency supervision timeout msec hci command disconnect plen handle reason remote user terminated connection hci event command status plen disconnect ncmd status success hci command read bd addr plen hci event command complete plen read bd addr ncmd status success address sena technologies inc user close mcumgr close index i have also tried connecting directly using bluetoothctl it seems the smp svr service is available so i don t know what is causing the problem connect attempting to connect to device connected yes connection successful info device random name zephyr alias zephyr paired no trusted yes blocked no connected yes legacypairing no uuid vendor specific environment please complete the following information os manjaro linux bit bluez zephyr sdk zephyr mcuboot additional context | 1 |
613,919 | 19,101,539,576 | IssuesEvent | 2021-11-29 23:22:06 | CMPUT301F21T21/detes | https://api.github.com/repos/CMPUT301F21T21/detes | closed | US 05.01.01 - Habit Following and Sharing | Final checkpoint High Risk Medium Priority Updated | As a doer, I want to ask another doer to follow all their **public** habits.
**Clarification:** The user would like to ask another user to follow their progress on their publicly viewable habits
Story Points: 4 | 1.0 | US 05.01.01 - Habit Following and Sharing - As a doer, I want to ask another doer to follow all their **public** habits.
**Clarification:** The user would like to ask another user to follow their progress on their publicly viewable habits
Story Points: 4 | priority | us habit following and sharing as a doer i want to ask another doer to follow all their public habits clarification the user would like to ask another user to follow their progress on their publicly viewable habits story points | 1 |
371,740 | 10,980,829,657 | IssuesEvent | 2019-11-30 17:15:00 | codecampleipzig/communic | https://api.github.com/repos/codecampleipzig/communic | closed | Create Search tool in Toolbar | @frontend page: home point: 5 priority: medium sprint: 2 type: feature | ## Search tool in Toolbar
- As a **user**
- I want **to search for projects that match the searchTerm in their title**
- So that **in case there are many projects in Communic I can find the ones I want easily.**
Acceptance criteria:
[x] Search backend - logic:
- [x] API endpoint - /api/projects with searchTerm expected in query string of the request
Example: /api/projects?searchTerm=plan
- [x] Search should be case-insensitive
- [x] Search should support multi-word search
- [x] Search results should return default amount - Limit of 20 projects starting from the first set - Offset 0
[x] Search frontend:
- [x] Search service that will send request with searchString in query params to the backend API endpoint
- [x] SearchTool component that will represent the search input field put between <form> tags in order to use Angular's FormControl module
- [x] Once user starts typing in the search field, getResults method from Search service should be triggered to send request to the backend with the search string as query parameter
- [x] Once results are fetched from the backend, they should be displayed in a dropdown showing project title
- [x] Project title should be clickable and click on it should take the user to the Project page for the correct project
- [x] Limit the display of projects in the dropdown:
- If <=20 projects are shown, hide "See all results link" from the bottom of the results dropdown
- If >20 projects are shown, show "See all results" link at the bottom of the results dropdown
- [x] Click on "See all results" should take the user to Search Results page
- [x] SearchResults page that will show all matching results that the search returned
- [x] If user hits <enter> on keyboard while in search field, redirect to Search Results page
- [x] If data is still loading on Search Results page, show "Results are loading"
- [x] If there is problem related with some error returned from the backend, show "There was a problem with the backend"
- [x] If no data or error, return "Maybe your search term is incorrect?"
| 1.0 | Create Search tool in Toolbar - ## Search tool in Toolbar
- As a **user**
- I want **to search for projects that match the searchTerm in their title**
- So that **in case there are many projects in Communic I can find the ones I want easily.**
Acceptance criteria:
[x] Search backend - logic:
- [x] API endpoint - /api/projects with searchTerm expected in query string of the request
Example: /api/projects?searchTerm=plan
- [x] Search should be case-insensitive
- [x] Search should support multi-word search
- [x] Search results should return default amount - Limit of 20 projects starting from the first set - Offset 0
[x] Search frontend:
- [x] Search service that will send request with searchString in query params to the backend API endpoint
- [x] SearchTool component that will represent the search input field put between <form> tags in order to use Angular's FormControl module
- [x] Once user starts typing in the search field, getResults method from Search service should be triggered to send request to the backend with the search string as query parameter
- [x] Once results are fetched from the backend, they should be displayed in a dropdown showing project title
- [x] Project title should be clickable and click on it should take the user to the Project page for the correct project
- [x] Limit the display of projects in the dropdown:
- If <=20 projects are shown, hide "See all results link" from the bottom of the results dropdown
- If >20 projects are shown, show "See all results" link at the bottom of the results dropdown
- [x] Click on "See all results" should take the user to Search Results page
- [x] SearchResults page that will show all matching results that the search returned
- [x] If user hits <enter> on keyboard while in search field, redirect to Search Results page
- [x] If data is still loading on Search Results page, show "Results are loading"
- [x] If there is problem related with some error returned from the backend, show "There was a problem with the backend"
- [x] If no data or error, return "Maybe your search term is incorrect?"
| priority | create search tool in toolbar search tool in toolbar as a user i want to search for projects that match the searchterm in their title so that in case there are many projects in communic i can find the ones i want easily acceptance criteria search backend logic api endpoint api projects with searchterm expected in query string of the request example api projects searchterm plan search should be case insensitive search should support multi word search search results should return default amount limit of projects starting from the first set offset search frontend search service that will send request with searchstring in query params to the backend api endpoint searchtool component that will represent the search input field put between tags in order to use angular s formcontrol module once user starts typing in the search field getresults method from search service should be triggered to send request to the backend with the search string as query parameter once results are fetched from the backend they should be displayed in a dropdown showing project title project title should be clickable and click on it should take the user to the project page for the correct project limit the display of projects in the dropdown if projects are shown hide see all results link from the bottom of the results dropdown if projects are shown show see all results link at the bottom of the results dropdown click on see all results should take the user to search results page searchresults page that will show all matching results that the search returned if user hits on keyboard while in search field redirect to search results page if data is still loading on search results page show results are loading if there is problem related with some error returned from the backend show there was a problem with the backend if no data or error return maybe your search term is incorrect | 1 |
798,169 | 28,238,656,753 | IssuesEvent | 2023-04-06 04:30:01 | AY2223S2-CS2113-T15-4/tp | https://api.github.com/repos/AY2223S2-CS2113-T15-4/tp | closed | [PE-D][Tester C] Trying to update the question to one with a whitespace results in wrong error message | type.Bug priority.High severity.Medium | Throwing an error is correct in this case, however, the name of the error is misleading.
Steps to reproduce: key in `add /q What is the worst fruit? /a Durian` and then key in `update fruit`, press enter and then key in `1 /q ` with a whitespace.
Expected: Unable to update the question to one that has an empty input!
Actual:

This can mislead the user thinking that the selected index is wrong, but '1' is actually in fact correct.
<!--session: 1680252405098-9e85e652-f0de-43e6-b248-5a883a5bc5ba-->
<!--Version: Web v3.4.7-->
-------------
Labels: `severity.VeryLow` `type.FunctionalityBug`
original: denzelcjy/ped#4 | 1.0 | [PE-D][Tester C] Trying to update the question to one with a whitespace results in wrong error message - Throwing an error is correct in this case, however, the name of the error is misleading.
Steps to reproduce: key in `add /q What is the worst fruit? /a Durian` and then key in `update fruit`, press enter and then key in `1 /q ` with a whitespace.
Expected: Unable to update the question to one that has an empty input!
Actual:

This can mislead the user thinking that the selected index is wrong, but '1' is actually in fact correct.
<!--session: 1680252405098-9e85e652-f0de-43e6-b248-5a883a5bc5ba-->
<!--Version: Web v3.4.7-->
-------------
Labels: `severity.VeryLow` `type.FunctionalityBug`
original: denzelcjy/ped#4 | priority | trying to update the question to one with a whitespace results in wrong error message throwing an error is correct in this case however the name of the error is misleading steps to reproduce key in add q what is the worst fruit a durian and then key in update fruit press enter and then key in q with a whitespace expected unable to update the question to one that has an empty input actual this can mislead the user thinking that the selected index is wrong but is actually in fact correct labels severity verylow type functionalitybug original denzelcjy ped | 1 |
40,800 | 2,868,942,986 | IssuesEvent | 2015-06-05 22:06:13 | dart-lang/pub | https://api.github.com/repos/dart-lang/pub | closed | lessen validations in pub lish? and improve heuristics? | bug Priority-Medium wontfix | <a href="https://github.com/sigmundch"><img src="https://avatars.githubusercontent.com/u/2049220?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [sigmundch](https://github.com/sigmundch)**
_Originally opened as dart-lang/sdk#8629_
----
Pub currently does very cool package validations, but I think we need to reduce the number of warnings and consider not blocking an upload based on some kinds of validation errors.
Two examples come to mind:
- any constraints:
Currently I use 'any' as a version constraint in many places. Mainly this is for dev-dependencies (not something we can express), and for dependencies on packages that are released from the SDK. They will be updated on each SDK release and I have SDK constraints, so there is no need for me to also add constraints there.
- blocking uploads:
I had a file named 'set.dart' and it was incorrectly labeled as an invalid filename (see related bug: https://code.google.com/p/dart/issues/detail?id=8628), and because of that, pub didn't let me upload the package. I think It's ok to highlight these problems, but we should still let users force an upload somehow.
| 1.0 | lessen validations in pub lish? and improve heuristics? - <a href="https://github.com/sigmundch"><img src="https://avatars.githubusercontent.com/u/2049220?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [sigmundch](https://github.com/sigmundch)**
_Originally opened as dart-lang/sdk#8629_
----
Pub currently does very cool package validations, but I think we need to reduce the number of warnings and consider not blocking an upload based on some kinds of validation errors.
Two examples come to mind:
- any constraints:
Currently I use 'any' as a version constraint in many places. Mainly this is for dev-dependencies (not something we can express), and for dependencies on packages that are released from the SDK. They will be updated on each SDK release and I have SDK constraints, so there is no need for me to also add constraints there.
- blocking uploads:
I had a file named 'set.dart' and it was incorrectly labeled as an invalid filename (see related bug: https://code.google.com/p/dart/issues/detail?id=8628), and because of that, pub didn't let me upload the package. I think It's ok to highlight these problems, but we should still let users force an upload somehow.
| priority | lessen validations in pub lish and improve heuristics issue by originally opened as dart lang sdk pub currently does very cool package validations but i think we need to reduce the number of warnings and consider not blocking an upload based on some kinds of validation errors two examples come to mind any constraints nbsp nbsp nbsp currently i use any as a version constraint in many places mainly this is for dev dependencies not something we can express and for dependencies on packages that are released from the sdk they will be updated on each sdk release and i have sdk constraints so there is no need for me to also add constraints there blocking uploads nbsp nbsp i had a file named set dart and it was incorrectly labeled as an invalid filename see related bug and because of that pub didn t let me upload the package i think it s ok to highlight these problems but we should still let users force an upload somehow | 1 |
716,923 | 24,653,163,868 | IssuesEvent | 2022-10-17 20:30:15 | projectdiscovery/subfinder | https://api.github.com/repos/projectdiscovery/subfinder | closed | Filter the output based on a given scope | Priority: Medium Status: Completed Type: Enhancement | There might be cases where the scope of a bug bounty program is limited to a certain set of subdomain. By adding a new flag to filter the results of subfinder based on this scope, we can reduce the amount of traffic to be passed into the next tools and only focus on in-scope items.
CLI Flag:
```yaml
-m, -match match output based on the specified pattern
-f, -filter filter output based on the specified pattern
```
Example run:
```
subfinder -d example.com -match "*.api,*waf,login-*" -silent
subfinder -d example.com -match scope.txt -silent
```
Example `scope.txt` file (both exact matches and wildcards should be supported):
```
*.static.example.com
reg.example.com
*.static
*.api-*
reg
```
```sh
subfinder -d example.com -match scope.txt -silent
reg.example.com
69.48.148.215.static.example.com
69.48.134.63.static.example.com
69.48.129.64.static.example.com
69.48.129.82.static.example.com
69.48.134.12.static.example.com
69.48.142.18.static.example.com
69.48.134.23.static.example.com
69.48.134.137.static.example.com
69.48.134.201.static.example.com
69.48.129.155.static.example.com
69.48.129.130.static.example.com
69.48.142.22.static.example.com
``` | 1.0 | Filter the output based on a given scope - There might be cases where the scope of a bug bounty program is limited to a certain set of subdomain. By adding a new flag to filter the results of subfinder based on this scope, we can reduce the amount of traffic to be passed into the next tools and only focus on in-scope items.
CLI Flag:
```yaml
-m, -match match output based on the specified pattern
-f, -filter filter output based on the specified pattern
```
Example run:
```
subfinder -d example.com -match "*.api,*waf,login-*" -silent
subfinder -d example.com -match scope.txt -silent
```
Example `scope.txt` file (both exact matches and wildcards should be supported):
```
*.static.example.com
reg.example.com
*.static
*.api-*
reg
```
```sh
subfinder -d example.com -match scope.txt -silent
reg.example.com
69.48.148.215.static.example.com
69.48.134.63.static.example.com
69.48.129.64.static.example.com
69.48.129.82.static.example.com
69.48.134.12.static.example.com
69.48.142.18.static.example.com
69.48.134.23.static.example.com
69.48.134.137.static.example.com
69.48.134.201.static.example.com
69.48.129.155.static.example.com
69.48.129.130.static.example.com
69.48.142.22.static.example.com
``` | priority | filter the output based on a given scope there might be cases where the scope of a bug bounty program is limited to a certain set of subdomain by adding a new flag to filter the results of subfinder based on this scope we can reduce the amount of traffic to be passed into the next tools and only focus on in scope items cli flag yaml m match match output based on the specified pattern f filter filter output based on the specified pattern example run subfinder d example com match api waf login silent subfinder d example com match scope txt silent example scope txt file both exact matches and wildcards should be supported static example com reg example com static api reg sh subfinder d example com match scope txt silent reg example com static example com static example com static example com static example com static example com static example com static example com static example com static example com static example com static example com static example com | 1 |
370,686 | 10,935,414,180 | IssuesEvent | 2019-11-24 18:09:26 | getkirby/kirby | https://api.github.com/repos/getkirby/kirby | closed | Content sorting by date fails on multilingual site | priority: medium 🔜 type: bug 🐛 | **Describe the bug**
We have a multilingual site (German + English) with texts that should be sorted by date. This is defined in our blueprint as follows:
```yml
title: Text
num: '{{ page.date.toDate("%Y%m%d") }}'
```
The date field does not allow translations and is populated in the main language only (German):
```yml
date:
type: date
min: 2000-01-01
label: Datum
translate: false
default: today
```
Thus there is never a date stored inside the English content file, only inside the German one. Everything is fine as long as we edit the German version, all pages get their date prepended to their folder an sorting works as expected:
> `20191029_my-text`
As soon as we switch to English and do any content edits, the page folder gets a zero prefix on save. My guess is that this is because Kirby tries to look up the date inside the English content file and doesn't default to the German one where the correct date can be found:
> `0_my-text`
As soon a we edit the German version again, the folder changes back to the desired sorting prefix:
> `20191029_my-text`
**Expected behavior**
Kirby should correctly look up the date in the main language file and stick to the correctly prefixed folder name.
**Kirby Version**
3.3.0 RC 2 – I can't remember that this happened before so I guess this is a regression between ~3.1 and now.
| 1.0 | Content sorting by date fails on multilingual site - **Describe the bug**
We have a multilingual site (German + English) with texts that should be sorted by date. This is defined in our blueprint as follows:
```yml
title: Text
num: '{{ page.date.toDate("%Y%m%d") }}'
```
The date field does not allow translations and is populated in the main language only (German):
```yml
date:
type: date
min: 2000-01-01
label: Datum
translate: false
default: today
```
Thus there is never a date stored inside the English content file, only inside the German one. Everything is fine as long as we edit the German version, all pages get their date prepended to their folder an sorting works as expected:
> `20191029_my-text`
As soon as we switch to English and do any content edits, the page folder gets a zero prefix on save. My guess is that this is because Kirby tries to look up the date inside the English content file and doesn't default to the German one where the correct date can be found:
> `0_my-text`
As soon a we edit the German version again, the folder changes back to the desired sorting prefix:
> `20191029_my-text`
**Expected behavior**
Kirby should correctly look up the date in the main language file and stick to the correctly prefixed folder name.
**Kirby Version**
3.3.0 RC 2 – I can't remember that this happened before so I guess this is a regression between ~3.1 and now.
| priority | content sorting by date fails on multilingual site describe the bug we have a multilingual site german english with texts that should be sorted by date this is defined in our blueprint as follows yml title text num page date todate y m d the date field does not allow translations and is populated in the main language only german yml date type date min label datum translate false default today thus there is never a date stored inside the english content file only inside the german one everything is fine as long as we edit the german version all pages get their date prepended to their folder an sorting works as expected my text as soon as we switch to english and do any content edits the page folder gets a zero prefix on save my guess is that this is because kirby tries to look up the date inside the english content file and doesn t default to the german one where the correct date can be found my text as soon a we edit the german version again the folder changes back to the desired sorting prefix my text expected behavior kirby should correctly look up the date in the main language file and stick to the correctly prefixed folder name kirby version rc – i can t remember that this happened before so i guess this is a regression between and now | 1 |
480,055 | 13,822,626,801 | IssuesEvent | 2020-10-13 05:31:59 | AY2021S1-CS2103T-T11-1/tp | https://api.github.com/repos/AY2021S1-CS2103T-T11-1/tp | closed | As an efficient salesman, I can set meeting / call time with contacts | priority.Medium type.Story | ... so that can plan my meetings without another app
- [x] Add model and storage (to be done in #61)
- [x] Command parsing (Create, Read, Delete)
- [ ] Tests (to be done in #60)
- [x] GUI (to be done in #10) | 1.0 | As an efficient salesman, I can set meeting / call time with contacts - ... so that can plan my meetings without another app
- [x] Add model and storage (to be done in #61)
- [x] Command parsing (Create, Read, Delete)
- [ ] Tests (to be done in #60)
- [x] GUI (to be done in #10) | priority | as an efficient salesman i can set meeting call time with contacts so that can plan my meetings without another app add model and storage to be done in command parsing create read delete tests to be done in gui to be done in | 1 |
577,032 | 17,102,184,101 | IssuesEvent | 2021-07-09 12:53:45 | EricssonResearch/scott-eu | https://api.github.com/repos/EricssonResearch/scott-eu | closed | support for many robots on the same computer | Comp: Robot RN Comp: Warehouse Scene Priority: Medium Type: Enhancement Upstream: ROS | Make sure that we get no warnings when running multiple robots on the same computer. So far we have issues with TFs and robot_descriptions. | 1.0 | support for many robots on the same computer - Make sure that we get no warnings when running multiple robots on the same computer. So far we have issues with TFs and robot_descriptions. | priority | support for many robots on the same computer make sure that we get no warnings when running multiple robots on the same computer so far we have issues with tfs and robot descriptions | 1 |
17,507 | 2,615,145,882 | IssuesEvent | 2015-03-01 06:21:49 | chrsmith/html5rocks | https://api.github.com/repos/chrsmith/html5rocks | closed | New client-side storage article | auto-migrated Milestone-3 NewArticle Priority-Medium Tutorial Type-Enhancement | ```
* Shift some of the content from "What's Offline" into a dedicated client-side
storage article
* Comparison and appropriate choices
```
Original issue reported on code.google.com by `mahem...@google.com` on 11 Aug 2010 at 7:11
* Merged into: #218 | 1.0 | New client-side storage article - ```
* Shift some of the content from "What's Offline" into a dedicated client-side
storage article
* Comparison and appropriate choices
```
Original issue reported on code.google.com by `mahem...@google.com` on 11 Aug 2010 at 7:11
* Merged into: #218 | priority | new client side storage article shift some of the content from what s offline into a dedicated client side storage article comparison and appropriate choices original issue reported on code google com by mahem google com on aug at merged into | 1 |
500,547 | 14,501,996,527 | IssuesEvent | 2020-12-11 20:20:40 | CCAFS/MARLO | https://api.github.com/repos/CCAFS/MARLO | reopened | [MA-CC] (MarloBI) Release Beta Version on Production Environment (3 Dashboards) | Priority - Medium Type -Task | Release in production the three dashboards: Milestones, Project Submission status, Deliverables
- [x] Create Tables
- [x] Create ETLs using the current queries
- [x] Create Job
- [ ] Create automation to maintain updated data
- [x] Release the code for embedded Power-BI in MARLO
- [ ] Create a workspace for production
- [ ] Publish the dashboards in a production workspace
**Deliverable:**
**Move to Review when:** All the task are done in Production environment
**Move to Closed when:** The dashboards are validated in Production environment
| 1.0 | [MA-CC] (MarloBI) Release Beta Version on Production Environment (3 Dashboards) - Release in production the three dashboards: Milestones, Project Submission status, Deliverables
- [x] Create Tables
- [x] Create ETLs using the current queries
- [x] Create Job
- [ ] Create automation to maintain updated data
- [x] Release the code for embedded Power-BI in MARLO
- [ ] Create a workspace for production
- [ ] Publish the dashboards in a production workspace
**Deliverable:**
**Move to Review when:** All the task are done in Production environment
**Move to Closed when:** The dashboards are validated in Production environment
| priority | marlobi release beta version on production environment dashboards release in production the three dashboards milestones project submission status deliverables create tables create etls using the current queries create job create automation to maintain updated data release the code for embedded power bi in marlo create a workspace for production publish the dashboards in a production workspace deliverable move to review when all the task are done in production environment move to closed when the dashboards are validated in production environment | 1 |
56,917 | 3,081,216,716 | IssuesEvent | 2015-08-22 14:01:00 | bitfighter/bitfighter | https://api.github.com/repos/bitfighter/bitfighter | closed | Achevments/awards | 019 duplicate enhancement imported Priority-Medium | _From [Yoshifa...@gmail.com](https://code.google.com/u/118317263907765649538/) on November 19, 2011 13:33:26_
Have achievments - not like the K/D ones in Issue 116 ...
EXAMPLES
Battle Royale - Play Each Free-For-All styled gamemode. (Bitmatch, rabbit, and Nexus)
Team Player - Play Each Team gamemode. (CTF, Retrive, Team Bitmatch, Zone Control, and Team Nexus)
Gladiator - Participate a Big Bitfighter Battle.
Home Grown - Create 15 maps.
Passport - Use a registered name.
Hoster - Host a server.
(ChumpChanges/not registered names won't earn achivments)
_Original issue: http://code.google.com/p/bitfighter/issues/detail?id=141_ | 1.0 | Achevments/awards - _From [Yoshifa...@gmail.com](https://code.google.com/u/118317263907765649538/) on November 19, 2011 13:33:26_
Have achievments - not like the K/D ones in Issue 116 ...
EXAMPLES
Battle Royale - Play Each Free-For-All styled gamemode. (Bitmatch, rabbit, and Nexus)
Team Player - Play Each Team gamemode. (CTF, Retrive, Team Bitmatch, Zone Control, and Team Nexus)
Gladiator - Participate a Big Bitfighter Battle.
Home Grown - Create 15 maps.
Passport - Use a registered name.
Hoster - Host a server.
(ChumpChanges/not registered names won't earn achivments)
_Original issue: http://code.google.com/p/bitfighter/issues/detail?id=141_ | priority | achevments awards from on november have achievments not like the k d ones in issue examples battle royale play each free for all styled gamemode bitmatch rabbit and nexus team player play each team gamemode ctf retrive team bitmatch zone control and team nexus gladiator participate a big bitfighter battle home grown create maps passport use a registered name hoster host a server chumpchanges not registered names won t earn achivments original issue | 1 |
126,200 | 4,973,995,019 | IssuesEvent | 2016-12-06 03:51:56 | tog22/eaforum | https://api.github.com/repos/tog22/eaforum | closed | Make article and comment styling responsive | medium difficulty medium priority | Basically, make article and comment text larger on mobile without making it look too horrible or breaking the layout. | 1.0 | Make article and comment styling responsive - Basically, make article and comment text larger on mobile without making it look too horrible or breaking the layout. | priority | make article and comment styling responsive basically make article and comment text larger on mobile without making it look too horrible or breaking the layout | 1 |
268,343 | 8,406,195,398 | IssuesEvent | 2018-10-11 17:14:16 | conveyal/trimet-mod-otp | https://api.github.com/repos/conveyal/trimet-mod-otp | closed | UI/UX: Itinerary/Map interaction | bug has fix medium priority | Selecting (clicking on) a segment of a trip itinerary should highlight and/or zoom to that segment on the map. For example, if trip starts by walking to a stop/station, if user clicks on the walking segment in the itinerary, the map should either highlight or zoom to that walking segment on the map. | 1.0 | UI/UX: Itinerary/Map interaction - Selecting (clicking on) a segment of a trip itinerary should highlight and/or zoom to that segment on the map. For example, if trip starts by walking to a stop/station, if user clicks on the walking segment in the itinerary, the map should either highlight or zoom to that walking segment on the map. | priority | ui ux itinerary map interaction selecting clicking on a segment of a trip itinerary should highlight and or zoom to that segment on the map for example if trip starts by walking to a stop station if user clicks on the walking segment in the itinerary the map should either highlight or zoom to that walking segment on the map | 1 |
521,012 | 15,099,823,054 | IssuesEvent | 2021-02-08 03:45:34 | ridhambhat/SlateVim | https://api.github.com/repos/ridhambhat/SlateVim | opened | Adobe PDF API | priority.Medium severity.Medium type.Enhancement | Some way to print contents of editor?
Some sort of "print" API, that either just downloads the PDF of the editor or some embed API that embeds a dynamically-generated PDF modal on the page? | 1.0 | Adobe PDF API - Some way to print contents of editor?
Some sort of "print" API, that either just downloads the PDF of the editor or some embed API that embeds a dynamically-generated PDF modal on the page? | priority | adobe pdf api some way to print contents of editor some sort of print api that either just downloads the pdf of the editor or some embed api that embeds a dynamically generated pdf modal on the page | 1 |
137,286 | 5,301,349,557 | IssuesEvent | 2017-02-10 09:18:55 | HBHWoolacotts/RPii | https://api.github.com/repos/HBHWoolacotts/RPii | closed | Cancelled Approval vanishes from Customer's Tab - even with outstanding balance | FIXED - HBH Live Label: General RP Bugs and Support Priority - Medium | This approval disappeared from the customer's tab after it was cancelled. It's caused a problem because it had a £439.99 credit on it that needed refunding but they couldn't find it!
Ref 1924193 [has since been refunded]
If any sale - invoiced or uninvoiced - has a balance or credit, please can you make sure it stays visible in the customer's tab?
Even now, it does not show in the Customer tab.

| 1.0 | Cancelled Approval vanishes from Customer's Tab - even with outstanding balance - This approval disappeared from the customer's tab after it was cancelled. It's caused a problem because it had a £439.99 credit on it that needed refunding but they couldn't find it!
Ref 1924193 [has since been refunded]
If any sale - invoiced or uninvoiced - has a balance or credit, please can you make sure it stays visible in the customer's tab?
Even now, it does not show in the Customer tab.

| priority | cancelled approval vanishes from customer s tab even with outstanding balance this approval disappeared from the customer s tab after it was cancelled it s caused a problem because it had a £ credit on it that needed refunding but they couldn t find it ref if any sale invoiced or uninvoiced has a balance or credit please can you make sure it stays visible in the customer s tab even now it does not show in the customer tab | 1 |
390,183 | 11,527,779,154 | IssuesEvent | 2020-02-16 00:19:52 | CHOMPStation2/CHOMPStation2 | https://api.github.com/repos/CHOMPStation2/CHOMPStation2 | closed | Air pressure in disposals. | Bug Map Edit Medium Priority | Because of the lack of airtight plastic flaps in cargo's mailroom, the room can get overpressurized by people throwing things away multiple things in quick succession. Just add some in front of the disposal outlet, and it shouuuuld fix it. Maybe.
How to reproduce: Throw things away in the trashcans a bunch. A lot.
Watch pressure in mailroom rise. | 1.0 | Air pressure in disposals. - Because of the lack of airtight plastic flaps in cargo's mailroom, the room can get overpressurized by people throwing things away multiple things in quick succession. Just add some in front of the disposal outlet, and it shouuuuld fix it. Maybe.
How to reproduce: Throw things away in the trashcans a bunch. A lot.
Watch pressure in mailroom rise. | priority | air pressure in disposals because of the lack of airtight plastic flaps in cargo s mailroom the room can get overpressurized by people throwing things away multiple things in quick succession just add some in front of the disposal outlet and it shouuuuld fix it maybe how to reproduce throw things away in the trashcans a bunch a lot watch pressure in mailroom rise | 1 |
236,653 | 7,751,773,313 | IssuesEvent | 2018-05-30 18:08:44 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | (Suggestion) Weed Pulling | Medium Priority Suggestion | Currently, in order to remove grass that has grown into my field, I have to dig the dirt up, place it back down, and then re-till it. Perhaps grass can be removed from fields using a tool without having to excavate the dirt that it's grown on. | 1.0 | (Suggestion) Weed Pulling - Currently, in order to remove grass that has grown into my field, I have to dig the dirt up, place it back down, and then re-till it. Perhaps grass can be removed from fields using a tool without having to excavate the dirt that it's grown on. | priority | suggestion weed pulling currently in order to remove grass that has grown into my field i have to dig the dirt up place it back down and then re till it perhaps grass can be removed from fields using a tool without having to excavate the dirt that it s grown on | 1 |
232,033 | 7,653,445,013 | IssuesEvent | 2018-05-10 04:02:27 | minio/minio | https://api.github.com/repos/minio/minio | closed | Ignore unsupported object ACL header? | priority: medium | I’m trying to use Minio to emulate S3 for an application I’m developing. My app uses a library to upload files/put objects into S3, and I don’t have much control over it. Unfortunately it applies an object-level ACL to every file uploaded, which I know Minio doesn’t support (#4496).
My issue is that Minio returns a 501 error, `A header you provided implies functionality that is not implemented`, on such attempted uploads. Would it be possible for Minio to just ignore this unsupported header? Possibly via configuration? | 1.0 | Ignore unsupported object ACL header? - I’m trying to use Minio to emulate S3 for an application I’m developing. My app uses a library to upload files/put objects into S3, and I don’t have much control over it. Unfortunately it applies an object-level ACL to every file uploaded, which I know Minio doesn’t support (#4496).
My issue is that Minio returns a 501 error, `A header you provided implies functionality that is not implemented`, on such attempted uploads. Would it be possible for Minio to just ignore this unsupported header? Possibly via configuration? | priority | ignore unsupported object acl header i’m trying to use minio to emulate for an application i’m developing my app uses a library to upload files put objects into and i don’t have much control over it unfortunately it applies an object level acl to every file uploaded which i know minio doesn’t support my issue is that minio returns a error a header you provided implies functionality that is not implemented on such attempted uploads would it be possible for minio to just ignore this unsupported header possibly via configuration | 1 |
807,354 | 29,997,062,092 | IssuesEvent | 2023-06-26 06:38:55 | rpm-software-management/dnf5 | https://api.github.com/repos/rpm-software-management/dnf5 | closed | Support for `dnf5 repoquery --repofrompath ID,baseurl` | Priority: MEDIUM Triaged | I typically diagnosed repository issues using this command before, and I miss the option since I switched to DNF5.
Is there an alternative way to query other repositories without touching the system DNF configuration? | 1.0 | Support for `dnf5 repoquery --repofrompath ID,baseurl` - I typically diagnosed repository issues using this command before, and I miss the option since I switched to DNF5.
Is there an alternative way to query other repositories without touching the system DNF configuration? | priority | support for repoquery repofrompath id baseurl i typically diagnosed repository issues using this command before and i miss the option since i switched to is there an alternative way to query other repositories without touching the system dnf configuration | 1 |
183,077 | 6,677,013,222 | IssuesEvent | 2017-10-05 08:46:14 | ocf/slackbridge | https://api.github.com/repos/ocf/slackbridge | closed | Only join IRC channels that the Slack user is in | enhancement medium-priority | Currently the IRC bots will join all channels detected in Slack, but not all Slack users are in all channels, so some of the bots are not used at all.
This will also help to cut down on join/quit spam since there will be less bots per channel.
This should also be dynamic so that when a user joins a channel their IRC bot joins too, and same with leaving a channel. | 1.0 | Only join IRC channels that the Slack user is in - Currently the IRC bots will join all channels detected in Slack, but not all Slack users are in all channels, so some of the bots are not used at all.
This will also help to cut down on join/quit spam since there will be less bots per channel.
This should also be dynamic so that when a user joins a channel their IRC bot joins too, and same with leaving a channel. | priority | only join irc channels that the slack user is in currently the irc bots will join all channels detected in slack but not all slack users are in all channels so some of the bots are not used at all this will also help to cut down on join quit spam since there will be less bots per channel this should also be dynamic so that when a user joins a channel their irc bot joins too and same with leaving a channel | 1 |
293,334 | 8,975,563,861 | IssuesEvent | 2019-01-30 05:56:27 | minio/minio | https://api.github.com/repos/minio/minio | closed | When send a DELETE request to tusd with minio s3 storage backend, how do I remove associated multipart and tmp resources? | community priority: medium triage | Hi,
I am a newbie using tusd for serving uploaded files on minio S3 storage with uppy incorporated into the front end with the tus plugin. So far, finding all of these excellent, they have made development much easier. The details of the environment are as follows:
- MacOs High Sierra 10.13.6
- Tusd running within a docker container behind an nginx proxy. Tusd is configured to use minio S3 storage backend.
- Minio RELEASE.2017-10-27T18-59-02Z running within a docker container.
I am struggling with the process of implementing removal of associated resources for an uploaded file. I have used the Rested plugin in Opera browser to send a DELETE request to tusd which then sends request to minio to delete associated object and meta data. Both the file object and associated metadata info file are removed for the DELETE request as expected.
However, upon inspecting the minio /data folder there are two folders: multipart and tmp located within .minio.sys. Each upload seems to create a subfolder within multipart and sometimes tmp. The subfolders appear to be empty after a successful upload and do not appear to be removed with a DELETE request. I have noticed that upon restarting minio the subfolders in tmp are removed.
Is there any way that I can remove these folder resources when a DELETE request is issued? How can I trigger the removal of these empty subfolders without restarting minio?
Kind regards
dcs3spp | 1.0 | When send a DELETE request to tusd with minio s3 storage backend, how do I remove associated multipart and tmp resources? - Hi,
I am a newbie using tusd for serving uploaded files on minio S3 storage with uppy incorporated into the front end with the tus plugin. So far, finding all of these excellent, they have made development much easier. The details of the environment are as follows:
- MacOs High Sierra 10.13.6
- Tusd running within a docker container behind an nginx proxy. Tusd is configured to use minio S3 storage backend.
- Minio RELEASE.2017-10-27T18-59-02Z running within a docker container.
I am struggling with the process of implementing removal of associated resources for an uploaded file. I have used the Rested plugin in Opera browser to send a DELETE request to tusd which then sends request to minio to delete associated object and meta data. Both the file object and associated metadata info file are removed for the DELETE request as expected.
However, upon inspecting the minio /data folder there are two folders: multipart and tmp located within .minio.sys. Each upload seems to create a subfolder within multipart and sometimes tmp. The subfolders appear to be empty after a successful upload and do not appear to be removed with a DELETE request. I have noticed that upon restarting minio the subfolders in tmp are removed.
Is there any way that I can remove these folder resources when a DELETE request is issued? How can I trigger the removal of these empty subfolders without restarting minio?
Kind regards
dcs3spp | priority | when send a delete request to tusd with minio storage backend how do i remove associated multipart and tmp resources hi i am a newbie using tusd for serving uploaded files on minio storage with uppy incorporated into the front end with the tus plugin so far finding all of these excellent they have made development much easier the details of the environment are as follows macos high sierra tusd running within a docker container behind an nginx proxy tusd is configured to use minio storage backend minio release running within a docker container i am struggling with the process of implementing removal of associated resources for an uploaded file i have used the rested plugin in opera browser to send a delete request to tusd which then sends request to minio to delete associated object and meta data both the file object and associated metadata info file are removed for the delete request as expected however upon inspecting the minio data folder there are two folders multipart and tmp located within minio sys each upload seems to create a subfolder within multipart and sometimes tmp the subfolders appear to be empty after a successful upload and do not appear to be removed with a delete request i have noticed that upon restarting minio the subfolders in tmp are removed is there any way that i can remove these folder resources when a delete request is issued how can i trigger the removal of these empty subfolders without restarting minio kind regards | 1 |
279,134 | 8,657,865,679 | IssuesEvent | 2018-11-27 22:38:25 | sous-chefs/grafana | https://api.github.com/repos/sous-chefs/grafana | opened | Resource: update dashboard | Priority: Medium Type: Feature Request good first issue | ### Cookbook version
4.0.0-beta
### Chef-client version
Latest
### Platform Details
- All supported
### Scenario:
As a user
I want to be able to configure the dashboard via properties rather than attributes
### Expected Result:
- [ ] grafana_dashboard is configurable via resource properties
- [ ] grafana_dashboard has unit tests
- [ ] resource is a custom resource and no longer an lwrp resource
| 1.0 | Resource: update dashboard - ### Cookbook version
4.0.0-beta
### Chef-client version
Latest
### Platform Details
- All supported
### Scenario:
As a user
I want to be able to configure the dashboard via properties rather than attributes
### Expected Result:
- [ ] grafana_dashboard is configurable via resource properties
- [ ] grafana_dashboard has unit tests
- [ ] resource is a custom resource and no longer an lwrp resource
| priority | resource update dashboard cookbook version beta chef client version latest platform details all supported scenario as a user i want to be able to configure the dashboard via properties rather than attributes expected result grafana dashboard is configurable via resource properties grafana dashboard has unit tests resource is a custom resource and no longer an lwrp resource | 1 |
29,405 | 2,715,532,637 | IssuesEvent | 2015-04-10 13:46:41 | CruxFramework/crux | https://api.github.com/repos/CruxFramework/crux | opened | Add ViewName property in the View XML attributes | enhancement imported Priority-Medium | _From [samuel@cruxframework.org](https://code.google.com/u/samuel@cruxframework.org/) on February 12, 2014 11:13:03_
So we can use this mechanism instead of the old one that can only link a View file to it's accessor by the name of the file.
_Original issue: http://code.google.com/p/crux-framework/issues/detail?id=317_ | 1.0 | Add ViewName property in the View XML attributes - _From [samuel@cruxframework.org](https://code.google.com/u/samuel@cruxframework.org/) on February 12, 2014 11:13:03_
So we can use this mechanism instead of the old one that can only link a View file to it's accessor by the name of the file.
_Original issue: http://code.google.com/p/crux-framework/issues/detail?id=317_ | priority | add viewname property in the view xml attributes from on february so we can use this mechanism instead of the old one that can only link a view file to it s accessor by the name of the file original issue | 1 |
474,462 | 13,670,563,297 | IssuesEvent | 2020-09-29 05:08:07 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | Getting Crashes Nviida card goes blank and Onboard graphics then follows Eco closes and reports crash then all comes back | Category: Tech Priority: Medium | **Version:** 0.9.0.0 beta
**Version:** 0.9.0.1 beta
This is a weird Bug that i **only** seem to be getting when running eco,
here are 9 Crash Reports in a zip all after exactly same thing happening
[Crashes.zip](https://github.com/StrangeLoopGames/EcoIssues/files/5204568/Crashes.zip)
I have no idea how to reproduce this ,i can be mining or digging or just doing something in eco, then everything goes blank on my main monitor (Nvidia card) then my 2nd monitor goes blank as well (Intel onboard graphics), sometimes i see eco reporting a crash dump on this blank screen other times it doesn't, i can get my screens back by pressing ctrl alt and delete, if i am really unlucky i get a total lockup of PC (that only ever happened once)
my graphic drivers are up to date, i even uninstalled and reinstalled a fresh copy


i had thought it was because game was in Fullscreen even changed that to full screen windowed (that didn;t make any difference)

| 1.0 | Getting Crashes Nviida card goes blank and Onboard graphics then follows Eco closes and reports crash then all comes back - **Version:** 0.9.0.0 beta
**Version:** 0.9.0.1 beta
This is a weird Bug that i **only** seem to be getting when running eco,
here are 9 Crash Reports in a zip all after exactly same thing happening
[Crashes.zip](https://github.com/StrangeLoopGames/EcoIssues/files/5204568/Crashes.zip)
I have no idea how to reproduce this ,i can be mining or digging or just doing something in eco, then everything goes blank on my main monitor (Nvidia card) then my 2nd monitor goes blank as well (Intel onboard graphics), sometimes i see eco reporting a crash dump on this blank screen other times it doesn't, i can get my screens back by pressing ctrl alt and delete, if i am really unlucky i get a total lockup of PC (that only ever happened once)
my graphic drivers are up to date, i even uninstalled and reinstalled a fresh copy


i had thought it was because game was in Fullscreen even changed that to full screen windowed (that didn;t make any difference)

| priority | getting crashes nviida card goes blank and onboard graphics then follows eco closes and reports crash then all comes back version beta version beta this is a weird bug that i only seem to be getting when running eco here are crash reports in a zip all after exactly same thing happening i have no idea how to reproduce this i can be mining or digging or just doing something in eco then everything goes blank on my main monitor nvidia card then my monitor goes blank as well intel onboard graphics sometimes i see eco reporting a crash dump on this blank screen other times it doesn t i can get my screens back by pressing ctrl alt and delete if i am really unlucky i get a total lockup of pc that only ever happened once my graphic drivers are up to date i even uninstalled and reinstalled a fresh copy i had thought it was because game was in fullscreen even changed that to full screen windowed that didn t make any difference | 1 |
831,012 | 32,035,224,513 | IssuesEvent | 2023-09-22 14:53:51 | Step3-kakao-tech-campus/Team14_BE | https://api.github.com/repos/Step3-kakao-tech-campus/Team14_BE | opened | 네이밍 컨벤션 설정 및 깃 플로우 예시 만들기 | Priority: Medium Status : Available Type : Feature | ## 설명
본 이슈는 프로젝트에서 사용할 네이밍 컨벤션과 깃 플로우에 대한 예시를 작성합니다.
명확한 규칙을 통해 팀 내 코드의 일관성을 유지하고, 협업을 더 효율적으로 진행하기 위한 목적입니다.
## 작업 항목
- [ ] **네이밍 컨벤션 설정**: 변수, 함수, 클래스 등의 네이밍 컨벤션을 설정합니다.
- [ ] **깃 브랜치 전략 작성**: 사용할 깃 브랜치 전략을 문서로 작성합니다.
- [ ] **깃 플로우 예시 제공**: 실제 코드 변경을 통한 깃 플로우 예시를 제공합니다.
- [ ] **문서화**: 설정한 네이밍 컨벤션과 깃 플로우를 문서로 정리합니다.
## 레퍼런스
- 참고할 외부 문서나 이슈, 레포지토리 링크 등 | 1.0 | 네이밍 컨벤션 설정 및 깃 플로우 예시 만들기 - ## 설명
본 이슈는 프로젝트에서 사용할 네이밍 컨벤션과 깃 플로우에 대한 예시를 작성합니다.
명확한 규칙을 통해 팀 내 코드의 일관성을 유지하고, 협업을 더 효율적으로 진행하기 위한 목적입니다.
## 작업 항목
- [ ] **네이밍 컨벤션 설정**: 변수, 함수, 클래스 등의 네이밍 컨벤션을 설정합니다.
- [ ] **깃 브랜치 전략 작성**: 사용할 깃 브랜치 전략을 문서로 작성합니다.
- [ ] **깃 플로우 예시 제공**: 실제 코드 변경을 통한 깃 플로우 예시를 제공합니다.
- [ ] **문서화**: 설정한 네이밍 컨벤션과 깃 플로우를 문서로 정리합니다.
## 레퍼런스
- 참고할 외부 문서나 이슈, 레포지토리 링크 등 | priority | 네이밍 컨벤션 설정 및 깃 플로우 예시 만들기 설명 본 이슈는 프로젝트에서 사용할 네이밍 컨벤션과 깃 플로우에 대한 예시를 작성합니다 명확한 규칙을 통해 팀 내 코드의 일관성을 유지하고 협업을 더 효율적으로 진행하기 위한 목적입니다 작업 항목 네이밍 컨벤션 설정 변수 함수 클래스 등의 네이밍 컨벤션을 설정합니다 깃 브랜치 전략 작성 사용할 깃 브랜치 전략을 문서로 작성합니다 깃 플로우 예시 제공 실제 코드 변경을 통한 깃 플로우 예시를 제공합니다 문서화 설정한 네이밍 컨벤션과 깃 플로우를 문서로 정리합니다 레퍼런스 참고할 외부 문서나 이슈 레포지토리 링크 등 | 1 |
708,915 | 24,360,879,280 | IssuesEvent | 2022-10-03 11:35:17 | trustwallet/wallet-core | https://api.github.com/repos/trustwallet/wallet-core | closed | Improve comments for all `proto` files | enhancement priority:medium size:medium | Add at least a liner description for each message, some `proto` files didn't add it
<img width="1233" alt="image" src="https://user-images.githubusercontent.com/360470/189629221-a5150a84-a6cd-4101-a801-53ebfd49b9d7.png">
https://hewigovens.github.io/wc-docc/documentation/walletcore/ | 1.0 | Improve comments for all `proto` files - Add at least a liner description for each message, some `proto` files didn't add it
<img width="1233" alt="image" src="https://user-images.githubusercontent.com/360470/189629221-a5150a84-a6cd-4101-a801-53ebfd49b9d7.png">
https://hewigovens.github.io/wc-docc/documentation/walletcore/ | priority | improve comments for all proto files add at least a liner description for each message some proto files didn t add it img width alt image src | 1 |
307,820 | 9,422,752,334 | IssuesEvent | 2019-04-11 10:04:53 | FezVrasta/popper.js | https://api.github.com/repos/FezVrasta/popper.js | closed | Delayed tooltip flashing when pointer is no longer over the reference | # BUG DIFFICULTY: low PRIORITY: medium TARGETS: Tooltip.js | ### CodePen demo
https://codepen.io/aleksanderd/pen/QJqROO
### Steps to reproduce the problem
1. Move mouse over/through the reference so fast and keep the pointer outside the ref.
2. Wait 1s.
3. Tooltip will be flashed (show and hide).
### What is the expected behavior?
I think, no tooltip must be showed since the mouse not in the reference area.
### Any other comments?
Seems to be this line must be one line upper:
https://github.com/FezVrasta/popper.js/blob/44be8ded6e1db3df6166e8a2d55ffeb42967bba1/packages/tooltip/src/index.js#L389
| 1.0 | Delayed tooltip flashing when pointer is no longer over the reference - ### CodePen demo
https://codepen.io/aleksanderd/pen/QJqROO
### Steps to reproduce the problem
1. Move mouse over/through the reference so fast and keep the pointer outside the ref.
2. Wait 1s.
3. Tooltip will be flashed (show and hide).
### What is the expected behavior?
I think, no tooltip must be showed since the mouse not in the reference area.
### Any other comments?
Seems to be this line must be one line upper:
https://github.com/FezVrasta/popper.js/blob/44be8ded6e1db3df6166e8a2d55ffeb42967bba1/packages/tooltip/src/index.js#L389
| priority | delayed tooltip flashing when pointer is no longer over the reference codepen demo steps to reproduce the problem move mouse over through the reference so fast and keep the pointer outside the ref wait tooltip will be flashed show and hide what is the expected behavior i think no tooltip must be showed since the mouse not in the reference area any other comments seems to be this line must be one line upper | 1 |
510,476 | 14,791,251,538 | IssuesEvent | 2021-01-12 13:14:38 | bounswe/bounswe2020group6 | https://api.github.com/repos/bounswe/bounswe2020group6 | opened | Creating Notification Mechanism for android Deadline: 17.01.2021 23.55 | medium priority mobile | Mobile does not have a notification mechanism.
- users shall see invitations
- owners shall see requests
- collaborators shall be informed when there is new collaborator | 1.0 | Creating Notification Mechanism for android Deadline: 17.01.2021 23.55 - Mobile does not have a notification mechanism.
- users shall see invitations
- owners shall see requests
- collaborators shall be informed when there is new collaborator | priority | creating notification mechanism for android deadline mobile does not have a notification mechanism users shall see invitations owners shall see requests collaborators shall be informed when there is new collaborator | 1 |
205,032 | 7,093,532,156 | IssuesEvent | 2018-01-12 20:55:46 | CCAFS/MARLO | https://api.github.com/repos/CCAFS/MARLO | closed | Provide the possibility to use Google Maps to select a coordinate in CRP Locations | Priority - Medium Type - Enhancement | It is hard for some user to find the coordinates for a certain site, perhaps a good idea would be to provide the possibility to use Google Maps. What if we add a button/link where one can click and use google maps just below each location fields?. Please refer to the screenshot No. 2.
| 1.0 | Provide the possibility to use Google Maps to select a coordinate in CRP Locations - It is hard for some user to find the coordinates for a certain site, perhaps a good idea would be to provide the possibility to use Google Maps. What if we add a button/link where one can click and use google maps just below each location fields?. Please refer to the screenshot No. 2.
| priority | provide the possibility to use google maps to select a coordinate in crp locations it is hard for some user to find the coordinates for a certain site perhaps a good idea would be to provide the possibility to use google maps what if we add a button link where one can click and use google maps just below each location fields please refer to the screenshot no | 1 |
674,919 | 23,070,460,308 | IssuesEvent | 2022-07-25 17:31:58 | Lumiverse/Atlas-Issues | https://api.github.com/repos/Lumiverse/Atlas-Issues | closed | training: own toptime is not display | Bug Medium Priority | **Describe the bug**
If you have a toptime worse than T8, it will not be displayed on the board.
**To Reproduce**
1. Make a Toptime worse than position 8
| 1.0 | training: own toptime is not display - **Describe the bug**
If you have a toptime worse than T8, it will not be displayed on the board.
**To Reproduce**
1. Make a Toptime worse than position 8
| priority | training own toptime is not display describe the bug if you have a toptime worse than it will not be displayed on the board to reproduce make a toptime worse than position | 1 |
526,772 | 15,301,088,908 | IssuesEvent | 2021-02-24 13:10:54 | wazuh/wazuh-kibana-app | https://api.github.com/repos/wazuh/wazuh-kibana-app | opened | Change all dates labels to Kibana formatting time zone | priority/medium | We need to update all dates (date data type) to Kibana formatting time zone. | 1.0 | Change all dates labels to Kibana formatting time zone - We need to update all dates (date data type) to Kibana formatting time zone. | priority | change all dates labels to kibana formatting time zone we need to update all dates date data type to kibana formatting time zone | 1 |
405,230 | 11,870,074,754 | IssuesEvent | 2020-03-26 12:08:30 | ahmedkaludi/accelerated-mobile-pages | https://api.github.com/repos/ahmedkaludi/accelerated-mobile-pages | closed | amp-fx-collection requires including the 'amp-fx-collection' | NEXT UPDATE [Priority: MEDIUM] bug | The attribute 'amp-fx' requires including the 'amp-fx-collection' extension JavaScript.
Reference: https://wordpress.org/support/topic/contents-of-advanced-settinshead-not-loading/ | 1.0 | amp-fx-collection requires including the 'amp-fx-collection' - The attribute 'amp-fx' requires including the 'amp-fx-collection' extension JavaScript.
Reference: https://wordpress.org/support/topic/contents-of-advanced-settinshead-not-loading/ | priority | amp fx collection requires including the amp fx collection the attribute amp fx requires including the amp fx collection extension javascript reference | 1 |
550,108 | 16,104,909,900 | IssuesEvent | 2021-04-27 13:55:18 | ashutoshgngwr/noice | https://api.github.com/repos/ashutoshgngwr/noice | closed | Feature request: respond to KEYCODE_MEDIA* media buttons | always-fresh bug priority/medium | ### Is your feature request related to a problem? Please describe.
<!--
A clear and concise description of what the problem is.
Ex. I'm always frustrated when [...]
-->
Please have the app respond to media buttons such as
`KEYCODE_MEDIA_STOP`, `KEYCODE_MEDIA_PLAY`, and `KEYCODE_MEDIA_PLAY_PAUSE` so that sounds can be affected by hardware media buttons.
https://developer.android.com/guide/topics/media-apps/mediabuttons
### Describe the solution you'd like
<!-- OPTIONAL: A clear and concise description of what you want to happen. -->
Play, pause, stop, and play/pause toggle via media buttons please. Another idea could be `KEYCODE_MEDIA_NEXT` and `KEYCODE_MEDIA_PREVIOUS` to cycle through the saved presets. | 1.0 | Feature request: respond to KEYCODE_MEDIA* media buttons - ### Is your feature request related to a problem? Please describe.
<!--
A clear and concise description of what the problem is.
Ex. I'm always frustrated when [...]
-->
Please have the app respond to media buttons such as
`KEYCODE_MEDIA_STOP`, `KEYCODE_MEDIA_PLAY`, and `KEYCODE_MEDIA_PLAY_PAUSE` so that sounds can be affected by hardware media buttons.
https://developer.android.com/guide/topics/media-apps/mediabuttons
### Describe the solution you'd like
<!-- OPTIONAL: A clear and concise description of what you want to happen. -->
Play, pause, stop, and play/pause toggle via media buttons please. Another idea could be `KEYCODE_MEDIA_NEXT` and `KEYCODE_MEDIA_PREVIOUS` to cycle through the saved presets. | priority | feature request respond to keycode media media buttons is your feature request related to a problem please describe a clear and concise description of what the problem is ex i m always frustrated when please have the app respond to media buttons such as keycode media stop keycode media play and keycode media play pause so that sounds can be affected by hardware media buttons describe the solution you d like play pause stop and play pause toggle via media buttons please another idea could be keycode media next and keycode media previous to cycle through the saved presets | 1 |
220,489 | 7,360,335,877 | IssuesEvent | 2018-03-10 17:32:03 | bounswe/bounswe2018group5 | https://api.github.com/repos/bounswe/bounswe2018group5 | opened | Revise Dependencies | Effort: Low Priority: Medium Status: Available Type: Wiki | Per Cihat's comment:
> You may add some more dependencies, such as you need requirements to start mockups etc. | 1.0 | Revise Dependencies - Per Cihat's comment:
> You may add some more dependencies, such as you need requirements to start mockups etc. | priority | revise dependencies per cihat s comment you may add some more dependencies such as you need requirements to start mockups etc | 1 |
502,979 | 14,570,848,724 | IssuesEvent | 2020-12-17 14:53:55 | huridocs/uwazi | https://api.github.com/repos/huridocs/uwazi | closed | UI to add, edit and filter metadata on relationships | Partner Request Priority: Medium | Currently, Uwazi admins are able to add/edit metadata (properties) on entities. This metadata allows users to filter and find the kind of information they are looking for, and also allows for some analysis of this metadata.
It would be helpful to be able to add/edit metadata on **relationships** too. This would allow users to filter and analyse metadata related to relationships.
Examples to come! | 1.0 | UI to add, edit and filter metadata on relationships - Currently, Uwazi admins are able to add/edit metadata (properties) on entities. This metadata allows users to filter and find the kind of information they are looking for, and also allows for some analysis of this metadata.
It would be helpful to be able to add/edit metadata on **relationships** too. This would allow users to filter and analyse metadata related to relationships.
Examples to come! | priority | ui to add edit and filter metadata on relationships currently uwazi admins are able to add edit metadata properties on entities this metadata allows users to filter and find the kind of information they are looking for and also allows for some analysis of this metadata it would be helpful to be able to add edit metadata on relationships too this would allow users to filter and analyse metadata related to relationships examples to come | 1 |
106,762 | 4,283,537,849 | IssuesEvent | 2016-07-15 13:49:44 | ELVIS-Project/VIS-Ualizer | https://api.github.com/repos/ELVIS-Project/VIS-Ualizer | opened | Synthesized Sounds Verovio (in addition to MIDI.js) | Priority: MEDIUM Status: NOT STARTED Type: ENHANCEMENT | We should also implement sound synthesis in the browser that way we do not have to rely on midi and the corresponding sound fonts. Here is an example: https://bl.ocks.org/mbostock/5723d93e4f617b542991. That means that we should be able to attach synthesized sounds to the _verovio_ score. | 1.0 | Synthesized Sounds Verovio (in addition to MIDI.js) - We should also implement sound synthesis in the browser that way we do not have to rely on midi and the corresponding sound fonts. Here is an example: https://bl.ocks.org/mbostock/5723d93e4f617b542991. That means that we should be able to attach synthesized sounds to the _verovio_ score. | priority | synthesized sounds verovio in addition to midi js we should also implement sound synthesis in the browser that way we do not have to rely on midi and the corresponding sound fonts here is an example that means that we should be able to attach synthesized sounds to the verovio score | 1 |
440,263 | 12,696,848,613 | IssuesEvent | 2020-06-22 10:45:40 | status-im/status-react | https://api.github.com/repos/status-im/status-react | closed | No dot/comma is shown on keyboard when requesting/sending funds | bug medium-priority wallet | ### Description
_Type_: Bug
_Summary_: No dot/comma displayed on keyboard, so can't request or send decimal amount
#### Expected behavior

#### Actual behavior

### Reproduction
* Open Status
* Go to Wallet
* Click Request
* Observe keyboard shown
### Additional Information
* Status version: 0.9.10-433-g25ec3602+ (1990)
* Operating System: Android
#### Logs
TF: https://app.testfairy.com/projects/4803622-status/builds/7246163/sessions/4/?accessToken=XMMInuMJvGuHON--jIcXYCQ56uc
| 1.0 | No dot/comma is shown on keyboard when requesting/sending funds - ### Description
_Type_: Bug
_Summary_: No dot/comma displayed on keyboard, so can't request or send decimal amount
#### Expected behavior

#### Actual behavior

### Reproduction
* Open Status
* Go to Wallet
* Click Request
* Observe keyboard shown
### Additional Information
* Status version: 0.9.10-433-g25ec3602+ (1990)
* Operating System: Android
#### Logs
TF: https://app.testfairy.com/projects/4803622-status/builds/7246163/sessions/4/?accessToken=XMMInuMJvGuHON--jIcXYCQ56uc
| priority | no dot comma is shown on keyboard when requesting sending funds description type bug summary no dot comma displayed on keyboard so can t request or send decimal amount expected behavior actual behavior reproduction open status go to wallet click request observe keyboard shown additional information status version operating system android logs tf | 1 |
400,546 | 11,776,759,469 | IssuesEvent | 2020-03-16 13:47:30 | geosolutions-it/MapStore2 | https://api.github.com/repos/geosolutions-it/MapStore2 | closed | If no background is present, you can not add it | Priority: Medium bug geOrchestra | ## Description
Expecially when you import WMC Templates, if no background is present, the background tool disappears so is not possible to add backgrounds.
To avoid this, if no backround layer is present in context, we should add empty background by default in "background" group. | 1.0 | If no background is present, you can not add it - ## Description
Expecially when you import WMC Templates, if no background is present, the background tool disappears so is not possible to add backgrounds.
To avoid this, if no backround layer is present in context, we should add empty background by default in "background" group. | priority | if no background is present you can not add it description expecially when you import wmc templates if no background is present the background tool disappears so is not possible to add backgrounds to avoid this if no backround layer is present in context we should add empty background by default in background group | 1 |
406,127 | 11,887,112,712 | IssuesEvent | 2020-03-28 00:12:23 | AY1920S2-CS2103-T09-2/main | https://api.github.com/repos/AY1920S2-CS2103-T09-2/main | closed | As a user I can see predicted sales for the future months based on past sales | priority.Medium type.Story | so I know which products to stock up on | 1.0 | As a user I can see predicted sales for the future months based on past sales - so I know which products to stock up on | priority | as a user i can see predicted sales for the future months based on past sales so i know which products to stock up on | 1 |
584,114 | 17,406,506,077 | IssuesEvent | 2021-08-03 06:49:55 | RvNovae/dhge-latex | https://api.github.com/repos/RvNovae/dhge-latex | closed | Abkürzungsverzeichnis ist nicht alphabetisch sortiert | Priority-Medium enhancement | Wie der Title schon sagt ist das Abkürzungsverzeichnis nicht erwartungsgemäß sortiert.
Dies kann beim Leser Verwirrung stiften wenn dieser nach einer Abkürzung sucht.
Tasks:
- [x] package austauschen
- [x] wiki updaten
- [x] `abk.tex` updaten
- [x] Sortierung konfigurieren | 1.0 | Abkürzungsverzeichnis ist nicht alphabetisch sortiert - Wie der Title schon sagt ist das Abkürzungsverzeichnis nicht erwartungsgemäß sortiert.
Dies kann beim Leser Verwirrung stiften wenn dieser nach einer Abkürzung sucht.
Tasks:
- [x] package austauschen
- [x] wiki updaten
- [x] `abk.tex` updaten
- [x] Sortierung konfigurieren | priority | abkürzungsverzeichnis ist nicht alphabetisch sortiert wie der title schon sagt ist das abkürzungsverzeichnis nicht erwartungsgemäß sortiert dies kann beim leser verwirrung stiften wenn dieser nach einer abkürzung sucht tasks package austauschen wiki updaten abk tex updaten sortierung konfigurieren | 1 |
116,361 | 4,700,736,947 | IssuesEvent | 2016-10-12 19:25:27 | ngageoint/hootenanny | https://api.github.com/repos/ngageoint/hootenanny | closed | Stand up a test instance of MapEdit for HOT integration development | Category: Install Priority: Medium Status: Defined Type: Support | I think a single instance of ME for hoot developers will be fine, since no changes will probably be made to ME code...only our custom version of HOT code.
One idea is to use vagrant to do this.
Most of the tasks in the #1011 epic are dependent on this task. | 1.0 | Stand up a test instance of MapEdit for HOT integration development - I think a single instance of ME for hoot developers will be fine, since no changes will probably be made to ME code...only our custom version of HOT code.
One idea is to use vagrant to do this.
Most of the tasks in the #1011 epic are dependent on this task. | priority | stand up a test instance of mapedit for hot integration development i think a single instance of me for hoot developers will be fine since no changes will probably be made to me code only our custom version of hot code one idea is to use vagrant to do this most of the tasks in the epic are dependent on this task | 1 |
77,132 | 3,506,264,126 | IssuesEvent | 2016-01-08 05:05:46 | OregonCore/OregonCore | https://api.github.com/repos/OregonCore/OregonCore | closed | Map.cpp Crash ? (BB #193) | Category: Crash migrated Priority: Medium Type: Bug | This issue was migrated from bitbucket.
**Original Reporter:**
**Original Date:** 12.06.2010 21:57:03 GMT+0000
**Original Priority:** major
**Original Type:** bug
**Original State:** invalid
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/193
<hr>
map::setNGrid() Invalid grid coordinates found: -2147483585, -2147483585!
oregon-core: /home/oregoncore/src/game/Map.cpp:2053: void Map::setNGrid(NGridType*, uint32, uint32): Assertion `false' failed.
Aborted
why crashed serwer
| 1.0 | Map.cpp Crash ? (BB #193) - This issue was migrated from bitbucket.
**Original Reporter:**
**Original Date:** 12.06.2010 21:57:03 GMT+0000
**Original Priority:** major
**Original Type:** bug
**Original State:** invalid
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/193
<hr>
map::setNGrid() Invalid grid coordinates found: -2147483585, -2147483585!
oregon-core: /home/oregoncore/src/game/Map.cpp:2053: void Map::setNGrid(NGridType*, uint32, uint32): Assertion `false' failed.
Aborted
why crashed serwer
| priority | map cpp crash bb this issue was migrated from bitbucket original reporter original date gmt original priority major original type bug original state invalid direct link map setngrid invalid grid coordinates found oregon core home oregoncore src game map cpp void map setngrid ngridtype assertion false failed aborted why crashed serwer | 1 |
308,488 | 9,439,877,330 | IssuesEvent | 2019-04-14 13:56:36 | XCompWiz/Mystcraft-Issues | https://api.github.com/repos/XCompWiz/Mystcraft-Issues | closed | Using linking books or the /tpx command breaks the vanilla `F3 + N` shortcut to cycle from spectator to creative mode | priority: medium resolution: duplicate | When you join a world for the first time in creative mode with op permissions, you can press F3 + N to switch to spectator mode. When you enter a Mystcraft world, this breaks until you leave the world and come back. You can still switch using commands, but if you try to use F3 + N, it says "[Debug]: Unable to switch gamemode, no permission."
I can confirm that this happens in multiplayer as well, although I don't know if you need to relog or restart the pack to fix it. Switching from spectator to creative has the same issue. It also continues to be a problem even if you leave the Mystcraft age. Simply being in one for any amount of time causes the bug. | 1.0 | Using linking books or the /tpx command breaks the vanilla `F3 + N` shortcut to cycle from spectator to creative mode - When you join a world for the first time in creative mode with op permissions, you can press F3 + N to switch to spectator mode. When you enter a Mystcraft world, this breaks until you leave the world and come back. You can still switch using commands, but if you try to use F3 + N, it says "[Debug]: Unable to switch gamemode, no permission."
I can confirm that this happens in multiplayer as well, although I don't know if you need to relog or restart the pack to fix it. Switching from spectator to creative has the same issue. It also continues to be a problem even if you leave the Mystcraft age. Simply being in one for any amount of time causes the bug. | priority | using linking books or the tpx command breaks the vanilla n shortcut to cycle from spectator to creative mode when you join a world for the first time in creative mode with op permissions you can press n to switch to spectator mode when you enter a mystcraft world this breaks until you leave the world and come back you can still switch using commands but if you try to use n it says unable to switch gamemode no permission i can confirm that this happens in multiplayer as well although i don t know if you need to relog or restart the pack to fix it switching from spectator to creative has the same issue it also continues to be a problem even if you leave the mystcraft age simply being in one for any amount of time causes the bug | 1 |
643,699 | 20,961,585,419 | IssuesEvent | 2022-03-27 21:44:13 | abedmaatalla/foursquared | https://api.github.com/repos/abedmaatalla/foursquared | closed | Put the tools to add friends in more places | Priority-Medium auto-migrated Type-Enhancement | ```
In seeing how my friends use this app, I've notices that the "Add Friends"
part is not easy to find.
An "Add Friends" button (simple "plus" icon) should be found in the
existing menu for the Friends Tab.
It would also be good in the Me -> Friends tab menu next to Friend Requests
```
Original issue reported on code.google.com by `mitch.fi...@gmail.com` on 14 May 2010 at 12:38
| 1.0 | Put the tools to add friends in more places - ```
In seeing how my friends use this app, I've notices that the "Add Friends"
part is not easy to find.
An "Add Friends" button (simple "plus" icon) should be found in the
existing menu for the Friends Tab.
It would also be good in the Me -> Friends tab menu next to Friend Requests
```
Original issue reported on code.google.com by `mitch.fi...@gmail.com` on 14 May 2010 at 12:38
| priority | put the tools to add friends in more places in seeing how my friends use this app i ve notices that the add friends part is not easy to find an add friends button simple plus icon should be found in the existing menu for the friends tab it would also be good in the me friends tab menu next to friend requests original issue reported on code google com by mitch fi gmail com on may at | 1 |
710,815 | 24,436,029,178 | IssuesEvent | 2022-10-06 11:33:31 | trustwallet/wallet-core | https://api.github.com/repos/trustwallet/wallet-core | opened | [Misc]: Support custom IBC chains without code change, but runtime data | enhancement priority:medium improvements | **Is your feature request related to a problem? Please describe.**
Similar to #2612
## Research
The number 1 and number 2 solutions make more sense to me. Checking the way it works for cosmos, it requires only a custom [chainId](https://github.com/trustwallet/wallet-core/blob/61157af882b24b74310f72745fd2598568a965ba/tests/Osmosis/SignerTests.cpp#L22) for signing. Also checked the keplr [code](https://github.com/chainapsis/keplr-wallet/blob/07673165267d0a29d9ab12303299361bdc2e3338/packages/types/src/chain-info.ts#L6), and it's similar. For some chains, the point number 2 is required (evmos use a different derivation method).
| 1.0 | [Misc]: Support custom IBC chains without code change, but runtime data - **Is your feature request related to a problem? Please describe.**
Similar to #2612
## Research
The number 1 and number 2 solutions make more sense to me. Checking the way it works for cosmos, it requires only a custom [chainId](https://github.com/trustwallet/wallet-core/blob/61157af882b24b74310f72745fd2598568a965ba/tests/Osmosis/SignerTests.cpp#L22) for signing. Also checked the keplr [code](https://github.com/chainapsis/keplr-wallet/blob/07673165267d0a29d9ab12303299361bdc2e3338/packages/types/src/chain-info.ts#L6), and it's similar. For some chains, the point number 2 is required (evmos use a different derivation method).
| priority | support custom ibc chains without code change but runtime data is your feature request related to a problem please describe similar to research the number and number solutions make more sense to me checking the way it works for cosmos it requires only a custom for signing also checked the keplr and it s similar for some chains the point number is required evmos use a different derivation method | 1 |
645,701 | 21,012,440,728 | IssuesEvent | 2022-03-30 07:59:37 | AY2122S2-CS2103T-W15-2/tp | https://api.github.com/repos/AY2122S2-CS2103T-W15-2/tp | opened | As a user, I can view and edit the last command I entered | type.Story priority.Medium | So I do not have to re type everything in case I make a mistake | 1.0 | As a user, I can view and edit the last command I entered - So I do not have to re type everything in case I make a mistake | priority | as a user i can view and edit the last command i entered so i do not have to re type everything in case i make a mistake | 1 |
460,699 | 13,216,967,895 | IssuesEvent | 2020-08-17 05:37:27 | DIAGNijmegen/website-content | https://api.github.com/repos/DIAGNijmegen/website-content | opened | publication list background-color/font/font-color | Priority: Medium enhancement | Implement publication page version without grayish background, and with 100% black letters and with open sans as font.
| 1.0 | publication list background-color/font/font-color - Implement publication page version without grayish background, and with 100% black letters and with open sans as font.
| priority | publication list background color font font color implement publication page version without grayish background and with black letters and with open sans as font | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.