Vincas Dargis

Results 143 comments of Vincas Dargis

> there are many approaches we could take. Did you have any discussions, got any new ideas how actually implement this?

> and following the recommended practices of the CMake dependency providers. And these dependency providers cannot take any more information from within main `CMakeLists.txt`? EVERYTHING has to be provided via...

> Do you mean, editing CMakeLists.txt as a text file, and adding [option](https://cmake.org/cmake/help/latest/command/option.html) statements, or editing the CMake variables passed to the build like described [here](https://doc.qt.io/qtcreator/creator-build-settings-cmake.html#initial-configuration)? @jcar87 I have bunch...

> To circumvent that limitation I ended up creating [cmake-conanfile](https://github.com/tkhyn/cmake-conanfile) which can inject cmake variables in `conanfile.py` files before conan is run. Maybe it can help you? Thanks for noting....

Great progress @nycholas ! > https://github.com/cenobites/flask-jsonrpc/ blob/master/examples/pydantic/run.py#L158 This link is broken btw.

``` # ls -l /dev/dma_heap/ total 0 crw------- 1 root root 250, 1 Aug 11 05:12 linux,cma crw------- 1 root root 250, 0 Aug 11 05:12 system ```

Used [pyenv](https://github.com/pyenv/pyenv) to build local Python 3.11 and it works with it.

Same `gst_shark_tracer_hook_pad_push_pre` crash with same rtspsrc for me.

> Perhaps you can try and see what compiling without assertions (defining NDEBUG) results in [1] ? I've did this: ``` #define NDEBUG #include "src/3rdparty/expected.hpp" ``` And it builds! Thanks!

It seems that this is now very dire need with legacy wallet being removed from Bitcoin Core: https://github.com/chris-belcher/electrum-personal-server/issues/309