Justin Meyer
Justin Meyer
Putting another `setTimeout` here: ``` setTimeout(()=>{ // if x was changed, another client is contending for an inner lock let lsX = this.getItem(x); if (lsX !== this.clientId) { ``` seems...
Hello! After playing with FastMutex for a while, I wasn't able to get it to work. I took some ideas from it and did a rewrite where that uses "only...
I’d vote for AMD being moved to a plugin for steal 2.0 or even abandoned.
Also, that menu system is incompatible with stealjs's docs.
I think this is a different issue. Can we reopen and discuss? Sent from my iPhone > On Nov 8, 2017, at 6:04 PM, Matthew Phillips wrote: > > Closed...
To be more specific, we should be warning about this case I think. 2. He has a file that he loads as a config dep and a normal dep. @matthew...
> But I don't think people should have to be aware of some new syntax to avoid false-positive warning messages This isn't false positive. With config dependencies, if you import...
Why? The rewrites should be as expected. If they aren't, there's a bug. Sent from my iPhone > On Sep 18, 2014, at 8:43 PM, Matthew Phillips [email protected] wrote: >...
You would expect a style at /app/styles/site/foo.css To load images as if it was from /app/index.html if that's the HTML page they loads it? Sent from my iPhone > On...
I'm fine documenting it. But to be clear about its intentions, it rewrites the CSS so that the CSS behaves exactly as you wrote it. If we could somehow add...