Allain Lalonde
Allain Lalonde
I like what your doing. I've read through the JavaScript side of things and the code reads like you'd expect (well done). I'd like to see more examples of how...
The way I see custom logic being implemented is as services themselves. If you want your own tweaked logic, you modify what service is responsible for it. When we have...
Personally I'm pushing for workers all the way down with a smaller core since if the model is good enough for users, it should be good enough for us internally....
It is indeed. There should be a guard clause to tell users so, or it ought to be added as a dependency. At the very least maybe add it to...
Thanks for responding. If the process represents the on-boarding of customers for example. You'd model it as a single execution that can respond to events about the need for a...
I've confirmed that passing in ca resolves the issue when using horizon in an embedded context.
Good suggestion. There wasn't one. I've made the first argument support a string that will be used as the mock's name. Does this approach work for you? https://github.com/allain/expect/blob/named-mocks/mock_test.ts#L36 I'll merge...
Looks like the OP was just asking if v4 is officially supported. README.md suggests it pixi-tiled only supports up to v3
Given that browser is always available when running pixi.js, I think you can get away with just using window.btoa http://caniuse.com/#search=btoa Want me to take a stab at it?
Done: https://github.com/beeglebug/pixi-tiled/pull/18