JBenda
JBenda
If you add this in `neo-root.lua` ```lua function M.getMode() return CUR_MODE end ``` you can fetch the state with `require'neo-root'.getMode()` and use this in your vim setup as you use...
Hey ho, yep, the problem with the distributed packaged is currently wrong binding. But also with the new `fmt` library, there is a compile error because the `std::filesystem::path` in `src/config.cpp`...
Yes it was fixed 3 day ago with commit: https://github.com/Alexays/Waybar/commit/03ca8de6d744e9f52803a5d324ddbee822a9d045
Because the Subtasks thing, it seems like the related to field is not stored at the moment? If not where is it, if yes how can I access it ^^...
Oh, unlucky https://github.com/JBenda/todoman/tree/feature/hierarchySupport, there are some thoughts of implementing hierarchy in the cache with nested sets, but it's kind of hard to correctly implement the cache_update, because everything just removes...
Currently, it seems like it is possible to build a UE plugin which allows for Blueprint and non Blueprint usage. WIP
Thanks for telling this. Do you know the macOS build system more in detail? The downloadable lib is built on the GitHub actions servers, I will take a look if...
The new [release](https://github.com/JBenda/inkcpp/releases/tag/v0.1.6) contains now a arm build. Would you like to test it?
There are already libs to do so, the question is more or less which to use or is ther already a mechanism, but not at this place?
This module makes different ObjectBackends on one server appear to the outside as one ObjectServer, for distributed objects, they will be stripped between the servers as before, and are not...