Niklas Mollenhauer
Niklas Mollenhauer
I have a directory that contains database migrations. By design of the query builder, it uses `any`, so I need to ignore 'noExplicitAny'. Is it possible to only ignore this...
Nice, thanks! > supporting only PHP 8 would save a good bit of conditional code > [...] > FYI I've added support for PHP 8 now. If that required some...
I just tried played around by migrating my server to this and encountered this issue. This basically makes it implossible for me to adopt fastify-zod (getting `FST_ERR_DUPLICATED_ROUTE` due to this).
Interested in this, too.
I understand that adding a vendor-specific extension may not align with project goals. Processing the JSON output may work (didn't have the chance to look at it at the moment)....
Have you looked at something like virtualized lists?
Any news on the project status or an established fork?
Any chance to get this merged?
JS is set to get explicit resource management: https://github.com/tc39/proposal-explicit-resource-management (reached stage 3). There is also an async version in planning: https://github.com/tc39/proposal-async-explicit-resource-management I think transactions could really benefit from this. They...
Is there any news regarding this issue? I'm currently replacing RabbitMQ with Redis and I'm facing the issue that subscribing blocks. On RabbitMQ, you can call `$channel->wait()` to block the...