Simon Ser

Results 572 issues of Simon Ser

Currently `summary` and `body` can use the `~=` operator for a POSIX regex match. Generalize this so that any string criteria can be matched using a regex. Could replace `strcmp`...

enhancement

Add a way to drop notifications matching some criteria. I think @AN3223 is interested in this.

enhancement

Clients can also add additional metadata to actions, like action-icons. Should we make actions a dict of identifier -> dict of action properties? _Originally posted by @emersion in https://github.com/emersion/mako/pull/158#discussion_r300933481_

enhancement

* http://www.libpng.org/pub/png/book/chapter11.html#png.ch11.div.8 * https://github.com/mapnik/mapnik/issues/2322

enhancement

Not sure what's the best thing to do here. Here are some ideas: - Don't render an output if another output overlaps completely - Always draw the output with a...

enhancement

Add an option for a prompt text, ie. text displayed to explain to users what to select. Still unsure how it should look like. Ref https://github.com/emersion/xdg-desktop-portal-wlr/issues/121

enhancement

Maybe we should have an option to force slurp to read from stdin, even if stdin is a TTY. _Originally posted by @emersion in https://github.com/emersion/slurp/pull/63#discussion_r475438562_

enhancement

We need to create a new layer surface when an output is hotplugged. Or maybe it's not worth it.

enhancement

Sometimes it's desirable to disallow external resources (``, `background: url(…)`, etc), to prevent sanitized HTML from "calling home" (triggering HTTP requests, e.g. using pixel images for tracking purposes). For instance...

douceur already supports parsing full CSS stylesheets. Would you accept a patch sanitizing `` elements content in addition to `style` attributes?