Results 59 issues of Gerkin

**Is your feature request related to a problem? Please describe.** I have a project with SSR & heavy custom tooling. My tooling takes the form of a custom CLI wrapper....

### versions - SlimerJS: 0.9.6 - Firefox: 35.0 - Operating system: OSX 10.11.6 El Capitan ### Steps to reproduce the issue I try to create a scrapper for some pages...

please provide more info

**Feature Request** Description: I'm working on errors with a lot of custom fields on which I want to assert. I could use a plain `try{}catch(e){}` to assert against `e` but...

**Feature Request** Description: Set a matcher that execute a function with passed values that execute other assertions. This matcher would behave almost entierly like `toSatisfy`, except it would not expect...

Hi, I'm trying to capture the `onBlur` event from this component. I could do this with `touched` using reactive forms, but I don't want to use it in my case....

Actual fix for #614 Note that you have both yarn.lock & package-lock.json. One should be removed. Chalk v5 broke postinstall script.

Since v0.62, hugo added [`.Page.RenderString` function](https://gohugo.io/functions/renderstring/). This function has a huge advantage over `markdownify`: it triggers markdown hooks, that can be used to customize how some elements are rendered (such...

This refactor tries to mutualize avatar display & improve performance by resizing the avatar. The new partial, `partials/whoami/img-url`, has 3 parameters: * `size`: the (required) width of the output image...

The function `.Page.RenderString` allows to use custom markdown hooks such as `render-link` & other. Apart from that, both functions are almost identical https://github.com/gohugoio/hugo/issues/6650

This fix introduce a Set that is used to store children's expanded state. If the `json` property is changed with an object containing the same keys, the children's expanded state...