Thom Wiggers

Results 69 issues of Thom Wiggers

# Environment - Arch Linux - Python version 3.7 # Pympress - version: 1.2.0-1 - Installation method: AUR # Expected behaviour * Switch screens # Steps to reproduce - run...

more info needed

###### Version `pacaur -v` ``` pacaur 4.7.10 ``` ###### Description When trying to search for things that start with a `-`, pacaurs argument parser always views them as arguments to...

bug

The TLS specification specifies that the site's certificate should be the first one, to then be followed by the certificate that certifies it, and so on up until the root...

I marked `~/.cache/yay/packages` for deletion, and then decided I could get rid of all of it: selecting `~/.cache/yay/` for deletion results in dua saying it's going to delete 16 GiB,...

bug
help wanted
good first issue

Uses the CMake build files to test on Windows and fixes some small issues with the `CMakeList.txt`s.

The boostnote `.deb` file sets various filesystem permissions to `775`. This is a big security problem. As noted when you install the boostnote-bin AUR package: ``` (1/1) installing boostnote-bin [############################################################################]...

FYI I just cut a new version of [`pcrypto-compat`](https://github.com/rozbb/pqcrypto-compat) which implements the RustCrypto KEM and signature traits over the `pqcrypto` primitives. If it looks like a nice interface, I could...

We're currently simply checking `cpuid` each time.

Variable-length arrays are kind of annoying not to have. We might extend `compat.h` with a macro that implements VLAs on platforms that support them, and uses `alloca` on platforms that...

question