Joe Pea

Results 1899 comments of Joe Pea

> Can we create / move to separate issues so can align and triage? @jhildenbiddle yeah please feel free to make issues as needed. I have to admit I will...

@MartenBE Hey can you add some non-.md files to the Docsify site so that we can manually test as well? (We can view the deployment for the PR for manual...

After making the change in - https://github.com/docsifyjs/docsify/pull/2291 I can see the full error in the output, and the script no longer exits with 0 after the error (it should exit...

I updated the PR so it also fixes the Windows issue. I'm not sure exactly how the issue happens, but I think it might be due to git settings. I...

I really like the idea of a custom element more than a non-custom-element component (f.e. React/Solid/Vue/Svelte/etc) because the custom element can work everywhere. The only thing though is we need...

> the non-SSR nature of Docsify is arguably the single most beneficial (and unique) feature of the app and perhaps possible future SSR support could be explored as an add-on,...

Hello, thanks! > Eee, I don't know why the ci failed, as I've tested it locally and there's no error. It didn't fail, I had to hit approve to make...

Indeed! The fix should be easy.

Btw, for now, to emulate a type=module script like this one: ```html ``` you can write it like this: ```html const runMain = () => import('./main.js') if (document.readyState === "loading")...

Got code sample? You should be able to put bootstrap.css into your page, and then you'll have styles.