Maxim Karpov

Results 40 comments of Maxim Karpov

@pi0 > Yes. You need to pass full URLs because dev proxy is outside of worker and needs to make an actual request. But this breaks code unification between client...

It's also desirable (but far less annoying) to proxy WebSocket requests for same reason. This time things are even more complicated: you have to invent ad-hoc logic _on client_. This...

Signing is just encryption with private key instead of public.

Decrypt with public. Keys are interchangeable. The one issue here is the absence of hash functions in Computronics, and, possibly, ASN.1 structure of signature, but ASN.1 can be generated in...

Yes, it happens with just single client and otherwise unoccupied server. When I removed browser-to-server ICE trickling (i.e. it's sendonly anyway) everything started to work flawlessly.

But reassignment of the buttons wasn't a topic of this request. Request was about re-ordering and customization of the main menu itself.

https://github.com/TerraFirmaCraft/TerraFirmaCraft There is an official maintained port to 1.12

I had tested it with NIST P-521 keys and J3H145 card. Smart card did >5000 signatures successfully and without visible degradation. ``` Reader ...........: ACS ACR 38U-CCID 00 00 Application...

These are two different IDCODEs, both are from target. `get_idcode` returns debug port IDCODE, which is not present anywhere in the memory. On STM32F103 the value is `0x1BA01477`, with most...