cilki
cilki
With plain CSS, I used to do it like this: ``` .progress-indicator .percentage { -fx-fill: null; } ``` I was expecting substructure CSS styles for `ProgressIndicator` to be similar to...
### Feature Request Is there any way that custom properties could be implemented for each `Remote`? ```groovy remotes { local { host = 'localhost' user = 'username' platform = 'linux'...
It should be possible to support multiboot images (multiple operating systems in one image) by running the regular build process on each template in parallel and then merging the results...
Because of how widespread the ISO9660 format is, it may be worthwhile to optionally allow exporting a bootable `.iso` instead of a regular `.gb` image. The main obstacle is `goldboot`...
In order to enable PXE booting, the user would need to also add the goldboot registry's IP to their DHCP server. When enabled, the registry will: - Start a TFTP...
It would be useful to have a base template that does nothing and allows a user to configure things like the boot command manually.
``` goldboot init --profile SteamDeck goldboot build ``` The above builds a stock Steam Deck image successfully, but I have no way to test it on real hardware yet (I'm...
There are several loss patterns in `HolePunchHandlerTest` that are unreliable and need to be reinstated.
The following extension points need to be created: - [ ] Attribute: responsible for registering generated attributes - [x] Exelet: responsible for registering message handlers - [ ] UI: responsible...
The attributes stored in `attributes.yml` need to be registered with the instance on plugin load.