Dimitar Dechev

Results 4 issues of Dimitar Dechev

How can I group my results by month? I want to get sum of orders in all months of the year. I tried using **_.groupBy("MONTH(`createdAt`)")_** but it returns "undefined"

I'm trying to validate the input data but when I do console.log(err) I'm receiving 'null' Code: ``` var cluster = db.define('cluster', { name : String, }, { validations: { name:...

Hello, I'm getting this error with ECMA Version 2022. I also messaged you on Telegram would be nice if you could check it and work something out ^^ ``` Caught...

Hey guys, Im trying to add Solana Pay in my VueJS project. I tried a lot of things, but whenever I install @solana/pay its giving this error: ``` * @solana/web3.js...