Dmitriy Kovel
Dmitriy Kovel
add command sync to phpcsMapper
Hey, we use Typescript + Mongoose in our project and tried use migrate-mongoose for adding migrations. But migrate-mongoose filtering files by reg-pattern, `/\d{13,}\-.+.js$/.test(file))` can we change a little `/\d{13,}\-.+.(j|t)s$/.test(file))`. Or...
Hi man. Nice tool. I tried run this script by current manual and faced with next errors, so i thought it was good to fix them. ./mysql-export.sh: 63: [: ==:...
Wrong response format: ```javascript return { statusCode: 200, body: JSON.stringify({ batchItemFailures }), }; ``` with proxy response format not working. It knowledge cost me a day. (( ```javascript return {...
Currently, when an entity's schema includes fields with default values, these defaults are not applied if the fields are absent in the stored item. This can lead to unexpected behavior,...