nasc
nasc copied to clipboard
Do maths like a normal person
I added some documentation to `meson` files and removed unused constants. I moved the `icon` folder into the `data` folder because it's more consistent. I also simplified the `post_install.py` script....
It would be nice to display useful fractions as is. for example `sin(45degrees)` would become `(sqrt(2))/2` and `1/2` instead of writing them down explicitly. This is useful in math and...
**Describe the bug** The app would not be built with an error: meson.build:53:0: ERROR: Subproject exists but has no meson.build file https://i.imgur.com/Ycw8dad.png **Desktop (please complete the following information):** - OS:...
**Describe the bug** It looks like we're unable to build NaSC because it relies on a git submodule **To Reproduce** https://github.com/elementary/appcenter-reviews/pull/77/checks?check_run_id=3403685174 **Expected behavior** Since Flatpak has a built-in concept of...
**Describe the bug** When you hold the Backspace key, it would be nice if it just deleted to the beginning of the current line, then stopped (in my opinion). That...
It would be great if `nasc` adds support for time(zone) conversion and enable arithmetic for it. e.g. `9:30 AM IST to UTC` And possibly simpler names for timezones to support...
At the time of writing I've only tried with these two. Whenever I try to solve any equation: i.e.: solve (2x +5 =10) nothing appears. Same with atom: i.e.: atom(Hg;...
I saw that the functions help is from the sub-project `libqalculate` but I don't know how to translate it. It seems that sub-project translation isn't loaded in the main project....
Could it be possible to export to LaTeX?? Or maybe markdown image? Thanks!
Here are some deprecation warning which needs to be fixed: ``` ../src/InputView.vala:70.25-70.65: warning: `Gtk.StyleContext.get_font' has been deprecated since 3.8 ../src/InputView.vala:72.9-72.33: warning: `Gtk.Widget.override_font' has been deprecated since 3.16 ../src/InputView.vala:245.29-245.41: warning: `Gtk.Alignment'...