Brian Porter

Results 44 comments of Brian Porter

Gotcha. Shared hosting should take care of _most_ of the necessary environment, but I'll try to structure the bootstrap file so it could potentially be reusable between vagrant and a...

Oh and I noticed that the apache virtual host config mentioned in the `.vagrant/bootstrap.sh.example` doesn't seem to exist in the repo either. I'm going to write a basic one, but...

Confirmed I'm still seeing a 500 as well-- same as before the schema load. The relevant log files are: * `/var/log/apache2/daves-mapper.test/error.log` * `/var/log/php_error.log` (not properly created!) The error is: ```...

I've got the homepage loading now, although many of the sample tiles imported into the DB are missing their actual JPG asset files so there are a lot of broken...

@davmillar If I might humbly request: I want to be really transparent about this work having been done in the tradition of [Hacktoberfest](https://hacktoberfest.digitalocean.com/) and while we've both worked on this...

Gonna have to hand this one off to Rick now.

See also these related issues: - ~~Modifier/meta keys get stuck down~~ #9 (closed) - Left mouse button gets stuck in right click mode on OS X client #3823 - Ctrl...

The [regular expressions](https://github.com/qinezh/vscode-gitlink/blob/c4490f5636969b2a264a7d3d6d64ab2739c6b98a/packages/git-urls/src/host/basicHost.ts#L6C34-L6C109) being used to match HTTP and SSH repository strings are [incorrect](https://regex101.com/r/kyX7Kg/1) and can't match "deeper" GitLab URLs. [Here's a possible improvement](https://regex101.com/r/QWOhwg/1) that expands the third capture group...