Jonathan Reem

Results 14 issues of Jonathan Reem

These are extremely useful for converting between asynchronous and synchronous operations, and can be made very fast.

enhancement

I really like this plugin, but every time I start up sublime everything slows to a crawl because it's doing all this work to load info for cabal - even...

After a long discussion with @WuTheFWasThat about what this should look like, I think I have something coherent to share: We would like to be able to think about sagas...

discussion

Setting aside the technical challenge, rusti could know about cargo and fetch built dependencies/the project itself when asked, besides just the std crates.

feature

There appears to be minor support for relay, but for the life of me I cannot figure out where/how I am supposed to call the relay helper functions like `MarshalID`...

Added a new parameter to Daemon.start for configuring stdio and stderr, this can be used as seen in the redirect example to redirect stdout and stderr to files. This is...

Introduces a mostly entirely new architecture for code generation and overhauls most APIs. The C++ code generator now acts as a thin front-end generating calls to rust macros defined in...

The major changes are: - Concrete impls of Transport have been removed in favor of a blanket implementation. - Implement standard error handling idioms, including implementations of `std::error::Error` for all...

Had to rebase to change an early commit message so everyone needs to run this command in their local repo: `git pull origin master -X theirs` Tell me if anything...