Results 392 comments of Chris Brown

Could a simple textbox be added for the time to be typed in manually? Defaulting to `00:00:00` as it does today? Time-pickers are a usability nuisance on desktop where full...

I haven't reproduced the exact situation, however, I wonder if it's as easy as replacing the symbol in `ot_group_pricing.php` like this: ```diff function process() { global $order, $currencies, $db; $order_total...

The "usual" locations for the `brew` binary are `['/opt/homebrew', '/usr/local']`, but in power-user scenarios someone might locate it elsewhere. Looking in the directory where the `php` binary is found "might"...

Yes, that seems to be the right fix. /cc @mattstauffer

@rcknr Can you edit your post above, and change `See #1494` to `Fixes #1494`. That way Github will automatically close the related issue when this PR is merged (it uses...

Can you point to documentation showing how PHPStorm does this, and how it wants to be configured?

I'm concerned that simply using `server_name valet;` will cause problems. As outlined in the [nginx docs](https://nginx.org/en/docs/http/server_names.html), the server_name is used for determining which `server {}` block to use for serving...

Also: it's only the non-secured "sites" that have had no server_name directive. All valet's "secured" sites name the specific domain that's been secured (to match the SSL cert), so are...

What version of PHPStorm are you using? Their ticket system indicates that a fix was implemented awhile back.