Sujit Joshi
Sujit Joshi
> Are you making sure the _uninstall value doesn't fall out of scope? If it does, the collector will be shut down. I spent a day trying to figure out...
Having recently added a feature, here's what I think how things work today. Only `ModifyKind::Any` is emitted. `DataChange` does exists in code base but is never emitted. Also fyi, `DataChange`,...
@passcod It looks like the new `Event` forms a tree like structure and depending on what leaf you get to..the associated data would be different. Pardon me if this is...
Got it. Just to be clear...a precise event is an event that goes all the way down to a leaf but an imprecise event doesnt. Rename is an interesting case....
@fmachado Im not sure if I need to run format sh. But when I do, I get a lot of diffs in most Java files. Anything I need to do...
@fmachado Any feedback on this one?
@majst01 I have been waiting for @fmachado for feedback but havent received it. Can you provide one?
@majst01 Im trying to truncate (to seconds) the Instant I received from Influx. If `setTime` isnt called, I cant do this. I can iterate over the result of `toPOJO` but...
@fmachado I agree it is a bad practice. And so is not following field visibility policies. No? Keeping aside my reasons to do this, we should follow getter/setter and leave...
Im stuck in this exact step. My suggestions: * From an internet accessible machine run `pip download cryptography -d `. It downloads a bunch of `.whl` files called wheels. I...