Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1
value | created_at stringlengths 19 19 | repo stringlengths 5 112 | repo_url stringlengths 34 141 | action stringclasses 3
values | title stringlengths 1 957 | labels stringlengths 4 795 | body stringlengths 1 259k | index stringclasses 12
values | text_combine stringlengths 96 259k | label stringclasses 2
values | text stringlengths 96 252k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
642,755 | 20,912,595,714 | IssuesEvent | 2022-03-24 10:40:05 | internet4refugees/beherbergung | https://api.github.com/repos/internet4refugees/beherbergung | closed | [BUG] Non-Uniq Modules customCircleMarker and CustomCircleMarker | bug medium priority | **Describe the bug**
There are multiple modules with names that only differ in casing - ./components/leaflet/marker/CustomCircleMarker.tsx - Windows-Env ;-)
frontend\search\components\leaflet\marker\CustomCircleMarker.tsx
frontend\search\components\leaflet\marker\customCircleMarker.tsx
**Expected behavior**
clear usage of cases - no error in windows
**To Reproduce**
Steps to reproduce the behavior:
1. checkout ef735e4246cb6a3044e0a1efaa5527121812c85c (23.3.)
2. cd frontend/search
3. npm run dev
4. open http://localhost:3000/
5. See error
**Environment**
Windows
**Screenshots**

**Workaround**
not yet
**Urgency**
medium priority
| 1.0 | [BUG] Non-Uniq Modules customCircleMarker and CustomCircleMarker - **Describe the bug**
There are multiple modules with names that only differ in casing - ./components/leaflet/marker/CustomCircleMarker.tsx - Windows-Env ;-)
frontend\search\components\leaflet\marker\CustomCircleMarker.tsx
frontend\search\components\leaflet\marker\customCircleMarker.tsx
**Expected behavior**
clear usage of cases - no error in windows
**To Reproduce**
Steps to reproduce the behavior:
1. checkout ef735e4246cb6a3044e0a1efaa5527121812c85c (23.3.)
2. cd frontend/search
3. npm run dev
4. open http://localhost:3000/
5. See error
**Environment**
Windows
**Screenshots**

**Workaround**
not yet
**Urgency**
medium priority
| priority | non uniq modules customcirclemarker and customcirclemarker describe the bug there are multiple modules with names that only differ in casing components leaflet marker customcirclemarker tsx windows env frontend search components leaflet marker customcirclemarker tsx frontend search components leaflet marker customcirclemarker tsx expected behavior clear usage of cases no error in windows to reproduce steps to reproduce the behavior checkout cd frontend search npm run dev open see error environment windows screenshots workaround not yet urgency medium priority | 1 |
160,704 | 6,101,508,917 | IssuesEvent | 2017-06-20 14:45:17 | hsluoyz/wskudp | https://api.github.com/repos/hsluoyz/wskudp | closed | sample upload | auto-migrated Priority-Medium Type-Review | ```
sample upload
```
Original issue reported on code.google.com by `x86ddk` on 22 Oct 2013 at 5:21
Attachments:
- [wskudp.zip](https://storage.googleapis.com/google-code-attachments/wskudp/issue-1/comment-0/wskudp.zip)
| 1.0 | sample upload - ```
sample upload
```
Original issue reported on code.google.com by `x86ddk` on 22 Oct 2013 at 5:21
Attachments:
- [wskudp.zip](https://storage.googleapis.com/google-code-attachments/wskudp/issue-1/comment-0/wskudp.zip)
| priority | sample upload sample upload original issue reported on code google com by on oct at attachments | 1 |
709,055 | 24,366,455,149 | IssuesEvent | 2022-10-03 15:31:19 | craftercms/craftercms | https://api.github.com/repos/craftercms/craftercms | closed | [studio-ui] Projects - don't cancel the marketplace/search request when loading the page. | bug priority: medium validate | ### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] The issue is in the latest released 4.0.x
- [ ] The issue is in the latest released 3.1.x
### Describe the issue
The `marketplace/search` request is canceled on loading the `Projects` page. While using a throttling of `Fast 3G` the issue is not reproducible.
### Steps to reproduce
Steps:
1. Open the `Users` page
2. Move to the `Projects` page
3. Check Studio log or browser Network/Console
### Relevant log output
```shell
[ERROR] 2022-09-09T12:50:57,370 [http-nio-8080-exec-5] [v2.ExceptionHandlers] | API endpoint 'http://localhost:8080/studio/api/2/marketplace/search?limit=1000&showIncompatible=true&type=blueprint' failed with response 'ApiResponse{code=1000, message='Internal system failure', remedialAction='Contact support', documentationUrl=''}'
org.apache.catalina.connector.ClientAbortException: java.io.IOException: Broken pipe
at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:353) ~[catalina.jar:9.0.64]
at org.apache.catalina.connector.OutputBuffer.flushByteBuffer(OutputBuffer.java:784) ~[catalina.jar:9.0.64]
at org.apache.catalina.connector.OutputBuffer.append(OutputBuffer.java:689) ~[catalina.jar:9.0.64]
at org.apache.catalina.connector.OutputBuffer.writeBytes(OutputBuffer.java:388) ~[catalina.jar:9.0.64]
```
### Screenshots and/or videos
https://user-images.githubusercontent.com/6722074/189409518-d5f866f6-bf8a-4a7c-9475-eceeb9159ac7.mp4
| 1.0 | [studio-ui] Projects - don't cancel the marketplace/search request when loading the page. - ### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] The issue is in the latest released 4.0.x
- [ ] The issue is in the latest released 3.1.x
### Describe the issue
The `marketplace/search` request is canceled on loading the `Projects` page. While using a throttling of `Fast 3G` the issue is not reproducible.
### Steps to reproduce
Steps:
1. Open the `Users` page
2. Move to the `Projects` page
3. Check Studio log or browser Network/Console
### Relevant log output
```shell
[ERROR] 2022-09-09T12:50:57,370 [http-nio-8080-exec-5] [v2.ExceptionHandlers] | API endpoint 'http://localhost:8080/studio/api/2/marketplace/search?limit=1000&showIncompatible=true&type=blueprint' failed with response 'ApiResponse{code=1000, message='Internal system failure', remedialAction='Contact support', documentationUrl=''}'
org.apache.catalina.connector.ClientAbortException: java.io.IOException: Broken pipe
at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:353) ~[catalina.jar:9.0.64]
at org.apache.catalina.connector.OutputBuffer.flushByteBuffer(OutputBuffer.java:784) ~[catalina.jar:9.0.64]
at org.apache.catalina.connector.OutputBuffer.append(OutputBuffer.java:689) ~[catalina.jar:9.0.64]
at org.apache.catalina.connector.OutputBuffer.writeBytes(OutputBuffer.java:388) ~[catalina.jar:9.0.64]
```
### Screenshots and/or videos
https://user-images.githubusercontent.com/6722074/189409518-d5f866f6-bf8a-4a7c-9475-eceeb9159ac7.mp4
| priority | projects don t cancel the marketplace search request when loading the page duplicates i have searched the existing issues latest version the issue is in the latest released x the issue is in the latest released x describe the issue the marketplace search request is canceled on loading the projects page while using a throttling of fast the issue is not reproducible steps to reproduce steps open the users page move to the projects page check studio log or browser network console relevant log output shell api endpoint failed with response apiresponse code message internal system failure remedialaction contact support documentationurl org apache catalina connector clientabortexception java io ioexception broken pipe at org apache catalina connector outputbuffer realwritebytes outputbuffer java at org apache catalina connector outputbuffer flushbytebuffer outputbuffer java at org apache catalina connector outputbuffer append outputbuffer java at org apache catalina connector outputbuffer writebytes outputbuffer java screenshots and or videos | 1 |
481,582 | 13,889,348,695 | IssuesEvent | 2020-10-19 07:46:21 | buddyboss/buddyboss-platform | https://api.github.com/repos/buddyboss/buddyboss-platform | opened | Add functionality to edit comments same as Edit Activity | feature: major priority: medium | **Is your feature request related to a problem? Please describe.**
Would be great if we provide option to edit comments as well same as Edit Activty.
**Describe the solution you'd like**
Steps to reproduce the behavior:
- Go to the activity page
- check comment posted on activity
**Describe alternatives you've considered**
User should be able to edit his/her comments same as Facebook, Slack
**Support ticket links**
N/A | 1.0 | Add functionality to edit comments same as Edit Activity - **Is your feature request related to a problem? Please describe.**
Would be great if we provide option to edit comments as well same as Edit Activty.
**Describe the solution you'd like**
Steps to reproduce the behavior:
- Go to the activity page
- check comment posted on activity
**Describe alternatives you've considered**
User should be able to edit his/her comments same as Facebook, Slack
**Support ticket links**
N/A | priority | add functionality to edit comments same as edit activity is your feature request related to a problem please describe would be great if we provide option to edit comments as well same as edit activty describe the solution you d like steps to reproduce the behavior go to the activity page check comment posted on activity describe alternatives you ve considered user should be able to edit his her comments same as facebook slack support ticket links n a | 1 |
324,799 | 9,912,627,728 | IssuesEvent | 2019-06-28 09:28:59 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | [Coverity CID :198012]Memory - corruptions in /drivers/flash/flash_simulator.c | Coverity area: Drivers bug priority: medium | Static code scan issues seen in File: /drivers/flash/flash_simulator.c
Category: Memory - corruptions
Function: flash_init
Component: Drivers
CID: 198012
Please fix or provide comments to square it off in coverity in the link: https://scan9.coverity.com/reports.htm#v32951/p12996 | 1.0 | [Coverity CID :198012]Memory - corruptions in /drivers/flash/flash_simulator.c - Static code scan issues seen in File: /drivers/flash/flash_simulator.c
Category: Memory - corruptions
Function: flash_init
Component: Drivers
CID: 198012
Please fix or provide comments to square it off in coverity in the link: https://scan9.coverity.com/reports.htm#v32951/p12996 | priority | memory corruptions in drivers flash flash simulator c static code scan issues seen in file drivers flash flash simulator c category memory corruptions function flash init component drivers cid please fix or provide comments to square it off in coverity in the link | 1 |
22,143 | 2,645,690,398 | IssuesEvent | 2015-03-13 01:08:44 | prikhi/evoluspencil | https://api.github.com/repos/prikhi/evoluspencil | closed | add export as svg functionality | 2–5 stars bug duplicate imported Priority-Medium | _From [adamsz@gmail.com](https://code.google.com/u/adamsz@gmail.com/) on August 22, 2008 10:44:02_
I'd like to use to Pencil to build svg diagrams that I can embed in my web
pages, but I don't see a way to do that without export as svg functionality.
_Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=36_ | 1.0 | add export as svg functionality - _From [adamsz@gmail.com](https://code.google.com/u/adamsz@gmail.com/) on August 22, 2008 10:44:02_
I'd like to use to Pencil to build svg diagrams that I can embed in my web
pages, but I don't see a way to do that without export as svg functionality.
_Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=36_ | priority | add export as svg functionality from on august i d like to use to pencil to build svg diagrams that i can embed in my web pages but i don t see a way to do that without export as svg functionality original issue | 1 |
581,655 | 17,314,082,824 | IssuesEvent | 2021-07-27 01:55:08 | airbytehq/airbyte | https://api.github.com/repos/airbytehq/airbyte | closed | New Source: Presta Shop | area/connectors new-connector priority/medium | ## Tell us about the new integration you’d like to have
popular open source shopfront platform https://github.com/PrestaShop/PrestaShop/
## Describe the context around this new integration
* Which team in your company wants this integration, what for? This helps us understand the use case.
* How often do you want to run syncs?
* If this is an API source connector, which entities/endpoints do you need supported?
## Describe the alternative you are considering or using
What are you considering doing if you don’t have this integration through Airbyte?
┆Issue is synchronized with this [Asana task](https://app.asana.com/0/1200367912513076/1200368161212651) by [Unito](https://www.unito.io)
| 1.0 | New Source: Presta Shop - ## Tell us about the new integration you’d like to have
popular open source shopfront platform https://github.com/PrestaShop/PrestaShop/
## Describe the context around this new integration
* Which team in your company wants this integration, what for? This helps us understand the use case.
* How often do you want to run syncs?
* If this is an API source connector, which entities/endpoints do you need supported?
## Describe the alternative you are considering or using
What are you considering doing if you don’t have this integration through Airbyte?
┆Issue is synchronized with this [Asana task](https://app.asana.com/0/1200367912513076/1200368161212651) by [Unito](https://www.unito.io)
| priority | new source presta shop tell us about the new integration you’d like to have popular open source shopfront platform describe the context around this new integration which team in your company wants this integration what for this helps us understand the use case how often do you want to run syncs if this is an api source connector which entities endpoints do you need supported describe the alternative you are considering or using what are you considering doing if you don’t have this integration through airbyte ┆issue is synchronized with this by | 1 |
156,140 | 5,964,607,293 | IssuesEvent | 2017-05-30 09:19:52 | rainlab/sitemap-plugin | https://api.github.com/repos/rainlab/sitemap-plugin | closed | Incorrect Sitemap generation | Priority: Medium Type: Bug | The sitemap includes blog posts that have not been published in to the sitemap.xml which leads the crawlers to a 404 page. This should not happen. | 1.0 | Incorrect Sitemap generation - The sitemap includes blog posts that have not been published in to the sitemap.xml which leads the crawlers to a 404 page. This should not happen. | priority | incorrect sitemap generation the sitemap includes blog posts that have not been published in to the sitemap xml which leads the crawlers to a page this should not happen | 1 |
224,095 | 7,466,565,576 | IssuesEvent | 2018-04-02 11:21:24 | ZeusWPI/MOZAIC | https://api.github.com/repos/ZeusWPI/MOZAIC | opened | Differentiate clearly between internal and external config representation | client difficulty:easy priority:medium | The config format for the (Rust) gameserver doesn't really match what we use internally.
We should make this difference clearer in the code.
Eg: Rust uses snake_case and TS pascalCase, and we don't split the program and the args as seperate properties. | 1.0 | Differentiate clearly between internal and external config representation - The config format for the (Rust) gameserver doesn't really match what we use internally.
We should make this difference clearer in the code.
Eg: Rust uses snake_case and TS pascalCase, and we don't split the program and the args as seperate properties. | priority | differentiate clearly between internal and external config representation the config format for the rust gameserver doesn t really match what we use internally we should make this difference clearer in the code eg rust uses snake case and ts pascalcase and we don t split the program and the args as seperate properties | 1 |
91,948 | 3,863,517,832 | IssuesEvent | 2016-04-08 09:45:57 | iamxavier/elmah | https://api.github.com/repos/iamxavier/elmah | closed | Provide auto-trim support to keep table size down | auto-migrated Priority-Medium Type-Enhancement | ```
What new or enhanced feature are you proposing?
Provide auto-trim support.
What goal would this enhancement help you achieve?
It would keep the table from getting too big.
Below is a sample.
public int TrimTable(string targetConnectionString, int
targetRowCountMax)
{
int myRowsAffected = int.MinValue;
targetConnectionString =
(targetConnectionString + "").Trim();
const string myTargetTableName = "ELMAH_Error";
const string myTargetColumnNameForSort
= "Sequence";
System.Data.SqlClient.SortOrder
myTargetSortOrder = System.Data.SqlClient.SortOrder.Ascending;
const string myTargetColumnNameForKey
= "ErrorId";
const int myTargetTrimDenominator = 2;
//Call an overload.
myRowsAffected = this.TrimTable
(targetConnectionString, myTargetTableName, myTargetColumnNameForSort,
myTargetSortOrder, myTargetColumnNameForKey, targetRowCountMax,
myTargetTrimDenominator);
return myRowsAffected;
}
/// <summary>
/// This will trim the given table to the specified
size.
/// </summary>
/// <param name="targetConnectionString">This is the
connection string to use.</param>
/// <param name="targetTableName">This is the table to
truncate.</param>
/// <param name="targetColumnNameForSort">This is the
column to use for sorting before truncating.</param>
/// <param name="targetSortOrder">Note
Ascending=TrimFromTop and Descending=TrimFromBottom.</param>
/// <param name="targetColumnNameForKey">This is the
single-column primary-key column name.</param>
/// <param name="targetRowCountMax">This is the max
size allowed in the table.</param>
/// <param name="targetTrimDenominator">Note
(targetRowCountMax/targetTrimDenominator)=(RowCountToTrim).</param>
/// <returns>This is the number of rows
affected.</returns>
public int TrimTable(
string targetConnectionString,
string targetTableName,
string targetColumnNameForSort,
System.Data.SqlClient.SortOrder
targetSortOrder,
string targetColumnNameForKey,
int targetRowCountMax,
int targetTrimDenominator)
{
int myRowsAffected = int.MinValue;
targetConnectionString =
(targetConnectionString + "").Trim();
targetTableName = (targetTableName + "").Trim
();
//TODO. 20090525. Remove after 1 month.
//
//int myRowCountCurrent = this.GetCount
(targetConnectionString, targetTableName);
int myRowCountCurrent = this.GetCount();
if (myRowCountCurrent <= targetRowCountMax)
{
//Continue.
}
else
{
targetColumnNameForSort =
(targetColumnNameForSort + "").Trim();
targetColumnNameForKey =
(targetColumnNameForKey + "").Trim();
string mySortDirection = "";
if (targetSortOrder ==
System.Data.SqlClient.SortOrder.Ascending)
{
mySortDirection = "ASC";
}
else
{
mySortDirection = "DESC";
}
decimal myTargetSize =
(targetRowCountMax / targetTrimDenominator);
myTargetSize = (Math.Round
(myTargetSize, 0));
int myTrimCount = (myRowCountCurrent -
(int)myTargetSize);
string myCommandText = " DELETE " +
targetTableName +
" FROM " +
" (SELECT TOP " +
myTrimCount + " * " +
" FROM " +
targetTableName +
" ORDER BY " +
targetColumnNameForSort + " " + mySortDirection + ") AS T1 " +
" WHERE " +
targetTableName + "." + targetColumnNameForKey + " = T1." +
targetColumnNameForKey;
using (SqlConnection myConnection =
new SqlConnection(targetConnectionString))
{
SqlCommand myCommand = new
SqlCommand(myCommandText, myConnection);
myCommand.Connection.Open();
myRowsAffected =
myCommand.ExecuteNonQuery();
}
}
if (myRowsAffected >= 0)
{
//Continue.
}
else
{
myRowsAffected = 0;
}
return myRowsAffected;
}
```
Original issue reported on code.google.com by `mkamo...@gmail.com` on 1 Jun 2009 at 8:50 | 1.0 | Provide auto-trim support to keep table size down - ```
What new or enhanced feature are you proposing?
Provide auto-trim support.
What goal would this enhancement help you achieve?
It would keep the table from getting too big.
Below is a sample.
public int TrimTable(string targetConnectionString, int
targetRowCountMax)
{
int myRowsAffected = int.MinValue;
targetConnectionString =
(targetConnectionString + "").Trim();
const string myTargetTableName = "ELMAH_Error";
const string myTargetColumnNameForSort
= "Sequence";
System.Data.SqlClient.SortOrder
myTargetSortOrder = System.Data.SqlClient.SortOrder.Ascending;
const string myTargetColumnNameForKey
= "ErrorId";
const int myTargetTrimDenominator = 2;
//Call an overload.
myRowsAffected = this.TrimTable
(targetConnectionString, myTargetTableName, myTargetColumnNameForSort,
myTargetSortOrder, myTargetColumnNameForKey, targetRowCountMax,
myTargetTrimDenominator);
return myRowsAffected;
}
/// <summary>
/// This will trim the given table to the specified
size.
/// </summary>
/// <param name="targetConnectionString">This is the
connection string to use.</param>
/// <param name="targetTableName">This is the table to
truncate.</param>
/// <param name="targetColumnNameForSort">This is the
column to use for sorting before truncating.</param>
/// <param name="targetSortOrder">Note
Ascending=TrimFromTop and Descending=TrimFromBottom.</param>
/// <param name="targetColumnNameForKey">This is the
single-column primary-key column name.</param>
/// <param name="targetRowCountMax">This is the max
size allowed in the table.</param>
/// <param name="targetTrimDenominator">Note
(targetRowCountMax/targetTrimDenominator)=(RowCountToTrim).</param>
/// <returns>This is the number of rows
affected.</returns>
public int TrimTable(
string targetConnectionString,
string targetTableName,
string targetColumnNameForSort,
System.Data.SqlClient.SortOrder
targetSortOrder,
string targetColumnNameForKey,
int targetRowCountMax,
int targetTrimDenominator)
{
int myRowsAffected = int.MinValue;
targetConnectionString =
(targetConnectionString + "").Trim();
targetTableName = (targetTableName + "").Trim
();
//TODO. 20090525. Remove after 1 month.
//
//int myRowCountCurrent = this.GetCount
(targetConnectionString, targetTableName);
int myRowCountCurrent = this.GetCount();
if (myRowCountCurrent <= targetRowCountMax)
{
//Continue.
}
else
{
targetColumnNameForSort =
(targetColumnNameForSort + "").Trim();
targetColumnNameForKey =
(targetColumnNameForKey + "").Trim();
string mySortDirection = "";
if (targetSortOrder ==
System.Data.SqlClient.SortOrder.Ascending)
{
mySortDirection = "ASC";
}
else
{
mySortDirection = "DESC";
}
decimal myTargetSize =
(targetRowCountMax / targetTrimDenominator);
myTargetSize = (Math.Round
(myTargetSize, 0));
int myTrimCount = (myRowCountCurrent -
(int)myTargetSize);
string myCommandText = " DELETE " +
targetTableName +
" FROM " +
" (SELECT TOP " +
myTrimCount + " * " +
" FROM " +
targetTableName +
" ORDER BY " +
targetColumnNameForSort + " " + mySortDirection + ") AS T1 " +
" WHERE " +
targetTableName + "." + targetColumnNameForKey + " = T1." +
targetColumnNameForKey;
using (SqlConnection myConnection =
new SqlConnection(targetConnectionString))
{
SqlCommand myCommand = new
SqlCommand(myCommandText, myConnection);
myCommand.Connection.Open();
myRowsAffected =
myCommand.ExecuteNonQuery();
}
}
if (myRowsAffected >= 0)
{
//Continue.
}
else
{
myRowsAffected = 0;
}
return myRowsAffected;
}
```
Original issue reported on code.google.com by `mkamo...@gmail.com` on 1 Jun 2009 at 8:50 | priority | provide auto trim support to keep table size down what new or enhanced feature are you proposing provide auto trim support what goal would this enhancement help you achieve it would keep the table from getting too big below is a sample public int trimtable string targetconnectionstring int targetrowcountmax int myrowsaffected int minvalue targetconnectionstring targetconnectionstring trim const string mytargettablename elmah error const string mytargetcolumnnameforsort sequence system data sqlclient sortorder mytargetsortorder system data sqlclient sortorder ascending const string mytargetcolumnnameforkey errorid const int mytargettrimdenominator call an overload myrowsaffected this trimtable targetconnectionstring mytargettablename mytargetcolumnnameforsort mytargetsortorder mytargetcolumnnameforkey targetrowcountmax mytargettrimdenominator return myrowsaffected this will trim the given table to the specified size this is the connection string to use this is the table to truncate this is the column to use for sorting before truncating note ascending trimfromtop and descending trimfrombottom this is the single column primary key column name this is the max size allowed in the table note targetrowcountmax targettrimdenominator rowcounttotrim this is the number of rows affected public int trimtable string targetconnectionstring string targettablename string targetcolumnnameforsort system data sqlclient sortorder targetsortorder string targetcolumnnameforkey int targetrowcountmax int targettrimdenominator int myrowsaffected int minvalue targetconnectionstring targetconnectionstring trim targettablename targettablename trim todo remove after month int myrowcountcurrent this getcount targetconnectionstring targettablename int myrowcountcurrent this getcount if myrowcountcurrent targetrowcountmax continue else targetcolumnnameforsort targetcolumnnameforsort trim targetcolumnnameforkey targetcolumnnameforkey trim string mysortdirection if targetsortorder system data sqlclient sortorder ascending mysortdirection asc else mysortdirection desc decimal mytargetsize targetrowcountmax targettrimdenominator mytargetsize math round mytargetsize int mytrimcount myrowcountcurrent int mytargetsize string mycommandtext delete targettablename from select top mytrimcount from targettablename order by targetcolumnnameforsort mysortdirection as where targettablename targetcolumnnameforkey targetcolumnnameforkey using sqlconnection myconnection new sqlconnection targetconnectionstring sqlcommand mycommand new sqlcommand mycommandtext myconnection mycommand connection open myrowsaffected mycommand executenonquery if myrowsaffected continue else myrowsaffected return myrowsaffected original issue reported on code google com by mkamo gmail com on jun at | 1 |
255,185 | 8,109,868,412 | IssuesEvent | 2018-08-14 09:03:27 | MARKETProtocol/website | https://api.github.com/repos/MARKETProtocol/website | opened | Increase the base grid margins | Priority: Medium | <!--
Hello!
Please use the template below for issue ideas or bugs found within MARKET Protocol.
If it is general support you need, reach out to us at
https://marketprotocol.io/discord
Provide a general summary of the issue in the title above and use relevant fields below to define the problem.
-->
<!--
## Before you `start work`
Please read our contribution [guidelines](https://docs.marketprotocol.io/#contributing) and if there is a bounty involved please also see [here](https://docs.marketprotocol.io/#gitcoin-and-bounties)
If you have ongoing work from other bounties with us where funding has not been released, please do not pick up a new issue. We would like to involve as many contributors as possible and parallelize the work flow as much as possible.
Please make sure to comment in the issue here immediately after starting work so we know your plans for implementation and a timeline.
Please also note that in order for work to be accepted, all code must be accompanied by test cases as well.
-->
### Why Is this Needed?
[comment]: # (Describe the problem and why this task is needed. Provide description of the current state, what you would like to happen, and what actually happen)
*Summary*: Increase the base margins on navbar, footer, other relevant text areas
### Description
[comment]: # (Feature or Bug? i.e Type: Bug)
*Type*: UI enhancement
### Current Behavior
[comment]: # (Describe what actually happened.)
<img width="1679" alt="screen shot 2018-08-14 at 2 30 52 pm" src="https://user-images.githubusercontent.com/4952395/44082430-d43286c4-9fce-11e8-9817-8f733c8b607e.png">
### Expected Behavior
[comment]: # (Describe what you expected to happen.)
<img width="1245" alt="screen shot 2018-08-14 at 2 30 42 pm" src="https://user-images.githubusercontent.com/4952395/44082443-de00abe0-9fce-11e8-9526-58a58955f051.png">
### Definition of Done
[comment]: # (Any other information that would be useful, bullets are helpful.)
The base margins should be modified and consistent accorss the website
| 1.0 | Increase the base grid margins - <!--
Hello!
Please use the template below for issue ideas or bugs found within MARKET Protocol.
If it is general support you need, reach out to us at
https://marketprotocol.io/discord
Provide a general summary of the issue in the title above and use relevant fields below to define the problem.
-->
<!--
## Before you `start work`
Please read our contribution [guidelines](https://docs.marketprotocol.io/#contributing) and if there is a bounty involved please also see [here](https://docs.marketprotocol.io/#gitcoin-and-bounties)
If you have ongoing work from other bounties with us where funding has not been released, please do not pick up a new issue. We would like to involve as many contributors as possible and parallelize the work flow as much as possible.
Please make sure to comment in the issue here immediately after starting work so we know your plans for implementation and a timeline.
Please also note that in order for work to be accepted, all code must be accompanied by test cases as well.
-->
### Why Is this Needed?
[comment]: # (Describe the problem and why this task is needed. Provide description of the current state, what you would like to happen, and what actually happen)
*Summary*: Increase the base margins on navbar, footer, other relevant text areas
### Description
[comment]: # (Feature or Bug? i.e Type: Bug)
*Type*: UI enhancement
### Current Behavior
[comment]: # (Describe what actually happened.)
<img width="1679" alt="screen shot 2018-08-14 at 2 30 52 pm" src="https://user-images.githubusercontent.com/4952395/44082430-d43286c4-9fce-11e8-9817-8f733c8b607e.png">
### Expected Behavior
[comment]: # (Describe what you expected to happen.)
<img width="1245" alt="screen shot 2018-08-14 at 2 30 42 pm" src="https://user-images.githubusercontent.com/4952395/44082443-de00abe0-9fce-11e8-9526-58a58955f051.png">
### Definition of Done
[comment]: # (Any other information that would be useful, bullets are helpful.)
The base margins should be modified and consistent accorss the website
| priority | increase the base grid margins hello please use the template below for issue ideas or bugs found within market protocol if it is general support you need reach out to us at provide a general summary of the issue in the title above and use relevant fields below to define the problem before you start work please read our contribution and if there is a bounty involved please also see if you have ongoing work from other bounties with us where funding has not been released please do not pick up a new issue we would like to involve as many contributors as possible and parallelize the work flow as much as possible please make sure to comment in the issue here immediately after starting work so we know your plans for implementation and a timeline please also note that in order for work to be accepted all code must be accompanied by test cases as well why is this needed describe the problem and why this task is needed provide description of the current state what you would like to happen and what actually happen summary increase the base margins on navbar footer other relevant text areas description feature or bug i e type bug type ui enhancement current behavior describe what actually happened img width alt screen shot at pm src expected behavior describe what you expected to happen img width alt screen shot at pm src definition of done any other information that would be useful bullets are helpful the base margins should be modified and consistent accorss the website | 1 |
467,749 | 13,453,664,888 | IssuesEvent | 2020-09-09 01:37:11 | Journaly/journaly | https://api.github.com/repos/Journaly/journaly | closed | FEATURE: Add "thanks" to feedback | backend database enhancement frontend medium priority | #### Perceived Problem
- Currently, there's no way for a Journaler to explicitly indicate that some feedback was useful
- This means we also don't have a great way to show that statistic for people leaving feedback and this could result in people being less motivated to give feedback
#### Ideas / Proposed Solution(s)
- Add a "thanks" ability when receiving feedback that we can then (a) notify the commenter they've been thanked for their helpful feedback, and (b) display stats like "87 thanks received"
- These can even be tied to feedback "types" and we can have special badges like "grammar legend" when you've been thanked for 100 grammar fixes or "dictionary king" for being thanked for 100 alternate word choice suggestions, etc!
#### Screenshots/examples
- Here is an example I saw on the website Lyrics Translate, where they show # of thanks received!
<img width="321" alt="Screen Shot 2020-07-27 at 3 18 16 PM" src="https://user-images.githubusercontent.com/34203886/88599883-bfe25200-d021-11ea-9b2f-b501ee4054e5.png">
| 1.0 | FEATURE: Add "thanks" to feedback - #### Perceived Problem
- Currently, there's no way for a Journaler to explicitly indicate that some feedback was useful
- This means we also don't have a great way to show that statistic for people leaving feedback and this could result in people being less motivated to give feedback
#### Ideas / Proposed Solution(s)
- Add a "thanks" ability when receiving feedback that we can then (a) notify the commenter they've been thanked for their helpful feedback, and (b) display stats like "87 thanks received"
- These can even be tied to feedback "types" and we can have special badges like "grammar legend" when you've been thanked for 100 grammar fixes or "dictionary king" for being thanked for 100 alternate word choice suggestions, etc!
#### Screenshots/examples
- Here is an example I saw on the website Lyrics Translate, where they show # of thanks received!
<img width="321" alt="Screen Shot 2020-07-27 at 3 18 16 PM" src="https://user-images.githubusercontent.com/34203886/88599883-bfe25200-d021-11ea-9b2f-b501ee4054e5.png">
| priority | feature add thanks to feedback perceived problem currently there s no way for a journaler to explicitly indicate that some feedback was useful this means we also don t have a great way to show that statistic for people leaving feedback and this could result in people being less motivated to give feedback ideas proposed solution s add a thanks ability when receiving feedback that we can then a notify the commenter they ve been thanked for their helpful feedback and b display stats like thanks received these can even be tied to feedback types and we can have special badges like grammar legend when you ve been thanked for grammar fixes or dictionary king for being thanked for alternate word choice suggestions etc screenshots examples here is an example i saw on the website lyrics translate where they show of thanks received img width alt screen shot at pm src | 1 |
149,274 | 5,715,484,343 | IssuesEvent | 2017-04-19 13:13:47 | pytorch/pytorch | https://api.github.com/repos/pytorch/pytorch | closed | Python's Basic Engine is outdated | 15hr bug medium priority | There are different extensions that were added only to the C engine (e.g. allocating zero gradients for outputs that weren't used, stochastic nodes, etc.). | 1.0 | Python's Basic Engine is outdated - There are different extensions that were added only to the C engine (e.g. allocating zero gradients for outputs that weren't used, stochastic nodes, etc.). | priority | python s basic engine is outdated there are different extensions that were added only to the c engine e g allocating zero gradients for outputs that weren t used stochastic nodes etc | 1 |
511,679 | 14,879,421,224 | IssuesEvent | 2021-01-20 07:39:28 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | opened | [0.9.2 staging-1906] World index in Ecopedia lost icons in localizations. | Category: UI Priority: Medium | Steps to reproduce:
- set non-English language (I used Gibberish)
- open Ecopedia -> World index:

| 1.0 | [0.9.2 staging-1906] World index in Ecopedia lost icons in localizations. - Steps to reproduce:
- set non-English language (I used Gibberish)
- open Ecopedia -> World index:

| priority | world index in ecopedia lost icons in localizations steps to reproduce set non english language i used gibberish open ecopedia world index | 1 |
55,277 | 3,072,621,122 | IssuesEvent | 2015-08-19 17:50:48 | RobotiumTech/robotium | https://api.github.com/repos/RobotiumTech/robotium | closed | waitforactivity() returns | bug imported invalid Priority-Medium | _From [santus...@gmail.com](https://code.google.com/u/114727562824198927333/) on April 26, 2012 23:59:48_
What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Please provide any additional information below.
_Original issue: http://code.google.com/p/robotium/issues/detail?id=254_ | 1.0 | waitforactivity() returns - _From [santus...@gmail.com](https://code.google.com/u/114727562824198927333/) on April 26, 2012 23:59:48_
What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Please provide any additional information below.
_Original issue: http://code.google.com/p/robotium/issues/detail?id=254_ | priority | waitforactivity returns from on april what steps will reproduce the problem what is the expected output what do you see instead what version of the product are you using on what operating system please provide any additional information below original issue | 1 |
4,652 | 2,562,420,346 | IssuesEvent | 2015-02-06 01:28:16 | cs2103jan2015-f09-1c/main | https://api.github.com/repos/cs2103jan2015-f09-1c/main | opened | User can do searching with filter (such as start time, end time) | priority.medium | ...so that the searching will be faster and more efficient. | 1.0 | User can do searching with filter (such as start time, end time) - ...so that the searching will be faster and more efficient. | priority | user can do searching with filter such as start time end time so that the searching will be faster and more efficient | 1 |
154,956 | 5,945,797,714 | IssuesEvent | 2017-05-26 00:15:11 | vmware/vic | https://api.github.com/repos/vmware/vic | closed | toolbox support for guest file manager operations | area/vsphere component/tether priority/medium | **Story**
As a user of toolbox I want to be able to transfer files to and from the guest
**Detail**
Guest Operations provides the following for guest file manipulation: http://pubs.vmware.com/vsphere-60/index.jsp#com.vmware.wssdk.apiref.doc/vim.vm.guest.FileManager.html
The govmomi side of FileManager should already be available.
The capabilities we're primarily interested in adding to toolbox are:
* InitiateFileTransferFromGuest
* InitiateFileTransferToGuest
**Acceptance**
Able to round trip a file to the guest via govc | 1.0 | toolbox support for guest file manager operations - **Story**
As a user of toolbox I want to be able to transfer files to and from the guest
**Detail**
Guest Operations provides the following for guest file manipulation: http://pubs.vmware.com/vsphere-60/index.jsp#com.vmware.wssdk.apiref.doc/vim.vm.guest.FileManager.html
The govmomi side of FileManager should already be available.
The capabilities we're primarily interested in adding to toolbox are:
* InitiateFileTransferFromGuest
* InitiateFileTransferToGuest
**Acceptance**
Able to round trip a file to the guest via govc | priority | toolbox support for guest file manager operations story as a user of toolbox i want to be able to transfer files to and from the guest detail guest operations provides the following for guest file manipulation the govmomi side of filemanager should already be available the capabilities we re primarily interested in adding to toolbox are initiatefiletransferfromguest initiatefiletransfertoguest acceptance able to round trip a file to the guest via govc | 1 |
604,502 | 18,685,639,114 | IssuesEvent | 2021-11-01 12:05:01 | AY2122S1-CS2113T-T10-3/tp | https://api.github.com/repos/AY2122S1-CS2113T-T10-3/tp | closed | Convert recipe load error into single line | type.Task priority.Medium | 
For each recipe that failed to load, they should be collated together and printed as a single string and have the `[x]` in front as well.
```
[x] Fail to be load into Decodex: failRecipe1, failRecipe2, failRecipe3 (Perhaps insufficient permissions, invalid format or unsupported module?)
``` | 1.0 | Convert recipe load error into single line - 
For each recipe that failed to load, they should be collated together and printed as a single string and have the `[x]` in front as well.
```
[x] Fail to be load into Decodex: failRecipe1, failRecipe2, failRecipe3 (Perhaps insufficient permissions, invalid format or unsupported module?)
``` | priority | convert recipe load error into single line for each recipe that failed to load they should be collated together and printed as a single string and have the in front as well fail to be load into decodex perhaps insufficient permissions invalid format or unsupported module | 1 |
540,342 | 15,806,378,647 | IssuesEvent | 2021-04-04 04:53:11 | AY2021S2-CS2113T-W09-2/tp | https://api.github.com/repos/AY2021S2-CS2113T-W09-2/tp | closed | [PE-D] Inconsistency in output format | priority.Medium severity.VeryLow type.Bug | The output for some of the features such as "add" and "done" are not consistent, where for the "add" there is no indentation, but for the "done" feature there is an indentation.


A suggestion would be to standardize it to increase the cohesiveness of the product!
<!--session: 1617437456433-5bba4cad-62de-414e-8e20-af05040c2290-->
-------------
Labels: `severity.VeryLow` `type.FeatureFlaw`
original: hazelhedmine/ped#4 | 1.0 | [PE-D] Inconsistency in output format - The output for some of the features such as "add" and "done" are not consistent, where for the "add" there is no indentation, but for the "done" feature there is an indentation.


A suggestion would be to standardize it to increase the cohesiveness of the product!
<!--session: 1617437456433-5bba4cad-62de-414e-8e20-af05040c2290-->
-------------
Labels: `severity.VeryLow` `type.FeatureFlaw`
original: hazelhedmine/ped#4 | priority | inconsistency in output format the output for some of the features such as add and done are not consistent where for the add there is no indentation but for the done feature there is an indentation a suggestion would be to standardize it to increase the cohesiveness of the product labels severity verylow type featureflaw original hazelhedmine ped | 1 |
377,943 | 11,188,560,293 | IssuesEvent | 2020-01-02 05:49:19 | ockam-network/ockam | https://api.github.com/repos/ockam-network/ockam | closed | Complete Authentication Example | Priority: Medium Status: Abandoned | End to end example of DID authentication:
- Encrypt
- UX
- Claim | 1.0 | Complete Authentication Example - End to end example of DID authentication:
- Encrypt
- UX
- Claim | priority | complete authentication example end to end example of did authentication encrypt ux claim | 1 |
367,101 | 10,833,917,604 | IssuesEvent | 2019-11-11 13:59:39 | AY1920S1-CS2113T-W17-4/main | https://api.github.com/repos/AY1920S1-CS2113T-W17-4/main | closed | Timeline for v1.4 | priority.High priority.Low priority.Medium severity.High severity.Low severity.Medium status.Ongoing type.Enhancement type.Epic type.Task | - [x] Mid `v1.4` ***Submission***: Week 12 Tuesday, 05/11/2019, 23:59
### [***Internal***] Post Mid `v1.4`:
- [x] Feature Freeze on Week 12 Wednesday, 06/11/2019
- [x] Test code merged by Week 12 Thursday, 07/11/2019, 18:00
- [x] UG Completion by Week 12 Thursday, 07/11/2019, 18:00
- [x] DG Completion by Week 12 Friday, 08/11/2019, 18:00
- [x] Final feature tweaking by Week 12 Saturday, 09/11/2019, 1800
- [x] Bug Testing from Week 12 Saturday, 09/11/2019
### Final submission (Week 13 Monday, 11/11/2019 23:59):
* [ ] `v1.4` tag
* [x] UG
* [x] DG
* [x] .jar File
* [x] [***Individual***] PPP | 3.0 | Timeline for v1.4 - - [x] Mid `v1.4` ***Submission***: Week 12 Tuesday, 05/11/2019, 23:59
### [***Internal***] Post Mid `v1.4`:
- [x] Feature Freeze on Week 12 Wednesday, 06/11/2019
- [x] Test code merged by Week 12 Thursday, 07/11/2019, 18:00
- [x] UG Completion by Week 12 Thursday, 07/11/2019, 18:00
- [x] DG Completion by Week 12 Friday, 08/11/2019, 18:00
- [x] Final feature tweaking by Week 12 Saturday, 09/11/2019, 1800
- [x] Bug Testing from Week 12 Saturday, 09/11/2019
### Final submission (Week 13 Monday, 11/11/2019 23:59):
* [ ] `v1.4` tag
* [x] UG
* [x] DG
* [x] .jar File
* [x] [***Individual***] PPP | priority | timeline for mid submission week tuesday post mid feature freeze on week wednesday test code merged by week thursday ug completion by week thursday dg completion by week friday final feature tweaking by week saturday bug testing from week saturday final submission week monday tag ug dg jar file ppp | 1 |
542,051 | 15,837,934,985 | IssuesEvent | 2021-04-06 21:33:41 | ansible/awx | https://api.github.com/repos/ansible/awx | closed | The user can try to delete a running job | component:ui priority:medium state:needs_devel type:bug | <!-- Issues are for **concrete, actionable bugs and feature requests** only - if you're just asking for debugging help or technical support, please use:
- http://webchat.freenode.net/?channels=ansible-awx
- https://groups.google.com/forum/#!forum/awx-project
We have to limit this because of limited volunteer time to respond to issues! -->
##### ISSUE TYPE
- Bug Report
##### SUMMARY
Follow up bug from https://github.com/ansible/awx/pull/8970#issuecomment-767863581
The user can select a running job and the delete button appears enabled
##### STEPS TO REPRODUCE
1. Select a running job on Job list
2. Click on delete button
##### EXPECTED RESULTS
The delete button shouldn’t be enabled
##### ACTUAL RESULTS

| 1.0 | The user can try to delete a running job - <!-- Issues are for **concrete, actionable bugs and feature requests** only - if you're just asking for debugging help or technical support, please use:
- http://webchat.freenode.net/?channels=ansible-awx
- https://groups.google.com/forum/#!forum/awx-project
We have to limit this because of limited volunteer time to respond to issues! -->
##### ISSUE TYPE
- Bug Report
##### SUMMARY
Follow up bug from https://github.com/ansible/awx/pull/8970#issuecomment-767863581
The user can select a running job and the delete button appears enabled
##### STEPS TO REPRODUCE
1. Select a running job on Job list
2. Click on delete button
##### EXPECTED RESULTS
The delete button shouldn’t be enabled
##### ACTUAL RESULTS

| priority | the user can try to delete a running job issues are for concrete actionable bugs and feature requests only if you re just asking for debugging help or technical support please use we have to limit this because of limited volunteer time to respond to issues issue type bug report summary follow up bug from the user can select a running job and the delete button appears enabled steps to reproduce select a running job on job list click on delete button expected results the delete button shouldn’t be enabled actual results | 1 |
263,267 | 8,287,251,739 | IssuesEvent | 2018-09-19 08:19:10 | hpcugent/vsc_user_docs | https://api.github.com/repos/hpcugent/vsc_user_docs | closed | document how to kill running processes/jobs | Jasper (HPC-UGent student intern) priority:medium | * http://hpc.ugent.be/userwiki/index.php/User:KillJobProcess
* `ps` + `kill` for processes (e.g. on login nodes)
* `qdel` for jobs
* also mention how to prevent data loss by reaching walltime limit (in a proper way...) | 1.0 | document how to kill running processes/jobs - * http://hpc.ugent.be/userwiki/index.php/User:KillJobProcess
* `ps` + `kill` for processes (e.g. on login nodes)
* `qdel` for jobs
* also mention how to prevent data loss by reaching walltime limit (in a proper way...) | priority | document how to kill running processes jobs ps kill for processes e g on login nodes qdel for jobs also mention how to prevent data loss by reaching walltime limit in a proper way | 1 |
180,323 | 6,648,622,920 | IssuesEvent | 2017-09-28 09:59:36 | geosolutions-it/MapStore2 | https://api.github.com/repos/geosolutions-it/MapStore2 | opened | Annotations improvements | enhancement Priority: Medium user story | * [ ] add the marker icon on the annotations detail page
* [ ] add a label with the title over the marker on the map
* [ ] improve styling using the new TOC as a guideline | 1.0 | Annotations improvements - * [ ] add the marker icon on the annotations detail page
* [ ] add a label with the title over the marker on the map
* [ ] improve styling using the new TOC as a guideline | priority | annotations improvements add the marker icon on the annotations detail page add a label with the title over the marker on the map improve styling using the new toc as a guideline | 1 |
156,182 | 5,965,069,198 | IssuesEvent | 2017-05-30 10:32:16 | salesagility/SuiteCRM | https://api.github.com/repos/salesagility/SuiteCRM | closed | Google Maps do not work - possibly due to Google API Change | bug Fix Proposed Medium Priority Resolved: Next Release | Fresh install on shared hosting, PHP 5.6 - maps broken 😢
Hard to recommend OSS to clients when simple functions are broken.
Anyone having the same issue?
_(I notice the maps is 3rd party?)_ | 1.0 | Google Maps do not work - possibly due to Google API Change - Fresh install on shared hosting, PHP 5.6 - maps broken 😢
Hard to recommend OSS to clients when simple functions are broken.
Anyone having the same issue?
_(I notice the maps is 3rd party?)_ | priority | google maps do not work possibly due to google api change fresh install on shared hosting php maps broken 😢 hard to recommend oss to clients when simple functions are broken anyone having the same issue i notice the maps is party | 1 |
82,458 | 3,610,244,370 | IssuesEvent | 2016-02-05 03:48:22 | FiiZzioN/My-KSP-Parts-and-MM-Patches | https://api.github.com/repos/FiiZzioN/My-KSP-Parts-and-MM-Patches | closed | Make "balloon tank" for procedural parts. | Low Priority Medium Priority New Part | Needs to be made just as an extra option. Will be unlocked late in the tech tree. Will need one for regular fuels and one for cryogenic fuels. | 2.0 | Make "balloon tank" for procedural parts. - Needs to be made just as an extra option. Will be unlocked late in the tech tree. Will need one for regular fuels and one for cryogenic fuels. | priority | make balloon tank for procedural parts needs to be made just as an extra option will be unlocked late in the tech tree will need one for regular fuels and one for cryogenic fuels | 1 |
122,564 | 4,837,204,998 | IssuesEvent | 2016-11-08 21:53:04 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | Front Page graphs query dislaying dead data, on fresh server. | Medium Priority | The Front Page Info query tells which graphs to display on the World Status page.
On a fresh server, it says to display "Humans/Polluting" on the Pollution Status graph.
But when querying for that data, there is an error.
Can you remove that from the Front Page Info query.
So on a fresh server, it does not ask to display anything for Pollution (since there is none yet)
That way, on web side, we can check if the Pollution Status graph is empty, and then hide the graph it is empty.
Currently we check if its empty, but its not because of "Humans/Polluting" | 1.0 | Front Page graphs query dislaying dead data, on fresh server. - The Front Page Info query tells which graphs to display on the World Status page.
On a fresh server, it says to display "Humans/Polluting" on the Pollution Status graph.
But when querying for that data, there is an error.
Can you remove that from the Front Page Info query.
So on a fresh server, it does not ask to display anything for Pollution (since there is none yet)
That way, on web side, we can check if the Pollution Status graph is empty, and then hide the graph it is empty.
Currently we check if its empty, but its not because of "Humans/Polluting" | priority | front page graphs query dislaying dead data on fresh server the front page info query tells which graphs to display on the world status page on a fresh server it says to display humans polluting on the pollution status graph but when querying for that data there is an error can you remove that from the front page info query so on a fresh server it does not ask to display anything for pollution since there is none yet that way on web side we can check if the pollution status graph is empty and then hide the graph it is empty currently we check if its empty but its not because of humans polluting | 1 |
354,449 | 10,567,606,896 | IssuesEvent | 2019-10-06 06:05:16 | octobercms/october | https://api.github.com/repos/octobercms/october | closed | AJAX Invalid form token produces no error | Priority: Medium Status: Response Needed Type: Unconfirmed Bug | ##### Expected behavior
When for token is tampered with, Ajax form submission should result in an error before handler is executed.
##### Actual behavior
Form submission produces no error and handler is executed. Data is saved as if the token were valid.
##### Reproduce steps
use
{{ form_ajax('onEditSave',{ 'data-request-data':'id:'~ __SELF__.model.id }) }}
to produce the form tag and _token field.
Load form and Use Chrome browser inspector to modify the "_token" field value to make it invalid.
Submit form.
##### October build
436
##### Possible cause
$this->execAjaxHandlers() triggers $this->runAjaxHandler($handler) before token is checked at line
https://github.com/octobercms/october/blob/5ee8ee09170fa52cd6bb5dbb2416345aeea186e5/modules/cms/classes/Controller.php#L328
before
https://github.com/octobercms/october/blob/5ee8ee09170fa52cd6bb5dbb2416345aeea186e5/modules/cms/classes/Controller.php#L338
is executed.
| 1.0 | AJAX Invalid form token produces no error - ##### Expected behavior
When for token is tampered with, Ajax form submission should result in an error before handler is executed.
##### Actual behavior
Form submission produces no error and handler is executed. Data is saved as if the token were valid.
##### Reproduce steps
use
{{ form_ajax('onEditSave',{ 'data-request-data':'id:'~ __SELF__.model.id }) }}
to produce the form tag and _token field.
Load form and Use Chrome browser inspector to modify the "_token" field value to make it invalid.
Submit form.
##### October build
436
##### Possible cause
$this->execAjaxHandlers() triggers $this->runAjaxHandler($handler) before token is checked at line
https://github.com/octobercms/october/blob/5ee8ee09170fa52cd6bb5dbb2416345aeea186e5/modules/cms/classes/Controller.php#L328
before
https://github.com/octobercms/october/blob/5ee8ee09170fa52cd6bb5dbb2416345aeea186e5/modules/cms/classes/Controller.php#L338
is executed.
| priority | ajax invalid form token produces no error expected behavior when for token is tampered with ajax form submission should result in an error before handler is executed actual behavior form submission produces no error and handler is executed data is saved as if the token were valid reproduce steps use form ajax oneditsave data request data id self model id to produce the form tag and token field load form and use chrome browser inspector to modify the token field value to make it invalid submit form october build possible cause this execajaxhandlers triggers this runajaxhandler handler before token is checked at line before is executed | 1 |
423,767 | 12,301,897,207 | IssuesEvent | 2020-05-11 16:05:36 | RobotLocomotion/drake | https://api.github.com/repos/RobotLocomotion/drake | closed | ci: Initial Ubuntu 20.04 (Focal Fossa) support | component: continuous integration priority: medium team: kitware | Towards #13102.
We'd like these jobs available in CI, as we start to experiment with 20.04 support:
- linux-focal-unprovisioned-gcc-bazel-experimental-release
- linux-focal-unprovisioned-gcc-bazel-continuous-release
| 1.0 | ci: Initial Ubuntu 20.04 (Focal Fossa) support - Towards #13102.
We'd like these jobs available in CI, as we start to experiment with 20.04 support:
- linux-focal-unprovisioned-gcc-bazel-experimental-release
- linux-focal-unprovisioned-gcc-bazel-continuous-release
| priority | ci initial ubuntu focal fossa support towards we d like these jobs available in ci as we start to experiment with support linux focal unprovisioned gcc bazel experimental release linux focal unprovisioned gcc bazel continuous release | 1 |
61,707 | 3,151,961,023 | IssuesEvent | 2015-09-16 11:15:42 | pcollections/pcollections | https://api.github.com/repos/pcollections/pcollections | closed | make ConsPStack.minus(int) more efficient | bug imported Priority-Medium | _From [hrld...@gmail.com](https://code.google.com/u/100694777776169671086/) on 2010-04-02T07:25:24Z_
Could easily be written similar to ConsPStack.get(E), avoiding the use of get(), which in turn spawns
an iterator...
_Original issue: http://code.google.com/p/pcollections/issues/detail?id=8_ | 1.0 | make ConsPStack.minus(int) more efficient - _From [hrld...@gmail.com](https://code.google.com/u/100694777776169671086/) on 2010-04-02T07:25:24Z_
Could easily be written similar to ConsPStack.get(E), avoiding the use of get(), which in turn spawns
an iterator...
_Original issue: http://code.google.com/p/pcollections/issues/detail?id=8_ | priority | make conspstack minus int more efficient from on could easily be written similar to conspstack get e avoiding the use of get which in turn spawns an iterator original issue | 1 |
679,269 | 23,226,111,837 | IssuesEvent | 2022-08-03 00:25:29 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | Ignoring log segment corruption message on tablet bootstrap | kind/enhancement area/docdb priority/medium | Jira Link: [DB-1336](https://yugabyte.atlassian.net/browse/DB-1336)
Seems we always have following log messages on tserver restart:
```
I0619 00:11:13.659586 4145 log_util.cc:630] Ignoring log segment corruption in /nfusr/dev-server/timur/yugabyte-data/node-1/disk-1/yb-data/tserver/wals/table-c0f1c5c523204ebab3ad451a70b6c4ed/tablet-88b388cda6bc4656aba608d7464d0634/wal-000000006 because there are no log entries following the corrupted one. The server probably crashed in the middle of writing an entry to the write-ahead log or downloaded an active log via remote bootstrap. Error detail: Corruption (yb/consensus/log_util.cc:593): Truncated log entry at offset 120: Log file corruption detected. Failed trying to read batch #0 at offset 120 for log segment /nfusr/dev-server/timur/yugabyte-data/node-1/disk-1/yb-data/tserver/wals/table-c0f1c5c523204ebab3ad451a70b6c4ed/tablet-88b388cda6bc4656aba608d7464d0634/wal-000000006: Prior batch offsets:
```
Actually looks like the reason is that tablet bootstrap always appends empty segment to the opened log:
```
@ 0x7fb4b5f0d561 yb::log::LogReader::AppendEmptySegment(scoped_refptr<yb::log::ReadableLogSegment> const&) (src/yb/consensus/log_reader.cc:588)
@ 0x7fb4b5ef7cf8 yb::log::Log::SwitchToAllocatedSegment() (src/yb/consensus/log.cc:1185)
@ 0x7fb4b5ef87ea yb::log::Log::Init() (src/yb/consensus/log.cc:437)
@ 0x7fb4b5ef8e2b yb::log::Log::Open(yb::log::LogOptions const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<cha
r> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, yb::Schema const&, unsigned int, scoped_refptr<yb::MetricEntity> const&, yb::ThreadPool*, long, scoped_refptr<yb::log::Log>*) (src/yb/c
onsensus/log.cc:363)
@ 0x7fb4b650ecc2 yb::tablet::TabletBootstrap::OpenNewLog() (src/yb/tablet/tablet_bootstrap.cc:614)
@ 0x7fb4b6511c97 yb::tablet::TabletBootstrap::PlaySegments(yb::consensus::ConsensusBootstrapInfo*) (src/yb/tablet/tablet_bootstrap.cc:921)
@ 0x7fb4b65143d1 yb::tablet::TabletBootstrap::Bootstrap(shared_ptr<yb::tablet::Tablet>*, scoped_refptr<yb::log::Log>*, yb::consensus::ConsensusBootstrapInfo*) (src/yb/tablet/tablet_bootstrap.cc:421)
@ 0x7fb4b651e835 yb::tablet::BootstrapTablet(yb::tablet::BootstrapTabletData const&, shared_ptr<yb::tablet::Tablet>*, scoped_refptr<yb::log::Log>*, yb::consensus::ConsensusBootstrapInfo*) (src/yb/tablet/tablet_bootstrap_if.cc:8
9)
@ 0x7fb4b6b9b088 yb::tserver::TSTabletManager::OpenTablet(scoped_refptr<yb::tablet::RaftGroupMetadata> const&, scoped_refptr<yb::tserver::TransitionInProgressDeleter> const&) (src/yb/tserver/ts_tablet_manager.cc:1380)
```
`tablet-88b388cda6bc4656aba608d7464d0634/wal-000000006` didn’t exist before restart, it was added during bootstrap and then it tries to read the first entry, fails because it is empty and thinks it is corruption. But harmlessly ignores that and just logging INFO.
`TabletBootstrap::PlaySegments` uses `OpenNewLog()` where the log already exists at all, but according to `OpenNewLog()` contract:
```
// Opens a new log in the tablet's log directory. The directory is expected to be clean.
CHECKED_STATUS OpenNewLog();
```
There are two issues:
1) `OpenNewLog` expects WAL directory to be clean and is intended for opening fresh log file, not opening existing one.
2) Calling `OpenNewLog` before `log_->GetSegmentsSnapshot` causes it to append a new empty log segment to the existing log which was just opened and trying to read an entry from it, fail, ignore that, but log INFO message about corrupt log segment.
We need to add sanity check inside `OpenNewLog()` to prevent such misusages in the future and they would be caught by unit tests.
| 1.0 | Ignoring log segment corruption message on tablet bootstrap - Jira Link: [DB-1336](https://yugabyte.atlassian.net/browse/DB-1336)
Seems we always have following log messages on tserver restart:
```
I0619 00:11:13.659586 4145 log_util.cc:630] Ignoring log segment corruption in /nfusr/dev-server/timur/yugabyte-data/node-1/disk-1/yb-data/tserver/wals/table-c0f1c5c523204ebab3ad451a70b6c4ed/tablet-88b388cda6bc4656aba608d7464d0634/wal-000000006 because there are no log entries following the corrupted one. The server probably crashed in the middle of writing an entry to the write-ahead log or downloaded an active log via remote bootstrap. Error detail: Corruption (yb/consensus/log_util.cc:593): Truncated log entry at offset 120: Log file corruption detected. Failed trying to read batch #0 at offset 120 for log segment /nfusr/dev-server/timur/yugabyte-data/node-1/disk-1/yb-data/tserver/wals/table-c0f1c5c523204ebab3ad451a70b6c4ed/tablet-88b388cda6bc4656aba608d7464d0634/wal-000000006: Prior batch offsets:
```
Actually looks like the reason is that tablet bootstrap always appends empty segment to the opened log:
```
@ 0x7fb4b5f0d561 yb::log::LogReader::AppendEmptySegment(scoped_refptr<yb::log::ReadableLogSegment> const&) (src/yb/consensus/log_reader.cc:588)
@ 0x7fb4b5ef7cf8 yb::log::Log::SwitchToAllocatedSegment() (src/yb/consensus/log.cc:1185)
@ 0x7fb4b5ef87ea yb::log::Log::Init() (src/yb/consensus/log.cc:437)
@ 0x7fb4b5ef8e2b yb::log::Log::Open(yb::log::LogOptions const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<cha
r> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, yb::Schema const&, unsigned int, scoped_refptr<yb::MetricEntity> const&, yb::ThreadPool*, long, scoped_refptr<yb::log::Log>*) (src/yb/c
onsensus/log.cc:363)
@ 0x7fb4b650ecc2 yb::tablet::TabletBootstrap::OpenNewLog() (src/yb/tablet/tablet_bootstrap.cc:614)
@ 0x7fb4b6511c97 yb::tablet::TabletBootstrap::PlaySegments(yb::consensus::ConsensusBootstrapInfo*) (src/yb/tablet/tablet_bootstrap.cc:921)
@ 0x7fb4b65143d1 yb::tablet::TabletBootstrap::Bootstrap(shared_ptr<yb::tablet::Tablet>*, scoped_refptr<yb::log::Log>*, yb::consensus::ConsensusBootstrapInfo*) (src/yb/tablet/tablet_bootstrap.cc:421)
@ 0x7fb4b651e835 yb::tablet::BootstrapTablet(yb::tablet::BootstrapTabletData const&, shared_ptr<yb::tablet::Tablet>*, scoped_refptr<yb::log::Log>*, yb::consensus::ConsensusBootstrapInfo*) (src/yb/tablet/tablet_bootstrap_if.cc:8
9)
@ 0x7fb4b6b9b088 yb::tserver::TSTabletManager::OpenTablet(scoped_refptr<yb::tablet::RaftGroupMetadata> const&, scoped_refptr<yb::tserver::TransitionInProgressDeleter> const&) (src/yb/tserver/ts_tablet_manager.cc:1380)
```
`tablet-88b388cda6bc4656aba608d7464d0634/wal-000000006` didn’t exist before restart, it was added during bootstrap and then it tries to read the first entry, fails because it is empty and thinks it is corruption. But harmlessly ignores that and just logging INFO.
`TabletBootstrap::PlaySegments` uses `OpenNewLog()` where the log already exists at all, but according to `OpenNewLog()` contract:
```
// Opens a new log in the tablet's log directory. The directory is expected to be clean.
CHECKED_STATUS OpenNewLog();
```
There are two issues:
1) `OpenNewLog` expects WAL directory to be clean and is intended for opening fresh log file, not opening existing one.
2) Calling `OpenNewLog` before `log_->GetSegmentsSnapshot` causes it to append a new empty log segment to the existing log which was just opened and trying to read an entry from it, fail, ignore that, but log INFO message about corrupt log segment.
We need to add sanity check inside `OpenNewLog()` to prevent such misusages in the future and they would be caught by unit tests.
| priority | ignoring log segment corruption message on tablet bootstrap jira link seems we always have following log messages on tserver restart log util cc ignoring log segment corruption in nfusr dev server timur yugabyte data node disk yb data tserver wals table tablet wal because there are no log entries following the corrupted one the server probably crashed in the middle of writing an entry to the write ahead log or downloaded an active log via remote bootstrap error detail corruption yb consensus log util cc truncated log entry at offset log file corruption detected failed trying to read batch at offset for log segment nfusr dev server timur yugabyte data node disk yb data tserver wals table tablet wal prior batch offsets actually looks like the reason is that tablet bootstrap always appends empty segment to the opened log yb log logreader appendemptysegment scoped refptr const src yb consensus log reader cc yb log log switchtoallocatedsegment src yb consensus log cc yb log log init src yb consensus log cc yb log log open yb log logoptions const std basic string std allocator const std basic string std allocator cha r const std basic string std allocator const yb schema const unsigned int scoped refptr const yb threadpool long scoped refptr src yb c onsensus log cc yb tablet tabletbootstrap opennewlog src yb tablet tablet bootstrap cc yb tablet tabletbootstrap playsegments yb consensus consensusbootstrapinfo src yb tablet tablet bootstrap cc yb tablet tabletbootstrap bootstrap shared ptr scoped refptr yb consensus consensusbootstrapinfo src yb tablet tablet bootstrap cc yb tablet bootstraptablet yb tablet bootstraptabletdata const shared ptr scoped refptr yb consensus consensusbootstrapinfo src yb tablet tablet bootstrap if cc yb tserver tstabletmanager opentablet scoped refptr const scoped refptr const src yb tserver ts tablet manager cc tablet wal didn’t exist before restart it was added during bootstrap and then it tries to read the first entry fails because it is empty and thinks it is corruption but harmlessly ignores that and just logging info tabletbootstrap playsegments uses opennewlog where the log already exists at all but according to opennewlog contract opens a new log in the tablet s log directory the directory is expected to be clean checked status opennewlog there are two issues opennewlog expects wal directory to be clean and is intended for opening fresh log file not opening existing one calling opennewlog before log getsegmentssnapshot causes it to append a new empty log segment to the existing log which was just opened and trying to read an entry from it fail ignore that but log info message about corrupt log segment we need to add sanity check inside opennewlog to prevent such misusages in the future and they would be caught by unit tests | 1 |
720,657 | 24,800,659,077 | IssuesEvent | 2022-10-24 21:22:51 | dtcenter/METplus | https://api.github.com/repos/dtcenter/METplus | closed | StatAnalysis does not set MET verbosity | type: enhancement component: use case wrapper priority: medium alert: NEED ACCOUNT KEY requestor: METplus Team required: FOR DEVELOPMENT RELEASE METplus: Configuration | The variable LOG_STAT_ANALYSIS_VERBOSITY is read but it is never applied to the command that is run.
## Describe the Enhancement ##
*Provide a description of the enhancement request here.*
### Time Estimate ###
*Estimate the amount of work required here.*
*Issues should represent approximately 1 to 3 days of work.*
### Sub-Issues ###
Consider breaking the enhancement down into sub-issues.
- [x] *Add a checkbox for each sub-issue here.*
### Relevant Deadlines ###
*List relevant project deadlines here or state NONE.*
### Funding Source ###
*Define the source of funding and account keys here or state NONE.*
## Define the Metadata ##
### Assignee ###
- [x] Select **engineer(s)** or **no engineer** required
- [x] Select **scientist(s)** or **no scientist** required
### Labels ###
- [x] Select **component(s)**
- [x] Select **priority**
- [x] Select **requestor(s)**
### Projects and Milestone ###
- [x] Select **Repository** and/or **Organization** level **Project(s)** or add **alert: NEED PROJECT ASSIGNMENT** label
- [x] Select **Milestone** as the next official version or **Future Versions**
## Define Related Issue(s) ##
Consider the impact to the other METplus components.
- [x] [METplus](https://github.com/dtcenter/METplus/issues/new/choose), [MET](https://github.com/dtcenter/MET/issues/new/choose), [METdataio](https://github.com/dtcenter/METdataio/issues/new/choose), [METviewer](https://github.com/dtcenter/METviewer/issues/new/choose), [METexpress](https://github.com/dtcenter/METexpress/issues/new/choose), [METcalcpy](https://github.com/dtcenter/METcalcpy/issues/new/choose), [METplotpy](https://github.com/dtcenter/METplotpy/issues/new/choose)
## Enhancement Checklist ##
See the [METplus Workflow](https://metplus.readthedocs.io/en/latest/Contributors_Guide/github_workflow.html) for details.
- [x] Complete the issue definition above, including the **Time Estimate** and **Funding Source**.
- [x] Fork this repository or create a branch of **develop**.
Branch name: `feature_<Issue Number>_<Description>`
- [x] Complete the development and test your changes.
- [ ] Add/update log messages for easier debugging.
- [ ] Add/update unit tests.
- [ ] Add/update documentation.
- [ ] Add any new Python packages to the [METplus Components Python Requirements](https://metplus.readthedocs.io/en/develop/Users_Guide/overview.html#metplus-components-python-requirements) table.
- [ ] Push local changes to GitHub.
- [ ] Submit a pull request to merge into **develop**.
Pull request: `feature <Issue Number> <Description>`
- [ ] Define the pull request metadata, as permissions allow.
Select: **Reviewer(s)** and **Linked issues**
Select: **Repository** level development cycle **Project** for the next official release
Select: **Milestone** as the next official version
- [ ] Iterate until the reviewer(s) accept and merge your changes.
- [ ] Delete your fork or branch.
- [ ] Close this issue.
| 1.0 | StatAnalysis does not set MET verbosity - The variable LOG_STAT_ANALYSIS_VERBOSITY is read but it is never applied to the command that is run.
## Describe the Enhancement ##
*Provide a description of the enhancement request here.*
### Time Estimate ###
*Estimate the amount of work required here.*
*Issues should represent approximately 1 to 3 days of work.*
### Sub-Issues ###
Consider breaking the enhancement down into sub-issues.
- [x] *Add a checkbox for each sub-issue here.*
### Relevant Deadlines ###
*List relevant project deadlines here or state NONE.*
### Funding Source ###
*Define the source of funding and account keys here or state NONE.*
## Define the Metadata ##
### Assignee ###
- [x] Select **engineer(s)** or **no engineer** required
- [x] Select **scientist(s)** or **no scientist** required
### Labels ###
- [x] Select **component(s)**
- [x] Select **priority**
- [x] Select **requestor(s)**
### Projects and Milestone ###
- [x] Select **Repository** and/or **Organization** level **Project(s)** or add **alert: NEED PROJECT ASSIGNMENT** label
- [x] Select **Milestone** as the next official version or **Future Versions**
## Define Related Issue(s) ##
Consider the impact to the other METplus components.
- [x] [METplus](https://github.com/dtcenter/METplus/issues/new/choose), [MET](https://github.com/dtcenter/MET/issues/new/choose), [METdataio](https://github.com/dtcenter/METdataio/issues/new/choose), [METviewer](https://github.com/dtcenter/METviewer/issues/new/choose), [METexpress](https://github.com/dtcenter/METexpress/issues/new/choose), [METcalcpy](https://github.com/dtcenter/METcalcpy/issues/new/choose), [METplotpy](https://github.com/dtcenter/METplotpy/issues/new/choose)
## Enhancement Checklist ##
See the [METplus Workflow](https://metplus.readthedocs.io/en/latest/Contributors_Guide/github_workflow.html) for details.
- [x] Complete the issue definition above, including the **Time Estimate** and **Funding Source**.
- [x] Fork this repository or create a branch of **develop**.
Branch name: `feature_<Issue Number>_<Description>`
- [x] Complete the development and test your changes.
- [ ] Add/update log messages for easier debugging.
- [ ] Add/update unit tests.
- [ ] Add/update documentation.
- [ ] Add any new Python packages to the [METplus Components Python Requirements](https://metplus.readthedocs.io/en/develop/Users_Guide/overview.html#metplus-components-python-requirements) table.
- [ ] Push local changes to GitHub.
- [ ] Submit a pull request to merge into **develop**.
Pull request: `feature <Issue Number> <Description>`
- [ ] Define the pull request metadata, as permissions allow.
Select: **Reviewer(s)** and **Linked issues**
Select: **Repository** level development cycle **Project** for the next official release
Select: **Milestone** as the next official version
- [ ] Iterate until the reviewer(s) accept and merge your changes.
- [ ] Delete your fork or branch.
- [ ] Close this issue.
| priority | statanalysis does not set met verbosity the variable log stat analysis verbosity is read but it is never applied to the command that is run describe the enhancement provide a description of the enhancement request here time estimate estimate the amount of work required here issues should represent approximately to days of work sub issues consider breaking the enhancement down into sub issues add a checkbox for each sub issue here relevant deadlines list relevant project deadlines here or state none funding source define the source of funding and account keys here or state none define the metadata assignee select engineer s or no engineer required select scientist s or no scientist required labels select component s select priority select requestor s projects and milestone select repository and or organization level project s or add alert need project assignment label select milestone as the next official version or future versions define related issue s consider the impact to the other metplus components enhancement checklist see the for details complete the issue definition above including the time estimate and funding source fork this repository or create a branch of develop branch name feature complete the development and test your changes add update log messages for easier debugging add update unit tests add update documentation add any new python packages to the table push local changes to github submit a pull request to merge into develop pull request feature define the pull request metadata as permissions allow select reviewer s and linked issues select repository level development cycle project for the next official release select milestone as the next official version iterate until the reviewer s accept and merge your changes delete your fork or branch close this issue | 1 |
729,561 | 25,133,389,425 | IssuesEvent | 2022-11-09 16:41:08 | jccartwright/exb-widgets | https://api.github.com/repos/jccartwright/exb-widgets | opened | how to open window using custom button? | medium priority | A OOTB button allows configuration of a link to open a new ExB window. However, I need a custom button widget in order to get the appropriate Calcite icon.
How can one construct the URL to open a window? Can the OOTB widget be extended to support custom icon? | 1.0 | how to open window using custom button? - A OOTB button allows configuration of a link to open a new ExB window. However, I need a custom button widget in order to get the appropriate Calcite icon.
How can one construct the URL to open a window? Can the OOTB widget be extended to support custom icon? | priority | how to open window using custom button a ootb button allows configuration of a link to open a new exb window however i need a custom button widget in order to get the appropriate calcite icon how can one construct the url to open a window can the ootb widget be extended to support custom icon | 1 |
285,439 | 8,758,991,627 | IssuesEvent | 2018-12-15 11:13:13 | conan-community/community | https://api.github.com/repos/conan-community/community | closed | [boost] cannot build boost with mingw64 | complex: low fixed priority: medium type: bug | _From @fourier on September 22, 2018 15:7_
Trying to build boost with conan on Windows 10 with Mingw64 and
g++.exe (x86_64-posix-seh-rev0, Built by MinGW-W64 project) 8.1.0
and conan version 1.7.4
```
$ cat ../conanfile.txt
[requires]
boost/1.68.0@conan/stable
[options]
boost:shared=False
[generators]
cmake
```
Trying to build:
```
$ conan install .. --build missing
boost/1.68.0@conan/stable: WARN: Package is corrupted, removing folder: C:/.conan\g8i1y4pf\1
PROJECT: Installing C:\Sources\test-project\conanfile.txt
Requirements
boost/1.68.0@conan/stable from 'conan-center' - Cache
bzip2/1.0.6@conan/stable from 'conan-center' - Cache
zlib/1.2.11@conan/stable from 'conan-center' - Cache
Packages
boost/1.68.0@conan/stable:4fa58f88489d02e8c3946e7b5325f4f0e0a2b305 - Build
bzip2/1.0.6@conan/stable:05729d4df0afd32a76265914813163f9cf311aa3 - Cache
zlib/1.2.11@conan/stable:9965605309592d7e617ec929633249a2031e4263 - Cache
bzip2/1.0.6@conan/stable: Already installed!
zlib/1.2.11@conan/stable: Already installed!
boost/1.68.0@conan/stable: Building your package in C:/.conan\w7cj5yx7\1
boost/1.68.0@conan/stable: Copying sources to build folder
boost/1.68.0@conan/stable: Generator txt created conanbuildinfo.txt
boost/1.68.0@conan/stable: Calling build()
boost/1.68.0@conan/stable: Using gcc 8
boost/1.68.0@conan/stable: bootstrap.bat gcc
Bootstrapping the build engine
Bootstrapping is done. To build, run:
.\b2 --prefix=DIR install
boost/1.68.0@conan/stable: WARN: Patching user-config.jam
boost/1.68.0@conan/stable: WARN:
using zlib : 1.2.11 : <include>C:/Users/Administrator/.conan/data/zlib/1.2.11/conan/stable/package/9965605309592d7e617ec929633249a2031e4263/include <search>C:/Users/Administrator/.conan/data/zlib/1.2.11/conan/stable/package/9965605309592d7e617ec929633249a2031e4263/lib <name>zlib ;
using bzip2 : 1.0.6 : <include>C:/Users/Administrator/.conan/data/bzip2/1.0.6/conan/stable/package/05729d4df0afd32a76265914813163f9cf311aa3/include <search>C:/Users/Administrator/.conan/data/bzip2/1.0.6/conan/stable/package/05729d4df0afd32a76265914813163f9cf311aa3/lib <name>bz2 ;
using python : 3.6 : C:/apps/conan/conan/conan.exe ;
using "gcc" : "8" : "g++" :
;
boost/1.68.0@conan/stable: WARN: C:/.conan\w7cj5yx7\1\boost_1_68_0\tools\build\b2.exe address-model=64 --layout=system threading=multi link=static variant=release --without-python define=_GLIBCXX_USE_CXX11_ABI=1 cxxflags="-fPIC" -j4 --abbreviate-paths -d2 --debug-configuration --build-dir="C:/.conan\w7cj5yx7\1"
notice: found boost-build.jam at C:/.conan/w7cj5yx7/1/boost_1_68_0/boost-build.jam
notice: loading Boost.Build from C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src
notice: Searching 'C:\Users\Administrator' 'C:\Users\Administrator' 'C:\Users\Administrator' 'C:\.conan\w7cj5yx7\1\boost_1_68_0\tools/build/src' 'C:/.conan\w7cj5yx7\1' 'C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src/kernel' 'C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src/util' 'C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src/build' 'C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src/tools' 'C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src/contrib' 'C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src/.' for site-config configuration file 'site-config.jam'.
notice: Configuration file 'site-config.jam' not found in 'C:\Users\Administrator' 'C:\Users\Administrator' 'C:\Users\Administrator' 'C:\.conan\w7cj5yx7\1\boost_1_68_0\tools/build/src' 'C:/.conan\w7cj5yx7\1' 'C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src/kernel' 'C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src/util' 'C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src/build' 'C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src/tools' 'C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src/contrib' 'C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src/.'.
notice: Searching 'C:\Users\Administrator' 'C:\Users\Administrator' 'C:\Users\Administrator' 'C:\.conan\w7cj5yx7\1\boost_1_68_0\tools/build/src' 'C:/.conan\w7cj5yx7\1' 'C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src/kernel' 'C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src/util' 'C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src/build' 'C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src/tools' 'C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src/contrib' 'C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src/.' for user-config configuration file 'user-config.jam'.
notice: Loading user-config configuration file 'user-config.jam' from 'C:/.conan/w7cj5yx7/1'.
notice: [zlib] Using pre-installed library
notice: [zlib] Condition
notice: [bzip2] Using pre-installed library
notice: [bzip2] Condition
notice: [python-cfg] Configuring python...
notice: [python-cfg] user-specified version: "3.6"
notice: [python-cfg] user-specified cmd-or-prefix: "C:/apps/conan/conan/conan.exe"
notice: [python-cfg] Checking interpreter command "C:/apps/conan/conan/conan.exe"...
notice: [python-cfg] running command 'DIR /-C /A:S "C:\apps\conan\conan\conan.exe" 2>&1'
notice: [python-cfg] running command 'C:/apps/conan/conan/conan.exe -c "from sys import *; print('version=%d.%d\nplatform=%s\nprefix=%s\nexec_prefix=%s\nexecutable=%s' % (version_info[0],version_info[1],platform,prefix,exec_prefix,executable))" 2>&1'
notice: [python-cfg] ...does not invoke a working interpreter
notice: [python-cfg] Python headers and libraries not found.
warning: toolset gcc initialization:
warning: can not find user-provided command 'g++'
warning: initialized from C:/.conan\w7cj5yx7\1\user-config.jam:6
C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src/tools\gcc.jam:164: in gcc.init from module gcc
error: toolset gcc initialization:
error: provided command 'g++' not found
error: initialized from C:/.conan\w7cj5yx7\1\user-config.jam:6
C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src/build\toolset.jam:44: in toolset.using from module toolset
C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src/build\project.jam:1102: in using from module project-rules
C:/.conan\w7cj5yx7\1\user-config.jam:6: in modules.load from module user-config
C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src\build-system.jam:255: in load-config from module build-system
C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src\build-system.jam:453: in load-configuration-files from module build-system
C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src\build-system.jam:607: in load from module build-system
C:\.conan\w7cj5yx7\1\boost_1_68_0\tools\build\src/kernel\modules.jam:295: in import from module modules
C:\.conan\w7cj5yx7\1\boost_1_68_0\tools\build\src/kernel/bootstrap.jam:139: in boost-build from module
C:\.conan\w7cj5yx7\1\boost_1_68_0\boost-build.jam:17: in module scope from module
boost/1.68.0@conan/stable:
boost/1.68.0@conan/stable: ERROR: Package '4fa58f88489d02e8c3946e7b5325f4f0e0a2b305' build failed
boost/1.68.0@conan/stable: WARN: Build folder C:/.conan\w7cj5yx7\1
ERROR: boost/1.68.0@conan/stable: Error in build() method, line 106
self.run(full_command)
ConanException: Error 1 while executing C:/.conan\w7cj5yx7\1\boost_1_68_0\tools\build\b2.exe address-model=64 --layout=system threading=multi link=static variant=release --without-python define=_GLIBCXX_USE_CXX11_ABI=1 cxxflags="-fPIC" -j4 --abbreviate-paths -d2 --debug-configuration --build-dir="C:/.conan\w7cj5yx7\1"
```
_Copied from original issue: conan-community/conan-boost#158_ | 1.0 | [boost] cannot build boost with mingw64 - _From @fourier on September 22, 2018 15:7_
Trying to build boost with conan on Windows 10 with Mingw64 and
g++.exe (x86_64-posix-seh-rev0, Built by MinGW-W64 project) 8.1.0
and conan version 1.7.4
```
$ cat ../conanfile.txt
[requires]
boost/1.68.0@conan/stable
[options]
boost:shared=False
[generators]
cmake
```
Trying to build:
```
$ conan install .. --build missing
boost/1.68.0@conan/stable: WARN: Package is corrupted, removing folder: C:/.conan\g8i1y4pf\1
PROJECT: Installing C:\Sources\test-project\conanfile.txt
Requirements
boost/1.68.0@conan/stable from 'conan-center' - Cache
bzip2/1.0.6@conan/stable from 'conan-center' - Cache
zlib/1.2.11@conan/stable from 'conan-center' - Cache
Packages
boost/1.68.0@conan/stable:4fa58f88489d02e8c3946e7b5325f4f0e0a2b305 - Build
bzip2/1.0.6@conan/stable:05729d4df0afd32a76265914813163f9cf311aa3 - Cache
zlib/1.2.11@conan/stable:9965605309592d7e617ec929633249a2031e4263 - Cache
bzip2/1.0.6@conan/stable: Already installed!
zlib/1.2.11@conan/stable: Already installed!
boost/1.68.0@conan/stable: Building your package in C:/.conan\w7cj5yx7\1
boost/1.68.0@conan/stable: Copying sources to build folder
boost/1.68.0@conan/stable: Generator txt created conanbuildinfo.txt
boost/1.68.0@conan/stable: Calling build()
boost/1.68.0@conan/stable: Using gcc 8
boost/1.68.0@conan/stable: bootstrap.bat gcc
Bootstrapping the build engine
Bootstrapping is done. To build, run:
.\b2 --prefix=DIR install
boost/1.68.0@conan/stable: WARN: Patching user-config.jam
boost/1.68.0@conan/stable: WARN:
using zlib : 1.2.11 : <include>C:/Users/Administrator/.conan/data/zlib/1.2.11/conan/stable/package/9965605309592d7e617ec929633249a2031e4263/include <search>C:/Users/Administrator/.conan/data/zlib/1.2.11/conan/stable/package/9965605309592d7e617ec929633249a2031e4263/lib <name>zlib ;
using bzip2 : 1.0.6 : <include>C:/Users/Administrator/.conan/data/bzip2/1.0.6/conan/stable/package/05729d4df0afd32a76265914813163f9cf311aa3/include <search>C:/Users/Administrator/.conan/data/bzip2/1.0.6/conan/stable/package/05729d4df0afd32a76265914813163f9cf311aa3/lib <name>bz2 ;
using python : 3.6 : C:/apps/conan/conan/conan.exe ;
using "gcc" : "8" : "g++" :
;
boost/1.68.0@conan/stable: WARN: C:/.conan\w7cj5yx7\1\boost_1_68_0\tools\build\b2.exe address-model=64 --layout=system threading=multi link=static variant=release --without-python define=_GLIBCXX_USE_CXX11_ABI=1 cxxflags="-fPIC" -j4 --abbreviate-paths -d2 --debug-configuration --build-dir="C:/.conan\w7cj5yx7\1"
notice: found boost-build.jam at C:/.conan/w7cj5yx7/1/boost_1_68_0/boost-build.jam
notice: loading Boost.Build from C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src
notice: Searching 'C:\Users\Administrator' 'C:\Users\Administrator' 'C:\Users\Administrator' 'C:\.conan\w7cj5yx7\1\boost_1_68_0\tools/build/src' 'C:/.conan\w7cj5yx7\1' 'C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src/kernel' 'C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src/util' 'C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src/build' 'C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src/tools' 'C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src/contrib' 'C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src/.' for site-config configuration file 'site-config.jam'.
notice: Configuration file 'site-config.jam' not found in 'C:\Users\Administrator' 'C:\Users\Administrator' 'C:\Users\Administrator' 'C:\.conan\w7cj5yx7\1\boost_1_68_0\tools/build/src' 'C:/.conan\w7cj5yx7\1' 'C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src/kernel' 'C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src/util' 'C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src/build' 'C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src/tools' 'C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src/contrib' 'C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src/.'.
notice: Searching 'C:\Users\Administrator' 'C:\Users\Administrator' 'C:\Users\Administrator' 'C:\.conan\w7cj5yx7\1\boost_1_68_0\tools/build/src' 'C:/.conan\w7cj5yx7\1' 'C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src/kernel' 'C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src/util' 'C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src/build' 'C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src/tools' 'C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src/contrib' 'C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src/.' for user-config configuration file 'user-config.jam'.
notice: Loading user-config configuration file 'user-config.jam' from 'C:/.conan/w7cj5yx7/1'.
notice: [zlib] Using pre-installed library
notice: [zlib] Condition
notice: [bzip2] Using pre-installed library
notice: [bzip2] Condition
notice: [python-cfg] Configuring python...
notice: [python-cfg] user-specified version: "3.6"
notice: [python-cfg] user-specified cmd-or-prefix: "C:/apps/conan/conan/conan.exe"
notice: [python-cfg] Checking interpreter command "C:/apps/conan/conan/conan.exe"...
notice: [python-cfg] running command 'DIR /-C /A:S "C:\apps\conan\conan\conan.exe" 2>&1'
notice: [python-cfg] running command 'C:/apps/conan/conan/conan.exe -c "from sys import *; print('version=%d.%d\nplatform=%s\nprefix=%s\nexec_prefix=%s\nexecutable=%s' % (version_info[0],version_info[1],platform,prefix,exec_prefix,executable))" 2>&1'
notice: [python-cfg] ...does not invoke a working interpreter
notice: [python-cfg] Python headers and libraries not found.
warning: toolset gcc initialization:
warning: can not find user-provided command 'g++'
warning: initialized from C:/.conan\w7cj5yx7\1\user-config.jam:6
C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src/tools\gcc.jam:164: in gcc.init from module gcc
error: toolset gcc initialization:
error: provided command 'g++' not found
error: initialized from C:/.conan\w7cj5yx7\1\user-config.jam:6
C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src/build\toolset.jam:44: in toolset.using from module toolset
C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src/build\project.jam:1102: in using from module project-rules
C:/.conan\w7cj5yx7\1\user-config.jam:6: in modules.load from module user-config
C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src\build-system.jam:255: in load-config from module build-system
C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src\build-system.jam:453: in load-configuration-files from module build-system
C:/.conan/w7cj5yx7/1/boost_1_68_0/tools/build/src\build-system.jam:607: in load from module build-system
C:\.conan\w7cj5yx7\1\boost_1_68_0\tools\build\src/kernel\modules.jam:295: in import from module modules
C:\.conan\w7cj5yx7\1\boost_1_68_0\tools\build\src/kernel/bootstrap.jam:139: in boost-build from module
C:\.conan\w7cj5yx7\1\boost_1_68_0\boost-build.jam:17: in module scope from module
boost/1.68.0@conan/stable:
boost/1.68.0@conan/stable: ERROR: Package '4fa58f88489d02e8c3946e7b5325f4f0e0a2b305' build failed
boost/1.68.0@conan/stable: WARN: Build folder C:/.conan\w7cj5yx7\1
ERROR: boost/1.68.0@conan/stable: Error in build() method, line 106
self.run(full_command)
ConanException: Error 1 while executing C:/.conan\w7cj5yx7\1\boost_1_68_0\tools\build\b2.exe address-model=64 --layout=system threading=multi link=static variant=release --without-python define=_GLIBCXX_USE_CXX11_ABI=1 cxxflags="-fPIC" -j4 --abbreviate-paths -d2 --debug-configuration --build-dir="C:/.conan\w7cj5yx7\1"
```
_Copied from original issue: conan-community/conan-boost#158_ | priority | cannot build boost with from fourier on september trying to build boost with conan on windows with and g exe posix seh built by mingw project and conan version cat conanfile txt boost conan stable boost shared false cmake trying to build conan install build missing boost conan stable warn package is corrupted removing folder c conan project installing c sources test project conanfile txt requirements boost conan stable from conan center cache conan stable from conan center cache zlib conan stable from conan center cache packages boost conan stable build conan stable cache zlib conan stable cache conan stable already installed zlib conan stable already installed boost conan stable building your package in c conan boost conan stable copying sources to build folder boost conan stable generator txt created conanbuildinfo txt boost conan stable calling build boost conan stable using gcc boost conan stable bootstrap bat gcc bootstrapping the build engine bootstrapping is done to build run prefix dir install boost conan stable warn patching user config jam boost conan stable warn using zlib c users administrator conan data zlib conan stable package include c users administrator conan data zlib conan stable package lib zlib using c users administrator conan data conan stable package include c users administrator conan data conan stable package lib using python c apps conan conan conan exe using gcc g boost conan stable warn c conan boost tools build exe address model layout system threading multi link static variant release without python define glibcxx use abi cxxflags fpic abbreviate paths debug configuration build dir c conan notice found boost build jam at c conan boost boost build jam notice loading boost build from c conan boost tools build src notice searching c users administrator c users administrator c users administrator c conan boost tools build src c conan c conan boost tools build src kernel c conan boost tools build src util c conan boost tools build src build c conan boost tools build src tools c conan boost tools build src contrib c conan boost tools build src for site config configuration file site config jam notice configuration file site config jam not found in c users administrator c users administrator c users administrator c conan boost tools build src c conan c conan boost tools build src kernel c conan boost tools build src util c conan boost tools build src build c conan boost tools build src tools c conan boost tools build src contrib c conan boost tools build src notice searching c users administrator c users administrator c users administrator c conan boost tools build src c conan c conan boost tools build src kernel c conan boost tools build src util c conan boost tools build src build c conan boost tools build src tools c conan boost tools build src contrib c conan boost tools build src for user config configuration file user config jam notice loading user config configuration file user config jam from c conan notice using pre installed library notice condition notice using pre installed library notice condition notice configuring python notice user specified version notice user specified cmd or prefix c apps conan conan conan exe notice checking interpreter command c apps conan conan conan exe notice running command dir c a s c apps conan conan conan exe notice running command c apps conan conan conan exe c from sys import print version d d nplatform s nprefix s nexec prefix s nexecutable s version info version info platform prefix exec prefix executable notice does not invoke a working interpreter notice python headers and libraries not found warning toolset gcc initialization warning can not find user provided command g warning initialized from c conan user config jam c conan boost tools build src tools gcc jam in gcc init from module gcc error toolset gcc initialization error provided command g not found error initialized from c conan user config jam c conan boost tools build src build toolset jam in toolset using from module toolset c conan boost tools build src build project jam in using from module project rules c conan user config jam in modules load from module user config c conan boost tools build src build system jam in load config from module build system c conan boost tools build src build system jam in load configuration files from module build system c conan boost tools build src build system jam in load from module build system c conan boost tools build src kernel modules jam in import from module modules c conan boost tools build src kernel bootstrap jam in boost build from module c conan boost boost build jam in module scope from module boost conan stable boost conan stable error package build failed boost conan stable warn build folder c conan error boost conan stable error in build method line self run full command conanexception error while executing c conan boost tools build exe address model layout system threading multi link static variant release without python define glibcxx use abi cxxflags fpic abbreviate paths debug configuration build dir c conan copied from original issue conan community conan boost | 1 |
221,111 | 7,373,960,107 | IssuesEvent | 2018-03-13 18:47:37 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | Alpha.6 [Cc778b68] Caught exception | Medium Priority | Kiln moved Coal via drag & drop from Storage (Stockpile) to Power
```
Caught exception: Caught exception invoking RPC ViewRPC on Client!
Caught exception invoking RPC MoveItems on LimitedInventory!
Object reference not set to an instance of an object
Stack:
at Eco.Gameplay.Items.InventoryChangeSet.MoveStacks (Eco.Gameplay.Items.ItemStack source, Eco.Gameplay.Items.ItemStack destination) [0x000a4] in <10535f9da1284dab8b9deb6571aeae10>:0
at Eco.Gameplay.Items.Inventory.MoveItems (Eco.Gameplay.Items.ItemStack sourceStack, Eco.Gameplay.Items.ItemStack targetStack, Eco.Gameplay.Players.Player player) [0x0002b] in <10535f9da1284dab8b9deb6571aeae10>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00032] in <e883190669d44e94b2ce2969ed9fbd03>:0
Stack:
at Eco.Shared.Networking.RPCManager.TryInvoke (System.Object controller, System.String methodname, Eco.Shared.Serialization.BSONObject bsonArgs, System.Object& result) [0x000ac] in <81ea587cc2294aa5927c8c675cd12232>:0
at Eco.Shared.Networking.RPCManager.InvokeOn (Eco.Shared.Serialization.BSONObject bson, System.Object controller, System.String methodname) [0x0005f] in <81ea587cc2294aa5927c8c675cd12232>:0
at Eco.Core.Controller.ControllerManager.HandleViewRPC (System.Guid controllerID, System.String methodname, Eco.Shared.Serialization.BSONObject bson) [0x00007] in <27ce67a426244d4aa1345f8b0040f62c>:0
at Eco.Plugins.Networking.Clients.Client.ViewRPC (System.Guid guid, System.String methodname, Eco.Shared.Serialization.BSONObject bson) [0x00000] in <7891e663b4384021ac9e21dfe524b041>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00032] in <e883190669d44e94b2ce2969ed9fbd03>:0
``` | 1.0 | Alpha.6 [Cc778b68] Caught exception - Kiln moved Coal via drag & drop from Storage (Stockpile) to Power
```
Caught exception: Caught exception invoking RPC ViewRPC on Client!
Caught exception invoking RPC MoveItems on LimitedInventory!
Object reference not set to an instance of an object
Stack:
at Eco.Gameplay.Items.InventoryChangeSet.MoveStacks (Eco.Gameplay.Items.ItemStack source, Eco.Gameplay.Items.ItemStack destination) [0x000a4] in <10535f9da1284dab8b9deb6571aeae10>:0
at Eco.Gameplay.Items.Inventory.MoveItems (Eco.Gameplay.Items.ItemStack sourceStack, Eco.Gameplay.Items.ItemStack targetStack, Eco.Gameplay.Players.Player player) [0x0002b] in <10535f9da1284dab8b9deb6571aeae10>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00032] in <e883190669d44e94b2ce2969ed9fbd03>:0
Stack:
at Eco.Shared.Networking.RPCManager.TryInvoke (System.Object controller, System.String methodname, Eco.Shared.Serialization.BSONObject bsonArgs, System.Object& result) [0x000ac] in <81ea587cc2294aa5927c8c675cd12232>:0
at Eco.Shared.Networking.RPCManager.InvokeOn (Eco.Shared.Serialization.BSONObject bson, System.Object controller, System.String methodname) [0x0005f] in <81ea587cc2294aa5927c8c675cd12232>:0
at Eco.Core.Controller.ControllerManager.HandleViewRPC (System.Guid controllerID, System.String methodname, Eco.Shared.Serialization.BSONObject bson) [0x00007] in <27ce67a426244d4aa1345f8b0040f62c>:0
at Eco.Plugins.Networking.Clients.Client.ViewRPC (System.Guid guid, System.String methodname, Eco.Shared.Serialization.BSONObject bson) [0x00000] in <7891e663b4384021ac9e21dfe524b041>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00032] in <e883190669d44e94b2ce2969ed9fbd03>:0
``` | priority | alpha caught exception kiln moved coal via drag drop from storage stockpile to power caught exception caught exception invoking rpc viewrpc on client caught exception invoking rpc moveitems on limitedinventory object reference not set to an instance of an object stack at eco gameplay items inventorychangeset movestacks eco gameplay items itemstack source eco gameplay items itemstack destination in at eco gameplay items inventory moveitems eco gameplay items itemstack sourcestack eco gameplay items itemstack targetstack eco gameplay players player player in at wrapper managed to native system reflection monomethod internalinvoke system reflection monomethod object object system exception at system reflection monomethod invoke system object obj system reflection bindingflags invokeattr system reflection binder binder system object parameters system globalization cultureinfo culture in stack at eco shared networking rpcmanager tryinvoke system object controller system string methodname eco shared serialization bsonobject bsonargs system object result in at eco shared networking rpcmanager invokeon eco shared serialization bsonobject bson system object controller system string methodname in at eco core controller controllermanager handleviewrpc system guid controllerid system string methodname eco shared serialization bsonobject bson in at eco plugins networking clients client viewrpc system guid guid system string methodname eco shared serialization bsonobject bson in at wrapper managed to native system reflection monomethod internalinvoke system reflection monomethod object object system exception at system reflection monomethod invoke system object obj system reflection bindingflags invokeattr system reflection binder binder system object parameters system globalization cultureinfo culture in | 1 |
67,042 | 3,265,636,653 | IssuesEvent | 2015-10-22 17:05:23 | cs2103aug2015-f10-3j/main | https://api.github.com/repos/cs2103aug2015-f10-3j/main | closed | An advanced user can view and use shorter versions of a command | priority.medium type.story | ... so that the user can learn how to use various commands in the most efficient way | 1.0 | An advanced user can view and use shorter versions of a command - ... so that the user can learn how to use various commands in the most efficient way | priority | an advanced user can view and use shorter versions of a command so that the user can learn how to use various commands in the most efficient way | 1 |
158,770 | 6,035,091,419 | IssuesEvent | 2017-06-09 13:03:43 | btc-ag/redg | https://api.github.com/repos/btc-ag/redg | closed | [redg-generator] Visualizer JSON generation should occur in util class | enhancement priority medium | This would make the generated code more clean and easy to understand again. | 1.0 | [redg-generator] Visualizer JSON generation should occur in util class - This would make the generated code more clean and easy to understand again. | priority | visualizer json generation should occur in util class this would make the generated code more clean and easy to understand again | 1 |
473,900 | 13,649,257,732 | IssuesEvent | 2020-09-26 13:36:10 | AY2021S1-CS2103T-T10-4/tp | https://api.github.com/repos/AY2021S1-CS2103T-T10-4/tp | closed | Implement parser support for creation of classes | priority.Medium type.Enhancement | - [ ] Implement `add-class` command
- [ ] Implement `add-class` parser support | 1.0 | Implement parser support for creation of classes - - [ ] Implement `add-class` command
- [ ] Implement `add-class` parser support | priority | implement parser support for creation of classes implement add class command implement add class parser support | 1 |
694,402 | 23,812,306,580 | IssuesEvent | 2022-09-04 23:23:34 | crushten/go_endpoint_cloud | https://api.github.com/repos/crushten/go_endpoint_cloud | closed | Add infrastructure cost esitmate to terraform | aws terraform type: deliverable priority: medium | This would be nice to have. Can use https://www.infracost.io/ to estimate the costs. | 1.0 | Add infrastructure cost esitmate to terraform - This would be nice to have. Can use https://www.infracost.io/ to estimate the costs. | priority | add infrastructure cost esitmate to terraform this would be nice to have can use to estimate the costs | 1 |
421,145 | 12,254,254,338 | IssuesEvent | 2020-05-06 08:08:59 | harmony-one/experiment-deploy | https://api.github.com/repos/harmony-one/experiment-deploy | closed | [terraform] launch Azure node using terraform script | medium priority | We want launch Azure node using Terraform script.
In general, the setup would be similar to our current gcp/aws support, the terraform script should be able to launch an Azure node.
| 1.0 | [terraform] launch Azure node using terraform script - We want launch Azure node using Terraform script.
In general, the setup would be similar to our current gcp/aws support, the terraform script should be able to launch an Azure node.
| priority | launch azure node using terraform script we want launch azure node using terraform script in general the setup would be similar to our current gcp aws support the terraform script should be able to launch an azure node | 1 |
392,356 | 11,590,433,375 | IssuesEvent | 2020-02-24 06:43:04 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | [0.9.0 staging-1392] Audio: strange grass-walking sound | Category: Audio Priority: Medium Status: Fixed Status: Reopen | It sounds like you have a lot of legs or you are stepping really fast.
https://drive.google.com/file/d/1xmpxByEzWemuHHOfPxEcquVdwI89Wtk0/view?usp=sharing | 1.0 | [0.9.0 staging-1392] Audio: strange grass-walking sound - It sounds like you have a lot of legs or you are stepping really fast.
https://drive.google.com/file/d/1xmpxByEzWemuHHOfPxEcquVdwI89Wtk0/view?usp=sharing | priority | audio strange grass walking sound it sounds like you have a lot of legs or you are stepping really fast | 1 |
742,078 | 25,835,764,833 | IssuesEvent | 2022-12-12 19:30:21 | aseprite/aseprite | https://api.github.com/repos/aseprite/aseprite | closed | OS open/save file dialog | feature imported medium priority ui windows native macos | _From [davidcapello](https://code.google.com/u/davidcapello/) on January 24, 2014 17:21:34_
Open/save files with native Windows file dialog.
Note: The dialog should be customized to:
- [x] show the preview of each file (Windows and macOS)
- [x] show the list of formats/file types (Windows and macOS)
- [ ] ~~show the list of recent folders~~
_Original issue: http://code.google.com/p/aseprite/issues/detail?id=321_
| 1.0 | OS open/save file dialog - _From [davidcapello](https://code.google.com/u/davidcapello/) on January 24, 2014 17:21:34_
Open/save files with native Windows file dialog.
Note: The dialog should be customized to:
- [x] show the preview of each file (Windows and macOS)
- [x] show the list of formats/file types (Windows and macOS)
- [ ] ~~show the list of recent folders~~
_Original issue: http://code.google.com/p/aseprite/issues/detail?id=321_
| priority | os open save file dialog from on january open save files with native windows file dialog note the dialog should be customized to show the preview of each file windows and macos show the list of formats file types windows and macos show the list of recent folders original issue | 1 |
490,140 | 14,115,818,673 | IssuesEvent | 2020-11-07 23:01:55 | wilcommerce/Wilcommerce.Registries.Data.EFCore | https://api.github.com/repos/wilcommerce/Wilcommerce.Registries.Data.EFCore | closed | Disable change tracking for read models | priority:medium status:done type:feature | Add AsNoTracking method to RegistriesDatabase implementation
see https://docs.microsoft.com/en-us/ef/core/querying/tracking | 1.0 | Disable change tracking for read models - Add AsNoTracking method to RegistriesDatabase implementation
see https://docs.microsoft.com/en-us/ef/core/querying/tracking | priority | disable change tracking for read models add asnotracking method to registriesdatabase implementation see | 1 |
732,477 | 25,260,638,822 | IssuesEvent | 2022-11-15 22:23:12 | VoltanFr/memcheck | https://api.github.com/repos/VoltanFr/memcheck | opened | Authoring page: add option about notifying | priority-medium complexity-medium page-authoring | When a user creates a card, there should be an option for following the card (receiving notifications of changes). The default value for this option should be linked to `MemCheckUser.SubscribeToCardOnEdit` (which the user can edit in the account settings page).
When editing an existing card, the option should be offered with the correct state (according to the user already following the card or not).
Take this opportunity to review all the uses of `MemCheckUser.SubscribeToCardOnEdit` and clarify if needed. And while you're on this, the option in the user settings should be titles `Abonnement aux notifications lorsque vous créez une carte` instead of `Abonnement aux notifications lorsque vous créez ou modifiez une carte`.
Don't forget to update the user doc. | 1.0 | Authoring page: add option about notifying - When a user creates a card, there should be an option for following the card (receiving notifications of changes). The default value for this option should be linked to `MemCheckUser.SubscribeToCardOnEdit` (which the user can edit in the account settings page).
When editing an existing card, the option should be offered with the correct state (according to the user already following the card or not).
Take this opportunity to review all the uses of `MemCheckUser.SubscribeToCardOnEdit` and clarify if needed. And while you're on this, the option in the user settings should be titles `Abonnement aux notifications lorsque vous créez une carte` instead of `Abonnement aux notifications lorsque vous créez ou modifiez une carte`.
Don't forget to update the user doc. | priority | authoring page add option about notifying when a user creates a card there should be an option for following the card receiving notifications of changes the default value for this option should be linked to memcheckuser subscribetocardonedit which the user can edit in the account settings page when editing an existing card the option should be offered with the correct state according to the user already following the card or not take this opportunity to review all the uses of memcheckuser subscribetocardonedit and clarify if needed and while you re on this the option in the user settings should be titles abonnement aux notifications lorsque vous créez une carte instead of abonnement aux notifications lorsque vous créez ou modifiez une carte don t forget to update the user doc | 1 |
22,856 | 2,651,002,890 | IssuesEvent | 2015-03-16 07:47:44 | grepper/tovid | https://api.github.com/repos/grepper/tovid | closed | Unable to burn dvd | bug imported invalid Priority-Medium | _From [El.Nego](https://code.google.com/u/El.Nego/) on October 27, 2008 01:29:30_
Hey guys I know this is still not a completed feature but thought this
might help, here is the output from tovid when trying to burn, tried with
authoring and without, with burning and without, it was always the same.
Used ffmpeg for encoding
STAT: VOBU 0 at 0MB, 19 PGCS
/usr/share/tovid/makedvd: line 319: 8226 Segmentation fault dvdauthor
-x "/tmp/Untitled_disc.xml"
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
makedvd encountered an error during the DVD creation process:
Could not create the DVD-Video disc structure in /tmp/Untitled_disc.
Leaving /tmp/Untitled_disc for inspection.
See if anything in the above output helps you diagnose the
problem, and please file a bug report at tovid.org (_not_
the dvdauthor list) containing the above output.
Sorry for the inconvenience!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
_Original issue: http://code.google.com/p/tovid/issues/detail?id=77_ | 1.0 | Unable to burn dvd - _From [El.Nego](https://code.google.com/u/El.Nego/) on October 27, 2008 01:29:30_
Hey guys I know this is still not a completed feature but thought this
might help, here is the output from tovid when trying to burn, tried with
authoring and without, with burning and without, it was always the same.
Used ffmpeg for encoding
STAT: VOBU 0 at 0MB, 19 PGCS
/usr/share/tovid/makedvd: line 319: 8226 Segmentation fault dvdauthor
-x "/tmp/Untitled_disc.xml"
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
makedvd encountered an error during the DVD creation process:
Could not create the DVD-Video disc structure in /tmp/Untitled_disc.
Leaving /tmp/Untitled_disc for inspection.
See if anything in the above output helps you diagnose the
problem, and please file a bug report at tovid.org (_not_
the dvdauthor list) containing the above output.
Sorry for the inconvenience!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
_Original issue: http://code.google.com/p/tovid/issues/detail?id=77_ | priority | unable to burn dvd from on october hey guys i know this is still not a completed feature but thought this might help here is the output from tovid when trying to burn tried with authoring and without with burning and without it was always the same used ffmpeg for encoding stat vobu at pgcs usr share tovid makedvd line segmentation fault dvdauthor x tmp untitled disc xml makedvd encountered an error during the dvd creation process could not create the dvd video disc structure in tmp untitled disc leaving tmp untitled disc for inspection see if anything in the above output helps you diagnose the problem and please file a bug report at tovid org not the dvdauthor list containing the above output sorry for the inconvenience original issue | 1 |
218,529 | 7,331,648,640 | IssuesEvent | 2018-03-05 14:11:44 | salesagility/SuiteCRM | https://api.github.com/repos/salesagility/SuiteCRM | closed | Reports sort by formatted date rather than actual date | Fix Proposed Medium Priority Resolved: Next Release bug | <!--- Provide a general summary of the issue in the **Title** above -->
<!--- Before you open an issue, please check if a similar issue already exists or has been closed before. --->
<!--- If you have discovered a security risk please report it by emailing security@suitecrm.com. This will be delivered to the product team who handle security issues. Please don't disclose security bugs publicly until they have been handled by the security team. --->
#### Issue
<!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug -->
If your report includes a date column as the date is formatted in the report, then the report data sorts by the user's formatted date. E.g. in the UK, I get
01/01/17
01/01/18
02/01/17, etc.
#### Expected Behavior
<!--- Tell us what should happen -->
The report should sort by the actual date.
01/01/17
02/01/17
01/01/18, etc.
#### Actual Behavior
<!--- Tell us what happens instead -->
<!--- Also please check relevant logs (suitecrm.log, php error.log etc.) -->
It sorts by formatted date.
#### Possible Fix
<!--- Not obligatory, but suggest a fix or reason for the bug -->
In AOR_Reports line 1235
replace
```
if ($field->sort_by != '') {
$query['sort_by'][] = $select_field . " " . $field->sort_by;
}
```with
```
if ($field->sort_by != '') {
// If the field is a date, sort by the natural date and not the user-formatted date
if ($data['type']=='date' || $data['type']=='datetime')
{
if ((isset($data['source']) && $data['source'] == 'custom_fields')) {
$date_field = $this->db->quoteIdentifier($table_alias . '_cstm') . '.' . $field->field;
} else {
$date_field = $this->db->quoteIdentifier($table_alias) . '.' . $field->field;
}
$query['sort_by'][] = $date_field . " " . $field->sort_by;
}
else
{
$query['sort_by'][] = $select_field . " " . $field->sort_by;
}
}
```
#### Steps to Reproduce
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug include code to reproduce, if relevant -->
1. Create a report showing a date
2. Format that date to non-ISO format
3. Select sort by the date
4. View the report
#### Context
<!--- How has this bug affected you? What were you trying to accomplish? -->
<!--- If you feel this should be a low/medium/high priority then please state so -->
#### Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
* SuiteCRM Version used: 7.8.15
| 1.0 | Reports sort by formatted date rather than actual date - <!--- Provide a general summary of the issue in the **Title** above -->
<!--- Before you open an issue, please check if a similar issue already exists or has been closed before. --->
<!--- If you have discovered a security risk please report it by emailing security@suitecrm.com. This will be delivered to the product team who handle security issues. Please don't disclose security bugs publicly until they have been handled by the security team. --->
#### Issue
<!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug -->
If your report includes a date column as the date is formatted in the report, then the report data sorts by the user's formatted date. E.g. in the UK, I get
01/01/17
01/01/18
02/01/17, etc.
#### Expected Behavior
<!--- Tell us what should happen -->
The report should sort by the actual date.
01/01/17
02/01/17
01/01/18, etc.
#### Actual Behavior
<!--- Tell us what happens instead -->
<!--- Also please check relevant logs (suitecrm.log, php error.log etc.) -->
It sorts by formatted date.
#### Possible Fix
<!--- Not obligatory, but suggest a fix or reason for the bug -->
In AOR_Reports line 1235
replace
```
if ($field->sort_by != '') {
$query['sort_by'][] = $select_field . " " . $field->sort_by;
}
```with
```
if ($field->sort_by != '') {
// If the field is a date, sort by the natural date and not the user-formatted date
if ($data['type']=='date' || $data['type']=='datetime')
{
if ((isset($data['source']) && $data['source'] == 'custom_fields')) {
$date_field = $this->db->quoteIdentifier($table_alias . '_cstm') . '.' . $field->field;
} else {
$date_field = $this->db->quoteIdentifier($table_alias) . '.' . $field->field;
}
$query['sort_by'][] = $date_field . " " . $field->sort_by;
}
else
{
$query['sort_by'][] = $select_field . " " . $field->sort_by;
}
}
```
#### Steps to Reproduce
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug include code to reproduce, if relevant -->
1. Create a report showing a date
2. Format that date to non-ISO format
3. Select sort by the date
4. View the report
#### Context
<!--- How has this bug affected you? What were you trying to accomplish? -->
<!--- If you feel this should be a low/medium/high priority then please state so -->
#### Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
* SuiteCRM Version used: 7.8.15
| priority | reports sort by formatted date rather than actual date issue if your report includes a date column as the date is formatted in the report then the report data sorts by the user s formatted date e g in the uk i get etc expected behavior the report should sort by the actual date etc actual behavior it sorts by formatted date possible fix in aor reports line replace if field sort by query select field field sort by with if field sort by if the field is a date sort by the natural date and not the user formatted date if data date data datetime if isset data data custom fields date field this db quoteidentifier table alias cstm field field else date field this db quoteidentifier table alias field field query date field field sort by else query select field field sort by steps to reproduce create a report showing a date format that date to non iso format select sort by the date view the report context your environment suitecrm version used | 1 |
302,426 | 9,258,293,014 | IssuesEvent | 2019-03-17 14:37:47 | CS2103-AY1819S2-W14-3/main | https://api.github.com/repos/CS2103-AY1819S2-W14-3/main | closed | App is not exiting properly | priority.Medium severity.Medium type.Bug | After closing the app window, the program does not end properly.
You still have to click the "stop 'MainApp'" button in IntelliJ for the program to completely end.
And the log shows "Process finished with exit code -1" but should be "Process finished with exit code 0"
I've narrowed it down to the following commit that started the issue:
4f80a26b07ffbca521f0cbaf530be7645492bad8 | 1.0 | App is not exiting properly - After closing the app window, the program does not end properly.
You still have to click the "stop 'MainApp'" button in IntelliJ for the program to completely end.
And the log shows "Process finished with exit code -1" but should be "Process finished with exit code 0"
I've narrowed it down to the following commit that started the issue:
4f80a26b07ffbca521f0cbaf530be7645492bad8 | priority | app is not exiting properly after closing the app window the program does not end properly you still have to click the stop mainapp button in intellij for the program to completely end and the log shows process finished with exit code but should be process finished with exit code i ve narrowed it down to the following commit that started the issue | 1 |
69,764 | 3,314,461,212 | IssuesEvent | 2015-11-06 05:25:39 | lonh/lon-workspace | https://api.github.com/repos/lonh/lon-workspace | closed | Front end component | auto-migrated Priority-Medium Type-Task wontfix | ```
1. jQuery
2. JQuery UI
3. ???
```
Original issue reported on code.google.com by `lon...@gmail.com` on 2 Feb 2012 at 3:58 | 1.0 | Front end component - ```
1. jQuery
2. JQuery UI
3. ???
```
Original issue reported on code.google.com by `lon...@gmail.com` on 2 Feb 2012 at 3:58 | priority | front end component jquery jquery ui original issue reported on code google com by lon gmail com on feb at | 1 |
784,884 | 27,588,638,120 | IssuesEvent | 2023-03-08 22:00:59 | KSP-SpaceDock/SpaceDock | https://api.github.com/repos/KSP-SpaceDock/SpaceDock | closed | [Feature] Lock icon for locked mods | Area: Backend Priority: Low Type: Feature Status: Need Feedback Area: Frontend Scope: Medium | We currently have a star icon for favoriting and a page-arrow icon for downloads:

It would be nice to add a 🔒 icon to that bottom bar for mods that have been un-published and locked by an admin (see #260). Right now these mods show up when an admin looks at a profile, but you have to click them to see that they're locked. This icon would be just for display, not interactive.
Low priority because this would only be available to admins.
| 1.0 | [Feature] Lock icon for locked mods - We currently have a star icon for favoriting and a page-arrow icon for downloads:

It would be nice to add a 🔒 icon to that bottom bar for mods that have been un-published and locked by an admin (see #260). Right now these mods show up when an admin looks at a profile, but you have to click them to see that they're locked. This icon would be just for display, not interactive.
Low priority because this would only be available to admins.
| priority | lock icon for locked mods we currently have a star icon for favoriting and a page arrow icon for downloads it would be nice to add a 🔒 icon to that bottom bar for mods that have been un published and locked by an admin see right now these mods show up when an admin looks at a profile but you have to click them to see that they re locked this icon would be just for display not interactive low priority because this would only be available to admins | 1 |
410,912 | 12,003,483,009 | IssuesEvent | 2020-04-09 09:41:43 | openshift/odo | https://api.github.com/repos/openshift/odo | closed | Should "odo list" not fail when not logged into the OpenShift cluster? | area/component kind/bug kind/user-story priority/Medium triage/ready | # User Story
As a user or (ide plugin) I would like to list all components in a given path and I should not be required to be connected to the cluster.
## Current behaviour
```sh
# not logged into OpenShift (CRC) yet
$ odo list --path ~/src
APP NAME TYPE SOURCE STATE CONTEXT
app backend java target/wildwest-1.0.jar Not Pushed /home/dshah/src/Wild-West-Backend
app frontend nodejs ./ Not Pushed /home/dshah/src/Wild-West-Frontend
app node nodejs ./ Not Pushed /home/dshah/src/nodejs-ex
# let's login
$ odo login -u developer
Connecting to the OpenShift cluster
Authentication required for https://api.crc.testing:6443 (openshift)
Username: developer
Password:
Login successful.
You have one project on this server: "myproject"
Using project "myproject".
# now it shows the components' STATE as Pushed!
$ odo list --path ~/src
APP NAME TYPE SOURCE STATE CONTEXT
app backend java target/wildwest-1.0.jar Pushed /home/dshah/src/Wild-West-Backend
app frontend nodejs ./ Pushed /home/dshah/src/Wild-West-Frontend
app node nodejs ./ Not Pushed /home/dshah/src/nodejs-ex
```
## Acceptance Criteria
- `odo list --path` should work without odo being logged or connected to the cluster
- if `odo list --path` command can't determine the correct state (Pushed, Not Pushed), because it is not connected to the cluster, the component should have an Unknown state.
Example:
```
$ odo list --path ~/src
APP NAME TYPE SOURCE STATE CONTEXT
app backend java target/wildwest-1.0.jar Unknown /home/dshah/src/Wild-West-Backend
app frontend nodejs ./ Unknown /home/dshah/src/Wild-West-Frontend
app node nodejs ./ Unknown /home/dshah/src/nodejs-ex
```
| 1.0 | Should "odo list" not fail when not logged into the OpenShift cluster? - # User Story
As a user or (ide plugin) I would like to list all components in a given path and I should not be required to be connected to the cluster.
## Current behaviour
```sh
# not logged into OpenShift (CRC) yet
$ odo list --path ~/src
APP NAME TYPE SOURCE STATE CONTEXT
app backend java target/wildwest-1.0.jar Not Pushed /home/dshah/src/Wild-West-Backend
app frontend nodejs ./ Not Pushed /home/dshah/src/Wild-West-Frontend
app node nodejs ./ Not Pushed /home/dshah/src/nodejs-ex
# let's login
$ odo login -u developer
Connecting to the OpenShift cluster
Authentication required for https://api.crc.testing:6443 (openshift)
Username: developer
Password:
Login successful.
You have one project on this server: "myproject"
Using project "myproject".
# now it shows the components' STATE as Pushed!
$ odo list --path ~/src
APP NAME TYPE SOURCE STATE CONTEXT
app backend java target/wildwest-1.0.jar Pushed /home/dshah/src/Wild-West-Backend
app frontend nodejs ./ Pushed /home/dshah/src/Wild-West-Frontend
app node nodejs ./ Not Pushed /home/dshah/src/nodejs-ex
```
## Acceptance Criteria
- `odo list --path` should work without odo being logged or connected to the cluster
- if `odo list --path` command can't determine the correct state (Pushed, Not Pushed), because it is not connected to the cluster, the component should have an Unknown state.
Example:
```
$ odo list --path ~/src
APP NAME TYPE SOURCE STATE CONTEXT
app backend java target/wildwest-1.0.jar Unknown /home/dshah/src/Wild-West-Backend
app frontend nodejs ./ Unknown /home/dshah/src/Wild-West-Frontend
app node nodejs ./ Unknown /home/dshah/src/nodejs-ex
```
| priority | should odo list not fail when not logged into the openshift cluster user story as a user or ide plugin i would like to list all components in a given path and i should not be required to be connected to the cluster current behaviour sh not logged into openshift crc yet odo list path src app name type source state context app backend java target wildwest jar not pushed home dshah src wild west backend app frontend nodejs not pushed home dshah src wild west frontend app node nodejs not pushed home dshah src nodejs ex let s login odo login u developer connecting to the openshift cluster authentication required for openshift username developer password login successful you have one project on this server myproject using project myproject now it shows the components state as pushed odo list path src app name type source state context app backend java target wildwest jar pushed home dshah src wild west backend app frontend nodejs pushed home dshah src wild west frontend app node nodejs not pushed home dshah src nodejs ex acceptance criteria odo list path should work without odo being logged or connected to the cluster if odo list path command can t determine the correct state pushed not pushed because it is not connected to the cluster the component should have an unknown state example odo list path src app name type source state context app backend java target wildwest jar unknown home dshah src wild west backend app frontend nodejs unknown home dshah src wild west frontend app node nodejs unknown home dshah src nodejs ex | 1 |
535,818 | 15,699,302,117 | IssuesEvent | 2021-03-26 08:17:25 | AY2021S2-CS2103T-W15-4/tp | https://api.github.com/repos/AY2021S2-CS2103T-W15-4/tp | closed | Re-design EventCard | priority.Medium type.Story | - Re-design EventCard to look better, similar to the layout of Jira's cards
- Handle overflow of text from description, doing something like `string.length() > 20 ? string.substring(0, 20) + “…” : string`
- Handle overflow of text in card title doing the same as the above
- Add placeholder field for note in an Event
Can take reference from the screenshot below:
<img width="1080" alt="Screenshot 2021-03-18 at 12 48 36 PM" src="https://user-images.githubusercontent.com/52342064/111574937-61ecbf80-87e8-11eb-9d0b-7eaf13e12120.png">
| 1.0 | Re-design EventCard - - Re-design EventCard to look better, similar to the layout of Jira's cards
- Handle overflow of text from description, doing something like `string.length() > 20 ? string.substring(0, 20) + “…” : string`
- Handle overflow of text in card title doing the same as the above
- Add placeholder field for note in an Event
Can take reference from the screenshot below:
<img width="1080" alt="Screenshot 2021-03-18 at 12 48 36 PM" src="https://user-images.githubusercontent.com/52342064/111574937-61ecbf80-87e8-11eb-9d0b-7eaf13e12120.png">
| priority | re design eventcard re design eventcard to look better similar to the layout of jira s cards handle overflow of text from description doing something like string length string substring “…” string handle overflow of text in card title doing the same as the above add placeholder field for note in an event can take reference from the screenshot below img width alt screenshot at pm src | 1 |
672,152 | 22,793,133,732 | IssuesEvent | 2022-07-10 10:02:29 | stax76/mpv.net | https://api.github.com/repos/stax76/mpv.net | closed | Make Chapters First Class Citizens | feature request fixed/added priority medium | I'd like to propose a similar searchable list for chapters as there is available for the playlist (F8).
Why? Modern codecs allow to cram an entire week of conference talks or other educational content into a single 10 GB file. Chapters can be in the hundreds, sometimes OCRed from slide headlines.
MPV/MPV.NET is already the best player for language learning. Let's make it the best player for conference recordings, talks and other dense educational content as well! | 1.0 | Make Chapters First Class Citizens - I'd like to propose a similar searchable list for chapters as there is available for the playlist (F8).
Why? Modern codecs allow to cram an entire week of conference talks or other educational content into a single 10 GB file. Chapters can be in the hundreds, sometimes OCRed from slide headlines.
MPV/MPV.NET is already the best player for language learning. Let's make it the best player for conference recordings, talks and other dense educational content as well! | priority | make chapters first class citizens i d like to propose a similar searchable list for chapters as there is available for the playlist why modern codecs allow to cram an entire week of conference talks or other educational content into a single gb file chapters can be in the hundreds sometimes ocred from slide headlines mpv mpv net is already the best player for language learning let s make it the best player for conference recordings talks and other dense educational content as well | 1 |
450,564 | 13,016,252,977 | IssuesEvent | 2020-07-26 05:17:14 | 2-of-clubs/2ofclubs-server | https://api.github.com/repos/2-of-clubs/2ofclubs-server | closed | Update Tag Associations | Backend: Database Priority: Medium bug | - ClubTags should refer to ClubID and TagName rather than ClubID and TagID
- Same applies for UserTags
This fixes the issue when a tag gets deleted and then re-added (the user/club would refer to the old tag which is an unwanted behaviour) | 1.0 | Update Tag Associations - - ClubTags should refer to ClubID and TagName rather than ClubID and TagID
- Same applies for UserTags
This fixes the issue when a tag gets deleted and then re-added (the user/club would refer to the old tag which is an unwanted behaviour) | priority | update tag associations clubtags should refer to clubid and tagname rather than clubid and tagid same applies for usertags this fixes the issue when a tag gets deleted and then re added the user club would refer to the old tag which is an unwanted behaviour | 1 |
772,575 | 27,127,214,430 | IssuesEvent | 2023-02-16 06:45:35 | KDT3-MiniProject-8/MiniProject-BE | https://api.github.com/repos/KDT3-MiniProject-8/MiniProject-BE | closed | Feat: 상품 상세조회 서비스 - Deposit, Loan 구분해서 상세조회 기능 구현 | For: API Priority: Medium Status: In Progress Type: Feature | ## Description(설명)
상품을 상세조회하는 기능 입니다.
두 가지 url로 구분해서 상세조회 기능 구현
## Tasks(New feature)
- [x] 상품을 상세조회 하는 기능을 개발
- [x] 테스트하기
## References | 1.0 | Feat: 상품 상세조회 서비스 - Deposit, Loan 구분해서 상세조회 기능 구현 - ## Description(설명)
상품을 상세조회하는 기능 입니다.
두 가지 url로 구분해서 상세조회 기능 구현
## Tasks(New feature)
- [x] 상품을 상세조회 하는 기능을 개발
- [x] 테스트하기
## References | priority | feat 상품 상세조회 서비스 deposit loan 구분해서 상세조회 기능 구현 description 설명 상품을 상세조회하는 기능 입니다 두 가지 url로 구분해서 상세조회 기능 구현 tasks new feature 상품을 상세조회 하는 기능을 개발 테스트하기 references | 1 |
104,304 | 4,209,106,103 | IssuesEvent | 2016-06-29 02:52:25 | PowerPointLabs/PowerPointLabs | https://api.github.com/repos/PowerPointLabs/PowerPointLabs | closed | Highlight Text doesn't work for mac ppt 2011 | Feature.TextHighlight Priority.Medium type-bug | _From [Gigi...@gmail.com](https://code.google.com/u/108486287164240412575/) on April 02, 2014 23:11:47_
What steps will reproduce the problem? 1. apply Highlight Text on a slide What is the expected output? What do you see instead? the sequence of animation's different in mac ppt
_Original issue: http://code.google.com/p/powerpointlabs/issues/detail?id=285_ | 1.0 | Highlight Text doesn't work for mac ppt 2011 - _From [Gigi...@gmail.com](https://code.google.com/u/108486287164240412575/) on April 02, 2014 23:11:47_
What steps will reproduce the problem? 1. apply Highlight Text on a slide What is the expected output? What do you see instead? the sequence of animation's different in mac ppt
_Original issue: http://code.google.com/p/powerpointlabs/issues/detail?id=285_ | priority | highlight text doesn t work for mac ppt from on april what steps will reproduce the problem apply highlight text on a slide what is the expected output what do you see instead the sequence of animation s different in mac ppt original issue | 1 |
481,592 | 13,889,445,903 | IssuesEvent | 2020-10-19 07:54:52 | AY2021S1-CS2113T-W13-4/tp | https://api.github.com/repos/AY2021S1-CS2113T-W13-4/tp | closed | As a tired user, I can find out when I am free and when I can sleep | priority.Medium type.Story | So that I know when to do things and can have a healthy sleep schedule | 1.0 | As a tired user, I can find out when I am free and when I can sleep - So that I know when to do things and can have a healthy sleep schedule | priority | as a tired user i can find out when i am free and when i can sleep so that i know when to do things and can have a healthy sleep schedule | 1 |
3,198 | 2,537,492,566 | IssuesEvent | 2015-01-26 20:58:23 | web2py/web2py | https://api.github.com/repos/web2py/web2py | opened | Misleading error:relation "auth_user" already exists' | 1 star enhancement imported Priority-Medium | _From [mjmare31..._at_gmail.com](https://code.google.com/u/114349152275557912536/) on June 22, 2013 22:07:09_
Using the trunk version (2.5.1-stable+timestamp.2013.06.22.01.45.55) of web2py I'm getting with both MySQL and Postgresql the error message "table/relation auth_user already exists" when providing an incorrect password for the database user.
Correcting the password in the connection string makes the error go away.
Although the error might be technically correct (wrong credentials will prevent access to tables) it is not helpful in fixing a configuration error.
_Original issue: http://code.google.com/p/web2py/issues/detail?id=1554_ | 1.0 | Misleading error:relation "auth_user" already exists' - _From [mjmare31..._at_gmail.com](https://code.google.com/u/114349152275557912536/) on June 22, 2013 22:07:09_
Using the trunk version (2.5.1-stable+timestamp.2013.06.22.01.45.55) of web2py I'm getting with both MySQL and Postgresql the error message "table/relation auth_user already exists" when providing an incorrect password for the database user.
Correcting the password in the connection string makes the error go away.
Although the error might be technically correct (wrong credentials will prevent access to tables) it is not helpful in fixing a configuration error.
_Original issue: http://code.google.com/p/web2py/issues/detail?id=1554_ | priority | misleading error relation auth user already exists from on june using the trunk version stable timestamp of i m getting with both mysql and postgresql the error message table relation auth user already exists when providing an incorrect password for the database user correcting the password in the connection string makes the error go away although the error might be technically correct wrong credentials will prevent access to tables it is not helpful in fixing a configuration error original issue | 1 |
754,960 | 26,409,844,785 | IssuesEvent | 2023-01-13 11:14:17 | software-mansion/starknet.py | https://api.github.com/repos/software-mansion/starknet.py | closed | Consider removing `QUERY_VERSION_BASE` from the `Removing part of cairo-lang dependency` | enhancement priority: medium | ### Feature Request
It won't be used by the users | 1.0 | Consider removing `QUERY_VERSION_BASE` from the `Removing part of cairo-lang dependency` - ### Feature Request
It won't be used by the users | priority | consider removing query version base from the removing part of cairo lang dependency feature request it won t be used by the users | 1 |
526,911 | 15,304,484,020 | IssuesEvent | 2021-02-24 16:57:39 | netlify/netlify-plugin-nextjs | https://api.github.com/repos/netlify/netlify-plugin-nextjs | closed | Error out/index.html already exists | priority: medium type: bug | Hi ,
I'm using this plugin with nextjs but i keep getting out/index.html already exists even when i delete the out file | 1.0 | Error out/index.html already exists - Hi ,
I'm using this plugin with nextjs but i keep getting out/index.html already exists even when i delete the out file | priority | error out index html already exists hi i m using this plugin with nextjs but i keep getting out index html already exists even when i delete the out file | 1 |
808,085 | 30,033,456,854 | IssuesEvent | 2023-06-27 11:09:59 | wp-media/wp-rocket | https://api.github.com/repos/wp-media/wp-rocket | closed | Preload: Don't try to preload private pages | type: enhancement module: preload priority: medium effort: [S] | **Is your feature request related to a problem? Please describe.**
WP Rocket will try to preload pages that have been set to Private in WordPress. This generates unnecessary requests and results in 404 errors. If there are a lot of them, it would also slow down the whole process.
**Describe the solution you'd like**
We could check if a page is private, and if so, automatically exclude it from Preload.
**Describe alternatives you've considered**
Customers could manually exclude these URLs, but that's not ideal from a UX point of view.
**Additional context**
Related ticket: https://secure.helpscout.net/conversation/2219018645/415412?folderId=377611
| 1.0 | Preload: Don't try to preload private pages - **Is your feature request related to a problem? Please describe.**
WP Rocket will try to preload pages that have been set to Private in WordPress. This generates unnecessary requests and results in 404 errors. If there are a lot of them, it would also slow down the whole process.
**Describe the solution you'd like**
We could check if a page is private, and if so, automatically exclude it from Preload.
**Describe alternatives you've considered**
Customers could manually exclude these URLs, but that's not ideal from a UX point of view.
**Additional context**
Related ticket: https://secure.helpscout.net/conversation/2219018645/415412?folderId=377611
| priority | preload don t try to preload private pages is your feature request related to a problem please describe wp rocket will try to preload pages that have been set to private in wordpress this generates unnecessary requests and results in errors if there are a lot of them it would also slow down the whole process describe the solution you d like we could check if a page is private and if so automatically exclude it from preload describe alternatives you ve considered customers could manually exclude these urls but that s not ideal from a ux point of view additional context related ticket | 1 |
458,628 | 13,178,991,983 | IssuesEvent | 2020-08-12 10:06:02 | strapi/strapi | https://api.github.com/repos/strapi/strapi | closed | Repeatable component won't expand | priority: medium source: plugin:content-manager status: confirmed type: bug | <!--
Hello 👋 Thank you for submitting an issue.
Before you start, please make sure your issue is understandable and reproducible.
To make your issue readable make sure you use valid Markdown syntax.
https://guides.github.com/features/mastering-markdown/
Please ensure you have also read and understand the contributing guide.
https://github.com/strapi/strapi/blob/master/CONTRIBUTING.md#reporting-an-issue
-->
**Describe the bug**
In content editor, repeatable component created by default cannot expand. Attempt to save such an entity causes error:
```
Something went wrong.
Details
TypeError: Cannot read property 'isOpen' of undefined
in x
in x
in Unknown
in div
in styled.div
in _
in _
in Unknown
in div
in div
in styled.div
in div
in div
in div
in styled.div
in form
```
I noticed that `x` is actually `RepeatableComponent`.
Entity:
```
{
"kind": "collectionType",
"collectionName": "tests",
"info": {
"name": "Test"
},
"options": {
"increments": true,
"timestamps": true
},
"attributes": {
"title": {
"type": "string",
"required": false,
"maxLength": 50
},
"show": {
"type": "boolean",
"default": true
},
"items": {
"type": "component",
"repeatable": true,
"component": "story-items.story-item",
"required": true,
"min": 1
}
}
}
```
Component:
```
{
"collectionName": "components_story_item_story_items",
"info": {
"name": "story-item",
"icon": "file-alt"
},
"options": {},
"attributes": {
"title": {
"type": "string",
"required": true,
"maxLength": 40
},
"description": {
"type": "text",
"required": false,
"maxLength": 220
},
"picture": {
"model": "file",
"via": "related",
"plugin": "upload",
"required": false
},
"video": {
"model": "file",
"via": "related",
"plugin": "upload",
"required": false
},
"pictureSource": {
"type": "string",
"required": false,
"default": ""
}
}
}
```
The only workaround I found was removing the default component entry and creating a new one.
**Steps to reproduce the behavior**
1. Create component
2. Create content type with the repeatable component andrequired:true, min:1
3. Create entity of the type
4. Click on default component, see it's not reacting
4. Click Save
4. See error
**Expected behavior**
Default component can be expanded. No error on save.
**System**
- Node.js version: v14.6.0
- NPM version: 6.14.7
- Strapi version: 3.1.3
- Database: postgres
- Operating system: linux
| 1.0 | Repeatable component won't expand - <!--
Hello 👋 Thank you for submitting an issue.
Before you start, please make sure your issue is understandable and reproducible.
To make your issue readable make sure you use valid Markdown syntax.
https://guides.github.com/features/mastering-markdown/
Please ensure you have also read and understand the contributing guide.
https://github.com/strapi/strapi/blob/master/CONTRIBUTING.md#reporting-an-issue
-->
**Describe the bug**
In content editor, repeatable component created by default cannot expand. Attempt to save such an entity causes error:
```
Something went wrong.
Details
TypeError: Cannot read property 'isOpen' of undefined
in x
in x
in Unknown
in div
in styled.div
in _
in _
in Unknown
in div
in div
in styled.div
in div
in div
in div
in styled.div
in form
```
I noticed that `x` is actually `RepeatableComponent`.
Entity:
```
{
"kind": "collectionType",
"collectionName": "tests",
"info": {
"name": "Test"
},
"options": {
"increments": true,
"timestamps": true
},
"attributes": {
"title": {
"type": "string",
"required": false,
"maxLength": 50
},
"show": {
"type": "boolean",
"default": true
},
"items": {
"type": "component",
"repeatable": true,
"component": "story-items.story-item",
"required": true,
"min": 1
}
}
}
```
Component:
```
{
"collectionName": "components_story_item_story_items",
"info": {
"name": "story-item",
"icon": "file-alt"
},
"options": {},
"attributes": {
"title": {
"type": "string",
"required": true,
"maxLength": 40
},
"description": {
"type": "text",
"required": false,
"maxLength": 220
},
"picture": {
"model": "file",
"via": "related",
"plugin": "upload",
"required": false
},
"video": {
"model": "file",
"via": "related",
"plugin": "upload",
"required": false
},
"pictureSource": {
"type": "string",
"required": false,
"default": ""
}
}
}
```
The only workaround I found was removing the default component entry and creating a new one.
**Steps to reproduce the behavior**
1. Create component
2. Create content type with the repeatable component andrequired:true, min:1
3. Create entity of the type
4. Click on default component, see it's not reacting
4. Click Save
4. See error
**Expected behavior**
Default component can be expanded. No error on save.
**System**
- Node.js version: v14.6.0
- NPM version: 6.14.7
- Strapi version: 3.1.3
- Database: postgres
- Operating system: linux
| priority | repeatable component won t expand hello 👋 thank you for submitting an issue before you start please make sure your issue is understandable and reproducible to make your issue readable make sure you use valid markdown syntax please ensure you have also read and understand the contributing guide describe the bug in content editor repeatable component created by default cannot expand attempt to save such an entity causes error something went wrong details typeerror cannot read property isopen of undefined in x in x in unknown in div in styled div in in in unknown in div in div in styled div in div in div in div in styled div in form i noticed that x is actually repeatablecomponent entity kind collectiontype collectionname tests info name test options increments true timestamps true attributes title type string required false maxlength show type boolean default true items type component repeatable true component story items story item required true min component collectionname components story item story items info name story item icon file alt options attributes title type string required true maxlength description type text required false maxlength picture model file via related plugin upload required false video model file via related plugin upload required false picturesource type string required false default the only workaround i found was removing the default component entry and creating a new one steps to reproduce the behavior create component create content type with the repeatable component andrequired true min create entity of the type click on default component see it s not reacting click save see error expected behavior default component can be expanded no error on save system node js version npm version strapi version database postgres operating system linux | 1 |
292,097 | 8,953,223,469 | IssuesEvent | 2019-01-25 18:48:41 | Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth | https://api.github.com/repos/Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth | closed | My character can sacrifice a prisoner who is in the prison of another character. | :beetle: bug - balance :balance_scale: :grey_exclamation: priority medium | Master branch
Medium
My character can sacrifice a captive who is not in his prison.
<details>
<summary>Click to expand</summary>

</details>
| 1.0 | My character can sacrifice a prisoner who is in the prison of another character. - Master branch
Medium
My character can sacrifice a captive who is not in his prison.
<details>
<summary>Click to expand</summary>

</details>
| priority | my character can sacrifice a prisoner who is in the prison of another character master branch medium my character can sacrifice a captive who is not in his prison click to expand | 1 |
658,004 | 21,875,163,415 | IssuesEvent | 2022-05-19 09:28:43 | exercism/exercism | https://api.github.com/repos/exercism/exercism | closed | Editor lacks a preview when editing a mentor comment | type/bug priority/medium | Making a new issue since [Sascha's original issue #5356](https://github.com/exercism/exercism/issues/5356) has not been reopened. | 1.0 | Editor lacks a preview when editing a mentor comment - Making a new issue since [Sascha's original issue #5356](https://github.com/exercism/exercism/issues/5356) has not been reopened. | priority | editor lacks a preview when editing a mentor comment making a new issue since has not been reopened | 1 |
760,762 | 26,655,655,028 | IssuesEvent | 2023-01-25 16:39:51 | trimble-oss/modus-web-components | https://api.github.com/repos/trimble-oss/modus-web-components | closed | Autocomplete in Web Components | 5 priority:medium new-component story autocomplete | As an engineer, I want to have the autocomplete component available in web components, so I can use it within my application.
REF: https://modus.trimble.com/components/autocomplete/ | 1.0 | Autocomplete in Web Components - As an engineer, I want to have the autocomplete component available in web components, so I can use it within my application.
REF: https://modus.trimble.com/components/autocomplete/ | priority | autocomplete in web components as an engineer i want to have the autocomplete component available in web components so i can use it within my application ref | 1 |
67,347 | 3,270,908,966 | IssuesEvent | 2015-10-24 01:01:13 | cs2103aug2015-t13-3c/main | https://api.github.com/repos/cs2103aug2015-t13-3c/main | closed | Fix sortDate for events | priority.medium type.task | Current default is 0 for startDate and endDate for new Tasks, which messes up sorting | 1.0 | Fix sortDate for events - Current default is 0 for startDate and endDate for new Tasks, which messes up sorting | priority | fix sortdate for events current default is for startdate and enddate for new tasks which messes up sorting | 1 |
26,409 | 2,684,490,778 | IssuesEvent | 2015-03-29 01:32:23 | gtcasl/gpuocelot | https://api.github.com/repos/gtcasl/gpuocelot | closed | Mistake in lexer | bug imported Priority-Medium | _From [korgulec@gmail.com](https://code.google.com/u/korgulec@gmail.com/) on August 10, 2009 17:49:59_
From the newest release avaible here, ptx.lpp has this definition for
octal values :
OCT_CONSTANT (0[0123456]*)
but 07 is a proper octal value.
_Original issue: http://code.google.com/p/gpuocelot/issues/detail?id=18_ | 1.0 | Mistake in lexer - _From [korgulec@gmail.com](https://code.google.com/u/korgulec@gmail.com/) on August 10, 2009 17:49:59_
From the newest release avaible here, ptx.lpp has this definition for
octal values :
OCT_CONSTANT (0[0123456]*)
but 07 is a proper octal value.
_Original issue: http://code.google.com/p/gpuocelot/issues/detail?id=18_ | priority | mistake in lexer from on august from the newest release avaible here ptx lpp has this definition for octal values oct constant but is a proper octal value original issue | 1 |
592,821 | 17,931,691,785 | IssuesEvent | 2021-09-10 10:05:21 | code-crate/crate | https://api.github.com/repos/code-crate/crate | closed | Deploy to GH Pages | enhancement medium priority | Allow users to view how the editor is going by visiting https://code-crate.github.io/crate instead of having to clone the repository to try it out. | 1.0 | Deploy to GH Pages - Allow users to view how the editor is going by visiting https://code-crate.github.io/crate instead of having to clone the repository to try it out. | priority | deploy to gh pages allow users to view how the editor is going by visiting instead of having to clone the repository to try it out | 1 |
554,560 | 16,433,213,336 | IssuesEvent | 2021-05-20 06:09:49 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | [0.9.4.0 beta develop-180] Missing icons for law triggers | Category: Art Priority: Medium Squad: Saguaro Type: Feature | Missing some law trigger icons for experimental education as well as create tree debris

| 1.0 | [0.9.4.0 beta develop-180] Missing icons for law triggers - Missing some law trigger icons for experimental education as well as create tree debris

| priority | missing icons for law triggers missing some law trigger icons for experimental education as well as create tree debris | 1 |
355,731 | 10,584,028,131 | IssuesEvent | 2019-10-08 14:44:48 | AY1920S1-CS2113T-W12-4/main | https://api.github.com/repos/AY1920S1-CS2113T-W12-4/main | opened | As a user, i can just enter my tasks in accordance to the academic calendar | priority.Medium type.Story | so that i can be more in line with the academic calender. | 1.0 | As a user, i can just enter my tasks in accordance to the academic calendar - so that i can be more in line with the academic calender. | priority | as a user i can just enter my tasks in accordance to the academic calendar so that i can be more in line with the academic calender | 1 |
301,490 | 9,220,931,672 | IssuesEvent | 2019-03-11 18:41:16 | naval-instruments/NavalCPN | https://api.github.com/repos/naval-instruments/NavalCPN | opened | Gtk module unloadable | Medium Priority bug | Need to find where this error comes from:
`Gtk-Message: 19:39:30.420: Failed to load module "atk-bridge"`
Happens on native Parrot OS, Linux 4.19 | 1.0 | Gtk module unloadable - Need to find where this error comes from:
`Gtk-Message: 19:39:30.420: Failed to load module "atk-bridge"`
Happens on native Parrot OS, Linux 4.19 | priority | gtk module unloadable need to find where this error comes from gtk message failed to load module atk bridge happens on native parrot os linux | 1 |
377,368 | 11,170,165,578 | IssuesEvent | 2019-12-28 11:37:37 | Progressive335/Progressive335 | https://api.github.com/repos/Progressive335/Progressive335 | opened | [Loot] BOE Loot Drop Rates | bug medium priority | https://classic.wowhead.com/guides/best-worst-boe-drops-classic-wow
Many BOE have incorrect loot chances. Link has list of BOE to be fixed. | 1.0 | [Loot] BOE Loot Drop Rates - https://classic.wowhead.com/guides/best-worst-boe-drops-classic-wow
Many BOE have incorrect loot chances. Link has list of BOE to be fixed. | priority | boe loot drop rates many boe have incorrect loot chances link has list of boe to be fixed | 1 |
372,551 | 11,016,801,104 | IssuesEvent | 2019-12-05 06:38:36 | OpenSRP/opensrp-client-chw | https://api.github.com/repos/OpenSRP/opensrp-client-chw | closed | Exclusive bf answer choice needs to be reversed on the child medical history page | medium priority | Recall from the child home visit that "No" means the child is exclusively breastfeeding, while "Yes" means they are not, due to the way the question is worded.
This means that on the Medical History page, where the phrase is worded the opposite way, we also need to reverse the answer choice and not just place in the answer choice from the task in the home visit.
Child home visit task:
Yes = Not exclusively breastfeeding
No = Exclusively breastfeeding
Medical history page:
Change "Yes" from above to "No"
Change "No" from above to "Yes"

| 1.0 | Exclusive bf answer choice needs to be reversed on the child medical history page - Recall from the child home visit that "No" means the child is exclusively breastfeeding, while "Yes" means they are not, due to the way the question is worded.
This means that on the Medical History page, where the phrase is worded the opposite way, we also need to reverse the answer choice and not just place in the answer choice from the task in the home visit.
Child home visit task:
Yes = Not exclusively breastfeeding
No = Exclusively breastfeeding
Medical history page:
Change "Yes" from above to "No"
Change "No" from above to "Yes"

| priority | exclusive bf answer choice needs to be reversed on the child medical history page recall from the child home visit that no means the child is exclusively breastfeeding while yes means they are not due to the way the question is worded this means that on the medical history page where the phrase is worded the opposite way we also need to reverse the answer choice and not just place in the answer choice from the task in the home visit child home visit task yes not exclusively breastfeeding no exclusively breastfeeding medical history page change yes from above to no change no from above to yes | 1 |
640,851 | 20,810,478,676 | IssuesEvent | 2022-03-18 01:38:28 | AY2122S2-CS2113T-T10-1/tp | https://api.github.com/repos/AY2122S2-CS2113T-T10-1/tp | opened | As a user who goes out with the same groups of friend everytime, | type.Story priority.Medium | ... I can create groups so that I do not need to always enter the same people’s particulars every session
Add functionality for groups to SplitLah
Set up Group related commands in SplitLah (#235, #236, #238, #239) | 1.0 | As a user who goes out with the same groups of friend everytime, - ... I can create groups so that I do not need to always enter the same people’s particulars every session
Add functionality for groups to SplitLah
Set up Group related commands in SplitLah (#235, #236, #238, #239) | priority | as a user who goes out with the same groups of friend everytime i can create groups so that i do not need to always enter the same people’s particulars every session add functionality for groups to splitlah set up group related commands in splitlah | 1 |
630,719 | 20,116,941,136 | IssuesEvent | 2022-02-07 20:36:06 | status-im/status-desktop | https://api.github.com/repos/status-im/status-desktop | closed | UI freezes for about 1 second when user clicks "Add to contacts" in the contact dialogue | bug Chat Communities performance priority 2: medium | when a User clicks "Add to contacts" in the contact dialogue, the UI freezes for about 1 second before the dialogue is dismissed. It freezes for just long enough for the user to think something is broken and try clicking again.
Desired resolution: when a user clicks "Add to contacts" the contact dialogue should close instantly without delay | 1.0 | UI freezes for about 1 second when user clicks "Add to contacts" in the contact dialogue - when a User clicks "Add to contacts" in the contact dialogue, the UI freezes for about 1 second before the dialogue is dismissed. It freezes for just long enough for the user to think something is broken and try clicking again.
Desired resolution: when a user clicks "Add to contacts" the contact dialogue should close instantly without delay | priority | ui freezes for about second when user clicks add to contacts in the contact dialogue when a user clicks add to contacts in the contact dialogue the ui freezes for about second before the dialogue is dismissed it freezes for just long enough for the user to think something is broken and try clicking again desired resolution when a user clicks add to contacts the contact dialogue should close instantly without delay | 1 |
116,263 | 4,699,508,210 | IssuesEvent | 2016-10-12 15:51:22 | CCAFS/MARLO | https://api.github.com/repos/CCAFS/MARLO | closed | Rule: CRP Admin / Regional Program / Add Program | Priority - Medium Type - Bug | **Rule:** There must exist at least one Regional Program per crp in case the CRP is going to manage Regional Programs
**Testing results:** We could click the save button without adding any Regional Program. A green message was displayed. | 1.0 | Rule: CRP Admin / Regional Program / Add Program - **Rule:** There must exist at least one Regional Program per crp in case the CRP is going to manage Regional Programs
**Testing results:** We could click the save button without adding any Regional Program. A green message was displayed. | priority | rule crp admin regional program add program rule there must exist at least one regional program per crp in case the crp is going to manage regional programs testing results we could click the save button without adding any regional program a green message was displayed | 1 |
690,283 | 23,653,266,249 | IssuesEvent | 2022-08-26 08:47:57 | LuanRT/YouTube.js | https://api.github.com/repos/LuanRT/YouTube.js | opened | Parse entire settings page | enhancement priority: medium | ### Describe your suggestion
Currently, the only way to change an account's settings through the library is by using some of the methods available under `Innertube#account.privacy.x` and `Innertube#account.notifications.x`. Those are pretty limited and use hard-coded values to find the correct buttons and extract needed tokens/browseIds/Ids from their nav endpoints.
Since InnerTube does provide all that info, we do not need to hard-code anything and should rather provide a class with utility methods & properties that allow the user to navigate through the page programmatically and call the endpoint of any desired element. That would also make more setting options available.
### Other details
_No response_
### Checklist
- [X] I am running the latest version.
- [X] I checked the documentation and found no answer.
- [X] I have searched the existing issues and made sure this is not a duplicate.
- [X] I have provided sufficient information. | 1.0 | Parse entire settings page - ### Describe your suggestion
Currently, the only way to change an account's settings through the library is by using some of the methods available under `Innertube#account.privacy.x` and `Innertube#account.notifications.x`. Those are pretty limited and use hard-coded values to find the correct buttons and extract needed tokens/browseIds/Ids from their nav endpoints.
Since InnerTube does provide all that info, we do not need to hard-code anything and should rather provide a class with utility methods & properties that allow the user to navigate through the page programmatically and call the endpoint of any desired element. That would also make more setting options available.
### Other details
_No response_
### Checklist
- [X] I am running the latest version.
- [X] I checked the documentation and found no answer.
- [X] I have searched the existing issues and made sure this is not a duplicate.
- [X] I have provided sufficient information. | priority | parse entire settings page describe your suggestion currently the only way to change an account s settings through the library is by using some of the methods available under innertube account privacy x and innertube account notifications x those are pretty limited and use hard coded values to find the correct buttons and extract needed tokens browseids ids from their nav endpoints since innertube does provide all that info we do not need to hard code anything and should rather provide a class with utility methods properties that allow the user to navigate through the page programmatically and call the endpoint of any desired element that would also make more setting options available other details no response checklist i am running the latest version i checked the documentation and found no answer i have searched the existing issues and made sure this is not a duplicate i have provided sufficient information | 1 |
331,376 | 10,065,253,102 | IssuesEvent | 2019-07-23 10:26:52 | netdata/netdata | https://api.github.com/repos/netdata/netdata | reopened | MacOS Path Issues | bug priority/medium size:2 | ##### Bug report summary
I am having some issues with netdata paths and system integrity protection on MacOS High Sierra. The application itself is running, however if I attempt to run anything like edit-config, it fails due to incorrect paths.
##### OS / Environment
MacOS High Sierra (10.13.6)
Installed via Homebrew
##### Netdata version (ouput of `netdata -V`)
netdata v1.15.0
**Taken from https://hostname.dom:19999/netdata.conf**
* config directory = /usr/local/etc/netdata
* stock config directory = /usr/local/Cellar/netdata/1.15.0/lib/netdata/conf.d
* log directory = /usr/local/var/log/netdata
* web files directory = /usr/local/Cellar/netdata/1.15.0/share/netdata/web
* cache directory = /usr/local/var/cache/netdata
* lib directory = /usr/local/var/lib/netdata
* home directory = /usr/local/var/cache/netdata
* plugins directory = "/usr/local/Cellar/netdata/1.15.0/libexec/netdata/plugins.d" "/usr/local/etc/netdata/custom-plugins.d"
##### Component Name
Multiple
##### Steps To Reproduce
# Example 1 - edit-config
If I run `./edit-config` in `/usr/local/etc/netdata/edit-config` I get the following output.
> USAGE:
> ./edit-config FILENAME
>
> Copy and edit the stock config file named: FILENAME
> if FILENAME is already copied, it will be edited as-is.
>
> The EDITOR shell variable is used to define the editor to be used.
>
> Stock config files at: '/usr/lib/netdata/conf.d'
> User config files at: '/etc/netdata'
>
> Available files in '/usr/lib/netdata/conf.d' to copy and edit:
>
> ./edit-config: line 35: cd: /usr/lib/netdata/conf.d: No such file or directory
If I look inside the edit-config file I can see that it specifies the stock and user file locations. I could manually create a symlink for the user config file directory from `/etc/netdata` to `/usr/local/etc/netdata/`. However the same is not true for the `/usr/lib/netdata/netdata/conf.d`, due to MacOS System Integrity Protection.
I could disable SIP, but that is not really a desirable solution.
# Example 2 - alarm-notify.sh
If I run the alarm test script by using the following command:
`/usr/local/Cellar/netdata/1.15.0/libexec/netdata/plugins.d/alarm-notify.sh test`
I get the below output:
> \# SENDING TEST WARNING ALARM TO ROLE: sysadmin
>2019-05-29 15:56:05: alarm-notify.sh: WARNING: Cannot find file '/usr/lib/netdata/conf.d/health_alarm_notify.conf'.
> 2019-05-29 15:56:05: alarm-notify.sh: WARNING: Cannot find file '/etc/netdata/health_alarm_notify.conf'.
> 2019-05-29 15:56:05: alarm-notify.sh: FATAL: All notification methods are disabled. Not sending notification for host 'luxo.canfactory.org', chart 'test.chart' to 'sysadmin' for 'test_alarm' = '100' for status 'WARNING'.
> \# FAILED
> \# SENDING TEST CRITICAL ALARM TO ROLE: sysadmin
> 2019-05-29 15:56:05: alarm-notify.sh: WARNING: Cannot find file '/usr/lib/netdata/conf.d/health_alarm_notify.conf'.
> 2019-05-29 15:56:05: alarm-notify.sh: WARNING: Cannot find file '/etc/netdata/health_alarm_notify.conf'.
> 2019-05-29 15:56:05: alarm-notify.sh: FATAL: All notification methods are disabled. Not sending notification for host 'luxo.canfactory.org', chart 'test.chart' to 'sysadmin' for 'test_alarm' = '100' for status 'CRITICAL'.
> \# FAILED
> \# SENDING TEST CLEAR ALARM TO ROLE: sysadmin
> 2019-05-29 15:56:05: alarm-notify.sh: WARNING: Cannot find file '/usr/lib/netdata/conf.d/health_alarm_notify.conf'.
> 2019-05-29 15:56:05: alarm-notify.sh: WARNING: Cannot find file '/etc/netdata/health_alarm_notify.conf'.
> 2019-05-29 15:56:05: alarm-notify.sh: FATAL: All notification methods are disabled. Not sending notification for host 'luxo.canfactory.org', chart 'test.chart' to 'sysadmin' for 'test_alarm' = '100' for status 'CLEAR'.
> \# FAILED
If I look inside that file, it has a line mentioning that it has a hard coded user and stock config files so the notifications script can be called separately. Once again, I could edit these values, or partially fix the issue with the symlink that I can create.
However, before I started down that road, I just wanted to make sure I wasn't missing anything. Should I be changing something or supplying some kind of install variable to have those values updated on install?
Thanks in advance.
##### Expected behavior | 1.0 | MacOS Path Issues - ##### Bug report summary
I am having some issues with netdata paths and system integrity protection on MacOS High Sierra. The application itself is running, however if I attempt to run anything like edit-config, it fails due to incorrect paths.
##### OS / Environment
MacOS High Sierra (10.13.6)
Installed via Homebrew
##### Netdata version (ouput of `netdata -V`)
netdata v1.15.0
**Taken from https://hostname.dom:19999/netdata.conf**
* config directory = /usr/local/etc/netdata
* stock config directory = /usr/local/Cellar/netdata/1.15.0/lib/netdata/conf.d
* log directory = /usr/local/var/log/netdata
* web files directory = /usr/local/Cellar/netdata/1.15.0/share/netdata/web
* cache directory = /usr/local/var/cache/netdata
* lib directory = /usr/local/var/lib/netdata
* home directory = /usr/local/var/cache/netdata
* plugins directory = "/usr/local/Cellar/netdata/1.15.0/libexec/netdata/plugins.d" "/usr/local/etc/netdata/custom-plugins.d"
##### Component Name
Multiple
##### Steps To Reproduce
# Example 1 - edit-config
If I run `./edit-config` in `/usr/local/etc/netdata/edit-config` I get the following output.
> USAGE:
> ./edit-config FILENAME
>
> Copy and edit the stock config file named: FILENAME
> if FILENAME is already copied, it will be edited as-is.
>
> The EDITOR shell variable is used to define the editor to be used.
>
> Stock config files at: '/usr/lib/netdata/conf.d'
> User config files at: '/etc/netdata'
>
> Available files in '/usr/lib/netdata/conf.d' to copy and edit:
>
> ./edit-config: line 35: cd: /usr/lib/netdata/conf.d: No such file or directory
If I look inside the edit-config file I can see that it specifies the stock and user file locations. I could manually create a symlink for the user config file directory from `/etc/netdata` to `/usr/local/etc/netdata/`. However the same is not true for the `/usr/lib/netdata/netdata/conf.d`, due to MacOS System Integrity Protection.
I could disable SIP, but that is not really a desirable solution.
# Example 2 - alarm-notify.sh
If I run the alarm test script by using the following command:
`/usr/local/Cellar/netdata/1.15.0/libexec/netdata/plugins.d/alarm-notify.sh test`
I get the below output:
> \# SENDING TEST WARNING ALARM TO ROLE: sysadmin
>2019-05-29 15:56:05: alarm-notify.sh: WARNING: Cannot find file '/usr/lib/netdata/conf.d/health_alarm_notify.conf'.
> 2019-05-29 15:56:05: alarm-notify.sh: WARNING: Cannot find file '/etc/netdata/health_alarm_notify.conf'.
> 2019-05-29 15:56:05: alarm-notify.sh: FATAL: All notification methods are disabled. Not sending notification for host 'luxo.canfactory.org', chart 'test.chart' to 'sysadmin' for 'test_alarm' = '100' for status 'WARNING'.
> \# FAILED
> \# SENDING TEST CRITICAL ALARM TO ROLE: sysadmin
> 2019-05-29 15:56:05: alarm-notify.sh: WARNING: Cannot find file '/usr/lib/netdata/conf.d/health_alarm_notify.conf'.
> 2019-05-29 15:56:05: alarm-notify.sh: WARNING: Cannot find file '/etc/netdata/health_alarm_notify.conf'.
> 2019-05-29 15:56:05: alarm-notify.sh: FATAL: All notification methods are disabled. Not sending notification for host 'luxo.canfactory.org', chart 'test.chart' to 'sysadmin' for 'test_alarm' = '100' for status 'CRITICAL'.
> \# FAILED
> \# SENDING TEST CLEAR ALARM TO ROLE: sysadmin
> 2019-05-29 15:56:05: alarm-notify.sh: WARNING: Cannot find file '/usr/lib/netdata/conf.d/health_alarm_notify.conf'.
> 2019-05-29 15:56:05: alarm-notify.sh: WARNING: Cannot find file '/etc/netdata/health_alarm_notify.conf'.
> 2019-05-29 15:56:05: alarm-notify.sh: FATAL: All notification methods are disabled. Not sending notification for host 'luxo.canfactory.org', chart 'test.chart' to 'sysadmin' for 'test_alarm' = '100' for status 'CLEAR'.
> \# FAILED
If I look inside that file, it has a line mentioning that it has a hard coded user and stock config files so the notifications script can be called separately. Once again, I could edit these values, or partially fix the issue with the symlink that I can create.
However, before I started down that road, I just wanted to make sure I wasn't missing anything. Should I be changing something or supplying some kind of install variable to have those values updated on install?
Thanks in advance.
##### Expected behavior | priority | macos path issues bug report summary i am having some issues with netdata paths and system integrity protection on macos high sierra the application itself is running however if i attempt to run anything like edit config it fails due to incorrect paths os environment macos high sierra installed via homebrew netdata version ouput of netdata v netdata taken from config directory usr local etc netdata stock config directory usr local cellar netdata lib netdata conf d log directory usr local var log netdata web files directory usr local cellar netdata share netdata web cache directory usr local var cache netdata lib directory usr local var lib netdata home directory usr local var cache netdata plugins directory usr local cellar netdata libexec netdata plugins d usr local etc netdata custom plugins d component name multiple steps to reproduce example edit config if i run edit config in usr local etc netdata edit config i get the following output usage edit config filename copy and edit the stock config file named filename if filename is already copied it will be edited as is the editor shell variable is used to define the editor to be used stock config files at usr lib netdata conf d user config files at etc netdata available files in usr lib netdata conf d to copy and edit edit config line cd usr lib netdata conf d no such file or directory if i look inside the edit config file i can see that it specifies the stock and user file locations i could manually create a symlink for the user config file directory from etc netdata to usr local etc netdata however the same is not true for the usr lib netdata netdata conf d due to macos system integrity protection i could disable sip but that is not really a desirable solution example alarm notify sh if i run the alarm test script by using the following command usr local cellar netdata libexec netdata plugins d alarm notify sh test i get the below output sending test warning alarm to role sysadmin alarm notify sh warning cannot find file usr lib netdata conf d health alarm notify conf alarm notify sh warning cannot find file etc netdata health alarm notify conf alarm notify sh fatal all notification methods are disabled not sending notification for host luxo canfactory org chart test chart to sysadmin for test alarm for status warning failed sending test critical alarm to role sysadmin alarm notify sh warning cannot find file usr lib netdata conf d health alarm notify conf alarm notify sh warning cannot find file etc netdata health alarm notify conf alarm notify sh fatal all notification methods are disabled not sending notification for host luxo canfactory org chart test chart to sysadmin for test alarm for status critical failed sending test clear alarm to role sysadmin alarm notify sh warning cannot find file usr lib netdata conf d health alarm notify conf alarm notify sh warning cannot find file etc netdata health alarm notify conf alarm notify sh fatal all notification methods are disabled not sending notification for host luxo canfactory org chart test chart to sysadmin for test alarm for status clear failed if i look inside that file it has a line mentioning that it has a hard coded user and stock config files so the notifications script can be called separately once again i could edit these values or partially fix the issue with the symlink that i can create however before i started down that road i just wanted to make sure i wasn t missing anything should i be changing something or supplying some kind of install variable to have those values updated on install thanks in advance expected behavior | 1 |
225,000 | 7,476,490,108 | IssuesEvent | 2018-04-04 03:26:38 | code-helix/slatekit | https://api.github.com/repos/code-helix/slatekit | closed | APIs: Support various registration types | effort_medium enhancement priority_high | # Overview
Currently, Universal APIs are loaded by checking for annotations on regular methods.
This enhancement involves support alternate registration methods.
# Changes
- Allow registration of the actions from a trait
- Allow registration of the actions declaratively ( like http routes but with method references )
- Allow registration of the actions from a file ( json format that matches the fields in annotations )
# Note
For item 2 in changes:
```kotlin
...
// Case 1: Register one at a time
actions.register( "admin", "users", "create" , method = Users::create )
actions.register( "admin", "users", "update", method = Users::update )
actions.register( "admin", "users", "delete" , method = Users::delete )
// Case 2: Register in bulk if actions match method names
actions.register( "admin", "users", listOf(
Users::create,
Users::update,
Users::delete
))
// Case 3: Register using an api trait
// This will take all the methods in the trait and set them up as API actions
actions.register( "admin", "users", UsersApi::class )
// Case 4: Register using a file
actions.register( "user://myapp/conf/routes.json" )
...
``` | 1.0 | APIs: Support various registration types - # Overview
Currently, Universal APIs are loaded by checking for annotations on regular methods.
This enhancement involves support alternate registration methods.
# Changes
- Allow registration of the actions from a trait
- Allow registration of the actions declaratively ( like http routes but with method references )
- Allow registration of the actions from a file ( json format that matches the fields in annotations )
# Note
For item 2 in changes:
```kotlin
...
// Case 1: Register one at a time
actions.register( "admin", "users", "create" , method = Users::create )
actions.register( "admin", "users", "update", method = Users::update )
actions.register( "admin", "users", "delete" , method = Users::delete )
// Case 2: Register in bulk if actions match method names
actions.register( "admin", "users", listOf(
Users::create,
Users::update,
Users::delete
))
// Case 3: Register using an api trait
// This will take all the methods in the trait and set them up as API actions
actions.register( "admin", "users", UsersApi::class )
// Case 4: Register using a file
actions.register( "user://myapp/conf/routes.json" )
...
``` | priority | apis support various registration types overview currently universal apis are loaded by checking for annotations on regular methods this enhancement involves support alternate registration methods changes allow registration of the actions from a trait allow registration of the actions declaratively like http routes but with method references allow registration of the actions from a file json format that matches the fields in annotations note for item in changes kotlin case register one at a time actions register admin users create method users create actions register admin users update method users update actions register admin users delete method users delete case register in bulk if actions match method names actions register admin users listof users create users update users delete case register using an api trait this will take all the methods in the trait and set them up as api actions actions register admin users usersapi class case register using a file actions register user myapp conf routes json | 1 |
96,872 | 3,974,361,848 | IssuesEvent | 2016-05-04 21:53:23 | SpeedCurve-Metrics/SpeedCurve | https://api.github.com/repos/SpeedCurve-Metrics/SpeedCurve | closed | send notification after N failures | priority medium type enhancement | If a customer runs many tests during the day, the fail-pass-fail-pass flapping can be a bit chatty. One customer requested that notifications only be sent after N tests-in-a-row fail/pass. | 1.0 | send notification after N failures - If a customer runs many tests during the day, the fail-pass-fail-pass flapping can be a bit chatty. One customer requested that notifications only be sent after N tests-in-a-row fail/pass. | priority | send notification after n failures if a customer runs many tests during the day the fail pass fail pass flapping can be a bit chatty one customer requested that notifications only be sent after n tests in a row fail pass | 1 |
156,915 | 5,990,977,174 | IssuesEvent | 2017-06-02 13:03:08 | tferreira/piggydime | https://api.github.com/repos/tferreira/piggydime | opened | Issue with bcrypt python packages | deployment priority - medium | There is a conflict issue between bcrypt, flask_bcrypt and py-crypt.
The error is the following (happens when registering an user):
`AttributeError: module 'bcrypt._bcrypt' has no attribute 'ffi'`
Currently the workaround is to reinstall py-bcrypt:
`$ pip3.5 uninstall py-bcrypt && pip3.5 install py-bcrypt` | 1.0 | Issue with bcrypt python packages - There is a conflict issue between bcrypt, flask_bcrypt and py-crypt.
The error is the following (happens when registering an user):
`AttributeError: module 'bcrypt._bcrypt' has no attribute 'ffi'`
Currently the workaround is to reinstall py-bcrypt:
`$ pip3.5 uninstall py-bcrypt && pip3.5 install py-bcrypt` | priority | issue with bcrypt python packages there is a conflict issue between bcrypt flask bcrypt and py crypt the error is the following happens when registering an user attributeerror module bcrypt bcrypt has no attribute ffi currently the workaround is to reinstall py bcrypt uninstall py bcrypt install py bcrypt | 1 |
707,374 | 24,304,119,044 | IssuesEvent | 2022-09-29 15:55:40 | docker-mailserver/docker-mailserver | https://api.github.com/repos/docker-mailserver/docker-mailserver | opened | [BUG] mailserver picks outdated certificate from multiple entries in acme.json although there is a valid one available | kind/bug meta/needs triage priority/medium | ### Miscellaneous first checks
- [X] I checked that all ports are open and not blocked by my ISP / hosting provider.
- [X] I know that SSL errors are likely the result of a wrong setup on the user side and not caused by DMS itself. I'm confident my setup is correct.
### Affected Component(s)
SSL Certificate import from acme.json file, coming from Traefik2
### What happened and when does this occur?
```Markdown
The Mailserver extracts the first certificate for mail.domain in acme.json, although this one is outdated. There is another entry for mail.domain in acme.json with the currently valid certificate.
```
### What did you expect to happen?
```Markdown
When there are multiple entries for my domain in acme.json, the certificate with the latest expiration date should be picked for export instead of picking the first entry, as that can be outdated.
```
### How do we replicate the issue?
```Markdown
1. Traefik2 stored multiple versions of the mailserver certificate in acme.json. First entry is an outdated certificate, and further down, another entry is an up-to-date certificate for the same domain.
2. Start Mailserver with such an acme.json
3. Mailserver will use the outdated SSL certificate
4. Remove outdated entry from acme.json and do not touch the rest of acme.json, such that now the up-to-date certificate is the first entry for mailserver's domain.
5. Mailserver will now pick up the correct certificate.
```
### DMS version
v11.1.0
### What operating system is DMS running on?
Linux
### What instruction set architecture is DMS running on?
x86_64 / AMD64
### What container orchestration tool are you using?
Docker Compose
### docker-compose.yml
```yml
services:
mailserver:
build: .
container_name: mailserver
# If the FQDN for your mail-server iposts only two labels (eg: example.com),
# you can assign this entirely to `hostname` and remove `domainname`.
hostname: mail
domainname: ${DOMAIN}
env_file: mailserver.env
environment:
# General settings
OVERRIDE_HOSTNAME: "mail.${DOMAIN}"
# SSL settings
SSL_TYPE: letsencrypt
SSL_DOMAIN: "mail.${DOMAIN}"
# [...]
# More information about the mail-server ports:
# https://docker-mailserver.github.io/docker-mailserver/edge/config/security/understanding-the-ports/
# To avoid conflicts with yaml base-60 float, DO NOT remove the quotation marks.
# "implicit TLS" is stronger security than "explicit TLS"
ports:
- "25:25" # SMTP (explicit TLS => STARTTLS)
# - "143:143" # IMAP4 (explicit TLS => STARTTLS)
- "465:465" # ESMTP (implicit TLS)
# - "587:587" # ESMTP (explicit TLS => STARTTLS)
- "993:993" # IMAP4 (implicit TLS)
- "995:995" # POP3 (with TLS)
volumes:
- mail-data:/var/mail/
- mail-state:/var/mail-state/
- mail-logs:/var/log/mail/
- /etc/localtime:/etc/localtime:ro
# Access to Traefik's SSL certificates
# Mailserver will use '/etc/letsencrypt/acme.json' which is set up as a symlink
# to '/traefik/acme.json' in the Dockerfile. This is used to be able to include
# this file from a docker volume in readonly mode without setting the whole
# directory /etc/letsencrypt to be readonly (as that would conflict with the creation
# of the 'live' subdirectory that's used by mailserver to export certificates)
- traefik_data:/traefik:ro
# include mailman's maps
- mailman_core:/opt/mailman/core
restart: always
depends_on:
- mailserver_db
stop_grace_period: 1m
cap_add:
- NET_ADMIN
- SYS_PTRACE
networks:
- mail
```
### Relevant log output
_No response_
### Other relevant information
```Markdown
### My guess to what's the cause of and solution to the problem
Usually, acme.json is expected to only have one entry per (sub-)domain. On my other server, that's true. But this is not guaranteed; on our affected server (using the same traefik configuration), Traefik2 has kept one outdated version alongside the recent certificate for some (not all) domains in acme.json.
Solution to this problem is to adapt the certificate import: Check whether there are multiple certificates for the domain in acme.json and then to pick the most recent one.
### Dockerfile
Should not be relevant, but for the sake of completeness, this is our addition to the Dockerfile to manage the import of `acme.json`. This has no effect on the contents of `acme.json` and is also used on another server that did not expect any issues.
FROM docker.io/mailserver/docker-mailserver:11.1.0
ARG DEBIAN_FRONTEND=noninteractive
[...]
# let /etc/letsencrypt/acme.json point to /traefik/acme.json
# such that we can mount the traefik volume to /traefik in readonly mode
# without having /etc/letsencrypt readonly
RUN mkdir -p /etc/letsencrypt && ln -s /traefik/acme.json /etc/letsencrypt/acme.json
[...]
```
```
### What level of experience do you have with Docker and mail servers?
- [ ] I am inexperienced with docker
- [ ] I am inexperienced with mail servers
- [ ] I am uncomfortable with the CLI
### Code of conduct
- [X] I have read this project's [Code of Conduct](https://github.com/docker-mailserver/docker-mailserver/blob/master/CODE_OF_CONDUCT.md) and I agree
- [X] I have read the [README](https://github.com/docker-mailserver/docker-mailserver/blob/master/README.md) and the [documentation](https://docker-mailserver.github.io/docker-mailserver/edge/) and I searched the [issue tracker](https://github.com/docker-mailserver/docker-mailserver/issues?q=is%3Aissue) but could not find a solution
### Improvements to this form?
```Markdown
I don't know where to put the following information; maybe an input for "Your guess to what's going wrong or your ideas for possible solutions (if any)?"
```
| 1.0 | [BUG] mailserver picks outdated certificate from multiple entries in acme.json although there is a valid one available - ### Miscellaneous first checks
- [X] I checked that all ports are open and not blocked by my ISP / hosting provider.
- [X] I know that SSL errors are likely the result of a wrong setup on the user side and not caused by DMS itself. I'm confident my setup is correct.
### Affected Component(s)
SSL Certificate import from acme.json file, coming from Traefik2
### What happened and when does this occur?
```Markdown
The Mailserver extracts the first certificate for mail.domain in acme.json, although this one is outdated. There is another entry for mail.domain in acme.json with the currently valid certificate.
```
### What did you expect to happen?
```Markdown
When there are multiple entries for my domain in acme.json, the certificate with the latest expiration date should be picked for export instead of picking the first entry, as that can be outdated.
```
### How do we replicate the issue?
```Markdown
1. Traefik2 stored multiple versions of the mailserver certificate in acme.json. First entry is an outdated certificate, and further down, another entry is an up-to-date certificate for the same domain.
2. Start Mailserver with such an acme.json
3. Mailserver will use the outdated SSL certificate
4. Remove outdated entry from acme.json and do not touch the rest of acme.json, such that now the up-to-date certificate is the first entry for mailserver's domain.
5. Mailserver will now pick up the correct certificate.
```
### DMS version
v11.1.0
### What operating system is DMS running on?
Linux
### What instruction set architecture is DMS running on?
x86_64 / AMD64
### What container orchestration tool are you using?
Docker Compose
### docker-compose.yml
```yml
services:
mailserver:
build: .
container_name: mailserver
# If the FQDN for your mail-server iposts only two labels (eg: example.com),
# you can assign this entirely to `hostname` and remove `domainname`.
hostname: mail
domainname: ${DOMAIN}
env_file: mailserver.env
environment:
# General settings
OVERRIDE_HOSTNAME: "mail.${DOMAIN}"
# SSL settings
SSL_TYPE: letsencrypt
SSL_DOMAIN: "mail.${DOMAIN}"
# [...]
# More information about the mail-server ports:
# https://docker-mailserver.github.io/docker-mailserver/edge/config/security/understanding-the-ports/
# To avoid conflicts with yaml base-60 float, DO NOT remove the quotation marks.
# "implicit TLS" is stronger security than "explicit TLS"
ports:
- "25:25" # SMTP (explicit TLS => STARTTLS)
# - "143:143" # IMAP4 (explicit TLS => STARTTLS)
- "465:465" # ESMTP (implicit TLS)
# - "587:587" # ESMTP (explicit TLS => STARTTLS)
- "993:993" # IMAP4 (implicit TLS)
- "995:995" # POP3 (with TLS)
volumes:
- mail-data:/var/mail/
- mail-state:/var/mail-state/
- mail-logs:/var/log/mail/
- /etc/localtime:/etc/localtime:ro
# Access to Traefik's SSL certificates
# Mailserver will use '/etc/letsencrypt/acme.json' which is set up as a symlink
# to '/traefik/acme.json' in the Dockerfile. This is used to be able to include
# this file from a docker volume in readonly mode without setting the whole
# directory /etc/letsencrypt to be readonly (as that would conflict with the creation
# of the 'live' subdirectory that's used by mailserver to export certificates)
- traefik_data:/traefik:ro
# include mailman's maps
- mailman_core:/opt/mailman/core
restart: always
depends_on:
- mailserver_db
stop_grace_period: 1m
cap_add:
- NET_ADMIN
- SYS_PTRACE
networks:
- mail
```
### Relevant log output
_No response_
### Other relevant information
```Markdown
### My guess to what's the cause of and solution to the problem
Usually, acme.json is expected to only have one entry per (sub-)domain. On my other server, that's true. But this is not guaranteed; on our affected server (using the same traefik configuration), Traefik2 has kept one outdated version alongside the recent certificate for some (not all) domains in acme.json.
Solution to this problem is to adapt the certificate import: Check whether there are multiple certificates for the domain in acme.json and then to pick the most recent one.
### Dockerfile
Should not be relevant, but for the sake of completeness, this is our addition to the Dockerfile to manage the import of `acme.json`. This has no effect on the contents of `acme.json` and is also used on another server that did not expect any issues.
FROM docker.io/mailserver/docker-mailserver:11.1.0
ARG DEBIAN_FRONTEND=noninteractive
[...]
# let /etc/letsencrypt/acme.json point to /traefik/acme.json
# such that we can mount the traefik volume to /traefik in readonly mode
# without having /etc/letsencrypt readonly
RUN mkdir -p /etc/letsencrypt && ln -s /traefik/acme.json /etc/letsencrypt/acme.json
[...]
```
```
### What level of experience do you have with Docker and mail servers?
- [ ] I am inexperienced with docker
- [ ] I am inexperienced with mail servers
- [ ] I am uncomfortable with the CLI
### Code of conduct
- [X] I have read this project's [Code of Conduct](https://github.com/docker-mailserver/docker-mailserver/blob/master/CODE_OF_CONDUCT.md) and I agree
- [X] I have read the [README](https://github.com/docker-mailserver/docker-mailserver/blob/master/README.md) and the [documentation](https://docker-mailserver.github.io/docker-mailserver/edge/) and I searched the [issue tracker](https://github.com/docker-mailserver/docker-mailserver/issues?q=is%3Aissue) but could not find a solution
### Improvements to this form?
```Markdown
I don't know where to put the following information; maybe an input for "Your guess to what's going wrong or your ideas for possible solutions (if any)?"
```
| priority | mailserver picks outdated certificate from multiple entries in acme json although there is a valid one available miscellaneous first checks i checked that all ports are open and not blocked by my isp hosting provider i know that ssl errors are likely the result of a wrong setup on the user side and not caused by dms itself i m confident my setup is correct affected component s ssl certificate import from acme json file coming from what happened and when does this occur markdown the mailserver extracts the first certificate for mail domain in acme json although this one is outdated there is another entry for mail domain in acme json with the currently valid certificate what did you expect to happen markdown when there are multiple entries for my domain in acme json the certificate with the latest expiration date should be picked for export instead of picking the first entry as that can be outdated how do we replicate the issue markdown stored multiple versions of the mailserver certificate in acme json first entry is an outdated certificate and further down another entry is an up to date certificate for the same domain start mailserver with such an acme json mailserver will use the outdated ssl certificate remove outdated entry from acme json and do not touch the rest of acme json such that now the up to date certificate is the first entry for mailserver s domain mailserver will now pick up the correct certificate dms version what operating system is dms running on linux what instruction set architecture is dms running on what container orchestration tool are you using docker compose docker compose yml yml services mailserver build container name mailserver if the fqdn for your mail server iposts only two labels eg example com you can assign this entirely to hostname and remove domainname hostname mail domainname domain env file mailserver env environment general settings override hostname mail domain ssl settings ssl type letsencrypt ssl domain mail domain more information about the mail server ports to avoid conflicts with yaml base float do not remove the quotation marks implicit tls is stronger security than explicit tls ports smtp explicit tls starttls explicit tls starttls esmtp implicit tls esmtp explicit tls starttls implicit tls with tls volumes mail data var mail mail state var mail state mail logs var log mail etc localtime etc localtime ro access to traefik s ssl certificates mailserver will use etc letsencrypt acme json which is set up as a symlink to traefik acme json in the dockerfile this is used to be able to include this file from a docker volume in readonly mode without setting the whole directory etc letsencrypt to be readonly as that would conflict with the creation of the live subdirectory that s used by mailserver to export certificates traefik data traefik ro include mailman s maps mailman core opt mailman core restart always depends on mailserver db stop grace period cap add net admin sys ptrace networks mail relevant log output no response other relevant information markdown my guess to what s the cause of and solution to the problem usually acme json is expected to only have one entry per sub domain on my other server that s true but this is not guaranteed on our affected server using the same traefik configuration has kept one outdated version alongside the recent certificate for some not all domains in acme json solution to this problem is to adapt the certificate import check whether there are multiple certificates for the domain in acme json and then to pick the most recent one dockerfile should not be relevant but for the sake of completeness this is our addition to the dockerfile to manage the import of acme json this has no effect on the contents of acme json and is also used on another server that did not expect any issues from docker io mailserver docker mailserver arg debian frontend noninteractive let etc letsencrypt acme json point to traefik acme json such that we can mount the traefik volume to traefik in readonly mode without having etc letsencrypt readonly run mkdir p etc letsencrypt ln s traefik acme json etc letsencrypt acme json what level of experience do you have with docker and mail servers i am inexperienced with docker i am inexperienced with mail servers i am uncomfortable with the cli code of conduct i have read this project s and i agree i have read the and the and i searched the but could not find a solution improvements to this form markdown i don t know where to put the following information maybe an input for your guess to what s going wrong or your ideas for possible solutions if any | 1 |
525,155 | 15,239,153,597 | IssuesEvent | 2021-02-19 03:43:46 | Toontown-Offline-Issue-Tracker/issues | https://api.github.com/repos/Toontown-Offline-Issue-Tracker/issues | closed | Some magic word aliases don't work, even though they are defined. | bug fixed medium priority | 
Here you can see an alias for the Magic Word GetZone is "zone"

However, if you try to use it, it will state it doesn't exist
| 1.0 | Some magic word aliases don't work, even though they are defined. - 
Here you can see an alias for the Magic Word GetZone is "zone"

However, if you try to use it, it will state it doesn't exist
| priority | some magic word aliases don t work even though they are defined here you can see an alias for the magic word getzone is zone however if you try to use it it will state it doesn t exist | 1 |
760,404 | 26,638,433,104 | IssuesEvent | 2023-01-25 00:49:29 | luanyluz/portifolio | https://api.github.com/repos/luanyluz/portifolio | closed | Adicionar meus dados de contato. | Priority: Medium Weight: 3 Type: Feature | ##Informações
- [ ] Linkedin
- [ ] Email
- [ ] Telefone (Watsaap/ Telegram)
- [ ] GitHub | 1.0 | Adicionar meus dados de contato. - ##Informações
- [ ] Linkedin
- [ ] Email
- [ ] Telefone (Watsaap/ Telegram)
- [ ] GitHub | priority | adicionar meus dados de contato informações linkedin email telefone watsaap telegram github | 1 |
717,234 | 24,667,316,831 | IssuesEvent | 2022-10-18 11:18:55 | Software-Engineering-LNU/Software-Engineering-Project | https://api.github.com/repos/Software-Engineering-LNU/Software-Engineering-Project | closed | Create ADO.NET project | Feature Medium priority | Definition of done:
- [x] Set up ADO.NET console app
Deadline 02.10.2022 23:59 | 1.0 | Create ADO.NET project - Definition of done:
- [x] Set up ADO.NET console app
Deadline 02.10.2022 23:59 | priority | create ado net project definition of done set up ado net console app deadline | 1 |
713,782 | 24,539,480,968 | IssuesEvent | 2022-10-12 01:26:17 | RobotLocomotion/drake | https://api.github.com/repos/RobotLocomotion/drake | closed | RgbdSensor / DepthImageToPointCloud outputs are numerically different on two different focal machines | type: bug priority: medium component: geometry perception | ### What happened?
Running the following code (which uses the resources in https://github.com/RussTedrake/manipulation)
```
from pydrake.multibody.parsing import (Parser, ProcessModelDirectives,
LoadModelDirectives)
from pydrake.multibody.plant import AddMultibodyPlantSceneGraph
from pydrake.systems.framework import DiagramBuilder
from manipulation.scenarios import AddRgbdSensors
from manipulation.utils import FindResource, AddPackagePaths
builder = DiagramBuilder()
plant, scene_graph = AddMultibodyPlantSceneGraph(builder, time_step=0.0)
parser = Parser(plant)
AddPackagePaths(parser)
ProcessModelDirectives(
LoadModelDirectives(FindResource("models/mustard_w_cameras.yaml")),
plant, parser)
plant.Finalize()
AddRgbdSensors(builder, plant, scene_graph)
diagram = builder.Build()
context = diagram.CreateDefaultContext()
i=0
cloud = diagram.GetOutputPort(f"camera{i}_point_cloud").Eval(context)
cropped = cloud.Crop(lower_xyz=[-.3, -.3, -.3], upper_xyz=[.3, .3, .3])
print(cropped.xyzs()[:,:5])
```
results in the output
```
[[ 0.0040668 0.00641429 0.00740337 0.00811082 0.00855497]
[-0.00814378 -0.00659063 -0.00543211 -0.00435735 -0.00335972]
[ 0.19107792 0.19112574 0.19114822 0.19116543 0.19117773]]
```
on my local focal Puget, but on Deepnote running the same code gives
```
[[ 0.00405464 0.00641373 0.00740221 0.00811082 0.00855437]
[-0.00814727 -0.00659078 -0.00543244 -0.00435735 -0.00335988]
[ 0.19107768 0.19112572 0.19114819 0.19116543 0.19117773]]
```
deepnote link: https://deepnote.com/workspace/russtedrake-b58d8141-6691-43e8-ad76-0575b319c8b8/project/Point-Cloud-numerics-e9196296-b651-405b-8f3b-d53ddd7363e8/%2Fgrasp_candidate.ipynb
Is that to be expected?
### Version
_No response_
### What operating system are you using?
Ubuntu 20.04
### What installation option are you using?
compiled from source code using Bazel
### Relevant log output
_No response_ | 1.0 | RgbdSensor / DepthImageToPointCloud outputs are numerically different on two different focal machines - ### What happened?
Running the following code (which uses the resources in https://github.com/RussTedrake/manipulation)
```
from pydrake.multibody.parsing import (Parser, ProcessModelDirectives,
LoadModelDirectives)
from pydrake.multibody.plant import AddMultibodyPlantSceneGraph
from pydrake.systems.framework import DiagramBuilder
from manipulation.scenarios import AddRgbdSensors
from manipulation.utils import FindResource, AddPackagePaths
builder = DiagramBuilder()
plant, scene_graph = AddMultibodyPlantSceneGraph(builder, time_step=0.0)
parser = Parser(plant)
AddPackagePaths(parser)
ProcessModelDirectives(
LoadModelDirectives(FindResource("models/mustard_w_cameras.yaml")),
plant, parser)
plant.Finalize()
AddRgbdSensors(builder, plant, scene_graph)
diagram = builder.Build()
context = diagram.CreateDefaultContext()
i=0
cloud = diagram.GetOutputPort(f"camera{i}_point_cloud").Eval(context)
cropped = cloud.Crop(lower_xyz=[-.3, -.3, -.3], upper_xyz=[.3, .3, .3])
print(cropped.xyzs()[:,:5])
```
results in the output
```
[[ 0.0040668 0.00641429 0.00740337 0.00811082 0.00855497]
[-0.00814378 -0.00659063 -0.00543211 -0.00435735 -0.00335972]
[ 0.19107792 0.19112574 0.19114822 0.19116543 0.19117773]]
```
on my local focal Puget, but on Deepnote running the same code gives
```
[[ 0.00405464 0.00641373 0.00740221 0.00811082 0.00855437]
[-0.00814727 -0.00659078 -0.00543244 -0.00435735 -0.00335988]
[ 0.19107768 0.19112572 0.19114819 0.19116543 0.19117773]]
```
deepnote link: https://deepnote.com/workspace/russtedrake-b58d8141-6691-43e8-ad76-0575b319c8b8/project/Point-Cloud-numerics-e9196296-b651-405b-8f3b-d53ddd7363e8/%2Fgrasp_candidate.ipynb
Is that to be expected?
### Version
_No response_
### What operating system are you using?
Ubuntu 20.04
### What installation option are you using?
compiled from source code using Bazel
### Relevant log output
_No response_ | priority | rgbdsensor depthimagetopointcloud outputs are numerically different on two different focal machines what happened running the following code which uses the resources in from pydrake multibody parsing import parser processmodeldirectives loadmodeldirectives from pydrake multibody plant import addmultibodyplantscenegraph from pydrake systems framework import diagrambuilder from manipulation scenarios import addrgbdsensors from manipulation utils import findresource addpackagepaths builder diagrambuilder plant scene graph addmultibodyplantscenegraph builder time step parser parser plant addpackagepaths parser processmodeldirectives loadmodeldirectives findresource models mustard w cameras yaml plant parser plant finalize addrgbdsensors builder plant scene graph diagram builder build context diagram createdefaultcontext i cloud diagram getoutputport f camera i point cloud eval context cropped cloud crop lower xyz upper xyz print cropped xyzs results in the output on my local focal puget but on deepnote running the same code gives deepnote link is that to be expected version no response what operating system are you using ubuntu what installation option are you using compiled from source code using bazel relevant log output no response | 1 |
452,732 | 13,058,561,436 | IssuesEvent | 2020-07-30 09:13:04 | kubesphere/kubesphere | https://api.github.com/repos/kubesphere/kubesphere | closed | Project number is incorrect | area/console kind/bug kind/need-to-verify priority/medium | **Describe the Bug**
A user with custom project role is invited into only one project. But it shows the total number of the workspace in the overview page.


**Versions Used**
KubeSphere: 3.0.0-dev
Kubernetes: 1.15.12
**Environment**
allinone, minimal installation
**Expected behavior**
Should only show the number of projects that the user is invited(able to access).
| 1.0 | Project number is incorrect - **Describe the Bug**
A user with custom project role is invited into only one project. But it shows the total number of the workspace in the overview page.


**Versions Used**
KubeSphere: 3.0.0-dev
Kubernetes: 1.15.12
**Environment**
allinone, minimal installation
**Expected behavior**
Should only show the number of projects that the user is invited(able to access).
| priority | project number is incorrect describe the bug a user with custom project role is invited into only one project but it shows the total number of the workspace in the overview page versions used kubesphere dev kubernetes environment allinone minimal installation expected behavior should only show the number of projects that the user is invited able to access | 1 |
16,701 | 2,615,122,055 | IssuesEvent | 2015-03-01 05:49:12 | chrsmith/google-api-java-client | https://api.github.com/repos/chrsmith/google-api-java-client | opened | Google Affiliate Network API Sample Code | auto-migrated Priority-Medium Type-Sample | ```
Version of google-api-java-client (e.g. 1.4.1-beta)?
1.6.0-beta-SNAPSHOT
Java environment (e.g. Java 6, Android 2.3, App Engine 1.4.3)?
Java 6
Describe the problem.
Need sample code.
How would you expect it to be fixed?
Adding sample code.
```
Original issue reported on code.google.com by `na...@google.com` on 15 Aug 2011 at 3:28 | 1.0 | Google Affiliate Network API Sample Code - ```
Version of google-api-java-client (e.g. 1.4.1-beta)?
1.6.0-beta-SNAPSHOT
Java environment (e.g. Java 6, Android 2.3, App Engine 1.4.3)?
Java 6
Describe the problem.
Need sample code.
How would you expect it to be fixed?
Adding sample code.
```
Original issue reported on code.google.com by `na...@google.com` on 15 Aug 2011 at 3:28 | priority | google affiliate network api sample code version of google api java client e g beta beta snapshot java environment e g java android app engine java describe the problem need sample code how would you expect it to be fixed adding sample code original issue reported on code google com by na google com on aug at | 1 |
732,012 | 25,241,233,533 | IssuesEvent | 2022-11-15 07:38:22 | exyleio/exyleio | https://api.github.com/repos/exyleio/exyleio | opened | Add client testing features | priority 2 - medium project:client area:development type:task | - [ ] Simulate high latency
- [ ] Simulate packet loss
- [ ] Show server state vs Client state diff
- [ ] Show packet stats | 1.0 | Add client testing features - - [ ] Simulate high latency
- [ ] Simulate packet loss
- [ ] Show server state vs Client state diff
- [ ] Show packet stats | priority | add client testing features simulate high latency simulate packet loss show server state vs client state diff show packet stats | 1 |
378,499 | 11,203,219,325 | IssuesEvent | 2020-01-04 18:19:50 | wevote/WebApp | https://api.github.com/repos/wevote/WebApp | closed | Email Code verification: Does not advance to next box | Difficulty: Medium Priority: 2 | The "Code Verification" popover no longer advances the focus to the next box when you enter a number:

The expected behavior: when you type a number in the first box, the cursor should automatically advance to the second box, and so on.
This was broken earlier, was fixed, and is broken again. Pasting a six digit number when you place your cursor on the first box still works splendidly. | 1.0 | Email Code verification: Does not advance to next box - The "Code Verification" popover no longer advances the focus to the next box when you enter a number:

The expected behavior: when you type a number in the first box, the cursor should automatically advance to the second box, and so on.
This was broken earlier, was fixed, and is broken again. Pasting a six digit number when you place your cursor on the first box still works splendidly. | priority | email code verification does not advance to next box the code verification popover no longer advances the focus to the next box when you enter a number the expected behavior when you type a number in the first box the cursor should automatically advance to the second box and so on this was broken earlier was fixed and is broken again pasting a six digit number when you place your cursor on the first box still works splendidly | 1 |
421,871 | 12,262,588,218 | IssuesEvent | 2020-05-06 22:28:43 | DaPigGuy/PiggyFactions | https://api.github.com/repos/DaPigGuy/PiggyFactions | closed | adding customizable faction chat messages (rank tags etc) | Priority: Medium Type: Enhancement | <!-- Failure to complete the required fields will result in the issue being closed. -->
Please make sure your issue complies with these guidelines:
- * [x] Idea must have not been suggested previously
- * [x] Be detailed on what you want & make sure the idea is plausible
### Description
<!-- Describe your idea in detail below -->
Option to add custom faction chat messages like {ranksymbol} {rankname} etc in /f c or /f ac
### Extra Information | 1.0 | adding customizable faction chat messages (rank tags etc) - <!-- Failure to complete the required fields will result in the issue being closed. -->
Please make sure your issue complies with these guidelines:
- * [x] Idea must have not been suggested previously
- * [x] Be detailed on what you want & make sure the idea is plausible
### Description
<!-- Describe your idea in detail below -->
Option to add custom faction chat messages like {ranksymbol} {rankname} etc in /f c or /f ac
### Extra Information | priority | adding customizable faction chat messages rank tags etc please make sure your issue complies with these guidelines idea must have not been suggested previously be detailed on what you want make sure the idea is plausible description option to add custom faction chat messages like ranksymbol rankname etc in f c or f ac extra information | 1 |
144,657 | 5,543,806,910 | IssuesEvent | 2017-03-22 17:42:28 | multidadosti-erp/multidadosti-addons | https://api.github.com/repos/multidadosti-erp/multidadosti-addons | opened | Adicionar Cliente e Empresa no Timesheet | Category: Backend Category: Frontend Priority: High Priority: Medium Stage: Backlog Type: Improvement | Adicionar campos cliente e empresa no Timesheet.
- [ ] Adicionar os campos no modulo de atendimento
- [ ] Adicionar os campos no modulo de calendário
- [ ] Atualizar o código de criação de entrada de timesheet, adicionando os campos acima | 2.0 | Adicionar Cliente e Empresa no Timesheet - Adicionar campos cliente e empresa no Timesheet.
- [ ] Adicionar os campos no modulo de atendimento
- [ ] Adicionar os campos no modulo de calendário
- [ ] Atualizar o código de criação de entrada de timesheet, adicionando os campos acima | priority | adicionar cliente e empresa no timesheet adicionar campos cliente e empresa no timesheet adicionar os campos no modulo de atendimento adicionar os campos no modulo de calendário atualizar o código de criação de entrada de timesheet adicionando os campos acima | 1 |
365,016 | 10,774,790,885 | IssuesEvent | 2019-11-03 09:27:13 | HabitRPG/habitica | https://api.github.com/repos/HabitRPG/habitica | opened | @username inside markdown code backticks should not be converted to link | priority: medium section: Guilds section: Tavern Chat status: issue: suggestion-discussion type: medium level coding | In group chat messages, if you type an @Username inside backticks for markdown "code" highlighting, you expect to see exactly what you type with the markdown code formatting (red text on a white background), however the @Username is converted into a link and you see the markdown link code.
For example, if you type exactly this: `` `@username` ``
then you expect to see this: `@username` (in red text on a white background)
but instead you see this: `[@username](/profile/d904bd62-da08-416b-a816-ba797c9ee265)` (and the @Username part is blue instead of red).
See the screenshot below for an example.
I believe this counts as a bug because the markdown code highlighting is intended for displaying exactly the text you type.
I'll leave this issue as suggestion-discussion for a few days and then if there's no objections I'll mark it as help wanted, with the fix being to not have the @Username converted to a link and to have the @Username appear as red text, not blue text.

| 1.0 | @username inside markdown code backticks should not be converted to link - In group chat messages, if you type an @Username inside backticks for markdown "code" highlighting, you expect to see exactly what you type with the markdown code formatting (red text on a white background), however the @Username is converted into a link and you see the markdown link code.
For example, if you type exactly this: `` `@username` ``
then you expect to see this: `@username` (in red text on a white background)
but instead you see this: `[@username](/profile/d904bd62-da08-416b-a816-ba797c9ee265)` (and the @Username part is blue instead of red).
See the screenshot below for an example.
I believe this counts as a bug because the markdown code highlighting is intended for displaying exactly the text you type.
I'll leave this issue as suggestion-discussion for a few days and then if there's no objections I'll mark it as help wanted, with the fix being to not have the @Username converted to a link and to have the @Username appear as red text, not blue text.

| priority | username inside markdown code backticks should not be converted to link in group chat messages if you type an username inside backticks for markdown code highlighting you expect to see exactly what you type with the markdown code formatting red text on a white background however the username is converted into a link and you see the markdown link code for example if you type exactly this username then you expect to see this username in red text on a white background but instead you see this profile and the username part is blue instead of red see the screenshot below for an example i believe this counts as a bug because the markdown code highlighting is intended for displaying exactly the text you type i ll leave this issue as suggestion discussion for a few days and then if there s no objections i ll mark it as help wanted with the fix being to not have the username converted to a link and to have the username appear as red text not blue text | 1 |
139,127 | 5,357,138,443 | IssuesEvent | 2017-02-20 17:28:17 | jimbrown75/Permit-Vision-Enhancements | https://api.github.com/repos/jimbrown75/Permit-Vision-Enhancements | opened | When suspending, provide warning if lifetime of permit will expire within next 24hrs | enhancement Further discussion (Shell) Medium Priority Should Fix | To help users complete permits rather than suspend them when approaching the lifetime validity, it would be useful to have a warning that tells you. Perhaps similar to the end of shift approaching warning below??

| 1.0 | When suspending, provide warning if lifetime of permit will expire within next 24hrs - To help users complete permits rather than suspend them when approaching the lifetime validity, it would be useful to have a warning that tells you. Perhaps similar to the end of shift approaching warning below??

| priority | when suspending provide warning if lifetime of permit will expire within next to help users complete permits rather than suspend them when approaching the lifetime validity it would be useful to have a warning that tells you perhaps similar to the end of shift approaching warning below | 1 |
670,955 | 22,714,772,988 | IssuesEvent | 2022-07-06 00:13:04 | ncssar/radiolog | https://api.github.com/repos/ncssar/radiolog | closed | remove pdftk dependency | enhancement Priority:Medium interop | pdftk is called from radiolog.py like so, near the end of printClueReport:
```
pdftk_cmd='pdftk "'+self.fillableClueReportPdfFileName+'" fill_form "'+clueFdfName+'" output "'+cluePdfName+'" flatten'
rprint("Calling pdftk with the following command:")
rprint(pdftk_cmd)
os.system(pdftk_cmd)
```
Get rid of the external dependency on pdftk. There may be different options, but, pypdf2 looks pretty good, and recently maintained. (pypdf4 hasn't been maintained in years.) See the relevant docs page: https://pypdf2.readthedocs.io/en/latest/user/forms.html?highlight=form | 1.0 | remove pdftk dependency - pdftk is called from radiolog.py like so, near the end of printClueReport:
```
pdftk_cmd='pdftk "'+self.fillableClueReportPdfFileName+'" fill_form "'+clueFdfName+'" output "'+cluePdfName+'" flatten'
rprint("Calling pdftk with the following command:")
rprint(pdftk_cmd)
os.system(pdftk_cmd)
```
Get rid of the external dependency on pdftk. There may be different options, but, pypdf2 looks pretty good, and recently maintained. (pypdf4 hasn't been maintained in years.) See the relevant docs page: https://pypdf2.readthedocs.io/en/latest/user/forms.html?highlight=form | priority | remove pdftk dependency pdftk is called from radiolog py like so near the end of printcluereport pdftk cmd pdftk self fillablecluereportpdffilename fill form cluefdfname output cluepdfname flatten rprint calling pdftk with the following command rprint pdftk cmd os system pdftk cmd get rid of the external dependency on pdftk there may be different options but looks pretty good and recently maintained hasn t been maintained in years see the relevant docs page | 1 |
408,142 | 11,942,143,739 | IssuesEvent | 2020-04-02 19:44:19 | craftercms/craftercms | https://api.github.com/repos/craftercms/craftercms | closed | [studio] Create dashboard API -- Part 1 | CI new feature priority: medium | **Is your feature request related to a problem? Please describe.**
Crafter Studio and other consumers of Crafter Studio APIs want the ability to support user defined dashboards. Crafter Studio needs a flexible "dashboard" API that enables consumers to retrieve the content they want to show based on content and metadata criteria they define.
**Describe the solution you'd like**
Create a dashboard API that allows callers to query for content based on content and workflow metadata:
Examples include:
- type
- workflow state
- publishing status / environment
- create date
- modified date
| 1.0 | [studio] Create dashboard API -- Part 1 - **Is your feature request related to a problem? Please describe.**
Crafter Studio and other consumers of Crafter Studio APIs want the ability to support user defined dashboards. Crafter Studio needs a flexible "dashboard" API that enables consumers to retrieve the content they want to show based on content and metadata criteria they define.
**Describe the solution you'd like**
Create a dashboard API that allows callers to query for content based on content and workflow metadata:
Examples include:
- type
- workflow state
- publishing status / environment
- create date
- modified date
| priority | create dashboard api part is your feature request related to a problem please describe crafter studio and other consumers of crafter studio apis want the ability to support user defined dashboards crafter studio needs a flexible dashboard api that enables consumers to retrieve the content they want to show based on content and metadata criteria they define describe the solution you d like create a dashboard api that allows callers to query for content based on content and workflow metadata examples include type workflow state publishing status environment create date modified date | 1 |
16,747 | 2,615,122,936 | IssuesEvent | 2015-03-01 05:50:20 | chrsmith/google-api-java-client | https://api.github.com/repos/chrsmith/google-api-java-client | opened | Google Maps Sample with table fusion | auto-migrated Priority-Medium Type-Sample | ```
Which Google API and version (e.g. Google Calendar Data API version 2)?
What format (e.g. JSON, Atom)?
What Authentation (e.g. OAuth, OAuth 2, ClientLogin)? ClientLogin
Java environment (e.g. Java 6, Android 2.3, App Engine)? java6
External references, such as API reference guide?
Please provide any additional information below.
```
Original issue reported on code.google.com by `francesco.tangari.inf@gmail.com` on 13 Oct 2011 at 7:14 | 1.0 | Google Maps Sample with table fusion - ```
Which Google API and version (e.g. Google Calendar Data API version 2)?
What format (e.g. JSON, Atom)?
What Authentation (e.g. OAuth, OAuth 2, ClientLogin)? ClientLogin
Java environment (e.g. Java 6, Android 2.3, App Engine)? java6
External references, such as API reference guide?
Please provide any additional information below.
```
Original issue reported on code.google.com by `francesco.tangari.inf@gmail.com` on 13 Oct 2011 at 7:14 | priority | google maps sample with table fusion which google api and version e g google calendar data api version what format e g json atom what authentation e g oauth oauth clientlogin clientlogin java environment e g java android app engine external references such as api reference guide please provide any additional information below original issue reported on code google com by francesco tangari inf gmail com on oct at | 1 |
268,521 | 8,407,706,289 | IssuesEvent | 2018-10-11 21:52:26 | harfbuzz/harfbuzz | https://api.github.com/repos/harfbuzz/harfbuzz | closed | Indy3! Indic scripts through USE shaper | Priority-Medium USE enhancement | Support 'xxx3' script tags for Indic scripts through USE shaper. Apple does that and we want to put it in OpenType itself. According to Ned, here's the overrides they use:
```
# Indic_Syllabic_Category=Nukta
0F71 ; Nukta # Mn TIBETAN VOWEL SIGN AA
# ================================================
# Indic_Syllabic_Category=Tone_Mark
1CED ; Tone_Mark # Mn VEDIC SIGN TIRYAK
A982 ; Tone_Mark # Mn JAVANESE SIGN LAYAR
# ================================================
# Indic_Syllabic_Category=Consonant_Dead
0F7F ; Consonant_Dead # Mc TIBETAN SIGN RNAM BCAD
# ================================================
# Indic_Syllabic_Category=Symbol_Combining
1B6B..1B73 ; Symbol_Combining # Mn [9] BALINESE MUSICAL SYMBOL COMBINING TEGEH..BALINESE MUSICAL SYMBOL COMBINING GONG
# ================================================
# Indic_Syllabic_Category=Cantillation_Mark
1CE2..1CE8 ; Cantillation_Mark # Mn [7] VEDIC SIGN VISARGA SVARITA..VEDIC SIGN VISARGA ANUDATTA WITH TAIL
# ================================================
# Indic_Syllabic_Category=Consonant
A8F2..A8F7 ; Consonant # Lo [6] DEVANAGARI SIGN SPACING CANDRABINDU..DEVANAGARI SIGN CANDRABINDU AVAGRAHA
A8FB ; Consonant # Lo DEVANAGARI HEADSTROKE
A8FD ; Consonant # Lo DEVANAGARI JAIN OM
# Indic_Positional_Category=Top
0F74 ; Top # Mn TIBETAN VOWEL SIGN U
1A18 ; Top # Mn BUGINESE VOWEL SIGN U
1B6B ; Top # Mn BALINESE MUSICAL SYMBOL COMBINING TEGEH
1B6D..1B73 ; Top # Mn [7] BALINESE MUSICAL SYMBOL COMBINING KEMPUL..BALINESE MUSICAL SYMBOL COMBINING GONG
# ================================================
# Indic_Positional_Category=Bottom
0F72 ; Bottom # Mn TIBETAN VOWEL SIGN I
0F7A..0F7D ; Bottom # Mn [4] TIBETAN VOWEL SIGN E..TIBETAN VOWEL SIGN OO
0F80 ; Bottom # Mn TIBETAN VOWEL SIGN REVERSED I
1B6C ; Bottom # Mn BALINESE MUSICAL SYMBOL COMBINING ENDEP
```
We should probably also move our overrides to data files instead of Python or C code! | 1.0 | Indy3! Indic scripts through USE shaper - Support 'xxx3' script tags for Indic scripts through USE shaper. Apple does that and we want to put it in OpenType itself. According to Ned, here's the overrides they use:
```
# Indic_Syllabic_Category=Nukta
0F71 ; Nukta # Mn TIBETAN VOWEL SIGN AA
# ================================================
# Indic_Syllabic_Category=Tone_Mark
1CED ; Tone_Mark # Mn VEDIC SIGN TIRYAK
A982 ; Tone_Mark # Mn JAVANESE SIGN LAYAR
# ================================================
# Indic_Syllabic_Category=Consonant_Dead
0F7F ; Consonant_Dead # Mc TIBETAN SIGN RNAM BCAD
# ================================================
# Indic_Syllabic_Category=Symbol_Combining
1B6B..1B73 ; Symbol_Combining # Mn [9] BALINESE MUSICAL SYMBOL COMBINING TEGEH..BALINESE MUSICAL SYMBOL COMBINING GONG
# ================================================
# Indic_Syllabic_Category=Cantillation_Mark
1CE2..1CE8 ; Cantillation_Mark # Mn [7] VEDIC SIGN VISARGA SVARITA..VEDIC SIGN VISARGA ANUDATTA WITH TAIL
# ================================================
# Indic_Syllabic_Category=Consonant
A8F2..A8F7 ; Consonant # Lo [6] DEVANAGARI SIGN SPACING CANDRABINDU..DEVANAGARI SIGN CANDRABINDU AVAGRAHA
A8FB ; Consonant # Lo DEVANAGARI HEADSTROKE
A8FD ; Consonant # Lo DEVANAGARI JAIN OM
# Indic_Positional_Category=Top
0F74 ; Top # Mn TIBETAN VOWEL SIGN U
1A18 ; Top # Mn BUGINESE VOWEL SIGN U
1B6B ; Top # Mn BALINESE MUSICAL SYMBOL COMBINING TEGEH
1B6D..1B73 ; Top # Mn [7] BALINESE MUSICAL SYMBOL COMBINING KEMPUL..BALINESE MUSICAL SYMBOL COMBINING GONG
# ================================================
# Indic_Positional_Category=Bottom
0F72 ; Bottom # Mn TIBETAN VOWEL SIGN I
0F7A..0F7D ; Bottom # Mn [4] TIBETAN VOWEL SIGN E..TIBETAN VOWEL SIGN OO
0F80 ; Bottom # Mn TIBETAN VOWEL SIGN REVERSED I
1B6C ; Bottom # Mn BALINESE MUSICAL SYMBOL COMBINING ENDEP
```
We should probably also move our overrides to data files instead of Python or C code! | priority | indic scripts through use shaper support script tags for indic scripts through use shaper apple does that and we want to put it in opentype itself according to ned here s the overrides they use indic syllabic category nukta nukta mn tibetan vowel sign aa indic syllabic category tone mark tone mark mn vedic sign tiryak tone mark mn javanese sign layar indic syllabic category consonant dead consonant dead mc tibetan sign rnam bcad indic syllabic category symbol combining symbol combining mn balinese musical symbol combining tegeh balinese musical symbol combining gong indic syllabic category cantillation mark cantillation mark mn vedic sign visarga svarita vedic sign visarga anudatta with tail indic syllabic category consonant consonant lo devanagari sign spacing candrabindu devanagari sign candrabindu avagraha consonant lo devanagari headstroke consonant lo devanagari jain om indic positional category top top mn tibetan vowel sign u top mn buginese vowel sign u top mn balinese musical symbol combining tegeh top mn balinese musical symbol combining kempul balinese musical symbol combining gong indic positional category bottom bottom mn tibetan vowel sign i bottom mn tibetan vowel sign e tibetan vowel sign oo bottom mn tibetan vowel sign reversed i bottom mn balinese musical symbol combining endep we should probably also move our overrides to data files instead of python or c code | 1 |
485,282 | 13,963,468,274 | IssuesEvent | 2020-10-25 14:17:37 | AY2021S1-CS2103T-T11-1/tp | https://api.github.com/repos/AY2021S1-CS2103T-T11-1/tp | closed | As a normal user who makes mistakes, I can update meetings | priority.Medium type.Story | so that I can quickly and conveniently append any mistakes made. | 1.0 | As a normal user who makes mistakes, I can update meetings - so that I can quickly and conveniently append any mistakes made. | priority | as a normal user who makes mistakes i can update meetings so that i can quickly and conveniently append any mistakes made | 1 |
622,874 | 19,657,974,969 | IssuesEvent | 2022-01-10 14:24:55 | buddyboss/buddyboss-platform | https://api.github.com/repos/buddyboss/buddyboss-platform | closed | The target attribute in Paragraph Text field is being removed after saving | bug priority-medium Stale | **To Reproduce**
Steps to reproduce the behavior:
1. Add a Paragraph Text field in a profile fieldset
2. Go to the frontend and edit your profile
3. Edit a text and insert a link
4. Make sure to enable "Open link in a new tab".
5. Save changes and notice that the anchor attributes including the target attribute are missing.
**Screen recording**
https://cutt.ly/xb0dWFF
**Screenshots**


**Support ticket links**
https://secure.helpscout.net/conversation/1517243031/142886/
JIRA ISSUE: [PROD-816]
[PROD-816]: https://buddyboss.atlassian.net/browse/PROD-816?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ | 1.0 | The target attribute in Paragraph Text field is being removed after saving - **To Reproduce**
Steps to reproduce the behavior:
1. Add a Paragraph Text field in a profile fieldset
2. Go to the frontend and edit your profile
3. Edit a text and insert a link
4. Make sure to enable "Open link in a new tab".
5. Save changes and notice that the anchor attributes including the target attribute are missing.
**Screen recording**
https://cutt.ly/xb0dWFF
**Screenshots**


**Support ticket links**
https://secure.helpscout.net/conversation/1517243031/142886/
JIRA ISSUE: [PROD-816]
[PROD-816]: https://buddyboss.atlassian.net/browse/PROD-816?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ | priority | the target attribute in paragraph text field is being removed after saving to reproduce steps to reproduce the behavior add a paragraph text field in a profile fieldset go to the frontend and edit your profile edit a text and insert a link make sure to enable open link in a new tab save changes and notice that the anchor attributes including the target attribute are missing screen recording screenshots support ticket links jira issue | 1 |
699,715 | 24,029,196,971 | IssuesEvent | 2022-09-15 13:52:49 | dodona-edu/dodona | https://api.github.com/repos/dodona-edu/dodona | closed | Error when sending error mail | bug medium priority | Sending some error mails fail according to the logs:
```
--- !ruby/object:ActiveJob::QueueAdapters::DelayedJobAdapter::JobWrapper
job_data:
job_class: ActionMailer::MailDeliveryJob
job_id: 3a586ccc-98a6-4807-8325-c4ca9ee380f3
provider_job_id:
queue_name: default
priority:
arguments:
- ApplicationMailer
- user_unable_to_log_in
- deliver_now
- params:
authinfo:
errors: '#<ActiveModel::Errors [#<ActiveModel::Error attribute=email, type=taken,
options={:allow_blank=>true, :value=>"xxxxxxxxxxxx"}>]>'
_aj_symbol_keys:
- authinfo
- errors
args: []
_aj_ruby2_keywords:
- params
- args
executions: 0
exception_executions: {}
locale: nl
timezone: Brussels
enqueued_at: '2022-09-05T13:51:57Z'
Last Error
Toggle full message
undefined method `[]' for nil:NilClass
uid = authinfo['uid']
^^^^^^^
/home/dodona/rails/releases/20220901125306/app/mailers/application_mailer.rb:37:in `user_unable_to_log_in'
``` | 1.0 | Error when sending error mail - Sending some error mails fail according to the logs:
```
--- !ruby/object:ActiveJob::QueueAdapters::DelayedJobAdapter::JobWrapper
job_data:
job_class: ActionMailer::MailDeliveryJob
job_id: 3a586ccc-98a6-4807-8325-c4ca9ee380f3
provider_job_id:
queue_name: default
priority:
arguments:
- ApplicationMailer
- user_unable_to_log_in
- deliver_now
- params:
authinfo:
errors: '#<ActiveModel::Errors [#<ActiveModel::Error attribute=email, type=taken,
options={:allow_blank=>true, :value=>"xxxxxxxxxxxx"}>]>'
_aj_symbol_keys:
- authinfo
- errors
args: []
_aj_ruby2_keywords:
- params
- args
executions: 0
exception_executions: {}
locale: nl
timezone: Brussels
enqueued_at: '2022-09-05T13:51:57Z'
Last Error
Toggle full message
undefined method `[]' for nil:NilClass
uid = authinfo['uid']
^^^^^^^
/home/dodona/rails/releases/20220901125306/app/mailers/application_mailer.rb:37:in `user_unable_to_log_in'
``` | priority | error when sending error mail sending some error mails fail according to the logs ruby object activejob queueadapters delayedjobadapter jobwrapper job data job class actionmailer maildeliveryjob job id provider job id queue name default priority arguments applicationmailer user unable to log in deliver now params authinfo errors activemodel errors activemodel error attribute email type taken options allow blank true value xxxxxxxxxxxx aj symbol keys authinfo errors args aj keywords params args executions exception executions locale nl timezone brussels enqueued at last error toggle full message undefined method for nil nilclass uid authinfo home dodona rails releases app mailers application mailer rb in user unable to log in | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.