stncrn
stncrn
I'd also suggest the webtoon format (aka continuous vertical scroll) to be implemented. While RTL/LTR is manageable for standard mangas, the webtoons are completely unusable due to their weird image...
Hello, just look at [the issue](https://github.com/Sonerezh/sonerezh/issues/261) I opened some time ago. The fix is already available, and will be implemented in the future release.
Seems like the same issue as https://github.com/KosmosisDire/obsidian-webpage-export/issues/686 and not linked to cache at all
Hello, same issue faced here with lot of embeds. The root cause is the 4000ms timeout here : https://github.com/KosmosisDire/obsidian-webpage-export/blob/66c954d8ea7b067410ce3959381d1de790d1275d/src/plugin/render-api/render-api.ts#L531 I fixed it in a dirty way : - Edited the...
Pissed me off too... Solved by adding a key in the Windows container registry: ``` [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters] "DirectoryCacheLifetime"=dword:00000000 ``` References: https://woshub.com/slow-network-shared-folder-refresh-windows-server/ https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-7/ff686200(v=ws.10) https://learn.microsoft.com/en-us/windows-server/administration/performance-tuning/role/file-server/ The default value is said to be 10...