Crockeo
Crockeo
Up until now rules_swift only exposed `protoc-gen-swiftgrpc`, the 0.x gRPC generated for Swift. This PR adds support for the 1.x gRPC generator, `protoc-gen-grpc-swift`. `protoc-gen-grpc-swift` generates code that depends on `GPRC`...
Hi! I picked up `when` in a [quick project to file tasks into notion](https://github.com/crockeo/notion-cli), and it's been great so far! I'm glad I don't have to rewrite all of this...
Hi! Thanks for this project, I've been trying it out the last week and really enjoying it 🙂 This PR introduces the option to enable `auto-hover`, similar to `auto-completion` but...
I was looking at an application which uses gostats earlier today and found that it was leaking memory because it was misusing the gostats API. At a high-level: - The...
I was integrating slipcover with a project and found that it caused several tests in our test suite to fail. After some debugging, it turns out that it was caused...
I opened https://github.com/linebender/xilem/issues/473 earlier today, but I realized after looking at the code that it would be super simple to implement! Copying over some context from that issue: - I'm...
:wave: I'm very new to the scene, nice to see so much conversation about this work! I've been learning how Vello & Masonry work through [an interactive graph renderer](https://github.com/crockeo/ekad/pull/1). I'm...
Hi! This isn't an issue request so much as a discussion, but I had a question about the implementation that I wanted to ask about. In `jurigged.live::Watcher::on_prepare` we end up...
I have a use-case where I would like to attach teams to a pre-existing project, without having to manage the entire project via Terraform. This PR implements the beginnings of...