djungelorm

Results 149 comments of djungelorm

I came across a similar issue trying to use the DS18B20 example connected to a Raspberry Pi Zero. Looking at the bus traffic using a scope I can see that...

Thanks for the request, I'll see what I can do. Might be tricky though as the extension doesn't currently get which tab is active from the URL (which it would...

We use semantic-ui to do the rendering, and it has support for this so should be an easy addition.

Thanks for the request and sorry I've been slow to respond. I'll see about getting this added soon, although that workaround looks like it should work fine without issue.

This is a more complex change than I first thought, as the protocol does not allow passing around object references without their type. The protocol and all clients will need...

Workaround: https://github.com/krpc/krpc/issues/352#issuecomment-289249279

Have added support for RealChutes to the Parachute class, and added Arm and Armed properties. Still remains to add access to properties such as deploy altitude.

@artwhaley made a MJ service which you can find here: http://forum.kerbalspaceprogram.com/index.php?/topic/62902-112-krpc-remote-procedure-call-server-v034-25th-may-2016/&page=14#comment-2421277 https://github.com/artwhaley/krpcmj I'm not sure how complete it is. We were planning to merge it into the main kRPC release,...

I had a quick look through the code for KER and the API is public - so should be quite easy to expose stuff through a new service for kRPC....

Can you please provide some example code that demonstrates the issue?