Lasse

Results 6 issues of Lasse

CDM does not work if dialog is not installed and output is hard to catch as it just exits without error information. Please mention in the documentation that this is...

Namely here: ``` def __init__(self, name, host, port, timeout=None, logger=None): ''' :param name: name of the target :param host: host ip (to send data to) currently unused :param port: port...

bug

Pretty self-explanatory. The commands fail if there are no static files under version control. Surely it should be possible to do this without having some dummy static file.

I followed this part of the README: https://github.com/obsidiansystems/obelisk?tab=readme-ov-file#default-ec2-deployment But when I run ob deploy push, I get this: ``` user@ubuntu:~/obelisk-deploy$ ob deploy push DONE Built on ./.obelisk/impl [command] Process exited...

After installing obelisk on a clean install of Ubuntu 24.10, I get this error when running `ob run`: ``` user@vm:~/emptydir$ ob run ./.obelisk/impl: command not cached, building ... DONE Built...