Daniel Markstedt

Results 101 issues of Daniel Markstedt

The README.md in the root of this repo is pointing to an outdated Discord invite URL. I found a valid one over at https://fujinet.online/support/ but you may want to consider...

We're currently calling python logging methods without setting up a logger object first in the Web Interface codebase. This is not the optimal way to use this library. Better yet...

good first issue
web interface

The *NIX app **unar** has the ability to unstuff sit files, while preserving the Mac OS resource fork. This is to investigate potentially leveraging this for unstuffing sit files into...

enhancement
web interface

I think it'd be helpful to be able to upload to the AFP share, or to an ISO, in addition to the image dir. In the upload_file() method, we currently...

enhancement
web interface

The SHUT_DOWN command in rascsi somehow takes effect faster than doing 'shutdown -h now' or 'reboot' on the shell. The rascsi OLED monitor script has an interrupt handler for graceful...

We have a 503 error page that is displayed by NGINX while rascsi-web is starting up. Since this is loaded outside of the flask app context, we need a separate...

web interface

The Web Interface is a heavy user of the SERVER_INFO protobuf command. Since the original protobuf implementation, more granular server info requests have been introduced, such as VERSION_INFO, DEVICES_INFO, DEVICE_TYPES_INFO,...

good first issue
web interface

The 'download_to_iso' method in the Web Interface currently manually creates tmp files under /tmp and does not clean them up afterwards. Also, when unzipping a tmp file, we store the...

good first issue
web interface

RaSCSI should be able to register subscribers and send notifications on certain events, to be handled by the subscribing clients. The immediate use case is the OLED Screen, to replace...

enhancement
major effort

In develop, rascsi-web uses the protobuf interface to send commands and receive responses from rascsi. The current mocking implementation for rascsi-web won't work anymore, since it relies on the old...

web interface