Timothy Palpant

Results 7 issues of Timothy Palpant

### What version of pprof are you using? master (236ed259b199815a270edb9f8702bd0102e2e8fa) ### What operating system and processor architecture are you using? OS X 10.14, x86_64 ### What did you do? I...

help wanted
type: feat
Priority: p3

When disabling profiling, the log of samples written is read back in by `LogReaderDumpNative` to construct a deduplicated set of all code addresses that were recorded during sampling. This set...

Many of the API calls have streaming WebSocket analogs. Test whether they are usable with a Go WebSocket client and if so add APIs for using them.

enhancement
help wanted

There is a battle driver that will play AIs against each other by creating computer clients and connecting them to a game server (https://github.com/timpalpant/rummy/blob/master/clients/ai/battle/main.go). This is overly complex and slow;...

Currently there is a dumb greedy strategy (https://github.com/timpalpant/rummy/blob/master/clients/ai/strategy/greedy.go), but it'd be interesting to develop a better AI player

An ace played as part of a run {A, 2, 3} should be scored as five points. Currently it is scored as 15 points.

When playing a rummy, it may be possible to rummy off of both a set and a run. In this case, the player should be required to specify which one...