wolfen351
wolfen351
Ah thanks! Yeah that would be pretty awesome. For now I've found a config file that lets me move it all the way to the left.. It works for most...
This might be helpful: https://en.wikipedia.org/wiki/Thin_space Further reading at https://en.wikipedia.org/wiki/Whitespace_character It seems the narrowest space is the "HAIR_SPACE" U+200A hair space 8202
Yes, that is the file i'm using.
_bump_ please tell me these is a solution on the horizon somewhere?
Wow this is a great addition to Terminals, just wanted to voice my support for this feature, it will come in really handy
Could you please provide some detail on where to start? As a new person to the code base, it would be useful to know where this should fit in, and...
I also encountered the "error: Image size should be a multiple of block size" error. I adjusted the 2Mb command like this: `calc 8192*256 2097152 ` So I tried that...
Here are some logs to show what I mean: Game Container: ``` [23:49:02] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 11949ms or 238 ticks behind [Autopause loop]...
I did some more digging, and it appears the rcon port *IS* configured for knocking: ``` root@minecraft-freecrafting-game-deployment-58dc585565-ctgx5:/# cat /tmp/knockd-config.cfg [options] logfile = /dev/null [unpauseMCServer-server] sequence = 25565 seq_timeout = 1...
Thanks, that was the piece of info I needed to fix my issue, much appreciated! I deployed them in the same networking namespace, however I did it in k8s and...