Ryan Scheidter
Ryan Scheidter
Thanks for the quick response, Michael. I suppose that I assumed 'it' would be the `/etc/init.d/cassandra` file which would be changed to include the credentials when it invokes nodetool. Are...
@cmlicata We're on RHEL 6. I went ahead and reproduced the issue using this cookbook's test kitchen (just to make sure I'm not crazy). 1. Change .kitchen.yml according to [this...
I've retested and confirmed that this issue still exists as of Iced `0.12`. See also my reproduction, rebased onto `0.12`: https://github.com/iced-rs/iced/compare/0.12...rs017991:iced:image_scrolling_reprod-0.12
If I'm reading that `Local` doc correctly, one would need to 1. Make `ThinkerIterations` derive `Resource` (which a consuming crate cannot do); and: 2. Manually register BigBrain's `thinker_system` inside a...