Dyana Rose
Results
2
issues of
Dyana Rose
Hi, Looking at these two lines, it looks like the code assumes identities will be Int32s. So this would fail if instead, it's an Int64 for example. https://github.com/FransBouma/Massive/blob/v2.0/src/Massive.Shared.cs#L1053 https://github.com/FransBouma/Massive/blob/v2.0/src/Massive.Shared.cs#L1066
Had a bit of a run around today as I had been reading the supplied v0.10.35 documentation for Buffer and hadn't quite grokked the Buffer._charsWritten comment, so I went into...