Andreas Oehlke

Results 7 issues of Andreas Oehlke

Hi, I tried to use your plugin with Vue 3 and TypeScript but could not make it work. I added a `.d.ts` file to make TypeScript ignore missing types and...

When an adoc file contains a video reference like this: ``` video::rPQoq7ThGAU[youtube] ``` the PDF export will fail with the following error: ![image](https://user-images.githubusercontent.com/2432608/78415545-b07a6b80-7622-11ea-8dbc-9de9f0b51118.png) The error message looks misleading. It definitely...

Is Hot Reloading already working? I see that there are many Webpack "watch"-scripts in `package.json` and they actually do see when files get changed. However, my file changes do not...

This is needed so HTML sourced resources without absolute paths remain loadable even when using routes. Otherwise, the browser would try to request files relative to the current route like...

I added two new scripts that are meant to be run by devs: - start:dev:hot-reloading:renderer+main - start:dev:hot-reloading:renderer-only I also changed the 'start' script to default to the new 'renderer+main' script...

Uploading data works quite differently on Web3.storage and NFT.storage. Is this intentional or could it be unified? Uploading data under a filepath (e.g. `some/deep/path/test.txt`) results in different storage locations -...

kind/enhancement
need/triage

It would be nice if the JSON response between both storage services could be unified. At least in a way so that the CID can be always found in the...

kind/enhancement
need/triage