Nikola Dućak
Nikola Dućak
Had the same issue but managed to fix it. Going to https://developer.apple.com, logging in and agreeing to "[Agreements and Guidelines for Apple Developers](https://developer.apple.com/support/terms/)", then doing `xcodes update ...` and trying...
Hi, I've had similar issue before and i've fixed it by broviding the OPENSSL_ROOT_DIR to my cmake command `cmake .. -DOPENSSL_ROOT_DIR=/opt/homebrew/etc/openssl@3` (MacOS `brew` installation path). Can you passing that to...
Sorry for the delayed response. Does `/usr/lib/openssl-1.1/` exist on your machine? Maybe you can try to set OPEN_SSL_ROOT_DIR to be just `/usr/lib`? Also I see `/usr/lib/libcrypto.so` but no `*.a` so...
@BlueInGreen68 a fix for #56 is on master, can you try running it again?
So this message is with the latest version of the master? Are you specifying any command line arguments and do you have anything set int your config? (~/.caps-log/config.ini)
I haven't managed or seen this issue so far... Looks like it's only found on arch linux (so far)? Can anyone build it in debug and run it under a...
Makes sense. Thanks for looking into this! Looks like initial dimensions for ScreenInteractive::Fullscreen() are set to 0. I didn't find these values being overwritten later. https://github.com/ArthurSonzogni/FTXUI/blob/dfa461b46b9098d566f73072827b9204315ffde2/src/ftxui/component/screen_interactive.cpp#L395 I did see that...
> That did the trick, thanks for the fast fix! Good, I cleaned things up and merged the fix! > And thanks for the heads-up, that explains why the code...
I've found something that worked for me, agreeing to developer terms and guidelines from https://developer.apple.com after logging in and doing `xcodes update ...` and trying `xcodes install ...`again worked, i've...
> Project looks great Thanks! > just thinking it would be nice to have install available via os package manager as well. Agreed, I'll look into it once I finish...