exsync icon indicating copy to clipboard operation
exsync copied to clipboard

Yet another elixir reloader.

Results 6 exsync issues
Sort by recently updated
recently updated
newest added

Provides an easy way to set the ExSync reload callback in a running system. Useful as a form of TDD-type development.

I have `Logger.warning` calls in my code, and I see this on the _first_ recompile triggered by ExSync: ``` [error] GenServer ExSync.Logger.Server terminating ** (FunctionClauseError) no function clause matching in...

fix color config bug

Fix crash when processing local path dependencies by skipping non-existent nested `_build` directories. I think since Elixir v1.15, local dependencies compile artifacts to the parent project's `_build` instead of creating...

Fixes compilation warnings from using the struct update syntax (which now isn't as necessary because of type inference, although it can still be helpful to make the code more readable)...