Michał Siedlaczek

Results 60 issues of Michał Siedlaczek

Introduces `devel_new_mail_command` config option. When used instead of `new_mail_command`, Neomutt's event notification system will be used for new mail notifications. This is part of a bigger refactoring of the legacy...

status:discuss
type:enhancement

:information_source: This is in response to a discussion with @elijahbenizzy on discord. This is an example of a use case that could be supported with some additional decorators. The usecase...

## Disclaimer I'm running nvidia with open source drivers, so that might be a factor. # Steps to reproduce Open a Qt5 app (I tried qutebrowser, Discover, and Dolphin) on...

not our bug

In section 5.6 Coproduct, there is the first mention of C++ union and how they are not tagged unions, and later it mentions `boost::variant`. However, we've had `std::variant` for a...

I think that the following is missing a comma to be correctly understood in `Memory management` section: > In particular, using `forget` may result in not releasing critical resources leading...

The following function has issues: https://github.com/pisa-engine/pisa/blob/c6481af140224070aaa5d7ec109bbde396268b8c/include/pisa/bit_vector.hpp#L285 1. We cast an arbitrary byte pointer to int, making it UB. 2. We assume the bit vector has enough bytes to actually dereference....

bug

Because the implementation of block-wise `decode` (and `encode` but this one is not as crucial) is moved out of the header, there is a potential that this will affect performance....

performance
wip
refactoring
build system

Opening another PR because I don't know how easy/tricky this will turn out to be.

wip

Below is a rough draft of a schema/config/meta file (idk what name fits best here) to organize the files together. The primary goal is to have sane defaults such that...

enhancement
discussion

When parsing WARC, we assume there is a TREC ID field. This is not true for CC-NEWS, so it needs to be taken into account. ``` WARC/1.0 WARC-Record-ID: Content-Length: 38840...

bug