Christoph Hasse
Christoph Hasse
Hi, I was wondering how complicated it would be to adapt the Atom UI theme to work for the [Nylas Mail Client](https://github.com/nylas/nylas-mail)? BTW 👍 for the amazing theme!!
While we have moved to using C++17 internally, I think we should try to investigate how painful it would be to keep the public headers C++11 compatible. Some recent MRs...
##### **Describe the bug** I was trying to improve the test coverage of the code in `epsimage.cpp` by adding an eps file to the test suite. The file I chose...
As MCBooster has been superseded by Hydra and will no longer be supported we should also move on to Hydra. For **version 2.1** Hydra may be optionally available, based on...
Hi, I've followed the readme and downloaded the n-gram rules for the English language. Using them via `textidote --output html --check en --languagemodel ~/work/textidote/ ~/test.tex > report.htm` however results in...
If you have a flamegraph with a lot of frames and those frames maybe have long function names (due to e.g. C++ templates, namespaces) then the zooming and especially the...
`search()` is invoked in `zoom()` and `unzoom()` without arguments, to restart the search for the new view. This uses the global `currentSearchTerm`. But if there is no active search, thus...
The following small script works on 3.9.13 but when tested on 3.10.7 or 3.11.0rc1 will cause a crash. PyQt version is 6.3.1. I hope this is the right place, and...
When type checking the below snippet with mypy (v.1.4.1), it raises an error. Pint version is 0.22. ```py import pint def foo(a: pint.Quantity, b: pint.Unit) -> pint.Quantity: return a.to(b) ```...