Victor
Victor
Any updates with it?
Any news about v6? ```javascript > geoip.lookup('141.226.15.196').then(r => console.log(r)) > { country: 'IL', timezone: 'Asia/Jerusalem', city: 'Tel Aviv', } > geoip.lookup('2a02:ed0:52be:e900:442d:a98c:84a5:6d31').then(r => console.log(r)) -- the same ip in v6 >...
Hey, guys Any thoughts will this PR be merged soon? Can I offer some help?
I'm afraid it's not maintained anymore
Thanks for the quick reply 1. If the lib itself could perform such checks (I mean to fall with detailed error/warning) - not only TS users will be thankful. I...
Even simpler example: ```javascript stmt.input('user_id', Int); // only user_id prepared statement await stmt.prepare(`DELETE FROM users WHERE id = @user_id`); await stmt.execute({ name, email, user_id: this.getId() }); // there is no...
😁 I'm the last person who wants to hand-hold developers - but I do want to do DX (dev experience) a bit better This feature could come _before_ running unit...
Do you have any news about migrating this amazing package to more lightwight? * I have very humble needs just to send a message to a channel - maybe there...
If it's still relevant, it caused by jQuery version incompatibility Upgrade the fullcalendar version or downgrade the jQuery or here the potential solution: [SO](https://stackoverflow.com/a/65477009/2862051) but it's not recommended
You didn't attach the specific error you got, but as far as I can see: 1. the row `const { image = '' } = req.body;` and returning 400 might...