Ahtі Lеgοnκov

Results 10 comments of Ahtі Lеgοnκov

I ran into same problem. I suspect it's because the certificate is for elliptic curve key, not an RSA key. Can anyone confirm this?

Looks like the bug was introduced in this commit: 9c47236cb9b1a0d608b5b0cc9157c1be52e56f60

@bitraid No, It's a physical disk. I also noticed that there are FARnnnn.tmp (nnnn being sequence of 4 hex digits) files created next to the file I am trying to...

Thanks, @alabuzhev, setting Editor.SaveSafely=false solved my problem. I think the error message should be a bit more clear about the failure and maybe give a hint how to solve it....

I am working on attiny9 support (https://github.com/leg0/simavr/tree/add_tiny9). Work is in progress, but maybe it helps.

> As-there been any progress since? I would be interested in it, since it seems to be the only way to simulate an ATTiny10. Not much progress. It kind of...

@aentinger I have already signed it.

Thanks, I'm already translating. I tried DM'ing, but I can't do that unless tob is my friend over there, and Discord tells me that they're not accepting friend requests. That's...

Are you using cmake? The cmake target has all the required dependencies. Otherwise check that you are linking all the dependencies. In your case looks like you have omitted winsock....

Thanks @ferdinandkeil I tried to use this PR and I am getting error: ``` Traceback (most recent call last): File "main.py", line 13, in from fido2.webauthn import PublicKeyCredentialRpEntity ModuleNotFoundError: No...