Jason Axelson

Results 305 comments of Jason Axelson

Related feature request: Can we also have a task-specific command that operates the same as `Cycle bullet/checkbox`? This version would create a bullet point first (and go back to a...

@Zensavona I understand your point, but one of my goals is having reproducible (or at least near-reproducible) builds and emitting HTTP requests during a build will definitely cause issues with...

@msaraiva what version of Elixir and Erlang do the tests pass with? I've been trying many different versions but have been unable to get all the tests to pass.

Okay, I have the tests passing with Elixir 1.7.0 and OTP 21.2. BUT, you have to build elixir from source.

@OvermindDL1 no that doesn't work (although I really wish it did!). It looks like it has to truly be from source for these tests since they return the actual source...

@msaraiva Neither of those assertions are failing if I have installed Elixir from source. But if I have installed with a binary, then the first assertion fails since `ElixirSense.definition/3` returns:...

I'm having the same issue and I'm also using an umbrella project. Does this/alchemist support umbrella's?

My problem is that the `_build` folder wasn't at the root of the currently open project folder. I opened `apps/my_web_app` as the project folder so that I could focus on...

@msaraiva Hi! It's great to hear from you and I'm super glad/excited that you are back and have more time/energy to work on Elixir open source projects! 🎊 > The...