The Wayback Machine - https://web.archive.org/web/20211107095319/https://github.com/topics/mongo
Skip to content
#

mongo

Here are 2,189 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

react-awesome-query-builder
willmsn98
willmsn98 commented Aug 23, 2021

Describe the bug
I created a component in QueryBuilder.tsx by taking the example from the README with some little cleanup. It all worked except the CSS import causes an issue. Is there a solution that is supported in tsx or a hosted css file that can be used?

./node_modules/react-awesome-query-builder/lib/css/styles.css:1
.qb-drag-handler, .qb-draggable, .query-builder {
^

Synt

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