Sebastian Frysztak

Results 12 comments of Sebastian Frysztak

@AladW: it will be portable. There are three blur implementations: - old, generic and slow - but at least it works everywhere - SSE2-optimized - with much better border handling...

See here https://github.com/jarro2783/cxxopts#default-and-implicit-values: >Note that the default and implicit value is always stored as a string, regardless of the type that you want to store it in. It will be...

there's a SWC plugin for that now: https://github.com/kwonoj/swc-plugin-coverage-instrument

hey @ItsNoted - thanks for the comment. I think installation difficulty is on par with other self-hosted apps. which part do you find cumbersome? is it about `traefik` labels in...

`docker-compose.yml` is now [simplified](https://github.com/frysztak/orpington-news/blob/master/docker-compose.template.yml), let me know if you have any further questions

you need to set `defaultOptions` to `true`. see https://github.com/vtaits/react-select-async-paginate/issues/11#issuecomment-510227542

weekly AppImage doesn't support Wayland (`(qt.qpa.plugin) Could not find the Qt platform plugin "wayland"`), so it's not possible to test this. however, sometime yesterday I built FreeCAD from `releases/FreeCAD-1-0` branch...

of course: ``` OS: Arch Linux (GNOME/gnome/wayland) Word size of FreeCAD: 64-bit Version: 1.0.0RC2.38967 (Git) Build type: Release Branch: makepkg Hash: 3ea129fa0bd8002c47c5fa3a75601c41a683d46d Python 3.12.7, Qt 6.8.0, Coin 4.0.3, Vtk 9.3.1,...

> Also, those of you testing: you can set the environment variable `QT_LOGGING_RULES` to evaluate different rules. So, e.g. try `QT_LOGGING_RULES=qt.qpa.wayland.*.warning=false`. it seems to work, now the only message that...