Brendan Powers

Results 5 issues of Brendan Powers

## References #459 ## Code changes * Implemented interrupt route handler * Added interrupt API to the kernel interface * Added interrupt support to the pyolite kernel, using the method...

enhancement

## Description It seems like interrupting cell execution isn't implemented. If a cell is busy, and I click the "stop" button, nothing happens. If a cell is running a loop...

bug
upstream
kernel:pyodide
kernel:serviceworker

This project has already saved me a bunch of time building complex Jupyter UIs. I just wanted to say thanks!

wontfix

## 🐛 Bug If an interrupt buffer is used to interrupt pyodide while pthon is awaiting some function, an exception is thrown in the internals of WebLoop, and the awaiting...

bug
webloop

## Summary - Migrate from Poetry to Pixi + Hatchling for dependency management - Modernize to Python 3.13+ with improved type hints - Add async support to protocol runtime via...