Simon Ser

Results 2015 comments of Simon Ser

AFAIU ProtonMail's format is invalid per the RFC.

Thanks for reaching out to ProtonMail. Historically I've been rejecting patches to accept non-standard emails, because accepting these just normalizes non-standard behavior and I'd become part of the problem. There...

Unlikely to be due to Sway: it doesn't do anything special with env vars.

It could be that Mesa uses `secure_getenv()` which refuses to read the env because Sway has `CAP_SYS_NICE`, maybe?

I think using libpng directly is reasonable (and we can always keep the current pipeline as a fallback). I'm not sure ICC profile support is desirable, partly because the background...

@sdziadkowiec Thanks for putting together a fork! I noticed the latest version (4.13.1) is not pushed in Git ([`package.json` is stuck to 4.12.3](https://github.com/sdziadkowiec/react-datasheet-grid/blob/02797711472a4651bd9e56ab569635cde0a26c7c/package.json#L3)). Did you forget to commit/push to GitHub...

For reference, the relative_to() PR mentioned above is: https://github.com/mesonbuild/meson/pull/7908

Nice! The wlroots hack can be cleaned up this way: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4724

Note, these two commits should be squashed together because the app won't build in-between.