Steve Landey

Results 78 comments of Steve Landey

I'm also having issues with gapless playback. If I start a track in a web client and let it play all the way through, there's an audible gap before the...

There is currently no well supported way to do this. You might be able to use CSS.

This happens because the line smoothing logic doesn't have enough data to produce a smoothed line. I suggest you add logic to the pencil tool to create a non-smoothed line...

(I could be wrong about the solution, but it's definitely related to path smoothing.)

[Here](https://github.com/literallycanvas/literallycanvas/blob/master/src/core/canvasRenderer.coffee#L148) is where I suspect the real problem is: the line rendering code. You might need to add a special case that draws a dot if two points are the...

I just tried this again, and it's still happening, specifically on touch devices. Of all the many issues in the tracker right now, this is the one I am most...

Yep, I'd still like it to happen, but I also won't do it myself. I recommend a file-by-file conversion rather than trying to do the whole project at once. You...

Is there a specific string that is causing problems? This might be related to our recent XSS issue, and is probably fixed now.

I probably have to do something on the npm site. I'll try to do it this weekend.

In the past I've just published from the command line on my machine.