MtK
MtK
I can confirm both this issue and that the fix indeed solves the issue. Could this please be merged?
> I just received a reply from SolarEdge that they fixed something, and indeed! My ModbusTCP is back!! I've asked for an update regarding the how and what and if...
yes, with the exception that `add`/`remove` is practically the same as `promote`/`demote`, especially with hierarchical roles (the later being more explanatory to what they actually do, but less flexible). if...
Before using `Dependabot` with our `Gitlab` we tried [Renovate](https://github.com/renovatebot/renovate). When their script creates an MR it offers you the option (a todo checkbox in the MR description) to rebase. It...
For reference: https://github.com/FriendsOfBehat/SymfonyExtension/issues/30
Same issue with `Behat/Symfony2Extension`
Managed to narrow it down to [prepareDefaultMinkSession](https://github.com/Behat/MinkExtension/blob/master/src/Behat/MinkExtension/Listener/SessionsListener.php#L83) (namely `setDefaultSessionName`) not being called and therefor `default session` not being set, so when calling `getSession($name=null)` it won't find any default session.
@stof ``` ``` ``` Behat\MinkExtension: base_url: "http://localhost:8080/" default_session: symfony sessions: symfony: symfony: ~ ``` as mentioned above, this happens with every session driver...
sure, but the problem is that neither `prepareDefaultMinkSession` nor `setDefaultSessionName` are being called at all (regardless of the "right timing")
@stof @loic425 took a while but here it is: https://github.com/kochen/behat-mink-session