Vitalie Spinu

Results 368 comments of Vitalie Spinu

I actually noticed a huge memory consumption which is not released on gc. I see it both with old and new bare-bones base R implementation of parsing. Hard to say...

@dleutnant I had to take a long "leave" from this project as I wasn't using influx any longer. Now I came back but I realized that the PR might not...

@FixTestRepeat Yes. Things are almost done on my side but I have been quite busy lately. I have my local copy which I have been using successfully for the past...

Python has two functions `MessageToDict` and `MessageToJson` with the same i[nterface](https://googleapis.dev/python/protobuf/latest/google/protobuf/json_format.html): ``` MessageToDict(ev, including_default_value_fields = True, preserving_proto_field_name = True, use_integers_for_enums = False) ``` With #79 toJSON has almost the same...

If I understand correctly the proposed approach it is anchored on the common but simple `env/stack` file organization. With more complex hierarchies it would still imply creating multiple flat files...

The link to the report does not work for me. An alternative https://hypatia.math.ethz.ch/pipermail/r-devel/2022-October/082080.html The patch looks good to me but I would rather see this fixed in R-devel instead. Adding...

@DavisVaughan I am still not sure about this PR. Judging from the threads there is a considerable effort from Martin to address the issues. And it looks like they have...

I am a bit confused. I thought this is only R devel issues, but I see the same in R4.1 as well. So we do need to recycle on our...

@DavisVaughan I have merged this except the last commit (given that it is already fixed in devel). Thanks!