Filippo Conti

Results 49 comments of Filippo Conti

hi, thanks for the report actually i'm not able to test it on IOS since I don't own any IOS based device, can you post any warning/error on (console) logs...

not yet, unfortunately i'm in a ruff time and i don't have many time to dedicate to projects i will take a look as soon as possible, since there is...

hi, actually i'm not able to replicate the issue, but I'm quite sure it's related to an [archived package](https://github.com/tambien/StartAudioContext) we use since the last version. I need to investigate about...

not really, unfortunately I don't have enough time right now to take a look to this. i'm still evaluating which is the best substitution for tone.js, which is causing the...

I just tried with the version __6.x__ and my SIGINT handler never gets called unless I remove this line: `process.kill(process.pid, 'SIGINT')` from __onForceClose__ function.. that is strange, is not supposed...

with multer is working good but only for multiple files `multer.fields([{name: 'file'}])` since multer add the **req.files** property but I can't make it working with single file: `multer.single('file')` will create...

@rahulthakur319 nice trick but I think this issue should be addressed from swagger-node project rather than by users, since multer is the de-facto standard for handling multipart-form-data it's a pretty...

@skunkwerk I've the same problem as you, I really don't get why... also I recived this answer from a auth0 guy which pointed me to a different example: https://auth0.com/docs/api-auth/grant/authorization-code-pkce but...