Lily Black
Lily Black
Idk if I'm doing this wrong but I'm getting a very vague error ## My code ```js Previous Next ``` ## My Error ``` web.template is not a function TypeError:...
It might make it easier for people to solve issues on their own and for us to track (and post solutions to) issues as they arise
I recently published the library [Melon Solid](https://github.com/L1lith/Melon-Solid). Unfortunately, there is no way to instantiate each game/canvas to a specific component on the page (which is bad if the a game...
I wonder how much compiler optimization we could do under the hood. It could also increase performance in cross-platform environments. For example all Melon.js API calls are an abstraction over...
Using a formatting library like [RustFMT](https://github.com/rust-lang/rustfmt) is a really convenient way to make sure your code is formatted consistently, especially when involving multiple contributors.
I think performance metrics would be a really good tool for pushing the performance of Percy, and to draw in new users! My idea was that you could get a...
- [?] I am interested in helping provide a fix If I have the skills to fix this I wouldn't mind looking around when I get time. I don't really...
**Is your feature request related to a problem? Please describe.** The library bundle is very large. Bundling makes the total payload significantly smaller, and you can include a source map...
I was browsing the site and noticed that it loaded a script from google-analytics.com. Perhaps using an open-source and/or self-hosted solution would be better than google analytics from a privacy...
You can read more [here](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP), but basically an effective Content Security Policy is an easy way to increase the security of any webpage. If you cannot change the HTTP headers...