elder-n00b

Results 14 comments of elder-n00b

I just had the same problem, macOS 10.11.6 and dmd 2.097.1 here. Indeed all those deprecations suggest that the sources are for an earlier compiler version. [dlangui](https://github.com/buggins/dlangui) (the library actually...

Just found this project, cool. First run (on Sway): ~~~ Pentium(R) Dual-Core CPU T4400 @ 2.20GHz ATI RV710/M92 [Mobility Radeon HD 4530/4570/545v] 3.8 GB RAM ~~~ ~~~ λ git describe...

Same thing here on macOS 10.11.6 with latest v0.28 by the way. I saved the dump just in case but it's essentially the same error as above. v0.26 works here...

Hm. Similar thing here. Lapce 0.21 on Linux. New install, first thing I try is install C, Go, and Rust plugins. It never ends. **After restart the plugins are installed...

I noticed this can also easily result in a crash: ``` fish❯ bit >> bit ?[1;3Cruntime error: index out of range [0] with length 0 goroutine 1 [running]: runtime/debug.Stack() runtime/debug/stack.go:24...

I confirm. Quick fix is normalizing case in https://github.com/RasmusLindroth/i3keys/blob/99e368e4cbb4f82f4e9461c3fd43054add0c3c37/keyboard/layouts.go#L101 ```go if strings.ToLower(symbol) == strings.ToLower(key.Key) ``` There may be a better way but this seems to work. On a side note,...

late but... `twf -dir /any/other/dir [optional/file/to/focus]` Notes from the README: >It is also possible to *locate and highlight a file given as an argument*. >`twf path/to/subdir/file` >`-dir `: Root *directory...

Include statements should work, do you have a case where they don't? Note that environment variables like `$HOME` will have to be written `${HOME}` in the config file or they...

It's a possibility. See if specifying the correct absolute path makes a difference (after reloading i3/sway config and restarting i3keys). Just to make sure I understand correctly, your `includes/keys_workspaces` works...