Peter Desmet

Results 586 comments of Peter Desmet

Indeed, that was my initial solution, but dropped it because it triggered a lot of warnings. Didn’t think to set slug to title for those cases (only)! Good idea! It...

This can only work if I publish the gem: ``` bundle install gem build petridish.gemspec gem push petridish-0.2.0.gem ``` See also [this thread](https://stackoverflow.com/questions/39672290/can-anyone-tell-me-what-the-purpose-of-a-gemspec-file-in-ruby-is)

:+1: I'll see if this can be implemented with https://help.twitter.com/en/using-twitter/twitter-lists

Awesome, thanks for the update! Looking forward to see it pop-up in my ORCID emails.

Yes! Would also very much like this.

GitHub orgs or Zenodo communities would be nice, but for my use cases these would include too many people for a single deposit. It also differs too much deposit vs...

Found I should include the `toc.css`, so my issue is resolved. Would still be nice to get a reference to this yaml options from the demo. ```yaml --- output: bookdown::html_book:...

Is it possible to specify to `dbWriteTable()` to store datetimes as datetime**strings** rather than integers? I have the impression that leads to less issues when handling dates in SQLite.

@timrobertson100 allowing to POST a species list (list of species IDs) as a paramater for an occurrence search/download would certainly cater to our main use case for the TrIAS project!

@timrobertson100 that would be really nice! Since you can request aggregated data via SQL, I assume the downloads would of another type than the current GBIF occurrence downloads?