Leo B.

Results 11 issues of Leo B.

If Distillery or another release tool is used to deploy an app that is using Addict, sending any email (registration, password reset) breaks.

The ergogen yaml needs - [ ] Removal of commented out lines - [ ] Meaningful comments

This adds scripts for - Specctra DSN export - Specctra SES import These are useful for using the FreeRouting autorouter.

This PR adds a separate net class with wider traces (0.5 mm) for `VCC`, `RAW` and `GND` * This makes sure DRC will flag power traces if they are too...

enhancement

This PR tightens the TRRS footprint stabilizer holes to match those from Corne. What is currently 1.5mm becomes 1.2mm. This still fits the device but allows much less wobble and...

enhancement

### Motivation Create top/bottom plates for sandwich cases using a PCB fabrication service. ### Approach ```yaml pcbs: : # setting `include_keys` to false will skip key-based footprints from the PCB...

enhancement

This PR introduces support for associations on composite foreign keys. ### Motivation It's possible to define composite foreign keys in migrations using `refences(..., with: [...])`, but Ecto doesn't currently support...

This change will allow implementing [support](https://github.com/elixir-ecto/ecto/pull/3638) for associations with composite foreign keys.

The `id` attribute on a table is only used on `` when `:col` slots are provided. The attribute goes unused if no `:col` slots are used. This proposal puts the...