Alex Gaynor

Results 154 issues of Alex Gaynor

- [ ] `backend` - [ ] `aead` - [ ] `ciphers` - [ ] `cmac` - [ ] `dh` - [ ] `dsa` - [ ] `ec` - [...

Currently `aws s3 ls --hep` just says `Unknown options: --help`. It could ideally a) Just do the right thing, or b) failing that, remind print that what you really want...

feature-request
s3
p3

``` rust extern crate chrono; use chrono::{UTC, TimeZone, Timelike}; fn main() { let s = "100102030460Z"; let d = UTC.datetime_from_str(s, "%y%m%d%H%M%SZ").unwrap(); println!("{} -- second={}, nanosecond={}", d, d.second(), d.nanosecond()); } ```...

``` ~ ❯❯❯ uv --version uv 0.2.30 (Homebrew 2024-07-26) ``` Consider this command: ``` ~ ❯❯❯ echo 'nox' | uv pip compile - --universal -p 3.7 warning: The requested Python...

resolver

``` ~ ❯❯❯ uv version uv 0.3.5 (Homebrew 2024-08-27) ``` When you use a marker to express a dependency, `uv pip compile --universal` "forwards" that to the output. For example:...

Currently using the "wrap static fns" feature requires `--experimental` or the `experimental` cargo feature. I didn't see a tracking issue for stabilizing this feature to no longer require `experimental`, so...