Sjoerd Langkemper

Results 204 comments of Sjoerd Langkemper

See also [Login using an Installer Account · Issue #23 · indykoning/PyPi_GrowattServer](https://github.com/indykoning/PyPi_GrowattServer/issues/23)

Have you tried calling `plant_detail` or `new_plant_detail` as in the [example](https://github.com/Sjord/growatt_api_client/blob/master/growatt/__main__.py)? That returns the generated power for each day in the past month. Is that sufficient for you?

Thanks, @AdiB1110. Which version of the client are you using? Did you install 0.0.4 with pip? Or are you on a git branch?

From the CLA: > You represent that each of Your Contributions is Your original creation Well, I copied pkg/nuget/config to pkg/nuget/csproj and modified things to get it to work on...

I now put this in the `nuget` directory, but I later saw that there is also a `dotnet` directory. Is `csproj` correct in the `nuget` dir, or does `dotnet` make...

@knqyf263 This has been reviewed, could you merge this?

Yes, this is an opportunistic approach where we can verify some dependencies, but in some cases determining the exact version is not possible. I think this is preferable to not...

It seems that Google is [postponing the phase-out of manifest V2](https://groups.google.com/u/0/a/chromium.org/g/chromium-extensions/c/zQ77HkGmK9E). I put [some work into this](https://github.com/Sjord/tablefilter/pull/9), but can't get it to work on both Firefox and Chrome. The existing...

Also for JWTs: - [generic.secrets.security.detected-jwt-token](https://github.com/semgrep/semgrep-rules/blob/develop/generic/secrets/security/detected-jwt-token.yaml) - [generic.secrets.gitleaks.jwt](https://github.com/semgrep/semgrep-rules/blob/develop/generic/secrets/gitleaks/jwt.yaml)

2.7.7 says to use rate limiting if the authentication code is less than 64 bits. [NIST says](https://pages.nist.gov/800-63-3/sp800-63b.html#5132-out-of-band-verifiers): > The verifier SHALL generate random authentication secrets with at least 20 bits...