Xinyu Ma
Xinyu Ma
### Current Behavior The following filter with `multiply=true` works. ```typescript const filter = new ColorMatrixFilter(); filter.reset(); filter.technicolor(true); sprite.filters = [filter]; ``` However, when I set `multiple=false`, all canvas is fulfilled...
Add a window so it can send multiple Interests. https://github.com/named-data/python-ndn/blob/master/src/ndn/app_support/segment_fetcher.py
Python 3.13 has an option to disable GIL which allows free-threaded execution. Is it possible or beneficial to add multithreading support to python-ndn?