Eirik Brandtzæg
Eirik Brandtzæg
@Toilal v2.0.0-rc1 doesn't seem to work out-of-the box, firstly because of [`require('ElementQueries')`](https://github.com/angular-gantt/angular-gantt/blob/e6fbce2f2b4bdece2756a41ab1909956cdf3efc1/dist/angular-gantt.js#L10), as already mentioned in #797 . I tested the Webpack demo repo by @hevbevt and it works, but...
I have an issue where `async` code doesn't timeout. With the code by @danielvanacker I would sometimes get "Catastrophic error", sometimes timeout. But with my code below it just hangs...
That works, nice! The node process doesn't exit when I test, that means the timeout is still running in the background? I did another test with: ```js while (true) await...
The example image was done with a simple `.message-box { border-top: 1px solid darkred;}`.
I've been trying to run the engine on node.js as close to browser as possible. I noticed the [docs](https://github.com/liabru/matter-js/wiki/Running#node) suggest `setInterval` + `Engine.update`, but I've had some bad experience with...
@oli414 I'm not sure I understand. I should not use `Runner.tick` (or `Runner` at all)? Do you have an example? I tried simply setting `Runner` to have **30 fps**, but...
Hi Could be a pull request?
What did you have to change? It's been a while since I worked on this project. Tried running the demo now, and it did not start with the normal `mvn...
Hi I guess this problem applies to `send` as well, and one might want to get a callback on `onSuccess`. Would it be odd to accept `new AsyncCallback` as an...
Using `AsyncCallback` could be a good idea, as end users might not need to know about the token. Then again there's no reason not to give it out.