3362231
Bump pillow from 9.5.0 to 10.0.1 - dependabot[bot]pub fn with_capacity(capacity: usize) -> HashSet<T, RandomState>
Creates an empty HashSet with at least the specified capacity.
The hash set will be able to hold at least capacity elements without reallocating. This method is allowed to allocate for more elements than capacity. If capacity is 0, the hash set will not allocate.
HashMap
where the value is ()
.#[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
pub struct ConfigEntry {
/// The description of this config entry.
pub description: String,
/// The type of the entry.
pub entry_type: EntryType,
/// The flags of the entry.
pub flags: CFGFlags,
/// The name of the entry, used in the config file.
pub name: String,
/// The symbol of the entry as used in the source code.
pub symbol: String,
}
17 files changed, 985 insertions(+), 435 deletions(-)
/etc/runlevels/boot
in the install usb and it should bring up sshd❯ sudo dd if=install-amd64-minimal-20230924T163139Z.iso of=/dev/sdc bs=8192k; sync
58+1 records in
58+1 records out
488900608 bytes (489 MB, 466 MiB) copied, 1.43392 s, 341 MB/s
/etc/runlevels/boot
in the install usb and it should bring up sshd mount -o rw
?gentoo /mnt # mount -o rw UUID=2023-09-24-18-32-47-00 /mnt/liveusb/
mount: /mnt/liveusb: WARNING: source write-protected, mounted read-only.
gentoo /mnt # mount -o remount,rw UUID=2023-09-24-18-32-47-00 /mnt/liveusb/
mount: /mnt/liveusb: cannot remount /dev/sdc read-write, is write-protected.
dmesg(1) may have more information after failed mount system call.
sdc 8:32 1 119.3G 0 disk /mnt/liveusb iso9660 ISOIMAGE 2023-09-24-18-32-47-00
├─sdc1 8:33 1 246K 0 part 99354d5d-f71e-4501-a85f-556db6b5e0c5
├─sdc2 8:34 1 2.8M 0 part vfat 6B18-43A4 99354d5d-f71e-4501-a85c-556db6b5e0c5
├─sdc3 8:35 1 462.9M 0 part hfsplus ISOIMAGE 99354d5d-f71e-4501-a85d-556db6b5e0c5
└─sdc4 8:36 1 300K 0 part 99354d5d-f71e-4501-a85a-556db6b5e0c5
/dev/sdc3
?cfdisk
on the iso?⠿
label), which doesn't make it easier.⠿
label), which doesn't make it easier. DoDraggableButtonLogic
feels a bit inconvenient with the two bool pointer arguments. Dragging/moving support could be added to listboxes in general and enabled when desired if possible. I think making the entire list item draggable would be easier for server settings. I supposed you could also add delete buttons to each individual list item instead of having one global delete button.DoDraggableButtonLogic
feels a bit inconvenient with the two bool pointer arguments. Dragging/moving support could be added to listboxes in general and enabled when desired if possible. I think making the entire list item draggable would be easier for server settings. I supposed you could also add delete buttons to each individual list item instead of having one global delete button.