Mark Penner
Mark Penner
### What version of Elysia.JS is running? [email protected] ### What platform is your computer? Linux 4.4.0-19041-Microsoft x86_64 x86_64 ### What steps can reproduce the bug? Create a type transform like:...
In MariaDB and MySQL, there's a feature to reference one of the to-be inserted values when using `ON DUPLICATE KEY UPDATE` Docs: https://dev.mysql.com/doc/refman/5.7/en/insert-on-duplicate.html Example from their docs: ```sql INSERT INTO...
Maybe I don't understand something, but I didn't think it would be necessary for `GraphQLScalarType.parseLiteral` to be called every time a field argument is resolved. e.g., given this GraphQL query:...
Example: ```ts import {randomBytes} from 'node:crypto' const secret = new OTPAuth.Secret({buffer: randomBytes(32)}) ``` I'm seeing an error: > TS2322: Type Buffer is not assignable to type ArrayBufferLike | undefined Type...
After sitting on Twig 2, PHP 7.1, and Laravel 5.5 for ~10 years, I decided to upgrade some of my packages. One of the many issues I hit was https://github.com/twigphp/Twig/issues/360...
### What version of Bun is running? 1.3.4+5eb2145b3 ### What platform is your computer? Microsoft Windows NT 10.0.19045.0 x64 ### What steps can reproduce the bug? Copy your own example...