YPCrumble

Results 66 comments of YPCrumble

@rajasegar I ended up using a combination of this library and https://github.com/yanaemon/moment-to-dayjs-codemod to get most of the job done. Neither was perfect but together they got most of the job...

@walles thanks so much! You're right - that caused the permissions error. The only issue now is that it's profiling the entire script at once: > Timings for printed lines:...

Thank you @Viicos - updated!

I'm not sure what the failed test suite is due to - for instance I'm seeing indentation errors in `admin.py` but this PR doesn't touch that file. Also, FYI, the...

Thinking about it, probably trimming the `next` parameter before storing the ReferralHit is a better idea - thoughts?

@jleclanche I apologize, you're correct in that my reasoning is wrong. I believe the issue is that I'm using an NGINX reverse proxy and so REMOTE_ADDR will always be blank....

@adamraine thank you! It's actually from the link "default lighthouse config" in this section of the lighthouse-ci docs: https://github.com/GoogleChrome/lighthouse-ci/blob/main/docs/configuration.md#assertions I suppose that link should be updated to something else?

@defunctzombie thanks for taking a look! Question - do you have an initial thought on best password mechanism / where to position the authentication? I've looked through the code and...

Thanks @medmunds - I'm happy to contribute! Just made an [initial PR](#394) for enabling type hinting and fixed a few issues. There are more improvements to be made in the...

@medmunds your comment about `esp_extra` as an "escape hatch" makes sense to me. I also think that having type hints would make people likely to contribute back to this repo...