Rolf Timmermans

Results 5 issues of Rolf Timmermans

The current goal of Flipflop is pretty simple: have a series of on/off switches that can be easily configured, and stored in whatever way you want. Are there any opinions...

I'm using something similar to the following code. This is one of the examples from https://ant.design/components/select/ ``` option.props.children.toLowerCase().indexOf(input.toLowerCase()) >= 0} > Jack Lucy Tom ``` When typing "jack" and then...

- [x] Merge ZeroMQ-NG into ZeroMQ.js - [x] Create [email protected] branch for bugfixes - [x] [PR to zeromq.js@master that brings in zeromq-ng](https://github.com/zeromq/zeromq.js/pull/343) - [x] Check that PR doesn't include any...

enhancement
6.x

This concerns the interaction between `rememberable`, `timeoutable` and `trackable`. Currently, when a session expires after a timeout, but a remember token is active, the tracked fields (sign in count, ip,...