Akash Manohar
Akash Manohar
@chrisjpalmer Thanks for this very useful PR + the notes on the tests and the scenarios not handled. Ordered install can be the default behaviour. But I have not given...
Changed this to a draft PR since this is work in progress.
@feld The context for #216 and this issue are different. Issue-216 was auto-installing plugins. This one is for auto-installing the latest version if missing.
Could you please post the exact steps to reproduce the problem? This may be a bug, but I would like to know how to reproduce it in order to fix...
@sathyamvellal Thank you for the details. I'll look into this first thing in the morning. I changed the user removal stuff in the last minute. (from removing users directly to...
@debonair thank you ~! There's a branch that was updated for 0.15.x - https://github.com/HashNuke/mogo-chat/tree/0.15.x-update. That might help. I'm guessing it also requires updating Phoenix. Feel free to update anything if...
@edmz this one https://github.com/HashNuke/mogo-chat/tree/0.15.x-update. @debonair can you work along with @edmz so that the work is lesser?
@joshcrews the official webdriver API doesn't provide anything direct to deal with select boxes. We'll figure something out soon. Until then @darksheik's solution is the way to go. Will keep...
@tuvistavie Since it is a common input element, we could add support for bare-html select boxes. Something like this maybe? ``` # select by value Element.select(strategy, selector, value: value) #...
**Notes for contributors:** In the comments above, I was recommending documenting that we do not support podman in the interest of time/priority. But the ideal solution for this issue would...