Sergey Kvachonok

Results 12 comments of Sergey Kvachonok

> TBH while annoying I've been coming round to the opinion that maybe it's the lesser evil compared to not setting `sq_length`. > > What would your opinion be? Is...

I can't get `#[pyclass(sequence)]` to work as documented. Negative indexes are still passed to `__getitem__()` as is even in PyO3 v0.17.1, even though the class is tagged as a sequence...

Thanks! I should've tried that before opening an issue :face_exhaling: I was getting ``` error: unexpected attribute: hide_env_values ``` when compiling, and it is not mentioned anywhere in [the documentation](https://github.com/clap-rs/clap/blob/v3.1.18/examples/derive_ref/README.md#arg-attributes),...

Oh, I think I get it now. I was trying to revert to the old `#[pyproto]`-style behavior in v0.17 by creating a `#[pyclass(sequence)`, but apparently it's no longer possible to...

Oh, I've accidentally found a workaround while figuring out how to make `cargo-spellcheck` not complain about "—" ([EM-DASH](https://unicode-table.com/en/2014/)). Adding ``` transform_regex = [..., "^[+]$"] ``` to the config makes `cargo-spellcheck`...

> If you would like to make spellcheck aware of additional splitchars, there is `tokenization_splitchars` in `[Hunspell]`. Thanks, that's even better! BTW, it's not mentioned in https://github.com/drahnr/cargo-spellcheck/blob/master/docs/configuration.md and I had...

> Does this download add much extra runtime to the pipeline, or is the concern purely out of kindness towards the MS download servers? It takes significant time to download...

> WDK now it is available on NuGet (105 MB in size) https://learn.microsoft.com/en-us/windows-hardware/drivers/install-the-wdk-using-nuget. Is it enough to setup the development? Only the latest WDK version (10.0.26100.1) seems to be available...

I tried unzipping `.nupkg`, but it looks its internal directory structure will require some patching before it could be applied to an existing windows kits directory that `vsdownload.py` creates. BTW,...

Same issue with & in URLs. I get "Failure due to: BlockedContent." error message.