yunabe / tslab

Interactive JavaScript and TypeScript programming with Jupyter
Apache License 2.0
731 stars 45 forks source link

General: future plans for tslab #76

Open aecorredor opened 1 year ago

aecorredor commented 1 year ago

We've just finished setting up tslab and it mostly works great. We just ran into a few bumps, like using it in M1 macs (even with Docker, which was pretty weird).

So, we were just wondering if there were future plans for where this repo is headed or if there's a plan to look for contributors and maybe set up an actual roadmap.

Thanks!

nedgar commented 1 year ago

+1. Just found tslab yesterday and I love it! Running on a 2017 MBP just fine. Only thing I miss is the implicit assignment of var with same name as key in object expressions, e.g. return { a: 1, b }.

ChuckJonas commented 1 year ago

@aecorredor Can you elaborate on your solution for running it on m1? I'm running into similar issues...