Results 87 comments of David Schneider

Yeah, I just import into KiCad6. So far the only thing I've missed (at least, among the new features that would make sense for csv-based symbol generation) is support for...

Yeah, my first patch hid the pin numbers, since I figured showing one random pin out of a stack was a bit arbitrary. I suppose, though, it makes sense to...

Sounds like crouton needs to be updated. Could you please propose a patch? When was the symfollow option introduced? We might need to brute-force and try both with symfollow and...

Could be simplified, but that seems right. Do any of the crouton mounts suffer the same issue, or is it just /tmp? ```shell if grep -q '^tmpfs /tmp .*nosymfollow' /proc/mounts;...

Try installing using `CROUTON_BRANCH=slowpoke_fixes crouton` and let me know if things work

@domohawk yep, that's right. If you run the remounts yourself, then the old crouton will still work. If you reboot and try crouton without running the remount commands, only the...

`sudo` needs to go before the env change, since the sudo command sanitizes the environment before launching the command (I should have been more specific, my bad). `sudo CROUTON_BRANCH=slowpoke_fixes crouton...

Ohh okay, that output helps a lot. It's failing at `getrelease.sh`, which is run well before the code for remounting symfollow. I'll have to look at the various codepaths and...

Alright, hopefully the latest version of slowpoke_fixes works. Please give it a shot when you get the chance.