Aditya M.
Aditya M.
I have no clue why this isn't merged yet, it doesn't break anything, and it's a good feature.
I found a simple fix to this, I just switched to @lumeland, it's far better and faster than jekyll and community support is pretty alive too.
well that's simply not possible, you will need to modify the source code if the functionality doesn't exist already
@guillaumechereau you can try LuaJIT for that, just include the definitions and you can access the structs very easily. i recently added Lua for rendering my gui code but dropped...
initialization of lua vm and everything is same because LuaJIT was made to be a drop-in replacement of Lua, but with LuaJIT you can use FFI extension and stuff to...
basically `tar` collects all the files and creates a single archive, that archive is then compressed `7z` format, thus `.tar.7z` is produced, or `.tar.gz` in `gzip`, or `.tar.xz` when using...
i don't want to complicate this program to add those features, and i don't think it's a really good idea to allow a "recording" software to execute commands, security wise....
Hi There, It's been almost a year? I've learnt more about C & Makefiles, and I will implement this feature.
this something related to nodejs lib bundled with dotto
What exactly is this doing @xl0? It seemed to have "magically" fixed my issue as well. `$state.snapshot` was messing up the type of state with an user-defined interface type.