Clément Grennerat

Results 100 comments of Clément Grennerat
trafficstars

Considering the fact that all macs are not affected by this issue, I will close the issue and add installation details for macos in futures release note. Macos quarantine system...

Is there a way to achieve this while using the fluent-fallback crate ? When using this crate, a ``Bundles`` type is created using the ``Localization::with_env(...).bundles()`` function : ```Rust let bundles...

Well, I understand why to use ``intl_memoizer::concurrent::IntlLangMemoizer`` for ``FluentBundle``, but there is no such type parameter in ``Localization``. Then I don't know at all how could I introduce a ``fluent_fallback::concurrent::Localization``....

Why would it be parameterized on ``FluentBundle`` ? ``Localization`` does not uses ``FluentBundle`` at all and it generates a ``Bundles`` object that represents all of the loaded bundles, then it...

I think the file ``bundles.rs`` should be edited cause it is the ``&Rc`` returned by ``Localization::bundles(&self)`` that is not thread-safe (does not implement Send + Sync + 'static). But I...

I'm just unsure whether switching from ScratchText to Text for checking text width would cause issues. As I said, the Text class has styling attributes that prevent setting a custom...

Can you change back Text class to ScratchText? Then this PR will be ready to be merged.

Bonjour, en lançant la v1.4.0 ou v1.4.1 après avoir supprimé le dossier de données, est-ce que le dossier de données est recréé correctement avec tous les fichiers settings.yml, sync_userdata.yml, textelements.yml,...

Bonjour, Windows est par défaut limité à des chemins (chemin complet jusqu'au fichier incluant son nom) de 256 caractères de long. Sachant que les fichiers d'éditions de PDF4Teachers contiennent le...