Nathaniel Sabanski

Results 124 comments of Nathaniel Sabanski

No problem, I was just under the impression that Starlette wanted to get to 0 issues before 1.0, and this is only a DX issue that may never be resolved.

Still an issue re: https://github.com/fail2ban/fail2ban/issues/2756 Using emptylog as a workaround: ```ini [jail] logpath = %(known/logpath)s /etc/fail2ban/emptylog ```

As a side note, the Hotwire implementation of event pausing / interception: https://github.com/hotwired/turbo/pull/306

I like the idea of supporting `@media (prefers-color-scheme: dark) {` for people who don't have something like Dark Reader installed. The color selections here are a little over saturated, and...

Of course up to @1cg to decide if this switch is actually worthwhile, but will have to say no thanks because: * Increased barrier for contributions. * More complex, slower...

> The ECMAScript spec will probably supersede TypeScript in the near future anyway. This has happened historically with other dead Javascript dialects (example: when classes were included in ES6). https://www.youtube.com/watch?v=O9F4K804XC8...

> `lockable` is the only LFS-specific one, and it controls whether the file is read-only unless locked. That's documented in the manual page for `git lfs track`. @bk2204 Excuse my...

Really interesting, thank you for the explanation! @KalleOlaviNiemitalo

Just FYI got this working with Caddy with Let's Encrypt. You can de-escalate your privileges from `root` to a `traefik` user using `setpriv` (or `gosu`). `setpriv` is a standard utility...

3.11 asyncio will get trio-like Task Groups and Exception Groups ![image](https://user-images.githubusercontent.com/24665/184591036-acfe901e-7075-44b0-a2a8-68b401ac2998.png) https://mobile.twitter.com/1st1/status/1493748843430567942 https://realpython.com/python311-exception-groups/ https://bugs.python.org/issue46752 There's not really much point in Trio moving forward.