Matt Armstrong

Results 25 issues of Matt Armstrong

The https://normanlayout.info/ site uses `font-size: 14px` in the CSS for everything (applied to the body tag). This is too small on my laptop device and I have trouble reading text...

Please describe the problem. Google's Bazel uses gcc as the system compiler. I've been using https://github.com/hedronvision/bazel-compile-commands-extractor to get a `compile_commands.json`. Clang tooling recognizes almost all aspects of these command lines,...

When using eglot with clangd (https://clang.llvm.org/extra/clangd.html) I have routinely experienced eglot landing in an error state. The jsonrpc debug trace is below. The issue appears to be eglot sending didClose...

bug

I installed hydra 0.13.5 from elpa and got a package install error: Entering directory ‘[...omitted..]/.emacs.d/elpa/hydra-0.13.5/targets/’ hydra-init.el:24:7:Warning: assignment to free variable ‘hydra-examples-verbatim’ hydra-init.el:26:1:Error: Cannot open load file: No such file or...

I am going through the Pollen tutorials and am finding them well written and enjoyable, but figured I'd comment an impression I had: Pollen templates feel a bit like second...

### Go version go version go1.23rc1 linux/amd64 ### Output of `go env` in your module/workspace: ```shell GO111MODULE='on' GOARCH='amd64' GOBIN='' GOCACHE='/home/matt/.cache/go-build' GOENV='/home/matt/.config/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='amd64' GOHOSTOS='linux' GOINSECURE='' GOMODCACHE='/home/matt/go/pkg/mod' GONOPROXY='' GONOSUMDB=''...

gopls
Tools

### Describe your suggestion I find the second paragraph quoted below confusing. > In the above screenshot, flex: 1 equates to: flex-grow: 1, flex-shrink: 1, flex-basis: 0. > > Very...

Status: Stale

Alternatively: can I make this any better? Alternatively: I don't understand Rust well enough to figure this out, help! :-) From https://github.com/matta/sift/blob/9b83da8a76fcf552a61ecfad4bd7f174ad704bb7/src/persist.rs#L225 I have this snippet in a reasonably simple...

Xilem's to_do_mvc example (`xilem/examples/to_do_mvc.rs`) seems to go into a loop when I click on the text edit. This is on Debian, running from Xilem's current head (e76cf31258c79d263c5669be052353c3e99c012d). 1. cd ``...