Joe Marshall

Results 32 issues of Joe Marshall

According to https://v8.dev/blog/wasm-code-caching if you use instantiate streaming rather than instantiate, it caches the compiled webassembly in Chrome at least. Firefox is planning the feature according to an old blog....

Importing externally built wheels is pretty easy, you can just call loadPackage on them. But because they're not in the packages.json, they don't get dependencies loaded correctly. Micropip in theory...

enhancement

I recently had to make a load of meta.yaml files, and I got annoyed by a couple of things so I did some code to fix them. 1) mkpkg doesn't...

In various functions in grovepi.py, there are what seem to me to be completely extraneous calls to read_byte, which can just be deleted. Or at least, deleting them doesn't seem...

There are several things that use (or probably should use) pinchange interrupts; dust sensor, flow sensor encoder ultrasonic read They currently use a mix of polling, global pinchange PCINT2_vect, and...

I added a couple of options to the serviceworker plugin, to allow you to a) Point it at somewhere else in the case that you want to host jupyterlite files...

enhancement

I don't understand quite how the parent message thing works, but setting the parent on every message breaks things. This is why the pyolite kernel breaks if you call await...

bug

The servicewkrker registration should really only register if it isn't already registered. The reason being that in Chrome at least, repeatedly reregistering the service worker creates multiple registrations in the...

bug

This is partly as a reminder to me to see if I have time to do it at some point, but I think it could be a benefit for anyone...

enhancement

services.json lives in the app folder which isn't published on npm (or I can't find it?). This means if you're building something based on jupyterlite node modules, you have to...

enhancement