Raphael Dhainaut

Results 18 comments of Raphael Dhainaut
trafficstars

Yeah it helps. I see you expose a generic interface and so I can control the cache behavior. I could use the delete method from Cache object to invalidate the...

I have write a sample to explain better what i m trying to achieve. All explanations are in comments. Note: I have choose the name "@burstMemoizeAsync" but it could be...

First of all, thanks to take the time to answer me. My initial post was just a question. Now it s more a "feature request". You have already done an...

The cache is not a global object with "@memoizeAsync" ? If yes, why @bustMemoizeAsync cannot access to it ? If no, can we imported the globalCache in the class ?...

Any update on this pull request ?

**Workaround:** Create the following structure in your solution => `wkhtmltopdf/{OS}/{architecture}/wkhtmltopdf.exe` => for windows `wkhtmltopdf/windows/x64/wkhtmltopdf.exe` then in VS Properties "Copy to Output Directory": "**Copy always**" It should works Edit: I have...

I have the same issue. In waiting, this is a simple workaround that desactive fallback warning: ``` const i18n = new VueI18n({ // skip other options config for briefty silentFallbackWarn:...

I have encountered a limitation from this bug. I add this scenario to add an context. I have an vue js app with multiples routes and the locale in the...