Skip to content
#

mariadb

Here are 2,459 public repositories matching this topic...

prisma
binary64
binary64 commented Aug 2, 2021

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

  1. On windows do prisma format
  2. Open in HxD or similar
  3. See attached:

![image](https://user-images.g

bug/1-unconfirmed kind/bug topic: windows tech/typescript
chandrevdw31
chandrevdw31 commented Mar 22, 2022

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

The documentation for Customer Churn needs to be updated with the relevant WHERE clause format.

Expected Behavior

The when_data parameter should be removed from the SELECT statement in the Insurance Cost Tutorial. Instead of using when_data the example should use AND operator e.g

SEL

help wanted good first issue documentation
nunoperalta
nunoperalta commented Mar 23, 2022

Hey

The reason I use the Classic theme is mainly because of its condensed spacing (while all other themes make everything to "spacious" and hard to look at),
and because of the contrast, which makes it really comfortable to look at the results and controls.

I noticed that the latest version in the Demo is a bit breaking those two things in the classic theme.

Example screenshots:

Contr

bug help wanted newbie ui
lasalesi
lasalesi commented Jan 30, 2018

Actual behaviour:
In case a custom app has print formats, the command bench uninstall-app (app) 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

streamzyuk
streamzyuk commented Feb 18, 2022

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

eatonphil
eatonphil commented Nov 17, 2021

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.

enhancement good first issue

Improve this page

Add a description, image, and links to the mariadb topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mariadb topic, visit your repo's landing page and select "manage topics."

Learn more