Rebecca Turner

Results 169 comments of Rebecca Turner

I can no longer reproduce these issues, I believe the fixes in #6995 and #9687 worked. Please reopen if anyone can find another reproducer.

Nevermind, I'm reopening this: ``` error (ignored): error: interrupted by the user ```

Okay, I've rewritten my issue using the feature request template. Let me know if you'd like more information. The solution here feels very obvious to me — the code is...

> btw #5066 said it was only a partial fix. What is missing? Nothing is missing for `TryMapValueParser`, but #5066 is only a partial fix for this issue — to...

It sounds like there's interest for this, so I might prepare a PR. Related issues: - #4976 (default text could be used to work around bad quoting for values like...

I have a draft implementation of this in #196. The interfaces themselves work fine but the macros are a bit more challenging. I think it'll need some massaging to make...

I would also like this! I found it confusing that the URL for `G004` is https://docs.astral.sh/ruff/rules/logging-f-string/ but that `--ignore logging-f-string` didn't work. Previous comments state that the names aren't exposed...

I would like this to work around https://github.com/astral-sh/ruff/issues/8232 by running `ruff check --fix && ruff format`.

I was pretty shocked to discover that this behavior isn't implemented. This error message is also not great: ```python class Animal(enum.Enum): DOG = "Dog" CAT = "Cat" def __bool__(self) ->...

I'm very excited about this. It would personally make it much easier to contribute to Fish and I would be willing to help with the ~~rewrite~~ port.