Christian Stewart

Results 383 comments of Christian Stewart

Given that [threads are enabled in all major browsers](https://caniuse.com/wasm-threads) it seems work on this is now worthwhile.

Now we have `vhs record` and https://github.com/rsteube/cast2tape - nice!

Since MacOS support was dropped, could this be added?

Hi all, Currently Buildroot is based on 4235b0ec7d7220a6364586d8e25b1e8cb99c36f1 with this patch and #316 applied. My version of this series of patches on top of 4235b as a base is here:...

making some progress there, but still running into another problem: ``` ../rtl8821au-4235b0ec7d7220a6364586d8e25b1e8cb99c36f1/os_dep/linux/rtw_proc.c: In function ‘rtw_proc_create_entry’: ../rtl8821au-4235b0ec7d7220a6364586d8e25b1e8cb99c36f1/os_dep/linux/rtw_proc.c:73:67: error: passing argument 4 of ‘proc_create_data’ from incompatible pointer type [-Werror=incompatible-pointer-types] 73 | entry...

@omegacoleman yup my branch + series submitted to buildroot mainline has that in there too

Hi all, Currently Buildroot is based on 4235b0ec7d7220a6364586d8e25b1e8cb99c36f1 with this patch applied. I've also cherry-picked a few more patches related to fixing sprintf build failures. My version of this series...

Did you find anything on this?

@bcmills I got caught up on this one with modules - the problem can occur when you import a package from the same module in the "loader," and you import...

I posted some comments here about this issue previously, right now you can view the workarounds I've built as well as a work in progress hot reloading system (which is...