Marcos Bérgamo

Results 41 comments of Marcos Bérgamo

@brandonweiss I also had some problems with live reloading specially for jsx files. I also got me thinking about use [parcel](https://parceljs.org/) to bundle everything. It also have same principle of...

@kamilmysliwiec any chance of this getting merged? Is it just a case to fix merge conflicts?

For those who are stuck in this issues with mulher I found a way to workaround it fastify-multer and it worked quite fine.

@nelsonic I agree with your point, the idea is not creating a lot of repositories about any new or old languages. Is just give ideas about some projects to how...

I'm not sure, if I got the entire idea behind founders & coders. But you guys, need to become this initiatives in South America too! Just btw, the idea is...

Is there anyone working in such feature? I might be interested and I could also help with the implementation following maybe @manuschillerdev approach. I believe the future (ironically) of JS/TS...

This seems reasonable for me, but I would maybe make it part of some npx script that could simply run on nightly builds for example. ```sh MAXMIND_LICENSE_KEY=YOU_KEY npx fast-geoip updateDatabase...

But the clientId is verified by the regex not? On this case you need override the default regex validation. If you change this, you can validate any chars.

The problem maybe not is in Model? On save the object on database?