Martin Zurowietz
                                            Martin Zurowietz
                                        
                                    Can anyone provide steps to reproduce this?
I couldn't reproduce this so far with GNOME 43.4 in Arch. It seems like you both have `popup-timeout=0` or don't display the popup at all. Does anything change if you...
Since I didn't see this in GNOME 43.4 maybe we can wait until this version lands in Debian and you can see if the issue is still there. Maybe the...
Thanks for the update. I'll tag this as an upstream issue then. Feel free to discuss the other issue and close when you are ready.
Thanks for the report! I'm not sure if anything can be done about this, as it might be the default behavior with all keybindings (e.g. if you set the same...
Hi, sorry for being silent for so long. While you can add the label as plain HTML if you need it, the generated honeypot field does not have an `id`....
You can reuse the `uniform__potty` class to hide the label. Would you open a PR with the changes to the [helper method](https://github.com/mzur/kirby-uniform/blob/b16b507e36b710c21044eba8cc3ae36c512be554/src/helpers.php#L19-L24) and an update to the [documentation](https://github.com/mzur/kirby-uniform/blob/master/docs/guards/honeypot.md)? I noticed...
What you describe sounds like this issue: https://github.com/Daandelange/k3-translations/issues/12 Do you have k3-translations installed? You can also use the (new) [Honeytime guard](https://kirby-uniform.readthedocs.io/en/latest/guards/honeytime/). It works very well and the user doesn't have...
Thanks for the suggestion! Considering this snippet from the example in the readme, why would you prefer the described "done closure" to something like this? ```php if ($kirby->request()->is('POST')) { log($form);...
Which other extensions do you have installed?