Bryan Joseph
Bryan Joseph
Hi, The emacs plugin, Alchemist, recent broke out it's functionality into a server portion for others to use https://github.com/tonini/alchemist-server. It's still fairly early, but I was wondering if you think...
Should probably pass in a struct with the various options. In particular, the various "sign" functions
There are a lot of them! A good list to look at is here: https://ebertapp.io/github/elixirscript/elixirscript The "Quick Fixes" link shows the current list of lint issues
Below is a list of all the known Erlang standard library functions found in Elixir's Standard Library that have not been implemented in some way yet in ElixirScript. Implementations should...
A tutorial that goes through steps from start to finish on setting up elixirscript in a phoenix application. Aimed at beginners.
Instead of having to have js modules installed directly, define a way for FFI modules to know they are backed by an npm module
Using information from manifest in #435, I think we can tell if we will need to compile modules based on if timestamps changed. This issue replaces #310
- [x] Make a new compiler option, `remove_unused_functions`. By default it should be set to `Mix.env == :prod`. Meaning by default it would be true only for production builds. -...
I think this can be accomplished by implementing - [ ] [:erlang.term_to_binary\1](http://erlang.org/doc/man/erlang.html#term_to_binary-1) - [ ] [:erlang.binary_to_term\1](http://erlang.org/doc/man/erlang.html#binary_to_term-1) These are listed in #306 but I think they are big enough to have...
HTML Library
Something similar to how elm-html works. This should be a separate library.