-
Updated
Mar 19, 2022 - TypeScript
mariadb
Here are 2,447 public repositories matching this topic...
-
Updated
Mar 19, 2022 - Vue
Bug description
On windows, I run prisma format
and note the unusual file ending. The lines are all LF, but the very last line is CRLF.
This causes issue on my Linux CI where it formats it ending in LF's only, causing a diff to occur and the build to fail.
How to reproduce
- On windows do prisma format
- Open in HxD or similar
- See attached:

will fail with frappe.exceptions.LinkExistsError: Cannot delete or cancel because Module Def <a href="#Form/Module Def/ham">ham</a> is linked with Print Format <a href="#Form/Print Format/cheese">cheese</a>
Expected behaviour:
bench uninstall-app
should also remove print formats that
I am trying to implement retry logic for Aws Aurora Mysql.
In Linq2db there is retyrpolicy already implemented except there is no way to pass retrypolicy to DataContext.
So I have extended the DataContext as follows.
public class RetryingDataContext : DataContext
{
protected IRetryPolicy _retryPolicy;
public RetryingDataContext(IDataProvider dataProvider, string c
-
Updated
Mar 14, 2022 - Shell
-
Updated
Feb 22, 2022 - C#
Unlike all the existing charts that graph a string (most likely) against a number, this graphs numbers on both axises. So in addition to the configuration changes needed for passing the right field to chartjs, the PR for this should also change the "preferred type" to "number" for the x axis when the chart type is scatter plot.
-
Updated
Mar 17, 2022 - Go
Improve this page
Add a description, image, and links to the mariadb topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mariadb topic, visit your repo's landing page and select "manage topics."
Issue Creation Checklist
Feature Description
When SQL errors occur, make the 'mes