Cat

Results 17 comments of Cat

Absolutely no problem! Very understandable, and I ended up taking a second to update the PR either way. But here we go!

Thank you so much too, and feel free to give me a ping on any improvements you’d like down the road! Will keep an eye on the discussion 😌

I’d love to see a version with AI/ML disabled. It’s what is single handedly holding me personally back from giving this a shot to replace VS Codium

I have read the CLA Document and I hereby sign the CLA

> > Should this be optional or, even an inherently customisable string? > > In my opinion it should be optional and disabled by default to not change any default...

~~test_404 fails when~~ ```liquid {{ instance_name }} ``` ~~gets changed to~~ ```liquid {% if get_setting('brand.display_instance_name') %} {{ instance_name }} {% endif %} ``` ~~Still looking for a solution!~~ **Edit:** all...

Fixed temporarily by removing the condition and letting it crash + restart ```nix systemd.user.services.wpaperd.Unit.ConditionEnvironment = lib.mkForce ""; systemd.user.services.swayidle.Unit.ConditionEnvironment = lib.mkForce ""; ```