-
Is there any plan/ETA to support function calls with args/return values ?
-
Using Maestro test file with the following test setup.yml:
```
appId: ${APP_ID}
---
- launchApp:
arguments:
isE2E: 'true'
```
On iOS the `isE2E` comes through as expected but on An…
-
Factories for both `ServiceBusClient` and `ServiceBusAdministrationClient` exist in `Host.AzureServiceBus` transport already, but do not pass `IServiceProvider` to the factory.
I have barely scrath…
-
When using this driver from behat, there is no way of setting the browser commandline args (ie. --headless or --start-maximized for chrome).
mink-selenium2-driver allows to specify chromeOptions un…
-
### Description
The args to extract aren't very intuitive: (high (inclusive), low (inclusive), base). This seems like we copied it straight from z3, which did the same thing: https://z3prover.github.…
-
到底这个参数怎么填啊 一直在报错 哭了
-
## Description
Coraza does not correctly parse regex arguments in `SecRule`. Let's consider a rule:
```apache
SecRule ARGS|!ARGS:/um_options\[/|!ARGS:um_options[checkmail_email] "@rx \x22|
-
### Please complete the following tasks
- [X] I have searched the [discussions](https://github.com/clap-rs/clap/discussions)
- [X] I have searched the [open](https://github.com/clap-rs/clap/issues) a…
-
Hello, thanks for the great tool.
I came across unexpected behavior of `generateJitteredKeyBetween`. I'd appreciate if there's any idea or help for it.
This works and returns `b0U`.
```
genera…
-
Make it possible to use a Data model in order to setup an action arguments.
Advantage:
- args can be define as Model field;
- args input can be validate using a model Validator;