Elias Jörgensen

Results 4 issues of Elias Jörgensen

I would suggest replacing std::regex with a faster regex engine, for example re2. According to this [stackoverflow benchmark](https://stackoverflow.com/questions/70583395/why-is-stdregex-notoriously-much-slower-than-other-regular-expression-librarie), a library like re2 can be almost 40x faster than std::regex. Considering...

enhancement
v2.0.0

This PR adds command-line options as outlined in #74 Closes #74

Fixed the size of the fullscreen background on large screens. Before: ![Screenshot_20240311_220733](https://github.com/ONEARMY/project-kamp/assets/63782477/77b563f4-8bc6-4fd0-ab55-503817cd1263) After: ![Screenshot_20240311_221003](https://github.com/ONEARMY/project-kamp/assets/63782477/2a47cb3f-078e-4184-97cd-3f3bb10fb232)