Cristian Sandu

Results 14 issues of Cristian Sandu

Pointer_stringify is gone from Emscripten so it should maybe be replaced with UTF8ToString in make.py?

This issue is at this line: https://github.com/hybridgroup/gobot/blob/master/drivers/i2c/adafruit_driver.go#L152 If a Servo HAT is not installed, the driver Start method will return without trying to connect to the DC Motors HAT. This...

Hello, I am new to the Beaglebone Blue and I don't understands its power circuit. I am trying to figure out how to connect and power using a LiPo batter...

Is there a way to programmatically reset the motor shield? It seems that most of the times it requires a manual reset at boot.

Hello, Due to the complexity of our project I need to combine IK with animation and other movements. However, I have not been able to figure out how to update...

Hello, It would be nice if the examples would be included in the npm build, for example, AxisUtils is of interest to me. I had to copy-paste it into my...

I made a category for BTCKey that automatically detect the network the wallet is for; use if you find it useful: ```objc #import #import "BTCAddressBcyTestnet.h" @interface BTCKey (BcyTestnet) @property(nonatomic, readonly)...

Hello, Our project needs to use InstancedMesh, introduced here: https://github.com/mrdoob/three.js/pull/17505 (I think in r109) Would it be possible to update pythree to at least three.js 109? We want to implement...

Hello, I noticed that if I do a MockedModel.findOne({ where: { id: undefined } }).then(...) I will still get a result instead of an undefined. This prevents me from testing...

feature: Querying

Would it be possible to merge what the SonixQMX guys have done for the GMMK TKL rev2/3 on their fork to core QMK? ## Feature Request Type - [x] Core...

enhancement
help wanted