Björn Ritzl

Results 599 comments of Björn Ritzl
trafficstars

Docs PR: https://github.com/heroiclabs/docs/pull/680

> I wrote something below which works perfectly for our purpose, but before I open a PR - am I misunderstanding something, and this could have been achieved with existing...

> I have already encountered this behavior of monarch in another project of mine. General conclusions: > > 1. this behavior occurs only if "*.script" and GO-objects are present in...

Good to hear that you managed to solve it. I'll close this bug report.

I'm not sure if/how to solve this with the current design in Monarch. I can take one final look if you can prepare a minimal project where this problem can...

Note that the callbacks are invoked using lua_pcall() currently and any error originating from the callbacks are ignored. See: https://forum.defold.com/t/html5-error-log-from-modules/63987/5

Do you have some more information about this?

Ah, I see. Ok, so that mocks the fbinstant js api. That might be useful. I actually also provide a mock version of the fbinstant.* namespace for rapid testing on...

I can't imagine that Facebook would make many API changes now that the API is public. Sure, they may deprecate functions and add new ones, but the ones that are...

We use jsmn internally for json.encode(). This, together with a json.decode() from a yet to be decided lib, should be externalised and made available as part of DMSDK.