Dan Fabulich

Results 136 comments of Dan Fabulich

I don't think we can fix that while still redirecting http to https. (I'll update IFDB to point to https, but that's the opposite of what you need.)

Apparently this varies by interpreter! Parchment does show a "The game session has ended" banner in Glulx games, from Quixe. https://github.com/erkyrath/quixe/blob/master/src/quixe/gi_load.js#L120 But Z-machine games, TADS games, and Hugo games just...

I wound up forking the Github version and setting it up on AWS in order to use a custom word list. (I bet you could charge for something like this....

I think it's worth investigating the runtime size overhead. It might not be that much. I filed a separate bug that the transpiler also silently ignores errors; that's _definitely_ a...

I see it this way. Every time Error Prone is upgraded, it's a breaking change. It's usually a desirable breaking change, but it's a break, nonetheless. This certainly can't keep...

I don't know where to put this in a PR (I think probably `create-crank-app` should live in a separate repo?) but here's a quicky script I threw together that seems...

Possible enhancements: 1. I think it's typical for initializers to accept a command-line argument for a directory to create? (I'm hazy on this; I can't see how to `npm init`...

> What do you win by using pipes and async apis in a one-off script, if you don't modify output or parallelize commands? I do parallelize some of the commands,...

I figured out how to test `npm init` without pushing a release. I made a `create-crank-app` directory locally. Then I could do this: ``` cd .. mkdir cca cd cca...

Snowpack looks really cool, but Snowpack 2 is not in a good place right now. I couldn't get even the most basic Babel/JSX transpilation to work this afternoon. https://github.com/pikapkg/snowpack/issues/294