Matthieu Larcher

Results 43 comments of Matthieu Larcher

is it just a matter of merging/releasing or is there more to it ? @jbrumwell It would be really nice to be able to upgrade to recent versions of knex...

It seems to me that the current recipe to "use gulp-rev-replace without gulp-useref" is indeed problematic, as it hashes the file before modifying its contents. If only a referenced file...

At least, until you figure out whether or not to support months, would it be possible for `ms` to throw when receiving a number of months ? Actually it just...

actually, the error message still appears when using timeout, but the notification shows anyhow

thanks for the quick reply 👍 Maybe that should be stated somewhere in the docs then

Actually, the error comes from declaring an empty object as initialProps instead of empty values for all fields. I assume v5.0 has it covered as per https://github.com/mantinedev/mantine/issues/1623 but it's worth...

@wes337 sounded like a good idea, but unfortunately it does not work

also, There is a format issue with date-fns that requires using formatOverrides (or so it seems) but I see no doc about it either. cf screenshot for the actual error...

@gwilakers did you eventually find the source of the memory leak ? I'm facing the same issue in our Express based app.

I played a while with heapdump too, and noticed a first level module function being referenced by itself in cascade... It wasn't clear to me what was happening, but I...