Dan Fabulich
Dan Fabulich
Despite my better judgment, I fixed IE9 in PR #11. Sure enough, delaying focus isn't required on IE9, either. I bet it was required for IE8 or something, but IE8...
Ah, I fooled myself. It only keeps the keyboard up on _short_ responses. If the game replies with enough text to trigger the "More" button, the keyboard goes away. I...
I'm giving up on keeping the keyboard up in the general case (at least for tonight). Here are my thoughts: 1) I still think this PR should merge anyway as-is....
I just remembered this old PR I wrote that apparently never merged. IE9 is wayyyy irrelevant today in 2021; I think this PR can/should merge as-is.
I investigated this while trying to research #50 (but wound up solving it another way). What I did was to set the buffer window to `position: static` and all other...
I believe that the Mac App Store is smart enough to send just the right files that the user's computer needs.
The [Electron website recommends packaging your app using Electron Forge](https://www.electronjs.org/docs/latest/tutorial/quick-start#package-and-distribute-your-application ). https://www.electronforge.io/ Forge, in turn, recommends Squirrel.Windows for its output. [Electron-builder](https://www.electron.build/) is an older alternative to Forge; they recommend NSIS....
What does "least-common-feature" mean in this context? What exactly doesn't support color? Glkote? ZVM? Quixe? I, too, miss color. Blue Lacuna suffers for lack of color.
See also: https://intfiction.org/t/could-bocfel-emglken-support-z-machine-version-6-z6/68566
When Flow first introduced its streamlined comment syntax, they [imported it wholesale](https://flow.org/blog/2015/02/20/Flow-Comments/) from [flotate](https://github.com/jareware/flotate), a piece of software built pretty much entirely by one person. Rather than a written proposal,...