Ryan Despain

Results 19 comments of Ryan Despain

i was thinking about starting work on this. wondering if there are thoughts if this belongs in `zinit` or as an annex? i'm leaning towards an annex but thought i'd...

This is an old issue, but I thought I'd share that there is a PR for at least one ZSH-specific feature to work with this. See https://github.com/tree-sitter/tree-sitter-bash/pull/115

So, I'm a noob. but i decided to look around the aws cli code. Here is a [line](https://github.com/aws/aws-cli/blob/e3bfd01efabdbde7b110e399855d650276a5bc59/awscli/help.py#L111) that calls `groff -m man -T ascii `. perhaps this is a...

This same behavior has started happening to me. Seems to be isolated to alacritty. If the problem is happening and I paste in to another terminal app(Gnome Terminal) then the...

@Delgan, i'm thinking of picking this up and working on it, as it seems nice(and then i wouldn't "have" to use another dependency). Curious what the thoughts are on this....

@Delgan, can you help me understand why a dependency(optional or not) on `rich` is not desired? the huge draw to `loguru`, for me, is that i can just do `from...

@Delgan thanks for taking the time to answer that so thoroughly. perhaps add this to a wiki or something as i'm sure i won't be the last moocher to ask...

You are referencing this [fix](https://github.com/fsspec/sshfs/pull/43) in sshfs for the `_info`/`isdir` stuff, right? Yeah, that fix got around one problem I was having with GenericFileSystem when it checks for a dir....

hmmm, seems like any filesystem that doesn't strip in their `_info` or `info` calls has a similar problem with `GenericFileSystem`. I decided to try this with the built in implementation...

bleh, this is becoming quite tricky to test. not certain how to do it. would it be better to move this out of `fsspec` and just add another fix to...