Xavier F. Gouchet

Results 63 issues of Xavier F. Gouchet

The `afterEachTest` callback is great to cleanup resources, but it lacks information on the success or failure of the test after which it's invoked. To have a concrete example, I...

is: feature

Currently ReText gives the option to use Markdown, Textile and reStructured Text. It would be great to be compliant with CommonMark (which is a kind of standardized version of Markdown)

Hey, so I'm using the latest version of ReText ([commit 0c605f9](https://github.com/retext-project/retext/commit/0c605f9f464018d26fcad095a47bc5eba7227b59)), and I get random crashes while typing. I'm running on Linux, with Python 3.8.10, with live preview enabled with...

Across the various documents I write using Retext, I find myself repeating some blocs of markdown. I would really benefit from a template / macro feature. A template would have...

[Language Tool](https://languagetool.org) integrates spellcheck and grammar check, for 20 languages. It would be amazing to have it integrated witin ReText, the same way we have spellcheck.

It would be nice if we could add a dropped shadow between the ribbon and the icon itself to make the overlay more detached from the base icon

Creates a Kotlin Symbol Processor generating `ForgeryFactory` implementation for any data class.

Right now we do not support [Character Class Intersection](https://www.regular-expressions.info/charclassintersect.html): - `/[a-m&&[g-x]]/` should have the same results as `/[g-m]/` - `/[a-m&&g-x]/` should have the same results as `/[g-m]/` - `/[a-m&&[^c-g]]/` should...

enhancement
Hacktoberfest