pbeshai / tidy

Tidy up your data with JavaScript, inspired by dplyr and the tidyverse
https://pbeshai.github.io/tidy
MIT License
725 stars 21 forks source link

import fail #70

Open neocarto opened 1 year ago

neocarto commented 1 year ago

import { tidy, mutate, arrange, desc } from "@tidyjs/tidy" dosent work anymore.

pbeshai commented 1 year ago

Can you explain a bit more about your setup? Is this in a js project? Observable?

Trang-Nguyen-Ngoc commented 1 year ago

Hi!

I have been using Tiday for my data analysis, but suddenly today the library cannot be imported any more. In my Console it says GET https://www.unpkg.com/@tidyjs/tidy/dist/umd/tidy.min.js net::ERR_ABORTED 520. Could you please take a look at it? Many of my reports are not working any more because of this :(

Thank you very much!

pbeshai commented 1 year ago

It looks like unpkg is somewhat unreliable (https://github.com/mjackson/unpkg/issues/343) - have you tried alternatives like jsdelivr? https://cdn.jsdelivr.net/npm/@tidyjs/tidy/dist/umd/tidy.min.js

Trang-Nguyen-Ngoc commented 1 year ago

Hi, thank you for the suggestion! The jsdelivr seems to work ok for now. Do you know if this one is more stable than the other?

pbeshai commented 1 year ago

I believe it is, but who can say for sure. If you're concerned, you can always download a copy of the library and serve it along with your reports