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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
704,419 | 24,196,747,096 | IssuesEvent | 2022-09-24 01:55:51 | chaotic-aur/packages | https://api.github.com/repos/chaotic-aur/packages | closed | [Request] sweet-gtk-theme | request:new-pkg priority:medium | ### Link to the package(s) in the AUR
https://aur.archlinux.org/packages/sweet-gtk-theme
### Utility this package has for you
Light and dark colorful Gtk3.20+ theme
### Do you consider the package(s) to be useful for every Chaotic-AUR user?
YES!
### Do you consider the package to be useful for feature testing/preview?
- [ ] Yes
### Have you tested if the package builds in a clean chroot?
- [ ] Yes
### Does the package's license allow redistributing it?
YES!
### Have you searched the issues to ensure this request is unique?
- [X] YES!
### Have you read the README to ensure this package is not banned?
- [X] YES!
### More information
_No response_ | 1.0 | [Request] sweet-gtk-theme - ### Link to the package(s) in the AUR
https://aur.archlinux.org/packages/sweet-gtk-theme
### Utility this package has for you
Light and dark colorful Gtk3.20+ theme
### Do you consider the package(s) to be useful for every Chaotic-AUR user?
YES!
### Do you consider the package to be useful for feature testing/preview?
- [ ] Yes
### Have you tested if the package builds in a clean chroot?
- [ ] Yes
### Does the package's license allow redistributing it?
YES!
### Have you searched the issues to ensure this request is unique?
- [X] YES!
### Have you read the README to ensure this package is not banned?
- [X] YES!
### More information
_No response_ | priority | sweet gtk theme link to the package s in the aur utility this package has for you light and dark colorful theme do you consider the package s to be useful for every chaotic aur user yes do you consider the package to be useful for feature testing preview yes have you tested if the package builds in a clean chroot yes does the package s license allow redistributing it yes have you searched the issues to ensure this request is unique yes have you read the readme to ensure this package is not banned yes more information no response | 1 |
184,657 | 6,715,050,405 | IssuesEvent | 2017-10-13 19:25:33 | HoneycuttInc/Warkworth | https://api.github.com/repos/HoneycuttInc/Warkworth | opened | Update contact info in lab profile | Medium Priority | - Enable bug reporting, and set the email address to labs@honeycutt.com
- Set the lab owner and email address to your honeycutt.com email alias | 1.0 | Update contact info in lab profile - - Enable bug reporting, and set the email address to labs@honeycutt.com
- Set the lab owner and email address to your honeycutt.com email alias | priority | update contact info in lab profile enable bug reporting and set the email address to labs honeycutt com set the lab owner and email address to your honeycutt com email alias | 1 |
568,078 | 16,946,220,496 | IssuesEvent | 2021-06-28 07:12:04 | oam-dev/kubevela | https://api.github.com/repos/oam-dev/kubevela | closed | mechanism for filter annotations or labels that should not be passed through workloads/traits | area/appconfig area/application effort/medium good first issue priority/important-longterm type/enhancement | **Is your feature request related to a problem? Please describe.**
Now annotations and labels from Application(and AppConfig) will be passed through workloads and traits.
But these annotations and labels are not all necessary and some of them may contain sensitive information that should be filtered.
**Describe the solution you'd like**
We should provide an mechanism to filter. I suggest we should add special annotations, which can contain filter keys.
```
kind: Application
metadata:
annotations:
filter.oam.dev/annotation-keys: "specialKey1,specialKey2"
filter.oam.dev/label-keys: "specialKey1,specialKey2"
```
```
kind: ApplicationConfiguration
metadata:
annotations:
filter.oam.dev/annotation-keys: "specialKey1,specialKey2"
filter.oam.dev/label-keys: "specialKey1,specialKey2"
```
When these keys are specified, the labels and annotations should be filtered by these keys.
Please separate these into two PRs, one for Application, and one for ApplicationConfiguration.
| 1.0 | mechanism for filter annotations or labels that should not be passed through workloads/traits - **Is your feature request related to a problem? Please describe.**
Now annotations and labels from Application(and AppConfig) will be passed through workloads and traits.
But these annotations and labels are not all necessary and some of them may contain sensitive information that should be filtered.
**Describe the solution you'd like**
We should provide an mechanism to filter. I suggest we should add special annotations, which can contain filter keys.
```
kind: Application
metadata:
annotations:
filter.oam.dev/annotation-keys: "specialKey1,specialKey2"
filter.oam.dev/label-keys: "specialKey1,specialKey2"
```
```
kind: ApplicationConfiguration
metadata:
annotations:
filter.oam.dev/annotation-keys: "specialKey1,specialKey2"
filter.oam.dev/label-keys: "specialKey1,specialKey2"
```
When these keys are specified, the labels and annotations should be filtered by these keys.
Please separate these into two PRs, one for Application, and one for ApplicationConfiguration.
| priority | mechanism for filter annotations or labels that should not be passed through workloads traits is your feature request related to a problem please describe now annotations and labels from application(and appconfig) will be passed through workloads and traits but these annotations and labels are not all necessary and some of them may contain sensitive information that should be filtered describe the solution you d like we should provide an mechanism to filter i suggest we should add special annotations which can contain filter keys kind application metadata annotations filter oam dev annotation keys filter oam dev label keys kind applicationconfiguration metadata annotations filter oam dev annotation keys filter oam dev label keys when these keys are specified the labels and annotations should be filtered by these keys please separate these into two prs one for application and one for applicationconfiguration | 1 |
757,891 | 26,534,266,025 | IssuesEvent | 2023-01-19 14:38:14 | craftercms/craftercms | https://api.github.com/repos/craftercms/craftercms | closed | [studio] Create dedicated API for checking if initial publish has occurred | new feature priority: medium | ### Duplicates
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe.
The piece of data on whether a site has been published was embedded into to `/studio/api/2/publish/available_targets` API
### Describe the solution you'd like
Backend:
- [x] Please create a dedicated API for this purpose
Frontend:
- [ ] Leverage the new API | 1.0 | [studio] Create dedicated API for checking if initial publish has occurred - ### Duplicates
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe.
The piece of data on whether a site has been published was embedded into to `/studio/api/2/publish/available_targets` API
### Describe the solution you'd like
Backend:
- [x] Please create a dedicated API for this purpose
Frontend:
- [ ] Leverage the new API | priority | create dedicated api for checking if initial publish has occurred duplicates i have searched the existing issues is your feature request related to a problem please describe the piece of data on whether a site has been published was embedded into to studio api publish available targets api describe the solution you d like backend please create a dedicated api for this purpose frontend leverage the new api | 1 |
648,671 | 21,191,617,403 | IssuesEvent | 2022-04-08 18:06:48 | returntocorp/semgrep | https://api.github.com/repos/returntocorp/semgrep | closed | [Docker] Port value of `EXPOSE` is parsed as a String, not an integer. | priority:medium user:r2c lang:dockerfile | **Describe the bug**
The value of the port after the `EXPOSE` keyword is parsed as a string.
It is my assumption that this is why the following rule with `metavariable-comparison` does not work:
https://semgrep.dev/s/pieterdc1:dockerfile-invalid-port
**To Reproduce**
<img width="955" alt="image" src="https://user-images.githubusercontent.com/3809983/159943285-3f6eac79-0225-4ae1-a8f4-918f81260aab.png">
**What is the priority of the bug to you?**
- [ ] P0: blocking your adoption of Semgrep or workflow
- [X] P1: important to fix or quite annoying
- [ ] P2: regular bug that should get fixed
**Use case**
Porting dockerfile rules from `generic` to `dockerfile`
| 1.0 | [Docker] Port value of `EXPOSE` is parsed as a String, not an integer. - **Describe the bug**
The value of the port after the `EXPOSE` keyword is parsed as a string.
It is my assumption that this is why the following rule with `metavariable-comparison` does not work:
https://semgrep.dev/s/pieterdc1:dockerfile-invalid-port
**To Reproduce**
<img width="955" alt="image" src="https://user-images.githubusercontent.com/3809983/159943285-3f6eac79-0225-4ae1-a8f4-918f81260aab.png">
**What is the priority of the bug to you?**
- [ ] P0: blocking your adoption of Semgrep or workflow
- [X] P1: important to fix or quite annoying
- [ ] P2: regular bug that should get fixed
**Use case**
Porting dockerfile rules from `generic` to `dockerfile`
| priority | port value of expose is parsed as a string not an integer describe the bug the value of the port after the expose keyword is parsed as a string it is my assumption that this is why the following rule with metavariable comparison does not work to reproduce img width alt image src what is the priority of the bug to you blocking your adoption of semgrep or workflow important to fix or quite annoying regular bug that should get fixed use case porting dockerfile rules from generic to dockerfile | 1 |
727,200 | 25,026,069,618 | IssuesEvent | 2022-11-04 08:06:58 | IAmTamal/Milan | https://api.github.com/repos/IAmTamal/Milan | closed | [FEATURE] Page of Data Visualization | 🟨 priority: medium ⭐ goal: addition 🛠 status : under development hacktoberfest | ### Description
Depth of <b>NGOs</b> and the <b>Club's</b> <b>goal</b> for the user/donor, <b>Data Visualization</b> can help in many ways.
⚪ By showing the level of carbon emission, hunger, animal death, marine life, education etc, in the form of graphs, charts, and world maps.

⚪ By utilizing the APIs for example carbon emission we can catch eyes by showing them <b>Before</b> and <b>After</b> Charts and let the user/donor know that a little amount can affect a lot

### Let's make this world a better place to live
### Screenshots
_No response_
### Additional information
_No response_
### 🥦 Browser
Google Chrome
### 👀 Have you checked for similar open issues?
- [X] I checked and didn't find similar issue
### 🏢 Have you read the Contributing Guidelines?
- [X] I have read the [Contributing Guidelines](https://github.com/IAmTamal/Milan/blob/main/CONTRIBUTING.md)
### Are you willing to work on this issue ?
Yes I am willing to submit a PR! | 1.0 | [FEATURE] Page of Data Visualization - ### Description
Depth of <b>NGOs</b> and the <b>Club's</b> <b>goal</b> for the user/donor, <b>Data Visualization</b> can help in many ways.
⚪ By showing the level of carbon emission, hunger, animal death, marine life, education etc, in the form of graphs, charts, and world maps.

⚪ By utilizing the APIs for example carbon emission we can catch eyes by showing them <b>Before</b> and <b>After</b> Charts and let the user/donor know that a little amount can affect a lot

### Let's make this world a better place to live
### Screenshots
_No response_
### Additional information
_No response_
### 🥦 Browser
Google Chrome
### 👀 Have you checked for similar open issues?
- [X] I checked and didn't find similar issue
### 🏢 Have you read the Contributing Guidelines?
- [X] I have read the [Contributing Guidelines](https://github.com/IAmTamal/Milan/blob/main/CONTRIBUTING.md)
### Are you willing to work on this issue ?
Yes I am willing to submit a PR! | priority | page of data visualization description depth of ngos and the club s goal for the user donor data visualization can help in many ways ⚪ by showing the level of carbon emission hunger animal death marine life education etc in the form of graphs charts and world maps ⚪ by utilizing the apis for example carbon emission we can catch eyes by showing them before and after charts and let the user donor know that a little amount can affect a lot let s make this world a better place to live screenshots no response additional information no response 🥦 browser google chrome 👀 have you checked for similar open issues i checked and didn t find similar issue 🏢 have you read the contributing guidelines i have read the are you willing to work on this issue yes i am willing to submit a pr | 1 |
483,270 | 13,921,727,291 | IssuesEvent | 2020-10-21 12:21:28 | PopupMaker/Popup-Maker | https://api.github.com/repos/PopupMaker/Popup-Maker | closed | Allow customizing the analytics endpoint | component-admin component-front-end priority-medium scope-reliability type-improvement | Similar to customizing asset cache, we need options to customize the analytics and other rest endpoints. | 1.0 | Allow customizing the analytics endpoint - Similar to customizing asset cache, we need options to customize the analytics and other rest endpoints. | priority | allow customizing the analytics endpoint similar to customizing asset cache we need options to customize the analytics and other rest endpoints | 1 |
541,271 | 15,824,093,331 | IssuesEvent | 2021-04-06 02:25:45 | AY2021S2-CS2113-F10-2/tp | https://api.github.com/repos/AY2021S2-CS2113-F10-2/tp | closed | [PE-D] Error Message for add Sleep is inconsistent with accepted input | priority.High severity.Medium type.Bug | The error message (and UG) states that only integer values should be given for duration, but the app accepted floating numbers.


<!--session: 1617437739916-16e9ed70-5759-4d38-9b06-8fec6f89714b-->
-------------
Labels: `severity.Medium` `type.FeatureFlaw`
original: Rye98/ped#5 | 1.0 | [PE-D] Error Message for add Sleep is inconsistent with accepted input - The error message (and UG) states that only integer values should be given for duration, but the app accepted floating numbers.


<!--session: 1617437739916-16e9ed70-5759-4d38-9b06-8fec6f89714b-->
-------------
Labels: `severity.Medium` `type.FeatureFlaw`
original: Rye98/ped#5 | priority | error message for add sleep is inconsistent with accepted input the error message and ug states that only integer values should be given for duration but the app accepted floating numbers labels severity medium type featureflaw original ped | 1 |
373,670 | 11,047,127,165 | IssuesEvent | 2019-12-09 18:17:30 | chef/chef | https://api.github.com/repos/chef/chef | closed | ChefConfig should expand relative paths | Priority: Medium Status: Sustaining Backlog Type: Enhancement | For stuff like `cookbook_path` and `chef_repo_path` it would be nice if they expanded relative paths to the current directory. This might be confusing in some cases though so I'm not sure of the best semantics. If the options in a file, I would expect it to be relative to the file, but if passed on the command line (via `--config-option chef_repo_path=.` or `--config-option cookbook_path=cookbooks/`) I would expect it to be relative to the cwd. Thoughts? | 1.0 | ChefConfig should expand relative paths - For stuff like `cookbook_path` and `chef_repo_path` it would be nice if they expanded relative paths to the current directory. This might be confusing in some cases though so I'm not sure of the best semantics. If the options in a file, I would expect it to be relative to the file, but if passed on the command line (via `--config-option chef_repo_path=.` or `--config-option cookbook_path=cookbooks/`) I would expect it to be relative to the cwd. Thoughts? | priority | chefconfig should expand relative paths for stuff like cookbook path and chef repo path it would be nice if they expanded relative paths to the current directory this might be confusing in some cases though so i m not sure of the best semantics if the options in a file i would expect it to be relative to the file but if passed on the command line via config option chef repo path or config option cookbook path cookbooks i would expect it to be relative to the cwd thoughts | 1 |
402,451 | 11,809,863,459 | IssuesEvent | 2020-03-19 15:36:15 | RoboJackets/apiary | https://api.github.com/repos/RoboJackets/apiary | opened | Add self-service attendance recording links | area / frontend priority / medium type / feature | Short-lived links to say you were at a remote team meeting, similar to RSVPs with forced CAS auth | 1.0 | Add self-service attendance recording links - Short-lived links to say you were at a remote team meeting, similar to RSVPs with forced CAS auth | priority | add self service attendance recording links short lived links to say you were at a remote team meeting similar to rsvps with forced cas auth | 1 |
191,605 | 6,835,495,686 | IssuesEvent | 2017-11-10 01:30:30 | department-of-veterans-affairs/caseflow | https://api.github.com/repos/department-of-veterans-affairs/caseflow | closed | When category is selected via URL param cannot toggle comments | bug-medium-priority caseflow-reader In-Validation whiskey | When the hearing prep category is selected via URL param the toggle comments button on the document list page turns the filter back on if it was turned off, and does not toggle the comments.

# AC
1) Verify comments can be toggled even when a category is selected. | 1.0 | When category is selected via URL param cannot toggle comments - When the hearing prep category is selected via URL param the toggle comments button on the document list page turns the filter back on if it was turned off, and does not toggle the comments.

# AC
1) Verify comments can be toggled even when a category is selected. | priority | when category is selected via url param cannot toggle comments when the hearing prep category is selected via url param the toggle comments button on the document list page turns the filter back on if it was turned off and does not toggle the comments ac verify comments can be toggled even when a category is selected | 1 |
596,613 | 18,108,159,347 | IssuesEvent | 2021-09-22 21:53:26 | ME-ICA/tedana | https://api.github.com/repos/ME-ICA/tedana | opened | Address divide by zero when getelbow called with only one component | bug priority: medium effort: low impact: medium | ### Summary
This is a continuation of issue #752 and PR #760. That discussion focused on removing a really uninformative error when getelbow was called on an empty array. I now have a situation where getelbow is called on only one component and it runs, but has a divide by zero warning.
The basic solution to this is extremely easy: The error goes away if getelbow is only run with a minimum of 2 components. I'm creating an issue rather than a PR because there may be some relevant discussion here. One can calculate an elbow of a curve with only two values, but that's essentially meaningless. If we're setting a threshold for a number of components than than which we shouldn't calculate an elbow, what should it be? 3 is mathematically plausible, but still non-ideal. I'm leaning towards "5" while acknowledging that's arbitrary.
### Additional Detail
The block of code where I get the divide by zero error is:
https://github.com/ME-ICA/tedana/blob/5399ca5368d7fab1a450208d13752c067de8503e/tedana/selection/tedica.py#L261-L269
The error goes away by replacing `if not kappas_nonsig.size` with `if kappas_nonsig.size<=1` but the question is whether it should be something like `<=5` instead.
The last PR also added a check and warning in getelbow. We can adjust that too to throw a warning if the number of components are under a threshold rather than just empty:
https://github.com/ME-ICA/tedana/blob/5399ca5368d7fab1a450208d13752c067de8503e/tedana/selection/_utils.py#L97-L105
As far as I can tell, getelbow is called in two situations. (1) On most or all of the components. In that situation, this will never be an issue because, if there are only 5 total components, then tedana will have bigger problems. (2) A subset of components where that second elbow threshold is used in conjunction with a threshold on all components. The current approach was to just ignore that second threshold when there are zero components.
Another approach is that the second threshold on non-significant components can only lower the kappa elbow and result in accepting more components and T2* signal. Excluding this option if there are less than X components means that denoising may be slightly more aggressive.
### Next Steps
- Decide on the appropriate threshold for setting an elbow to `nan` rather than using just a few components to calculate an elbow.
Options:
1. If there's only one component, set that value as the elbow
2. Set the minimum to 2, which means the code will run as is and the elbow won't actually be an elbow, but will be somewhere around those two value
3. Set a minimum closer to 5 where an elbow calculation has a chance of being meaningful
- Once a decision is made, implement this. | 1.0 | Address divide by zero when getelbow called with only one component - ### Summary
This is a continuation of issue #752 and PR #760. That discussion focused on removing a really uninformative error when getelbow was called on an empty array. I now have a situation where getelbow is called on only one component and it runs, but has a divide by zero warning.
The basic solution to this is extremely easy: The error goes away if getelbow is only run with a minimum of 2 components. I'm creating an issue rather than a PR because there may be some relevant discussion here. One can calculate an elbow of a curve with only two values, but that's essentially meaningless. If we're setting a threshold for a number of components than than which we shouldn't calculate an elbow, what should it be? 3 is mathematically plausible, but still non-ideal. I'm leaning towards "5" while acknowledging that's arbitrary.
### Additional Detail
The block of code where I get the divide by zero error is:
https://github.com/ME-ICA/tedana/blob/5399ca5368d7fab1a450208d13752c067de8503e/tedana/selection/tedica.py#L261-L269
The error goes away by replacing `if not kappas_nonsig.size` with `if kappas_nonsig.size<=1` but the question is whether it should be something like `<=5` instead.
The last PR also added a check and warning in getelbow. We can adjust that too to throw a warning if the number of components are under a threshold rather than just empty:
https://github.com/ME-ICA/tedana/blob/5399ca5368d7fab1a450208d13752c067de8503e/tedana/selection/_utils.py#L97-L105
As far as I can tell, getelbow is called in two situations. (1) On most or all of the components. In that situation, this will never be an issue because, if there are only 5 total components, then tedana will have bigger problems. (2) A subset of components where that second elbow threshold is used in conjunction with a threshold on all components. The current approach was to just ignore that second threshold when there are zero components.
Another approach is that the second threshold on non-significant components can only lower the kappa elbow and result in accepting more components and T2* signal. Excluding this option if there are less than X components means that denoising may be slightly more aggressive.
### Next Steps
- Decide on the appropriate threshold for setting an elbow to `nan` rather than using just a few components to calculate an elbow.
Options:
1. If there's only one component, set that value as the elbow
2. Set the minimum to 2, which means the code will run as is and the elbow won't actually be an elbow, but will be somewhere around those two value
3. Set a minimum closer to 5 where an elbow calculation has a chance of being meaningful
- Once a decision is made, implement this. | priority | address divide by zero when getelbow called with only one component summary this is a continuation of issue and pr that discussion focused on removing a really uninformative error when getelbow was called on an empty array i now have a situation where getelbow is called on only one component and it runs but has a divide by zero warning the basic solution to this is extremely easy the error goes away if getelbow is only run with a minimum of components i m creating an issue rather than a pr because there may be some relevant discussion here one can calculate an elbow of a curve with only two values but that s essentially meaningless if we re setting a threshold for a number of components than than which we shouldn t calculate an elbow what should it be is mathematically plausible but still non ideal i m leaning towards while acknowledging that s arbitrary additional detail the block of code where i get the divide by zero error is the error goes away by replacing if not kappas nonsig size with if kappas nonsig size but the question is whether it should be something like instead the last pr also added a check and warning in getelbow we can adjust that too to throw a warning if the number of components are under a threshold rather than just empty as far as i can tell getelbow is called in two situations on most or all of the components in that situation this will never be an issue because if there are only total components then tedana will have bigger problems a subset of components where that second elbow threshold is used in conjunction with a threshold on all components the current approach was to just ignore that second threshold when there are zero components another approach is that the second threshold on non significant components can only lower the kappa elbow and result in accepting more components and signal excluding this option if there are less than x components means that denoising may be slightly more aggressive next steps decide on the appropriate threshold for setting an elbow to nan rather than using just a few components to calculate an elbow options if there s only one component set that value as the elbow set the minimum to which means the code will run as is and the elbow won t actually be an elbow but will be somewhere around those two value set a minimum closer to where an elbow calculation has a chance of being meaningful once a decision is made implement this | 1 |
641,055 | 20,816,376,762 | IssuesEvent | 2022-03-18 10:44:45 | redhat-developer/odo | https://api.github.com/repos/redhat-developer/odo | closed | If spinner / loading icon is less than 1ms we shouldn't output it | priority/Medium area/UX | /kind feature
<!--
Welcome! - We kindly ask you to:
1. Fill out the issue template below
2. Use the Google group if you have a question rather than a bug or feature request.
The group is at: https://groups.google.com/forum/#!forum/odo-users
Thanks for understanding, and for contributing to the project!
-->
## Which functionality do you think we should add?
If spinner / loading icon has been implementing on part of the CLI, and it's faster than 1ms, we shouldn't output how many nanoseconds it took to complete, for example:
```sh
Validation
✓ Validating the devfile [80853ns]
```
Is useless, and should just output:
```sh
Validation
✓ Validating the devfile
```
## Why is this needed?
No good output for the user..
| 1.0 | If spinner / loading icon is less than 1ms we shouldn't output it - /kind feature
<!--
Welcome! - We kindly ask you to:
1. Fill out the issue template below
2. Use the Google group if you have a question rather than a bug or feature request.
The group is at: https://groups.google.com/forum/#!forum/odo-users
Thanks for understanding, and for contributing to the project!
-->
## Which functionality do you think we should add?
If spinner / loading icon has been implementing on part of the CLI, and it's faster than 1ms, we shouldn't output how many nanoseconds it took to complete, for example:
```sh
Validation
✓ Validating the devfile [80853ns]
```
Is useless, and should just output:
```sh
Validation
✓ Validating the devfile
```
## Why is this needed?
No good output for the user..
| priority | if spinner loading icon is less than we shouldn t output it kind feature welcome we kindly ask you to fill out the issue template below use the google group if you have a question rather than a bug or feature request the group is at thanks for understanding and for contributing to the project which functionality do you think we should add if spinner loading icon has been implementing on part of the cli and it s faster than we shouldn t output how many nanoseconds it took to complete for example sh validation ✓ validating the devfile is useless and should just output sh validation ✓ validating the devfile why is this needed no good output for the user | 1 |
564,164 | 16,719,311,381 | IssuesEvent | 2021-06-10 04:23:45 | thenewboston-developers/Website | https://api.github.com/repos/thenewboston-developers/Website | closed | Update FAQs Page | priority.Medium | Hi, you need to update the FAQ's page; https://thenewboston.com/faq based on the following design.
Here is the Figma link:
https://www.figma.com/file/C22D4Et2I0AIE0n8QwBDMm/FAQ?node-id=152%3A3508
Here is the FAQ content link:
https://docs.google.com/document/d/12DzwJnge7LaVabgtnkIjM9fpuVp1fNS4KdVsndiU4uc/edit?usp=sharing
If you have any query in this design, kindly let me know asap. Thank you!
Note: You can add this task in whichever sprint you want to. | 1.0 | Update FAQs Page - Hi, you need to update the FAQ's page; https://thenewboston.com/faq based on the following design.
Here is the Figma link:
https://www.figma.com/file/C22D4Et2I0AIE0n8QwBDMm/FAQ?node-id=152%3A3508
Here is the FAQ content link:
https://docs.google.com/document/d/12DzwJnge7LaVabgtnkIjM9fpuVp1fNS4KdVsndiU4uc/edit?usp=sharing
If you have any query in this design, kindly let me know asap. Thank you!
Note: You can add this task in whichever sprint you want to. | priority | update faqs page hi you need to update the faq s page based on the following design here is the figma link here is the faq content link if you have any query in this design kindly let me know asap thank you note you can add this task in whichever sprint you want to | 1 |
705,661 | 24,243,620,503 | IssuesEvent | 2022-09-27 08:48:22 | COS301-SE-2022/PaWdopt | https://api.github.com/repos/COS301-SE-2022/PaWdopt | closed | (Login) Validation | priority:medium 1-3 Hours Moderate | Create Validation for the Login Page
- user validation - Dynamic check to see if the user even exists (using email)
- proper validation for the ID, Look at south african ID combinations
- validation for the password and email must be better, Password : 8 or more characters, atleast 1 special char and number and lower/upper - email must be validated better perhaps | 1.0 | (Login) Validation - Create Validation for the Login Page
- user validation - Dynamic check to see if the user even exists (using email)
- proper validation for the ID, Look at south african ID combinations
- validation for the password and email must be better, Password : 8 or more characters, atleast 1 special char and number and lower/upper - email must be validated better perhaps | priority | login validation create validation for the login page user validation dynamic check to see if the user even exists using email proper validation for the id look at south african id combinations validation for the password and email must be better password or more characters atleast special char and number and lower upper email must be validated better perhaps | 1 |
178,284 | 6,606,738,762 | IssuesEvent | 2017-09-19 02:16:35 | apache/incubator-openwhisk-wskdeploy | https://api.github.com/repos/apache/incubator-openwhisk-wskdeploy | closed | Add runtime WARNINGS | enhancement priority: medium | Add warnings with implicit runtimes:
1. With the actions without explicit runtimes, produce a WARNING saying `wskdeploy` has chosen a particular runtime (with specific version) for their actions.
2. When a user chooses to create an action with a deprecated version of any runtime, produce a warning saying the version they have chosen is deprecated, `wskdeploy` chose the latest version and go ahead with deployment.
| 1.0 | Add runtime WARNINGS - Add warnings with implicit runtimes:
1. With the actions without explicit runtimes, produce a WARNING saying `wskdeploy` has chosen a particular runtime (with specific version) for their actions.
2. When a user chooses to create an action with a deprecated version of any runtime, produce a warning saying the version they have chosen is deprecated, `wskdeploy` chose the latest version and go ahead with deployment.
| priority | add runtime warnings add warnings with implicit runtimes with the actions without explicit runtimes produce a warning saying wskdeploy has chosen a particular runtime with specific version for their actions when a user chooses to create an action with a deprecated version of any runtime produce a warning saying the version they have chosen is deprecated wskdeploy chose the latest version and go ahead with deployment | 1 |
460,972 | 13,221,506,829 | IssuesEvent | 2020-08-17 14:09:33 | ChainSafe/gossamer | https://api.github.com/repos/ChainSafe/gossamer | closed | implement grandpa catch up request handling | Priority: 3 - Medium Type: Enhancement grandpa | <!---
PLEASE READ CAREFULLY
-->
## 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.
-->
- see spec 6.4.1.2. Processing catch-up requests
- if we receive a catch up request we should handle it appropriately
## Checklist
<!---
Each empty square brackets below is a checkbox. Replace [ ] with [x] to check
the box after completing the task.
--->
- [x] I have read [CODE_OF_CONDUCT](https://github.com/ChainSafe/gossamer/blob/development/.github/CODE_OF_CONDUCT.md) and [CONTRIBUTING](https://github.com/ChainSafe/gossamer/blob/development/.github/CONTRIBUTING.md)
- [x] I have provided as much information as possible and necessary
- [x] I am planning to submit a pull request to fix this issue myself
| 1.0 | implement grandpa catch up request handling - <!---
PLEASE READ CAREFULLY
-->
## 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.
-->
- see spec 6.4.1.2. Processing catch-up requests
- if we receive a catch up request we should handle it appropriately
## Checklist
<!---
Each empty square brackets below is a checkbox. Replace [ ] with [x] to check
the box after completing the task.
--->
- [x] I have read [CODE_OF_CONDUCT](https://github.com/ChainSafe/gossamer/blob/development/.github/CODE_OF_CONDUCT.md) and [CONTRIBUTING](https://github.com/ChainSafe/gossamer/blob/development/.github/CONTRIBUTING.md)
- [x] I have provided as much information as possible and necessary
- [x] I am planning to submit a pull request to fix this issue myself
| priority | implement grandpa catch up request handling please read carefully 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 see spec processing catch up requests if we receive a catch up request we should handle it appropriately checklist each empty square brackets below is a checkbox replace with to check the box after completing the task i have read and i have provided as much information as possible and necessary i am planning to submit a pull request to fix this issue myself | 1 |
77,570 | 3,507,158,570 | IssuesEvent | 2016-01-08 11:35:42 | DigitalCampus/django-oppia | https://api.github.com/repos/DigitalCampus/django-oppia | opened | Implement the server side part of device admin API into the core | enhancement medium priority time: 8 hours | This can be based on the work Beehyv has already done on this for the Bright Future implementation (awaiting to get hold of the GitHub repo link for this) using django-gcm package.
Few things that would need to be updated from their implementation:
* Use the Oppia server standard bootstrap templates
* Ensure that the pages are only available to server admins for accessing
* Make the availability/use of this optional (using local_settings.py) as not all implementations will want/require this
| 1.0 | Implement the server side part of device admin API into the core - This can be based on the work Beehyv has already done on this for the Bright Future implementation (awaiting to get hold of the GitHub repo link for this) using django-gcm package.
Few things that would need to be updated from their implementation:
* Use the Oppia server standard bootstrap templates
* Ensure that the pages are only available to server admins for accessing
* Make the availability/use of this optional (using local_settings.py) as not all implementations will want/require this
| priority | implement the server side part of device admin api into the core this can be based on the work beehyv has already done on this for the bright future implementation awaiting to get hold of the github repo link for this using django gcm package few things that would need to be updated from their implementation use the oppia server standard bootstrap templates ensure that the pages are only available to server admins for accessing make the availability use of this optional using local settings py as not all implementations will want require this | 1 |
325,969 | 9,941,012,133 | IssuesEvent | 2019-07-03 10:29:27 | eJourn-al/eJournal | https://api.github.com/repos/eJourn-al/eJournal | reopened | Upcoming deadline notification | Priority: High Type: New Feature Workload: Medium | **Describe the solution you'd like**
A notification when a student has an upcoming deadline in their journal that is not yet finished.
This should be checked
- One week in advance
- One day in advance
**User interface**
A call to action email with a link to the corresponding entry.
**Related issue**
This is part of #213.
| 1.0 | Upcoming deadline notification - **Describe the solution you'd like**
A notification when a student has an upcoming deadline in their journal that is not yet finished.
This should be checked
- One week in advance
- One day in advance
**User interface**
A call to action email with a link to the corresponding entry.
**Related issue**
This is part of #213.
| priority | upcoming deadline notification describe the solution you d like a notification when a student has an upcoming deadline in their journal that is not yet finished this should be checked one week in advance one day in advance user interface a call to action email with a link to the corresponding entry related issue this is part of | 1 |
25,727 | 2,683,945,990 | IssuesEvent | 2015-03-28 14:05:22 | ConEmu/old-issues | https://api.github.com/repos/ConEmu/old-issues | closed | Залипает открытое контекстное меню (которое открывается по EMenu) | 1 star bug imported invalid Priority-Medium | _From [igor.afa...@gmail.com](https://code.google.com/u/107121399999102570789/) on August 26, 2010 03:24:26_
Окружение: Windows 7 64-битный, Far 2.x 32-битный, EMenu настроен так, чтобы отображать графическое контекстное меню в месте щелчка курсора.
Проблема: после вызова меню по правому клику его не всегда можно закрыть по Escape или по левому клику вне меню. Оно при этом остается висеть на экране даже если свернуть окно ConEmu . Единственный способ его закрыть -- выбрать в меню какой-либо пункт, при этом возникают какие-то посторонние эффекты (например, FAR считает, что я хочу открыть на редактирование другой файл, находящийся ниже или выше того, на котором я открыл меню. Т.е. идет посылка каких-то паразитных сочетаний клавиш или кликов).
_Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=287_ | 1.0 | Залипает открытое контекстное меню (которое открывается по EMenu) - _From [igor.afa...@gmail.com](https://code.google.com/u/107121399999102570789/) on August 26, 2010 03:24:26_
Окружение: Windows 7 64-битный, Far 2.x 32-битный, EMenu настроен так, чтобы отображать графическое контекстное меню в месте щелчка курсора.
Проблема: после вызова меню по правому клику его не всегда можно закрыть по Escape или по левому клику вне меню. Оно при этом остается висеть на экране даже если свернуть окно ConEmu . Единственный способ его закрыть -- выбрать в меню какой-либо пункт, при этом возникают какие-то посторонние эффекты (например, FAR считает, что я хочу открыть на редактирование другой файл, находящийся ниже или выше того, на котором я открыл меню. Т.е. идет посылка каких-то паразитных сочетаний клавиш или кликов).
_Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=287_ | priority | залипает открытое контекстное меню которое открывается по emenu from on august окружение windows битный far x битный emenu настроен так чтобы отображать графическое контекстное меню в месте щелчка курсора проблема после вызова меню по правому клику его не всегда можно закрыть по escape или по левому клику вне меню оно при этом остается висеть на экране даже если свернуть окно conemu единственный способ его закрыть выбрать в меню какой либо пункт при этом возникают какие то посторонние эффекты например far считает что я хочу открыть на редактирование другой файл находящийся ниже или выше того на котором я открыл меню т е идет посылка каких то паразитных сочетаний клавиш или кликов original issue | 1 |
155,475 | 5,955,987,702 | IssuesEvent | 2017-05-28 12:37:28 | buttercup/buttercup | https://api.github.com/repos/buttercup/buttercup | closed | Nextcloud archive access | Effort: Medium Priority: Medium Status: Blocked Status: Pending Type: Enhancement | Similar to https://github.com/buttercup/buttercup/issues/39, it should be easy to add since Nextcloud is a community-driven fork of OwnCloud and we use WebDAV too. :)
See more info at https://github.com/nextcloud | 1.0 | Nextcloud archive access - Similar to https://github.com/buttercup/buttercup/issues/39, it should be easy to add since Nextcloud is a community-driven fork of OwnCloud and we use WebDAV too. :)
See more info at https://github.com/nextcloud | priority | nextcloud archive access similar to it should be easy to add since nextcloud is a community driven fork of owncloud and we use webdav too see more info at | 1 |
174,759 | 6,542,867,766 | IssuesEvent | 2017-09-02 14:04:02 | qlicker/qlicker | https://api.github.com/repos/qlicker/qlicker | opened | Restrict courses shown in selector of QuestionEditItem | bug Medium priority | Currently, it shows all courses that exist, instead of only the courses that someone is instructor for.
Also, once a course selected, one should have the option of un-selecting (suppose you selected the incorrect one by mistake).
Finally, it should show the user which course was selected. | 1.0 | Restrict courses shown in selector of QuestionEditItem - Currently, it shows all courses that exist, instead of only the courses that someone is instructor for.
Also, once a course selected, one should have the option of un-selecting (suppose you selected the incorrect one by mistake).
Finally, it should show the user which course was selected. | priority | restrict courses shown in selector of questionedititem currently it shows all courses that exist instead of only the courses that someone is instructor for also once a course selected one should have the option of un selecting suppose you selected the incorrect one by mistake finally it should show the user which course was selected | 1 |
649,818 | 21,327,308,282 | IssuesEvent | 2022-04-18 01:43:14 | Gilded-Games/The-Aether | https://api.github.com/repos/Gilded-Games/The-Aether | closed | Feature: Reimplement missing worldgen features and decorations that have temporarily been disabled. | priority/medium status/pending-review type/feature feat/world-gen | - [ ] Holiday Tree (see: #334)
- [x] Grass Patch (see: #330)
- [x] Tall Grass Patch (see: #330)
- [x] Lake
- [x] Spring (Waterfall) | 1.0 | Feature: Reimplement missing worldgen features and decorations that have temporarily been disabled. - - [ ] Holiday Tree (see: #334)
- [x] Grass Patch (see: #330)
- [x] Tall Grass Patch (see: #330)
- [x] Lake
- [x] Spring (Waterfall) | priority | feature reimplement missing worldgen features and decorations that have temporarily been disabled holiday tree see grass patch see tall grass patch see lake spring waterfall | 1 |
778,712 | 27,326,201,308 | IssuesEvent | 2023-02-25 03:25:00 | gamefreedomgit/Maelstrom | https://api.github.com/repos/gamefreedomgit/Maelstrom | opened | Non-damaging interrupts Should not miss | Class: Paladin Class: Rogue Class: Warrior Spell Priority: Medium Status: Confirmed | **How to reproduce:**
simply use these abilities on players
Pummel ID 6552:


Kick ID 1766:


Rebuke ID 96231:

**How it should work:**
according to this evidence kicks and similar abilities to it should not miss, dodged or parried
https://wowpedia.fandom.com/wiki/Interrupt

| 1.0 | Non-damaging interrupts Should not miss - **How to reproduce:**
simply use these abilities on players
Pummel ID 6552:


Kick ID 1766:


Rebuke ID 96231:

**How it should work:**
according to this evidence kicks and similar abilities to it should not miss, dodged or parried
https://wowpedia.fandom.com/wiki/Interrupt

| priority | non damaging interrupts should not miss how to reproduce simply use these abilities on players pummel id kick id rebuke id how it should work according to this evidence kicks and similar abilities to it should not miss dodged or parried | 1 |
145,497 | 5,576,839,995 | IssuesEvent | 2017-03-28 08:05:34 | Microsoft/vscode-cordova | https://api.github.com/repos/Microsoft/vscode-cordova | closed | Simulate in browser not working correctly | bug external-report need-more-info needrepro priority-medium triaged | It usually works well the first time after adding a platform, but after stopping/restarting the simulation the **onDeviceReady** event will never fire.
I tested directly cordova-simulate and it does not have this problem, so I suppose this is related to this plugin directly, one way or another. | 1.0 | Simulate in browser not working correctly - It usually works well the first time after adding a platform, but after stopping/restarting the simulation the **onDeviceReady** event will never fire.
I tested directly cordova-simulate and it does not have this problem, so I suppose this is related to this plugin directly, one way or another. | priority | simulate in browser not working correctly it usually works well the first time after adding a platform but after stopping restarting the simulation the ondeviceready event will never fire i tested directly cordova simulate and it does not have this problem so i suppose this is related to this plugin directly one way or another | 1 |
278,740 | 8,649,749,808 | IssuesEvent | 2018-11-26 20:22:09 | ansible/awx | https://api.github.com/repos/ansible/awx | closed | RFE: add edge conflict tooltip to workflow graph | component:ui priority:medium type:enhancement | ##### ISSUE TYPE
- Feature Idea
##### COMPONENT NAME
- UI
##### SUMMARY
Workflow graph edge conflicts should have a tool tip or help text displayed when present that instructs the user to go all or nothing success/fail nodes or always nodes. Without it, it's hard to know how to immediately resolve.
##### ENVIRONMENT
##### STEPS TO REPRODUCE
Create a workflow like:
root -- on success --> node 1 -- always --> node 3
\-- on success --> node 2
delete node 1
##### EXPECTED RESULTS
The edge conflict text has a tooltip on hover that tells you to adjust the node connection type
##### ACTUAL RESULTS
No help
##### ADDITIONAL INFORMATION
| 1.0 | RFE: add edge conflict tooltip to workflow graph - ##### ISSUE TYPE
- Feature Idea
##### COMPONENT NAME
- UI
##### SUMMARY
Workflow graph edge conflicts should have a tool tip or help text displayed when present that instructs the user to go all or nothing success/fail nodes or always nodes. Without it, it's hard to know how to immediately resolve.
##### ENVIRONMENT
##### STEPS TO REPRODUCE
Create a workflow like:
root -- on success --> node 1 -- always --> node 3
\-- on success --> node 2
delete node 1
##### EXPECTED RESULTS
The edge conflict text has a tooltip on hover that tells you to adjust the node connection type
##### ACTUAL RESULTS
No help
##### ADDITIONAL INFORMATION
| priority | rfe add edge conflict tooltip to workflow graph issue type feature idea component name ui summary workflow graph edge conflicts should have a tool tip or help text displayed when present that instructs the user to go all or nothing success fail nodes or always nodes without it it s hard to know how to immediately resolve environment steps to reproduce create a workflow like root on success node always node on success node delete node expected results the edge conflict text has a tooltip on hover that tells you to adjust the node connection type actual results no help additional information | 1 |
632,394 | 20,195,087,184 | IssuesEvent | 2022-02-11 09:55:32 | pmem/pmemstream | https://api.github.com/repos/pmem/pmemstream | closed | test create_0_none fails | Type: Bug Priority: 3 medium | test create_0_none fails for RC_PARAMS="seed=4382463535112076010"
## Environment Information
- CI
- pmemstream version(s): since 63de7d5fea9626c64580441f5876ef5929f70d3c
## Please provide a reproduction of the bug:
make ..
make -j$(nproc)
export RC_PARAMS="seed=4382463535112076010"
ctest -R create_0_none
## How often bug is revealed:
Always
## Details
As 63de7d5fea9626c64580441f5876ef5929f70d3c introduces new tests, the bug is probably older.
## Output:
```
Signal: Aborted, backtrace:
0: /opt/workspace/pmemstream_v6/bisect_dir/tests/create (test_sighandler+0x27) [0x5576a72a09e7]
1: /lib/x86_64-linux-gnu/libc.so.6 (killpg+0x40) [0x7f9f7444e24f]
2: /lib/x86_64-linux-gnu/libc.so.6 (gsignal+0xcb) [0x7f9f7444e18b]
3: /lib/x86_64-linux-gnu/libc.so.6 (abort+0x12b) [0x7f9f7442d859]
4: /opt/workspace/pmemstream_v6/bisect_dir/tests/create (UT_FATAL+0xc3) [0x5576a7286593]
5: /opt/workspace/pmemstream_v6/bisect_dir/tests/create (_ZN12return_checkD2Ev+0x3b) [0x5576a7294f2b]
6: /opt/workspace/pmemstream_v6/bisect_dir/tests/create (_ZZ4mainENKUlvE_clEv.isra.0.cold+0x1eb) [0x5576a7283cd3]
7: /opt/workspace/pmemstream_v6/bisect_dir/tests/create (main+0x71) [0x5576a7286091]
8: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf3) [0x7f9f7442f0b3]
9: /opt/workspace/pmemstream_v6/bisect_dir/tests/create (_start+0x2e) [0x5576a728628e]
-- Stderr:
Using configuration: seed=4382463535112076010
- verify if a single region of various sizes (>0) can be created
OK, passed 100 tests
- verify if a region_iterator finds the only region created
OK, passed 100 tests
- verify if a region of size > stream_size cannot be created
OK, passed 100 tests
- verify if a stream of various sizes can be created
OK, passed 100 tests
- verify if a stream of various block_sizes can be created
Falsifiable after 100 tests and 7 shrinks
unsigned long:
503187
/opt/workspace/pmemstream_v6/tests/common/stream_helpers.hpp:25:
RC_ASSERT(pmemstream_region_allocate(stream, region_size, &new_region) == 0)
Expands to:
-1 == 0
/opt/workspace/pmemstream_v6/tests/common/unittest.hpp:92 ~return_check - assertion failure: status, errormsg:
Some of your RapidCheck properties had failures. To reproduce these, run with:
RC_PARAMS="reproduce=BgjdlJXamlHIpZGIhByc0JXZh1GIvZGI2Fmcp9WdzBiYs92Yr91cppXZzByYh5GIiVGIjJXZhRXZkh7cJf04xT1eZBavBXbr2b6FSHzdkJisMiOebemtu_tRACIgACYAAQCZAAAAH0ACPARESIB"
CMake Error at /opt/workspace/pmemstream_v6/tests/cmake/exec_functions.cmake:205 (message):
/opt/workspace/pmemstream_v6/bisect_dir/tests/create /opt/workspace/pmemstream_v6/bisect_dir/tests/create_0_none/testfile failed: 134
Call Stack (most recent call first):
/opt/workspace/pmemstream_v6/tests/cmake/exec_functions.cmake:246 (execute_common)
/opt/workspace/pmemstream_v6/tests/cmake/run_default.cmake:8 (execute)
```
| 1.0 | test create_0_none fails - test create_0_none fails for RC_PARAMS="seed=4382463535112076010"
## Environment Information
- CI
- pmemstream version(s): since 63de7d5fea9626c64580441f5876ef5929f70d3c
## Please provide a reproduction of the bug:
make ..
make -j$(nproc)
export RC_PARAMS="seed=4382463535112076010"
ctest -R create_0_none
## How often bug is revealed:
Always
## Details
As 63de7d5fea9626c64580441f5876ef5929f70d3c introduces new tests, the bug is probably older.
## Output:
```
Signal: Aborted, backtrace:
0: /opt/workspace/pmemstream_v6/bisect_dir/tests/create (test_sighandler+0x27) [0x5576a72a09e7]
1: /lib/x86_64-linux-gnu/libc.so.6 (killpg+0x40) [0x7f9f7444e24f]
2: /lib/x86_64-linux-gnu/libc.so.6 (gsignal+0xcb) [0x7f9f7444e18b]
3: /lib/x86_64-linux-gnu/libc.so.6 (abort+0x12b) [0x7f9f7442d859]
4: /opt/workspace/pmemstream_v6/bisect_dir/tests/create (UT_FATAL+0xc3) [0x5576a7286593]
5: /opt/workspace/pmemstream_v6/bisect_dir/tests/create (_ZN12return_checkD2Ev+0x3b) [0x5576a7294f2b]
6: /opt/workspace/pmemstream_v6/bisect_dir/tests/create (_ZZ4mainENKUlvE_clEv.isra.0.cold+0x1eb) [0x5576a7283cd3]
7: /opt/workspace/pmemstream_v6/bisect_dir/tests/create (main+0x71) [0x5576a7286091]
8: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf3) [0x7f9f7442f0b3]
9: /opt/workspace/pmemstream_v6/bisect_dir/tests/create (_start+0x2e) [0x5576a728628e]
-- Stderr:
Using configuration: seed=4382463535112076010
- verify if a single region of various sizes (>0) can be created
OK, passed 100 tests
- verify if a region_iterator finds the only region created
OK, passed 100 tests
- verify if a region of size > stream_size cannot be created
OK, passed 100 tests
- verify if a stream of various sizes can be created
OK, passed 100 tests
- verify if a stream of various block_sizes can be created
Falsifiable after 100 tests and 7 shrinks
unsigned long:
503187
/opt/workspace/pmemstream_v6/tests/common/stream_helpers.hpp:25:
RC_ASSERT(pmemstream_region_allocate(stream, region_size, &new_region) == 0)
Expands to:
-1 == 0
/opt/workspace/pmemstream_v6/tests/common/unittest.hpp:92 ~return_check - assertion failure: status, errormsg:
Some of your RapidCheck properties had failures. To reproduce these, run with:
RC_PARAMS="reproduce=BgjdlJXamlHIpZGIhByc0JXZh1GIvZGI2Fmcp9WdzBiYs92Yr91cppXZzByYh5GIiVGIjJXZhRXZkh7cJf04xT1eZBavBXbr2b6FSHzdkJisMiOebemtu_tRACIgACYAAQCZAAAAH0ACPARESIB"
CMake Error at /opt/workspace/pmemstream_v6/tests/cmake/exec_functions.cmake:205 (message):
/opt/workspace/pmemstream_v6/bisect_dir/tests/create /opt/workspace/pmemstream_v6/bisect_dir/tests/create_0_none/testfile failed: 134
Call Stack (most recent call first):
/opt/workspace/pmemstream_v6/tests/cmake/exec_functions.cmake:246 (execute_common)
/opt/workspace/pmemstream_v6/tests/cmake/run_default.cmake:8 (execute)
```
| priority | test create none fails test create none fails for rc params seed environment information ci pmemstream version s since please provide a reproduction of the bug make make j nproc export rc params seed ctest r create none how often bug is revealed always details as introduces new tests the bug is probably older output signal aborted backtrace opt workspace pmemstream bisect dir tests create test sighandler lib linux gnu libc so killpg lib linux gnu libc so gsignal lib linux gnu libc so abort opt workspace pmemstream bisect dir tests create ut fatal opt workspace pmemstream bisect dir tests create opt workspace pmemstream bisect dir tests create clev isra cold opt workspace pmemstream bisect dir tests create main lib linux gnu libc so libc start main opt workspace pmemstream bisect dir tests create start stderr using configuration seed verify if a single region of various sizes can be created ok passed tests verify if a region iterator finds the only region created ok passed tests verify if a region of size stream size cannot be created ok passed tests verify if a stream of various sizes can be created ok passed tests verify if a stream of various block sizes can be created falsifiable after tests and shrinks unsigned long opt workspace pmemstream tests common stream helpers hpp rc assert pmemstream region allocate stream region size new region expands to opt workspace pmemstream tests common unittest hpp return check assertion failure status errormsg some of your rapidcheck properties had failures to reproduce these run with rc params reproduce cmake error at opt workspace pmemstream tests cmake exec functions cmake message opt workspace pmemstream bisect dir tests create opt workspace pmemstream bisect dir tests create none testfile failed call stack most recent call first opt workspace pmemstream tests cmake exec functions cmake execute common opt workspace pmemstream tests cmake run default cmake execute | 1 |
799,643 | 28,310,818,013 | IssuesEvent | 2023-04-10 15:13:55 | Eonasdan/tempus-dominus | https://api.github.com/repos/Eonasdan/tempus-dominus | opened | Invalid date exception handling | Area: TypeScript Type: Feature Request Priority: Medium | ### Discussed in https://github.com/Eonasdan/tempus-dominus/discussions/2656
<div type='discussions-op-text'>
<sup>Originally posted by **laputaworkuk** September 17, 2022</sup>
Hi ,
If I input invalid date time value, e.g. 23/13/2023, it will only throw
Error: TD: Could not correctly parse "23/13/2323" to a date for input.
at ErrorMessages.failedToParseDate
How can I catch this error ?
Thank you </div>
Currently, the picker outputs errors, but there's no way to catch or handle them. | 1.0 | Invalid date exception handling - ### Discussed in https://github.com/Eonasdan/tempus-dominus/discussions/2656
<div type='discussions-op-text'>
<sup>Originally posted by **laputaworkuk** September 17, 2022</sup>
Hi ,
If I input invalid date time value, e.g. 23/13/2023, it will only throw
Error: TD: Could not correctly parse "23/13/2323" to a date for input.
at ErrorMessages.failedToParseDate
How can I catch this error ?
Thank you </div>
Currently, the picker outputs errors, but there's no way to catch or handle them. | priority | invalid date exception handling discussed in originally posted by laputaworkuk september hi if i input invalid date time value e g it will only throw error td could not correctly parse to a date for input at errormessages failedtoparsedate how can i catch this error thank you currently the picker outputs errors but there s no way to catch or handle them | 1 |
677,222 | 23,155,534,695 | IssuesEvent | 2022-07-29 12:40:28 | renovatebot/renovate | https://api.github.com/repos/renovatebot/renovate | closed | Implement the explicit `automergeStrategy` for the Gitea platform. | type:feature priority-3-medium platform:gitea status:in-progress core:automerge | **What would you like Renovate to be able to do?**
The `automergeStrategy` configuration item introduced in #10627 should be implemented for the Gitea platform, allowing users to configure the explicit merge strategy used by Renovate when automerging pull requests
**Did you already have any implementation ideas?**
The optional `MergeStrategy` argument can be provided to the Gitea `mergePr` implementation. The current implementation uses the merge strategy configured on the repository at the time it is internally constructed, with preferences based on which features are allowed. The Renovate-specific strings for automergeStrategy can be mapped to Gitea-specific strings when submitting the merge request to Gitea or aborted if the configured strategy is not listed as available.
If #10830 has been implemented, the arguments to `mergePr` may be different than what has been listed here. We should also remember to clean up the missing feature notice in `lib/platform/gitea/index.md` and update the description in `docs/usage/configuration-options.md` if necessary. | 1.0 | Implement the explicit `automergeStrategy` for the Gitea platform. - **What would you like Renovate to be able to do?**
The `automergeStrategy` configuration item introduced in #10627 should be implemented for the Gitea platform, allowing users to configure the explicit merge strategy used by Renovate when automerging pull requests
**Did you already have any implementation ideas?**
The optional `MergeStrategy` argument can be provided to the Gitea `mergePr` implementation. The current implementation uses the merge strategy configured on the repository at the time it is internally constructed, with preferences based on which features are allowed. The Renovate-specific strings for automergeStrategy can be mapped to Gitea-specific strings when submitting the merge request to Gitea or aborted if the configured strategy is not listed as available.
If #10830 has been implemented, the arguments to `mergePr` may be different than what has been listed here. We should also remember to clean up the missing feature notice in `lib/platform/gitea/index.md` and update the description in `docs/usage/configuration-options.md` if necessary. | priority | implement the explicit automergestrategy for the gitea platform what would you like renovate to be able to do the automergestrategy configuration item introduced in should be implemented for the gitea platform allowing users to configure the explicit merge strategy used by renovate when automerging pull requests did you already have any implementation ideas the optional mergestrategy argument can be provided to the gitea mergepr implementation the current implementation uses the merge strategy configured on the repository at the time it is internally constructed with preferences based on which features are allowed the renovate specific strings for automergestrategy can be mapped to gitea specific strings when submitting the merge request to gitea or aborted if the configured strategy is not listed as available if has been implemented the arguments to mergepr may be different than what has been listed here we should also remember to clean up the missing feature notice in lib platform gitea index md and update the description in docs usage configuration options md if necessary | 1 |
224,325 | 7,469,057,108 | IssuesEvent | 2018-04-02 21:14:20 | apache/incubator-openwhisk-wskdeploy | https://api.github.com/repos/apache/incubator-openwhisk-wskdeploy | closed | Action: Web (action): Support alias key "web" in addition to "web-export" | enhancement priority: medium | See: https://github.com/apache/incubator-openwhisk/blob/master/docs/annotations.md
This allows wskdeploy to match the CLI and offer a "simpler" name. | 1.0 | Action: Web (action): Support alias key "web" in addition to "web-export" - See: https://github.com/apache/incubator-openwhisk/blob/master/docs/annotations.md
This allows wskdeploy to match the CLI and offer a "simpler" name. | priority | action web action support alias key web in addition to web export see this allows wskdeploy to match the cli and offer a simpler name | 1 |
702,648 | 24,130,074,847 | IssuesEvent | 2022-09-21 06:33:06 | TheKye/Eco-WorldEdit | https://api.github.com/repos/TheKye/Eco-WorldEdit | opened | add command /findore | Type: Feature Priority: Medium Type: QoL | Chat command for find ores in radius from player.
/findore <name> (default all), radius (default 100 blocks)
Ores list:
gold
copper
iron
coal
| 1.0 | add command /findore - Chat command for find ores in radius from player.
/findore <name> (default all), radius (default 100 blocks)
Ores list:
gold
copper
iron
coal
| priority | add command findore chat command for find ores in radius from player findore default all radius default blocks ores list gold copper iron coal | 1 |
788,227 | 27,747,791,450 | IssuesEvent | 2023-03-15 18:15:52 | bounswe/bounswe2023group4 | https://api.github.com/repos/bounswe/bounswe2023group4 | opened | Logging the notes of the group's meeting - 16/03/2023 | Priority: Medium Status: To Do | ### Problem Definition
Notes on the meeting slated for 10/03/2023 shall be recorded and reviewed with the team members.
The notes usually incorporate the following sections:
1- Meeting Information -> General information on the meeting's settings.
2- Agenda -> The purpose of the meeting.
3- Attendees -> List of group members who participated in the discussions.
4- Results -> Decisions taken during the meeting for future actions.
### Problem Context
_No response_
### Acceptance Criteria
Upon the team's collective approval, the meeting notes will be shared on the wiki page, and this issue shall be closed.
### Suggested Solutions
_No response_ | 1.0 | Logging the notes of the group's meeting - 16/03/2023 - ### Problem Definition
Notes on the meeting slated for 10/03/2023 shall be recorded and reviewed with the team members.
The notes usually incorporate the following sections:
1- Meeting Information -> General information on the meeting's settings.
2- Agenda -> The purpose of the meeting.
3- Attendees -> List of group members who participated in the discussions.
4- Results -> Decisions taken during the meeting for future actions.
### Problem Context
_No response_
### Acceptance Criteria
Upon the team's collective approval, the meeting notes will be shared on the wiki page, and this issue shall be closed.
### Suggested Solutions
_No response_ | priority | logging the notes of the group s meeting problem definition notes on the meeting slated for shall be recorded and reviewed with the team members the notes usually incorporate the following sections meeting information general information on the meeting s settings agenda the purpose of the meeting attendees list of group members who participated in the discussions results decisions taken during the meeting for future actions problem context no response acceptance criteria upon the team s collective approval the meeting notes will be shared on the wiki page and this issue shall be closed suggested solutions no response | 1 |
678,481 | 23,199,209,115 | IssuesEvent | 2022-08-01 19:34:57 | asastats/channel | https://api.github.com/repos/asastats/channel | closed | Add new Tinyman assets page as an icon link | feature medium priority wontfix | By moloch10 in [Discord](https://discord.com/channels/906917846754418770/915434378325291108/1002554739810111609):
> Tinyman launched a new assets page, perhaps this can also be included: https://app.tinyman.org/#/analytics/assets/393537671
| 1.0 | Add new Tinyman assets page as an icon link - By moloch10 in [Discord](https://discord.com/channels/906917846754418770/915434378325291108/1002554739810111609):
> Tinyman launched a new assets page, perhaps this can also be included: https://app.tinyman.org/#/analytics/assets/393537671
| priority | add new tinyman assets page as an icon link by in tinyman launched a new assets page perhaps this can also be included | 1 |
451,084 | 13,024,274,215 | IssuesEvent | 2020-07-27 11:32:25 | vvMv/rpgplus | https://api.github.com/repos/vvMv/rpgplus | closed | Title messages | Priority: Medium Status: Completed Type: Feature Request | **Description of the feature**
Hey! Can you please add new <title> prefix for messages? It will also have "\n" for subtitle ^^. I would like to use it for levelup messages :)
| 1.0 | Title messages - **Description of the feature**
Hey! Can you please add new <title> prefix for messages? It will also have "\n" for subtitle ^^. I would like to use it for levelup messages :)
| priority | title messages description of the feature hey can you please add new prefix for messages it will also have n for subtitle i would like to use it for levelup messages | 1 |
592,737 | 17,929,093,360 | IssuesEvent | 2021-09-10 06:37:36 | EFREI-Horizon/HorizonBot | https://api.github.com/repos/EFREI-Horizon/HorizonBot | opened | Bounties de participation et implication | priority: medium type: feature difficulty: easy status: unconfirmed scope: community | Il a récemment été décidé au sein d'une réunion d'horizon de mettre en place un système de points de "participation" ou "d'implication". Les points se récupèrent quand on poste un document (+ de points s'il est rare), quand on participe au mentorat, quand on répond à des questions, etc. :
<details>
<summary>Barême</summary>
Doc qui n'a jamais été mis avant (annale perso avec note >= 16/20 pour une matière recherchée) = 1 point
Participation au mentorat = 1 point
Réponse à une question compliquée = 2 points
Fiche de révision (pour 2 chapitres) = 3 points
Réponse exceptionnelle à une question compliquée (archivable en mini-fiche ou cours) = 4 points
Cours (2h) = 8 points
Partage d'un cours écrit original abouti = 8 points
Pull request (Résolution d'une issue trivial) = 6 points
Pull request (Résolution d'une issue easy) = 8 points
Pull request (Résolution d'une issue medium) = 12 points
Pull request (Résolution d'une issue complex) = 16 points
Gains :
8 points = 0,5 PAVE
16 points = 1 PAVE
5 points = 7 gauffres
10 points = Tacos + boisson
25 points = 2 mois Nitro
60 points = abonnement Spotify 1 an
</details>
Il faudrait donc ajouter une commande `!bounty <add/see/remove/edit/info/help>` pour ajouter des points à qqn (montre un menu et on choisit le "type" de point), voir les points de qqn ou le classement, supprimer X points à qqn (ou tous), modifier les points de qqn, voir les condition de gain+les récompenses.
Il faudrait aussi envoyer un message dans un salon (configurable via setup) quand un membre atteint un nombre de point "clé" (5, 8, 10, 16, 25, 60)
---
"unconfirmed" pour le moment, en attendant que ce concept soit ± officialisé | 1.0 | Bounties de participation et implication - Il a récemment été décidé au sein d'une réunion d'horizon de mettre en place un système de points de "participation" ou "d'implication". Les points se récupèrent quand on poste un document (+ de points s'il est rare), quand on participe au mentorat, quand on répond à des questions, etc. :
<details>
<summary>Barême</summary>
Doc qui n'a jamais été mis avant (annale perso avec note >= 16/20 pour une matière recherchée) = 1 point
Participation au mentorat = 1 point
Réponse à une question compliquée = 2 points
Fiche de révision (pour 2 chapitres) = 3 points
Réponse exceptionnelle à une question compliquée (archivable en mini-fiche ou cours) = 4 points
Cours (2h) = 8 points
Partage d'un cours écrit original abouti = 8 points
Pull request (Résolution d'une issue trivial) = 6 points
Pull request (Résolution d'une issue easy) = 8 points
Pull request (Résolution d'une issue medium) = 12 points
Pull request (Résolution d'une issue complex) = 16 points
Gains :
8 points = 0,5 PAVE
16 points = 1 PAVE
5 points = 7 gauffres
10 points = Tacos + boisson
25 points = 2 mois Nitro
60 points = abonnement Spotify 1 an
</details>
Il faudrait donc ajouter une commande `!bounty <add/see/remove/edit/info/help>` pour ajouter des points à qqn (montre un menu et on choisit le "type" de point), voir les points de qqn ou le classement, supprimer X points à qqn (ou tous), modifier les points de qqn, voir les condition de gain+les récompenses.
Il faudrait aussi envoyer un message dans un salon (configurable via setup) quand un membre atteint un nombre de point "clé" (5, 8, 10, 16, 25, 60)
---
"unconfirmed" pour le moment, en attendant que ce concept soit ± officialisé | priority | bounties de participation et implication il a récemment été décidé au sein d une réunion d horizon de mettre en place un système de points de participation ou d implication les points se récupèrent quand on poste un document de points s il est rare quand on participe au mentorat quand on répond à des questions etc barême doc qui n a jamais été mis avant annale perso avec note pour une matière recherchée point participation au mentorat point réponse à une question compliquée points fiche de révision pour chapitres points réponse exceptionnelle à une question compliquée archivable en mini fiche ou cours points cours points partage d un cours écrit original abouti points pull request résolution d une issue trivial points pull request résolution d une issue easy points pull request résolution d une issue medium points pull request résolution d une issue complex points gains points pave points pave points gauffres points tacos boisson points mois nitro points abonnement spotify an il faudrait donc ajouter une commande bounty pour ajouter des points à qqn montre un menu et on choisit le type de point voir les points de qqn ou le classement supprimer x points à qqn ou tous modifier les points de qqn voir les condition de gain les récompenses il faudrait aussi envoyer un message dans un salon configurable via setup quand un membre atteint un nombre de point clé unconfirmed pour le moment en attendant que ce concept soit ± officialisé | 1 |
57,157 | 3,081,244,894 | IssuesEvent | 2015-08-22 14:35:28 | bitfighter/bitfighter | https://api.github.com/repos/bitfighter/bitfighter | closed | Magic bots - they are sometimes not alive in client? | bug imported Priority-Medium | _From [corteocarl](https://code.google.com/u/corteocarl/) on January 31, 2014 16:34:39_
What steps will reproduce the problem? 1. Add bot (in my case, orbitbot without test item)
2. Use a script that changes player's and bot's positions (My switch script in this case)
3. When the script changes their positions, they may be somewhere else on server than on client. They don't loose health when I shoot at them, and when I crash into them, client prediction fails to guess the speed of my ship. Maybe all of this is because the bot wasn't moving? What version of the product are you using? On what operating system? Bitfighter 019 ddc02c661b7d Please provide any additional information below. Timers work now, yay!
_Original issue: http://code.google.com/p/bitfighter/issues/detail?id=381_ | 1.0 | Magic bots - they are sometimes not alive in client? - _From [corteocarl](https://code.google.com/u/corteocarl/) on January 31, 2014 16:34:39_
What steps will reproduce the problem? 1. Add bot (in my case, orbitbot without test item)
2. Use a script that changes player's and bot's positions (My switch script in this case)
3. When the script changes their positions, they may be somewhere else on server than on client. They don't loose health when I shoot at them, and when I crash into them, client prediction fails to guess the speed of my ship. Maybe all of this is because the bot wasn't moving? What version of the product are you using? On what operating system? Bitfighter 019 ddc02c661b7d Please provide any additional information below. Timers work now, yay!
_Original issue: http://code.google.com/p/bitfighter/issues/detail?id=381_ | priority | magic bots they are sometimes not alive in client from on january what steps will reproduce the problem add bot in my case orbitbot without test item use a script that changes player s and bot s positions my switch script in this case when the script changes their positions they may be somewhere else on server than on client they don t loose health when i shoot at them and when i crash into them client prediction fails to guess the speed of my ship maybe all of this is because the bot wasn t moving what version of the product are you using on what operating system bitfighter please provide any additional information below timers work now yay original issue | 1 |
443,865 | 12,800,724,008 | IssuesEvent | 2020-07-02 17:40:04 | reactioncommerce/reaction | https://api.github.com/repos/reactioncommerce/reaction | closed | bin/package-unlink unlinks all packages instead of the one that was specified | bug priority medium severity low verified reproducible | Prerequisites
* [x] Are you running the latest version?
* [x] Are you able to consistently reproduce the issue?
* [x] Did you search the issue queue for existing issue? [Search issues](https://github.com/reactioncommerce/reaction/issues)
## Issue Description
Running `bin/package-unlink some-plugin` (works for all plugins) seems to unlink *all* plugins and not just `some-plugin`. This is the case regardless of whether the plugin was linked with `bin/package-link` beforehand or not.
## Steps to Reproduce
1. Link a plugin with `bin/package-link some-plugin`, then link another plugin with `bin/package-link other-plugin`.
2. Open a shell on your API container with `docker exec -it reaction_api_1 bash`.
3. In your container's shell, go to `/usr/local/src/app/node_modules/@reactioncommerce`.
4. Still in your container's shell, run `ls -la`. Notice you have two symlinks in place: one for `some-plugin` and another for `other-plugin`.
5. On your host machine, run `bin/package-unlink some-plugin` to unlink `some-plugin`.
6. Back into your container's shell, run `ls-ls`. Notice that both `some-plugin` and `other-plugin` were unlinked.
## Possible Solution
No idea. Is this even on Reaction's side or is it an NPM issue? | 1.0 | bin/package-unlink unlinks all packages instead of the one that was specified - Prerequisites
* [x] Are you running the latest version?
* [x] Are you able to consistently reproduce the issue?
* [x] Did you search the issue queue for existing issue? [Search issues](https://github.com/reactioncommerce/reaction/issues)
## Issue Description
Running `bin/package-unlink some-plugin` (works for all plugins) seems to unlink *all* plugins and not just `some-plugin`. This is the case regardless of whether the plugin was linked with `bin/package-link` beforehand or not.
## Steps to Reproduce
1. Link a plugin with `bin/package-link some-plugin`, then link another plugin with `bin/package-link other-plugin`.
2. Open a shell on your API container with `docker exec -it reaction_api_1 bash`.
3. In your container's shell, go to `/usr/local/src/app/node_modules/@reactioncommerce`.
4. Still in your container's shell, run `ls -la`. Notice you have two symlinks in place: one for `some-plugin` and another for `other-plugin`.
5. On your host machine, run `bin/package-unlink some-plugin` to unlink `some-plugin`.
6. Back into your container's shell, run `ls-ls`. Notice that both `some-plugin` and `other-plugin` were unlinked.
## Possible Solution
No idea. Is this even on Reaction's side or is it an NPM issue? | priority | bin package unlink unlinks all packages instead of the one that was specified prerequisites are you running the latest version are you able to consistently reproduce the issue did you search the issue queue for existing issue issue description running bin package unlink some plugin works for all plugins seems to unlink all plugins and not just some plugin this is the case regardless of whether the plugin was linked with bin package link beforehand or not steps to reproduce link a plugin with bin package link some plugin then link another plugin with bin package link other plugin open a shell on your api container with docker exec it reaction api bash in your container s shell go to usr local src app node modules reactioncommerce still in your container s shell run ls la notice you have two symlinks in place one for some plugin and another for other plugin on your host machine run bin package unlink some plugin to unlink some plugin back into your container s shell run ls ls notice that both some plugin and other plugin were unlinked possible solution no idea is this even on reaction s side or is it an npm issue | 1 |
563,574 | 16,701,022,429 | IssuesEvent | 2021-06-09 02:24:52 | carbon-design-system/carbon-for-ibm-dotcom | https://api.github.com/repos/carbon-design-system/carbon-for-ibm-dotcom | closed | Apply for digital badge for the Carbon for IBM.com Web Components training module | dev inactive package: web components priority: medium | <!-- Avoid any type of solutions in this user story -->
<!-- replace _{{...}}_ with your own words or remove -->
#### User Story
<!-- {{Provide a detailed description of the user's need here, but avoid any type of solutions}} -->
> As a `[user role below]`:
developer
> I need to:
have a digital badge on completion of the Carbon for IBM.com Web Components tutorial
> so that I can:
display my digital badge to other IBMers
#### Additional information
<!-- {{Please provide any additional information or resources for reference}} -->
- Applying for a digital badge: https://w3.ibm.com/w3publisher/badges
- This will be in tandem with the badge submission form work: https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/5157
#### Acceptance criteria
- [ ] Apply and receive badge so we can issue to developers
<!-- Consider the following when writing Acceptance criteria for this story. -->
<!-- *** Each product backlog item or user story should have at least one Acceptance criteria. -->
<!-- *** Acceptance criteria defines a deliverable that can be completed in a single sprint -->
<!-- *** Each Acceptance criterion is independently testable. -->
<!-- *** Include functional as well as non-functional criteria – when relevant. -->
<!-- *** Team members write Acceptance criteria and the Product Owner verifies it. -->
| 1.0 | Apply for digital badge for the Carbon for IBM.com Web Components training module - <!-- Avoid any type of solutions in this user story -->
<!-- replace _{{...}}_ with your own words or remove -->
#### User Story
<!-- {{Provide a detailed description of the user's need here, but avoid any type of solutions}} -->
> As a `[user role below]`:
developer
> I need to:
have a digital badge on completion of the Carbon for IBM.com Web Components tutorial
> so that I can:
display my digital badge to other IBMers
#### Additional information
<!-- {{Please provide any additional information or resources for reference}} -->
- Applying for a digital badge: https://w3.ibm.com/w3publisher/badges
- This will be in tandem with the badge submission form work: https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/5157
#### Acceptance criteria
- [ ] Apply and receive badge so we can issue to developers
<!-- Consider the following when writing Acceptance criteria for this story. -->
<!-- *** Each product backlog item or user story should have at least one Acceptance criteria. -->
<!-- *** Acceptance criteria defines a deliverable that can be completed in a single sprint -->
<!-- *** Each Acceptance criterion is independently testable. -->
<!-- *** Include functional as well as non-functional criteria – when relevant. -->
<!-- *** Team members write Acceptance criteria and the Product Owner verifies it. -->
| priority | apply for digital badge for the carbon for ibm com web components training module user story as a developer i need to have a digital badge on completion of the carbon for ibm com web components tutorial so that i can display my digital badge to other ibmers additional information applying for a digital badge this will be in tandem with the badge submission form work acceptance criteria apply and receive badge so we can issue to developers | 1 |
105,595 | 4,238,452,722 | IssuesEvent | 2016-07-06 03:46:49 | certificate-helper/Certificate-Inspector | https://api.github.com/repos/certificate-helper/Certificate-Inspector | opened | Export & Share certificate public keys in PEM format | enhancement medium priority | Modification of CHCertificate is required to add a method that returns an `NSData *` object containing the certificates public key in PEM format. | 1.0 | Export & Share certificate public keys in PEM format - Modification of CHCertificate is required to add a method that returns an `NSData *` object containing the certificates public key in PEM format. | priority | export share certificate public keys in pem format modification of chcertificate is required to add a method that returns an nsdata object containing the certificates public key in pem format | 1 |
631,984 | 20,167,274,823 | IssuesEvent | 2022-02-10 06:37:03 | way-of-elendil/3.3.5 | https://api.github.com/repos/way-of-elendil/3.3.5 | closed | Familier: Perte de familier Maitrise des bêtes | bug status-duplicate type-class priority-medium | **Description**
Perte de familier exotique lors d'un changement dans l'écurie
**Étapes de reproduction**
- Chasseur mini 60, Double spé avec 1 avec Maitrise des bêtes (dernier talent BM) et l'autre sans
- Apprivoiser 2 familiers, 1 pouvant être apprivoisé dans toutes les spés (ex: 31233 - [Loup musculeux] ), 1 exotique (ex: 32485 - [Roi Krush] )
- Spé bête, avec le familier exotique de sorti
- Changer de spé, le pet n'est pas invocable mais il est la dans l'écurie
- .cast 62757, changer de pet, le pet exotique disparait au changement
| 1.0 | Familier: Perte de familier Maitrise des bêtes - **Description**
Perte de familier exotique lors d'un changement dans l'écurie
**Étapes de reproduction**
- Chasseur mini 60, Double spé avec 1 avec Maitrise des bêtes (dernier talent BM) et l'autre sans
- Apprivoiser 2 familiers, 1 pouvant être apprivoisé dans toutes les spés (ex: 31233 - [Loup musculeux] ), 1 exotique (ex: 32485 - [Roi Krush] )
- Spé bête, avec le familier exotique de sorti
- Changer de spé, le pet n'est pas invocable mais il est la dans l'écurie
- .cast 62757, changer de pet, le pet exotique disparait au changement
| priority | familier perte de familier maitrise des bêtes description perte de familier exotique lors d un changement dans l écurie étapes de reproduction chasseur mini double spé avec avec maitrise des bêtes dernier talent bm et l autre sans apprivoiser familiers pouvant être apprivoisé dans toutes les spés ex exotique ex spé bête avec le familier exotique de sorti changer de spé le pet n est pas invocable mais il est la dans l écurie cast changer de pet le pet exotique disparait au changement | 1 |
40,871 | 2,868,947,440 | IssuesEvent | 2015-06-05 22:07:54 | dart-lang/pub | https://api.github.com/repos/dart-lang/pub | closed | junk in pub directory | enhancement NotPlanned Priority-Medium | <a href="https://github.com/dgrove"><img src="https://avatars.githubusercontent.com/u/2108507?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [dgrove](https://github.com/dgrove)**
_Originally opened as dart-lang/sdk#10181_
----
When I pulled down https://commondatastorage.googleapis.com/pub.dartlang.org/packages/js-0.0.21.tar.gz
I saw these junk files in it:
.#pubspec.yaml
pubspec.yaml~
Can we do something to protect against these sorts of files? | 1.0 | junk in pub directory - <a href="https://github.com/dgrove"><img src="https://avatars.githubusercontent.com/u/2108507?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [dgrove](https://github.com/dgrove)**
_Originally opened as dart-lang/sdk#10181_
----
When I pulled down https://commondatastorage.googleapis.com/pub.dartlang.org/packages/js-0.0.21.tar.gz
I saw these junk files in it:
.#pubspec.yaml
pubspec.yaml~
Can we do something to protect against these sorts of files? | priority | junk in pub directory issue by originally opened as dart lang sdk when i pulled down i saw these junk files in it pubspec yaml pubspec yaml can we do something to protect against these sorts of files | 1 |
721,560 | 24,831,432,669 | IssuesEvent | 2022-10-26 04:06:59 | AY2223S1-CS2103T-T12-1/tp | https://api.github.com/repos/AY2223S1-CS2103T-T12-1/tp | closed | Display the list of classes created through GUI instead of the CLI response. | priority.MEDIUM type.Enhancement | Servicable for now. But perhaps keep this in mind in the future to make this to involve GUI a bit more.
_Originally posted by @Berted in https://github.com/AY2223S1-CS2103T-T12-1/tp/pull/80#discussion_r987895428_
| 1.0 | Display the list of classes created through GUI instead of the CLI response. - Servicable for now. But perhaps keep this in mind in the future to make this to involve GUI a bit more.
_Originally posted by @Berted in https://github.com/AY2223S1-CS2103T-T12-1/tp/pull/80#discussion_r987895428_
| priority | display the list of classes created through gui instead of the cli response servicable for now but perhaps keep this in mind in the future to make this to involve gui a bit more originally posted by berted in | 1 |
80,197 | 3,551,649,009 | IssuesEvent | 2016-01-21 05:32:27 | PowerPointLabs/PowerPointLabs | https://api.github.com/repos/PowerPointLabs/PowerPointLabs | closed | blurred edge can be seen at the slide edge | Difficulty.Easy Feature.Spotlight forContributors Priority.Medium type-enhancement | it doesn't look good, requested by a user
to fix: use ppt internal cropping to crop the resulted spotlight shape (so that shape region outside of slide will be cropped) | 1.0 | blurred edge can be seen at the slide edge - it doesn't look good, requested by a user
to fix: use ppt internal cropping to crop the resulted spotlight shape (so that shape region outside of slide will be cropped) | priority | blurred edge can be seen at the slide edge it doesn t look good requested by a user to fix use ppt internal cropping to crop the resulted spotlight shape so that shape region outside of slide will be cropped | 1 |
73,625 | 3,418,653,287 | IssuesEvent | 2015-12-08 03:44:18 | facelessuser/pymdown-extensions | https://api.github.com/repos/facelessuser/pymdown-extensions | closed | Unittests unittests unittests | Maintenance Priority - Medium | This should have happened a while ago, but yeah, this needs to start happening. | 1.0 | Unittests unittests unittests - This should have happened a while ago, but yeah, this needs to start happening. | priority | unittests unittests unittests this should have happened a while ago but yeah this needs to start happening | 1 |
319,868 | 9,761,597,117 | IssuesEvent | 2019-06-05 09:09:40 | project-koku/koku | https://api.github.com/repos/project-koku/koku | closed | OCP tag query for storage tag returns 400 | bug priority - medium | **Describe the bug**
Query for OCP reports grouping by tag that has `'type': 'storage'` returns 400 error
**To Reproduce**
Steps to reproduce the behavior:
1. Go to `https://ci.cloud.paas.upshift.redhat.com/api/cost-management/v1/reports/openshift/costs/?delta=cost&filter[limit]=10&filter[offset]=0&filter[resolution]=monthly&filter[time_scope_units]=month&filter[time_scope_value]=-1&group_by[tag:storageclass]=*`
2. See error
**Expected behavior**
We should get cost reports grouping by the tag in the query
**Context (please complete the following information):**
- OS: RHEL
- Browser: Chrome 73
- Commit Hash from status endpoint: b472e6db1e90216b1834e3aa01384265f70fff3a
**Additional context**
Tested on jalberts account, we can see that for any of the "pod" tags in
`https://ci.cloud.paas.upshift.redhat.com/api/cost-management/v1/tags/openshift/?filter[time_scope_units]=month&filter[time_scope_value]=-1&filter[resolution]=monthly`
we get correct reports, for both "storage" tags we get a 400
| 1.0 | OCP tag query for storage tag returns 400 - **Describe the bug**
Query for OCP reports grouping by tag that has `'type': 'storage'` returns 400 error
**To Reproduce**
Steps to reproduce the behavior:
1. Go to `https://ci.cloud.paas.upshift.redhat.com/api/cost-management/v1/reports/openshift/costs/?delta=cost&filter[limit]=10&filter[offset]=0&filter[resolution]=monthly&filter[time_scope_units]=month&filter[time_scope_value]=-1&group_by[tag:storageclass]=*`
2. See error
**Expected behavior**
We should get cost reports grouping by the tag in the query
**Context (please complete the following information):**
- OS: RHEL
- Browser: Chrome 73
- Commit Hash from status endpoint: b472e6db1e90216b1834e3aa01384265f70fff3a
**Additional context**
Tested on jalberts account, we can see that for any of the "pod" tags in
`https://ci.cloud.paas.upshift.redhat.com/api/cost-management/v1/tags/openshift/?filter[time_scope_units]=month&filter[time_scope_value]=-1&filter[resolution]=monthly`
we get correct reports, for both "storage" tags we get a 400
| priority | ocp tag query for storage tag returns describe the bug query for ocp reports grouping by tag that has type storage returns error to reproduce steps to reproduce the behavior go to filter filter monthly filter month filter group by see error expected behavior we should get cost reports grouping by the tag in the query context please complete the following information os rhel browser chrome commit hash from status endpoint additional context tested on jalberts account we can see that for any of the pod tags in month filter filter monthly we get correct reports for both storage tags we get a | 1 |
432,202 | 12,490,465,654 | IssuesEvent | 2020-06-01 00:12:21 | buddyboss/buddyboss-platform | https://api.github.com/repos/buddyboss/buddyboss-platform | closed | HTML tags is appearing in Forum Discussion/replies | Has-PR bug priority: medium status: needs review | **Describe the bug**
When copying a text that includes a paragraph from notepad and pastes it on the forums, it will show `<div></div>` in between paragraphs of the post. This issue is only happening on non-admin users.
**To Reproduce**
Steps to reproduce the behavior:
1. Login as a non-admin user.
2. Open any forum's discussion.
3. Paste any text that is more than 1 paragraph. example:
abc
def
ghi
copy these texts and put in notepad.txt, then copy the notepad.txt and paste in the discussion.
4. See error
**Expected behavior**
Should not show the HTML tags on the front end.
**Screenshots**
https://drive.google.com/file/d/18BZ6ep4WgCIQzDtnXfXWtvNMtGQuv-Wg/view
**Support ticket links**
https://secure.helpscout.net/conversation/1165918191/73613?folderId=3709081
| 1.0 | HTML tags is appearing in Forum Discussion/replies - **Describe the bug**
When copying a text that includes a paragraph from notepad and pastes it on the forums, it will show `<div></div>` in between paragraphs of the post. This issue is only happening on non-admin users.
**To Reproduce**
Steps to reproduce the behavior:
1. Login as a non-admin user.
2. Open any forum's discussion.
3. Paste any text that is more than 1 paragraph. example:
abc
def
ghi
copy these texts and put in notepad.txt, then copy the notepad.txt and paste in the discussion.
4. See error
**Expected behavior**
Should not show the HTML tags on the front end.
**Screenshots**
https://drive.google.com/file/d/18BZ6ep4WgCIQzDtnXfXWtvNMtGQuv-Wg/view
**Support ticket links**
https://secure.helpscout.net/conversation/1165918191/73613?folderId=3709081
| priority | html tags is appearing in forum discussion replies describe the bug when copying a text that includes a paragraph from notepad and pastes it on the forums it will show in between paragraphs of the post this issue is only happening on non admin users to reproduce steps to reproduce the behavior login as a non admin user open any forum s discussion paste any text that is more than paragraph example abc def ghi copy these texts and put in notepad txt then copy the notepad txt and paste in the discussion see error expected behavior should not show the html tags on the front end screenshots support ticket links | 1 |
322,859 | 9,829,408,547 | IssuesEvent | 2019-06-15 20:29:39 | marklogic/marklogic-data-hub | https://api.github.com/repos/marklogic/marklogic-data-hub | closed | poor user interaction in data browser with long collection name | Component:QuickStart bug priority:medium | I'm seeing this with QS 3.1 (under development) on Windows, with Chrome, but I suspect you could repro it in 3.0 as well.
Suppose you go to the data browser and the collection facets on the left include a long collection name, like this set of facets on my FINAL db:

Now you click on one of those long names. You get this:

It is not apparent how to undo the filter because the X, like the collection name, doesn't fit in the label space. Honestly, to me, that didn't even look like a button. I assumed it was column header and since I had already selected a collection filter, it had nothing to display under it.
I spent a frustrating couple minutes trying to figure out how to get back to an unfiltered view of my data. The back button didn't do it. Changing databases didn't do it. I had to bring up one of the other tabs (flows, entities, etc.), then return to the data browser and select my FINAL db again to get back where I'd been before filtering. :(
Later, I stumbled accidentally on the realization I could just click anywhere in the "button" to dismiss the filter. | 1.0 | poor user interaction in data browser with long collection name - I'm seeing this with QS 3.1 (under development) on Windows, with Chrome, but I suspect you could repro it in 3.0 as well.
Suppose you go to the data browser and the collection facets on the left include a long collection name, like this set of facets on my FINAL db:

Now you click on one of those long names. You get this:

It is not apparent how to undo the filter because the X, like the collection name, doesn't fit in the label space. Honestly, to me, that didn't even look like a button. I assumed it was column header and since I had already selected a collection filter, it had nothing to display under it.
I spent a frustrating couple minutes trying to figure out how to get back to an unfiltered view of my data. The back button didn't do it. Changing databases didn't do it. I had to bring up one of the other tabs (flows, entities, etc.), then return to the data browser and select my FINAL db again to get back where I'd been before filtering. :(
Later, I stumbled accidentally on the realization I could just click anywhere in the "button" to dismiss the filter. | priority | poor user interaction in data browser with long collection name i m seeing this with qs under development on windows with chrome but i suspect you could repro it in as well suppose you go to the data browser and the collection facets on the left include a long collection name like this set of facets on my final db now you click on one of those long names you get this it is not apparent how to undo the filter because the x like the collection name doesn t fit in the label space honestly to me that didn t even look like a button i assumed it was column header and since i had already selected a collection filter it had nothing to display under it i spent a frustrating couple minutes trying to figure out how to get back to an unfiltered view of my data the back button didn t do it changing databases didn t do it i had to bring up one of the other tabs flows entities etc then return to the data browser and select my final db again to get back where i d been before filtering later i stumbled accidentally on the realization i could just click anywhere in the button to dismiss the filter | 1 |
711,792 | 24,475,573,680 | IssuesEvent | 2022-10-08 05:40:13 | AY2223S1-CS2103T-W13-3/tp | https://api.github.com/repos/AY2223S1-CS2103T-W13-3/tp | closed | Improve testability of debt-related functionality | priority.Medium type.Task | Add more sample debts and change PersonBuilder#withDebts to take in vararg of Debt instead of a pre-constructed DebtList | 1.0 | Improve testability of debt-related functionality - Add more sample debts and change PersonBuilder#withDebts to take in vararg of Debt instead of a pre-constructed DebtList | priority | improve testability of debt related functionality add more sample debts and change personbuilder withdebts to take in vararg of debt instead of a pre constructed debtlist | 1 |
179,094 | 6,621,522,015 | IssuesEvent | 2017-09-21 19:31:02 | Polymer/web-component-tester | https://api.github.com/repos/Polymer/web-component-tester | closed | Change WCT to *only* support use of `wct-browser-legacy` (instead of its own bundled `@polymer/test-fixture` package) when using `--npm` flag. | Priority: Medium Status: Completed Type: Bug | The `@polymer/test-fixture` package in `v3.0.0-pre.1` has `flat` requirements which basically break yarn install for wct and cli. We reverted that package to `v0.0.3` but since it isn't compatible with the npm tests as we are building them, we should basically just remove the package and just require that npm based tests with wct right now require the `wct-browser-legacy` package for elements, since that can be installed flat and has no impact on wct installation. | 1.0 | Change WCT to *only* support use of `wct-browser-legacy` (instead of its own bundled `@polymer/test-fixture` package) when using `--npm` flag. - The `@polymer/test-fixture` package in `v3.0.0-pre.1` has `flat` requirements which basically break yarn install for wct and cli. We reverted that package to `v0.0.3` but since it isn't compatible with the npm tests as we are building them, we should basically just remove the package and just require that npm based tests with wct right now require the `wct-browser-legacy` package for elements, since that can be installed flat and has no impact on wct installation. | priority | change wct to only support use of wct browser legacy instead of its own bundled polymer test fixture package when using npm flag the polymer test fixture package in pre has flat requirements which basically break yarn install for wct and cli we reverted that package to but since it isn t compatible with the npm tests as we are building them we should basically just remove the package and just require that npm based tests with wct right now require the wct browser legacy package for elements since that can be installed flat and has no impact on wct installation | 1 |
637,287 | 20,624,847,702 | IssuesEvent | 2022-03-07 21:17:40 | bounswe/bounswe2022group6 | https://api.github.com/repos/bounswe/bounswe2022group6 | closed | Personal Wiki Pages | Wiki Priority: Medium State: In Progess | Everyone must create their own wiki pages. The elements that the page should contain but not limited to are:
- Your name
- Brief about yourself
- Contact information (Mail, LinkedIn, GitHub, etc.)
- Programming Languages
- Prior Experience
- A template for your weekly efforts
Please tick your name when you are done.
- [x] Ali Kaan
- [x] Artun
- [x] Hakan
- [x] Yasir
- [x] Alp Eren
- [x] Aral
- [x] Berk
- [x] Bedirhan
- [x] Berfin
- [x] Hatice
- [x] İrem
- [x] Yusuf Erdem | 1.0 | Personal Wiki Pages - Everyone must create their own wiki pages. The elements that the page should contain but not limited to are:
- Your name
- Brief about yourself
- Contact information (Mail, LinkedIn, GitHub, etc.)
- Programming Languages
- Prior Experience
- A template for your weekly efforts
Please tick your name when you are done.
- [x] Ali Kaan
- [x] Artun
- [x] Hakan
- [x] Yasir
- [x] Alp Eren
- [x] Aral
- [x] Berk
- [x] Bedirhan
- [x] Berfin
- [x] Hatice
- [x] İrem
- [x] Yusuf Erdem | priority | personal wiki pages everyone must create their own wiki pages the elements that the page should contain but not limited to are your name brief about yourself contact information mail linkedin github etc programming languages prior experience a template for your weekly efforts please tick your name when you are done ali kaan artun hakan yasir alp eren aral berk bedirhan berfin hatice i̇rem yusuf erdem | 1 |
492,333 | 14,200,846,908 | IssuesEvent | 2020-11-16 06:28:40 | bounswe/bounswe2020group4 | https://api.github.com/repos/bounswe/bounswe2020group4 | opened | [BKND] Setup the web server and docker | Backend Coding Effort: Medium Priority: High Status: In-Progress | Deadline: 17.11.2020
We will publish a dummy website for the first trial.
We setup the docker and search about Jenkins for CI/CD | 1.0 | [BKND] Setup the web server and docker - Deadline: 17.11.2020
We will publish a dummy website for the first trial.
We setup the docker and search about Jenkins for CI/CD | priority | setup the web server and docker deadline we will publish a dummy website for the first trial we setup the docker and search about jenkins for ci cd | 1 |
366,654 | 10,825,070,681 | IssuesEvent | 2019-11-09 13:38:42 | AY1920S1-CS2103-F10-3/main | https://api.github.com/repos/AY1920S1-CS2103-F10-3/main | closed | As a CS2103/T student, I want to be recommended a list of questions that I frequently get wrong | priority.Medium type.Story | So that I can learn from my mistakes | 1.0 | As a CS2103/T student, I want to be recommended a list of questions that I frequently get wrong - So that I can learn from my mistakes | priority | as a t student i want to be recommended a list of questions that i frequently get wrong so that i can learn from my mistakes | 1 |
774,447 | 27,197,142,238 | IssuesEvent | 2023-02-20 06:37:54 | KDT3-MiniProject-8/MiniProject-BE | https://api.github.com/repos/KDT3-MiniProject-8/MiniProject-BE | closed | Conf: URL 수정 (카멜 케이스 -> 스네이크 케이스) 및 https 관련 설정 | For: Backend Priority: Medium Status: In Progress Type: Maintenance | ## Description(설명)
카멜 케이스로 되어있던 URL들을 스네이크 케이스로 변경하겠습니다.
## Tasks(New feature)
- [ ] URL 수정 (카멜 케이스 -> 스네이크 케이스)
## References | 1.0 | Conf: URL 수정 (카멜 케이스 -> 스네이크 케이스) 및 https 관련 설정 - ## Description(설명)
카멜 케이스로 되어있던 URL들을 스네이크 케이스로 변경하겠습니다.
## Tasks(New feature)
- [ ] URL 수정 (카멜 케이스 -> 스네이크 케이스)
## References | priority | conf url 수정 카멜 케이스 스네이크 케이스 및 https 관련 설정 description 설명 카멜 케이스로 되어있던 url들을 스네이크 케이스로 변경하겠습니다 tasks new feature url 수정 카멜 케이스 스네이크 케이스 references | 1 |
728,413 | 25,077,712,349 | IssuesEvent | 2022-11-07 16:41:05 | AY2223S1-CS2103T-F11-2/tp | https://api.github.com/repos/AY2223S1-CS2103T-F11-2/tp | closed | [PE-D][Tester D] Showing task of exam: Index not specified in format | priority.Medium UG Bug | 
`INDEX` was not specified in the format.
<!--session: 1666944017294-04ed4a4d-d16b-4814-8dfd-0887c85486b8-->
<!--Version: Web v3.4.4-->
-------------
Labels: `type.DocumentationBug` `severity.Medium`
original: rexong/ped#8 | 1.0 | [PE-D][Tester D] Showing task of exam: Index not specified in format - 
`INDEX` was not specified in the format.
<!--session: 1666944017294-04ed4a4d-d16b-4814-8dfd-0887c85486b8-->
<!--Version: Web v3.4.4-->
-------------
Labels: `type.DocumentationBug` `severity.Medium`
original: rexong/ped#8 | priority | showing task of exam index not specified in format index was not specified in the format labels type documentationbug severity medium original rexong ped | 1 |
752,236 | 26,277,410,060 | IssuesEvent | 2023-01-07 00:22:02 | Jexactyl/Jexactyl | https://api.github.com/repos/Jexactyl/Jexactyl | closed | Server statistics page | type: feature request priority: medium | ### Is there an existing feature request for this?
- [X] I have searched the existing issues before opening this feature request.
### Describe the feature you would like to see.
A server page (accessible when online) which shows users graphs, charts etc. based off of the information about their server. Could include information regarding resource usage, upgrade recommendations, total amount of days active, and more.
### Additional context to this request.
_No response_ | 1.0 | Server statistics page - ### Is there an existing feature request for this?
- [X] I have searched the existing issues before opening this feature request.
### Describe the feature you would like to see.
A server page (accessible when online) which shows users graphs, charts etc. based off of the information about their server. Could include information regarding resource usage, upgrade recommendations, total amount of days active, and more.
### Additional context to this request.
_No response_ | priority | server statistics page is there an existing feature request for this i have searched the existing issues before opening this feature request describe the feature you would like to see a server page accessible when online which shows users graphs charts etc based off of the information about their server could include information regarding resource usage upgrade recommendations total amount of days active and more additional context to this request no response | 1 |
48,034 | 2,990,130,393 | IssuesEvent | 2015-07-21 07:09:43 | jayway/rest-assured | https://api.github.com/repos/jayway/rest-assured | closed | Set baseUri by RequestSpecBuilder | bug imported Priority-Medium | _From [sembe...@gmail.com](https://code.google.com/u/105428405490535314414/) on July 31, 2013 16:30:14_
What steps will reproduce the problem? 1. Create a new RequestSpecBuilder()
2. configure the baseUri property of the request specification being built What is the expected output? What do you see instead? It is not possible to configure the request specification's baseUri property using the RequestSpecBuilder. I'd prefer setting everything in the request specification using the builder instead of using static fields. What version of the product are you using? On what operating system? 1.8.1 Please provide any additional information below.
_Original issue: http://code.google.com/p/rest-assured/issues/detail?id=252_ | 1.0 | Set baseUri by RequestSpecBuilder - _From [sembe...@gmail.com](https://code.google.com/u/105428405490535314414/) on July 31, 2013 16:30:14_
What steps will reproduce the problem? 1. Create a new RequestSpecBuilder()
2. configure the baseUri property of the request specification being built What is the expected output? What do you see instead? It is not possible to configure the request specification's baseUri property using the RequestSpecBuilder. I'd prefer setting everything in the request specification using the builder instead of using static fields. What version of the product are you using? On what operating system? 1.8.1 Please provide any additional information below.
_Original issue: http://code.google.com/p/rest-assured/issues/detail?id=252_ | priority | set baseuri by requestspecbuilder from on july what steps will reproduce the problem create a new requestspecbuilder configure the baseuri property of the request specification being built what is the expected output what do you see instead it is not possible to configure the request specification s baseuri property using the requestspecbuilder i d prefer setting everything in the request specification using the builder instead of using static fields what version of the product are you using on what operating system please provide any additional information below original issue | 1 |
420,948 | 12,246,360,052 | IssuesEvent | 2020-05-05 14:21:03 | craftercms/craftercms | https://api.github.com/repos/craftercms/craftercms | opened | [engine] -Site Translation- Add locale as a dimension to Elasticsearch and GraphQL and supporting work | new feature priority: medium | Add locale as a dimension to Elasticsearch and GraphQL to facilitate searching by that. See dependencies below for more context.
The addition is done to the authoring index as well as the delivery index and should be a valid filter during the authoring search experience.
### Tasks:
- [ ] Add the mechanics in Elasticsearch and GraphQL
- [ ] Test and validate
- [ ] Document
#### Dependencies
https://github.com/craftercms/craftercms/issues/4019
https://github.com/craftercms/craftercms/issues/4020 | 1.0 | [engine] -Site Translation- Add locale as a dimension to Elasticsearch and GraphQL and supporting work - Add locale as a dimension to Elasticsearch and GraphQL to facilitate searching by that. See dependencies below for more context.
The addition is done to the authoring index as well as the delivery index and should be a valid filter during the authoring search experience.
### Tasks:
- [ ] Add the mechanics in Elasticsearch and GraphQL
- [ ] Test and validate
- [ ] Document
#### Dependencies
https://github.com/craftercms/craftercms/issues/4019
https://github.com/craftercms/craftercms/issues/4020 | priority | site translation add locale as a dimension to elasticsearch and graphql and supporting work add locale as a dimension to elasticsearch and graphql to facilitate searching by that see dependencies below for more context the addition is done to the authoring index as well as the delivery index and should be a valid filter during the authoring search experience tasks add the mechanics in elasticsearch and graphql test and validate document dependencies | 1 |
640,696 | 20,796,661,417 | IssuesEvent | 2022-03-17 09:57:57 | AY2122S2-CS2103-W17-3/tp | https://api.github.com/repos/AY2122S2-CS2103-W17-3/tp | closed | Undo command | enhancement type.Story priority.Medium | As a user, I can undo accidentally adding/deleting/editing a person, so that I do not have to manually make the changes. | 1.0 | Undo command - As a user, I can undo accidentally adding/deleting/editing a person, so that I do not have to manually make the changes. | priority | undo command as a user i can undo accidentally adding deleting editing a person so that i do not have to manually make the changes | 1 |
43,573 | 2,889,861,380 | IssuesEvent | 2015-06-13 20:43:15 | damonkohler/android-scripting | https://api.github.com/repos/damonkohler/android-scripting | closed | Support displaying/updating multiple notifications | auto-migrated Priority-Medium Type-Enhancement | ```
Currently all notifications share the same ID so there can only be one. It
would be better to support different IDs and updating existing notifications
by ID.
```
Original issue reported on code.google.com by `damonkoh...@gmail.com` on 9 Mar 2010 at 9:50 | 1.0 | Support displaying/updating multiple notifications - ```
Currently all notifications share the same ID so there can only be one. It
would be better to support different IDs and updating existing notifications
by ID.
```
Original issue reported on code.google.com by `damonkoh...@gmail.com` on 9 Mar 2010 at 9:50 | priority | support displaying updating multiple notifications currently all notifications share the same id so there can only be one it would be better to support different ids and updating existing notifications by id original issue reported on code google com by damonkoh gmail com on mar at | 1 |
731,999 | 25,240,482,602 | IssuesEvent | 2022-11-15 06:54:29 | YangCatalog/deployment | https://api.github.com/repos/YangCatalog/deployment | opened | Update Ubuntu version on production server | Maintenance Priority: Medium | Ubuntu 18.04 is used on production server currently, but most of the developers already use version 22.04.
AWS instance should be updated do the Ubuntu 22.04 as well. | 1.0 | Update Ubuntu version on production server - Ubuntu 18.04 is used on production server currently, but most of the developers already use version 22.04.
AWS instance should be updated do the Ubuntu 22.04 as well. | priority | update ubuntu version on production server ubuntu is used on production server currently but most of the developers already use version aws instance should be updated do the ubuntu as well | 1 |
73,537 | 3,413,432,201 | IssuesEvent | 2015-12-06 17:53:01 | blackwatchint/blackwatchint | https://api.github.com/repos/blackwatchint/blackwatchint | closed | FSF Al Rayak | Medium Priority Meeting Modpack Rejected Request | **Description:**
I'm pleased to present my latest terrain for Arma 3 : Al Rayak.
The map is 20 x 20 km, and aims at loosely representing a middle eastern country.
40 km of coastline, 7 cities, 3 seaports, 2 main rivers, 4 airfields, about 100 villages, many bridges, and far more trees than would be here in reality.
The vegetation is mostly a placeholder and will be updated in the future. I also plan to add many rock formations to give the whole area a more arid and mountaineous feeling.
**Download:** http://www.armaholic.com/page.php?id=28564
**Size:** 267MB | 1.0 | FSF Al Rayak - **Description:**
I'm pleased to present my latest terrain for Arma 3 : Al Rayak.
The map is 20 x 20 km, and aims at loosely representing a middle eastern country.
40 km of coastline, 7 cities, 3 seaports, 2 main rivers, 4 airfields, about 100 villages, many bridges, and far more trees than would be here in reality.
The vegetation is mostly a placeholder and will be updated in the future. I also plan to add many rock formations to give the whole area a more arid and mountaineous feeling.
**Download:** http://www.armaholic.com/page.php?id=28564
**Size:** 267MB | priority | fsf al rayak description i m pleased to present my latest terrain for arma al rayak the map is x km and aims at loosely representing a middle eastern country km of coastline cities seaports main rivers airfields about villages many bridges and far more trees than would be here in reality the vegetation is mostly a placeholder and will be updated in the future i also plan to add many rock formations to give the whole area a more arid and mountaineous feeling download size | 1 |
161,402 | 6,129,986,942 | IssuesEvent | 2017-06-24 00:50:23 | minio/minio | https://api.github.com/repos/minio/minio | closed | [gateway] gateway implementations should have subcommand | fixed priority: medium | Current output of `minio gateway`:
```
krishna@escape:~$ minio gateway
NAME:
minio gateway - Start object storage gateway.
USAGE:
minio gateway [FLAGS] BACKEND [ENDPOINT]
FLAGS:
--address value Bind to a specific ADDRESS:PORT, ADDRESS can be an IP or hostname. (default: ":9000")
--quiet Disable startup banner.
--help, -h Show help.
BACKEND:
azure: Microsoft Azure Blob Storage. Default ENDPOINT is https://core.windows.net
s3: Amazon Simple Storage Service (S3). Default ENDPOINT is https://s3.amazonaws.com
gcs: Google Cloud Storage (GCS). Default ENDPOINT is https://storage.googleapis.com
ENVIRONMENT VARIABLES:
ACCESS:
MINIO_ACCESS_KEY: Username or access key of your storage backend.
MINIO_SECRET_KEY: Password or secret key of your storage backend.
EXAMPLES:
1. Start minio gateway server for Azure Blob Storage backend.
$ export MINIO_ACCESS_KEY=azureaccountname
$ export MINIO_SECRET_KEY=azureaccountkey
$ minio gateway azure
2. Start minio gateway server for AWS S3 backend.
$ export MINIO_ACCESS_KEY=accesskey
$ export MINIO_SECRET_KEY=secretkey
$ minio gateway s3
3. Start minio gateway server for S3 backend on custom endpoint.
$ export MINIO_ACCESS_KEY=Q3AM3UQ867SPQQA43P2F
$ export MINIO_SECRET_KEY=zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG
$ minio gateway s3 https://play.minio.io:9000
4. Start minio gateway server for GCS backend.
$ gcloud init --console-only # this will configure your google account
$ export MINIO_ACCESS_KEY=accesskey
$ export MINIO_SECRET_KEY=secretkey
$ minio gateway gcs PROJECTID
krishna@escape:~$
```
s3/gcs/azure all are currently handled under gatewayMain()
we should fix it such that gatewayS3Main() gatewayAzureMain() gatewayGCSMain() handle each subcommand separately. That way arguments to each gateway is validated by it's own handler.
| 1.0 | [gateway] gateway implementations should have subcommand - Current output of `minio gateway`:
```
krishna@escape:~$ minio gateway
NAME:
minio gateway - Start object storage gateway.
USAGE:
minio gateway [FLAGS] BACKEND [ENDPOINT]
FLAGS:
--address value Bind to a specific ADDRESS:PORT, ADDRESS can be an IP or hostname. (default: ":9000")
--quiet Disable startup banner.
--help, -h Show help.
BACKEND:
azure: Microsoft Azure Blob Storage. Default ENDPOINT is https://core.windows.net
s3: Amazon Simple Storage Service (S3). Default ENDPOINT is https://s3.amazonaws.com
gcs: Google Cloud Storage (GCS). Default ENDPOINT is https://storage.googleapis.com
ENVIRONMENT VARIABLES:
ACCESS:
MINIO_ACCESS_KEY: Username or access key of your storage backend.
MINIO_SECRET_KEY: Password or secret key of your storage backend.
EXAMPLES:
1. Start minio gateway server for Azure Blob Storage backend.
$ export MINIO_ACCESS_KEY=azureaccountname
$ export MINIO_SECRET_KEY=azureaccountkey
$ minio gateway azure
2. Start minio gateway server for AWS S3 backend.
$ export MINIO_ACCESS_KEY=accesskey
$ export MINIO_SECRET_KEY=secretkey
$ minio gateway s3
3. Start minio gateway server for S3 backend on custom endpoint.
$ export MINIO_ACCESS_KEY=Q3AM3UQ867SPQQA43P2F
$ export MINIO_SECRET_KEY=zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG
$ minio gateway s3 https://play.minio.io:9000
4. Start minio gateway server for GCS backend.
$ gcloud init --console-only # this will configure your google account
$ export MINIO_ACCESS_KEY=accesskey
$ export MINIO_SECRET_KEY=secretkey
$ minio gateway gcs PROJECTID
krishna@escape:~$
```
s3/gcs/azure all are currently handled under gatewayMain()
we should fix it such that gatewayS3Main() gatewayAzureMain() gatewayGCSMain() handle each subcommand separately. That way arguments to each gateway is validated by it's own handler.
| priority | gateway implementations should have subcommand current output of minio gateway krishna escape minio gateway name minio gateway start object storage gateway usage minio gateway backend flags address value bind to a specific address port address can be an ip or hostname default quiet disable startup banner help h show help backend azure microsoft azure blob storage default endpoint is amazon simple storage service default endpoint is gcs google cloud storage gcs default endpoint is environment variables access minio access key username or access key of your storage backend minio secret key password or secret key of your storage backend examples start minio gateway server for azure blob storage backend export minio access key azureaccountname export minio secret key azureaccountkey minio gateway azure start minio gateway server for aws backend export minio access key accesskey export minio secret key secretkey minio gateway start minio gateway server for backend on custom endpoint export minio access key export minio secret key zuf minio gateway start minio gateway server for gcs backend gcloud init console only this will configure your google account export minio access key accesskey export minio secret key secretkey minio gateway gcs projectid krishna escape gcs azure all are currently handled under gatewaymain we should fix it such that gatewayazuremain gatewaygcsmain handle each subcommand separately that way arguments to each gateway is validated by it s own handler | 1 |
181,534 | 6,661,844,969 | IssuesEvent | 2017-10-02 10:26:42 | cms-gem-daq-project/vfatqc-python-scripts | https://api.github.com/repos/cms-gem-daq-project/vfatqc-python-scripts | opened | Feature Request: run_scans.py generates gemPlotter.py & gemTreeDrawWrapper.py input text file | Priority: Medium Type: Enhancement Type: Feature Request | <!--- Provide a general summary of the issue in the Title above -->
## Brief summary of issue
<!--- Provide a description of the issue, including any other issues or pull requests it references -->
To assist the DOC in preparing and analyzing calibration plots `run_scans.py` should, upon successful completion, generate/add to a text file that can be used as an input for `gemPlotter.py` as described [here](https://github.com/cms-gem-daq-project/gem-plotting-tools#gemplotterpy-input-file) and `gemTreeDrawWrapper.py` as described [here](https://github.com/cms-gem-daq-project/gem-plotting-tools#gemtreedrawwrapperpy-input-file).
### Types of issue
<!--- Propsed labels (see CONTRIBUTING.md) to help maintainers label your issue: -->
- [ ] Bug report (report an issue with the code)
- [X] Feature request (request for change which adds functionality)
## 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 -->
Upon *successful* completion of a scan `run_scans.py` should generate (if it does not already exist) or **add** to an existing `listOfScanDates_gemPlotter.txt` and `listOfScanDates_gemTreeDrawWrapper.txt` file. These files should be made for each member of the [chamber_config](https://github.com/cms-gem-daq-project/gem-plotting-tools/blob/97ab0f2cce291ca9571da6ca170a2823af2eb2e9/mapping/chamberInfo.py#L1) dictionary.
For example for the case of `gemPlotter.py` the `listOfScanDates_gemPlotter.txt` file found in each ultra scan sub-directory. For example:
```
...
...
GEMINIm27L01/latency/trk/listOfScanDates_gemPlotter.txt
GEMINIm27L01/scurve/listOfScanDates_gemPlotter.txt
GEMINIm27L01/threshold/channel/listOfScanDates_gemPlotter.txt
GEMINIm27L01/trim/z4.000000/listOfScanDates_gemPlotter.txt
...
...
```
Within each of these text files we should see the successfully executed scandates that correspond to that ultra scan type. For example for GEMINIm27L01 scurves the file `GEMINIm27L01/scurve/listOfScanDates_gemPlotter.txt` should look like:
```
ChamberName scandate scandate
GEMINIm27L01 2017.08.04.20.12 2017.08.04.20.12
...
...
GEMINIm27L01 2017.08.24.20.12 2017.08.24.20.12
GEMINIm27L01 2017.09.04.20.12 2017.09.04.20.12
...
...
```
With identical behavior, but different format, for `gemTreeDrawWrapper.py`.
This will allow the DOC to make regular time series plots (gemPlotter.py) or arbitrarily requested plots both on demand and for the weekly DOC report.
## 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 -->
The above must be done by hand and does not save time.
## Context (for feature requests)
<!--- 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 -->
The above must be done by hand and does not save time.
<!--- Template thanks to https://www.talater.com/open-source-templates/#/page/98 -->
| 1.0 | Feature Request: run_scans.py generates gemPlotter.py & gemTreeDrawWrapper.py input text file - <!--- Provide a general summary of the issue in the Title above -->
## Brief summary of issue
<!--- Provide a description of the issue, including any other issues or pull requests it references -->
To assist the DOC in preparing and analyzing calibration plots `run_scans.py` should, upon successful completion, generate/add to a text file that can be used as an input for `gemPlotter.py` as described [here](https://github.com/cms-gem-daq-project/gem-plotting-tools#gemplotterpy-input-file) and `gemTreeDrawWrapper.py` as described [here](https://github.com/cms-gem-daq-project/gem-plotting-tools#gemtreedrawwrapperpy-input-file).
### Types of issue
<!--- Propsed labels (see CONTRIBUTING.md) to help maintainers label your issue: -->
- [ ] Bug report (report an issue with the code)
- [X] Feature request (request for change which adds functionality)
## 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 -->
Upon *successful* completion of a scan `run_scans.py` should generate (if it does not already exist) or **add** to an existing `listOfScanDates_gemPlotter.txt` and `listOfScanDates_gemTreeDrawWrapper.txt` file. These files should be made for each member of the [chamber_config](https://github.com/cms-gem-daq-project/gem-plotting-tools/blob/97ab0f2cce291ca9571da6ca170a2823af2eb2e9/mapping/chamberInfo.py#L1) dictionary.
For example for the case of `gemPlotter.py` the `listOfScanDates_gemPlotter.txt` file found in each ultra scan sub-directory. For example:
```
...
...
GEMINIm27L01/latency/trk/listOfScanDates_gemPlotter.txt
GEMINIm27L01/scurve/listOfScanDates_gemPlotter.txt
GEMINIm27L01/threshold/channel/listOfScanDates_gemPlotter.txt
GEMINIm27L01/trim/z4.000000/listOfScanDates_gemPlotter.txt
...
...
```
Within each of these text files we should see the successfully executed scandates that correspond to that ultra scan type. For example for GEMINIm27L01 scurves the file `GEMINIm27L01/scurve/listOfScanDates_gemPlotter.txt` should look like:
```
ChamberName scandate scandate
GEMINIm27L01 2017.08.04.20.12 2017.08.04.20.12
...
...
GEMINIm27L01 2017.08.24.20.12 2017.08.24.20.12
GEMINIm27L01 2017.09.04.20.12 2017.09.04.20.12
...
...
```
With identical behavior, but different format, for `gemTreeDrawWrapper.py`.
This will allow the DOC to make regular time series plots (gemPlotter.py) or arbitrarily requested plots both on demand and for the weekly DOC report.
## 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 -->
The above must be done by hand and does not save time.
## Context (for feature requests)
<!--- 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 -->
The above must be done by hand and does not save time.
<!--- Template thanks to https://www.talater.com/open-source-templates/#/page/98 -->
| priority | feature request run scans py generates gemplotter py gemtreedrawwrapper py input text file brief summary of issue to assist the doc in preparing and analyzing calibration plots run scans py should upon successful completion generate add to a text file that can be used as an input for gemplotter py as described and gemtreedrawwrapper py as described types of issue bug report report an issue with the code feature request request for change which adds functionality expected behavior upon successful completion of a scan run scans py should generate if it does not already exist or add to an existing listofscandates gemplotter txt and listofscandates gemtreedrawwrapper txt file these files should be made for each member of the dictionary for example for the case of gemplotter py the listofscandates gemplotter txt file found in each ultra scan sub directory for example latency trk listofscandates gemplotter txt scurve listofscandates gemplotter txt threshold channel listofscandates gemplotter txt trim listofscandates gemplotter txt within each of these text files we should see the successfully executed scandates that correspond to that ultra scan type for example for scurves the file scurve listofscandates gemplotter txt should look like chambername scandate scandate with identical behavior but different format for gemtreedrawwrapper py this will allow the doc to make regular time series plots gemplotter py or arbitrarily requested plots both on demand and for the weekly doc report current behavior the above must be done by hand and does not save time context for feature requests the above must be done by hand and does not save time | 1 |
54,323 | 3,066,331,286 | IssuesEvent | 2015-08-18 00:35:23 | theminted/lesswrong-migrated | https://api.github.com/repos/theminted/lesswrong-migrated | closed | Submitting an empty article causes an error | bug imported Priority-Medium | _From [wjmo...@gmail.com](https://code.google.com/u/117567618910921056910/) on February 04, 2009 16:12:31_
When an article is given a title but no content the submit fails as the article parameter isn't sent in
the POST request and the action does not default it.
_Original issue: http://code.google.com/p/lesswrong/issues/detail?id=31_ | 1.0 | Submitting an empty article causes an error - _From [wjmo...@gmail.com](https://code.google.com/u/117567618910921056910/) on February 04, 2009 16:12:31_
When an article is given a title but no content the submit fails as the article parameter isn't sent in
the POST request and the action does not default it.
_Original issue: http://code.google.com/p/lesswrong/issues/detail?id=31_ | priority | submitting an empty article causes an error from on february when an article is given a title but no content the submit fails as the article parameter isn t sent in the post request and the action does not default it original issue | 1 |
339,549 | 10,255,995,646 | IssuesEvent | 2019-08-21 16:35:41 | Gelbpunkt/IdleRPG | https://api.github.com/repos/Gelbpunkt/IdleRPG | closed | SUGGESTION: Guild Adventure Pings | Priority: Medium enhancement todo in next release | **Is your feature request related to a problem? Please describe.**
Not particularly
**Describe the solution you'd like**
If you are in a guild and we are going to do a guild adventure, it would be nice if we could ping everyone in the guild to let them know we are starting one instead of pinging everyone individually
**Describe alternatives you've considered**
We have copied and pasted from the guild list but some people have hard names or special characters that don't get pinged properly depending on the device we use
**Additional context**
Our guild officer says he is usually on his phone and can't ping anyone with special characters in their name so it would be easier and more convenient to have the option to ping your guild as a whole
| 1.0 | SUGGESTION: Guild Adventure Pings - **Is your feature request related to a problem? Please describe.**
Not particularly
**Describe the solution you'd like**
If you are in a guild and we are going to do a guild adventure, it would be nice if we could ping everyone in the guild to let them know we are starting one instead of pinging everyone individually
**Describe alternatives you've considered**
We have copied and pasted from the guild list but some people have hard names or special characters that don't get pinged properly depending on the device we use
**Additional context**
Our guild officer says he is usually on his phone and can't ping anyone with special characters in their name so it would be easier and more convenient to have the option to ping your guild as a whole
| priority | suggestion guild adventure pings is your feature request related to a problem please describe not particularly describe the solution you d like if you are in a guild and we are going to do a guild adventure it would be nice if we could ping everyone in the guild to let them know we are starting one instead of pinging everyone individually describe alternatives you ve considered we have copied and pasted from the guild list but some people have hard names or special characters that don t get pinged properly depending on the device we use additional context our guild officer says he is usually on his phone and can t ping anyone with special characters in their name so it would be easier and more convenient to have the option to ping your guild as a whole | 1 |
514,297 | 14,936,857,907 | IssuesEvent | 2021-01-25 13:56:07 | apache/airflow | https://api.github.com/repos/apache/airflow | closed | Default Airflow 2.0 RBAC unexpected behaviour | kind:bug priority:medium reported_version:2.0 | After having transitioned to Airflow 2.0 from previous versions where RBAC functioned fine, facing a new behaviour which I don't know if is expected.
When creating a new role instead of using VIEWER permissions as base, Airflow enforces same permissions as role USER, this results in not being able to set granular access control for specific DAGs. I did notice that the behaviour is tied closely with update_fab_perms and whether it's on true or false.
Additional attempts were done editing the VIEWER role to grant it access to dag_edit on specific DAGs but it doesn't work as well. Any other permission is too permissive and grants full access to running DAGs to the role. Could not find anything in the documentation that would mean something is done wrong.
How to reproduce:
simply run the official helm chart on the repository, try creating a new role and after some time it will sync creating all the permissions similar to USER. Or, just try granting granular dag_edit permissions on a specific DAG and note that permission is still denied.
Moreover, not quite sure if this is an intended behaviour to enforce that all new roles have a similar set of permissions as USER (or closely similar) but I think the approach of least amount of access should be applied for new roles. Note, in previous versions of Airflow this behaviour didn't happen and for some reason on the latest one it does. | 1.0 | Default Airflow 2.0 RBAC unexpected behaviour - After having transitioned to Airflow 2.0 from previous versions where RBAC functioned fine, facing a new behaviour which I don't know if is expected.
When creating a new role instead of using VIEWER permissions as base, Airflow enforces same permissions as role USER, this results in not being able to set granular access control for specific DAGs. I did notice that the behaviour is tied closely with update_fab_perms and whether it's on true or false.
Additional attempts were done editing the VIEWER role to grant it access to dag_edit on specific DAGs but it doesn't work as well. Any other permission is too permissive and grants full access to running DAGs to the role. Could not find anything in the documentation that would mean something is done wrong.
How to reproduce:
simply run the official helm chart on the repository, try creating a new role and after some time it will sync creating all the permissions similar to USER. Or, just try granting granular dag_edit permissions on a specific DAG and note that permission is still denied.
Moreover, not quite sure if this is an intended behaviour to enforce that all new roles have a similar set of permissions as USER (or closely similar) but I think the approach of least amount of access should be applied for new roles. Note, in previous versions of Airflow this behaviour didn't happen and for some reason on the latest one it does. | priority | default airflow rbac unexpected behaviour after having transitioned to airflow from previous versions where rbac functioned fine facing a new behaviour which i don t know if is expected when creating a new role instead of using viewer permissions as base airflow enforces same permissions as role user this results in not being able to set granular access control for specific dags i did notice that the behaviour is tied closely with update fab perms and whether it s on true or false additional attempts were done editing the viewer role to grant it access to dag edit on specific dags but it doesn t work as well any other permission is too permissive and grants full access to running dags to the role could not find anything in the documentation that would mean something is done wrong how to reproduce simply run the official helm chart on the repository try creating a new role and after some time it will sync creating all the permissions similar to user or just try granting granular dag edit permissions on a specific dag and note that permission is still denied moreover not quite sure if this is an intended behaviour to enforce that all new roles have a similar set of permissions as user or closely similar but i think the approach of least amount of access should be applied for new roles note in previous versions of airflow this behaviour didn t happen and for some reason on the latest one it does | 1 |
621,224 | 19,580,608,204 | IssuesEvent | 2022-01-04 20:45:45 | encorelab/ck-board | https://api.github.com/repos/encorelab/ck-board | opened | Organize boards within projects | enhancement medium priority | In the main dashboard, add projects as the top-level that contain boards
For teachers:
- Projects created or subscribed to by the teacher are shown under “My Projects”
- Therefore the teacher will have both join and add icons available
For students:
- As students cannot create projects or boards, only projects subscribed to by students are shown under My Projects
- Therefore students will have only the join icon available
NOTE: Join codes will now operate on a per-project-level rather than on a board level

Teachers can create new projects from the main dashboard

| 1.0 | Organize boards within projects - In the main dashboard, add projects as the top-level that contain boards
For teachers:
- Projects created or subscribed to by the teacher are shown under “My Projects”
- Therefore the teacher will have both join and add icons available
For students:
- As students cannot create projects or boards, only projects subscribed to by students are shown under My Projects
- Therefore students will have only the join icon available
NOTE: Join codes will now operate on a per-project-level rather than on a board level

Teachers can create new projects from the main dashboard

| priority | organize boards within projects in the main dashboard add projects as the top level that contain boards for teachers projects created or subscribed to by the teacher are shown under “my projects” therefore the teacher will have both join and add icons available for students as students cannot create projects or boards only projects subscribed to by students are shown under my projects therefore students will have only the join icon available note join codes will now operate on a per project level rather than on a board level teachers can create new projects from the main dashboard | 1 |
505,802 | 14,648,119,307 | IssuesEvent | 2020-12-27 00:23:33 | BBj-Plugins/BBjGridExWidget | https://api.github.com/repos/BBj-Plugins/BBjGridExWidget | closed | Investigate if we can add functionality for Master-Detail grid | Area: Core BBj Area: Core Javascript Change: Expert Priority: Medium Type: Feature no-issue-activity | https://www.ag-grid.com/javascript-grid-master-detail/
can we expose this in BBjGridExWidget. (DataRow allows for nested ResultSets since 19)
<!--
Thanks for contributing—you rock!
Please note:
- These comments won't show up when you submit the issue.
- Please help us by making your issue report as clear and simple as possible.
If reporting a problem please make sure you confirm the following points so we can reproduce and fix your problem as quickly as possible:
-->
#### What product versions and settings are you using when this issue occurs?
* BBj:
* BBjGridExWidget:
* Platform (GUI or BUI):
* Browser:
#### Steps to Reproduce
1.
1.
1.
#### What I Expected
#### What Happened Instead
| 1.0 | Investigate if we can add functionality for Master-Detail grid - https://www.ag-grid.com/javascript-grid-master-detail/
can we expose this in BBjGridExWidget. (DataRow allows for nested ResultSets since 19)
<!--
Thanks for contributing—you rock!
Please note:
- These comments won't show up when you submit the issue.
- Please help us by making your issue report as clear and simple as possible.
If reporting a problem please make sure you confirm the following points so we can reproduce and fix your problem as quickly as possible:
-->
#### What product versions and settings are you using when this issue occurs?
* BBj:
* BBjGridExWidget:
* Platform (GUI or BUI):
* Browser:
#### Steps to Reproduce
1.
1.
1.
#### What I Expected
#### What Happened Instead
| priority | investigate if we can add functionality for master detail grid can we expose this in bbjgridexwidget datarow allows for nested resultsets since thanks for contributing mdash you rock please note these comments won t show up when you submit the issue please help us by making your issue report as clear and simple as possible if reporting a problem please make sure you confirm the following points so we can reproduce and fix your problem as quickly as possible what product versions and settings are you using when this issue occurs bbj bbjgridexwidget platform gui or bui browser steps to reproduce what i expected what happened instead | 1 |
257,971 | 8,149,305,716 | IssuesEvent | 2018-08-22 09:12:58 | Xceptance/neodymium-library | https://api.github.com/repos/Xceptance/neodymium-library | closed | Wrap a jUnit assertion with Selenide | Medium Priority doneInDevelop feature | Selenide provides a functionality that wraps a Throwable, takes a screenshot and dumps the page source code.
Unfortunately the requires some try/catch boilerplate code.
Add a function consuming a lambda that implements this code only once.
The wrapper should be located in the SelenideAddons class. | 1.0 | Wrap a jUnit assertion with Selenide - Selenide provides a functionality that wraps a Throwable, takes a screenshot and dumps the page source code.
Unfortunately the requires some try/catch boilerplate code.
Add a function consuming a lambda that implements this code only once.
The wrapper should be located in the SelenideAddons class. | priority | wrap a junit assertion with selenide selenide provides a functionality that wraps a throwable takes a screenshot and dumps the page source code unfortunately the requires some try catch boilerplate code add a function consuming a lambda that implements this code only once the wrapper should be located in the selenideaddons class | 1 |
387,268 | 11,459,149,224 | IssuesEvent | 2020-02-07 06:17:38 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | [master-preview] Tool bench glitch with repair | Priority: Medium Status: Fixed | Step to reproduce:
- reconnect to server
- open repair tab. It will be empty.

- select another tab
- select repair tab. You can repair tool, but it also display Bank account.

| 1.0 | [master-preview] Tool bench glitch with repair - Step to reproduce:
- reconnect to server
- open repair tab. It will be empty.

- select another tab
- select repair tab. You can repair tool, but it also display Bank account.

| priority | tool bench glitch with repair step to reproduce reconnect to server open repair tab it will be empty select another tab select repair tab you can repair tool but it also display bank account | 1 |
730,027 | 25,155,881,875 | IssuesEvent | 2022-11-10 13:31:35 | frappe/erpnext | https://api.github.com/repos/frappe/erpnext | closed | Sales and Purchase Invoice >> Should display default warehouses even when update stock is unchecked | bug buying valid Medium Priority QA | ### Information about bug
1. Create a Purchase Invoice, do not check 'Update Stock'
2. Add more than 1 item, and save
3. The 1st item details shows accepted warehouse details, and other items not
4. To avoid the confusion where exactly the item will be accepted, can show Default Warehouse above the item table (as in Sales/Purchase Order)
5. Same for the Sales Invoice form.


### Version
v13
### Module
buying
### Version
ERPNext: v13.16.1 (HEAD)
Frappe Framework: v13.16.0 (HEAD)
### Installation method
FrappeCloud
### Relevant log output / Stack trace / Full Error Message.
_No response_
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct | 1.0 | Sales and Purchase Invoice >> Should display default warehouses even when update stock is unchecked - ### Information about bug
1. Create a Purchase Invoice, do not check 'Update Stock'
2. Add more than 1 item, and save
3. The 1st item details shows accepted warehouse details, and other items not
4. To avoid the confusion where exactly the item will be accepted, can show Default Warehouse above the item table (as in Sales/Purchase Order)
5. Same for the Sales Invoice form.


### Version
v13
### Module
buying
### Version
ERPNext: v13.16.1 (HEAD)
Frappe Framework: v13.16.0 (HEAD)
### Installation method
FrappeCloud
### Relevant log output / Stack trace / Full Error Message.
_No response_
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct | priority | sales and purchase invoice should display default warehouses even when update stock is unchecked information about bug create a purchase invoice do not check update stock add more than item and save the item details shows accepted warehouse details and other items not to avoid the confusion where exactly the item will be accepted can show default warehouse above the item table as in sales purchase order same for the sales invoice form version module buying version erpnext head frappe framework head installation method frappecloud relevant log output stack trace full error message no response code of conduct i agree to follow this project s code of conduct | 1 |
620,476 | 19,563,192,239 | IssuesEvent | 2022-01-03 19:18:34 | egc-veleta-g2/decide | https://api.github.com/repos/egc-veleta-g2/decide | closed | Soporte a Url de votación configurable/personalizable | change request medium priority g2 | **Descripción del problema**
El problema se da cuando se crea una votación donde la URL personalizada contiene el símbolo `/`.
En concreto, el error es que al intentar acceder a la votación desde la cabina usando dicha URL personalizada el signo `/` se interpreta como una ruta en lugar de como una cadena de texto, dando lugar a un error 404 con el mensaje Page not found, the current path, booth/prueba/url, didn't match any of these.
**Replicación del problema**
1. Creo una votación con la URL personalizada `prueba/url`
2. Asigno una pregunta y una autoridad ya creada a la votación anterior. Además incluyo al usuario para votar en el censo.
2. Inicio la votación.
3. Accedo a la URL `http://127.0.0.1:8000/booth/prueba/url` para poder votar, obteniendo el error mencionado al comienzo.
**Capturas de la aplicación**

Captura de la página de error al intentar acceder a la votación desde la cabina.
**Necesidades del subsistema cabina**
Se espera/necesita volver a hacer accesible votación desde la cabina mediante una validación de las URLs personalizadas que se pueden introducir.
**Propuesta de cambio**
Se propone a la hora de crear un modelo votación, añadir una validación en el campo URL para que un usuario no pueda crear una votación con una URL que contenga el signo `/`. | 1.0 | Soporte a Url de votación configurable/personalizable - **Descripción del problema**
El problema se da cuando se crea una votación donde la URL personalizada contiene el símbolo `/`.
En concreto, el error es que al intentar acceder a la votación desde la cabina usando dicha URL personalizada el signo `/` se interpreta como una ruta en lugar de como una cadena de texto, dando lugar a un error 404 con el mensaje Page not found, the current path, booth/prueba/url, didn't match any of these.
**Replicación del problema**
1. Creo una votación con la URL personalizada `prueba/url`
2. Asigno una pregunta y una autoridad ya creada a la votación anterior. Además incluyo al usuario para votar en el censo.
2. Inicio la votación.
3. Accedo a la URL `http://127.0.0.1:8000/booth/prueba/url` para poder votar, obteniendo el error mencionado al comienzo.
**Capturas de la aplicación**

Captura de la página de error al intentar acceder a la votación desde la cabina.
**Necesidades del subsistema cabina**
Se espera/necesita volver a hacer accesible votación desde la cabina mediante una validación de las URLs personalizadas que se pueden introducir.
**Propuesta de cambio**
Se propone a la hora de crear un modelo votación, añadir una validación en el campo URL para que un usuario no pueda crear una votación con una URL que contenga el signo `/`. | priority | soporte a url de votación configurable personalizable descripción del problema el problema se da cuando se crea una votación donde la url personalizada contiene el símbolo en concreto el error es que al intentar acceder a la votación desde la cabina usando dicha url personalizada el signo se interpreta como una ruta en lugar de como una cadena de texto dando lugar a un error con el mensaje page not found the current path booth prueba url didn t match any of these replicación del problema creo una votación con la url personalizada prueba url asigno una pregunta y una autoridad ya creada a la votación anterior además incluyo al usuario para votar en el censo inicio la votación accedo a la url para poder votar obteniendo el error mencionado al comienzo capturas de la aplicación captura de la página de error al intentar acceder a la votación desde la cabina necesidades del subsistema cabina se espera necesita volver a hacer accesible votación desde la cabina mediante una validación de las urls personalizadas que se pueden introducir propuesta de cambio se propone a la hora de crear un modelo votación añadir una validación en el campo url para que un usuario no pueda crear una votación con una url que contenga el signo | 1 |
454,329 | 13,098,753,667 | IssuesEvent | 2020-08-03 20:08:16 | openshift/odo | https://api.github.com/repos/openshift/odo | closed | json output for odo version | area/json-output kind/user-story lifecycle/rotten priority/Medium | ## User Story
As an ide plugin, I want to get information about odo version in machine-readable format (JSON)
## Acceptance Criteria
- [ ] `odo version -o json` should print its information in json format. Example of the output is at https://github.com/openshift/odo/issues/2323#issuecomment-572436914
## Links
- Feature Request: https://github.com/openshift/odo/issues/2323
/kind user-story
/area json-output
/priority medium
| 1.0 | json output for odo version - ## User Story
As an ide plugin, I want to get information about odo version in machine-readable format (JSON)
## Acceptance Criteria
- [ ] `odo version -o json` should print its information in json format. Example of the output is at https://github.com/openshift/odo/issues/2323#issuecomment-572436914
## Links
- Feature Request: https://github.com/openshift/odo/issues/2323
/kind user-story
/area json-output
/priority medium
| priority | json output for odo version user story as an ide plugin i want to get information about odo version in machine readable format json acceptance criteria odo version o json should print its information in json format example of the output is at links feature request kind user story area json output priority medium | 1 |
109,778 | 4,413,828,164 | IssuesEvent | 2016-08-13 02:41:09 | octobercms/october | https://api.github.com/repos/octobercms/october | closed | Problem when trying to detach a a belongs-to-many relationship(not working on create model)? | Priority: Medium Status: Accepted Type: Bug | I followed the Back-end relations tutorial(https://vimeo.com/123489421) because I have very similar relationships structure but when I installed the https://github.com/daftspunk/oc-crm-plugin plugin it appears the same issue - the contacts cannot be removed when creating an opportunity.
I checked the onRelationManageRemove() function in the \Backend\Behaviours\RelationController, but it appears that it's removing only the db relation and does not unbind the deferred relations from the main model.
I also noticed that when I create one after another opportunity with a particular contact attached - on the 3rd attempt to create a opportunity with the same contact the contacts table view appends 2 or more duplicates of the same contact.

| 1.0 | Problem when trying to detach a a belongs-to-many relationship(not working on create model)? - I followed the Back-end relations tutorial(https://vimeo.com/123489421) because I have very similar relationships structure but when I installed the https://github.com/daftspunk/oc-crm-plugin plugin it appears the same issue - the contacts cannot be removed when creating an opportunity.
I checked the onRelationManageRemove() function in the \Backend\Behaviours\RelationController, but it appears that it's removing only the db relation and does not unbind the deferred relations from the main model.
I also noticed that when I create one after another opportunity with a particular contact attached - on the 3rd attempt to create a opportunity with the same contact the contacts table view appends 2 or more duplicates of the same contact.

| priority | problem when trying to detach a a belongs to many relationship not working on create model i followed the back end relations tutorial because i have very similar relationships structure but when i installed the plugin it appears the same issue the contacts cannot be removed when creating an opportunity i checked the onrelationmanageremove function in the backend behaviours relationcontroller but it appears that it s removing only the db relation and does not unbind the deferred relations from the main model i also noticed that when i create one after another opportunity with a particular contact attached on the attempt to create a opportunity with the same contact the contacts table view appends or more duplicates of the same contact | 1 |
491,942 | 14,174,253,127 | IssuesEvent | 2020-11-12 19:36:29 | rubyforgood/casa | https://api.github.com/repos/rubyforgood/casa | closed | "Assigned volunteers" should not be clickable for volunteers | :play_or_pause_button: Frontend Good First Issue Priority: Medium 🧐 Status: Ready for Review | relates to #1269
AS a **volunteer**,
I WANT the name/s under "Assigned volunteers" in CASA Case Details to be static text,
SO THAT it is clear I can not click on this.
### Where does/should this occur on the frontend?
On the CASA Case Details page.
### How it works now
Names listed under "Assigned volunteers" are clickable for users signed in as volunteers. But clicking on it redirects to the "My Cases" page and flashes this error message:

### How it should work
Volunteers should not be able to click on names listed under "Assigned volunteers" in the CASA Case Details page. (Permissions to do this should _not_ change for admins and supervisors.) | 1.0 | "Assigned volunteers" should not be clickable for volunteers - relates to #1269
AS a **volunteer**,
I WANT the name/s under "Assigned volunteers" in CASA Case Details to be static text,
SO THAT it is clear I can not click on this.
### Where does/should this occur on the frontend?
On the CASA Case Details page.
### How it works now
Names listed under "Assigned volunteers" are clickable for users signed in as volunteers. But clicking on it redirects to the "My Cases" page and flashes this error message:

### How it should work
Volunteers should not be able to click on names listed under "Assigned volunteers" in the CASA Case Details page. (Permissions to do this should _not_ change for admins and supervisors.) | priority | assigned volunteers should not be clickable for volunteers relates to as a volunteer i want the name s under assigned volunteers in casa case details to be static text so that it is clear i can not click on this where does should this occur on the frontend on the casa case details page how it works now names listed under assigned volunteers are clickable for users signed in as volunteers but clicking on it redirects to the my cases page and flashes this error message how it should work volunteers should not be able to click on names listed under assigned volunteers in the casa case details page permissions to do this should not change for admins and supervisors | 1 |
342,221 | 10,313,528,624 | IssuesEvent | 2019-08-29 23:11:38 | rstudio/shiny | https://api.github.com/repos/rstudio/shiny | closed | Edge receives 500 errors for run-time html dependencies | Difficulty: Advanced Priority: Medium Type: Bug :bug: Type: Regression | Discovered in https://github.com/ropensci/plotly/issues/1605. See there for a minimal example using plotly (but the same issue surfaces anytime you have a runtime html dependency in shiny).
#2280 seems to have introduced a problem with serving run-time html dependencies to an Edge browser. Here's a minimal example that generates 500 error codes for me on Edge 44.18362.267.0. It's worth noting that I don't get the same errors in the same environment with Chrome or Firefox
```r
library(shiny)
ui <- fluidPage(
uiOutput("x")
)
server <- function(input, output, session) {
output$x <- renderUI({
htmltools::attachDependencies(
tags$p("Hello, check your console for errors!"),
crosstalk::crosstalkLibs()
)
})
}
shinyApp(ui, server)
``` | 1.0 | Edge receives 500 errors for run-time html dependencies - Discovered in https://github.com/ropensci/plotly/issues/1605. See there for a minimal example using plotly (but the same issue surfaces anytime you have a runtime html dependency in shiny).
#2280 seems to have introduced a problem with serving run-time html dependencies to an Edge browser. Here's a minimal example that generates 500 error codes for me on Edge 44.18362.267.0. It's worth noting that I don't get the same errors in the same environment with Chrome or Firefox
```r
library(shiny)
ui <- fluidPage(
uiOutput("x")
)
server <- function(input, output, session) {
output$x <- renderUI({
htmltools::attachDependencies(
tags$p("Hello, check your console for errors!"),
crosstalk::crosstalkLibs()
)
})
}
shinyApp(ui, server)
``` | priority | edge receives errors for run time html dependencies discovered in see there for a minimal example using plotly but the same issue surfaces anytime you have a runtime html dependency in shiny seems to have introduced a problem with serving run time html dependencies to an edge browser here s a minimal example that generates error codes for me on edge it s worth noting that i don t get the same errors in the same environment with chrome or firefox r library shiny ui fluidpage uioutput x server function input output session output x renderui htmltools attachdependencies tags p hello check your console for errors crosstalk crosstalklibs shinyapp ui server | 1 |
481,783 | 13,891,767,144 | IssuesEvent | 2020-10-19 11:11:09 | itggot-TE4/Fire-experts | https://api.github.com/repos/itggot-TE4/Fire-experts | closed | generateForkCards does more than the name implies | points:1 priority:medium type:improvement | ## Description
generateForkCards generates cards and also renders them, in addition to this, it also wipes the wrapper. This level of functionality is greater than what the name implies.
## Acceptance Critera
- [x] Excessive functionality migrated to helper functions | 1.0 | generateForkCards does more than the name implies - ## Description
generateForkCards generates cards and also renders them, in addition to this, it also wipes the wrapper. This level of functionality is greater than what the name implies.
## Acceptance Critera
- [x] Excessive functionality migrated to helper functions | priority | generateforkcards does more than the name implies description generateforkcards generates cards and also renders them in addition to this it also wipes the wrapper this level of functionality is greater than what the name implies acceptance critera excessive functionality migrated to helper functions | 1 |
613,008 | 19,062,022,653 | IssuesEvent | 2021-11-26 09:06:26 | inverse-inc/packetfence | https://api.github.com/repos/inverse-inc/packetfence | closed | packetfence-set-tenant-id ignores switchs defined by MAC address | Type: Bug Priority: Medium | **Describe the bug**
In a multi-tenant installation, when PacketFence receives a RADIUS request for a switch defined by MAC address, RADIUS audit log entry is added in default tenant in place of tenant configured on switch.
**To Reproduce**
Steps to reproduce the behavior:
1. Create a new tenant
2. Define a switch by MAC address attached to new tenant
3. Send a RADIUS request with
* `Called-Station-Id` equals to MAC Address of switch
* `NAS-IP-Address` not defined
=> Node is created in correct tenant but RADIUS log entry is created in default tenant
**Expected behavior**
RADIUS audit log entry is created in correct tenant.
**Additional context**
Because the RADIUS request doesn't contain `NAS-IP-Address` value, our FreeRADIUS configuration will set `NAS-IP-Address` to `PacketFence-Src-IP-Address` (source IP address of packet). In order to assign tenant ID to RADIUS request, FreeRADIUS will lookup into `radius_nas` table using `PacketFence-Src-IP-Address`, because there is no entry, it fallbacks to tenant ID 1 | 1.0 | packetfence-set-tenant-id ignores switchs defined by MAC address - **Describe the bug**
In a multi-tenant installation, when PacketFence receives a RADIUS request for a switch defined by MAC address, RADIUS audit log entry is added in default tenant in place of tenant configured on switch.
**To Reproduce**
Steps to reproduce the behavior:
1. Create a new tenant
2. Define a switch by MAC address attached to new tenant
3. Send a RADIUS request with
* `Called-Station-Id` equals to MAC Address of switch
* `NAS-IP-Address` not defined
=> Node is created in correct tenant but RADIUS log entry is created in default tenant
**Expected behavior**
RADIUS audit log entry is created in correct tenant.
**Additional context**
Because the RADIUS request doesn't contain `NAS-IP-Address` value, our FreeRADIUS configuration will set `NAS-IP-Address` to `PacketFence-Src-IP-Address` (source IP address of packet). In order to assign tenant ID to RADIUS request, FreeRADIUS will lookup into `radius_nas` table using `PacketFence-Src-IP-Address`, because there is no entry, it fallbacks to tenant ID 1 | priority | packetfence set tenant id ignores switchs defined by mac address describe the bug in a multi tenant installation when packetfence receives a radius request for a switch defined by mac address radius audit log entry is added in default tenant in place of tenant configured on switch to reproduce steps to reproduce the behavior create a new tenant define a switch by mac address attached to new tenant send a radius request with called station id equals to mac address of switch nas ip address not defined node is created in correct tenant but radius log entry is created in default tenant expected behavior radius audit log entry is created in correct tenant additional context because the radius request doesn t contain nas ip address value our freeradius configuration will set nas ip address to packetfence src ip address source ip address of packet in order to assign tenant id to radius request freeradius will lookup into radius nas table using packetfence src ip address because there is no entry it fallbacks to tenant id | 1 |
204,549 | 7,088,633,398 | IssuesEvent | 2018-01-11 22:16:00 | instabot-py/instabot.py | https://api.github.com/repos/instabot-py/instabot.py | closed | Error using new comment solution #438 | priority/medium status/available type/bug | Got an error while using proposed fix #438 by @fireuniversal for jSon error while using comments
'''
line 21, in <module> return _default_decoder.decode(s) File "/usr/lib/python3.5/json/decoder.py", line 339, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.5/json/decoder.py", line 357, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from Nonejson.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)>>>
''' | 1.0 | Error using new comment solution #438 - Got an error while using proposed fix #438 by @fireuniversal for jSon error while using comments
'''
line 21, in <module> return _default_decoder.decode(s) File "/usr/lib/python3.5/json/decoder.py", line 339, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.5/json/decoder.py", line 357, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from Nonejson.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)>>>
''' | priority | error using new comment solution got an error while using proposed fix by fireuniversal for json error while using comments line in return default decoder decode s file usr lib json decoder py line in decode obj end self raw decode s idx w s end file usr lib json decoder py line in raw decode raise jsondecodeerror expecting value s err value from nonejson decoder jsondecodeerror expecting value line column char | 1 |
752,397 | 26,284,287,822 | IssuesEvent | 2023-01-07 17:02:20 | calcom/cal.com | https://api.github.com/repos/calcom/cal.com | closed | [CAL-601] Translation issue on console | Medium priority | 
notice "current_step_of_total" at the bottom
<sub>From [SyncLinear.com](https://synclinear.com) | [CAL-601](https://linear.app/calcom/issue/CAL-601/translation-issue-on-console)</sub> | 1.0 | [CAL-601] Translation issue on console - 
notice "current_step_of_total" at the bottom
<sub>From [SyncLinear.com](https://synclinear.com) | [CAL-601](https://linear.app/calcom/issue/CAL-601/translation-issue-on-console)</sub> | priority | translation issue on console notice current step of total at the bottom from | 1 |
607,272 | 18,778,628,901 | IssuesEvent | 2021-11-08 01:38:58 | craftercms/craftercms | https://api.github.com/repos/craftercms/craftercms | closed | [studio] Ability to add additional elements to XML from a form control | enhancement priority: medium help wanted | # Feature Request
#### Is your feature request related to a problem? Please describe.
While developing form control plugins, there are cases that we need to add more than one element to an XML document. Currently, we can only add a single element which is the variable of the form control.
For example, if a form control links to a variable `localeSourceId_s`, we can save this to an element of XML content. But if we add another value to form model:
```
this.form.updateModel('localeCode_s', 'en');
```
This field is bypass and cannot be saved to the XML document.
#### Describe the solution you'd like
While saving forms to XML documents, there should be a way to add additional fields besides the main variable.
#### Describe alternatives you've considered
Saved as a single JSON string and parse to value while rendering form. But this may not work in some cases.
#### Additional context
Some elements have hard code valid fields as in here: https://github.com/craftercms/studio-ui/blob/support/3.1.x/static-assets/components/cstudio-forms/forms-engine.js#L2968
This may also work in some cases, but for plugins, we cannot modify this.
| 1.0 | [studio] Ability to add additional elements to XML from a form control - # Feature Request
#### Is your feature request related to a problem? Please describe.
While developing form control plugins, there are cases that we need to add more than one element to an XML document. Currently, we can only add a single element which is the variable of the form control.
For example, if a form control links to a variable `localeSourceId_s`, we can save this to an element of XML content. But if we add another value to form model:
```
this.form.updateModel('localeCode_s', 'en');
```
This field is bypass and cannot be saved to the XML document.
#### Describe the solution you'd like
While saving forms to XML documents, there should be a way to add additional fields besides the main variable.
#### Describe alternatives you've considered
Saved as a single JSON string and parse to value while rendering form. But this may not work in some cases.
#### Additional context
Some elements have hard code valid fields as in here: https://github.com/craftercms/studio-ui/blob/support/3.1.x/static-assets/components/cstudio-forms/forms-engine.js#L2968
This may also work in some cases, but for plugins, we cannot modify this.
| priority | ability to add additional elements to xml from a form control feature request is your feature request related to a problem please describe while developing form control plugins there are cases that we need to add more than one element to an xml document currently we can only add a single element which is the variable of the form control for example if a form control links to a variable localesourceid s we can save this to an element of xml content but if we add another value to form model this form updatemodel localecode s en this field is bypass and cannot be saved to the xml document describe the solution you d like while saving forms to xml documents there should be a way to add additional fields besides the main variable describe alternatives you ve considered saved as a single json string and parse to value while rendering form but this may not work in some cases additional context some elements have hard code valid fields as in here this may also work in some cases but for plugins we cannot modify this | 1 |
395,559 | 11,688,588,450 | IssuesEvent | 2020-03-05 14:46:36 | bounswe/bounswe2020group4 | https://api.github.com/repos/bounswe/bounswe2020group4 | closed | Interview with Customer and Get Answers to Our Questions | Effort: Medium Priority: Medium Status: Pending Task: Assignment | The assignees should meet with the customer(assistant teacher) and get answers to our answers about our project. | 1.0 | Interview with Customer and Get Answers to Our Questions - The assignees should meet with the customer(assistant teacher) and get answers to our answers about our project. | priority | interview with customer and get answers to our questions the assignees should meet with the customer assistant teacher and get answers to our answers about our project | 1 |
217,623 | 7,325,256,464 | IssuesEvent | 2018-03-03 06:24:27 | STEP-tw/battleship-phoenix | https://api.github.com/repos/STEP-tw/battleship-phoenix | reopened | quit game option while game is running | Medium Priority bug small | As a _player_
I should _have the leave game option while game is running_
So that I _can leave the game_
**Acceptance Criteria**
- [ ] Criteria 1
- Given _game page_
- When _i clicked on leave game_
- Then _both players should be inform that game is quit_
- [ ] Criteria 1
- Given _gamepage_
- When _i clicked on leave game_
- Then _I should be confirmed do i really want to quit the game_
| 1.0 | quit game option while game is running - As a _player_
I should _have the leave game option while game is running_
So that I _can leave the game_
**Acceptance Criteria**
- [ ] Criteria 1
- Given _game page_
- When _i clicked on leave game_
- Then _both players should be inform that game is quit_
- [ ] Criteria 1
- Given _gamepage_
- When _i clicked on leave game_
- Then _I should be confirmed do i really want to quit the game_
| priority | quit game option while game is running as a player i should have the leave game option while game is running so that i can leave the game acceptance criteria criteria given game page when i clicked on leave game then both players should be inform that game is quit criteria given gamepage when i clicked on leave game then i should be confirmed do i really want to quit the game | 1 |
800,887 | 28,436,885,961 | IssuesEvent | 2023-04-15 12:30:40 | pygame-community/pyga.me | https://api.github.com/repos/pygame-community/pyga.me | closed | New visuals for Pygame Powered | Priority.High Type.Enhancement Impact.Medium | This was cooked up in a few minutes and planned as a temporary solution. The more permanent solution will be done by me.
<img width="1280" alt="image" src="https://user-images.githubusercontent.com/35881688/218564998-0d8aab99-9e01-4d28-807f-238fd3853284.png">
| 1.0 | New visuals for Pygame Powered - This was cooked up in a few minutes and planned as a temporary solution. The more permanent solution will be done by me.
<img width="1280" alt="image" src="https://user-images.githubusercontent.com/35881688/218564998-0d8aab99-9e01-4d28-807f-238fd3853284.png">
| priority | new visuals for pygame powered this was cooked up in a few minutes and planned as a temporary solution the more permanent solution will be done by me img width alt image src | 1 |
44,640 | 2,910,192,687 | IssuesEvent | 2015-06-21 14:19:59 | SteamDatabase/steamSummerMinigame | https://api.github.com/repos/SteamDatabase/steamSummerMinigame | closed | Too many abilities being used simultaneously. | 2 - Medium Priority Help Wanted | This problem is exacerbated by the ability that resets everyones cooldowns. Easiest way to deal with this would be to only have a 10% chance to fire on each pass on abilities that are negatively affected by being spammed, e.g. Napalm, Cluster Bomb, Nuke, Cripple Spawner, Cripple Monster, and to a lesser extent, Medics, Decrease Cooldowns, Good Luck Charms, Resurrection, God Mode. | 1.0 | Too many abilities being used simultaneously. - This problem is exacerbated by the ability that resets everyones cooldowns. Easiest way to deal with this would be to only have a 10% chance to fire on each pass on abilities that are negatively affected by being spammed, e.g. Napalm, Cluster Bomb, Nuke, Cripple Spawner, Cripple Monster, and to a lesser extent, Medics, Decrease Cooldowns, Good Luck Charms, Resurrection, God Mode. | priority | too many abilities being used simultaneously this problem is exacerbated by the ability that resets everyones cooldowns easiest way to deal with this would be to only have a chance to fire on each pass on abilities that are negatively affected by being spammed e g napalm cluster bomb nuke cripple spawner cripple monster and to a lesser extent medics decrease cooldowns good luck charms resurrection god mode | 1 |
360,364 | 10,687,770,503 | IssuesEvent | 2019-10-22 16:48:38 | isi-vista/adam | https://api.github.com/repos/isi-vista/adam | closed | HTML pages need to strip SituationObject IDs in Directions of Axis to allow for duplication removal | priority-1-normal size-medium | 
| 1.0 | HTML pages need to strip SituationObject IDs in Directions of Axis to allow for duplication removal - 
| priority | html pages need to strip situationobject ids in directions of axis to allow for duplication removal | 1 |
537,795 | 15,737,317,042 | IssuesEvent | 2021-03-30 02:39:03 | musescore/MuseScore | https://api.github.com/repos/musescore/MuseScore | opened | [MU4 Issue] Changing page size doesnt make effect on a Text (like Title, Lyrics, Author, etc.) | Medium Priority | **Describe the bug**
Changing page size doesnt make effect on a Text (like Title, Lyrics, Author, etc.)
**To Reproduce**
Steps to reproduce the behavior:
1. Create a score with text (like Title, Lyrics, Author, etc.)
2. Click Inspector from the Instruments Panel
3. Change Page size to A6 (or any other)
**Expected behavior**
Text should change it`s positioning according to Page Size
**Screenshots**

**Desktop (please complete the following information):**
Windows 10
**Additional context**
Add any other context about the problem here.
| 1.0 | [MU4 Issue] Changing page size doesnt make effect on a Text (like Title, Lyrics, Author, etc.) - **Describe the bug**
Changing page size doesnt make effect on a Text (like Title, Lyrics, Author, etc.)
**To Reproduce**
Steps to reproduce the behavior:
1. Create a score with text (like Title, Lyrics, Author, etc.)
2. Click Inspector from the Instruments Panel
3. Change Page size to A6 (or any other)
**Expected behavior**
Text should change it`s positioning according to Page Size
**Screenshots**

**Desktop (please complete the following information):**
Windows 10
**Additional context**
Add any other context about the problem here.
| priority | changing page size doesnt make effect on a text like title lyrics author etc describe the bug changing page size doesnt make effect on a text like title lyrics author etc to reproduce steps to reproduce the behavior create a score with text like title lyrics author etc click inspector from the instruments panel change page size to or any other expected behavior text should change it s positioning according to page size screenshots desktop please complete the following information windows additional context add any other context about the problem here | 1 |
762,041 | 26,706,563,224 | IssuesEvent | 2023-01-27 18:44:18 | cfu288/mere-medical | https://api.github.com/repos/cfu288/mere-medical | closed | [MAR-15] 1-Click deploy to digital ocean | Medium priority | Make deploying Mari Medical simple for new users
<sub>From [SyncLinear.com](https://synclinear.com) | [MAR-15](https://linear.app/cfu288-personal/issue/MAR-15/1-click-deploy-to-digital-ocean)</sub> | 1.0 | [MAR-15] 1-Click deploy to digital ocean - Make deploying Mari Medical simple for new users
<sub>From [SyncLinear.com](https://synclinear.com) | [MAR-15](https://linear.app/cfu288-personal/issue/MAR-15/1-click-deploy-to-digital-ocean)</sub> | priority | click deploy to digital ocean make deploying mari medical simple for new users from | 1 |
87,753 | 3,757,641,406 | IssuesEvent | 2016-03-14 02:15:59 | HubTurbo/HubTurbo | https://api.github.com/repos/HubTurbo/HubTurbo | closed | Update documentation for Label Picker | aspect-docs feature-labels priority.medium | TODO
- [x] query field will be disabled after mouse click
- [x] emphasis how label matching works | 1.0 | Update documentation for Label Picker - TODO
- [x] query field will be disabled after mouse click
- [x] emphasis how label matching works | priority | update documentation for label picker todo query field will be disabled after mouse click emphasis how label matching works | 1 |
790,182 | 27,818,079,600 | IssuesEvent | 2023-03-18 22:51:41 | conan-io/conan | https://api.github.com/repos/conan-io/conan | closed | Handling loose object files | type: look into priority: low stage: queue complex: medium | I have an interesting package that I'm not quite sure how to handle.
In essence it consists of an object file `foo.o` and static libraries `libX.a` and `libY.a`, and to use the package you need in your link line `foo.o libX.a libY.a` in that precise order. As far as I can tell there is no real way to specify this information to conan, here is what I've tried:
- Using
```python
self.cpp_info.libs = ["X", "Y"]
self.cpp_info.sharedlinkflags = self.cpp_info.exelinkflags = [os.path.join(self.package_folder, "foo.o")]
```
causes issues with cmake as the linkflags are put after the libraries (I should note that if you change the implementation of the linkflags to use the new property `INTERFACE_LINK_OPTIONS` the order is reversed, see [here](https://gitlab.kitware.com/cmake/cmake/blob/master/Modules/CMakeCInformation.cmake#L173) for cmake's default link line). In any case, I don't think there should be any guarantees of whether the linkflags or libs come first in the link line.
- Using
```python
linkflags = [os.path.join(self.package_folder, "foo.o"), *(os.path.join(self.package_folder, "lib", f"lib{lib}.a") for lib in ("X", "Y"))]
self.cpp_info.sharedlinkflags = self.cpp_info.exelinkflags = linkflags
```
causes multiple definition issues with cmake as both the exelinkflags and sharedlinkflags get added to the link line (it seems cmake was smart enough to remove the redundancy in the first case). Given that both the sharedlinkflags and exelinkflags get passed to everything under cmake, there should be a big red warning about this in the documentation.
For now I've hacked around this by just setting `sharedlinkflags` and not `exelinkflags`, but this seems potentially brittle with other generators (which I'm not as familiar with, mainly have just used them for various third party libraries). Fundamentally, I think there should be something like a `commonlinkflags` or just `linkflags` that are needed by both shared libraries and executables.
More specific to my problem, it seems like I'm looking for something along the lines of cmake's interface sources, so ideally I would have something like the following
```python
self.cpp_info.libs = ["X", "Y"]
self.cpp_info.sources = ["foo.o"] # paths are relative to the package root
# Or maybe something a little more explicit like
self.cpp_info.interface_sources = ["foo.o"]
```
I don't know what generators could really use this info other than cmake, but it's not like everything is used by every generator (e.g. `env_info` is not exposed in the cmake generator).
| 1.0 | Handling loose object files - I have an interesting package that I'm not quite sure how to handle.
In essence it consists of an object file `foo.o` and static libraries `libX.a` and `libY.a`, and to use the package you need in your link line `foo.o libX.a libY.a` in that precise order. As far as I can tell there is no real way to specify this information to conan, here is what I've tried:
- Using
```python
self.cpp_info.libs = ["X", "Y"]
self.cpp_info.sharedlinkflags = self.cpp_info.exelinkflags = [os.path.join(self.package_folder, "foo.o")]
```
causes issues with cmake as the linkflags are put after the libraries (I should note that if you change the implementation of the linkflags to use the new property `INTERFACE_LINK_OPTIONS` the order is reversed, see [here](https://gitlab.kitware.com/cmake/cmake/blob/master/Modules/CMakeCInformation.cmake#L173) for cmake's default link line). In any case, I don't think there should be any guarantees of whether the linkflags or libs come first in the link line.
- Using
```python
linkflags = [os.path.join(self.package_folder, "foo.o"), *(os.path.join(self.package_folder, "lib", f"lib{lib}.a") for lib in ("X", "Y"))]
self.cpp_info.sharedlinkflags = self.cpp_info.exelinkflags = linkflags
```
causes multiple definition issues with cmake as both the exelinkflags and sharedlinkflags get added to the link line (it seems cmake was smart enough to remove the redundancy in the first case). Given that both the sharedlinkflags and exelinkflags get passed to everything under cmake, there should be a big red warning about this in the documentation.
For now I've hacked around this by just setting `sharedlinkflags` and not `exelinkflags`, but this seems potentially brittle with other generators (which I'm not as familiar with, mainly have just used them for various third party libraries). Fundamentally, I think there should be something like a `commonlinkflags` or just `linkflags` that are needed by both shared libraries and executables.
More specific to my problem, it seems like I'm looking for something along the lines of cmake's interface sources, so ideally I would have something like the following
```python
self.cpp_info.libs = ["X", "Y"]
self.cpp_info.sources = ["foo.o"] # paths are relative to the package root
# Or maybe something a little more explicit like
self.cpp_info.interface_sources = ["foo.o"]
```
I don't know what generators could really use this info other than cmake, but it's not like everything is used by every generator (e.g. `env_info` is not exposed in the cmake generator).
| priority | handling loose object files i have an interesting package that i m not quite sure how to handle in essence it consists of an object file foo o and static libraries libx a and liby a and to use the package you need in your link line foo o libx a liby a in that precise order as far as i can tell there is no real way to specify this information to conan here is what i ve tried using python self cpp info libs self cpp info sharedlinkflags self cpp info exelinkflags causes issues with cmake as the linkflags are put after the libraries i should note that if you change the implementation of the linkflags to use the new property interface link options the order is reversed see for cmake s default link line in any case i don t think there should be any guarantees of whether the linkflags or libs come first in the link line using python linkflags self cpp info sharedlinkflags self cpp info exelinkflags linkflags causes multiple definition issues with cmake as both the exelinkflags and sharedlinkflags get added to the link line it seems cmake was smart enough to remove the redundancy in the first case given that both the sharedlinkflags and exelinkflags get passed to everything under cmake there should be a big red warning about this in the documentation for now i ve hacked around this by just setting sharedlinkflags and not exelinkflags but this seems potentially brittle with other generators which i m not as familiar with mainly have just used them for various third party libraries fundamentally i think there should be something like a commonlinkflags or just linkflags that are needed by both shared libraries and executables more specific to my problem it seems like i m looking for something along the lines of cmake s interface sources so ideally i would have something like the following python self cpp info libs self cpp info sources paths are relative to the package root or maybe something a little more explicit like self cpp info interface sources i don t know what generators could really use this info other than cmake but it s not like everything is used by every generator e g env info is not exposed in the cmake generator | 1 |
375,750 | 11,133,879,885 | IssuesEvent | 2019-12-20 10:22:54 | huridocs/uwazi | https://api.github.com/repos/huridocs/uwazi | closed | Search fails when odd number of "/" are present on the searchTerm | Bug Priority: Medium | @fnocetti we can solve this probably by using the algorithm you wrote for this other issue #2663 | 1.0 | Search fails when odd number of "/" are present on the searchTerm - @fnocetti we can solve this probably by using the algorithm you wrote for this other issue #2663 | priority | search fails when odd number of are present on the searchterm fnocetti we can solve this probably by using the algorithm you wrote for this other issue | 1 |
377,854 | 11,185,437,736 | IssuesEvent | 2020-01-01 01:45:27 | minio/minio | https://api.github.com/repos/minio/minio | closed | "Action": "s3:*" in bucket policy receives error `Policy has invalid resource` | community priority: medium | ## Expected Behavior
successfully add a policy with Action like `"Action": "s3:*",`
## Current Behavior
Receives an error: `Policy has invalid resource.`
## Possible Solution
Haven't looked into it yet
## 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. ./mc mb minio/mybucket
2. create file policy.json:
```
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowThisBucketOnly",
"Effect": "Allow",
"Action": "s3:*",
"Resource": [
"arn:aws:s3:::mybucket/*",
"arn:aws:s3:::mybucket"
]
}
]
}
```
3. ./mc policy set-json policy.json minio/mybucket
mc: <ERROR> Unable to set-json policy `policy.json` for `minio/mybucket`. Policy has invalid resource.
## Context
I was trying to add a policy to a bucket that allows all access to that bucket.
## Regression
Yes
Last known to work on 2017-03-16T21-50-32Z (in python using `boto3` client and `put_bucket_policy`)
## Your Environment
* Version used (`minio version`): 2019-09-05T23:24:38Z
* Environment name and version (e.g. nginx 1.9.1): N/A
* Server type and version: Fedora 30
* Operating System and version (`uname -a`): Linux 5.2.9-200.fc30.x86_64
* Link to your project: N/A
| 1.0 | "Action": "s3:*" in bucket policy receives error `Policy has invalid resource` - ## Expected Behavior
successfully add a policy with Action like `"Action": "s3:*",`
## Current Behavior
Receives an error: `Policy has invalid resource.`
## Possible Solution
Haven't looked into it yet
## 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. ./mc mb minio/mybucket
2. create file policy.json:
```
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowThisBucketOnly",
"Effect": "Allow",
"Action": "s3:*",
"Resource": [
"arn:aws:s3:::mybucket/*",
"arn:aws:s3:::mybucket"
]
}
]
}
```
3. ./mc policy set-json policy.json minio/mybucket
mc: <ERROR> Unable to set-json policy `policy.json` for `minio/mybucket`. Policy has invalid resource.
## Context
I was trying to add a policy to a bucket that allows all access to that bucket.
## Regression
Yes
Last known to work on 2017-03-16T21-50-32Z (in python using `boto3` client and `put_bucket_policy`)
## Your Environment
* Version used (`minio version`): 2019-09-05T23:24:38Z
* Environment name and version (e.g. nginx 1.9.1): N/A
* Server type and version: Fedora 30
* Operating System and version (`uname -a`): Linux 5.2.9-200.fc30.x86_64
* Link to your project: N/A
| priority | action in bucket policy receives error policy has invalid resource expected behavior successfully add a policy with action like action current behavior receives an error policy has invalid resource possible solution haven t looked into it yet steps to reproduce for bugs mc mb minio mybucket create file policy json version statement sid allowthisbucketonly effect allow action resource arn aws mybucket arn aws mybucket mc policy set json policy json minio mybucket mc unable to set json policy policy json for minio mybucket policy has invalid resource context i was trying to add a policy to a bucket that allows all access to that bucket regression yes last known to work on in python using client and put bucket policy your environment version used minio version environment name and version e g nginx n a server type and version fedora operating system and version uname a linux link to your project n a | 1 |
665,518 | 22,320,816,190 | IssuesEvent | 2022-06-14 06:09:41 | opencrvs/opencrvs-core | https://api.github.com/repos/opencrvs/opencrvs-core | closed | In Performance, Field agents name column is not sortable when viewing records started by field agents | 👹Bug Priority: medium | **Bug Description:**
In the performance, When register selects an office and clicks on the view link beside Field Agents under the Sources of applications section, the Field agents name column is not sortable.
**Steps:**
1. An deactivated field agent is created in the location of the register
2. log in as the Register
3. Go to Performance
4. From the location filter, select an office
5. Navigate to 'Sources of applications'
6. Click on View beside Field agents
7. Try to sort the Field agents column
**Actual Result:**
- Field agents column is not sortable
**Expected Result:**
- Field agents column should be sortable
**Screen record:**
https://user-images.githubusercontent.com/105625699/171115785-64e87d90-500c-4b7f-aac4-f89d58634415.mp4
**Tested on:**
https://login.farajaland-qa.opencrvs.org/
**Username & Password Used:**
Username: kennedy.mweene
password: test
**Desktop:**
OS: Windows 10
Browser: Chrome | 1.0 | In Performance, Field agents name column is not sortable when viewing records started by field agents - **Bug Description:**
In the performance, When register selects an office and clicks on the view link beside Field Agents under the Sources of applications section, the Field agents name column is not sortable.
**Steps:**
1. An deactivated field agent is created in the location of the register
2. log in as the Register
3. Go to Performance
4. From the location filter, select an office
5. Navigate to 'Sources of applications'
6. Click on View beside Field agents
7. Try to sort the Field agents column
**Actual Result:**
- Field agents column is not sortable
**Expected Result:**
- Field agents column should be sortable
**Screen record:**
https://user-images.githubusercontent.com/105625699/171115785-64e87d90-500c-4b7f-aac4-f89d58634415.mp4
**Tested on:**
https://login.farajaland-qa.opencrvs.org/
**Username & Password Used:**
Username: kennedy.mweene
password: test
**Desktop:**
OS: Windows 10
Browser: Chrome | priority | in performance field agents name column is not sortable when viewing records started by field agents bug description in the performance when register selects an office and clicks on the view link beside field agents under the sources of applications section the field agents name column is not sortable steps an deactivated field agent is created in the location of the register log in as the register go to performance from the location filter select an office navigate to sources of applications click on view beside field agents try to sort the field agents column actual result field agents column is not sortable expected result field agents column should be sortable screen record tested on username password used username kennedy mweene password test desktop os windows browser chrome | 1 |
815,405 | 30,552,147,413 | IssuesEvent | 2023-07-20 09:14:03 | enzliguor/PokemonAO | https://api.github.com/repos/enzliguor/PokemonAO | closed | Popolamento DB | medium priority back-end | Implementare la funzionalità di popolamento del DB, in modo che venga richiamata all'avvio dell'applicazione (vedere interfaccia ApplicationRunner), e che legga una property che definisca quanti Pokemon recuperare dal DB.
A questo punto interrogherà l'API attraverso il metodo definito nel completamento della issue #10 passando degli id Random o sequenziali e che restituirà i Pokemon che andranno a popolare il DB. | 1.0 | Popolamento DB - Implementare la funzionalità di popolamento del DB, in modo che venga richiamata all'avvio dell'applicazione (vedere interfaccia ApplicationRunner), e che legga una property che definisca quanti Pokemon recuperare dal DB.
A questo punto interrogherà l'API attraverso il metodo definito nel completamento della issue #10 passando degli id Random o sequenziali e che restituirà i Pokemon che andranno a popolare il DB. | priority | popolamento db implementare la funzionalità di popolamento del db in modo che venga richiamata all avvio dell applicazione vedere interfaccia applicationrunner e che legga una property che definisca quanti pokemon recuperare dal db a questo punto interrogherà l api attraverso il metodo definito nel completamento della issue passando degli id random o sequenziali e che restituirà i pokemon che andranno a popolare il db | 1 |
365,762 | 10,791,289,242 | IssuesEvent | 2019-11-05 16:19:36 | AY1920S1-CS2103T-W13-3/main | https://api.github.com/repos/AY1920S1-CS2103T-W13-3/main | closed | As a student who works best when studying with others, the sharing function | priority.Medium type.Story | allows me to share notes with my friends and for them to share notes with me, for ease of discussion. | 1.0 | As a student who works best when studying with others, the sharing function - allows me to share notes with my friends and for them to share notes with me, for ease of discussion. | priority | as a student who works best when studying with others the sharing function allows me to share notes with my friends and for them to share notes with me for ease of discussion | 1 |
459,634 | 13,196,169,211 | IssuesEvent | 2020-08-13 20:06:24 | codeforpdx/recordexpungPDX | https://api.github.com/repos/codeforpdx/recordexpungPDX | closed | Reference the blocking charge in time eligibility reason if there is one | Complexity: 2 Priority: Medium expunger | When a charge is blocked by some other charge, it may be useful to the user, and make results more intuitive, if the time reason provides more than just "blocked by most recent other conviction" and actually names the blocking conviction that's doing the blocking. Or more specifically, it should name the case number which is the unique identifier on the record, rather than just the charge name.
The case number and charge in the blocking conviction/arrest are close at hand, where the time elig reason string is being constructed:
https://github.com/codeforpdx/recordexpungPDX/blob/b3bd39a5f4b601d9a09bda1d7b97eced006523fc/src/backend/expungeservice/expunger.py#L47
<!---
Before submitting this issue:
- If someone is currently working on this issue, assign it to them
- Add labels as appropriate
- Add this issue to our Record Expunge PDX Project
After the issue is created, visit https://github.com/codeforpdx/recordexpungPDX/projects/2 and add the issue to the appropriate column depending on its status. The issue should be moved across from left to right as it progresses.
--->
| 1.0 | Reference the blocking charge in time eligibility reason if there is one - When a charge is blocked by some other charge, it may be useful to the user, and make results more intuitive, if the time reason provides more than just "blocked by most recent other conviction" and actually names the blocking conviction that's doing the blocking. Or more specifically, it should name the case number which is the unique identifier on the record, rather than just the charge name.
The case number and charge in the blocking conviction/arrest are close at hand, where the time elig reason string is being constructed:
https://github.com/codeforpdx/recordexpungPDX/blob/b3bd39a5f4b601d9a09bda1d7b97eced006523fc/src/backend/expungeservice/expunger.py#L47
<!---
Before submitting this issue:
- If someone is currently working on this issue, assign it to them
- Add labels as appropriate
- Add this issue to our Record Expunge PDX Project
After the issue is created, visit https://github.com/codeforpdx/recordexpungPDX/projects/2 and add the issue to the appropriate column depending on its status. The issue should be moved across from left to right as it progresses.
--->
| priority | reference the blocking charge in time eligibility reason if there is one when a charge is blocked by some other charge it may be useful to the user and make results more intuitive if the time reason provides more than just blocked by most recent other conviction and actually names the blocking conviction that s doing the blocking or more specifically it should name the case number which is the unique identifier on the record rather than just the charge name the case number and charge in the blocking conviction arrest are close at hand where the time elig reason string is being constructed before submitting this issue if someone is currently working on this issue assign it to them add labels as appropriate add this issue to our record expunge pdx project after the issue is created visit and add the issue to the appropriate column depending on its status the issue should be moved across from left to right as it progresses | 1 |
790,244 | 27,820,234,272 | IssuesEvent | 2023-03-19 05:59:53 | CodeforHawaii/HIERR | https://api.github.com/repos/CodeforHawaii/HIERR | closed | Update Other fields in demographic survey | enhancement Medium Priority | The input fields in the other fields should be disabled until the user clicks the radio button or the checkbox. | 1.0 | Update Other fields in demographic survey - The input fields in the other fields should be disabled until the user clicks the radio button or the checkbox. | priority | update other fields in demographic survey the input fields in the other fields should be disabled until the user clicks the radio button or the checkbox | 1 |
557,368 | 16,508,480,886 | IssuesEvent | 2021-05-25 22:56:04 | LLK/scratch-www | https://api.github.com/repos/LLK/scratch-www | closed | Change www static assets deploy to set surrogate key, purge by that key | High Impact Medium Severity caching priority 2 | Currently, scratch-www issues a "purge all" to the www-staging or www-production fastly services on deploy.
This could be a problem in the future because we only really want to purge the static assets that www is deploying, not any other content that is cached by Fastly.
Possible solution: instead of purging all, purge a "static_assets" surrogate key, and add that surrogate key to endpoints that return static assets now.
| 1.0 | Change www static assets deploy to set surrogate key, purge by that key - Currently, scratch-www issues a "purge all" to the www-staging or www-production fastly services on deploy.
This could be a problem in the future because we only really want to purge the static assets that www is deploying, not any other content that is cached by Fastly.
Possible solution: instead of purging all, purge a "static_assets" surrogate key, and add that surrogate key to endpoints that return static assets now.
| priority | change www static assets deploy to set surrogate key purge by that key currently scratch www issues a purge all to the www staging or www production fastly services on deploy this could be a problem in the future because we only really want to purge the static assets that www is deploying not any other content that is cached by fastly possible solution instead of purging all purge a static assets surrogate key and add that surrogate key to endpoints that return static assets now | 1 |
669,243 | 22,617,521,601 | IssuesEvent | 2022-06-30 00:41:35 | status-im/status-desktop | https://api.github.com/repos/status-im/status-desktop | opened | 'Show my Profile Picture To Everyone' setting doesn't work | bug Chat priority 2: medium Settings | # Bug Report
## Description
## Steps to reproduce
1. User A went to Settings-Messaging and selected 'Everyone' for 'Show my Profile Picture To'
2. User A left a message in the test chat
3. User B went to Settings-Messaging and selected 'Everyone' for 'See Profile Picture from'
4. User B went to test chat and check the Profile Picture of User A
#### Expected behavior
The Profile Picture of User A is shown
#### Actual behavior
The Profile Picture of User A is not shown
<img width="870" alt="image" src="https://user-images.githubusercontent.com/14942081/176568165-7c655bb4-edcc-45d3-b2f8-0e50f517a389.png">
<img width="848" alt="image" src="https://user-images.githubusercontent.com/14942081/176568340-6c3ea0be-4b9d-44cc-a3ca-f1fa2eb137c0.png">
### Additional Information
- Status desktop version: https://ci.status.im/job/status-desktop/job/branches/job/macos/job/master/2255/
- Operating System: macOS Monterey, 12.3 Beta (21E5227a)
| 1.0 | 'Show my Profile Picture To Everyone' setting doesn't work - # Bug Report
## Description
## Steps to reproduce
1. User A went to Settings-Messaging and selected 'Everyone' for 'Show my Profile Picture To'
2. User A left a message in the test chat
3. User B went to Settings-Messaging and selected 'Everyone' for 'See Profile Picture from'
4. User B went to test chat and check the Profile Picture of User A
#### Expected behavior
The Profile Picture of User A is shown
#### Actual behavior
The Profile Picture of User A is not shown
<img width="870" alt="image" src="https://user-images.githubusercontent.com/14942081/176568165-7c655bb4-edcc-45d3-b2f8-0e50f517a389.png">
<img width="848" alt="image" src="https://user-images.githubusercontent.com/14942081/176568340-6c3ea0be-4b9d-44cc-a3ca-f1fa2eb137c0.png">
### Additional Information
- Status desktop version: https://ci.status.im/job/status-desktop/job/branches/job/macos/job/master/2255/
- Operating System: macOS Monterey, 12.3 Beta (21E5227a)
| priority | show my profile picture to everyone setting doesn t work bug report description steps to reproduce user a went to settings messaging and selected everyone for show my profile picture to user a left a message in the test chat user b went to settings messaging and selected everyone for see profile picture from user b went to test chat and check the profile picture of user a expected behavior the profile picture of user a is shown actual behavior the profile picture of user a is not shown img width alt image src img width alt image src additional information status desktop version operating system macos monterey beta | 1 |
104,569 | 4,213,993,541 | IssuesEvent | 2016-06-29 20:53:07 | pyroscope/pyroscope | https://api.github.com/repos/pyroscope/pyroscope | closed | Move across devices | enhancement Milestone-0.4 Priority-Medium | ```
Add code that moves/copies across devices.
```
Original issue reported on code.google.com by `pyroscope.project` on 18 Mar 2011 at 7:16 | 1.0 | Move across devices - ```
Add code that moves/copies across devices.
```
Original issue reported on code.google.com by `pyroscope.project` on 18 Mar 2011 at 7:16 | priority | move across devices add code that moves copies across devices original issue reported on code google com by pyroscope project on mar at | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.