Hunter Henrichsen

Results 20 comments of Hunter Henrichsen

Fairly similar to how it was outlined in the other issue, maybe with another step between to simplify available completion options. ```ts const codeBlock = makeRef(); // block creation... //...

Yeah, I was planning on building this flexible anyways. I want to try to provide a fairly simple user API to this like above, so that we don't need to...

I'm going to try to learn about and tackle this.

Unfortunately we were just hanging out in Voice Chat, so there's no record of the conversation. I did some more testing and we already scale the line with `.scale`, so...

My stance is that this one of the best APIs that we could pick from -- it's an aggregate of a bunch of open-source icon APIs. I'm interested in what...

> Please use Git `fixup` commits rather than making a new commit to make review changes as described in the [Contribution Guide](https://github.com/motion-canvas/motion-canvas/blob/main/CONTRIBUTING.md#addressing-review-feedback). Just helps us of having a cleaner commit...

For the commits you've already pushed, you can do `git rebase --interactive upstream/main` (if `upstream` is your remote for the `motion-canvas/motion-canvas` repo) and change the operation to `fixup` (they should...

> Done. Force-Pushed with fixup commits. Did I do it right? :smiley: It looks like you rebased them away which is a good step for the old ones. Further commits...

I'll write this sometime this week unless someone wants to do it before me, in which case they can be assigned. Probably a good first issue, though.

I wonder if another option here is to have the handles for the range extend beyond the range itself on either end, so there are dedicated click areas for moving...