Cuong Huu Nguyen

Results 30 comments of Cuong Huu Nguyen

I used the plugin a long time ago and it was broken. Now I tried it again and it is still broken. In the past, I have to add the...

you can send logs to stdout by using console.log

for the moment I am thinking of the `AppStorageBridge`. We already had the `AppSourceStorage`, we just need to expose the possibility to read the app's file via `IRead` accessor.

Yes, assets prop is ideal. I have my own apps cli and it is using the same method to include assets

Hint, mine uses assets as an array of glob strings

oh, cool. I've never seen it. So there's could be a chance to have it implemented

Wow, that's a very good question. I didn't think about that. My idea is that just keep the execution order just like `callbacks`: `HIGH` -> `MEDIUM` -> `LOW`. The App...

yes, decorators are exactly what I thought of when coming up to this idea :D

In that case just keep the old order (aka non-predictable). Sounds not proper, but the z-index in HTML behaves the same, right?

I'll check it after work, thanks for your effort on it