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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
408,572 | 11,949,242,978 | IssuesEvent | 2020-04-03 13:21:00 | minio/minio-go | https://api.github.com/repos/minio/minio-go | closed | retry.go goroutine channel leak in v6.0.51 ? | community priority: medium | when I do putObject, getObject , RemoveObject about 440 times, i found gorountine always
increase in retry.go , and when i stop all action, then I get the some goroutine profile about retry.go , goroutine not decrease in retry.go . And I check the V6.0.50, not reproduce.
goroutine profile: tota... | 1.0 | retry.go goroutine channel leak in v6.0.51 ? - when I do putObject, getObject , RemoveObject about 440 times, i found gorountine always
increase in retry.go , and when i stop all action, then I get the some goroutine profile about retry.go , goroutine not decrease in retry.go . And I check the V6.0... | priority | retry go goroutine channel leak in when i do putobject getobject removeobject about times i found gorountine always increase in retry go and when i stop all action then i get the some goroutine profile about retry go goroutine not decrease in retry go and i check the ... | 1 |
252,178 | 8,032,870,188 | IssuesEvent | 2018-07-28 20:33:52 | jahirfiquitiva/Blueprint | https://api.github.com/repos/jahirfiquitiva/Blueprint | closed | Launcher not installed dialog not showing after click on launcher icon | Priority: Medium Status: Completed Type: Maintenance | - [x] I have verified there are no duplicate active or recent bugs, questions, or requests
- [x] I have verified that I am using the latest version.
### Device/App info:
- Blueprint Version: `1.2.6`
- Android version: `8.0`
- Device Manufacturer: `MI`
- Device Name: `A1`
### Describe the bug
When i am c... | 1.0 | Launcher not installed dialog not showing after click on launcher icon - - [x] I have verified there are no duplicate active or recent bugs, questions, or requests
- [x] I have verified that I am using the latest version.
### Device/App info:
- Blueprint Version: `1.2.6`
- Android version: `8.0`
- Device Manu... | priority | launcher not installed dialog not showing after click on launcher icon i have verified there are no duplicate active or recent bugs questions or requests i have verified that i am using the latest version device app info blueprint version android version device manufact... | 1 |
2,485 | 2,525,873,544 | IssuesEvent | 2015-01-21 07:04:01 | graybeal/ont | https://api.github.com/repos/graybeal/ont | closed | "versions" menu included in versions window | 1 star bug imported portal Priority-Medium | _From [caru...@gmail.com](https://code.google.com/u/113886747689301365533/) on August 13, 2009 18:14:06_
What steps will reproduce the problem? 1. Open an ontology in the portal
2. click the "versions" button
3. open the popup menu for any of the available versions What is the expected output? menu without the "vers... | 1.0 | "versions" menu included in versions window - _From [caru...@gmail.com](https://code.google.com/u/113886747689301365533/) on August 13, 2009 18:14:06_
What steps will reproduce the problem? 1. Open an ontology in the portal
2. click the "versions" button
3. open the popup menu for any of the available versions What ... | priority | versions menu included in versions window from on august what steps will reproduce the problem open an ontology in the portal click the versions button open the popup menu for any of the available versions what is the expected output menu without the versions options as i m alread... | 1 |
506,350 | 14,663,280,547 | IssuesEvent | 2020-12-29 09:21:01 | bounswe/bounswe2020group3 | https://api.github.com/repos/bounswe/bounswe2020group3 | closed | [Front-End] Choosing Colours for Front-End | Frontend Priority: Medium Status: Available Type: Enhancement | * **Project: FRONTEND**
* **This is a: FEATURE REQUEST**
* **Description of the issue**
We need to find good colours for the front-end.
Especially important ones :
* Sidebar Colour
* Navigation Bar Colour
* Website Background Colour
* **Deadline for resolution:**
27.12.2020 ---> Before the Release | 1.0 | [Front-End] Choosing Colours for Front-End - * **Project: FRONTEND**
* **This is a: FEATURE REQUEST**
* **Description of the issue**
We need to find good colours for the front-end.
Especially important ones :
* Sidebar Colour
* Navigation Bar Colour
* Website Background Colour
* **Deadline for resolutio... | priority | choosing colours for front end project frontend this is a feature request description of the issue we need to find good colours for the front end especially important ones sidebar colour navigation bar colour website background colour deadline for resolution ... | 1 |
463,909 | 13,303,162,944 | IssuesEvent | 2020-08-25 15:09:42 | clowdr-app/clowdr-web-app | https://api.github.com/repos/clowdr-app/clowdr-web-app | closed | Lower right chat panel sometimes jumps to a different session channel without updating the title | Bug Fixed? Medium priority | While participating in the ICFP 2020 Clowdr training session a few hours ago, I observed the following behavior:
1. I selected my paper from the Program at a Glance, and the paper chat channel loaded in the lower right panel as expected.
2. Another user commented in the "ICFP Social" chat channel, and the lower rig... | 1.0 | Lower right chat panel sometimes jumps to a different session channel without updating the title - While participating in the ICFP 2020 Clowdr training session a few hours ago, I observed the following behavior:
1. I selected my paper from the Program at a Glance, and the paper chat channel loaded in the lower right... | priority | lower right chat panel sometimes jumps to a different session channel without updating the title while participating in the icfp clowdr training session a few hours ago i observed the following behavior i selected my paper from the program at a glance and the paper chat channel loaded in the lower right pa... | 1 |
232,938 | 7,687,655,542 | IssuesEvent | 2018-05-17 06:45:06 | braun-robotics/rust-lpc82x-hal | https://api.github.com/repos/braun-robotics/rust-lpc82x-hal | closed | USART should just expect functions to already be assigned | priority: medium type: enhancement | Currently, the USART API expects to have access to both the pins and the movable functions it needs, then uses those to assign the movable functions to the pins.
This can be simplified: The API should expect the functions to already be assigned. It can do that by just requiring a reference to the movable function ty... | 1.0 | USART should just expect functions to already be assigned - Currently, the USART API expects to have access to both the pins and the movable functions it needs, then uses those to assign the movable functions to the pins.
This can be simplified: The API should expect the functions to already be assigned. It can do t... | priority | usart should just expect functions to already be assigned currently the usart api expects to have access to both the pins and the movable functions it needs then uses those to assign the movable functions to the pins this can be simplified the api should expect the functions to already be assigned it can do t... | 1 |
417,030 | 12,154,994,057 | IssuesEvent | 2020-04-25 11:03:31 | minio/minio-java | https://api.github.com/repos/minio/minio-java | closed | GCS Minio Client InvalidResponseException | community priority: medium | HI,
I am exploring querying GCS through Minio java client, but the response headers content type which GCS is returning and what Minio client is expecting are different.
GCS is returning: application/xml;utf-8
Minio is Expecting: application/xml
As a result, Minio client is throwing InvalidResponseException ... | 1.0 | GCS Minio Client InvalidResponseException - HI,
I am exploring querying GCS through Minio java client, but the response headers content type which GCS is returning and what Minio client is expecting are different.
GCS is returning: application/xml;utf-8
Minio is Expecting: application/xml
As a result, Minio ... | priority | gcs minio client invalidresponseexception hi i am exploring querying gcs through minio java client but the response headers content type which gcs is returning and what minio client is expecting are different gcs is returning application xml utf minio is expecting application xml as a result minio ... | 1 |
399,686 | 11,759,213,850 | IssuesEvent | 2020-03-13 16:49:49 | AugurProject/augur | https://api.github.com/repos/AugurProject/augur | closed | Mobile - filter option for invalid markets is cut off | Bug Needed for V2 launch Priority: Medium | On safari on iOS (iphone 8):
- The categories and filters menu
- Scroll to bottom, the 'show' option is cut off and can't be pressed
 | 1.0 | Mobile - filter option for invalid markets is cut off - On safari on iOS (iphone 8):
- The categories and filters menu
- Scroll to bottom, the 'show' option is cut off and can't be pressed
 | priority | mobile filter option for invalid markets is cut off on safari on ios iphone the categories and filters menu scroll to bottom the show option is cut off and can t be pressed | 1 |
124,037 | 4,891,028,797 | IssuesEvent | 2016-11-18 15:35:54 | Repair-DeskPOS/RepairDesk-Bugs | https://api.github.com/repos/Repair-DeskPOS/RepairDesk-Bugs | closed | Restrict Employees to view their timesheet only | bug Fixed - SVN Medium Priority | At present an employee can view hours worked and pay of other employees.
Is there a way to make it so each employee can only see their hours and time only?
![Uploading Timesheet.png…]()
| 1.0 | Restrict Employees to view their timesheet only - At present an employee can view hours worked and pay of other employees.
Is there a way to make it so each employee can only see their hours and time only?
![Uploading Timesheet.png…]()
| priority | restrict employees to view their timesheet only at present an employee can view hours worked and pay of other employees is there a way to make it so each employee can only see their hours and time only | 1 |
227,757 | 7,542,248,805 | IssuesEvent | 2018-04-17 12:27:45 | Codaone/DEXBot | https://api.github.com/repos/Codaone/DEXBot | closed | Worker stops placing orders | Priority: Medium Status: Available Type: Bug | here is a copy of the log and the terminal, the terminal seems to be repeating the same thing over and over so i havnt copied it all:
[dexbot.log](https://github.com/Codaone/DEXBot/files/1906430/dexbot.log)
self.workers[worker_name].onMarketUpdate(data)
File "/home/cryptokong/.local/lib/python3.5/site-package... | 1.0 | Worker stops placing orders - here is a copy of the log and the terminal, the terminal seems to be repeating the same thing over and over so i havnt copied it all:
[dexbot.log](https://github.com/Codaone/DEXBot/files/1906430/dexbot.log)
self.workers[worker_name].onMarketUpdate(data)
File "/home/cryptokong/.lo... | priority | worker stops placing orders here is a copy of the log and the terminal the terminal seems to be repeating the same thing over and over so i havnt copied it all self workers onmarketupdate data file home cryptokong local lib site packages events egg events events py line in call... | 1 |
272,070 | 8,495,603,779 | IssuesEvent | 2018-10-29 06:05:30 | pyrocms/pyrocms | https://api.github.com/repos/pyrocms/pyrocms | closed | [Streams Core] Fix Twig Errors (visible when using strict_variables) | Priority: Medium Type: Enhancement Type: Follow up | Was going to create a list here but there's a fair amount of areas that have issues. I think the best approach is just to start at the login page and start clicking through the CMS with strict_variables set to true. | 1.0 | [Streams Core] Fix Twig Errors (visible when using strict_variables) - Was going to create a list here but there's a fair amount of areas that have issues. I think the best approach is just to start at the login page and start clicking through the CMS with strict_variables set to true. | priority | fix twig errors visible when using strict variables was going to create a list here but there s a fair amount of areas that have issues i think the best approach is just to start at the login page and start clicking through the cms with strict variables set to true | 1 |
24,437 | 2,667,643,894 | IssuesEvent | 2015-03-22 20:07:10 | jkall/qgis-midvatten-plugin | https://api.github.com/repos/jkall/qgis-midvatten-plugin | opened | add postGIS support | enhancement Priority-Medium | There should be an alternative to use a postGIS database instead of a spatialite dito. | 1.0 | add postGIS support - There should be an alternative to use a postGIS database instead of a spatialite dito. | priority | add postgis support there should be an alternative to use a postgis database instead of a spatialite dito | 1 |
515,762 | 14,968,911,230 | IssuesEvent | 2021-01-27 17:26:24 | airshipit/airshipctl | https://api.github.com/repos/airshipit/airshipctl | closed | Ability to support multiple phaseplans within the same manifest context (airship plan list) | 7-NiceToHave enhancement priority/medium | *Currently a Phase Plan is assumed to be just one.
In the case that we want to articulate different phase plans for the same type or site, we need a way to define it. which one is active or contextual.
| 1.0 | Ability to support multiple phaseplans within the same manifest context (airship plan list) - *Currently a Phase Plan is assumed to be just one.
In the case that we want to articulate different phase plans for the same type or site, we need a way to define it. which one is active or contextual.
| priority | ability to support multiple phaseplans within the same manifest context airship plan list currently a phase plan is assumed to be just one in the case that we want to articulate different phase plans for the same type or site we need a way to define it which one is active or contextual | 1 |
115,392 | 4,668,519,684 | IssuesEvent | 2016-10-06 02:57:36 | steemit/steemit.com | https://api.github.com/repos/steemit/steemit.com | opened | when auto linkifying URLs, do not include punctuation on the end | bug priority/medium | the link at the end of the fifth paragraph includes the dot, and it shouldn't.
https://steemit.com/blockchain/@blockchainblonde/why-ethereum-classic-will-moon
if there are trailing punctuation characters (except - and _) they should not be included in an autolink. | 1.0 | when auto linkifying URLs, do not include punctuation on the end - the link at the end of the fifth paragraph includes the dot, and it shouldn't.
https://steemit.com/blockchain/@blockchainblonde/why-ethereum-classic-will-moon
if there are trailing punctuation characters (except - and _) they should not be include... | priority | when auto linkifying urls do not include punctuation on the end the link at the end of the fifth paragraph includes the dot and it shouldn t if there are trailing punctuation characters except and they should not be included in an autolink | 1 |
398,261 | 11,739,410,485 | IssuesEvent | 2020-03-11 17:39:46 | thaliawww/ThaliApp | https://api.github.com/repos/thaliawww/ThaliApp | closed | Default language is Dutch | bug priority: medium | In GitLab by @se-bastiaan on Sep 17, 2018, 17:04
### One-sentence description
Default language is Dutch
### Current behaviour
The content inside the app loaded from the API is Dutch on phones that do not have the region settings set to English or Dutch. For example Russian.
### Expected behaviour
The content insi... | 1.0 | Default language is Dutch - In GitLab by @se-bastiaan on Sep 17, 2018, 17:04
### One-sentence description
Default language is Dutch
### Current behaviour
The content inside the app loaded from the API is Dutch on phones that do not have the region settings set to English or Dutch. For example Russian.
### Expected... | priority | default language is dutch in gitlab by se bastiaan on sep one sentence description default language is dutch current behaviour the content inside the app loaded from the api is dutch on phones that do not have the region settings set to english or dutch for example russian expected behav... | 1 |
250,173 | 7,969,893,564 | IssuesEvent | 2018-07-16 10:42:53 | canonn-science/CAPIv2-Strapi | https://api.github.com/repos/canonn-science/CAPIv2-Strapi | closed | Unable to send True/False boolean value in POST Request on MySQL | note: external priority: medium status: confirmed type: bug | External Issue: https://github.com/strapi/strapi/issues/1556
<!-- ⚠️ If you do not respect this template your issue will be closed. -->
<!-- ⚠️ Before writing your issue make sure you are using:-->
<!-- Node 9.x.x -->
<!-- npm 5.x.x -->
<!-- The latest version of Strapi. -->
**Informations**
- **Node.js ve... | 1.0 | Unable to send True/False boolean value in POST Request on MySQL - External Issue: https://github.com/strapi/strapi/issues/1556
<!-- ⚠️ If you do not respect this template your issue will be closed. -->
<!-- ⚠️ Before writing your issue make sure you are using:-->
<!-- Node 9.x.x -->
<!-- npm 5.x.x -->
<!-- Th... | priority | unable to send true false boolean value in post request on mysql external issue informations node js version npm version strapi version alpha database mariadb operating system linux mint ubuntu version ... | 1 |
830,473 | 32,009,732,503 | IssuesEvent | 2023-09-21 17:07:57 | craftercms/craftercms | https://api.github.com/repos/craftercms/craftercms | closed | [studio-ui] Add Context Nav button that reloads the current site's context for developers | new feature priority: medium CI triage | ### Duplicates
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe.
When developers modify code via IDE but do not commit them the preview engine does not get any signal to know that the context should be reloaded. Today, developers need to remember to c... | 1.0 | [studio-ui] Add Context Nav button that reloads the current site's context for developers - ### Duplicates
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe.
When developers modify code via IDE but do not commit them the preview engine does not get any ... | priority | add context nav button that reloads the current site s context for developers duplicates i have searched the existing issues is your feature request related to a problem please describe when developers modify code via ide but do not commit them the preview engine does not get any signal to kn... | 1 |
193,679 | 6,886,943,524 | IssuesEvent | 2017-11-21 21:22:04 | vmware/vic-product | https://api.github.com/repos/vmware/vic-product | closed | Create OVA admiral smoke tests | component/admiral priority/medium team/lifecycle | **User Statement:**
As a developer, I want high level admiral features verified as part of OVA build
**Details:**
Involves UI testing
https://confluence.eng.vmware.com/display/CNA/OVA+Smoke+Test
**Acceptance Criteria:**
Admiral tests running as part of CI build | 1.0 | Create OVA admiral smoke tests - **User Statement:**
As a developer, I want high level admiral features verified as part of OVA build
**Details:**
Involves UI testing
https://confluence.eng.vmware.com/display/CNA/OVA+Smoke+Test
**Acceptance Criteria:**
Admiral tests running as part of CI build | priority | create ova admiral smoke tests user statement as a developer i want high level admiral features verified as part of ova build details involves ui testing acceptance criteria admiral tests running as part of ci build | 1 |
198,287 | 6,972,113,456 | IssuesEvent | 2017-12-11 16:03:28 | fgpv-vpgf/fgpv-vpgf | https://api.github.com/repos/fgpv-vpgf/fgpv-vpgf | closed | The config option for disabling hover tips needs to be added to the schema | addition: feature priority: medium | The config option for disabling hover tips need to be added to the schema.
Add a sample to index-samples.html that will exercise this option re: #1786 | 1.0 | The config option for disabling hover tips needs to be added to the schema - The config option for disabling hover tips need to be added to the schema.
Add a sample to index-samples.html that will exercise this option re: #1786 | priority | the config option for disabling hover tips needs to be added to the schema the config option for disabling hover tips need to be added to the schema add a sample to index samples html that will exercise this option re | 1 |
764,433 | 26,800,220,467 | IssuesEvent | 2023-02-01 14:39:26 | NeuraLegion/cypress-har-generator | https://api.github.com/repos/NeuraLegion/cypress-har-generator | closed | Allow to transform entries before saving a HAR | Type: enhancement Priority: medium | **Description**
It would be useful to have a way to transform recorded entries before saving the HAR file.
**Possible solution**
Provide the ability to transform entries by introducing the `transform` option as a path to a module that exports a function to modify entries before saving the HAR. The function should ... | 1.0 | Allow to transform entries before saving a HAR - **Description**
It would be useful to have a way to transform recorded entries before saving the HAR file.
**Possible solution**
Provide the ability to transform entries by introducing the `transform` option as a path to a module that exports a function to modify en... | priority | allow to transform entries before saving a har description it would be useful to have a way to transform recorded entries before saving the har file possible solution provide the ability to transform entries by introducing the transform option as a path to a module that exports a function to modify en... | 1 |
502,668 | 14,564,378,402 | IssuesEvent | 2020-12-17 04:57:24 | wso2/product-is | https://api.github.com/repos/wso2/product-is | closed | Tenant management API should restrict tenant path | Affected/5.10.0 Complexity/Medium Priority/High bug | **Describe the issue:**
Currently tenant management API accepting https://localhost:9443/t/carbon.super/api/server/v1/tenants but ideally since it is a tenant management API for each tenants, tenant qualified url should not be allowed.
**Expected behavior:**
1. Document should be updated
2. Remove from API
3. Re... | 1.0 | Tenant management API should restrict tenant path - **Describe the issue:**
Currently tenant management API accepting https://localhost:9443/t/carbon.super/api/server/v1/tenants but ideally since it is a tenant management API for each tenants, tenant qualified url should not be allowed.
**Expected behavior:**
1. D... | priority | tenant management api should restrict tenant path describe the issue currently tenant management api accepting but ideally since it is a tenant management api for each tenants tenant qualified url should not be allowed expected behavior document should be updated remove from api restrict... | 1 |
553,780 | 16,381,903,329 | IssuesEvent | 2021-05-17 05:02:52 | clabe45/vidar | https://api.github.com/repos/clabe45/vidar | opened | Visual fade out effect | priority:medium type:enhancement | Add a visual effect that makes the target fade out to a color (which could be transparency). It should have a duration property that controls how many seconds before the end of the layer the effect should start at.
Note that this is an effect, not a transition, because it only requires one layer. | 1.0 | Visual fade out effect - Add a visual effect that makes the target fade out to a color (which could be transparency). It should have a duration property that controls how many seconds before the end of the layer the effect should start at.
Note that this is an effect, not a transition, because it only requires one l... | priority | visual fade out effect add a visual effect that makes the target fade out to a color which could be transparency it should have a duration property that controls how many seconds before the end of the layer the effect should start at note that this is an effect not a transition because it only requires one l... | 1 |
55,967 | 3,075,589,169 | IssuesEvent | 2015-08-20 14:24:57 | RobotiumTech/robotium | https://api.github.com/repos/RobotiumTech/robotium | closed | All apis with resource id are not work | bug imported invalid Priority-Medium | _From [suo...@gmail.com](https://code.google.com/u/102086854047711326726/) on May 15, 2014 02:43:33_
The following codes works well.
EditText t1 = solo.getEditText("Event name");
solo.enterText(t1, "abcdefg");
===============================================================
But if I change it to
solo.enterText... | 1.0 | All apis with resource id are not work - _From [suo...@gmail.com](https://code.google.com/u/102086854047711326726/) on May 15, 2014 02:43:33_
The following codes works well.
EditText t1 = solo.getEditText("Event name");
solo.enterText(t1, "abcdefg");
==============================================================... | priority | all apis with resource id are not work from on may the following codes works well edittext solo getedittext event name solo entertext abcdefg but if i change it to solo entertext com android calendar r id title ... | 1 |
605,444 | 18,735,388,453 | IssuesEvent | 2021-11-04 06:33:38 | ita-social-projects/TeachUA | https://api.github.com/repos/ita-social-projects/TeachUA | closed | [Restoring password] Incorrect error message 'Пароль не відповідає критеріям' appears upon entering incorrect password values | bug Frontend Priority: Medium | **Environment:** Windows 10, Google Chrome Version 92.0.4515.131 (Official Build) (64-bit)
**Reproducible:** always
**Build found:** last commit
**Preconditions**
Go to https://speak-ukrainian.org.ua/dev/
**Steps to reproduce**
1. Click on 'Увійти'
2. Click on 'Забули пароль?' on 'Вхід' pop-up
3. Enter i... | 1.0 | [Restoring password] Incorrect error message 'Пароль не відповідає критеріям' appears upon entering incorrect password values - **Environment:** Windows 10, Google Chrome Version 92.0.4515.131 (Official Build) (64-bit)
**Reproducible:** always
**Build found:** last commit
**Preconditions**
Go to https://speak-uk... | priority | incorrect error message пароль не відповідає критеріям appears upon entering incorrect password values environment windows google chrome version official build bit reproducible always build found last commit preconditions go to steps to reproduce click on ... | 1 |
822,701 | 30,882,208,479 | IssuesEvent | 2023-08-03 18:31:31 | elastic/security-docs | https://api.github.com/repos/elastic/security-docs | opened | Remove book-scoped attributes | v8.9.0 Priority: Medium Priority: High v8.10.0 Serverless | ## Description
We need to remove all instances of [book-scoped attributes](https://docs.elastic.dev/migration/book-level/attributes) throughout `security-docs` to ensure smooth migration to MDX. While our files can still be migrated to MDX with book-scoped attributes, they create a dependency in the migrated files ... | 2.0 | Remove book-scoped attributes - ## Description
We need to remove all instances of [book-scoped attributes](https://docs.elastic.dev/migration/book-level/attributes) throughout `security-docs` to ensure smooth migration to MDX. While our files can still be migrated to MDX with book-scoped attributes, they create a d... | priority | remove book scoped attributes description we need to remove all instances of throughout security docs to ensure smooth migration to mdx while our files can still be migrated to mdx with book scoped attributes they create a dependency in the migrated files that can cause additional problems we can r... | 1 |
255,552 | 8,125,421,929 | IssuesEvent | 2018-08-16 20:53:07 | MARKETProtocol/MARKET.js | https://api.github.com/repos/MARKETProtocol/MARKET.js | opened | getOrderHash vs createOrderHashAsync | Good First Issue Help Wanted Priority: Medium Status: Available Type: Enhancement | ## Before you `start work`
Please read our contribution [guidelines](https://docs.marketprotocol.io/#contributing) and if there is a bounty involved please also see [here](https://docs.marketprotocol.io/#gitcoin-and-bounties)
If you have ongoing work from other bounties with us where funding has not been release... | 1.0 | getOrderHash vs createOrderHashAsync - ## Before you `start work`
Please read our contribution [guidelines](https://docs.marketprotocol.io/#contributing) and if there is a bounty involved please also see [here](https://docs.marketprotocol.io/#gitcoin-and-bounties)
If you have ongoing work from other bounties wit... | priority | getorderhash vs createorderhashasync before you start work please read our contribution and if there is a bounty involved please also see if you have ongoing work from other bounties with us where funding has not been released please do not pick up a new issue we would like to involve as many c... | 1 |
463,514 | 13,282,354,272 | IssuesEvent | 2020-08-23 22:22:26 | wilcommerce/Wilcommerce.Catalog.Data.EFCore | https://api.github.com/repos/wilcommerce/Wilcommerce.Catalog.Data.EFCore | opened | Disable change tracking for read models | priority:medium status:backlog type:feature | Add AsNoTracking method to CatalogDatabase implementation
see https://docs.microsoft.com/en-us/ef/core/querying/tracking | 1.0 | Disable change tracking for read models - Add AsNoTracking method to CatalogDatabase implementation
see https://docs.microsoft.com/en-us/ef/core/querying/tracking | priority | disable change tracking for read models add asnotracking method to catalogdatabase implementation see | 1 |
96,252 | 3,966,395,650 | IssuesEvent | 2016-05-03 12:51:04 | daronco/test-issue-migrate2 | https://api.github.com/repos/daronco/test-issue-migrate2 | closed | Issue storing the size of recordings with more than 22 GB | Priority: Medium Status: Resolved Type: Bug | ---
Author Name: **Leonardo Daronco** (@daronco)
Original Redmine Issue: 1828, http://dev.mconf.org/redmine/issues/1828
Original Assignee: Leonardo Daronco
---
The column "size" in recordings is using the data type INT from MySQL. The maximum value for this data type is 2147483647, which corresponds to a recording... | 1.0 | Issue storing the size of recordings with more than 22 GB - ---
Author Name: **Leonardo Daronco** (@daronco)
Original Redmine Issue: 1828, http://dev.mconf.org/redmine/issues/1828
Original Assignee: Leonardo Daronco
---
The column "size" in recordings is using the data type INT from MySQL. The maximum value for th... | priority | issue storing the size of recordings with more than gb author name leonardo daronco daronco original redmine issue original assignee leonardo daronco the column size in recordings is using the data type int from mysql the maximum value for this data type is which corresponds to a r... | 1 |
395,572 | 11,688,697,372 | IssuesEvent | 2020-03-05 14:56:19 | canonical-web-and-design/vanilla-framework | https://api.github.com/repos/canonical-web-and-design/vanilla-framework | closed | Use HTTPS and HTTP compatible URLs | Priority: Low Priority: Medium | https://github.com/vanilla-framework/vanilla-framework/blob/7a360459fcf77faccc56c488ebf7abee8723541b/scss/_settings_font.scss#L6
i.e:
```$font-import: '//fonts.gstatic.com/s/ubuntu/v9/' !default; ``` | 2.0 | Use HTTPS and HTTP compatible URLs - https://github.com/vanilla-framework/vanilla-framework/blob/7a360459fcf77faccc56c488ebf7abee8723541b/scss/_settings_font.scss#L6
i.e:
```$font-import: '//fonts.gstatic.com/s/ubuntu/v9/' !default; ``` | priority | use https and http compatible urls i e font import fonts gstatic com s ubuntu default | 1 |
145,550 | 5,577,568,416 | IssuesEvent | 2017-03-28 09:59:21 | Heeks/heekscnc | https://api.github.com/repos/Heeks/heekscnc | closed | Zigzag - clearance height | auto-migrated Priority-Medium Type-Enhancement | ```
Please add a "clearance height" parameter to zig zag operation.
Currently it is hard-coded to 20
```
Original issue reported on code.google.com by `danhe...@gmail.com` on 27 Feb 2009 at 11:50
| 1.0 | Zigzag - clearance height - ```
Please add a "clearance height" parameter to zig zag operation.
Currently it is hard-coded to 20
```
Original issue reported on code.google.com by `danhe...@gmail.com` on 27 Feb 2009 at 11:50
| priority | zigzag clearance height please add a clearance height parameter to zig zag operation currently it is hard coded to original issue reported on code google com by danhe gmail com on feb at | 1 |
774,673 | 27,206,156,784 | IssuesEvent | 2023-02-20 13:14:20 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | [DocDB] YSQL: Update PGTableDesc table cache when partition list version is outdated | kind/bug area/docdb priority/medium 2.14 Backport Required 2.16 Backport Required | Jira Link: [DB-510](https://yugabyte.atlassian.net/browse/DB-510)
### Description
`PgTableDesc::GetPartitions()` is used by YSQL layer for preparing `YBOperation`s to send to the tserver.
Assume we initially had 1 tablet and it has been split into 8 tablets (after few split operations). When we are creating batch ... | 1.0 | [DocDB] YSQL: Update PGTableDesc table cache when partition list version is outdated - Jira Link: [DB-510](https://yugabyte.atlassian.net/browse/DB-510)
### Description
`PgTableDesc::GetPartitions()` is used by YSQL layer for preparing `YBOperation`s to send to the tserver.
Assume we initially had 1 tablet and it ... | priority | ysql update pgtabledesc table cache when partition list version is outdated jira link description pgtabledesc getpartitions is used by ysql layer for preparing yboperation s to send to the tserver assume we initially had tablet and it has been split into tablets after few split operations... | 1 |
802,451 | 28,962,844,248 | IssuesEvent | 2023-05-10 05:07:45 | Dotori-app/Dotori-iOS | https://api.github.com/repos/Dotori-app/Dotori-iOS | closed | Moordinator 버전 2.0 업그레이드 | 🔨 Refactor 2️⃣Priority: Medium | ### Describe
Moordinator가 버전 2.0이 되고, 개선됨에 따라 새로운 버전으로 업그레이드 및 마이그레이션
### Additional
_No response_ | 1.0 | Moordinator 버전 2.0 업그레이드 - ### Describe
Moordinator가 버전 2.0이 되고, 개선됨에 따라 새로운 버전으로 업그레이드 및 마이그레이션
### Additional
_No response_ | priority | moordinator 버전 업그레이드 describe moordinator가 버전 되고 개선됨에 따라 새로운 버전으로 업그레이드 및 마이그레이션 additional no response | 1 |
20,937 | 2,632,466,214 | IssuesEvent | 2015-03-08 04:53:20 | minj/gcode-issues | https://api.github.com/repos/minj/gcode-issues | closed | preference dialog | 2 stars enhancement imported Priority-Medium | _From [krid.fallada](mailto:krid.fallada@gmx.de) on January 13, 2009 23:21:37_
not working as supposed on macs
forum: [(12398070.53)](https://www.hattrick.org/goto.ashx?path=/Forum/Read.aspx%3Ft%3D12398070%26n%3D53%26v%3D4)
_Original issue: http://code.google.com/p/foxtrick/issues/detail?id=212_ | 1.0 | preference dialog - _From [krid.fallada](mailto:krid.fallada@gmx.de) on January 13, 2009 23:21:37_
not working as supposed on macs
forum: [(12398070.53)](https://www.hattrick.org/goto.ashx?path=/Forum/Read.aspx%3Ft%3D12398070%26n%3D53%26v%3D4)
_Original issue: http://code.google.com/p/foxtrick/issues/detail?id=212_ | priority | preference dialog from mailto krid fallada gmx de on january not working as supposed on macs forum original issue | 1 |
786,293 | 27,641,260,217 | IssuesEvent | 2023-03-10 18:15:49 | WordPress/openverse | https://api.github.com/repos/WordPress/openverse | closed | Add non-production feature flag for marking half of results as sensitive | 🟨 priority: medium 🤖 aspect: dx 🧰 goal: internal improvement 🧱 stack: frontend | For the sensitive content flow we are designing in #791 we need a way to test sensitive results. For two reasons, I'd like to create a feature flag which marks 50% of results as sensitive:
- Folks testing this functionality should not have to see *actual* sensitive content if they do not want to.
- Because marking ... | 1.0 | Add non-production feature flag for marking half of results as sensitive - For the sensitive content flow we are designing in #791 we need a way to test sensitive results. For two reasons, I'd like to create a feature flag which marks 50% of results as sensitive:
- Folks testing this functionality should not have to... | priority | add non production feature flag for marking half of results as sensitive for the sensitive content flow we are designing in we need a way to test sensitive results for two reasons i d like to create a feature flag which marks of results as sensitive folks testing this functionality should not have to se... | 1 |
375,156 | 11,100,786,972 | IssuesEvent | 2019-12-16 19:58:59 | chef/chef | https://api.github.com/repos/chef/chef | closed | Provide a way to express cookbook multiple constraints | Focus: Chef Server Priority: Medium Type: Enhancement | This was initially reported in https://tickets.opscode.com/browse/CHEF-4727 and I couldn't tell if it was migrated or Triaged for Later.
Some cookbooks may have a very long span of compatibility across multiple versions and then a major version breaks backward compatibility as anticipated with semantic versioning. In... | 1.0 | Provide a way to express cookbook multiple constraints - This was initially reported in https://tickets.opscode.com/browse/CHEF-4727 and I couldn't tell if it was migrated or Triaged for Later.
Some cookbooks may have a very long span of compatibility across multiple versions and then a major version breaks backward c... | priority | provide a way to express cookbook multiple constraints this was initially reported in and i couldn t tell if it was migrated or triaged for later some cookbooks may have a very long span of compatibility across multiple versions and then a major version breaks backward compatibility as anticipated with semantic v... | 1 |
668,455 | 22,585,088,600 | IssuesEvent | 2022-06-28 14:39:28 | pvs-hd-tea/MuesliNext | https://api.github.com/repos/pvs-hd-tea/MuesliNext | closed | feat: create inline tool for dynamic values | Medium Priority Feature Request | Editor.js provides the option to not only create normal tools but also inline tools that can be applied onto every text in the widgets if configured. Create such a widget that is given the tablename, columnname and key of a value and display it. For now only using the local storage | 1.0 | feat: create inline tool for dynamic values - Editor.js provides the option to not only create normal tools but also inline tools that can be applied onto every text in the widgets if configured. Create such a widget that is given the tablename, columnname and key of a value and display it. For now only using the local... | priority | feat create inline tool for dynamic values editor js provides the option to not only create normal tools but also inline tools that can be applied onto every text in the widgets if configured create such a widget that is given the tablename columnname and key of a value and display it for now only using the local... | 1 |
376,532 | 11,148,160,067 | IssuesEvent | 2019-12-23 14:45:56 | ayumi-cloud/oc-security-module | https://api.github.com/repos/ayumi-cloud/oc-security-module | opened | Block illegal connection methods add in settings | Add to Blacklist Firewall Priority: Medium enhancement in-progress | ### Enhancement idea
- [ ] Block illegal connection methods add in settings.
(Currently just flags them, but should start blocking them as well).
| 1.0 | Block illegal connection methods add in settings - ### Enhancement idea
- [ ] Block illegal connection methods add in settings.
(Currently just flags them, but should start blocking them as well).
| priority | block illegal connection methods add in settings enhancement idea block illegal connection methods add in settings currently just flags them but should start blocking them as well | 1 |
16,189 | 2,612,417,200 | IssuesEvent | 2015-02-27 14:26:18 | web2py/web2py | https://api.github.com/repos/web2py/web2py | closed | adapter_args={'uploads_in_blob': True} doesn't work (At least Postgres) | 1 star enhancement imported Priority-Medium | _From [mandarv..._at_gmail.com](https://code.google.com/u/108507264684706694414/) on May 20, 2014 07:17:28_
What steps will reproduce the problem? 1. define DAL as follows :
db = DAL('postgres://user:pass__at__localhost/mydb', pool_size=5, check_reserved=['all'], adapter_args={'uploads_in_blob': True})
(Other ar... | 1.0 | adapter_args={'uploads_in_blob': True} doesn't work (At least Postgres) - _From [mandarv..._at_gmail.com](https://code.google.com/u/108507264684706694414/) on May 20, 2014 07:17:28_
What steps will reproduce the problem? 1. define DAL as follows :
db = DAL('postgres://user:pass__at__localhost/mydb', pool_size=5, ch... | priority | adapter args uploads in blob true doesn t work at least postgres from on may what steps will reproduce the problem define dal as follows db dal postgres user pass at localhost mydb pool size check reserved adapter args uploads in blob true other args like poo... | 1 |
264,111 | 8,305,320,633 | IssuesEvent | 2018-09-22 04:41:15 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | One string uses on 2 different position. | Localization Medium Priority | Please fix it, they have different context, and require different translation.
https://crowdin.com/translate/eco-by-strange-loop-games/3/en-ru#26533


 functionality to work, the custom wait logic would need to be integrated into `airshipctl` itself. It see... | 1.0 | Support tigera operator wait logic in airshipctl - **Problem description (if applicable)**
In https://review.opendev.org/c/airship/airshipctl/+/762773/ custom wait logic was added to the gate scripts for the Tigera Operator, but in order for the [plan run](#395) functionality to work, the custom wait logic would nee... | priority | support tigera operator wait logic in airshipctl problem description if applicable in custom wait logic was added to the gate scripts for the tigera operator but in order for the functionality to work the custom wait logic would need to be integrated into airshipctl itself it seems this would be... | 1 |
821,842 | 30,838,923,510 | IssuesEvent | 2023-08-02 09:19:34 | awslabs/aws-dataall | https://api.github.com/repos/awslabs/aws-dataall | closed | S3 Bucket policy update behavior | type: question status: in-progress priority: medium | For imported Datasets, data.all does not create an S3 Bucket policy. We want to know what would happen if:
- we add a baseline bucket policy in the dataset stack that has a baseline policy (`bucket-policy-1`) This is useful to add baseline bucket policies, for example ensuring secure transport
- we import an S3 Bucke... | 1.0 | S3 Bucket policy update behavior - For imported Datasets, data.all does not create an S3 Bucket policy. We want to know what would happen if:
- we add a baseline bucket policy in the dataset stack that has a baseline policy (`bucket-policy-1`) This is useful to add baseline bucket policies, for example ensuring secure... | priority | bucket policy update behavior for imported datasets data all does not create an bucket policy we want to know what would happen if we add a baseline bucket policy in the dataset stack that has a baseline policy bucket policy this is useful to add baseline bucket policies for example ensuring secure t... | 1 |
497,685 | 14,383,075,147 | IssuesEvent | 2020-12-02 08:35:47 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | opened | [0.9.2 staging-1861] Can't select payment type "Online Hours" in Rents | Category: UI Priority: Medium | Try to select it, nothing happens. I still see online and offline hours

Press set rent:

That... | 1.0 | [0.9.2 staging-1861] Can't select payment type "Online Hours" in Rents - Try to select it, nothing happens. I still see online and offline hours

Press set rent:
 and Available Balance (C) | priority medium | Note: Currently pending balance is missing. All the offers redeemed should be displayed as pending Currents.

| 1.0 | Biz-admin: Lets also add pending Balance (C) and Available Balance (C) - Note: Currently pending balance is missing. All the offers redeemed should be displayed as pending Currents.

| priority | biz admin lets also add pending balance c and available balance c note currently pending balance is missing all the offers redeemed should be displayed as pending currents | 1 |
46,531 | 2,958,729,563 | IssuesEvent | 2015-07-08 23:08:26 | MDAnalysis/mdanalysis | https://api.github.com/repos/MDAnalysis/mdanalysis | closed | consolidate modules under MDAnalysis.lib | API docs enhancement maintainability Priority-Medium | Since @richardjgowers introduced `MDAnalysis.lib` recently, we should use this to clean up our name space a little bit. For instance, I propose:
* `KDTree` --> `lib.KDTree`
* `core.transformations` --> `lib.transformations`
* `core.util` --> `lib.util`; util could be split into file and string utility functions an... | 1.0 | consolidate modules under MDAnalysis.lib - Since @richardjgowers introduced `MDAnalysis.lib` recently, we should use this to clean up our name space a little bit. For instance, I propose:
* `KDTree` --> `lib.KDTree`
* `core.transformations` --> `lib.transformations`
* `core.util` --> `lib.util`; util could be spli... | priority | consolidate modules under mdanalysis lib since richardjgowers introduced mdanalysis lib recently we should use this to clean up our name space a little bit for instance i propose kdtree lib kdtree core transformations lib transformations core util lib util util could be spli... | 1 |
690,447 | 23,660,179,343 | IssuesEvent | 2022-08-26 14:51:43 | huridocs/uwazi | https://api.github.com/repos/huridocs/uwazi | closed | CSV import UI v2.0 | UX Priority: Medium | - [ ] Decide what to do in responsive view. Right now, both the create entity and upload CSV buttons are not showing in cellphone-size view
- [ ] Upgrade the file select input to an Uwazi button (like the add file for attachments) rather than defaulting to system-styled input
- [ ] Actually create the instructions, ... | 1.0 | CSV import UI v2.0 - - [ ] Decide what to do in responsive view. Right now, both the create entity and upload CSV buttons are not showing in cellphone-size view
- [ ] Upgrade the file select input to an Uwazi button (like the add file for attachments) rather than defaulting to system-styled input
- [ ] Actually crea... | priority | csv import ui decide what to do in responsive view right now both the create entity and upload csv buttons are not showing in cellphone size view upgrade the file select input to an uwazi button like the add file for attachments rather than defaulting to system styled input actually create the ... | 1 |
750,016 | 26,185,738,180 | IssuesEvent | 2023-01-02 23:45:44 | Silicon-Age/opal | https://api.github.com/repos/Silicon-Age/opal | opened | Improve the way date and datetime fields work in OpalForms | priority:medium size:medium OpalForms | I don't know exactly what should be done, but here are some thoughts:
* The rigid input formats aren't very user-friendly. It should be possible to specify another format (that works round-trip).
* Right now, the fields don't use `<input type="date">` and similar, which means they're semantically invalid and don't us... | 1.0 | Improve the way date and datetime fields work in OpalForms - I don't know exactly what should be done, but here are some thoughts:
* The rigid input formats aren't very user-friendly. It should be possible to specify another format (that works round-trip).
* Right now, the fields don't use `<input type="date">` and s... | priority | improve the way date and datetime fields work in opalforms i don t know exactly what should be done but here are some thoughts the rigid input formats aren t very user friendly it should be possible to specify another format that works round trip right now the fields don t use and similar which mean... | 1 |
698,173 | 23,968,773,907 | IssuesEvent | 2022-09-13 05:26:15 | LuanRT/YouTube.js | https://api.github.com/repos/LuanRT/YouTube.js | closed | Allow an optional playlist id to be passed to `Music#getUpNext()` and `Music#getInfo()` | bug enhancement priority: medium | Last month YouTube Music made a small change which causes `Music#getUpNext()` to stop returning full content. Turns out we're only sending `videoId` and the parameter `playlistId` is now required for it to work properly, which can probably be found in a `MusicResponsiveListItem` or `MusicTwoRowItem`. | 1.0 | Allow an optional playlist id to be passed to `Music#getUpNext()` and `Music#getInfo()` - Last month YouTube Music made a small change which causes `Music#getUpNext()` to stop returning full content. Turns out we're only sending `videoId` and the parameter `playlistId` is now required for it to work properly, which can... | priority | allow an optional playlist id to be passed to music getupnext and music getinfo last month youtube music made a small change which causes music getupnext to stop returning full content turns out we re only sending videoid and the parameter playlistid is now required for it to work properly which can... | 1 |
600,069 | 18,288,808,339 | IssuesEvent | 2021-10-05 13:16:27 | carbon-design-system/carbon-for-ibm-dotcom | https://api.github.com/repos/carbon-design-system/carbon-for-ibm-dotcom | closed | [Content item] expose "sub-component" as simple component in storybook - Prod QA testing | package: react priority: medium QA package: web components dev complete | <!-- 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 using the ibm.com Library `Content item`
> I need ... | 1.0 | [Content item] expose "sub-component" as simple component in storybook - Prod QA testing - <!-- 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}} --... | priority | expose sub component as simple component in storybook prod qa testing user story as a developer using the ibm com library content item i need to have a version of the component that has been tested for accessibility compliance as well as on multiple browsers and platforms so that i ... | 1 |
300,725 | 9,212,061,350 | IssuesEvent | 2019-03-09 20:43:44 | kleros/doges-on-trial | https://api.github.com/repos/kleros/doges-on-trial | closed | Increase Kleros branding | Priority: Medium Status: Available Type: Enhancement :sparkles: | It appeared that multiple people knew about Doges on Trial but did not link it to Kleros. There is a small logo in the Juror section but apparently it is not enough.
We should add a more prominent "Powered by Kleros" to make sure people associate it with Kleros. | 1.0 | Increase Kleros branding - It appeared that multiple people knew about Doges on Trial but did not link it to Kleros. There is a small logo in the Juror section but apparently it is not enough.
We should add a more prominent "Powered by Kleros" to make sure people associate it with Kleros. | priority | increase kleros branding it appeared that multiple people knew about doges on trial but did not link it to kleros there is a small logo in the juror section but apparently it is not enough we should add a more prominent powered by kleros to make sure people associate it with kleros | 1 |
230,139 | 7,604,671,030 | IssuesEvent | 2018-04-30 03:34:26 | CSC480-18S/Red-Team | https://api.github.com/repos/CSC480-18S/Red-Team | closed | Backend send timer event to clients | Priority: Medium Type: Bug Fix Type: Maintenance | Backend needs to send timer event to the mobile client to be displayed by GUI. | 1.0 | Backend send timer event to clients - Backend needs to send timer event to the mobile client to be displayed by GUI. | priority | backend send timer event to clients backend needs to send timer event to the mobile client to be displayed by gui | 1 |
177,185 | 6,575,300,265 | IssuesEvent | 2017-09-11 15:38:41 | geosolutions-it/MapStore2 | https://api.github.com/repos/geosolutions-it/MapStore2 | opened | On Safari Mobile the user needs to click 2 times on each tool | enhancement Mobile Priority: Medium | with the first click the tooltip is shown,
with the second it is triggered the onclick action ecc.
this is not happening on the desktop browsers (safari included) | 1.0 | On Safari Mobile the user needs to click 2 times on each tool - with the first click the tooltip is shown,
with the second it is triggered the onclick action ecc.
this is not happening on the desktop browsers (safari included) | priority | on safari mobile the user needs to click times on each tool with the first click the tooltip is shown with the second it is triggered the onclick action ecc this is not happening on the desktop browsers safari included | 1 |
495,559 | 14,283,973,456 | IssuesEvent | 2020-11-23 11:49:07 | enso-org/enso | https://api.github.com/repos/enso-org/enso | opened | Add `.compare_to` for More Types | Category: Stdlib Change: Non-Breaking Difficulty: Intermediate Priority: Low Size: Medium Status: Help Wanted Type: Enhancement | ### Summary
With #1306 introducing the concept of an `Ordering`, we need to use it in more place. This issue deals with the task of adding `compare_to` for all orderable types.
### Value
We can order more of the standard library types.
### Specification
- [ ] Determine which types in the standard library can... | 1.0 | Add `.compare_to` for More Types - ### Summary
With #1306 introducing the concept of an `Ordering`, we need to use it in more place. This issue deals with the task of adding `compare_to` for all orderable types.
### Value
We can order more of the standard library types.
### Specification
- [ ] Determine whic... | priority | add compare to for more types summary with introducing the concept of an ordering we need to use it in more place this issue deals with the task of adding compare to for all orderable types value we can order more of the standard library types specification determine which typ... | 1 |
58,664 | 3,090,462,082 | IssuesEvent | 2015-08-26 06:52:41 | pavel-pimenov/flylinkdc-r5xx | https://api.github.com/repos/pavel-pimenov/flylinkdc-r5xx | opened | Строка прогресса. При 100% - на 0%... | bug imported Priority-Medium | _From [zzzxzzzy...@gmail.com](https://code.google.com/u/111612712877897236331/) on October 26, 2014 19:36:25_
( r503 -beta96, В ср.с beta24?):
ОкноАкт.соединений: соединение "Скачивание завершено, ожидание..." для чужого "Список файлов"(точнее реально "Частичный список файлов")
- после его усп.закачки:
1) прогре... | 1.0 | Строка прогресса. При 100% - на 0%... - _From [zzzxzzzy...@gmail.com](https://code.google.com/u/111612712877897236331/) on October 26, 2014 19:36:25_
( r503 -beta96, В ср.с beta24?):
ОкноАкт.соединений: соединение "Скачивание завершено, ожидание..." для чужого "Список файлов"(точнее реально "Частичный списо... | priority | строка прогресса при на from on october в ср с окноакт соединений соединение скачивание завершено ожидание для чужого список файлов точнее реально частичный список файлов после его усп закачки прогресс бар на и даже после распак... | 1 |
619,083 | 19,515,742,766 | IssuesEvent | 2021-12-29 09:55:11 | NottCurious/TMIndiaBot | https://api.github.com/repos/NottCurious/TMIndiaBot | closed | Change few log statements to info | enhancement priority: medium | Change some log statements to info because I want to run the bot on info mode instead of debug | 1.0 | Change few log statements to info - Change some log statements to info because I want to run the bot on info mode instead of debug | priority | change few log statements to info change some log statements to info because i want to run the bot on info mode instead of debug | 1 |
398,229 | 11,739,368,267 | IssuesEvent | 2020-03-11 17:35:21 | thaliawww/ThaliApp | https://api.github.com/repos/thaliawww/ThaliApp | closed | Login fails when the username is not lowercase | bug priority: medium | In GitLab by @se-bastiaan on Jan 10, 2018, 21:21
### One-sentence description
Login fails when the username is not lowercase
### Current behaviour
Can't login when I type my username with uppercase character
### Expected behaviour
Can login when I type my username with any character
### Steps to reproduce
1. Tr... | 1.0 | Login fails when the username is not lowercase - In GitLab by @se-bastiaan on Jan 10, 2018, 21:21
### One-sentence description
Login fails when the username is not lowercase
### Current behaviour
Can't login when I type my username with uppercase character
### Expected behaviour
Can login when I type my username ... | priority | login fails when the username is not lowercase in gitlab by se bastiaan on jan one sentence description login fails when the username is not lowercase current behaviour can t login when i type my username with uppercase character expected behaviour can login when i type my username with a... | 1 |
74,078 | 3,428,009,074 | IssuesEvent | 2015-12-10 06:38:18 | facelessuser/pymdown-extensions | https://api.github.com/repos/facelessuser/pymdown-extensions | closed | 11th, 12th, 13th not handled correctly | Bug Priority - Medium Severity - Minor | These are currently only handled as 11st, 12nd, and 13rd which are all wrong. This is easily fixed by changing the tail regex to `(?P<tail>(?<=1)(?:1|2|3)th|1st|2nd|3rd|[04-9]th)`. | 1.0 | 11th, 12th, 13th not handled correctly - These are currently only handled as 11st, 12nd, and 13rd which are all wrong. This is easily fixed by changing the tail regex to `(?P<tail>(?<=1)(?:1|2|3)th|1st|2nd|3rd|[04-9]th)`. | priority | not handled correctly these are currently only handled as and which are all wrong this is easily fixed by changing the tail regex to p th th | 1 |
371,486 | 10,967,509,953 | IssuesEvent | 2019-11-28 09:41:38 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | Possible Real Estate Desk Bug - Money going into owners account | Medium Priority Needs Information Reopen | 
I'm not sure if that is related to the other quirk the desk has, but in this case the table is owned by me, a third player added a deed to sell on my table, he sold it to a third player and the money h... | 1.0 | Possible Real Estate Desk Bug - Money going into owners account - 
I'm not sure if that is related to the other quirk the desk has, but in this case the table is owned by me, a third player added a deed... | priority | possible real estate desk bug money going into owners account i m not sure if that is related to the other quirk the desk has but in this case the table is owned by me a third player added a deed to sell on my table he sold it to a third player and the money has gone to my specified account in earlier v... | 1 |
235,596 | 7,740,594,238 | IssuesEvent | 2018-05-28 23:06:38 | medic/medic-webapp | https://api.github.com/repos/medic/medic-webapp | closed | `Contact is not within place` | Priority: 2 - Medium Status: 5 - Ready Type: Bug UI/UX | When creating/adding a new user in the configuration app, one can create a regional manager restricted to a place and associate that manager with a `Contact` who is in another place.
The screenshot below is a successfully created user
Contact is not within place
 to notify users that these fields can not be empty.
| 1.0 | Clearly mark required fields - Please mark required fields with (*) to notify users that these fields can not be empty.
| priority | clearly mark required fields please mark required fields with to notify users that these fields can not be empty | 1 |
34,663 | 2,784,080,262 | IssuesEvent | 2015-05-07 07:02:22 | Tschokee/Serious_game | https://api.github.com/repos/Tschokee/Serious_game | closed | Menüsorba "Ellenőrzés" gomb | development Medium Priority | főmenüben nem látható
megnyomásra vége a játéknak és előjön a score screen | 1.0 | Menüsorba "Ellenőrzés" gomb - főmenüben nem látható
megnyomásra vége a játéknak és előjön a score screen | priority | menüsorba ellenőrzés gomb főmenüben nem látható megnyomásra vége a játéknak és előjön a score screen | 1 |
436,944 | 12,556,137,134 | IssuesEvent | 2020-06-07 08:41:54 | svthalia/concrexit | https://api.github.com/repos/svthalia/concrexit | opened | Can't add bank account without active membership | bug priority: medium | ### Describe the bug
Users without memberships cannot add a bank account to their account because they don't have the permissions.
### How to reproduce
Steps to reproduce the behaviour:
1. Be a user without an active memberships
2. Try to add a bank account via `/user/finance/accounts/add/`
3. Permission denied... | 1.0 | Can't add bank account without active membership - ### Describe the bug
Users without memberships cannot add a bank account to their account because they don't have the permissions.
### How to reproduce
Steps to reproduce the behaviour:
1. Be a user without an active memberships
2. Try to add a bank account via ... | priority | can t add bank account without active membership describe the bug users without memberships cannot add a bank account to their account because they don t have the permissions how to reproduce steps to reproduce the behaviour be a user without an active memberships try to add a bank account via ... | 1 |
364,890 | 10,774,734,925 | IssuesEvent | 2019-11-03 08:57:58 | imolorhe/altair | https://api.github.com/repos/imolorhe/altair | closed | Add "Reopen closed tab" functionality | Priority: Medium enhancement good first issue hacktoberfest | Given that there are scenarios when you close a tab mistakenly, we should also add a functionality to reopen a closed tab.
Simple functionality is to store (push) the closed tab data into an array in memory (preferably in the store but not persisted), and simply pop the data out of the array when the user wants to r... | 1.0 | Add "Reopen closed tab" functionality - Given that there are scenarios when you close a tab mistakenly, we should also add a functionality to reopen a closed tab.
Simple functionality is to store (push) the closed tab data into an array in memory (preferably in the store but not persisted), and simply pop the data o... | priority | add reopen closed tab functionality given that there are scenarios when you close a tab mistakenly we should also add a functionality to reopen a closed tab simple functionality is to store push the closed tab data into an array in memory preferably in the store but not persisted and simply pop the data o... | 1 |
547,185 | 16,039,285,486 | IssuesEvent | 2021-04-22 05:05:37 | canonical-web-and-design/maas-ui | https://api.github.com/repos/canonical-web-and-design/maas-ui | closed | Composing a LXD VM with multiple interfaces doesn't work | Priority: Medium | Bug originally filed by ack at https://bugs.launchpad.net/bugs/1918713
Trying to test composing a LXD VM with multiple interfaces from the UI, I get a machine with only one.
Steps:
1) go the LXD vM host page, select compose
2) under interfaces, click "define" and then add multiple interfaces (tested with 4). Don't c... | 1.0 | Composing a LXD VM with multiple interfaces doesn't work - Bug originally filed by ack at https://bugs.launchpad.net/bugs/1918713
Trying to test composing a LXD VM with multiple interfaces from the UI, I get a machine with only one.
Steps:
1) go the LXD vM host page, select compose
2) under interfaces, click "define... | priority | composing a lxd vm with multiple interfaces doesn t work bug originally filed by ack at trying to test composing a lxd vm with multiple interfaces from the ui i get a machine with only one steps go the lxd vm host page select compose under interfaces click define and then add multiple interfaces te... | 1 |
206,865 | 7,122,010,635 | IssuesEvent | 2018-01-19 10:11:56 | hackcambridge/hack-cambridge-website | https://api.github.com/repos/hackcambridge/hack-cambridge-website | closed | Add information to maps | Epic: Event Page Priority: Medium | Improve maps on the event page to show information such as:
- Table layout
- Fire exits
- Location of workshops
- Soldering location
- Locations of snacks and food
- Sleeping space
- How to get to Guildhall from Corn Exchange (making orientation clear with registration location, entrances) | 1.0 | Add information to maps - Improve maps on the event page to show information such as:
- Table layout
- Fire exits
- Location of workshops
- Soldering location
- Locations of snacks and food
- Sleeping space
- How to get to Guildhall from Corn Exchange (making orientation clear with registration location, entra... | priority | add information to maps improve maps on the event page to show information such as table layout fire exits location of workshops soldering location locations of snacks and food sleeping space how to get to guildhall from corn exchange making orientation clear with registration location entra... | 1 |
40,640 | 2,868,933,322 | IssuesEvent | 2015-06-05 22:02:45 | dart-lang/pub | https://api.github.com/repos/dart-lang/pub | closed | Request to host package - bench 0.0.5 | bug Fixed Priority-Medium Pub-HostRequest | _Originally opened as dart-lang/sdk#6715_
*This issue was originally filed by ross.m....@gmail.com*
_____
https://github.com/rmsmith/bench
FYI I've changed my email in the pubspec.yaml - in hindsight I prefer to have a dedicated email for the public rather than my personal email - I hope this doesn't cause any t... | 1.0 | Request to host package - bench 0.0.5 - _Originally opened as dart-lang/sdk#6715_
*This issue was originally filed by ross.m....@gmail.com*
_____
https://github.com/rmsmith/bench
FYI I've changed my email in the pubspec.yaml - in hindsight I prefer to have a dedicated email for the public rather than my personal... | priority | request to host package bench originally opened as dart lang sdk this issue was originally filed by ross m gmail com fyi i ve changed my email in the pubspec yaml in hindsight i prefer to have a dedicated email for the public rather than my personal email i hope this doesn t cause a... | 1 |
361,226 | 10,705,960,607 | IssuesEvent | 2019-10-24 14:35:45 | AY1920S1-CS2103T-F11-2/main | https://api.github.com/repos/AY1920S1-CS2103T-F11-2/main | closed | Display "days left" / "expired" labels on GUI | priority.Medium type.Enhancement | The labels will be displayed next to the expiry date on the item card. | 1.0 | Display "days left" / "expired" labels on GUI - The labels will be displayed next to the expiry date on the item card. | priority | display days left expired labels on gui the labels will be displayed next to the expiry date on the item card | 1 |
791,624 | 27,869,866,981 | IssuesEvent | 2023-03-21 12:49:49 | Snapmaker/Luban | https://api.github.com/repos/Snapmaker/Luban | closed | Bug: Error Loading Certain SVG Files | Type: Bug/Bug Fix Category: Editor Category: Laser Category: CNC Priority: Medium | <!--🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅
Oh hi there! 😄
To expedite issue processing please search open and closed issues before submitting a new one.
Existing issues often contain information about workarounds, resolution, or progress updates.
🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅... | 1.0 | Bug: Error Loading Certain SVG Files - <!--🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅
Oh hi there! 😄
To expedite issue processing please search open and closed issues before submitting a new one.
Existing issues often contain information about workarounds, resolution, or progress updates.
... | priority | bug error loading certain svg files 🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅 oh hi there 😄 to expedite issue processing please search open and closed issues before submitting a new one existing issues often contain information about workarounds resolution or progress updates ... | 1 |
437,975 | 12,609,042,463 | IssuesEvent | 2020-06-12 00:16:51 | momentum-mod/game | https://api.github.com/repos/momentum-mod/game | closed | Main game options panel should be proportional | Priority: Medium Size: Medium Type: Enhancement | The main options panel is not proportional by default, and should be edited to be so.
Ties to #224 in a way. | 1.0 | Main game options panel should be proportional - The main options panel is not proportional by default, and should be edited to be so.
Ties to #224 in a way. | priority | main game options panel should be proportional the main options panel is not proportional by default and should be edited to be so ties to in a way | 1 |
477,585 | 13,764,932,105 | IssuesEvent | 2020-10-07 12:46:32 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | opened | [0.9.1.0 beta develop-77] Civics: Ignore auth trigger issues | Category: Laws Priority: Medium | Checked through the action type triggers and collected a list of those that have an issue.
Economy Trigger
- Inventory Action
- Deposit, retrieve
Pollution Trigger
- Drop Garbage
Farming Trigger
- Plant seeds
Crafting Trigger
- Add Labor to craft
Economy Trigger
- Craft Currency ( not to be mistaken with m... | 1.0 | [0.9.1.0 beta develop-77] Civics: Ignore auth trigger issues - Checked through the action type triggers and collected a list of those that have an issue.
Economy Trigger
- Inventory Action
- Deposit, retrieve
Pollution Trigger
- Drop Garbage
Farming Trigger
- Plant seeds
Crafting Trigger
- Add Labor to craft... | priority | civics ignore auth trigger issues checked through the action type triggers and collected a list of those that have an issue economy trigger inventory action deposit retrieve pollution trigger drop garbage farming trigger plant seeds crafting trigger add labor to craft economy trigger cra... | 1 |
642,054 | 20,866,157,382 | IssuesEvent | 2022-03-22 07:25:05 | AY2122S2-CS2113T-T09-2/tp | https://api.github.com/repos/AY2122S2-CS2113T-T09-2/tp | closed | Clear My Schedule for a Day | priority.Medium type.Story | As a user, I can clear a plan for a specific day so that I can free up that day for other things that I want to do. | 1.0 | Clear My Schedule for a Day - As a user, I can clear a plan for a specific day so that I can free up that day for other things that I want to do. | priority | clear my schedule for a day as a user i can clear a plan for a specific day so that i can free up that day for other things that i want to do | 1 |
692,127 | 23,723,722,172 | IssuesEvent | 2022-08-30 17:32:54 | WordPress/openverse-frontend | https://api.github.com/repos/WordPress/openverse-frontend | closed | Add unit test for healthcheck middleware | 🟨 priority: medium ✨ goal: improvement 🤖 aspect: dx | The new healthcheck added in #1717 needs a simple unit test added. | 1.0 | Add unit test for healthcheck middleware - The new healthcheck added in #1717 needs a simple unit test added. | priority | add unit test for healthcheck middleware the new healthcheck added in needs a simple unit test added | 1 |
547,212 | 16,040,114,007 | IssuesEvent | 2021-04-22 06:40:23 | Seniorendi/AdvancedPeripherals | https://api.github.com/repos/Seniorendi/AdvancedPeripherals | closed | [Issue] Energy Detector sometimes voids energy, or is an infinit energy source without input | 1.16x Fixed/Added in dev Priority-Medium bug | # Describe
## Expected
- measures the throughput and allows to limit it
- input and output of the Energy Detector are always the same
- no energy is lost (or only a bit as energy consumption of the Energy Detector)
## Observed
1. one time it suddenly was an infinity energy source even without an input att... | 1.0 | [Issue] Energy Detector sometimes voids energy, or is an infinit energy source without input - # Describe
## Expected
- measures the throughput and allows to limit it
- input and output of the Energy Detector are always the same
- no energy is lost (or only a bit as energy consumption of the Energy Detector)
... | priority | energy detector sometimes voids energy or is an infinit energy source without input describe expected measures the throughput and allows to limit it input and output of the energy detector are always the same no energy is lost or only a bit as energy consumption of the energy detector ob... | 1 |
543,321 | 15,879,880,374 | IssuesEvent | 2021-04-09 13:02:22 | geosolutions-it/MapStore2-C040 | https://api.github.com/repos/geosolutions-it/MapStore2-C040 | opened | Enable the Visual style editor (Test Env) | C040-2020-COMUNE_GE-SUPPORT Priority: Medium Support Request | ### Description
The client requested to enable the Visual Stile Editor in the MS version we have recently installed.
We have to proceed first on enabling this in Test environment and do some funcitonal tests to see if further actions are necessary.
### Other useful information (optional):
| 1.0 | Enable the Visual style editor (Test Env) - ### Description
The client requested to enable the Visual Stile Editor in the MS version we have recently installed.
We have to proceed first on enabling this in Test environment and do some funcitonal tests to see if further actions are necessary.
### Other useful informati... | priority | enable the visual style editor test env description the client requested to enable the visual stile editor in the ms version we have recently installed we have to proceed first on enabling this in test environment and do some funcitonal tests to see if further actions are necessary other useful informati... | 1 |
479,697 | 13,804,713,696 | IssuesEvent | 2020-10-11 10:20:44 | JoseExposito/touchegg | https://api.github.com/repos/JoseExposito/touchegg | closed | touchegg crashes with awesome wm | Priority-Medium bug | I use the SEND_KEYS configuration. It crashes only on clean desktop when there aren't running apps.
Here is the crash log:
Gesture begin detected
Gesture information:
Fingers: 4
Type: SWIPE
Direction: LEFT
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request... | 1.0 | touchegg crashes with awesome wm - I use the SEND_KEYS configuration. It crashes only on clean desktop when there aren't running apps.
Here is the crash log:
Gesture begin detected
Gesture information:
Fingers: 4
Type: SWIPE
Direction: LEFT
X Error of failed request: BadWindow (invalid Window parameter... | priority | touchegg crashes with awesome wm i use the send keys configuration it crashes only on clean desktop when there aren t running apps here is the crash log gesture begin detected gesture information fingers type swipe direction left x error of failed request badwindow invalid window parameter... | 1 |
772,827 | 27,137,610,944 | IssuesEvent | 2023-02-16 14:18:10 | KryptonMC/Krypton | https://api.github.com/repos/KryptonMC/Krypton | closed | Separate out the embedded services in to separate plugins | enhancement priority: medium area: api area: server | Currently, there are services for ban and whitelist management, vanishing, and AFK.
The ban service should be removed, and the vanilla ban system will become a separate embedded plugin.
The whitelist service should be removed, and the vanilla whitelist system will become a separate embedded plugin.
The vanish serv... | 1.0 | Separate out the embedded services in to separate plugins - Currently, there are services for ban and whitelist management, vanishing, and AFK.
The ban service should be removed, and the vanilla ban system will become a separate embedded plugin.
The whitelist service should be removed, and the vanilla whitelist sys... | priority | separate out the embedded services in to separate plugins currently there are services for ban and whitelist management vanishing and afk the ban service should be removed and the vanilla ban system will become a separate embedded plugin the whitelist service should be removed and the vanilla whitelist sys... | 1 |
706,247 | 24,262,940,611 | IssuesEvent | 2022-09-28 01:45:33 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | [DocDB] PITR: Move client side validations and logic to master for restore schedule | kind/enhancement area/docdb priority/medium | Jira Link: [DB-3023](https://yugabyte.atlassian.net/browse/DB-3023)
### Description
1. When we create a snapshot schedule, we have validations that we perform on the request at the `yb-admin` layer. When we integrate PITR with `yb-anywhere` we would need similar validations so better to have all the checks in one pla... | 1.0 | [DocDB] PITR: Move client side validations and logic to master for restore schedule - Jira Link: [DB-3023](https://yugabyte.atlassian.net/browse/DB-3023)
### Description
1. When we create a snapshot schedule, we have validations that we perform on the request at the `yb-admin` layer. When we integrate PITR with `yb-a... | priority | pitr move client side validations and logic to master for restore schedule jira link description when we create a snapshot schedule we have validations that we perform on the request at the yb admin layer when we integrate pitr with yb anywhere we would need similar validations so better to hav... | 1 |
595,379 | 18,064,931,083 | IssuesEvent | 2021-09-20 17:57:39 | tree-sitter/tree-sitter-javascript | https://api.github.com/repos/tree-sitter/tree-sitter-javascript | closed | Incorrect parse error on array destructuring when LHS includes a property access | bug priority:medium | The following code
```
[obj.a] = [a];
```
is parsed by tree-sitter as
```
program [0, 0] - [1, 0]
expression_statement [0, 0] - [0, 14]
subscript_expression [0, 0] - [0, 13]
object: array [0, 0] - [0, 7]
member_expression [0, 1] - [0, 6]
object: identifier [0, 1] - [0, 4]... | 1.0 | Incorrect parse error on array destructuring when LHS includes a property access - The following code
```
[obj.a] = [a];
```
is parsed by tree-sitter as
```
program [0, 0] - [1, 0]
expression_statement [0, 0] - [0, 14]
subscript_expression [0, 0] - [0, 13]
object: array [0, 0] - [0, 7]
... | priority | incorrect parse error on array destructuring when lhs includes a property access the following code is parsed by tree sitter as program expression statement subscript expression object array member expression object ide... | 1 |
25,772 | 2,683,977,035 | IssuesEvent | 2015-03-28 14:47:25 | ConEmu/old-issues | https://api.github.com/repos/ConEmu/old-issues | closed | Скролбар мешает выделению текста у правого края окна | 1 star bug imported Priority-Medium | _From [thecybershadow](https://code.google.com/u/thecybershadow/) on December 01, 2010 05:04:57_
При выделении текста посредством ConEmu когда запущена консольная программа, невозможно выделить текст с правого края окна, так как автоматически появляется скролбар.
_Original issue: http://code.google.com/p/conemu-maxim... | 1.0 | Скролбар мешает выделению текста у правого края окна - _From [thecybershadow](https://code.google.com/u/thecybershadow/) on December 01, 2010 05:04:57_
При выделении текста посредством ConEmu когда запущена консольная программа, невозможно выделить текст с правого края окна, так как автоматически появляется скролбар.
... | priority | скролбар мешает выделению текста у правого края окна from on december при выделении текста посредством conemu когда запущена консольная программа невозможно выделить текст с правого края окна так как автоматически появляется скролбар original issue | 1 |
360,170 | 10,685,080,594 | IssuesEvent | 2019-10-22 11:57:38 | JustBru00/RenamePlugin | https://api.github.com/repos/JustBru00/RenamePlugin | opened | Add XP level cost for commands | Addition Request Medium Priority Possible TODO | Requested by PenguinsLickYou on spigotmc.org.
Should work just like economy but, with xp levels instead.
Might be able to use the existing economy manager to handle the xp levels and error handling, although it will probably need to be a separate XpCostManager | 1.0 | Add XP level cost for commands - Requested by PenguinsLickYou on spigotmc.org.
Should work just like economy but, with xp levels instead.
Might be able to use the existing economy manager to handle the xp levels and error handling, although it will probably need to be a separate XpCostManager | priority | add xp level cost for commands requested by penguinslickyou on spigotmc org should work just like economy but with xp levels instead might be able to use the existing economy manager to handle the xp levels and error handling although it will probably need to be a separate xpcostmanager | 1 |
90,033 | 3,808,312,369 | IssuesEvent | 2016-03-25 14:28:19 | BugBusterSWE/documentation | https://api.github.com/repos/BugBusterSWE/documentation | closed | Scrittura introduzione specifica tecnica | Manager priority:medium | *Documento in cui si trova il problema*:
Specifica Tecnica
*Descrizione del problema*:
Scrivere l'introduzione
*Punti da svolgere per risolvere il problema*:
- [x] Scrivere l'introduzione generale
- [x] Definire fonti di studio delle tecnologie | 1.0 | Scrittura introduzione specifica tecnica - *Documento in cui si trova il problema*:
Specifica Tecnica
*Descrizione del problema*:
Scrivere l'introduzione
*Punti da svolgere per risolvere il problema*:
- [x] Scrivere l'introduzione generale
- [x] Definire fonti di studio delle tecnologie | priority | scrittura introduzione specifica tecnica documento in cui si trova il problema specifica tecnica descrizione del problema scrivere l introduzione punti da svolgere per risolvere il problema scrivere l introduzione generale definire fonti di studio delle tecnologie | 1 |
117,268 | 4,713,025,683 | IssuesEvent | 2016-10-14 18:40:56 | proveit-js/proveit | https://api.github.com/repos/proveit-js/proveit | closed | Extract out using into wrapper script | bug imported Priority-Medium | _From [matthew.flaschen@gatech.edu](https://code.google.com/u/108647890027017428365/) on March 01, 2013 02:26:20_
Using the wrapper dev script as described at #153, the using call should also be pulled into the wrapper. That keeps the main script smaller (and slightly faster) and still allows successful dev usings ... | 1.0 | Extract out using into wrapper script - _From [matthew.flaschen@gatech.edu](https://code.google.com/u/108647890027017428365/) on March 01, 2013 02:26:20_
Using the wrapper dev script as described at #153, the using call should also be pulled into the wrapper. That keeps the main script smaller (and slightly faster)... | priority | extract out using into wrapper script from on march using the wrapper dev script as described at the using call should also be pulled into the wrapper that keeps the main script smaller and slightly faster and still allows successful dev usings to be copied modulo formatting into the gad... | 1 |
707,957 | 24,325,485,004 | IssuesEvent | 2022-09-30 14:26:13 | owncloud/web | https://api.github.com/repos/owncloud/web | opened | Search result confuses the path | Type:Bug Priority:p3-medium | ownCloud Web UI 5.7.0
Infinite Scale 2.0.0-beta.8+befe44245 Community
lets imagine:
einstein is member-viewer of the space.
if manager wants to give einstein ability to edit one folder- he shares folder to einstein as editor
Steps:
- admin creates space with folder "einsteinFol"
- admin adds einstein as ... | 1.0 | Search result confuses the path - ownCloud Web UI 5.7.0
Infinite Scale 2.0.0-beta.8+befe44245 Community
lets imagine:
einstein is member-viewer of the space.
if manager wants to give einstein ability to edit one folder- he shares folder to einstein as editor
Steps:
- admin creates space with folder "einst... | priority | search result confuses the path owncloud web ui infinite scale beta community lets imagine einstein is member viewer of the space if manager wants to give einstein ability to edit one folder he shares folder to einstein as editor steps admin creates space with folder einsteinfol ... | 1 |
325,259 | 9,921,686,599 | IssuesEvent | 2019-06-30 20:25:52 | Progressive335/Progressive335 | https://api.github.com/repos/Progressive335/Progressive335 | opened | [Progression] Improve realm firsts/seasons rewards | bug custom enhancement medium priority progression system | Should be able to give multiple rewards with multiple amounts instead of one. | 1.0 | [Progression] Improve realm firsts/seasons rewards - Should be able to give multiple rewards with multiple amounts instead of one. | priority | improve realm firsts seasons rewards should be able to give multiple rewards with multiple amounts instead of one | 1 |
758,902 | 26,573,276,797 | IssuesEvent | 2023-01-21 13:10:05 | AlphaBeta906/BloodAlchemy2 | https://api.github.com/repos/AlphaBeta906/BloodAlchemy2 | opened | Element creation system | issue: feature priority: 2-medium release: canary | ## Introduction
Self explanatory, most of the logic will be stolen from Blood Alchemy (with some edits). You can add multiple inputs (and even ones from the same element), so 2 Fire and 1 Water as an input is valid. Functions/processes can't be chained in a single equation (will try to do that soon.) The colors will b... | 1.0 | Element creation system - ## Introduction
Self explanatory, most of the logic will be stolen from Blood Alchemy (with some edits). You can add multiple inputs (and even ones from the same element), so 2 Fire and 1 Water as an input is valid. Functions/processes can't be chained in a single equation (will try to do tha... | priority | element creation system introduction self explanatory most of the logic will be stolen from blood alchemy with some edits you can add multiple inputs and even ones from the same element so fire and water as an input is valid functions processes can t be chained in a single equation will try to do tha... | 1 |
561,908 | 16,626,967,382 | IssuesEvent | 2021-06-03 10:49:46 | vanjarosoftware/Vanjaro.Platform | https://api.github.com/repos/vanjarosoftware/Vanjaro.Platform | opened | Inject theme and blocks js using embeded resource | Area: Backend Enhancement Priority: Medium Release: Minor | **Product & Version**
Bug applies to Vanjaro Platform or Vanjaro for DNN. Be sure to include the version.
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**... | 1.0 | Inject theme and blocks js using embeded resource - **Product & Version**
Bug applies to Vanjaro Platform or Vanjaro for DNN. Be sure to include the version.
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on ... | priority | inject theme and blocks js using embeded resource product version bug applies to vanjaro platform or vanjaro for dnn be sure to include the version describe the bug a clear and concise description of what the bug is to reproduce steps to reproduce the behavior go to click on ... | 1 |
14,932 | 2,611,048,727 | IssuesEvent | 2015-02-27 00:22:25 | alistairreilly/andors-trail | https://api.github.com/repos/alistairreilly/andors-trail | closed | Item reward from quests | auto-migrated Milestone-0.6.7 Priority-Medium Type-Enhancement | ```
Rewards from quests can currently only be "keys" (used in other dialog or
reaching certain map parts) gold or exp. It would be nice if a reward could be
an item. This requires some change to the dialog system and possibly the dialog
editor.
Either we could make it so that the reward is a droplist, or a specific... | 1.0 | Item reward from quests - ```
Rewards from quests can currently only be "keys" (used in other dialog or
reaching certain map parts) gold or exp. It would be nice if a reward could be
an item. This requires some change to the dialog system and possibly the dialog
editor.
Either we could make it so that the reward is... | priority | item reward from quests rewards from quests can currently only be keys used in other dialog or reaching certain map parts gold or exp it would be nice if a reward could be an item this requires some change to the dialog system and possibly the dialog editor either we could make it so that the reward is... | 1 |
197,339 | 6,954,492,869 | IssuesEvent | 2017-12-07 01:45:02 | minio/minio | https://api.github.com/repos/minio/minio | closed | PutObject XMinioWriteQuorum error despite all disks showing as online in distributed cluster | priority: medium | <!--- Provide a general summary of the issue in the Title above -->
## 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 -->
PutObject requests should succeed when write quorum is reached.
## Current Beha... | 1.0 | PutObject XMinioWriteQuorum error despite all disks showing as online in distributed cluster - <!--- Provide a general summary of the issue in the Title above -->
## Expected Behavior
<!--- If you're describing a bug, tell us what should happen -->
<!--- If you're suggesting a change/improvement, tell us how it shou... | priority | putobject xminiowritequorum error despite all disks showing as online in distributed cluster expected behavior putobject requests should succeed when write quorum is reached current behavior putobject requests consistently fail with code xminiowritequorum and message multiple disks failu... | 1 |
384,955 | 11,406,417,253 | IssuesEvent | 2020-01-31 14:17:04 | strapi/strapi | https://api.github.com/repos/strapi/strapi | closed | Group doesn't appear on findAll with relations | priority: medium status: confirmed type: bug 🐛 | **Describe the bug**
I have 2 content types: Firefighter & Case. I designed them in order to have a relation between them (One-to-One). My Case has 3 Group (BPM, Gyroscope, Accelerometer). When I call the Case endpoint I get everything (Field + Group) as following :
```
#GET /cases
[
{
"id": 1,
... | 1.0 | Group doesn't appear on findAll with relations - **Describe the bug**
I have 2 content types: Firefighter & Case. I designed them in order to have a relation between them (One-to-One). My Case has 3 Group (BPM, Gyroscope, Accelerometer). When I call the Case endpoint I get everything (Field + Group) as following :
``... | priority | group doesn t appear on findall with relations describe the bug i have content types firefighter case i designed them in order to have a relation between them one to one my case has group bpm gyroscope accelerometer when i call the case endpoint i get everything field group as following ... | 1 |
76,960 | 3,506,232,558 | IssuesEvent | 2016-01-08 04:55:37 | OregonCore/OregonCore | https://api.github.com/repos/OregonCore/OregonCore | closed | Mage Talent: Arcane Potency (BB #19) | migrated Priority: Medium Type: Bug | This issue was migrated from bitbucket.
**Original Reporter:** oregon
**Original Date:** 08.01.2010 23:19:23 GMT+0000
**Original Priority:** major
**Original Type:** bug
**Original State:** resolved
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/19
<hr>
Arcane Potency Don't Work :( | 1.0 | Mage Talent: Arcane Potency (BB #19) - This issue was migrated from bitbucket.
**Original Reporter:** oregon
**Original Date:** 08.01.2010 23:19:23 GMT+0000
**Original Priority:** major
**Original Type:** bug
**Original State:** resolved
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/19
<hr>
Arcane Po... | priority | mage talent arcane potency bb this issue was migrated from bitbucket original reporter oregon original date gmt original priority major original type bug original state resolved direct link arcane potency don t work | 1 |
396,296 | 11,707,193,451 | IssuesEvent | 2020-03-08 04:15:14 | gadenbuie/rsthemes | https://api.github.com/repos/gadenbuie/rsthemes | opened | Port improvements in light theme to dark themes | priority: medium status: planned type: maintenance | Bring improvements made for Flat White in the light theme template to the dark themes. See [_rstudio-light.scss](https://github.com/gadenbuie/rsthemes/blob/2bf2ddacbb64308f4fef23bd5b50a3479124f28e/inst/templates/rstudio/_rstudio-light.scss) | 1.0 | Port improvements in light theme to dark themes - Bring improvements made for Flat White in the light theme template to the dark themes. See [_rstudio-light.scss](https://github.com/gadenbuie/rsthemes/blob/2bf2ddacbb64308f4fef23bd5b50a3479124f28e/inst/templates/rstudio/_rstudio-light.scss) | priority | port improvements in light theme to dark themes bring improvements made for flat white in the light theme template to the dark themes see | 1 |
108,871 | 4,357,147,922 | IssuesEvent | 2016-08-02 00:10:35 | Polymer/polymer-cli | https://api.github.com/repos/Polymer/polymer-cli | closed | gulp tasks (build-all & lint) silently failing due to sub-task depcheck | Priority: Medium Status: Available Type: Maintenance | Notice that depcheck starts but never finishes, and the final build sub-task is never run.
```
$ gulp build-all
[11:14:44] Using gulpfile ~/Code/polytool/gulpfile.js
[11:14:44] Starting 'build-all'...
[11:14:44] Starting 'clean'...
[11:14:44] Finished 'clean' after 2.97 ms
[11:14:44] Starting 'init'...
[11:14:5... | 1.0 | gulp tasks (build-all & lint) silently failing due to sub-task depcheck - Notice that depcheck starts but never finishes, and the final build sub-task is never run.
```
$ gulp build-all
[11:14:44] Using gulpfile ~/Code/polytool/gulpfile.js
[11:14:44] Starting 'build-all'...
[11:14:44] Starting 'clean'...
[11:14:... | priority | gulp tasks build all lint silently failing due to sub task depcheck notice that depcheck starts but never finishes and the final build sub task is never run gulp build all using gulpfile code polytool gulpfile js starting build all starting clean finished clean after ms ... | 1 |
489,196 | 14,102,424,428 | IssuesEvent | 2020-11-06 08:44:04 | ansible-collections/azure | https://api.github.com/repos/ansible-collections/azure | closed | azure_rm_sqldatabase - edition don't work | has_pr medium_priority | ##### SUMMARY
This issue logically the same as https://github.com/ansible/ansible/issues/57965.
There is no way to specify `sku` for `azure_rm_sqldatabase` module. If I specify `edition` parameter - I have an exception.
##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
azure_rm_sqldatabase
##### ANSIBLE V... | 1.0 | azure_rm_sqldatabase - edition don't work - ##### SUMMARY
This issue logically the same as https://github.com/ansible/ansible/issues/57965.
There is no way to specify `sku` for `azure_rm_sqldatabase` module. If I specify `edition` parameter - I have an exception.
##### ISSUE TYPE
- Bug Report
##### COMPONENT N... | priority | azure rm sqldatabase edition don t work summary this issue logically the same as there is no way to specify sku for azure rm sqldatabase module if i specify edition parameter i have an exception issue type bug report component name azure rm sqldatabase ansible vers... | 1 |
726,042 | 24,985,730,828 | IssuesEvent | 2022-11-02 14:56:48 | metaplex-foundation/amman | https://api.github.com/repos/metaplex-foundation/amman | closed | Assert error from logs not working in case of runtime errors | priority: medium amman:asserts | The `assertError` is not parsing the errors correctly when a runtime error occurs in the transaction:

A test example can be found here: https://github.com/metaplex-foundation/mpl-candy-guard/pull/46/commits... | 1.0 | Assert error from logs not working in case of runtime errors - The `assertError` is not parsing the errors correctly when a runtime error occurs in the transaction:

A test example can be found here: https:/... | priority | assert error from logs not working in case of runtime errors the asserterror is not parsing the errors correctly when a runtime error occurs in the transaction a test example can be found here | 1 |
422,958 | 12,288,847,625 | IssuesEvent | 2020-05-09 18:37:04 | HW-PlayersPatch/Development | https://api.github.com/repos/HW-PlayersPatch/Development | closed | HW2 Collector Repair Rate | Priority2: Medium Status1: In Discussion Type5: Balance | Fear: "hw2 coll repair is trash"
Its usually best to keep harvesting, until super late game when you've got a big 10-20k ru bank. Then pull colls to repair and win some key battles. I did a quick shitty non-accurate test, and looks like 6 supports heal a hw2 cruiser twice as fast as 6 repair colls. Its prolly fine f... | 1.0 | HW2 Collector Repair Rate - Fear: "hw2 coll repair is trash"
Its usually best to keep harvesting, until super late game when you've got a big 10-20k ru bank. Then pull colls to repair and win some key battles. I did a quick shitty non-accurate test, and looks like 6 supports heal a hw2 cruiser twice as fast as 6 rep... | priority | collector repair rate fear coll repair is trash its usually best to keep harvesting until super late game when you ve got a big ru bank then pull colls to repair and win some key battles i did a quick shitty non accurate test and looks like supports heal a cruiser twice as fast as repair colls... | 1 |
246,605 | 7,895,427,484 | IssuesEvent | 2018-06-29 03:12:41 | aowen87/BAR | https://api.github.com/repos/aowen87/BAR | closed | Add ability to specify Curve plot annotations. | Expected Use: 3 - Occasional Feature Impact: 3 - Medium OS: All Priority: High Support Group: Any version: 2.12.3 | We have tabs for 2D and 3D in the annotations, but none for curves. This seems like a big oversight. Dinesh Shetty was specifically interested in time for the x axis. Ideally, he would like this to come from his curve file. This could have been a work around, but it doesn't exist.
-----------------------REDMINE MIGR... | 1.0 | Add ability to specify Curve plot annotations. - We have tabs for 2D and 3D in the annotations, but none for curves. This seems like a big oversight. Dinesh Shetty was specifically interested in time for the x axis. Ideally, he would like this to come from his curve file. This could have been a work around, but it does... | priority | add ability to specify curve plot annotations we have tabs for and in the annotations but none for curves this seems like a big oversight dinesh shetty was specifically interested in time for the x axis ideally he would like this to come from his curve file this could have been a work around but it doesn ... | 1 |
389,944 | 11,519,715,102 | IssuesEvent | 2020-02-14 13:25:05 | ooni/ooni.org | https://api.github.com/repos/ooni/ooni.org | closed | Improve SEO of ooni.org | enhancement priority/medium website | Due to the HUGO limitation I don't know how much SEO can be done.
(It is said that search engine bots are blind. They follow braille(HTML) lines to increase their understanding of each page.)
Here are some things to get started:
**High priority:**
- [x] Change title to: `<title> {{.Title}} - OONI </title>` (or... | 1.0 | Improve SEO of ooni.org - Due to the HUGO limitation I don't know how much SEO can be done.
(It is said that search engine bots are blind. They follow braille(HTML) lines to increase their understanding of each page.)
Here are some things to get started:
**High priority:**
- [x] Change title to: `<title> {{.Tit... | priority | improve seo of ooni org due to the hugo limitation i don t know how much seo can be done it is said that search engine bots are blind they follow braille html lines to increase their understanding of each page here are some things to get started high priority change title to title o... | 1 |
464,005 | 13,304,989,244 | IssuesEvent | 2020-08-25 17:48:44 | LLK/scratch-www | https://api.github.com/repos/LLK/scratch-www | closed | Poll for notification count updates using decaying time | High Impact Medium Severity enhancement performance priority 2 | We currently poll for notification counts on a regular basis, in both www and scratchr2.
We should instead check for updates using decaying times -- 5 minutes, then 10 minutes, then 20 minutes, etc.
The endpoint accounts for about 1/3 of our api backend time. | 1.0 | Poll for notification count updates using decaying time - We currently poll for notification counts on a regular basis, in both www and scratchr2.
We should instead check for updates using decaying times -- 5 minutes, then 10 minutes, then 20 minutes, etc.
The endpoint accounts for about 1/3 of our api backend ti... | priority | poll for notification count updates using decaying time we currently poll for notification counts on a regular basis in both www and we should instead check for updates using decaying times minutes then minutes then minutes etc the endpoint accounts for about of our api backend time | 1 |
251,241 | 8,001,865,698 | IssuesEvent | 2018-07-23 06:04:15 | Repair-DeskPOS/RepairDesk-BUGS-IMPROVEMENTS | https://api.github.com/repos/Repair-DeskPOS/RepairDesk-BUGS-IMPROVEMENTS | closed | 504 Syntax Error | Assigned to developer Medium Priority bug help wanted | I have this Syntax error and when i am trying to select the correct Woocommerce category it is not working.
Maybe these are both linked and i cannot select it because the Syntax Error?
| 1.0 | 504 Syntax Error - I have this Syntax error and when i am trying to select the correct Woocommerce category it is not working.
Maybe these are both linked and i cannot select it because the Syntax Error?
| priority | syntax error i have this syntax error and when i am trying to select the correct woocommerce category it is not working maybe these are both linked and i cannot select it because the syntax error | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.