Mark Vander Stel
Mark Vander Stel
Note that isn't a new suggestion: it was requested in #349 and then implemented in #465. However, since then, I have completely reworked how path generation is handled, and so...
Upon inspection and further thought; this needs some user stories. If we add a new value for `LP_PATH_METHOD`, like `truncate_to_vcs_dir`, how would we know how to handle the rest of...
> It should probably be added that the last method to be mentioned may be applied several times, whether the previous ones would be applied only once. I disagree, I...
This is 100% a good idea. If a working PR lands in my inbox, I'll merge it no questions (provided it has docs and such of course). Your implementation is...
The fallback mechanism is what we now do for things like temperature that can be gathered with the `/sys` interface, since it is much faster. I agree it is the...
> Wouldn't this be useful with a more general approach? Like answering a question such as "is this currently running on my machine?". Yes, probably. The problem is that Liquid...
This isn't a terrible idea. I personally wouldn't find it too useful, but I can see your use case. If I may propose a better way to solve your problem;...
@vladimir-kozyrev I just tested v0.0.8, and it worked exactly like v0.0.7; still not working.
@vladimir-kozyrev my mistake. I don't know what I did wrong previously, so I can't report on that. But it is working now: ```terraform resource "openvpncloud_network" "network" { provider = openvpn-cloud...
@vladimir-kozyrev nice, you are correct, it works. Thanks!