Skip to content

why not just use a map?  #997

@bdytx5

Description

@bdytx5

[hardware_filters]
cpu_ram = ">20"
disk_space = ">20"
gpu_name = "RTX_3060"

first of all TOML seems to be perfect, except for this syntax. Why not just do ->

hardware_filteres = {
cpu_ram = ">20"
disk_space = ">20"
gpu_name = "RTX_3060"
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions