Results 30 comments of Herc

@bartn I'm sorry, I'm no longer using Illustrator, so I don't have a way to debug this and support further development. I'm happy to accept PRs if someone wants to...

Have a look at this issue and comment: https://github.com/angular/angular-cli/issues/10268#issuecomment-390297861

Same problem with nixpack running commands at build time that target the database, e.g. `pnpm drizzle-kit migrate`. I can only access the db with the public address.

HTML Imports are also being contested by Mozilla and they will not implement them. They propose the use of ES6 modules instead. "Mozilla will not ship an implementation of HTML...

#### SystemJS as a module loader Added a new branch for this test: https://github.com/herkulano/biojs3-webcomponent-example/tree/dependency-systemjs Loading module in .js ``` Javascript System.import('../../d3/d3.min.js').then(function() { Polymer({ ... ``` https://github.com/herkulano/biojs3-webcomponent-example/blob/dependency-systemjs/biojs-component.js#L1 Loading SystemJS in index.html...

@Hypercubed That's a really cool example! :+1: It also shows that developers can use whatever flavour they want and still comply with Polymer > Web Components (in the near future).

@Hypercubed Amazing! :+1:

@greenify Also amazing! :+1:

@greenify nice I've forked @greenify's plunk and added some abstraction as a bio.js library to simplify the module loaders for developers: http://plnkr.co/edit/mEKZ2r?p=preview Some problems of this solution: - it's starting...

@Hypercubed looks great!