Richie Pages

Results 7 issues of Richie Pages

For this code here: https://codesandbox.io/s/phaser-tilemap-post-5-04-platformer-step-2-forked-mkues?file=/js/player.js I added a simple on line 77: setTimeout(() => { Body.setParts(compoundBody, [mainBody, this.sensors.bottom]); }, 2000); .. and the character completely falls through the screen ignoring/not...

question
investigate

While installing this a new error comes up: ``` error: No plugin known to handle file 'themes/default/assets/fonts/icons.eot'. If you want this file to be a static asset, use addAssets instead...

The meteor package for this does not work as of [email protected] https://atmospherejs.com/semantic/ui-css This is the error I get: meteor add semantic:ui-css => Errors while adding packages: While checking for semantic:[email protected]:...

After installing this package and setting up all the semantic-ui LESS files, Upon changing a single line in my app (even unrelated to CSS/LESS code) will cause an EIGHT second...

I just upgraded from 1.5.0 to 4.8.0... and everything crashed, slowly figured out that moment support was dropped for date-fns.. so I figured out the format - https://date-fns.org/v2.29.2/docs/format , however...

Crashes with TypeError: Cannot read property 'string' of undefined upon import. I'm using the meteor platform which is built on nodejs, I also ran it in standard nodejs project, same...

The way you've structured this to work with decorators is an awesome idea.. I've implemented it in my test scenario, however any Meteor Method Data (not publication) that is grabbed...