Ondrej Mikle

Results 39 comments of Ondrej Mikle

It seems that the code is matching Unicode regex against IDNA-encoded domain/URL. Unfortunately, that can't be done (cleanly at least), because urlparse/urlunparse does not work with regexps. In the same...

Sorry, but what this project would need most is a new maintainer. Since I started a new job I probably won't find time for this, it seems.

The afterkey_offset stuff follows from the fact that public key is substring of private key - by combination of [RFC 4880 section 12.2](https://tools.ietf.org/html/rfc4880#section-12.2) with [sections 5.5.1.3 and 5.5.1.4](https://tools.ietf.org/html/rfc4880#section-5.5.1.3): ``` A...

I wanted to fix [gnupg-pkcs11-scd](http://gnupg-pkcs11.sourceforge.net/) to allow importing existing GPG keys to PKCS11 token/smartcard. Currently it seems that the only way to do it is quite hackish: - export the...

Yes I know only USRP X310 and USRP B200/B210 with GPSDO can sniff uplink officially. However this is issue is for downlink. I've looked at the past reported issues and...

E.g. for LimeSDR on LNAH antenna for my frequency, this gives me ~0% skipped subframes and fairly good success rate: sudo ./build/src/LTESniffer -A 1 -W 4 -f 1869900e3 -C -m...

I like the style and would also go for 120 columns, though the cost of diffing with history would be high.

The weird definition and usage of `ensure` with multiplication which was made against being removed by compiler and generated better barrier assembler code. Hamming weight of `sectrue` and `secfalse` was...

100% reproducible in 29.0 release for me on Pixel 8a. After "Unhide and restore" the "Ramdisk: yes" is back. Toggling there and back does it: * hide => Ramdisk: no...