Mark Moes
Mark Moes
@kvklink are you able to retry now that pydantic-forms-ui is done, by using the feature toggle Ruben described in Discord?
@pboers1988 @wouterhhuisman are we still interested in this? The current UI already has something similar If we still want it, would be nice to have a rough design of what...
Discussed with Hans: - please add a field `lastValidatedAt` to the `SubscriptionInterface` graphql type which returns the `last_modified_at` value of the most recent validate task, if any - If no...
Good spot. Personally it's one of those errors I've just gotten accustomed to seeing and knowing that it means I forgot to setup the database connection. But it would be...
I'm using Subscribe mode "stream" and ran into this same behavior. It turns out I had to set the [`updates-only`](https://gnmic.openconfig.net/cmd/subscribe/#updates-only) parameter to `true`, then it would send SyncResponse messages. Not...
Thanks for the detailed bug report! It indeed looks like the problem is that the CLI does not terminate "gracefully". Preventing this error may be challenging. While it is problematic...
> After the workflow finishes, the CLI process ends and Python starts shutting down the interpreter. I gathered from this that the process ended, and that you're merely getting a...
I believe this is more or less done here? https://workfloworchestrator.org/orchestrator-core/reference-docs/workflows/workflow-steps/?h=inputstep#step-types Although it could use a few more examples.
(very) Partially done with splitting off main.py to wsgi.py, although docs need to be updated on that (#1152) On a related note it will be interesting to track the progress...
We also noticed this. What would be the expected generated client you think? I wonder if this was intended behavior given that pydantic [recommends](https://docs.pydantic.dev/latest/concepts/unions/) against using `Union[]` > In general,...