Rakuraku Jyo

Results 10 comments of Rakuraku Jyo

Same error message here. Any suggestion?

I got in a similar condition where I had python template inside the href attribute. ```jinja2 ... ``` Here a snippet for ignore the error and continue the build ```js...

Thanks for the reply. Haven't try puppeteer in this case. As we had previously used headless Chrome and had an experience that we had to restart the Chrome periodically to...

The default path of the hybrid engine is on `tmp`, and files could be removed by the system.

Have you checked what's in the cache for that empty page?

@queicherius Thanks for the PR. Seems there's an error in the test case. I'll check this later.

Hi, Thanks for the feedback on performance. Haven't tried that hard yet ;) Yes, it must related to the logic here. https://github.com/rjyo/next-boost/blob/master/src/cache-manager.ts#L51 It happens when 1. next is rendering a...

You can fork it and install the npm by "npm install user/repo". https://docs.npmjs.com/cli/v7/commands/npm-install > How large databases sizes would hybrid-disk-cache support? 281 TB. https://www.sqlite.org/changes.html

Here's a hack that worked for me. changed ``` modalBg = $('').insertAfter(modal); ``` to ``` modalBg = $('').insertAfter(modal.parent()); ```

Try to move the cache to somewhere else than the /tmp It's for test usage and files will get deleted by the system in some unmanageable manner.