Sam Sarette

Results 103 comments of Sam Sarette

Experiencing the same issue. Unfortunately, passing in an absolute path ```--pdf-engine="%ProgramFiles%\nodejs\pagedjs-cli.cmd"``` seems to work, but then it just HANGS at "Processed" whereas running pagedjs-cli standalone on a pandoc-generated html doesn't...

I'm using mermaid-filter 1.4.6 and this chart exports as a blank white graph (regardless of options like theme) in my pandoc HTML output. ```md ```{.mermaid theme=forest} gitGraph: commit commit branch...

Discussed with @Malcolmnixon , we should wait for Godot XR Tools 4.3.x development to start, as using the new static variable syntax will simplify the implementation greatly for rumble-generating nodes...

working on the code in a godot 4 branch. Demo progressing... https://github.com/lunarcloud/godot-xr-tools/tree/feature/191_godot4_rumble ![image](https://github.com/GodotVR/godot-xr-tools/assets/1565970/95fffef5-d55d-43ae-b07a-3edc60cb2df6)

It does work from a local server, just not from "file://" (double clicking index.html) I don't believe it's technically possible to "fix" this in the code. User can either: 1....

> try wrapping in a paw PAW? Do you mean PWA? The existence of a PWA manifest won't fix the 'local files' issue. I think the user wants to distribute...

FWIW: an AppImage would be far simpler than a flatpak for users, is portable, and works with the itch app

Totally sorry. I just meant if this issue became something that wouldn't move forward, an alternative solution. It's been a while, but I've written scripts to create appimages before and...

Maybe a frame-skip option - to avoid drawing but maintain input/sound speed?

I've added the preview scripts to the page and took a look at the html and it seems like "white-space: normal;" is being forced on the page:top-* elements? I was...