Victor Santelé

Results 25 comments of Victor Santelé

Thanks for your comment! So, with your method, you can access to the characteristics of the device? I will test that tomorrow!

When I use `peripheral.discoverService("my-service-uuid")`, the ESP crashes too. Here is the backtrace: ``` Decoding stack results 0x400836a5: panic_abort at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp_system/panic.c line 402 0x40092149: esp_system_abort at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp_system/esp_system.c line 128 0x400975c5: abort...

After some researches, I found out that the problem occurs because of an infinite loop in the function `bool ATTClass::discoverDescriptors(uint16_t connectionHandle, BLERemoteDevice* device)` in `src/utility/ATT.cpp` The program finds descriptors but...

Maybe #259 fixed `peripheral.discoverAttributes()` but there is a problem after. I will rename the issue to be more accurate.

It seems related to this [https://github.com/openai/openai-python/discussions/742](https://github.com/openai/openai-python/discussions/742) We can temporarily fix this issue with `pip install openai==0.27.8`

Hi @nturinski, It's more the opposite way. I don't have access to the resource group, only to one resource in it, but I still want to group all my available...

Up. What kind of information do you need?

The source code of `promptflow-vectordb` is not available. So we cannot fix or make a PR for this. Inside this repository, there is already a fix to fall back to...

promptflow-vectordb has been updated twice since October, but the bug is still there. Is there another way to contact the team in charge of promptflow-vectordb?

@hirdayeshbshrestha You need to set an environment variable `BUILD_INFO` like this: ``` BUILD_INFO='{"build_number":0}' ``` I don't know a good workaround for vscode container. However, you can set it before using...