Miles Crawford

Results 7 issues of Miles Crawford

Setting the scale to 0 in the theme suppresses the display of the low-confidence hints, but not their functionality - so moving the mouse around the board triggers the animation...

When moving from chalice-manged roles to manually, for example, chalice deletes the role and updates the deployment metadata. When this deployment happens in an environment that does not update the...

A question has come up several times - what are the concurrency implications of the `ASYNC` modifier for `FLUSHALL/FLUSHDB`? Specifically, are keys inserted after the `FLUSH* ASYNC` command candidates for...

Sadly, I don't have the URI that caused this - I will update if I get another one. But several threads I had discovering and parsing urls died with the...

I would love a `markAt(x,y)` API that allowed a triangle or similar marking on an intersection. This would be useful to display possible continuations, for example, or the correct move...

It seems that I need to manually keep `game` and `board` objects synchronized, which seems odd. Why can't I pass a `game` object to the `board` constructor, and have the...

`getState`'s documentation says that it makes a deep copy, but `restoreState` does not make a copy when you pass this back in. So, if you store a state, restore a...