Dominic Cerquetti
Dominic Cerquetti
> Will this be compatible cross-platform? I'm hoping it will. Everything already is except the GUI, and there's another branch off this branch that is attempting to replace the winforms...
> Update: Tried on `avalonia-ui-test2` (on Linux), and `dotnet build` still doesn't work, saying "Windows is required to build Windows desktop applications." If you want I can send you the...
> > Update: Tried on `avalonia-ui-test2` (on Linux), and `dotnet build` still doesn't work, saying "Windows is required to build Windows desktop applications." If you want I can send you...
just tried in chrome canary as well
Wow you're fast :) Will give this a shot, thanks
thanks for the update and the work on this, it's really a neat extension I updated the extension and it works for about 10 seconds, then stops working. I've attached...
following up, i believe I "fixed" this in the Diz output with: https://github.com/DizTools/Diz.LogWriter/commit/e93214fd6d13df279b371ca9a7b45e3b9f59d107 and https://github.com/DizTools/Diz.LogWriter/commit/a7d32209266b9880494940b90c4d6193a9fcb5a0 basically, Diz won't try and output strings with certain special chars in them anymore (like...
reminder to self, check out: #73
for this issue, potentially the simplest implementation to make this play nice with Asar would be to modify IsPrintableCharacter() to exclude any non-ASCII-printable chars from strings. while doing that might...
2023 update too is that in #73 are commits that exclude newlines, linefeeds, and nulls already (by breaking up strings and including them as individual data bytes). I haven't tested...