Patrick Elsen

Results 79 issues of Patrick Elsen

Chez scheme is a real pleasure to use, I'm especially fond of the expression editor on the command line for some interactive coding. But I have one question — I...

Should restson maybe have parameters to allow for using rustls?

I'd like to use this, but I need it to implement serialize and deserialize. Could that be added as an optional feature?

Looks like the current code is not published.

Hey! This crate is really awesome. Good work :) I think it might be useful to implement `Default` on all of the diff types — defaulting to a "no change"....

Hey! I just noticed something that seems kind of bad! The `is_sync` feature of maybe-async breaks stuff. Here's an example: Create a new, empty crate, add these dependencies: ```toml crates-index...

This fills out any public documentation and adds code examples where possible. In a few places, the code was cleaned up a little bit. No logic was changed of any...

Hey! We ran into an issue where we got an error from Oso. It looked like this: ``` Type error: Expected Instance ``` We've added this little hot patch here...

Hey all, Awesome crate! I'm using this in [diff.rs](https://diff.rs) to diff crates in the browser. I'm using the `Bytes` crate to keep crate files in memory because it lets me...

Hey @stepancheg, Awesome work here! I would like to use some of this for a project. Basically, I would like to be able to parse protocol buffer files and do...