Solitude
Solitude
On python branch assigning action to full press and applying the changes, upon reopening the trigger configuration, you can observe that action is assigned to partial press instead.
Build fails at `make` stage with ``` libhidx/libhidx_server/CMakeFiles/hidx_server.dir/build.make:61: *** target pattern contains no '%'. Stop. make[1]: *** [CMakeFiles/Makefile2:248: libhidx/libhidx_server/CMakeFiles/hidx_server.dir/all] Error 2 make: *** [Makefile:130: all] Error 2 ```
Cant reproduce consitently. Highlighting and gutter marker are there.  But hovering doesnt show the error and diagnostics buffer is empty (as it should).
... with `xmltree.nim(118, 53) Error: invalid pragma: since: (1, 3)` ``` nim -v Nim Compiler Version 1.3.5 [Linux: amd64] ```
at least ``` vkStructureTypeXlibSurfaceCreateInfoKhr vkStructureTypeXcbSurfaceCreateInfoKhr vkStructureTypeWaylandSurfaceCreateInfoKhr vkStructureTypeAndroidSurfaceCreateInfoKhr vkStructureTypeWin32SurfaceCreateInfoKhr ``` which is confusing because structures themselves are present, so only way to create them is to cast a number to enum.
`pacmc install curseforge/betterend` results in ``` Resolving versions and dependencies... [✓] resolved slugs [✓] resolved install transaction Installing the given mods will result in the following transaction: Is this okay?...
This is extremely disruptive, when you need to launch a program with certain cwd, but elvish keeps implicitly changing it. Or a simple fact that `cd dir; cd ..` doesnt...
At least it should have `--force` flag to ignore reverse dependency.
`test.nimble` ```nim # Package version = "0.1.0" author = "SolitudeSF" description = "A new awesome nimble package" license = "MIT" srcDir = "src" bin = @["test"] # Dependencies requires "nim...