cerlestes

Results 7 comments of cerlestes

I'd love to see a backend implementation for both multiprocessing and asyncio. The multiprocessing backend should support Process and WorkerPool actors. Sadly I'm too new to Python to give it...

Great find and solid proposed fix. I remember running into the same error with the same regex in 2016 when upgrading to PHP 7.0, but I don't remember the exact...

It's a bit late, but have you tried changing the `DcsProp` file on the external bootloader? It should allow you to specify the `file()` to boot into under the `ActionSuccess`...

I ran into the same issue with a similiar string. For testing purposes, I've used UUIDs as passwords, like so: ``` zxcvbn.PasswordStrength("ce59f9ce-c1ca-4929-ad94-a494c7fbe032", nil) ``` After a few minutes I've noticed...

@TheMacies I've seen that and it works, thank you. But this bug needs to be fixed, not worked around. The obvious quick fix would be to remove L33tMatcher (and others,...

@edwincarlo Very nice work, thank you. Code is looking good. I'll give the patch a try next week and report back.

Awesome! Instead of killing the process after 60 seconds and 14GB of RAM consumed, my tests are now running through in ~0.1s, when the patch was applied (taken from current...