Corentin Girard
Corentin Girard
> multiple entirely different behaviors under the same feature But I think that's exactly what `Ctrl+Z` does, and we are used to it in GUIs. Depending on what you just...
Same for me and it's not even on a SSH connection. It's not until I open .editorconfig, but until I switch to any tab.
> @ErikBjare Well, at least it's easy to test which one it is. So if someone who had this issue, could you test it with aw-server-rust and see if it...
By the way, the `echo "CURRENT_VERSION=$CURRENT_VERSION" >> $GITHUB_OUTPUT` syntax in inline bash scripts is supported. We have autocompletion for `steps..outputs.CURRENT_VERSION` (that's cool btw! 🤩) So it may be an extra...
Hi! You shouldn't force `req` to be of type `ExpressRequest` in your request handlers. You can use global [declaration merging](https://www.typescriptlang.org/docs/handbook/declaration-merging.html) instead. So that the `Request` type is changed globally to...