Tuomas Salmi

Results 14 comments of Tuomas Salmi

I'd like probably similar feature as @ludaavics which would be a possibility to decouple monthly budget's starting balance from an asset account. For example in my real checking account I...

Hmm, I guess that makes sense and using a savings bucket probably solves my problem well enough since in my case the problem is only the initial assignment. Thanks.

Yeah, that would solve the issue for development but unfortunately not for the production, though `*` for allowed origins might be bad :( I have saved my time frames to...

Ok, thanks. I'll continue for now by using the local server for development as you suggested and figure later on what to do depending on what you decide.

For whatever it's worth I had similar issue on iOS devices. Turns out the culprit was another library (in my case the [body-scroll-lock](https://github.com/willmcpo/body-scroll-lock) which on iOS prevented touch events from...

Is this caused by the same bug: http://imgur.com/1nLJimq And layout code http://pastebin.com/Ne6GGkLc I need to create an application with side scrollable listview and other content on the right side. However,...

Thank you very much for help :)

I couldn't reproduce it on online editor, only on Phaser. If you want live demo of it, you can check this Heroku app of my project: https://iamspaceship.herokuapp.com/ Just click the...

Makes sense. Could you elaborate how I could remove the particles? Where are they stored? I think that I could run a script to remove them when count reaches zero.

Hmm, I tried to call emitter.restart() after particleCount reached 0. Doesn't seem to clear the leftover particles.