Ben

Results 21 comments of Ben

I'm stoked for this! Here's what I'd love to see.. 1. Social share buttons 2. The ability to declare author(s) in yaml front matter and have them displayed in the...

Thanks, I'll send you a follow up email.

I've also been plagued by my uploads hanging. Finally found the solution today. It seems that when you upload a file like `gcs_upload(file = "foo.rds", bucket = "mybucket")`, the file...

Perhaps `predefinedAcl = "bucketLevel"` should be the default? Not sure what the implications of this would be.

Thanks for the prompt reply. I figured it'd be hard one to resolve since you can't exactly debug, but I wanted to log the issue in case others are experiencing...

[This worked for me](https://answers.netlify.com/t/getting-must-use-import-to-load-es-module-when-using-node-fetch-in-netlify-functions/47230/2?u=ben519). 1. In `netlify.toml` add ``` [functions] node_bundler = "esbuild" ``` 2. In `fauna.js`, change ``` const fetch = require('node-fetch'); ``` to ``` import fetch from 'node-fetch';...

This looks like a bug. I'll work on fixing, hopefully today. Good catch!

It looks like my implementation for this function was pretty short-sighted. Can you use `Emcdf::emcdf()` or is it too slow for your needs?

Can you please make this reproducible? (I.e. be sure to include any `library(...)` calls I need to get the `nasa` table. Thanks!

Ah, much better. Thanks for reporting. Not sure when I can get to this though. `explore_dataset ()` is still "experimental" at this time, but I have plans to improve it...