Michael Heuberger
Michael Heuberger
@irom77 have you verified the age of these jpg files? you sure they older than one hour?
both `findRemoveSync()` calls do not have the same parameters, hence you cannot compare like that. try this: ``` js var result = findRemoveSync('D:\ftproot\mds_backup2', {test: true, age: {seconds: 172800},extensions: '.txt'}); console.log(result);...
Right, that's evidence that something is wrong. It's unfortunate that I have no Windows machine here to reproduce and fix this. If I were you, I would add some `console.log(...)`...
Yep, time for a big rewrite @jimmywarting - totally aware of it. Just lacking time. Mind you, this videomail-client existed for more than 6 years when that Media Stream API...
Hey thanks for the great feedback. So are you saying, audio is good on FF but worse on Chrome? And what buffer size works best on Chrome? (If you haven't...
thx mate, yeah crazy eh? good, i've just npm published v2.15 with that fix. now the bufferSize option also supports `auto` which will include browser detection. have a look here...
@IanPhilips thanks for testing. This is weird, actually no change was made for Chrome but you say it got worse? If you look at the commit here https://github.com/binarykitchen/videomail-client/commit/3ff27c1432cad4ad3ec1c368e77e1a752ef5bc8f#diff-5d0ae54b5f2645490f8b4c4c8ac28571478316c8f4f1775d313549987bea6cffR24266 you will...
Thanks for this! Honestly I am not a fan of using CDN. Understand it's a limitation due to Gatsby being a SSR. That would mean your example is actually for...
Thanks. Plain React please.
not really important, can do later