Ragnar Dahlén

Results 8 comments of Ragnar Dahlén

I'd appreciate an initial review of this. The connector is working as intended. For tests I've mostly tried to cover the type mappings for the table function, which should cover...

What are your thoughts on implementing "dynamic tables", like the Pinot connector does? It would be easy to support queries like: ```sql select * from "match (a:Actor)-[c:ACTED_IN]-(m:Movie) return a, c,...

> That approach is now discouraged. We used it before we had support for table functions, but it's no longer necessary. Ok, thanks, then I'll stick to the table function.

I've written some basic Emacs support for Tabby: https://github.com/ragnard/tabby-mode

I agree that it would be good combine efforts, if we have similar goals and scope. Happy to continue that discussion as issues in `tabby-mode`, and I'm happy to accept...

Hey @shmish111 @pingles , I just opened https://github.com/pingles/clj-kafka/pull/77 for this change. It's WIP, so far I've basically just ported the "new" producer API from the current clj-kafka version to the...

Thanks for the report. I'm aware of this and it is fixed in the new version for Clojure 1.2 that I'm working on. I will take a look at a...

Hello there, Thank you very much for your compliments and your contribution! I'm afraid I have neglected redis-clojure for some time now, although I have started a branch targeting Clojure...