Todd Derr

Results 9 issues of Todd Derr

Until the Cloud Spanner Emulator supports CMEK, we have workarounds in place that disable pieces of the Spanner integration tests when run against the Emulator. This is a reminder to...

type: cleanup
api: spanner
priority: p3

For earlier context see https://github.com/googleapis/google-cloud-cpp-spanner/issues/689 The summary is that we decided that our default `Commit` implementation should explicitly call `BeginTransaction` if no transaction was started, to avoid potentially surprising behavior...

type: feature request
api: spanner

I don't see much activity here, but I still use shortyz daily; I tried some of the alternatives but didn't like them as much. @kebernet I was wondering what your...

When you're in portrait mode where the across/down clues appear in 2 vertical lines, you cannot select the "current" (centered) clue in the non-current direction. Using this borrowed [screenshot](https://lh5.ggpht.com/qYcusukxW_ofyhe_R50mI-Gv6Ku0f5Hr1g2aiXBTKLy93SzcP0Slbb3ar7zypAbax_k=h900) as...

Many moons ago I had the [NYT crossword game for Nintendo DS](https://www.nintendo.com/games/detail/jpcvTLlMkRHqfvL3iX-m87QXIULH-eOQ) which used pen input and handwriting recognition. I recall it working pretty well and have always missed it....

Currently, when all squares in the puzzle are correctly filled in, it's automatically considered to be complete and the end-of-puzzle dialog pops up. This effectively gives away a bit of...

The puz format allows for notes (and they appear to be parsed) but AFAICT there is no way to see the note within in the app. The [12/26/2017 NYT puzzle...

I ran into this in my own scripts but I found [an example from the zsh docs](http://zsh.sourceforge.net/Doc/Release/Expansion.html#Globbing-Flags) as some proof I'm not writing something completely weird (see the section on...

I'm not 100% happy with this because there's no way to override boolean options using `optparse`. i.e. if `ICDIFF_DEFAULTS=-N` there is no way to override that on the command line....