Daniel Gonzalez Garcia
Daniel Gonzalez Garcia
Uhm, I have just given it a try and worked flawlessly. Possibly too late for me to help you, but, what did you try?
Influx 2.x offers a v1 compatibility endpoint for /query that I can consume using any http library, except, ironically this influx library. It would very much ease our migration to...
I will try that later in the day and report what the results will be.
That totally worked! Thanks for that, it is not very not intuitive: - using `auth` inside `options` - use the raw `Authorization` header - setting `password` to something that can...
> I'll give it a shot and see if I can send a PR
@mcollina you were right, it works and it is "only a type issue" Looking into `@fastify/swagger` and `openapi-types` gave me the idea on how to solve my issue without having...
Well, I can add a test to showcase how it can be done. There is no code change per se. I'll do that if you think it is useful On...
Hi Kevin, Your approach was totally spot on and so easy to implement. I wrapped the existing `DictionaryHandler` into a `CreateOnlyDictionaryHandler` and disabled the out-of-the-box one in configuration. Is this...
Hi, Definitely on my radar. However, it may take a while since I need to rebuild the project's development workflow since it is pretty outdated and I need to get...
> is this a recent instability? Is there a previous version that does not have these instability issues? Unfortunately, this customer has not had the previous version to compare against....