Dmitry Galchinsky
Dmitry Galchinsky
https://www.kvraudio.com/forum/viewtopic.php?f=33&t=386712 says that Biquad.cpp may contain an error and suggests the following patch: ``` --- a/DSPFiltersCPP/source/Biquad.cpp +++ b/DSPFiltersCPP/source/Biquad.cpp @@ -143,8 +143,8 @@ void BiquadBase::setOnePole (complex_t pole, complex_t zero) const double...
It is a feature-request or an RFC. Current C++ implementations of `std::function` usually hold small closures in the functor itself to avoid heap allocation. As I can [see](https://github.com/jckarter/clay/blob/master/lib-clay/lambdas/lambdas.clay#L49), Clay's `Function`...
main.clay: ``` external curl_easy_init(): OpaquePointer; main() { curl_easy_init(); } ``` - `clay main.clay -lcurl` works - `clay main.clay -lcurl -run` don't: `clay: error: Cannot find library 'curl.so'` - `clay main.clay...
### Windows Terminal version 1.21.1272.0 ### Windows build number 10.0.22631.0 ### Other Software nano 6.0 any app that supports alternatve scroll mode ### Steps to reproduce Run any app that...
### Windows Terminal version 1.22.240823002-preview ### Windows build number 10.0.22631.4037 ### Other Software tmux next 3.5 (latest so far 34807388b064 commit built with --enable-sixel) ### Steps to reproduce In WSL2...