Scott Thibault

Results 8 comments of Scott Thibault

I this case the results are not duplicates. The deduplication is removing the correct result. The search is for Diamantina River which is not returned: ` $ curl -s "http://localhost:4000/v1/search?text=diamantina+river&sources=gn,osm"...

It's part the RxFusion library ([https://github.com/sathibault/RxFusion](https://github.com/sathibault/RxFusion)) that provides automatic sleep management. I've worked around this issue calling getEpoch every time it wakes: [https://github.com/sathibault/RxFusion/blob/master/include/arduino/samd-sleep.h#L95](https://github.com/sathibault/RxFusion/blob/master/include/arduino/samd-sleep.h#L95)

Cool, thanks for digging into it!

I'm trying to build this on Windows following the comments above. I addition to LIBCLANG_PATH, I also had to define BINDGEN_EXTRA_CLANG_ARGS with additional -isystem paths for all the system header...

> What feature flags are you using when building? `tss-esapi = {git = "https://github.com/parallaxsecond/rust-tss-esapi.git", features=["generate-bindings"] }`

> With powershell I did like this: > > ``` > PS C:\workspace\rust-tss-esapi> $Env:LIBCLANG_PATH = "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\Llvm\x64\bin" > PS C:\workspace\rust-tss-esapi> $Env:TPM2_TSS_PATH = "C:\Program Files\tpm2-tss-Win64" > PS C:\workspace\rust-tss-esapi> cargo...

> ```shell > │ │ ├── tss2 > ``` Yes, I had done that properly. I've tried to match your setup. So I have: Visual Studio 2022 with Clang tools...

> When I am trying to use tpm2-tss master I get the same error. > > I updated bindgen to 0.69.4. And now it builds fine. Confirmed, it is working...