João Paulo Furtado

Results 11 issues of João Paulo Furtado

https://github.com/jonit-dev/phaser-animated-tiles

### Current Behavior I suddenly started to receive the error below in some of my components. ``` 'React' refers to a UMD global, but the current file is a module....

### Current Behavior Hey folks! I'm building a module in TSDX which imports some images, like the following: ``` import aliceDefaultThumbnail from './img/npcDialog/npcThumbnails/alice.png'; import pressSpaceGif from './img/space.gif'; ``` Once I...

Hi @odrick! First of all, thank you for this amazing software. I'm currently using it to develop a game, however, facing some difficulties due to the fact that Free texture...

Hey folks, I'm trying to implement here the[ inversify-binding-decorators](https://github.com/inversify/inversify-binding-decorators) together with the inversify-express-utils lib. Unfortunately, I wasn't didn't manage to make my @controller bindings to work properly. They do not...

Hi everyone! Thanks for this awesome plugin. I've been creating a open world MMORPG here and I'm using this engine as my base grid system. It's working great so far....

Hi folks Can someone explain to me why it asks for "additional access", if I'm only requesting the user e-mail and profile? Is there a way to remove this message?...

Hey folks, thanks for this awesome lib. Could we add support for clearing event listeners and check if an event listener already exists? Thanks

**Describe the bug** Hey guys! First of all, thank you for this library. It's being super useful for my online RPG engine. Main issue: So, I tried to **connect here...

### Current Behavior It seems that tsdx doesn't have support for loading .env files. Even when adding a custom tsdx.config.js with [this plugin](https://github.com/Andarist/rollup-plugin-dotenv), it loads variables as undefined. ### Desired...