Joshua Lochner

Results 412 comments of Joshua Lochner

> traverse_obj(clips, ..., get_all=False) Thanks!

Hi! Yes, we do plan to add typescript support! The library is extremely new, and I agree that the documentation needs some work! 😬 In general, we are trying to...

Thanks for the resources and suggestions! I'm trying to get to everything on the TODO list haha. If you have time and want to contribute, you can always make a...

Wow this is great! Thanks so much! I'll wait for @chelouche9 to respond before proceeding to merge into main. Excuse the potentially silly question (I am not too familiar with...

> @xenova anything I need to know about running the project, tests, etc..? My "test-suite" (if you can even call it that) is very simple. I made it before actually...

> @xenova great, I will start working on that once you merge :) Actually, do you mind working on this branch (or a fork of it)? Then I can merge...

> Sure. Although it might take some time to complete all, I though we can split the work to not lose track of the master. Great! The library is expanding...

Just a note on the typed arrays: using .map() on a typed array will return another typed array (of the same type). So, I don't think your approach will be...