jade

Results 267 comments of jade

This isn't quite right. I have committed a tested and working fix in 3ae360a.

I just followed the first half of this guide in KiCad 5 and it seemed pretty ok. Key shortcuts need some updates though, I will potentially PR those.

I also made a mistake when designing mine by using some of the components from the external libraries which are IMO lower quality than the built in one. End result...

@m47jiang I also did this on my PCB. The tutorial needs to be fixed to address this. Use schematic symbol Device:Crystal_GND24 and the appropriate footprint from the KiCad library or...

I'm considering filing this as an issue, but I can't figure out if it is intended or a bug: On WSL, a cloned window doesn't inherit from the original's environment...

quickjump usually lags out the JS engine instantly if I apply it to esqueleto or persistent e.g., so I think this PR is still relevant, although I am wondering if...

That seems correct. Abra rewrote it and it appears to no longer be vulnerable, so this can be fixed.

```haskell module FourmoluBug ( item1, -- * Section -- -- $sectionDesc -- comment that is not part of the docs item2 ) where item1 = () item2 = () --...

Hi! I'm not sure if I understand the full context of this change. It looks like it's moving the code to the parent directory of the programs directory. I'm unfamiliar...

The tricky thing about the way this works is that it looks in the current directory. So you have to do it from a nixpkgs checkout. We should document this...