Jackson Wambolt

Results 5 issues of Jackson Wambolt

I created a Zellij session (with fish) and detached it. Then I switched from fish to zsh (uninstalling fish in the process), attached to the existing session, closed one pane...

bug

I use a shell function to set the title of my current terminal tab so I can identify them easily, but whenever I launch lazygit, it gets overwritten with `...

enhancement

With `Foo.roc`: ```Roc interface Foo ``` `roc test Foo.roc` panics: ``` thread 'main' panicked at crates/reporting/src/error/parse.rs:3663:14: not yet implemented: unhandled `exposes` parsing error IndentExposes(@13) note: run with `RUST_BACKTRACE=1` environment variable...

parsing
error-messages

### Zig Version N/A ### ZLS Version 66f0f90ec5468fbea1f7b65451eff5ca70d8f305 ### Client / Code Editor / Extensions _No response_ ### Steps to Reproduce and Observed Behavior Run `nix shell github:zigtools/zls/66f0f90ec5468fbea1f7b65451eff5ca70d8f305`. ### Expected...

bug

Including a Taskfile with wildcard tasks and aliasing it doesn't work. Taskfile.yml: ```yaml version: '3' includes: included: taskfile: Taskfile2.yml aliases: [inc] tasks: foo-*: cmds: - "echo bar: {{index .MATCH 0}}"...