Ross Donaldson

Results 14 issues of Ross Donaldson

With both `gfm-mode` and `refill-mode` enabled, triple-backtick source blocks are re-wrapped incorrectly and un-fixably, no matter the length of the actual line. ## Expected Behavior I would expect that, in...

So, context: I've been trying to help get the build passing on Linux so I can help with documentation updates. In doing this, I've noticed: there are ergonomics challenges with...

Given a route that partially matches, I want to pass whatever remains after initial matching to a function. More context: My app is backed by a a database, which stores...

### Description Indentation comments on the issue tracker here are somewhat common, and difficult to resolve. `fsharp-mode` has not one but _two_ indentation modules -- [fshap-mode-indentation](https://github.com/fsharp/emacs-fsharp-mode/blob/master/fsharp-mode-indent.el) and [fsharp-mode-indentation-smie](https://github.com/fsharp/emacs-fsharp-mode/blob/master/fsharp-mode-indent.el). `fsharp-mode-indentation`, in...

Hello! Apologies this took so long; I lost steam pretty badly when the unit test framework changed. Since then, I've been able to come back to both F# *and* learn...

### Description As part of #218, I've been digging in to the code `fsharp-mode` uses to compute indentation. This is a fairly complicated topic, including regexen for keyword detection, predicate...

emacs-lsp/lsp-mode#1147 added support for Terraform development using `terraform-lsp`. The binary needs to be added to the project Docker image, along with a sample project.

This project appears to be missing an F# sample project + FSAutoComplete. They should be added.

This isn't particularly an issue so much as point of confusion on my part. I need, effectively, a optional list. Specifying an argument as having type `string list option` throws...

enhancement
up-for-grabs

First: this is an amazing project, and I thank y'all for it. _Especially_ LSP support; that has made my development life worlds better :D I want to raise a point...

enhancement