Stefano Borghi

Results 50 comments of Stefano Borghi

@SouD FYI we published an updated version of the package, which should work with versions of Laravel >=5, though restricted to PHP 7.4+ https://github.com/wsu-das/laravel-isocodes-validation

I think it was just an oversight, good catch @eric-g-97477

@rd-atmosphericg2 please add a snippet of code highlighting the issue

@victoriaunizhona take a look [here](https://desktop.arcgis.com/en/arcmap/10.3/manage-data/using-sql-with-gdbs/relational-functions-for-st-geometry.htm#GUID-FF3104B9-24F8-43F0-B1C2-9A38EB0AD89B), where it describe the [spatial relationship](https://en.wikipedia.org/wiki/DE-9IM) you want to determine (touch). Doesn't look like Turf has a specific module for that, but I guess you...

@daniel-hauser I'm not sure an error should actually be expected, since technically the GeoJSON specs (to which Turf tries to conform) don't require the LinearRing array to be non-empty: https://tools.ietf.org/html/rfc7946#section-3.1.6

Hey @cyrilchapon, thanks for the suggestion. I am personally a supporter of the idea of completing the already available "Array like" functions we have in Turf, i.e. adding `.coordMap` and/or...

Ping @carloscabo. Any development on this? 😃 Noticing the same issue, which you can actually see in your demo page as well (last example at the bottom of the page)....

Well, it seems that just commenting out [this if case](https://github.com/carloscabo/responsive-youtube-player-with-playlist/blob/master/js/RYPP.js#L335) should fix the issue: ```js // Select first if none if (D.$items.find('li.selected').length === 0) { // if (this.options.autoplay) { D.$items.find('li').first().click();...

Sorry @yadakhov I linked the gist but it was probably not really visible. Here you can fine both data and the table schema that in my case generates the issue:...