Yaraslau
Yaraslau
Closes #63
This PR adds Bessel functions of higher order (#5637) TODO: - [x] update unit test so they cover all the code and ckeck precision for higher orders as well
Closes https://github.com/VcDevel/Vc/issues/312 PR deletes files capture `Vc/Vc/*/*.h` inside `test_abi` macro since Ninja can not handle such set. This can be omitted since the change of `h` files inside `Vc` folder...
Bump of boxed-cpp and code update to use new functionality of creation boxed types without extra tags Some info about compiler support: https://github.com/NVIDIA/stdexec/issues/1143#issuecomment-1937482532 tl;dr we need gcc-14 and we see...
### Contour Terminal version Contour Terminal Emulator 0.3.7.245 ### Installer source GitHub: release page ### Operating System Windows 11 21H2 ### Architecture x86-64 ### Other Software _No response_ ### Steps...
### Contour Terminal version Contour Terminal Emulator 0.3.11-master-cd0aa937 ### Installer source Github: source code cloned ### Operating System RHEL ### Architecture x86-64 ### Other Software julia ### Steps to reproduce...
We currently have information regarding key bindings available in the configuration [file](https://github.com/contour-terminal/contour/blob/master/src/contour/contour.yml). However, there is a lack of corresponding details on our website, http://contour-terminal.org/. We need to update the web...
List of packages that we have for different platforms: Table: https://repology.org/project/contour-terminal/versions * BSD * FreeBSD: [link](https://github.com/herrhotzenplotz/ports-overlay/tree/master/x11/contour) @herrhotzenplotz * OpenBSD: @jg1uaa * Linux * **Flathub**: [package](https://flathub.org/apps/org.contourterminal.Contour) * Arch [package](https://archlinux.org/packages/extra/x86_64/contour/) @ptr1337 *...
add support of https://github.com/Gogh-Co/Gogh to configure terminal colors
This PR implements additional step during word selection that uses `extended_word_delimiters` configuration entry. Closes https://github.com/contour-terminal/contour/issues/1023