Eugene Kirpichov

Results 12 comments of Eugene Kirpichov

Wow, thanks - I never heard of this ActivityId property. It will probably turn out very useful for me some day :)

Yep, I'm actually using a thingie of my own for that; in case you're interested: https://github.com/jkff/greg , http://code.google.com/p/greg/ (with an NLog appender of course - however the .NET version belongs...

I thought about something similar - e.g. provide a callback instead of providing a value. Cycling through values of an array could be a special case of that. However, it...

Yeah - but what I'm saying is, I think it's better to leave it as-is, rather than allow mocking it with arbitrary code, because that would encourage people to write...

Thank you for the explanation! This makes sense, especially the getPressureReading example. I agree that this example cannot be adequately handled with the current test_setAnalogPin. I'm still hesitant to pass...

I think having a custom callback be _the only_ API should address your concern. Especially if the function has documentation that clearly explains the issue. Note: anybody should feel free...

Yeah I'm getting more and more convinced that a callback is the right thing here. As well as providing "write callbacks" for analogWrite and digitalWrite, because as I now understand,...

No, I implemented my own code from scratch. Turned out easier than finding a working library.

@jhuleatt Sorry, I don't have time to make a quality PR out of this, and besides, I realized I couldn't use the sample as-is anyway, because my code has a...

What version are you using? My splot behaves in the expected way.