Federico Marotta

Results 51 comments of Federico Marotta

Hi, thanks for reaching out. I would suggest to use `xelatex` or `lualatex` instead of `pdflatex`. In that case, you don't need the `inputenc` package, and you'd use `polyglossia` instead...

Hi, thanks! What's the state of this PR, after closing #235?

If "save subtitles into media folders" is active, make sure that the jellyfin user have write access to those folders (or deactivate that option).

Hi, I am not familiar with your setup, but when you install Jellyfin in Debian or Ubuntu it automatically creates a user and a group, both called "jellyfin". I used...

Interesting.. could it be that the uid/gid is not the same between the host and the container? if so, [this](https://forum.proxmox.com/threads/lxc-and-mount-point-permission-denied.111693/) might point you in the right direction.

I cannot reproduce it, the example compiles fine for me. Which kaobook version are you using? By the way, the `marginfigure` environment is not intended for text, but for figures;...

I share the concern that the current implementation is potentially unsafe. Both `async` and regular functions could introduce race conditions. The matter becomes more complex due to the two scenarios...

Thanks @unode and @attzonko. I also like the idea of having a plugin-specific pool combined with an execution context, it should indeed keep the `MainThread` free and help prevent race...

Hi, just to add something to the discussion, I think R's behaviour has two advantages: first, it makes the length of the subset predictable (it will always be the same...

I see, erroring out would make sense :+1: