Forbes Lindesay
Forbes Lindesay
So it looks like this is a possible issue or MySQL and SQLite. With MySQL they suggest adding an extra `delimiter` keyword: https://dev.mysql.com/doc/refman/8.0/en/trigger-syntax.html With SQLite I can't see any mention...
If you can find a raw string that is understood by `psql` but not by `@databases/pg` I'd be happy to look into that? If `new URL` escapes/encodes characters in a...
I think the issue here is that it would break older versions of TypeScript. It's really important not to break this for existing users. Do you have a link to...
Another issue I expect you will run into is that the `onQueryStart` and `onQueryResults` are not passed the transaction/connection (or any way to run a query within the current transaction/connection)....
I think it's ok for mysql-typed to be different from pg-typed. Much of the point of having separate packages is to avoid the "lowest common denominator" problem that many ORMs...
This was incredibly frustrating. I just want to upload a directory as a netlify website. Everything's already built and in the correct folder. I tried: - `netlify deploy --dir=packages/website/out` causes...
I mean specifically "FFmpeg's complex filters represented as JSON" seems like a really useful thing to have relatively standardised.
It should be noted that the feature is still a little bit buggy/experimental at the moment. It has a bug if your text contains quotes or brackets (unless they match)...
P.S. https://github.com/visionmedia/jade/blob/master/History.md has a pretty good summary of things that have changed, it's worth keeping a close eye on.
I submitted a pull request to fix this very issue (amongst a few others) about a year ago: #85