Arjan Scherpenisse

Results 88 comments of Arjan Scherpenisse

Finally merged! Thanks all for your patience.

I released [1.4.0](https://hex.pm/packages/singleton) with this change.

Passing `nil` in as stacktrace is fine, as it will default to `System.stacktrace()`. In Erlang, the stacktrace is always the stacktrace of the last error caught.

Is this every going to be merged and published? :-)

I have [implemented](https://gist.github.com/arjan/bf90aa09808d4aa0be15f798c900d6fc) a basic method to add a `$ref` syntax within the UI schema to resolve references. The idea is that you preprocess the UI schema before passing it...

Same issue here, now using a script like the following: ```elixir #! /usr/bin/env elixir # # fix-gettext # # Will dedup each file in the given dir, recursively. System.argv() |>...

Maybe we should let register block until the pid has propagated in the crdt? Although that might make things slow if the sync interval is high.. 🤔

I fixed it by switching to https://hex.pm/packages/joken instead of this library, seems better maintained.

If you use the github version of the package in your deps, it works: ``` {:facebook_messenger, github: "nsomar/facebook_messenger"}, ```