Rakhat Rakhmetov
Rakhat Rakhmetov
Changing LF to CRLF also helped me on windows.
Hi, I havent't seen that you have forked this repository.
Confirm, using ioredis as redis sentinel client do not save cached value to the Redis
@rizqinizamil you can shorten code a little bit: ``` js return gulp.src(['app/*.html', '.tmp/**/*.html']) .pipe($.useref({searchPath: ['.tmp', 'app', '.', '']})) ```
When will be next release?
The same issue I have with [flickity](http://flickity.metafizzy.co/) carousel. On first load slider is initialized on document:ready. But if I go to another page and then go back using 'browser's back'...
I use `pjax:beforeSend` event to destroy slider & reinitialize after `pjax:end`. So even after back/forward navigation slider works as it should.
```js { resolve: 'gatsby-plugin-load-script', options: { async: true, disable: !process.env.SENTRY_DSN, // When do you want to disable it ? src: 'https://browser.sentry-cdn.com/5.15.4/bundle.min.js', integrity: 'sha384-Nrg+xiw+qRl3grVrxJtWazjeZmUwoSt0FAVsbthlJ5OMpx0G08bqIq3b/v0hPjhB', crossorigin: 'anonymous', onLoad: `() => Sentry.init({dsn:"${process.env.SENTRY_DSN}"})`, },...
@AyronK thanks for a temporary solution. But I am getting such an error when trying to access statically rendered pages ``` [TypeError: result.toUnchunkedString is not a function] ```
We have also downgraded to Nextjs 14.2 because @neshca/[email protected] is not compatible with Nextjs 15 or higher