Josh Pullen
Josh Pullen
Maybe when you click the "reorder" menu option, all of the channel names slide to the right a bit and a drag handle appears to the left of each? You...
That ~~probably~~ definitely makes more sense, actually.
What would be the use case for this?
Love it. We can bikeshed the naming collision situation as much as we want. I'm happy with `this._x` because it feels like it nicely denotes the "private" x that this...
Alright, I think that's a good enough reason not to choose the underscore syntax. Personally, between `this.varX` or `this.xVar`, I vote for `varX`. No clear reason why. I just find...
I've sat on this and a few other PRs for a few days because I've had other things going on. What I'm realizing is that as fall approaches I need...
Thank you! I'm very excited! 😃 And I can totally imagine a world where Leopard continues to make progress just at an inconsistent rate as we occasionally have the time,...
While we're discussing promises, this feels like a good time to reference the discussion about triggers: #197 I'm not very happy with the user-facing API for triggers, and it feels...
Oh, nice! (I *believe* yielding a promise is equivalent to an async generator, but I'm not 100% sure.)
Nice! Glad to see compatibility improvements and simpler code. I've been meeting with some of the good folks working on [Patch](https://bxcoding.org/patch), a "Python Scratch" that serves a similar purpose as...