yonguelink
yonguelink
I am also running into the same issue, and I couldn't find the DotNet requirement. As @DavidRieman said, it'd be nice to know the requirements, is it required to have...
You still can, if I'm understanding right. The customization options are all in the `Config.json` file. If you want to hide the parts entirely, you can set the `ShowUnchangedParts` setting...
For some reasons, `""` does not exclude things (well, at least on my end), I had to input `^$` (which, respectively, signifies `start of string` and `end of string`). I've...
~~Host of the lobby and host of the quest is not the same thing is it?~~ ~~Because I'm usually the host of the lobby.~~ I'll take a look at the...
Perhaps it could be an idea to let this be configurable to the user? Add an _optional_ key in the `Config.json` that defaults to `false` if not set like `ShowPartsEvenIfNotHost`......
Nice! That works! I've also noticed your (work in progress?) sync server between 2 clients. I tried it, and it ends up crashing as soon as a `PULL` request is...
Yeah I'm having the same issue. I managed to get _some kind of debugging_ running and got this stack trace: ``` Unhandled Exception: System.InvalidOperationException: Layout measurement override of element 'System.Windows.Controls.Grid'...
I am running into the same issue. This morning, I couldn't get csharpier to boot up properly in VS, even after a few restart. Starting the server on another terminal...
Sorry for the picture of a screen - snipping tool didn't want to take the prompt in screenshot (probably due to elevated permissions?) This is the prompt I got when...
> @yonguelink you probably have a version 0.27.x installed globally. Oh right, I just verified, I forgot to update that beforehand 😅 > I have the changes I mentioned done...