Jared Mackey
Jared Mackey
I am using IntelliJ IDEA and the same elixir plugin. Would love for support for these!
I personally think having it for all types would be nice for debugging purposes. But having risks of deadlocks for printing is a problem most people wouldn't expect so we...
We could add a `to_repr` method that takes in the Gil as a parameter and just returns a String of the objects `repr`. For example `println!("{}", data_dict.to_repr(py));` where `data_dict` is...
I might be interested in taking this on as a learning experience. If you guys could provide an example of the optimized version and the original I would take a...
I am also curious on this. According to the docs, Broadway Kafka _always_ acks messages. I don't think that is _always_ the desired behaviour. In some cases, such as a...
@carllerche You can see the code example [here](https://github.com/mackeyja92/tokio-nats) with the instructions for setting up the server in the readme.
The real issues was debugging was enabled in the connect command so the server was sending back `+OK` and then the response. Getting two responses was not a good. Turning...
I believe loading JSON to be a feature of the ORM. Looking at the readme of this project it seems to only support SA core and not the ORM. [The...
Any interest in a [Nebulex](https://hex.pm/packages/nebulex) adapter?
I am having the same issue with partitioned tables as well. +1 for regex exclusion. I tried writing a script to just pull them one table at a time and...