Osmo Salomaa

Results 6 issues of Osmo Salomaa

"Feature request. Currently Gaupol saves file in same format it was before. I'd like to set default Unix/UTF-8, so when I hit "save" the file gets converted."

I will not be porting Gaupol to GTK 4. While I do like a lot of the additions in the toolkit and the direction of _core_ GNOME, the extent of...

https://github.com/numpy/numpy/releases At least * A new variable-length string `dtype`, `numpy.dtypes.StringDType` and a new `numpy.strings` namespace with performant ufuncs for string operations Hence * Check for NumPy version `>= 2.0` in...

We're notably using Pandas for `DataFrame.read_csv`. That could probably be replaced with `pyarrow.csv.read_csv`, which would allow removing Pandas from the list of dependencies, leaving it as an optional dependency only...

This is a bit simpler than Gtk.Spinner, which doesn't seem to actually spin if some code is blocking. Some kind of an async dance would probably be required to make...

For the UI, maybe we could change the search icon next to the input be a spinner when something is running a bit longer. For the plugin code that could...