mlilley
mlilley
getInfo() forces args [-f, best] when no format is specified by the caller, which can result in the selection of sub-optimal formats (ex: 720p when 1080p is available). This is...
This is a cracker. Given a hierarchy of: [A] has many [B] has many [C]. When an [A] is destroyed, the "destroy" listener receives (model, collection, options) where: - model.collection...
KiCad creates lock files when schematic and/or pcb is open, that should not be included in repos: ~*.kicad_pcb.lck ~*.kicad_sch.lck These files are unfortunately not mentioned in the documentation, but are...