Pavel Vasev
Pavel Vasev
Hi Mike! In my case there is a need to specify priorities for systems. I understand that there are `onFixedUpdate, onPreUpdate,onUpdate,onPostUpdate` order, thus priorities (4 ones) are already presented. But...
Hi Mike! As I told in another discussion, there is a need to remove systems dynamically. If the implementation of such need does not break ecs.js plans, I suggest 2...
When devtools are in dark mode, extension screen is unreadable (black words on black background). `Devtools settings -> Preferences -> Appearance -> Theme: Dark.`
Mysql2 0.2.24 does not compile in ruby 2.5 due to extra check this ruby performs on rb_funcall. In particular, file result.c had a bug - wrong number (6) of arguments...
I suspect that [this line of code](https://github.com/qmlweb/qmlweb/blob/master/src/engine/QMLProperty.js#L95) eats a valuable cpu time of QmlWeb. Probably we should profile it and think on how it might be optimized. Any thoughts/ideas?..
Suggest to place each test case to separate directory. That will raise usability for developers. As example, get `tests/QMLEngine/basic.js` and convert it into directory tree: ``` tests QMLEngine basic present...
We need an ability to configure **passenger_request_queue_overflow_status_code** option in **standalone** mode. Thanks a lot!
Hi Felix! First of all, thank you very much for your great project! What about the issue, I tried to fix it by myself with PR in mind, but failed...
ImageLoader.load has the following signature (see https://threejs.org/docs/#api/en/loaders/ImageLoader.load) ``` .load ( url : String, onLoad : Function, onProgress : Function, onError : Function ) ``` and this commit changes `src/datasources/base.js` to...