Gavin Ray
Gavin Ray
This PR adds the ability to build & develop Seastar using VS Code Devcontainers, either in the browser via Codespaces, or locally. It's based off of the VS Code `C++...
Relates to: Both --- I noticed something strange today after generating Devcontainer config for a project. The ability to specify the container image tag variant seems to be gone. Previously...
Hello, happy weekend. `rest-assured` is very popular and a fantastic library. I have been learning Scala and am using the Java API, but noticed there is an extension for Kotlin...
I'm a big Quarkus user/contributor so I'd love to get an integration if possible, and Micronaut would be great to have just for the popularity of `kradle` and to expand...
Hiya, I think that using `vcpkg` and `FetchContent` could be a potentially simpler solution to the current installation, with the added bonus of being idempotent (versus one command that builds/installs...
So I have pulled this out from referencing the below files, but I don't know enough about the project internals to tell whether this is the simplest and most-minimal implementation....
When compiling the starter code for an extension, I get this Clippy warning:  It looks like maybe it's an analytical error on Clippy's side, should I disable this? 
Uncertain what this does (never seen it used in code), but if it switches the internal pointer to the current `ReaProject` for functions that don't take a `ReaProject` as a...
Alexis suggested I create an issue to track this. Websocket support for events and actions would be fantastic. This improves performance and latency significantly, and reduces the amount of data...
Many months ago I mentioned issue around this error suddenly popping up with TS `4.0-dev`: ``` Error: Expression produces a union type too complex to represent ``` I filed issue...