clem

Results 18 comments of clem

I got the same error message. My problem was a wrong selector `selector: 'search'` instead of `selector: '#search'`.

Would be great to see this package migrated or rebuilt like https://github.com/maplibre/maplibre-gl-directions. I was so glad to find this modern version.

Looks like this option was added in a previous PR: https://github.com/mapbox/mapbox-gl-draw/pull/212 > This PR implements clicking on a vertex to delete it But I don't see any way to bring...

> It would be great if mapbox had same functionality as google does about waypoints. I agree. [Leaflet Routing Machine](https://www.liedman.net/leaflet-routing-machine) also supports this out of the box. I'm migrating from...

Thanks for your example @rmcdaniel! In my case I had to re-enable Eloquent model events so in my `setUp()` I used: ```php $this->realEvent = Event::getFacadeRoot(); Event::fake(); ``` And later: ```php...

You need to provide more information. See https://github.com/shufo/vscode-blade-formatter/issues/372

Quick and dirty fix (google_basic.html, l45+46) [map.getBounds().b.b, map.getBounds().f.f], [map.getBounds().b.f, map.getBounds().f.b]

I think removing the dependency on `axios` is a good move. However why not use `fetch` instead of `XMLHttpRequest`? If browser compatibility is the issue, then you can't use `URLSearchParams`...

I know this is open-source and I understand if there's a delay to support newer Laravel versions. A few weeks or months, ok. But Laravel 9 came out more than...

PHP 8 is not supported yet by laravel-mailbox. https://github.com/beyondcode/laravel-mailbox/blob/acc1ce80b7d0e6b3419fe725ae99830c5931fdf7/composer.json#L19 I tried to send a PR to add `"7.3|^8.0` but it won't work until the dependency [zendframework/zend-mail](https://github.com/zendframework/zend-mail) also supports PHP 8...