Michael
Michael
@kyle-wrenn I have mixed feelings about the feature, but I'm not totally opposed to it either. I'd feel _much_ better about the thing if there were unit tests that exercise...
@kyle-wrenn would https://www.npmjs.com/package/global-tunnel solve your proxying related problems?
I suppose this could be integrated: https://www.npmjs.com/package/debug `alexa-verifier` should emit no debug output by default, and need to be explicitly enabled.
pull request welcome
I've definitely thought about adding a priority system but I haven't given it much careful thought yet.. Something like this could work. If you need to re-order the systems right...
Still open to supporting this if you'd like to PR. :)
> My own opinion is that variant 2 looks like interfaces of other calls in ecs.js I agree, I think variant 2 is what I'd probably go with. I suspect...
Ah I see, so you'd `return system` to keep a handle which could then be passed to `removeSystem(...)`. Yes, that could work. The only change I'd make is using `removeArrayItems`...
@pavelvasev still open to a PR for this if you're keen! :)
a cool idea! I'm curious how you detect if the devtools are being rendered in dark mode or not? Is there a css declaration or global js variable?