John Plocher
John Plocher
As a convert-from-Flask, I'm struggling to make fastAPI and SQLModel work together in a non-trivial use case, with many models, relationships and business logic abstractions that preclude putting everything into...
This seems to be much worse than simply a "all **models** need to be in the same file" or "fix with update_forward_refs"... It also means you can't really abstract the...
In Grid settings, think about supporting the following concepts ([__] is an input field for user preferences): Snap Grid [__] [units] Major Marking [__] dots or [__] lines every [__]...
More detail: If I create an empty symbol library called capacitor.kicad_sym, I get an erronious error message: [MAIN] Adding part to KiCad [KCAD] library_path: /Volumes/Macintosh HD/Users/jplocher/Dropbox/KiCad/Libraries/Symbols/SPCoast.kicad_sym [KCAD] Number of parts...
If I place a symbol into the formerly empty capacitor.kicad_sym library named "C", I get [MAIN] Adding part to KiCad [KCAD] library_path: /Volumes/Macintosh HD/Users/jplocher/Dropbox/KiCad/Libraries/Symbols/SPCoast.kicad_sym [KCAD] Number of parts in library...
and if I rename the "C" to "Symbol", things seem to work [MAIN] Adding part to KiCad [KCAD] library_path: /Volumes/Macintosh HD/Users/jplocher/Dropbox/KiCad/Libraries/Symbols/SPCoast.kicad_sym [KCAD] Number of parts in library SPCoast.kicad_sym: 6 [KCAD]...
It appears that: A kicad_sym file with a single symbol library arbitrarily named "capacitor" needs to exist in the Kicad Symbol Templates folder, with an arbitrary name "capacitor" that does...
Finally, where is the error [TREE] Error: Parameter template "Symbol" does not exist [TREE] Warning: The following parameters were skipped: ---> Symbol coming from?