cilki
cilki
I recently added PF4J to [https://github.com/Subterranean-Security/Sandpolis](https://github.com/Subterranean-Security/Sandpolis). I'm not finished, but it's working extremely well so far. Thanks for this library :+1:.
When I tried that: ``` Unresolved reference: indicator Unresolved reference: percentage ``` Is this possible to do inline or will it only work in a `StyleSheet`?
I also tried that one with the same issue. I'd like to do it inline, but I'll see if I can get it working in a `StyleSheet` next.
Update on this?
@univerz1977 Can you explain what this is doing? I'm not proficient in Groovy yet. It's not working for me. I'm writing a plugin that configures the SSH tasks for my...
@univerz1977 The problem is that I need the platform information _before_ I actually open a session with `session(remotes.host_117)`. So I believe that `extensions.add` makes `platform` available to the `hello` task,...
@univerz1977 It's working now. Thank you very much! For any others with the same issue, you can define custom properties in your `remotes` block by doing: ``` extensions.add property:{'value'} ```...
Note to myself later that this project may be helpful: https://www.rodsbooks.com/refind/.
I'm in the middle of a couple of major changes: - Revise the image format to support encryption - Revise the configuration format to use YAML instead of JSON Usually...
> That said, I'm hoping to fix everything I broke in the next few weeks Still haven't gotten to this yet, but I didn't forget!