Chema
Chema
Hi, I'm trying to use bodymen with nested properties like this: ``` { 'Name': 'Marc', 'Address' : { 'Street' : 'My Street', 'City' : 'My City' } } ``` But...
Just to say thanks for this amazing boilerplate... we have learn a lot of it, and we are using right now in our new API we will try to collaborate...
Hi @diegohaz, I'm thinking about mandatory sort. We are working with MongoDb, and some querys we don't need an index for sorting, but the "sort" param is always "one" because...
Hi, I would like to go to the definition of the className inside a JSX react component. `` I have the autocomplete of the two class, but I can't go...
Hi @kitze I have two questions... 1.- Could be possible to change the default command execution when you press the button play in the app? It's execute the start command...
Chat Rooms
Hi, one question... Can I manage a Chat Room with this library? Is possible? Thanks!
Hi, my MongoDB Collection is returning an object instead of a number or string, I have changed the code: ``` DATETIME: { type: 'DATETIME', convert: val => { if (typeof...
Hi, do you think is possible to add patch method support? Using the standard would be great ;) http://jsonpatch.com/ Thanks!
Can I use it in the opposite way? For example, if I have "iTxuMF", that returns "507f191e810c19729de860ea", thanks!!
## Environment - `chromium` Version: "^133.0.0" - `puppeteer` / `puppeteer-core` Version: "puppeteer-core": "^24.9.0" - Node.js Version: 20.x - Lambda / GCF Runtime: nodejs20 - Runtime Architecture: linux/amd64 ## Expected Behavior...