Zohar Malamant

Results 37 issues of Zohar Malamant

# Roadmap for Doom64EX-next This is a list of stuff that needs to be done to be able to have a proper release. **†** In progress **!** Critical **?** Optional...

Add support for audio formats like FLAC, ogg, mp3, etc. Should be possible if I steal code from Kaiser's other projects. http://z13.invisionfree.com/Doom64EX/index.php?showtopic=141

enhancement

We are implementing a "driver" that uses OpenPBS to schedule jobs in the way our program expects and with the ability "do the right thing", like resubmitting on known issues....

The Python package `watchdog` https://pypi.org/project/watchdog/ lets us watch a directory for changes, particularly when files are created and when files are deleted. Definition of done is when the following test...

Currently it's some weird dynamically typed mess where the structure can be anything you want it to be. Replace it with well formed dataclasses so we can navigate GUI "snapshot"...

In the user's run, the long-running forward model step failed due to SIGSEGV and the previous step is reported as "running" with a -1 days runtime. The ensemble is considered...

bug
blocked

Start migrating over to Qt6 by enabling PyQt6 on Python 3.9+. PyQt6 does not support RHEL7, but it does RHEL8 so this is a way for us to do this...