Boutlendj Salim

Results 4 comments of Boutlendj Salim

@devalexandre Being able to use the timeseries features of mongodb introduced in version 5.0

Here's an edit with the new typings of mongoose 6.0 ```diff diff --git a/node_modules/moleculer-db-adapter-mongoose/index.d.ts b/node_modules/moleculer-db-adapter-mongoose/index.d.ts index 633a64a..8ed3276 100644 --- a/node_modules/moleculer-db-adapter-mongoose/index.d.ts +++ b/node_modules/moleculer-db-adapter-mongoose/index.d.ts @@ -1,7 +1,7 @@ declare module "moleculer-db-adapter-mongoose" {...

I do have the same issue when I try to create ACLs on RDB for the Kapsule nodes of our cluster, with the following code : ```terraform resource "scaleway_rdb_acl" "hodho_staging_rdb_kube_acls"...