cookednoodles

Results 3 issues of cookednoodles

It seems that my PR #273 has caused a regression where the first element will sometimes not appear. if I change : currentSlides = |] on L291 to currentSlides, this...

When posting an array to the /json/browse/ interface such as such as: foo.bar([1, 2, 3, 4]) This gets encoded as different elements such as: "params":[1, 2, 3, 4]

**Describe the bug** We host generated slidev presentations in a subfolder : /app/xxxxxx/index.html These are generated using : npm run build -- --base ./ This used to work with version...