Package
Package
Shorter code ```ts let { ...obj } = { a: 1 } let foo: Record = obj // ^ // Type '{ a: number; }' is not assignable to type...
Creating a new log file every launch is useful in client applications, practical examples such as Minecraft
@nblumhardt how archive/rolling previous log files using guid?
Minecraft is archived like this  I think it's per day
Explicit return can solve this #72
Implicit conversions are disabled by lint in my cef project
size_t -> int -> size_t
https://github.com/protocolbuffers/protobuf/blob/fbf491a397e8799e47128063a3aca53ebdf58897/src/google/protobuf/has_bits.h#L81-L83 https://github.com/protocolbuffers/protobuf/blob/fbf491a397e8799e47128063a3aca53ebdf58897/src/google/protobuf/has_bits.h#L48
at line 82 `rhs[i]`
It's not actually lint, it just turns on treating warnings as errors, warning C4267 with error C2220  A third-party library should not have warnings