Sylvain Joubert
Sylvain Joubert
I've also observe this behavior on my setup for quite a while now (prebuilt_1e075408b6395bc97611b4d1845c8173fef32c37) But this is not consistent and comes and go without any obvious trigger. I have multiple...
This may be the cause of #151 depending on the loop method used there.
Hi, I'm hitting this issue also (same behavior and 405 error), using version 6.7.3
This would be a great feature. On my side I'd like to be able to make modifications to my chart without having to release a new version each time. So...
In addition the file contents (found for the C++ homepage `en/cpp.html`, not tested for others) reference data from the `en/skins` folder (and sub-folders) which is not in the database either....
Mmmm, ok, after a closer look at the repo code I think I understand what's happening with the preprocessing of the content in order to display ok-ish in QtAssistant/QTextBrowser. Any...
Another similar use case to 1. (but with dynamic destination based on the target) would be to duplicate `content` entries for `requestBody` or `responses`. Consider an API that wants to...
I can confirm the issue with v3.6.4 as well. * Using `/api/v1/workflows/[NAMESPACE]` without other parameters always returns `"spec": { "arguments": {} }` without any other data in the `spec` field...
Ah! It turns out that the `spec` content is correctly returned if the workflow is still running, but as soon as it completes and is archived the content is not...