Peter Minin
Peter Minin
README.md in the active development branch states that GLES2 is the active one and doesn't mention GLES2-AnchorCenter at all. The version of the file in GLES2 seems actual, ironically. BTW,...
The "Save" button ("Save data about search to file") currently saves the report to the current directory, which is usually the application's folder (on Windows, at least). The UI doesn't...
🐛 **Describe the bug** Since VSCode 1.66 the User folder is likely to contain private user data under a "History" subfolder, such as copies of edited files, for a new...
I'd like to be able to choose which slot in the sidebar is replaced with low battery or lost connection info. Apparently, now there are some sort of hard-coded priorities,...
This fixes #311. This makes the value `theme-flavor-inverse` in "solarizedl" actually an inverse of `theme-flavor`. All the dark themes have them differing, but in the light themes they are currently...
If some weights in the network become NaN at some point during training, I'd like the training to stop with an error. Currently, when training on a GPU, there is...
Clustering functions currently accept data by a non-const pointer. None of them actually modify the data. I'm not aware of any clustering algorithms that modify the feature vectors, so I...
For some inputs CMatchingGenerator generates suboptimal matchings. Certain objects are effectively left unmatched, even though they have a match in the other set. Here is a test I wrote that...
### Feature description Currently we have 2 options regarding the output printed by potentially long-running git commands, such as `fetch`, `checkout`, etc.: 1. Keep the dialog open after completion of...
- Adapt to Blender 2.80 and 2.81 changes. Tested with versions 2.93 LTS and 3.0. - Note: I compared the resulting "extra" images (albedos, etc.) from 2.79 and 3.0, and...