Samuel Colvin

Results 324 issues of Samuel Colvin

I understand that ruff can't check imports are valid in a general way, but it would be great if ruff could check local (relative) imports only import things listed in...

rule
type-inference

Perhaps using @brettcanon's https://github.com/brettcannon/gidgethub otherwise directly with httpx.

enhancement

Use [Tarpaulin](https://github.com/xd009642/tarpaulin) or similar for coverage which should allow tests to be split into multiple files, split tests.

enhancement

Better support for the [Proleptic Gregorian calendar](https://en.wikipedia.org/wiki/Proleptic_Gregorian_calendar) for timestamps. Basically go back before 1600 to 0 BCE. Doubt many people will need this, but technically I think it would be...

option to always consider timestamps as seconds.

Again to match python better and allow times with timezones. My mistake, didn't notice python times can have timezones. Should also rename to `tz_offset` to be more explicit.

Hi thanks for `qr-scanner` it's working wonderfully, the only reliable way I can find to recognize QR codes. I have a problem where using the following ```js const qrScanner =...

ujson4c is great, I'm using it in a julia package [uJSON.jl](https://github.com/samuelcolvin/uJSON.jl). Is there any chance of adding "dump" functionality here as well as "load" so I don't have to route...

Perhaps can't see other API keys? is that too complicated?