James Sadler
James Sadler
Here's a PR that implements an "exception sink" configuration option for endpoints. https://github.com/elixir-grpc/grpc/pull/197
@joshprice from memory the `TestSupport` module is in `/lib` and not `/test` because of protocol consolidation and test suite performance reasons. Of course, being there is not ideal. It would...
We've not been keeping on top of this. We should :)
This can be a symptom of incorrect Avahi configuration. This information from the readme might help: ## Linux support To install the dnssd gem on Linux you'll need [avahi](http://avahi.org/). For...
> In terms of your proposed implementation, it seems reasonable. I would be interested in knowing how it would work when a contributor added a new node, like https://github.com/sqlparser-rs/sqlparser-rs/pull/897 >...
@lovasoa depends on if you want to `match` on it. I'll take a look at you PR though.
Update: I've been experimenting with various implementation strategies to generalise the AST visitor. Nothing to ready to show yet, but this is business critical for my company so it's a...
Progress update - I have a working generalised visitor implementation. I'll put up a PR later this week when I've done some more testing.
@osaton @alamb yes this is still happening. Apologies for the lack of comms. TL;DR I ended up taking quite a different approach to what I originally planned, due to our...
Three features that I _really_ wanted from `sqlparser` while writing the enhanced Visitor code: 1. Optional feature to have a unique ID baked into all AST nodes It's possible for...