Mason Hall

Results 9 issues of Mason Hall

Pseudo code: ```python3 EndgameType(SerializableEnum): BvsK KandP etc… endgame_type_map = Dict[Tuple[Set[white_pieces], Set[black_pieces]]: EndgameType] endgame_fens =Dict[EndgameType: Set[Tuple[(Fen, move_num)]] last_endgame_type = None for move in game: if pieces_count_total

enhancement

Since .exes are used, this doesnt seem to work on UNIX based systems. What is involved in making that possible? I can submit a PR.

bug
OS: OSX
OS: Linux

### Description Coin values are incorrect in the tutorial ### Test Plan Tested using the python and typescript SDKs - - - This change is [](https://reviewable.io/reviews/aptos-labs/aptos-core/4919)

I've been playing around with the repo and I'm a bit confused with the GPU code. Here's my confusion: if you set `const ZERO_BYTE: u8 = 0xff;` for the sake...

* Add type hinting where possible * Using tabs and newline characters where possible

## Description ## Related Issue ## Type of Change - [ ] πŸ“š Examples / docs / tutorials / dependencies update - [ ] πŸ”§ Bug fix (non-breaking change which...

## Description ## Related Issue ## Type of Change - [ ] πŸ“š Examples / docs / tutorials / dependencies update - [ ] πŸ”§ Bug fix (non-breaking change which...

## Description Initial, basic, hub interface class and supporting code. Can be used like this: ```python from farcaster.hub.generated import request_response_pb2 hub = Hub(mnemonic="x", hub_address="nemes.farcaster.xyz:2283") request = request_response_pb2.FidRequest(fid=50) response = hub.client.GetCastsByFid(request)...

## πŸš€ Feature Request Support hubs, and make the user experience as close to the traditional Warpcast API experience as possible. ## πŸ”ˆ Motivation The Warpcast API is being deprecated...

enhancement