Lawrence Wagerfield
Lawrence Wagerfield
Thanks for the feedback! > Move the Documentation+Features sections after the "Get Started" section. I'm always going to want to know what something is before I install it. It already...
My apologies -- stack trace updated.
Please could you provide an example?
Also getting this with MySQL when using sqlu string interpolation.
I'd like to vote against this -- or at least provide it as a tsconfig option (so that we're not forced to use it). In fact, I would like to...
> @ljwagerfield it sounds like you should turn on the `noImplicitReturns` flag, which does exactly that? Excellent, so it does! In that case, assuming `noImplicitReturns: true` works the same after...
This is my current workaround @VincentLanglet 👍
Thank you! This saved me a lot of time 😄
A very brittle workaround to getting Webpack-built libraries working in a Next.js app - assuming you're the author of the library - is to find/replace the bundled library code as...
This is great work @shivaylamba 🎉 We're looking into adding NSFW filtering server-side to [Upload.io](https://upload.io) later this year, and this is an excellent interim solution. Thank you again for the...