David Alsh
David Alsh
I'm currently this far: ```bash yarn add hyperscript @types/hyperscript ``` ```typescript import h from 'hyperscript' const d = h('div', 'hi', { styles: { backgroundColor: 'black', color: 'white' } }) document.body.appendChild(d)...
> For Apple Silicon the paths are these ones instead: > > ```makefile > CFLAGS=-I /opt/homebrew/include -I ext -L /opt/homebrew/lib -lssh > ``` > > Remember to add `$(CFLAGS)` to...
Oh my god, I thought no one was using this! I'll republish the packages ASAP - very sorry!
I just tried to compile the project using docker on a Debian arm64 VM (M1 MacBook) with no luck. I am not familiar with Haskell so I wasn't able to...
Any updates to this? :)
Is there a way to tell the install script for the `elm` package not to download the binaries? https://github.com/elm/compiler/blob/master/installers/npm/download.js#L27 It seems `npm install elm` will fail when running on Linux...
I created a fork where I migrated the package to TypeScript and included browser support: https://github.com/alshdavid/mime-types I would love to merge parts of it with upstream if that's something the...
Closing this issue as I groom my old issues. Feel free to reopen if there is more activity
Likewise, I am using indexeddb as a buffer cache for a context that might be visited again but likely won't be (I cannot use a service worker in this case)...
Trying to recreate this I'm on an M1 MacBook running docker 20.10.20, installing Parcel version 2.8.0. Building the image with docker and running the parcel CLI against a project mounted...