Koen Verheyen

Results 20 issues of Koen Verheyen

You know the drill, some coding shortcuts to quickly generate HTML tags: ``` ul#nav>li.item*4 ``` Becomes (after pressing TAB key): ``` [cursor automatically placed here] ```

postpone

I just upgraded Knockout.Validation to the latest release (as I need validation on the new `textInput` binding) and on this existing binding: .... Submit // or isValid() ... the following...

I just lost 15 minutes wondering why git-blame kept on giving me the message that my custom url template was not configured while it was filled out. The reason is...

## Description Make the snoozed URL editable. ## Context I want to open my timesheet app every evening with a recurring snooze. There is a URL that automatically redirects me...

**Describe the bug** In the flowable-admin app: * Go to "Process Engine" > "Instances" * Select an active instance (in the runtime) * Go to the "Variables" tab in the...

**Describe the bug** I wrote a custom Java TaskListener that updates the assignee of a user task in certain cases (using `delegateTask.setAssignee(...)`). After execution of the listener (at the point...

The beforeSwap and afterSwap events when logged to the console don't contain the actual (inherited) `hx-swap` setting. I was debugging an expected swap that didn't occur. I added logging to...

### What would you like? Currently you can [set a delay and throttleKbps for the response](https://docs.cypress.io/api/commands/intercept#Convenience-functions-1), but the request still has been sent to the backend asap and cancelling this...

type: feature
stage: proposal 💡