Mark Collin
Mark Collin
In regards to the `automcomplete=off` suggestion, this isn't a session issue, it's a browser storage issue. If you don't set autocompletion to off the browser will store this data (i.e....
It all depends on what you want to do with the sort code/account number combination. If you have access to EISCD you can see if a Sort code is valid...
6 digit account numbers are normally prefixed with 0's to bring them up to 8 digits. From personal experience an old LLoyds account I had used to have, had 7...
I'm seeing this issue as well now. It's particularly frustrating since the default primary branch is now `main` and the error message is not very helpful: https://github.com/jmeter-maven-plugin/jmeter-maven-plugin/issues/414 I'm guessing rultor...
Close, it's Mark :) DOH! I've been looking at this the wrong way. I didn't push stuff up into the AbstractDockerMojo because I didn't want to cause a conflict between...
All done now, let me know if there's anything else outstanding.
Do you have an example of how you would expect the data to be structured?
Can you upload a minimal POM file showing your problem so I can have a look at it?
Or maybe YAML, or TOML...
I've already got a JSON fork which is what I was planning for 2.0.0. I'm expecting the new structure to look like this: ``` { "linux": [ { "name": "phantomjs",...