Jakub Hlusička
Jakub Hlusička
Since polaris exposes a login form, it would be desirable if the application had support for HTTPS, so that credentials aren't sent unencrypted.
I store my music in lossless formats such as FLAC, because I can stream it over my home network at high speeds. On my phone, however, I would like to...
https://en.bitcoin.it/wiki/Split-key_vanity_address https://bitcointalk.org/index.php?topic=81865.msg901491#msg901491
See https://ethereum.stackexchange.com/a/19048 for implementation details.
`GeneralIntersector` returns a `Box`ed type. Since these functions can be called several thousand times per frame, it may be worth considering an alternative that doesn't require heap allocation. https://github.com/Limeth/euclider/blob/master/src/universe/entity/shape.rs#L35-L40
Investigate and fix.

Hello, I took the gear model from the mpr repository and made it use domain repetition to duplicate the tooth along the circumference. For a large number of teeth there...
Hello, I think domain repetition might be a desirable feature, because it would allow for efficient duplication of shapes. Assuming the evaluation of the `min`imum of N **standard** repetitions requires...
Once finished, Fixes #3303. Hopefully the API usage is correct. An example demonstrating the Multiview feature would be desirable. Feedback is appreciated. PR checklist: - [x] `make` succeeds (on *nix)...