Oreste Bernardi

Results 8 comments of Oreste Bernardi

Confirm same behavior with latest version 0.15.0. I find a workaround by changing stiffness to 100.0, and damping 40.0. However it is not possible to move outside the range [-90,90]...

I posted a possible fix. I reused the example of @fatho to create one example to check the issue and the fix. Thanks @fatho 🥇

I would propose a very different approach that could solve the basic requirements and treats `impl` block as first citizen entity like trait and types. The main idea is to...

@adamgreig > But, @pellico, if I understand your suggestion correctly, you're saying "all write access" and also "all read access with side effects" should be unsafe - in other words,...

@jannic > I don't think it's so easy. UB is a construct defined by the programming language, specified in terms of an abstract machine. It doesn't even address interactions with...

> Yes, turning of your cpu clock while your program is running probably isn't a good idea. But it also is not UB (like in "the compiler might ignore it"),...

> My preference would be for such a switch to not only make all access `unsafe`, but to entirely remove the concept of owned singletons for peripherals, so you can...