Jesse Leite

Results 190 comments of Jesse Leite

@markzegarelli Oh wow, okay I'm able to reproduce the issue locally now. It all depends on cache/stache state when running `ssg:generate`. We're not sure this is a problem with the...

Oh interesting. Does running with `-n -q` flags suppress that spinner error?

We could add a `SubmissionSaving` event, similar to our `EntrySaving` event. ![image](https://user-images.githubusercontent.com/5187394/137923036-111efbbd-4489-4ac0-b15c-01f00b264eb0.png)

Oh they responded to my customer support request. They're saying: >"The distance from copper to slot should be at least 0.3 mm" @GEIGEIGEIST By chance have you had any trouble...

@Lefuneste83 Curious if you ended up building yours off those gerbers you linked, and how it worked out? >I have ordered the following file and it was validated by JLCPCB...

I'm not even using LEDs on this build, but if 1.4 is less JLC warnings/errors, that sounds great! I see your commit on the [1.4 gerbers.zip](https://github.com/Lefuneste83/KLOR/blob/main/PCB/klor1_4/gerbers/gerbers.zip) is only from last...

We have to be very careful about not just switching back to `v-if` though, as `v-show` was very intentional for fixing _**a lot**_ of issues around conditional fields and [data...

>Maybe there's more we can do performance-wise to defer slower logic until fields/sets are expanded/shown, without disrupting data flow on save with field conditions, revealers, default field values, etc. ^...

> We have to be very careful about not just switching back to `v-if` though, as `v-show` was very intentional for fixing _**a lot**_ of issues around conditional fields and...

Didn't anticipate this, but ended up finding issues with the new `$parent` syntax around revealer hidden fields, which would've caused data loss. Sorry @florianbrinkmann @simonerd, this PR turned into a...