rgaudin

Results 844 comments of rgaudin

A link would be enough indeed ; or a doc page containing it (docs are generated anyway)

> not in favour of a duplicate (obviously) Obviously > pretty concerned by migrating the changelog outside the root. I guess #228 lead you to think this way. That's not...

Thank you @Ark74 ; we're working on a new (command-line only for now) version of the tool and I can't quite commit the time to test your PR and make...

Message is pretty clear: ``` meson.build:1:0: ERROR: Unknown compiler(s): [['/Applications/Xcode_15.0.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang']] The following exception(s) were encountered: Running `/Applications/Xcode_15.0.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang --version` gave "[Errno 2] No such file or directory: '/Applications/Xcode_15.0.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang'" ``` As you...

I guess. I don't think this external dependencies behavior can work with different Xcode versions.

> * the persistentID eg: `t4-wiki_de_all` For clarity's sake, I'll add some details with openZIM wording: - a ZIM file has a single ID set by libzim at creation. That's...

@kelson42 there's a question here about whether to await [libkiwix 14](https://github.com/kiwix/libkiwix/pull/1043) and handle migration via libkiwix or implement a similar swift-only fix in the mean time. At the moment, apple...

Thank you for all the details in the PR. I have the feeling we're not clear on the objectives. This ticket is related to the migration/reconciliation of bookmarks from one...

Duplicate of #675. Can you try the workaround described there ?

Ah! We are indeed trying to decode UTF-8 while reading the output of a Windows tool that lists the disk drives. Output is thus system-encoded and I suppose it can...