Jonathan Reem
Jonathan Reem
The interaction with TypeId and Any here is also of note, since an incorrect implementation of newtype deriving can cause serious problems when combined with downcasting - if `get_type_id` from...
Wishlist: functions with keyword args, optional args, and/or variable-arity argument (varargs) lists
@pnkfelix I think his argument is that we don't want to be stuck with a ton of deprecated cruft in the stdlib, but I'm still personally not too sympathetic to...
What I really loved about the redux-elm library was that it gave a way to write a react/redux application using a truly fractal architecture. It seems like your linked "proper...
Hit exactly the same sequence of problems, using the provided Dockerfile.
I also experienced this (my config.yml became _huuuuge_ and all my commands became very slow). Deleting my config.yml vastly improved performance.
Thank you very much this is very helpful!
Same here: I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to chose either at their option.
Take your time :)
@gsingh93 that is a perfectly reasonable next step - the challenge is that we have to generate a new error enum for each method, which I guess is not the...
I am looking to make some changes to the code generator to merge these changes as well as add support for more of thrift, notably exceptions. However, I am a...