Julian Burgess

Results 18 issues of Julian Burgess

Currently the commands are sent to the plotter in the order they are created. Make an `optimize` method that would sort paths to minimise the amount of (non-drawing) movement between...

The control the number of steps for drawing each shape

Currently the output has a space after each command, make that optional and off by default

Fixed repo name. Use https as recommended by GitHub.

This adds the `$lib` alias. Adding `$app` and `$env` would require SvelteKit I imagine which is a harder...

### Describe the bug The onintrostart fires immediately, before the element has been mounted ignoring the `delay` parameter. This is in Svelte 4 and 5 ### Reproduction https://svelte.dev/playground/9e45fd9f78974bb6a4b7714b1eed5417?version=5.1.3 ### Logs...

bug
transition/animation

### Feature description (I am evaluating Graphile worker to see if it could fit the use case I have in mind) I would like a new `job_key_mode` mode perhaps called...

I use [entries](https://svelte.dev/docs/kit/page-options#entries) within my page routes return a list of param values as my site uses adapter-static. Could super-sitemap automatically find and use entries for the paramValues perhaps? My...