Sean Kennedy

Results 4 issues of Sean Kennedy

## 🐛 Bug The `package.json` file in the published npm version (`v0.23.4` and `v0.24.1` - I've tried them both), does not include `ffi` in its list of exports. From javascript:...

bug

## 🚀 Feature Add an option to `runPython` (and related functions) to NOT translate values back to JavaScript, but instead provide a `PyProxy` object. ### Motivation Some Python libraries make...

enhancement

## 🚀 Feature Have `loadPackage` respect the `Stdout` and `Stderr` settings unless a custom `messageCallback` is provided. ### Motivation Sometimes, especially when running automated tests, console output is not desired....

enhancement

When I do `micropip.install(module)` I get messages about the dependencies that are being pulled with it. E.g.,: ```javascript micropip.install('ezdxf') ``` will print this to console: ``` Loading typing-extensions, fonttools, numpy,...

bug