Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

import fail #70

Open
neocarto opened this issue Mar 3, 2023 · 5 comments
Open

import fail #70

neocarto opened this issue Mar 3, 2023 · 5 comments

Comments

@neocarto
Copy link

neocarto commented Mar 3, 2023

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

@pbeshai
Copy link
Owner

pbeshai commented Mar 3, 2023

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

@Trang-Nguyen-Ngoc
Copy link

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
Copy link
Owner

pbeshai commented Apr 4, 2023

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

@Trang-Nguyen-Ngoc
Copy link

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
Copy link
Owner

pbeshai commented Apr 5, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants