Claudijo Borovic
Claudijo Borovic
**Describe the bug** Intermittent error in production code (a svelte / sapper project) when navigating and parts of the page is updated. Error message is `Uncaught (in promise) TypeError: Cannot...
**Is your feature request related to a problem? Please describe.** I am looking for a Sapper example or "native" support to render pages based on api requests in the preload...
Update css in index.html according to the discussion https://github.com/bevyengine/bevy/pull/4726 under the heading **Easy "fullscreen window" mode for the default canvas**. Before this change setting window option `fit_canvas_to_parent` to `true` and...
Anyone have had success converting this module to a 64-bit version, as required by apple beginning 2015? Following instructions at the titanium page for how to convert modules to 64...
The HOC isomorphic-style-loader/lib/withStyles uses the React life cycle method `componentWillMound`, which among a few other lifecycle methods, will be deprecate in favor of better alternatives. For migration path see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html
When porting some buoyancy mechanics from Rapier to XPBD I encountered an issue with a multi collider/rigid body setup with fixed joints (conceptually a raft with pontoons in each corner)....
I'm having trouble with the canvas overflowing when using this template targeting mobile devices and publishing on itch.io. I'm quite sure the change in this PR https://github.com/bevyengine/bevy_github_ci_template/pull/44 previously fixed the...
You might want to update the code example under "Explicit event handling system run criteria" to say `events.read()` instead of `events.iter()` (see https://bevyengine.org/learn/migration-guides/0-11-to-0-12/#refactor-eventreader-iter-to-read) PS. Big thanks for an excellent guide!...