Peter Saxton
Peter Saxton
@eliperelman in this case ramda would have been a better example of a project that overlaps with fn.js @CrossEye I see you points but I would just like to see...
@CrossEye the verbosity is very helpful. Thanks for taking the time to reply. It was certainly never my intention to be quite so controversial in my suggestions. I honestly thought...
Alright well I will keep listening. I notice that your test framework calls out to `http2.golang.org` which I assume limits test cases. It the scope of kadabra increases you might...
Yes the deps of an included project are not pulled from the projects mix.exs when using `rebar3 eunit` or `rebar shell` For example if I update my `rebar.config` to the...
I've found the send_bits function. Interesting because I can send a request with type string and get a response with bit_string. and visa versa. Not sure what the right answer...
Hmm. I'm not sure. a dynamic string as the error is not very useful. Problem is sometimes I get a nonstring response from a CDN or proxy on occasion as...
If your happy with those endpoints, which sounds perfectly sensible. I think some of the `todo Test` could be removed?
I'm very keen to reduce the amount of code I write encoding and decoding JSON and am willing to put some time into trying to work this out. @chouzar have...
> Types generated and known on request (runtime?) I think even in this case they are generated at compiletime, but lazily so only the types used in the program are...
> That other library seems to be exclusively for TypeScript Which one, restyped or quicktype? quicktype works perfectly happily with json schema starting point.