Results 5 issues of Nicholas

Put two styles of encrypted databases in _Trends_: **CryptDB** that peels layers of encryption to keep the data secure while queriable; and, **Cipherbase**, which offloads decryption & sensitive queries to...

Was unable to test locally because I had NotScripts blocking unauthorized javascript. This hf will alert user that the timeline requires javascript.

This game looks pretty interesting. However, I'm familiar with neither rust nor javascript. It seems there are libraries to generate java source for an ATC client. It would be convenient...

The Game service documentations [suggests that](https://auto-traffic-control.com/docs/api/Services/game-service#start-game) sending a start game request while the game is already running, 'nothing will happen'. Doing so ended the simulation. It created a panic with...

C-bug
L-rust

When a client sends a `NodeToPointRequest` to the `MapService` for some `Node`, it receives a `NodeToPointResponse` with _only_ a `Point`. If a client requests this synchronously, it is clear that...