Alexandru Stan
Alexandru Stan
New behavior now! Every GND net that's not named GND will just have the text displaying so. https://github.com/google/pcbdl/commit/93378310b6d10e15ef07b5a149b9c2ba4dfc6522#diff-526fb11c69a6225770197dff49f9efeaR120 So: * GND -> just the normal symbol, no text * AGND...
This is done. Should probably write some tests though.
The current implementation is still pretty unusable. The extensive changes to the source code in c718fbc39266f9799fb85ae0d3084123da39a278 and issue #19 both show big weaknesses.
Perhaps https://en.wikipedia.org/wiki/Locality-sensitive_hashing as well?
So this got a lot better. There's still room for: * [ ] Locally sensitive hashing for the code and nets * [ ] Weisfeiler-Lehman Machine
My account has been getting suspended recently too. I essentially have to change my password every few days now and go through an inane security check that says it found...
+1 on this. I was chatting about this earlier on #synapse:matrix.org as well. I propose `raw` for the subcommand name, it's shorter. Instead of `custom-api-call` It would be a great...
Curious, what is this option is actually for?
> There are lots of applications that choose `nodatacow` as default for files to improve performance for their users. Do you have any examples? I didn't know this is common.
> I can't live without [brace expansion](http://www.linuxjournal.com/content/bash-brace-expansion). Indeed, one the frequent patterns I do is stuff like `mv /etc/pacman.conf{.pacnew,}`. I essentially type in the common filename, then the before,after inside...