Todd Derr
Todd Derr
I took a look at #895 and that's similar to the issue I'm having, which is that sometimes I use my 32:9 monitor and sometimes I use the laptop screen...
Java calls this method [`writeAtLeastOnce`](https://github.com/googleapis/java-spanner/blob/462839b625e58e235581b8ba10b398e1d222eaaf/google-cloud-spanner/src/main/java/com/google/cloud/spanner/DatabaseClient.java#L55-L84) with the following description: ``` /** * Writes the given mutations atomically to the database without replay protection. * * Since this method does not...
ugh, what a mess. I had taken a little break from crosswords (Sept 8 was the last puzzle I did) and missed this whole thing until i fired up shortyz...
I see a lot of people are upset about this but I can't imagine them reversing course if the initial wave didn't convince them to. It's really crappy that they...
I tried using the handwriting input keyboard (both the Google and Samsung versions) but also found the experience to be less than optimal. I thought the boxes would be too...
The name/date bug is https://github.com/kebernet/shortyz/issues/117 - it's fixed and waiting for a release. I don't see the download spinning issue, although today's puzzle didn't download at all for me which...
I took a crack at this and the problem appears to be they're actively blocking the requests from shortyz (well, probably not shortyz specifically, but automated downloads). The response code...
Yeah, I had changed the code to use https:// (and also added a "www." prefix to avoid the redirect, although the okhttp library is supposed to handle that). I was...
A semi-related issue is that the filesystem timestamp of the puzzles gets updated when you play them. So, if you open an old puzzle, when you exit shortyz and re-open...
ok, indeed all of these things have the same cause. As my shortyz "starter project" I figured out how to fix it... now I just need to clean it up...