Fabrizio Ruggeri

Results 91 comments of Fabrizio Ruggeri

I think you're right.Maybe if the console open the event could be clear. If I have some time I'll propose something on a PR

When this will released?

I'll work on it, when I'll have time.

I'm not sure I get it. Tell me if you still have any problem and I'll try to help you.

Please, feel free to send a PR

Hello @TopHatMan, is this a general consideration that maybe is valid also outside of Lambda? Would you like to provide a PR, maybe with a test case?

Hello. Please, can you try to specify the `id` in the options of the plugin? Like That: ```js // for the sensorModule schema SensorModelSchema.plugin(AutoIncrement, {id: 'sensor_model_id_counter'}); // and for the...

I think this won't fix the problem. If we change the way you say it will avoid the problem from @Castrovalva but then it will increment the same counter for...

Yes I know enforcing the id is a breaking change and so the new version would be incompatible with the previous. As you say, considering the schema name can lead...