An Phung

Results 3 issues of An Phung

`thingDownFlipAndReverse` should use `Endo.empty()` as initial value.

In vscode: For symbol of internal package (the package that I'm coding), it takes 3s to jumps to the definition. For symbol of external packages (packages that are in vendor)...

It omits boolean key-value pair. For example, in dynamodb table, we have a row with ID as HashKey, Name as RangeKey: ``` Id (String): "1" Name (String): "Example" Male (Boolean):...