jean-baptiste demonte

Results 17 comments of jean-baptiste demonte

What is the status on this problem, it seems we are facing the same issue, And there, it is marked as deprecated, md-min-date is not supposed to be updated?

In our case, we are changing both the date & the min-date, and it seems to be the previous min-date which is used to validate the new date, our code...

totally agreed, Too sad to have to map: ```typescript const invoices = await this.prisma.invoice.findMany({ where: { AND: where }, include: { client: true, _count: { select: { notes: true }...

> I have this issue. I disabled the last command in the `scripts/gvm-default` file: > > ```shell > . "$GVM_ROOT/scripts/env/cd" && cd . > ``` > > When I inspected...

Got exactly the same bug, work from a physical file, does't from a stream @radboudp thanks for the workaround.

Hi Gustavo, I guess I'm having the same time issues that you have. That's why, I did not spent time on my public project for a while :( I'll be...

Hi, Right now, I have no bandwidth to update this package (due to my job), but I plan to complete it. Unfortunately, I'm not able to give any deadline :/...

If you don't want mongoose to add an id to the sub schema, you have to explicitly ask for it with: ``` const assetsSchema = new mongoose.Schema({ _id: false, cash:...

My bad, I though you were talking about the _id fields in the mongo db I do not remember if non explicit ids in sub object were handle automatically, maybe...