Jean-Baptiste WINTERGERST

Results 2 comments of Jean-Baptiste WINTERGERST

Hi, I'm having the same issue. Changing `*data` to `data` bring an error on the next line `idx = np.array([i[5] for i in batch])` : tuple index out of range...

I managed to hack my way through fixing blurred background in dark mode. ### The problem The problem seems to come from `src/modules/extPlugins`. ```css html[data-theme='dark'] .is-banner-active[data-awst-banners-as-bg]::before { filter: blur(20px) brightness(0.7);...