David Perrenoud
David Perrenoud
_From [[email protected]](https://code.google.com/u/104729248032245122687/) on January 15, 2012 06:36:52_ when the program tab is restored from fzz and there is no local copy, put up a broken link icon that lets you...
_From [[email protected]](https://code.google.com/u/112362466218558873453/) on November 18, 2012 08:45:43_ What steps will reproduce the problem? 1. Produce a ratsnest connection between two pins 2. Set both pins as Ground Fill Seed 3....
_From [[email protected]](https://code.google.com/u/107589943920706185694/) on March 06, 2013 17:26:29_ The original idea is to use Fritzing to help in reverse engineering an existing circuit. To this end, I have crafted with help...
_From [[email protected]](https://code.google.com/u/112850805511005419452/) on January 30, 2013 02:22:41_ You have previously imported a bin which contains a large number of parts, eg Adafruit's. https://github.com/adafruit/Fritzing-Library/blob/master/AdaFruit.fzbz Closing Fritzing, you keep the imported parts...
_From [[email protected]](https://code.google.com/u/104729248032245122687/) on December 30, 2013 03:16:45_ http://fritzing.org/forum/thread/1851/ Do we need a fiducial part, are pads sufficient, maybe add a circular pad shape? _Original issue: http://code.google.com/p/fritzing/issues/detail?id=2845_
_From [[email protected]](https://code.google.com/u/104729248032245122687/) on August 06, 2013 10:12:36_ Exporting a gerber with missing layers results in multiple "layer is missing" messages. Combine them all into one. _Original issue: http://code.google.com/p/fritzing/issues/detail?id=2708_
_From [[email protected]](https://code.google.com/u/[email protected]/) on January 12, 2014 12:46:23_ What steps will reproduce the problem? 1. 2. 3. Attach your sketch file and/or custom part files to the bug report. If the...
Have you already tried supporting CocoaPods? As far as I have tested, the only complicated point is the direct dependency on Clibsodium which is needed for 2 functions: `crypto_aead_xchacha20poly1305_ietf_encrypt` and...
By default on iOS, UITableView shows extra separators in the empty place below the cells:  As `RNTableView` is always initialising `tableFooterView`, these separators aren't shown. Could we initialise...
I made my own [Homebrew tap](https://github.com/davidperrenoud/homebrew-nqc) using [jverne/nqc](https://github.com/jverne/nqc) so that you can install nqc on macOS by typing: ``` brew install davidperrenoud/nqc/nqc ``` This will download the compiled version (bottle)...