BayLee4

Results 29 comments of BayLee4

It's seems the latest version v0.5.5b introduced a regression where per-applications trusted domains are ignored (they remain blocked) if said domains are included in a DNS blocklist :( Universally trusted...

Amusingly, I noticed the current behavior of blocking DNS at the network level could lead to a crash for a particular application. An easy workaround exists however: manually blocking the...

For anyone coming across this issue: turning on the ["Scale to fit below built-in camera"](https://support.apple.com/en-us/102125) option seems to solve the issue

Ok, thank you for your work @Keddnyo

Hi @Keddnyo, do you by chance had the time to look into the issue?

In the same spirit but for a `find` alternative, [fd](https://github.com/sharkdp/fd) (also written in Rust) is a really valuable tool, respecting `.gitignore` while being very fast.

This would be very useful especially with the ability to clone `WalkBuilder.ig_builder`, that would allow to check if a currently non-existing file/directory would be ignored before creating it.

Hi :wave: You're right that the `shadcn@canary add button` produce the same `button.tsx` file, it is the format command that modifies it (due to [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) reordering the classes) back to...

I see, I think I'll just disable caching for lint/format command for now, that way I'll avoid the mega headache inevitably coming when I'll forget about the workaround and wonders...