Benoît Geslain

Results 3 issues of Benoît Geslain

I'm trying to use a through relationship between a polymorphic and a non-polymorphic table with the the RankedAthlete model: ``` class ChoiceBlank(PolymorphicModel): pass class ChoiceAthlete(ChoiceBlank): choice = models.ForeignKey('SomeModel', on_delete=models.CASCADE) class...

I'm getting this error while compiling OSVR from source following this [guide](https://osvr.github.io/doc/installing/linux/). On _make_, I get this: ``` In file included from /home/isir/Documents/OSVR-Core/devtools/osvr_json_to_c.cpp:33:0: /usr/local/include/json/writer.h:352:45: error: ‘PrecisionType’ is not a class...

Upon switching profile, the extension fails to restart VSCodium and throws this error: `Sync Settings: Error: Can determine binary path` Version: 1.76.2 Release: 23074 Commit: 22a808587994126e19125c6a1a03c00b990223f4 Date: 2023-03-15T18:20:11.806Z Electron: 19.1.9...