Reynold Xin

Results 39 comments of Reynold Xin

@matt-drazba I probably won't have time to address this issue soon but two tips to work around this issue: (1) https://github-wiki-see.page/m/homebridge/homebridge/wiki/Child-Bridges is a way to isolate failures of different plugins....

Out of curiosity, why do you use avro formats rather than a more modern one like Parquet? Just asking so I can better understand the use cases.

I'm not super familiar with avro - can avro schema be defined as a string? If yes, maybe we can just take a string option. @sixers would you like to...

So this has been debated in the past and a lot of people with experience in Java / C++ are used to writing underscores. I personally don't have an issue...

The issue is that what is the convention for naming a private variable that has a public method with the same name? Prefix underscore is a very natural way to...

How about if it requires more than two lines, one arg per line. If it fits in two lines, just fit them in two lines? That's what I personally do.

I think we should provide this too. Will look into it.

@pcleary00 if you do create one, please submit a pull request here too. Thanks!

I tend to agree - the only exception might be when the scope is super local and known for sure there is an element (e.g. with an if check beforehand...