Beau Simensen
Beau Simensen
I have found a discrepancy in the way that Markdown and MarkdownExtra parse a particular chunk of markdown: ``` php $my_text = ' > Hello world, how are you? >...
This may seem obvious, but I'm curious if AskSonic proxies the content to Alexa or if it just points to the appropriate stream from the Subsonic server. Knowing whether it's...
**Tell us about your setup** v3.0.26 on macos **Tell us about your `.lando.yml`** Paste in the contents of your `.lando/config.yml` ```yml proxyHttpPort: 8082 proxyHttpsPort: 4445 ``` **Tell us about the...
I've been testing out tools like Scrutinizer that offer a limited amount of automated fixing. It is nice but one side effect is that these tools may end up creating...
I ran into a project on Packagist ([kherge/doctrine](https://packagist.org/packages/kherge/doctrine)) that refers to a GitHub project that no longer exists. As far as I can tell this makes this package broken as...
There are a lot of good reasons why people should not add personal forks or testing packages to Packagist. They are reiterated over and over again in IRC. There are...
I am working with an OAuth server that is not super reliable *and* only has a 1 hour token life. This means that, usually within 24-36 hours, I will receive...
Trying this project out today to see if it will work for me switching between PHP versions. However, I use Valet and find that I need to specify `-c=valet` to...
Even though I'm using Laravel, not all objects I'm passing as props are aware of `Arrayable`. In some cases, I'd like to be able to keep my objects closer to...
I've wanted to add notification to the end of some of my build paths and have run into issues where I'm using `parallelshell` for watching. That is, the same set...