Kyran

Results 21 comments of Kyran

You may need to tear down something in the ReCaptcha script? document.addEventListener('turbolinks:before-cache', () => { // do whatever needs to be done to remove the recaptcha from the page }...

@bilfeldt Sorry, yes I did but I haven't had a chance to dive back into this yet. I think you're correct, we only need to log the the sent request...

First of all, Is there any reason why you cannot use the email that is stored in the database? Anyway, after the user has logged in, you can access the...

@mhart I ran into the issue while using aws4fetch in a cloudflare worker, connecting to Backblaze B2's S3 compatible API.

I've seen the same thing 👀 Caught me by surprise as the numbers are definitely not the same.

Does anyone have a workaround fix for this?

Was able to solve this by calling `php please stache:warm` before `php please ssg:generate`. Not quite sure why that became required all of a sudden as my installation didn't require...

Thanks @dokicro Can you try and figure out why the one check is failing?

Is there anything blocking this from being merged?