Ryan Murphy
Ryan Murphy
Hey @NathanLawrence! Agreed. I've had a few drafts of this floating around and I'm game to finally push one over the edge! How would you imagine it'd be best to...
There’s nothing to round in this case because [`offsetHeight` is already a rounded integer](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/offsetHeight). Unless something has changed since I left I do remember that the CMS devs chose to...
Hah, fair! I saw that section mentioned `import.meta` and went "ah, no worries not using that" but I see how it suggests this is a limitation. I did try using...
All right! I've [recreated it in a fork](https://github.com/rdmurphy/rollup-native-modules-boilerplate) of your `rollup-native-modules-boilerplate` repo. You'll see it happening when it tries to perform a dynamic import of `journalize` from the entry point...
How big is “really big” right now? What’s the biggest amount of download damage we’re currently inflicting?
Interesting! So I tried this locally using your copy of `nps-spatialite.db` and I got the same error. 🤔 ``` ❯ datasette package nps-spatialite.db --spatialite [+] Building 27.5s (10/10) FINISHED =>...
Is it, uh, possible we are on different architectures? 😅 I'm using an Apple M1 Pro. I jumped into a bash shell of an unmodified `python:3.11.0-slim-bullseye` container and manually ran...
Can confirm that my `uname -a` returns something different at the end: ``` root:xnu-8792.41.9~2/RELEASE_ARM64_T6000 arm64 ``` I'm in `arm64` land, you're in `x86_64`. I am admittedly very fuzzy on how...
Okay, my final observations for the night! I've been pushing and pulling the various levers in `utils/__init__.py` to see what makes this work without hard-coding in something for `arm64` and...
If you can believe it I just hit this all over again. 😅