Rijnder Wever
                                            Rijnder Wever
                                        
                                    > Removing the AutoScaleDimensions & AutoScaleMode overrides here should enable DPI scaling for Mono Couldn't get this to work, but I am not familiar with .NET development. Are you sure...
I have actually used some external Lua libraries with succes. (`penlight`, for example, to name a nice one) Quite a few useful ones ([`numlua`](https://github.com/notCalle/numlua/tree/lua-5.3) or `luafilesystem` for example) seem to...
I made it work! Not sure if I made any mistakes though, as it was actually pretty easy. As the error of my previous message indicated, dynamic library loading was...
Interesting, how do you figure? Is it related to line ~53 in `luaconf.h`: ```c #if !defined(LUA_USE_C89) && defined(_WIN32) && !defined(_WIN32_WCE) #define LUA_USE_WINDOWS /* enable goodies for regular Windows */ #endif...
Maybe take some inspiration from [the TODO](https://github.com/baskerville/plato/blob/master/doc/TODO.md)? I would love to see a terminal app! (and might one day try my hand at one)
Maybe a (markdown) note taker (+ reader)? Although that would create a lot of complexity.
Just putting this out there: Seemingly, this a pretty nice terminal app for KOBO devices: https://github.com/llandsmeer/inkvt Maybe nice for inspiration, or some option to (easily) interact with it from plato....
Do I also need to tell youtube-viewer about my youtube account, or is creating the api.json file sufficient?
hmm, `acpi_listen` does seem to capture the press. Let this serve as a reminder to myself to investigate disabling it via acpid in the coming weeks (don't have a lot...
What about just doing what the documentation says, and introducing a new dependency to save images? I think that's what I did to fix this, and it worked just fine...