Arthur Fiorette
Arthur Fiorette
@williamd5, did the @ntippie fix resolved for you?
Hey @believer, I'm maintaining a fork (https://github.com/kitajs/html) which already has `summary` support. This library seems to be unmaintained, _(no license, #23, no fragment support...)_ I'm maintaining **@kitajs/html** with some extra...
@believer thanks for your heads up! Things should now be fixed at `v1.3.1`. P.S: I think you should now be able to go back to the README setup, as the...
Webpack 5 deprecated some static loaders. You might want to replace them with the defaults: https://github.com/pastelsky/package-build-stats/blob/51312373a03163d8ecb24038342849f0564f9f29/src/config/makeWebpackConfig.ts#L215 See more: https://webpack.js.org/guides/asset-modules/
Bun should provide a formatter. I know its not priority, but it should have. The only thing we should consider when implementing it is to make it opnionated and universal,...
> This is just another Prettier and ESLint. If I'm going to use this, I should just use Prettier and ESLint. All I need is the official internal tools of...
> Bun is a replacement for node.js. Teams won't change their runtime if they are forced to change their style for existing code. They will not be forced, ONLY if...
Could we get some sort of autocompletion too? ```ts prisma.model.$executeRaw`UPDATE ${ctrl space -> shows prisma model names}` ```
@janpio, this feature will be implemented in a close future?