Eksperimental
Eksperimental
What about typespecs of arity `0`?
What is the expected behavior?
Here' s a reduced test case for a similar bug reported in Elixir Forum https://elixirforum.com/t/incompatible-types-warning-on-complex-defguard-within-elixir-1-11-3/37885 ```elixir defmodule Warning do defguardp is_tuple_or_nil(param) when is_nil(param) or is_tuple(param) def hello(param) when is_atom(param) and...
Sounds like a hack, I think we could have two new commands more aligned to the action of systemd. `stop` - disable the systemd services and disables the entries in...
> But I wouldn't disable the Systemd service with `adsorber stop` as there is `adsorber disable` which does exactly that. enable installs the systemd services, disable removes them. start will...
NOTE: I am not a systemd expert. that I just my vague assumption of how they work. UPDATE updates the host files. I think we should not use it for...
Sorry, I was busy with other stuff, I got sidetracked.. I will run the new release and give you my feedback so we can close this issue if it's all...
I think `start` should be different from `update`. `start` / `stop` should work in the blink of an eye. just enabling/disabling the host entries..
also, the README instructions should include instructions for UPDATING adsorber, not only for installing.
Another action that could be added is `status` to check whether adsorber is running or not.