Benjamin Lupton

Results 435 comments of Benjamin Lupton

One could probably pair htm, react, and pika for client and server side rendering on cloudflare workers right? With terraform for deployment? I think that would be a sweet combo....

I'm guessing as cloudflare-workers is web workers, they should have the dom apis available, so they should be able to run htm (via a bundler) without anything fancy right?

We used github pages originally, then moved to surge, which we deploy via this github action https://github.com/bevry-actions/surge with deployments for branch, commit, and tag We automate our entire package configuration...

Perhaps the minified version (can be the `require('mithril')` version) can be the production build. With the unminified version (can be a `require('mithril/dev')` version) can be the development build. This would...

> I might take a crack at a JS + JSDoc + checkJs version of what you have here just to compare, since it seems like most of the typing...

> Editions incurs a substantial install and exec cost, I don't think it's something worth doing for a library that just has two sources. The make-deno-edition workflow does not use...

> @balupton interesting, I didn't know Deno had built-in support for that. Do you know if it's just a static lookup for `edition-deno`, or are they actually respecting the rules...

Found this issue, and rclone, as I've been looking for an alternative to https://www.arqbackup.com that supports linux. Arq is like rclone, but specific to backup use cases. I emailed their...

just submit a PR to fix the typo; typos happen regardless of keyboard layout