Pier Angelo Vendrame
Pier Angelo Vendrame
Created an `include` directory, and moved `tinyply.h` there, so that projects that includes tinyply as a subdirectory/submodule can add the include directory without adding the example files, too.
Hi! I think the `while` in `move_shape` could be early-broken if no improvement is done in an iteration: if I understand correctly, if the character has not moved in an...
From what I understand, SSH host keys are generated automatically when openssh is installed. However, this is quite bad, because users might not realize it and use private keys that...
Tested in Mullvad Browser alpha 13.5a5. Sometimes the pages don't load as expected (they remain in `about:blank`), and I get these errors in the console: ``` JSON.parse: unexpected character at...
Changed some HashMaps with BTreeMaps to ensure the order of the output is deterministic. ### Pull Request checklist ### - **Breaking changes**: This PR follows our [breaking change policy](https://github.com/mozilla/application-services/blob/main/docs/howtos/breaking-changes.md) -...
I think it'd be useful to always give the guarantee that vertices are `repr(C)`, not only with vulkano.