Gavin Ray

Results 95 issues of 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....

documentation

When compiling the starter code for an extension, I get this Clippy warning: ![image](https://user-images.githubusercontent.com/26604994/106366205-4e54ca80-6308-11eb-83d2-d9ac562323d2.png) It looks like maybe it's an analytical error on Clippy's side, should I disable this? ![image](https://user-images.githubusercontent.com/26604994/106366238-878d3a80-6308-11eb-939a-2f759ddcc3f1.png)

enhancement

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...

c/server
k/ideas
a/eventing/data-triggers

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...