Jon Harper

Results 33 comments of Jon Harper

someone published this code in https://www.npmjs.com/package/material-ui-nested-menu-item-v5 do you know who ? Thanks

Wow that list is seriously impressive !

"Gtk2->gtk3" but gtk4 is out now

Are you talking about more efficiently storing (in number of bytes) some numbers ? for example 1.23e-500 is stored as a ratio with (guessing): ~200bytes ? 123 (fixnum, 8 bytes)...

Or having more performant operations ? Like 123e-500 * 20e-200 is fast to compute with exponents ans slower with ratio

But if it's mainly about accuracy, how are they different from ratio ? What do you mean by "No, because it would still have an exponent." What's the difference between...

For sin and all other functions, the only thing you can do I think is to keep everything symbolic, and then when you want do display actual digits to an...

Hi, sorry I made a typo on the version. It's 3.1.3. I'll try to write a simple demo.

Or maybe it was 3.0.3. I'm not sure anymore. I'll write a simple repro case.

Here's a maven repro: pom.xml ```xml 4.0.0 com.mycompany.app my-cas 1.0-SNAPSHOT my-cas http://www.example.com UTF-8 8 8 junit junit test org.springframework.cloud spring-cloud-stream org.springframework.cloud spring-cloud-stream-binder-kafka runtime org.springframework.boot spring-boot-starter-test test org.springframework.boot spring-boot-dependencies 2.4.7 pom...