Thibaud Courtoison

Results 24 comments of Thibaud Courtoison

Hi @8BitJonny ! Thanks for your interest in google-docs-mustaches 🙏 It's been a while since I worked on it, and I've been meaning to rewrite part of code too! >...

Hi again 🙂 That's a good issue/question that I hadn't considered! What I see about the usage of google-docs-mustaches, is that it allows non-developers to write google-docs template. Because of...

I just pushed the first version of the refactoring here: #48. Don't hesitate to have a look and play with it. Having feedbacks would really help 🙂 I haven't included...

Google documentation to fix this: ["Writing Backwards"](https://www.youtube.com/watch?v=gjXtWQnBKno)

Hi 👋 To be honest, I did not know Nest.js until this issue. After taking a look at the documentation (and more specifically the [page about prisma](https://docs.nestjs.com/recipes/prisma#use-prisma-client-in-your-nestjs-services)), it would indeed...

That's a good idea! Feel free to make a PR to add this feature in pmt

The issue with resolving URL with a function is that other commands of pmt (e.g: migrate, studio,...) would not work. However, if you only want the pmt client, you could...

Hi, thank you for the compliment 🙂 The initial purpose of this project is to be a wrapper of Prisma to handle the multi-tenant design pattern. I like the fact...

Hey @fabiofdsantos, good news! 🥳 Prisma now has a [Middleware](https://github.com/prisma/prisma-client-js/issues/770) feature, that would allow for the `sharded multi-tenancy` model to be feasible! However, I'll first need to implement the "one...

I think this can be explained with the following sentence from the [Mozilla Javascript Reference](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean) ```Do not confuse the primitive Boolean values true and false with the true and false...