Nan Xiao

Results 62 comments of Nan Xiao

Fixed by https://github.com/nanxstats/ggsci/commit/78a24cea89c994cc1ee6fd1f7fcb3109e1c376f7

@maptv We have configured the rbind subdomain you requested. Please: 1. Add the rbind subdomain in your Netlify account as the custom domain to your site, as is shown below....

@Damonsoul We have configured the rbind subdomain you requested. Please: 1. Add the rbind subdomain in your Netlify account as the custom domain to your site, as is shown below....

Do you mind sending a PR to fix this? It's not there yet.

Agreed. If the requirements are mainly about creating new options and removing buttons, then using the `selectizeInput()` options and plugins would be the simplest solution. If your requirement is actually...

From Yilong: or, simply classify files with unknown extensions as binary files.

The goal is to separate file capture rules and file type tagging rules and make them more universal, instead of limiting both flows with only known file extensions. Action items:...

Not yet. This hasn't been shipped.

Nice catch! Thanks so much for finding this edge case. Mostly it sounds like a relatively simple fix - perhaps keeping the empty file is still desirable. I will probably...

I used the hints [here](https://gist.github.com/tim-salabim/a9740baae9ab879b0c79893132d959a3) and saved [text-encoding](https://cdn.jsdelivr.net/npm/[email protected]/lib/encoding.min.js) explicitly as another dependency. Doing this will eliminate the error "ReferenceError: TextEncoder is not defined" when sourcing jsdom.js. See my blog post...