Results 6 comments of David McNeil

It should now be possible to remove all binds with the `hab svc update --bind` command although the problem still exists for `hab svc load`.

[This](https://github.com/davidMcneil/unified-dynamic-rust-app-config) is proof-of-concept work for integrating clap with a config file.

@thedataking I rebased, but it is still failing. It looks like there is a problem reading this [token](https://github.com/immunant/c2rust/blob/ca54f19f1dd930eb22a7055ae402b4b46fdfbafe/.github/workflows/internal-testsuite.yml#L32)?

Relates to #5325. I think it would be useful to have a command to manually trigger a service election (#7787). I also think it would be useful to evaluate under...

> we should definitely use a bash hook for linux and not a single powershell hook Agreed, although it would be interesting to compare bash and powershell and powershell on...

Thanks for the response @gnzlbg! I am not using `jemalloc-sys` directly. The bad call to `sdallocx` is occurring in `jemallocator`'s implementation of [`dealloc`](https://github.com/gnzlbg/jemallocator/blob/a5e809037866100ff89b66893110c923d4ec6a6a/src/lib.rs#L127). I will see if I can get...