Felix Kaiser
Felix Kaiser
We should add a small (150ms or so) delay between typing text in the textfield and updating the qr code. Right now it "stutters" when typing quickly because rendering the...
With https://wiki.mozilla.org/WebExtensions it should be possible to make the same codebase work with both Chrome and Firefox.
See https://github.com/fxkr/eagle-diff/pull/27  Dimension layer looks clean in EAGLE. Seems to work in EAGLE 6 (I didn't test it myself though, but the contributor in that PR would have noticed).
Too bad there's no easy (as in: clean one-liner) way to find a .desktop file and get the `Exec=` line.
Unfortunately, it seems that we can't set parameters for eagle-diff-git in .gitconfig. Check if that's really the case. If it isn't, maybe implement command line options for eagle-diff-git? Maybe we...
- ~ 100 DPI is a good default for schematics, ~ 600 DPI is good default for boards - should be done based on content of file, not file extension...
Right now, diffing two git versions of the same file is really cumbersome (git show $rev1:./foo.brd > old.brd ; git show $rev2:./foo.brd > new.brd ; eagle-diff old.brd new.brd).