Eelke van den Bos

Results 13 issues of Eelke van den Bos

Through this PR, adding extra data will check every key given for the existence of a column on the notification model before filling the `data` column. - [x] notify handler...

The useAxios hook uses a LRU cache by default. When writing tests, the cache is not invalidated between tests (at least not with testing-library). This makes previous responses "bleed" into...

My application serves (large) binary files. It serves those files with the following headers: ``` Content-Length: 163840 Content-Type: application/octet-stream Transfer-Encoding: chunked ``` When the request is handled over HTTP 2.x,...

Hi @chiangf, first of all: this project is a great addition to the Flask ecosystem! I would love to see its development and maintenance continued for the years to come....

The behavior of ko.mapping.toJSON is different from ko.toJSON. I need the mapping version of toJSON to omit all the extra properties that the mapping plugin introduces in my mapped object,...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe. I am running...

feature request

The help output lists all function (keyword) arguments in the synopsis, arguments and flags. In my specific use case, I would like to exclude some of those arguments, because they...

enhancement