Austin Theriot

Results 7 comments of Austin Theriot

Thanks so much for at least posting this! Was about to implement `Seek` myself for a slice of bytes, because I couldn't find the appropriate `std` library struct wrapper 😅

Hello, I am seeing this same issue when navigating between routes with the sycamore-router. As far as I'm aware, I'm not using any event listeners or closures--just rendering a list...

Hello! Now that the servo project is being reactivated, are bugs like this one expected to be addressed moving forward?

Thank you. What does Servo currently use for vector graphics rasterization/rendering?

First off: thank you for making this library. I think it's a fantastic idea, and now that OffscreenCanvas is supported in all major browsers ([check out latest support in Safari](https://caniuse.com/offscreencanvas)),...

Note for any others: after looking more, it's also possible to use transferable objects via the `MessagePort` object: https://developer.mozilla.org/en-US/docs/Web/API/MessagePort/postMessage ^ This may in fact be the best way to interact...

Was brainstorming how this problem relates to other domains. ChatGPT's response seems helpful for investigating more general solutions to this problem than a pure, topological sort algorithm. Putting the output...