Nathan Bonnemains
Nathan Bonnemains
Would be great to display the bicycle parking capacity count given by the `capacity` property in OSM. Should be fast to implement. See the following doc: https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbicycle_parking https://wiki.openstreetmap.org/wiki/Key:capacity
You should probably add a max height to the left menu with a scroll behavior when it overflows. 
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....
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....
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'...
In `UrlEntry.vala` at line 45 you say > >`// TODO: Better URL validation` > I think you should use RegEx to improve that
Using constants for translations is removing context for translators which is not a good thing.
Here are the warnings I get when building the app from source. These are deprecation warnings and should be fixed: ``` ../src/Widgets/SourceList.vala:1476.13-1476.24: warning: `Gtk.CellRendererPixbuf.follow_state' has been deprecated since 3.16 ../src/Widgets/SourceList.vala:1607.74-1607.95:...
When I try to resync the library from the menu, the app is crashing after a while. EDIT: I tried from the command line and I have a segmentation fault