Émile Fugulin
Émile Fugulin
Any progress on stabilizing this? @Noah-Kennedy
I am also in favour of this. The actix runtime is based on `LocalSet` which can bite you if you use `tokio::spawn` somewhere and that future uses `actix::spawn`. I will...
They are always passed as string as per the spec. You could propose a feature to parse them, but in general I found this is a bad idea. ID should...
Got point, our workflows are JSON based and we plan to allow you to easily copy/paste them to share with colleagues so it should help a bit until we have...
I think we might want a workflow to generate a wordlist
If we can manage to land https://github.com/caido/caido/issues/662 with our workflow integration we will be able to close that
I feel this is a good thing for a UI plugin
Let me check if I can take a stab at it next week
So it is already possible though it is not nice. It is unrelated to #822 since our `hosted files` are global and not per project. 1. Upload an empty text...
This basically makes it unusable for subscriptions, especially moving from `graphql-playground`...