Koen Verheyen

Results 20 issues of Koen Verheyen

### Subject api ### Description The [each API command](https://docs.cypress.io/api/commands/each) docs appears to contain an inconsistency, but I'm not sure. On the one hand, this instruction is given twice (top description...

content: rewrite

### Subject Guides ### Description The [Actionabiliy page](https://docs.cypress.io/guides/core-concepts/interacting-with-elements#Scrolling) (and a few other pages) mentions the "nearest" option for scrollBehavior but I can't find a definition for that. Does that mean...

content: rewrite

The current assertion message for the data chainer is something to the effect of > expected **{ ... }**[ not] to have property **propertyName**[ of **value**]" It would be a...

**Describe the bug** The REST API docs for the [List of process definitions API](https://www.flowable.com/open-source/docs/bpmn/ch14-REST/#list-of-process-definitions) state the following for the "latest" parameter: > Only return the latest process definition versions. Can...

Typing "de" in a Department field only gives 2 results: ![image](https://user-images.githubusercontent.com/599538/74435948-e2165800-4e65-11ea-8e5a-3c47ff3fb0c1.png) There should be more. In this case only top-level departments seem to be returned. If you type "math" you...

Some libraries (eg. Foundation from version 5.5.3) put their SCSS file in bower.json main files instead of the CSS dist file. Main-bower-files seems to pick them up, but gulp doesn't...

enhancement
help wanted

Would be great to offer a solution for client-side script error logging, as described here: http://stackoverflow.com/a/13370468. (Disclaimer: Don't be fooled, this **_is_** a feature request. If I should have posted...

Scenario: * Installed heroku-vim like this: `heroku plugins:install heroku-vim` (doesn't work with repo-url, see issue #3) * Executed `heroku vim` (entered heroku bash) * Executed `vim` * Got the following...

When the remove-me timeout fires, it will remove the node with the `remove-me` attribute from the DOM, like this: https://github.com/bigskysoftware/htmx/blob/adfd2c8bc8c710ee6935af7644de04e3081d099e/src/ext/remove-me.js#L6 However, in some cases, this node may already have been...