Tang Rufus

Results 94 issues of Tang Rufus

If I add [`mix.version()`](https://github.com/JeffreyWay/laravel-mix/blob/master/docs/versioning.md) into `webpack.mix.js`, how can I get the correct version hash into html? Thanks!

How to set writeable dynamically? (with a block / lambda or...) Tried these, all act as `writeable: true` no matter what's in the model ``` module User module Contract class...

Add support for `bearer` `gitlab-oauth`, `gitlab-token`, `github-oauth` and `bitbucket-oauth` principles |Principle (`type`)|Supported?| |---|---| |`http-basic`| :white_check_mark: old feature| |Inline `http-basic`| :x: use `http-basic` instead| |HTTP Bearer (`bearer`)| :white_check_mark:| |Custom header| :x:...

* [x] I've read the [guidelines for Contributing to Roots Projects](https://github.com/roots/.github/blob/master/CONTRIBUTING.md) * [x] This request isn't a duplicate of an existing request * [x] This is not a personal support...

when `cimg/php` includes phpdbg, https://github.com/CircleCI-Public/cimg-php/issues/97#issuecomment-742007143

### What version of `Wrangler` are you using? 0.0.24 ### What operating system are you using? Mac ### Describe the Bug `fetch` behaves differently on Cloudflare Pages and local preview...

pages
bug

- Extract request object while keeping backward compatibility. - Lock phpunit version below 6 Usage: ```php namespace Cloudflare; $api = new Api(); $request = new Request(); $api->setRequest($request); ```

Validate `ansible-vault` usable: 1. `ansible-vault` command exist 1. `ansible-vault encrypt_string` works, i.e: vault_password_file exists (but maybe incorrect vault pass) 1. `ansible-vault decrypt` works, i.e: correct vault pass --- Related: https://github.com/roots/trellis-cli/issues/300