Jack Kleeman

Results 14 issues of Jack Kleeman

Can the single instance of fmt.sprintf in encoding/hex be replaced with fmtless? I am unsure exactly what the fmtless version of sprintf supports. If so, I'll make a PR with...

I am building an application that is going to sit right next to the bridge, and potentially share its database. I understand my receive endpoint needs to be able to...

### Describe the feature The h2 library that backs this SDK seems to put HEADERS and DATA frames into separate TCP packets when payloads are large. That's fine, but in...

feature-request
p2

- New config file mechanism inc `restate config` subcommand - `restate cloud login` - `restate cloud environment configure`

One of those cases where rust is very exact but very unhelpful :)

We already have the plumbing to set the request version appropriately based on discovered version (discovery goes through HTTP1.1 by default). We just end up ignoring that version at the...

https://www.polarsignals.com/blog/posts/2023/12/20/rust-memory-profiling cc @igalshilman

Currently requires a localhost redirect

cli
restate-cloud

In the old hyper client you could set nodelay by calling build with your own TCP connector. I can't see a way to do this any more - I find...