Jonathan Dumaine

Results 51 comments of Jonathan Dumaine

The dedupe plugin works very well with javascript, but webpack doesn't know how to tokenize html, if I'm not mistaken. Maybe the all-mighty @sokra could chime in on that. We...

As a stop gap, it may be possible to just load the root component you are trying to require and let the imports polyfill load its dependancies at runtime...

More or less, yes. Except you can't strip out the external dependencies in the final imperative registration, they'll be duplicated in the DOM, but wouldn't be downloaded more than once...

For me and my team's use case it's more efficient to point to the src, since it doesn't contain extra UMD loaders and webpack will pick it up like a...

I've been plagued by this problem for literally _years_. Thank you guys so much for tracing this down! @mjeffe's solution works great! I'm still getting this error unfortunately: ``` Error...

I'm a big dummy it turns out. Kinda. 😅 I had figured as much about the patching and that's what I had done as well! I even ran `rg -uuu...

Sounds good, mate. Just my two sense on the API.

> But are you saying you also can't connect to just http://$(dinghy ip)? Yea that's what's super weird. Nothing is connecting, but I can confirm they are running like normal...

Inspecting some of the networks now: ``` $ docker network ls NETWORK ID NAME DRIVER SCOPE zzmt7vbnwjc4 api_backend overlay swarm 1d8ed08c89c1 bridge bridge local 6517a530bf12 docker_gwbridge bridge local 79e71a989847 host...

@Zeracles Also, if you could do a filter-branch and rewrite the names of your commits that would be great. You made a bunch of commits that all have the same...