Woody Gilk

Results 117 comments of Woody Gilk

Sounds like never, since `random_bytes` effectively replaces it.

It doesn't generate as much variation, but this works equally well: ``` php $length = 32; $random = substr(bin2hex(random_bytes($length)), 0, $length); ```

@fancyweb seems like it might work. Have you checked it against the test case added here, as well as the one in #49230?

You should be able to call `input.val(your_value).keyup()`, but it is not possible right now due to issue #10.

The following change could be inserted to fix this without breaking backwards compatibility: ``` if (typeof options.selector != 'array') { options.selector = [options.selector]; } ``` Inserted around line 35, plus...

Can you make a PR please?

This package is very limited and probably shouldn't be used for anything serious.

It really needs a maintainer... if you want to fork it.

A couple of questions: 1. Since websites with a custom domain would now effectively have 2 URLs (Lambda Function URL, CloudFront custom URL), would Bref provide a helper that would...