-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
qchar encoding returns an optional string which introduces some API friction given it's unlikely to fail.
See Render.swift
static func parameter(label: String, index: UInt?) -> String {
// TODO: Handle format issues of qchar encoding
parameter(label: ParamName.label.rawValue, value: label, index: index) ?? ""
}Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed