Dmitry Russ

Results 27 issues of Dmitry Russ

Rellying on os:timestamp can produce crashes: ```elixir 11:53:04.269 [error] GenServer :locker terminating ** (FunctionClauseError) no function clause matching in :lists.seq/2 (stdlib) lists.erl:243: :lists.seq(1505728386, 1505728384) (locker) /Users/druss/dev//deps/locker/src/locker.erl:564: :locker.handle_info/2 (stdlib) gen_server.erl:616: :gen_server.try_dispatch/4...

Hi! Are you planning to add License?

We may be need some support for table renaming, which is possible due: https://github.com/elixir-lang/ecto/pull/775

If there are more nodes of the same instance are running with the same cluster of databases. The migration should be not be tried to be concurrent.

Would be good to have zero-downtime database agnostic migrations. (Inspiration can be: https://github.com/freels/table_migrator )

### Environment * Elixir & Erlang/OTP versions (elixir --version): Elixir 1.10.0-dev (46f6ba5) (compiled with Erlang/OTP 22) * Operating system: Mac OS ### Current behavior Creating new application and using `rebar_mix`...

Crash, if some short-lived nodes connects to a cluster. ```elixir 2018-08-30 13:38:01.847 [error] Child RaftKV.WorkflowExecutor of Supervisor #PID (Supervisor.Default) terminated ** (exit) an exception was raised: ** (MatchError) no match...