Karl Stein

Results 40 comments of Karl Stein

As a complement, I noticed that `\r` are replaced by a space, and `\n` are replaced by nothing when opening in libre office 7.1.2.2. @jjhbw would you mind checking if...

@yousufhasan As I understand the doc says when using `createMany`, you cannot nest relation queries, so given your example, even if you called `create` in the top parent query, nesting...

@yousufhasan I am not from the Prisma team, but I guess since it's a preview feature it's still incomplete, but it may be supported later.

@NathBabs is that a good description of what you expect form prisma ? https://github.com/prisma/prisma/issues/11224 I feel it could be improved that way.

> https://github.com/merthanmerter/prisma-nested-createMany-hack the link is broken

@eybarta as you said it should be something trivial you missed. You should first check that you've installed all dependecies (`gm` if your are using it). Please also check the...

@eybarta could you provide a screenshot of the actual distorded image ? I am not sure if this could be out of UFS's scope.

@ddspog Debugging on mobile devices is a pain.. I am sorry I currently don't have the time to dig this issue.. :(

Have you imported the `UploadFS` object ? ```js import {UploadFS} from 'meteor/jalik:ufs'; ```

Hello, maybe your server restarted during the upload, leaving a temp file in database, but not in the /tmp directory which is cleared on every system reboot. You just have...