Matthew Turland
Matthew Turland
I recently performed this update on Composer: ``` $ php ~/bin/composer.phar self-update Updating to version 355dc67038287f5d9ce4a188c5be5fdd316b36f8. Down Downloading: 100% Use composer self-update --rollback to return to version b808ff5e28944ab2e25e050f8df848c5842bc14c ``` And...
I don't know that I'll have time to do this myself, but I came across [this article](https://medium.freecodecamp.com/how-to-interview-as-a-developer-candidate-b666734f12dd). There may be good questions from the article that can be incorporated into...
I received the conflict below when attempting to add `spiral/jobs` to a project using PHP 8. ``` $ composer require -W spiral/jobs Using version ^2.2 for spiral/jobs ./composer.json has been...
I suspect this isn't an issue with rrule, but with my understanding of it and/or its timezone support. I've already read related sections in the documentation for [rrule](https://github.com/jakubroztocil/rrule#timezone-support) and [luxon](https://moment.github.io/luxon/docs/manual/zones.html)....
From [this line](https://github.com/odewahn/docker-jumpstart/blame/f783267b332a6a5be71849b3adf6e639c630db4f/public/boot2docker.md#L11): ``` If you're unfamiliar with SSH or SSH keys, Appendix ??? will give you details of how to get set up. ``` May be worth adding something...
http://github.com/flot/flot
I'm using Neovim installed via Homebrew. ``` ❯ vim -v NVIM v0.2.0 Build type: Release Compilation: /usr/local/Homebrew/Library/Homebrew/shims/super/clang -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNVIM_MSGPACK_HAS_FLOAT32 -DNDEBUG -DDISABLE_LOG -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla...
Should the PHP implementation support [PSR-8](https://github.com/php-fig/fig-standards/tree/master/proposed/psr-8-hug) ?
Any chance that Android Auto support could be added to the Android release of this app? It's great being able to use it in my car when I plug in...
## Description Adds comprehensive guidance to the connector documentation on proper command wrapping and connector control parameter filtering. This addresses a documentation gap that can lead to `TypeError` exceptions in...