Elias Sjögreen
Elias Sjögreen
`FinalizationRegistry` support to automatically destroy webview instances
For webview_deno to properly work it would require a way of taking a single step at a time in the event loop like `Webview.Loop()` did before. This is due to...
https://docs.deno.com/runtime/manual/tools/jupyter#rich-content-output
Let's add an entry to the python wiki about this! https://wiki.python.org/moin/IntegratingPythonWithOtherLanguages
``` /Users/elias/.pyenv/versions/3.11.2/lib/python3.11/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 1 leaked semaphore objects to clean up at shutdown ``` Every time my script shuts down i get a warning about a...
A recent issue I found while attempting to use this module is that it lacks pyenv support instead resolving to the default python installation on mac. This makes it so...
In certain cases, often involving dll hell or just downloading associated data and assets it would be nice to be able to specify a download for an archive and automatically...