Ivan Popivanov
Ivan Popivanov
> 7. Remove 0-termination of strings. Only C/C++ care for this, and C++ has been moving toward `string_view` recently, and both have been using `size_t` arguments for a long time...
[#4598](https://github.com/microsoft/LightGBM/issues/4598) seems to investigate whether or not parallelism is enabled. The intended claim of this issue is that during some stages of the dataset construction ALL threads on the machine...
Hmm, looks like the site has the equation in this manner, since N is the number of CLOSING observations. For N closes, we have N-1 returns and so on. I...
It seems stockcharts.com use something like previous day low. That seems reasonable. One can always throw away a few days and use the computed sd. A third one is to...
Hit the same when using a frozen dataclass in a set or in a dictionary.
A more [complex fix](https://github.com/yaml/pyyaml/pull/653/commits/f224f9e2675ccd7b4f78f5c13b8aff211dad3dbd) is needed to cover more scenarios. I will create a PR soon.
https://github.com/yaml/pyyaml/pull/654
It was intentional. I spent some time looking into the reasoning when I coded it. If the only argument is "common practices", I'd rather leave it that way.
For the [cync](https://github.com/ivannp/cync/blob/master/proto/FileHeader.proto) utility, a simple protobuf header is added to every file. The format is: 4 bytes header size header (protobuf) encrypted/compressed content _cync_ also has an operational mode...
Is the thinking to reserve a specific property of the metadata for _rclone_? Even by reserving just a single property, _rclone_ should be able to store a few properties/details by...