Ben Ramsey

Results 295 comments of Ben Ramsey

What's the use-case for an alternating UUID?

This looks like it's found PHP at `/Users/matronator/Library/Application Support/Herd/bin/php83` and is attempting to execute it, but it cannot: ``` Unable to execute '/Users/matronator/Library/Application Support/Herd/bin/php83' ``` This is occurring during the...

Thanks for taking a look. Is this a bug in Obsidian's reading view, then?

@EDM115 That's a good point. In IDEs using Dracula, the background is the same color as the whole page in Obsidian, so making it lighter behind code listings tends to...

> I’m also fond of saying CSS is the only language that gets blamed when the author is bad. PHP has entered the chat.

Can you provide more details or steps to reproduce?

A better approach for the versioning might be to use something like this: ``` "illuminate/support": "^5.6 | ^6" ``` Have you tested that this installs and works on Laravel 6?

It looks like some of the other dependencies will need to be updated, as well.