Jason

Results 9 comments of Jason

@lspector, do you have an idea about how this might work? I believe what you are asking for may not be possible and could be out of scope for Gorilla...

On issue #4 @awb99 suggests using a Docker container to accomplish the same thing.

I believe forking a paste is already possible. There is [a button labeled "Fork"](https://github.com/jordansamuel/PASTE/blob/324dfcb1f463cb255cd6b4fb0801ba0bc21f1969/theme/default/view.php#L252) that seems to submit to [this INSERT](https://github.com/jordansamuel/PASTE/blob/324dfcb1f463cb255cd6b4fb0801ba0bc21f1969/theme/default/view.php#L252).

This might fix issues #162, #189, #190, and #191.

Version 5.0.0 of this library (`composer require grimzy/laravel-mysql-spatial:^5.0`) works for me using Laravel 8 and MariaDB 10.5.

The only CI failures are ones that were occurring prior to this pull request. I'm not familiar enough with Japanese to troubleshoot.

Issue #3 states the Japanese tests are incorrect.

Travis CI is failing because one of the dependencies (`satooshi/php-coveralls`) only supports PHP 5.5 and above. There is a build environment for PHP 5.4 and that is the one that...

@JimTheMan, you swapped the last two letters of the library's name. Try using `[xhr2 "0.1.4"]` as the dependency.