Phil Chen

Results 7 issues of Phil Chen

When I run codeclimate with the credo, get the error: ```elixir ** (UndefinedFunctionError) function Credo.Check.Readability.AliasOrder.base_priority/0 is undefined (module Credo.Check.Readability.AliasOrder is not available) Credo.Check.Readability.AliasOrder.base_priority() lib/credo/check/runner.ex:96: anonymous fn/2 in Credo.Check.Runner.exclude_low_priority_checks/2 (elixir) lib/enum.ex:2985:...

example in `component interpolation` not working, cause `Vue.compile` will generate a `blank text node` between `` and ``. ```js const locales = { en: { tos: "Term of Service", term:...

I think it is more appropriate to return `nil` aggregate state when the aggregate does not exist. We can also build the initial aggregate state with `struct(aggregate_module)` easily.

Assign `aggregate_state`, so that we can write middlewares to do more things about the `aggregate_state` in the `after_dispatch` stage.

The broadway is processing some messages, and then I restart it. When the system goes online later, the last `working_list` messages are left and never queued. Should we provide a...

enhancement
help wanted

related pr https://github.com/ejpcmac/typed_struct/pull/28

T:Feature

Hey guys, thank you for the amazing work you’re doing here. I really appreciate it! I recently created a kino smart cell that allows to draw excalidraw graphs in the...