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 844 | labels stringlengths 4 721 | body stringlengths 1 261k | index stringclasses 12 values | text_combine stringlengths 96 261k | label stringclasses 2 values | text stringlengths 96 248k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
778,966 | 27,334,547,282 | IssuesEvent | 2023-02-26 02:43:33 | School-Simplified-HR-Automations/HR-Automation | https://api.github.com/repos/School-Simplified-HR-Automations/HR-Automation | closed | CD: Auto-deploy to production | enhancement low priority semver: minor | This feature will auto-deploy to production once a change is made on GitHub. The following is needed:
### API:
- [X] The `/internal/update` endpoint will require a Bearer authentication key. Key to be made in D.M.s. Assigned @tm21cy
- [ ] Use a similar workflow to the one made in #9 to pull and auto-restart. Log the pull and restart. Assigned @net-tech
- [ ] Make the GitHub action that does this. It should only run after a **P.R.** is merged. Assigned @net-tech
### Checklist
- [x] API Endpoint
- [ ] Add other backend functionality.
- [ ] Add GitHub action.
- [ ] Test. | 1.0 | CD: Auto-deploy to production - This feature will auto-deploy to production once a change is made on GitHub. The following is needed:
### API:
- [X] The `/internal/update` endpoint will require a Bearer authentication key. Key to be made in D.M.s. Assigned @tm21cy
- [ ] Use a similar workflow to the one made in #9 to pull and auto-restart. Log the pull and restart. Assigned @net-tech
- [ ] Make the GitHub action that does this. It should only run after a **P.R.** is merged. Assigned @net-tech
### Checklist
- [x] API Endpoint
- [ ] Add other backend functionality.
- [ ] Add GitHub action.
- [ ] Test. | priority | cd auto deploy to production this feature will auto deploy to production once a change is made on github the following is needed api the internal update endpoint will require a bearer authentication key key to be made in d m s assigned use a similar workflow to the one made in to pull and auto restart log the pull and restart assigned net tech make the github action that does this it should only run after a p r is merged assigned net tech checklist api endpoint add other backend functionality add github action test | 1 |
524,482 | 15,214,644,049 | IssuesEvent | 2021-02-17 13:28:52 | canonical-web-and-design/cookie-policy | https://api.github.com/repos/canonical-web-and-design/cookie-policy | closed | Scrolling on the background is not blocked properly | Bug 🐛 Priority: Low | The background scroll lock is not always working and I believe the following steps should fix it:
1. The `scroll-lock` class should set the height and width of the body to the height and width of the viewport
2. The default `dialog` style should be overwritten. Currently it is not and it appends a square to the end of the page

| 1.0 | Scrolling on the background is not blocked properly - The background scroll lock is not always working and I believe the following steps should fix it:
1. The `scroll-lock` class should set the height and width of the body to the height and width of the viewport
2. The default `dialog` style should be overwritten. Currently it is not and it appends a square to the end of the page

| priority | scrolling on the background is not blocked properly the background scroll lock is not always working and i believe the following steps should fix it the scroll lock class should set the height and width of the body to the height and width of the viewport the default dialog style should be overwritten currently it is not and it appends a square to the end of the page | 1 |
330,840 | 10,056,380,269 | IssuesEvent | 2019-07-22 09:01:23 | laterpay/laterpay-wordpress-plugin | https://api.github.com/repos/laterpay/laterpay-wordpress-plugin | closed | Merchants want to control purchase option order in Overlays and specify which one is pre-selected | Low Priority | # User Story
As a LaterPay merchant, I would like to control the order that items appear in the purchase overlay so that I can ensure my pricing overlay is cohesive and does not add any friction to the end user experience.
# Acceptance Criteria
Update the `LaterPay Content` Section
- It should expand and collapse like the `Global Default Price` Section
- Styles should match the `Global Default Price` Section
Allow the merchant to customize the order of the items in the purchase overlay by:
- Create a `Customize Overlay Section`
- Should expand & collapse & be styled like the `Global Default Price` Section
- It should allow the merchant to select the order that the purchase options are displayed in the overlay
- Default Order `selected by default`
- Ascending
- Descending
- It should allow the merchant to select which purchase option is selected by default
_In the options below, if they choose Time Pass or Subscription and there are multiple Time Passes or Subscriptions available, we should pre-select the first one._
For example: If they choose `By Price (Descending) - Most expensive option listed first` and `Time Pass` the pre-selected option would be the most expensive time pass.
- The First Option `selected by default`
- Single Purchase
- Time Pass
- Subscription
# Copy
English | German | Notes
-- | -- | --
**In what order should the purchase options be displayed?** | **In welcher Reihenfolge sollen die Kaufoptionen angezeigt werden?** |
**Default Order** - Single Purchase, Time Pass, the Subscription. | **Standardbestellung** - Einzelkauf, Zeitpässe, Abonnement.|
If multiple Time Passes or Subscriptions, they will be shown in the order they were created. | Wenn mehrere Zeitpässe oder Abonnements bestehen, werden sie in der Reihenfolge ihrer Erstellung angezeigt.|
**By Price (Ascending)** - Least expensive option listed first | **Nach Preis (Aufsteigend)** - Günstigste Option zuerst aufgeführt|
**By Price (Descending)** - Most expensive option listed first | **Nach Preis (Absteigend)** - Teuerste Option zuerst aufgeführt |
**Which purchase option should be selected by default?** | Welche Kaufoption soll als Standard eingestellt werden? |
First Option (as defined above) |Erste Option (wie oben definiert) |
Single Purchase |Einzelkauf |
Time Pass |Zeitpass |
Subscription |Abo |
If there are multiple Time Passes available, the first option (as defined above) will be selected by default. | Wenn mehrere Zeitpässe verfügbar sind, wird automatisch die erste Option (wie oben definiert) ausgewählt.| This message should be displayed if `Time Pass` is selected.
If there are multiple Subscriptions available, the first option (as defined above) will be selected by default. |Wenn mehrere Abonnements verfügbar sind, wird automatisch die erste Option (wie oben definiert) ausgewählt. | This message should be displayed if `Subscription` is selected.
# Mockup & Prototype
[Prototype here](https://sketch.cloud/s/45evm/a/lQ4ked/play)

# Original Feature Request
https://laterpay.atlassian.net/browse/PRODUCT-327
### Problem Statement Description
Our pre-made integrations don't allow merchants to specify the order of items in the price list in the purchase overlay. Currently in Connector, we default to "whatever order the API returns these purchase options" and we don't give Merchants control. This often works well, but sometimes produces impractical results.
Merchants want to be able to sort the purchase option list in different ways. (ascending price, descending price, custom sort order based on index integer). Merchants also want control over which item is pre-selected as the default option. Currently we default that to one of the Single Purchases on the page.
**To summarise:**
- purchase option list order presets (asc/desc by price, possibly other?)
- purchase option list order custom (index number / drag and drop / etc)
- purchase option preselection (currently topmost item in list, which does not always make sense, might perform worse than e.g. preselecting most expensive subscription option)
### Example of affected page:
https://www.kevelaerer-blatt.de/sport-ist-nicht-mord/ (WordPress)

| 1.0 | Merchants want to control purchase option order in Overlays and specify which one is pre-selected - # User Story
As a LaterPay merchant, I would like to control the order that items appear in the purchase overlay so that I can ensure my pricing overlay is cohesive and does not add any friction to the end user experience.
# Acceptance Criteria
Update the `LaterPay Content` Section
- It should expand and collapse like the `Global Default Price` Section
- Styles should match the `Global Default Price` Section
Allow the merchant to customize the order of the items in the purchase overlay by:
- Create a `Customize Overlay Section`
- Should expand & collapse & be styled like the `Global Default Price` Section
- It should allow the merchant to select the order that the purchase options are displayed in the overlay
- Default Order `selected by default`
- Ascending
- Descending
- It should allow the merchant to select which purchase option is selected by default
_In the options below, if they choose Time Pass or Subscription and there are multiple Time Passes or Subscriptions available, we should pre-select the first one._
For example: If they choose `By Price (Descending) - Most expensive option listed first` and `Time Pass` the pre-selected option would be the most expensive time pass.
- The First Option `selected by default`
- Single Purchase
- Time Pass
- Subscription
# Copy
English | German | Notes
-- | -- | --
**In what order should the purchase options be displayed?** | **In welcher Reihenfolge sollen die Kaufoptionen angezeigt werden?** |
**Default Order** - Single Purchase, Time Pass, the Subscription. | **Standardbestellung** - Einzelkauf, Zeitpässe, Abonnement.|
If multiple Time Passes or Subscriptions, they will be shown in the order they were created. | Wenn mehrere Zeitpässe oder Abonnements bestehen, werden sie in der Reihenfolge ihrer Erstellung angezeigt.|
**By Price (Ascending)** - Least expensive option listed first | **Nach Preis (Aufsteigend)** - Günstigste Option zuerst aufgeführt|
**By Price (Descending)** - Most expensive option listed first | **Nach Preis (Absteigend)** - Teuerste Option zuerst aufgeführt |
**Which purchase option should be selected by default?** | Welche Kaufoption soll als Standard eingestellt werden? |
First Option (as defined above) |Erste Option (wie oben definiert) |
Single Purchase |Einzelkauf |
Time Pass |Zeitpass |
Subscription |Abo |
If there are multiple Time Passes available, the first option (as defined above) will be selected by default. | Wenn mehrere Zeitpässe verfügbar sind, wird automatisch die erste Option (wie oben definiert) ausgewählt.| This message should be displayed if `Time Pass` is selected.
If there are multiple Subscriptions available, the first option (as defined above) will be selected by default. |Wenn mehrere Abonnements verfügbar sind, wird automatisch die erste Option (wie oben definiert) ausgewählt. | This message should be displayed if `Subscription` is selected.
# Mockup & Prototype
[Prototype here](https://sketch.cloud/s/45evm/a/lQ4ked/play)

# Original Feature Request
https://laterpay.atlassian.net/browse/PRODUCT-327
### Problem Statement Description
Our pre-made integrations don't allow merchants to specify the order of items in the price list in the purchase overlay. Currently in Connector, we default to "whatever order the API returns these purchase options" and we don't give Merchants control. This often works well, but sometimes produces impractical results.
Merchants want to be able to sort the purchase option list in different ways. (ascending price, descending price, custom sort order based on index integer). Merchants also want control over which item is pre-selected as the default option. Currently we default that to one of the Single Purchases on the page.
**To summarise:**
- purchase option list order presets (asc/desc by price, possibly other?)
- purchase option list order custom (index number / drag and drop / etc)
- purchase option preselection (currently topmost item in list, which does not always make sense, might perform worse than e.g. preselecting most expensive subscription option)
### Example of affected page:
https://www.kevelaerer-blatt.de/sport-ist-nicht-mord/ (WordPress)

| priority | merchants want to control purchase option order in overlays and specify which one is pre selected user story as a laterpay merchant i would like to control the order that items appear in the purchase overlay so that i can ensure my pricing overlay is cohesive and does not add any friction to the end user experience acceptance criteria update the laterpay content section it should expand and collapse like the global default price section styles should match the global default price section allow the merchant to customize the order of the items in the purchase overlay by create a customize overlay section should expand collapse be styled like the global default price section it should allow the merchant to select the order that the purchase options are displayed in the overlay default order selected by default ascending descending it should allow the merchant to select which purchase option is selected by default in the options below if they choose time pass or subscription and there are multiple time passes or subscriptions available we should pre select the first one for example if they choose by price descending most expensive option listed first and time pass the pre selected option would be the most expensive time pass the first option selected by default single purchase time pass subscription copy english german notes in what order should the purchase options be displayed in welcher reihenfolge sollen die kaufoptionen angezeigt werden default order single purchase time pass the subscription standardbestellung einzelkauf zeitpässe abonnement if multiple time passes or subscriptions they will be shown in the order they were created wenn mehrere zeitpässe oder abonnements bestehen werden sie in der reihenfolge ihrer erstellung angezeigt by price ascending least expensive option listed first nach preis aufsteigend günstigste option zuerst aufgeführt by price descending most expensive option listed first nach preis absteigend teuerste option zuerst aufgeführt which purchase option should be selected by default welche kaufoption soll als standard eingestellt werden first option as defined above erste option wie oben definiert single purchase einzelkauf time pass zeitpass subscription abo if there are multiple time passes available the first option as defined above will be selected by default wenn mehrere zeitpässe verfügbar sind wird automatisch die erste option wie oben definiert ausgewählt this message should be displayed if time pass is selected if there are multiple subscriptions available the first option as defined above will be selected by default wenn mehrere abonnements verfügbar sind wird automatisch die erste option wie oben definiert ausgewählt this message should be displayed if subscription is selected mockup prototype original feature request problem statement description our pre made integrations don t allow merchants to specify the order of items in the price list in the purchase overlay currently in connector we default to whatever order the api returns these purchase options and we don t give merchants control this often works well but sometimes produces impractical results merchants want to be able to sort the purchase option list in different ways ascending price descending price custom sort order based on index integer merchants also want control over which item is pre selected as the default option currently we default that to one of the single purchases on the page to summarise purchase option list order presets asc desc by price possibly other purchase option list order custom index number drag and drop etc purchase option preselection currently topmost item in list which does not always make sense might perform worse than e g preselecting most expensive subscription option example of affected page wordpress | 1 |
13,819 | 2,610,304,083 | IssuesEvent | 2015-02-26 19:37:45 | chrsmith/hedgewars | https://api.github.com/repos/chrsmith/hedgewars | opened | Fort mode is unnecessarily complicated | auto-migrated Priority-Low Type-Enhancement | ```
What steps will reproduce the problem?
Trying to set up a game in fort mode is really complicated: first you need to
specify the type of fort inside the team preferences and then have a scheme
containing 'fort mode'. Such mode is rarely enabled in other schemes and when
preparing a fight you really don't want to modify your team preferences to
change your fort.
What is the expected output? What do you see instead?
It would be nice if the Fort Mode was promoted to its own game type and to make
it selectable along 'static map', 'mission', 'generated map', 'hand drawn map';
then a pop-up like could appear for selecting the fort. Also it would be
possible to use this mode with all schemes available, instead of duplicating
them just to enable fort mode.
```
-----
Original issue reported on code.google.com by `vittorio...@gmail.com` on 1 Aug 2011 at 12:48 | 1.0 | Fort mode is unnecessarily complicated - ```
What steps will reproduce the problem?
Trying to set up a game in fort mode is really complicated: first you need to
specify the type of fort inside the team preferences and then have a scheme
containing 'fort mode'. Such mode is rarely enabled in other schemes and when
preparing a fight you really don't want to modify your team preferences to
change your fort.
What is the expected output? What do you see instead?
It would be nice if the Fort Mode was promoted to its own game type and to make
it selectable along 'static map', 'mission', 'generated map', 'hand drawn map';
then a pop-up like could appear for selecting the fort. Also it would be
possible to use this mode with all schemes available, instead of duplicating
them just to enable fort mode.
```
-----
Original issue reported on code.google.com by `vittorio...@gmail.com` on 1 Aug 2011 at 12:48 | priority | fort mode is unnecessarily complicated what steps will reproduce the problem trying to set up a game in fort mode is really complicated first you need to specify the type of fort inside the team preferences and then have a scheme containing fort mode such mode is rarely enabled in other schemes and when preparing a fight you really don t want to modify your team preferences to change your fort what is the expected output what do you see instead it would be nice if the fort mode was promoted to its own game type and to make it selectable along static map mission generated map hand drawn map then a pop up like could appear for selecting the fort also it would be possible to use this mode with all schemes available instead of duplicating them just to enable fort mode original issue reported on code google com by vittorio gmail com on aug at | 1 |
251,038 | 7,997,965,077 | IssuesEvent | 2018-07-21 03:41:34 | gama-platform/gama | https://api.github.com/repos/gama-platform/gama | closed | File with Absolute path does not work | > Bug Concerns Data Persistence Concerns GAML OS Windows Priority Low Version All | ### Steps to reproduce
1.
Try to declare a file withe abslute path, like:
file parcels_shapefile <- file("file:\\D:\\Downloads\\AWP2018\\binhthanh_village_scale\\parcels_binhthanh_village.shp");
2.
Launch simulation
3.
### Expected behavior
NO exception and file read.
It should relate with #2319 once we can use prefix for any file outside of gama project (file://, platform://, url://)
### Actual behavior
Exception: File denoted.....
### System and version
Gama git
| 1.0 | File with Absolute path does not work - ### Steps to reproduce
1.
Try to declare a file withe abslute path, like:
file parcels_shapefile <- file("file:\\D:\\Downloads\\AWP2018\\binhthanh_village_scale\\parcels_binhthanh_village.shp");
2.
Launch simulation
3.
### Expected behavior
NO exception and file read.
It should relate with #2319 once we can use prefix for any file outside of gama project (file://, platform://, url://)
### Actual behavior
Exception: File denoted.....
### System and version
Gama git
| priority | file with absolute path does not work steps to reproduce try to declare a file withe abslute path like file parcels shapefile file file d downloads binhthanh village scale parcels binhthanh village shp launch simulation expected behavior no exception and file read it should relate with once we can use prefix for any file outside of gama project file platform url actual behavior exception file denoted system and version gama git | 1 |
591,885 | 17,864,445,870 | IssuesEvent | 2021-09-06 07:42:16 | betagouv/service-national-universel | https://api.github.com/repos/betagouv/service-national-universel | closed | chore: remove var | priority-LOW | Mais pas dans `index.html`.
<img width="200" alt="Capture d’écran 2021-08-24 à 08 25 13" src="https://user-images.githubusercontent.com/1575946/130566847-22ddd01d-9c69-4856-9625-906927fdccdd.png">
| 1.0 | chore: remove var - Mais pas dans `index.html`.
<img width="200" alt="Capture d’écran 2021-08-24 à 08 25 13" src="https://user-images.githubusercontent.com/1575946/130566847-22ddd01d-9c69-4856-9625-906927fdccdd.png">
| priority | chore remove var mais pas dans index html img width alt capture d’écran à src | 1 |
554,746 | 16,437,402,053 | IssuesEvent | 2021-05-20 10:47:50 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | [Coverity CID :219650] Out-of-bounds access in samples/bluetooth/central_ht/src/main.c | Coverity area: Bluetooth bug priority: low |
Static code scan issues found in file:
https://github.com/zephyrproject-rtos/zephyr/tree/bd97359a5338b2542d19011b6d6aa1d8d1b9cc3f/samples/bluetooth/central_ht/src/main.c#L59
Category: Memory - corruptions
Function: `discover_func`
Component: Samples
CID: [219650](https://scan9.coverity.com/reports.htm#v29726/p12996/mergedDefectId=219650)
Details:
https://github.com/zephyrproject-rtos/zephyr/blob/bd97359a5338b2542d19011b6d6aa1d8d1b9cc3f/samples/bluetooth/central_ht/src/main.c
```
80 (void)memset(params, 0, sizeof(*params));
81 return BT_GATT_ITER_STOP;
82 }
83
84 printk("[ATTRIBUTE] handle %u\n", attr->handle);
85
>>> CID 219650: (OVERRUN)
>>> Overrunning array "struct bt_uuid_16 [1]({{.uuid = {BT_UUID_TYPE_16}, .val = 6153}})" of 4 bytes by passing it to a function which accesses it at byte offset 16.
86 if (!bt_uuid_cmp(discover_params.uuid, BT_UUID_HTS)) {
87 memcpy(&uuid, BT_UUID_HTS_MEASUREMENT, sizeof(uuid));
88 discover_params.uuid = &uuid.uuid;
89 discover_params.start_handle = attr->handle + 1;
90 discover_params.type = BT_GATT_DISCOVER_CHARACTERISTIC;
91
90 discover_params.type = BT_GATT_DISCOVER_CHARACTERISTIC;
91
92 err = bt_gatt_discover(conn, &discover_params);
93 if (err) {
94 printk("Discover failed (err %d)\n", err);
95 }
>>> CID 219650: (OVERRUN)
>>> Overrunning array "struct bt_uuid_16 [1]({{.uuid = {BT_UUID_TYPE_16}, .val = 10780}})" of 4 bytes by passing it to a function which accesses it at byte offset 16.
96 } else if (!bt_uuid_cmp(discover_params.uuid,
97 BT_UUID_HTS_MEASUREMENT)) {
98 memcpy(&uuid, BT_UUID_GATT_CCC, sizeof(uuid));
99 discover_params.uuid = &uuid.uuid;
100 discover_params.start_handle = attr->handle + 2;
101 discover_params.type = BT_GATT_DISCOVER_DESCRIPTOR;
63 discover_params.type = BT_GATT_DISCOVER_CHARACTERISTIC;
64
65 err = bt_gatt_discover(conn, &discover_params);
66 if (err) {
67 printk("Discover failed (err %d)\n", err);
68 }
>>> CID 219650: (OVERRUN)
>>> Overrunning array "struct bt_uuid_16 [1]({{.uuid = {BT_UUID_TYPE_16}, .val = 10807}})" of 4 bytes by passing it to a function which accesses it at byte offset 16.
69 } else if (!bt_uuid_cmp(discover_params.uuid,
70 BT_UUID_HRS_MEASUREMENT)) {
71 memcpy(&uuid, BT_UUID_GATT_CCC, sizeof(uuid));
72 discover_params.uuid = &uuid.uuid;
73 discover_params.start_handle = attr->handle + 2;
74 discover_params.type = BT_GATT_DISCOVER_DESCRIPTOR;
53 (void)memset(params, 0, sizeof(*params));
54 return BT_GATT_ITER_STOP;
55 }
56
57 printk("[ATTRIBUTE] handle %u\n", attr->handle);
58
>>> CID 219650: (OVERRUN)
>>> Overrunning array "struct bt_uuid_16 [1]({{.uuid = {BT_UUID_TYPE_16}, .val = 6157}})" of 4 bytes by passing it to a function which accesses it at byte offset 16.
59 if (!bt_uuid_cmp(discover_params.uuid, BT_UUID_HRS)) {
60 memcpy(&uuid, BT_UUID_HRS_MEASUREMENT, sizeof(uuid));
61 discover_params.uuid = &uuid.uuid;
62 discover_params.start_handle = attr->handle + 1;
63 discover_params.type = BT_GATT_DISCOVER_CHARACTERISTIC;
64
```
Please fix or provide comments in coverity using the link:
https://scan9.coverity.com/reports.htm#v32951/p12996.
Note: This issue was created automatically. Priority was set based on classification
of the file affected and the impact field in coverity. Assignees were set using the CODEOWNERS file.
| 1.0 | [Coverity CID :219650] Out-of-bounds access in samples/bluetooth/central_ht/src/main.c -
Static code scan issues found in file:
https://github.com/zephyrproject-rtos/zephyr/tree/bd97359a5338b2542d19011b6d6aa1d8d1b9cc3f/samples/bluetooth/central_ht/src/main.c#L59
Category: Memory - corruptions
Function: `discover_func`
Component: Samples
CID: [219650](https://scan9.coverity.com/reports.htm#v29726/p12996/mergedDefectId=219650)
Details:
https://github.com/zephyrproject-rtos/zephyr/blob/bd97359a5338b2542d19011b6d6aa1d8d1b9cc3f/samples/bluetooth/central_ht/src/main.c
```
80 (void)memset(params, 0, sizeof(*params));
81 return BT_GATT_ITER_STOP;
82 }
83
84 printk("[ATTRIBUTE] handle %u\n", attr->handle);
85
>>> CID 219650: (OVERRUN)
>>> Overrunning array "struct bt_uuid_16 [1]({{.uuid = {BT_UUID_TYPE_16}, .val = 6153}})" of 4 bytes by passing it to a function which accesses it at byte offset 16.
86 if (!bt_uuid_cmp(discover_params.uuid, BT_UUID_HTS)) {
87 memcpy(&uuid, BT_UUID_HTS_MEASUREMENT, sizeof(uuid));
88 discover_params.uuid = &uuid.uuid;
89 discover_params.start_handle = attr->handle + 1;
90 discover_params.type = BT_GATT_DISCOVER_CHARACTERISTIC;
91
90 discover_params.type = BT_GATT_DISCOVER_CHARACTERISTIC;
91
92 err = bt_gatt_discover(conn, &discover_params);
93 if (err) {
94 printk("Discover failed (err %d)\n", err);
95 }
>>> CID 219650: (OVERRUN)
>>> Overrunning array "struct bt_uuid_16 [1]({{.uuid = {BT_UUID_TYPE_16}, .val = 10780}})" of 4 bytes by passing it to a function which accesses it at byte offset 16.
96 } else if (!bt_uuid_cmp(discover_params.uuid,
97 BT_UUID_HTS_MEASUREMENT)) {
98 memcpy(&uuid, BT_UUID_GATT_CCC, sizeof(uuid));
99 discover_params.uuid = &uuid.uuid;
100 discover_params.start_handle = attr->handle + 2;
101 discover_params.type = BT_GATT_DISCOVER_DESCRIPTOR;
63 discover_params.type = BT_GATT_DISCOVER_CHARACTERISTIC;
64
65 err = bt_gatt_discover(conn, &discover_params);
66 if (err) {
67 printk("Discover failed (err %d)\n", err);
68 }
>>> CID 219650: (OVERRUN)
>>> Overrunning array "struct bt_uuid_16 [1]({{.uuid = {BT_UUID_TYPE_16}, .val = 10807}})" of 4 bytes by passing it to a function which accesses it at byte offset 16.
69 } else if (!bt_uuid_cmp(discover_params.uuid,
70 BT_UUID_HRS_MEASUREMENT)) {
71 memcpy(&uuid, BT_UUID_GATT_CCC, sizeof(uuid));
72 discover_params.uuid = &uuid.uuid;
73 discover_params.start_handle = attr->handle + 2;
74 discover_params.type = BT_GATT_DISCOVER_DESCRIPTOR;
53 (void)memset(params, 0, sizeof(*params));
54 return BT_GATT_ITER_STOP;
55 }
56
57 printk("[ATTRIBUTE] handle %u\n", attr->handle);
58
>>> CID 219650: (OVERRUN)
>>> Overrunning array "struct bt_uuid_16 [1]({{.uuid = {BT_UUID_TYPE_16}, .val = 6157}})" of 4 bytes by passing it to a function which accesses it at byte offset 16.
59 if (!bt_uuid_cmp(discover_params.uuid, BT_UUID_HRS)) {
60 memcpy(&uuid, BT_UUID_HRS_MEASUREMENT, sizeof(uuid));
61 discover_params.uuid = &uuid.uuid;
62 discover_params.start_handle = attr->handle + 1;
63 discover_params.type = BT_GATT_DISCOVER_CHARACTERISTIC;
64
```
Please fix or provide comments in coverity using the link:
https://scan9.coverity.com/reports.htm#v32951/p12996.
Note: This issue was created automatically. Priority was set based on classification
of the file affected and the impact field in coverity. Assignees were set using the CODEOWNERS file.
| priority | out of bounds access in samples bluetooth central ht src main c static code scan issues found in file category memory corruptions function discover func component samples cid details void memset params sizeof params return bt gatt iter stop printk handle u n attr handle cid overrun overrunning array struct bt uuid uuid bt uuid type val of bytes by passing it to a function which accesses it at byte offset if bt uuid cmp discover params uuid bt uuid hts memcpy uuid bt uuid hts measurement sizeof uuid discover params uuid uuid uuid discover params start handle attr handle discover params type bt gatt discover characteristic discover params type bt gatt discover characteristic err bt gatt discover conn discover params if err printk discover failed err d n err cid overrun overrunning array struct bt uuid uuid bt uuid type val of bytes by passing it to a function which accesses it at byte offset else if bt uuid cmp discover params uuid bt uuid hts measurement memcpy uuid bt uuid gatt ccc sizeof uuid discover params uuid uuid uuid discover params start handle attr handle discover params type bt gatt discover descriptor discover params type bt gatt discover characteristic err bt gatt discover conn discover params if err printk discover failed err d n err cid overrun overrunning array struct bt uuid uuid bt uuid type val of bytes by passing it to a function which accesses it at byte offset else if bt uuid cmp discover params uuid bt uuid hrs measurement memcpy uuid bt uuid gatt ccc sizeof uuid discover params uuid uuid uuid discover params start handle attr handle discover params type bt gatt discover descriptor void memset params sizeof params return bt gatt iter stop printk handle u n attr handle cid overrun overrunning array struct bt uuid uuid bt uuid type val of bytes by passing it to a function which accesses it at byte offset if bt uuid cmp discover params uuid bt uuid hrs memcpy uuid bt uuid hrs measurement sizeof uuid discover params uuid uuid uuid discover params start handle attr handle discover params type bt gatt discover characteristic please fix or provide comments in coverity using the link note this issue was created automatically priority was set based on classification of the file affected and the impact field in coverity assignees were set using the codeowners file | 1 |
646,217 | 21,041,477,962 | IssuesEvent | 2022-03-31 12:43:45 | AY2122S2-CS2103T-T13-4/tp | https://api.github.com/repos/AY2122S2-CS2103T-T13-4/tp | opened | Duplicate person archive. | type.Bug priority.LOW | 1. Archive a person.
2. Add a new contact with same details as that person.
3. Switch to archive.
4. Unarchive that person.
5. DuplicatePersonException. | 1.0 | Duplicate person archive. - 1. Archive a person.
2. Add a new contact with same details as that person.
3. Switch to archive.
4. Unarchive that person.
5. DuplicatePersonException. | priority | duplicate person archive archive a person add a new contact with same details as that person switch to archive unarchive that person duplicatepersonexception | 1 |
623,936 | 19,684,035,179 | IssuesEvent | 2022-01-11 19:52:47 | CDCgov/prime-reportstream | https://api.github.com/repos/CDCgov/prime-reportstream | opened | Transition CA to SOAP from SFTP | onboarding-ops Enhancement Low Priority | CA is able to process ACK/NACK via SOAP more easily than SFTP. The majority of large senders to CA use SOAP for precisely this reason.
* [ ] soap credentials for CA acquired
* [ ] update the organization.yml
* [ ] update staging settings table
* [ ] Got credentials?
* [ ] Tested ELR connection locally?
* [ ] Tested ELR connection from Azure?
* [ ] Has the receiver been sent at least one test file?
* [ ] Has the receiver signed off on file formatting?
* [ ] Has the receiver confirmed receipt of the data?
* [ ] Have the files processed successfully?
* [ ] Are we in production?
* [ ] Update the production settings
| 1.0 | Transition CA to SOAP from SFTP - CA is able to process ACK/NACK via SOAP more easily than SFTP. The majority of large senders to CA use SOAP for precisely this reason.
* [ ] soap credentials for CA acquired
* [ ] update the organization.yml
* [ ] update staging settings table
* [ ] Got credentials?
* [ ] Tested ELR connection locally?
* [ ] Tested ELR connection from Azure?
* [ ] Has the receiver been sent at least one test file?
* [ ] Has the receiver signed off on file formatting?
* [ ] Has the receiver confirmed receipt of the data?
* [ ] Have the files processed successfully?
* [ ] Are we in production?
* [ ] Update the production settings
| priority | transition ca to soap from sftp ca is able to process ack nack via soap more easily than sftp the majority of large senders to ca use soap for precisely this reason soap credentials for ca acquired update the organization yml update staging settings table got credentials tested elr connection locally tested elr connection from azure has the receiver been sent at least one test file has the receiver signed off on file formatting has the receiver confirmed receipt of the data have the files processed successfully are we in production update the production settings | 1 |
744,306 | 25,937,812,854 | IssuesEvent | 2022-12-16 15:35:28 | EspressoSystems/jellyfish | https://api.github.com/repos/EspressoSystems/jellyfish | opened | trait_alias tracking issue | low-priority blocked | Rust Tracking issue: https://github.com/rust-lang/rust/issues/41517
This would allow to simplify complex trait usage, e.g. to directly define:
```
pub type RescueNativeGadget<F> = RescueGadget<RescueStateVar, F, F>;
```
instead of
```
pub type RescueNativeGadget<F> = dyn RescueGadget<RescueStateVar, F, F>;
``` | 1.0 | trait_alias tracking issue - Rust Tracking issue: https://github.com/rust-lang/rust/issues/41517
This would allow to simplify complex trait usage, e.g. to directly define:
```
pub type RescueNativeGadget<F> = RescueGadget<RescueStateVar, F, F>;
```
instead of
```
pub type RescueNativeGadget<F> = dyn RescueGadget<RescueStateVar, F, F>;
``` | priority | trait alias tracking issue rust tracking issue this would allow to simplify complex trait usage e g to directly define pub type rescuenativegadget rescuegadget instead of pub type rescuenativegadget dyn rescuegadget | 1 |
175,284 | 6,549,138,976 | IssuesEvent | 2017-09-05 04:46:03 | brave/browser-laptop | https://api.github.com/repos/brave/browser-laptop | reopened | Organize strings in .properties files | bug/good-first-bug l10n priority/low | https://github.com/brave/browser-laptop/issues/3947#issuecomment-246764384
> Some strings are duping, eg: [app.properties#L188](https://github.com/brave/browser-laptop/blob/9bafcc2656a450bed78efbbfec5061aa89243661/app/extensions/brave/locales/ja-JP/app.properties#L188) and [autofill.properties#L11](https://github.com/brave/browser-laptop/blob/master/app/extensions/brave/locales/ja-JP/autofill.properties#L11). We will need to organize them to avoid confusion.
There is a lot of other duplicates too.
| 1.0 | Organize strings in .properties files - https://github.com/brave/browser-laptop/issues/3947#issuecomment-246764384
> Some strings are duping, eg: [app.properties#L188](https://github.com/brave/browser-laptop/blob/9bafcc2656a450bed78efbbfec5061aa89243661/app/extensions/brave/locales/ja-JP/app.properties#L188) and [autofill.properties#L11](https://github.com/brave/browser-laptop/blob/master/app/extensions/brave/locales/ja-JP/autofill.properties#L11). We will need to organize them to avoid confusion.
There is a lot of other duplicates too.
| priority | organize strings in properties files some strings are duping eg and we will need to organize them to avoid confusion there is a lot of other duplicates too | 1 |
699,612 | 24,023,720,387 | IssuesEvent | 2022-09-15 09:43:33 | pika-org/pika | https://api.github.com/repos/pika-org/pika | opened | Investigate build unit test problem with clang + CUDA | effort: 3 priority: low type: bug category: CUDA | `hello_world` build unit test hangs with clang + cuda when pika is configured in debug mode and the `hello_world` project in debug mode. | 1.0 | Investigate build unit test problem with clang + CUDA - `hello_world` build unit test hangs with clang + cuda when pika is configured in debug mode and the `hello_world` project in debug mode. | priority | investigate build unit test problem with clang cuda hello world build unit test hangs with clang cuda when pika is configured in debug mode and the hello world project in debug mode | 1 |
419,203 | 12,218,923,892 | IssuesEvent | 2020-05-01 20:27:12 | rstudio/learnr | https://api.github.com/repos/rstudio/learnr | opened | Distinguish exercise runs triggered by session creation | priority: low type: enhancement | When a session launches, its exercises reload. It might be helpful to track in the events that we emit whether a given exercise execution was due to an interactive request or from a session automatically rerunning all of its exercises in bulk | 1.0 | Distinguish exercise runs triggered by session creation - When a session launches, its exercises reload. It might be helpful to track in the events that we emit whether a given exercise execution was due to an interactive request or from a session automatically rerunning all of its exercises in bulk | priority | distinguish exercise runs triggered by session creation when a session launches its exercises reload it might be helpful to track in the events that we emit whether a given exercise execution was due to an interactive request or from a session automatically rerunning all of its exercises in bulk | 1 |
468,452 | 13,483,242,288 | IssuesEvent | 2020-09-11 03:26:38 | imgix/drift | https://api.github.com/repos/imgix/drift | closed | Disable on mobile or small screen | Priority: Low Status: Discussion Type: Enhancement | Hi! Is there any option for disabling Drift on say a mobile device or smaller screen? Thanks in advance! | 1.0 | Disable on mobile or small screen - Hi! Is there any option for disabling Drift on say a mobile device or smaller screen? Thanks in advance! | priority | disable on mobile or small screen hi is there any option for disabling drift on say a mobile device or smaller screen thanks in advance | 1 |
658,804 | 21,903,020,102 | IssuesEvent | 2022-05-20 15:06:45 | MartinXPN/profound.academy | https://api.github.com/repos/MartinXPN/profound.academy | closed | Add button to copy existing code | enhancement good first issue priority/low | Add a button somewhere in the pictory to copy entire code to clipboard

| 1.0 | Add button to copy existing code - Add a button somewhere in the pictory to copy entire code to clipboard

| priority | add button to copy existing code add a button somewhere in the pictory to copy entire code to clipboard | 1 |
432,586 | 12,495,346,575 | IssuesEvent | 2020-06-01 13:02:22 | everyday-as/gmodstore-issues | https://api.github.com/repos/everyday-as/gmodstore-issues | closed | Offering free 'test' version of addon | Low Priority 🌟 Feature | '## Describe a feature you would like to have added to GmodStore
The ability to offer a free version for trial. It would allow clients to try an older more restricted version, this would also greatly decrease people who can't afford the addon from using leaks and exposing their server to exploits. It would also increase website traffic allowing for more potential clients.
- Potential implementation: The creator could enable this feature by selection a version he would like to offer for free, a button could then be added under the 'Download Stable (x.x.x)' like for example 'Try For Free (x.x.x)'. | 1.0 | Offering free 'test' version of addon - '## Describe a feature you would like to have added to GmodStore
The ability to offer a free version for trial. It would allow clients to try an older more restricted version, this would also greatly decrease people who can't afford the addon from using leaks and exposing their server to exploits. It would also increase website traffic allowing for more potential clients.
- Potential implementation: The creator could enable this feature by selection a version he would like to offer for free, a button could then be added under the 'Download Stable (x.x.x)' like for example 'Try For Free (x.x.x)'. | priority | offering free test version of addon describe a feature you would like to have added to gmodstore the ability to offer a free version for trial it would allow clients to try an older more restricted version this would also greatly decrease people who can t afford the addon from using leaks and exposing their server to exploits it would also increase website traffic allowing for more potential clients potential implementation the creator could enable this feature by selection a version he would like to offer for free a button could then be added under the download stable x x x like for example try for free x x x | 1 |
677,217 | 23,155,487,286 | IssuesEvent | 2022-07-29 12:37:50 | RoyalHaskoningDHV/sam | https://api.github.com/repos/RoyalHaskoningDHV/sam | closed | Use lagged y features for `predict_ahead==0` should be possible | Priority: Low Type: Feature | SAM doesn't allow to use lagged features of the target, but also have `predict_ahead==0`. This was by design to prevent leaking data, however there could be a usecase where you only want lagged features of the target (not the target itself). This is however hard to check, but could be a nice addition. | 1.0 | Use lagged y features for `predict_ahead==0` should be possible - SAM doesn't allow to use lagged features of the target, but also have `predict_ahead==0`. This was by design to prevent leaking data, however there could be a usecase where you only want lagged features of the target (not the target itself). This is however hard to check, but could be a nice addition. | priority | use lagged y features for predict ahead should be possible sam doesn t allow to use lagged features of the target but also have predict ahead this was by design to prevent leaking data however there could be a usecase where you only want lagged features of the target not the target itself this is however hard to check but could be a nice addition | 1 |
159,028 | 6,039,443,181 | IssuesEvent | 2017-06-10 03:08:34 | WazeUSA/WME-Place-Harmonizer | https://api.github.com/repos/WazeUSA/WME-Place-Harmonizer | opened | Hours prompt doesn't show up for Military with no hours | Bug: Minor Priority: Low | Remove Military from the following exception list. Many military places do have hours.
```
// Check for missing hours field
if (item.attributes.openingHours.length === 0) { // if no hours...
if (!containsAny(newCategories,["STADIUM_ARENA","CEMETERY","MILITARY","TRANSPORTATION","FERRY_PIER","SUBWAY_STATION","BRIDGE","TUNNEL","JUNCTION_INTERCHANGE","ISLAND","SEA_LAKE_POOL","RIVER_STREAM","FOREST_GROVE","CANAL","SWAMP_MARSH","DAM"]) ) {...
``` | 1.0 | Hours prompt doesn't show up for Military with no hours - Remove Military from the following exception list. Many military places do have hours.
```
// Check for missing hours field
if (item.attributes.openingHours.length === 0) { // if no hours...
if (!containsAny(newCategories,["STADIUM_ARENA","CEMETERY","MILITARY","TRANSPORTATION","FERRY_PIER","SUBWAY_STATION","BRIDGE","TUNNEL","JUNCTION_INTERCHANGE","ISLAND","SEA_LAKE_POOL","RIVER_STREAM","FOREST_GROVE","CANAL","SWAMP_MARSH","DAM"]) ) {...
``` | priority | hours prompt doesn t show up for military with no hours remove military from the following exception list many military places do have hours check for missing hours field if item attributes openinghours length if no hours if containsany newcategories | 1 |
117,306 | 4,713,479,020 | IssuesEvent | 2016-10-14 20:13:13 | starteam/starcellbio_html | https://api.github.com/repos/starteam/starcellbio_html | closed | Western blotting exp. tech bug - i icon | bug Low Priority | When I don't add the marker to my western blotting experimental technique and click 'Load Gel', the "i" icon next to the 'Add Marker +' button mistakenly remains in the Samples window until I click on the "Run Gel & Transfer" button. | 1.0 | Western blotting exp. tech bug - i icon - When I don't add the marker to my western blotting experimental technique and click 'Load Gel', the "i" icon next to the 'Add Marker +' button mistakenly remains in the Samples window until I click on the "Run Gel & Transfer" button. | priority | western blotting exp tech bug i icon when i don t add the marker to my western blotting experimental technique and click load gel the i icon next to the add marker button mistakenly remains in the samples window until i click on the run gel transfer button | 1 |
149,741 | 5,724,853,300 | IssuesEvent | 2017-04-20 15:21:22 | Osslack/HANA_SSBM | https://api.github.com/repos/Osslack/HANA_SSBM | closed | Parallel Queries ausführen | Priority_low | TODO:
- parallele function bsp.:
```
function benchmark {
test "./sql/benchmark/q1_bench/q1.sql" &
test "./sql/benchmark/q1_bench/q1.1.sql" &
test "./sql/benchmark/q1_bench/q1.2.sql" &
test "./sql/benchmark/q1_bench/q1.3.sql" &
test "./sql/benchmark/q2_bench/q2.sql" &
test "./sql/benchmark/q2_bench/q2.1.sql" &
test "./sql/benchmark/q2_bench/q2.2.sql" &
test "./sql/benchmark/q2_bench/q2.3.sql" &
test "./sql/benchmark/q3_bench/q3.sql" &
test "./sql/benchmark/q3_bench/q3.1.sql" &
test "./sql/benchmark/q3_bench/q3.2.sql" &
test "./sql/benchmark/q3_bench/q3.3.sql" &
test "./sql/benchmark/q3_bench/q3.4.sql" &
test "./sql/benchmark/q4_bench/q4.sql" &
test "./sql/benchmark/q4_bench/q4.1.sql" &
test "./sql/benchmark/q4_bench/q4.2.sql" &
test "./sql/benchmark/q4_bench/q4.3.sql" &
printf "\n"
wait < <(jobs -p)
}
```
- logging synchronisieren
- analyse python schreiben | 1.0 | Parallel Queries ausführen - TODO:
- parallele function bsp.:
```
function benchmark {
test "./sql/benchmark/q1_bench/q1.sql" &
test "./sql/benchmark/q1_bench/q1.1.sql" &
test "./sql/benchmark/q1_bench/q1.2.sql" &
test "./sql/benchmark/q1_bench/q1.3.sql" &
test "./sql/benchmark/q2_bench/q2.sql" &
test "./sql/benchmark/q2_bench/q2.1.sql" &
test "./sql/benchmark/q2_bench/q2.2.sql" &
test "./sql/benchmark/q2_bench/q2.3.sql" &
test "./sql/benchmark/q3_bench/q3.sql" &
test "./sql/benchmark/q3_bench/q3.1.sql" &
test "./sql/benchmark/q3_bench/q3.2.sql" &
test "./sql/benchmark/q3_bench/q3.3.sql" &
test "./sql/benchmark/q3_bench/q3.4.sql" &
test "./sql/benchmark/q4_bench/q4.sql" &
test "./sql/benchmark/q4_bench/q4.1.sql" &
test "./sql/benchmark/q4_bench/q4.2.sql" &
test "./sql/benchmark/q4_bench/q4.3.sql" &
printf "\n"
wait < <(jobs -p)
}
```
- logging synchronisieren
- analyse python schreiben | priority | parallel queries ausführen todo parallele function bsp function benchmark test sql benchmark bench sql test sql benchmark bench sql test sql benchmark bench sql test sql benchmark bench sql test sql benchmark bench sql test sql benchmark bench sql test sql benchmark bench sql test sql benchmark bench sql test sql benchmark bench sql test sql benchmark bench sql test sql benchmark bench sql test sql benchmark bench sql test sql benchmark bench sql test sql benchmark bench sql test sql benchmark bench sql test sql benchmark bench sql test sql benchmark bench sql printf n wait jobs p logging synchronisieren analyse python schreiben | 1 |
807,537 | 30,008,015,814 | IssuesEvent | 2023-06-26 13:38:54 | conaticus/FileExplorer | https://api.github.com/repos/conaticus/FileExplorer | closed | Add Linux & Mac Support | enhancement low priority | At the moment the program does operations on drives that use letters, this is a Windows feature only. This feature should be reworked so that the program also supports for Linux users. This is not a priority as we want this to function on Windows first. | 1.0 | Add Linux & Mac Support - At the moment the program does operations on drives that use letters, this is a Windows feature only. This feature should be reworked so that the program also supports for Linux users. This is not a priority as we want this to function on Windows first. | priority | add linux mac support at the moment the program does operations on drives that use letters this is a windows feature only this feature should be reworked so that the program also supports for linux users this is not a priority as we want this to function on windows first | 1 |
466,573 | 13,427,514,415 | IssuesEvent | 2020-09-06 18:19:51 | mixxorz/Glass | https://api.github.com/repos/mixxorz/Glass | closed | Scroll goes out of limits [Bug] | Priority: Low bug | When scrolling up the chat, as is it visible on the screenshot, it goes out of the limited space indicated for the chat to show.

| 1.0 | Scroll goes out of limits [Bug] - When scrolling up the chat, as is it visible on the screenshot, it goes out of the limited space indicated for the chat to show.

| priority | scroll goes out of limits when scrolling up the chat as is it visible on the screenshot it goes out of the limited space indicated for the chat to show | 1 |
233,998 | 7,714,623,339 | IssuesEvent | 2018-05-23 03:11:46 | Zicerite/Gavania-Project | https://api.github.com/repos/Zicerite/Gavania-Project | opened | Cultist Hideout entrance becomes open permanently after rain storm | Low Priority bug | This is actually a vanilla issue involving the Daylight Sensors.
I will have to do something else with how a player gets into it it seems. Whether that would be a quest or whatever. | 1.0 | Cultist Hideout entrance becomes open permanently after rain storm - This is actually a vanilla issue involving the Daylight Sensors.
I will have to do something else with how a player gets into it it seems. Whether that would be a quest or whatever. | priority | cultist hideout entrance becomes open permanently after rain storm this is actually a vanilla issue involving the daylight sensors i will have to do something else with how a player gets into it it seems whether that would be a quest or whatever | 1 |
477,394 | 13,761,349,116 | IssuesEvent | 2020-10-07 07:33:48 | sButtons/sbuttons | https://api.github.com/repos/sButtons/sbuttons | opened | [BUTTON IDEA]: Glue/Liquid animated button | Priority: Low button-idea | **1. Name of button**: Glue/Liquid animated button
**2. Description**: A simple animated button with sticky glue effect while hovering it.
**3. Button Type (Animated, Special, etc...)**: Animated
**4. Will you work on it?**: yes
| 1.0 | [BUTTON IDEA]: Glue/Liquid animated button - **1. Name of button**: Glue/Liquid animated button
**2. Description**: A simple animated button with sticky glue effect while hovering it.
**3. Button Type (Animated, Special, etc...)**: Animated
**4. Will you work on it?**: yes
| priority | glue liquid animated button name of button glue liquid animated button description a simple animated button with sticky glue effect while hovering it button type animated special etc animated will you work on it yes | 1 |
299,590 | 9,205,644,424 | IssuesEvent | 2019-03-08 11:11:37 | qissue-bot/QGIS | https://api.github.com/repos/qissue-bot/QGIS | closed | The project Save? dialog does not appear when expected. | Category: Project Loading/Saving Component: Affected QGIS version Component: Crashes QGIS or corrupts data Component: Easy fix? Component: Operating System Component: Pull Request or Patch supplied Component: Regression? Component: Resolution Priority: Low Project: QGIS Application Status: Closed Tracker: Bug report | ---
Author Name: **Steven Mizuno** (Steven Mizuno)
Original Redmine Issue: 963, https://issues.qgis.org/issues/963
Original Assignee: nobody -
---
A project with layers loaded sometimes doesn't get the Save dialog on closing QGIS/new file/open file actions
The Ask to save project changes... option is enabled.
One sequence of steps that does cause the Save? dialog to appear:
1. with any project (file or new) click one of the Zoom buttons (don't need to actually do any zooming - it is the button click action setting a "dirty" flag.)
2. close QGIS
Most other actions on the project, like adding a layer, don't cause the Save? dialog to appear.
This occurs in HEAD and back to 0.9.0, and on Windows and Linux.
When I noticed this I decided to write down exactly what I was expecting so I could test each scenario more intelligently than just randomly clicking buttons and such.
I poked around in the Developers area of the wiki and couldn't find anything outlining expected behavior on this topic. Perhaps I am looking in the wrong place. The user manual doesn't really address this, just a mention of the Ask to save project changes option.
So, I have attached my list of expectations for the Save? dialog to appear (or not) Comments?
---
- [QGIS-expected_behavior_-_Save_dialog.txt](https://issues.qgis.org/attachments/download/2005/QGIS-expected_behavior_-_Save_dialog.txt) (Steven Mizuno) | 1.0 | The project Save? dialog does not appear when expected. - ---
Author Name: **Steven Mizuno** (Steven Mizuno)
Original Redmine Issue: 963, https://issues.qgis.org/issues/963
Original Assignee: nobody -
---
A project with layers loaded sometimes doesn't get the Save dialog on closing QGIS/new file/open file actions
The Ask to save project changes... option is enabled.
One sequence of steps that does cause the Save? dialog to appear:
1. with any project (file or new) click one of the Zoom buttons (don't need to actually do any zooming - it is the button click action setting a "dirty" flag.)
2. close QGIS
Most other actions on the project, like adding a layer, don't cause the Save? dialog to appear.
This occurs in HEAD and back to 0.9.0, and on Windows and Linux.
When I noticed this I decided to write down exactly what I was expecting so I could test each scenario more intelligently than just randomly clicking buttons and such.
I poked around in the Developers area of the wiki and couldn't find anything outlining expected behavior on this topic. Perhaps I am looking in the wrong place. The user manual doesn't really address this, just a mention of the Ask to save project changes option.
So, I have attached my list of expectations for the Save? dialog to appear (or not) Comments?
---
- [QGIS-expected_behavior_-_Save_dialog.txt](https://issues.qgis.org/attachments/download/2005/QGIS-expected_behavior_-_Save_dialog.txt) (Steven Mizuno) | priority | the project save dialog does not appear when expected author name steven mizuno steven mizuno original redmine issue original assignee nobody a project with layers loaded sometimes doesn t get the save dialog on closing qgis new file open file actions the ask to save project changes option is enabled one sequence of steps that does cause the save dialog to appear with any project file or new click one of the zoom buttons don t need to actually do any zooming it is the button click action setting a dirty flag close qgis most other actions on the project like adding a layer don t cause the save dialog to appear this occurs in head and back to and on windows and linux when i noticed this i decided to write down exactly what i was expecting so i could test each scenario more intelligently than just randomly clicking buttons and such i poked around in the developers area of the wiki and couldn t find anything outlining expected behavior on this topic perhaps i am looking in the wrong place the user manual doesn t really address this just a mention of the ask to save project changes option so i have attached my list of expectations for the save dialog to appear or not comments steven mizuno | 1 |
96,641 | 3,971,368,038 | IssuesEvent | 2016-05-04 11:34:46 | OCHA-DAP/hdx-ckan | https://api.github.com/repos/OCHA-DAP/hdx-ckan | closed | Default Country Page: alignment pagination vs CB | Priority-Low | Screenshot attached.
1. align right edge of CB and pagination bar
1. I see some lost space (vertical) between dataset list, pagination, and CB

| 1.0 | Default Country Page: alignment pagination vs CB - Screenshot attached.
1. align right edge of CB and pagination bar
1. I see some lost space (vertical) between dataset list, pagination, and CB

| priority | default country page alignment pagination vs cb screenshot attached align right edge of cb and pagination bar i see some lost space vertical between dataset list pagination and cb | 1 |
641,520 | 20,828,753,247 | IssuesEvent | 2022-03-19 04:08:53 | encorelab/ck-board | https://api.github.com/repos/encorelab/ck-board | opened | Mobile responsiveness of pages and pop-ups | enhancement low priority | Ensure all pop-ups for creating posts, viewing buckets, opening posts from the buckets view, the workflow tools, etc. responsively resize for mobile devices | 1.0 | Mobile responsiveness of pages and pop-ups - Ensure all pop-ups for creating posts, viewing buckets, opening posts from the buckets view, the workflow tools, etc. responsively resize for mobile devices | priority | mobile responsiveness of pages and pop ups ensure all pop ups for creating posts viewing buckets opening posts from the buckets view the workflow tools etc responsively resize for mobile devices | 1 |
684,454 | 23,418,528,753 | IssuesEvent | 2022-08-13 10:24:18 | Faithful-Resource-Pack/App | https://api.github.com/repos/Faithful-Resource-Pack/App | closed | All languages are loaded even though none are being selected | enhancement difficulty easy low priority | I wouldn't call this a bug, but probably more of an oversight. All language files are being loaded even though just the one that is activated should be. These files are pretty small, but scaling that to hundreds of users and many page visits per session definitely results in a lot of unnecessary traffic.
This is a screenshot from the chrome dev tools in the network tab:

| 1.0 | All languages are loaded even though none are being selected - I wouldn't call this a bug, but probably more of an oversight. All language files are being loaded even though just the one that is activated should be. These files are pretty small, but scaling that to hundreds of users and many page visits per session definitely results in a lot of unnecessary traffic.
This is a screenshot from the chrome dev tools in the network tab:

| priority | all languages are loaded even though none are being selected i wouldn t call this a bug but probably more of an oversight all language files are being loaded even though just the one that is activated should be these files are pretty small but scaling that to hundreds of users and many page visits per session definitely results in a lot of unnecessary traffic this is a screenshot from the chrome dev tools in the network tab | 1 |
150,545 | 5,774,960,344 | IssuesEvent | 2017-04-28 08:51:27 | koding/koding | https://api.github.com/repos/koding/koding | reopened | kd/mount: unmount if prefetch was interrupted | A-Feature mounts Priority-Low | Currently if prefetch was interrupted, kd keeps the mount with invalid sync state. Probably there should be a sighandler that unmounts when interrupted.
```
$ ./kd mount maroon_squash
Mounting to /Users/rjeczalik/koding/mnt/aws-instance-2 directory.
Checking remote path...
Mounted remote directory / has 100166 file(s) of total size 128 TiB
Initializing mount / -> /Users/rjeczalik/koding/mnt/aws-instance-2...
^C
```
```
$ ./kd mount ls
ID MACHINE MOUNT FILES QUEUED SYNCING SIZE
e2a6a524-84fc-4f07-8b55-fdf1f73ca316 maroon_squash / -> /Users/rjeczalik/koding/mnt/aws-instance-2 100167/100167 0 0 128 TiB/128 TiB
``` | 1.0 | kd/mount: unmount if prefetch was interrupted - Currently if prefetch was interrupted, kd keeps the mount with invalid sync state. Probably there should be a sighandler that unmounts when interrupted.
```
$ ./kd mount maroon_squash
Mounting to /Users/rjeczalik/koding/mnt/aws-instance-2 directory.
Checking remote path...
Mounted remote directory / has 100166 file(s) of total size 128 TiB
Initializing mount / -> /Users/rjeczalik/koding/mnt/aws-instance-2...
^C
```
```
$ ./kd mount ls
ID MACHINE MOUNT FILES QUEUED SYNCING SIZE
e2a6a524-84fc-4f07-8b55-fdf1f73ca316 maroon_squash / -> /Users/rjeczalik/koding/mnt/aws-instance-2 100167/100167 0 0 128 TiB/128 TiB
``` | priority | kd mount unmount if prefetch was interrupted currently if prefetch was interrupted kd keeps the mount with invalid sync state probably there should be a sighandler that unmounts when interrupted kd mount maroon squash mounting to users rjeczalik koding mnt aws instance directory checking remote path mounted remote directory has file s of total size tib initializing mount users rjeczalik koding mnt aws instance c kd mount ls id machine mount files queued syncing size maroon squash users rjeczalik koding mnt aws instance tib tib | 1 |
458,544 | 13,177,030,870 | IssuesEvent | 2020-08-12 06:29:15 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | [0.9.0.0 beta staging-stable-8] Wood cart sound plays when it's not moving | Category: Audio Priority: Low Status: Fixed | When you place a wood cart pull it and stop you still hear the sound of the cart moving when it is standing still. If you drop the cart the sound stops. If you grab the cart again and not move you can still hear the sound of the cart moving. | 1.0 | [0.9.0.0 beta staging-stable-8] Wood cart sound plays when it's not moving - When you place a wood cart pull it and stop you still hear the sound of the cart moving when it is standing still. If you drop the cart the sound stops. If you grab the cart again and not move you can still hear the sound of the cart moving. | priority | wood cart sound plays when it s not moving when you place a wood cart pull it and stop you still hear the sound of the cart moving when it is standing still if you drop the cart the sound stops if you grab the cart again and not move you can still hear the sound of the cart moving | 1 |
257,115 | 8,133,062,469 | IssuesEvent | 2018-08-18 19:45:43 | ballerina-platform/ballerina-lang | https://api.github.com/repos/ballerina-platform/ballerina-lang | closed | [IO] Add capability to create tcp server in ballerina | Component/stdlib Priority/Low Type/New Feature | **Description:**
Create a function which will open server socket and start listening to a given IP/Port.
The function should return read/write socket capabilities.
Server should be able to perform the following,
- Accept incoming connections
- Read the content from a given channel using the I/O APIs
- Write content to the channel using I/O APIs | 1.0 | [IO] Add capability to create tcp server in ballerina - **Description:**
Create a function which will open server socket and start listening to a given IP/Port.
The function should return read/write socket capabilities.
Server should be able to perform the following,
- Accept incoming connections
- Read the content from a given channel using the I/O APIs
- Write content to the channel using I/O APIs | priority | add capability to create tcp server in ballerina description create a function which will open server socket and start listening to a given ip port the function should return read write socket capabilities server should be able to perform the following accept incoming connections read the content from a given channel using the i o apis write content to the channel using i o apis | 1 |
431,784 | 12,485,663,629 | IssuesEvent | 2020-05-30 20:56:32 | minio/minio | https://api.github.com/repos/minio/minio | closed | CompleteMultipartUpload: Reduce Time Between File Rename and Stat | community priority: low | When Minio is running as an object storage server there can be a significant time delay during the CompleteMultipartUpload operation between the file rename and file stat if the server is writing/deleting to a bucket on a NAS and the file uploaded consists of hundred or thousands of parts. This scenario presents a window of opportunity for the CompleteMultipartUpload to fail. For example, if the renamed file is moved out of the bucket by an external process before it can be stat'd by the CompleteMultipartUpload caller.
Here is the applicable [code](https://github.com/minio/minio/blob/master/cmd/fs-v1-multipart.go#L685):
```
err = fsRenameFile(ctx, appendFilePath, pathJoin(fs.fsPath, bucket, object))
if err != nil {
logger.LogIf(ctx, err)
return oi, toObjectErr(err, bucket, object)
}
fsRemoveAll(ctx, uploadIDDir)
// It is safe to ignore any directory not empty error (in case there were multiple uploadIDs on the same object)
fsRemoveDir(ctx, fs.getMultipartSHADir(bucket, object))
fi, err := fsStatFile(ctx, pathJoin(fs.fsPath, bucket, object))
if err != nil {
return oi, toObjectErr(err, bucket, object)
}
```
## Expected Behavior
I would expect the fsStatFile call to occur immediately after the fsRenameFile call to reduce the chance of an error being returned to the client that initiated the completion of the multipart upload.
## Current Behavior
If the renamed file is moved out of the bucket or to a different position in the bucket before the file stat is performed then a confusing response is returned to the client where an error message is found in the response body but the status code is set to 200. I am not sure, but this mapping of NoSuchKey with a 200 status code may also be a sign of a shadowed err variable.
Here is a sample response when using the AWS CLI as a client:
```
2020-05-21 17:09:50,830 - ThreadPoolExecutor-0_1 - botocore.hooks - DEBUG - Event request-created.s3.CompleteMultipartUpload: calling handler <function signal_transferring at 0x10f3bc040>
2020-05-21 17:09:50,831 - ThreadPoolExecutor-0_1 - botocore.endpoint - DEBUG - Sending http request: <AWSPreparedRequest stream_output=False, method=POST, url=http://127.0.0.1:9000/test/1G.bin?uploadId=3d57e713-d617-40f2-8d86-6b27bbe4e4a2, headers={'User-Agent': b'aws-cli/1.17.9 Python/3.8.1 Darwin/19.4.0 botocore/1.14.9', 'X-Amz-Date': b'20200521T210950Z', 'X-Amz-Content-SHA256': b'a400509105d17c93563b8301c1ba56b7e8559512180df18edfdf6a09adc77bda', 'Authorization': b'AWS4-HMAC-SHA256 Credential=minioadmin/20200521/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=26899cb9c885f0c3ddc313fdef017e74865f413d9dfd0812eb9b8d7fafb1ddbe', 'Content-Length': '17591'}>
2020-05-21 17:10:00,842 - ThreadPoolExecutor-0_1 - urllib3.connectionpool - DEBUG - http://127.0.0.1:9000 "POST /test/1G.bin?uploadId=3d57e713-d617-40f2-8d86-6b27bbe4e4a2 HTTP/1.1" 200 None
2020-05-21 17:10:51,135 - ThreadPoolExecutor-0_1 - botocore.parsers - DEBUG - Response headers: {'Content-Security-Policy': 'block-all-mixed-content', 'Content-Type': 'text/event-stream', 'Vary': 'Origin', 'X-Amz-Request-Id': '161127555182F0D8', 'X-Xss-Protection': '1; mode=block', 'Date': 'Thu, 21 May 2020 21:10:00 GMT', 'Transfer-Encoding': 'chunked'}
2020-05-21 17:10:51,136 - ThreadPoolExecutor-0_1 - botocore.parsers - DEBUG - Response body:
b'<?xml version="1.0" encoding="UTF-8"?>\n <Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Key>1G.bin</Key><BucketName>test</BucketName><Resource>/test/1G.bin</Resource><RequestId>161127555182F0D8</RequestId><HostId>f42342a9-dc70-45f3-a3fe-1b3371a9ae62</HostId></Error>'
```
## Possible Solution
Move the fsStatFile() as closely as possible to the fsRenameFile(). For example, maybe this would be better.
```
err = fsRenameFile(ctx, appendFilePath, pathJoin(fs.fsPath, bucket, object))
if err != nil {
logger.LogIf(ctx, err)
return oi, toObjectErr(err, bucket, object)
}
fi, err := fsStatFile(ctx, pathJoin(fs.fsPath, bucket, object))
if err != nil {
return oi, toObjectErr(err, bucket, object)
}
fsRemoveAll(ctx, uploadIDDir)
// It is safe to ignore any directory not empty error (in case there were multiple uploadIDs on the same object)
fsRemoveDir(ctx, fs.getMultipartSHADir(bucket, object))
```
## Steps to Reproduce (for bugs)
1. Upload a large multipart file to Minio that will require the CompleteMultipartUpload() a minute or more to finish (i.e., due to part cleanup). Alternatively, modify source code to sleep between file rename and stat in the CompleteMultipartUpload() function.
2. Remove file from Minio bucket once it is renamed while CompleteMultipartUpload() is still in progress.
3. Observe the 200 status code that is returned with a NoSuchKey error message in the response body.
## Context
I am not sure if this could occur with multiple clients accessing the same file. For example, client 1 completes multipart upload and client 2 deletes file that is renamed before it can be stat'd.
In my environment, I have a customer who automates the moving of files from the Minio bucket as they show up in the bucket. However, the bucket is using NAS and for large files (> 100GB) with thousands of parts, the part deletion can take a few minutes. If the file is moved out of the bucket during this time, then the client waiting for the multipart upload to complete gets notified that the upload failed.
This may be an edge case but it might also highlight a better ordering of the operations inside the fs.CompleteMultipartUpload() function.
## Regression
## Your Environment
* Version used (`minio version`): RELEASE.2020-05-16T01-33-21Z (built from source)
* Environment name and version (e.g. nginx 1.9.1):
* Server type and version:
* Operating System and version (`uname -a`): Darwin SBarnes 19.4.0 Darwin Kernel Version 19.4.0: Wed Mar 4 22:28:40 PST 2020; root:xnu-6153.101.6~15/RELEASE_X86_64 x86_64
* Link to your project:
| 1.0 | CompleteMultipartUpload: Reduce Time Between File Rename and Stat - When Minio is running as an object storage server there can be a significant time delay during the CompleteMultipartUpload operation between the file rename and file stat if the server is writing/deleting to a bucket on a NAS and the file uploaded consists of hundred or thousands of parts. This scenario presents a window of opportunity for the CompleteMultipartUpload to fail. For example, if the renamed file is moved out of the bucket by an external process before it can be stat'd by the CompleteMultipartUpload caller.
Here is the applicable [code](https://github.com/minio/minio/blob/master/cmd/fs-v1-multipart.go#L685):
```
err = fsRenameFile(ctx, appendFilePath, pathJoin(fs.fsPath, bucket, object))
if err != nil {
logger.LogIf(ctx, err)
return oi, toObjectErr(err, bucket, object)
}
fsRemoveAll(ctx, uploadIDDir)
// It is safe to ignore any directory not empty error (in case there were multiple uploadIDs on the same object)
fsRemoveDir(ctx, fs.getMultipartSHADir(bucket, object))
fi, err := fsStatFile(ctx, pathJoin(fs.fsPath, bucket, object))
if err != nil {
return oi, toObjectErr(err, bucket, object)
}
```
## Expected Behavior
I would expect the fsStatFile call to occur immediately after the fsRenameFile call to reduce the chance of an error being returned to the client that initiated the completion of the multipart upload.
## Current Behavior
If the renamed file is moved out of the bucket or to a different position in the bucket before the file stat is performed then a confusing response is returned to the client where an error message is found in the response body but the status code is set to 200. I am not sure, but this mapping of NoSuchKey with a 200 status code may also be a sign of a shadowed err variable.
Here is a sample response when using the AWS CLI as a client:
```
2020-05-21 17:09:50,830 - ThreadPoolExecutor-0_1 - botocore.hooks - DEBUG - Event request-created.s3.CompleteMultipartUpload: calling handler <function signal_transferring at 0x10f3bc040>
2020-05-21 17:09:50,831 - ThreadPoolExecutor-0_1 - botocore.endpoint - DEBUG - Sending http request: <AWSPreparedRequest stream_output=False, method=POST, url=http://127.0.0.1:9000/test/1G.bin?uploadId=3d57e713-d617-40f2-8d86-6b27bbe4e4a2, headers={'User-Agent': b'aws-cli/1.17.9 Python/3.8.1 Darwin/19.4.0 botocore/1.14.9', 'X-Amz-Date': b'20200521T210950Z', 'X-Amz-Content-SHA256': b'a400509105d17c93563b8301c1ba56b7e8559512180df18edfdf6a09adc77bda', 'Authorization': b'AWS4-HMAC-SHA256 Credential=minioadmin/20200521/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=26899cb9c885f0c3ddc313fdef017e74865f413d9dfd0812eb9b8d7fafb1ddbe', 'Content-Length': '17591'}>
2020-05-21 17:10:00,842 - ThreadPoolExecutor-0_1 - urllib3.connectionpool - DEBUG - http://127.0.0.1:9000 "POST /test/1G.bin?uploadId=3d57e713-d617-40f2-8d86-6b27bbe4e4a2 HTTP/1.1" 200 None
2020-05-21 17:10:51,135 - ThreadPoolExecutor-0_1 - botocore.parsers - DEBUG - Response headers: {'Content-Security-Policy': 'block-all-mixed-content', 'Content-Type': 'text/event-stream', 'Vary': 'Origin', 'X-Amz-Request-Id': '161127555182F0D8', 'X-Xss-Protection': '1; mode=block', 'Date': 'Thu, 21 May 2020 21:10:00 GMT', 'Transfer-Encoding': 'chunked'}
2020-05-21 17:10:51,136 - ThreadPoolExecutor-0_1 - botocore.parsers - DEBUG - Response body:
b'<?xml version="1.0" encoding="UTF-8"?>\n <Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Key>1G.bin</Key><BucketName>test</BucketName><Resource>/test/1G.bin</Resource><RequestId>161127555182F0D8</RequestId><HostId>f42342a9-dc70-45f3-a3fe-1b3371a9ae62</HostId></Error>'
```
## Possible Solution
Move the fsStatFile() as closely as possible to the fsRenameFile(). For example, maybe this would be better.
```
err = fsRenameFile(ctx, appendFilePath, pathJoin(fs.fsPath, bucket, object))
if err != nil {
logger.LogIf(ctx, err)
return oi, toObjectErr(err, bucket, object)
}
fi, err := fsStatFile(ctx, pathJoin(fs.fsPath, bucket, object))
if err != nil {
return oi, toObjectErr(err, bucket, object)
}
fsRemoveAll(ctx, uploadIDDir)
// It is safe to ignore any directory not empty error (in case there were multiple uploadIDs on the same object)
fsRemoveDir(ctx, fs.getMultipartSHADir(bucket, object))
```
## Steps to Reproduce (for bugs)
1. Upload a large multipart file to Minio that will require the CompleteMultipartUpload() a minute or more to finish (i.e., due to part cleanup). Alternatively, modify source code to sleep between file rename and stat in the CompleteMultipartUpload() function.
2. Remove file from Minio bucket once it is renamed while CompleteMultipartUpload() is still in progress.
3. Observe the 200 status code that is returned with a NoSuchKey error message in the response body.
## Context
I am not sure if this could occur with multiple clients accessing the same file. For example, client 1 completes multipart upload and client 2 deletes file that is renamed before it can be stat'd.
In my environment, I have a customer who automates the moving of files from the Minio bucket as they show up in the bucket. However, the bucket is using NAS and for large files (> 100GB) with thousands of parts, the part deletion can take a few minutes. If the file is moved out of the bucket during this time, then the client waiting for the multipart upload to complete gets notified that the upload failed.
This may be an edge case but it might also highlight a better ordering of the operations inside the fs.CompleteMultipartUpload() function.
## Regression
## Your Environment
* Version used (`minio version`): RELEASE.2020-05-16T01-33-21Z (built from source)
* Environment name and version (e.g. nginx 1.9.1):
* Server type and version:
* Operating System and version (`uname -a`): Darwin SBarnes 19.4.0 Darwin Kernel Version 19.4.0: Wed Mar 4 22:28:40 PST 2020; root:xnu-6153.101.6~15/RELEASE_X86_64 x86_64
* Link to your project:
| priority | completemultipartupload reduce time between file rename and stat when minio is running as an object storage server there can be a significant time delay during the completemultipartupload operation between the file rename and file stat if the server is writing deleting to a bucket on a nas and the file uploaded consists of hundred or thousands of parts this scenario presents a window of opportunity for the completemultipartupload to fail for example if the renamed file is moved out of the bucket by an external process before it can be stat d by the completemultipartupload caller here is the applicable err fsrenamefile ctx appendfilepath pathjoin fs fspath bucket object if err nil logger logif ctx err return oi toobjecterr err bucket object fsremoveall ctx uploadiddir it is safe to ignore any directory not empty error in case there were multiple uploadids on the same object fsremovedir ctx fs getmultipartshadir bucket object fi err fsstatfile ctx pathjoin fs fspath bucket object if err nil return oi toobjecterr err bucket object expected behavior i would expect the fsstatfile call to occur immediately after the fsrenamefile call to reduce the chance of an error being returned to the client that initiated the completion of the multipart upload current behavior if the renamed file is moved out of the bucket or to a different position in the bucket before the file stat is performed then a confusing response is returned to the client where an error message is found in the response body but the status code is set to i am not sure but this mapping of nosuchkey with a status code may also be a sign of a shadowed err variable here is a sample response when using the aws cli as a client threadpoolexecutor botocore hooks debug event request created completemultipartupload calling handler threadpoolexecutor botocore endpoint debug sending http request threadpoolexecutor connectionpool debug post test bin uploadid http none threadpoolexecutor botocore parsers debug response headers content security policy block all mixed content content type text event stream vary origin x amz request id x xss protection mode block date thu may gmt transfer encoding chunked threadpoolexecutor botocore parsers debug response body b n nosuchkey the specified key does not exist bin test test bin possible solution move the fsstatfile as closely as possible to the fsrenamefile for example maybe this would be better err fsrenamefile ctx appendfilepath pathjoin fs fspath bucket object if err nil logger logif ctx err return oi toobjecterr err bucket object fi err fsstatfile ctx pathjoin fs fspath bucket object if err nil return oi toobjecterr err bucket object fsremoveall ctx uploadiddir it is safe to ignore any directory not empty error in case there were multiple uploadids on the same object fsremovedir ctx fs getmultipartshadir bucket object steps to reproduce for bugs upload a large multipart file to minio that will require the completemultipartupload a minute or more to finish i e due to part cleanup alternatively modify source code to sleep between file rename and stat in the completemultipartupload function remove file from minio bucket once it is renamed while completemultipartupload is still in progress observe the status code that is returned with a nosuchkey error message in the response body context i am not sure if this could occur with multiple clients accessing the same file for example client completes multipart upload and client deletes file that is renamed before it can be stat d in my environment i have a customer who automates the moving of files from the minio bucket as they show up in the bucket however the bucket is using nas and for large files with thousands of parts the part deletion can take a few minutes if the file is moved out of the bucket during this time then the client waiting for the multipart upload to complete gets notified that the upload failed this may be an edge case but it might also highlight a better ordering of the operations inside the fs completemultipartupload function regression your environment version used minio version release built from source environment name and version e g nginx server type and version operating system and version uname a darwin sbarnes darwin kernel version wed mar pst root xnu release link to your project | 1 |
322,904 | 9,829,831,823 | IssuesEvent | 2019-06-16 01:45:53 | carbon-design-system/carbon | https://api.github.com/repos/carbon-design-system/carbon | closed | Although sort order is none on DataTable, arrow shows until clicking other area. | Severity 3 inactive package: react priority: low type: discussion 💬 wontfix | ## Detailed description
> Describe in detail the issue you're having.
Current DataTable show the arrow until clicking other area although there is no sorting. In this case, user could think that the sorting does not work.
> Is this a feature request (new component, new icon), a bug, or a general issue?
I think it is a bug.
> Is this issue related to a specific component?
DataTable
> What did you expect to happen? What happened instead? What would you like to see changed?
Arrow icon should disappear when rows are not sorted.
## Steps to reproduce the issue
1. Go to story book page for DataTable : https://pages.github.ibm.com/cloud-integration-design/ap-carbon-theme/?selectedKind=DataTable&selectedStory=with%20sorting&full=0&addons=1&stories=1&panelRight=0&addonPanel=storybook%2Factions%2Factions-panel
2. Click the name on header three times.
3. You can see the arrow icon like below image although rows are not sorted.

| 1.0 | Although sort order is none on DataTable, arrow shows until clicking other area. - ## Detailed description
> Describe in detail the issue you're having.
Current DataTable show the arrow until clicking other area although there is no sorting. In this case, user could think that the sorting does not work.
> Is this a feature request (new component, new icon), a bug, or a general issue?
I think it is a bug.
> Is this issue related to a specific component?
DataTable
> What did you expect to happen? What happened instead? What would you like to see changed?
Arrow icon should disappear when rows are not sorted.
## Steps to reproduce the issue
1. Go to story book page for DataTable : https://pages.github.ibm.com/cloud-integration-design/ap-carbon-theme/?selectedKind=DataTable&selectedStory=with%20sorting&full=0&addons=1&stories=1&panelRight=0&addonPanel=storybook%2Factions%2Factions-panel
2. Click the name on header three times.
3. You can see the arrow icon like below image although rows are not sorted.

| priority | although sort order is none on datatable arrow shows until clicking other area detailed description describe in detail the issue you re having current datatable show the arrow until clicking other area although there is no sorting in this case user could think that the sorting does not work is this a feature request new component new icon a bug or a general issue i think it is a bug is this issue related to a specific component datatable what did you expect to happen what happened instead what would you like to see changed arrow icon should disappear when rows are not sorted steps to reproduce the issue go to story book page for datatable click the name on header three times you can see the arrow icon like below image although rows are not sorted | 1 |
316,246 | 9,639,375,221 | IssuesEvent | 2019-05-16 13:25:40 | NCIOCPL/cgov-digital-platform | https://api.github.com/repos/NCIOCPL/cgov-digital-platform | opened | Move Blog Series Field on Blog Post Content Type | Low priority | Please move the blog series field on the Blog Post content type up above the Pretty URL field, below the Language field. Make sure the blog series field is still required.
Thanks! | 1.0 | Move Blog Series Field on Blog Post Content Type - Please move the blog series field on the Blog Post content type up above the Pretty URL field, below the Language field. Make sure the blog series field is still required.
Thanks! | priority | move blog series field on blog post content type please move the blog series field on the blog post content type up above the pretty url field below the language field make sure the blog series field is still required thanks | 1 |
440,972 | 12,707,012,205 | IssuesEvent | 2020-06-23 08:12:50 | luna/luna | https://api.github.com/repos/luna/luna | closed | Lint Rules in CI | Category: External Change: Non-Breaking Difficulty: Beginner Priority: Lowest Type: Enhancement | ### Summary
We want to enforce a consistent style in the Haskell portions of the Luna codebase. This means resurrecting our existing autoformatter rules for Stylish Haskell and finishing them off, or starting from scratch with another autoformatter.
Once we have that, we can run the autoformatter on all files in the repo on CI. If this results in any changes in the git repo, then the commit does not conform to the formatting rules and must be updated, so we can fail CI.
### Value
A fixed set of formatting rules means that code is consistent and easy to read across the codebase, but also removes the need to bikeshed formatting at the code-review stage, letting reviews focus entirely on the code itself and its merits (or otherwise).
### Specification
- Create a formatting ruleset for a formatter of choice.
- Apply this autoformatter to the codebase.
- Get it checked as a CI step.
### Acceptance Criteria & Test Cases
- Code formatting is checked in CI. | 1.0 | Lint Rules in CI - ### Summary
We want to enforce a consistent style in the Haskell portions of the Luna codebase. This means resurrecting our existing autoformatter rules for Stylish Haskell and finishing them off, or starting from scratch with another autoformatter.
Once we have that, we can run the autoformatter on all files in the repo on CI. If this results in any changes in the git repo, then the commit does not conform to the formatting rules and must be updated, so we can fail CI.
### Value
A fixed set of formatting rules means that code is consistent and easy to read across the codebase, but also removes the need to bikeshed formatting at the code-review stage, letting reviews focus entirely on the code itself and its merits (or otherwise).
### Specification
- Create a formatting ruleset for a formatter of choice.
- Apply this autoformatter to the codebase.
- Get it checked as a CI step.
### Acceptance Criteria & Test Cases
- Code formatting is checked in CI. | priority | lint rules in ci summary we want to enforce a consistent style in the haskell portions of the luna codebase this means resurrecting our existing autoformatter rules for stylish haskell and finishing them off or starting from scratch with another autoformatter once we have that we can run the autoformatter on all files in the repo on ci if this results in any changes in the git repo then the commit does not conform to the formatting rules and must be updated so we can fail ci value a fixed set of formatting rules means that code is consistent and easy to read across the codebase but also removes the need to bikeshed formatting at the code review stage letting reviews focus entirely on the code itself and its merits or otherwise specification create a formatting ruleset for a formatter of choice apply this autoformatter to the codebase get it checked as a ci step acceptance criteria test cases code formatting is checked in ci | 1 |
270,323 | 8,454,704,698 | IssuesEvent | 2018-10-21 07:00:13 | numpy/numpy | https://api.github.com/repos/numpy/numpy | closed | bincount2d (Trac #2118) | 01 - Enhancement component: Other priority: low | _Original ticket http://projects.scipy.org/numpy/ticket/2118 on 2012-04-27 by trac user amueller, assigned to unknown._
I would love to have a function "bincount2d" that is the equivalent of "histogram2d" but where the bins are given by the integers and possibly weighted.
| 1.0 | bincount2d (Trac #2118) - _Original ticket http://projects.scipy.org/numpy/ticket/2118 on 2012-04-27 by trac user amueller, assigned to unknown._
I would love to have a function "bincount2d" that is the equivalent of "histogram2d" but where the bins are given by the integers and possibly weighted.
| priority | trac original ticket on by trac user amueller assigned to unknown i would love to have a function that is the equivalent of but where the bins are given by the integers and possibly weighted | 1 |
150,384 | 5,765,726,775 | IssuesEvent | 2017-04-27 03:50:56 | NREL/OpenStudio-BEopt | https://api.github.com/repos/NREL/OpenStudio-BEopt | closed | Use IP units in measures | priority low | Use IP units for all measure arguments and equations; only convert to SI when passing to OS objects. This will generally make debugging simpler and reduce potential bugs.
cc @joseph-robertson @jmaguire1
| 1.0 | Use IP units in measures - Use IP units for all measure arguments and equations; only convert to SI when passing to OS objects. This will generally make debugging simpler and reduce potential bugs.
cc @joseph-robertson @jmaguire1
| priority | use ip units in measures use ip units for all measure arguments and equations only convert to si when passing to os objects this will generally make debugging simpler and reduce potential bugs cc joseph robertson | 1 |
705,630 | 24,242,353,388 | IssuesEvent | 2022-09-27 07:50:58 | telerik/kendo-ui-core | https://api.github.com/repos/telerik/kendo-ui-core | closed | When using aggregates with nullable data field in DataTable calling ToDataSourceResult throws a NullReferenceException | Bug F: DataSource SEV: Low S: Wrappers (ASP.NET Core) Priority 1 Next LIB FP: Unplanned | ### Bug report
When using aggregates with nullable data field in DataTable calling ToDataSourceResult throws a NullReferenceException
### Reproduction of the problem
1. Refer to ticket#1528656 for a runnable example
### Current behavior
Exception is thrown when calling Expression.Convert() on a nullable type
[Reference](https://github.com/telerik/kendo/blob/master/wrappers/mvc-6/src/Kendo.Mvc/Infrastructure/Implementation/Expressions/Grouping/Aggregates/EnumerableSelectorAggregateFunctionExpressionBuilder.cs#L79)
### Environment
* **Kendo UI version:** 2021.2.616
* **Browser:** [all]
| 1.0 | When using aggregates with nullable data field in DataTable calling ToDataSourceResult throws a NullReferenceException - ### Bug report
When using aggregates with nullable data field in DataTable calling ToDataSourceResult throws a NullReferenceException
### Reproduction of the problem
1. Refer to ticket#1528656 for a runnable example
### Current behavior
Exception is thrown when calling Expression.Convert() on a nullable type
[Reference](https://github.com/telerik/kendo/blob/master/wrappers/mvc-6/src/Kendo.Mvc/Infrastructure/Implementation/Expressions/Grouping/Aggregates/EnumerableSelectorAggregateFunctionExpressionBuilder.cs#L79)
### Environment
* **Kendo UI version:** 2021.2.616
* **Browser:** [all]
| priority | when using aggregates with nullable data field in datatable calling todatasourceresult throws a nullreferenceexception bug report when using aggregates with nullable data field in datatable calling todatasourceresult throws a nullreferenceexception reproduction of the problem refer to ticket for a runnable example current behavior exception is thrown when calling expression convert on a nullable type environment kendo ui version browser | 1 |
97,912 | 4,007,928,351 | IssuesEvent | 2016-05-12 19:52:32 | markitus18/Project-II | https://api.github.com/repos/markitus18/Project-II | opened | If we destroy an assimilator while probes are operating it they don't stop collecting | bug low priority | **Frequency:** 100%
**STEPS TO REPRODUCE:**
1. Put two probes at gathering gas
2. Destroy it without killing the probes
**RESULTS:**
The probes keep gathering gas.
**EXPECTED RESULTS:**
The probes should stop.
| 1.0 | If we destroy an assimilator while probes are operating it they don't stop collecting - **Frequency:** 100%
**STEPS TO REPRODUCE:**
1. Put two probes at gathering gas
2. Destroy it without killing the probes
**RESULTS:**
The probes keep gathering gas.
**EXPECTED RESULTS:**
The probes should stop.
| priority | if we destroy an assimilator while probes are operating it they don t stop collecting frequency steps to reproduce put two probes at gathering gas destroy it without killing the probes results the probes keep gathering gas expected results the probes should stop | 1 |
829,616 | 31,884,276,973 | IssuesEvent | 2023-09-16 19:01:35 | getsolus/packages | https://api.github.com/repos/getsolus/packages | closed | Notifications about old print jobs (T5044) | Software Stale Priority: Low | <!-- T5044 -->
<div dir="rtl"><b>michael</b> (<em>#landrykid</em>), 2017-11-16 08:42:12 UTC</div><br/>
I've had multiple challenges printing in other distros, but it "just works" in Solus. Great job!
However, a few times I've come back to my computer and gotten notified that successful print jobs from a few days ago had failed. Then I get a notified that my printer was installed. I think the failure notifications mention cups. (I have an HP consumer inkjet.)
Please let me know if you need additional information.
Update: This occurred again today and there was no cups mention. I think losing and regaining wi-fi connectivity might be a catalyst.
| 1.0 | Notifications about old print jobs (T5044) - <!-- T5044 -->
<div dir="rtl"><b>michael</b> (<em>#landrykid</em>), 2017-11-16 08:42:12 UTC</div><br/>
I've had multiple challenges printing in other distros, but it "just works" in Solus. Great job!
However, a few times I've come back to my computer and gotten notified that successful print jobs from a few days ago had failed. Then I get a notified that my printer was installed. I think the failure notifications mention cups. (I have an HP consumer inkjet.)
Please let me know if you need additional information.
Update: This occurred again today and there was no cups mention. I think losing and regaining wi-fi connectivity might be a catalyst.
| priority | notifications about old print jobs michael nbsp landrykid nbsp nbsp nbsp utc i ve had multiple challenges printing in other distros but it just works in solus great job however a few times i ve come back to my computer and gotten notified that successful print jobs from a few days ago had failed then i get a notified that my printer was installed i think the failure notifications mention cups i have an hp consumer inkjet please let me know if you need additional information update this occurred again today and there was no cups mention i think losing and regaining wi fi connectivity might be a catalyst | 1 |
127,745 | 5,038,911,720 | IssuesEvent | 2016-12-18 14:37:48 | Sonerezh/sonerezh | https://api.github.com/repos/Sonerezh/sonerezh | closed | Translate | Priority: Low Status: Completed Type: Enhancement | Hi!
In `/settings` in French you have noted :
> Emplacement de la librairie
So, in French `Library` is `Bibliothèque`. In English `Librairie` is `Bookstore`!
Many thanks for Sonerezh !
---
Hello !
Dans `/settings` il est noté :
> Emplacement de la librairie
Il serait plus correct de traduire `Library` par `Bibliothèque`. `Librairie` se dit `Bookstore` en Anglais ;-)
Un putain de merci pour Sonerezh !
| 1.0 | Translate - Hi!
In `/settings` in French you have noted :
> Emplacement de la librairie
So, in French `Library` is `Bibliothèque`. In English `Librairie` is `Bookstore`!
Many thanks for Sonerezh !
---
Hello !
Dans `/settings` il est noté :
> Emplacement de la librairie
Il serait plus correct de traduire `Library` par `Bibliothèque`. `Librairie` se dit `Bookstore` en Anglais ;-)
Un putain de merci pour Sonerezh !
| priority | translate hi in settings in french you have noted emplacement de la librairie so in french library is bibliothèque in english librairie is bookstore many thanks for sonerezh hello dans settings il est noté emplacement de la librairie il serait plus correct de traduire library par bibliothèque librairie se dit bookstore en anglais un putain de merci pour sonerezh | 1 |
620,004 | 19,542,628,527 | IssuesEvent | 2022-01-01 07:23:29 | TradersTeam/grand-node-java-client | https://api.github.com/repos/TradersTeam/grand-node-java-client | closed | BackorderMode | schema/model low priority | BackorderModeinteger($int32)
0 - NoBackorders; 1 - AllowQtyBelowZero;
Enum:
[ 0, 1 ]

| 1.0 | BackorderMode - BackorderModeinteger($int32)
0 - NoBackorders; 1 - AllowQtyBelowZero;
Enum:
[ 0, 1 ]

| priority | backordermode backordermodeinteger nobackorders allowqtybelowzero enum | 1 |
234,659 | 7,724,407,851 | IssuesEvent | 2018-05-24 15:00:34 | test4gloirin/m | https://api.github.com/repos/test4gloirin/m | closed | 0000060:
missing fields in pdf export | Addressbook bug low priority | **Reported by pschuele on 10 Jul 2008 13:49**
Bei "export to pdf" fehlen folgende Felder: "Titel" (Berufsbezeichnung wird im pdf als Titel bezeichnet), "Raum", "Zweitname", "Namenszusatz", Tags im Allgemeinen
| 1.0 | 0000060:
missing fields in pdf export - **Reported by pschuele on 10 Jul 2008 13:49**
Bei "export to pdf" fehlen folgende Felder: "Titel" (Berufsbezeichnung wird im pdf als Titel bezeichnet), "Raum", "Zweitname", "Namenszusatz", Tags im Allgemeinen
| priority | missing fields in pdf export reported by pschuele on jul bei quot export to pdf quot fehlen folgende felder quot titel quot berufsbezeichnung wird im pdf als titel bezeichnet quot raum quot quot zweitname quot quot namenszusatz quot tags im allgemeinen | 1 |
212,885 | 7,243,703,119 | IssuesEvent | 2018-02-14 12:46:08 | Fourdee/DietPi | https://api.github.com/repos/Fourdee/DietPi | opened | Coding | Code performance | Information Priority Low enhancement | As I step over different coding solutions for the same result, I thought it might be worth doing some benchmarks:
Testsystem: DietPi_VirtualBox_x86_64-Stretch v6.2
**`grep -q` vs. `cat | grep -ci -m1`**
```
root@DietPi:~# time for ((i=0;i<10000;i++)); do if grep -q 'DEV_GITBRANCH=testing' /DietPi/dietpi.txt; then ((i++)); fi; done
real 0m5.607s
user 0m0.392s
sys 0m0.856s
root@DietPi:~# time for ((i=0;i<10000;i++)); do if (( $(cat /DietPi/dietpi.txt | grep -ci -m1 'DEV_GITBRANCH=testing') )); then ((i++)); fi; done
real 0m14.784s
user 0m0.632s
sys 0m0.740s
```
- `grep -q` is clear winner here, where I think the reason is, that it does not necessarily read (and write) the whole file content (like cat, although the match was at the end of the file for this test) first
```
root@DietPi:~# time for ((i=0;i<1000;i++)); do if (( $(dpkg --get-selections | grep -ci -m1 'tzdata') )); then ((i++)); fi; done
real 0m6.019s
user 0m3.216s
sys 0m0.956s
root@DietPi:~# time for ((i=0;i<1000;i++)); do if (( $(dpkg --get-selections | grep -ci -m1 'tzdata') )); then ((i++)); fi; done
real 0m5.958s
user 0m3.124s
sys 0m1.044s
root@DietPi:~# time for ((i=0;i<1000;i++)); do if dpkg --get-selections | grep -q 'tzdata'; then ((i++)); fi; done
real 0m5.563s
user 0m3.104s
sys 0m1.132s
root@DietPi:~# time for ((i=0;i<1000;i++)); do if dpkg --get-selections | grep -q 'tzdata'; then ((i++)); fi; done
real 0m5.621s
user 0m3.064s
sys 0m1.176s
root@DietPi:~# time for ((i=0;i<1000;i++)); do if (( $(dpkg --get-selections | grep -q 'tzdata') )); then ((i++)); fi; done
real 0m12.008s
user 0m6.168s
sys 0m2.148s
root@DietPi:~# time for ((i=0;i<1000;i++)); do if [ dpkg --get-selections | grep -q 'tzdata'; then ((i++)) ]; fi; done
-bash: syntax error near unexpected token `]'
root@DietPi:~# time for ((i=0;i<1000;i++)); do if [[ dpkg --get-selections | grep -q 'tzdata'; then ((i++)) ]]; fi; done
-bash: conditional binary operator expected
-bash: syntax error near `--get-selections'
root@DietPi:~# time for ((i=0;i<1000;i++)); do if ( dpkg --get-selections | grep -q 'tzdata'; then ((i++)) ); fi; done
-bash: syntax error near unexpected token `then'
```
- For non-file checks, the difference is marginal.
- But you cannot use `grep -v` inside any kind of brackets/parenthesis, it also does not give any valid numeric result: (( grep -v )) results in skipping ((i++)), thus ~double time.
_____________________
... | 1.0 | Coding | Code performance - As I step over different coding solutions for the same result, I thought it might be worth doing some benchmarks:
Testsystem: DietPi_VirtualBox_x86_64-Stretch v6.2
**`grep -q` vs. `cat | grep -ci -m1`**
```
root@DietPi:~# time for ((i=0;i<10000;i++)); do if grep -q 'DEV_GITBRANCH=testing' /DietPi/dietpi.txt; then ((i++)); fi; done
real 0m5.607s
user 0m0.392s
sys 0m0.856s
root@DietPi:~# time for ((i=0;i<10000;i++)); do if (( $(cat /DietPi/dietpi.txt | grep -ci -m1 'DEV_GITBRANCH=testing') )); then ((i++)); fi; done
real 0m14.784s
user 0m0.632s
sys 0m0.740s
```
- `grep -q` is clear winner here, where I think the reason is, that it does not necessarily read (and write) the whole file content (like cat, although the match was at the end of the file for this test) first
```
root@DietPi:~# time for ((i=0;i<1000;i++)); do if (( $(dpkg --get-selections | grep -ci -m1 'tzdata') )); then ((i++)); fi; done
real 0m6.019s
user 0m3.216s
sys 0m0.956s
root@DietPi:~# time for ((i=0;i<1000;i++)); do if (( $(dpkg --get-selections | grep -ci -m1 'tzdata') )); then ((i++)); fi; done
real 0m5.958s
user 0m3.124s
sys 0m1.044s
root@DietPi:~# time for ((i=0;i<1000;i++)); do if dpkg --get-selections | grep -q 'tzdata'; then ((i++)); fi; done
real 0m5.563s
user 0m3.104s
sys 0m1.132s
root@DietPi:~# time for ((i=0;i<1000;i++)); do if dpkg --get-selections | grep -q 'tzdata'; then ((i++)); fi; done
real 0m5.621s
user 0m3.064s
sys 0m1.176s
root@DietPi:~# time for ((i=0;i<1000;i++)); do if (( $(dpkg --get-selections | grep -q 'tzdata') )); then ((i++)); fi; done
real 0m12.008s
user 0m6.168s
sys 0m2.148s
root@DietPi:~# time for ((i=0;i<1000;i++)); do if [ dpkg --get-selections | grep -q 'tzdata'; then ((i++)) ]; fi; done
-bash: syntax error near unexpected token `]'
root@DietPi:~# time for ((i=0;i<1000;i++)); do if [[ dpkg --get-selections | grep -q 'tzdata'; then ((i++)) ]]; fi; done
-bash: conditional binary operator expected
-bash: syntax error near `--get-selections'
root@DietPi:~# time for ((i=0;i<1000;i++)); do if ( dpkg --get-selections | grep -q 'tzdata'; then ((i++)) ); fi; done
-bash: syntax error near unexpected token `then'
```
- For non-file checks, the difference is marginal.
- But you cannot use `grep -v` inside any kind of brackets/parenthesis, it also does not give any valid numeric result: (( grep -v )) results in skipping ((i++)), thus ~double time.
_____________________
... | priority | coding code performance as i step over different coding solutions for the same result i thought it might be worth doing some benchmarks testsystem dietpi virtualbox stretch grep q vs cat grep ci root dietpi time for i i i do if grep q dev gitbranch testing dietpi dietpi txt then i fi done real user sys root dietpi time for i i i do if cat dietpi dietpi txt grep ci dev gitbranch testing then i fi done real user sys grep q is clear winner here where i think the reason is that it does not necessarily read and write the whole file content like cat although the match was at the end of the file for this test first root dietpi time for i i i do if dpkg get selections grep ci tzdata then i fi done real user sys root dietpi time for i i i do if dpkg get selections grep ci tzdata then i fi done real user sys root dietpi time for i i i do if dpkg get selections grep q tzdata then i fi done real user sys root dietpi time for i i i do if dpkg get selections grep q tzdata then i fi done real user sys root dietpi time for i i i do if dpkg get selections grep q tzdata then i fi done real user sys root dietpi time for i i i do if fi done bash syntax error near unexpected token root dietpi time for i i i do if fi done bash conditional binary operator expected bash syntax error near get selections root dietpi time for i i i do if dpkg get selections grep q tzdata then i fi done bash syntax error near unexpected token then for non file checks the difference is marginal but you cannot use grep v inside any kind of brackets parenthesis it also does not give any valid numeric result grep v results in skipping i thus double time | 1 |
500,475 | 14,500,207,358 | IssuesEvent | 2020-12-11 17:43:23 | JoseExposito/touchegg | https://api.github.com/repos/JoseExposito/touchegg | closed | Crashes on a number of gestures when panels are set to auto-hide | Priority-Low bug | Running Manjaro/KDE over here. Touchegg v2.0.2
Only affects a small fraction of users, so not a big deal
If a session is started with panels(or taskbars) set to "auto-hide", gestures that provoke the change desktop and minimize/maximize actions (maybe others as well, but I haven't tested) result in a `segmentation fault (core dumped)` crash. Changing the panel settings to "always visible" seems to fix the issue for the rest of the session, even if the change is reverted afterwards and touchegg is restarted.
I suspect that X11::getDesktopWorkarea() is having a hard time figuring out the info it needs, from running it using gdb.
Sorry if I messed anything up. This is my first ever issue submit on any repository. Though, thanks for all the work that went into this project! | 1.0 | Crashes on a number of gestures when panels are set to auto-hide - Running Manjaro/KDE over here. Touchegg v2.0.2
Only affects a small fraction of users, so not a big deal
If a session is started with panels(or taskbars) set to "auto-hide", gestures that provoke the change desktop and minimize/maximize actions (maybe others as well, but I haven't tested) result in a `segmentation fault (core dumped)` crash. Changing the panel settings to "always visible" seems to fix the issue for the rest of the session, even if the change is reverted afterwards and touchegg is restarted.
I suspect that X11::getDesktopWorkarea() is having a hard time figuring out the info it needs, from running it using gdb.
Sorry if I messed anything up. This is my first ever issue submit on any repository. Though, thanks for all the work that went into this project! | priority | crashes on a number of gestures when panels are set to auto hide running manjaro kde over here touchegg only affects a small fraction of users so not a big deal if a session is started with panels or taskbars set to auto hide gestures that provoke the change desktop and minimize maximize actions maybe others as well but i haven t tested result in a segmentation fault core dumped crash changing the panel settings to always visible seems to fix the issue for the rest of the session even if the change is reverted afterwards and touchegg is restarted i suspect that getdesktopworkarea is having a hard time figuring out the info it needs from running it using gdb sorry if i messed anything up this is my first ever issue submit on any repository though thanks for all the work that went into this project | 1 |
126,902 | 5,007,365,419 | IssuesEvent | 2016-12-12 16:33:57 | caitlynmayers/dukes | https://api.github.com/repos/caitlynmayers/dukes | opened | Change product reset button style | Low Priority Style | ### Location
Products - http://test-dukes.pantheonsite.io/product/real-mayonnaise/
### Description
Please change the reset button style to match the comp.
### Current Results
<img width="527" alt="screen shot 2016-12-12 at 11 31 04 am" src="https://cloud.githubusercontent.com/assets/1574420/21107082/7f6c4f40-c05e-11e6-95b7-1e8ad2e44421.png">
### Expected Results
<img width="136" alt="screen shot 2016-12-12 at 11 33 26 am" src="https://cloud.githubusercontent.com/assets/1574420/21107179/dca43b8c-c05e-11e6-8145-6a250ef0ae75.png"> | 1.0 | Change product reset button style - ### Location
Products - http://test-dukes.pantheonsite.io/product/real-mayonnaise/
### Description
Please change the reset button style to match the comp.
### Current Results
<img width="527" alt="screen shot 2016-12-12 at 11 31 04 am" src="https://cloud.githubusercontent.com/assets/1574420/21107082/7f6c4f40-c05e-11e6-95b7-1e8ad2e44421.png">
### Expected Results
<img width="136" alt="screen shot 2016-12-12 at 11 33 26 am" src="https://cloud.githubusercontent.com/assets/1574420/21107179/dca43b8c-c05e-11e6-8145-6a250ef0ae75.png"> | priority | change product reset button style location products description please change the reset button style to match the comp current results img width alt screen shot at am src expected results img width alt screen shot at am src | 1 |
254,629 | 8,080,994,068 | IssuesEvent | 2018-08-08 00:47:42 | kjohnsen/MMAPPR2 | https://api.github.com/repos/kjohnsen/MMAPPR2 | reopened | Output log file | complexity-low priority-high | This is important for reproducibility's sake. A simple log file including the following would suffice:
- [ ] start, end, runtime
- [ ] end status (success, failure (message))
- [ ] parameters
- [ ] R version, dependency versions (e.g., `sessionInfo()` output)
| 1.0 | Output log file - This is important for reproducibility's sake. A simple log file including the following would suffice:
- [ ] start, end, runtime
- [ ] end status (success, failure (message))
- [ ] parameters
- [ ] R version, dependency versions (e.g., `sessionInfo()` output)
| priority | output log file this is important for reproducibility s sake a simple log file including the following would suffice start end runtime end status success failure message parameters r version dependency versions e g sessioninfo output | 1 |
555,320 | 16,451,690,671 | IssuesEvent | 2021-05-21 06:54:42 | sopra-fs21-group-03/Client | https://api.github.com/repos/sopra-fs21-group-03/Client | closed | The Poker Cards on the FrontEnd should be updated, such that the Cards have the design of the original poker cards | low priority | Time estimate: This will take about 3h | 1.0 | The Poker Cards on the FrontEnd should be updated, such that the Cards have the design of the original poker cards - Time estimate: This will take about 3h | priority | the poker cards on the frontend should be updated such that the cards have the design of the original poker cards time estimate this will take about | 1 |
773,535 | 27,160,977,719 | IssuesEvent | 2023-02-17 11:51:00 | Consiglio-Regionale-della-Lombardia/PEM | https://api.github.com/repos/Consiglio-Regionale-della-Lombardia/PEM | closed | DASI: Data e ora di stampa | low priority cleanup | La data e l'orario della stampa vanno eliminati in quanto creano problemi per le pubblicazioni internet

| 1.0 | DASI: Data e ora di stampa - La data e l'orario della stampa vanno eliminati in quanto creano problemi per le pubblicazioni internet

| priority | dasi data e ora di stampa la data e l orario della stampa vanno eliminati in quanto creano problemi per le pubblicazioni internet | 1 |
701,663 | 24,102,874,045 | IssuesEvent | 2022-09-20 03:39:16 | canonical/jaas-dashboard | https://api.github.com/repos/canonical/jaas-dashboard | opened | Long names overflow in access panel | Priority: Low Bug 🐛 | **Describe the bug**
Long usernames in the access panel break out of the container.
**To Reproduce**
Steps to reproduce the behavior:
1. Open the access panel for a model.
2. Add a user with a really long name.
3. See that the name breaks out of the container.
**Expected behavior**
The username should wrap or truncate.
**Screenshots**
<img width="428" alt="Screen Shot 2022-09-20 at 1 37 19 pm" src="https://user-images.githubusercontent.com/361637/191162211-95aad75c-5119-4a78-af8b-7466adb89dc3.png">
| 1.0 | Long names overflow in access panel - **Describe the bug**
Long usernames in the access panel break out of the container.
**To Reproduce**
Steps to reproduce the behavior:
1. Open the access panel for a model.
2. Add a user with a really long name.
3. See that the name breaks out of the container.
**Expected behavior**
The username should wrap or truncate.
**Screenshots**
<img width="428" alt="Screen Shot 2022-09-20 at 1 37 19 pm" src="https://user-images.githubusercontent.com/361637/191162211-95aad75c-5119-4a78-af8b-7466adb89dc3.png">
| priority | long names overflow in access panel describe the bug long usernames in the access panel break out of the container to reproduce steps to reproduce the behavior open the access panel for a model add a user with a really long name see that the name breaks out of the container expected behavior the username should wrap or truncate screenshots img width alt screen shot at pm src | 1 |
86,132 | 3,702,870,404 | IssuesEvent | 2016-02-29 18:21:34 | crosswire/xiphos | https://api.github.com/repos/crosswire/xiphos | closed | 3.1.5-webkit Modules do not download | auto-migrated enhancement low priority sourceforge | 3.1.5-webkit Modules are listed but do not download
Ubuntu 14.04 Lunux Unity
Reported by: *anonymous
Original Ticket: [gnomesword/bugs/198](https://sourceforge.net/p/gnomesword/bugs/198) | 1.0 | 3.1.5-webkit Modules do not download - 3.1.5-webkit Modules are listed but do not download
Ubuntu 14.04 Lunux Unity
Reported by: *anonymous
Original Ticket: [gnomesword/bugs/198](https://sourceforge.net/p/gnomesword/bugs/198) | priority | webkit modules do not download webkit modules are listed but do not download ubuntu lunux unity reported by anonymous original ticket | 1 |
810,556 | 30,247,927,797 | IssuesEvent | 2023-07-06 17:59:55 | calcom/cal.com | https://api.github.com/repos/calcom/cal.com | opened | Back to Bookings button only shows for organizer | Low priority | ### Issue Summary
The 'Back to Bookings' button on `bookings/[uid]` only shows for the organizer of the booking. It should show for any logged-in user also for attendees
| 1.0 | Back to Bookings button only shows for organizer - ### Issue Summary
The 'Back to Bookings' button on `bookings/[uid]` only shows for the organizer of the booking. It should show for any logged-in user also for attendees
| priority | back to bookings button only shows for organizer issue summary the back to bookings button on bookings only shows for the organizer of the booking it should show for any logged in user also for attendees | 1 |
820,267 | 30,766,932,783 | IssuesEvent | 2023-07-30 12:23:27 | CNES/EleFits | https://api.github.com/repos/CNES/EleFits | opened | Add EleFitsCompress option to filter HDUs | enhancement low priority | Something like `--hdus pit` would enable compression of Primary (p), image extensions (i) and bintable extensions (t, when supported). | 1.0 | Add EleFitsCompress option to filter HDUs - Something like `--hdus pit` would enable compression of Primary (p), image extensions (i) and bintable extensions (t, when supported). | priority | add elefitscompress option to filter hdus something like hdus pit would enable compression of primary p image extensions i and bintable extensions t when supported | 1 |
342,073 | 10,311,605,945 | IssuesEvent | 2019-08-29 17:47:09 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | net: mDNS name resolving issue between 2 Zephyr nodes | area: Networking bug priority: low | I'm trying to use mDNS between two Zephyr nodes. I only want to resolve IPv6 addresses and I want to use the default server [ff02::fb]:5353.
I call dns_resolve_init with the address to setup the resolving and then send queries using the same code than samples/net/dns_resolve.
The query is properly formatted and sent.
Frame 1955: 78 bytes on wire (624 bits), 78 bytes captured (624 bits) on interface 0
Raw packet data
Internet Protocol Version 6, Src: fe80::200:5eff:fe00:5303, Dst: ff02::fb
0110 .... = Version: 6
.... 0000 0000 .... .... .... .... .... = Traffic Class: 0x00 (DSCP: CS0, ECN: Not-ECT)
.... .... .... 0000 0000 0000 0000 0000 = Flow Label: 0x00000
Payload Length: 38
Next Header: UDP (17)
Hop Limit: 64
Source: fe80::200:5eff:fe00:5303
Destination: ff02::fb
[Source SA MAC: IcannIan_00:53:03 (00:00:5e:00:53:03)]
User Datagram Protocol, Src Port: 51196, Dst Port: 5353
Source Port: 51196
Destination Port: 5353
Length: 38
Checksum: 0xe4e6 [unverified]
[Checksum Status: Unverified]
[Stream index: 16]
[Timestamps]
Multicast Domain Name System (query)
Transaction ID: 0x09fb
Flags: 0x0100 Standard query
Questions: 1
Answer RRs: 0
Authority RRs: 0
Additional RRs: 0
Queries
zephyr.local: type AAAA, class IN, "QM" question
Name: zephyr.local
[Name Length: 12]
[Label Count: 2]
Type: AAAA (IPv6 Address) (28)
.000 0000 0000 0001 = Class: IN (0x0001)
0... .... .... .... = "QU" question: False
The responder properly receives the query and responds properly:
Frame 1956: 100 bytes on wire (800 bits), 100 bytes captured (800 bits) on interface 0
Raw packet data
Internet Protocol Version 6, Src: fe80::200:5eff:fe00:5382, Dst: ff02::fb
0110 .... = Version: 6
.... 0000 0000 .... .... .... .... .... = Traffic Class: 0x00 (DSCP: CS0, ECN: Not-ECT)
.... .... .... 0000 0000 0000 0000 0000 = Flow Label: 0x00000
Payload Length: 60
Next Header: UDP (17)
Hop Limit: 255
Source: fe80::200:5eff:fe00:5382
Destination: ff02::fb
[Source SA MAC: IcannIan_00:53:82 (00:00:5e:00:53:82)]
User Datagram Protocol, Src Port: 5353, Dst Port: 5353
Source Port: 5353
Destination Port: 5353
Length: 60
Checksum: 0xeadd [unverified]
[Checksum Status: Unverified]
[Stream index: 17]
[Timestamps]
Multicast Domain Name System (response)
Transaction ID: 0x0000
Flags: 0x8400 Standard query response, No error
Questions: 0
Answer RRs: 1
Authority RRs: 0
Additional RRs: 0
Answers
zephyr.local: type AAAA, class IN, cache flush, addr fe80::200:5eff:fe00:5382
[Unsolicited: True]
The answer is received but dropped by the resolver.
[net/core] [DBG] net_rx: (0x20000ab8): Received pkt 0x20002720 len 100
[net/ipv6] [DBG] net_ipv6_process_pkt: (0x20000ab8): IPv6 packet len 100 received from fe80::200:5eff:fe00:5382 to ff02::fb
[net/conn] [DBG] net_conn_input: (0x20000ab8): Check UDP listener for pkt 0x20002720 src port 5353 dst port 5353 family 10 chksum 0xeadd len 60
[net/conn] [DBG] net_conn_input: (0x20000ab8): No match found.
[net/core] [DBG] processing_data: (0x20000ab8): Dropping pkt 0x20002720
This is because since the resolver sent the query using a local port it's listening on that port but the responder, correctly I might add (see RFC), responds with both ports at 5353 as expected. | 1.0 | net: mDNS name resolving issue between 2 Zephyr nodes - I'm trying to use mDNS between two Zephyr nodes. I only want to resolve IPv6 addresses and I want to use the default server [ff02::fb]:5353.
I call dns_resolve_init with the address to setup the resolving and then send queries using the same code than samples/net/dns_resolve.
The query is properly formatted and sent.
Frame 1955: 78 bytes on wire (624 bits), 78 bytes captured (624 bits) on interface 0
Raw packet data
Internet Protocol Version 6, Src: fe80::200:5eff:fe00:5303, Dst: ff02::fb
0110 .... = Version: 6
.... 0000 0000 .... .... .... .... .... = Traffic Class: 0x00 (DSCP: CS0, ECN: Not-ECT)
.... .... .... 0000 0000 0000 0000 0000 = Flow Label: 0x00000
Payload Length: 38
Next Header: UDP (17)
Hop Limit: 64
Source: fe80::200:5eff:fe00:5303
Destination: ff02::fb
[Source SA MAC: IcannIan_00:53:03 (00:00:5e:00:53:03)]
User Datagram Protocol, Src Port: 51196, Dst Port: 5353
Source Port: 51196
Destination Port: 5353
Length: 38
Checksum: 0xe4e6 [unverified]
[Checksum Status: Unverified]
[Stream index: 16]
[Timestamps]
Multicast Domain Name System (query)
Transaction ID: 0x09fb
Flags: 0x0100 Standard query
Questions: 1
Answer RRs: 0
Authority RRs: 0
Additional RRs: 0
Queries
zephyr.local: type AAAA, class IN, "QM" question
Name: zephyr.local
[Name Length: 12]
[Label Count: 2]
Type: AAAA (IPv6 Address) (28)
.000 0000 0000 0001 = Class: IN (0x0001)
0... .... .... .... = "QU" question: False
The responder properly receives the query and responds properly:
Frame 1956: 100 bytes on wire (800 bits), 100 bytes captured (800 bits) on interface 0
Raw packet data
Internet Protocol Version 6, Src: fe80::200:5eff:fe00:5382, Dst: ff02::fb
0110 .... = Version: 6
.... 0000 0000 .... .... .... .... .... = Traffic Class: 0x00 (DSCP: CS0, ECN: Not-ECT)
.... .... .... 0000 0000 0000 0000 0000 = Flow Label: 0x00000
Payload Length: 60
Next Header: UDP (17)
Hop Limit: 255
Source: fe80::200:5eff:fe00:5382
Destination: ff02::fb
[Source SA MAC: IcannIan_00:53:82 (00:00:5e:00:53:82)]
User Datagram Protocol, Src Port: 5353, Dst Port: 5353
Source Port: 5353
Destination Port: 5353
Length: 60
Checksum: 0xeadd [unverified]
[Checksum Status: Unverified]
[Stream index: 17]
[Timestamps]
Multicast Domain Name System (response)
Transaction ID: 0x0000
Flags: 0x8400 Standard query response, No error
Questions: 0
Answer RRs: 1
Authority RRs: 0
Additional RRs: 0
Answers
zephyr.local: type AAAA, class IN, cache flush, addr fe80::200:5eff:fe00:5382
[Unsolicited: True]
The answer is received but dropped by the resolver.
[net/core] [DBG] net_rx: (0x20000ab8): Received pkt 0x20002720 len 100
[net/ipv6] [DBG] net_ipv6_process_pkt: (0x20000ab8): IPv6 packet len 100 received from fe80::200:5eff:fe00:5382 to ff02::fb
[net/conn] [DBG] net_conn_input: (0x20000ab8): Check UDP listener for pkt 0x20002720 src port 5353 dst port 5353 family 10 chksum 0xeadd len 60
[net/conn] [DBG] net_conn_input: (0x20000ab8): No match found.
[net/core] [DBG] processing_data: (0x20000ab8): Dropping pkt 0x20002720
This is because since the resolver sent the query using a local port it's listening on that port but the responder, correctly I might add (see RFC), responds with both ports at 5353 as expected. | priority | net mdns name resolving issue between zephyr nodes i m trying to use mdns between two zephyr nodes i only want to resolve addresses and i want to use the default server i call dns resolve init with the address to setup the resolving and then send queries using the same code than samples net dns resolve the query is properly formatted and sent frame bytes on wire bits bytes captured bits on interface raw packet data internet protocol version src dst fb version traffic class dscp ecn not ect flow label payload length next header udp hop limit source destination fb user datagram protocol src port dst port source port destination port length checksum multicast domain name system query transaction id flags standard query questions answer rrs authority rrs additional rrs queries zephyr local type aaaa class in qm question name zephyr local type aaaa address class in qu question false the responder properly receives the query and responds properly frame bytes on wire bits bytes captured bits on interface raw packet data internet protocol version src dst fb version traffic class dscp ecn not ect flow label payload length next header udp hop limit source destination fb user datagram protocol src port dst port source port destination port length checksum multicast domain name system response transaction id flags standard query response no error questions answer rrs authority rrs additional rrs answers zephyr local type aaaa class in cache flush addr the answer is received but dropped by the resolver net rx received pkt len net process pkt packet len received from to fb net conn input check udp listener for pkt src port dst port family chksum len net conn input no match found processing data dropping pkt this is because since the resolver sent the query using a local port it s listening on that port but the responder correctly i might add see rfc responds with both ports at as expected | 1 |
86,111 | 3,702,715,666 | IssuesEvent | 2016-02-29 17:47:11 | BugBusterSWE/documentation | https://api.github.com/repos/BugBusterSWE/documentation | opened | Pulizia file inutili | Administrator enhancement priority:low | *Documento in cui si trova il problema*:
Glossario
*Descrizione del problema*:
Rimozione di file inutili allo scopo del progetto
*Punti da svolgere per risolvere il problema*:
- [ ] Rimuovere cartella ```res/glossaries-italian```
- [ ] Rimuovere cartella ```res/glossaries``` | 1.0 | Pulizia file inutili - *Documento in cui si trova il problema*:
Glossario
*Descrizione del problema*:
Rimozione di file inutili allo scopo del progetto
*Punti da svolgere per risolvere il problema*:
- [ ] Rimuovere cartella ```res/glossaries-italian```
- [ ] Rimuovere cartella ```res/glossaries``` | priority | pulizia file inutili documento in cui si trova il problema glossario descrizione del problema rimozione di file inutili allo scopo del progetto punti da svolgere per risolvere il problema rimuovere cartella res glossaries italian rimuovere cartella res glossaries | 1 |
388,897 | 11,494,501,184 | IssuesEvent | 2020-02-12 01:45:40 | CMPUT301W20T01/boost | https://api.github.com/repos/CMPUT301W20T01/boost | closed | UC 01.01.01 request rides | priority: high risk: low size: 1 | **Focus:**
Requests
**Partial User Story:**
As a rider, I want to request rides between two locations. | 1.0 | UC 01.01.01 request rides - **Focus:**
Requests
**Partial User Story:**
As a rider, I want to request rides between two locations. | priority | uc request rides focus requests partial user story as a rider i want to request rides between two locations | 1 |
258,902 | 8,180,659,659 | IssuesEvent | 2018-08-28 20:11:25 | openforge/OPENFORGE.IO | https://api.github.com/repos/openforge/OPENFORGE.IO | opened | Service Pages: Header image load time | Bug Priority: Low | The header image on the services pages take a few seconds to load the first time and display a gray background. If there anything we can change to have them match the speed of the header images on the other pages.
Steps to recreate:
navigate to the site for fresh session
go to the services page
header image takes a few seconds to load the first time
| 1.0 | Service Pages: Header image load time - The header image on the services pages take a few seconds to load the first time and display a gray background. If there anything we can change to have them match the speed of the header images on the other pages.
Steps to recreate:
navigate to the site for fresh session
go to the services page
header image takes a few seconds to load the first time
| priority | service pages header image load time the header image on the services pages take a few seconds to load the first time and display a gray background if there anything we can change to have them match the speed of the header images on the other pages steps to recreate navigate to the site for fresh session go to the services page header image takes a few seconds to load the first time | 1 |
322,348 | 9,816,681,964 | IssuesEvent | 2019-06-13 15:07:32 | lbryio/lbry | https://api.github.com/repos/lbryio/lbry | reopened | Capture non-DHT related get errors in analytics | area: jsonrpc icebox priority: low type: improvement | <!--
Thanks for reporting an issue to LBRY and helping us improve!
To make it possible for us to help you, please fill out below information carefully.
Before reporting any issues, please make sure that you're using the latest version.
- App: https://github.com/lbryio/lbry-desktop/releases
- Daemon: https://github.com/lbryio/lbry/releases
We are also available on Discord at https://chat.lbry.io
-->
## The Issue
We used to have get failures for reasons outside of sd/blob timeout, but they are no longer being captured. Some examples included: not enough disk space, no access to download location, max kee fee errors, and more exotic ones like `'NoneType' object is not subscriptable`. This can give us additional insights as to why users experience download issues.
## System Configuration
<!-- For the app, this info is in the About section at the bottom of the Help page.
You can include a screenshot instead of typing it out -->
<!-- For the daemon, run:
curl 'http://localhost:5279' --data '{"method":"version"}'
and include the full output -->
- LBRY Daemon version:
- LBRY App version:
- LBRY Installation ID:
- Operating system:
## Anything Else
<!-- Include anything else that does not fit into the above sections -->
## Screenshots
<!-- If a screenshot would help explain the bug, please include one or two here -->
## Internal Use
### Acceptance Criteria
1.
2.
3.
### Definition of Done
- [ ] Tested against acceptance criteria
- [ ] Tested against the assumptions of user story
- [ ] The project builds without errors
- [ ] Unit tests are written and passing
- [ ] Tests on devices/browsers listed in the issue have passed
- [ ] QA performed & issues resolved
- [ ] Refactoring completed
- [ ] Any configuration or build changes documented
- [ ] Documentation updated
- [ ] Peer Code Review performed
| 1.0 | Capture non-DHT related get errors in analytics - <!--
Thanks for reporting an issue to LBRY and helping us improve!
To make it possible for us to help you, please fill out below information carefully.
Before reporting any issues, please make sure that you're using the latest version.
- App: https://github.com/lbryio/lbry-desktop/releases
- Daemon: https://github.com/lbryio/lbry/releases
We are also available on Discord at https://chat.lbry.io
-->
## The Issue
We used to have get failures for reasons outside of sd/blob timeout, but they are no longer being captured. Some examples included: not enough disk space, no access to download location, max kee fee errors, and more exotic ones like `'NoneType' object is not subscriptable`. This can give us additional insights as to why users experience download issues.
## System Configuration
<!-- For the app, this info is in the About section at the bottom of the Help page.
You can include a screenshot instead of typing it out -->
<!-- For the daemon, run:
curl 'http://localhost:5279' --data '{"method":"version"}'
and include the full output -->
- LBRY Daemon version:
- LBRY App version:
- LBRY Installation ID:
- Operating system:
## Anything Else
<!-- Include anything else that does not fit into the above sections -->
## Screenshots
<!-- If a screenshot would help explain the bug, please include one or two here -->
## Internal Use
### Acceptance Criteria
1.
2.
3.
### Definition of Done
- [ ] Tested against acceptance criteria
- [ ] Tested against the assumptions of user story
- [ ] The project builds without errors
- [ ] Unit tests are written and passing
- [ ] Tests on devices/browsers listed in the issue have passed
- [ ] QA performed & issues resolved
- [ ] Refactoring completed
- [ ] Any configuration or build changes documented
- [ ] Documentation updated
- [ ] Peer Code Review performed
| priority | capture non dht related get errors in analytics thanks for reporting an issue to lbry and helping us improve to make it possible for us to help you please fill out below information carefully before reporting any issues please make sure that you re using the latest version app daemon we are also available on discord at the issue we used to have get failures for reasons outside of sd blob timeout but they are no longer being captured some examples included not enough disk space no access to download location max kee fee errors and more exotic ones like nonetype object is not subscriptable this can give us additional insights as to why users experience download issues system configuration for the app this info is in the about section at the bottom of the help page you can include a screenshot instead of typing it out for the daemon run curl data method version and include the full output lbry daemon version lbry app version lbry installation id operating system anything else screenshots internal use acceptance criteria definition of done tested against acceptance criteria tested against the assumptions of user story the project builds without errors unit tests are written and passing tests on devices browsers listed in the issue have passed qa performed issues resolved refactoring completed any configuration or build changes documented documentation updated peer code review performed | 1 |
100,428 | 4,087,623,844 | IssuesEvent | 2016-06-01 10:46:39 | wp-property/wp-property | https://api.github.com/repos/wp-property/wp-property | closed | Word Property not replacing with white label in some places | priority/high type/bug workflow/review | When you update or publish property.
**Property** updated. view **property**, or view flyer.

Also default page sor Search results in Settings/Main tab

Probably need to fix within Power Tools add-on, not sure
| 1.0 | Word Property not replacing with white label in some places - When you update or publish property.
**Property** updated. view **property**, or view flyer.

Also default page sor Search results in Settings/Main tab

Probably need to fix within Power Tools add-on, not sure
| priority | word property not replacing with white label in some places when you update or publish property property updated view property or view flyer also default page sor search results in settings main tab probably need to fix within power tools add on not sure | 1 |
566,831 | 16,831,561,100 | IssuesEvent | 2021-06-18 06:04:37 | Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth-2 | https://api.github.com/repos/Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth-2 | closed | Wrong race trait assigned to character from ruler designer | :beetle: bug :beetle: :grey_exclamation: priority low | <!--
**DO NOT REMOVE PRE-EXISTING LINES**
------------------------------------------------------------------------------------------------------------
-->
**Your mod version is:**
3197a439
**What expansions do you have installed?**
Whatever
**Are you using any submods/mods? If so, which?**
Whatever
**Please explain your issue in as much detail as possible:**
Wrong race trait assigned to ruler when you choose not matching ethnicity and culture in ruler designer
**Steps to reproduce the issue:**
Create ruler with not matching ethnicity and culture
**Upload an attachment below: .zip of your save, or screenshots:**
<details>
<summary>Click to expand</summary>



</details> | 1.0 | Wrong race trait assigned to character from ruler designer - <!--
**DO NOT REMOVE PRE-EXISTING LINES**
------------------------------------------------------------------------------------------------------------
-->
**Your mod version is:**
3197a439
**What expansions do you have installed?**
Whatever
**Are you using any submods/mods? If so, which?**
Whatever
**Please explain your issue in as much detail as possible:**
Wrong race trait assigned to ruler when you choose not matching ethnicity and culture in ruler designer
**Steps to reproduce the issue:**
Create ruler with not matching ethnicity and culture
**Upload an attachment below: .zip of your save, or screenshots:**
<details>
<summary>Click to expand</summary>



</details> | priority | wrong race trait assigned to character from ruler designer do not remove pre existing lines your mod version is what expansions do you have installed whatever are you using any submods mods if so which whatever please explain your issue in as much detail as possible wrong race trait assigned to ruler when you choose not matching ethnicity and culture in ruler designer steps to reproduce the issue create ruler with not matching ethnicity and culture upload an attachment below zip of your save or screenshots click to expand | 1 |
498,488 | 14,408,106,404 | IssuesEvent | 2020-12-03 23:03:52 | osulp/Scholars-Archive | https://api.github.com/repos/osulp/Scholars-Archive | closed | Make language metadata on collections user-friendly | Priority: Low User Interface | ### Descriptive summary
Language metadata lists URI.

### Expected behavior
Should reflect the value of the URI instead as it does at the item level (English [eng]) and not be clickable.
### Actual behavior
Lists a URI and if clicked, searches the repo for other items with that URI. | 1.0 | Make language metadata on collections user-friendly - ### Descriptive summary
Language metadata lists URI.

### Expected behavior
Should reflect the value of the URI instead as it does at the item level (English [eng]) and not be clickable.
### Actual behavior
Lists a URI and if clicked, searches the repo for other items with that URI. | priority | make language metadata on collections user friendly descriptive summary language metadata lists uri expected behavior should reflect the value of the uri instead as it does at the item level english and not be clickable actual behavior lists a uri and if clicked searches the repo for other items with that uri | 1 |
220,175 | 7,353,785,109 | IssuesEvent | 2018-03-09 02:39:16 | kcgrimes/grimes-simple-revive | https://api.github.com/repos/kcgrimes/grimes-simple-revive | opened | Replace revive-related animations & actions with updated ones | Priority: Low Status: Accepted Type: Feature | Software updates have led to new/improved animations and actions related to revive, particularly the unconscious state and the holdAction.
Implement stock Revive-related animations.
Implement holdAction with certain revive holdAction image.
Reference revive-related functions available in function viewer.
Specific commands:
ambientAnimation
lifeState
setUnconscious
Hold Actions | 1.0 | Replace revive-related animations & actions with updated ones - Software updates have led to new/improved animations and actions related to revive, particularly the unconscious state and the holdAction.
Implement stock Revive-related animations.
Implement holdAction with certain revive holdAction image.
Reference revive-related functions available in function viewer.
Specific commands:
ambientAnimation
lifeState
setUnconscious
Hold Actions | priority | replace revive related animations actions with updated ones software updates have led to new improved animations and actions related to revive particularly the unconscious state and the holdaction implement stock revive related animations implement holdaction with certain revive holdaction image reference revive related functions available in function viewer specific commands ambientanimation lifestate setunconscious hold actions | 1 |
523,047 | 15,171,435,405 | IssuesEvent | 2021-02-13 03:11:54 | indexed-finance/circuit-breaker | https://api.github.com/repos/indexed-finance/circuit-breaker | opened | Monitor Logs For Spot Price Caluculation Errors | low-priority | # Note
This occurred during initial development leveraging sqlite as the database backend. Since testing with production deployments using postgresql and moving to the microservice'sh architecture I have not noticed this issue appear. Logs for the `contract-watcher`should be periodically reviewed for the following error message:
```
failed to find record, trying a different block
```
# Issue
Essentially sqlite does a global table lock, whereas postgresql can lock individual rows. This mean that the goroutines responsible for updating the database would occasionally race, and one update operation would fail. It also looks like the underlying disk I/O would fail to flush the newly updated information, which would coincide with a contract-watcher attempting to look this information up, and not finding it.
This lead to occasional issues where the `contract-watcher` service would fail to correctly calculate spot prices. The solution to this was to lookup the information from the previous block, and if that information wasn't available looking up the block before that, up to a maximum of 10 previous blocks before marking the attempt to calculate the spot price as failed.
As mentioned in the start of the issue, I have not noticed this in around 1.5 weeks of extensive testing, but it is something to keep an eye on nonetheless.
| 1.0 | Monitor Logs For Spot Price Caluculation Errors - # Note
This occurred during initial development leveraging sqlite as the database backend. Since testing with production deployments using postgresql and moving to the microservice'sh architecture I have not noticed this issue appear. Logs for the `contract-watcher`should be periodically reviewed for the following error message:
```
failed to find record, trying a different block
```
# Issue
Essentially sqlite does a global table lock, whereas postgresql can lock individual rows. This mean that the goroutines responsible for updating the database would occasionally race, and one update operation would fail. It also looks like the underlying disk I/O would fail to flush the newly updated information, which would coincide with a contract-watcher attempting to look this information up, and not finding it.
This lead to occasional issues where the `contract-watcher` service would fail to correctly calculate spot prices. The solution to this was to lookup the information from the previous block, and if that information wasn't available looking up the block before that, up to a maximum of 10 previous blocks before marking the attempt to calculate the spot price as failed.
As mentioned in the start of the issue, I have not noticed this in around 1.5 weeks of extensive testing, but it is something to keep an eye on nonetheless.
| priority | monitor logs for spot price caluculation errors note this occurred during initial development leveraging sqlite as the database backend since testing with production deployments using postgresql and moving to the microservice sh architecture i have not noticed this issue appear logs for the contract watcher should be periodically reviewed for the following error message failed to find record trying a different block issue essentially sqlite does a global table lock whereas postgresql can lock individual rows this mean that the goroutines responsible for updating the database would occasionally race and one update operation would fail it also looks like the underlying disk i o would fail to flush the newly updated information which would coincide with a contract watcher attempting to look this information up and not finding it this lead to occasional issues where the contract watcher service would fail to correctly calculate spot prices the solution to this was to lookup the information from the previous block and if that information wasn t available looking up the block before that up to a maximum of previous blocks before marking the attempt to calculate the spot price as failed as mentioned in the start of the issue i have not noticed this in around weeks of extensive testing but it is something to keep an eye on nonetheless | 1 |
286,905 | 8,795,741,641 | IssuesEvent | 2018-12-22 19:32:46 | BendroCorp/bendrocorp-app | https://api.github.com/repos/BendroCorp/bendrocorp-app | opened | Add donation goal date to donation items | api support required effort: moderate priority:low | Add donation goal date to donation items and a corresponding worker to remind members in Discord that an item still needs funding.
- [ ] Add goal_date (datetime) to donation_items
- [ ] Create worker to remind memebrs through Discord | 1.0 | Add donation goal date to donation items - Add donation goal date to donation items and a corresponding worker to remind members in Discord that an item still needs funding.
- [ ] Add goal_date (datetime) to donation_items
- [ ] Create worker to remind memebrs through Discord | priority | add donation goal date to donation items add donation goal date to donation items and a corresponding worker to remind members in discord that an item still needs funding add goal date datetime to donation items create worker to remind memebrs through discord | 1 |
652,172 | 21,524,276,977 | IssuesEvent | 2022-04-28 16:48:31 | interaction-lab/MoveToCode | https://api.github.com/repos/interaction-lab/MoveToCode | closed | Freeplay manager should be migrated to shelf | wontfix low priority | `FreePlayManager` is a relic of first study, `Shelf` now does this. `Shelf` needs to:
- [x] be renamed to `BlockShelfManager`
- [ ] have spawns moved into it for variables etc
- [ ] remove `FreePlayManager` and all associated game objects when done | 1.0 | Freeplay manager should be migrated to shelf - `FreePlayManager` is a relic of first study, `Shelf` now does this. `Shelf` needs to:
- [x] be renamed to `BlockShelfManager`
- [ ] have spawns moved into it for variables etc
- [ ] remove `FreePlayManager` and all associated game objects when done | priority | freeplay manager should be migrated to shelf freeplaymanager is a relic of first study shelf now does this shelf needs to be renamed to blockshelfmanager have spawns moved into it for variables etc remove freeplaymanager and all associated game objects when done | 1 |
451,399 | 13,034,869,093 | IssuesEvent | 2020-07-28 09:24:56 | rsx-labs/aide-frontend | https://api.github.com/repos/rsx-labs/aide-frontend | closed | [Attendance] AIDE should have additional checks during log off | Enhancement Low Priority | **Is your feature request related to a problem? Please describe.**
Currently, AIDE allows logoff without additional checks. Thus, users that accidentally selects "YES" will be logged off.
Sample image of unwanted log off

**Describe the solution you'd like**
At a minimum, add a new check for valid logoff and then prompt the user to verify the logoff if it fails the check.
Possible check: The duration between login time and log off time is less than 9 hours. If the user logs off during this time, an additional prompt should be displayed to verify.
Additional: make the duration time configurable
| 1.0 | [Attendance] AIDE should have additional checks during log off - **Is your feature request related to a problem? Please describe.**
Currently, AIDE allows logoff without additional checks. Thus, users that accidentally selects "YES" will be logged off.
Sample image of unwanted log off

**Describe the solution you'd like**
At a minimum, add a new check for valid logoff and then prompt the user to verify the logoff if it fails the check.
Possible check: The duration between login time and log off time is less than 9 hours. If the user logs off during this time, an additional prompt should be displayed to verify.
Additional: make the duration time configurable
| priority | aide should have additional checks during log off is your feature request related to a problem please describe currently aide allows logoff without additional checks thus users that accidentally selects yes will be logged off sample image of unwanted log off describe the solution you d like at a minimum add a new check for valid logoff and then prompt the user to verify the logoff if it fails the check possible check the duration between login time and log off time is less than hours if the user logs off during this time an additional prompt should be displayed to verify additional make the duration time configurable | 1 |
46,633 | 2,963,632,965 | IssuesEvent | 2015-07-10 11:53:59 | eris-ltd/epm-go | https://api.github.com/repos/eris-ltd/epm-go | closed | State examination does not behave as expected | backlog Low Priority | This isn't really a bug Its just behaviour that I wasn't expecting.
I was using the following .pdx
```
1 deploy:
2 gendoug.sol => {{gendoug}}
3
4 transact:
5 {{gendoug}} => addPerm "bobbyjoe"
6
7 # commit:
8 call:
9 {{gendoug}} => permExist "bobbyjoe" => {{exist}}
10 assert:
11 {{exist}} => 0
```
The assert fails because the call returns 1 meaning the permission was created. But the commit is commented out. So based on my conversations with you @ebuchman this shouldn't fail.
I am guessing that we are using the temp post state as if the transaction had been mined meaning the commits i have been putting in everywhere are largely unnecessary.
This is a nice easy one to close since it just involves explaining why even without the commit the call sees the post state. Also should I still be using these excessive commits? why? | 1.0 | State examination does not behave as expected - This isn't really a bug Its just behaviour that I wasn't expecting.
I was using the following .pdx
```
1 deploy:
2 gendoug.sol => {{gendoug}}
3
4 transact:
5 {{gendoug}} => addPerm "bobbyjoe"
6
7 # commit:
8 call:
9 {{gendoug}} => permExist "bobbyjoe" => {{exist}}
10 assert:
11 {{exist}} => 0
```
The assert fails because the call returns 1 meaning the permission was created. But the commit is commented out. So based on my conversations with you @ebuchman this shouldn't fail.
I am guessing that we are using the temp post state as if the transaction had been mined meaning the commits i have been putting in everywhere are largely unnecessary.
This is a nice easy one to close since it just involves explaining why even without the commit the call sees the post state. Also should I still be using these excessive commits? why? | priority | state examination does not behave as expected this isn t really a bug its just behaviour that i wasn t expecting i was using the following pdx deploy gendoug sol gendoug transact gendoug addperm bobbyjoe commit call gendoug permexist bobbyjoe exist assert exist the assert fails because the call returns meaning the permission was created but the commit is commented out so based on my conversations with you ebuchman this shouldn t fail i am guessing that we are using the temp post state as if the transaction had been mined meaning the commits i have been putting in everywhere are largely unnecessary this is a nice easy one to close since it just involves explaining why even without the commit the call sees the post state also should i still be using these excessive commits why | 1 |
3,616 | 2,538,858,100 | IssuesEvent | 2015-01-27 10:52:21 | newca12/gapt | https://api.github.com/repos/newca12/gapt | closed | expansion trees | 1 star enhancement imported Milestone-Unspecified Priority-Low | _From [shaoli...@gmail.com](https://code.google.com/u/113190107447576027220/) on October 08, 2012 14:14:17_
implement the extraction of expansion trees from proofs.
_Original issue: http://code.google.com/p/gapt/issues/detail?id=208_ | 1.0 | expansion trees - _From [shaoli...@gmail.com](https://code.google.com/u/113190107447576027220/) on October 08, 2012 14:14:17_
implement the extraction of expansion trees from proofs.
_Original issue: http://code.google.com/p/gapt/issues/detail?id=208_ | priority | expansion trees from on october implement the extraction of expansion trees from proofs original issue | 1 |
417,077 | 12,155,627,337 | IssuesEvent | 2020-04-25 13:59:37 | ananjaser1211/FloydQ_8890 | https://api.github.com/repos/ananjaser1211/FloydQ_8890 | reopened | [Request] note fan edition port, n935k | Low Priority | **Describe the bug**
Describe your issue here.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear description of what you expected to happen.
**Screenshots**
Add screenshots to help explain your problem.
**Smartphone (please complete the following information):**
- Device: [e.g. Galaxy S7]
- Model: [e.g. G930F]
**Additional context**
- Gather logs by using [LoggingKit](https://bit.ly/3anwSuW) when applicable
| 1.0 | [Request] note fan edition port, n935k - **Describe the bug**
Describe your issue here.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear description of what you expected to happen.
**Screenshots**
Add screenshots to help explain your problem.
**Smartphone (please complete the following information):**
- Device: [e.g. Galaxy S7]
- Model: [e.g. G930F]
**Additional context**
- Gather logs by using [LoggingKit](https://bit.ly/3anwSuW) when applicable
| priority | note fan edition port describe the bug describe your issue here to reproduce steps to reproduce the behavior go to click on scroll down to see error expected behavior a clear description of what you expected to happen screenshots add screenshots to help explain your problem smartphone please complete the following information device model additional context gather logs by using when applicable | 1 |
540,401 | 15,810,971,251 | IssuesEvent | 2021-04-05 00:44:53 | msoe-vex/WebDashboard | https://api.github.com/repos/msoe-vex/WebDashboard | opened | Ability to show the start/end of a spline in JSON file | 2 Web Team enhancement low priority | This could be done by having an optional debug parameter on each point that only prints when a debug flag is set to true. | 1.0 | Ability to show the start/end of a spline in JSON file - This could be done by having an optional debug parameter on each point that only prints when a debug flag is set to true. | priority | ability to show the start end of a spline in json file this could be done by having an optional debug parameter on each point that only prints when a debug flag is set to true | 1 |
653,959 | 21,632,085,494 | IssuesEvent | 2022-05-05 10:47:19 | LMBishop/Quests | https://api.github.com/repos/LMBishop/Quests | closed | Support mythicmobs | bug status: low priority | ### Description of Bug
When I kill a monster, there is an error with the mythicmobs plugin, most likely it is the fault of the old version of the mythicmobs plugin I am using, but I have to use it because I am use version 1.12.2 and it is the most compatible with that version.
https://pastebin.com/6w4JkzjH
I wonder if you would be able to do something about it?
### Steps to Reproduce
Just kill the monster spawn by the mythicmobs plugin
### Environment
- Minecraft version: 1.12.2
- Server software: PaperSpigot
- Quests version: 3.9.2
- MythicMobs version: 4.5.8-2586
### Agreements
- [X] I am running the latest version of Quests
- [X] I am certain this issue is unique and a similar issue is not currently open
- [X] I am using a version of Minecraft which is supported by Quests
### Other
_No response_ | 1.0 | Support mythicmobs - ### Description of Bug
When I kill a monster, there is an error with the mythicmobs plugin, most likely it is the fault of the old version of the mythicmobs plugin I am using, but I have to use it because I am use version 1.12.2 and it is the most compatible with that version.
https://pastebin.com/6w4JkzjH
I wonder if you would be able to do something about it?
### Steps to Reproduce
Just kill the monster spawn by the mythicmobs plugin
### Environment
- Minecraft version: 1.12.2
- Server software: PaperSpigot
- Quests version: 3.9.2
- MythicMobs version: 4.5.8-2586
### Agreements
- [X] I am running the latest version of Quests
- [X] I am certain this issue is unique and a similar issue is not currently open
- [X] I am using a version of Minecraft which is supported by Quests
### Other
_No response_ | priority | support mythicmobs description of bug when i kill a monster there is an error with the mythicmobs plugin most likely it is the fault of the old version of the mythicmobs plugin i am using but i have to use it because i am use version and it is the most compatible with that version i wonder if you would be able to do something about it steps to reproduce just kill the monster spawn by the mythicmobs plugin environment minecraft version server software paperspigot quests version mythicmobs version agreements i am running the latest version of quests i am certain this issue is unique and a similar issue is not currently open i am using a version of minecraft which is supported by quests other no response | 1 |
759,001 | 26,576,737,368 | IssuesEvent | 2023-01-21 22:53:29 | etjump/etjump | https://api.github.com/repos/etjump/etjump | opened | Quitting the game during autodemo stop delay causes a segfault | Bug Priority: Low | Happens in debug, on release the client seemingly exits normally. | 1.0 | Quitting the game during autodemo stop delay causes a segfault - Happens in debug, on release the client seemingly exits normally. | priority | quitting the game during autodemo stop delay causes a segfault happens in debug on release the client seemingly exits normally | 1 |
74,272 | 3,437,210,945 | IssuesEvent | 2015-12-13 01:08:54 | web-cat/code-workout | https://api.github.com/repos/web-cat/code-workout | closed | Re-implement the next exercise feature in exercise practice | enhancement priority:low | Need to add a 'Next Exercise' button to the exercise practice page so that students will be able to use it navigate from one exercise to another during the current workout (if it exists). This button should become the primary button in the page when the student gets a perfect score on that exercise, instead of the submit button. | 1.0 | Re-implement the next exercise feature in exercise practice - Need to add a 'Next Exercise' button to the exercise practice page so that students will be able to use it navigate from one exercise to another during the current workout (if it exists). This button should become the primary button in the page when the student gets a perfect score on that exercise, instead of the submit button. | priority | re implement the next exercise feature in exercise practice need to add a next exercise button to the exercise practice page so that students will be able to use it navigate from one exercise to another during the current workout if it exists this button should become the primary button in the page when the student gets a perfect score on that exercise instead of the submit button | 1 |
231,453 | 7,632,638,364 | IssuesEvent | 2018-05-05 17:29:35 | TheBusyBiscuit/Slimefun4 | https://api.github.com/repos/TheBusyBiscuit/Slimefun4 | closed | Hotkeying items into backpacks/slimefun guide forever | Low Priority | ## Description
Any item in current hot bar can be transferred by using hotkey 0~9 into any empty space of backpacks/guide/cheat. If backpack is placed inside a backpack, it's no longer be able to obtained back even with hotkey.
## Server Log
No error-report found in slimefun
Server's log work normal as below:
[http://pastebin.com/qx1wefAb](url)
## Evidence / Proof


## Environment
Minecraft v1.11.2, CS-CoreLib v1.5.12, Slimefun v4.1.2
| 1.0 | Hotkeying items into backpacks/slimefun guide forever - ## Description
Any item in current hot bar can be transferred by using hotkey 0~9 into any empty space of backpacks/guide/cheat. If backpack is placed inside a backpack, it's no longer be able to obtained back even with hotkey.
## Server Log
No error-report found in slimefun
Server's log work normal as below:
[http://pastebin.com/qx1wefAb](url)
## Evidence / Proof


## Environment
Minecraft v1.11.2, CS-CoreLib v1.5.12, Slimefun v4.1.2
| priority | hotkeying items into backpacks slimefun guide forever description any item in current hot bar can be transferred by using hotkey into any empty space of backpacks guide cheat if backpack is placed inside a backpack it s no longer be able to obtained back even with hotkey server log no error report found in slimefun server s log work normal as below url evidence proof environment minecraft cs corelib slimefun | 1 |
673,491 | 22,972,317,317 | IssuesEvent | 2022-07-20 05:10:17 | yukieiji/ExtremeRoles | https://api.github.com/repos/yukieiji/ExtremeRoles | opened | ボディーガードの強化(仕様変更込み) | 優先度:低/Priority:Low 機能拡張/Enhancement | ### 追加する機能の詳細 / Feature details
- ボディーガードには「自分が死ぬことで相手を守れるという」メリットがあるが「守って死んだのかどうかが全くわからない」というデメリットが存在する、だが現状メリットに比べデメリットが大きすぎるため仕様変更も含めて強化を行う
- 強化内容
- 会議を挟むことでシールドがリセットされなくする(#102 の内容を含む)
- シールドをリセットしたい場合、なにもないところでボタンを押す
- この強化によりシューターの「シュート」をボディーガードで防げるようになる
- 二段階のタスク強化要素実装
- 第一段階
- 会議中にシールドを張ることが出来る
- 会議中にシールドを張りました報告ができる
- 第二段階
- ボディーガードが能力使用して死亡したときに会議に通知を行う
- この強化によりデメリットをある程度軽減出来る
### 機能を追加するメリット / Benefits of adding features
- ボディーガードの使用率と存在価値を上げる | 1.0 | ボディーガードの強化(仕様変更込み) - ### 追加する機能の詳細 / Feature details
- ボディーガードには「自分が死ぬことで相手を守れるという」メリットがあるが「守って死んだのかどうかが全くわからない」というデメリットが存在する、だが現状メリットに比べデメリットが大きすぎるため仕様変更も含めて強化を行う
- 強化内容
- 会議を挟むことでシールドがリセットされなくする(#102 の内容を含む)
- シールドをリセットしたい場合、なにもないところでボタンを押す
- この強化によりシューターの「シュート」をボディーガードで防げるようになる
- 二段階のタスク強化要素実装
- 第一段階
- 会議中にシールドを張ることが出来る
- 会議中にシールドを張りました報告ができる
- 第二段階
- ボディーガードが能力使用して死亡したときに会議に通知を行う
- この強化によりデメリットをある程度軽減出来る
### 機能を追加するメリット / Benefits of adding features
- ボディーガードの使用率と存在価値を上げる | priority | ボディーガードの強化 仕様変更込み 追加する機能の詳細 feature details ボディーガードには「自分が死ぬことで相手を守れるという」メリットがあるが「守って死んだのかどうかが全くわからない」というデメリットが存在する、だが現状メリットに比べデメリットが大きすぎるため仕様変更も含めて強化を行う 強化内容 会議を挟むことでシールドがリセットされなくする の内容を含む シールドをリセットしたい場合、なにもないところでボタンを押す この強化によりシューターの「シュート」をボディーガードで防げるようになる 二段階のタスク強化要素実装 第一段階 会議中にシールドを張ることが出来る 会議中にシールドを張りました報告ができる 第二段階 ボディーガードが能力使用して死亡したときに会議に通知を行う この強化によりデメリットをある程度軽減出来る 機能を追加するメリット benefits of adding features ボディーガードの使用率と存在価値を上げる | 1 |
735,212 | 25,383,679,622 | IssuesEvent | 2022-11-21 19:50:25 | 7thbeatgames/adofai | https://api.github.com/repos/7thbeatgames/adofai | closed | Practice Mode Lets You Clear Checkpoints | Bug Comp: In-game Priority: Low | ### Is there an existing issue for this?
- [X] I searched for the issues, and made sure there were no duplicates.
### Contact Information
notRat has me on his list again#4404
### Summary
Report from Steam Community:
https://clips.twitch.tv/HardBenevolentLettucePupper--DMVokrw8OZvmTQt
Wherein a player gets through a XO-X section on practice mode and gets to another checkpoint, whereupon leaving practice mode they are placed back on that checkpoint.
### Version
r94
### Operating System (OS)
Windows
### Platform
Steam
### Device Info
_No response_
### Steps to Reproduce
Practice a section in XO-X until you reach a checkpoint.
### Expected Behavior
Practice mode takes you back to the start/last actually completed checkpoint.
### Observed Behavior
Practice mode resumes you at the new checkpoint.
### Reproduction Rate
_No response_
### Anything else?
_No response_ | 1.0 | Practice Mode Lets You Clear Checkpoints - ### Is there an existing issue for this?
- [X] I searched for the issues, and made sure there were no duplicates.
### Contact Information
notRat has me on his list again#4404
### Summary
Report from Steam Community:
https://clips.twitch.tv/HardBenevolentLettucePupper--DMVokrw8OZvmTQt
Wherein a player gets through a XO-X section on practice mode and gets to another checkpoint, whereupon leaving practice mode they are placed back on that checkpoint.
### Version
r94
### Operating System (OS)
Windows
### Platform
Steam
### Device Info
_No response_
### Steps to Reproduce
Practice a section in XO-X until you reach a checkpoint.
### Expected Behavior
Practice mode takes you back to the start/last actually completed checkpoint.
### Observed Behavior
Practice mode resumes you at the new checkpoint.
### Reproduction Rate
_No response_
### Anything else?
_No response_ | priority | practice mode lets you clear checkpoints is there an existing issue for this i searched for the issues and made sure there were no duplicates contact information notrat has me on his list again summary report from steam community wherein a player gets through a xo x section on practice mode and gets to another checkpoint whereupon leaving practice mode they are placed back on that checkpoint version operating system os windows platform steam device info no response steps to reproduce practice a section in xo x until you reach a checkpoint expected behavior practice mode takes you back to the start last actually completed checkpoint observed behavior practice mode resumes you at the new checkpoint reproduction rate no response anything else no response | 1 |
87,077 | 3,736,720,458 | IssuesEvent | 2016-03-08 16:49:11 | ngageoint/hootenanny | https://api.github.com/repos/ngageoint/hootenanny | opened | `cookie.cutter.output.buffer` is redundant | Category: Core Priority: Low Type: Bug | The `cookie.cutter.output.buffer` option appears to be redundant with `cookie.cutter.alpha.shape.buffer`. Please verify and remove `cookie.cutter.output.buffer`.
@bwitham Would you mind double checking me on this one? Thanks! | 1.0 | `cookie.cutter.output.buffer` is redundant - The `cookie.cutter.output.buffer` option appears to be redundant with `cookie.cutter.alpha.shape.buffer`. Please verify and remove `cookie.cutter.output.buffer`.
@bwitham Would you mind double checking me on this one? Thanks! | priority | cookie cutter output buffer is redundant the cookie cutter output buffer option appears to be redundant with cookie cutter alpha shape buffer please verify and remove cookie cutter output buffer bwitham would you mind double checking me on this one thanks | 1 |
153,958 | 5,906,478,127 | IssuesEvent | 2017-05-19 15:15:49 | EEA-Norway-Grants/dataviz | https://api.github.com/repos/EEA-Norway-Grants/dataviz | closed | apply chart-container to all SVGs with viewBox | Complexity: Low Priority: High | do it like in the example: [assets/js/components/includes/ChartContainer.vue](https://github.com/EEA-Norway-Grants/dataviz/blob/master/assets/js/components/includes/ChartContainer.vue)
the map already has it, that leaves mechanisms and sectors. | 1.0 | apply chart-container to all SVGs with viewBox - do it like in the example: [assets/js/components/includes/ChartContainer.vue](https://github.com/EEA-Norway-Grants/dataviz/blob/master/assets/js/components/includes/ChartContainer.vue)
the map already has it, that leaves mechanisms and sectors. | priority | apply chart container to all svgs with viewbox do it like in the example the map already has it that leaves mechanisms and sectors | 1 |
171,559 | 6,490,721,534 | IssuesEvent | 2017-08-21 08:09:48 | Polpetta/SecurityAndRiskManagementNotes | https://api.github.com/repos/Polpetta/SecurityAndRiskManagementNotes | opened | Proposta di merge di contenuto + Retaggio di sezione | enhancement priority:low type:content type:doc-structure type:repetition | **Description**
La sezione 2.4.4.5 non dovrebbe (secondo) me fare parte del cloud ma dovrebbe essere integrata nella sezione 2.4.3. Inoltre c'è una slide che fornisce dettagli su hot site. Questa la integrerei sempre nella sezione 2.4.3.
Infine darei alla sezione 2.4.5 la dignità di una section perchè non c'entra con le tipologie di disaster recovery ma è più una cosa a se stante che chiude un po' tutto il discorso precedentemente fatto.
**Other issues**
| 1.0 | Proposta di merge di contenuto + Retaggio di sezione - **Description**
La sezione 2.4.4.5 non dovrebbe (secondo) me fare parte del cloud ma dovrebbe essere integrata nella sezione 2.4.3. Inoltre c'è una slide che fornisce dettagli su hot site. Questa la integrerei sempre nella sezione 2.4.3.
Infine darei alla sezione 2.4.5 la dignità di una section perchè non c'entra con le tipologie di disaster recovery ma è più una cosa a se stante che chiude un po' tutto il discorso precedentemente fatto.
**Other issues**
| priority | proposta di merge di contenuto retaggio di sezione description la sezione non dovrebbe secondo me fare parte del cloud ma dovrebbe essere integrata nella sezione inoltre c è una slide che fornisce dettagli su hot site questa la integrerei sempre nella sezione infine darei alla sezione la dignità di una section perchè non c entra con le tipologie di disaster recovery ma è più una cosa a se stante che chiude un po tutto il discorso precedentemente fatto other issues | 1 |
49,395 | 3,002,442,054 | IssuesEvent | 2015-07-24 17:15:19 | joefutrelle/domdb | https://api.github.com/repos/joefutrelle/domdb | closed | list_attr should not list 'ignore' as attribute | priority:low | I like the list_attr command since it makes it easy to remember what the options are. However, can we please remove 'ignore' as an attribute since that will always be zero (or at least it should be if the add_dir code is working!)? | 1.0 | list_attr should not list 'ignore' as attribute - I like the list_attr command since it makes it easy to remember what the options are. However, can we please remove 'ignore' as an attribute since that will always be zero (or at least it should be if the add_dir code is working!)? | priority | list attr should not list ignore as attribute i like the list attr command since it makes it easy to remember what the options are however can we please remove ignore as an attribute since that will always be zero or at least it should be if the add dir code is working | 1 |
766,000 | 26,868,389,083 | IssuesEvent | 2023-02-04 05:56:55 | opentibiabr/canary | https://api.github.com/repos/opentibiabr/canary | closed | Imbuement triggering on fields | Type: Bug Priority: Low Area: Source Stale | #### Describe the bug
> Infinite Life/Mana regeneration.
I noticed this bug is on several OTServers like (Hexcores/DreamOT/EasyGlobal) so I don't think it's solved :P
#### How to Reproduce?
> Get Life/Mana Imbuiments (Weapon/Armor/Helmet)
> Throw a floor bomb rune in Cobra Bastion or Summer Court (maybe any respawn) and begin hunting.
> Make sure monsters walk through the bombs.
> You gonna notice you will gain life/mana per second for the imbuiment.
#### Expected behavior
> The Floor Boombs DON'T extract life/mana on Tibia Rl.
#### Screenshots
This image represents of 1 imbuiment of life
> 
#### Environment
- OS (Ubuntu 20):
- OTServ Version (834174e495fb9ed20701fbe980bc22f80149bdd5):
- Tibia Version (12.64):
| 1.0 | Imbuement triggering on fields - #### Describe the bug
> Infinite Life/Mana regeneration.
I noticed this bug is on several OTServers like (Hexcores/DreamOT/EasyGlobal) so I don't think it's solved :P
#### How to Reproduce?
> Get Life/Mana Imbuiments (Weapon/Armor/Helmet)
> Throw a floor bomb rune in Cobra Bastion or Summer Court (maybe any respawn) and begin hunting.
> Make sure monsters walk through the bombs.
> You gonna notice you will gain life/mana per second for the imbuiment.
#### Expected behavior
> The Floor Boombs DON'T extract life/mana on Tibia Rl.
#### Screenshots
This image represents of 1 imbuiment of life
> 
#### Environment
- OS (Ubuntu 20):
- OTServ Version (834174e495fb9ed20701fbe980bc22f80149bdd5):
- Tibia Version (12.64):
| priority | imbuement triggering on fields describe the bug infinite life mana regeneration i noticed this bug is on several otservers like hexcores dreamot easyglobal so i don t think it s solved p how to reproduce get life mana imbuiments weapon armor helmet throw a floor bomb rune in cobra bastion or summer court maybe any respawn and begin hunting make sure monsters walk through the bombs you gonna notice you will gain life mana per second for the imbuiment expected behavior the floor boombs don t extract life mana on tibia rl screenshots this image represents of imbuiment of life environment os ubuntu otserv version tibia version | 1 |
698,502 | 23,982,921,384 | IssuesEvent | 2022-09-13 16:26:17 | chaotic-aur/packages | https://api.github.com/repos/chaotic-aur/packages | closed | [Request] nchat-git | request:new-pkg priority:low | ### Link to the package(s) in the AUR
https://aur.archlinux.org/packages/nchat-git
### Utility this package has for you
Using my telegram account from ssh.
### Do you consider the package(s) to be useful for every Chaotic-AUR user?
No, but for a few.
### Do you consider the package to be useful for feature testing/preview?
- [ ] Yes
### Have you tested if the package builds in a clean chroot?
- [X] Yes
### Does the package's license allow redistributing it?
YES!
### Have you searched the issues to ensure this request is unique?
- [X] YES!
### Have you read the README to ensure this package is not banned?
- [X] YES!
### More information
Console telegram client. | 1.0 | [Request] nchat-git - ### Link to the package(s) in the AUR
https://aur.archlinux.org/packages/nchat-git
### Utility this package has for you
Using my telegram account from ssh.
### Do you consider the package(s) to be useful for every Chaotic-AUR user?
No, but for a few.
### Do you consider the package to be useful for feature testing/preview?
- [ ] Yes
### Have you tested if the package builds in a clean chroot?
- [X] Yes
### Does the package's license allow redistributing it?
YES!
### Have you searched the issues to ensure this request is unique?
- [X] YES!
### Have you read the README to ensure this package is not banned?
- [X] YES!
### More information
Console telegram client. | priority | nchat git link to the package s in the aur utility this package has for you using my telegram account from ssh do you consider the package s to be useful for every chaotic aur user no but for a few do you consider the package to be useful for feature testing preview yes have you tested if the package builds in a clean chroot yes does the package s license allow redistributing it yes have you searched the issues to ensure this request is unique yes have you read the readme to ensure this package is not banned yes more information console telegram client | 1 |
476,612 | 13,747,662,421 | IssuesEvent | 2020-10-06 07:58:06 | sButtons/sbuttons | https://api.github.com/repos/sButtons/sbuttons | closed | [BUTTON IDEA]: | Priority: Low button-idea | 1. Name of button: Jump Social Medias Button
2. Description: It is a serie of 5 buttons, when user pass the mouse in, they kind of a jump in layers.
3. Button Type: Animated
4. Will you work on it?: Yes, i made them in a CSS project, i have the code with me and i like to start contributing with this buttons. =)
| 1.0 | [BUTTON IDEA]: - 1. Name of button: Jump Social Medias Button
2. Description: It is a serie of 5 buttons, when user pass the mouse in, they kind of a jump in layers.
3. Button Type: Animated
4. Will you work on it?: Yes, i made them in a CSS project, i have the code with me and i like to start contributing with this buttons. =)
| priority | name of button jump social medias button description it is a serie of buttons when user pass the mouse in they kind of a jump in layers button type animated will you work on it yes i made them in a css project i have the code with me and i like to start contributing with this buttons | 1 |
158,240 | 6,024,178,723 | IssuesEvent | 2017-06-08 03:42:46 | amaan-modak/Engineering-Educators | https://api.github.com/repos/amaan-modak/Engineering-Educators | reopened | As a student, I want to resume my test later so I save the program and exit. | priority: low rejected ToDo | Tasks:
* Provide a "Save and Exit" button which saves the progress, selected options, current score etc.
* Save this data in some file on disk.
* On program initialization, if a saved file exists then ask user if he wants to continue the previous test or start a new test.
* Delete the save file if the continued test is complete.
Tests:
* Solve some questions/ select some answers on current question and click "Save and Exit".
* Restart the program and make sure you see the option to continue the test or start a new test option.
* Continue the previous test and make sure the program loads saved score/questions/ selected answers etc from the save file.
* Once try starting a new test to make sure it works.
* Make sure the save file gets deleted once the test is complete. | 1.0 | As a student, I want to resume my test later so I save the program and exit. - Tasks:
* Provide a "Save and Exit" button which saves the progress, selected options, current score etc.
* Save this data in some file on disk.
* On program initialization, if a saved file exists then ask user if he wants to continue the previous test or start a new test.
* Delete the save file if the continued test is complete.
Tests:
* Solve some questions/ select some answers on current question and click "Save and Exit".
* Restart the program and make sure you see the option to continue the test or start a new test option.
* Continue the previous test and make sure the program loads saved score/questions/ selected answers etc from the save file.
* Once try starting a new test to make sure it works.
* Make sure the save file gets deleted once the test is complete. | priority | as a student i want to resume my test later so i save the program and exit tasks provide a save and exit button which saves the progress selected options current score etc save this data in some file on disk on program initialization if a saved file exists then ask user if he wants to continue the previous test or start a new test delete the save file if the continued test is complete tests solve some questions select some answers on current question and click save and exit restart the program and make sure you see the option to continue the test or start a new test option continue the previous test and make sure the program loads saved score questions selected answers etc from the save file once try starting a new test to make sure it works make sure the save file gets deleted once the test is complete | 1 |
679,073 | 23,220,507,204 | IssuesEvent | 2022-08-02 17:43:50 | TASVideos/tasvideos | https://api.github.com/repos/TASVideos/tasvideos | closed | Wiki renders [user:CoolUser] as a link even if CoolUser doesn't exist | enhancement Wiki System Priority: Low | The old wiki only rendered [user:CoolUser] as a link if there was such a user and homepage. Thus, there are several places where this was used even if the users didn't have an account, in case they register it in the future.
The current wiki renders these as links even if the user doesn't exist, leading to a lot of broken links.
Example: Publication Text of https://tasvideos.org/4089M has several of these dead links. | 1.0 | Wiki renders [user:CoolUser] as a link even if CoolUser doesn't exist - The old wiki only rendered [user:CoolUser] as a link if there was such a user and homepage. Thus, there are several places where this was used even if the users didn't have an account, in case they register it in the future.
The current wiki renders these as links even if the user doesn't exist, leading to a lot of broken links.
Example: Publication Text of https://tasvideos.org/4089M has several of these dead links. | priority | wiki renders as a link even if cooluser doesn t exist the old wiki only rendered as a link if there was such a user and homepage thus there are several places where this was used even if the users didn t have an account in case they register it in the future the current wiki renders these as links even if the user doesn t exist leading to a lot of broken links example publication text of has several of these dead links | 1 |
583,756 | 17,397,824,276 | IssuesEvent | 2021-08-02 15:26:24 | jens-maus/RaspberryMatic | https://api.github.com/repos/jens-maus/RaspberryMatic | closed | WebUI: Infoseite im Loginscreen fehlt. | :anchor: upstream issue :bug: bug-report :label: WebUI :low_brightness: low priority :seedling: minor | <!---
BITTE DIESES TEMPLATE NICHT LÖSCHEN (!!) SONDERN AN DEN JEWEILIGEN
"..." STELLEN MIT EIGENEN INFORMATION ERGÄNZEN/AUSFÜLLEN.
BITTE HIER KEINE HILFEANFRAGEN FÜR DIE BEDIENUNG/NUTZUNG VON
RASPBERRYMATIC, SONDERN HIERFÜR DAS RASPBERRYMATIC FORUM VERWENDEN:
https://homematic-forum.de/forum/viewforum.php?f=65
HINWEIS:
=======
- GitHub ist KEIN Diskussionsforum -> RaspberryMatic Forum verwenden
- Bitte NUR Meldungen absetzen die auf einen direkten Fehler/Bug in RaspberryMatic schliessen lassen
oder nachvollziehbare Featurewünsche sind (am besten erst im Forum diskutieren)
- Bitte NUR Fehler melden die mit der aktuellsten RaspberryMatic Version bereits reproduziert
werden konnten.
- Im Zweifel das Anliegen zuerst im RaspberryMatic Forum mit anderen Nutzern diskutieren und erst
bei Konsens hier ein Ticket eröffnen.
== ENGLISH VERSION ==
PLEASE DON'T DELETE THIS TEMPLATE (!!) BUT FILL IT WITH YOUR
OWN INFORMATION AT THE SPECIFIC "..." POINTS.
DON'T USE THIS TICKET SYSTEM FOR FINDING HELP IN USING RASPBERRYMATIC.
USE THE RASPBERRYMATIC FORA INSTEAD:
https://homematic-forum.de/forum/viewforum.php?f=65
NOTE:
=====
- Do NOT submit anything other than bug reports or feature requests via the issue tracker!
- Do NOT submit bug reports about anything but the two most recently released versions!
--->
**Describe the bug**
Die Informationsseite fehlt
**Steps to reproduce the behavior**
1. Im Anmeldebildschirm auf das Fragezeichen klicken.
2. ...
3. ...
4. ...
**Expected behavior**
Darstellung der Informationsseite
**Screenshots**
<img width="673" alt="Info1" src="https://user-images.githubusercontent.com/64675966/127812287-1cca1f82-8a23-4fef-aa24-5cf1df26acf9.png">
<img width="673" alt="Info2" src="https://user-images.githubusercontent.com/64675966/127812331-8f88a5ce-4ae6-408c-ae7c-19425a28049d.png">
**System information:**
- RaspberryMatic Version: RaspberryMatic-3.59.6.20210802-5f20a3
- Used Hardware: Raspberry Pi 4
- Used HomeMatic RF-Module: RPI-RF-MOD
**Additional context**
...
| 1.0 | WebUI: Infoseite im Loginscreen fehlt. - <!---
BITTE DIESES TEMPLATE NICHT LÖSCHEN (!!) SONDERN AN DEN JEWEILIGEN
"..." STELLEN MIT EIGENEN INFORMATION ERGÄNZEN/AUSFÜLLEN.
BITTE HIER KEINE HILFEANFRAGEN FÜR DIE BEDIENUNG/NUTZUNG VON
RASPBERRYMATIC, SONDERN HIERFÜR DAS RASPBERRYMATIC FORUM VERWENDEN:
https://homematic-forum.de/forum/viewforum.php?f=65
HINWEIS:
=======
- GitHub ist KEIN Diskussionsforum -> RaspberryMatic Forum verwenden
- Bitte NUR Meldungen absetzen die auf einen direkten Fehler/Bug in RaspberryMatic schliessen lassen
oder nachvollziehbare Featurewünsche sind (am besten erst im Forum diskutieren)
- Bitte NUR Fehler melden die mit der aktuellsten RaspberryMatic Version bereits reproduziert
werden konnten.
- Im Zweifel das Anliegen zuerst im RaspberryMatic Forum mit anderen Nutzern diskutieren und erst
bei Konsens hier ein Ticket eröffnen.
== ENGLISH VERSION ==
PLEASE DON'T DELETE THIS TEMPLATE (!!) BUT FILL IT WITH YOUR
OWN INFORMATION AT THE SPECIFIC "..." POINTS.
DON'T USE THIS TICKET SYSTEM FOR FINDING HELP IN USING RASPBERRYMATIC.
USE THE RASPBERRYMATIC FORA INSTEAD:
https://homematic-forum.de/forum/viewforum.php?f=65
NOTE:
=====
- Do NOT submit anything other than bug reports or feature requests via the issue tracker!
- Do NOT submit bug reports about anything but the two most recently released versions!
--->
**Describe the bug**
Die Informationsseite fehlt
**Steps to reproduce the behavior**
1. Im Anmeldebildschirm auf das Fragezeichen klicken.
2. ...
3. ...
4. ...
**Expected behavior**
Darstellung der Informationsseite
**Screenshots**
<img width="673" alt="Info1" src="https://user-images.githubusercontent.com/64675966/127812287-1cca1f82-8a23-4fef-aa24-5cf1df26acf9.png">
<img width="673" alt="Info2" src="https://user-images.githubusercontent.com/64675966/127812331-8f88a5ce-4ae6-408c-ae7c-19425a28049d.png">
**System information:**
- RaspberryMatic Version: RaspberryMatic-3.59.6.20210802-5f20a3
- Used Hardware: Raspberry Pi 4
- Used HomeMatic RF-Module: RPI-RF-MOD
**Additional context**
...
| priority | webui infoseite im loginscreen fehlt bitte dieses template nicht löschen sondern an den jeweiligen stellen mit eigenen information ergänzen ausfüllen bitte hier keine hilfeanfragen für die bedienung nutzung von raspberrymatic sondern hierfür das raspberrymatic forum verwenden hinweis github ist kein diskussionsforum raspberrymatic forum verwenden bitte nur meldungen absetzen die auf einen direkten fehler bug in raspberrymatic schliessen lassen oder nachvollziehbare featurewünsche sind am besten erst im forum diskutieren bitte nur fehler melden die mit der aktuellsten raspberrymatic version bereits reproduziert werden konnten im zweifel das anliegen zuerst im raspberrymatic forum mit anderen nutzern diskutieren und erst bei konsens hier ein ticket eröffnen english version please don t delete this template but fill it with your own information at the specific points don t use this ticket system for finding help in using raspberrymatic use the raspberrymatic fora instead note do not submit anything other than bug reports or feature requests via the issue tracker do not submit bug reports about anything but the two most recently released versions describe the bug die informationsseite fehlt steps to reproduce the behavior im anmeldebildschirm auf das fragezeichen klicken expected behavior darstellung der informationsseite screenshots img width alt src img width alt src system information raspberrymatic version raspberrymatic used hardware raspberry pi used homematic rf module rpi rf mod additional context | 1 |
417,305 | 12,158,242,838 | IssuesEvent | 2020-04-26 02:44:52 | amoffat/sh | https://api.github.com/repos/amoffat/sh | closed | Preventing pydev code analysis and pylint tools from complaining | low priority | PBS generates dynamic class members, which is a great thing but can cause pydev, pylint and other checkers to fail.
Could attributes be added to the pbs module (in docs, comment and other) to prevent the most common python validators from complaining about these.
| 1.0 | Preventing pydev code analysis and pylint tools from complaining - PBS generates dynamic class members, which is a great thing but can cause pydev, pylint and other checkers to fail.
Could attributes be added to the pbs module (in docs, comment and other) to prevent the most common python validators from complaining about these.
| priority | preventing pydev code analysis and pylint tools from complaining pbs generates dynamic class members which is a great thing but can cause pydev pylint and other checkers to fail could attributes be added to the pbs module in docs comment and other to prevent the most common python validators from complaining about these | 1 |
89,611 | 3,797,680,483 | IssuesEvent | 2016-03-23 09:13:24 | geosolutions-it/MapStore2 | https://api.github.com/repos/geosolutions-it/MapStore2 | closed | Allow placeholders in layers url configuration | enhancement pending review Priority: Low | We should allow parametric url(s) in configuration where parameters are specified in localConfig.json file, to avoid duplication and simplify migration on different environments. | 1.0 | Allow placeholders in layers url configuration - We should allow parametric url(s) in configuration where parameters are specified in localConfig.json file, to avoid duplication and simplify migration on different environments. | priority | allow placeholders in layers url configuration we should allow parametric url s in configuration where parameters are specified in localconfig json file to avoid duplication and simplify migration on different environments | 1 |
140,599 | 5,412,925,148 | IssuesEvent | 2017-03-01 15:38:46 | craftercms/craftercms | https://api.github.com/repos/craftercms/craftercms | opened | [studio-ui] Hide files from nav tree if flagged as such | enhancement Priority: Low | Please change the nav tree listing of XML files to hide the files with the flag "hideInAuthoring = true" from the navigation tree.
To validate: Click on the homepage in any site, and see the file "crafter-component.xml," that file has "hideInAuthoring = true" and shouldn't show up.
Ping me if you have any questions. | 1.0 | [studio-ui] Hide files from nav tree if flagged as such - Please change the nav tree listing of XML files to hide the files with the flag "hideInAuthoring = true" from the navigation tree.
To validate: Click on the homepage in any site, and see the file "crafter-component.xml," that file has "hideInAuthoring = true" and shouldn't show up.
Ping me if you have any questions. | priority | hide files from nav tree if flagged as such please change the nav tree listing of xml files to hide the files with the flag hideinauthoring true from the navigation tree to validate click on the homepage in any site and see the file crafter component xml that file has hideinauthoring true and shouldn t show up ping me if you have any questions | 1 |
682,037 | 23,330,158,658 | IssuesEvent | 2022-08-09 03:48:36 | City-Bureau/city-scrapers-atl | https://api.github.com/repos/City-Bureau/city-scrapers-atl | closed | New Scraper: Peachtree Corners City Council | priority-low | Create a new scraper for Peachtree Corners City Council
Website:
Jurisdiction: Gwinnett County
Classification: Basic Government
| 1.0 | New Scraper: Peachtree Corners City Council - Create a new scraper for Peachtree Corners City Council
Website:
Jurisdiction: Gwinnett County
Classification: Basic Government
| priority | new scraper peachtree corners city council create a new scraper for peachtree corners city council website jurisdiction gwinnett county classification basic government | 1 |
401,241 | 11,787,803,428 | IssuesEvent | 2020-03-17 14:36:17 | brave/brave-browser | https://api.github.com/repos/brave/brave-browser | closed | Remove Autoplay list, just do what chromium does | feature/autoplay feature/shields/webcompat priority/P3 privacy-pod webcompat webcompat/lists workaround/allow-autoplay | **Background**
Brave currently ships with a list of domains that can autoplay video and audio; sites on the list can, everyone else cannot. This is a usability / perf feature, originally put in out of dissatisfaction with how Chrome was handling autoplay.
**Problem**
This breaks a bunch of sites. The list isn't maintained, its not anyone's direct responsibility. Chromium has also caught up. I super don't dig the "site engagement score" system Chromium uses for making determinations here, but since its not a privacy / security issue, I dont have strong concerns.
**Suggestion**
1. Remove Brave autoplay infrastructure
2. Just do what chromium does
3. (only if its quick) include ability for short term escape hatch, DAT-shipped settings for chromium-determined-overrides (e.g. "example.org" -> "always autoplay", "evil.org" -> "never autoplay", etc)
Spec: https://docs.google.com/document/d/16nicZYs8uf-CLNJc0FrIucwwhzajJ9IL0yUbyCpajBM/edit#
| 1.0 | Remove Autoplay list, just do what chromium does - **Background**
Brave currently ships with a list of domains that can autoplay video and audio; sites on the list can, everyone else cannot. This is a usability / perf feature, originally put in out of dissatisfaction with how Chrome was handling autoplay.
**Problem**
This breaks a bunch of sites. The list isn't maintained, its not anyone's direct responsibility. Chromium has also caught up. I super don't dig the "site engagement score" system Chromium uses for making determinations here, but since its not a privacy / security issue, I dont have strong concerns.
**Suggestion**
1. Remove Brave autoplay infrastructure
2. Just do what chromium does
3. (only if its quick) include ability for short term escape hatch, DAT-shipped settings for chromium-determined-overrides (e.g. "example.org" -> "always autoplay", "evil.org" -> "never autoplay", etc)
Spec: https://docs.google.com/document/d/16nicZYs8uf-CLNJc0FrIucwwhzajJ9IL0yUbyCpajBM/edit#
| priority | remove autoplay list just do what chromium does background brave currently ships with a list of domains that can autoplay video and audio sites on the list can everyone else cannot this is a usability perf feature originally put in out of dissatisfaction with how chrome was handling autoplay problem this breaks a bunch of sites the list isn t maintained its not anyone s direct responsibility chromium has also caught up i super don t dig the site engagement score system chromium uses for making determinations here but since its not a privacy security issue i dont have strong concerns suggestion remove brave autoplay infrastructure just do what chromium does only if its quick include ability for short term escape hatch dat shipped settings for chromium determined overrides e g example org always autoplay evil org never autoplay etc spec | 1 |
373 | 2,496,095,663 | IssuesEvent | 2015-01-06 17:00:35 | LearningLocker/learninglocker | https://api.github.com/repos/LearningLocker/learninglocker | closed | Rework mongo typeahead to return grouped | priority:low status:confirmed type:enhancement | At the moment it is returning all results which is not efficient. | 1.0 | Rework mongo typeahead to return grouped - At the moment it is returning all results which is not efficient. | priority | rework mongo typeahead to return grouped at the moment it is returning all results which is not efficient | 1 |
603,177 | 18,530,732,278 | IssuesEvent | 2021-10-21 05:24:48 | AY2122S1-CS2113-T16-2/tp | https://api.github.com/repos/AY2122S1-CS2113-T16-2/tp | opened | As a helper, I can see a list of suggested search terms | type.Story priority.Low | ... so that I can see if I have misspelt my search term/if there is something similar in the database. | 1.0 | As a helper, I can see a list of suggested search terms - ... so that I can see if I have misspelt my search term/if there is something similar in the database. | priority | as a helper i can see a list of suggested search terms so that i can see if i have misspelt my search term if there is something similar in the database | 1 |
708,051 | 24,328,510,456 | IssuesEvent | 2022-09-30 16:59:41 | codepharm/motiv8m3 | https://api.github.com/repos/codepharm/motiv8m3 | closed | Investigate CSS file size [low priority] | low priority | Noticed that the two files listed below have over 11k lines of code. Suggest to investigate and minimize file size.
[tacklePost.css](https://github.com/codepharm/motiv8m3/blob/main/styles/tacklePost.css)
[tackles.css](https://github.com/codepharm/motiv8m3/blob/main/styles/tackles.css)
Looks like it happened during [this commit](https://github.com/codepharm/motiv8m3/commit/3b9f838556d99878ba48db00b02ed83bfed47403) | 1.0 | Investigate CSS file size [low priority] - Noticed that the two files listed below have over 11k lines of code. Suggest to investigate and minimize file size.
[tacklePost.css](https://github.com/codepharm/motiv8m3/blob/main/styles/tacklePost.css)
[tackles.css](https://github.com/codepharm/motiv8m3/blob/main/styles/tackles.css)
Looks like it happened during [this commit](https://github.com/codepharm/motiv8m3/commit/3b9f838556d99878ba48db00b02ed83bfed47403) | priority | investigate css file size noticed that the two files listed below have over lines of code suggest to investigate and minimize file size looks like it happened during | 1 |
635,010 | 20,376,580,307 | IssuesEvent | 2022-02-21 16:11:41 | renovatebot/renovate | https://api.github.com/repos/renovatebot/renovate | closed | We should use uppercase for `i` in a follow up PR. 😉 | priority-4-low type:refactor good first issue status:ready | @zharinov We should use uppercase for `i` in a follow up PR. 😉
```suggestion
function replaceSecretsInObject(
```
_Originally posted by @viceice in https://github.com/renovatebot/renovate/pull/13445#discussion_r789931582_ | 1.0 | We should use uppercase for `i` in a follow up PR. 😉 - @zharinov We should use uppercase for `i` in a follow up PR. 😉
```suggestion
function replaceSecretsInObject(
```
_Originally posted by @viceice in https://github.com/renovatebot/renovate/pull/13445#discussion_r789931582_ | priority | we should use uppercase for i in a follow up pr 😉 zharinov we should use uppercase for i in a follow up pr 😉 suggestion function replacesecretsinobject originally posted by viceice in | 1 |
287,762 | 8,820,230,366 | IssuesEvent | 2019-01-01 09:31:10 | LiteOnE/Steam-Scripts | https://api.github.com/repos/LiteOnE/Steam-Scripts | closed | Special Sale Badges Processing | feature low priority | Add additional settings on future sale badges' pages:
1. Craft all the levels at once (with timeouts?)
2. Craft defined amount of levels | 1.0 | Special Sale Badges Processing - Add additional settings on future sale badges' pages:
1. Craft all the levels at once (with timeouts?)
2. Craft defined amount of levels | priority | special sale badges processing add additional settings on future sale badges pages craft all the levels at once with timeouts craft defined amount of levels | 1 |
366,237 | 10,818,596,860 | IssuesEvent | 2019-11-08 12:29:21 | Aam-Digital/ndb-core | https://api.github.com/repos/Aam-Digital/ndb-core | closed | add back button at end of adding attendance | Priority: Low Type: UI | When you add attendance you are automaticallly navigated to the next child. If you made a mistake you can navigate back using a button underneath the selectable values.
After selecting a value for the last child you can only click on a big finish button, but can not go back an change the last selection.

| 1.0 | add back button at end of adding attendance - When you add attendance you are automaticallly navigated to the next child. If you made a mistake you can navigate back using a button underneath the selectable values.
After selecting a value for the last child you can only click on a big finish button, but can not go back an change the last selection.

| priority | add back button at end of adding attendance when you add attendance you are automaticallly navigated to the next child if you made a mistake you can navigate back using a button underneath the selectable values after selecting a value for the last child you can only click on a big finish button but can not go back an change the last selection | 1 |
299,334 | 9,205,368,958 | IssuesEvent | 2019-03-08 10:22:51 | qissue-bot/QGIS | https://api.github.com/repos/qissue-bot/QGIS | closed | Add custom fill styles | Category: Symbology Component: Easy fix? Component: Pull Request or Patch supplied Component: Resolution Priority: Low Project: QGIS Application Status: Closed Tracker: Feature request | ---
Author Name: **Steven Bell -** (Steven Bell -)
Original Redmine Issue: 731, https://issues.qgis.org/issues/731
Original Assignee: Tim Sutton
---
It would be cool if QGIS could use custom fill styles, using Qt's [[TexturePattern]]. I've gotten this pretty much implemented, so I'll post a patch soon.
---
- [patch_for_bug_731.txt](https://issues.qgis.org/attachments/download/1917/patch_for_bug_731.txt) (Steven Bell -) | 1.0 | Add custom fill styles - ---
Author Name: **Steven Bell -** (Steven Bell -)
Original Redmine Issue: 731, https://issues.qgis.org/issues/731
Original Assignee: Tim Sutton
---
It would be cool if QGIS could use custom fill styles, using Qt's [[TexturePattern]]. I've gotten this pretty much implemented, so I'll post a patch soon.
---
- [patch_for_bug_731.txt](https://issues.qgis.org/attachments/download/1917/patch_for_bug_731.txt) (Steven Bell -) | priority | add custom fill styles author name steven bell steven bell original redmine issue original assignee tim sutton it would be cool if qgis could use custom fill styles using qt s i ve gotten this pretty much implemented so i ll post a patch soon steven bell | 1 |
75,930 | 3,478,685,851 | IssuesEvent | 2015-12-28 14:40:43 | GoldenSoftwareLtd/gedemin | https://api.github.com/repos/GoldenSoftwareLtd/gedemin | closed | Странное поведение формы остатков | Cклад Depot Priority-Low | Если в SelectClause остатков есть ошибка, то при открытии формы вываливается аксес виолейшн, который нельзя закрыть (тут же вылазит новый), и приходится перегружать гедымин. По идее, он должен один раз внятно ругнуться и предложить не сохранять настройки формы, и всё. | 1.0 | Странное поведение формы остатков - Если в SelectClause остатков есть ошибка, то при открытии формы вываливается аксес виолейшн, который нельзя закрыть (тут же вылазит новый), и приходится перегружать гедымин. По идее, он должен один раз внятно ругнуться и предложить не сохранять настройки формы, и всё. | priority | странное поведение формы остатков если в selectclause остатков есть ошибка то при открытии формы вываливается аксес виолейшн который нельзя закрыть тут же вылазит новый и приходится перегружать гедымин по идее он должен один раз внятно ругнуться и предложить не сохранять настройки формы и всё | 1 |
29,449 | 2,715,959,185 | IssuesEvent | 2015-04-10 16:07:26 | diath/pyfsw | https://api.github.com/repos/diath/pyfsw | reopened | [Forum] Redirect Anchors | Enhancement Priority: Low | When posting in a forum thread, we redirect the poster to the last page of the thread, it would be nice if we could add the link anchor to the redirect so that they get centered around their newly made post.
| 1.0 | [Forum] Redirect Anchors - When posting in a forum thread, we redirect the poster to the last page of the thread, it would be nice if we could add the link anchor to the redirect so that they get centered around their newly made post.
| priority | redirect anchors when posting in a forum thread we redirect the poster to the last page of the thread it would be nice if we could add the link anchor to the redirect so that they get centered around their newly made post | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.