Trevor Stone

Results 21 issues of Trevor Stone

Also make the case expressions for the most popular comment types one-extension-per-line to increase the chances that two pull requests can both be merged without conflicts. This replaces https://github.com/google/addlicense/pull/128 which...

Vim uses double-quote for comments. Elixir (`.ex` and `.exs`), Julia (`.jl`), Raku (`.raku`), and AWK (`.awk`) use standard octothorpe comments. (Julia also supports `#= … =#` block comments, but a...

Steps to reproduce: * Make sure a Python LSP is installed. * `echo "foo()\nbar()" > /tmp/foo.py` * `vim -u /tmp/minimal.vim /tmp/foo.py` * When vim opens, move the cursor and see...

Given the vimscript code `l:my_dict.my_key`, using splitjoin's `gS` at the `.` character produces ```vim l:my_dict \ .my_key ``` When vim's `scriptversion` is `1` this creates ambiguity between dict key lookup...

Consider the following self-formatting program: ```julia #!/usr/bin/env julia using JuliaFormatter tautologies = [] if 0 == 0 push!(tautologies, 0) if 1 == 1 #! format: off push!(tautologies, 1) if 2...

Falls back to p6doc if rakudoc is not available, but p6doc is available, in case someone has the old version installed and not the new one.

1. The code example for the [🔁 For-in loop](https://www.emojicode.org/docs/reference/controlflow.html#-for-in) is incorrect. It starts a list declaration with 🍨 rather than 🍿. 2. The explanation of 🔁 For-In compiled bytecode is...

It's hard to predict exactly when you'll talk to another ham radio operator, so `adifmt validate` should warn (or maybe error) if `QSO_DATE` is in the future, or if `QSO_DATE`...

The current behavior of `adifmt validate` on the `STATE` field for a DXCC which doesn't have entries in the `Primary_Administrative_Subdivision` enumeration is: * If the state matches a value from...

`adifmt fix` could look up the `Code` for `Primary_Administrative_Subdivision` enum values when the input contains the value in `PrimaryAdministrativeSubdivision`. This is useful when logging DX contacts where the logging operator...

enhancement