Lyall Cooper

Results 13 comments of Lyall Cooper

@fouber disabling SIP will fix the issue (as it turns off the kext signing check) but it's probably a bad idea. SIP is a security feature meant to protect the...

FWIW, to anyone who's thinking of disabling SIP fix the kext signing issue, it's possible to only disable the kext signature checking and leave all the other protections enabled. All...

Also coming from a project that heavily uses `@Inject`-annotated constructors, I agree with @meyertime that this new formatting feels like a regression. While it's definitely hard to ignore the "I...

Yeah I agree that the best solution would be for YNAB to fix it on their end (or for my source to always include trailing `.xx`), parsing is generally a...

I'm having this same issue right now. Same setup, Pocket ID + caddy-security. Digging into the code a bit, it looks like it might be because `preferred_username` is missing from...

Think I figured out the issue here. You need to add this line to the oauth provider block in the Caddyfile: extract all from userinfo Then the `preferred_username` is accessible...

Apologies, on closer inspection of the clj-kondo docs it seems like this won't magically fix the errors without downstream users still having to the incantation of: ``` $ clj-kondo --lint...

I'm also experiencing this issue on finicky v4.1.2. Also on a work laptop that uses Cloudflare WARP. Restarting finicky helps resolve the issue.

> Does turning off the file watcher make a difference? How does one do that? Haven't been able to find anything about configuring that in the help or docs

Ah whoops, missed that (was searching for something about the watcher). Just tried with it disabled and didn't seem to make a difference.