Rick Richardson

Results 125 comments of Rick Richardson

I just cloned and built. When running in debug, the commands all execute successfully.

I have taken a stab at implementing a static client/server config option in the mysql proxy. https://github.com/mit-pdos/noria-mysql/pull/10 I was able to do this without editing Noria code, but having some...

@jonhoo - I agree that using `LocalAuthority` in this way is an abuse. It was suggested in the ticket that there be a `ConfigAuthority` which makes a bit of sense.....

I created a small PR to update the typescript recipe per the above (I independently found the solution.. searching the issues here would have saved me some time :) )...

This is complicated a bit by my use case, which is a yarn workspace monorepo with dozens of modules. Tests live in the `test` directory under their respective module. I'd...

https://github.com/booyaa/rustlangserver.github.io/pull/4 added to document the installation process for vim 8. It also includes a bash script which will install the entire rustc/rls toolchain and configure vim (on a posix machine)

Actually. Having worked through the Broadcast -> Subscriber process in sled, and then having to morph the subscriber to fit the needs of the stuff I'm building... I have a...

Ah! I hadn't noticed those. Nice! So is the `RSASigningKey` struct exposed publicly for legacy reasons? My immediate need is for `P-384 ECDSA` since that is what LetsEncrypt supports. It...

After writing that, I guess this would equate to adding json-path functionality, or similar, which sounds far less trivial than I originally thought. The existing json-path libs in Rust do...

It would be nice to set the flags directly in `HeaderValue` Maybe we should expand the interface slightly for HeaderValue in the `http` crate? If its intent is to serve...