-
Hi,
When I run Grammalecte I have this error:
> Erreur détectée en traitant function grammalecte#Check :
> ligne 29 :
> E484: Impossible d'ouvrir le fichier "/tmp/vo2fBFT/0.res.txt"
> Erre…
-
Hello,
I installed Grammalecte for vim, but I have these errors while running
`GrammalecteCheck`
> Error detected while processing function 96_GrammalecteCheck:
> line 28:
> Command [pytho…
-
I am using Emacs 29.1 (build2, x86_64-pc-linux-gnu, GTK+ Version 2.24.33, cairo version 1.18.0
When evaluating the block
```
(with-eval-after-load 'flycheck
(flycheck-grammalecte-setup))
``…
-
Small code share to keep up to date and download grammalecte automatically (normally it works for me)
```
(use-package flycheck
:config
(global-flycheck-mode t) ;;activate flycheck-mode …
-
Salut ! Je sais pas trop comment intégrer des changements sur github, du coup j'ouvre une nouvelle "issue".
Je propose de faire cette fonction : flycheck-grammalecte-correct-error-before-point, qui p…
-
Hi,
I'm just trying to run the simple example you give :
```
from pygrammalecte import grammalecte_text
texte_bidon = """\
Coucou, je veut du fromage.
Je sais coder en VHDL.
Le VHDL est e…
-
I just had a look at the German OS rule `UNGUELTIGES_DATUM` for invalid dates and checked whether the same cases are matched in French (I think the corresponding French rules are the OS rule `DATE ` …
-
Hi, this is a great alternative for grammar checkers! Until now, I was using LanguageTool. I would like to know, what are the differences to LanguageTool? not only in speed, but also does it use the s…
-
Hello,
I do not understand why so many messages in journald. And some mesages talk about javascript and json ... Perhaps I miss some configuration stuff on my Ubuntu-MATE system ?
```
nov. 12 1…
-
Hi,
Does this plugin is still maintained (ex: to use newer versions of grammalecte) ?