Aymeric Wibo
Aymeric Wibo
To note: this was originally intended to be episode 13. Now, this will be episode 14, and episode 13 will be about general code cleanup and optimization. Includes: - [x]...
In the interest of maintaining coherency between episodes, I decided not to do that much refactoring, even when the alternative solution was a little clunkier. Things are becoming a little...
When the `Shader` class' `__del__` function is called, an exception occurs: ``` ImportError: sys.meta_path is None, Python is likely shutting down ``` Haven't had the time to investigate this more,...
Trying out a CI workflow with Pylint and my code's apparently a bit shoddy lol
https://reviews.freebsd.org/D36407

So people don't have to look through the code if they don't feel like it.
Hi I initially [posted this](https://lists.freebsd.org/archives/freebsd-current/2022-December/003012.html) on the `freebsd-current` mailing list, before being redirected to this issue tracker. I'm running what is essentially FreeBSD-CURRENT on an Asus C300 Chromebook (iGPU, gen...
Shouldn't the line `License: [i.e. Apache 2.0]` be `License: [e.g. Apache 2.0]` instead? Apache 2.0 is used as an example and "id est" translates to "which is". I can make...
**The problem** It's quite annoying when on mobile when you're either "Mois" is selected and you can't see the current month name, or "Jour" is selected and you can't see...