Loris Guignard
Loris Guignard
Great news, will test this ASAP, could you explain what the bug/fix was about? Only change I found was the removal of an event listener : https://github.com/assaf/node-passbook/commit/6fcf949979289b7cdd58c8a4692ce69bf6be2aab#diff-9719ab3f52c425bd2475836dc44bc0c8L396
@f5hajnal Hi! will look into it, can you keep the import the way it is currently working: `import aqp from 'api-query-params';` Otherwise it will be a breaking change (requires major...
Hi @duongapollo, I cannot apply your suggestion: `module.exports = aqp; --change to --> module.exports = {aqp};` because it will break how others users successfully import the lib right now (`import...
I also just created a brand new NestJS application, and have no issue. Can you show me how you import the library?
Sorry, I just reopened it. To be honest I don't understand the issue, not sure if related to TypeScript (which I am not using enough to have any clues) or...
Hi @f5hajnal Thanks for the follow up, may I ask how you validated that it did not break? Both test cases and importing the library in my apps is broken...
Hi! So to understand, you have a query param value, which contains both `,` and `)` reserved characters, like `abc,)`, that you'd like to be extracted as a single string?...
Hi @ngdnghia28 I'm not so sure how to handle your request safely. As the `filter` query param is not traversed (because it's structure is totally unknown to the library) but...
Hi @Pablo-Galbusera sorry for the late reply, Indeed, this is not working out of the box in the library, because the feature you are looking for is a Mongoose feature...