Josh Pullen
Josh Pullen
> Where would you host the list of recently converted projects? Not sure. Are there any places with free SQL database hosting? It could be slow and small; it just...
@micahlt How does this look to you?
It's live! 🎉 I am really looking forward to checking on this list from time to time. We'll see how frequently people use the website.
Oh, fascinating! I didn't know about that. It could be helpful!
That's an interesting idea! First I would have to figure out what Scratch is doing differently that Leopard isn't. (I don't know why setting the `frameRate` to some massive number...
That is super weird! Thanks for sharing. Maybe it only works if the project is shared? 🤔
The Leopard website installs `sb-edit` as a dependency. It [always installs the latest version](https://github.com/PullJosh/leopard-website/blob/master/package.json#L23), but of course that only happens one time when the site is built (on Vercel). Then...
I just redeployed the website manually. (Required clicking one button.) Previous deployment was 336 days ago. Hopefully the latest `sb-edit` version is being used now?
@micahlt That is [not a new issue](https://github.com/leopard-js/leopard/discussions/109). It also happened previously. Try with a different project.
> My conclusion, then, is that it **has** to be the library which replicates these quirks, because otherwise a compiler would have to add a bit of boilerplate each time,...