KJ7LNW

Results 22 issues of KJ7LNW

[ moving translation discussion from #16 to here ] @ndim, > Regarding gettextize and intltoolize: I have been involved with libgphoto2's build system for about the last 20 years, so...

enhancement
help wanted
build system

See this issue comment: https://github.com/KJ7LNW/xnec2c/pull/17#issuecomment-1336596176 > Also, perhaps part of the RPM spec `%install` section could be part of our `make desktop-install`.

code cleanup

There are [alpha win32 commits](https://github.com/KJ7LNW/xnec2c/commits/win32/) in the win32 branch that compile under mingw. [This binary release](https://www.xnec2c.org/releases/xnec2c-4.4.5-win32-EXPERIMENTAL.zip) is slow and choppy because `fork()` is missing, but does run under Windows 10!...

enhancement
help wanted

This diff adds support to build against an arbitrary kernel version, not just the current running version. Existing behavior is maintained, both of these work: - ./autorun.sh - ./autorun.sh 5.4.13-1.el7.elrepo.x86_64...

Hi Ryan, You suggested in \#31 that perhaps going to an ESP32 is a better option than continuing with the SiLabs chip for BLE and WiFi. We have a [mostly...

Hi Ryan, It looks like BLE_LIB is only defined once and never referenced: ``` efm32-base]$ git grep -i BLE_LIB CMakeLists.txt: # set(BLE_LIB EFR32BG13P) ``` Is it used? If so, how?...

It would be great if jlcparts can provide a link to download easyeda models. You are half way there with EasyEDAFootprintScraper, though I know it expects python, so not sure...

Turn LEDs on or off depending on their RAID membership For example: ``` ] grep md9 /proc/mdstat md9 : active raid5 sdg[0] sde[6] sdj[4] sdk[3] sdf[2] sdl[1] ] encled md9...

The CPU brand register can now be configured by setting `VIRT_CPUID_BRAND` as an environment variable: export VIRT_CPUID_BRAND=foomodel LD_PRELOAD=/path/to/libvirtcpuid.so /some/program Note: This commit also adds `-fPIC` to the MUSL build so...

We have found that adjusting the virtual nozzle size can change the accuracy of a model borders. For example, if you have a 0.4mm physical nozzle and specify 0.35mm in...

enhancement