Justin Johnson
Justin Johnson
> Context: https://github.com/ipfs/specs/pull/290, part of https://github.com/ipfs/specs/issues/257 This PR implements https://github.com/ipfs/specs/pull/290. ### Details Now that https://github.com/ipfs/go-ipfs/pull/8885 has landed, I've moved my refactored `_redirects` changes here from https://github.com/ipfs/go-ipfs/pull/8816. This is on my...
Should `ElixirSense.definition/3` be able to handle modules that are provided with Elixir, like `GenServer`? See https://github.com/balduncle/playground/blob/master/test/playground_test.exs for 3 tests that are currently failing due to the paths to the source...
Form errors from a `phx-focus` event are not displayed due to presence of `phx-no-feedback` class
### Environment * Elixir version (elixir -v): ``` Erlang/OTP 23 [erts-11.0.3] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [hipe] Elixir 1.10.4 (compiled with Erlang/OTP 21) ``` * Phoenix version (mix deps): `1.5.5`...
Is there a reason why there's an extra space after the IP address in all bootleg output? ``` [a.b.c.d ] ```
I have an umbrella project with multiple apps. I have distillery config for all apps defined at the top level of the umbrella project. Is there any support in bootleg...