Bushcat

Results 29 comments of Bushcat

Oddly this only happens when gluetun is running, couldn't get many logs but any other software can run for days, I tried increasing the swap from 100mb to 1024mb but...

You can set the Design to Light/Dark Mode manually, I had to do that as well and simply did this: ```csharp // TODO only works with system theme! Integrate Theme...

try using `\\` for the path like this ```json "mpv_ext": true, "mpv_ext_ipc": null, "mpv_ext_no_ovr": false, "mpv_ext_path": "D:\\Software\\mpv-animejanai\\mpvnet.exe", "mpv_ext_start": true, ``` if that doesn't work, maybe something is in the console

> I'm going to buy a laptop for local LLM use. Can you recommend a good CPU for this? I prefer Lenovos ThinkPad line. Any experiences? Should i wait for...

> IMHO the easiest way for this is to use a converter. If you have eg. a numeric as the underlying datatype it will be sorted correctly, regardless of the...

> You are correct, @Bush-cat; converters are not considered for sorting and filtering. Would it be suitable for you if the filter and sort methods use converters to get the...

I'm thinking about implementing regular ClosedXML to open the output and format the height manually

After reading Comment https://github.com/ClosedXML/ClosedXML.Report/issues/249#issuecomment-922997574 It seems to be an issue of the AdjustToContents Function from ClosedXML. I have tested it, when I add \n newlines to the input variables, RowsFit...

I have made an Issue in the ClosedXML Repository and hope it gets noticed. https://github.com/ClosedXML/ClosedXML/issues/2628 .I suggest updating the ClosedXML.Reports Tags Documentation about the current Behaviour.