Michael

Results 22 comments of Michael

This is a very lazy PR - I haven't looked to see if this issue occurs anywhere else. I just wanted to get something up to record the issue since...

@austinorth I pinned the build using `--cleanup` to version `1.3.0`. Until we hear something back and unless you require a feature from recent builds, that seems the best way to...

@maltegrosse Assuming you have a separate ingress class for each Traefik instance, you probably want to use `traefik-ext` on your second definition so that only your external Traefik will utilize...

https://github.com/google/closure-compiler/blob/master/contrib/externs/maps/google_maps_api_v3.js also includes enum properties. Is this necessary or is it an optimization? If an optimization, what does it do/allow?

Ideas for how to test this issue (#22) and others related to Closure Compiler behavior (#10, #9, #1): - Make requests to the [Closure Compiler Service API](https://developers.google.com/closure/compiler/docs/api-tutorial1) and inspect the...

Things to test: - Are nested properties necessary - Do we need to define the `prototype`, or can we just specify properties of an object - Do we even have...

Probably easier to run on the command line: `closure-compiler --compilation_level ADVANCED [--externs externs.js,] --js file.js[,] [--js_output_file output.js]`

I have never personally used Web Workers. Does it break when using advanced compilation? l see in the google closure code they have some externs written: https://github.com/google/closure-compiler/blob/master/externs/browser/html5.js#L1438. I don't know...

Out of curiosity, what browser are you using? I've run into some strange issues in Chrome trying to debug this. I think it doesn't get the `nodes` property because I'm...

@kommen where did you add `nodes`? Can you paste the extern (or at least the section for `Document`?