-
Updated
Sep 9, 2021 - TypeScript
mariadb
Here are 2,083 public repositories matching this topic...
-
Updated
Sep 9, 2021 - 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:
 & Version:
Database Vendor & Version:
PostgreSQL: 12.X (occurs on all supported versions)
Operating System Type & Version:
MacOS 11.4 (20F71), but will occur on all supported OSs
Description
A clear and concis
-
Updated
Sep 10, 2021 - Python
During migration of old sync code to async discovered that we don't have async versions of some API.
-
Updated
Jul 6, 2021 - Shell
-
Updated
Sep 9, 2021 - C#
-
Updated
Sep 6, 2021 - Python
-
Updated
Sep 5, 2021 - Go
-
Updated
Sep 9, 2021 - Go
-
Updated
Aug 25, 2021 - C#
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 Description
What are you doing?
I am trying to strongly type my application using Typescript and Sequelize. I have noticed th