Open jtojnar opened 2 years ago
I'll try to take a look this week. The regex pretty mundane though.
Does /(?:\.?[\w\s\/@+~])+/
accomplish the same thing?
@yerodin It's lacking hyphens in the path-like characters. Maybe the solution is to escape the hyphen?
Something like /(?:\.?[\w\-\s\/@+~])+/
. I'm so sorry I don't have the time to test this right now.
Ahh I see, seems to be working well so far :)
@yerodin Would you like to submit a PR with the fix?
Sure! I'd be honored, let me just skim through the guide real quick
All good
Building Valum on Nix with GNOME 43 fails:
Likely due to GLib switching to PCRE 2: https://gitlab.gnome.org/GNOME/glib/-/issues/2706