Brian M Hunt

Results 223 comments of Brian M Hunt

Just to report, we're hung up on https://stackoverflow.com/questions/47210133. Then it's just a matter of adding the polyfills. Fingers crossed.

Hi All, I was wondering if anyone had thoughts on the best way to add polyfills? In the worst case, I was going to add a `"polyfills"` property to `packages/*/package.json`...

There are still a huge number of internal Intranet systems that use IE, so public numbers may not be the ideal indicator. However, a lot of those internal systems are...

Hi @avickers Sorry I missed this — the ideal eventually will be to have a polyfilled version with the basics from core.js, which could (and I think should) include the...

So looking at the Vue.js lifecycle, I think I've gotten a decent idea of where Lifecycles could be applied in KO. Overall, there's no over-arching / explicit lifecycle for applyBindings....

Thanks. The build-process is as vanilla a Webpack 4 config as one could imagine, so it should do CommonJs as expected, but evidently ... something's awry. Incidentally, it would be...

FWIW, this looks like a build issue; but a weird one. For interest, the webpack output is ```js unwrapExports(lib); var symbolObservable = lib; ``` But it should be: ```js var...

Relatedly, when my code has this: ``` >>> import $$obs from 'symbol-observable' >>> console.log("OBS", $$obs) OBS Symbol(observable) ``` i.e. the import is only an issue when it's via the jss...

The problem seems to exhibit in `jss/dist/jss`, which indicates a problem with the `jss` build.