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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
99,885 | 4,074,284,611 | IssuesEvent | 2016-05-28 10:13:21 | BugBusterSWE/documentation | https://api.github.com/repos/BugBusterSWE/documentation | opened | Aggiungere automazione TypeDoc | priority:medium | *Documento in cui si trova il problema*:
Norme di Progetto
Activity #494
*Descrizione del problema*:
Aggiungere automazione TypeDoc
Link task: [https://bugbusters.teamwork.com/tasks/6938622](https://bugbusters.teamwork.com/tasks/6938622) | 1.0 | Aggiungere automazione TypeDoc - *Documento in cui si trova il problema*:
Norme di Progetto
Activity #494
*Descrizione del problema*:
Aggiungere automazione TypeDoc
Link task: [https://bugbusters.teamwork.com/tasks/6938622](https://bugbusters.teamwork.com/tasks/6938622) | priority | aggiungere automazione typedoc documento in cui si trova il problema norme di progetto activity descrizione del problema aggiungere automazione typedoc link task | 1 |
604,669 | 18,716,284,790 | IssuesEvent | 2021-11-03 05:31:41 | magma/magma | https://api.github.com/repos/magma/magma | closed | [AMF]: Changing the default parameter for amfName in gate | type: bug component: agw priority: medium product: 5g sa | Lately we have seen the issue with default value of "amfName" parameter.
It seems Spirent and Nokia GNB is not accepting the name (AMF_1).
Task is to change the name to AMF1 or something which is generally acceptable. | 1.0 | [AMF]: Changing the default parameter for amfName in gate - Lately we have seen the issue with default value of "amfName" parameter.
It seems Spirent and Nokia GNB is not accepting the name (AMF_1).
Task is to change the name to AMF1 or something which is generally acceptable. | priority | changing the default parameter for amfname in gate lately we have seen the issue with default value of amfname parameter it seems spirent and nokia gnb is not accepting the name amf task is to change the name to or something which is generally acceptable | 1 |
70,473 | 3,330,946,870 | IssuesEvent | 2015-11-11 13:38:38 | bespokeinteractive/inventory | https://api.github.com/repos/bespokeinteractive/inventory | opened | support multi level substores | enhancement medium priority | The system currently support one sub store. There are some instances(L4's and L5's) where there are more than one sub tore. The system should therefore handle more than one level. | 1.0 | support multi level substores - The system currently support one sub store. There are some instances(L4's and L5's) where there are more than one sub tore. The system should therefore handle more than one level. | priority | support multi level substores the system currently support one sub store there are some instances s and s where there are more than one sub tore the system should therefore handle more than one level | 1 |
49,349 | 3,002,141,839 | IssuesEvent | 2015-07-24 15:32:40 | jayway/powermock | https://api.github.com/repos/jayway/powermock | opened | java.lang.VerifyError, when using Swing components and @PrepareForTest | bug imported Priority-Medium | _From [a.vermin...@gmail.com](https://code.google.com/u/107588327220363311978/) on January 20, 2012 17:47:38_
Hello,
when I run a test, which has some Swing components and use @PrepareForTest, I get an Exception:
java.lang.VerifyError: (class: javax/swing/plaf/metal/OceanTheme, method: \<clinit> signature: ()V) Bad type in putfield/putstatic
It appears only, when I use @PrepareForTest annotation and init some Swing components, without it's ok.
Is there some issue with Swing components using with mocking?
Thanks for the help,
Alexei
This throws Exception:
@RunWith( PowerMockRunner.class )
@PrepareForTest( { String.class } )
public class TestGUI
{
@Test
public final void test()
{
JLabel label = new JLabel( "foobar" );
}
}
This runs fine:
@RunWith( PowerMockRunner.class )
public class TestGUI
{
@Test
public final void test()
{
JLabel label = new JLabel( "foobar" );
}
}
_Original issue: http://code.google.com/p/powermock/issues/detail?id=363_ | 1.0 | java.lang.VerifyError, when using Swing components and @PrepareForTest - _From [a.vermin...@gmail.com](https://code.google.com/u/107588327220363311978/) on January 20, 2012 17:47:38_
Hello,
when I run a test, which has some Swing components and use @PrepareForTest, I get an Exception:
java.lang.VerifyError: (class: javax/swing/plaf/metal/OceanTheme, method: \<clinit> signature: ()V) Bad type in putfield/putstatic
It appears only, when I use @PrepareForTest annotation and init some Swing components, without it's ok.
Is there some issue with Swing components using with mocking?
Thanks for the help,
Alexei
This throws Exception:
@RunWith( PowerMockRunner.class )
@PrepareForTest( { String.class } )
public class TestGUI
{
@Test
public final void test()
{
JLabel label = new JLabel( "foobar" );
}
}
This runs fine:
@RunWith( PowerMockRunner.class )
public class TestGUI
{
@Test
public final void test()
{
JLabel label = new JLabel( "foobar" );
}
}
_Original issue: http://code.google.com/p/powermock/issues/detail?id=363_ | priority | java lang verifyerror when using swing components and preparefortest from on january hello when i run a test which has some swing components and use preparefortest i get an exception java lang verifyerror class javax swing plaf metal oceantheme method signature v bad type in putfield putstatic it appears only when i use preparefortest annotation and init some swing components without it s ok is there some issue with swing components using with mocking thanks for the help alexei this throws exception runwith powermockrunner class preparefortest string class public class testgui test public final void test jlabel label new jlabel foobar this runs fine runwith powermockrunner class public class testgui test public final void test jlabel label new jlabel foobar original issue | 1 |
40,596 | 2,868,930,804 | IssuesEvent | 2015-06-05 22:01:49 | dart-lang/pub | https://api.github.com/repos/dart-lang/pub | closed | Request to host package - petitparser | Fixed Priority-Medium Type-Task | _Originally opened as dart-lang/sdk#6105_
*This issue was originally filed by ren...@gmail.com*
_____
https://github.com/renggli/PetitParserDart | 1.0 | Request to host package - petitparser - _Originally opened as dart-lang/sdk#6105_
*This issue was originally filed by ren...@gmail.com*
_____
https://github.com/renggli/PetitParserDart | priority | request to host package petitparser originally opened as dart lang sdk this issue was originally filed by ren gmail com | 1 |
288,939 | 8,853,335,079 | IssuesEvent | 2019-01-08 21:02:55 | robotframework/SeleniumLibrary | https://api.github.com/repos/robotframework/SeleniumLibrary | closed | Investigate glance and could it be used as one locator strategy | enhancement priority: medium | Investigate could [glance-dom](https://github.com/quasimatic/glance-dom) used as one of the locator strategies. | 1.0 | Investigate glance and could it be used as one locator strategy - Investigate could [glance-dom](https://github.com/quasimatic/glance-dom) used as one of the locator strategies. | priority | investigate glance and could it be used as one locator strategy investigate could used as one of the locator strategies | 1 |
17,036 | 2,615,129,500 | IssuesEvent | 2015-03-01 05:59:07 | chrsmith/google-api-java-client | https://api.github.com/repos/chrsmith/google-api-java-client | opened | Google Contacts | auto-migrated Priority-Medium Type-Sample | ```
Which Google API and version (e.g. Google Calendar Data API version 2)?
Google Contacts API
What format (e.g. JSON, Atom)?
Java
What Authentation (e.g. OAuth, OAuth 2, ClientLogin)?
OAuth 2
Java environment (e.g. Java 6, Android 2.3, App Engine)?
Java 6
External references, such as API reference guide?
Please provide any additional information below.
```
Original issue reported on code.google.com by `jonathan...@gmail.com` on 8 Oct 2012 at 8:20 | 1.0 | Google Contacts - ```
Which Google API and version (e.g. Google Calendar Data API version 2)?
Google Contacts API
What format (e.g. JSON, Atom)?
Java
What Authentation (e.g. OAuth, OAuth 2, ClientLogin)?
OAuth 2
Java environment (e.g. Java 6, Android 2.3, App Engine)?
Java 6
External references, such as API reference guide?
Please provide any additional information below.
```
Original issue reported on code.google.com by `jonathan...@gmail.com` on 8 Oct 2012 at 8:20 | priority | google contacts which google api and version e g google calendar data api version google contacts api what format e g json atom java what authentation e g oauth oauth clientlogin oauth java environment e g java android app engine java external references such as api reference guide please provide any additional information below original issue reported on code google com by jonathan gmail com on oct at | 1 |
346,531 | 10,416,468,329 | IssuesEvent | 2019-09-14 13:52:12 | dani8art/hygeia-js | https://api.github.com/repos/dani8art/hygeia-js | closed | Change the way files are imported | module:checker module:models module:reporters module:stores priority:medium type:refactor | It should use `require` like:
```js
const { Service } = require('./src/domain/service');
```
And remove all `index.js`
| 1.0 | Change the way files are imported - It should use `require` like:
```js
const { Service } = require('./src/domain/service');
```
And remove all `index.js`
| priority | change the way files are imported it should use require like js const service require src domain service and remove all index js | 1 |
479,174 | 13,792,303,359 | IssuesEvent | 2020-10-09 13:26:43 | telerik/kendo-ui-core | https://api.github.com/repos/telerik/kendo-ui-core | closed | Draggable items inside TileLayout widget cause JavaScript exceptions | Bug C:TileLayout FP: Completed FP: In Development Kendo1 Priority 2 SEV: Medium | ### Bug report
When a draggable item that is part of a tile of the Kendo UI TileLayout is dragged, JavaScript errors are thrown. This is due to the fact that the Draggable widget, internally used, calls the drag event of the widget instances inside the TileLayout.
### Reproduction of the problem
1. Edit the live demo in a Dojo: https://demos.telerik.com/kendo-ui/tilelayout/index
2. Make any of the grids, resizable or groupable.
3. Resize or group a column.
4. JavaScript errors are thrown.
### Environment
* **Kendo UI version:** 2020.2.617
* **jQuery version:** 1.124
* **Browser:** [all]
| 1.0 | Draggable items inside TileLayout widget cause JavaScript exceptions - ### Bug report
When a draggable item that is part of a tile of the Kendo UI TileLayout is dragged, JavaScript errors are thrown. This is due to the fact that the Draggable widget, internally used, calls the drag event of the widget instances inside the TileLayout.
### Reproduction of the problem
1. Edit the live demo in a Dojo: https://demos.telerik.com/kendo-ui/tilelayout/index
2. Make any of the grids, resizable or groupable.
3. Resize or group a column.
4. JavaScript errors are thrown.
### Environment
* **Kendo UI version:** 2020.2.617
* **jQuery version:** 1.124
* **Browser:** [all]
| priority | draggable items inside tilelayout widget cause javascript exceptions bug report when a draggable item that is part of a tile of the kendo ui tilelayout is dragged javascript errors are thrown this is due to the fact that the draggable widget internally used calls the drag event of the widget instances inside the tilelayout reproduction of the problem edit the live demo in a dojo make any of the grids resizable or groupable resize or group a column javascript errors are thrown environment kendo ui version jquery version browser | 1 |
722,181 | 24,853,762,348 | IssuesEvent | 2022-10-26 22:56:59 | kwing25/Women-Who-ve-Changed-Tech | https://api.github.com/repos/kwing25/Women-Who-ve-Changed-Tech | closed | 📦⚠️ NPM Dependencies Issues- Missing/Unused packages - Update | Type: Bug help wanted hacktoberfest hacktoberfest-accepted up for grabs Type: Maintenance Priority: Medium Status: Assigned | ### 💬 Various NPM packages need to be updated/removed/or fixed. Did npm update and was able to fix some but still have more to go through.
#### Used [depcheck](https://github.com/depcheck/depcheck) to check for unused dependencies. Here are the results-
```
Unused dependencies
* @fortawesome/fontawesome-free
* @testing-library/user-event
* bootstrap
* sass
* sass-loader
Missing dependencies
* eslint-config-react-app: ./package.json
* @typescript-eslint/parser: ./package.json
* eslint-plugin-import: ./package.json
* eslint-plugin-flowtype: ./package.json
* eslint-plugin-jsx-a11y: ./package.json
* eslint-plugin-react-hooks: ./package.json
* @typescript-eslint/eslint-plugin: ./package.json
* babel-eslint: ./package.json
* eslint-plugin-react: ./package.json
* eslint-plugin-jest: ./package.json
* eslint-plugin-testing-library: ./package.json
```
_☞ Good issue for anyone that knows node packages_ | 1.0 | 📦⚠️ NPM Dependencies Issues- Missing/Unused packages - Update - ### 💬 Various NPM packages need to be updated/removed/or fixed. Did npm update and was able to fix some but still have more to go through.
#### Used [depcheck](https://github.com/depcheck/depcheck) to check for unused dependencies. Here are the results-
```
Unused dependencies
* @fortawesome/fontawesome-free
* @testing-library/user-event
* bootstrap
* sass
* sass-loader
Missing dependencies
* eslint-config-react-app: ./package.json
* @typescript-eslint/parser: ./package.json
* eslint-plugin-import: ./package.json
* eslint-plugin-flowtype: ./package.json
* eslint-plugin-jsx-a11y: ./package.json
* eslint-plugin-react-hooks: ./package.json
* @typescript-eslint/eslint-plugin: ./package.json
* babel-eslint: ./package.json
* eslint-plugin-react: ./package.json
* eslint-plugin-jest: ./package.json
* eslint-plugin-testing-library: ./package.json
```
_☞ Good issue for anyone that knows node packages_ | priority | 📦⚠️ npm dependencies issues missing unused packages update 💬 various npm packages need to be updated removed or fixed did npm update and was able to fix some but still have more to go through used to check for unused dependencies here are the results unused dependencies fortawesome fontawesome free testing library user event bootstrap sass sass loader missing dependencies eslint config react app package json typescript eslint parser package json eslint plugin import package json eslint plugin flowtype package json eslint plugin jsx package json eslint plugin react hooks package json typescript eslint eslint plugin package json babel eslint package json eslint plugin react package json eslint plugin jest package json eslint plugin testing library package json ☞ good issue for anyone that knows node packages | 1 |
207,546 | 7,131,000,142 | IssuesEvent | 2018-01-22 09:24:37 | grmToolbox/grmpy | https://api.github.com/repos/grmToolbox/grmpy | opened | Missing Docstring | pb-software-engineering priority-medium size-M |
def refactor_results(dict_, file):
pseudo = read(file)
for key in ['TREATED', 'UNTREATED', 'COST', 'DIST']:
if key == 'DIST':
pseudo['DIST']['coeff'] = dict_['AUX']['x_internal'][-6:]
else:
pseudo[key]['coeff'] = dict_[key]['all'].tolist()
del pseudo[key]['all']
print_dict(pseudo, 'test')
| 1.0 | Missing Docstring -
def refactor_results(dict_, file):
pseudo = read(file)
for key in ['TREATED', 'UNTREATED', 'COST', 'DIST']:
if key == 'DIST':
pseudo['DIST']['coeff'] = dict_['AUX']['x_internal'][-6:]
else:
pseudo[key]['coeff'] = dict_[key]['all'].tolist()
del pseudo[key]['all']
print_dict(pseudo, 'test')
| priority | missing docstring def refactor results dict file pseudo read file for key in if key dist pseudo dict else pseudo dict tolist del pseudo print dict pseudo test | 1 |
247,367 | 7,917,844,183 | IssuesEvent | 2018-07-04 11:14:11 | redbadger/pride-london-app | https://api.github.com/repos/redbadger/pride-london-app | opened | Parade Map: Large text size cuts "start" and "finish" off on route markers | :fire: medium priority bug | ## Description of issue
Increasing the text size to large
Describe the error in as much detail as possible.
## Expected behaviour
Resizing shouldn't cut off any words, so the end points of the parade route should read start and finish.
If it's a functional issue, describe what would have been the correct behaviour.
## Steps to reproduce
List the exact steps you took to arrive at the issue.
Increase size in accessibility settings.
Go to app and open parade map.
Notice the start and finish points on the parade route have the words cut off.
## OS / Browser / Device model
iOS, iphone6s
List all the devices and browsers effected, with specific version numbers.
## Screenshots


If it's a visual bug, please provide screenshots or screen captures.
| 1.0 | Parade Map: Large text size cuts "start" and "finish" off on route markers - ## Description of issue
Increasing the text size to large
Describe the error in as much detail as possible.
## Expected behaviour
Resizing shouldn't cut off any words, so the end points of the parade route should read start and finish.
If it's a functional issue, describe what would have been the correct behaviour.
## Steps to reproduce
List the exact steps you took to arrive at the issue.
Increase size in accessibility settings.
Go to app and open parade map.
Notice the start and finish points on the parade route have the words cut off.
## OS / Browser / Device model
iOS, iphone6s
List all the devices and browsers effected, with specific version numbers.
## Screenshots


If it's a visual bug, please provide screenshots or screen captures.
| priority | parade map large text size cuts start and finish off on route markers description of issue increasing the text size to large describe the error in as much detail as possible expected behaviour resizing shouldn t cut off any words so the end points of the parade route should read start and finish if it s a functional issue describe what would have been the correct behaviour steps to reproduce list the exact steps you took to arrive at the issue increase size in accessibility settings go to app and open parade map notice the start and finish points on the parade route have the words cut off os browser device model ios list all the devices and browsers effected with specific version numbers screenshots if it s a visual bug please provide screenshots or screen captures | 1 |
500,718 | 14,512,445,638 | IssuesEvent | 2020-12-13 01:30:31 | modrinth/labrinth | https://api.github.com/repos/modrinth/labrinth | closed | Add moderation tools | Priority: Medium | Things to do in this project:
- List of mods in a "Need for Approval" state
- Approve mod route
- Deny mod route | 1.0 | Add moderation tools - Things to do in this project:
- List of mods in a "Need for Approval" state
- Approve mod route
- Deny mod route | priority | add moderation tools things to do in this project list of mods in a need for approval state approve mod route deny mod route | 1 |
308,382 | 9,438,536,342 | IssuesEvent | 2019-04-14 00:54:03 | x13pixels/remedybg-issues | https://api.github.com/repos/x13pixels/remedybg-issues | opened | String visualization | Component: Watch Window Priority: 5 (Medium) Status: Accepted Type: Enhancement | Add string visualization feature to watch window (magnifying glass to open string viewer). | 1.0 | String visualization - Add string visualization feature to watch window (magnifying glass to open string viewer). | priority | string visualization add string visualization feature to watch window magnifying glass to open string viewer | 1 |
344,760 | 10,349,588,562 | IssuesEvent | 2019-09-04 23:05:33 | ngageoint/hootenanny | https://api.github.com/repos/ngageoint/hootenanny | closed | Add exclusion filter for ref being replaced to changeset-derive-replacement | Category: Algorithms Priority: Medium Status: Ready For Review Type: Feature | This should be possible using a `NotCriterion` on a copy of the ref dough data just before cookie cutting. The will result in an error if `--full-replacement` is specified. | 1.0 | Add exclusion filter for ref being replaced to changeset-derive-replacement - This should be possible using a `NotCriterion` on a copy of the ref dough data just before cookie cutting. The will result in an error if `--full-replacement` is specified. | priority | add exclusion filter for ref being replaced to changeset derive replacement this should be possible using a notcriterion on a copy of the ref dough data just before cookie cutting the will result in an error if full replacement is specified | 1 |
780,725 | 27,405,686,228 | IssuesEvent | 2023-03-01 06:30:21 | AY2223S2-CS2103T-W13-3/tp | https://api.github.com/repos/AY2223S2-CS2103T-W13-3/tp | closed | As a meticulous user I want to add details to tasks | type.Story priority.Medium | So that I can keep track of instructions/notes. | 1.0 | As a meticulous user I want to add details to tasks - So that I can keep track of instructions/notes. | priority | as a meticulous user i want to add details to tasks so that i can keep track of instructions notes | 1 |
472,550 | 13,626,868,479 | IssuesEvent | 2020-09-24 11:44:13 | inverse-inc/packetfence | https://api.github.com/repos/inverse-inc/packetfence | opened | web admin: incorrect display for a date after 2038 | Priority: Medium Type: Bug | **Describe the bug**
If you generate a certificate for 7500 days (~20 years) using a PacketFence PKI template, frontend doesn't display correctly resulting date even if certificate contains correct date.
I assume this is because date is after 2038.
**To Reproduce**
Steps to reproduce the behavior:
1. Create a CA in PacketFence PKI
2. Create a template with 7500 days as Validity
3. Generate a certificate using template
**Screenshots**

**Expected behavior**
Resulting date should be display.
**Additional context**
Even if it's only a display issue, you're not sure your certificate is valid. You have dowload it and verify by hand if date is correct which is painful.
5000 days works. | 1.0 | web admin: incorrect display for a date after 2038 - **Describe the bug**
If you generate a certificate for 7500 days (~20 years) using a PacketFence PKI template, frontend doesn't display correctly resulting date even if certificate contains correct date.
I assume this is because date is after 2038.
**To Reproduce**
Steps to reproduce the behavior:
1. Create a CA in PacketFence PKI
2. Create a template with 7500 days as Validity
3. Generate a certificate using template
**Screenshots**

**Expected behavior**
Resulting date should be display.
**Additional context**
Even if it's only a display issue, you're not sure your certificate is valid. You have dowload it and verify by hand if date is correct which is painful.
5000 days works. | priority | web admin incorrect display for a date after describe the bug if you generate a certificate for days years using a packetfence pki template frontend doesn t display correctly resulting date even if certificate contains correct date i assume this is because date is after to reproduce steps to reproduce the behavior create a ca in packetfence pki create a template with days as validity generate a certificate using template screenshots expected behavior resulting date should be display additional context even if it s only a display issue you re not sure your certificate is valid you have dowload it and verify by hand if date is correct which is painful days works | 1 |
675,811 | 23,106,814,175 | IssuesEvent | 2022-07-27 09:31:00 | owncloud/web | https://api.github.com/repos/owncloud/web | closed | No share indicators inside share jail | Type:Bug Priority:p3-medium Interaction:Question | With the [share jail](https://github.com/owncloud/web/pull/6593) being merged, navigating into a share (via shared with me view) doesn't show any share indicators anymore. Since we don't have re-sharing with oCIS and since anything that is inside a `SharedResource` view lives there because it was shared in the first place, might make sense to just not support share indicators in the `SharedResource` views.
### Steps to reproduce
1. As einstein, share a folder with marie
2. As marie, accept the shared folder
3. As marie, navigate into the shared folder
### Expected behaviour
I guess showing share indicators doesn't make sense. If at all, I'd expect share indicators for re-shared files/folders, but we don't support re-sharing with oCIS, yet.
### Actual behaviour
Well, no share indicators are being shown. Which makes sense to me, but need to be confirmed by @tbsbdr
### Todo
As soon as we have re-sharing with ocis we want to have share indicators in the `shared with me` view. | 1.0 | No share indicators inside share jail - With the [share jail](https://github.com/owncloud/web/pull/6593) being merged, navigating into a share (via shared with me view) doesn't show any share indicators anymore. Since we don't have re-sharing with oCIS and since anything that is inside a `SharedResource` view lives there because it was shared in the first place, might make sense to just not support share indicators in the `SharedResource` views.
### Steps to reproduce
1. As einstein, share a folder with marie
2. As marie, accept the shared folder
3. As marie, navigate into the shared folder
### Expected behaviour
I guess showing share indicators doesn't make sense. If at all, I'd expect share indicators for re-shared files/folders, but we don't support re-sharing with oCIS, yet.
### Actual behaviour
Well, no share indicators are being shown. Which makes sense to me, but need to be confirmed by @tbsbdr
### Todo
As soon as we have re-sharing with ocis we want to have share indicators in the `shared with me` view. | priority | no share indicators inside share jail with the being merged navigating into a share via shared with me view doesn t show any share indicators anymore since we don t have re sharing with ocis and since anything that is inside a sharedresource view lives there because it was shared in the first place might make sense to just not support share indicators in the sharedresource views steps to reproduce as einstein share a folder with marie as marie accept the shared folder as marie navigate into the shared folder expected behaviour i guess showing share indicators doesn t make sense if at all i d expect share indicators for re shared files folders but we don t support re sharing with ocis yet actual behaviour well no share indicators are being shown which makes sense to me but need to be confirmed by tbsbdr todo as soon as we have re sharing with ocis we want to have share indicators in the shared with me view | 1 |
812,640 | 30,345,657,844 | IssuesEvent | 2023-07-11 15:15:59 | pybamm-team/PyBaMM | https://api.github.com/repos/pybamm-team/PyBaMM | closed | Raise error for unknown parameter sets | difficulty: easy priority:medium | Raise an error when you do e.g. `parameter_values = pybamm.ParameterValues("Junk")`.
Need to replace `if isinstance(values, str) and values in pybamm.parameter_sets:` with `if isinstance(values, str) and values in pybamm.parameter_sets.keys():` [here](https://github.com/pybamm-team/PyBaMM/blob/develop/pybamm/parameters/parameter_values.py#L63) and raise an error if the name isn't found. | 1.0 | Raise error for unknown parameter sets - Raise an error when you do e.g. `parameter_values = pybamm.ParameterValues("Junk")`.
Need to replace `if isinstance(values, str) and values in pybamm.parameter_sets:` with `if isinstance(values, str) and values in pybamm.parameter_sets.keys():` [here](https://github.com/pybamm-team/PyBaMM/blob/develop/pybamm/parameters/parameter_values.py#L63) and raise an error if the name isn't found. | priority | raise error for unknown parameter sets raise an error when you do e g parameter values pybamm parametervalues junk need to replace if isinstance values str and values in pybamm parameter sets with if isinstance values str and values in pybamm parameter sets keys and raise an error if the name isn t found | 1 |
319,877 | 9,761,720,451 | IssuesEvent | 2019-06-05 09:27:29 | prometheus/tsdb | https://api.github.com/repos/prometheus/tsdb | closed | WAL log samples: log series: write metrics/wal/000315: file already closed | enhancement / cleanup priority: medium | This is something that happens when the disk is full. The caller should probably have a proper health check for that, but it's another story(https://github.com/prometheus/prometheus/issues/3283). tsdb should certainly not try to write to an already closed file.
This must come from:
https://github.com/prometheus/tsdb/blob/b7173eb0e5558c720ec4c939af7e803d38aa1cce/wal.go#L763 and the fact that in https://github.com/prometheus/tsdb/blob/b7173eb0e5558c720ec4c939af7e803d38aa1cce/wal.go#L604 the function returns early without setting `cur` to `nil` on failure.
I suspect that we should instead set `cur` to `nil` early in `cut()` and handle this case in `write()`.
cc: @Thib17 | 1.0 | WAL log samples: log series: write metrics/wal/000315: file already closed - This is something that happens when the disk is full. The caller should probably have a proper health check for that, but it's another story(https://github.com/prometheus/prometheus/issues/3283). tsdb should certainly not try to write to an already closed file.
This must come from:
https://github.com/prometheus/tsdb/blob/b7173eb0e5558c720ec4c939af7e803d38aa1cce/wal.go#L763 and the fact that in https://github.com/prometheus/tsdb/blob/b7173eb0e5558c720ec4c939af7e803d38aa1cce/wal.go#L604 the function returns early without setting `cur` to `nil` on failure.
I suspect that we should instead set `cur` to `nil` early in `cut()` and handle this case in `write()`.
cc: @Thib17 | priority | wal log samples log series write metrics wal file already closed this is something that happens when the disk is full the caller should probably have a proper health check for that but it s another story tsdb should certainly not try to write to an already closed file this must come from and the fact that in the function returns early without setting cur to nil on failure i suspect that we should instead set cur to nil early in cut and handle this case in write cc | 1 |
685,613 | 23,462,798,075 | IssuesEvent | 2022-08-16 14:22:39 | WordPress/openverse-frontend | https://api.github.com/repos/WordPress/openverse-frontend | closed | Lint:fix does not work | 🟨 priority: medium 🛠 goal: fix 🤖 aspect: dx | ## Description
<!-- Concisely describe the bug. Compare your experience with what you expected to happen. -->
<!-- For example: "I clicked the 'submit' button and instead of seeing a thank you message, I saw a blank page." -->
Lint:fix script from `package.json` does not work as expected.
## Reproduction
<!-- Provide detailed steps to reproduce the bug. -->
1. <!-- Step 1 ... -->Add some error that needs to be fixed. You can, for example, change the order of the Tailwind classes.
2. <!-- Step 2 ... -->Run `pnpm lint:fix`
3. <!-- Step 3 ... -->At the end, you will see an warning that `No files match the --fix pattern`
## Resolution
<!-- Replace the [ ] with [x] to check the box. -->
- [ ] 🙋 I would be interested in resolving this bug.
| 1.0 | Lint:fix does not work - ## Description
<!-- Concisely describe the bug. Compare your experience with what you expected to happen. -->
<!-- For example: "I clicked the 'submit' button and instead of seeing a thank you message, I saw a blank page." -->
Lint:fix script from `package.json` does not work as expected.
## Reproduction
<!-- Provide detailed steps to reproduce the bug. -->
1. <!-- Step 1 ... -->Add some error that needs to be fixed. You can, for example, change the order of the Tailwind classes.
2. <!-- Step 2 ... -->Run `pnpm lint:fix`
3. <!-- Step 3 ... -->At the end, you will see an warning that `No files match the --fix pattern`
## Resolution
<!-- Replace the [ ] with [x] to check the box. -->
- [ ] 🙋 I would be interested in resolving this bug.
| priority | lint fix does not work description lint fix script from package json does not work as expected reproduction add some error that needs to be fixed you can for example change the order of the tailwind classes run pnpm lint fix at the end you will see an warning that no files match the fix pattern resolution 🙋 i would be interested in resolving this bug | 1 |
335,106 | 10,148,989,329 | IssuesEvent | 2019-08-05 14:19:56 | craftercms/craftercms | https://api.github.com/repos/craftercms/craftercms | closed | [studio-ui] Add ability to save a content type without a view template | CI enhancement priority: medium | **Is your feature request related to a problem? Please describe.**
Developers of headless content items and other content types that do not have a Freemarker template find the dialog that warns them about the template frustrating.
**Describe the solution you'd like**
Allow the developer to indicate that the content type does not have a template.
Suggest a check box on the property sheet and ideally the ability to check a box on the dialog "Do not warn users about templates for this content type in the future."
**Describe alternatives you've considered**
A work around developers use is to assign everything to the same empty freemarker template
**Context**
Do not remove the dialog. This dialog is useful and important for pages and components backed with templates. Developers are just looking for a way to acknowledge that the warning is not relevant for the type. | 1.0 | [studio-ui] Add ability to save a content type without a view template - **Is your feature request related to a problem? Please describe.**
Developers of headless content items and other content types that do not have a Freemarker template find the dialog that warns them about the template frustrating.
**Describe the solution you'd like**
Allow the developer to indicate that the content type does not have a template.
Suggest a check box on the property sheet and ideally the ability to check a box on the dialog "Do not warn users about templates for this content type in the future."
**Describe alternatives you've considered**
A work around developers use is to assign everything to the same empty freemarker template
**Context**
Do not remove the dialog. This dialog is useful and important for pages and components backed with templates. Developers are just looking for a way to acknowledge that the warning is not relevant for the type. | priority | add ability to save a content type without a view template is your feature request related to a problem please describe developers of headless content items and other content types that do not have a freemarker template find the dialog that warns them about the template frustrating describe the solution you d like allow the developer to indicate that the content type does not have a template suggest a check box on the property sheet and ideally the ability to check a box on the dialog do not warn users about templates for this content type in the future describe alternatives you ve considered a work around developers use is to assign everything to the same empty freemarker template context do not remove the dialog this dialog is useful and important for pages and components backed with templates developers are just looking for a way to acknowledge that the warning is not relevant for the type | 1 |
450,998 | 13,022,732,305 | IssuesEvent | 2020-07-27 08:48:53 | kubesphere/console | https://api.github.com/repos/kubesphere/console | closed | description is missing | area/locale kind/bug priority/medium | **Describe the bug**
Code ID shows here
<img width="622" alt="Screen Shot 2020-07-27 at 10 46 56 AM" src="https://user-images.githubusercontent.com/28859385/88498768-a1b32c80-cff6-11ea-82f8-ec3b4e566d86.png">
**Versions used(KubeSphere/Kubernetes)**
KubeSphere: 3.0.0-dev | 1.0 | description is missing - **Describe the bug**
Code ID shows here
<img width="622" alt="Screen Shot 2020-07-27 at 10 46 56 AM" src="https://user-images.githubusercontent.com/28859385/88498768-a1b32c80-cff6-11ea-82f8-ec3b4e566d86.png">
**Versions used(KubeSphere/Kubernetes)**
KubeSphere: 3.0.0-dev | priority | description is missing describe the bug code id shows here img width alt screen shot at am src versions used kubesphere kubernetes kubesphere dev | 1 |
817,589 | 30,645,237,402 | IssuesEvent | 2023-07-25 03:42:24 | elastic/security-docs | https://api.github.com/repos/elastic/security-docs | closed | [8.8] Update CNVM FAQ | Team: Cloud Security v8.8.0 Priority: Medium Effort: Small Feature: Vulnerability management | related to #3550, this issue is for making related changes that are applicable for version 8.8 instead of 8.9. | 1.0 | [8.8] Update CNVM FAQ - related to #3550, this issue is for making related changes that are applicable for version 8.8 instead of 8.9. | priority | update cnvm faq related to this issue is for making related changes that are applicable for version instead of | 1 |
307,557 | 9,418,613,665 | IssuesEvent | 2019-04-10 19:41:23 | wso2/product-is | https://api.github.com/repos/wso2/product-is | closed | Refresh token generate username with blank space | Affected/5.5.0 Complexity/Medium Component/OAuth Priority/High Severity/Major Status/In Progress Type/Bug | https://github.com/wso2/product-apim/issues/4438
Description:
A blank space s added after AUTHZ_USER and SUBJECT_IDENTIFIER fields in the table IDN_OAUTH2_ACCESS_TOKEN when using refresh token obtained using a jwt.
Affected Product Version:
Apim 2.2
OS, DB, other environment details and versions:
mysql 5.7 for AMDB and ldap user store.
Steps to reproduce:
Create an application get a jwt token using password grant with a space added to the user name for example
curl -k -d "grant_type=password&username=admin &password=admin&scope=openid"
-H "Authorization: Basic " https://localhost:8243/token
Get the refresh token using that jwt token [1]
Check the fields AUTHZ_USER and SUBJECT_IDENTIFIER in the table IDN_OAUTH2_ACCESS_TOKEN the space added after the name.
Try refreshing multiple times.
[1] - https://docs.wso2.com/display/AM220/JWT+Bearer+Grant#JWTBearerGrant-TheJWTassertion | 1.0 | Refresh token generate username with blank space - https://github.com/wso2/product-apim/issues/4438
Description:
A blank space s added after AUTHZ_USER and SUBJECT_IDENTIFIER fields in the table IDN_OAUTH2_ACCESS_TOKEN when using refresh token obtained using a jwt.
Affected Product Version:
Apim 2.2
OS, DB, other environment details and versions:
mysql 5.7 for AMDB and ldap user store.
Steps to reproduce:
Create an application get a jwt token using password grant with a space added to the user name for example
curl -k -d "grant_type=password&username=admin &password=admin&scope=openid"
-H "Authorization: Basic " https://localhost:8243/token
Get the refresh token using that jwt token [1]
Check the fields AUTHZ_USER and SUBJECT_IDENTIFIER in the table IDN_OAUTH2_ACCESS_TOKEN the space added after the name.
Try refreshing multiple times.
[1] - https://docs.wso2.com/display/AM220/JWT+Bearer+Grant#JWTBearerGrant-TheJWTassertion | priority | refresh token generate username with blank space description a blank space s added after authz user and subject identifier fields in the table idn access token when using refresh token obtained using a jwt affected product version apim os db other environment details and versions mysql for amdb and ldap user store steps to reproduce create an application get a jwt token using password grant with a space added to the user name for example curl k d grant type password username admin password admin scope openid h authorization basic get the refresh token using that jwt token check the fields authz user and subject identifier in the table idn access token the space added after the name try refreshing multiple times | 1 |
222,221 | 7,430,707,702 | IssuesEvent | 2018-03-25 05:53:02 | inverse-inc/packetfence | https://api.github.com/repos/inverse-inc/packetfence | closed | pfstats pointer and connection errors seen in logs | Priority: Medium Type: Bug | * `pfstats` daemon frequently seg faults and restarts constantly.
> Mar 3 05:42:15 packetfence pfstats: panic: runtime error: invalid memory address or nil pointer dereference
> Mar 3 05:42:15 packetfence pfstats: [signal SIGSEGV: segmentation violation code=0x1 addr=0x30 pc=0x61f597]
> Mar 3 05:42:15 packetfence pfstats: goroutine 34 [running]:
> Mar 3 05:42:15 packetfence pfstats: github.com/inverse-inc/packetfence/go/log.LoggerWContext(0x0, 0x0, 0x0, 0x0, 0x0, 0xc4200a4140, 0xc42020f93b)
> Mar 3 05:42:15 packetfence pfstats: /root/gospace/src/github.com/inverse-inc/packetfence/go/log/log.go:128 +0x37
> Mar 3 05:42:15 packetfence pfstats: main.gauge.Send(0xc42020f900, 0x43, 0x696b00, 0x8fb040)
> Mar 3 05:42:15 packetfence pfstats: /root/gospace/src/github.com/inverse-inc/packetfence/go/stats/main.go:53 +0x103
> Mar 3 05:42:15 packetfence pfstats: main.forward(0x79d0e0, 0xc42024a000)
> Mar 3 05:42:15 packetfence pfstats: /root/gospace/src/github.com/inverse-inc/packetfence/go/stats/main.go:218 +0x5c2
> Mar 3 05:42:15 packetfence pfstats: created by main.main
> Mar 3 05:42:15 packetfence pfstats: /root/gospace/src/github.com/inverse-inc/packetfence/go/stats/main.go:356 +0x789
> Mar 3 05:42:15 packetfence /usr/local/pf/bin/pfstats[21267]: t=2018-03-03T05:42:15-0500 lvl=eror msg="write udp 127.0.0.1:51946->127.0.0.1:8125: write: connection refused" pid=21267
> Mar 3 05:42:15 packetfence /usr/local/pf/bin/pfstats[21267]: t=2018-03-03T05:42:15-0500 lvl=info msg="Starting stats server" pid=21267
* Rebuilding w/ go produces no errors during compile
`[root@packetfence go]# make pfstats`
> cd stats && \
> go build && \
> cd - && \
> mv stats/stats pfstats
> /root/gospace/src/github.com/inverse-inc/packetfence/go
`[root@packetfence go]# mv pfstats /usr/local/pf/bin/`
> mv: overwrite ‘/usr/local/pf/bin/pfstats’? y
`[root@packetfence go]# service packetfence-pfstats restart`
> Redirecting to /bin/systemctl restart packetfence-pfstats.service
`[root@packetfence go]# service packetfence-pfstats status`
> Redirecting to /bin/systemctl status packetfence-pfstats.service
> ● packetfence-pfstats.service - PacketFence Stats daemon
> Loaded: loaded (/usr/lib/systemd/system/packetfence-pfstats.service; disabled; vendor preset: disabled)
> Active: active (running) since Sat 2018-03-03 05:46:02 EST; 4s ago
> Process: 21667 ExecStartPre=/bin/rm -fr /usr/local/pf/var/run/collectd-unixsock (code=exited, status=0/SUCCESS)
> Main PID: 21669 (pfstats)
> CGroup: /packetfence.slice/packetfence-pfstats.service
> └─21669 /usr/local/pf/bin/pfstats
>
> Mar 03 05:46:03 packetfence pfstats[21628]: main.forward(0x0, 0x0)
> Mar 03 05:46:03 packetfence pfstats[21628]: /root/gospace/src/github.com/inverse-inc/packetfence/go/stats/main.go:199 +0x78
> Mar 03 05:46:03 packetfence pfstats[21628]: created by main.main
> Mar 03 05:46:03 packetfence pfstats[21628]: /root/gospace/src/github.com/inverse-inc/packetfence/go/stats/main.go:356 +0x789
> Mar 03 05:46:02 packetfence systemd[1]: Unit packetfence-pfstats.service entered failed state.
> Mar 03 05:46:02 packetfence systemd[1]: packetfence-pfstats.service failed.
> Mar 03 05:46:02 packetfence systemd[1]: Starting PacketFence Stats daemon...
> Mar 03 05:46:02 packetfence systemd[1]: Started PacketFence Stats daemon.
> Mar 03 05:46:02 packetfence /usr/local/pf/bin/pfstats[21669]: t=2018-03-03T05:46:02-0500 lvl=eror msg="write udp 127.0.0.1:40767->127.0.0.1:8125: write: connection refused" pid=21669
> Mar 03 05:46:02 packetfence /usr/local/pf/bin/pfstats[21669]: t=2018-03-03T05:46:02-0500 lvl=info msg="Starting stats server" pid=21669
| 1.0 | pfstats pointer and connection errors seen in logs - * `pfstats` daemon frequently seg faults and restarts constantly.
> Mar 3 05:42:15 packetfence pfstats: panic: runtime error: invalid memory address or nil pointer dereference
> Mar 3 05:42:15 packetfence pfstats: [signal SIGSEGV: segmentation violation code=0x1 addr=0x30 pc=0x61f597]
> Mar 3 05:42:15 packetfence pfstats: goroutine 34 [running]:
> Mar 3 05:42:15 packetfence pfstats: github.com/inverse-inc/packetfence/go/log.LoggerWContext(0x0, 0x0, 0x0, 0x0, 0x0, 0xc4200a4140, 0xc42020f93b)
> Mar 3 05:42:15 packetfence pfstats: /root/gospace/src/github.com/inverse-inc/packetfence/go/log/log.go:128 +0x37
> Mar 3 05:42:15 packetfence pfstats: main.gauge.Send(0xc42020f900, 0x43, 0x696b00, 0x8fb040)
> Mar 3 05:42:15 packetfence pfstats: /root/gospace/src/github.com/inverse-inc/packetfence/go/stats/main.go:53 +0x103
> Mar 3 05:42:15 packetfence pfstats: main.forward(0x79d0e0, 0xc42024a000)
> Mar 3 05:42:15 packetfence pfstats: /root/gospace/src/github.com/inverse-inc/packetfence/go/stats/main.go:218 +0x5c2
> Mar 3 05:42:15 packetfence pfstats: created by main.main
> Mar 3 05:42:15 packetfence pfstats: /root/gospace/src/github.com/inverse-inc/packetfence/go/stats/main.go:356 +0x789
> Mar 3 05:42:15 packetfence /usr/local/pf/bin/pfstats[21267]: t=2018-03-03T05:42:15-0500 lvl=eror msg="write udp 127.0.0.1:51946->127.0.0.1:8125: write: connection refused" pid=21267
> Mar 3 05:42:15 packetfence /usr/local/pf/bin/pfstats[21267]: t=2018-03-03T05:42:15-0500 lvl=info msg="Starting stats server" pid=21267
* Rebuilding w/ go produces no errors during compile
`[root@packetfence go]# make pfstats`
> cd stats && \
> go build && \
> cd - && \
> mv stats/stats pfstats
> /root/gospace/src/github.com/inverse-inc/packetfence/go
`[root@packetfence go]# mv pfstats /usr/local/pf/bin/`
> mv: overwrite ‘/usr/local/pf/bin/pfstats’? y
`[root@packetfence go]# service packetfence-pfstats restart`
> Redirecting to /bin/systemctl restart packetfence-pfstats.service
`[root@packetfence go]# service packetfence-pfstats status`
> Redirecting to /bin/systemctl status packetfence-pfstats.service
> ● packetfence-pfstats.service - PacketFence Stats daemon
> Loaded: loaded (/usr/lib/systemd/system/packetfence-pfstats.service; disabled; vendor preset: disabled)
> Active: active (running) since Sat 2018-03-03 05:46:02 EST; 4s ago
> Process: 21667 ExecStartPre=/bin/rm -fr /usr/local/pf/var/run/collectd-unixsock (code=exited, status=0/SUCCESS)
> Main PID: 21669 (pfstats)
> CGroup: /packetfence.slice/packetfence-pfstats.service
> └─21669 /usr/local/pf/bin/pfstats
>
> Mar 03 05:46:03 packetfence pfstats[21628]: main.forward(0x0, 0x0)
> Mar 03 05:46:03 packetfence pfstats[21628]: /root/gospace/src/github.com/inverse-inc/packetfence/go/stats/main.go:199 +0x78
> Mar 03 05:46:03 packetfence pfstats[21628]: created by main.main
> Mar 03 05:46:03 packetfence pfstats[21628]: /root/gospace/src/github.com/inverse-inc/packetfence/go/stats/main.go:356 +0x789
> Mar 03 05:46:02 packetfence systemd[1]: Unit packetfence-pfstats.service entered failed state.
> Mar 03 05:46:02 packetfence systemd[1]: packetfence-pfstats.service failed.
> Mar 03 05:46:02 packetfence systemd[1]: Starting PacketFence Stats daemon...
> Mar 03 05:46:02 packetfence systemd[1]: Started PacketFence Stats daemon.
> Mar 03 05:46:02 packetfence /usr/local/pf/bin/pfstats[21669]: t=2018-03-03T05:46:02-0500 lvl=eror msg="write udp 127.0.0.1:40767->127.0.0.1:8125: write: connection refused" pid=21669
> Mar 03 05:46:02 packetfence /usr/local/pf/bin/pfstats[21669]: t=2018-03-03T05:46:02-0500 lvl=info msg="Starting stats server" pid=21669
| priority | pfstats pointer and connection errors seen in logs pfstats daemon frequently seg faults and restarts constantly mar packetfence pfstats panic runtime error invalid memory address or nil pointer dereference mar packetfence pfstats mar packetfence pfstats goroutine mar packetfence pfstats github com inverse inc packetfence go log loggerwcontext mar packetfence pfstats root gospace src github com inverse inc packetfence go log log go mar packetfence pfstats main gauge send mar packetfence pfstats root gospace src github com inverse inc packetfence go stats main go mar packetfence pfstats main forward mar packetfence pfstats root gospace src github com inverse inc packetfence go stats main go mar packetfence pfstats created by main main mar packetfence pfstats root gospace src github com inverse inc packetfence go stats main go mar packetfence usr local pf bin pfstats t lvl eror msg write udp write connection refused pid mar packetfence usr local pf bin pfstats t lvl info msg starting stats server pid rebuilding w go produces no errors during compile make pfstats cd stats go build cd mv stats stats pfstats root gospace src github com inverse inc packetfence go mv pfstats usr local pf bin mv overwrite ‘ usr local pf bin pfstats’ y service packetfence pfstats restart redirecting to bin systemctl restart packetfence pfstats service service packetfence pfstats status redirecting to bin systemctl status packetfence pfstats service ● packetfence pfstats service packetfence stats daemon loaded loaded usr lib systemd system packetfence pfstats service disabled vendor preset disabled active active running since sat est ago process execstartpre bin rm fr usr local pf var run collectd unixsock code exited status success main pid pfstats cgroup packetfence slice packetfence pfstats service └─ usr local pf bin pfstats mar packetfence pfstats main forward mar packetfence pfstats root gospace src github com inverse inc packetfence go stats main go mar packetfence pfstats created by main main mar packetfence pfstats root gospace src github com inverse inc packetfence go stats main go mar packetfence systemd unit packetfence pfstats service entered failed state mar packetfence systemd packetfence pfstats service failed mar packetfence systemd starting packetfence stats daemon mar packetfence systemd started packetfence stats daemon mar packetfence usr local pf bin pfstats t lvl eror msg write udp write connection refused pid mar packetfence usr local pf bin pfstats t lvl info msg starting stats server pid | 1 |
678,786 | 23,210,619,121 | IssuesEvent | 2022-08-02 09:47:54 | renovatebot/renovate | https://api.github.com/repos/renovatebot/renovate | closed | Support Gitea draft PR's | type:feature priority-3-medium platform:gitea status:in-progress | ### What would you like Renovate to be able to do?
Renovate should support draft PR's on Gitea like it works on Gitlab.
A Gitea draft PR has the `WIP:` or `[WIP]:` prefix by default, but this value is configurable.
https://docs.gitea.io/en-us/config-cheat-sheet/#repository---pull-request-repositorypull-request
### If you have any ideas on how this should be implemented, please tell us here.
Simply check PR title like in Gitlab for the `WIP` keywords and add / remove like we support in Gitlab platform.
### Is this a feature you are interested in implementing yourself?
Yes | 1.0 | Support Gitea draft PR's - ### What would you like Renovate to be able to do?
Renovate should support draft PR's on Gitea like it works on Gitlab.
A Gitea draft PR has the `WIP:` or `[WIP]:` prefix by default, but this value is configurable.
https://docs.gitea.io/en-us/config-cheat-sheet/#repository---pull-request-repositorypull-request
### If you have any ideas on how this should be implemented, please tell us here.
Simply check PR title like in Gitlab for the `WIP` keywords and add / remove like we support in Gitlab platform.
### Is this a feature you are interested in implementing yourself?
Yes | priority | support gitea draft pr s what would you like renovate to be able to do renovate should support draft pr s on gitea like it works on gitlab a gitea draft pr has the wip or prefix by default but this value is configurable if you have any ideas on how this should be implemented please tell us here simply check pr title like in gitlab for the wip keywords and add remove like we support in gitlab platform is this a feature you are interested in implementing yourself yes | 1 |
677,372 | 23,159,918,403 | IssuesEvent | 2022-07-29 16:32:43 | netdata/netdata-cloud | https://api.github.com/repos/netdata/netdata-cloud | closed | [BUG] `list-node` shows wrong information for reachable nodes | bug internal submit priority/medium mgmt-navigation-team stability | <!---
If you are a member of the Netdata organization, add the label 'internal submit'.
-->
**Describe the bug**
I have a online host, and cloud is showing it, but when I access `list-nodes`, it is saying that my host is 32 days unreachable.
**To Reproduce**
Steps to reproduce the behavior:
Connect a host and access `list-nodes`.
**Expected behavior**
A clear and concise description of what you expected to happen.
When my host connects with cloud, I wanna see the status that matches what I am seeing on dashboard.
**Screenshots**
If applicable, add screenshots to help explain your problem.

**Error logs**
1. Open developer devtools (e.g for [chrome](https://developers.google.com/web/tools/chrome-devtools/open)
2. Submit a screenshot or better a [HAR file](https://support.zendesk.com/hc/en-us/articles/204410413-Generating-a-HAR-file-for-troubleshooting)

**Desktop (please complete the following information):**
- OS: Slackware Current
- Browser: Firefox
- Version: firefox-97.0.1
**Additional context**
This war-room is already using the latest architecture. | 1.0 | [BUG] `list-node` shows wrong information for reachable nodes - <!---
If you are a member of the Netdata organization, add the label 'internal submit'.
-->
**Describe the bug**
I have a online host, and cloud is showing it, but when I access `list-nodes`, it is saying that my host is 32 days unreachable.
**To Reproduce**
Steps to reproduce the behavior:
Connect a host and access `list-nodes`.
**Expected behavior**
A clear and concise description of what you expected to happen.
When my host connects with cloud, I wanna see the status that matches what I am seeing on dashboard.
**Screenshots**
If applicable, add screenshots to help explain your problem.

**Error logs**
1. Open developer devtools (e.g for [chrome](https://developers.google.com/web/tools/chrome-devtools/open)
2. Submit a screenshot or better a [HAR file](https://support.zendesk.com/hc/en-us/articles/204410413-Generating-a-HAR-file-for-troubleshooting)

**Desktop (please complete the following information):**
- OS: Slackware Current
- Browser: Firefox
- Version: firefox-97.0.1
**Additional context**
This war-room is already using the latest architecture. | priority | list node shows wrong information for reachable nodes if you are a member of the netdata organization add the label internal submit describe the bug i have a online host and cloud is showing it but when i access list nodes it is saying that my host is days unreachable to reproduce steps to reproduce the behavior connect a host and access list nodes expected behavior a clear and concise description of what you expected to happen when my host connects with cloud i wanna see the status that matches what i am seeing on dashboard screenshots if applicable add screenshots to help explain your problem error logs open developer devtools e g for submit a screenshot or better a desktop please complete the following information os slackware current browser firefox version firefox additional context this war room is already using the latest architecture | 1 |
695,396 | 23,855,235,094 | IssuesEvent | 2022-09-06 22:25:16 | LBL-EESA/TECA | https://api.github.com/repos/LBL-EESA/TECA | closed | carteisan_mesh_regrid doesn't handle mixed 2d and 3d data | 2_medium_priority | Currently the sizing of the output arrays and loop bounds are based on the size and dimensions of the output mesh. this needs to change so that each array is sized according to its active dimensions. interpolation loops should also match active dimensions. | 1.0 | carteisan_mesh_regrid doesn't handle mixed 2d and 3d data - Currently the sizing of the output arrays and loop bounds are based on the size and dimensions of the output mesh. this needs to change so that each array is sized according to its active dimensions. interpolation loops should also match active dimensions. | priority | carteisan mesh regrid doesn t handle mixed and data currently the sizing of the output arrays and loop bounds are based on the size and dimensions of the output mesh this needs to change so that each array is sized according to its active dimensions interpolation loops should also match active dimensions | 1 |
721,788 | 24,837,788,309 | IssuesEvent | 2022-10-26 10:12:56 | AY2223S1-CS2113-W12-2/tp | https://api.github.com/repos/AY2223S1-CS2113-W12-2/tp | opened | [Bug] Extreme value not limited in the program. | type.Bug priority.High severity.Medium | 
Suggested to set a quantity limit as extreme values will overflow from Long or Int values and set an awkward error message.
Perhaps can take into reference with the way Add Command deals with extreme values.
| 1.0 | [Bug] Extreme value not limited in the program. - 
Suggested to set a quantity limit as extreme values will overflow from Long or Int values and set an awkward error message.
Perhaps can take into reference with the way Add Command deals with extreme values.
| priority | extreme value not limited in the program suggested to set a quantity limit as extreme values will overflow from long or int values and set an awkward error message perhaps can take into reference with the way add command deals with extreme values | 1 |
715,710 | 24,607,524,820 | IssuesEvent | 2022-10-14 17:43:34 | duckduckgo/p5-app-duckpan | https://api.github.com/repos/duckduckgo/p5-app-duckpan | closed | Prevent redirects for DuckPAN to mimic Nginx | Suggestion Priority: Medium | Internally, we don't allow redirects (specifically, anything that returns a status code of `301 302 303 403 404 500 502 503 504` will fail).
Because DuckPAN allows redirects in the endpoint, we don't catch problems like this from the get-go https://github.com/duckduckgo/zeroclickinfo-spice/pull/1548/files#r25200418
| 1.0 | Prevent redirects for DuckPAN to mimic Nginx - Internally, we don't allow redirects (specifically, anything that returns a status code of `301 302 303 403 404 500 502 503 504` will fail).
Because DuckPAN allows redirects in the endpoint, we don't catch problems like this from the get-go https://github.com/duckduckgo/zeroclickinfo-spice/pull/1548/files#r25200418
| priority | prevent redirects for duckpan to mimic nginx internally we don t allow redirects specifically anything that returns a status code of will fail because duckpan allows redirects in the endpoint we don t catch problems like this from the get go | 1 |
85,013 | 3,683,685,798 | IssuesEvent | 2016-02-24 14:57:31 | leo-liu/tex-pkg | https://api.github.com/repos/leo-liu/tex-pkg | closed | diagbox: 斜线格式支持 | Priority-Medium Type-Enhancement | Original [issue 19](https://code.google.com/p/leoliu-tex-pkg/issues/detail?id=19) created by leo-liu on 2014-06-18T02:56:40.000Z:
目前斜线由 pict2e 实现,可以考虑增加颜色、粗细的设置,增加 linecolor、linewidth 键。
需求来自:
[1] http://bbs.ctex.org/forum.php?mod=viewthread&tid=78661 | 1.0 | diagbox: 斜线格式支持 - Original [issue 19](https://code.google.com/p/leoliu-tex-pkg/issues/detail?id=19) created by leo-liu on 2014-06-18T02:56:40.000Z:
目前斜线由 pict2e 实现,可以考虑增加颜色、粗细的设置,增加 linecolor、linewidth 键。
需求来自:
[1] http://bbs.ctex.org/forum.php?mod=viewthread&tid=78661 | priority | diagbox 斜线格式支持 original created by leo liu on 目前斜线由 实现,可以考虑增加颜色、粗细的设置,增加 linecolor、linewidth 键。 需求来自: | 1 |
33,656 | 2,770,725,152 | IssuesEvent | 2015-05-01 16:37:23 | gokcantali/bounswe2015group8 | https://api.github.com/repos/gokcantali/bounswe2015group8 | closed | Add function to MathematicalOperations.java | Priority-Medium Type-Task | For the MathematicalOperations class, implement a function which performs a division operation. The parameters and the return type should be double. | 1.0 | Add function to MathematicalOperations.java - For the MathematicalOperations class, implement a function which performs a division operation. The parameters and the return type should be double. | priority | add function to mathematicaloperations java for the mathematicaloperations class implement a function which performs a division operation the parameters and the return type should be double | 1 |
708,481 | 24,342,629,675 | IssuesEvent | 2022-10-01 22:35:05 | frickjack/littleware | https://api.github.com/repos/frickjack/littleware | closed | Develop web-based product browser | Type-Enhancement Priority-Medium auto-migrated Milestone-0 | ```
Develop a web-based product browser
*. Try to use cross-platform HTML, CSS, javascript most of UI view,
and use java/scala to help desktop integration
*. Products, versions, members, index
*. Checkin/checkout
*. Tasks attached to product
*. Comments and event history
*. RSS
... see how it goes.
```
Original issue reported on code.google.com by `reuben.p...@gmail.com` on 19 Sep 2010 at 9:23
| 1.0 | Develop web-based product browser - ```
Develop a web-based product browser
*. Try to use cross-platform HTML, CSS, javascript most of UI view,
and use java/scala to help desktop integration
*. Products, versions, members, index
*. Checkin/checkout
*. Tasks attached to product
*. Comments and event history
*. RSS
... see how it goes.
```
Original issue reported on code.google.com by `reuben.p...@gmail.com` on 19 Sep 2010 at 9:23
| priority | develop web based product browser develop a web based product browser try to use cross platform html css javascript most of ui view and use java scala to help desktop integration products versions members index checkin checkout tasks attached to product comments and event history rss see how it goes original issue reported on code google com by reuben p gmail com on sep at | 1 |
55,114 | 3,072,139,787 | IssuesEvent | 2015-08-19 15:32:56 | RobotiumTech/robotium | https://api.github.com/repos/RobotiumTech/robotium | closed | Robotium can't click on TextViews if dialog is opened multiple times | bug imported invalid Priority-Medium | _From [peter.tr...@gmail.com](https://code.google.com/u/105579620281836120697/) on August 08, 2011 05:51:35_
In my app I have a ListView which can be filled through a dialog which contains another ListView with TextViews nested in LinearLayouts. By clicking on any of these TextViews they're added to the (main) List and the dialog is closed. But there's a strange issue where Robotium can't click on the TextViews if the dialog is opened multiple times: What steps will reproduce the problem? 1. Open dialog
2. Click on TextView (item is added, dialog is closed)
3. Open dialog again
4. Attempt to click on TextView again --> Robotium can't "see" or click the TextView. What is the expected output? What do you see instead? solo.clickOnText produces the following error trace:
junit.framework.AssertionFailedError: The text: Item 2 is not found!
at com.jayway.android.robotium.solo.Clicker.clickOnText(Clicker.java:282)
at com.jayway.android.robotium.solo.Solo.clickOnText(Solo.java:830)
at foo.bar.test.AddItemsTest.addItemClickOnText(AddItemsTest.java:68)
at foo.bar.test.AddItemsTest.testAddItemsClickOnText(AddItemsTest.java:74)
[...]
The text is clearly visible on the screen and running the app and manually clicking on the items works perfectly fine all the time. What version of the product are you using? On what operating system? Robotium 2.4. with both Android 2.1 and 2.2 on emulator and HTC Desire Please provide any additional information below. I've done a little debugging and traversed the ListView manually. Turns out the ListView contains all the TextViews (and I can access them too), but getCurrentTextViews doesn't return them all the second time the dialog is opened. When I traverse the ListView manually to get the View I want to click on and use solo.clickOnView nothing happens. No click, but no exception or failed assertion either.
I've created a (somewhat) minimal example of the problem and attached it. Just run the test project to see the problem.
**Attachment:** [ListExample.zip](http://code.google.com/p/robotium/issues/detail?id=136)
_Original issue: http://code.google.com/p/robotium/issues/detail?id=136_ | 1.0 | Robotium can't click on TextViews if dialog is opened multiple times - _From [peter.tr...@gmail.com](https://code.google.com/u/105579620281836120697/) on August 08, 2011 05:51:35_
In my app I have a ListView which can be filled through a dialog which contains another ListView with TextViews nested in LinearLayouts. By clicking on any of these TextViews they're added to the (main) List and the dialog is closed. But there's a strange issue where Robotium can't click on the TextViews if the dialog is opened multiple times: What steps will reproduce the problem? 1. Open dialog
2. Click on TextView (item is added, dialog is closed)
3. Open dialog again
4. Attempt to click on TextView again --> Robotium can't "see" or click the TextView. What is the expected output? What do you see instead? solo.clickOnText produces the following error trace:
junit.framework.AssertionFailedError: The text: Item 2 is not found!
at com.jayway.android.robotium.solo.Clicker.clickOnText(Clicker.java:282)
at com.jayway.android.robotium.solo.Solo.clickOnText(Solo.java:830)
at foo.bar.test.AddItemsTest.addItemClickOnText(AddItemsTest.java:68)
at foo.bar.test.AddItemsTest.testAddItemsClickOnText(AddItemsTest.java:74)
[...]
The text is clearly visible on the screen and running the app and manually clicking on the items works perfectly fine all the time. What version of the product are you using? On what operating system? Robotium 2.4. with both Android 2.1 and 2.2 on emulator and HTC Desire Please provide any additional information below. I've done a little debugging and traversed the ListView manually. Turns out the ListView contains all the TextViews (and I can access them too), but getCurrentTextViews doesn't return them all the second time the dialog is opened. When I traverse the ListView manually to get the View I want to click on and use solo.clickOnView nothing happens. No click, but no exception or failed assertion either.
I've created a (somewhat) minimal example of the problem and attached it. Just run the test project to see the problem.
**Attachment:** [ListExample.zip](http://code.google.com/p/robotium/issues/detail?id=136)
_Original issue: http://code.google.com/p/robotium/issues/detail?id=136_ | priority | robotium can t click on textviews if dialog is opened multiple times from on august in my app i have a listview which can be filled through a dialog which contains another listview with textviews nested in linearlayouts by clicking on any of these textviews they re added to the main list and the dialog is closed but there s a strange issue where robotium can t click on the textviews if the dialog is opened multiple times what steps will reproduce the problem open dialog click on textview item is added dialog is closed open dialog again attempt to click on textview again robotium can t see or click the textview what is the expected output what do you see instead solo clickontext produces the following error trace junit framework assertionfailederror the text item is not found at com jayway android robotium solo clicker clickontext clicker java at com jayway android robotium solo solo clickontext solo java at foo bar test additemstest additemclickontext additemstest java at foo bar test additemstest testadditemsclickontext additemstest java the text is clearly visible on the screen and running the app and manually clicking on the items works perfectly fine all the time what version of the product are you using on what operating system robotium with both android and on emulator and htc desire please provide any additional information below i ve done a little debugging and traversed the listview manually turns out the listview contains all the textviews and i can access them too but getcurrenttextviews doesn t return them all the second time the dialog is opened when i traverse the listview manually to get the view i want to click on and use solo clickonview nothing happens no click but no exception or failed assertion either i ve created a somewhat minimal example of the problem and attached it just run the test project to see the problem attachment original issue | 1 |
612,405 | 19,011,855,595 | IssuesEvent | 2021-11-23 10:10:44 | snowplow/snowplow-android-tracker | https://api.github.com/repos/snowplow/snowplow-android-tracker | closed | Add event for remote and local notifications | type:enhancement status:completed priority:medium | Differently by the iOS tracker, the Android tracker doesn't have any out-of-the-box event to track push notifications.
We want to introduce a new event that can be used across both platforms (iOS and Android).
The candidate is a new event called `MessageNotification` able to track the most common fields of a push or local notification. | 1.0 | Add event for remote and local notifications - Differently by the iOS tracker, the Android tracker doesn't have any out-of-the-box event to track push notifications.
We want to introduce a new event that can be used across both platforms (iOS and Android).
The candidate is a new event called `MessageNotification` able to track the most common fields of a push or local notification. | priority | add event for remote and local notifications differently by the ios tracker the android tracker doesn t have any out of the box event to track push notifications we want to introduce a new event that can be used across both platforms ios and android the candidate is a new event called messagenotification able to track the most common fields of a push or local notification | 1 |
175,260 | 6,548,672,676 | IssuesEvent | 2017-09-05 00:45:31 | minio/minio | https://api.github.com/repos/minio/minio | closed | Minio is not reusing or closing old/existing connections to Rabbit | priority: medium | After setting up AMQP for bucket events, we are receiving events, but the RabbitMQ connection pool fills up quite quickly.
## Expected Behavior
One connection per bucket to RabbitMQ, or one Minio connection all together to multiple exchanges.
## Current Behavior
Roughly one connection per event, not quite sure but a lot of connections are created filling up the RabbitMQ connection pool
## Possible Solution
## Steps to Reproduce (for bugs)
1. Set up Rabbit
2. Set up Minio with AMQP with the following config:
"my-bucket-events": {
"enable": true,
"url": "amqp://user:pass@host",
"exchange": "myExchange",
"routingKey": "",
"exchangeType": "fanout",
"deliveryMode": 2,
"mandatory": false,
"immediate": false,
"durable": true,
"internal": false,
"noWait": false,
"autoDeleted": false
},
"my-other-bucket-events": {
"enable": true,
"url": "amqp://user:pass@host",
"exchange": "mySecondExchange",
"routingKey": "",
"exchangeType": "fanout",
"deliveryMode": 2,
"mandatory": false,
"immediate": false,
"durable": true,
"internal": false,
"noWait": false,
"autoDeleted": false
},
3. Upload files to buckets
4. Check connection pool in RabbitMQ -> should have a lot of connections
5. Try restarting Minio -> only new connections should be added, none closed
## Context
Since we are using CloudAMQP the number of connections are limited in various scenarios, and the connection quota is filled or at least an abnormal number of connections are present
## Your Environment
* Version used (`minio version`): 2017-05-05T01:14:51Z (18?)
* Operating System and version (`uname -a`): Ubuntu 16.10


| 1.0 | Minio is not reusing or closing old/existing connections to Rabbit - After setting up AMQP for bucket events, we are receiving events, but the RabbitMQ connection pool fills up quite quickly.
## Expected Behavior
One connection per bucket to RabbitMQ, or one Minio connection all together to multiple exchanges.
## Current Behavior
Roughly one connection per event, not quite sure but a lot of connections are created filling up the RabbitMQ connection pool
## Possible Solution
## Steps to Reproduce (for bugs)
1. Set up Rabbit
2. Set up Minio with AMQP with the following config:
"my-bucket-events": {
"enable": true,
"url": "amqp://user:pass@host",
"exchange": "myExchange",
"routingKey": "",
"exchangeType": "fanout",
"deliveryMode": 2,
"mandatory": false,
"immediate": false,
"durable": true,
"internal": false,
"noWait": false,
"autoDeleted": false
},
"my-other-bucket-events": {
"enable": true,
"url": "amqp://user:pass@host",
"exchange": "mySecondExchange",
"routingKey": "",
"exchangeType": "fanout",
"deliveryMode": 2,
"mandatory": false,
"immediate": false,
"durable": true,
"internal": false,
"noWait": false,
"autoDeleted": false
},
3. Upload files to buckets
4. Check connection pool in RabbitMQ -> should have a lot of connections
5. Try restarting Minio -> only new connections should be added, none closed
## Context
Since we are using CloudAMQP the number of connections are limited in various scenarios, and the connection quota is filled or at least an abnormal number of connections are present
## Your Environment
* Version used (`minio version`): 2017-05-05T01:14:51Z (18?)
* Operating System and version (`uname -a`): Ubuntu 16.10


| priority | minio is not reusing or closing old existing connections to rabbit after setting up amqp for bucket events we are receiving events but the rabbitmq connection pool fills up quite quickly expected behavior one connection per bucket to rabbitmq or one minio connection all together to multiple exchanges current behavior roughly one connection per event not quite sure but a lot of connections are created filling up the rabbitmq connection pool possible solution steps to reproduce for bugs set up rabbit set up minio with amqp with the following config my bucket events enable true url amqp user pass host exchange myexchange routingkey exchangetype fanout deliverymode mandatory false immediate false durable true internal false nowait false autodeleted false my other bucket events enable true url amqp user pass host exchange mysecondexchange routingkey exchangetype fanout deliverymode mandatory false immediate false durable true internal false nowait false autodeleted false upload files to buckets check connection pool in rabbitmq should have a lot of connections try restarting minio only new connections should be added none closed context since we are using cloudamqp the number of connections are limited in various scenarios and the connection quota is filled or at least an abnormal number of connections are present your environment version used minio version operating system and version uname a ubuntu | 1 |
337,511 | 10,218,862,382 | IssuesEvent | 2019-08-15 17:02:32 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | [0.8.2.9] Admin command /levelup cooking | Fixed Medium Priority | Game Version - **0.8.2.9**
Skills - **Cooking** and **Advanced Campfire Cooking**
If the admin enters the chat command "/levelup Cooking" instead of increasing the Cooking skill, the Advanced Campfire Cooking skill goes up. Which leads to the impossibility of raising the "Cooking" skill by this command (if the specified skill was previously pumped to any level, then after entering the specified command it decreases to level 2 and it is necessary to pump it again).
| 1.0 | [0.8.2.9] Admin command /levelup cooking - Game Version - **0.8.2.9**
Skills - **Cooking** and **Advanced Campfire Cooking**
If the admin enters the chat command "/levelup Cooking" instead of increasing the Cooking skill, the Advanced Campfire Cooking skill goes up. Which leads to the impossibility of raising the "Cooking" skill by this command (if the specified skill was previously pumped to any level, then after entering the specified command it decreases to level 2 and it is necessary to pump it again).
| priority | admin command levelup cooking game version skills cooking and advanced campfire cooking if the admin enters the chat command levelup cooking instead of increasing the cooking skill the advanced campfire cooking skill goes up which leads to the impossibility of raising the cooking skill by this command if the specified skill was previously pumped to any level then after entering the specified command it decreases to level and it is necessary to pump it again | 1 |
16,865 | 2,615,125,472 | IssuesEvent | 2015-03-01 05:53:36 | chrsmith/google-api-java-client | https://api.github.com/repos/chrsmith/google-api-java-client | opened | Google Docs api | auto-migrated Priority-Medium Type-Sample | ```
it would great if you'll write some api for google docs and put it here -
http://code.google.com/p/google-api-java-client/wiki/APIs#Google_Data_APIs
thanks!
```
Original issue reported on code.google.com by `george.z...@gmail.com` on 2 Apr 2012 at 6:22 | 1.0 | Google Docs api - ```
it would great if you'll write some api for google docs and put it here -
http://code.google.com/p/google-api-java-client/wiki/APIs#Google_Data_APIs
thanks!
```
Original issue reported on code.google.com by `george.z...@gmail.com` on 2 Apr 2012 at 6:22 | priority | google docs api it would great if you ll write some api for google docs and put it here thanks original issue reported on code google com by george z gmail com on apr at | 1 |
588,323 | 17,652,111,812 | IssuesEvent | 2021-08-20 14:29:53 | CCAFS/MARLO | https://api.github.com/repos/CCAFS/MARLO | opened | [GM] (MARLO) Add new deliverable status | Priority - Medium Type - Enhancement | Emma Greatix proposed the creation of a new status for deliverables (Partially Complete), for CRPs/Platforms to be able to identify deliverables that could not be completed on time. This status would replace in AR2021 the "Extended" status, as deliverables must not be extended into 2022.
**Move to Review when:** The status is on DEV
| 1.0 | [GM] (MARLO) Add new deliverable status - Emma Greatix proposed the creation of a new status for deliverables (Partially Complete), for CRPs/Platforms to be able to identify deliverables that could not be completed on time. This status would replace in AR2021 the "Extended" status, as deliverables must not be extended into 2022.
**Move to Review when:** The status is on DEV
| priority | marlo add new deliverable status emma greatix proposed the creation of a new status for deliverables partially complete for crps platforms to be able to identify deliverables that could not be completed on time this status would replace in the extended status as deliverables must not be extended into move to review when the status is on dev | 1 |
788,709 | 27,762,782,038 | IssuesEvent | 2023-03-16 09:28:49 | AY2223S2-CS2103-F11-3/tp | https://api.github.com/repos/AY2223S2-CS2103-F11-3/tp | opened | Improve vaccination allergy parsing | priority.Medium type.Enhancement | Allergy is always a `NONE` requirement. Make it such that the user need not specify that it is`NONE`. | 1.0 | Improve vaccination allergy parsing - Allergy is always a `NONE` requirement. Make it such that the user need not specify that it is`NONE`. | priority | improve vaccination allergy parsing allergy is always a none requirement make it such that the user need not specify that it is none | 1 |
290,344 | 8,887,628,340 | IssuesEvent | 2019-01-15 06:46:25 | medic/medic-webapp | https://api.github.com/repos/medic/medic-webapp | closed | Renaming an Area after generating a report will not update the report names | Priority: 2 - Medium Type: Bug | Renaming an area that has existing reports will not update the name of the reports in the reports table for an area. However, the name is updated when viewing reports on the reports tab or in the detail of the report. Screenshots show the name being displayed differently based on where you are viewing the report from.
**Steps to reproduce**:
Navigate to an Area that has reports associated to it.
Navigate to District > Health Center > Area
EX: Nick's District > Ohio Health > Scioto Area > New Action > Family Survey.
Click Edit
Change Name of Area
Submit
**What should happen**:
The area is renamed and the reports associated Area is also updated. Could @sglangevin or @amandacilek way in on the actual expected behavior.
**What actually happens**:
The area is renamed but the reports remain on the previous Area name. When clicking on the report it shows the updated Area name.
https://beta-old.dev.medicmobile.org/medic/_design/medic/_rewrite/#/contacts/9740715e-6af9-4f1d-b299-96fe0fddd2bb
Show's the issue on the area. Where the names show differently.

Show's the report being displayed on the reports tab with the updated name.


**Environment**:
- Instance: beta-old.dev.medicmobile.org
- Browser: Firefox, Chrome
- Client platform: MacOS
- App: webapp
- Version: 2.16.0-beta.7
| 1.0 | Renaming an Area after generating a report will not update the report names - Renaming an area that has existing reports will not update the name of the reports in the reports table for an area. However, the name is updated when viewing reports on the reports tab or in the detail of the report. Screenshots show the name being displayed differently based on where you are viewing the report from.
**Steps to reproduce**:
Navigate to an Area that has reports associated to it.
Navigate to District > Health Center > Area
EX: Nick's District > Ohio Health > Scioto Area > New Action > Family Survey.
Click Edit
Change Name of Area
Submit
**What should happen**:
The area is renamed and the reports associated Area is also updated. Could @sglangevin or @amandacilek way in on the actual expected behavior.
**What actually happens**:
The area is renamed but the reports remain on the previous Area name. When clicking on the report it shows the updated Area name.
https://beta-old.dev.medicmobile.org/medic/_design/medic/_rewrite/#/contacts/9740715e-6af9-4f1d-b299-96fe0fddd2bb
Show's the issue on the area. Where the names show differently.

Show's the report being displayed on the reports tab with the updated name.


**Environment**:
- Instance: beta-old.dev.medicmobile.org
- Browser: Firefox, Chrome
- Client platform: MacOS
- App: webapp
- Version: 2.16.0-beta.7
| priority | renaming an area after generating a report will not update the report names renaming an area that has existing reports will not update the name of the reports in the reports table for an area however the name is updated when viewing reports on the reports tab or in the detail of the report screenshots show the name being displayed differently based on where you are viewing the report from steps to reproduce navigate to an area that has reports associated to it navigate to district health center area ex nick s district ohio health scioto area new action family survey click edit change name of area submit what should happen the area is renamed and the reports associated area is also updated could sglangevin or amandacilek way in on the actual expected behavior what actually happens the area is renamed but the reports remain on the previous area name when clicking on the report it shows the updated area name show s the issue on the area where the names show differently show s the report being displayed on the reports tab with the updated name environment instance beta old dev medicmobile org browser firefox chrome client platform macos app webapp version beta | 1 |
612,931 | 19,059,556,279 | IssuesEvent | 2021-11-26 04:49:56 | Pycord-Development/pycord | https://api.github.com/repos/Pycord-Development/pycord | closed | Add an autocomplete example | feature request good first issue priority: medium | ### Summary
Add an autocomplete example
### What is the feature request for?
The core library
### The Problem
Atm, there isn't an example showing how autocomplete works.
### The Ideal Solution
Add an autocomplete example
### The Current Solution
_No response_
### Additional Context
You can just use the example I used in my autcomplete prs (#358).
They dont use the newer syntax though, you'll need to update that. | 1.0 | Add an autocomplete example - ### Summary
Add an autocomplete example
### What is the feature request for?
The core library
### The Problem
Atm, there isn't an example showing how autocomplete works.
### The Ideal Solution
Add an autocomplete example
### The Current Solution
_No response_
### Additional Context
You can just use the example I used in my autcomplete prs (#358).
They dont use the newer syntax though, you'll need to update that. | priority | add an autocomplete example summary add an autocomplete example what is the feature request for the core library the problem atm there isn t an example showing how autocomplete works the ideal solution add an autocomplete example the current solution no response additional context you can just use the example i used in my autcomplete prs they dont use the newer syntax though you ll need to update that | 1 |
411,436 | 12,018,014,979 | IssuesEvent | 2020-04-10 19:46:36 | CERT-Polska/ursadb | https://api.github.com/repos/CERT-Polska/ursadb | closed | [RFC] Reorganize directory structure | level:medium priority:medium | Currently, there's a lot of files in the root directory of the project which seems a bit messy.
My idea would be to split code into 3 directories:
* `libursa` - after library target in CMake
* `src` - containing source files of executables (with one directory per executable (?))
* `third-party` - with 3rd party libraries
(EDIT) Or maybe move `libursa` into `src`? Either way, i'm looking for suggestions :thinking:
@msm-code @icedevml | 1.0 | [RFC] Reorganize directory structure - Currently, there's a lot of files in the root directory of the project which seems a bit messy.
My idea would be to split code into 3 directories:
* `libursa` - after library target in CMake
* `src` - containing source files of executables (with one directory per executable (?))
* `third-party` - with 3rd party libraries
(EDIT) Or maybe move `libursa` into `src`? Either way, i'm looking for suggestions :thinking:
@msm-code @icedevml | priority | reorganize directory structure currently there s a lot of files in the root directory of the project which seems a bit messy my idea would be to split code into directories libursa after library target in cmake src containing source files of executables with one directory per executable third party with party libraries edit or maybe move libursa into src either way i m looking for suggestions thinking msm code icedevml | 1 |
57,013 | 3,081,230,212 | IssuesEvent | 2015-08-22 14:17:36 | bitfighter/bitfighter | https://api.github.com/repos/bitfighter/bitfighter | closed | Turret Buffer | enhancement imported Priority-Medium wontfix | _From [Cory.Pou...@gmail.com](https://code.google.com/u/105220164791991617712/) on September 14, 2013 15:44:49_
1. your teams shots don't hurt your teams turrets it makes no sense all other items are that way why not turrets.
2 your teams turrets shots cant hurt your team other shots don't why should turrets?
_Original issue: http://code.google.com/p/bitfighter/issues/detail?id=244_ | 1.0 | Turret Buffer - _From [Cory.Pou...@gmail.com](https://code.google.com/u/105220164791991617712/) on September 14, 2013 15:44:49_
1. your teams shots don't hurt your teams turrets it makes no sense all other items are that way why not turrets.
2 your teams turrets shots cant hurt your team other shots don't why should turrets?
_Original issue: http://code.google.com/p/bitfighter/issues/detail?id=244_ | priority | turret buffer from on september your teams shots don t hurt your teams turrets it makes no sense all other items are that way why not turrets your teams turrets shots cant hurt your team other shots don t why should turrets original issue | 1 |
384,683 | 11,396,679,012 | IssuesEvent | 2020-01-30 14:00:32 | theintern/intern | https://api.github.com/repos/theintern/intern | closed | switchToParentFrame errors in IE 11 (but not 10) | bug effort-low priority-medium repo-leadfoot | ## Expected behavior
`switchToParentFrame` should work consistently across browsers
## Current behavior
"Command not found" when `POST /session/{{session_id}}/frame/parent`
```
2020-1-28 19:20:19:792 REQUEST [2020-1-28 19:20:19:792] POST /session/24f3560ccc2496d466c29fff3f40410628bd04ed/frame/parent {}
2020-1-28 19:20:19:799 RESPONSE {"status":404,"sessionId":"<no session>","value":"Command not found: POST /session/24f3560ccc2496d466c29fff3f40410628bd04ed/frame/parent"}
```
## Possible solution
Maybe there's a workaround with alternate syntax?
## Steps to reproduce (for bugs)
<!--
List the steps required to reproduce the issue. If possible, provide a link to
a test project that illustrates the issue.
-->
1. example repo: https://github.com/maxbeatty/example-intern
1. checkout
2. `yarn install`
3. put browserstack credentials in `.env` or export in shell
4. `yarn test --browserstack --browser ie --browser-version 11`
2. [ci build](https://app.circleci.com/jobs/github/maxbeatty/example-intern/6)
3. happy to share any logs or access to BrowserStack builds
## Environment
<!-- List the relevant software versions -->
Intern version: 4.8.0
Node version: circleci/node:lts
NPM version: yarn v1.21.1
Browser version: Internet Explorer 11
| 1.0 | switchToParentFrame errors in IE 11 (but not 10) - ## Expected behavior
`switchToParentFrame` should work consistently across browsers
## Current behavior
"Command not found" when `POST /session/{{session_id}}/frame/parent`
```
2020-1-28 19:20:19:792 REQUEST [2020-1-28 19:20:19:792] POST /session/24f3560ccc2496d466c29fff3f40410628bd04ed/frame/parent {}
2020-1-28 19:20:19:799 RESPONSE {"status":404,"sessionId":"<no session>","value":"Command not found: POST /session/24f3560ccc2496d466c29fff3f40410628bd04ed/frame/parent"}
```
## Possible solution
Maybe there's a workaround with alternate syntax?
## Steps to reproduce (for bugs)
<!--
List the steps required to reproduce the issue. If possible, provide a link to
a test project that illustrates the issue.
-->
1. example repo: https://github.com/maxbeatty/example-intern
1. checkout
2. `yarn install`
3. put browserstack credentials in `.env` or export in shell
4. `yarn test --browserstack --browser ie --browser-version 11`
2. [ci build](https://app.circleci.com/jobs/github/maxbeatty/example-intern/6)
3. happy to share any logs or access to BrowserStack builds
## Environment
<!-- List the relevant software versions -->
Intern version: 4.8.0
Node version: circleci/node:lts
NPM version: yarn v1.21.1
Browser version: Internet Explorer 11
| priority | switchtoparentframe errors in ie but not expected behavior switchtoparentframe should work consistently across browsers current behavior command not found when post session session id frame parent request post session frame parent response status sessionid value command not found post session frame parent possible solution maybe there s a workaround with alternate syntax steps to reproduce for bugs list the steps required to reproduce the issue if possible provide a link to a test project that illustrates the issue example repo checkout yarn install put browserstack credentials in env or export in shell yarn test browserstack browser ie browser version happy to share any logs or access to browserstack builds environment intern version node version circleci node lts npm version yarn browser version internet explorer | 1 |
415,691 | 12,133,261,551 | IssuesEvent | 2020-04-23 08:44:31 | osmontrouge/caresteouvert | https://api.github.com/repos/osmontrouge/caresteouvert | closed | Afficher la date de dernière modification | enhancement priority: medium | Bonjour,
Il arrive que pour un magasin, les horaires changent en fonction de la semaine. Prenons en exemple mon bureau de poste d'où j'ai été surpris du changement des jours et horaires d'ouverture. C'est pourquoi je verrai bien une info concernant la dernière date de mise à jour, soit par le biais du changeset, soit par le biais d'un nouveau tag du style "survey-date-covid19".
Qu'en pensez-vous ?
NB1 : A cause de l'interprétation de github, bien entendu les tirets seront remplacés par des ":"
NB2 : J'en ai déjà parlé à Florian LAINEZ en off | 1.0 | Afficher la date de dernière modification - Bonjour,
Il arrive que pour un magasin, les horaires changent en fonction de la semaine. Prenons en exemple mon bureau de poste d'où j'ai été surpris du changement des jours et horaires d'ouverture. C'est pourquoi je verrai bien une info concernant la dernière date de mise à jour, soit par le biais du changeset, soit par le biais d'un nouveau tag du style "survey-date-covid19".
Qu'en pensez-vous ?
NB1 : A cause de l'interprétation de github, bien entendu les tirets seront remplacés par des ":"
NB2 : J'en ai déjà parlé à Florian LAINEZ en off | priority | afficher la date de dernière modification bonjour il arrive que pour un magasin les horaires changent en fonction de la semaine prenons en exemple mon bureau de poste d où j ai été surpris du changement des jours et horaires d ouverture c est pourquoi je verrai bien une info concernant la dernière date de mise à jour soit par le biais du changeset soit par le biais d un nouveau tag du style survey date qu en pensez vous a cause de l interprétation de github bien entendu les tirets seront remplacés par des j en ai déjà parlé à florian lainez en off | 1 |
84,931 | 3,681,874,217 | IssuesEvent | 2016-02-24 06:35:12 | parishod/viewer-api | https://api.github.com/repos/parishod/viewer-api | opened | Basic SEO | Priority: Medium Status: Pending Type: Task | Schema.org and other tags needs to be added. Also analyze the risk of getting the domain penalized in case the shared links with this domain name are shared. | 1.0 | Basic SEO - Schema.org and other tags needs to be added. Also analyze the risk of getting the domain penalized in case the shared links with this domain name are shared. | priority | basic seo schema org and other tags needs to be added also analyze the risk of getting the domain penalized in case the shared links with this domain name are shared | 1 |
406,734 | 11,902,123,935 | IssuesEvent | 2020-03-30 13:32:14 | geosolutions-it/MapStore2 | https://api.github.com/repos/geosolutions-it/MapStore2 | closed | Map Template Loading | Accepted Priority: Medium enhancement geOrchestra | ## Description
<!-- A few sentences describing new feature -->
<!-- screenshot, video, or link to mockup/prototype are welcome -->
The loaded map template should generate by default (a config property already exists for this) a group in TOC (on top if possible) with the same name of the template and the all template's layers in it. The group must be created automatically only if the template goes in addition with the current map contents, not if the user has chosen to replace them.
**What kind of improvement you want to add?** (check one with "x", remove the others)
- [X] Minor changes to existing features
- [ ] Code style update (formatting, local variables)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] CI related changes
- [ ] Other... Please describe:
## Other useful information
| 1.0 | Map Template Loading - ## Description
<!-- A few sentences describing new feature -->
<!-- screenshot, video, or link to mockup/prototype are welcome -->
The loaded map template should generate by default (a config property already exists for this) a group in TOC (on top if possible) with the same name of the template and the all template's layers in it. The group must be created automatically only if the template goes in addition with the current map contents, not if the user has chosen to replace them.
**What kind of improvement you want to add?** (check one with "x", remove the others)
- [X] Minor changes to existing features
- [ ] Code style update (formatting, local variables)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] CI related changes
- [ ] Other... Please describe:
## Other useful information
| priority | map template loading description the loaded map template should generate by default a config property already exists for this a group in toc on top if possible with the same name of the template and the all template s layers in it the group must be created automatically only if the template goes in addition with the current map contents not if the user has chosen to replace them what kind of improvement you want to add check one with x remove the others minor changes to existing features code style update formatting local variables refactoring no functional changes no api changes build related changes ci related changes other please describe other useful information | 1 |
411,417 | 12,017,908,841 | IssuesEvent | 2020-04-10 19:30:55 | FTBTeam/FTB-Presents-Direwolf20-1.12 | https://api.github.com/repos/FTBTeam/FTB-Presents-Direwolf20-1.12 | closed | Can't enter World | Category: User :busts_in_silhouette: Cause: Unknown :grey_question: Priority: Medium :warning: State: Awaiting Reply :speaking_head: |
**Modpack Version**: 2.2.0
**Issue**: I am unable to enter my savegame without the game crashing. It displays
"Loading world - Building terrain" After that, it crashes.
**Link to Log or Crash File Paste**: https://paste.feed-the-beast.com/view/ce02955f
**Is it Repeatable?** Yes, it happens to me every time.
| 1.0 | Can't enter World -
**Modpack Version**: 2.2.0
**Issue**: I am unable to enter my savegame without the game crashing. It displays
"Loading world - Building terrain" After that, it crashes.
**Link to Log or Crash File Paste**: https://paste.feed-the-beast.com/view/ce02955f
**Is it Repeatable?** Yes, it happens to me every time.
| priority | can t enter world modpack version issue i am unable to enter my savegame without the game crashing it displays loading world building terrain after that it crashes link to log or crash file paste is it repeatable yes it happens to me every time | 1 |
154,622 | 5,923,229,751 | IssuesEvent | 2017-05-23 07:20:07 | salesagility/SuiteCRM | https://api.github.com/repos/salesagility/SuiteCRM | closed | Error Message When Adding or Removing Target Lists in Campaigns | bug Medium Priority | An error message appears when adding or removing target lists from campaigns.
`Fatal error: Uncaught Error: Call to a member function fill_in_additional_detail_fields() on boolean in /var/www/crm/public_html/include/SearchForm/SearchForm2.php:657 Stack trace: #0 /var/www/crm/public_html/include/SubPanel/SubPanel.php(420): SearchForm->generateSearchWhere(true, NULL) #1 /var/www/crm/public_html/include/SubPanel/SubPanel.php(92): SubPanel->buildSearchQuery() #2 /var/www/crm/public_html/modules/Campaigns/SubPanelViewer.php(88): SubPanel->__construct('Campaigns', 'a66f01f7-5602-c...', 'prospectlists', NULL, '') #3 /var/www/crm/public_html/include/MVC/View/SugarView.php(738): include_once('/var/www/crm/pu...') #4 /var/www/crm/public_html/modules/Campaigns/views/view.classic.php(77): SugarView->includeClassicFile('modules/Campaig...') #5 /var/www/crm/public_html/include/MVC/View/SugarView.php(160): CampaignsViewClassic->display() #6 /var/www/crm/public_html/include/MVC/Controller/SugarController.php(363): SugarView->process() #7 /var/www/crm/public_html/include/MVC/Controller/SugarController.php(310): Suga in /var/www/crm/public_html/include/SearchForm/SearchForm2.php on line 657`
#### Steps to Reproduce
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug include code to reproduce, if relevant -->
1. Go into an existing campaing
2. Add or remove a target list
3. The error appears in the target list subpanel
#### Context
When refreshing the page it appears that the action was executed. In other words it does add or remove the target list. Therefore this issue is non critical but can certainly freak out users.
#### Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
- SuiteCRM Version used: 7.7
- Browser name and version (e.g. Chrome Version 51.0.2704.63 (64-bit)): Chrome / Ubuntu 64-bit
- Environment name and version (e.g. MySQL, PHP 7): MySQL, PHP7
- Operating System and version (e.g Ubuntu 16.04): Ubuntu 16.04
| 1.0 | Error Message When Adding or Removing Target Lists in Campaigns - An error message appears when adding or removing target lists from campaigns.
`Fatal error: Uncaught Error: Call to a member function fill_in_additional_detail_fields() on boolean in /var/www/crm/public_html/include/SearchForm/SearchForm2.php:657 Stack trace: #0 /var/www/crm/public_html/include/SubPanel/SubPanel.php(420): SearchForm->generateSearchWhere(true, NULL) #1 /var/www/crm/public_html/include/SubPanel/SubPanel.php(92): SubPanel->buildSearchQuery() #2 /var/www/crm/public_html/modules/Campaigns/SubPanelViewer.php(88): SubPanel->__construct('Campaigns', 'a66f01f7-5602-c...', 'prospectlists', NULL, '') #3 /var/www/crm/public_html/include/MVC/View/SugarView.php(738): include_once('/var/www/crm/pu...') #4 /var/www/crm/public_html/modules/Campaigns/views/view.classic.php(77): SugarView->includeClassicFile('modules/Campaig...') #5 /var/www/crm/public_html/include/MVC/View/SugarView.php(160): CampaignsViewClassic->display() #6 /var/www/crm/public_html/include/MVC/Controller/SugarController.php(363): SugarView->process() #7 /var/www/crm/public_html/include/MVC/Controller/SugarController.php(310): Suga in /var/www/crm/public_html/include/SearchForm/SearchForm2.php on line 657`
#### Steps to Reproduce
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug include code to reproduce, if relevant -->
1. Go into an existing campaing
2. Add or remove a target list
3. The error appears in the target list subpanel
#### Context
When refreshing the page it appears that the action was executed. In other words it does add or remove the target list. Therefore this issue is non critical but can certainly freak out users.
#### Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
- SuiteCRM Version used: 7.7
- Browser name and version (e.g. Chrome Version 51.0.2704.63 (64-bit)): Chrome / Ubuntu 64-bit
- Environment name and version (e.g. MySQL, PHP 7): MySQL, PHP7
- Operating System and version (e.g Ubuntu 16.04): Ubuntu 16.04
| priority | error message when adding or removing target lists in campaigns an error message appears when adding or removing target lists from campaigns fatal error uncaught error call to a member function fill in additional detail fields on boolean in var www crm public html include searchform php stack trace var www crm public html include subpanel subpanel php searchform generatesearchwhere true null var www crm public html include subpanel subpanel php subpanel buildsearchquery var www crm public html modules campaigns subpanelviewer php subpanel construct campaigns c prospectlists null var www crm public html include mvc view sugarview php include once var www crm pu var www crm public html modules campaigns views view classic php sugarview includeclassicfile modules campaig var www crm public html include mvc view sugarview php campaignsviewclassic display var www crm public html include mvc controller sugarcontroller php sugarview process var www crm public html include mvc controller sugarcontroller php suga in var www crm public html include searchform php on line steps to reproduce go into an existing campaing add or remove a target list the error appears in the target list subpanel context when refreshing the page it appears that the action was executed in other words it does add or remove the target list therefore this issue is non critical but can certainly freak out users your environment suitecrm version used browser name and version e g chrome version bit chrome ubuntu bit environment name and version e g mysql php mysql operating system and version e g ubuntu ubuntu | 1 |
91,837 | 3,863,514,111 | IssuesEvent | 2016-04-08 09:45:01 | iamxavier/elmah | https://api.github.com/repos/iamxavier/elmah | closed | Disabling input validation on action, which then throws an exception doesn't log | auto-migrated Priority-Medium Type-Enhancement | ```
I have an MVC3 site with a controller action that has
[ValidateInput(false)]
One of the paramters is an xml string.
When an exception is thrown inside that action, elmah does not log the
exception.
I tracked it down to the method in Error.cs below throwing an exception about
"a potentially dangerous request....."
private static NameValueCollection CopyCollection(NameValueCollection collection)
{
if (collection == null || collection.Count == 0)
return null;
return new NameValueCollection(collection);
}
To work around the issue I turned off all input validation for the site.
```
Original issue reported on code.google.com by `twobitb...@gmail.com` on 18 Apr 2013 at 3:39 | 1.0 | Disabling input validation on action, which then throws an exception doesn't log - ```
I have an MVC3 site with a controller action that has
[ValidateInput(false)]
One of the paramters is an xml string.
When an exception is thrown inside that action, elmah does not log the
exception.
I tracked it down to the method in Error.cs below throwing an exception about
"a potentially dangerous request....."
private static NameValueCollection CopyCollection(NameValueCollection collection)
{
if (collection == null || collection.Count == 0)
return null;
return new NameValueCollection(collection);
}
To work around the issue I turned off all input validation for the site.
```
Original issue reported on code.google.com by `twobitb...@gmail.com` on 18 Apr 2013 at 3:39 | priority | disabling input validation on action which then throws an exception doesn t log i have an site with a controller action that has one of the paramters is an xml string when an exception is thrown inside that action elmah does not log the exception i tracked it down to the method in error cs below throwing an exception about a potentially dangerous request private static namevaluecollection copycollection namevaluecollection collection if collection null collection count return null return new namevaluecollection collection to work around the issue i turned off all input validation for the site original issue reported on code google com by twobitb gmail com on apr at | 1 |
451,545 | 13,038,208,175 | IssuesEvent | 2020-07-28 14:53:29 | CERT-Polska/drakvuf-sandbox | https://api.github.com/repos/CERT-Polska/drakvuf-sandbox | opened | Create generic log browser | drakcore/gui priority:medium | We have a lot of logs with similar structure straight from DRAKVUF, however they're hard to read as they're huge.
Adding some basic browser will be quite helpful. | 1.0 | Create generic log browser - We have a lot of logs with similar structure straight from DRAKVUF, however they're hard to read as they're huge.
Adding some basic browser will be quite helpful. | priority | create generic log browser we have a lot of logs with similar structure straight from drakvuf however they re hard to read as they re huge adding some basic browser will be quite helpful | 1 |
823,567 | 31,024,518,803 | IssuesEvent | 2023-08-10 08:13:53 | owncloud/ocis-charts | https://api.github.com/repos/owncloud/ocis-charts | closed | thumbnails-cleanup image settings | Priority:p3-medium Category:Enhancement | Just like #286, the thumbnails-cleanup jobs should have image settings, which it doesn't have currently:
https://github.com/owncloud/ocis-charts/blob/d56430769839ae2782a217dde3a4ccf19fd932d9/charts/ocis/templates/thumbnails/jobs.yaml#L29-L30 | 1.0 | thumbnails-cleanup image settings - Just like #286, the thumbnails-cleanup jobs should have image settings, which it doesn't have currently:
https://github.com/owncloud/ocis-charts/blob/d56430769839ae2782a217dde3a4ccf19fd932d9/charts/ocis/templates/thumbnails/jobs.yaml#L29-L30 | priority | thumbnails cleanup image settings just like the thumbnails cleanup jobs should have image settings which it doesn t have currently | 1 |
529,170 | 15,382,393,931 | IssuesEvent | 2021-03-03 00:32:59 | ansible/awx | https://api.github.com/repos/ansible/awx | closed | [db_partitioning] implementing bigint-style migration | component:api priority:medium state:in_progress type:enhancement type:task | Current migration is a simple / naive `insert` that dumps all rows. Want to handle this instead the same way that we did here:
https://github.com/ansible/awx/blob/devel/awx/main/migrations/0113_v370_event_bigint.py | 1.0 | [db_partitioning] implementing bigint-style migration - Current migration is a simple / naive `insert` that dumps all rows. Want to handle this instead the same way that we did here:
https://github.com/ansible/awx/blob/devel/awx/main/migrations/0113_v370_event_bigint.py | priority | implementing bigint style migration current migration is a simple naive insert that dumps all rows want to handle this instead the same way that we did here | 1 |
492,801 | 14,220,342,472 | IssuesEvent | 2020-11-17 14:25:51 | buddyboss/buddyboss-platform | https://api.github.com/repos/buddyboss/buddyboss-platform | closed | Download media doesn't work when the media url contains "?" (signed url) | bug priority: medium | **Describe the bug**
I do use WP Offload Media to offload medias to S3 and I've configured the plugin in order to use private link for each media (url needs to be signed in order to be accessed and displayed).
The link "download" doesn't work on the image theater because some characters in the file url are replaced (for example, "?" is replaced by "_".
**To Reproduce**
- Use signed URL to access your media
- Go to "Photos" page
- Click on one photo to display the theater
- Click on the "Download" link (at the right bottom)
**Expected behavior**
- User should be able to download media even if the url is signed
**Screenshots**


**Support ticket links**
none
| 1.0 | Download media doesn't work when the media url contains "?" (signed url) - **Describe the bug**
I do use WP Offload Media to offload medias to S3 and I've configured the plugin in order to use private link for each media (url needs to be signed in order to be accessed and displayed).
The link "download" doesn't work on the image theater because some characters in the file url are replaced (for example, "?" is replaced by "_".
**To Reproduce**
- Use signed URL to access your media
- Go to "Photos" page
- Click on one photo to display the theater
- Click on the "Download" link (at the right bottom)
**Expected behavior**
- User should be able to download media even if the url is signed
**Screenshots**


**Support ticket links**
none
| priority | download media doesn t work when the media url contains signed url describe the bug i do use wp offload media to offload medias to and i ve configured the plugin in order to use private link for each media url needs to be signed in order to be accessed and displayed the link download doesn t work on the image theater because some characters in the file url are replaced for example is replaced by to reproduce use signed url to access your media go to photos page click on one photo to display the theater click on the download link at the right bottom expected behavior user should be able to download media even if the url is signed screenshots support ticket links none | 1 |
234,014 | 7,714,812,486 | IssuesEvent | 2018-05-23 04:26:23 | agda/agda | https://api.github.com/repos/agda/agda | closed | Interactive highlighting does not color comments | emacs highlighting priority: medium status: wontfix type: bug | When I turn on interactive highlighting, and I load a file, and it is interactively colored, the comments stay black. I can make them red with font-lock-fontify-buffer.
My emacs version:
GNU Emacs 22.3.1 (i386-apple-darwin9.5.0, Carbon Version 1.6.0)
of 2008-11-01 on leopard.local
Original issue reported on code.google.com by `andreas....@gmail.com` on 21 Oct 2012 at 5:14
| 1.0 | Interactive highlighting does not color comments - When I turn on interactive highlighting, and I load a file, and it is interactively colored, the comments stay black. I can make them red with font-lock-fontify-buffer.
My emacs version:
GNU Emacs 22.3.1 (i386-apple-darwin9.5.0, Carbon Version 1.6.0)
of 2008-11-01 on leopard.local
Original issue reported on code.google.com by `andreas....@gmail.com` on 21 Oct 2012 at 5:14
| priority | interactive highlighting does not color comments when i turn on interactive highlighting and i load a file and it is interactively colored the comments stay black i can make them red with font lock fontify buffer my emacs version gnu emacs apple carbon version of on leopard local original issue reported on code google com by andreas gmail com on oct at | 1 |
28,089 | 2,699,484,258 | IssuesEvent | 2015-04-03 17:27:10 | CenterForOpenScience/osf.io | https://api.github.com/repos/CenterForOpenScience/osf.io | closed | MFR PDF renderer cut off for portrait documents | 5 - Pending Review Priority - Medium | Steps
-------
1. Render a PDF document that is portrait
Expected
-----------
The renderer would be completely shown on the page
Actual
--------
The bottom of the render is cut off.
Suggestion
-------------
If there is an option to zoom to width rather than showing the whole page, that should allow the bottom of the page to fit in the constrained height. | 1.0 | MFR PDF renderer cut off for portrait documents - Steps
-------
1. Render a PDF document that is portrait
Expected
-----------
The renderer would be completely shown on the page
Actual
--------
The bottom of the render is cut off.
Suggestion
-------------
If there is an option to zoom to width rather than showing the whole page, that should allow the bottom of the page to fit in the constrained height. | priority | mfr pdf renderer cut off for portrait documents steps render a pdf document that is portrait expected the renderer would be completely shown on the page actual the bottom of the render is cut off suggestion if there is an option to zoom to width rather than showing the whole page that should allow the bottom of the page to fit in the constrained height | 1 |
26,424 | 2,684,492,956 | IssuesEvent | 2015-03-29 01:35:46 | gtcasl/gpuocelot | https://api.github.com/repos/gtcasl/gpuocelot | closed | Bug when type-checking the operand to bar and pmevent instructions | bug imported Priority-Medium | _From [rodrigo.d.dominguez@gmail.com](https://code.google.com/u/rodrigo.d.dominguez@gmail.com/) on November 04, 2009 20:44:14_
In PTXInstruction.cpp:
case Bar: {
if( !a.addressMode == PTXOperand::Immediate ) {...}
should be:
case Bar: {
if( a.addressMode != PTXOperand::Immediate ) {...}
The same occurs for Pmevent.
_Original issue: http://code.google.com/p/gpuocelot/issues/detail?id=33_ | 1.0 | Bug when type-checking the operand to bar and pmevent instructions - _From [rodrigo.d.dominguez@gmail.com](https://code.google.com/u/rodrigo.d.dominguez@gmail.com/) on November 04, 2009 20:44:14_
In PTXInstruction.cpp:
case Bar: {
if( !a.addressMode == PTXOperand::Immediate ) {...}
should be:
case Bar: {
if( a.addressMode != PTXOperand::Immediate ) {...}
The same occurs for Pmevent.
_Original issue: http://code.google.com/p/gpuocelot/issues/detail?id=33_ | priority | bug when type checking the operand to bar and pmevent instructions from on november in ptxinstruction cpp case bar if a addressmode ptxoperand immediate should be case bar if a addressmode ptxoperand immediate the same occurs for pmevent original issue | 1 |
20,974 | 2,632,743,925 | IssuesEvent | 2015-03-08 13:24:51 | simonsteele/pn | https://api.github.com/repos/simonsteele/pn | closed | Patch for Project Groups and Caret Slop | Component-UI Priority-Medium Type-Patch | Original [issue 2](https://code.google.com/p/pnotepad/issues/detail?id=2) created by simonsteele on 2008-03-10T13:43:47.000Z:
Fixes contributed by Jarek Bartkowiak:
1. Added options for setting scintilla's y caret policy. As a default PN2
uses 3 lines as the jump when scrolling up and down, which is not my
favourite. I added two options to let the user to configure it (see
Options_dialog.jpg - this are the options I prefer).
2. If you rename project and then close PN2 no "Save modified items" prompt
is displayed. Renaming project does not set its 'dirty flag'. I fixed
Folder::SetName(LPCTSTR name_) method in project.cpp to solve this problem.
3. Saving and restoring workspace changes order of the open files and does
not preserve selected (focused) file (see Workspace.jpg and
Workspace_after_restore.jpg).
I only managed to do minor modifications that preserve selected file
(CMainFrame::WorkspaceChildCloseNotify() method in mainfrm.cpp). To solve
this problem one should modify 'pnws' file format (add 'selected file'
attribute) and change method that gets open documents list. The problem is
that this method call Win32 EnumChildWindows function that enumerates
windows in its Z order (not the true order of the document windows).
4. Minors changes in methods that save workspaces. See
CMainFrame::OnFileSaveWorkspaceState() and CMainFrame::SaveWorkspaceAs()
methods. | 1.0 | Patch for Project Groups and Caret Slop - Original [issue 2](https://code.google.com/p/pnotepad/issues/detail?id=2) created by simonsteele on 2008-03-10T13:43:47.000Z:
Fixes contributed by Jarek Bartkowiak:
1. Added options for setting scintilla's y caret policy. As a default PN2
uses 3 lines as the jump when scrolling up and down, which is not my
favourite. I added two options to let the user to configure it (see
Options_dialog.jpg - this are the options I prefer).
2. If you rename project and then close PN2 no "Save modified items" prompt
is displayed. Renaming project does not set its 'dirty flag'. I fixed
Folder::SetName(LPCTSTR name_) method in project.cpp to solve this problem.
3. Saving and restoring workspace changes order of the open files and does
not preserve selected (focused) file (see Workspace.jpg and
Workspace_after_restore.jpg).
I only managed to do minor modifications that preserve selected file
(CMainFrame::WorkspaceChildCloseNotify() method in mainfrm.cpp). To solve
this problem one should modify 'pnws' file format (add 'selected file'
attribute) and change method that gets open documents list. The problem is
that this method call Win32 EnumChildWindows function that enumerates
windows in its Z order (not the true order of the document windows).
4. Minors changes in methods that save workspaces. See
CMainFrame::OnFileSaveWorkspaceState() and CMainFrame::SaveWorkspaceAs()
methods. | priority | patch for project groups and caret slop original created by simonsteele on fixes contributed by jarek bartkowiak added options for setting scintilla s y caret policy as a default uses lines as the jump when scrolling up and down which is not my favourite i added two options to let the user to configure it see options dialog jpg this are the options i prefer if you rename project and then close no quot save modified items quot prompt is displayed renaming project does not set its dirty flag i fixed folder setname lpctstr name method in project cpp to solve this problem saving and restoring workspace changes order of the open files and does not preserve selected focused file see workspace jpg and workspace after restore jpg i only managed to do minor modifications that preserve selected file cmainframe workspacechildclosenotify method in mainfrm cpp to solve this problem one should modify pnws file format add selected file attribute and change method that gets open documents list the problem is that this method call enumchildwindows function that enumerates windows in its z order not the true order of the document windows minors changes in methods that save workspaces see cmainframe onfilesaveworkspacestate and cmainframe saveworkspaceas methods | 1 |
193,402 | 6,884,706,326 | IssuesEvent | 2017-11-21 13:58:16 | edenlabllc/ehealth.api | https://api.github.com/repos/edenlabllc/ehealth.api | closed | SMS delivery metrics (dashboard) | epic/dashboards kind/change_request priority/medium project/CR status/in-progress value/backlog | We need to set new metrics on datadog which are related to SMS process according to requirements [confluence](https://edenlab.atlassian.net/wiki/x/VYJfBQ)
- [x] Succesful/unsuccessful SMS submissions stats
- [x] Undelivered SMS
- [x] SMS delivery latency | 1.0 | SMS delivery metrics (dashboard) - We need to set new metrics on datadog which are related to SMS process according to requirements [confluence](https://edenlab.atlassian.net/wiki/x/VYJfBQ)
- [x] Succesful/unsuccessful SMS submissions stats
- [x] Undelivered SMS
- [x] SMS delivery latency | priority | sms delivery metrics dashboard we need to set new metrics on datadog which are related to sms process according to requirements succesful unsuccessful sms submissions stats undelivered sms sms delivery latency | 1 |
14,922 | 2,611,047,568 | IssuesEvent | 2015-02-27 00:21:49 | alistairreilly/andors-trail | https://api.github.com/repos/alistairreilly/andors-trail | closed | Implement a skill system | auto-migrated Milestone-0.6.10 Priority-Medium Type-Enhancement | ```
It would be really nice to have some skill system implemented for the players
to gain advanced features. Every third level or so the player should be able to
choose a new skill. Some skills should only be available when a certain level
has been reached.
Ideas for skills to implement:
Increased weapon chance
Increased weapon damage
Better shop prices
Increased dodge chance
Damage resistance
Higher chance of critical hit
Higher multiplier for critical hit
More Action points per turn
More gold dropped from monsters
More exp from killed monsters
Cleave: When a monster has been killed, AP is restored to max
Corpse eater, +1hp for each kill
Berserker, better attack dmg when health <= 20%
Increased fortitude, gain +2hp every level up
Some work on the skill system has already started, but it needs to be
completed. There are placeholder on the player object to store this
information, but not a lot more has been completed.
```
Original issue reported on code.google.com by `oskar.wi...@gmail.com` on 20 Nov 2010 at 10:00 | 1.0 | Implement a skill system - ```
It would be really nice to have some skill system implemented for the players
to gain advanced features. Every third level or so the player should be able to
choose a new skill. Some skills should only be available when a certain level
has been reached.
Ideas for skills to implement:
Increased weapon chance
Increased weapon damage
Better shop prices
Increased dodge chance
Damage resistance
Higher chance of critical hit
Higher multiplier for critical hit
More Action points per turn
More gold dropped from monsters
More exp from killed monsters
Cleave: When a monster has been killed, AP is restored to max
Corpse eater, +1hp for each kill
Berserker, better attack dmg when health <= 20%
Increased fortitude, gain +2hp every level up
Some work on the skill system has already started, but it needs to be
completed. There are placeholder on the player object to store this
information, but not a lot more has been completed.
```
Original issue reported on code.google.com by `oskar.wi...@gmail.com` on 20 Nov 2010 at 10:00 | priority | implement a skill system it would be really nice to have some skill system implemented for the players to gain advanced features every third level or so the player should be able to choose a new skill some skills should only be available when a certain level has been reached ideas for skills to implement increased weapon chance increased weapon damage better shop prices increased dodge chance damage resistance higher chance of critical hit higher multiplier for critical hit more action points per turn more gold dropped from monsters more exp from killed monsters cleave when a monster has been killed ap is restored to max corpse eater for each kill berserker better attack dmg when health increased fortitude gain every level up some work on the skill system has already started but it needs to be completed there are placeholder on the player object to store this information but not a lot more has been completed original issue reported on code google com by oskar wi gmail com on nov at | 1 |
545,079 | 15,935,608,616 | IssuesEvent | 2021-04-14 10:03:53 | dhowe/AdNauseam | https://api.github.com/repos/dhowe/AdNauseam | opened | Values in Menu not always updated | Bug Intermittent PRIORITY: Medium | ### Values not updated in Menu.
Values sometimes (most of the time) do not update as they should in the menu. Perhaps this is part of a bigger underlying issue where things are not being updated on-the-fly on the dashboard.

Tested on both Safari and Chrome on latest commit https://github.com/dhowe/AdNauseam/commit/812cce28061faa8cea1384051cab8acda224a763
| 1.0 | Values in Menu not always updated - ### Values not updated in Menu.
Values sometimes (most of the time) do not update as they should in the menu. Perhaps this is part of a bigger underlying issue where things are not being updated on-the-fly on the dashboard.

Tested on both Safari and Chrome on latest commit https://github.com/dhowe/AdNauseam/commit/812cce28061faa8cea1384051cab8acda224a763
| priority | values in menu not always updated values not updated in menu values sometimes most of the time do not update as they should in the menu perhaps this is part of a bigger underlying issue where things are not being updated on the fly on the dashboard tested on both safari and chrome on latest commit | 1 |
202,384 | 7,047,463,348 | IssuesEvent | 2018-01-02 13:40:11 | briqInstitute/interalpy | https://api.github.com/repos/briqInstitute/interalpy | opened | CODACY Improvements | good first issue pb-engineering priority-medium size-M | Please tackle some of the comments/suggestions from here https://www.codacy.com/app/eisenhauer/interalpy/dashboard We will not incorporate all of them, but some are obvious improvements. | 1.0 | CODACY Improvements - Please tackle some of the comments/suggestions from here https://www.codacy.com/app/eisenhauer/interalpy/dashboard We will not incorporate all of them, but some are obvious improvements. | priority | codacy improvements please tackle some of the comments suggestions from here we will not incorporate all of them but some are obvious improvements | 1 |
110,699 | 4,436,654,364 | IssuesEvent | 2016-08-18 13:15:37 | davidackerman/fetchUpgrades | https://api.github.com/repos/davidackerman/fetchUpgrades | opened | 2d tiling file | medium priority | For the sake of simplicity and for the problems stated above it would be preferable to have the tiling file store info in 2d and be agnostic to things like slice thickness and overlap. | 1.0 | 2d tiling file - For the sake of simplicity and for the problems stated above it would be preferable to have the tiling file store info in 2d and be agnostic to things like slice thickness and overlap. | priority | tiling file for the sake of simplicity and for the problems stated above it would be preferable to have the tiling file store info in and be agnostic to things like slice thickness and overlap | 1 |
55,560 | 3,073,781,467 | IssuesEvent | 2015-08-20 00:28:07 | RobotiumTech/robotium | https://api.github.com/repos/RobotiumTech/robotium | closed | Please add support for drag percentage to scrollToSide, scrollViewToSide APIs | bug imported Priority-Medium | _From [gnagne.g...@gmail.com](https://code.google.com/u/104666013651365097638/) on May 23, 2013 06:59:41_
What steps will reproduce the problem? 1. Write a Calabash test for an app that uses a Gallery control.
2. The swipeLeft command moves the Gallery 2 images forward instead of 1. 3. What is the expected output? What do you see instead? swipeLeft, swipeRight should move the Gallery 1 picture forward/backward instead of 2. What version of the product are you using? On what operating system? 3.6, Mac + Android Please provide any additional information below. I have modified the Robotium 3.6 and Calabash code by adding a dragPercent optional parameter. Using a dragPercent of 0.25 correctly moves the Gallery forward by 1 picture only.
_Original issue: http://code.google.com/p/robotium/issues/detail?id=463_ | 1.0 | Please add support for drag percentage to scrollToSide, scrollViewToSide APIs - _From [gnagne.g...@gmail.com](https://code.google.com/u/104666013651365097638/) on May 23, 2013 06:59:41_
What steps will reproduce the problem? 1. Write a Calabash test for an app that uses a Gallery control.
2. The swipeLeft command moves the Gallery 2 images forward instead of 1. 3. What is the expected output? What do you see instead? swipeLeft, swipeRight should move the Gallery 1 picture forward/backward instead of 2. What version of the product are you using? On what operating system? 3.6, Mac + Android Please provide any additional information below. I have modified the Robotium 3.6 and Calabash code by adding a dragPercent optional parameter. Using a dragPercent of 0.25 correctly moves the Gallery forward by 1 picture only.
_Original issue: http://code.google.com/p/robotium/issues/detail?id=463_ | priority | please add support for drag percentage to scrolltoside scrollviewtoside apis from on may what steps will reproduce the problem write a calabash test for an app that uses a gallery control the swipeleft command moves the gallery images forward instead of what is the expected output what do you see instead swipeleft swiperight should move the gallery picture forward backward instead of what version of the product are you using on what operating system mac android please provide any additional information below i have modified the robotium and calabash code by adding a dragpercent optional parameter using a dragpercent of correctly moves the gallery forward by picture only original issue | 1 |
350,011 | 10,477,188,724 | IssuesEvent | 2019-09-23 20:20:05 | department-of-veterans-affairs/caseflow | https://api.github.com/repos/department-of-veterans-affairs/caseflow | opened | Clean virtual hearings room after hearing is finished | priority-medium tango | ### User Story:
The Caseflow system needs to clean up hearings after the virtual hearing has been conducted.
Description:
After the virtual hearing date has passed, the hearing needs to be removed from the pexip system. The virtual hearings conference rooms do not "expire" on their own.
## AC:
1. job will clean up all virtual hearings the day after they were scheduled to be held.
2. The job is monitored to make sure it is run and to alert any failures.
## Release notes
n/a
## Feature flag
no
## Permissions:
n/a
## Design ticket with screen shots:
n/a | 1.0 | Clean virtual hearings room after hearing is finished - ### User Story:
The Caseflow system needs to clean up hearings after the virtual hearing has been conducted.
Description:
After the virtual hearing date has passed, the hearing needs to be removed from the pexip system. The virtual hearings conference rooms do not "expire" on their own.
## AC:
1. job will clean up all virtual hearings the day after they were scheduled to be held.
2. The job is monitored to make sure it is run and to alert any failures.
## Release notes
n/a
## Feature flag
no
## Permissions:
n/a
## Design ticket with screen shots:
n/a | priority | clean virtual hearings room after hearing is finished user story the caseflow system needs to clean up hearings after the virtual hearing has been conducted description after the virtual hearing date has passed the hearing needs to be removed from the pexip system the virtual hearings conference rooms do not expire on their own ac job will clean up all virtual hearings the day after they were scheduled to be held the job is monitored to make sure it is run and to alert any failures release notes n a feature flag no permissions n a design ticket with screen shots n a | 1 |
555,922 | 16,472,619,391 | IssuesEvent | 2021-05-23 18:14:38 | SkriptLang/Skript | https://api.github.com/repos/SkriptLang/Skript | closed | Non-Alphanumeric Username causing TPS to drop very badly | bug completed priority: medium | ### Description
<!--- What happened? --->
When Skript tries to get the UUID of an Offline player with a weird symbol, it causes an error, and if a player spams that command, such as `/stats ✴acbsuq14☆`, it makes the TPS drop super badly.
### Steps to Reproduce
<!--- What did you do to make it happen? Provide as accurate instructions as possible! --->
It's some kind of hacked client glitch, not sure which one. Whenever I try to spam the command, it doesn't happen. But one particular person keeps using a VPN to join with alts and spam different variations of that command.
### Expected Behavior
<!--- What should have happened? --->
It shouldn't cause the TPS to drop exponentially.
### Errors / Screenshots
<!--- Console errors and screenshots of visual bugs in game, if you have any --->
<!---
If you have console errors, copy them to a paste service which won't delete them.
DON'T use Hastebin!
--->
https://pastebin.com/HQPZzWmN
<!--
Screenshots of bugs visible in-game can also be attached.
--->
http://prntscr.com/yolhpw
### Server Information
* **Server version/platform:** git-Paper-"b89788a" MC 1.16.5 (Minehut)<!-- /version -->
* **Skript version:** 2.5.3-MH (Minehut's custom fork of Skript) <!-- /version Skript ("latest" is not useful, we need the version number) -->
### Additional Context
<!--- Anything you'd like to add? This can be left empty. --->
| 1.0 | Non-Alphanumeric Username causing TPS to drop very badly - ### Description
<!--- What happened? --->
When Skript tries to get the UUID of an Offline player with a weird symbol, it causes an error, and if a player spams that command, such as `/stats ✴acbsuq14☆`, it makes the TPS drop super badly.
### Steps to Reproduce
<!--- What did you do to make it happen? Provide as accurate instructions as possible! --->
It's some kind of hacked client glitch, not sure which one. Whenever I try to spam the command, it doesn't happen. But one particular person keeps using a VPN to join with alts and spam different variations of that command.
### Expected Behavior
<!--- What should have happened? --->
It shouldn't cause the TPS to drop exponentially.
### Errors / Screenshots
<!--- Console errors and screenshots of visual bugs in game, if you have any --->
<!---
If you have console errors, copy them to a paste service which won't delete them.
DON'T use Hastebin!
--->
https://pastebin.com/HQPZzWmN
<!--
Screenshots of bugs visible in-game can also be attached.
--->
http://prntscr.com/yolhpw
### Server Information
* **Server version/platform:** git-Paper-"b89788a" MC 1.16.5 (Minehut)<!-- /version -->
* **Skript version:** 2.5.3-MH (Minehut's custom fork of Skript) <!-- /version Skript ("latest" is not useful, we need the version number) -->
### Additional Context
<!--- Anything you'd like to add? This can be left empty. --->
| priority | non alphanumeric username causing tps to drop very badly description when skript tries to get the uuid of an offline player with a weird symbol it causes an error and if a player spams that command such as stats ✴ ☆ it makes the tps drop super badly steps to reproduce it s some kind of hacked client glitch not sure which one whenever i try to spam the command it doesn t happen but one particular person keeps using a vpn to join with alts and spam different variations of that command expected behavior it shouldn t cause the tps to drop exponentially errors screenshots if you have console errors copy them to a paste service which won t delete them don t use hastebin screenshots of bugs visible in game can also be attached server information server version platform git paper mc minehut skript version mh minehut s custom fork of skript additional context | 1 |
388,792 | 11,492,635,563 | IssuesEvent | 2020-02-11 21:23:27 | carbon-design-system/ibm-dotcom-library | https://api.github.com/repos/carbon-design-system/ibm-dotcom-library | closed | Pictogram Item: Updates to the Pictogram Item per Functional Specifications | Airtable Done dev package: react priority: medium | <!-- Avoid any type of solutions in this user story -->
<!-- replace _{{...}}_ with your own words or remove -->
#### User Story
<!-- {{Provide a detailed description of the user's need here, but avoid any type of solutions}} -->
> As a `[user role below]`:
IBM.com Library user
> I need to:
have a PIctogramItem component available
> so that I can:
use this sub-pattern in pattern blocks/sections
#### Additional information
<!-- {{Please provide any additional information or resources for reference}} -->
- Functional specs: https://ibm.ent.box.com/file/604131694379
- Component currently is nested under the `PictogramArray` (dev story to update to `ContentGroupPictograms`: https://github.com/carbon-design-system/ibm-dotcom-library/issues/1165)
#### Acceptance criteria
- [x] `PictogramItem` pattern added under `sub-patterns` in Storybook
- [x] `PictogramItem` moved into the `sub-patterns` folder in the React package
- [x] Minimum 80% unit test coverage | 1.0 | Pictogram Item: Updates to the Pictogram Item per Functional Specifications - <!-- Avoid any type of solutions in this user story -->
<!-- replace _{{...}}_ with your own words or remove -->
#### User Story
<!-- {{Provide a detailed description of the user's need here, but avoid any type of solutions}} -->
> As a `[user role below]`:
IBM.com Library user
> I need to:
have a PIctogramItem component available
> so that I can:
use this sub-pattern in pattern blocks/sections
#### Additional information
<!-- {{Please provide any additional information or resources for reference}} -->
- Functional specs: https://ibm.ent.box.com/file/604131694379
- Component currently is nested under the `PictogramArray` (dev story to update to `ContentGroupPictograms`: https://github.com/carbon-design-system/ibm-dotcom-library/issues/1165)
#### Acceptance criteria
- [x] `PictogramItem` pattern added under `sub-patterns` in Storybook
- [x] `PictogramItem` moved into the `sub-patterns` folder in the React package
- [x] Minimum 80% unit test coverage | priority | pictogram item updates to the pictogram item per functional specifications user story as a ibm com library user i need to have a pictogramitem component available so that i can use this sub pattern in pattern blocks sections additional information functional specs component currently is nested under the pictogramarray dev story to update to contentgrouppictograms acceptance criteria pictogramitem pattern added under sub patterns in storybook pictogramitem moved into the sub patterns folder in the react package minimum unit test coverage | 1 |
189,350 | 6,796,860,391 | IssuesEvent | 2017-11-01 20:31:33 | xcodeswift/xclint | https://api.github.com/repos/xcodeswift/xclint | opened | Add CocoaPods support | difficulty:easy priority:medium status:ready-development type:feature | ## Context 🕵️♀️
Support installing the tool with CocoaPods. Other tools like SwiftLint supports CocoaPods, https://github.com/realm/SwiftLint/blob/master/SwiftLint.podspec
## What 🌱
The binary gets installed by CocoaPods and developers can easily use the binary from a project build phase.
## Proposal 🎉
Add a `.podspec` and update the release process to generate the CocoaPods binary.
| 1.0 | Add CocoaPods support - ## Context 🕵️♀️
Support installing the tool with CocoaPods. Other tools like SwiftLint supports CocoaPods, https://github.com/realm/SwiftLint/blob/master/SwiftLint.podspec
## What 🌱
The binary gets installed by CocoaPods and developers can easily use the binary from a project build phase.
## Proposal 🎉
Add a `.podspec` and update the release process to generate the CocoaPods binary.
| priority | add cocoapods support context 🕵️♀️ support installing the tool with cocoapods other tools like swiftlint supports cocoapods what 🌱 the binary gets installed by cocoapods and developers can easily use the binary from a project build phase proposal 🎉 add a podspec and update the release process to generate the cocoapods binary | 1 |
624,346 | 19,695,187,218 | IssuesEvent | 2022-01-12 11:21:36 | amplication/amplication | https://api.github.com/repos/amplication/amplication | closed | Server: Changing and then changing back to original state is still counted as change | type: bug good first issue priority: medium status: confirmed | Steps to reproduce:
1. Change data type of field
2. Chagne back to original data type
3. Still shows pending changes | 1.0 | Server: Changing and then changing back to original state is still counted as change - Steps to reproduce:
1. Change data type of field
2. Chagne back to original data type
3. Still shows pending changes | priority | server changing and then changing back to original state is still counted as change steps to reproduce change data type of field chagne back to original data type still shows pending changes | 1 |
391,203 | 11,570,418,419 | IssuesEvent | 2020-02-20 19:28:44 | TheOnlineJudge/ojudge | https://api.github.com/repos/TheOnlineJudge/ojudge | opened | Category move down doesn't appear on adding a category | bug priority: medium | When a new category is added in the admin menu, the move down arrow doesn't show in the previous category in the list. This has to be implemented. | 1.0 | Category move down doesn't appear on adding a category - When a new category is added in the admin menu, the move down arrow doesn't show in the previous category in the list. This has to be implemented. | priority | category move down doesn t appear on adding a category when a new category is added in the admin menu the move down arrow doesn t show in the previous category in the list this has to be implemented | 1 |
521,244 | 15,106,091,118 | IssuesEvent | 2021-02-08 13:53:37 | danistark1/weatherStationApiSymfony | https://api.github.com/repos/danistark1/weatherStationApiSymfony | closed | weatherReport: add cool down period | 4 pts Priority: Medium enhancement weatherReport | related https://github.com/danistark1/weatherStationApiSymfony/issues/58
## Details
After the first report is sent, enter through a cool down period before attemtping to check if another report should be sent.
This is useful for when sending the first report fails, next time the second report is going to be sent, we don't get 2 reports at the same time.
- add config for cool down period
- check if the period has passed before attempting to send a report.
- cool down should only be added after the first report is sent. | 1.0 | weatherReport: add cool down period - related https://github.com/danistark1/weatherStationApiSymfony/issues/58
## Details
After the first report is sent, enter through a cool down period before attemtping to check if another report should be sent.
This is useful for when sending the first report fails, next time the second report is going to be sent, we don't get 2 reports at the same time.
- add config for cool down period
- check if the period has passed before attempting to send a report.
- cool down should only be added after the first report is sent. | priority | weatherreport add cool down period related details after the first report is sent enter through a cool down period before attemtping to check if another report should be sent this is useful for when sending the first report fails next time the second report is going to be sent we don t get reports at the same time add config for cool down period check if the period has passed before attempting to send a report cool down should only be added after the first report is sent | 1 |
70,923 | 3,348,540,386 | IssuesEvent | 2015-11-17 02:38:10 | oakesville/mythling | https://api.github.com/repos/oakesville/mythling | closed | Support Multiple Tuners for LiveTV | priority:medium type:enhancement | Currently we assume that there's only a single tuner available, so that when the user picks a show in LiveTV and something else is being recorded, we only give them a chance to delete the in-progress recording. If they have more than one tuner then they'll not like that.
Awaiting official MythTV services API support for LiveTV. | 1.0 | Support Multiple Tuners for LiveTV - Currently we assume that there's only a single tuner available, so that when the user picks a show in LiveTV and something else is being recorded, we only give them a chance to delete the in-progress recording. If they have more than one tuner then they'll not like that.
Awaiting official MythTV services API support for LiveTV. | priority | support multiple tuners for livetv currently we assume that there s only a single tuner available so that when the user picks a show in livetv and something else is being recorded we only give them a chance to delete the in progress recording if they have more than one tuner then they ll not like that awaiting official mythtv services api support for livetv | 1 |
713,427 | 24,528,073,949 | IssuesEvent | 2022-10-11 14:27:55 | SEP-46/rtls | https://api.github.com/repos/SEP-46/rtls | closed | [Grid 2] - Implement server-to-visualisation capabilities | Priority: High Effort: Medium | - [x] Create JS file
- [x] Tag location output
- [x] Anchor location output
- [x] Speed / Direction Output | 1.0 | [Grid 2] - Implement server-to-visualisation capabilities - - [x] Create JS file
- [x] Tag location output
- [x] Anchor location output
- [x] Speed / Direction Output | priority | implement server to visualisation capabilities create js file tag location output anchor location output speed direction output | 1 |
129,820 | 5,103,958,827 | IssuesEvent | 2017-01-04 23:07:36 | RobotLocomotion/drake | https://api.github.com/repos/RobotLocomotion/drake | closed | Check Model Validity Each Simulation Cycle; Abort if Invalid | priority: medium team: dynamics type: feature request | We should check that the positions and velocities of all joints in the simulation are valid each cycle of the simulation loop. This should result in the simulation terminating with a good error message (i.e., "joints foo, bar, etc., exceeds velocity limits").
Currently, the simulation "blows up" with a useless error message like:
```
terminate called after throwing an instance of 'std::runtime_error'
what(): In BulletModel::findClosestPointsBetweenElements: No closest point found between 6935776 and 6939184
```
Note that this may only be an issue when we're using Runge Kutta; it may not be an issue using LCP.
| 1.0 | Check Model Validity Each Simulation Cycle; Abort if Invalid - We should check that the positions and velocities of all joints in the simulation are valid each cycle of the simulation loop. This should result in the simulation terminating with a good error message (i.e., "joints foo, bar, etc., exceeds velocity limits").
Currently, the simulation "blows up" with a useless error message like:
```
terminate called after throwing an instance of 'std::runtime_error'
what(): In BulletModel::findClosestPointsBetweenElements: No closest point found between 6935776 and 6939184
```
Note that this may only be an issue when we're using Runge Kutta; it may not be an issue using LCP.
| priority | check model validity each simulation cycle abort if invalid we should check that the positions and velocities of all joints in the simulation are valid each cycle of the simulation loop this should result in the simulation terminating with a good error message i e joints foo bar etc exceeds velocity limits currently the simulation blows up with a useless error message like terminate called after throwing an instance of std runtime error what in bulletmodel findclosestpointsbetweenelements no closest point found between and note that this may only be an issue when we re using runge kutta it may not be an issue using lcp | 1 |
568,330 | 16,964,954,051 | IssuesEvent | 2021-06-29 09:44:56 | pa11y/pa11y-ci | https://api.github.com/repos/pa11y/pa11y-ci | closed | Ignore rule while using Axe runner | priority: medium status: good starter issue | https://github.com/dequelabs/axe-core/issues/3034 opened this up with Axe. But wondering if there's a way to ignore a rule while using axe?
{
"defaults": {
"standard": "WCAG2AA",
"runners": ["axe"],
"timeout": 90000,
"level": "none",
"chromeLaunchConfig": {
"ignoreHTTPSErrors": true,
"args": ["--no-sandbox"]
},
"ignore": [
"Section508.D.H49.AlignAttr",
"Section508.D.HeadingOrder",
"WCAG2A.Principle1.Guideline1_3.1_3_1.H49.AlignAttr",
"WCAG2AA.Principle1.Guideline1_3.1_3_1.H49.AlignAttr",
"WCAG2AAA.Principle1.Guideline1_3.1_3_1.H49.AlignAttr",
"WCAG2AAA.Principle1.Guideline1_3.1_3_1_AAA.G141"
]
}
}
this is my config file but axe skips the ignore. | 1.0 | Ignore rule while using Axe runner - https://github.com/dequelabs/axe-core/issues/3034 opened this up with Axe. But wondering if there's a way to ignore a rule while using axe?
{
"defaults": {
"standard": "WCAG2AA",
"runners": ["axe"],
"timeout": 90000,
"level": "none",
"chromeLaunchConfig": {
"ignoreHTTPSErrors": true,
"args": ["--no-sandbox"]
},
"ignore": [
"Section508.D.H49.AlignAttr",
"Section508.D.HeadingOrder",
"WCAG2A.Principle1.Guideline1_3.1_3_1.H49.AlignAttr",
"WCAG2AA.Principle1.Guideline1_3.1_3_1.H49.AlignAttr",
"WCAG2AAA.Principle1.Guideline1_3.1_3_1.H49.AlignAttr",
"WCAG2AAA.Principle1.Guideline1_3.1_3_1_AAA.G141"
]
}
}
this is my config file but axe skips the ignore. | priority | ignore rule while using axe runner opened this up with axe but wondering if there s a way to ignore a rule while using axe defaults standard runners timeout level none chromelaunchconfig ignorehttpserrors true args ignore d alignattr d headingorder alignattr alignattr alignattr aaa this is my config file but axe skips the ignore | 1 |
347,633 | 10,432,192,562 | IssuesEvent | 2019-09-17 10:42:58 | geosolutions-it/MapStore2 | https://api.github.com/repos/geosolutions-it/MapStore2 | closed | 'Remove all annotations geometry' doesn't work properly without setting initial state | Accepted Priority: Medium bug | ### Description
Without setting the initial state:
"annotations": {
"config": {
"multiGeometry": true,
"validationErrors": {}
},
"format": "decimal",
"defaultTextAnnotation": "New"
},
When I create a new annotation geometry and I save it, the buttom 'Remove all annotations geometry' doesn't remove the annotation immediatly. The annotation is only removed after clicking on 'back' and 'confirm'

### In case of Bug (otherwise remove this paragraph)
*Browser Affected*
(use this site: https://www.whatsmybrowser.org/ for non expert users)
- [ ] Internet Explorer
- [ ] Chrome
- [ ] Firefox
- [ ] Safari
*Browser Version Affected*
- Indicate the browser version in which the issue has been found
*Steps to reproduce*
- localConfig.json should contain "Annotations" plugin, with no annotations initialState set.
- Open Mapstore
- Open a random map
- Open Burger Menu
- Click on 'Annotations'
- Click on 'New'
- Click on 'Add New Geometry'
- Click on 'Marker'
- Click on the map
- Click on 'Save'
- Click on 'Remove all annotations geometry'
- Click on ' Confirm'
*Expected Result*
- The geometry shouldn't be displayed
*Current Result*
- The geometry is still displayed
### Other useful information (optional):
See #3852 | 1.0 | 'Remove all annotations geometry' doesn't work properly without setting initial state - ### Description
Without setting the initial state:
"annotations": {
"config": {
"multiGeometry": true,
"validationErrors": {}
},
"format": "decimal",
"defaultTextAnnotation": "New"
},
When I create a new annotation geometry and I save it, the buttom 'Remove all annotations geometry' doesn't remove the annotation immediatly. The annotation is only removed after clicking on 'back' and 'confirm'

### In case of Bug (otherwise remove this paragraph)
*Browser Affected*
(use this site: https://www.whatsmybrowser.org/ for non expert users)
- [ ] Internet Explorer
- [ ] Chrome
- [ ] Firefox
- [ ] Safari
*Browser Version Affected*
- Indicate the browser version in which the issue has been found
*Steps to reproduce*
- localConfig.json should contain "Annotations" plugin, with no annotations initialState set.
- Open Mapstore
- Open a random map
- Open Burger Menu
- Click on 'Annotations'
- Click on 'New'
- Click on 'Add New Geometry'
- Click on 'Marker'
- Click on the map
- Click on 'Save'
- Click on 'Remove all annotations geometry'
- Click on ' Confirm'
*Expected Result*
- The geometry shouldn't be displayed
*Current Result*
- The geometry is still displayed
### Other useful information (optional):
See #3852 | priority | remove all annotations geometry doesn t work properly without setting initial state description without setting the initial state annotations config multigeometry true validationerrors format decimal defaulttextannotation new when i create a new annotation geometry and i save it the buttom remove all annotations geometry doesn t remove the annotation immediatly the annotation is only removed after clicking on back and confirm in case of bug otherwise remove this paragraph browser affected use this site for non expert users internet explorer chrome firefox safari browser version affected indicate the browser version in which the issue has been found steps to reproduce localconfig json should contain annotations plugin with no annotations initialstate set open mapstore open a random map open burger menu click on annotations click on new click on add new geometry click on marker click on the map click on save click on remove all annotations geometry click on confirm expected result the geometry shouldn t be displayed current result the geometry is still displayed other useful information optional see | 1 |
173,654 | 6,529,140,181 | IssuesEvent | 2017-08-30 10:19:31 | edenlabllc/ehealth.api | https://api.github.com/repos/edenlabllc/ehealth.api | closed | Invalid Entry parameter in Response in case Validation Error | epic/employee epic/legal-entity kind/bug priority/medium | Entry parameter must contain the full path to the invalid attribute
Must be corrected in all methods | 1.0 | Invalid Entry parameter in Response in case Validation Error - Entry parameter must contain the full path to the invalid attribute
Must be corrected in all methods | priority | invalid entry parameter in response in case validation error entry parameter must contain the full path to the invalid attribute must be corrected in all methods | 1 |
284,279 | 8,736,881,848 | IssuesEvent | 2018-12-11 20:51:18 | aowen87/TicketTester | https://api.github.com/repos/aowen87/TicketTester | closed | Remove special handling for the gremlin system at LLNL since it is now a chaos 5 OS. | bug crash likelihood medium priority reviewed severity high wrong results | Gremlin used to have a special build because it was running chaos 4, whereas all the other LLNL clusters were running chaos 5. A special build is also no longer needed for it, so its config site file should be removed and it should be removed from visitbuildclosed and visitinstallclosed, since its executables will be built on the inca system.
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.
Ticket number: 1390
Status: Resolved
Project: VisIt
Tracker: Bug
Priority: Urgent
Subject: Remove special handling for the gremlin system at LLNL since it is now a chaos 5 OS.
Assigned to: Eric Brugger
Category:
Target version: 2.6.2
Author: Eric Brugger
Start: 03/20/2013
Due date:
% Done: 100
Estimated time: 1.0
Created: 03/20/2013 02:38 pm
Updated: 03/20/2013 03:24 pm
Likelihood: 3 - Occasional
Severity: 4 - Crash / Wrong Results
Found in version: 2.6.1
Impact:
Expected Use:
OS: All
Support Group: Any
Description:
Gremlin used to have a special build because it was running chaos 4, whereas all the other LLNL clusters were running chaos 5. A special build is also no longer needed for it, so its config site file should be removed and it should be removed from visitbuildclosed and visitinstallclosed, since its executables will be built on the inca system.
Comments:
I committed revisions 20579 and 20581 to the 2.6 RC and trunk with thefollowing change:1) I removed the config site file for gremlin and removed it from both visitbuildclosed and visitinstallclosed since gremlin's operating system no longer differs from other LLNL clusters. I also removed the custom coding for gremlin from the custom launcher. This resolves #1390.D configsite/gremlin3.cmakeM resources/hosts/llnl_closed/customlauncherM svn_bin/visitbuildclosedM svn_bin/visitinstall-closed
| 1.0 | Remove special handling for the gremlin system at LLNL since it is now a chaos 5 OS. - Gremlin used to have a special build because it was running chaos 4, whereas all the other LLNL clusters were running chaos 5. A special build is also no longer needed for it, so its config site file should be removed and it should be removed from visitbuildclosed and visitinstallclosed, since its executables will be built on the inca system.
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.
Ticket number: 1390
Status: Resolved
Project: VisIt
Tracker: Bug
Priority: Urgent
Subject: Remove special handling for the gremlin system at LLNL since it is now a chaos 5 OS.
Assigned to: Eric Brugger
Category:
Target version: 2.6.2
Author: Eric Brugger
Start: 03/20/2013
Due date:
% Done: 100
Estimated time: 1.0
Created: 03/20/2013 02:38 pm
Updated: 03/20/2013 03:24 pm
Likelihood: 3 - Occasional
Severity: 4 - Crash / Wrong Results
Found in version: 2.6.1
Impact:
Expected Use:
OS: All
Support Group: Any
Description:
Gremlin used to have a special build because it was running chaos 4, whereas all the other LLNL clusters were running chaos 5. A special build is also no longer needed for it, so its config site file should be removed and it should be removed from visitbuildclosed and visitinstallclosed, since its executables will be built on the inca system.
Comments:
I committed revisions 20579 and 20581 to the 2.6 RC and trunk with thefollowing change:1) I removed the config site file for gremlin and removed it from both visitbuildclosed and visitinstallclosed since gremlin's operating system no longer differs from other LLNL clusters. I also removed the custom coding for gremlin from the custom launcher. This resolves #1390.D configsite/gremlin3.cmakeM resources/hosts/llnl_closed/customlauncherM svn_bin/visitbuildclosedM svn_bin/visitinstall-closed
| priority | remove special handling for the gremlin system at llnl since it is now a chaos os gremlin used to have a special build because it was running chaos whereas all the other llnl clusters were running chaos a special build is also no longer needed for it so its config site file should be removed and it should be removed from visitbuildclosed and visitinstallclosed since its executables will be built on the inca system redmine migration this ticket was migrated from redmine as such not all information was able to be captured in the transition below is a complete record of the original redmine ticket ticket number status resolved project visit tracker bug priority urgent subject remove special handling for the gremlin system at llnl since it is now a chaos os assigned to eric brugger category target version author eric brugger start due date done estimated time created pm updated pm likelihood occasional severity crash wrong results found in version impact expected use os all support group any description gremlin used to have a special build because it was running chaos whereas all the other llnl clusters were running chaos a special build is also no longer needed for it so its config site file should be removed and it should be removed from visitbuildclosed and visitinstallclosed since its executables will be built on the inca system comments i committed revisions and to the rc and trunk with thefollowing change i removed the config site file for gremlin and removed it from both visitbuildclosed and visitinstallclosed since gremlin s operating system no longer differs from other llnl clusters i also removed the custom coding for gremlin from the custom launcher this resolves d configsite cmakem resources hosts llnl closed customlauncherm svn bin visitbuildclosedm svn bin visitinstall closed | 1 |
4,988 | 2,569,988,049 | IssuesEvent | 2015-02-10 04:03:20 | HubTurbo/HubTurbo | https://api.github.com/repos/HubTurbo/HubTurbo | closed | Give a keyboard shortcut to jump from the filter box to the first issue in the panel | aspect-ui feature-panels priority.medium status.accepted status.ongoing status.open status.toMerge type.enhancement | Most of the time we are on the keyboard when typing a filter. It's nice if we can remain in the keyboard when moving to the issue list from there. | 1.0 | Give a keyboard shortcut to jump from the filter box to the first issue in the panel - Most of the time we are on the keyboard when typing a filter. It's nice if we can remain in the keyboard when moving to the issue list from there. | priority | give a keyboard shortcut to jump from the filter box to the first issue in the panel most of the time we are on the keyboard when typing a filter it s nice if we can remain in the keyboard when moving to the issue list from there | 1 |
74,184 | 3,435,939,728 | IssuesEvent | 2015-12-12 01:24:27 | MoonRaker/pvlib-python | https://api.github.com/repos/MoonRaker/pvlib-python | closed | should calcWind be an argument? | medium priority | What is the rational behind allowing ``calcWind`` to be an argument? I would think that it would be ok to just do it in all situations. | 1.0 | should calcWind be an argument? - What is the rational behind allowing ``calcWind`` to be an argument? I would think that it would be ok to just do it in all situations. | priority | should calcwind be an argument what is the rational behind allowing calcwind to be an argument i would think that it would be ok to just do it in all situations | 1 |
58,627 | 3,090,181,252 | IssuesEvent | 2015-08-26 03:43:55 | dhmoon25/aappcc | https://api.github.com/repos/dhmoon25/aappcc | closed | QoS 기능 개발(step2) | auto-migrated Priority-Medium Type-Task | ```
DoD
- 시험 항목 040302, 040303, 040304 진행
- 관련 사항 규격 및 소스 분석(필요시 산출물)
- 관련 사항 설계(필요시 산출물) 및 개발
- 시험 진행 및 시험절차및결과서 작성
Consideration
- N/A
Not After
- N/A
```
Original issue reported on code.google.com by `dhmoo...@gmail.com` on 18 Sep 2014 at 3:44 | 1.0 | QoS 기능 개발(step2) - ```
DoD
- 시험 항목 040302, 040303, 040304 진행
- 관련 사항 규격 및 소스 분석(필요시 산출물)
- 관련 사항 설계(필요시 산출물) 및 개발
- 시험 진행 및 시험절차및결과서 작성
Consideration
- N/A
Not After
- N/A
```
Original issue reported on code.google.com by `dhmoo...@gmail.com` on 18 Sep 2014 at 3:44 | priority | qos 기능 개발 dod 시험 항목 진행 관련 사항 규격 및 소스 분석 필요시 산출물 관련 사항 설계 필요시 산출물 및 개발 시험 진행 및 시험절차및결과서 작성 consideration n a not after n a original issue reported on code google com by dhmoo gmail com on sep at | 1 |
438,580 | 12,641,513,022 | IssuesEvent | 2020-06-16 06:20:36 | buddyboss/buddyboss-platform | https://api.github.com/repos/buddyboss/buddyboss-platform | closed | Posts/updates from private and hidden groups are not showing up on the All Updates tab. | bug priority: medium | As stated on this documentation https://www.buddyboss.com/resources/docs/components/activity/activity-tabs/, all posts/updates from groups (public, private, hidden) should be posted/consolidated on the All Updates tab but only posts from public groups are showing up.
**To Reproduce**
Steps to reproduce the behavior:
Create a test post on a public and private group. Both posts will show up on the Groups tab but only the post from public group will be posted on the All Updates tab.
**Expected behavior**
If the user can see those updates in their Groups tab, they should see them in All updates tab also.
**Screenshots**


**Support ticket links**
https://secure.helpscout.net/conversation/1177758555/75339?folderId=3701272
| 1.0 | Posts/updates from private and hidden groups are not showing up on the All Updates tab. - As stated on this documentation https://www.buddyboss.com/resources/docs/components/activity/activity-tabs/, all posts/updates from groups (public, private, hidden) should be posted/consolidated on the All Updates tab but only posts from public groups are showing up.
**To Reproduce**
Steps to reproduce the behavior:
Create a test post on a public and private group. Both posts will show up on the Groups tab but only the post from public group will be posted on the All Updates tab.
**Expected behavior**
If the user can see those updates in their Groups tab, they should see them in All updates tab also.
**Screenshots**


**Support ticket links**
https://secure.helpscout.net/conversation/1177758555/75339?folderId=3701272
| priority | posts updates from private and hidden groups are not showing up on the all updates tab as stated on this documentation all posts updates from groups public private hidden should be posted consolidated on the all updates tab but only posts from public groups are showing up to reproduce steps to reproduce the behavior create a test post on a public and private group both posts will show up on the groups tab but only the post from public group will be posted on the all updates tab expected behavior if the user can see those updates in their groups tab they should see them in all updates tab also screenshots support ticket links | 1 |
16,843 | 2,615,124,972 | IssuesEvent | 2015-03-01 05:52:59 | chrsmith/google-api-java-client | https://api.github.com/repos/chrsmith/google-api-java-client | closed | Create a method to set read time out for com.google.api.services.analytics.Analytics | auto-migrated Priority-Medium Type-Wiki | ```
External references, such as a standards document, or specification?
Java environments (e.g. Java 6, Android 2.3, App Engine, or All)?
Java 6
Management Api V3
When fetch huge data, analytics.data().ga().execute() will throw an readTimeOut
error after 20s execution.
I use apacheTransport and set the timeout to a big number, but it doesn't
works. I wonder which class contains the read time out and how to set it.
It's quite different from V2 that I can set the read time out directly. Could
you give me a tutorial of it?
```
Original issue reported on code.google.com by `meng...@fifty-five.com` on 15 Mar 2012 at 3:37 | 1.0 | Create a method to set read time out for com.google.api.services.analytics.Analytics - ```
External references, such as a standards document, or specification?
Java environments (e.g. Java 6, Android 2.3, App Engine, or All)?
Java 6
Management Api V3
When fetch huge data, analytics.data().ga().execute() will throw an readTimeOut
error after 20s execution.
I use apacheTransport and set the timeout to a big number, but it doesn't
works. I wonder which class contains the read time out and how to set it.
It's quite different from V2 that I can set the read time out directly. Could
you give me a tutorial of it?
```
Original issue reported on code.google.com by `meng...@fifty-five.com` on 15 Mar 2012 at 3:37 | priority | create a method to set read time out for com google api services analytics analytics external references such as a standards document or specification java environments e g java android app engine or all java management api when fetch huge data analytics data ga execute will throw an readtimeout error after execution i use apachetransport and set the timeout to a big number but it doesn t works i wonder which class contains the read time out and how to set it it s quite different from that i can set the read time out directly could you give me a tutorial of it original issue reported on code google com by meng fifty five com on mar at | 1 |
733,444 | 25,306,379,611 | IssuesEvent | 2022-11-17 14:27:36 | ita-social-projects/horondi_client_fe | https://api.github.com/repos/ita-social-projects/horondi_client_fe | closed | [Catalog] When User clicks on the 'Back' button on the Product Details Page it returns him to the first page in Catalog | bug good first issue FrontEnd part priority: medium severity: major Functional | **Environment** Windows 10, Chrome Version 103.0.5060.114
**Reproducible:** Always
**Preconditions:**
Go to https://horondi-front-staging.azurewebsites.net/
**Steps to reproduce:**
Go to Catalog
Scroll to the bottom and click on page №2
Choose any product from page №2
Click on it to open Product Details Page
Click on 'Back' button to return to Catalog
Pay attention to the page
**Actual result:** When User clicks on the 'Back' button on the Product Details Page it returns him to the first page in Catalog
https://user-images.githubusercontent.com/33963679/178245406-1863807f-884d-4aee-8cd2-defbefdeb5ca.mp4
**Expected result:** When User clicks on the 'Back' button on the Product Details Page it should return him to the page in Catalog where the product was selected | 1.0 | [Catalog] When User clicks on the 'Back' button on the Product Details Page it returns him to the first page in Catalog - **Environment** Windows 10, Chrome Version 103.0.5060.114
**Reproducible:** Always
**Preconditions:**
Go to https://horondi-front-staging.azurewebsites.net/
**Steps to reproduce:**
Go to Catalog
Scroll to the bottom and click on page №2
Choose any product from page №2
Click on it to open Product Details Page
Click on 'Back' button to return to Catalog
Pay attention to the page
**Actual result:** When User clicks on the 'Back' button on the Product Details Page it returns him to the first page in Catalog
https://user-images.githubusercontent.com/33963679/178245406-1863807f-884d-4aee-8cd2-defbefdeb5ca.mp4
**Expected result:** When User clicks on the 'Back' button on the Product Details Page it should return him to the page in Catalog where the product was selected | priority | when user clicks on the back button on the product details page it returns him to the first page in catalog environment windows chrome version reproducible always preconditions go to steps to reproduce go to catalog scroll to the bottom and click on page № choose any product from page № click on it to open product details page click on back button to return to catalog pay attention to the page actual result when user clicks on the back button on the product details page it returns him to the first page in catalog expected result when user clicks on the back button on the product details page it should return him to the page in catalog where the product was selected | 1 |
302,987 | 9,301,123,204 | IssuesEvent | 2019-03-23 19:13:10 | CS2113-AY1819S2-M11-2/main | https://api.github.com/repos/CS2113-AY1819S2-M11-2/main | closed | As a user, I want to have a signup feature | priority.Medium type.Enhancement type.Story v1.2 v1.3 | ... So that I can have more than 1 account for different organizations | 1.0 | As a user, I want to have a signup feature - ... So that I can have more than 1 account for different organizations | priority | as a user i want to have a signup feature so that i can have more than account for different organizations | 1 |
721,918 | 24,843,510,735 | IssuesEvent | 2022-10-26 14:19:54 | pyscripter/pyscripter | https://api.github.com/repos/pyscripter/pyscripter | closed | Add spell-checker for comments | Type-Enhancement auto-migrated Priority-Medium | ```
(enhancement request)
PyScripter could do automatic spell-checking of comments. There are free
advanced libraries for this like hunspell:
http://hunspell.sourceforge.net/
hunspell is very easy to use (one call to load the dictionary file, one
call to spell check a word). There are dictionaries ready for many
languages in the word.
```
Original issue reported on code.google.com by `giovanni...@gmail.com` on 5 May 2007 at 12:38
| 1.0 | Add spell-checker for comments - ```
(enhancement request)
PyScripter could do automatic spell-checking of comments. There are free
advanced libraries for this like hunspell:
http://hunspell.sourceforge.net/
hunspell is very easy to use (one call to load the dictionary file, one
call to spell check a word). There are dictionaries ready for many
languages in the word.
```
Original issue reported on code.google.com by `giovanni...@gmail.com` on 5 May 2007 at 12:38
| priority | add spell checker for comments enhancement request pyscripter could do automatic spell checking of comments there are free advanced libraries for this like hunspell hunspell is very easy to use one call to load the dictionary file one call to spell check a word there are dictionaries ready for many languages in the word original issue reported on code google com by giovanni gmail com on may at | 1 |
254,013 | 8,068,756,613 | IssuesEvent | 2018-08-06 00:35:37 | octobercms/october | https://api.github.com/repos/octobercms/october | closed | Setting up logo of app - crash | Priority: Medium Status: Abandoned Type: Maintenance | /backend/system/settings/update/october/backend/branding
I'm upload here my Application logo (png, 3820x4122) and it was bad idea :sob:

Now i cant load this page, and reset the logo.
UPD: I'm fix the problem and can open the page (deleted file from storage/app/uploads/public)
| 1.0 | Setting up logo of app - crash - /backend/system/settings/update/october/backend/branding
I'm upload here my Application logo (png, 3820x4122) and it was bad idea :sob:

Now i cant load this page, and reset the logo.
UPD: I'm fix the problem and can open the page (deleted file from storage/app/uploads/public)
| priority | setting up logo of app crash backend system settings update october backend branding i m upload here my application logo png and it was bad idea sob now i cant load this page and reset the logo upd i m fix the problem and can open the page deleted file from storage app uploads public | 1 |
675,692 | 23,101,768,400 | IssuesEvent | 2022-07-27 04:04:34 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | Settings for a 4 vCPU node | kind/bug area/docdb priority/medium | Jira Link: [DB-1925](https://yugabyte.atlassian.net/browse/DB-1925)
Here are some suggestions for setting defaults on `c5.xlarge` machines types (4 vCPU, 8GB RAM).
### YB-Master
```
default_memory_limit_to_ram_ratio = 0.2
db_block_cache_size_percentage = 0.25
```
### YB-TServer
```
default_memory_limit_to_ram_ratio = 0.5
db_block_cache_size_percentage = 0.35
ysql_max_connections = 200
```
For reference, there was 1 EBS SSD disk of 250GB, workload was Hasura GraphQL.
> **Note:** this takes into account the number of connections the app may need - and thus configures for 200 connections per node. | 1.0 | Settings for a 4 vCPU node - Jira Link: [DB-1925](https://yugabyte.atlassian.net/browse/DB-1925)
Here are some suggestions for setting defaults on `c5.xlarge` machines types (4 vCPU, 8GB RAM).
### YB-Master
```
default_memory_limit_to_ram_ratio = 0.2
db_block_cache_size_percentage = 0.25
```
### YB-TServer
```
default_memory_limit_to_ram_ratio = 0.5
db_block_cache_size_percentage = 0.35
ysql_max_connections = 200
```
For reference, there was 1 EBS SSD disk of 250GB, workload was Hasura GraphQL.
> **Note:** this takes into account the number of connections the app may need - and thus configures for 200 connections per node. | priority | settings for a vcpu node jira link here are some suggestions for setting defaults on xlarge machines types vcpu ram yb master default memory limit to ram ratio db block cache size percentage yb tserver default memory limit to ram ratio db block cache size percentage ysql max connections for reference there was ebs ssd disk of workload was hasura graphql note this takes into account the number of connections the app may need and thus configures for connections per node | 1 |
761,615 | 26,688,418,167 | IssuesEvent | 2023-01-27 00:54:22 | Alluxio/alluxio | https://api.github.com/repos/Alluxio/alluxio | closed | alluxio.exception.status.DeadlineExceededException: Timeout waiting for response after 30000ms. (Zero Copy GrpcDataReader) | priority-medium type-bug stale | **Alluxio Version:**
2.3.0-SNAPSHOT-b1d5a4e3b8c15eff82f6ffc6c23094d044fb2b3c
**Describe the bug**
1. I tried to mount website to alluxio
```
bash-4.4# alluxio fs mount
https://archive.apache.org/dist/spark/spark-2.4.6 on /spark (web, capacity=-1B, used=-1B, read-only, not shared, properties={alluxio.underfs.web.connnection.timeout=120s})
https://downloads.apache.org/hadoop/common/hadoop-3.2.1 on /hadoop (web, capacity=-1B, used=-1B, read-only, not shared, properties={alluxio.underfs.web.connnection.timeout=120s})
/opt/alluxio-2.3.0-SNAPSHOT/underFSStorage on / (local, capacity=196.73GB, used=-1B(0%), not read-only, not shared, properties={})
```
2.And I tried to copy the file to local
```
time cp ./pyspark-2.4.6.tar.gz /tmp/
cp: error reading ‘./pyspark-2.4.6.tar.gz’: Input/output error
cp: failed to extend ‘/tmp/pyspark-2.4.6.tar.gz’: Input/output error
real 3m15.795s
user 0m0.001s
sys 0m0.092s
```
Then check the fuse log
```
umount: /mnt/alluxio-fuse: not mounted
Starting alluxio-fuse on local host.
2020-06-20 14:39:41,885 INFO TieredIdentityFactory - Initialized tiered identity TieredIdentity(node=172.31.136.180, rack=null)
2020-06-20 14:40:15,966 INFO NettyUtils - EPOLL_MODE is available
2020-06-20 14:56:57,066 WARN AlluxioFileInStream - Failed to read block 234881025 from worker WorkerNetAddress{host=172.31.136.180, containerHost=, rpcPort=29999, dataPort=29999, webPort=30000, domainSocketPath=, tieredIdentity=TieredIdentity(node=172.31.136.180, rack=null)}, will retry: Timeout waiting for response after 30000ms. (Zero Copy GrpcDataReader)
2020-06-20 14:57:27,067 WARN AlluxioFileInStream - Failed to close input stream for block 234881025: Timeout waiting for response after 30000ms. (Zero Copy GrpcDataReader)
2020-06-20 14:57:44,464 WARN AlluxioFuseFileSystem - read(path=/spark/spark-2.4.6-bin-without-hadoop-scala-2.12.tgz,buf=jnr.ffi.provider.jffi.DirectMemoryIO[address=0x7f9010162a60],size=65536,offset=67108864) returned 65536 in 83692 ms (>=10000 ms)
2020-06-20 14:58:23,066 WARN AlluxioFileInStream - Failed to read block 234881026 from worker WorkerNetAddress{host=172.31.136.180, containerHost=, rpcPort=29999, dataPort=29999, webPort=30000, domainSocketPath=, tieredIdentity=TieredIdentity(node=172.31.136.180, rack=null)}, will retry: Timeout waiting for response after 30000ms. (Zero Copy GrpcDataReader)
2020-06-20 14:58:53,067 WARN AlluxioFileInStream - Failed to close input stream for block 234881026: Timeout waiting for response after 30000ms. (Zero Copy GrpcDataReader)
2020-06-20 14:59:23,073 WARN AlluxioFileInStream - Failed to read block 234881026 from worker WorkerNetAddress{host=172.31.136.180, containerHost=, rpcPort=29999, dataPort=29999, webPort=30000, domainSocketPath=, tieredIdentity=TieredIdentity(node=172.31.136.180, rack=null)}, will retry: Timeout waiting for response after 30000ms. (Zero Copy GrpcDataReader)
2020-06-20 14:59:53,074 WARN AlluxioFileInStream - Failed to close input stream for block 234881026: Timeout waiting for response after 30000ms. (Zero Copy GrpcDataReader)
2020-06-20 14:59:53,075 ERROR AlluxioFuseFileSystem - Failed to read file /spark/spark-2.4.6-bin-without-hadoop-scala-2.12.tgz
alluxio.exception.status.DeadlineExceededException: Timeout waiting for response after 30000ms. (Zero Copy GrpcDataReader)
at alluxio.client.block.stream.GrpcBlockingStream.receive(GrpcBlockingStream.java:159)
at alluxio.client.block.stream.GrpcDataMessageBlockingStream.receiveDataMessage(GrpcDataMessageBlockingStream.java:84)
at alluxio.client.block.stream.GrpcDataReader.readChunk(GrpcDataReader.java:129)
at alluxio.client.block.stream.BlockInStream.readChunk(BlockInStream.java:382)
at alluxio.client.block.stream.BlockInStream.read(BlockInStream.java:260)
at alluxio.client.file.AlluxioFileInStream.read(AlluxioFileInStream.java:186)
at alluxio.fuse.AlluxioFuseFileSystem.readInternal(AlluxioFuseFileSystem.java:624)
at alluxio.fuse.AlluxioFuseFileSystem.lambda$read$7(AlluxioFuseFileSystem.java:596)
at alluxio.fuse.AlluxioFuseUtils.call(AlluxioFuseUtils.java:245)
at alluxio.fuse.AlluxioFuseFileSystem.read(AlluxioFuseFileSystem.java:596)
at ru.serce.jnrfuse.AbstractFuseFS.lambda$init$3(AbstractFuseFS.java:135)
at jnr.ffi.provider.jffi.NativeClosureProxy$$impl$$9.invoke(Unknown Source)
2020-06-20 14:59:53,085 WARN AlluxioFuseFileSystem - read(path=/spark/spark-2.4.6-bin-without-hadoop-scala-2.12.tgz,buf=jnr.ffi.provider.jffi.DirectMemoryIO[address=0x7f901c0b3330],size=65536,offset=134217728) returned -5 in 121209 ms (>=10000 ms)
2020-06-20 15:34:13,885 WARN AlluxioFuseFileSystem - read(path=/spark/spark-2.4.6-bin-without-hadoop-scala-2.12.tgz,buf=jnr.ffi.provider.jffi.DirectMemoryIO[address=0x7f901c0b3330],size=65536,offset=67108864) returned 65536 in 36540 ms (>=10000 ms)
2020-06-20 15:36:11,855 WARN AlluxioFileInStream - Failed to read block 234881026 from worker WorkerNetAddress{host=172.31.136.180, containerHost=, rpcPort=29999, dataPort=29999, webPort=30000, domainSocketPath=, tieredIdentity=TieredIdentity(node=172.31.136.180, rack=null)}, will retry: Timeout waiting for response after 30000ms. (Zero Copy GrpcDataReader)
2020-06-20 15:36:41,856 WARN AlluxioFileInStream - Failed to close input stream for block 234881026: Timeout waiting for response after 30000ms. (Zero Copy GrpcDataReader)
2020-06-20 15:36:57,179 WARN AlluxioFuseFileSystem - read(path=/spark/spark-2.4.6-bin-without-hadoop-scala-2.12.tgz,buf=jnr.ffi.provider.jffi.DirectMemoryIO[address=0x7f9010162a60],size=65536,offset=134217728) returned 65536 in 82437 ms (>=10000 ms)
2020-06-20 15:43:16,743 WARN AlluxioFileInStream - Failed to read block 268435456 from worker WorkerNetAddress{host=172.31.136.180, containerHost=, rpcPort=29999, dataPort=29999, webPort=30000, domainSocketPath=, tieredIdentity=TieredIdentity(node=172.31.136.180, rack=null)}, will retry: Timeout waiting for response after 30000ms. (Zero Copy GrpcDataReader)
2020-06-20 15:43:46,744 WARN AlluxioFileInStream - Failed to close input stream for block 268435456: Timeout waiting for response after 30000ms. (Zero Copy GrpcDataReader)
2020-06-20 15:44:16,753 WARN AlluxioFileInStream - Failed to read block 268435457 from worker WorkerNetAddress{host=172.31.136.180, containerHost=, rpcPort=29999, dataPort=29999, webPort=30000, domainSocketPath=, tieredIdentity=TieredIdentity(node=172.31.136.180, rack=null)}, will retry: Timeout waiting for response after 30000ms. (Zero Copy GrpcDataReader)
2020-06-20 15:44:46,753 WARN AlluxioFileInStream - Failed to close input stream for block 268435457: Timeout waiting for response after 30000ms. (Zero Copy GrpcDataReader)
2020-06-20 15:44:46,754 ERROR AlluxioFuseFileSystem - Failed to read file /spark/pyspark-2.4.6.tar.gz
alluxio.exception.status.DeadlineExceededException: Timeout waiting for response after 30000ms. (Zero Copy GrpcDataReader)
at alluxio.client.block.stream.GrpcBlockingStream.receive(GrpcBlockingStream.java:159)
at alluxio.client.block.stream.GrpcDataMessageBlockingStream.receiveDataMessage(GrpcDataMessageBlockingStream.java:84)
at alluxio.client.block.stream.GrpcDataReader.readChunk(GrpcDataReader.java:129)
at alluxio.client.block.stream.BlockInStream.readChunk(BlockInStream.java:382)
at alluxio.client.block.stream.BlockInStream.read(BlockInStream.java:260)
at alluxio.client.file.AlluxioFileInStream.read(AlluxioFileInStream.java:186)
at alluxio.fuse.AlluxioFuseFileSystem.readInternal(AlluxioFuseFileSystem.java:624)
at alluxio.fuse.AlluxioFuseFileSystem.lambda$read$7(AlluxioFuseFileSystem.java:596)
at alluxio.fuse.AlluxioFuseUtils.call(AlluxioFuseUtils.java:245)
at alluxio.fuse.AlluxioFuseFileSystem.read(AlluxioFuseFileSystem.java:596)
at ru.serce.jnrfuse.AbstractFuseFS.lambda$init$3(AbstractFuseFS.java:135)
at jnr.ffi.provider.jffi.NativeClosureProxy$$impl$$9.invoke(Unknown Source)
2020-06-20 15:44:46,754 WARN AlluxioFuseFileSystem - read(path=/spark/pyspark-2.4.6.tar.gz,buf=jnr.ffi.provider.jffi.DirectMemoryIO[address=0x7f901c0b3330],size=65536,offset=67108864) returned -5 in 120011 ms (>=10000 ms)
2020-06-20 15:50:55,957 WARN GrpcConnectionPool - Timed out gracefully shutting down connection: ManagedChannelOrphanWrapper{delegate=ManagedChannelImpl{logId=17, target=iZj6c7rzs9xaeczn47omzcZ:29999}}.
2020-06-20 15:50:55,960 WARN GrpcBlockingStream - Received error io.grpc.StatusRuntimeException: UNAVAILABLE: Channel shutdownNow invoked for stream (Zero Copy GrpcDataReader)
```
**To Reproduce**
Steps to reproduce the behavior (as minimally and precisely as possible)
**Expected behavior**
A clear and concise description of what you expected to happen.
**Urgency**
Describe the impact and urgency of the bug.
**Additional context**
Add any other context about the problem here.
| 1.0 | alluxio.exception.status.DeadlineExceededException: Timeout waiting for response after 30000ms. (Zero Copy GrpcDataReader) - **Alluxio Version:**
2.3.0-SNAPSHOT-b1d5a4e3b8c15eff82f6ffc6c23094d044fb2b3c
**Describe the bug**
1. I tried to mount website to alluxio
```
bash-4.4# alluxio fs mount
https://archive.apache.org/dist/spark/spark-2.4.6 on /spark (web, capacity=-1B, used=-1B, read-only, not shared, properties={alluxio.underfs.web.connnection.timeout=120s})
https://downloads.apache.org/hadoop/common/hadoop-3.2.1 on /hadoop (web, capacity=-1B, used=-1B, read-only, not shared, properties={alluxio.underfs.web.connnection.timeout=120s})
/opt/alluxio-2.3.0-SNAPSHOT/underFSStorage on / (local, capacity=196.73GB, used=-1B(0%), not read-only, not shared, properties={})
```
2.And I tried to copy the file to local
```
time cp ./pyspark-2.4.6.tar.gz /tmp/
cp: error reading ‘./pyspark-2.4.6.tar.gz’: Input/output error
cp: failed to extend ‘/tmp/pyspark-2.4.6.tar.gz’: Input/output error
real 3m15.795s
user 0m0.001s
sys 0m0.092s
```
Then check the fuse log
```
umount: /mnt/alluxio-fuse: not mounted
Starting alluxio-fuse on local host.
2020-06-20 14:39:41,885 INFO TieredIdentityFactory - Initialized tiered identity TieredIdentity(node=172.31.136.180, rack=null)
2020-06-20 14:40:15,966 INFO NettyUtils - EPOLL_MODE is available
2020-06-20 14:56:57,066 WARN AlluxioFileInStream - Failed to read block 234881025 from worker WorkerNetAddress{host=172.31.136.180, containerHost=, rpcPort=29999, dataPort=29999, webPort=30000, domainSocketPath=, tieredIdentity=TieredIdentity(node=172.31.136.180, rack=null)}, will retry: Timeout waiting for response after 30000ms. (Zero Copy GrpcDataReader)
2020-06-20 14:57:27,067 WARN AlluxioFileInStream - Failed to close input stream for block 234881025: Timeout waiting for response after 30000ms. (Zero Copy GrpcDataReader)
2020-06-20 14:57:44,464 WARN AlluxioFuseFileSystem - read(path=/spark/spark-2.4.6-bin-without-hadoop-scala-2.12.tgz,buf=jnr.ffi.provider.jffi.DirectMemoryIO[address=0x7f9010162a60],size=65536,offset=67108864) returned 65536 in 83692 ms (>=10000 ms)
2020-06-20 14:58:23,066 WARN AlluxioFileInStream - Failed to read block 234881026 from worker WorkerNetAddress{host=172.31.136.180, containerHost=, rpcPort=29999, dataPort=29999, webPort=30000, domainSocketPath=, tieredIdentity=TieredIdentity(node=172.31.136.180, rack=null)}, will retry: Timeout waiting for response after 30000ms. (Zero Copy GrpcDataReader)
2020-06-20 14:58:53,067 WARN AlluxioFileInStream - Failed to close input stream for block 234881026: Timeout waiting for response after 30000ms. (Zero Copy GrpcDataReader)
2020-06-20 14:59:23,073 WARN AlluxioFileInStream - Failed to read block 234881026 from worker WorkerNetAddress{host=172.31.136.180, containerHost=, rpcPort=29999, dataPort=29999, webPort=30000, domainSocketPath=, tieredIdentity=TieredIdentity(node=172.31.136.180, rack=null)}, will retry: Timeout waiting for response after 30000ms. (Zero Copy GrpcDataReader)
2020-06-20 14:59:53,074 WARN AlluxioFileInStream - Failed to close input stream for block 234881026: Timeout waiting for response after 30000ms. (Zero Copy GrpcDataReader)
2020-06-20 14:59:53,075 ERROR AlluxioFuseFileSystem - Failed to read file /spark/spark-2.4.6-bin-without-hadoop-scala-2.12.tgz
alluxio.exception.status.DeadlineExceededException: Timeout waiting for response after 30000ms. (Zero Copy GrpcDataReader)
at alluxio.client.block.stream.GrpcBlockingStream.receive(GrpcBlockingStream.java:159)
at alluxio.client.block.stream.GrpcDataMessageBlockingStream.receiveDataMessage(GrpcDataMessageBlockingStream.java:84)
at alluxio.client.block.stream.GrpcDataReader.readChunk(GrpcDataReader.java:129)
at alluxio.client.block.stream.BlockInStream.readChunk(BlockInStream.java:382)
at alluxio.client.block.stream.BlockInStream.read(BlockInStream.java:260)
at alluxio.client.file.AlluxioFileInStream.read(AlluxioFileInStream.java:186)
at alluxio.fuse.AlluxioFuseFileSystem.readInternal(AlluxioFuseFileSystem.java:624)
at alluxio.fuse.AlluxioFuseFileSystem.lambda$read$7(AlluxioFuseFileSystem.java:596)
at alluxio.fuse.AlluxioFuseUtils.call(AlluxioFuseUtils.java:245)
at alluxio.fuse.AlluxioFuseFileSystem.read(AlluxioFuseFileSystem.java:596)
at ru.serce.jnrfuse.AbstractFuseFS.lambda$init$3(AbstractFuseFS.java:135)
at jnr.ffi.provider.jffi.NativeClosureProxy$$impl$$9.invoke(Unknown Source)
2020-06-20 14:59:53,085 WARN AlluxioFuseFileSystem - read(path=/spark/spark-2.4.6-bin-without-hadoop-scala-2.12.tgz,buf=jnr.ffi.provider.jffi.DirectMemoryIO[address=0x7f901c0b3330],size=65536,offset=134217728) returned -5 in 121209 ms (>=10000 ms)
2020-06-20 15:34:13,885 WARN AlluxioFuseFileSystem - read(path=/spark/spark-2.4.6-bin-without-hadoop-scala-2.12.tgz,buf=jnr.ffi.provider.jffi.DirectMemoryIO[address=0x7f901c0b3330],size=65536,offset=67108864) returned 65536 in 36540 ms (>=10000 ms)
2020-06-20 15:36:11,855 WARN AlluxioFileInStream - Failed to read block 234881026 from worker WorkerNetAddress{host=172.31.136.180, containerHost=, rpcPort=29999, dataPort=29999, webPort=30000, domainSocketPath=, tieredIdentity=TieredIdentity(node=172.31.136.180, rack=null)}, will retry: Timeout waiting for response after 30000ms. (Zero Copy GrpcDataReader)
2020-06-20 15:36:41,856 WARN AlluxioFileInStream - Failed to close input stream for block 234881026: Timeout waiting for response after 30000ms. (Zero Copy GrpcDataReader)
2020-06-20 15:36:57,179 WARN AlluxioFuseFileSystem - read(path=/spark/spark-2.4.6-bin-without-hadoop-scala-2.12.tgz,buf=jnr.ffi.provider.jffi.DirectMemoryIO[address=0x7f9010162a60],size=65536,offset=134217728) returned 65536 in 82437 ms (>=10000 ms)
2020-06-20 15:43:16,743 WARN AlluxioFileInStream - Failed to read block 268435456 from worker WorkerNetAddress{host=172.31.136.180, containerHost=, rpcPort=29999, dataPort=29999, webPort=30000, domainSocketPath=, tieredIdentity=TieredIdentity(node=172.31.136.180, rack=null)}, will retry: Timeout waiting for response after 30000ms. (Zero Copy GrpcDataReader)
2020-06-20 15:43:46,744 WARN AlluxioFileInStream - Failed to close input stream for block 268435456: Timeout waiting for response after 30000ms. (Zero Copy GrpcDataReader)
2020-06-20 15:44:16,753 WARN AlluxioFileInStream - Failed to read block 268435457 from worker WorkerNetAddress{host=172.31.136.180, containerHost=, rpcPort=29999, dataPort=29999, webPort=30000, domainSocketPath=, tieredIdentity=TieredIdentity(node=172.31.136.180, rack=null)}, will retry: Timeout waiting for response after 30000ms. (Zero Copy GrpcDataReader)
2020-06-20 15:44:46,753 WARN AlluxioFileInStream - Failed to close input stream for block 268435457: Timeout waiting for response after 30000ms. (Zero Copy GrpcDataReader)
2020-06-20 15:44:46,754 ERROR AlluxioFuseFileSystem - Failed to read file /spark/pyspark-2.4.6.tar.gz
alluxio.exception.status.DeadlineExceededException: Timeout waiting for response after 30000ms. (Zero Copy GrpcDataReader)
at alluxio.client.block.stream.GrpcBlockingStream.receive(GrpcBlockingStream.java:159)
at alluxio.client.block.stream.GrpcDataMessageBlockingStream.receiveDataMessage(GrpcDataMessageBlockingStream.java:84)
at alluxio.client.block.stream.GrpcDataReader.readChunk(GrpcDataReader.java:129)
at alluxio.client.block.stream.BlockInStream.readChunk(BlockInStream.java:382)
at alluxio.client.block.stream.BlockInStream.read(BlockInStream.java:260)
at alluxio.client.file.AlluxioFileInStream.read(AlluxioFileInStream.java:186)
at alluxio.fuse.AlluxioFuseFileSystem.readInternal(AlluxioFuseFileSystem.java:624)
at alluxio.fuse.AlluxioFuseFileSystem.lambda$read$7(AlluxioFuseFileSystem.java:596)
at alluxio.fuse.AlluxioFuseUtils.call(AlluxioFuseUtils.java:245)
at alluxio.fuse.AlluxioFuseFileSystem.read(AlluxioFuseFileSystem.java:596)
at ru.serce.jnrfuse.AbstractFuseFS.lambda$init$3(AbstractFuseFS.java:135)
at jnr.ffi.provider.jffi.NativeClosureProxy$$impl$$9.invoke(Unknown Source)
2020-06-20 15:44:46,754 WARN AlluxioFuseFileSystem - read(path=/spark/pyspark-2.4.6.tar.gz,buf=jnr.ffi.provider.jffi.DirectMemoryIO[address=0x7f901c0b3330],size=65536,offset=67108864) returned -5 in 120011 ms (>=10000 ms)
2020-06-20 15:50:55,957 WARN GrpcConnectionPool - Timed out gracefully shutting down connection: ManagedChannelOrphanWrapper{delegate=ManagedChannelImpl{logId=17, target=iZj6c7rzs9xaeczn47omzcZ:29999}}.
2020-06-20 15:50:55,960 WARN GrpcBlockingStream - Received error io.grpc.StatusRuntimeException: UNAVAILABLE: Channel shutdownNow invoked for stream (Zero Copy GrpcDataReader)
```
**To Reproduce**
Steps to reproduce the behavior (as minimally and precisely as possible)
**Expected behavior**
A clear and concise description of what you expected to happen.
**Urgency**
Describe the impact and urgency of the bug.
**Additional context**
Add any other context about the problem here.
| priority | alluxio exception status deadlineexceededexception timeout waiting for response after zero copy grpcdatareader alluxio version snapshot describe the bug i tried to mount website to alluxio bash alluxio fs mount on spark web capacity used read only not shared properties alluxio underfs web connnection timeout on hadoop web capacity used read only not shared properties alluxio underfs web connnection timeout opt alluxio snapshot underfsstorage on local capacity used not read only not shared properties and i tried to copy the file to local time cp pyspark tar gz tmp cp error reading ‘ pyspark tar gz’ input output error cp failed to extend ‘ tmp pyspark tar gz’ input output error real user sys then check the fuse log umount mnt alluxio fuse not mounted starting alluxio fuse on local host info tieredidentityfactory initialized tiered identity tieredidentity node rack null info nettyutils epoll mode is available warn alluxiofileinstream failed to read block from worker workernetaddress host containerhost rpcport dataport webport domainsocketpath tieredidentity tieredidentity node rack null will retry timeout waiting for response after zero copy grpcdatareader warn alluxiofileinstream failed to close input stream for block timeout waiting for response after zero copy grpcdatareader warn alluxiofusefilesystem read path spark spark bin without hadoop scala tgz buf jnr ffi provider jffi directmemoryio size offset returned in ms ms warn alluxiofileinstream failed to read block from worker workernetaddress host containerhost rpcport dataport webport domainsocketpath tieredidentity tieredidentity node rack null will retry timeout waiting for response after zero copy grpcdatareader warn alluxiofileinstream failed to close input stream for block timeout waiting for response after zero copy grpcdatareader warn alluxiofileinstream failed to read block from worker workernetaddress host containerhost rpcport dataport webport domainsocketpath tieredidentity tieredidentity node rack null will retry timeout waiting for response after zero copy grpcdatareader warn alluxiofileinstream failed to close input stream for block timeout waiting for response after zero copy grpcdatareader error alluxiofusefilesystem failed to read file spark spark bin without hadoop scala tgz alluxio exception status deadlineexceededexception timeout waiting for response after zero copy grpcdatareader at alluxio client block stream grpcblockingstream receive grpcblockingstream java at alluxio client block stream grpcdatamessageblockingstream receivedatamessage grpcdatamessageblockingstream java at alluxio client block stream grpcdatareader readchunk grpcdatareader java at alluxio client block stream blockinstream readchunk blockinstream java at alluxio client block stream blockinstream read blockinstream java at alluxio client file alluxiofileinstream read alluxiofileinstream java at alluxio fuse alluxiofusefilesystem readinternal alluxiofusefilesystem java at alluxio fuse alluxiofusefilesystem lambda read alluxiofusefilesystem java at alluxio fuse alluxiofuseutils call alluxiofuseutils java at alluxio fuse alluxiofusefilesystem read alluxiofusefilesystem java at ru serce jnrfuse abstractfusefs lambda init abstractfusefs java at jnr ffi provider jffi nativeclosureproxy impl invoke unknown source warn alluxiofusefilesystem read path spark spark bin without hadoop scala tgz buf jnr ffi provider jffi directmemoryio size offset returned in ms ms warn alluxiofusefilesystem read path spark spark bin without hadoop scala tgz buf jnr ffi provider jffi directmemoryio size offset returned in ms ms warn alluxiofileinstream failed to read block from worker workernetaddress host containerhost rpcport dataport webport domainsocketpath tieredidentity tieredidentity node rack null will retry timeout waiting for response after zero copy grpcdatareader warn alluxiofileinstream failed to close input stream for block timeout waiting for response after zero copy grpcdatareader warn alluxiofusefilesystem read path spark spark bin without hadoop scala tgz buf jnr ffi provider jffi directmemoryio size offset returned in ms ms warn alluxiofileinstream failed to read block from worker workernetaddress host containerhost rpcport dataport webport domainsocketpath tieredidentity tieredidentity node rack null will retry timeout waiting for response after zero copy grpcdatareader warn alluxiofileinstream failed to close input stream for block timeout waiting for response after zero copy grpcdatareader warn alluxiofileinstream failed to read block from worker workernetaddress host containerhost rpcport dataport webport domainsocketpath tieredidentity tieredidentity node rack null will retry timeout waiting for response after zero copy grpcdatareader warn alluxiofileinstream failed to close input stream for block timeout waiting for response after zero copy grpcdatareader error alluxiofusefilesystem failed to read file spark pyspark tar gz alluxio exception status deadlineexceededexception timeout waiting for response after zero copy grpcdatareader at alluxio client block stream grpcblockingstream receive grpcblockingstream java at alluxio client block stream grpcdatamessageblockingstream receivedatamessage grpcdatamessageblockingstream java at alluxio client block stream grpcdatareader readchunk grpcdatareader java at alluxio client block stream blockinstream readchunk blockinstream java at alluxio client block stream blockinstream read blockinstream java at alluxio client file alluxiofileinstream read alluxiofileinstream java at alluxio fuse alluxiofusefilesystem readinternal alluxiofusefilesystem java at alluxio fuse alluxiofusefilesystem lambda read alluxiofusefilesystem java at alluxio fuse alluxiofuseutils call alluxiofuseutils java at alluxio fuse alluxiofusefilesystem read alluxiofusefilesystem java at ru serce jnrfuse abstractfusefs lambda init abstractfusefs java at jnr ffi provider jffi nativeclosureproxy impl invoke unknown source warn alluxiofusefilesystem read path spark pyspark tar gz buf jnr ffi provider jffi directmemoryio size offset returned in ms ms warn grpcconnectionpool timed out gracefully shutting down connection managedchannelorphanwrapper delegate managedchannelimpl logid target warn grpcblockingstream received error io grpc statusruntimeexception unavailable channel shutdownnow invoked for stream zero copy grpcdatareader to reproduce steps to reproduce the behavior as minimally and precisely as possible expected behavior a clear and concise description of what you expected to happen urgency describe the impact and urgency of the bug additional context add any other context about the problem here | 1 |
595,370 | 18,064,672,160 | IssuesEvent | 2021-09-20 17:38:55 | magma/magma | https://api.github.com/repos/magma/magma | closed | [lte][agw] S1 handover does not complete successfully with real handset | type: bug component: agw priority: medium | ### Your Environment
- **Version:** 1.5
- **Affected Component:** Access Gateway
- **Affected Subcomponent:** MME
- **Deployment Environment:** Bare-metal (AGW), Vagrant (AGW)
### Describe the Issue
During testing of S1 handover with a two physical eNBs and a UE, the UE fails to successfully complete the handover procedure, with no HandoverNotify message generated by the target eNB.
**To Reproduce**
1. Set up two eNBs such that handover can occur between them (i.e., configure neighbor tables, ensure both are connected to the same MME)
2. Attach a UE to the source eNB.
3. Trigger a handover to the target eNB (e.g., by reducing signal strength of the source eNB with attenuators)
3. Observe UE perform a reconnect to the target eNB, rather than a clean handover, and fail to receive a HandoverNotify at the MME from target eNB.
**Expected behavior**
Handover should complete successfully, and the target eNB should generate a HandoverNotify message towards the MME.
**Additional context**
We performed two sets of tests. The first used a Baicells Nova 227 (firmware: RTS 3.6.6) as both source and target eNB. The second used a Baicells Nova 227 as source eNB and Airspan AirVelocity 1500 (15.17.00.1049) as a target eNB. In both cases, we used a Pixel 3 as the UE. [Logs and packet traces are attached](https://github.com/magma/magma/files/6388337/handset_testing.zip), a description is below:
- Nova 227 > Nova 227.
- handover_nova227_nova227_pixel3_20210426_2117_s1ap_rrc.pcapng: Contains RRC trace messages from both source eNB (192.168.60.249) and target eNB (192.168.60.245), along with S1AP messages.
- Nova 227 debug logs exported from target eNB.
- Note that in this test, we receive an RRCConnectionReconfigurationComplete message in the RRC trace from the *target* eNB, indicating the UE reported it had successfully completed handover to the target eNB.
- Nova 227 > AirVelocity 1500
- s1_handoff_airspan_target_1323.pcapng: Source eNB 10.0.2.10, Target eNB 10.0.2.20
- RRC tracing was not available for this test. | 1.0 | [lte][agw] S1 handover does not complete successfully with real handset - ### Your Environment
- **Version:** 1.5
- **Affected Component:** Access Gateway
- **Affected Subcomponent:** MME
- **Deployment Environment:** Bare-metal (AGW), Vagrant (AGW)
### Describe the Issue
During testing of S1 handover with a two physical eNBs and a UE, the UE fails to successfully complete the handover procedure, with no HandoverNotify message generated by the target eNB.
**To Reproduce**
1. Set up two eNBs such that handover can occur between them (i.e., configure neighbor tables, ensure both are connected to the same MME)
2. Attach a UE to the source eNB.
3. Trigger a handover to the target eNB (e.g., by reducing signal strength of the source eNB with attenuators)
3. Observe UE perform a reconnect to the target eNB, rather than a clean handover, and fail to receive a HandoverNotify at the MME from target eNB.
**Expected behavior**
Handover should complete successfully, and the target eNB should generate a HandoverNotify message towards the MME.
**Additional context**
We performed two sets of tests. The first used a Baicells Nova 227 (firmware: RTS 3.6.6) as both source and target eNB. The second used a Baicells Nova 227 as source eNB and Airspan AirVelocity 1500 (15.17.00.1049) as a target eNB. In both cases, we used a Pixel 3 as the UE. [Logs and packet traces are attached](https://github.com/magma/magma/files/6388337/handset_testing.zip), a description is below:
- Nova 227 > Nova 227.
- handover_nova227_nova227_pixel3_20210426_2117_s1ap_rrc.pcapng: Contains RRC trace messages from both source eNB (192.168.60.249) and target eNB (192.168.60.245), along with S1AP messages.
- Nova 227 debug logs exported from target eNB.
- Note that in this test, we receive an RRCConnectionReconfigurationComplete message in the RRC trace from the *target* eNB, indicating the UE reported it had successfully completed handover to the target eNB.
- Nova 227 > AirVelocity 1500
- s1_handoff_airspan_target_1323.pcapng: Source eNB 10.0.2.10, Target eNB 10.0.2.20
- RRC tracing was not available for this test. | priority | handover does not complete successfully with real handset your environment version affected component access gateway affected subcomponent mme deployment environment bare metal agw vagrant agw describe the issue during testing of handover with a two physical enbs and a ue the ue fails to successfully complete the handover procedure with no handovernotify message generated by the target enb to reproduce set up two enbs such that handover can occur between them i e configure neighbor tables ensure both are connected to the same mme attach a ue to the source enb trigger a handover to the target enb e g by reducing signal strength of the source enb with attenuators observe ue perform a reconnect to the target enb rather than a clean handover and fail to receive a handovernotify at the mme from target enb expected behavior handover should complete successfully and the target enb should generate a handovernotify message towards the mme additional context we performed two sets of tests the first used a baicells nova firmware rts as both source and target enb the second used a baicells nova as source enb and airspan airvelocity as a target enb in both cases we used a pixel as the ue a description is below nova nova handover rrc pcapng contains rrc trace messages from both source enb and target enb along with messages nova debug logs exported from target enb note that in this test we receive an rrcconnectionreconfigurationcomplete message in the rrc trace from the target enb indicating the ue reported it had successfully completed handover to the target enb nova airvelocity handoff airspan target pcapng source enb target enb rrc tracing was not available for this test | 1 |
102,588 | 4,157,071,132 | IssuesEvent | 2016-06-16 20:05:10 | nim-lang/nimble | https://api.github.com/repos/nim-lang/nimble | opened | Improve "Could not find nimscriptapi.nim" error message | Bug Medium Priority | Specify the directories that were searched in the error message. | 1.0 | Improve "Could not find nimscriptapi.nim" error message - Specify the directories that were searched in the error message. | priority | improve could not find nimscriptapi nim error message specify the directories that were searched in the error message | 1 |
86,284 | 3,709,936,369 | IssuesEvent | 2016-03-02 00:59:04 | elementary/icons | https://api.github.com/repos/elementary/icons | closed | js mimes make no sense | Priority: Medium Status: In Progress | You don't use angle brackets in javascript, and <;> makes little sense. :D
While there is [no "official" logo](http://ux.stackexchange.com/questions/25558/what-is-the-official-javascript-logo-icon), simply an uppercase "JS" would be fairly recognizable imho. | 1.0 | js mimes make no sense - You don't use angle brackets in javascript, and <;> makes little sense. :D
While there is [no "official" logo](http://ux.stackexchange.com/questions/25558/what-is-the-official-javascript-logo-icon), simply an uppercase "JS" would be fairly recognizable imho. | priority | js mimes make no sense you don t use angle brackets in javascript and makes little sense d while there is simply an uppercase js would be fairly recognizable imho | 1 |
56,999 | 3,081,228,088 | IssuesEvent | 2015-08-22 14:14:58 | bitfighter/bitfighter | https://api.github.com/repos/bitfighter/bitfighter | closed | Enable changing if engineer is enabled | 019 enhancement imported Priority-Medium wontfix | _From [erinaare...@gmail.com](https://code.google.com/u/102829777881277243692/) on July 20, 2013 16:47:33_
I would like to use levelgens to change if a level has engineer enabled or not.
This does open the question of: "What happens if a player has an engineer module equipped when it is disabled?"
First off, any ResourceItems should be dropped; and teleports that are half built should be canceled.
Second, I suggest that player's engineer module (if applicable) is changed back to either boost or shield, as those are the default modules.
_Original issue: http://code.google.com/p/bitfighter/issues/detail?id=226_ | 1.0 | Enable changing if engineer is enabled - _From [erinaare...@gmail.com](https://code.google.com/u/102829777881277243692/) on July 20, 2013 16:47:33_
I would like to use levelgens to change if a level has engineer enabled or not.
This does open the question of: "What happens if a player has an engineer module equipped when it is disabled?"
First off, any ResourceItems should be dropped; and teleports that are half built should be canceled.
Second, I suggest that player's engineer module (if applicable) is changed back to either boost or shield, as those are the default modules.
_Original issue: http://code.google.com/p/bitfighter/issues/detail?id=226_ | priority | enable changing if engineer is enabled from on july i would like to use levelgens to change if a level has engineer enabled or not this does open the question of what happens if a player has an engineer module equipped when it is disabled first off any resourceitems should be dropped and teleports that are half built should be canceled second i suggest that player s engineer module if applicable is changed back to either boost or shield as those are the default modules original issue | 1 |
106,324 | 4,269,984,691 | IssuesEvent | 2016-07-13 04:07:12 | oakesville/mythling | https://api.github.com/repos/oakesville/mythling | closed | Clean Up LiveStreams | priority:medium type:enhancement | The livestream table and associated storage group directory on the server become cluttered with transcoded streams. Provide a utility to clean these out based on some criteria. Possibly as a separate server-side thread in a mythling PHP file? | 1.0 | Clean Up LiveStreams - The livestream table and associated storage group directory on the server become cluttered with transcoded streams. Provide a utility to clean these out based on some criteria. Possibly as a separate server-side thread in a mythling PHP file? | priority | clean up livestreams the livestream table and associated storage group directory on the server become cluttered with transcoded streams provide a utility to clean these out based on some criteria possibly as a separate server side thread in a mythling php file | 1 |
253,322 | 8,054,303,988 | IssuesEvent | 2018-08-02 04:27:20 | pombase/canto | https://api.github.com/repos/pombase/canto | opened | Fix inconsistent dialog buttons and style | medium priority | The delete annotation / delete genotype confirmation dialogs should use the same style and button order as the edit dialogs.


| 1.0 | Fix inconsistent dialog buttons and style - The delete annotation / delete genotype confirmation dialogs should use the same style and button order as the edit dialogs.


| priority | fix inconsistent dialog buttons and style the delete annotation delete genotype confirmation dialogs should use the same style and button order as the edit dialogs | 1 |
538,699 | 15,775,840,489 | IssuesEvent | 2021-04-01 03:35:02 | reconness/reconness-frontend | https://api.github.com/repos/reconness/reconness-frontend | closed | Subdomains list, can not select all elements when the list is in edit mode | bug priority: medium severity: major | Steps to reproduce
:
1. Navigate to a root domain details page
2. Click on Edit list to activate the Edit mode in the subdomains list
3. Click on Add Subdomains button
4. Add more than 2 subdomains
5. Click Select All in the list, in Edit Mode or try to select all the elements in the list, one by one
Current result: Just one of the newly added subdomains is selected, the rest of the new added subdomains can't be selected, and the background color is different
The number of elements selected is wrong
**Expected results: All the subdomains in the list will be selected and the background color will be gray if and only if the row is selected. The number next to word _Selected_ will match with the number of selected rows**


| 1.0 | Subdomains list, can not select all elements when the list is in edit mode - Steps to reproduce
:
1. Navigate to a root domain details page
2. Click on Edit list to activate the Edit mode in the subdomains list
3. Click on Add Subdomains button
4. Add more than 2 subdomains
5. Click Select All in the list, in Edit Mode or try to select all the elements in the list, one by one
Current result: Just one of the newly added subdomains is selected, the rest of the new added subdomains can't be selected, and the background color is different
The number of elements selected is wrong
**Expected results: All the subdomains in the list will be selected and the background color will be gray if and only if the row is selected. The number next to word _Selected_ will match with the number of selected rows**


| priority | subdomains list can not select all elements when the list is in edit mode steps to reproduce navigate to a root domain details page click on edit list to activate the edit mode in the subdomains list click on add subdomains button add more than subdomains click select all in the list in edit mode or try to select all the elements in the list one by one current result just one of the newly added subdomains is selected the rest of the new added subdomains can t be selected and the background color is different the number of elements selected is wrong expected results all the subdomains in the list will be selected and the background color will be gray if and only if the row is selected the number next to word selected will match with the number of selected rows | 1 |
150,543 | 5,774,940,448 | IssuesEvent | 2017-04-28 08:47:55 | status-im/status-react | https://api.github.com/repos/status-im/status-react | closed | Any sum with more than 19 digits after comma is converted to 0 ETH (if /send) | bug in progress medium-priority | ### Description
[comment]: # (Feature or Bug? i.e Type: Bug)
*Type*: Bug
[comment]: # (Describe the feature you would like, or briefly summarise the bug and what you did, what you expected to happen, and what actually happens. Sections below)
*Summary*: If /send 1.1234567890123456789 ETH then on pending transactions screen it's shown as 0 ETH. In fact, 0 ETH will be sent after confirming such transaction. In 1-1 chat after sending this transaction it's shown as Send 1.12345678

#### Expected behavior
[comment]: # (Describe what you expected to happen.)
If too long sum is entered for /send then it's rounded or error message is shown
#### Actual behavior
[comment]: # (Describe what actually happened.)
0 ETH is shown in transaction and after it's confirmed 1-1 chat gets new entry with Send 1.12345678.
### Reproduction
[comment]: # (Describe how we can replicate the bug step by step.)
- Open Status and login
- In 1-1 chat send 1.1234567890123456789
- Check sum shown in Pending transactions. Confirm the transaction and check 1-1 chat
### Additional Information
[comment]: # (Please do your best to fill this out.)
* Status version: 0.9.6d61
* Operating System: Android and iOS | 1.0 | Any sum with more than 19 digits after comma is converted to 0 ETH (if /send) - ### Description
[comment]: # (Feature or Bug? i.e Type: Bug)
*Type*: Bug
[comment]: # (Describe the feature you would like, or briefly summarise the bug and what you did, what you expected to happen, and what actually happens. Sections below)
*Summary*: If /send 1.1234567890123456789 ETH then on pending transactions screen it's shown as 0 ETH. In fact, 0 ETH will be sent after confirming such transaction. In 1-1 chat after sending this transaction it's shown as Send 1.12345678

#### Expected behavior
[comment]: # (Describe what you expected to happen.)
If too long sum is entered for /send then it's rounded or error message is shown
#### Actual behavior
[comment]: # (Describe what actually happened.)
0 ETH is shown in transaction and after it's confirmed 1-1 chat gets new entry with Send 1.12345678.
### Reproduction
[comment]: # (Describe how we can replicate the bug step by step.)
- Open Status and login
- In 1-1 chat send 1.1234567890123456789
- Check sum shown in Pending transactions. Confirm the transaction and check 1-1 chat
### Additional Information
[comment]: # (Please do your best to fill this out.)
* Status version: 0.9.6d61
* Operating System: Android and iOS | priority | any sum with more than digits after comma is converted to eth if send description feature or bug i e type bug type bug describe the feature you would like or briefly summarise the bug and what you did what you expected to happen and what actually happens sections below summary if send eth then on pending transactions screen it s shown as eth in fact eth will be sent after confirming such transaction in chat after sending this transaction it s shown as send expected behavior describe what you expected to happen if too long sum is entered for send then it s rounded or error message is shown actual behavior describe what actually happened eth is shown in transaction and after it s confirmed chat gets new entry with send reproduction describe how we can replicate the bug step by step open status and login in chat send check sum shown in pending transactions confirm the transaction and check chat additional information please do your best to fill this out status version operating system android and ios | 1 |
458,506 | 13,176,490,137 | IssuesEvent | 2020-08-12 05:03:06 | Pemigrade/Acorn | https://api.github.com/repos/Pemigrade/Acorn | opened | Sabotage: Scoreboard flickers in the lobby | Bug Report Medium Priority | **Describe the bug**
The scoreboard flickers in the lobby
**Expected behavior**
The scoreboard should not flicker
**To Reproduce**
Steps to reproduce the behavior:
1. Log onto the sabotage server
2. Wait for lobby period
3. Observe scoreboard
| 1.0 | Sabotage: Scoreboard flickers in the lobby - **Describe the bug**
The scoreboard flickers in the lobby
**Expected behavior**
The scoreboard should not flicker
**To Reproduce**
Steps to reproduce the behavior:
1. Log onto the sabotage server
2. Wait for lobby period
3. Observe scoreboard
| priority | sabotage scoreboard flickers in the lobby describe the bug the scoreboard flickers in the lobby expected behavior the scoreboard should not flicker to reproduce steps to reproduce the behavior log onto the sabotage server wait for lobby period observe scoreboard | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.