Antonio Musolino

Results 80 comments of Antonio Musolino

Here seems the issue is the conversion to camelCase of napi, we have that `my_func` is converted to `myFunc` then one hides the other. I think the issue can be...

> @antoniomuso > I think it's better not force users to use `snake_case` naming convention even it's what rust community recommanded, and instead we should have users to do the...

> @joaomoreno There is no need to force it, just change the default value. > > What a function looks like in Rust is what a function looks like in...

It seems a good approach

This is a Node 16 feature; we cannot add it until we support Node 12 and 14.

The first point it's ok for me, for the second I don't understand the possible problem, can you give an example?

I like it; we should test if this function has overheads. It uses the `PerformanceObserver` that can add performance overhead.