Paolo Stivanin
Paolo Stivanin
I ran the tests with `python3 -m unittest2 discover` and everything went fine, so I assume that those strings I'd like to remove with this PR are not really needed.
- remove nose references - switch to pytest - fix failing test due to pytest different behavior This fixes #46
As nose won't be supported with python 3.9 and up, I was trying to port the tests to pytest. All tests but 1 passed. In particular, I faced an issue...
cloud sync
It would be handy to have a cloud backup option integrated directly into the software. Providers that could be supported: - webdav - dropbox - google drive - ...
Port to GTK5
https://gnome.pages.gitlab.gnome.org/gtk/gtk/gtk-migrating-3-to-4.htm https://developer.gnome.org/gtk4/3.98/migrating.html
As nose won't work with Python 3.9/3.10 Using `python{3,2} -m unittest{,2} discover -s tests/ -v` worked fine
Hello, our build checks are complaining about the following issue: ``` libflycapture2.x86_64: E: executable-stack (Badness: 10000) /usr/lib64/libflycapture.so.2.13.3.31 ``` How can I reach Atik to kindly ask them to fix this...
Since the app hasn't been updated for more than 4 years and it's not properly working on newest Android anymore, there's no need for OTPClient to support it.
This PR is based on the work done by some people at https://github.com/Stellarium/stellarium/pull/2891. In particular: * patch created by @panicgh was applied as is, since it worked fine * the...
Hello, at the program startup, I set the following custom alloc funcs: ``` json_set_alloc_funcs (gcry_malloc_secure, gcry_free); ``` in some other part of my program I would need to use other...