Robert Lemke
Robert Lemke
As a hint to anyone experiencing this, make sure to put the date in schemaConfig into quotes: ```yaml values: loki: schemaConfig: configs: - from: "2024-04-01" store: tsdb object_store: s3 schema:...
Why is this a task and not a new (tiny) feature?
I wonder if there's actually any Flow application out there which implemented its own `--help` argument. And even if there is, I think it would be totally fine if this...
It now adds the following at the bottom of the general help screen (list of commands): And the command-specific help looks like this: Let's merge this?
I started implementing fix but then realized: we did discuss that a lot already in 2023 which lead to #3049: > Flow cannot reliably detect weather a prototype class depends...
This won't be possible to implement without breaking changes. A good solution would be to not proxy readonly or final classes or private constructors. We can look into that for...
In my opinion, the correct behavior should be that an exception is thrown if you try to instantiate a class marked as Singleton the second time. Ideally you would even...
Thanks for the write-up! I didn't think your suggestion through yet, but wanted to leave one thought already. Using the fork-approach might be tricky, as I assume that most hosting...
Assuming you want to open a general discussion about Flow CLI commands, here's my take: I would like to see the introduction of global flags which can be used in...
> I really like the pattern of `help ` to get help for a specific command, I think this could work for us too? But that's just what we have...