Philippe Massicotte

Results 86 comments of Philippe Massicotte

There was a recent update on `sp`, wonder if this is related.

Interestingly, this is working: ```r rivers

Looks like is it because there are empty geometry in the data. ``` r library(sf) #> Linking to GEOS 3.11.1, GDAL 3.7.0, PROJ 9.1.1; sf_use_s2() is TRUE obj Reading layer...

``` r library(sf) #> Linking to GEOS 3.11.1, GDAL 3.7.0, PROJ 9.1.1; sf_use_s2() is TRUE obj Reading layer `ne_50m_rivers_lake_centerlines' from data source #> `/vsizip/vsicurl/https://naturalearth.s3.amazonaws.com/50m_physical/ne_50m_rivers_lake_centerlines.zip' #> using driver `ESRI Shapefile' #>...

Late to the party, but after too many hours trying I came up with this solution :) ``` function! neoformat#formatters#quarto#enabled() abort return ['styler'] endfunction function! neoformat#formatters#quarto#styler() abort let l:temp_file =...

Facing the same situation: ![Peek 2023-10-28 07-09](https://github.com/neovim/neovim/assets/4519221/968e0fc8-29dd-4d60-a945-66c65dbc16f9)

I am also getting the error, but only for the "past day" search. I will investigate this.

This is what we are sending: ```json { "userConfig": { "userType": "USER_TYPE_SCRAPER" }, "locale": "en-US", "comparisonItem": [ { "geo": { "country": "FR" }, "complexKeywordsRestriction": { "keyword": [ { "type": "BROAD",...

I will keep an eye open for this.