Alex Launi

Results 24 comments of Alex Launi

Love the idea. `--feature` feels like your enabling some mob-specific feature-flag - which I guess you kind of are, but the term is overloaded by git feature branches (which I...

This is dead-on how I saw it working in my head. Seems very natural. A push is missing in the 2nd example though, right? ```bash main $ mob start --create...

> Not sure what you mean. Can you elaborate? `--create` has to push a remote branch, right? In your `--create feature1` example there is no `git push` in the `#...

Ah yes I misunderstood. I was reading these as 2 distinct sessions, not 2 individuals mobbing together. I think Maria running `--create feature1` is confusing after Carola having run it....

Maybe some user stories/defined AC would help? Here is my first shot. Please iterate. **User Story**: As a mob user I want mob to create my remote branch So that...

This has been fixed upstream. Linked PR bumps fantoccini version to include `charset=utf-8` on `Content-Type` when starting a webdriver session.

Why not submit your patch via PR?

I'm confused what the problem is. The tests already hang for me on `main` without updating to a recent Tokio. So is upgrading Tokio an actual regression? I'd be curious...