-
Notifications
You must be signed in to change notification settings - Fork 50
Make the whole package set available #173
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
Conversation
Resolves #154. On my machine locally, with the RTS flags in `deploy/start`, the resident memory seems to sit fairly stable around 1.89G, which is encouraging. I've tweaked the RTS flags slightly in order to make better use of the resized droplet, which has 4GB memory and 2 virtual CPU cores.
Can we confirm what happens when you try to use a foreign library that we have not shimmed? I honestly have no idea! |
I'll add the shim for big-integer. Can people think of others we're missing? |
Do we need to update the react version? |
React is on 16.13.1 and the shim here is on 16.13.0, so it’s possible to update but the version is pretty current. |
I took a breeze through the package set and the only other libraries that stand out:
There are some Node, Redis, etc. libraries in here too, but they don't really make sense for Try PureScript anyway. |
I've upped the React patch version, and I've added the |
, deps: [] | ||
} | ||
, Tuple "uuid" | ||
{ url: "https://cdnjs.cloudflare.com/ajax/libs/uuid/8.1.0/uuid.min.js" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's nothing on unpkg
for this package, but it does exist on Cloudflare.
Resolves #154. On my machine locally, with the RTS flags in
deploy/start
, the resident memory seems to sit fairly stable around1.89G, which is encouraging. I've tweaked the RTS flags slightly in
order to make better use of the resized droplet, which has 4GB memory
and 2 virtual CPU cores.