Daniel Jacobs

Results 5 issues of Daniel Jacobs

### Required prerequisites - [X] Make sure you've read the [documentation](https://pybind11.readthedocs.io). Your issue may be addressed there. - [X] Search the [issue tracker](https://github.com/pybind/pybind11/issues) and [Discussions](https:/pybind/pybind11/discussions) to verify that this hasn't...

smart holder
triage

See title. In Android.mk, I tried replacing uncommenting these lines on the bottom of the file: ``` include $(CLEAR_VARS) LOCAL_MODULE:= testlapack LOCAL_SRC_FILES:= testclapack.cpp LOCAL_STATIC_LIBRARIES := lapack include $(BUILD_SHARED_LIBRARY) ``` But...

I'm trying to follow these steps but with a newer ndk (e.g. r23b), but it definitely requires doing some things differently. Currently stuck on: ``` repo forall -c git checkout...

**Environment:** xtensor: 0.21.5 compiler: gcc 12.2.1 OS: Fedora 36 **Problem:** Given the following code: ```cpp xt::xtensor vec1{0,1,2,3,4,5}; xt::xtensor vec2 = view(vec1, xt::drop(2,0)); ``` I would expect `vec2` to contain `{1,3,4,5}`,...

Hi! I am wanting to measure the modulation data such as the envelop and modulation index, and I was wondering if that's possible to do with the kiwiclient even if...

question
answered