Matt DesLauriers

Results 224 comments of Matt DesLauriers

Seems like a pretty legitimate use case, I've run into similar issues with Unix stuff not working in Windows. Should be merged in latest, I'll cut a new release soon.

Going to reopen this while we figure out another way to allow user-override port/host in a cross-platform manner.

Thanks, it seems like a bug somewhere with arg/subarg parsing. Have you tried using the API and specifying `browserify: { transform: ... } }` manually? It would be interesting to...

I think it might be worth pulling the budo core into its own module. In other projects I've needed something like that. 😊 Just a matter of finding time.

Hmm that's odd, I haven't seen this. Can you list more details on node, npm and OS version? Have you tried deleting node_modules and re-installing them? Can you also run...

@kerwitz Sorry I can't help much, since I can't reproduce. Two things to try: - Does this happen with a fresh & simple repository? It could be something specific like...

Yes, the 'penplot' tool is solely based on polylines at the moment to keep things simple. If you have arcs and curves, you can convert them into discrete polylines like...

There is probably a better approach, but what I did was: - Tick each frame forward and render it to a PNG file in a folder, using numbering 0 -...

Hey @danielmorena thanks for the interest! I'm hoping to add one or two more collaborators to the project this year to help build out more features. Gallery Mode would be...

Thanks for posting! Will look into this a bit more when I get a chance. Hard to say what it could be; you can try setting `{ pixelRatio: 1 }`...