Skip to content
#

orm

Here are 3,515 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

Grauenwolf
Grauenwolf commented Oct 22, 2021

File a bug

.Contains fails with using a IReadOnlySet.

Include your code

To fix any bug we must first reproduce it. To make this possible, please attach a small, runnable project or post a small, runnable code listing that reproduces what you are seeing.

It is often impossible for us to reproduce a bug when working with only code snippets since we have to guess at the missing co

mikro-orm
dzcpy
dzcpy commented Oct 28, 2021

Is your feature request related to a problem? Please describe.
Currently for v5 there's no way to specify seeder config options if you choose to use .env MIKRO_ORM_* as default config.

Describe the solution you'd like
Add MIKRO_ORM_SEEDER_PATH and MIKRO_ORM_SEEDER_DEFAULT_SEEDER

Describe alternatives you've considered
Not sure

Additional context
N/A

Improve this page

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

Learn more