Skip to content
#

mongo

Here are 2,452 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
gnomock
zdunecki
zdunecki commented Jul 6, 2021

Hey,

I see awesome MySQL preset but at case in my company there are still missing some features. We need three things:

  • Run in root mode.
  • Don't choose database at start because we have multiple db's in single MySQL instance.
  • Mount Docker volumes. We use internal cache for seeds and it's saved in Docker volume.

Here's a quick sneak peek what I'm talking about in code:
https://g

enhancement help wanted good first issue
razvanilin
razvanilin commented Oct 14, 2020

How to contribute to this issue:

  • Scroll down below to check the existing PRs so you don't open a PR for a component waiting for review
  • Refactor components based on the description below - also check the guidelines for PRs
  • Reference this issue with #58 in the PR description so we can track which component
good first issue hacktoberfest refactoring

Improve this page

Add a description, image, and links to the mongo 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 mongo topic, visit your repo's landing page and select "manage topics."

Learn more