Josh Taylor

Results 5 issues of Josh Taylor

I'm getting an error that `../vendor/autoload.php` could not be found when running phpunit on a page that contains the `@react_component` directive. Stack trace: ``` Warning: Uncaught exception 'ErrorException' with message...

bug

Switch the build process from grunt to gulp. Maybe an option to provide the choice between one or the other.

enhancement

Adds an optional parameter `-h` to the applicable tasks so that you can specify a hostname for the database connection. I've needed this option when using [Semaphore](http://semaphoreapp.com/) as localhost wasn't...

### Description I am getting the following error from TypeScript when using `useControl` from `react-map-gl/maplibre` and `MapboxOverlay` when following [the documentation](https://deck.gl/docs/developer-guide/base-maps/using-with-maplibre#example-interleaved-or-overlaid). ``` Type 'MapboxOverlay' does not satisfy the constraint 'IControl'....

bug