Robert Ritz

Results 14 comments of Robert Ritz

Until this feature is implemented, I have created a very short notebook that runs once a day and removed jobs older than N days from the included sqlite database. FYI...

I was able to get the command to run by removing the /ckan-production container in docker via: `docker rm /ckan-production` However, after starting the site is not up. Repairing again...

FYI on Mac I'm also seeing libllama.dylib. I edited the hook file like so and it's working great. ```python elif sys.platform == 'darwin': # Mac so_path = os.path.join(package_path, 'llama_cpp', 'libllama.dylib')...

Hi Peter. I just found this repo and I'm quite excited. I was about to start a Mac app exactly like this. I'm going to get the app put together...