Doeme

Results 9 issues of Doeme

What this patch does is it includes a policy for AppArmor (inside a new `dist/apparmor` subfolder, which might not be correct) and it lets the process drop its privileges before...

This addresses issue #244 I haven't done any benchmarking, but I'm guessing the performance impact to be marginal.

When Monkey tries serving a static file, it checks wether the process has permissions to read/execute the file by comparing the EUID with the file uid and EGID with the...

Refer to The Process here: https://github.com/KiCad/kicad-symbols/pull/2256 http://www.ti.com/lit/ds/symlink/tpd4e1b06.pdf All contributions to the kicad library must follow the [KiCad library convention](http://kicad-pcb.org/libraries/klc/) Thanks for creating a pull request to contribute to the KiCad...

Addition

This is basically just a copy of the R_Networks code, with some minor (i.e. drawing capacitors instead of resistors) and sedding s/resistor/capacitor/g. It spans the following types: * C_Pack: Multiple...

Add the TPD4E1B06{DRL,DCK} type low leakage, bidirectional quad TVS. Datasheet: http://www.ti.com/lit/ds/symlink/tpd4e1b06.pdf ![TPD4E1B06DCK](https://user-images.githubusercontent.com/2459235/93928064-08fd0c80-fd1a-11ea-94aa-9a2d107885d1.png) ![TPD4E1B06DRL](https://user-images.githubusercontent.com/2459235/93928066-0995a300-fd1a-11ea-883d-2f0100061985.png) --- All contributions to the kicad library must follow the [KiCad library convention](http://kicad-pcb.org/libraries/klc/) Thanks for creating a...

Addition
Pending footprint

This could happen in some circumstances, so we test for that case.

This function is called e.g. when a scene is switched. We do not want the camera to shut down at this time, since the next scene may also include its...

This might be up to discussion since it breaks compatilbility with imagemagick < 7, but I hadn't the time to come up with a cmake fix for this. Properly, cmake...