Skyler Hawthorne

Results 196 comments of Skyler Hawthorne

I'm very much in favor of this. It should be possible to extend existing types without having to wrap them in a unit struct, or define a new trait where...

Can confirm, it looks like `r` doesn't work at all when it's on the line feed

My first thought was "why?" but yeah, the more I think about it, apart from symlinks that point to regular files or directories, I can't think of a use case...

For me, it turned out to be that you have to make at least one post. After this, the profile page loads. A user on Matrix chat said there has...

If it helps, these are my relevant nginx configs that got it working for me: https://gitlab.com/dead10ck/dead10ck-infra/-/blob/main/ansible/roles/bsky/templates/bsky.nginx.j2 And the well known routes: https://gitlab.com/dead10ck/dead10ck-infra/-/blob/main/ansible/roles/well_known/templates/well_known.nginx.j2#L27-L48 And for reference, `ansible_fqdn` is `dead10ck.dev` and `bsky_pds_server_name`...

I'm also kind of questioning whether this should be done with auto pairs. Tags are a language-specific construct, and throwing patterns into the mix with auto pairs might make it...

Hard coding the interaction with smart tab doesn't seem wrong on the face of it. The desired behavior is for tab to do different things in different situations, and this...

Yeah, exactly my thought too. If it's a special mode / overlay, then we don't have to worry about conflicts or interacting with smart tab. Also @pascalkuthe tab does conflict...

We could save the special mode for a follow-up PR though, and for now just come up with the bindings for non-kitty terminals. It will just probably not be the...

Indeed, it's quite annoying and bewildering that GitHub enables Actions on forks by default. I shudder to think how many compute resources are being wasted running scheduled jobs on forks...