Johann Dirry

Results 95 comments of Johann Dirry

It's called [Engineering Notation](https://en.wikipedia.org/wiki/Engineering_notation) and often abbreviated `ENG` mode on calculators. Usually there is the option between standard notation (showing integer values for lower values), scientific notation (one digit before...

> I hope this app still in supported and development. Im using 1.0.6.6, so far so good. I am currently working on it, but still in the process of cleaning...

have not tried yet. will try later.

An alternative would be [Microsoft.Maui.Graphics](https://github.com/dotnet/Microsoft.Maui.Graphics), but it's currently in beta.

I guess Blazor would be the method of choice. Don't use JavaScript and TypeScript anymore. Still, I think that SKIA would be the better option for this project. Besides, you...

We might want to evaluate Undo/Redo frameworks. - [Undo](https://github.com/KirillOsenkov/Undo) - [ReactiveHistory](https://github.com/wieslawsoltes/ReactiveHistory)

my opinion is to align the folder structures, such that it becomes easier to track what is implemented and what is still missing.

that beeing said, there can be edge cases where it is justified to deviate from the source. But it should be because of technical reasons, like differences in the programming...

This is somewhat expected, since there are a ton of performance optimizations in every new version of .NET. Especially .NET 6 and 7 have changed a lot in favor of...

@NiklasGustafsson the Array initializer should have been `new double[,,]` instead of `new double[][][]`. have fixed it in a new commit. **Remark:** I should build and run tests before committing. However,...