Jason Axelson

Results 208 issues of Jason Axelson

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

This will make it easier for people to understand how to view the output of ElixirLS Adds this GIF: ![viewing-elixir-ls-output](https://user-images.githubusercontent.com/9973/188515752-8b60400b-36dd-497a-8a22-fb9c696ad422.gif)

Hi, the ability to fetch a public suffix list on compilation does sound useful, but the compile time of Domainatrex is already quite long (over 10s on heroku) and I'd...

enhancement

Make most tests not require a source installation of Elixir, but those that do are only run with `mix test --include requires_source` Accomplish this by creating `ElixirSenseExample.ModuleWithFunctions` and `ElixirSenseExample.UseExample` that...

Builds from source so that the current tests pass Related: * https://github.com/elixir-lsp/elixir_sense/pull/2 * https://github.com/axelson/elixir_sense/pull/1 Example successful run: https://travis-ci.com/elixir-lsp/elixir_sense/builds/97786791

The main fix is that Elixir 1.6.x and on returns a two tuple from `:elixir_tokenizer.tokenize/3` whereas before that it returned a four tuple Fixes #37

When hovering on defmodule in an lsp-client you get an elixir_sense exception like: ``` Error from the Language Server: an exception was raised: ** (FunctionClauseError) no function clause matching in...

Is it possible to make the output of `chrome-cli list windows` to include the user names? I use multiple users on chrome to keep my work links and browsing separate...

**Describe the bug** I'm able to save a workspace (as in I see the "successfully saved workspace: "), but the workspace I saved never shows up as a workspace to...

Since the current warning is very far down the page (past a bunch of screenshots) it is very easy to miss. Note: I'm not sure how Obsidian's community plugin browser...