Ehsanul Hoque
Ehsanul Hoque
The Gerber files may be downloaded here (requires registration): https://www.pcbway.com/project/shareproject/Picoclick_C3_most_advanced_IOT_Button_98eb1819.html
I was considering doing this myself, so I am definitely open to any PRs.
This is the salient bit from your output: ``` note: /usr/bin/ld: cannot find -lcrypto /usr/bin/ld: cannot find -lssl ``` I think you're just missing dependencies. I think on Ubuntu, what...
BTW, while the compiler backend isn't important here since this was a linking issue, note that rustc uses llvm, not gcc. And I _think_ rustc still uses a bundled llvm...
While it does work with `+`, but even in that case, `#select-adjacent!` doesn't work. Try this example: ``` /** Something Else */ /** Foo */ function foo() {} ``` Expected:...
This worked for me: ```sh pip install piper-tts --no-deps piper-phonemize-cross onnxruntime numpy ``` Source: https://github.com/rhasspy/piper/issues/509#issuecomment-2575654706