Feuermurmel

Results 60 comments of Feuermurmel

> Would [this](https://pyright-play.net/?pythonVersion=3.12&code=GYJw9gtgBALgngBwJYDsDmUkQWEMoDCAhgDYlEBGJApgDRQAK4MYAxmCQLABQPr5AZwFQAkihYAhMBwAUTMC3YkAlAC4eUTVAAm1YFAD6BitJJGZA6iWDKoAWgB8UEx3XctHqADofPHgGIoAE0wAFcAcjIoFGpqbVgwKAALIhBtdl0oAUhqWERqYVQoABVw4RNQlHiiYWovNC8smBBMctMZZUoaegpQ-G0wApRw-BhqViSUJFZSEjhkogA3XKMXMwMdPVQ4nl19EEqDSpgkM2a%2BpLgAbWLVUXEwKQ4oAB8mkABdGWAUO%2BIyLrUK5XD70Yqg6KhCAGZpIAoAXgArLZHCU3B5gLhDJgUFAQER0NQZCgoTCQHCBGoNJ5NEh9gUoKp4VAfh10TTPCBqDBQiBcVyBH53Fp8UhLFAAKIAD1Y1AQJzAKBk4QA4khFqgMKEEF5wsohXsWdIOvYnAJmq8oAA5RXUdmaLk8vnW21Cg4oI7iU5ki5wb7SfXcIA) work for your case? I don't think addresses by use case. The type returned by `run_until_truthy(foo)` is still `str | None`, even though it will never return...

> In typed code I would prefer checking explicitly for None instead of all falsy values: > > ```python > def run_until_not_none[T](fn: Callable[[], T | None], num_tries: int = 5)...

> But I would seriously question the value of making something like this work, since excluding a single literal from a type is usually not that helpful (`Literal[True, False]` are...

I see. I don't have enough time to investigate this further. My gut feeling is that this is a deal-breaker of the projects I'm working on. I'm not sure whether...

`HAS_SNI` [has been removed](https://urllib3.readthedocs.io/en/stable/changelog.html#id12) from urllib3 2.0.0. Use `urllib3

If this is touched, I'd also love to see the original message truncated to e.g. a maximum of two lines. Right now, the message flow is sometimes completely disrupted when...

Thanks for the explanation! Adding the my system disk to the list in Preferences does exactly what I want. I assumed that adding Keka to the "Full Disk Access" list...

> @Feuermurmel the Terminal is not even sandboxed, so it does not need permission to access your files. I can deny Downloads folder access to the Terminal app and still...

@gvoc The instructions in this comment worked for me: https://github.com/aonez/Keka/issues/1408#issuecomment-1978198431

Hey! Sorry for not getting back to you earlier, I hope you have moved on though 😉. Nonetheless, I haven't been using this project myself for multiple years now and...