Dmitry Russ

Results 27 issues of Dmitry Russ

I don't know, if it is best solution. But, sometimes you don't want to generate sys.config. Use case, implementing CLI with commands or escript, so and you want to allow...

Did you plan to add streaming support to `poison`?

Stored procedure can have multi result statements. Related to #49.

discussion

Should be done for one of future release, for speedup adding bulk data.

enhancement

Hi! I found an example, where `get_shortest_path` didn't works, where it looks like it should: ```elixir g = Graph.new(type: :undirected) |> Graph.add_vertices([1, 2, 3]) |> Graph.add_edge(1, 3) |> Graph.add_edge(3, 2)...

Are there any plans for having streaming support?

enhancement
help wanted

First, thank you for great library! Do you plan (or when do you plan) to support regex manipulations in polars? Example would be, build a new column, which extracts multiple...

API still can be changed. So, just for information at the moment.

Add documentation about: - services/listeners, binds and routes(which are highly customisable now) - documentation of protocols json over zmtp and ping/pong over zmtp (for developers in other languages)