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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
388,652 | 11,490,444,144 | IssuesEvent | 2020-02-11 17:05:46 | unitymakesus/tcf | https://api.github.com/repos/unitymakesus/tcf | closed | SVG map repaint issue | Browser: Safari Priority: Medium Type: Bug | When toggling the map in Safari, there seems to be some issues with the map—forcing a repaint fixes it.

https://trianglecf.beta.unitymakes.us/impact/why-the-triangle/ | 1.0 | SVG map repaint issue - When toggling the map in Safari, there seems to be some issues with the map—forcing a repaint fixes it.

https://trianglecf.beta.unitymakes.us/impact/why-the-triangle/ | priority | svg map repaint issue when toggling the map in safari there seems to be some issues with the map—forcing a repaint fixes it | 1 |
322,838 | 9,829,255,314 | IssuesEvent | 2019-06-15 19:01:04 | marklogic/marklogic-data-hub | https://api.github.com/repos/marklogic/marklogic-data-hub | closed | Deleting an entity does not remove the related code from the modules DB | Component:QuickStart bug priority:medium | #### The issue
Short description of the problem:
I deleted an entity, then saw that the input and harmonize flows related to it were still in the modules database, although they had been deleted from the filesystem.
What behavior are you expecting?
On deleting an entity, all references to it should be gone.
Workaround: redeploy modules, which clears the modules database before reloading. Can be done from the Flows tab (click "REDEPLOY" button).
#### Tech details
Which Operating System are you using?
Mac
Which version of MarkLogic are you using?
9.0-2
Which version of the Data Hub Framework are you using?
2.0-1
Is this a QuickStart UI bug? If so, which browser are you using?
Yes; Chrome. | 1.0 | Deleting an entity does not remove the related code from the modules DB - #### The issue
Short description of the problem:
I deleted an entity, then saw that the input and harmonize flows related to it were still in the modules database, although they had been deleted from the filesystem.
What behavior are you expecting?
On deleting an entity, all references to it should be gone.
Workaround: redeploy modules, which clears the modules database before reloading. Can be done from the Flows tab (click "REDEPLOY" button).
#### Tech details
Which Operating System are you using?
Mac
Which version of MarkLogic are you using?
9.0-2
Which version of the Data Hub Framework are you using?
2.0-1
Is this a QuickStart UI bug? If so, which browser are you using?
Yes; Chrome. | priority | deleting an entity does not remove the related code from the modules db the issue short description of the problem i deleted an entity then saw that the input and harmonize flows related to it were still in the modules database although they had been deleted from the filesystem what behavior are you expecting on deleting an entity all references to it should be gone workaround redeploy modules which clears the modules database before reloading can be done from the flows tab click redeploy button tech details which operating system are you using mac which version of marklogic are you using which version of the data hub framework are you using is this a quickstart ui bug if so which browser are you using yes chrome | 1 |
183,086 | 6,677,085,028 | IssuesEvent | 2017-10-05 09:03:01 | JoeHalsallOrigin/SocialMedia | https://api.github.com/repos/JoeHalsallOrigin/SocialMedia | opened | Installation of the month scheduled email | Awaiting Feedback B2B Medium Priority | Revamp current email reminder and send out on a schedule every month to encourage more entires. | 1.0 | Installation of the month scheduled email - Revamp current email reminder and send out on a schedule every month to encourage more entires. | priority | installation of the month scheduled email revamp current email reminder and send out on a schedule every month to encourage more entires | 1 |
342,724 | 10,320,898,221 | IssuesEvent | 2019-08-30 22:14:23 | HackGT/bolt | https://api.github.com/repos/HackGT/bolt | opened | Track request change history | component / requests priority / medium type / feature | Create a new database table for tracking changes to requests - user, item, quantity, or status (old and new) - and the time it occurred. This will provide better visibility into requests and give us the data to have analytics like average time to approve/fulfill requests, which items are most in demand, etc. | 1.0 | Track request change history - Create a new database table for tracking changes to requests - user, item, quantity, or status (old and new) - and the time it occurred. This will provide better visibility into requests and give us the data to have analytics like average time to approve/fulfill requests, which items are most in demand, etc. | priority | track request change history create a new database table for tracking changes to requests user item quantity or status old and new and the time it occurred this will provide better visibility into requests and give us the data to have analytics like average time to approve fulfill requests which items are most in demand etc | 1 |
748,000 | 26,103,430,812 | IssuesEvent | 2022-12-27 10:07:27 | morphex-labs/morphex | https://api.github.com/repos/morphex-labs/morphex | opened | feat: add custom 404, 500 pages for all kinds of errors | medium priority feature internal:dev | ### Is your feature request related to a problem? Please describe.
No error handling yet.
### Describe the solution you'd like to see
Error handling should be implemented together with UI to show friendly message for users of what went wrong.
### Describe alternate solutions
-/-
### Additional information
_No response_ | 1.0 | feat: add custom 404, 500 pages for all kinds of errors - ### Is your feature request related to a problem? Please describe.
No error handling yet.
### Describe the solution you'd like to see
Error handling should be implemented together with UI to show friendly message for users of what went wrong.
### Describe alternate solutions
-/-
### Additional information
_No response_ | priority | feat add custom pages for all kinds of errors is your feature request related to a problem please describe no error handling yet describe the solution you d like to see error handling should be implemented together with ui to show friendly message for users of what went wrong describe alternate solutions additional information no response | 1 |
809,448 | 30,193,123,588 | IssuesEvent | 2023-07-04 17:22:04 | renovatebot/renovate | https://api.github.com/repos/renovatebot/renovate | closed | matchPackageNames should match packageName + depName | type:feature priority-3-medium breaking status:in-progress v36 | ### What would you like Renovate to be able to do?
Match against both matchPackageName and matchDepName.
### If you have any ideas on how this should be implemented, please tell us here.
Needs to cover all matchPackageX excludePackageX.
Should ideally warn if it _does not match_ `packageName` but does match `depName`. In such cases it should still do the match (for backwards compatibility) but warn the user that they should use `matchDepX` instead.
### Is this a feature you are interested in implementing yourself?
No | 1.0 | matchPackageNames should match packageName + depName - ### What would you like Renovate to be able to do?
Match against both matchPackageName and matchDepName.
### If you have any ideas on how this should be implemented, please tell us here.
Needs to cover all matchPackageX excludePackageX.
Should ideally warn if it _does not match_ `packageName` but does match `depName`. In such cases it should still do the match (for backwards compatibility) but warn the user that they should use `matchDepX` instead.
### Is this a feature you are interested in implementing yourself?
No | priority | matchpackagenames should match packagename depname what would you like renovate to be able to do match against both matchpackagename and matchdepname if you have any ideas on how this should be implemented please tell us here needs to cover all matchpackagex excludepackagex should ideally warn if it does not match packagename but does match depname in such cases it should still do the match for backwards compatibility but warn the user that they should use matchdepx instead is this a feature you are interested in implementing yourself no | 1 |
269,736 | 8,442,648,943 | IssuesEvent | 2018-10-18 13:46:33 | MARKETProtocol/dApp | https://api.github.com/repos/MARKETProtocol/dApp | closed | [UI/UX] Avoid showing "Loading" text during initial load on Sim exchange for order book | Good First Issue Priority: Medium Type: Enhancement | <!--
Hello!
Please use the template below for issue ideas or bugs found within MARKET Protocol.
If it is general support you need, reach out to us at
https://marketprotocol.io/discord
Provide a general summary of the issue in the title above and use relevant fields below to define the problem.
-->
<!--
## Before you `start work`
Please read our contribution [guidelines](https://docs.marketprotocol.io/#contributing) and if there is a bounty involved please also see [here](https://docs.marketprotocol.io/#gitcoin-and-bounties)
If you have ongoing work from other bounties with us where funding has not been released, please do not pick up a new issue. We would like to involve as many contributors as possible and parallelize the work flow as much as possible.
Please make sure to comment in the issue here immediately after starting work so we know your plans for implementation and a timeline.
Please also note that in order for work to be accepted, all code must be accompanied by test cases as well.
-->
### Why Is this Needed?
[comment]: # (Describe the problem and why this task is needed. Provide description of the current state, what you would like to happen, and what actually happen)
*Summary*:
To have consistent loading screen in sim exchange
### Description
[comment]: # (Feature or Bug? i.e Type: Bug)
*Type*: UI Bug
### Current Behavior
[comment]: # (Describe what actually happened.)
<img width="1680" alt="screenshot 2018-10-10 at 4 44 54 pm" src="https://user-images.githubusercontent.com/4952395/46733292-80f8d600-ccad-11e8-8edb-69150394aa35.png">
### Expected Behavior
[comment]: # (Describe what you expected to happen.)
Show the empty orderbook container div element while loading and before the loading indicator kicks in similar to other sections to have visual consistency
### Reproduction
[comment]: # (Describe how we can replicate the bug step by step.)
go to `/exchange`
### Definition of Done
[comment]: # (Any other information that would be useful, bullets are helpful.)
- [ ] Have visual consistency for all the sections during the initial load
| 1.0 | [UI/UX] Avoid showing "Loading" text during initial load on Sim exchange for order book - <!--
Hello!
Please use the template below for issue ideas or bugs found within MARKET Protocol.
If it is general support you need, reach out to us at
https://marketprotocol.io/discord
Provide a general summary of the issue in the title above and use relevant fields below to define the problem.
-->
<!--
## Before you `start work`
Please read our contribution [guidelines](https://docs.marketprotocol.io/#contributing) and if there is a bounty involved please also see [here](https://docs.marketprotocol.io/#gitcoin-and-bounties)
If you have ongoing work from other bounties with us where funding has not been released, please do not pick up a new issue. We would like to involve as many contributors as possible and parallelize the work flow as much as possible.
Please make sure to comment in the issue here immediately after starting work so we know your plans for implementation and a timeline.
Please also note that in order for work to be accepted, all code must be accompanied by test cases as well.
-->
### Why Is this Needed?
[comment]: # (Describe the problem and why this task is needed. Provide description of the current state, what you would like to happen, and what actually happen)
*Summary*:
To have consistent loading screen in sim exchange
### Description
[comment]: # (Feature or Bug? i.e Type: Bug)
*Type*: UI Bug
### Current Behavior
[comment]: # (Describe what actually happened.)
<img width="1680" alt="screenshot 2018-10-10 at 4 44 54 pm" src="https://user-images.githubusercontent.com/4952395/46733292-80f8d600-ccad-11e8-8edb-69150394aa35.png">
### Expected Behavior
[comment]: # (Describe what you expected to happen.)
Show the empty orderbook container div element while loading and before the loading indicator kicks in similar to other sections to have visual consistency
### Reproduction
[comment]: # (Describe how we can replicate the bug step by step.)
go to `/exchange`
### Definition of Done
[comment]: # (Any other information that would be useful, bullets are helpful.)
- [ ] Have visual consistency for all the sections during the initial load
| priority | avoid showing loading text during initial load on sim exchange for order book hello please use the template below for issue ideas or bugs found within market protocol if it is general support you need reach out to us at provide a general summary of the issue in the title above and use relevant fields below to define the problem before you start work please read our contribution and if there is a bounty involved please also see if you have ongoing work from other bounties with us where funding has not been released please do not pick up a new issue we would like to involve as many contributors as possible and parallelize the work flow as much as possible please make sure to comment in the issue here immediately after starting work so we know your plans for implementation and a timeline please also note that in order for work to be accepted all code must be accompanied by test cases as well why is this needed describe the problem and why this task is needed provide description of the current state what you would like to happen and what actually happen summary to have consistent loading screen in sim exchange description feature or bug i e type bug type ui bug current behavior describe what actually happened img width alt screenshot at pm src expected behavior describe what you expected to happen show the empty orderbook container div element while loading and before the loading indicator kicks in similar to other sections to have visual consistency reproduction describe how we can replicate the bug step by step go to exchange definition of done any other information that would be useful bullets are helpful have visual consistency for all the sections during the initial load | 1 |
745,291 | 25,978,385,274 | IssuesEvent | 2022-12-19 16:37:08 | zowe/zowe-cli | https://api.github.com/repos/zowe/zowe-cli | closed | Unable to remove any secure credentials from a V2 Teams service profile once entered | enhancement team-profile for-review priority-medium | This problem was found when modifying VSCode Explorer code to use V2 Teams profiles.
The user enters his secure credentials into the service profile and also sets a default set of credentials in the base profile.
Once this has been done, there is no current means of removing the secure credentials from the service profile to allow that profile to default to the base profile values.
This problem exists in the cli `zowe config secure` command and also needs to be addressed in the **ProfileileInfo** class to allow the credentials to be removed by VSCode applications in code.
Currently the only workaround is to delete all the zowe related credentials from the Operating System's secure vault which is risky should the user inadvertently select the wrong entry to be deleted. That also requires the user to then have to re-enter all his credentials again which is a poor user expereince. | 1.0 | Unable to remove any secure credentials from a V2 Teams service profile once entered - This problem was found when modifying VSCode Explorer code to use V2 Teams profiles.
The user enters his secure credentials into the service profile and also sets a default set of credentials in the base profile.
Once this has been done, there is no current means of removing the secure credentials from the service profile to allow that profile to default to the base profile values.
This problem exists in the cli `zowe config secure` command and also needs to be addressed in the **ProfileileInfo** class to allow the credentials to be removed by VSCode applications in code.
Currently the only workaround is to delete all the zowe related credentials from the Operating System's secure vault which is risky should the user inadvertently select the wrong entry to be deleted. That also requires the user to then have to re-enter all his credentials again which is a poor user expereince. | priority | unable to remove any secure credentials from a teams service profile once entered this problem was found when modifying vscode explorer code to use teams profiles the user enters his secure credentials into the service profile and also sets a default set of credentials in the base profile once this has been done there is no current means of removing the secure credentials from the service profile to allow that profile to default to the base profile values this problem exists in the cli zowe config secure command and also needs to be addressed in the profileileinfo class to allow the credentials to be removed by vscode applications in code currently the only workaround is to delete all the zowe related credentials from the operating system s secure vault which is risky should the user inadvertently select the wrong entry to be deleted that also requires the user to then have to re enter all his credentials again which is a poor user expereince | 1 |
400,940 | 11,783,226,861 | IssuesEvent | 2020-03-17 04:49:47 | aeternity/superhero-wallet | https://api.github.com/repos/aeternity/superhero-wallet | closed | Switch node endpoint | area/performance kind/improvement priority/medium | Use mainnet.aeternity.io for node related operations.
Note: there is no mdw hosted there, only node | 1.0 | Switch node endpoint - Use mainnet.aeternity.io for node related operations.
Note: there is no mdw hosted there, only node | priority | switch node endpoint use mainnet aeternity io for node related operations note there is no mdw hosted there only node | 1 |
162,867 | 6,177,654,009 | IssuesEvent | 2017-07-02 03:15:10 | ActivismeBE-archive/petition-platform | https://api.github.com/repos/ActivismeBE-archive/petition-platform | closed | Admin kan petitie op index zetten. | enhancement medium priority | Indien een admin een petitie aanmaakt zou hij deze doormiddel van koppelingen in onze databank. Ook deze petitie moeten kunnen plaatsen op onze index website. | 1.0 | Admin kan petitie op index zetten. - Indien een admin een petitie aanmaakt zou hij deze doormiddel van koppelingen in onze databank. Ook deze petitie moeten kunnen plaatsen op onze index website. | priority | admin kan petitie op index zetten indien een admin een petitie aanmaakt zou hij deze doormiddel van koppelingen in onze databank ook deze petitie moeten kunnen plaatsen op onze index website | 1 |
637,373 | 20,626,495,505 | IssuesEvent | 2022-03-07 23:17:37 | conan-io/conan | https://api.github.com/repos/conan-io/conan | closed | List only public dependencies in 'self.deps_cpp_info.deps' list | type: look into stage: queue priority: medium complex: low component: graph | It is documented that the list of dependencies of a package can be retrieved using `self.deps_cpp_info.deps` [[1](https://docs.conan.io/en/latest/reference/conanfile/attributes.html#deps-cpp-info)], but it says nothing about those dependencies being private or public or build requires.
There is an inconsistency right now (Conan v1.12.x) because that list is different if you are compiling the library or consuming it:
* compiling the library: it contains both public and private dependencies
* consuming the library: it contains only the list of public dependencies
This should be fixed.
----
We agree that a private dependency shouldn't be accessible from outside the package and it shouldn't affect the consumers, so that list should contain **always** only the list of public dependencies. Nevertheless, some users need to know the full list, so one alternative is to return a list of tuples with the categorization of each dependency: `[("lib1", "public"), ("lib2", "private"),...]`, or a dictionary...
This is something to agree on. | 1.0 | List only public dependencies in 'self.deps_cpp_info.deps' list - It is documented that the list of dependencies of a package can be retrieved using `self.deps_cpp_info.deps` [[1](https://docs.conan.io/en/latest/reference/conanfile/attributes.html#deps-cpp-info)], but it says nothing about those dependencies being private or public or build requires.
There is an inconsistency right now (Conan v1.12.x) because that list is different if you are compiling the library or consuming it:
* compiling the library: it contains both public and private dependencies
* consuming the library: it contains only the list of public dependencies
This should be fixed.
----
We agree that a private dependency shouldn't be accessible from outside the package and it shouldn't affect the consumers, so that list should contain **always** only the list of public dependencies. Nevertheless, some users need to know the full list, so one alternative is to return a list of tuples with the categorization of each dependency: `[("lib1", "public"), ("lib2", "private"),...]`, or a dictionary...
This is something to agree on. | priority | list only public dependencies in self deps cpp info deps list it is documented that the list of dependencies of a package can be retrieved using self deps cpp info deps but it says nothing about those dependencies being private or public or build requires there is an inconsistency right now conan x because that list is different if you are compiling the library or consuming it compiling the library it contains both public and private dependencies consuming the library it contains only the list of public dependencies this should be fixed we agree that a private dependency shouldn t be accessible from outside the package and it shouldn t affect the consumers so that list should contain always only the list of public dependencies nevertheless some users need to know the full list so one alternative is to return a list of tuples with the categorization of each dependency or a dictionary this is something to agree on | 1 |
823,868 | 31,071,514,233 | IssuesEvent | 2023-08-12 01:45:49 | ryonakano/reco | https://api.github.com/repos/ryonakano/reco | closed | Add recording indication | Priority: Medium | Originally from https://github.com/ryonakano/reco/issues/175#issuecomment-1280885151:
> If I can just pick your brain for a quick feature request, it would be nice to have some sort of indication of signal, maybe just a little red light when there is speech, something... because I just made a recording without my microphone plugged in and didn't even notice until I saw the file size :) | 1.0 | Add recording indication - Originally from https://github.com/ryonakano/reco/issues/175#issuecomment-1280885151:
> If I can just pick your brain for a quick feature request, it would be nice to have some sort of indication of signal, maybe just a little red light when there is speech, something... because I just made a recording without my microphone plugged in and didn't even notice until I saw the file size :) | priority | add recording indication originally from if i can just pick your brain for a quick feature request it would be nice to have some sort of indication of signal maybe just a little red light when there is speech something because i just made a recording without my microphone plugged in and didn t even notice until i saw the file size | 1 |
391,259 | 11,571,453,054 | IssuesEvent | 2020-02-20 21:36:06 | cds-snc/report-a-cybercrime | https://api.github.com/repos/cds-snc/report-a-cybercrime | closed | Feedback bar on thankyou page is leaking | bug medium priority | ## Summary

## Steps to reproduce
Go to https://report-a-scam.cds-snc.ca/thankYouPage
| 1.0 | Feedback bar on thankyou page is leaking - ## Summary

## Steps to reproduce
Go to https://report-a-scam.cds-snc.ca/thankYouPage
| priority | feedback bar on thankyou page is leaking summary steps to reproduce go to | 1 |
292,302 | 8,956,148,929 | IssuesEvent | 2019-01-26 15:07:01 | inexorgame/entity-system | https://api.github.com/repos/inexorgame/entity-system | opened | Implement a builder for creating entity types | difficulty: medium feature priority: medium | Implement a builder for creating entity types. This makes the entity system API more fluent.
## EntityTypeBuilder API
### EntityTypeBuilderManager::getBuilder()
```lang=cpp
shared_ptr<EntityTypeBuilder> builder = EntityTypeBuilderManager::getBuilder();
```
### EntityTypeBuilder::name(std::string entity_type_name)
```lang=cpp
shared_ptr<EntityTypeBuilder> builder = builder->name(entity_type_name);
```
### EntityTypeBuilder::uuid(std::string entity_type_uuid)
```lang=cpp
shared_ptr<EntityTypeBuilder> builder = builder->uuid(entity_type_uuid);
```
### EntityTypeBuilder::attribute(std::string attribute_name, ENT_SYS_DATATYPE attribute_datatype)
```lang=cpp
shared_ptr<EntityTypeBuilder> builder = builder->attribute(attribute_name, attribute_datatype);
```
### EntityTypeBuilder::build()
```lang=cpp
shared_ptr<EntityType> entity_type = builder->build();
```
## Usage example
```lang=cpp
shared_ptr<EntityType> entity_type_logger = EntityTypeBuilderManager::getBuilder()
->name("LOGGER")
->attribute("logger_name", ENT_SYS_DATATYPE_STRING)
->build();
```
| 1.0 | Implement a builder for creating entity types - Implement a builder for creating entity types. This makes the entity system API more fluent.
## EntityTypeBuilder API
### EntityTypeBuilderManager::getBuilder()
```lang=cpp
shared_ptr<EntityTypeBuilder> builder = EntityTypeBuilderManager::getBuilder();
```
### EntityTypeBuilder::name(std::string entity_type_name)
```lang=cpp
shared_ptr<EntityTypeBuilder> builder = builder->name(entity_type_name);
```
### EntityTypeBuilder::uuid(std::string entity_type_uuid)
```lang=cpp
shared_ptr<EntityTypeBuilder> builder = builder->uuid(entity_type_uuid);
```
### EntityTypeBuilder::attribute(std::string attribute_name, ENT_SYS_DATATYPE attribute_datatype)
```lang=cpp
shared_ptr<EntityTypeBuilder> builder = builder->attribute(attribute_name, attribute_datatype);
```
### EntityTypeBuilder::build()
```lang=cpp
shared_ptr<EntityType> entity_type = builder->build();
```
## Usage example
```lang=cpp
shared_ptr<EntityType> entity_type_logger = EntityTypeBuilderManager::getBuilder()
->name("LOGGER")
->attribute("logger_name", ENT_SYS_DATATYPE_STRING)
->build();
```
| priority | implement a builder for creating entity types implement a builder for creating entity types this makes the entity system api more fluent entitytypebuilder api entitytypebuildermanager getbuilder lang cpp shared ptr builder entitytypebuildermanager getbuilder entitytypebuilder name std string entity type name lang cpp shared ptr builder builder name entity type name entitytypebuilder uuid std string entity type uuid lang cpp shared ptr builder builder uuid entity type uuid entitytypebuilder attribute std string attribute name ent sys datatype attribute datatype lang cpp shared ptr builder builder attribute attribute name attribute datatype entitytypebuilder build lang cpp shared ptr entity type builder build usage example lang cpp shared ptr entity type logger entitytypebuildermanager getbuilder name logger attribute logger name ent sys datatype string build | 1 |
379,065 | 11,214,950,393 | IssuesEvent | 2020-01-07 00:15:36 | OneSignal/react-native-onesignal | https://api.github.com/repos/OneSignal/react-native-onesignal | closed | PostNotifications do not take an array of player_ids on Android | Bug: Medium Priority | **Description:**
<!-- (write below this line) -->
On Android (but not iOS) you cannot pass an array of `player_id` strings to the `postNotification` method. Doing so raises a `com.facebook.react.bridge.readablenativemap cannot be cast to java.lang.string` error. You can pass individual `player_id` strings (one at a time) to the postNotification but this workaround is a little messy and means you need to treat the SDK differently for iOS and Android. It seems that the underlying method calls `JSON.stringify` on all parameters but the `player_id` parameter. Stringifying the array of `player_id`s before passing them to the method prevents the error but results in a `404` - ` HTTP code: 400 create notification failed {"errors":["Incorrect player_id format in include_player_ids (not a valid UUID)`. Does anyone have a suggested workaround for this issue that would result in the expected behaviour for both platforms?
**Environment**
<!-- Example:
1. What version of the OneSignal React-Native SDK are you using?
2. How did you add the SDK to your project (eg. npm)
-->
1. `OneSignal React-Native SDK: v3.5.0`
2. `React-Native: v0.61.5`
**Steps to Reproduce Issue:**
<!--
Example:
1. Install the OneSignal SDK using npm into your project
2. Initialize the SDK in the iOS AppDelegate
3. Attempt to receive a push notification
(write below this line) -->
1. Install OneSignal SDK using npm
2. Intialize the SDK for react native
3. Send a `postNotification` using an array of `player_ids`
**Anything else:**
Relevant parts of the stacktrace given in the description but happy to supply more detail if needed.
| 1.0 | PostNotifications do not take an array of player_ids on Android - **Description:**
<!-- (write below this line) -->
On Android (but not iOS) you cannot pass an array of `player_id` strings to the `postNotification` method. Doing so raises a `com.facebook.react.bridge.readablenativemap cannot be cast to java.lang.string` error. You can pass individual `player_id` strings (one at a time) to the postNotification but this workaround is a little messy and means you need to treat the SDK differently for iOS and Android. It seems that the underlying method calls `JSON.stringify` on all parameters but the `player_id` parameter. Stringifying the array of `player_id`s before passing them to the method prevents the error but results in a `404` - ` HTTP code: 400 create notification failed {"errors":["Incorrect player_id format in include_player_ids (not a valid UUID)`. Does anyone have a suggested workaround for this issue that would result in the expected behaviour for both platforms?
**Environment**
<!-- Example:
1. What version of the OneSignal React-Native SDK are you using?
2. How did you add the SDK to your project (eg. npm)
-->
1. `OneSignal React-Native SDK: v3.5.0`
2. `React-Native: v0.61.5`
**Steps to Reproduce Issue:**
<!--
Example:
1. Install the OneSignal SDK using npm into your project
2. Initialize the SDK in the iOS AppDelegate
3. Attempt to receive a push notification
(write below this line) -->
1. Install OneSignal SDK using npm
2. Intialize the SDK for react native
3. Send a `postNotification` using an array of `player_ids`
**Anything else:**
Relevant parts of the stacktrace given in the description but happy to supply more detail if needed.
| priority | postnotifications do not take an array of player ids on android description on android but not ios you cannot pass an array of player id strings to the postnotification method doing so raises a com facebook react bridge readablenativemap cannot be cast to java lang string error you can pass individual player id strings one at a time to the postnotification but this workaround is a little messy and means you need to treat the sdk differently for ios and android it seems that the underlying method calls json stringify on all parameters but the player id parameter stringifying the array of player id s before passing them to the method prevents the error but results in a http code create notification failed errors incorrect player id format in include player ids not a valid uuid does anyone have a suggested workaround for this issue that would result in the expected behaviour for both platforms environment example what version of the onesignal react native sdk are you using how did you add the sdk to your project eg npm onesignal react native sdk react native steps to reproduce issue example install the onesignal sdk using npm into your project initialize the sdk in the ios appdelegate attempt to receive a push notification write below this line install onesignal sdk using npm intialize the sdk for react native send a postnotification using an array of player ids anything else relevant parts of the stacktrace given in the description but happy to supply more detail if needed | 1 |
555,996 | 16,472,813,876 | IssuesEvent | 2021-05-23 19:00:41 | sopra-fs21-group-24/client | https://api.github.com/repos/sopra-fs21-group-24/client | closed | Fix sizing issues in scorebox, make player entries consistent | medium priority | - [ ] Make player's username and score entries consistent
- [ ] Styling should allow for long usernames without overflowing
- [ ] Resize minimap
- [ ] Display correct marker of each player next to name
- [ ] Set size of total score button | 1.0 | Fix sizing issues in scorebox, make player entries consistent - - [ ] Make player's username and score entries consistent
- [ ] Styling should allow for long usernames without overflowing
- [ ] Resize minimap
- [ ] Display correct marker of each player next to name
- [ ] Set size of total score button | priority | fix sizing issues in scorebox make player entries consistent make player s username and score entries consistent styling should allow for long usernames without overflowing resize minimap display correct marker of each player next to name set size of total score button | 1 |
322,249 | 9,815,314,354 | IssuesEvent | 2019-06-13 12:23:07 | MarcTowler/discord-bot | https://api.github.com/repos/MarcTowler/discord-bot | closed | Create Command for outstanding !eventrequest | Enhancement Medium Priority | **Is your feature request related to a problem? Please describe.**
[22:07] Kayowin: What if there was an officer specific command which pulled outstanding requests for their platform from the last 7 days...
**Additional context**
Data is only stored in google docs, could look at one of two things:
1. Store event requests in the API database then need to implement #52 to update an event being taken
2. pull from the sheet if an officer has not been assigned | 1.0 | Create Command for outstanding !eventrequest - **Is your feature request related to a problem? Please describe.**
[22:07] Kayowin: What if there was an officer specific command which pulled outstanding requests for their platform from the last 7 days...
**Additional context**
Data is only stored in google docs, could look at one of two things:
1. Store event requests in the API database then need to implement #52 to update an event being taken
2. pull from the sheet if an officer has not been assigned | priority | create command for outstanding eventrequest is your feature request related to a problem please describe kayowin what if there was an officer specific command which pulled outstanding requests for their platform from the last days additional context data is only stored in google docs could look at one of two things store event requests in the api database then need to implement to update an event being taken pull from the sheet if an officer has not been assigned | 1 |
225,933 | 7,496,453,167 | IssuesEvent | 2018-04-08 09:33:45 | CS2103JAN2018-W09-B3/main | https://api.github.com/repos/CS2103JAN2018-W09-B3/main | closed | addMS: Refactor to use Preamble instead of Index i/ | priority.medium type.task | Use the preamble from AddCommand or AddLessonCommand instead of Index argument i/ | 1.0 | addMS: Refactor to use Preamble instead of Index i/ - Use the preamble from AddCommand or AddLessonCommand instead of Index argument i/ | priority | addms refactor to use preamble instead of index i use the preamble from addcommand or addlessoncommand instead of index argument i | 1 |
318,626 | 9,695,324,750 | IssuesEvent | 2019-05-24 22:00:35 | etternagame/etterna | https://api.github.com/repos/etternagame/etterna | opened | Changing devices (plugging or removing) causes game stutter | Priority: Medium | This is due to "Polling for Joystick Changes" usually, which lasts for 60 seconds.
Something should be done to either stop this or subdue the stuttering.
Possibly related: #484 | 1.0 | Changing devices (plugging or removing) causes game stutter - This is due to "Polling for Joystick Changes" usually, which lasts for 60 seconds.
Something should be done to either stop this or subdue the stuttering.
Possibly related: #484 | priority | changing devices plugging or removing causes game stutter this is due to polling for joystick changes usually which lasts for seconds something should be done to either stop this or subdue the stuttering possibly related | 1 |
56,910 | 3,081,215,239 | IssuesEvent | 2015-08-22 13:59:09 | bitfighter/bitfighter | https://api.github.com/repos/bitfighter/bitfighter | closed | in-game font allows nickname impersonation | bug imported Priority-Medium | _From [buckyballreaction](https://code.google.com/u/buckyballreaction/) on September 21, 2011 15:39:40_
Some players brought up the problem the in-game font uses the same or similar drawing routines and allows impersonation of players:
- that a lower-case el 'l' and an upper-case eye 'I' are identical
- it's hard to distinguish between lower-case 'a' and an 'o'
- others?
Solutions:
1. change to a different font like 'Verdana' that makes characters more distinguishable
2. Adjust our current font 'freeglut_stroke_roman' and add distinguishing features
Thoughts?
_Original issue: http://code.google.com/p/bitfighter/issues/detail?id=133_ | 1.0 | in-game font allows nickname impersonation - _From [buckyballreaction](https://code.google.com/u/buckyballreaction/) on September 21, 2011 15:39:40_
Some players brought up the problem the in-game font uses the same or similar drawing routines and allows impersonation of players:
- that a lower-case el 'l' and an upper-case eye 'I' are identical
- it's hard to distinguish between lower-case 'a' and an 'o'
- others?
Solutions:
1. change to a different font like 'Verdana' that makes characters more distinguishable
2. Adjust our current font 'freeglut_stroke_roman' and add distinguishing features
Thoughts?
_Original issue: http://code.google.com/p/bitfighter/issues/detail?id=133_ | priority | in game font allows nickname impersonation from on september some players brought up the problem the in game font uses the same or similar drawing routines and allows impersonation of players that a lower case el l and an upper case eye i are identical it s hard to distinguish between lower case a and an o others solutions change to a different font like verdana that makes characters more distinguishable adjust our current font freeglut stroke roman and add distinguishing features thoughts original issue | 1 |
478,023 | 13,771,522,895 | IssuesEvent | 2020-10-07 22:11:57 | SD2E/experimental-intent-parser | https://api.github.com/repos/SD2E/experimental-intent-parser | closed | Support missing required information for protocols in a Parameter table | bug medium priority | IP is set to do a shallow walk through of Strateos’s information by collecting information that are 2 levels deep.
Information listed below are required Strateos's information that needs to be generated when first creating a parameter table from IP's drop down menu item. However, these required information are nested 3 levels deep and as result, gets ignored by IP when generating these required default values. This issue will need to be fixed by having IP iterate through all levels of information to ensure that no "required" information is dropped when generating default parameters.
```
Protocol ID
Induction culture volume 10 microliter
Induction media volume 1000 microliter
Induction sample read solvent volume 80 microliter
Induction sampling read culture volume 20 microliter
Induction sampline read solvent PBS
Induction sampling flow culture volume 200 microliter
Induction sampling flow solvent volume 0 microliter
Induction sampling flow solvent PBS
Induction sampling strain before flow None
```
| 1.0 | Support missing required information for protocols in a Parameter table - IP is set to do a shallow walk through of Strateos’s information by collecting information that are 2 levels deep.
Information listed below are required Strateos's information that needs to be generated when first creating a parameter table from IP's drop down menu item. However, these required information are nested 3 levels deep and as result, gets ignored by IP when generating these required default values. This issue will need to be fixed by having IP iterate through all levels of information to ensure that no "required" information is dropped when generating default parameters.
```
Protocol ID
Induction culture volume 10 microliter
Induction media volume 1000 microliter
Induction sample read solvent volume 80 microliter
Induction sampling read culture volume 20 microliter
Induction sampline read solvent PBS
Induction sampling flow culture volume 200 microliter
Induction sampling flow solvent volume 0 microliter
Induction sampling flow solvent PBS
Induction sampling strain before flow None
```
| priority | support missing required information for protocols in a parameter table ip is set to do a shallow walk through of strateos’s information by collecting information that are levels deep information listed below are required strateos s information that needs to be generated when first creating a parameter table from ip s drop down menu item however these required information are nested levels deep and as result gets ignored by ip when generating these required default values this issue will need to be fixed by having ip iterate through all levels of information to ensure that no required information is dropped when generating default parameters protocol id induction culture volume microliter induction media volume microliter induction sample read solvent volume microliter induction sampling read culture volume microliter induction sampline read solvent pbs induction sampling flow culture volume microliter induction sampling flow solvent volume microliter induction sampling flow solvent pbs induction sampling strain before flow none | 1 |
136,752 | 5,288,478,450 | IssuesEvent | 2017-02-08 15:14:27 | Alexey-Yakovenko/deadbeef | https://api.github.com/repos/Alexey-Yakovenko/deadbeef | closed | Converter loses encoder tags | bug Priority-Medium | Original [issue 1114](https://code.google.com/p/ddb/issues/detail?id=1114) created by Alexey-Yakovenko on 2014-05-15T15:16:45.000Z:
<b>What steps will reproduce the problem?</b>
<b>Какие шаги приводят к воспроизведению</b>
<b>проблемы?</b>
1. Configure the converter to encode in a format where the encoder adds some tags.
2. Convert a file with tags copied from the original file.
3. Convert a file with tags not copied.
<b>What is the expected output? What do you see instead?</b>
<b>Какой ожидаемый вывод? Что вы видите</b>
<b>вместо него?</b>
Both converted files should keep the encoder tags. For examples opusenc automatically adds an ENCODER tag. oggenc (for Vorbis) adds tags only if certain command line options are used. The file with tags copied from the original file no longer has the encoder tags.
<b>What version of the product are you using? On what operating system and CPU</b>
<b>architecture?</b>
<b>Какую версию продукта вы используете? На</b>
<b>какой операционной системе и</b>
<b>архитектуре CPU?</b>
trunk
Crunchbang Linux
Pentium 4
<b>How did you install the product?</b>
<b>Как вы установили продукт?</b>
Build from source
<b>Please provide any additional information below.</b>
<b>Пожалуйста, предоставьте любую</b>
<b>дополнительную информацию ниже.</b>
Tags are copied into converted files by passing a set of metadata from the converter to the plugin, then the plugin writes them to the file. This does not include any tags in the brand new converted file, only those from the original file. The plugin has no way to know whether tags in the file but not in the metadata have been deliberately or accidentally removed, so probably the converter needs to take care of this.
| 1.0 | Converter loses encoder tags - Original [issue 1114](https://code.google.com/p/ddb/issues/detail?id=1114) created by Alexey-Yakovenko on 2014-05-15T15:16:45.000Z:
<b>What steps will reproduce the problem?</b>
<b>Какие шаги приводят к воспроизведению</b>
<b>проблемы?</b>
1. Configure the converter to encode in a format where the encoder adds some tags.
2. Convert a file with tags copied from the original file.
3. Convert a file with tags not copied.
<b>What is the expected output? What do you see instead?</b>
<b>Какой ожидаемый вывод? Что вы видите</b>
<b>вместо него?</b>
Both converted files should keep the encoder tags. For examples opusenc automatically adds an ENCODER tag. oggenc (for Vorbis) adds tags only if certain command line options are used. The file with tags copied from the original file no longer has the encoder tags.
<b>What version of the product are you using? On what operating system and CPU</b>
<b>architecture?</b>
<b>Какую версию продукта вы используете? На</b>
<b>какой операционной системе и</b>
<b>архитектуре CPU?</b>
trunk
Crunchbang Linux
Pentium 4
<b>How did you install the product?</b>
<b>Как вы установили продукт?</b>
Build from source
<b>Please provide any additional information below.</b>
<b>Пожалуйста, предоставьте любую</b>
<b>дополнительную информацию ниже.</b>
Tags are copied into converted files by passing a set of metadata from the converter to the plugin, then the plugin writes them to the file. This does not include any tags in the brand new converted file, only those from the original file. The plugin has no way to know whether tags in the file but not in the metadata have been deliberately or accidentally removed, so probably the converter needs to take care of this.
| priority | converter loses encoder tags original created by alexey yakovenko on what steps will reproduce the problem какие шаги приводят к воспроизведению проблемы configure the converter to encode in a format where the encoder adds some tags convert a file with tags copied from the original file convert a file with tags not copied what is the expected output what do you see instead какой ожидаемый вывод что вы видите вместо него both converted files should keep the encoder tags for examples opusenc automatically adds an encoder tag oggenc for vorbis adds tags only if certain command line options are used the file with tags copied from the original file no longer has the encoder tags what version of the product are you using on what operating system and cpu architecture какую версию продукта вы используете на какой операционной системе и архитектуре cpu trunk crunchbang linux pentium how did you install the product как вы установили продукт build from source please provide any additional information below пожалуйста предоставьте любую дополнительную информацию ниже tags are copied into converted files by passing a set of metadata from the converter to the plugin then the plugin writes them to the file this does not include any tags in the brand new converted file only those from the original file the plugin has no way to know whether tags in the file but not in the metadata have been deliberately or accidentally removed so probably the converter needs to take care of this | 1 |
3,220 | 2,537,506,589 | IssuesEvent | 2015-01-26 21:04:07 | web2py/web2py | https://api.github.com/repos/web2py/web2py | opened | The Bayesian classifier turns 'one to one' into 'one-to-many' relationship | 1 star bug imported Priority-Medium | _From [matheus...._at_gmail.com](https://code.google.com/u/117634160511727602807/) on January 16, 2014 23:20:05_
What steps will reproduce the problem? 1. Use the populate.py module and populates TABLE A that is referenced by TABLE B
2. Populates with the same module the TABLE B with the same quantity of TABLE A What is the expected output? What do you see instead? TABLE B should have the same ids of TABLE A on the reference column. Instead of it, appears some repeated ids on TABLE B, turning a possible 'one to one' relationship (like a house and its address) between these tables onto a 'many-to-many' relationship (like a house with many addresses). What version of the product are you using? On what operating system? 2.7.4-stable+timestamp.2013.10.14.15.16.29
(Running on Rocket 1.2.6, Python 2.7.4) Please provide any additional information below. Code sample
\#house_address has a reference column that points to house table
n = 9
populate(db.house,n=n)
populate(db.house_address,n=n)
_Original issue: http://code.google.com/p/web2py/issues/detail?id=1856_ | 1.0 | The Bayesian classifier turns 'one to one' into 'one-to-many' relationship - _From [matheus...._at_gmail.com](https://code.google.com/u/117634160511727602807/) on January 16, 2014 23:20:05_
What steps will reproduce the problem? 1. Use the populate.py module and populates TABLE A that is referenced by TABLE B
2. Populates with the same module the TABLE B with the same quantity of TABLE A What is the expected output? What do you see instead? TABLE B should have the same ids of TABLE A on the reference column. Instead of it, appears some repeated ids on TABLE B, turning a possible 'one to one' relationship (like a house and its address) between these tables onto a 'many-to-many' relationship (like a house with many addresses). What version of the product are you using? On what operating system? 2.7.4-stable+timestamp.2013.10.14.15.16.29
(Running on Rocket 1.2.6, Python 2.7.4) Please provide any additional information below. Code sample
\#house_address has a reference column that points to house table
n = 9
populate(db.house,n=n)
populate(db.house_address,n=n)
_Original issue: http://code.google.com/p/web2py/issues/detail?id=1856_ | priority | the bayesian classifier turns one to one into one to many relationship from on january what steps will reproduce the problem use the populate py module and populates table a that is referenced by table b populates with the same module the table b with the same quantity of table a what is the expected output what do you see instead table b should have the same ids of table a on the reference column instead of it appears some repeated ids on table b turning a possible one to one relationship like a house and its address between these tables onto a many to many relationship like a house with many addresses what version of the product are you using on what operating system stable timestamp running on rocket python please provide any additional information below code sample house address has a reference column that points to house table n populate db house n n populate db house address n n original issue | 1 |
825,527 | 31,393,273,817 | IssuesEvent | 2023-08-26 16:03:52 | tcet-opensource/erp-backend | https://api.github.com/repos/tcet-opensource/erp-backend | closed | [Feat]: [Create a model for coursework] | enhancement good first issue Issue Size: 1 Priority: Medium Models | ## Description
Create a coursework model
This model will be named coursework.js
create a schema with key and value pairs with appropriate conditions.
Models should be added to the model folder.
## Proposed Solution
```
student: Student
type: str ENUM: [onCampus, offCampus]
course: Course
task: objectID [ref: Practical, Tutorial, Assignment ]
activity: Activity
marks: int
``` | 1.0 | [Feat]: [Create a model for coursework] - ## Description
Create a coursework model
This model will be named coursework.js
create a schema with key and value pairs with appropriate conditions.
Models should be added to the model folder.
## Proposed Solution
```
student: Student
type: str ENUM: [onCampus, offCampus]
course: Course
task: objectID [ref: Practical, Tutorial, Assignment ]
activity: Activity
marks: int
``` | priority | description create a coursework model this model will be named coursework js create a schema with key and value pairs with appropriate conditions models should be added to the model folder proposed solution student student type str enum course course task objectid activity activity marks int | 1 |
55,482 | 3,073,482,057 | IssuesEvent | 2015-08-19 22:13:12 | RobotiumTech/robotium | https://api.github.com/repos/RobotiumTech/robotium | closed | random waitForRemoteRunning Timeout occurs when calling any Robotium RC function | bug imported Priority-Medium | _From [ferenc.l...@gmail.com](https://code.google.com/u/111981549452623180217/) on February 28, 2013 03:51:16_
What steps will reproduce the problem? Using the robotium rc function often result a "waitForRemoteRunning Timeout". I experienced that any remote function call should result such an error and usually form 100 calls one used to throw this exception. What is the expected output? What do you see instead? I don't expect any communication protocol timeout. What version of the product are you using? On what operating system? Im using Robotium RC 2012.12.12 on win7 32bit, with various android devices (with sdk 2.3 to 4.2) (newer and faster devices does not seem to have this issue less frequent). Please provide any additional information below. Im using testng to run tests.
consol output and logcat parts attached.
**Attachment:** [consoloutput.txt logcatoutput.txt](http://code.google.com/p/robotium/issues/detail?id=400)
_Original issue: http://code.google.com/p/robotium/issues/detail?id=400_ | 1.0 | random waitForRemoteRunning Timeout occurs when calling any Robotium RC function - _From [ferenc.l...@gmail.com](https://code.google.com/u/111981549452623180217/) on February 28, 2013 03:51:16_
What steps will reproduce the problem? Using the robotium rc function often result a "waitForRemoteRunning Timeout". I experienced that any remote function call should result such an error and usually form 100 calls one used to throw this exception. What is the expected output? What do you see instead? I don't expect any communication protocol timeout. What version of the product are you using? On what operating system? Im using Robotium RC 2012.12.12 on win7 32bit, with various android devices (with sdk 2.3 to 4.2) (newer and faster devices does not seem to have this issue less frequent). Please provide any additional information below. Im using testng to run tests.
consol output and logcat parts attached.
**Attachment:** [consoloutput.txt logcatoutput.txt](http://code.google.com/p/robotium/issues/detail?id=400)
_Original issue: http://code.google.com/p/robotium/issues/detail?id=400_ | priority | random waitforremoterunning timeout occurs when calling any robotium rc function from on february what steps will reproduce the problem using the robotium rc function often result a waitforremoterunning timeout i experienced that any remote function call should result such an error and usually form calls one used to throw this exception what is the expected output what do you see instead i don t expect any communication protocol timeout what version of the product are you using on what operating system im using robotium rc on with various android devices with sdk to newer and faster devices does not seem to have this issue less frequent please provide any additional information below im using testng to run tests consol output and logcat parts attached attachment original issue | 1 |
430,821 | 12,466,543,478 | IssuesEvent | 2020-05-28 15:38:02 | oVirt/ovirt-web-ui | https://api.github.com/repos/oVirt/ovirt-web-ui | closed | Can't set disks as bootable | Flag: Needs QE Priority: High Severity: Medium Type: Bug | Disks cannot be set/unset as bootable.
Also the first added disk should be set as bootable | 1.0 | Can't set disks as bootable - Disks cannot be set/unset as bootable.
Also the first added disk should be set as bootable | priority | can t set disks as bootable disks cannot be set unset as bootable also the first added disk should be set as bootable | 1 |
789,451 | 27,790,285,582 | IssuesEvent | 2023-03-17 08:22:00 | notofonts/tamil | https://api.github.com/repos/notofonts/tamil | closed | Tamil: "isolated" form of U+0BC2 is different from the Unicode code charts | Android Script-Tamil Priority-Medium in-evaluation A:Drawing | The "isolated" form of U+0BC2 (e.g. when applied to a U+25CC i.e. the glyph cmaped from U+0BC2) is different from what is shown in the Unicode code charts.
I do understand that Tamils learn they script as a syllabary, and therefore that the "isolated" form of vowel signs is rarely seen in practice.
| 1.0 | Tamil: "isolated" form of U+0BC2 is different from the Unicode code charts - The "isolated" form of U+0BC2 (e.g. when applied to a U+25CC i.e. the glyph cmaped from U+0BC2) is different from what is shown in the Unicode code charts.
I do understand that Tamils learn they script as a syllabary, and therefore that the "isolated" form of vowel signs is rarely seen in practice.
| priority | tamil isolated form of u is different from the unicode code charts the isolated form of u e g when applied to a u i e the glyph cmaped from u is different from what is shown in the unicode code charts i do understand that tamils learn they script as a syllabary and therefore that the isolated form of vowel signs is rarely seen in practice | 1 |
307,643 | 9,419,800,163 | IssuesEvent | 2019-04-10 23:19:31 | smacademic/project-bdf | https://api.github.com/repos/smacademic/project-bdf | closed | Network issues are not handled when making a connection to Reddit | priority: medium type: wrong | **Describe the bug**
If the bot fails to successfully make a connection to Reddit, it throws an exception. This is more of an issue now that the bot is planned to run continuously (see PR #44). If a network failure or Reddit downtime prevents to bot from connecting to Reddit, the bot will stop.
**To Reproduce**
Steps to reproduce the behavior:
1. Run the bot
2. Turn off the bot's network access (for example, by disconnecting your computer from the internet)
3. Wait for the bot to timeout its network requests (5-30 seconds)
**Expected behavior**
When the bot fails to make a connection to Reddit, it should wait a predefined amount of time and then attempt another connection, rather than quitting completely. This prevents the need to restart the bot after any Reddit downtime or temporary network issues.
**Screenshots/Logs**
Here is an example of an error thrown when there is no network access at all:
```
error with request HTTPSConnectionPool(host='oauth.reddit.com', port=443): Max retries exceeded with url: /message/unread/?mark=False&limit=100&raw_json=1 (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x0DE36AB0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed',))
```
**Project information**
Present since M1, but became more of an issue with the introduction of the bot continuously running (`run-bot-continuously: cc16108a97283e8d26b9b81580bb6608e667fc45)
**Additional context**
The bot should likely wait at least 30 seconds before retrying a connection attempt.
| 1.0 | Network issues are not handled when making a connection to Reddit - **Describe the bug**
If the bot fails to successfully make a connection to Reddit, it throws an exception. This is more of an issue now that the bot is planned to run continuously (see PR #44). If a network failure or Reddit downtime prevents to bot from connecting to Reddit, the bot will stop.
**To Reproduce**
Steps to reproduce the behavior:
1. Run the bot
2. Turn off the bot's network access (for example, by disconnecting your computer from the internet)
3. Wait for the bot to timeout its network requests (5-30 seconds)
**Expected behavior**
When the bot fails to make a connection to Reddit, it should wait a predefined amount of time and then attempt another connection, rather than quitting completely. This prevents the need to restart the bot after any Reddit downtime or temporary network issues.
**Screenshots/Logs**
Here is an example of an error thrown when there is no network access at all:
```
error with request HTTPSConnectionPool(host='oauth.reddit.com', port=443): Max retries exceeded with url: /message/unread/?mark=False&limit=100&raw_json=1 (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x0DE36AB0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed',))
```
**Project information**
Present since M1, but became more of an issue with the introduction of the bot continuously running (`run-bot-continuously: cc16108a97283e8d26b9b81580bb6608e667fc45)
**Additional context**
The bot should likely wait at least 30 seconds before retrying a connection attempt.
| priority | network issues are not handled when making a connection to reddit describe the bug if the bot fails to successfully make a connection to reddit it throws an exception this is more of an issue now that the bot is planned to run continuously see pr if a network failure or reddit downtime prevents to bot from connecting to reddit the bot will stop to reproduce steps to reproduce the behavior run the bot turn off the bot s network access for example by disconnecting your computer from the internet wait for the bot to timeout its network requests seconds expected behavior when the bot fails to make a connection to reddit it should wait a predefined amount of time and then attempt another connection rather than quitting completely this prevents the need to restart the bot after any reddit downtime or temporary network issues screenshots logs here is an example of an error thrown when there is no network access at all error with request httpsconnectionpool host oauth reddit com port max retries exceeded with url message unread mark false limit raw json caused by newconnectionerror failed to establish a new connection getaddrinfo failed project information present since but became more of an issue with the introduction of the bot continuously running run bot continuously additional context the bot should likely wait at least seconds before retrying a connection attempt | 1 |
182,991 | 6,676,176,199 | IssuesEvent | 2017-10-05 03:32:46 | CatherineEvelyn/wedding-planner | https://api.github.com/repos/CatherineEvelyn/wedding-planner | opened | Compartmentalize stylesheets into a base and page-specific styles | enhancement/feature priority: 2 medium skill: back-end skill: front-end | ## Problem / motivation
We don't want to re-load a bulk CSS file every time a user visits a new page. The way we can get around this is by having core styles that are loaded, and then page-specific styles that load in dynamically.
[Post a picture here if it's a visual bug, or post a picture of the design if it's a feature]
## Proposed solution
On the layout.html page, we should have a link to our core styles.css sheet. Then, add a {% block head %} in the following line that is filled in by the head block in each of the extending templates.
| 1.0 | Compartmentalize stylesheets into a base and page-specific styles - ## Problem / motivation
We don't want to re-load a bulk CSS file every time a user visits a new page. The way we can get around this is by having core styles that are loaded, and then page-specific styles that load in dynamically.
[Post a picture here if it's a visual bug, or post a picture of the design if it's a feature]
## Proposed solution
On the layout.html page, we should have a link to our core styles.css sheet. Then, add a {% block head %} in the following line that is filled in by the head block in each of the extending templates.
| priority | compartmentalize stylesheets into a base and page specific styles problem motivation we don t want to re load a bulk css file every time a user visits a new page the way we can get around this is by having core styles that are loaded and then page specific styles that load in dynamically proposed solution on the layout html page we should have a link to our core styles css sheet then add a block head in the following line that is filled in by the head block in each of the extending templates | 1 |
666,676 | 22,363,549,286 | IssuesEvent | 2022-06-15 23:46:43 | pystardust/ani-cli | https://api.github.com/repos/pystardust/ani-cli | closed | `/usr/bin/ani-cli: line 470: /usr/bin/players/player_mpv: No such file or directory` | type: bug priority 2: medium | Version: Latest on AUR (i can't use the --version flag)
OS: Manjaro Linux
Shell: zsh
ani-cli is not working.
when i run `ani-cli` on terminal it returns `
/usr/bin/ani-cli: line 470: /usr/bin/players/player_mpv: No such file or directory`
**Steps To Reproduce**
1. Install ani-cli using yay
2. Run `ani-cli`
3. See error
**Expected behavior**
ani-cli should work
| 1.0 | `/usr/bin/ani-cli: line 470: /usr/bin/players/player_mpv: No such file or directory` - Version: Latest on AUR (i can't use the --version flag)
OS: Manjaro Linux
Shell: zsh
ani-cli is not working.
when i run `ani-cli` on terminal it returns `
/usr/bin/ani-cli: line 470: /usr/bin/players/player_mpv: No such file or directory`
**Steps To Reproduce**
1. Install ani-cli using yay
2. Run `ani-cli`
3. See error
**Expected behavior**
ani-cli should work
| priority | usr bin ani cli line usr bin players player mpv no such file or directory version latest on aur i can t use the version flag os manjaro linux shell zsh ani cli is not working when i run ani cli on terminal it returns usr bin ani cli line usr bin players player mpv no such file or directory steps to reproduce install ani cli using yay run ani cli see error expected behavior ani cli should work | 1 |
603,122 | 18,528,248,157 | IssuesEvent | 2021-10-21 00:19:17 | AY2122S1-CS2103T-F13-3/tp | https://api.github.com/repos/AY2122S1-CS2103T-F13-3/tp | closed | Add tests for Undo and Redo feature | priority.High severity.Medium | - [ ] Tests for Undo
- [ ] Tests for Redo
- [ ] Tests for Undoable Commands | 1.0 | Add tests for Undo and Redo feature - - [ ] Tests for Undo
- [ ] Tests for Redo
- [ ] Tests for Undoable Commands | priority | add tests for undo and redo feature tests for undo tests for redo tests for undoable commands | 1 |
770,403 | 27,038,999,487 | IssuesEvent | 2023-02-13 02:27:18 | encorelab/ck-board | https://api.github.com/repos/encorelab/ck-board | closed | Rename TODO Types | enhancement medium priority | 1. Let's rename the following types:
- Cognitive strategies --> Content learning
- Social-emotional learning supports --> Social-emotional learning
- Behavioural engagement strategies --> Classroom engagement
2. Also, can we update the tooltip info to:
Content learning (i.e., learning strategies for memorization, recall, or application of knowledge)
Social-emotional learning (i.e., supports for developing your emotional awareness, stress management, motivation, math identity, relationships, or critical/creative thinking)
Classroom engagement (i.e., practices for improving learning engagement, e.g., note-taking, asking questions, designing/explaining/suggesting ideas, or generating/sharing ideas with classmates)
P.S. Don't worry about clobbering existing info, I have a record of their TODOs so I can reset the type values | 1.0 | Rename TODO Types - 1. Let's rename the following types:
- Cognitive strategies --> Content learning
- Social-emotional learning supports --> Social-emotional learning
- Behavioural engagement strategies --> Classroom engagement
2. Also, can we update the tooltip info to:
Content learning (i.e., learning strategies for memorization, recall, or application of knowledge)
Social-emotional learning (i.e., supports for developing your emotional awareness, stress management, motivation, math identity, relationships, or critical/creative thinking)
Classroom engagement (i.e., practices for improving learning engagement, e.g., note-taking, asking questions, designing/explaining/suggesting ideas, or generating/sharing ideas with classmates)
P.S. Don't worry about clobbering existing info, I have a record of their TODOs so I can reset the type values | priority | rename todo types let s rename the following types cognitive strategies content learning social emotional learning supports social emotional learning behavioural engagement strategies classroom engagement also can we update the tooltip info to content learning i e learning strategies for memorization recall or application of knowledge social emotional learning i e supports for developing your emotional awareness stress management motivation math identity relationships or critical creative thinking classroom engagement i e practices for improving learning engagement e g note taking asking questions designing explaining suggesting ideas or generating sharing ideas with classmates p s don t worry about clobbering existing info i have a record of their todos so i can reset the type values | 1 |
592,894 | 17,933,395,378 | IssuesEvent | 2021-09-10 12:27:41 | landinfotech/civitas-asset-management | https://api.github.com/repos/landinfotech/civitas-asset-management | closed | Minor text edits | medium priority | 1. Edit text
Replace “Summary of the problem” with “Summary of issue or task”
Replace “Description of your issue” with “Description of issue or task”

2. Edit text
“Below is the asset(s) selected for the new ticket”
“Click here to show the asset(s) on the map”

| 1.0 | Minor text edits - 1. Edit text
Replace “Summary of the problem” with “Summary of issue or task”
Replace “Description of your issue” with “Description of issue or task”

2. Edit text
“Below is the asset(s) selected for the new ticket”
“Click here to show the asset(s) on the map”

| priority | minor text edits edit text replace “summary of the problem” with “summary of issue or task” replace “description of your issue” with “description of issue or task” edit text “below is the asset s selected for the new ticket” “click here to show the asset s on the map” | 1 |
144,109 | 5,535,991,878 | IssuesEvent | 2017-03-21 18:33:47 | JoelDesante/Boatman-Comics | https://api.github.com/repos/JoelDesante/Boatman-Comics | closed | Re-digitalize Comics 7 & 13 | Medium Priority TODO | **# Re-scan/photograph (digitalize) comic 7 & 13.**
The colors are off and the lighting is not good enough for a clear view of the image on the site. | 1.0 | Re-digitalize Comics 7 & 13 - **# Re-scan/photograph (digitalize) comic 7 & 13.**
The colors are off and the lighting is not good enough for a clear view of the image on the site. | priority | re digitalize comics re scan photograph digitalize comic the colors are off and the lighting is not good enough for a clear view of the image on the site | 1 |
686,672 | 23,500,864,590 | IssuesEvent | 2022-08-18 08:18:20 | netdata/netdata-cloud | https://api.github.com/repos/netdata/netdata-cloud | closed | [Bug]: Chart type on custom dashboards not respected when opinionated defaults exists | bug priority/medium visualizations-team cloud-frontend | ### Bug description
When we have a chart like `system.load` where we have some _opinionated_ defaults for the representation of it, we don't respect when a user overrides those when the chart is loaded again (e.g. when switching tabs) we fallback to the defaults.
List of the _opinionated_ charts [here](https://github.com/netdata/charts/blob/b60631c393955aca948eaf8d141100806f97774b/src/sdk/filters/getDimensions.js)
### Expected behavior
On a custom dashboard we should give flexibility for the user to chose how he wants to see the charts represented and not override the chart type with the default.
### Steps to reproduce
1. Add a `system.load` chart to a custom dashboard
2. Change the group by to something other than `dimension`
3. Change the chart type to `line`
4. Save and switch tabs and come back to the custom dashboard
### Screenshots

### Error Logs
_No response_
### Desktop
OS: Windows 10
Browser [e.g. chrome, safari]
Browser Version [e.g. 22]

### Additional context
_No response_ | 1.0 | [Bug]: Chart type on custom dashboards not respected when opinionated defaults exists - ### Bug description
When we have a chart like `system.load` where we have some _opinionated_ defaults for the representation of it, we don't respect when a user overrides those when the chart is loaded again (e.g. when switching tabs) we fallback to the defaults.
List of the _opinionated_ charts [here](https://github.com/netdata/charts/blob/b60631c393955aca948eaf8d141100806f97774b/src/sdk/filters/getDimensions.js)
### Expected behavior
On a custom dashboard we should give flexibility for the user to chose how he wants to see the charts represented and not override the chart type with the default.
### Steps to reproduce
1. Add a `system.load` chart to a custom dashboard
2. Change the group by to something other than `dimension`
3. Change the chart type to `line`
4. Save and switch tabs and come back to the custom dashboard
### Screenshots

### Error Logs
_No response_
### Desktop
OS: Windows 10
Browser [e.g. chrome, safari]
Browser Version [e.g. 22]

### Additional context
_No response_ | priority | chart type on custom dashboards not respected when opinionated defaults exists bug description when we have a chart like system load where we have some opinionated defaults for the representation of it we don t respect when a user overrides those when the chart is loaded again e g when switching tabs we fallback to the defaults list of the opinionated charts expected behavior on a custom dashboard we should give flexibility for the user to chose how he wants to see the charts represented and not override the chart type with the default steps to reproduce add a system load chart to a custom dashboard change the group by to something other than dimension change the chart type to line save and switch tabs and come back to the custom dashboard screenshots error logs no response desktop os windows browser browser version additional context no response | 1 |
660,954 | 22,036,746,761 | IssuesEvent | 2022-05-28 18:02:21 | pystardust/ani-cli | https://api.github.com/repos/pystardust/ani-cli | opened | VLC sound issues | type: bug priority 2: medium | **Metadata**
Version: 2.2.0
OS: Gentoo Linux
Shell: Bash
Anime: Shingeki no Kyojin The Final Season part 2
**Describe the bug**
When playing any episode of the final season part 2 of Aot, VLC starts acting weird. Seeking or skipping ahead by any amount breaks sound, and then I am completely unable to change the player position with the video playing. Seems to only happen with this anime.
**Steps To Reproduce**
1. Run `ani-cli -d flcl`
2. Choose AOT Final Season part 2
3. Select any episode
4. Skip ahead or seek
**Expected behavior**
Sound and player position should work fine | 1.0 | VLC sound issues - **Metadata**
Version: 2.2.0
OS: Gentoo Linux
Shell: Bash
Anime: Shingeki no Kyojin The Final Season part 2
**Describe the bug**
When playing any episode of the final season part 2 of Aot, VLC starts acting weird. Seeking or skipping ahead by any amount breaks sound, and then I am completely unable to change the player position with the video playing. Seems to only happen with this anime.
**Steps To Reproduce**
1. Run `ani-cli -d flcl`
2. Choose AOT Final Season part 2
3. Select any episode
4. Skip ahead or seek
**Expected behavior**
Sound and player position should work fine | priority | vlc sound issues metadata version os gentoo linux shell bash anime shingeki no kyojin the final season part describe the bug when playing any episode of the final season part of aot vlc starts acting weird seeking or skipping ahead by any amount breaks sound and then i am completely unable to change the player position with the video playing seems to only happen with this anime steps to reproduce run ani cli d flcl choose aot final season part select any episode skip ahead or seek expected behavior sound and player position should work fine | 1 |
384,720 | 11,402,211,231 | IssuesEvent | 2020-01-31 02:16:00 | NIFCLOUD-mbaas/ncmb_ios | https://api.github.com/repos/NIFCLOUD-mbaas/ncmb_ios | closed | iOS8のテストエラー | Priority: Medium | ## 不具合の概要(Description of bug)
- SDKのバージョン(SDK version)
v2.3.6
- 不具合が発生した環境(Environment requirement)
Xcode 8.2.1
- 不具合を再現させる手順・サンプルコード(Step for Reproduce bug / Sample code)
iPhone6, iOS8.4でcd NCMBTests -> pod install -> NCMBTests.xcworkspaceを開き、Product -> test を実行すると、BuildはできるがTest時に下記のエラーが出る
- エラーメッセージ(Error messages)
```
2017-07-19 16:45:49.430 xctest[7430:119634] The bundle “NCMBTests” couldn’t be loaded. Try reinstalling the bundle.
2017-07-19 16:45:49.431 xctest[7430:119634] (dlopen(/Users/sci01626/Library/Developer/Xcode/DerivedData/NCMBTests-copshtuogmabebduuwbfisfqrzoq/Build/Products/Debug-iphonesimulator/NCMBTests.xctest/NCMBTests, 265): Symbol not found: ___NSArray0__
Referenced from: /Users/sci01626/Library/Developer/Xcode/DerivedData/NCMBTests-copshtuogmabebduuwbfisfqrzoq/Build/Products/Debug-iphonesimulator/NCMBTests.xctest/NCMBTests (which was built for iOS 9.2)
Expected in: /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
in /Users/sci01626/Library/Developer/Xcode/DerivedData/NCMBTests-copshtuogmabebduuwbfisfqrzoq/Build/Products/Debug-iphonesimulator/NCMBTests.xctest/NCMBTests)
Program ended with exit code: 83
``` | 1.0 | iOS8のテストエラー - ## 不具合の概要(Description of bug)
- SDKのバージョン(SDK version)
v2.3.6
- 不具合が発生した環境(Environment requirement)
Xcode 8.2.1
- 不具合を再現させる手順・サンプルコード(Step for Reproduce bug / Sample code)
iPhone6, iOS8.4でcd NCMBTests -> pod install -> NCMBTests.xcworkspaceを開き、Product -> test を実行すると、BuildはできるがTest時に下記のエラーが出る
- エラーメッセージ(Error messages)
```
2017-07-19 16:45:49.430 xctest[7430:119634] The bundle “NCMBTests” couldn’t be loaded. Try reinstalling the bundle.
2017-07-19 16:45:49.431 xctest[7430:119634] (dlopen(/Users/sci01626/Library/Developer/Xcode/DerivedData/NCMBTests-copshtuogmabebduuwbfisfqrzoq/Build/Products/Debug-iphonesimulator/NCMBTests.xctest/NCMBTests, 265): Symbol not found: ___NSArray0__
Referenced from: /Users/sci01626/Library/Developer/Xcode/DerivedData/NCMBTests-copshtuogmabebduuwbfisfqrzoq/Build/Products/Debug-iphonesimulator/NCMBTests.xctest/NCMBTests (which was built for iOS 9.2)
Expected in: /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
in /Users/sci01626/Library/Developer/Xcode/DerivedData/NCMBTests-copshtuogmabebduuwbfisfqrzoq/Build/Products/Debug-iphonesimulator/NCMBTests.xctest/NCMBTests)
Program ended with exit code: 83
``` | priority | 不具合の概要 description of bug sdkのバージョン sdk version 不具合が発生した環境 environment requirement xcode 不具合を再現させる手順・サンプルコード step for reproduce bug sample code ncmbtests pod install ncmbtests xcworkspaceを開き、product test を実行すると、buildはできるがtest時に下記のエラーが出る エラーメッセージ error messages xctest the bundle “ncmbtests” couldn’t be loaded try reinstalling the bundle xctest dlopen users library developer xcode deriveddata ncmbtests copshtuogmabebduuwbfisfqrzoq build products debug iphonesimulator ncmbtests xctest ncmbtests symbol not found referenced from users library developer xcode deriveddata ncmbtests copshtuogmabebduuwbfisfqrzoq build products debug iphonesimulator ncmbtests xctest ncmbtests which was built for ios expected in library developer coresimulator profiles runtimes ios simruntime contents resources runtimeroot system library frameworks corefoundation framework corefoundation in users library developer xcode deriveddata ncmbtests copshtuogmabebduuwbfisfqrzoq build products debug iphonesimulator ncmbtests xctest ncmbtests program ended with exit code | 1 |
276,963 | 8,614,940,083 | IssuesEvent | 2018-11-19 19:00:47 | minio/minio | https://api.github.com/repos/minio/minio | closed | Azure gateway disk cache by download not storing file in cache folder | community priority: medium triage | Setup Azure gateway and disk cache environment attrs.
Only uploading file will be stored in cache folder. Downloading file won't be stored in cache folder.
## Expected Behavior
Expect doing download on Azure's file will be cached in the cache folder.
## Current Behavior
Upload file will be cached in cache folder.
Download file won't be cached in cache folder.
## Possible Solution
No idea.
## Steps to Reproduce (for bugs)
1. Setup Azure gateway, disk cache mode(A cache folder).
2. Start the server.
3. Download a file from Azure server minio browser.
4. The cache file is not store in the cache folder.
## Context
We are comparing Minio file cache versus ours project.
## Regression
As @poorna said, seems yes. But I don't have the details.
## Your Environment
Minio RELEASE.2018-11-06T01-01-02Z
OS: Windows 7 x64
| 1.0 | Azure gateway disk cache by download not storing file in cache folder - Setup Azure gateway and disk cache environment attrs.
Only uploading file will be stored in cache folder. Downloading file won't be stored in cache folder.
## Expected Behavior
Expect doing download on Azure's file will be cached in the cache folder.
## Current Behavior
Upload file will be cached in cache folder.
Download file won't be cached in cache folder.
## Possible Solution
No idea.
## Steps to Reproduce (for bugs)
1. Setup Azure gateway, disk cache mode(A cache folder).
2. Start the server.
3. Download a file from Azure server minio browser.
4. The cache file is not store in the cache folder.
## Context
We are comparing Minio file cache versus ours project.
## Regression
As @poorna said, seems yes. But I don't have the details.
## Your Environment
Minio RELEASE.2018-11-06T01-01-02Z
OS: Windows 7 x64
| priority | azure gateway disk cache by download not storing file in cache folder setup azure gateway and disk cache environment attrs only uploading file will be stored in cache folder downloading file won t be stored in cache folder expected behavior expect doing download on azure s file will be cached in the cache folder current behavior upload file will be cached in cache folder download file won t be cached in cache folder possible solution no idea steps to reproduce for bugs setup azure gateway disk cache mode a cache folder start the server download a file from azure server minio browser the cache file is not store in the cache folder context we are comparing minio file cache versus ours project regression as poorna said seems yes but i don t have the details your environment minio release os windows | 1 |
210,863 | 7,195,196,569 | IssuesEvent | 2018-02-04 14:46:16 | SIMRacingApps/SIMRacingApps | https://api.github.com/repos/SIMRacingApps/SIMRacingApps | closed | Gauge Class need redesigned | medium priority refactor | The current class can only take one reading. Need to redesign to take readings for Live, Next Pit Value, Next Pit Selected, After Pit Value.
| 1.0 | Gauge Class need redesigned - The current class can only take one reading. Need to redesign to take readings for Live, Next Pit Value, Next Pit Selected, After Pit Value.
| priority | gauge class need redesigned the current class can only take one reading need to redesign to take readings for live next pit value next pit selected after pit value | 1 |
830,834 | 32,026,348,215 | IssuesEvent | 2023-09-22 09:06:46 | AY2324S1-CS2103T-T17-1/tp | https://api.github.com/repos/AY2324S1-CS2103T-T17-1/tp | opened | Update AboutUs | type.Task priority.Medium | Update the About Us page with the relevant information about the contributors of the project. | 1.0 | Update AboutUs - Update the About Us page with the relevant information about the contributors of the project. | priority | update aboutus update the about us page with the relevant information about the contributors of the project | 1 |
409,928 | 11,980,512,895 | IssuesEvent | 2020-04-07 09:27:54 | nmstate/kubernetes-nmstate | https://api.github.com/repos/nmstate/kubernetes-nmstate | closed | Calculate policy conditions counting nodes running nmstate pod. | kind/bug priority/medium | **What happened**:
The policy condition was at progressing state forever since one of the nodes was at bad state and no nmstate pod was running there so node counting was taking it into accout, but enactment was never created.
**What you expected to happen**:
Whe we apply a policy if will be applied only at pods that are are running nmstate, so we have to take into account nodes that run nmstate pod.
**How to reproduce it (as minimally and precisely as possible)**:
One way to reproduce this is remove the toleration from nmstate daemonpods so they are not deployed at master nodes, after this policy will be forever at progressing state.
**Anything else we need to know?**:
**Environment**:
- `NodeNetworkState` on affected nodes (use `kubectl get nodenetworkstate <node_name> -o yaml`):
- Problematic `NodeNetworkConfigurationPolicy`:
- kubernetes-nmstate image (use `kubectl get pods --all-namespaces -l app=kubernetes-nmstate -o jsonpath='{.items[0].spec.containers[0].image}'`):
- NetworkManager version (use `nmcli --version`)
- Kubernetes version (use `kubectl version`):
- OS (e.g. from /etc/os-release):
- Others:
| 1.0 | Calculate policy conditions counting nodes running nmstate pod. - **What happened**:
The policy condition was at progressing state forever since one of the nodes was at bad state and no nmstate pod was running there so node counting was taking it into accout, but enactment was never created.
**What you expected to happen**:
Whe we apply a policy if will be applied only at pods that are are running nmstate, so we have to take into account nodes that run nmstate pod.
**How to reproduce it (as minimally and precisely as possible)**:
One way to reproduce this is remove the toleration from nmstate daemonpods so they are not deployed at master nodes, after this policy will be forever at progressing state.
**Anything else we need to know?**:
**Environment**:
- `NodeNetworkState` on affected nodes (use `kubectl get nodenetworkstate <node_name> -o yaml`):
- Problematic `NodeNetworkConfigurationPolicy`:
- kubernetes-nmstate image (use `kubectl get pods --all-namespaces -l app=kubernetes-nmstate -o jsonpath='{.items[0].spec.containers[0].image}'`):
- NetworkManager version (use `nmcli --version`)
- Kubernetes version (use `kubectl version`):
- OS (e.g. from /etc/os-release):
- Others:
| priority | calculate policy conditions counting nodes running nmstate pod what happened the policy condition was at progressing state forever since one of the nodes was at bad state and no nmstate pod was running there so node counting was taking it into accout but enactment was never created what you expected to happen whe we apply a policy if will be applied only at pods that are are running nmstate so we have to take into account nodes that run nmstate pod how to reproduce it as minimally and precisely as possible one way to reproduce this is remove the toleration from nmstate daemonpods so they are not deployed at master nodes after this policy will be forever at progressing state anything else we need to know environment nodenetworkstate on affected nodes use kubectl get nodenetworkstate o yaml problematic nodenetworkconfigurationpolicy kubernetes nmstate image use kubectl get pods all namespaces l app kubernetes nmstate o jsonpath items spec containers image networkmanager version use nmcli version kubernetes version use kubectl version os e g from etc os release others | 1 |
410,796 | 11,996,799,279 | IssuesEvent | 2020-04-08 17:23:32 | dhenry-KCI/FredCo-Post-Go-Live- | https://api.github.com/repos/dhenry-KCI/FredCo-Post-Go-Live- | opened | PLANNING - FRO - Internal review, end of review cycle notification of resubmit request | Medium Priority | Project Number - F258956
Observed behavior - Missing email notification after review cycle complete and resubmit requested.
Expected behavior - Notification should be sent to the applicant indicating we are waiting for them to resubmit and to check the portal for review comments.
Screenshot -

Notification sent when project goes under review, but not after review cycle is complete and resubmit is requested.

| 1.0 | PLANNING - FRO - Internal review, end of review cycle notification of resubmit request - Project Number - F258956
Observed behavior - Missing email notification after review cycle complete and resubmit requested.
Expected behavior - Notification should be sent to the applicant indicating we are waiting for them to resubmit and to check the portal for review comments.
Screenshot -

Notification sent when project goes under review, but not after review cycle is complete and resubmit is requested.

| priority | planning fro internal review end of review cycle notification of resubmit request project number observed behavior missing email notification after review cycle complete and resubmit requested expected behavior notification should be sent to the applicant indicating we are waiting for them to resubmit and to check the portal for review comments screenshot notification sent when project goes under review but not after review cycle is complete and resubmit is requested | 1 |
796,312 | 28,106,254,203 | IssuesEvent | 2023-03-31 01:07:09 | FRC2706/2023-2706-Robot-Code | https://api.github.com/repos/FRC2706/2023-2706-Robot-Code | closed | 1.8 Game piece auto for HP station side | priority:medium NorthBay auto | The auto called `cube_1p0_top` is the one we used the most. It did a very good job and nearly picked up the second game piece.
I called this issue 1.8 game piece auto because I think we could improve this auto to pick up the second game piece and drive towards the nodes but not score it. (it's doing 1.8 cycles)
Do no change anything about the path as it stands (other than the small changes listed below). Everything was tested to work well. Instead you can do the following to improve it:
- [ ] At the end of the path, change the `GripperPickCube` marker to a `GripperPickCone` marker. Cones should be far easier to pick up and and it should greatly improve the chance to actually pick up the cone.
- [ ] Add some waypoints onto the end of the path to drive closer to the nodes. Probably all the way to inside the community zone but only barely. Do not try to score the cone though. It would be far more consistent to let the drivers do that right after auto ends. This way we've gotten most of the way there for them
- [ ] If there is still time before auto ends, you can add a marker to lift the arm shortly after picking up the cone. However I predict that the arm would fall if the auto period ends before the arm has reached it's setpoint. | 1.0 | 1.8 Game piece auto for HP station side - The auto called `cube_1p0_top` is the one we used the most. It did a very good job and nearly picked up the second game piece.
I called this issue 1.8 game piece auto because I think we could improve this auto to pick up the second game piece and drive towards the nodes but not score it. (it's doing 1.8 cycles)
Do no change anything about the path as it stands (other than the small changes listed below). Everything was tested to work well. Instead you can do the following to improve it:
- [ ] At the end of the path, change the `GripperPickCube` marker to a `GripperPickCone` marker. Cones should be far easier to pick up and and it should greatly improve the chance to actually pick up the cone.
- [ ] Add some waypoints onto the end of the path to drive closer to the nodes. Probably all the way to inside the community zone but only barely. Do not try to score the cone though. It would be far more consistent to let the drivers do that right after auto ends. This way we've gotten most of the way there for them
- [ ] If there is still time before auto ends, you can add a marker to lift the arm shortly after picking up the cone. However I predict that the arm would fall if the auto period ends before the arm has reached it's setpoint. | priority | game piece auto for hp station side the auto called cube top is the one we used the most it did a very good job and nearly picked up the second game piece i called this issue game piece auto because i think we could improve this auto to pick up the second game piece and drive towards the nodes but not score it it s doing cycles do no change anything about the path as it stands other than the small changes listed below everything was tested to work well instead you can do the following to improve it at the end of the path change the gripperpickcube marker to a gripperpickcone marker cones should be far easier to pick up and and it should greatly improve the chance to actually pick up the cone add some waypoints onto the end of the path to drive closer to the nodes probably all the way to inside the community zone but only barely do not try to score the cone though it would be far more consistent to let the drivers do that right after auto ends this way we ve gotten most of the way there for them if there is still time before auto ends you can add a marker to lift the arm shortly after picking up the cone however i predict that the arm would fall if the auto period ends before the arm has reached it s setpoint | 1 |
555,971 | 16,472,623,283 | IssuesEvent | 2021-05-23 18:15:29 | SkriptLang/Skript | https://api.github.com/repos/SkriptLang/Skript | closed | java.lang.ClassCastException: ch.njol.skript.util.Timespan cannot be cast to ch.njol.skript.util.Date | completed enhancement priority: medium | # java.lang.ClassCastException: ch.njol.skript.util.Timespan cannot be cast to ch.njol.skript.util.Date
My skript is most likely broken, but a nice error message would be nicer that errors in console. :P
## The Script
```
command /restart <timespan=10 minutes>:
description: Restart the server!
permission: restart.now
executable by: players and console
trigger:
if {restart.timer} is set:
send "&cServer already restarting at %difference between {restart.started} and {restart.difference}%... "
stop
set {restart.started} to now
set {restart.difference} to arg 1
broadcast "&c*** SERVER RESTARTING AT %difference between {restart.started} and {restart.difference}%!"
stop
every second:
if {restart.timer} is set:
loop all players:
#show an action bar from "&cServer restarting at %difference between {restart.started} and {restart.difference}%... " to loop-player ## Skelett
if difference between {restart.started} and now is more than {restart.difference}:
broadcast "&c*** SERVER RESTARTING NOW!"
execute console command "/stop"
```
## Stack Trace
```
[10:45:15 ERROR]: #!#!
[10:45:15 ERROR]: #!#! [Skript] Severe Error:
[10:45:15 ERROR]: #!#!
[10:45:15 ERROR]: #!#! Something went horribly wrong with Skript.
[10:45:15 ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[10:45:15 ERROR]: #!#! You should report it at https://github.com/bensku/Skript/issues. Please copy paste this report there (or use paste service).
[10:45:15 ERROR]: #!#! This ensures that your issue is noticed and will be fixed as soon as possible.
[10:45:15 ERROR]: #!#!
[10:45:15 ERROR]: #!#! Stack trace:
[10:45:15 ERROR]: #!#! java.lang.ClassCastException: ch.njol.skript.util.Timespan cannot be cast to ch.njol.skript.util.Date
[10:45:15 ERROR]: #!#! at ch.njol.skript.classes.data.SkriptClasses$14.difference(SkriptClasses.java:1)
[10:45:15 ERROR]: #!#! at ch.njol.skript.expressions.ExprDifference.get(ExprDifference.java:139)
[10:45:15 ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.getArray(SimpleExpression.java:104)
[10:45:15 ERROR]: #!#! at ch.njol.skript.lang.VariableString.toString(VariableString.java:430)
[10:45:15 ERROR]: #!#! at ch.njol.skript.lang.VariableString.getArray(VariableString.java:594)
[10:45:15 ERROR]: #!#! at ch.njol.skript.lang.VariableString.getArray(VariableString.java:1)
[10:45:15 ERROR]: #!#! at ch.njol.skript.effects.EffBroadcast.execute(EffBroadcast.java:67)
[10:45:15 ERROR]: #!#! at ch.njol.skript.lang.Effect.run(Effect.java:52)
[10:45:15 ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
[10:45:15 ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
[10:45:15 ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:55)
[10:45:15 ERROR]: #!#! at ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:220)
[10:45:15 ERROR]: #!#! at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:182)
[10:45:15 ERROR]: #!#! at ch.njol.skript.command.Commands.handleCommand(Commands.java:269)
[10:45:15 ERROR]: #!#! at ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:164)
[10:45:15 ERROR]: #!#! at com.destroystokyo.paper.event.executor.MethodHandleEventExecutor.execute(MethodHandleEventExecutor.java:35)
[10:45:15 ERROR]: #!#! at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78)
[10:45:15 ERROR]: #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[10:45:15 ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:515)
[10:45:15 ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:500)
[10:45:15 ERROR]: #!#! at net.minecraft.server.v1_12_R1.PlayerConnection.handleCommand(PlayerConnection.java:1463)
[10:45:15 ERROR]: #!#! at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1276)
[10:45:15 ERROR]: #!#! at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:45)
[10:45:15 ERROR]: #!#! at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:5)
[10:45:15 ERROR]: #!#! at net.minecraft.server.v1_12_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:14)
[10:45:15 ERROR]: #!#! at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[10:45:15 ERROR]: #!#! at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[10:45:15 ERROR]: #!#! at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46)
[10:45:15 ERROR]: #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:843)
[10:45:15 ERROR]: #!#! at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:426)
[10:45:15 ERROR]: #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:767)
[10:45:15 ERROR]: #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:665)
[10:45:15 ERROR]: #!#! at java.lang.Thread.run(Thread.java:748)
[10:45:15 ERROR]: #!#!
[10:45:15 ERROR]: #!#! Version Information:
[10:45:15 ERROR]: #!#! Skript: 2.2-dev32c (latest)
[10:45:15 ERROR]: #!#! Bukkit: 1.12.2-R0.1-SNAPSHOT
[10:45:15 ERROR]: #!#! Minecraft: 1.12.2
[10:45:15 ERROR]: #!#! Java: 1.8.0_151 (OpenJDK 64-Bit Server VM 25.151-b12)
[10:45:15 ERROR]: #!#! OS: Linux amd64 4.4.0-98-generic
[10:45:15 ERROR]: #!#!
[10:45:15 ERROR]: #!#! Running CraftBukkit: false
[10:45:15 ERROR]: #!#! Running Spigot (or compatible): true
[10:45:15 ERROR]: #!#! Running Paper (or compatible): true
[10:45:15 ERROR]: #!#!
[10:45:15 ERROR]: #!#! Current node: null
[10:45:15 ERROR]: #!#! Current item: broadcast "*** SERVER RESTARTING AT %difference between {restart.started}(as java.lang.Object) and {restart.difference}(as java.lang.Object)%!"
[10:45:15 ERROR]: #!#! Thread: Server thread
[10:45:15 ERROR]: #!#!
[10:45:15 ERROR]: #!#! Language: english
[10:45:15 ERROR]: #!#! Link parse mode: DISABLED
[10:45:15 ERROR]: #!#!
[10:45:15 ERROR]: #!#! End of Error.
[10:45:15 ERROR]: #!#!
```
## Versions
```
> pl
[10:49:45 INFO]: Plugins (22): AdvancedAchievements, BungeeTabListPlus, CoreProtect, DynamicSigns, dynmap, Essentials, EssentialsChat, FastAsyncVoxelSniper, FastAsyncWorldEdit, FeatherBoard, LuckPerms, mcMMO, MVdWPlaceholderAPI, PacketListenerApi, PlaceholderAPI, Skript, StaffPlus, Vault, VoxelSniper, WorldBorder, WorldEdit, WorldGuard
> ver
[10:50:11 INFO]: This server is running Paper version git-Paper-1268 (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT)
[10:50:11 INFO]: Checking version, please wait...
[10:50:11 INFO]: You are 1 version(s) behind
> ver Skript
[10:50:27 INFO]: Skript version 2.2-dev32c
[10:50:27 INFO]: Customize Minecraft's mechanics with simple scripts written in plain English sentences.
[10:50:27 INFO]: Website: https://bensku.github.io/Skript
[10:50:27 INFO]: Authors: Njol, Mirreski, bensku, TheBentoBox, tim740, Tuke-Nuke, TheLimeGlass, xXAndrew28Xx, Sashie, RoyCurtis, nfell2009, Syst3ms and Snow-Pyon
```
Let me know if you need any more information. | 1.0 | java.lang.ClassCastException: ch.njol.skript.util.Timespan cannot be cast to ch.njol.skript.util.Date - # java.lang.ClassCastException: ch.njol.skript.util.Timespan cannot be cast to ch.njol.skript.util.Date
My skript is most likely broken, but a nice error message would be nicer that errors in console. :P
## The Script
```
command /restart <timespan=10 minutes>:
description: Restart the server!
permission: restart.now
executable by: players and console
trigger:
if {restart.timer} is set:
send "&cServer already restarting at %difference between {restart.started} and {restart.difference}%... "
stop
set {restart.started} to now
set {restart.difference} to arg 1
broadcast "&c*** SERVER RESTARTING AT %difference between {restart.started} and {restart.difference}%!"
stop
every second:
if {restart.timer} is set:
loop all players:
#show an action bar from "&cServer restarting at %difference between {restart.started} and {restart.difference}%... " to loop-player ## Skelett
if difference between {restart.started} and now is more than {restart.difference}:
broadcast "&c*** SERVER RESTARTING NOW!"
execute console command "/stop"
```
## Stack Trace
```
[10:45:15 ERROR]: #!#!
[10:45:15 ERROR]: #!#! [Skript] Severe Error:
[10:45:15 ERROR]: #!#!
[10:45:15 ERROR]: #!#! Something went horribly wrong with Skript.
[10:45:15 ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[10:45:15 ERROR]: #!#! You should report it at https://github.com/bensku/Skript/issues. Please copy paste this report there (or use paste service).
[10:45:15 ERROR]: #!#! This ensures that your issue is noticed and will be fixed as soon as possible.
[10:45:15 ERROR]: #!#!
[10:45:15 ERROR]: #!#! Stack trace:
[10:45:15 ERROR]: #!#! java.lang.ClassCastException: ch.njol.skript.util.Timespan cannot be cast to ch.njol.skript.util.Date
[10:45:15 ERROR]: #!#! at ch.njol.skript.classes.data.SkriptClasses$14.difference(SkriptClasses.java:1)
[10:45:15 ERROR]: #!#! at ch.njol.skript.expressions.ExprDifference.get(ExprDifference.java:139)
[10:45:15 ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.getArray(SimpleExpression.java:104)
[10:45:15 ERROR]: #!#! at ch.njol.skript.lang.VariableString.toString(VariableString.java:430)
[10:45:15 ERROR]: #!#! at ch.njol.skript.lang.VariableString.getArray(VariableString.java:594)
[10:45:15 ERROR]: #!#! at ch.njol.skript.lang.VariableString.getArray(VariableString.java:1)
[10:45:15 ERROR]: #!#! at ch.njol.skript.effects.EffBroadcast.execute(EffBroadcast.java:67)
[10:45:15 ERROR]: #!#! at ch.njol.skript.lang.Effect.run(Effect.java:52)
[10:45:15 ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
[10:45:15 ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
[10:45:15 ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:55)
[10:45:15 ERROR]: #!#! at ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:220)
[10:45:15 ERROR]: #!#! at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:182)
[10:45:15 ERROR]: #!#! at ch.njol.skript.command.Commands.handleCommand(Commands.java:269)
[10:45:15 ERROR]: #!#! at ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:164)
[10:45:15 ERROR]: #!#! at com.destroystokyo.paper.event.executor.MethodHandleEventExecutor.execute(MethodHandleEventExecutor.java:35)
[10:45:15 ERROR]: #!#! at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78)
[10:45:15 ERROR]: #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[10:45:15 ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:515)
[10:45:15 ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:500)
[10:45:15 ERROR]: #!#! at net.minecraft.server.v1_12_R1.PlayerConnection.handleCommand(PlayerConnection.java:1463)
[10:45:15 ERROR]: #!#! at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1276)
[10:45:15 ERROR]: #!#! at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:45)
[10:45:15 ERROR]: #!#! at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:5)
[10:45:15 ERROR]: #!#! at net.minecraft.server.v1_12_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:14)
[10:45:15 ERROR]: #!#! at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[10:45:15 ERROR]: #!#! at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[10:45:15 ERROR]: #!#! at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46)
[10:45:15 ERROR]: #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:843)
[10:45:15 ERROR]: #!#! at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:426)
[10:45:15 ERROR]: #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:767)
[10:45:15 ERROR]: #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:665)
[10:45:15 ERROR]: #!#! at java.lang.Thread.run(Thread.java:748)
[10:45:15 ERROR]: #!#!
[10:45:15 ERROR]: #!#! Version Information:
[10:45:15 ERROR]: #!#! Skript: 2.2-dev32c (latest)
[10:45:15 ERROR]: #!#! Bukkit: 1.12.2-R0.1-SNAPSHOT
[10:45:15 ERROR]: #!#! Minecraft: 1.12.2
[10:45:15 ERROR]: #!#! Java: 1.8.0_151 (OpenJDK 64-Bit Server VM 25.151-b12)
[10:45:15 ERROR]: #!#! OS: Linux amd64 4.4.0-98-generic
[10:45:15 ERROR]: #!#!
[10:45:15 ERROR]: #!#! Running CraftBukkit: false
[10:45:15 ERROR]: #!#! Running Spigot (or compatible): true
[10:45:15 ERROR]: #!#! Running Paper (or compatible): true
[10:45:15 ERROR]: #!#!
[10:45:15 ERROR]: #!#! Current node: null
[10:45:15 ERROR]: #!#! Current item: broadcast "*** SERVER RESTARTING AT %difference between {restart.started}(as java.lang.Object) and {restart.difference}(as java.lang.Object)%!"
[10:45:15 ERROR]: #!#! Thread: Server thread
[10:45:15 ERROR]: #!#!
[10:45:15 ERROR]: #!#! Language: english
[10:45:15 ERROR]: #!#! Link parse mode: DISABLED
[10:45:15 ERROR]: #!#!
[10:45:15 ERROR]: #!#! End of Error.
[10:45:15 ERROR]: #!#!
```
## Versions
```
> pl
[10:49:45 INFO]: Plugins (22): AdvancedAchievements, BungeeTabListPlus, CoreProtect, DynamicSigns, dynmap, Essentials, EssentialsChat, FastAsyncVoxelSniper, FastAsyncWorldEdit, FeatherBoard, LuckPerms, mcMMO, MVdWPlaceholderAPI, PacketListenerApi, PlaceholderAPI, Skript, StaffPlus, Vault, VoxelSniper, WorldBorder, WorldEdit, WorldGuard
> ver
[10:50:11 INFO]: This server is running Paper version git-Paper-1268 (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT)
[10:50:11 INFO]: Checking version, please wait...
[10:50:11 INFO]: You are 1 version(s) behind
> ver Skript
[10:50:27 INFO]: Skript version 2.2-dev32c
[10:50:27 INFO]: Customize Minecraft's mechanics with simple scripts written in plain English sentences.
[10:50:27 INFO]: Website: https://bensku.github.io/Skript
[10:50:27 INFO]: Authors: Njol, Mirreski, bensku, TheBentoBox, tim740, Tuke-Nuke, TheLimeGlass, xXAndrew28Xx, Sashie, RoyCurtis, nfell2009, Syst3ms and Snow-Pyon
```
Let me know if you need any more information. | priority | java lang classcastexception ch njol skript util timespan cannot be cast to ch njol skript util date java lang classcastexception ch njol skript util timespan cannot be cast to ch njol skript util date my skript is most likely broken but a nice error message would be nicer that errors in console p the script command restart description restart the server permission restart now executable by players and console trigger if restart timer is set send cserver already restarting at difference between restart started and restart difference stop set restart started to now set restart difference to arg broadcast c server restarting at difference between restart started and restart difference stop every second if restart timer is set loop all players show an action bar from cserver restarting at difference between restart started and restart difference to loop player skelett if difference between restart started and now is more than restart difference broadcast c server restarting now execute console command stop stack trace severe error something went horribly wrong with skript this issue is not your fault you probably can t fix it yourself either you should report it at please copy paste this report there or use paste service this ensures that your issue is noticed and will be fixed as soon as possible stack trace java lang classcastexception ch njol skript util timespan cannot be cast to ch njol skript util date at ch njol skript classes data skriptclasses difference skriptclasses java at ch njol skript expressions exprdifference get exprdifference java at ch njol skript lang util simpleexpression getarray simpleexpression java at ch njol skript lang variablestring tostring variablestring java at ch njol skript lang variablestring getarray variablestring java at ch njol skript lang variablestring getarray variablestring java at ch njol skript effects effbroadcast execute effbroadcast java at ch njol skript lang effect run effect java at ch njol skript lang triggeritem walk triggeritem java at ch njol skript lang triggeritem walk triggeritem java at ch njol skript lang trigger execute trigger java at ch njol skript command scriptcommand scriptcommand java at ch njol skript command scriptcommand execute scriptcommand java at ch njol skript command commands handlecommand commands java at ch njol skript command commands onplayercommand commands java at com destroystokyo paper event executor methodhandleeventexecutor execute methodhandleeventexecutor java at co aikar timings timedeventexecutor execute timedeventexecutor java at org bukkit plugin registeredlistener callevent registeredlistener java at org bukkit plugin simplepluginmanager fireevent simplepluginmanager java at org bukkit plugin simplepluginmanager callevent simplepluginmanager java at net minecraft server playerconnection handlecommand playerconnection java at net minecraft server playerconnection a playerconnection java at net minecraft server packetplayinchat a packetplayinchat java at net minecraft server packetplayinchat a packetplayinchat java at net minecraft server playerconnectionutils lambda ensuremainthread playerconnectionutils java at java util concurrent executors runnableadapter call executors java at java util concurrent futuretask run futuretask java at net minecraft server systemutils a sourcefile at net minecraft server minecraftserver d minecraftserver java at net minecraft server dedicatedserver d dedicatedserver java at net minecraft server minecraftserver c minecraftserver java at net minecraft server minecraftserver run minecraftserver java at java lang thread run thread java version information skript latest bukkit snapshot minecraft java openjdk bit server vm os linux generic running craftbukkit false running spigot or compatible true running paper or compatible true current node null current item broadcast server restarting at difference between restart started as java lang object and restart difference as java lang object thread server thread language english link parse mode disabled end of error versions pl plugins advancedachievements bungeetablistplus coreprotect dynamicsigns dynmap essentials essentialschat fastasyncvoxelsniper fastasyncworldedit featherboard luckperms mcmmo mvdwplaceholderapi packetlistenerapi placeholderapi skript staffplus vault voxelsniper worldborder worldedit worldguard ver this server is running paper version git paper mc implementing api version snapshot checking version please wait you are version s behind ver skript skript version customize minecraft s mechanics with simple scripts written in plain english sentences website authors njol mirreski bensku thebentobox tuke nuke thelimeglass sashie roycurtis and snow pyon let me know if you need any more information | 1 |
77,801 | 3,507,270,225 | IssuesEvent | 2016-01-08 12:18:03 | OregonCore/OregonCore | https://api.github.com/repos/OregonCore/OregonCore | closed | Haunted spirits [ID: 7057] (BB #784) | migrated Priority: Medium Type: Bug | This issue was migrated from bitbucket.
**Original Reporter:** realyzee
**Original Date:** 13.01.2015 14:56:06 GMT+0000
**Original Priority:** major
**Original Type:** bug
**Original State:** resolved
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/784
<hr>
In Shadowfang Keep a mob casts this spell on you. It should spawn a Haunted Spirit occasionally, but instead it spawns one like every 0.5 seconds.. | 1.0 | Haunted spirits [ID: 7057] (BB #784) - This issue was migrated from bitbucket.
**Original Reporter:** realyzee
**Original Date:** 13.01.2015 14:56:06 GMT+0000
**Original Priority:** major
**Original Type:** bug
**Original State:** resolved
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/784
<hr>
In Shadowfang Keep a mob casts this spell on you. It should spawn a Haunted Spirit occasionally, but instead it spawns one like every 0.5 seconds.. | priority | haunted spirits bb this issue was migrated from bitbucket original reporter realyzee original date gmt original priority major original type bug original state resolved direct link in shadowfang keep a mob casts this spell on you it should spawn a haunted spirit occasionally but instead it spawns one like every seconds | 1 |
790,186 | 27,818,158,198 | IssuesEvent | 2023-03-18 23:05:12 | conan-io/conan | https://api.github.com/repos/conan-io/conan | closed | [Feature] Add support of the `--table` option for all installed packages (`conan search` without a reference). | priority: low stage: triaging complex: medium component: ux | The common usage of the `--table` option is:
```bash
$ conan search
$ conan search ref --table=output.html
```
which is annoying because you have to select the one of the ref strings and then re-type the command.
It would be useful just to type `conan search --table` and get the generated `packages.html` page opened in the default browser. The generated page may have a sort of an index at the beginning. | 1.0 | [Feature] Add support of the `--table` option for all installed packages (`conan search` without a reference). - The common usage of the `--table` option is:
```bash
$ conan search
$ conan search ref --table=output.html
```
which is annoying because you have to select the one of the ref strings and then re-type the command.
It would be useful just to type `conan search --table` and get the generated `packages.html` page opened in the default browser. The generated page may have a sort of an index at the beginning. | priority | add support of the table option for all installed packages conan search without a reference the common usage of the table option is bash conan search conan search ref table output html which is annoying because you have to select the one of the ref strings and then re type the command it would be useful just to type conan search table and get the generated packages html page opened in the default browser the generated page may have a sort of an index at the beginning | 1 |
112,671 | 4,535,773,519 | IssuesEvent | 2016-09-08 18:22:41 | newamericafoundation/newamerica-data-projects | https://api.github.com/repos/newamericafoundation/newamerica-data-projects | closed | Footer css | medium-priority | Person text line height is spaced out a bit much
`.post-person__text p {
line-height: 140%;
}`
Making padding above and below About this Project consistent:
`.in-depth__footer__main__left {
padding-top: 15px;
}` | 1.0 | Footer css - Person text line height is spaced out a bit much
`.post-person__text p {
line-height: 140%;
}`
Making padding above and below About this Project consistent:
`.in-depth__footer__main__left {
padding-top: 15px;
}` | priority | footer css person text line height is spaced out a bit much post person text p line height making padding above and below about this project consistent in depth footer main left padding top | 1 |
273,449 | 8,530,835,303 | IssuesEvent | 2018-11-04 04:04:01 | MyMICDS/MyMICDS-v2 | https://api.github.com/repos/MyMICDS/MyMICDS-v2 | opened | Rewrite JWT Middleware | effort: medium priority: medium work length: short | Right now, we use `express-jwt` to validate the client's JWT. However, we do lots of configuration ourselves and there's some unwanted behavior. For example, if the JWT has expired, it will return with an `UNAUTHORIZED` error even if we actually want the API to return a `LOGIN_EXPIRED` action. | 1.0 | Rewrite JWT Middleware - Right now, we use `express-jwt` to validate the client's JWT. However, we do lots of configuration ourselves and there's some unwanted behavior. For example, if the JWT has expired, it will return with an `UNAUTHORIZED` error even if we actually want the API to return a `LOGIN_EXPIRED` action. | priority | rewrite jwt middleware right now we use express jwt to validate the client s jwt however we do lots of configuration ourselves and there s some unwanted behavior for example if the jwt has expired it will return with an unauthorized error even if we actually want the api to return a login expired action | 1 |
23,525 | 2,659,921,402 | IssuesEvent | 2015-03-19 00:34:51 | perfsonar/project | https://api.github.com/repos/perfsonar/project | closed | Allow users to enter events on graphs | Component-pS-NPToolkit Milestone-Future Priority-Medium Type-Enhancement | Original [issue 842](https://code.google.com/p/perfsonar-ps/issues/detail?id=842) created by arlake228 on 2014-02-11T18:42:43.000Z:
<b>Describe the enhancement:</b>
1. Allow users or other services to add annotations to all metric graphs / readouts. This would be useful in being able to document particular events on the network at a certain time and could improve the readability and usefulness of these graphs as a result.
2. This is related to issue 825 about annotating OWAMP graphs.
<b>List what services, libraries, and APIs would be involved in this change:</b>
1. First guess here is that there would need to exist a general annotation or comment service and storage with ways to map back to the metric. This could take the form of a mysql database table pretty easily I think that stored the start/end timestamp, the annotation itself, and an identifier for the metric.
2. Update the graph widgets so that they can query this new service for any annotations for the metric/timeframe they are displaying and overlay them accordingly.
<b>Assign the task to the 'owner'. Please use labels and text to provide</b>
<b>additional information.</b>
| 1.0 | Allow users to enter events on graphs - Original [issue 842](https://code.google.com/p/perfsonar-ps/issues/detail?id=842) created by arlake228 on 2014-02-11T18:42:43.000Z:
<b>Describe the enhancement:</b>
1. Allow users or other services to add annotations to all metric graphs / readouts. This would be useful in being able to document particular events on the network at a certain time and could improve the readability and usefulness of these graphs as a result.
2. This is related to issue 825 about annotating OWAMP graphs.
<b>List what services, libraries, and APIs would be involved in this change:</b>
1. First guess here is that there would need to exist a general annotation or comment service and storage with ways to map back to the metric. This could take the form of a mysql database table pretty easily I think that stored the start/end timestamp, the annotation itself, and an identifier for the metric.
2. Update the graph widgets so that they can query this new service for any annotations for the metric/timeframe they are displaying and overlay them accordingly.
<b>Assign the task to the 'owner'. Please use labels and text to provide</b>
<b>additional information.</b>
| priority | allow users to enter events on graphs original created by on describe the enhancement allow users or other services to add annotations to all metric graphs readouts this would be useful in being able to document particular events on the network at a certain time and could improve the readability and usefulness of these graphs as a result this is related to issue about annotating owamp graphs list what services libraries and apis would be involved in this change first guess here is that there would need to exist a general annotation or comment service and storage with ways to map back to the metric this could take the form of a mysql database table pretty easily i think that stored the start end timestamp the annotation itself and an identifier for the metric update the graph widgets so that they can query this new service for any annotations for the metric timeframe they are displaying and overlay them accordingly assign the task to the owner please use labels and text to provide additional information | 1 |
594,297 | 18,042,580,190 | IssuesEvent | 2021-09-18 09:45:09 | edwisely-ai/Relationship-Management | https://api.github.com/repos/edwisely-ai/Relationship-Management | opened | RMK Next Gen - Student Question Pallete Not aligned properly or Disturbed | Criticality Medium Priority High | 1. Taking test in RMK Next Gen - Student App and found that Question Palletes are Not aligned properly or Disturbed.
_Screenshot FYR_
 | 1.0 | RMK Next Gen - Student Question Pallete Not aligned properly or Disturbed - 1. Taking test in RMK Next Gen - Student App and found that Question Palletes are Not aligned properly or Disturbed.
_Screenshot FYR_
 | priority | rmk next gen student question pallete not aligned properly or disturbed taking test in rmk next gen student app and found that question palletes are not aligned properly or disturbed screenshot fyr | 1 |
277,258 | 8,628,159,650 | IssuesEvent | 2018-11-21 16:40:07 | strapi/strapi | https://api.github.com/repos/strapi/strapi | closed | Update the grant-koa version | priority: medium type: enhancement 💅 | <!-- ⚠️ If you do not respect this template your issue will be closed. -->
<!-- ⚠️ Make sure to browse the opened and closed issues before submitting your issue. -->
<!--
Please also submit your idea on the Strapi Product Board:
https://portal.productboard.com/strapi/tabs/2-under-consideration/submit-idea
If your request on the product board is accepted this feature request issue will be closed,
but will still accept public discussion.
-->
- ❌ **I have created my request on the Product Board before I submitted this issue**
- ✅ **I have looked at all the other requests on the Product Board before I submitted this issue**
**Please describe your feature request:**
Update the `grant-koa` (`users-permissions` plugin) to `v4.0`: [Grant changelog](https://github.com/simov/grant/blob/master/CHANGELOG.md).
https://github.com/strapi/strapi/blob/b16fd8c452d7d7f7a16ba6ae5b204a27855a0041/packages/strapi-plugin-users-permissions/package.json#L26 | 1.0 | Update the grant-koa version - <!-- ⚠️ If you do not respect this template your issue will be closed. -->
<!-- ⚠️ Make sure to browse the opened and closed issues before submitting your issue. -->
<!--
Please also submit your idea on the Strapi Product Board:
https://portal.productboard.com/strapi/tabs/2-under-consideration/submit-idea
If your request on the product board is accepted this feature request issue will be closed,
but will still accept public discussion.
-->
- ❌ **I have created my request on the Product Board before I submitted this issue**
- ✅ **I have looked at all the other requests on the Product Board before I submitted this issue**
**Please describe your feature request:**
Update the `grant-koa` (`users-permissions` plugin) to `v4.0`: [Grant changelog](https://github.com/simov/grant/blob/master/CHANGELOG.md).
https://github.com/strapi/strapi/blob/b16fd8c452d7d7f7a16ba6ae5b204a27855a0041/packages/strapi-plugin-users-permissions/package.json#L26 | priority | update the grant koa version please also submit your idea on the strapi product board if your request on the product board is accepted this feature request issue will be closed but will still accept public discussion ❌ i have created my request on the product board before i submitted this issue ✅ i have looked at all the other requests on the product board before i submitted this issue please describe your feature request update the grant koa users permissions plugin to | 1 |
831,696 | 32,058,719,913 | IssuesEvent | 2023-09-24 12:06:26 | Step3-kakao-tech-campus/Team14_BE | https://api.github.com/repos/Step3-kakao-tech-campus/Team14_BE | opened | Naming Convention | Priority: Medium Status : Available Type : Feature | ## 요약
원할한 프로젝트 진행을 네이밍 컨벤션 작성
## Folder Convention
- 모두 소문자로 작성한다
## Controller/Service Convention
```jsx
Entity : Post
Controller : PostController
Service : PostService
```
기본적으로 Entity의 이름을 기반으로 Controller, Service, Usecase의 이름을 정합니다.
**[Entity 이름][Controller/Service]** 포맷으로 작성합니다
## Usecase Naming Convention
- 세분화된 비즈니스 로직을 나타내는 동사+ 명사 + Usecase
- 예시 `CreateImageUsecase`
- Atomic하게 작성 할 것 (더 기능을 쪼갤 수 없는 단위)
## DTO Naming Convention
- 해당 DTO를 사용하는 Controller의 메서드명 + Request + DTO
- 해당 DTO를 사용하는 Controller의 메서드명 + Response + DTO
- 요청과 응답이 아닌 DTO는 + DTO
## 레퍼런스
https://rasony.tistory.com/151
| 1.0 | Naming Convention - ## 요약
원할한 프로젝트 진행을 네이밍 컨벤션 작성
## Folder Convention
- 모두 소문자로 작성한다
## Controller/Service Convention
```jsx
Entity : Post
Controller : PostController
Service : PostService
```
기본적으로 Entity의 이름을 기반으로 Controller, Service, Usecase의 이름을 정합니다.
**[Entity 이름][Controller/Service]** 포맷으로 작성합니다
## Usecase Naming Convention
- 세분화된 비즈니스 로직을 나타내는 동사+ 명사 + Usecase
- 예시 `CreateImageUsecase`
- Atomic하게 작성 할 것 (더 기능을 쪼갤 수 없는 단위)
## DTO Naming Convention
- 해당 DTO를 사용하는 Controller의 메서드명 + Request + DTO
- 해당 DTO를 사용하는 Controller의 메서드명 + Response + DTO
- 요청과 응답이 아닌 DTO는 + DTO
## 레퍼런스
https://rasony.tistory.com/151
| priority | naming convention 요약 원할한 프로젝트 진행을 네이밍 컨벤션 작성 folder convention 모두 소문자로 작성한다 controller service convention jsx entity post controller postcontroller service postservice 기본적으로 entity의 이름을 기반으로 controller service usecase의 이름을 정합니다 포맷으로 작성합니다 usecase naming convention 세분화된 비즈니스 로직을 나타내는 동사 명사 usecase 예시 createimageusecase atomic하게 작성 할 것 더 기능을 쪼갤 수 없는 단위 dto naming convention 해당 dto를 사용하는 controller의 메서드명 request dto 해당 dto를 사용하는 controller의 메서드명 response dto 요청과 응답이 아닌 dto는 dto 레퍼런스 | 1 |
405,668 | 11,880,828,492 | IssuesEvent | 2020-03-27 11:26:15 | Sarrasor/INNO-S20-SP | https://api.github.com/repos/Sarrasor/INNO-S20-SP | closed | US-TM-9 | data transfer medium priority user story | As a technical manager, I want my content to be deliverable with various options so that it can be streamed in real-time or preloaded for subsequent offline use. | 1.0 | US-TM-9 - As a technical manager, I want my content to be deliverable with various options so that it can be streamed in real-time or preloaded for subsequent offline use. | priority | us tm as a technical manager i want my content to be deliverable with various options so that it can be streamed in real time or preloaded for subsequent offline use | 1 |
143,204 | 5,511,812,008 | IssuesEvent | 2017-03-17 06:58:52 | Cadasta/cadasta-platform | https://api.github.com/repos/Cadasta/cadasta-platform | closed | Changing user from admin should leave you on the Member Permissions Page | bug First Contribution Friendly priority: medium | Currently if you change a user from an Administrator to an Organization Member after confirming the change it takes the user to the Organization Members List Page. I would expect the user to be left on the individual member page so the user has the opportunity to assign the individual permission by project to the "downgraded" user. | 1.0 | Changing user from admin should leave you on the Member Permissions Page - Currently if you change a user from an Administrator to an Organization Member after confirming the change it takes the user to the Organization Members List Page. I would expect the user to be left on the individual member page so the user has the opportunity to assign the individual permission by project to the "downgraded" user. | priority | changing user from admin should leave you on the member permissions page currently if you change a user from an administrator to an organization member after confirming the change it takes the user to the organization members list page i would expect the user to be left on the individual member page so the user has the opportunity to assign the individual permission by project to the downgraded user | 1 |
261,301 | 8,229,353,847 | IssuesEvent | 2018-09-07 09:07:16 | Starcounter/Docs | https://api.github.com/repos/Starcounter/Docs | closed | Minor error in HelloWorld tutorial | Area: Getting Started Priority: Medium Status: Accepted Type: Bug | In the [HelloWorld Expense Tracker](https://docs.starcounter.io/v/2.4/getting-started/hello-world-tutorial/expense-tracker) for all versions of the documentation from 2.3.1 and forward, I think the ExpenseJson.json is incorrectly referred to as ExpenseJson.html in the code snippet.
@Mackiovello

| 1.0 | Minor error in HelloWorld tutorial - In the [HelloWorld Expense Tracker](https://docs.starcounter.io/v/2.4/getting-started/hello-world-tutorial/expense-tracker) for all versions of the documentation from 2.3.1 and forward, I think the ExpenseJson.json is incorrectly referred to as ExpenseJson.html in the code snippet.
@Mackiovello

| priority | minor error in helloworld tutorial in the for all versions of the documentation from and forward i think the expensejson json is incorrectly referred to as expensejson html in the code snippet mackiovello | 1 |
3,042 | 2,536,092,447 | IssuesEvent | 2015-01-26 10:50:58 | olga-jane/prizm | https://api.github.com/repos/olga-jane/prizm | closed | Pipe test results: inspection date is set to current | bug bug - functional Coding MEDIUM priority Mill pipe | Steps to reproduce:
1.Open Mill-> New pipe
2.Fill in pipe mill size type
3.Open Inspections tab
4.Double click on any inspection operation
5.Set date different from current
6.Click save button -> date in the grid has changed
7.Double click on the row again
Expected result: In date field value from step 5 is displayed
Actual result: current date is displayed | 1.0 | Pipe test results: inspection date is set to current - Steps to reproduce:
1.Open Mill-> New pipe
2.Fill in pipe mill size type
3.Open Inspections tab
4.Double click on any inspection operation
5.Set date different from current
6.Click save button -> date in the grid has changed
7.Double click on the row again
Expected result: In date field value from step 5 is displayed
Actual result: current date is displayed | priority | pipe test results inspection date is set to current steps to reproduce open mill new pipe fill in pipe mill size type open inspections tab double click on any inspection operation set date different from current click save button date in the grid has changed double click on the row again expected result in date field value from step is displayed actual result current date is displayed | 1 |
283,577 | 8,719,963,704 | IssuesEvent | 2018-12-08 06:45:59 | aowen87/BAR | https://api.github.com/repos/aowen87/BAR | closed | 2.6.2: Ensure scalable structured domain decomp can be read harmlessly | bug likelihood medium priority reviewed severity low | Even if we can't use it for doing ghost zone exchange until VisIt 2.7.0
-----------------------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: 1366
Status: Resolved
Project: VisIt
Tracker: Bug
Priority: Urgent
Subject: 2.6.2: Ensure scalable structured domain decomp can be read harmlessly
Assigned to: Cyrus Harrison
Category:
Target version: 2.6.2
Author: Cyrus Harrison
Start: 03/05/2013
Due date:
% Done: 0
Estimated time:
Created: 03/05/2013 03:42 pm
Updated: 03/15/2013 06:59 pm
Likelihood: 3 - Occasional
Severity: 2 - Minor Irritation
Found in version: 2.6.1
Impact:
Expected Use:
OS: All
Support Group: Any
Description:
Even if we can't use it for doing ghost zone exchange until VisIt 2.7.0
Comments:
Hi Everyone,1) Add a safe path in the Silo DB plugin for an experiential Packed local domain boundary info convention.2) The Silo DB plugin now reads species names when avalaible in Silo multispecies and species objects.Here is an example:Old Names:MAT 1 Air, Spec 1 MAT 1 Air, Spec 2New names: MAT 1 Air, Spec 1 (O) MAT 1 Air, Spec 2 (N)3) Update release notesRC Commit:Committing to svn+ssh://cyrush@portal-auth.nersc.gov/project/projectdirs/visit/svn/visit/branches/2.6RC/src ... M databases/Silo/avtSiloFileFormat.C M databases/Silo/avtSiloFileFormat.h M resources/help/en_US/relnotes2.6.2.htmlCommitted r205104) Added visit_utils.qannote. A PySide based module for image annotation (text, lines, rects, text boxes, etc) post-rendering.If you are interested, the unittests in src/visitpy/visit_utils/tests/test_qannote*.py show a few ways this can be used.RC Commit:Sending visitpy/visit_utils/setup.pySending visitpy/visit_utils/src/__init__.pySending visitpy/visit_utils/src/common.pyAdding visitpy/visit_utils/src/qannoteAdding visitpy/visit_utils/src/qannote/__init__.pyAdding visitpy/visit_utils/src/qannote/canvas.pyAdding visitpy/visit_utils/src/qannote/items.pyAdding visitpy/visit_utils/src/qannote/xinit.pyAdding visitpy/visit_utils/tests/test_qannote_basic.pyAdding visitpy/visit_utils/tests/test_qannote_circle.pyAdding visitpy/visit_utils/tests/test_qannote_multi_prog.pyAdding visitpy/visit_utils/tests/test_qannote_wrap.pySending visitpy/visit_utils/tests/visit_test.pyTransmitting file data ............Committed revision r20511.Merge to Trunk:Sending databases/Silo/avtSiloFileFormat.CSending databases/Silo/avtSiloFileFormat.hSending resources/help/en_US/relnotes2.6.2.htmlSending visitpy/visit_utils/setup.pySending visitpy/visit_utils/src/__init__.pySending visitpy/visit_utils/src/common.pyAdding visitpy/visit_utils/src/qannoteAdding visitpy/visit_utils/src/qannote/__init__.pyAdding visitpy/visit_utils/src/qannote/canvas.pyAdding visitpy/visit_utils/src/qannote/items.pyAdding visitpy/visit_utils/src/qannote/xinit.pyAdding visitpy/visit_utils/tests/test_qannote_basic.pyAdding visitpy/visit_utils/tests/test_qannote_circle.pyAdding visitpy/visit_utils/tests/test_qannote_multi_prog.pyAdding visitpy/visit_utils/tests/test_qannote_wrap.pySending visitpy/visit_utils/tests/visit_test.pyTransmitting file data .......Committed revision r20513.-Cyrus
| 1.0 | 2.6.2: Ensure scalable structured domain decomp can be read harmlessly - Even if we can't use it for doing ghost zone exchange until VisIt 2.7.0
-----------------------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: 1366
Status: Resolved
Project: VisIt
Tracker: Bug
Priority: Urgent
Subject: 2.6.2: Ensure scalable structured domain decomp can be read harmlessly
Assigned to: Cyrus Harrison
Category:
Target version: 2.6.2
Author: Cyrus Harrison
Start: 03/05/2013
Due date:
% Done: 0
Estimated time:
Created: 03/05/2013 03:42 pm
Updated: 03/15/2013 06:59 pm
Likelihood: 3 - Occasional
Severity: 2 - Minor Irritation
Found in version: 2.6.1
Impact:
Expected Use:
OS: All
Support Group: Any
Description:
Even if we can't use it for doing ghost zone exchange until VisIt 2.7.0
Comments:
Hi Everyone,1) Add a safe path in the Silo DB plugin for an experiential Packed local domain boundary info convention.2) The Silo DB plugin now reads species names when avalaible in Silo multispecies and species objects.Here is an example:Old Names:MAT 1 Air, Spec 1 MAT 1 Air, Spec 2New names: MAT 1 Air, Spec 1 (O) MAT 1 Air, Spec 2 (N)3) Update release notesRC Commit:Committing to svn+ssh://cyrush@portal-auth.nersc.gov/project/projectdirs/visit/svn/visit/branches/2.6RC/src ... M databases/Silo/avtSiloFileFormat.C M databases/Silo/avtSiloFileFormat.h M resources/help/en_US/relnotes2.6.2.htmlCommitted r205104) Added visit_utils.qannote. A PySide based module for image annotation (text, lines, rects, text boxes, etc) post-rendering.If you are interested, the unittests in src/visitpy/visit_utils/tests/test_qannote*.py show a few ways this can be used.RC Commit:Sending visitpy/visit_utils/setup.pySending visitpy/visit_utils/src/__init__.pySending visitpy/visit_utils/src/common.pyAdding visitpy/visit_utils/src/qannoteAdding visitpy/visit_utils/src/qannote/__init__.pyAdding visitpy/visit_utils/src/qannote/canvas.pyAdding visitpy/visit_utils/src/qannote/items.pyAdding visitpy/visit_utils/src/qannote/xinit.pyAdding visitpy/visit_utils/tests/test_qannote_basic.pyAdding visitpy/visit_utils/tests/test_qannote_circle.pyAdding visitpy/visit_utils/tests/test_qannote_multi_prog.pyAdding visitpy/visit_utils/tests/test_qannote_wrap.pySending visitpy/visit_utils/tests/visit_test.pyTransmitting file data ............Committed revision r20511.Merge to Trunk:Sending databases/Silo/avtSiloFileFormat.CSending databases/Silo/avtSiloFileFormat.hSending resources/help/en_US/relnotes2.6.2.htmlSending visitpy/visit_utils/setup.pySending visitpy/visit_utils/src/__init__.pySending visitpy/visit_utils/src/common.pyAdding visitpy/visit_utils/src/qannoteAdding visitpy/visit_utils/src/qannote/__init__.pyAdding visitpy/visit_utils/src/qannote/canvas.pyAdding visitpy/visit_utils/src/qannote/items.pyAdding visitpy/visit_utils/src/qannote/xinit.pyAdding visitpy/visit_utils/tests/test_qannote_basic.pyAdding visitpy/visit_utils/tests/test_qannote_circle.pyAdding visitpy/visit_utils/tests/test_qannote_multi_prog.pyAdding visitpy/visit_utils/tests/test_qannote_wrap.pySending visitpy/visit_utils/tests/visit_test.pyTransmitting file data .......Committed revision r20513.-Cyrus
| priority | ensure scalable structured domain decomp can be read harmlessly even if we can t use it for doing ghost zone exchange until visit 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 ensure scalable structured domain decomp can be read harmlessly assigned to cyrus harrison category target version author cyrus harrison start due date done estimated time created pm updated pm likelihood occasional severity minor irritation found in version impact expected use os all support group any description even if we can t use it for doing ghost zone exchange until visit comments hi everyone add a safe path in the silo db plugin for an experiential packed local domain boundary info convention the silo db plugin now reads species names when avalaible in silo multispecies and species objects here is an example old names mat air spec mat air spec names mat air spec o mat air spec n update release notesrc commit committing to svn ssh cyrush portal auth nersc gov project projectdirs visit svn visit branches src m databases silo avtsilofileformat c m databases silo avtsilofileformat h m resources help en us htmlcommitted added visit utils qannote a pyside based module for image annotation text lines rects text boxes etc post rendering if you are interested the unittests in src visitpy visit utils tests test qannote py show a few ways this can be used rc commit sending visitpy visit utils setup pysending visitpy visit utils src init pysending visitpy visit utils src common pyadding visitpy visit utils src qannoteadding visitpy visit utils src qannote init pyadding visitpy visit utils src qannote canvas pyadding visitpy visit utils src qannote items pyadding visitpy visit utils src qannote xinit pyadding visitpy visit utils tests test qannote basic pyadding visitpy visit utils tests test qannote circle pyadding visitpy visit utils tests test qannote multi prog pyadding visitpy visit utils tests test qannote wrap pysending visitpy visit utils tests visit test pytransmitting file data committed revision merge to trunk sending databases silo avtsilofileformat csending databases silo avtsilofileformat hsending resources help en us htmlsending visitpy visit utils setup pysending visitpy visit utils src init pysending visitpy visit utils src common pyadding visitpy visit utils src qannoteadding visitpy visit utils src qannote init pyadding visitpy visit utils src qannote canvas pyadding visitpy visit utils src qannote items pyadding visitpy visit utils src qannote xinit pyadding visitpy visit utils tests test qannote basic pyadding visitpy visit utils tests test qannote circle pyadding visitpy visit utils tests test qannote multi prog pyadding visitpy visit utils tests test qannote wrap pysending visitpy visit utils tests visit test pytransmitting file data committed revision cyrus | 1 |
334,685 | 10,143,870,191 | IssuesEvent | 2019-08-04 15:50:15 | flextype/flextype | https://api.github.com/repos/flextype/flextype | opened | Flextype Admin Panel: Add ability to populate tabs | priority: medium status: open type: improvement | Add ability to populate tabs.
There is now way to do this for all Admin Panel areas. | 1.0 | Flextype Admin Panel: Add ability to populate tabs - Add ability to populate tabs.
There is now way to do this for all Admin Panel areas. | priority | flextype admin panel add ability to populate tabs add ability to populate tabs there is now way to do this for all admin panel areas | 1 |
383,640 | 11,360,395,377 | IssuesEvent | 2020-01-26 06:26:34 | certificate-helper/TLS-Inspector | https://api.github.com/repos/certificate-helper/TLS-Inspector | closed | Bottom of tips is cut off on some screens | bug medium priority merged user interface | **Affected Version:**
2.0.0
**Is this a Test Flight version or the App Store version?**
Both
**Device and iOS Version:**
Devices with 4.7" screens
| 1.0 | Bottom of tips is cut off on some screens - **Affected Version:**
2.0.0
**Is this a Test Flight version or the App Store version?**
Both
**Device and iOS Version:**
Devices with 4.7" screens
| priority | bottom of tips is cut off on some screens affected version is this a test flight version or the app store version both device and ios version devices with screens | 1 |
854 | 2,502,779,389 | IssuesEvent | 2015-01-09 12:38:16 | 29th/personnel | https://api.github.com/repos/29th/personnel | closed | Suggestion: Enhancing AARs | medium-priority personnel-app | **Editing AAR**
1. Remove links from units on the left side roster to prevent random click (as stated in #98)
2. In roster on the left - change display from `unit`.`name` to `unit`.`abbr` - full name is just too long for squads and causes it to overflow to next line
3. Add functionality to select / unselect all members of the drill - clicking 70 checkboxes for Company Drill is plainly pointless
4. Add formatting to AAR text - right now it's plain text
**Viewing AAR**
1. Use text formatting
2. Show, who posted AAR and when it was done | 1.0 | Suggestion: Enhancing AARs - **Editing AAR**
1. Remove links from units on the left side roster to prevent random click (as stated in #98)
2. In roster on the left - change display from `unit`.`name` to `unit`.`abbr` - full name is just too long for squads and causes it to overflow to next line
3. Add functionality to select / unselect all members of the drill - clicking 70 checkboxes for Company Drill is plainly pointless
4. Add formatting to AAR text - right now it's plain text
**Viewing AAR**
1. Use text formatting
2. Show, who posted AAR and when it was done | priority | suggestion enhancing aars editing aar remove links from units on the left side roster to prevent random click as stated in in roster on the left change display from unit name to unit abbr full name is just too long for squads and causes it to overflow to next line add functionality to select unselect all members of the drill clicking checkboxes for company drill is plainly pointless add formatting to aar text right now it s plain text viewing aar use text formatting show who posted aar and when it was done | 1 |
41,529 | 2,869,057,562 | IssuesEvent | 2015-06-05 22:59:29 | dart-lang/matcher | https://api.github.com/repos/dart-lang/matcher | opened | Matchers: ||, &&, and ! instead of anyOf, allOf, isNot | enhancement Priority-Medium | <a href="https://github.com/seaneagan"><img src="https://avatars.githubusercontent.com/u/444270?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [seaneagan](https://github.com/seaneagan)**
_Originally opened as dart-lang/sdk#3727_
----
consider:
expect(v, !(isNull || isEmpty));
// vs.
expect(v, isNot(anyOf(isNull, isEmpty)));
expect(v, new isInstanceOf<num> && isPositive);
// vs.
expect(v, allOf(new isInstanceOf<num>, isPositive));
The operators are clearly shorter, but more importantly to me, they read more naturally, and I would think this would be especially true for non-native English speakers.
One small problem... the ! operator is not currently user-definable. Is there a reason for this ?
Could also potentially remove all the composite negation matchers:
isFalse // somewhat misleading since it matches more than just "false".
isNotNull
isNonZero
isNonNegative
isNonPositive
and just have the ! operator of the Matcher they are negating, lazily initialize them:
! isTrue
! isNull
! isZero
! isNegative
! isPositive
It would be unusual to want to override || or && operators, but for the ! operator, it would be useful to customize the negated message, for the description for:
! hasChildren
could be customized to:
"to not have any children"
instead of:
"not <to have children>"
which might be generated by:
isNot(hasChildren)
| 1.0 | Matchers: ||, &&, and ! instead of anyOf, allOf, isNot - <a href="https://github.com/seaneagan"><img src="https://avatars.githubusercontent.com/u/444270?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [seaneagan](https://github.com/seaneagan)**
_Originally opened as dart-lang/sdk#3727_
----
consider:
expect(v, !(isNull || isEmpty));
// vs.
expect(v, isNot(anyOf(isNull, isEmpty)));
expect(v, new isInstanceOf<num> && isPositive);
// vs.
expect(v, allOf(new isInstanceOf<num>, isPositive));
The operators are clearly shorter, but more importantly to me, they read more naturally, and I would think this would be especially true for non-native English speakers.
One small problem... the ! operator is not currently user-definable. Is there a reason for this ?
Could also potentially remove all the composite negation matchers:
isFalse // somewhat misleading since it matches more than just "false".
isNotNull
isNonZero
isNonNegative
isNonPositive
and just have the ! operator of the Matcher they are negating, lazily initialize them:
! isTrue
! isNull
! isZero
! isNegative
! isPositive
It would be unusual to want to override || or && operators, but for the ! operator, it would be useful to customize the negated message, for the description for:
! hasChildren
could be customized to:
"to not have any children"
instead of:
"not <to have children>"
which might be generated by:
isNot(hasChildren)
| priority | matchers and instead of anyof allof isnot issue by originally opened as dart lang sdk consider expect v isnull isempty vs expect v isnot anyof isnull isempty expect v new isinstanceof lt num gt amp amp ispositive vs expect v allof new isinstanceof lt num gt ispositive the operators are clearly shorter but more importantly to me they read more naturally and i would think this would be especially true for non native english speakers one small problem the operator is not currently user definable is there a reason for this could also potentially remove all the composite negation matchers isfalse somewhat misleading since it matches more than just quot false quot isnotnull isnonzero isnonnegative isnonpositive and just have the operator of the matcher they are negating lazily initialize them istrue isnull iszero isnegative ispositive it would be unusual to want to override or amp amp operators but for the operator it would be useful to customize the negated message for the description for haschildren could be customized to quot to not have any children quot instead of quot not lt to have children gt quot which might be generated by isnot haschildren | 1 |
138,654 | 5,345,237,753 | IssuesEvent | 2017-02-17 16:28:37 | robotology/icub-main | https://api.github.com/repos/robotology/icub-main | closed | ARE: pfar uses hand mid point instead of index finger when pointing | Complexity: Medium Priority: Low Priority: Normal Severity: Normal Type: Enhancement | Hi @pattacini,
As briefly discussed at the WYSIWYD review meeting, `pfar` of `actionsRenderingEngine` uses the mid point of the hand to calculate where to point at, but as the pointing is actually performed by the index finger there is an offset.
It would be great if the index finger could be used to increase the accuracy of the pointing.
Best,
Tobi | 2.0 | ARE: pfar uses hand mid point instead of index finger when pointing - Hi @pattacini,
As briefly discussed at the WYSIWYD review meeting, `pfar` of `actionsRenderingEngine` uses the mid point of the hand to calculate where to point at, but as the pointing is actually performed by the index finger there is an offset.
It would be great if the index finger could be used to increase the accuracy of the pointing.
Best,
Tobi | priority | are pfar uses hand mid point instead of index finger when pointing hi pattacini as briefly discussed at the wysiwyd review meeting pfar of actionsrenderingengine uses the mid point of the hand to calculate where to point at but as the pointing is actually performed by the index finger there is an offset it would be great if the index finger could be used to increase the accuracy of the pointing best tobi | 1 |
34,662 | 2,784,079,564 | IssuesEvent | 2015-05-07 07:01:59 | Tschokee/Serious_game | https://api.github.com/repos/Tschokee/Serious_game | opened | Ellenőrző mechanika | development Medium Priority | ha rányomsz az Ellenőrzés gombra, akkor az szürküljön be (disable), a játékfelület pedig legyen zárolva, tehát ellenőrzés után ne lehessen a lufikat mozgatni | 1.0 | Ellenőrző mechanika - ha rányomsz az Ellenőrzés gombra, akkor az szürküljön be (disable), a játékfelület pedig legyen zárolva, tehát ellenőrzés után ne lehessen a lufikat mozgatni | priority | ellenőrző mechanika ha rányomsz az ellenőrzés gombra akkor az szürküljön be disable a játékfelület pedig legyen zárolva tehát ellenőrzés után ne lehessen a lufikat mozgatni | 1 |
222,766 | 7,438,524,422 | IssuesEvent | 2018-03-27 00:54:49 | inverse-inc/packetfence | https://api.github.com/repos/inverse-inc/packetfence | closed | API backends should bind to localhost | Priority: Medium Type: Bug | The API backends which are exposed through the Unified API frontend should bind to localhost instead
The ones I can think of for now:
- [x] pfunified_api
- [x] pfsso
- [x] pfipset
- [x] pfdhcp | 1.0 | API backends should bind to localhost - The API backends which are exposed through the Unified API frontend should bind to localhost instead
The ones I can think of for now:
- [x] pfunified_api
- [x] pfsso
- [x] pfipset
- [x] pfdhcp | priority | api backends should bind to localhost the api backends which are exposed through the unified api frontend should bind to localhost instead the ones i can think of for now pfunified api pfsso pfipset pfdhcp | 1 |
800,009 | 28,322,742,832 | IssuesEvent | 2023-04-11 03:32:19 | masastack/MASA.MC | https://api.github.com/repos/masastack/MASA.MC | closed | After successfully adding an external member, when you add it again, opening a popover immediately triggers form validation | type/bug status/resolved severity/medium site/staging priority/p3 | 添加外部成员成功后,再次添加时,打开弹窗立即触发了表单验证
 | 1.0 | After successfully adding an external member, when you add it again, opening a popover immediately triggers form validation - 添加外部成员成功后,再次添加时,打开弹窗立即触发了表单验证
 | priority | after successfully adding an external member when you add it again opening a popover immediately triggers form validation 添加外部成员成功后,再次添加时,打开弹窗立即触发了表单验证 | 1 |
545,248 | 15,946,955,590 | IssuesEvent | 2021-04-15 02:19:53 | gorilla-devs/GDLauncher | https://api.github.com/repos/gorilla-devs/GDLauncher | reopened | [LWJGL] GLFW_API_UNAVAILABLE error Exception in thread "main" | Bug Priority: Medium | **Describe the bug**
I can't start my profile ifi click on a installed profile on start. this is my error code: `[LWJGL] GLFW_API_UNAVAILABLE error Exception in thread "main" `
**Operating System:**
- OS: windows 10 pro 1909 | 1.0 | [LWJGL] GLFW_API_UNAVAILABLE error Exception in thread "main" - **Describe the bug**
I can't start my profile ifi click on a installed profile on start. this is my error code: `[LWJGL] GLFW_API_UNAVAILABLE error Exception in thread "main" `
**Operating System:**
- OS: windows 10 pro 1909 | priority | glfw api unavailable error exception in thread main describe the bug i can t start my profile ifi click on a installed profile on start this is my error code glfw api unavailable error exception in thread main operating system os windows pro | 1 |
796,719 | 28,125,752,449 | IssuesEvent | 2023-03-31 17:33:20 | hackforla/expunge-assist | https://api.github.com/repos/hackforla/expunge-assist | closed | Update "Looks good" button | priority: medium role: UX content writing size: 1pt feature: figma content writing | ### Overview
Update copy on the "Looks good" button to something more clear and straightforward.
### Action Items
- [ ] Replace "Looks good" with something else
- [ ] Replace copy in prototype everywhere it appears (Desktop, Mobile, Design system)
- [ ] Handover to Dev
- [ ] Close issue
### Resources/Instructions
Everywhere in figma | 1.0 | Update "Looks good" button - ### Overview
Update copy on the "Looks good" button to something more clear and straightforward.
### Action Items
- [ ] Replace "Looks good" with something else
- [ ] Replace copy in prototype everywhere it appears (Desktop, Mobile, Design system)
- [ ] Handover to Dev
- [ ] Close issue
### Resources/Instructions
Everywhere in figma | priority | update looks good button overview update copy on the looks good button to something more clear and straightforward action items replace looks good with something else replace copy in prototype everywhere it appears desktop mobile design system handover to dev close issue resources instructions everywhere in figma | 1 |
750,251 | 26,194,947,966 | IssuesEvent | 2023-01-03 12:37:34 | zitadel/zitadel | https://api.github.com/repos/zitadel/zitadel | closed | Yubikey not working for passwordless on Firefox+Ubuntu | type: bug help wanted priority: medium | **Describe the bug**
On Firefox on linux (Ubuntu):
* my Yubikeys are not recognized when trying to register in the console in passwordless section
* cannot use a Yubikey to log in via passwordless (after successfully registered it via Chrome)
During authentication, I got the following error:

Yubikey works:
* perfectly for MFA on Firefox and Chrome
* perfectly as passwordless method on Chrome
* perfectly as passwordless method on Firefox+Windows11
Note: I tried two different Yubikeys: Yubikey Bio, and YubiKey 5C
**Expected behavior**
Registering and using a Yubikey as passwordless method should work on Firefox.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**
- OS: Ubuntu 22.04
- Browser: Firefox 103
- Version: v2.0.0 | 1.0 | Yubikey not working for passwordless on Firefox+Ubuntu - **Describe the bug**
On Firefox on linux (Ubuntu):
* my Yubikeys are not recognized when trying to register in the console in passwordless section
* cannot use a Yubikey to log in via passwordless (after successfully registered it via Chrome)
During authentication, I got the following error:

Yubikey works:
* perfectly for MFA on Firefox and Chrome
* perfectly as passwordless method on Chrome
* perfectly as passwordless method on Firefox+Windows11
Note: I tried two different Yubikeys: Yubikey Bio, and YubiKey 5C
**Expected behavior**
Registering and using a Yubikey as passwordless method should work on Firefox.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**
- OS: Ubuntu 22.04
- Browser: Firefox 103
- Version: v2.0.0 | priority | yubikey not working for passwordless on firefox ubuntu describe the bug on firefox on linux ubuntu my yubikeys are not recognized when trying to register in the console in passwordless section cannot use a yubikey to log in via passwordless after successfully registered it via chrome during authentication i got the following error yubikey works perfectly for mfa on firefox and chrome perfectly as passwordless method on chrome perfectly as passwordless method on firefox note i tried two different yubikeys yubikey bio and yubikey expected behavior registering and using a yubikey as passwordless method should work on firefox screenshots if applicable add screenshots to help explain your problem desktop please complete the following information os ubuntu browser firefox version | 1 |
717,487 | 24,677,364,441 | IssuesEvent | 2022-10-18 18:09:07 | visit-dav/visit | https://api.github.com/repos/visit-dav/visit | closed | VisIt 3.1.4 Unexpcted Message? | bug reviewed likelihood medium impact medium priority | ### Describe the bug
Open DB and see:
```
Due to the large number of variables, 1091, in this database, VisIt has
automatically disabled speculative expression generation of ALL forms
(e.g. vector-magnitude, mesh-quality, time-derivative, operator-created)
because the large number of expressions bogs down GUI performance.
You may override this behavior by exiting VisIt and restarting with the
environment variable...
"VISIT_FORCE_SPECULATIVE_EXPRESSION_GENERATION"
set. Be aware that doing so will likely result in sluggish GUI performance.
If you need one or more of the expressions VisIt's speculative expression
generation process provides and are unwilling or unable to manually create
the expression(s) you need, you have no choice in this version of VisIt
except to override this behavior and suffer any GUI performance issues.
Unfortunately, if you are running in client-server mode, you will have to
take action to set this enviornment variable on both the server and client
machines. This will only be necessary in VisIt version 2.12.3. An entirely
different mechanism for controlling this behavior will be introduced in 2.13.
```
Should we remove info about 2.12.3 and 2.13?
And are we in OK shape now with respect to this behavior.
I haven't checked for 3.3.0, we should.
**Helpful additional information**
- Did VisIt crash:
- Did you get wrong results:
### Desktop
- OS and version: toss3
- VisIt Version: 3.1.4
- Server info (if applicable):
### Additional context
Add any other context about the problem here. Attach any (zipped) relevant files, such as data, configurations, sessionfiles, etc.
| 1.0 | VisIt 3.1.4 Unexpcted Message? - ### Describe the bug
Open DB and see:
```
Due to the large number of variables, 1091, in this database, VisIt has
automatically disabled speculative expression generation of ALL forms
(e.g. vector-magnitude, mesh-quality, time-derivative, operator-created)
because the large number of expressions bogs down GUI performance.
You may override this behavior by exiting VisIt and restarting with the
environment variable...
"VISIT_FORCE_SPECULATIVE_EXPRESSION_GENERATION"
set. Be aware that doing so will likely result in sluggish GUI performance.
If you need one or more of the expressions VisIt's speculative expression
generation process provides and are unwilling or unable to manually create
the expression(s) you need, you have no choice in this version of VisIt
except to override this behavior and suffer any GUI performance issues.
Unfortunately, if you are running in client-server mode, you will have to
take action to set this enviornment variable on both the server and client
machines. This will only be necessary in VisIt version 2.12.3. An entirely
different mechanism for controlling this behavior will be introduced in 2.13.
```
Should we remove info about 2.12.3 and 2.13?
And are we in OK shape now with respect to this behavior.
I haven't checked for 3.3.0, we should.
**Helpful additional information**
- Did VisIt crash:
- Did you get wrong results:
### Desktop
- OS and version: toss3
- VisIt Version: 3.1.4
- Server info (if applicable):
### Additional context
Add any other context about the problem here. Attach any (zipped) relevant files, such as data, configurations, sessionfiles, etc.
| priority | visit unexpcted message describe the bug open db and see due to the large number of variables in this database visit has automatically disabled speculative expression generation of all forms e g vector magnitude mesh quality time derivative operator created because the large number of expressions bogs down gui performance you may override this behavior by exiting visit and restarting with the environment variable visit force speculative expression generation set be aware that doing so will likely result in sluggish gui performance if you need one or more of the expressions visit s speculative expression generation process provides and are unwilling or unable to manually create the expression s you need you have no choice in this version of visit except to override this behavior and suffer any gui performance issues unfortunately if you are running in client server mode you will have to take action to set this enviornment variable on both the server and client machines this will only be necessary in visit version an entirely different mechanism for controlling this behavior will be introduced in should we remove info about and and are we in ok shape now with respect to this behavior i haven t checked for we should helpful additional information did visit crash did you get wrong results desktop os and version visit version server info if applicable additional context add any other context about the problem here attach any zipped relevant files such as data configurations sessionfiles etc | 1 |
691,539 | 23,700,356,073 | IssuesEvent | 2022-08-29 18:22:17 | WiIIiam278/HuskHomes2 | https://api.github.com/repos/WiIIiam278/HuskHomes2 | closed | Cross-server player respawn location synchronisation | type: feature request priority: medium | Add syncing of the player's bed and/or nether anchors to HuskSync. This way, if a player dies on a server different from their bed location, they will be transferred to the proper location on the proper server.
If no bed/anchor is found, teleport the player to the designated spawn server/location.
| 1.0 | Cross-server player respawn location synchronisation - Add syncing of the player's bed and/or nether anchors to HuskSync. This way, if a player dies on a server different from their bed location, they will be transferred to the proper location on the proper server.
If no bed/anchor is found, teleport the player to the designated spawn server/location.
| priority | cross server player respawn location synchronisation add syncing of the player s bed and or nether anchors to husksync this way if a player dies on a server different from their bed location they will be transferred to the proper location on the proper server if no bed anchor is found teleport the player to the designated spawn server location | 1 |
212,373 | 7,236,254,496 | IssuesEvent | 2018-02-13 05:53:54 | intel-analytics/BigDL | https://api.github.com/repos/intel-analytics/BigDL | opened | Instruction to load models from user-modified caffe | medium priority model loading | Current BigDL supports loading standard Caffe, but it is not clear how to load models from Caffe branch with some user-defined layers. Maybe we need provide instructions on it. | 1.0 | Instruction to load models from user-modified caffe - Current BigDL supports loading standard Caffe, but it is not clear how to load models from Caffe branch with some user-defined layers. Maybe we need provide instructions on it. | priority | instruction to load models from user modified caffe current bigdl supports loading standard caffe but it is not clear how to load models from caffe branch with some user defined layers maybe we need provide instructions on it | 1 |
786,435 | 27,646,280,047 | IssuesEvent | 2023-03-10 23:35:38 | LACMTA/metro-api-v2 | https://api.github.com/repos/LACMTA/metro-api-v2 | opened | Create new endpoint for RT Trip Updates to provide arrival times | 0-Priority: Medium 1-Status: To Do | We need to provide the next 3 arrival times per stop, per line. | 1.0 | Create new endpoint for RT Trip Updates to provide arrival times - We need to provide the next 3 arrival times per stop, per line. | priority | create new endpoint for rt trip updates to provide arrival times we need to provide the next arrival times per stop per line | 1 |
782,366 | 27,494,808,515 | IssuesEvent | 2023-03-05 02:20:43 | AY2223S2-CS2103T-W13-3/tp | https://api.github.com/repos/AY2223S2-CS2103T-W13-3/tp | closed | As a user, I can want to sort my tasks by the deadline | type.Story priority.Medium | So that I can see which tasks are due sooner. | 1.0 | As a user, I can want to sort my tasks by the deadline - So that I can see which tasks are due sooner. | priority | as a user i can want to sort my tasks by the deadline so that i can see which tasks are due sooner | 1 |
481,701 | 13,890,280,488 | IssuesEvent | 2020-10-19 09:04:17 | enso-org/ide | https://api.github.com/repos/enso-org/ide | closed | Mouse position in desynchronized with cursor after resize | Category: IDE Priority: Medium Type: Bug | <!--
Please ensure that you are using the latest version of Enso IDE before reporting
the bug! It may have been fixed since.
-->
### General Summary
<!--
- Please include a high-level description of your bug here.
-->
After resizing IDE window the mouse position is desynchronized with cursor in text editor
### Steps to Reproduce
<!--
Please list the reproduction steps for your bug.
-->
open IDE and resize the window
try to select text in text editor
### Expected Result
<!--
- A description of the results you expected from the reproduction steps.
-->
text selected in the area selected with mouse
### Actual Result
<!--
- A description of what actually happens when you perform these steps.
- Please include any error output if relevant.
-->
[select.m4v.zip](https://github.com/enso-org/ide/files/4994201/select.m4v.zip)
### Enso Version
<!--
- Please include the version of Enso IDE you are using here.
-->
core : 2.0.0-alpha.0
build : 14990b4
electron : 8.1.1
chrome : 80.0.3987.141 | 1.0 | Mouse position in desynchronized with cursor after resize - <!--
Please ensure that you are using the latest version of Enso IDE before reporting
the bug! It may have been fixed since.
-->
### General Summary
<!--
- Please include a high-level description of your bug here.
-->
After resizing IDE window the mouse position is desynchronized with cursor in text editor
### Steps to Reproduce
<!--
Please list the reproduction steps for your bug.
-->
open IDE and resize the window
try to select text in text editor
### Expected Result
<!--
- A description of the results you expected from the reproduction steps.
-->
text selected in the area selected with mouse
### Actual Result
<!--
- A description of what actually happens when you perform these steps.
- Please include any error output if relevant.
-->
[select.m4v.zip](https://github.com/enso-org/ide/files/4994201/select.m4v.zip)
### Enso Version
<!--
- Please include the version of Enso IDE you are using here.
-->
core : 2.0.0-alpha.0
build : 14990b4
electron : 8.1.1
chrome : 80.0.3987.141 | priority | mouse position in desynchronized with cursor after resize please ensure that you are using the latest version of enso ide before reporting the bug it may have been fixed since general summary please include a high level description of your bug here after resizing ide window the mouse position is desynchronized with cursor in text editor steps to reproduce please list the reproduction steps for your bug open ide and resize the window try to select text in text editor expected result a description of the results you expected from the reproduction steps text selected in the area selected with mouse actual result a description of what actually happens when you perform these steps please include any error output if relevant enso version please include the version of enso ide you are using here core alpha build electron chrome | 1 |
147,644 | 5,643,145,311 | IssuesEvent | 2017-04-06 23:09:21 | Tour-de-Force/btc-app | https://api.github.com/repos/Tour-de-Force/btc-app | closed | Hamburger Menu - Flex box needs to be fixed. | bug Priority: Medium | Hamburger menu - flex box need to be fixed. The menu disappears when you
go into Settings, Download track page, Filter, Publish, About page, Logout page, and you do
anything to resize the window. I know the menu bar is still there but the color that makes you be
able to see it is removed on resize. Everything collides as you expand and shrink the window.
It’s not using the same format as the “map”, “add service” and “add alert page”. | 1.0 | Hamburger Menu - Flex box needs to be fixed. - Hamburger menu - flex box need to be fixed. The menu disappears when you
go into Settings, Download track page, Filter, Publish, About page, Logout page, and you do
anything to resize the window. I know the menu bar is still there but the color that makes you be
able to see it is removed on resize. Everything collides as you expand and shrink the window.
It’s not using the same format as the “map”, “add service” and “add alert page”. | priority | hamburger menu flex box needs to be fixed hamburger menu flex box need to be fixed the menu disappears when you go into settings download track page filter publish about page logout page and you do anything to resize the window i know the menu bar is still there but the color that makes you be able to see it is removed on resize everything collides as you expand and shrink the window it’s not using the same format as the “map” “add service” and “add alert page” | 1 |
324,292 | 9,887,211,167 | IssuesEvent | 2019-06-25 08:42:39 | canonical-web-and-design/vanillaframework.io | https://api.github.com/repos/canonical-web-and-design/vanillaframework.io | closed | Who's using Vanilla - Update Juju logo to JAAS | Priority: Medium | ## Summary
As we've switched jujucharms.com to https://jaas.ai/ it would be good to update the logo on 'Who's using Vanilla' section.
## Process
- Update Juju logo to new JAAS logo
- Updated asset - https://assets.ubuntu.com/v1/7fe3f290-2019-logo-jaas.svg
## Screenshot
<img width="1438" alt="Screenshot 2019-06-13 at 10 31 01" src="https://user-images.githubusercontent.com/17748020/59421422-7788b600-8dc6-11e9-924f-a1d4def012e3.png">
| 1.0 | Who's using Vanilla - Update Juju logo to JAAS - ## Summary
As we've switched jujucharms.com to https://jaas.ai/ it would be good to update the logo on 'Who's using Vanilla' section.
## Process
- Update Juju logo to new JAAS logo
- Updated asset - https://assets.ubuntu.com/v1/7fe3f290-2019-logo-jaas.svg
## Screenshot
<img width="1438" alt="Screenshot 2019-06-13 at 10 31 01" src="https://user-images.githubusercontent.com/17748020/59421422-7788b600-8dc6-11e9-924f-a1d4def012e3.png">
| priority | who s using vanilla update juju logo to jaas summary as we ve switched jujucharms com to it would be good to update the logo on who s using vanilla section process update juju logo to new jaas logo updated asset screenshot img width alt screenshot at src | 1 |
658,476 | 21,894,305,898 | IssuesEvent | 2022-05-20 07:01:54 | bounswe/bounswe2022group7 | https://api.github.com/repos/bounswe/bounswe2022group7 | closed | [Practice-App] Create CI/CD workflows | Type: Workflow Status: In Progress Priority: High Difficulty: Medium | For our project we need to create CI/CD pipelines to automatically test, dockerize and deploy the application. I am tasked with creating the CI and CD workflows. I will create 2 or 3 actions to handle:
- [x] Testing the code
- [x] Creating Docker images
- [x] #226 Deploying to AWS
**Deadline: 2022-05-28, 23:59** | 1.0 | [Practice-App] Create CI/CD workflows - For our project we need to create CI/CD pipelines to automatically test, dockerize and deploy the application. I am tasked with creating the CI and CD workflows. I will create 2 or 3 actions to handle:
- [x] Testing the code
- [x] Creating Docker images
- [x] #226 Deploying to AWS
**Deadline: 2022-05-28, 23:59** | priority | create ci cd workflows for our project we need to create ci cd pipelines to automatically test dockerize and deploy the application i am tasked with creating the ci and cd workflows i will create or actions to handle testing the code creating docker images deploying to aws deadline | 1 |
169,351 | 6,400,200,929 | IssuesEvent | 2017-08-05 08:28:32 | minio/minio | https://api.github.com/repos/minio/minio | closed | Closing browser tab should warn user about background activity | priority: medium triage | <!--- Provide a general summary of the issue in the Title above -->
Based on https://github.com/minio/minio/issues/4670 and https://github.com/minio/minio/issues/4494, Closing browser tab should warn user about background activity like GMail. Currently it causes unexpected EOF on client connections at server side .
## Expected Behavior
<!--- If you're describing a bug, tell us what should happen -->
<!--- If you're suggesting a change/improvement, tell us how it should work -->
## Current Behavior
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
## Possible Solution
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
<!--- or ideas how to implement the addition or change -->
## Steps to Reproduce (for bugs)
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug. Include code to reproduce, if relevant -->
1.
2.
3.
4.
## Context
<!--- How has this issue affected you? What are you trying to accomplish? -->
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
## Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
* Version used (`minio version`):
* Environment name and version (e.g. nginx 1.9.1):
* Server type and version:
* Operating System and version (`uname -a`):
* Link to your project:
| 1.0 | Closing browser tab should warn user about background activity - <!--- Provide a general summary of the issue in the Title above -->
Based on https://github.com/minio/minio/issues/4670 and https://github.com/minio/minio/issues/4494, Closing browser tab should warn user about background activity like GMail. Currently it causes unexpected EOF on client connections at server side .
## Expected Behavior
<!--- If you're describing a bug, tell us what should happen -->
<!--- If you're suggesting a change/improvement, tell us how it should work -->
## Current Behavior
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
## Possible Solution
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
<!--- or ideas how to implement the addition or change -->
## Steps to Reproduce (for bugs)
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug. Include code to reproduce, if relevant -->
1.
2.
3.
4.
## Context
<!--- How has this issue affected you? What are you trying to accomplish? -->
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
## Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
* Version used (`minio version`):
* Environment name and version (e.g. nginx 1.9.1):
* Server type and version:
* Operating System and version (`uname -a`):
* Link to your project:
| priority | closing browser tab should warn user about background activity based on and closing browser tab should warn user about background activity like gmail currently it causes unexpected eof on client connections at server side expected behavior current behavior possible solution steps to reproduce for bugs context your environment version used minio version environment name and version e g nginx server type and version operating system and version uname a link to your project | 1 |
260,722 | 8,214,096,380 | IssuesEvent | 2018-09-04 21:47:16 | DavidPL1/Hyperion | https://api.github.com/repos/DavidPL1/Hyperion | closed | Come up with a useful yaml format | Priority: Medium Type: Enhancement | Needed information for a component:
- Name
- Command
- Provides
- Depends [List]
- Host
- Check cmd | 1.0 | Come up with a useful yaml format - Needed information for a component:
- Name
- Command
- Provides
- Depends [List]
- Host
- Check cmd | priority | come up with a useful yaml format needed information for a component name command provides depends host check cmd | 1 |
16,721 | 2,615,122,386 | IssuesEvent | 2015-03-01 05:49:39 | chrsmith/google-api-java-client | https://api.github.com/repos/chrsmith/google-api-java-client | closed | Sample for Google Analytics API's compatible for Android | auto-migrated Priority-Medium Type-Sample | ```
Which Google API and version (e.g. Google Calendar Data API version 2)?
Google Analytics API Version 3 or latest
What format (e.g. JSON, Atom)?
JSON,Atom
What Authentation (e.g. OAuth, OAuth 2, ClientLogin)?
OAuth, OAuth 2, ClientLogin
Java environment (e.g. Java 6, Android 2.3, App Engine)?
Android 2.2 & above
External references, such as API reference guide?
http://code.google.com/apis/analytics/
http://code.google.com/p/google-api-java-client/wiki/DeveloperGuide
```
Original issue reported on code.google.com by `enrichwa...@gmail.com` on 14 Sep 2011 at 5:08
* Merged into: #290 | 1.0 | Sample for Google Analytics API's compatible for Android - ```
Which Google API and version (e.g. Google Calendar Data API version 2)?
Google Analytics API Version 3 or latest
What format (e.g. JSON, Atom)?
JSON,Atom
What Authentation (e.g. OAuth, OAuth 2, ClientLogin)?
OAuth, OAuth 2, ClientLogin
Java environment (e.g. Java 6, Android 2.3, App Engine)?
Android 2.2 & above
External references, such as API reference guide?
http://code.google.com/apis/analytics/
http://code.google.com/p/google-api-java-client/wiki/DeveloperGuide
```
Original issue reported on code.google.com by `enrichwa...@gmail.com` on 14 Sep 2011 at 5:08
* Merged into: #290 | priority | sample for google analytics api s compatible for android which google api and version e g google calendar data api version google analytics api version or latest what format e g json atom json atom what authentation e g oauth oauth clientlogin oauth oauth clientlogin java environment e g java android app engine android above external references such as api reference guide original issue reported on code google com by enrichwa gmail com on sep at merged into | 1 |
540,895 | 15,819,145,392 | IssuesEvent | 2021-04-05 17:04:06 | AY2021S2-CS2113-F10-2/tp | https://api.github.com/repos/AY2021S2-CS2113-F10-2/tp | closed | [PE-D] Typo in command template | priority.Medium severity.Medium type.Bug | Typo in view diet data. tag should be f/ instead of a/.

<!--session: 1617437380999-4a5bfdbc-3d33-43fd-9397-daa368b5b349-->
-------------
Labels: `severity.Medium` `type.DocumentationBug`
original: LJ-37/ped#8 | 1.0 | [PE-D] Typo in command template - Typo in view diet data. tag should be f/ instead of a/.

<!--session: 1617437380999-4a5bfdbc-3d33-43fd-9397-daa368b5b349-->
-------------
Labels: `severity.Medium` `type.DocumentationBug`
original: LJ-37/ped#8 | priority | typo in command template typo in view diet data tag should be f instead of a labels severity medium type documentationbug original lj ped | 1 |
638,164 | 20,713,787,765 | IssuesEvent | 2022-03-12 09:57:37 | AY2122S2-CS2103T-T17-4/tp | https://api.github.com/repos/AY2122S2-CS2103T-T17-4/tp | closed | Uniqueness check for phone number and email | type.Story priority.Medium | As a disorganized user, I can add duplicate contacts (phone number / email) without worry as there will be a warning so that I can add contacts without keeping track of duplicates. | 1.0 | Uniqueness check for phone number and email - As a disorganized user, I can add duplicate contacts (phone number / email) without worry as there will be a warning so that I can add contacts without keeping track of duplicates. | priority | uniqueness check for phone number and email as a disorganized user i can add duplicate contacts phone number email without worry as there will be a warning so that i can add contacts without keeping track of duplicates | 1 |
580,311 | 17,226,375,640 | IssuesEvent | 2021-07-20 02:40:29 | returntocorp/semgrep | https://api.github.com/repos/returntocorp/semgrep | opened | Fix semgrep-core parsing stats | priority:medium user:r2c | We don't know why the new parsing stats on semgrep-core are so much worse than those produced by ocaml-tree-sitter-semgrep.
See for example:
* ocaml-tree-sitter stats: https://dashboard.semgrep.dev/metric/semgrep.tree-sitter.c-sharp.parse.pct
* semgrep-core stats: https://dashboard.semgrep.dev/metric/semgrep.core.c.parse.pct This used to receive ocaml-tree-sitter stats, hence the sharp drop.
The semgrep-core stats include the construction of the semgrep generic AST, unlike the ocaml-tree-sitter stats.
| 1.0 | Fix semgrep-core parsing stats - We don't know why the new parsing stats on semgrep-core are so much worse than those produced by ocaml-tree-sitter-semgrep.
See for example:
* ocaml-tree-sitter stats: https://dashboard.semgrep.dev/metric/semgrep.tree-sitter.c-sharp.parse.pct
* semgrep-core stats: https://dashboard.semgrep.dev/metric/semgrep.core.c.parse.pct This used to receive ocaml-tree-sitter stats, hence the sharp drop.
The semgrep-core stats include the construction of the semgrep generic AST, unlike the ocaml-tree-sitter stats.
| priority | fix semgrep core parsing stats we don t know why the new parsing stats on semgrep core are so much worse than those produced by ocaml tree sitter semgrep see for example ocaml tree sitter stats semgrep core stats this used to receive ocaml tree sitter stats hence the sharp drop the semgrep core stats include the construction of the semgrep generic ast unlike the ocaml tree sitter stats | 1 |
59,520 | 3,114,033,408 | IssuesEvent | 2015-09-03 05:24:46 | cs2103aug2015-t13-2j/main | https://api.github.com/repos/cs2103aug2015-t13-2j/main | opened | As a new user I can view a tutorial on how to simply add/delete/view a task on the calendar | priority.medium type.story | ...so that I can learn how to use the app efficiently. | 1.0 | As a new user I can view a tutorial on how to simply add/delete/view a task on the calendar - ...so that I can learn how to use the app efficiently. | priority | as a new user i can view a tutorial on how to simply add delete view a task on the calendar so that i can learn how to use the app efficiently | 1 |
371,339 | 10,965,046,269 | IssuesEvent | 2019-11-28 01:09:39 | clearlinux/clr-installer | https://api.github.com/repos/clearlinux/clr-installer | opened | Some mounted devices not excluded from install targets | GUI TUI bug medium priority | **Describe the bug**
Some mounted devices not excluded from install targets, for example, a mounted LVM partition.
**To Reproduce**
Steps to reproduce the behavior:
1. Mount an LVM partition on a clear linux host system
2. Execute the interactive installer
3. See the that disk with the LVM volume is not excluded
**Expected behavior**
Any media which has any mounted partition should be excluded from the possible list of installation targets.
**Environment (please complete the following information):**
- Clear Linux OS Version:
```
Distribution: Clear Linux OS
Installed version: 31730
```
- Installer Version [clr-installer -v]
`clr-installer: 2.3.6`
**Additional context**
The problem appears to be with the method used for identifying mounted devices. The code is just checking the children of the block device, but it should be recursive and check the children's children, and so forth.
https://github.com/clearlinux/clr-installer/blob/2.3.6/storage/storage.go#L852 | 1.0 | Some mounted devices not excluded from install targets - **Describe the bug**
Some mounted devices not excluded from install targets, for example, a mounted LVM partition.
**To Reproduce**
Steps to reproduce the behavior:
1. Mount an LVM partition on a clear linux host system
2. Execute the interactive installer
3. See the that disk with the LVM volume is not excluded
**Expected behavior**
Any media which has any mounted partition should be excluded from the possible list of installation targets.
**Environment (please complete the following information):**
- Clear Linux OS Version:
```
Distribution: Clear Linux OS
Installed version: 31730
```
- Installer Version [clr-installer -v]
`clr-installer: 2.3.6`
**Additional context**
The problem appears to be with the method used for identifying mounted devices. The code is just checking the children of the block device, but it should be recursive and check the children's children, and so forth.
https://github.com/clearlinux/clr-installer/blob/2.3.6/storage/storage.go#L852 | priority | some mounted devices not excluded from install targets describe the bug some mounted devices not excluded from install targets for example a mounted lvm partition to reproduce steps to reproduce the behavior mount an lvm partition on a clear linux host system execute the interactive installer see the that disk with the lvm volume is not excluded expected behavior any media which has any mounted partition should be excluded from the possible list of installation targets environment please complete the following information clear linux os version distribution clear linux os installed version installer version clr installer additional context the problem appears to be with the method used for identifying mounted devices the code is just checking the children of the block device but it should be recursive and check the children s children and so forth | 1 |
515,194 | 14,952,285,883 | IssuesEvent | 2021-01-26 15:21:53 | scorestack/scorestack | https://api.github.com/repos/scorestack/scorestack | closed | Document WinRM local users | area:docs priority:medium status:completed type:enhancement | Improvement Request
-------------------
The WinRM check only supports local users, and will not work with domain users. This needs to be documented. | 1.0 | Document WinRM local users - Improvement Request
-------------------
The WinRM check only supports local users, and will not work with domain users. This needs to be documented. | priority | document winrm local users improvement request the winrm check only supports local users and will not work with domain users this needs to be documented | 1 |
520,489 | 15,086,872,469 | IssuesEvent | 2021-02-05 21:04:53 | wp-media/wp-rocket | https://api.github.com/repos/wp-media/wp-rocket | closed | Preload links - The non-webp page is fetched when our WebP feature is used. | module: preload priority: medium type: bug wontfix | **Before submitting an issue please check that you’ve completed the following steps:**
- Made sure you’re on the latest version ✅
- Used the search feature to ensure that the bug hasn’t been reported before ✅
**Describe the bug**
When the following features are enabled:
1. **Preload links**
2. **Enable WebP caching**
prefetching a URL will fetch the version of the page that doesn't contain WebP images. This is because WP Rocket prefetches the `index-https.html` file, not the `index-https-webp.html`.
**To Reproduce**
Steps to reproduce the behavior:
1. Use `.webp` images on a page.
2. Enable **Preload links**.
3. **Enable WebP caching**
4. Visit the URL. You should see WebP images.
5. Navigate to another page, and hover over the same URL, as in step 4. Then click on it.
6. The page will not use WebP images.
**Expected behavior**
The `-webp.html` page should be fetched.
**Screenshots**
Screencast pf the issue: https://youtu.be/Z5AFAHP8euM
**Additional context**
**Related ticket:** https://secure.helpscout.net/conversation/1285380102/195678?folderId=3864740
**Backlog Grooming (for WP Media dev team use only)**
- [x] Reproduce the problem
- [x] Identify the root cause
- [ ] Scope a solution
- [ ] Estimate the effort
| 1.0 | Preload links - The non-webp page is fetched when our WebP feature is used. - **Before submitting an issue please check that you’ve completed the following steps:**
- Made sure you’re on the latest version ✅
- Used the search feature to ensure that the bug hasn’t been reported before ✅
**Describe the bug**
When the following features are enabled:
1. **Preload links**
2. **Enable WebP caching**
prefetching a URL will fetch the version of the page that doesn't contain WebP images. This is because WP Rocket prefetches the `index-https.html` file, not the `index-https-webp.html`.
**To Reproduce**
Steps to reproduce the behavior:
1. Use `.webp` images on a page.
2. Enable **Preload links**.
3. **Enable WebP caching**
4. Visit the URL. You should see WebP images.
5. Navigate to another page, and hover over the same URL, as in step 4. Then click on it.
6. The page will not use WebP images.
**Expected behavior**
The `-webp.html` page should be fetched.
**Screenshots**
Screencast pf the issue: https://youtu.be/Z5AFAHP8euM
**Additional context**
**Related ticket:** https://secure.helpscout.net/conversation/1285380102/195678?folderId=3864740
**Backlog Grooming (for WP Media dev team use only)**
- [x] Reproduce the problem
- [x] Identify the root cause
- [ ] Scope a solution
- [ ] Estimate the effort
| priority | preload links the non webp page is fetched when our webp feature is used before submitting an issue please check that you’ve completed the following steps made sure you’re on the latest version ✅ used the search feature to ensure that the bug hasn’t been reported before ✅ describe the bug when the following features are enabled preload links enable webp caching prefetching a url will fetch the version of the page that doesn t contain webp images this is because wp rocket prefetches the index https html file not the index https webp html to reproduce steps to reproduce the behavior use webp images on a page enable preload links enable webp caching visit the url you should see webp images navigate to another page and hover over the same url as in step then click on it the page will not use webp images expected behavior the webp html page should be fetched screenshots screencast pf the issue additional context related ticket backlog grooming for wp media dev team use only reproduce the problem identify the root cause scope a solution estimate the effort | 1 |
2,493 | 2,525,876,147 | IssuesEvent | 2015-01-21 07:06:09 | graybeal/ont | https://api.github.com/repos/graybeal/ont | closed | user phone number can not be changed | 1 star bug imported portal Priority-Medium Usability | _From [andymaf...@gmail.com](https://code.google.com/u/114532474252571487781/) on September 03, 2009 08:19:32_
What steps will reproduce the problem? 1.login
2.click on account link
3. try to change phone number from 1063 to something else What is the expected output? info for phone number will change to new phone number What do you see instead? value of 1063 remains What version of the product are you using? current :-) Please provide any additional information below (particular ontology/ies, text contents of vocabulary (voc2rdf), operating system, browser/version (Firefox, Safari, Chrome, IE, etc.), screenshot, etc.)
_Original issue: http://code.google.com/p/mmisw/issues/detail?id=173_ | 1.0 | user phone number can not be changed - _From [andymaf...@gmail.com](https://code.google.com/u/114532474252571487781/) on September 03, 2009 08:19:32_
What steps will reproduce the problem? 1.login
2.click on account link
3. try to change phone number from 1063 to something else What is the expected output? info for phone number will change to new phone number What do you see instead? value of 1063 remains What version of the product are you using? current :-) Please provide any additional information below (particular ontology/ies, text contents of vocabulary (voc2rdf), operating system, browser/version (Firefox, Safari, Chrome, IE, etc.), screenshot, etc.)
_Original issue: http://code.google.com/p/mmisw/issues/detail?id=173_ | priority | user phone number can not be changed from on september what steps will reproduce the problem login click on account link try to change phone number from to something else what is the expected output info for phone number will change to new phone number what do you see instead value of remains what version of the product are you using current please provide any additional information below particular ontology ies text contents of vocabulary operating system browser version firefox safari chrome ie etc screenshot etc original issue | 1 |
109,513 | 4,388,646,209 | IssuesEvent | 2016-08-08 19:33:30 | SuperTux/flexlay | https://api.github.com/repos/SuperTux/flexlay | closed | Allow change in version of executable | involves:functionality priority:medium type:feature | E.g. if I added a new command line argument for 0.4.1 which was not included in 0.4.0, so it should ask which version is being used | 1.0 | Allow change in version of executable - E.g. if I added a new command line argument for 0.4.1 which was not included in 0.4.0, so it should ask which version is being used | priority | allow change in version of executable e g if i added a new command line argument for which was not included in so it should ask which version is being used | 1 |
721,215 | 24,821,680,620 | IssuesEvent | 2022-10-25 16:58:12 | airbytehq/airbyte | https://api.github.com/repos/airbytehq/airbyte | closed | Clicking the oauth button is not a required operation | type/bug area/frontend area/connectors priority/medium area/oauth connectors/source/facebook-marketing team/extensibility autoteam team/frontend ui/connectors | ## Enviroment
- **Airbyte version**: Airbyte Cloud
- **Deployment**: example are Docker or Kubernetes deploy env
- **Source Connector and version**: Facebook latest
- **Severity**: Medium
- **Step where error happened**: Setup new connection
## Current Behavior
I was setting up an FB marketing connector and accidentally forgot to click the authenticate button. I clicked the "setup connection" button and it happily accepted and tried to create the source. The source failed and I was confused about why. Then I realized I hadn't clicked the "authorize" button for oauth.
## Expected Behavior
If I didn't click the authorize button then I shouldn't be able to click the "Create source" button -- it should be treated as a required param.
| 1.0 | Clicking the oauth button is not a required operation - ## Enviroment
- **Airbyte version**: Airbyte Cloud
- **Deployment**: example are Docker or Kubernetes deploy env
- **Source Connector and version**: Facebook latest
- **Severity**: Medium
- **Step where error happened**: Setup new connection
## Current Behavior
I was setting up an FB marketing connector and accidentally forgot to click the authenticate button. I clicked the "setup connection" button and it happily accepted and tried to create the source. The source failed and I was confused about why. Then I realized I hadn't clicked the "authorize" button for oauth.
## Expected Behavior
If I didn't click the authorize button then I shouldn't be able to click the "Create source" button -- it should be treated as a required param.
| priority | clicking the oauth button is not a required operation enviroment airbyte version airbyte cloud deployment example are docker or kubernetes deploy env source connector and version facebook latest severity medium step where error happened setup new connection current behavior i was setting up an fb marketing connector and accidentally forgot to click the authenticate button i clicked the setup connection button and it happily accepted and tried to create the source the source failed and i was confused about why then i realized i hadn t clicked the authorize button for oauth expected behavior if i didn t click the authorize button then i shouldn t be able to click the create source button it should be treated as a required param | 1 |
548,724 | 16,074,465,260 | IssuesEvent | 2021-04-25 04:24:27 | tls-inspector/tls-inspector | https://api.github.com/repos/tls-inspector/tls-inspector | closed | Inspecting the same domain twice quickly may show blank results | CertificateKit bug medium priority merged | **Affected Version:**
2.3.0+
**Is this a Test Flight version or the App Store version?**
App Store
**Device and iOS Version:**
iOS 12 or newer
**What steps will reproduce the problem?**
1. Inspect a domain
2. Inspect the same domain again quickly
**What is the expected output?**
The same results shown twice
**What do you see instead?**
The second results are blank
**Please provide any additional information below.**
| 1.0 | Inspecting the same domain twice quickly may show blank results - **Affected Version:**
2.3.0+
**Is this a Test Flight version or the App Store version?**
App Store
**Device and iOS Version:**
iOS 12 or newer
**What steps will reproduce the problem?**
1. Inspect a domain
2. Inspect the same domain again quickly
**What is the expected output?**
The same results shown twice
**What do you see instead?**
The second results are blank
**Please provide any additional information below.**
| priority | inspecting the same domain twice quickly may show blank results affected version is this a test flight version or the app store version app store device and ios version ios or newer what steps will reproduce the problem inspect a domain inspect the same domain again quickly what is the expected output the same results shown twice what do you see instead the second results are blank please provide any additional information below | 1 |
266,409 | 8,367,204,767 | IssuesEvent | 2018-10-04 11:29:48 | opentargets/platform | https://api.github.com/repos/opentargets/platform | closed | Split mouse models from data pipeline | Kind: Maintenance Priority: Medium Topic: Phenodigm | The evidence_datasource_parsers repository has been used modularize and the mouse model code from data_pipeline for easier testing, maintainability, and reuse.
The data_pipeline repository needs to be updated with the migrated code removed. | 1.0 | Split mouse models from data pipeline - The evidence_datasource_parsers repository has been used modularize and the mouse model code from data_pipeline for easier testing, maintainability, and reuse.
The data_pipeline repository needs to be updated with the migrated code removed. | priority | split mouse models from data pipeline the evidence datasource parsers repository has been used modularize and the mouse model code from data pipeline for easier testing maintainability and reuse the data pipeline repository needs to be updated with the migrated code removed | 1 |
105,575 | 4,238,255,518 | IssuesEvent | 2016-07-06 02:18:54 | DistrictDataLabs/minimum-entropy | https://api.github.com/repos/DistrictDataLabs/minimum-entropy | opened | Related or similar question discovery | priority: medium type: feature | Use TF-IDF or another metric to see if we can find similar questions to those being asked. | 1.0 | Related or similar question discovery - Use TF-IDF or another metric to see if we can find similar questions to those being asked. | priority | related or similar question discovery use tf idf or another metric to see if we can find similar questions to those being asked | 1 |
255,177 | 8,109,750,166 | IssuesEvent | 2018-08-14 08:40:58 | edenlabllc/ehealth.api | https://api.github.com/repos/edenlabllc/ehealth.api | closed | WS Submit Visit Package basic | kind/task priority/medium project/medical_events status/in-progress | Implement web service Submit Visit Package according to [apiary](https://ehealthmedicaleventsapi.docs.apiary.io/#reference/medical-events/visit-data-package/submit-visit-package) and [logic](https://edenlab.atlassian.net/wiki/spaces/EH/pages/608272488/Submit+Visit+Data+Package)
_limited validation logic_
- [ ] Implement package with Episode, Visit, Encounter, Condition
- [ ] Add Observations to the Package
- [ ] Add Allergy intolerances and Immunizations to the Package
## Open questions
- [x] Redesign package according to flat structure | 1.0 | WS Submit Visit Package basic - Implement web service Submit Visit Package according to [apiary](https://ehealthmedicaleventsapi.docs.apiary.io/#reference/medical-events/visit-data-package/submit-visit-package) and [logic](https://edenlab.atlassian.net/wiki/spaces/EH/pages/608272488/Submit+Visit+Data+Package)
_limited validation logic_
- [ ] Implement package with Episode, Visit, Encounter, Condition
- [ ] Add Observations to the Package
- [ ] Add Allergy intolerances and Immunizations to the Package
## Open questions
- [x] Redesign package according to flat structure | priority | ws submit visit package basic implement web service submit visit package according to and limited validation logic implement package with episode visit encounter condition add observations to the package add allergy intolerances and immunizations to the package open questions redesign package according to flat structure | 1 |
695,867 | 23,874,682,980 | IssuesEvent | 2022-09-07 17:51:18 | RelationalAI/rai-cli | https://api.github.com/repos/RelationalAI/rai-cli | opened | Print the transaction ID on transactions, now that we're on V2 | enhancement priority:medium | It would be nice to print the transaction ID for transactions as soon as we have it, so that users can:
- cancel a long running txn (ctrl-c then `rai cancel "<txn-id>"`)
- share the transaction ID with others
- view the transaction and results in the console | 1.0 | Print the transaction ID on transactions, now that we're on V2 - It would be nice to print the transaction ID for transactions as soon as we have it, so that users can:
- cancel a long running txn (ctrl-c then `rai cancel "<txn-id>"`)
- share the transaction ID with others
- view the transaction and results in the console | priority | print the transaction id on transactions now that we re on it would be nice to print the transaction id for transactions as soon as we have it so that users can cancel a long running txn ctrl c then rai cancel share the transaction id with others view the transaction and results in the console | 1 |
38,911 | 2,850,535,359 | IssuesEvent | 2015-05-31 17:18:07 | damonkohler/android-scripting | https://api.github.com/repos/damonkohler/android-scripting | closed | Audio level value | auto-migrated Priority-Medium Type-Enhancement | ```
Is there any part of the API where I would be able to get a recorded sounds's
amplitude?
```
Original issue reported on code.google.com by `radu...@gmail.com` on 18 Feb 2012 at 4:34 | 1.0 | Audio level value - ```
Is there any part of the API where I would be able to get a recorded sounds's
amplitude?
```
Original issue reported on code.google.com by `radu...@gmail.com` on 18 Feb 2012 at 4:34 | priority | audio level value is there any part of the api where i would be able to get a recorded sounds s amplitude original issue reported on code google com by radu gmail com on feb at | 1 |
52,480 | 3,023,606,029 | IssuesEvent | 2015-08-01 17:40:25 | facelessuser/Rummage | https://api.github.com/repos/facelessuser/Rummage | opened | Backrefs and regex group issue | Bug Priority - Medium Severity - Major | If `\L` is used in a replace pattern in regex module, and named groups are used, or internal attempt to get literals am groups with replace group positions will yield none for every group index. This is probably because regex is handling the back ref for `L` differently even though it shouldn't. We need a work around. | 1.0 | Backrefs and regex group issue - If `\L` is used in a replace pattern in regex module, and named groups are used, or internal attempt to get literals am groups with replace group positions will yield none for every group index. This is probably because regex is handling the back ref for `L` differently even though it shouldn't. We need a work around. | priority | backrefs and regex group issue if l is used in a replace pattern in regex module and named groups are used or internal attempt to get literals am groups with replace group positions will yield none for every group index this is probably because regex is handling the back ref for l differently even though it shouldn t we need a work around | 1 |
742,193 | 25,842,383,889 | IssuesEvent | 2022-12-13 02:04:45 | HaDuve/TravelCostNative | https://api.github.com/repos/HaDuve/TravelCostNative | closed | If App doesnt find stored Token it should try to fetch all data | Bug 1 - High Priority Backend 0 - ASAP AA - Easy/Medium | in app.js
if uninstalled or logged into another user | 1.0 | If App doesnt find stored Token it should try to fetch all data - in app.js
if uninstalled or logged into another user | priority | if app doesnt find stored token it should try to fetch all data in app js if uninstalled or logged into another user | 1 |
388,636 | 11,490,138,002 | IssuesEvent | 2020-02-11 16:35:34 | AugurProject/augur | https://api.github.com/repos/AugurProject/augur | closed | ML: Desktop - top section of page | Needed for V2 launch Priority: Medium | TOP SECTION OF PAGE:
Search input, market state tabs, view buttons, sort by etc
[Figma](https://www.figma.com/file/GKhft5ZOwuH3ANrupGNCLHUU/Market-list-page?node-id=1331%3A3936)
- [x] Update search box style / size to match figma **HIGH**
- [x] Update search box copy to "Search markets"
- [x] Update sort by dropdown to match figma **HIGH**
- [x] Update view button label and colors to match figma **HIGH**
- [x] Update market status tabs to match figma **HIGH**
Hover states
[Figma](https://www.figma.com/file/GKhft5ZOwuH3ANrupGNCLHUU/Market-list-page?node-id=1722%3A853)
- [x] Update hover states to match figma **HIGH**
Search box active state:
[Figma](https://www.figma.com/file/GKhft5ZOwuH3ANrupGNCLHUU/Market-list-page?node-id=1722%3A2405)
- [x] Update active state to match figma **HIGH**
Comparison:
 | 1.0 | ML: Desktop - top section of page - TOP SECTION OF PAGE:
Search input, market state tabs, view buttons, sort by etc
[Figma](https://www.figma.com/file/GKhft5ZOwuH3ANrupGNCLHUU/Market-list-page?node-id=1331%3A3936)
- [x] Update search box style / size to match figma **HIGH**
- [x] Update search box copy to "Search markets"
- [x] Update sort by dropdown to match figma **HIGH**
- [x] Update view button label and colors to match figma **HIGH**
- [x] Update market status tabs to match figma **HIGH**
Hover states
[Figma](https://www.figma.com/file/GKhft5ZOwuH3ANrupGNCLHUU/Market-list-page?node-id=1722%3A853)
- [x] Update hover states to match figma **HIGH**
Search box active state:
[Figma](https://www.figma.com/file/GKhft5ZOwuH3ANrupGNCLHUU/Market-list-page?node-id=1722%3A2405)
- [x] Update active state to match figma **HIGH**
Comparison:
 | priority | ml desktop top section of page top section of page search input market state tabs view buttons sort by etc update search box style size to match figma high update search box copy to search markets update sort by dropdown to match figma high update view button label and colors to match figma high update market status tabs to match figma high hover states update hover states to match figma high search box active state update active state to match figma high comparison | 1 |
626,386 | 19,809,589,721 | IssuesEvent | 2022-01-19 10:42:31 | alan-turing-institute/environmental-ds-book | https://api.github.com/repos/alan-turing-institute/environmental-ds-book | closed | [ENH] Add "click to show" functionality for code | enhancement medium priority | ## Feature Request
In other gitbooks such as [this course](https://alan-turing-institute.github.io/rds-course/modules/m3/3.2-RulesOfTheGame.html)
(see [course repo](https://github.com/alan-turing-institute/rds-course)) there are "Click to show" buttons for code which make the pages tidier as code is hidden by default.
This would be a nice feature for the environmental AI book to implement.
| 1.0 | [ENH] Add "click to show" functionality for code - ## Feature Request
In other gitbooks such as [this course](https://alan-turing-institute.github.io/rds-course/modules/m3/3.2-RulesOfTheGame.html)
(see [course repo](https://github.com/alan-turing-institute/rds-course)) there are "Click to show" buttons for code which make the pages tidier as code is hidden by default.
This would be a nice feature for the environmental AI book to implement.
| priority | add click to show functionality for code feature request in other gitbooks such as see there are click to show buttons for code which make the pages tidier as code is hidden by default this would be a nice feature for the environmental ai book to implement | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.