Giampiero Baggiani

Results 23 comments of Giampiero Baggiani

I start apologizing about this comment. It's gonna be really annoying, but I have to say it ;P It's about "quintana," and ", o setta": I know the double comma...

If that is a mere compensation and not a calculation of the RH based on temperature (which implies a decrease in RH when T increases), then, maybe, the offset should...

> If it's the temperature of the _air_ that affects the reading, and not the temperature of the sensor itself This is what I'm not sure about and cannot find...

Hi, I'm gonna post this conversation here too: https://github.com/earlephilhower/arduino-pico/issues/99 @kilograham it would be nice to have your feedback :) Thanks!

@SteveyO The support for multiple bridges is mainly missing when using a`PHSDKListener`. To give you a simple example, if the method `onError(int code, final String message)` is called on my...

In onError I would want to handle every possible case in which this method is called, the last example you gave is one of those... But onError is probably the...

Having the link between bridge and access point solved the problem for the other callbacks... I didn't find that long chain of methods to call before :) I'm actually using...

Hi, I have a question: why are events like `BlockEvent` abstract classes? It might be useful to use them if, for instance, I need to react to each possible event...

If I try using an @EventHandler with `BlockEvent` as parameter class, I get this exception: > org.bukkit.plugin.IllegalPluginAccessException: Unable to find handler list for event org.bukkit.event.block.BlockEvent Now that I tried it...

Is it something that is going to be added?