Results 53 comments of Joyless

This has since been fixed in commit 714c265.

> Ill reply to this issue if and when I make that survey so you can submit one. But, for now, your vote of a reasonable default value for the...

After some inspection, I think the best approach is to reduce the default precision and supply a custom precision as an argument to the `Divide` function. It looks like `Pow`...

> It does raise some questions to which I'm not sure what the correct answer should be. Questions along the line of: If you multiply a BigDecimal that has a...

I have an [NVIDIA GeForce GTX 1050 Ti](https://www.nvidia.com/en-gb/geforce/graphics-cards/geforce-gtx-1050-ti/specifications/). Freezing/stuttering happens on CPU and GPU builds. Also, the only difference between the two builds is the Android files.

[This pull request](https://github.com/litedb-org/LiteDB/pull/2564) will replace support for `.NET 4.5` and `.NET Standard 1.3` with support for `.NET Standard 2.0`, `.NET Standard 2.1`, `.NET 8.0` and `.NET 9.0` if it is...

> Would it be possible to also implement and ensure the following works as expected? > > ```cs > public class DataContainer > { > public Dictionary DataDict { get;...