Jonathan Arnett

Results 15 issues of Jonathan Arnett

Spiritual successor to #321 From the original: > The `web' directory is removed with phx1.3 and placed under lib/<app-name>_web instead. > Also change phoenix.routes -> phx.routes My changes: I changed...

This turned out to be super simple. Closes #26. Tested on Mac OS X 10.11.6 and Vim 7.4.

I know that pressing `` will exit SkyBison, but I have a reflex of pressing CTRL-c to exit from [ctrlp](https://github.com/kien/ctrlp.vim). Would it be possible to have CTRL-c do the same...

Related to, but not exactly, https://github.com/hexpm/hexpm/issues/746 Prompted by discussion on https://github.com/gleam-lang/gleam/pull/1450 Presently the [Adding metadata](https://hex.pm/docs/publish#adding-metadata-to-code-classinlinemixexscode) section of the Hex.pm docs contain a `licenses` field with the documentation: > A list...

## Expected behavior Running `projectile-find-file` with older (< v8.3.0) versions of `fd` installed prompts the user with a list of project files. ## Actual behavior Running `projectile-find-file` with older version...

_Probably just enqueuing more work for myself, but..._ For case guard expressions, the parser appears to [limit you to using variables and integer indexed values of tuple variables](https://github.com/gleam-lang/gleam/blob/7e05ca47bf1d09f1b5b21ae24d2cad7f93127153/compiler-core/src/parse.rs#L1022-L1048), so your...

help wanted
good first issue
area:type-analysis
area:codegen
area:parser

In `ElixirSense.Providers.References`, `Mix.Tasks.Xref.calls/0` is used to find references to functions. However, [the `Mix.Tasks.Xref.calls/0` function is now deprecated](https://hexdocs.pm/mix/Mix.Tasks.Xref.html#calls/1) in favour of [the new compilation tracers feature of Elixir 1.10](https://hexdocs.pm/elixir/master/Code.html#module-compilation-tracers). Naturally, we'll...

Hello! I'm the original author and maintainer of [tree-sitter-gleam](https://github.com/gleam-lang/tree-sitter-gleam). At this stage it's relatively battle tested as it's used by GitHub for Gleam syntax highlighting as well as by the...

I tried to update my Fedora Silverblue system using `rpm-ostree update`, but it fails with this error message: ``` error: Running %post for kernel-surface-modules: bwrap(/bin/sh): Child process killed by signal...

There is currently no way (that I know of) to use an enum in a query. In this PR I propose that atoms that are not `nil`, `true`, or `false`...