Pierluigi Petrelli
Pierluigi Petrelli
I have a route like this: api.put('/my/path', mdw0, body({fields:'body'}),mdw1, mdw2, controller); The first middleware mdw0 reads some headers before the body is parsed and might decide to send an error...
**Describe the bug** I get a compilation error if I use the option fetchPolicy. **To Reproduce** if I have a query that looks like this ``` const query = {...
It would nice for the user seeing a spinner instead of the black background while the image loads. is it already implemented? is there any plan for it?
This is a proposal for the issue #40 On a further update, in order to implement the preloading of the "next" picture, we can use the ion-slide events ionSlidePrevEnd, ionSlideNextEnd...
Before the picture is showed, the whole album array of images is downloaded. This behaviour causes a visual delay and it's a big waste of data too. The right approach...
Hello, thank you for this great job you shared. Now that mongodb 3.4 officially supports graphs, it would be really nice to update socialite using these new specific methods. Thanks
I think the problem is here: ` nextState = this.config.devices.map(device => { ` As this loops on this.config.devices, it basically excludes all those devices that are not in that array....
I've just noticed that a solution was already proposed more than one year ago. Anyway, as I worked on it too, I am going to share my implementation. Not sure...
Hey guys, what about updating validator.js? New versions have fixes and new features like isAlpha('it-IT', { ignore: ' ' } ); to exclude spaces from the check. I tried locally...