Joe Pea

Results 1897 comments of Joe Pea

Sounds great!! It will be so nice to be able to develop on a phone while on the go!

I wonder why this happens. I would love to use Mermaid, but it is unusable with this issue. I tried with all my CSS disabled except for Mermaid's, and it...

This is what I see directly on the Mermaid site: ![Screenshot from 2021-01-10 20-24-56](https://user-images.githubusercontent.com/297678/104147110-ed2d7d00-5381-11eb-99bb-6f53aa2f388c.png) I am using Chromium in Manjaro Linux.

That would be a very specific and arbitrary solution for the `render` function, and not flexible across multiple render() calls. The concept of delegation should be totally decoupled from exactly...

I got the example mostly working without code transformations using - an `importmap` - `*` in front of all package names - and `?raw` option for all URLs https://codepen.io/trusktr/pen/YzBOqpq/50658233b7a3430b9cad10fe34baca41?editors=1000 Now...

UPDATE: looks like in that last example esm.sh still does some code transformations for some files. For example, I see it loads files from `@lume/element` minified (and maybe broken). I...

I highly recommend making `esm.sh` by default not transform any code, no minfication, no bundling, no anything, just plain _**raw**_ code as-is with importmaps (the best _vanilla ESM_ CDN), and...

@ije Is there a plain esm mode without bundling. That would probably solve the issue. Bundling is not good for singletons, especially when there are multiple `import()` calls and esm.sh...

How soon is soon? We are avidly watching. 👀😃

I think that would be a good idea! Because the license literally says "you cannot use this library for any reason unless you ask me for permission" currently. Any orgs...