Antoine Goutenoir

Results 40 issues of Antoine Goutenoir

I can't find how to do this with AA. Is it even doable ? Checking either by `serial` or `id` is fine by me, even if it does not actually...

https://en.wikipedia.org/wiki/Majority_judgment https://lechoixcommun.fr/content/article/vous-reprendrez-bien-un-peu-de-democratie.html (french) I used to favor range voting and randomized Condorcet until I found out about Majority Judgment. If you're interested in implementing MJ, I can help, but I...

## ✨ Feature request Make the parser tree serializable with the `\serialize()` function. ### Motivation Making the parser tree takes most of the total computation time. If I could "cache"...

enhancement

## Summary - Fixes #27 ### Checklist - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my own code -...

Hello ! I started experimenting with a Godot client (`GDScript`), and albeit there's not much to show right now I wanted to write something here in case anyone else is...

Announcement

Following the doc, I added ``` gradle buildscript { repositories { jcenter() } dependencies { classpath 'com.tmiyamon:gradle-mdicons:0.2.3' } } repositories { jcenter() } apply plugin: 'com.android.application' apply plugin: 'com.tmiyamon.mdicons' mdicons...

Hello ! This project looks great ! Decentralized versioning is the future of democratic discourse ;) Have you considered [Majority Judgment](https://en.wikipedia.org/wiki/Majority_judgment) polling ? It's elegant, fair, subtle, resilient, _and it...

Refactor most of the trackball logic to add it to a `Node` whose purpose is to be added as direct child of any `Camera3D` (or any `Node3D` for that matter)....

enhancement

It's probably best to comply with the current naming scheme of Godot.

enhancement
api break

See #1134 ## Features - Recipe to extract new translations from the Go code: `make i18n_extract` - Using widely supported `gettext` format - Embedded lightweight `MO` files - Detect language...

kind/feature
area/cobra-command