Aleksandr Sergeev

Results 65 comments of Aleksandr Sergeev
trafficstars

Indeed, I have found out that `secp256k1` is not supported by [`crypto/ecdh`](https://pkg.go.dev/crypto/ecdh#Curve). However, I was able to use the older setup as-is with ChaCha20.

@L11R, honestly I don't really understand why the current solution shouldn't work with `XChaCha20-Poly1305` as it uses exactly the same 256-bit key length. Instead of [`crypto/elliptic`](https://pkg.go.dev/crypto/elliptic), [`github.com/decred/dcrd/dcrec/secp256k1/v4`](https://pkg.go.dev/github.com/decred/dcrd/dcrec/secp256k1/v4) can be used,...

@L11R, yes, that's exactly what I have wrutten in my PR: my solution solves one of the two problems named in this issue title. As far as I understood, they...

@L11R, never mind, you didn't sound wrong! I just wanted to improve your library. It's ok if you need time, I'm not in a hurry; moreover, I can use my...

Let us know whether this is fixed now.

Same issue happens during documentation generation for **any** `pydantic` model with `PrivateAttribute`: ```python from uuid import uuid4 from pydantic import BaseModel, PrivateAttr class SampleModela(BaseModel): _private: str = PrivateAttr(default_factory=lambda: str(uuid4())) """...

Closing the issue as it appears to be solved in PR #317

> By the way, last time I contributed to this repo, the `action.yml` use `Dockerfile` to run the code. > > But this time it pulls a docker from `wakareadmestats/waka-readme-stats:master`....

Can't new tokens be used for action running?

I would suggest updating documentation to cover every possibility, especially the newest features.