Results 12 issues of Ashton Snelgrove

In DockerRunPlugin: ``` DockerRunExtension ext = project.extensions.create('dockerRun', DockerRunExtension) ``` and ``` Exec dockerRun = project.tasks.create('dockerRun', Exec, { ``` The scoping is well defined, the extension has priority - see documentation...

Sonar 7.7 does not support sonar.analysis.mode https://github.com/gabrie-allaigre/sonar-gitlab-plugin/issues/132 A 7.7 compatibility patch is currently PR https://github.com/gabrie-allaigre/sonar-gitlab-plugin/pull/226

Certain variables in use are deprecated. For example: CI_BUILD_REF to CI_COMMIT_SHA https://docs.gitlab.com/ee/ci/variables/deprecated_variables.html Script should be updated to look for the new variable. For backwards compatibility, both variables could be checked.

Update to latest code, converting local copy to a submodule.

enhancement
dependency

Adds library with basic logic gates implemented with tigfets.

I had a need for the eeschema netlist export format, and have implemented parsing. There are two test cases and i've updated the documentation.

I tried to build on linux . I have GLPK installed in ~/.local. Linux 4.18.0-513.9.1.el8_9.x86_64 #1 SMP Thu Nov 16 10:29:04 EST 2023 x86_64 x86_64` x86_64 GNU/Linux ``` ./configure --prefix=/home/snelgrov/.local...