messense

Results 597 comments of messense

I don't own a Windows machine, maybe you can try `maturin generate-ci` and try to repro it on github actions?

what happens if you do a `maturin develop` first, restore the deleted license file then run `maturin develop --skip-install` so it does not call `uv pip`/`pip` again? This could isolate...

datetime.datetime 或者 datetime.date 的格式都是可以的。 https://github.com/jxtech/teambition-api/blob/master/teambition/utils.py#L13

I'm not sure why it happens, but it could be related to https://github.com/BurntSushi/memchr/pull/129.

I don't use Android so no plan from me, unless someone requires Android support contributes patches. So PR welcome if you are interested.

cc @ginnyTheCat @itsjunetime wdyt?

> Is there a reason why we are using rust-cross/rust-musl-cross? For most projects maturin only needs a musl gcc so `rust-musl-cross` images are good enough for most users, no need...

You can get rid of the `before-script-linux` I think.