Paul Wolneykien
Paul Wolneykien
I have a device similar to shown in #144 . With the first 4-5 user code upload attempts it was all okay, the board was successfully enumerated by the USB...
Hi! When adjusting the page margins, some "shadow page" artifacts appear in the page preview area (see screenshot at https://yadi.sk/i/o9oP_zrrb7qKtA, the problem area is marked with red). Version: 2019.8.16 EA....
Re-alloc on field array overflow. Not a linked list as it's slower that the array.
The current evaluation context of the `filter` function defined for an `ApiUser` doesn't provide any way to access the user object itself. With the patch applied the problem of having...
Adds support for GOST signatures.
Hi! There is the following mismatch in the `openssh_mapper.c`: It uses RSA_set0_key(rsa, rsa_e, rsa_n, NULL); when is parsing ssh v1 key, but RSA_set0_key(rsa, rsa_n, rsa_e, NULL); for ssh v2 key....
Hi! Finally, I've separated and described all my patches for `pam_pkcs11` (I said about them a while ago in #27). The description is here: https://github.com/wolneykien/pam_pkcs11/blob/patches/alt/main/PATCHES.md and the file's branch (`patches/alt/main`)...
Just enabling `sys.path.insert(0, os.path.abspath('../../simpleble/'))` isn't enough for the `autodoc` extension to work: the extension itself has to be enabled first.
Hi! I've made a number of improvements and fixes for the Quizgen: * use python ver. 3 explicitly; * internalization support (with the use of `gettext`); * fixed page title...