Chris Watson

Results 182 comments of Chris Watson

https://github.com/olbat/libgen/ has a bit simpler interface for generating bindings. It uses `crystal_lib` on the back end. Doesn't always work, but it does most of the time.

Should be fairly easy to accomplish using [this](https://neo4j.com/docs/cypher-manual/current/clauses/delete/#delete-delete-relationships-only) Cypher query

Yeah that's the main reason I haven't added it yet. I need to think of not only the best way to do so, but how to do it in such...

@Poolitzer Yeah, Crystal has annotations. Not sure if that's the way I'd go with this or not. I'll have to do some brainstorming. Just retrying after a failure may be...

True. Ideally any limiter should be both optional and configurable.

The main reason for a lack of tests is that testing API adapters like this is a pain. There are libraries such as webmock (for stubbing requests) and vcr (for...

This would be nice as it would also allow the use of `async/await`

I was just about to submit this same request. One language that I love is Typescript which has a file called `tsconfig.json` that allows you to specify various compiler settings...