Robert Schindler

Results 39 comments of Robert Schindler

@tsvi +1 for the table approach. However, entering a service call in every table row would add quite some overhead I think. Maybe it should be a two-step process. 1....

I had to rebase onto the current branch again because the state at which it originally diverted had a bug which made testing harder, so don't wonder about the extra...

Sorry, but the more time I have, the more things I find to fine-tune :).

@jestabro Thanks! @dmbaturin > One note: IPset will be irrelevant when we switch the firewall to nftables. We aren't planning to use IPset in the future. Ah, good to know....

I absolutely never looked into Golang so far and thus prefer not to try implementing this myself, but needless to say that I could test the feature in case it...

Hmm, the ``auto_unmount`` flag should normally unmount the fs when the parent process exits... Would be nice if you could verify that this didn't happen in your case.

Does this only happen after failed transfers or always?

Then the ``auto_unmount`` option doesn't seem to work reliably... For me it does, strange. I'll remove it and run a ``fusermount -u`` instead as part of endpoint destruction, but I...

Hi, Thanks for the idea. However, I don't think it's that simple. Hass-apps not only consists of files to place in the `apps` directory, it's rather a Python package you...