Kévin
Kévin
It seems the project doesn't compile (v3.1.23), this pr fixes the build. While at it I also updated the dependencies.
Experimenting with https://yew.rs/ So far the experience is rather smooth, though some questions start arising when dealing with mutable states for instance. I could implement a basic resource tree and...
Hopefully fixes this CI error https://github.com/legion-labs/legion/runs/6987927767?check_suite_focus=true that occurs randomly. The error seems to be on the NPM cli side: https://github.com/npm/cli/issues/4096. The fix itself is rather extreme as we basically clean...
- [x] Instead of splitting the api function argument as query, params, etc... let's stick to the OpenAPI way, that is only 3 arguments: params, headers, and body - [x]...
Very experimental
For the moment the editor retries immediately some requests on error (init streaming, messages, log, etc...). This spams the server and though it might not be accessible. We should probably...