Augustinas K
Augustinas K
Tested locally by running `cargo run -- install firefox` and `cargo run -- ff google.com`. Installing the driver would fail on 1.11.0-1620331022000 because the m1 platform wasn't supported back then....
Normally this isn't an issue, however, if you want to use LtSEB via LtSwedbank (spec allows it by changing the request URL), Swedbank will throw an error such as this:...
Seems like we're skipping serialization on None values, which is kind of unexpected and causes wrong ser/de when None values are required (i.e. to handle in backend). See bellow example:...
I'd like to use hq in one of my personal rust projects, but I don't want to use the binary. Could we refactor hq into a library and make the...