Bernard Poulin

Results 9 comments of Bernard Poulin

Could the memory leak be because because all registered events are never unregistered? ``` // Initializing event listeners Object.entries(clusterEvents).forEach( ([eventAsProp, callback]) => { const clusterEvent = `cluster${eventAsProp.substring(2).toLowerCase()}`; markerClusterGroup.on(clusterEvent, callback); }...

Thanks for taking the time to answer despite being busy. Got it, you are bound to follow vscode compare's options. For the folder, I'll check if I can do something...

I have the same issue. I discovered a quirk in the getopt gnu library: You _have_ to use the equal sign `=` to specify optional arguments. (you can use equal...

XCUITest has severe limitations. 60-level nesting hard maximum. Times out when DOM is too large. Some lookups are really just extremely slow. (minutes!) Lot of properties are not visible. Having...

Would the following syntax help you? ``` ... ``` As for the import, I do not know if you can have the import="/static/Gaea/elements/gaea-scaffold.html" when using a template tag. (I never...

Does the `app-router` require ShadowDOM? If so, then that would mean we would have to keep that polyfill just for app-router (since `0.8` no longer needs it).

Typescript types are still broken (by this very change). Hopefully we can get a PR in, this is blocking us.

Thank you for considering this issue. As soon as we can, we'll try to get the exact error, something to repro or even directly a PR. Essentially we are just...

In other words, is there a way to have the plugin install a new "menu item" on the "root" welcome page? (there is already a "Pull Request" menu in there...