korbin

Results 4 comments of korbin

same problem. In windows 11. I found `outputAssetsDir` is `C:/Users/user/.config/joplin-desktop/plugin-data/ylc395.pagesPublisher/output/_assets`, but in filter, the `dest` is `C:\Users\user\.config\joplin-desktop\plugin-data\ylc395.pagesPublisher\output\_assets`. so `dest.startsWith(outputAssetsDir)` is false.

I fix it using `path` module`. ```diff --- a/src/driver/generator/joplinPlugin/PageRenderer.ts +++ b/src/driver/generator/joplinPlugin/PageRenderer.ts @@ -36,6 +36,7 @@ import { getOutputThemeAssetsDir, getOutputNoJekyll, } from './pathHelper'; +import path from 'path'; ejs.fileLoader = fs.readFileSync; @@...

@bzbarsky-apple Thanks, I see. This is not a bug. But, It waits 30 seconds(1671597307-1671597257) from `Sent Sigma2 msg` to `CASE Server enabling CASE session setups`. No new CASE can be...