Brent Anderson

Results 2 issues of Brent Anderson

Upgrading to v1.0 breaks commanded_scheduler with the following error: ``` == Compilation error in file lib/commanded/scheduler/scheduling/scheduling.ex == ** (ArgumentError) Commanded.Scheduler.Scheduling expects :application option lib/commanded/event/handler.ex:332: Commanded.Event.Handler.compile_config/2 lib/commanded/scheduler/scheduling/scheduling.ex:4: (module) (stdlib) erl_eval.erl:680: :erl_eval.do_apply/6...

**Is your feature request related to a problem? Please describe.** I'd like to be able to use `:ldclient_context.new_multi_from/1` with a mixed list of `:ldclient_context.context()` and `:ldclient_context.multi_context()`. Presently, you end up...

enhancement