Mike Dirolf

Results 111 comments of Mike Dirolf

cursewords (and maybe others) supports `[` `{` as different alternatives w/ slightly diff behaviors to shift-left. We could optionally support those keystrokes as well

If there is a reasonable % of languages for which H + V work then I think we could just make both notations work. Otherwise it's a bit tricky because...

Oops - I think I need to document that a little better - what that option does is disable the reveal button for the *meta* puzzle only. It doesn't disable...

I created some new issues for those suggestions: #332 for disabling check/reveal (locking) #333 for custom time windows for meta reveal delay #334 for disabling meta reveal

You're right, I should clarify that too! It'll start counting from Y. In general I try to make it so that if you use "private until" everything behaves as if...

This is a great one for somebody new to the codebase to tackle, if anybody is up for it. I'd start by copying the existing pdf generation in `app/pages/api/pdf/[puzzleId].ts` to...

Great idea! There could probably be some refactoring done but this should be pretty straightforward once ipuz/jpz parsing/creating is implemented (or imported if there is a good existing library). The...

This has been on the todo list for a while :+1: - in the meantime you can export a .puz file from the constructor and then import the result at...

Great idea - should be pretty straightforward to add

OK I'll be the first to admit that I'm not sure what the state of the art here is and I'd love any nudges in the right direction. My setup...