adawalli

Results 57 comments of adawalli

> https://docs.vorondesign.com/community/howto/clee/sensorless_xy_homing.html might be worth checking out That's actually what I've been using, however I think this mod should at least document this behavior or modify the a motor

As far as I can tell, `vault agent` autoauth doesn't support **vault** namespaces. Consul-agent doesn't support `approle` method. It doesn't really seem like there is a clear path forward besides...

**retracting statement** This is working as expected

I don't have tests per say. ```python @celery.task def b(): logger.info("test") @celery.task def a(): logger.info("test") @celery.task def c(): a.delay() b.delay() ``` With distributed tracing turned on, I am easily able...

@stefanprodan - your proposed API change is exactly what we need as well. In our deployments, we wish to deploy a base set of resources to our teams, but allow...

Added a unit test - I tested it using your `start.sh` and `run.sh` scripts, so it does work with latest vault

@TerryHowe - let me know if you needed anything else on this PR. Thanks!

Also, I don't think I can kick off the workflow since I am a first time contributor. Thanks @TerryHowe

Hi @TerryHowe - hope all is well - anything I can do to help get this on main?