Mark Gross
Mark Gross
Just to clarify, the current implementation is as follows, failing if the config file doesn't exist? ``` read in options from file set option1 = filedata.option1 ... set optionN =...
Thoughts on using a standard config file format such as JSON or TOML? The config file seems to already be a bit messy as well as the code to read...
The config file may be simple now, but adopting a standardized markup for it is going to be necessary in the long run. Even now, we're manually parsing some options...
That's a good point. I forgot that configuration would be handled by a menu in the future. I'll work on cleaning up the config with the current parser.
Got some boilerplate for interactivity down on [my fork](https://github.com/MarkusG/playerctl/tree/feature-interactive). Here are my thoughts on keybinds per command: * play - maybe, might not be necessary with play-pause bound * pause...
I remembered having to deal with this issue a while back. Today, I'm unable to reproduce with a couple inventory fulls of item stacks. Has this been fixed?
Where exactly is `libMonoPosixHelper.so` found? Does it come with tModLoader or do I have to download it myself?
It looks like those libraries are 64-bit. I tried both those and copying the library from my own mono installation, but to no avail. The chunk rendered, but the storage...
Also running into this issue on version 7.1.0 on Firefox and Chromium.
@kleshas did you manage to fix context menus being translucent? Following the advice here regarding the config file fixed the issue with inactive windows, but my context menus are still...