Alex

Results 76 comments of Alex

@allenporter In my case the issue was reproducible on Firefox browser on windows and linux. In both systems I have `en-US` locale set by default. However on linux for time...

@danaelhe The problem is that those pool names are unique. And if they exist in state it shouldn't produce any error. If they don't then they should be created successfully....

I've also found one more bug with this. Sometimes DO send 503 error code for example, while resource is created. And on next try it fails with 422 error, since...

@andrewsomething yes, that's correct. But it not happen every time, just as bug described in #493 or, for example, when 5XX error appear. But for me it never appeared for...

Hi. Thanks for contribution. Could you check what's failing with types, maybe you forgot to add the `config` to fastify route options interface? Also can you please format your commit...

Hey, @gugu. I've recently merged less breaking PR #88 and released as 10.3.1. Can you check if your case also solved? If so, for version 10.x.x, we'll keep the change...

Fastify v5 released and old methods removed.

@maxgurewitz hi. Maybe in future yes. Actually now I'm playing around with all those opentelemetry modules and fastify in order to find a way it could work in all cases....

Hi. This plugin doesn't support ESM. And for now I don't have a plans for making it ESM-compatible. However if you want to try implement ESM support, you're more than...