Vitalii Grygoruk
Vitalii Grygoruk
Would be a huge improvement! Looking forward to see this volkswagen 2.0
Added support for Github App IDs in `pull_request_bypassers` and `dismissal_restrictions` branch protection rules Fixes #1156
Fixes #427
**Is your feature request related to a problem? Please describe.** We use `git` write-back method, but our repository has branch protection rules, which require all commits to `main` branch to...
Example: ``` http://localhost:8000/unsafe/200x200/filters:format(jpg):round_corner(50)/https://www.janome.com/inspire/Embroidery/penguin-bmp-design-from-digitizer-10000/penguin-bmp-design-from-digitizer-10000/dig10k_penguin.bmp ``` Error: ``` {"message":"vips_colourspace: no known route from 'multiband' to 'srgb'","status":406} ```
Add an assertion for checking that element class equals/matches a value: ```js expect('.element').to.have.class(String|Regex) ``` Currently, can be achieved via `attribute` assertion (implemented in #53)
These lines are always executed for `defaultWaitTime` ```js expect('#foo').to.not.have.text('bar') expect('#foo').to.not.have.value('bar') ``` Because of these lines: https://github.com/marcodejongh/chai-webdriverio/blob/master/src/assertions/value.js#L29 https://github.com/marcodejongh/chai-webdriverio/blob/master/src/assertions/text.js#L30
### Describe the feature request Unleash NodeJS sdk has the following functionality that supports running in "offline" mode: - https://docs.getunleash.io/reference/sdks/node#bootstrap - https://docs.getunleash.io/reference/sdks/node#custom-repository - setting `refreshInterval = 0` disables refreshing the...