Andy Jacobs
Andy Jacobs
Seeing the same thing here. I actually don't think we should need to encode the background-image URL at all.
@petertflem I'm working around it by running this snippet just before running imgLiquid: ``` if (new RegExp(/%[0-9A-Z]{2}/g).test($img.attr('src'))) { $img.attr("src", decodeURIComponent($img.attr("src"))); } $img.parent().imgLiquid({ ... }); ``` YMMV.
There's a great sync service that implemented both pulling and pushing activities. The adapter they wrote is here: https://github.com/cpfair/tapiriik/blob/master/tapiriik/services/Strava/strava.py
I noticed this happens when you hit enter in the form but not when you submit the new link by clicking the submit button in the modal.
This is a Sandstorm security feature afaik.
Yeah, the grain is in an iframe so if you followed a link without `target="_blank"` you would "lose" your grain.
Okay, I haven't been able to make any progress on this and haven't heard anything over at `mapkyca/KnownAkismet` either. My self-hosted Known is inundated with spam at this point so...
Yes, I'm still having rampant spam issues. I turned off public comments which has helped the volume but I still get trackback spam. The Akismet plugin is logging the check,...
Yup! Just looking for more documentation on Known's plugin and event hooks - there is almost nothing in the docs at last check. On Thu, Oct 3, 2019 at 04:28...
@jtojnar The common model I've seen for this is a user is able to create any number of bearer tokens, which they can revoke at any time. Then you could...