Marco Gulino

Results 79 issues of Marco Gulino

Package a desktop version to have native notifications on Desktop. ~~Blocked by https://github.com/electron/electron/issues/15448 (unless we decide to package the bundle entirely inside the electron app)~~ Now implemented with Qt WebEngine,...

medium
feature

A simple tool to plan astrophotography sessions. Desired features: - [ ] Use connected or past devices to calculate FoV - [ ] Use js sky map - [ ]...

large
feature

Parent task: #33 Use [Donuts](https://github.com/jmccormac01/Donuts) as guiding/tracking algorithm for a builtin autoguiding solution. Tasks: - [ ] add Donuts service (fork a new process?) - [ ] implement image grabbing...

large
feature

Useful for alignment module: https://github.com/GuLinux/StarQuew/issues/28

enhancement
small

Write a new script/program that is meant to run as root, for managing current tasks executed by commands. This should be set as default to run with sudo (NOPASSWD) for...

enhancement
medium

Currently we use SQLite3 for storing stars data for sky map, and redis for everything else (including NGC/IC catalogs). It would be better to unify those databases, either in only...

enhancement
large
tech debt

follow up to #160 and #165 Add better error handing, for instance by choosing what to do in case of errors, for instance if dithering fails or star is lost

enhancement
small
tech debt

- add better API helpers, to remove lots of the current boilerplate. - Try to support async/await - add (or ease) notification support - add parameter to automatically manage spinners

medium
tech debt

Advertise backend presence on local network, to allow native frontends to easily find it.

enhancement
medium

We currently have way too many threads. we could optimise things by centralising some threads (for instance, SSE, sequences), using more queues, and more multiprocessing when needed and possible. SSE...

medium
tech debt