sagudev
sagudev
https://servo.zulipchat.com/#narrow/stream/263398-general/topic/devtools
Any progress? I would really like to use it for console.
> Following up on #32227, I'm interested in working on this. Can someone please assign to me? I think Devtools support is part of outreachy, so someone might already be...
[Rustls 0.21.0 is released!](https://www.memorysafety.org/blog/rustls-new-features/) 🎉
I'm getting the same error about missing `mach.pth` on Ubuntu 23.04 with python 3.11.2. Weirdly enough it is working when building mozjs, so I suspect there may be collision with...
I got it working with Python3.9 and Python3.10. In the future when upgrading SM in mozjs, we should also sync mach in servo repo.
There is PR for that: https://github.com/servo/mozjs/pull/326
I also started working on [prototyping streams](https://github.com/sagudev/servo/commits/readablestream), but I left it due to time constrains at that time and I do not plan to comeback working on it anytime soon....
There is [`--enable-js-streams`](https://github.com/servo/mozjs/blob/98b678283d1b0c6d263302ca2aff770aece0cb8e/mozjs/makefile.cargo#L13).
We decided to not block SM upgrade on this and port JS streams to SM ESR 115 in https://github.com/servo/mozjs/pull/408. We should still do this sometimes in the future, preferably before...