AlexV

Results 42 comments of AlexV

Regarding this topic, I recently encountered [Krakex](https://github.com/edennis/krakex#usage) which allows passing a `Client` struct to the API functions (see 'Usage' in the README). This allows using the lib with multiple accounts,...

If anyone is interested to discuss about this, I made the changes in a branch on my fork : https://github.com/asmodehn/binance.ex/pull/1

I recently came to know epilogue, and I am just starting to play around with associations, refactoring all my CRUD code to use the cleaner Resource concept... One thing I...

https://github.com/dchester/epilogue/pull/193

I'm currently working on something similar : https://github.com/dchester/epilogue/pull/193

I am in need of a similar feature... For POST but also for GET. Basically I assume if the user request an object, I want to get all associated data...

https://github.com/dchester/epilogue/pull/193

I just discovered committee, as I am slowly making my way into elixir land, and I'd like a clean TDD-like setup to avoid mistakes early in my projects So I...

I am already using sublime for syntax highlighting. Syntax is usually correct, but I guess I'm getting trapped into all the non obvious cases (using this parser fails, but why...

Just for the record, and maybe inspiration, the two best tools I could find around the net : - https://mdaines.github.io/grammophone - https://web.stanford.edu/class/archive/cs/cs103/cs103.1156/tools/cfg/