Morten Scheel
Morten Scheel
> What you think about this? I suspect each process will overwrite the cache with its own partial results. Have you tried running it twice and see if it's fast...
@Jubeki the moment we've all been waiting for. 🥂
@x-sheep what CI are talking about? Assuming it supports caching, it only has to check files changed since last run. I'm also curious why xdebug would even be installed in...
Thanks. Doesn't work for me. The Layout feature was introduced in DataTable 2.0, and your installation guide lists v1.10.x as a requirement.
> … works for me without `[email protected]`. Yeah but if you set `PHP_CONFIGURE_OPTIONS` yourself, the installer will completely skip the automatic os-based configure options. This is the output of `os_based_configure_options`...
Yeah that's the issue. I think the best and easiest solution is to allow overriding the openssl version with an environment variable, or simply merging #154 so we can append...
@MikKuba you can edit the install script in `~/.asdf/plugins/php/bin/install`. Search for `openssl_path=` and hardcode the path to your installation folder (it should be the folder that contains bin,include,lib and share...
@ROBERT-MCDOWELL https://github.com/DrewThomasson/ebook2audiobook/blob/5abebec98bae420a5f9bcbd2e60786558d12709b/README.md?plain=1#L231-L242
I don't know if it's related, but the container also fails to download the Danish model: ``` Loading TTS tts_models/dan/fairseq/vits model from tts_models/dan/fairseq/vits... Bad tar file - https://dl.fbaipublicfiles.com/mms/tts/dan.tar.gz ``` That...
This seems to work for me ```css span.h3>span:first-of-type { display: none; } ```