Etienne B. Racine
Etienne B. Racine
Thanks! That indeed solves my issue. I still think there is a bug (or an undocumented behavior) because when `server = TRUE`, `maxOptions` controls the number of matching records displayed...
I agree
I confirm at this point, that `null` geometries would be a problem to round-trip because they're converted to `EMPTY` in `sf`. That's the actual situation when we read from postgis....
Using metadata sounds good. In my mind, the feature is experimental and I'm not aware of any other software that uses comparable metadata. But since it's there I wanted to...
I managed to go a little further by upgrading the dependencies, but it still seems like the `azure-mgmt-storage` would require a specific version because I get ``` sh [...] Created...
I haven't found a solution, so I created my `credentials.json` manually, this is what it looks like: ``` json { "batchAccount": { "key": "6GZRr5UKmYdjdLKcju... long key", "url": "https://my_account.my_location.batch.azure.com", "name": "batch_account_name"...
Thanks for the support; It's still very early! Yes, we would like to have inequality joins, but it will require some work on the [tidyverse side](https://github.com/tidyverse/dplyr/issues/2240).
Thanks @mdsumner! This looks great. I'll give it a serious look in the next few days.
Hi @jiayuasu, I might be willing to contribute when I have a bit more bandwidth, which I expect might happen in a month.
From https://github.com/rstudio/rticles/pull/327#issuecomment-699640117 Make that ``` yaml output: rticles::mdpi_article: default bookdown::pdf_book: base_format: rticles::mdpi_article ```