Jason Axelson
Jason Axelson
When I first read the readme I didn't understand the concept of a "task".
Hi :wave:! This is a really exciting project :tada: Is wxWidgets statically linked into the resulting binary? Does this generate a binary? But I guess the real question is what...
I expect different indentation for the following code: Actual: ``` render () { var a = ( abc ) var b = abc } ``` Expected: ``` render () {...
Steps to reproduce: 1. open a file in vim 2. `:sp` to do a horizontal split 3. `ctrl-w j` to move to bottom split 4. `:CtrlPFunky` and select a function...
Fixes issue #21 Edit: Rebased onto latest master Only kept relevant change. Change to dist was dropped to help avoid merge conflicts Add phone number example to demo page Test...
https://github.com/elixir-lsp/elixir-ls/pull/389 added support to build up a command to run exunit tests from a code lens (all the user has to do is click on the code lens). It would...
In the ElixirLS debugger it would be very helpful to get the list of modules defined in a file. This would allow the user to only interpret some of the...
Is it possible to expose a public API that will return the Module that corresponds to the current line in the file? (i.e. if there are three modules defined in...
Everything was working great until I tried `katon reload`, although I'm not positive that's what caused it. I am using katon 0.9.1 and added my server using: `katon add 'rails...
Trying to use this gem for caching a homepage that doesn't do much querying. However if I add `layout: false` then the speed drops dramatically. Speeds: - With no caching:...