Dave Cunningham
Dave Cunningham
Ditto these sentiments. My kids (7 and 5) absolutely love that they can play with me and go on adventures. I hope you figure out these latest issues and thanks...
@oconnorr
I can't remember who initially suggested this or what they wanted it for. But, yes I think it would have to be UTC and static offsets only, otherwise it would...
I hacked it into the CLI flags like the strike through one, it seems ok so far
I added one feature which is to disable the padding for column lengths for both spaces and the - below the heading. My reasoning is that LLMs don't really understand...
Yes except also with the dashes under the header, there are always 3 On Thu, 27 Feb 2025, 18:04 Johannes Kaufmann, ***@***.***> wrote: > @sparkprime Oh that is really interesting!...
This also needs conditional import logic like https://github.com/aviadr1/winuvloop/blob/main/winuvloop/__init__.py However, the lint rule is failing because it looks like the regex is too strict? Edit: never mind, fixed it.
On second thoughts maybe it's better just to swap the uvloop dependency with winuvloop and let it do the logic?
I found out that we don't even import uvloop on windows, so the fix is just to make the build-time dependency conditional on not being windows. As we don't need...
This is ready to merge, thanks