Valts Liepiņš
Valts Liepiņš
Locale seems to be correct and other CLI tools seem to pick up on the unicode characters. I'm using `kitty` as terminal emulator.  Edit: Right, it seems that https://github.com/srid/neuron/issues/273...
Just discovered that I don't have this problem when running `./bin/run query -t piemērs` in neuron source directory. I updated my binary with `nix-env -if https://github.com/srid/neuron/archive/master.tar.gz` and even on newest...
Alright, I figured it out, problem is with `LOCALE_ARCHIVE` environment variable. Interactive sessions work because `nix-shell` environment has `LOCALE_ARCHIVE` pointing to locale archive in nix store. If I define this...
Just discovered that setting `LANG` to `C.UTF-8` fixes this problem without changing archive variable. Again, don't know enough about locale mechanism to tell if this is a viable solution, or...
Researching for some more shows that Arch Linux does not support `C.UTF-8` locale. Also, found out that other projects have faced this issue: https://github.com/electron-userland/electron-builder/issues/2340
From my experimenting, it is related to the rotate transform, where the tree gets rotated around origin which falls between pixels. I didn't find a clean way to solve this...
Take a look here: https://www.github.com/letoram/pipeworld/tree/master/pipeworld%2Fdevmaps%2Fkeyboard%2FREADME.md Changing the `default.lua` keymap script should change the default keymap that pipeworld uses after restarting it.
I happened to piece together a PKGBUILD file. It worked well for me, but I haven't went through AUR guidelines yet so I did not rush publishing it to AUR....
I'm specifically interested in Android chrome browser support, so that I could use TiddlyWiki as PWA.
That's odd, attempting to drag items in draggable todo list example just scrolls the page, or when held too long, shows context menu. Searching online does not mention any caveats...