Junior Martinez

Results 18 comments of Junior Martinez

@taoyinzhou I can't right now I am out on business and don't have a matter setup with me. How ever you can see in my previous log that my device...

Something I noticed personally is that bluez is really flaky on raspis when connected to a 2.4ghz wifi. more so with 22.04 Ubuntu than previous version. I had a lot...

I am having a similar issue when setting clang-format.executable to my homebrew (macOs) install of clang. `"clang-format.executable": "/opt/homebrew/opt/llvm@16/bin",` ![image](https://github.com/xaverh/vscode-clang-format/assets/67972863/5ca0d348-5527-43ac-b4ab-1bc9c68b024d) I tried to provide full access to the folder and bin...

in line with @jmeg-sfy comment. This can probably be regrouped in one fonction and then used in all 3 cases instead of repeating the same logic 3 times.

@tecimovic @brdandu Can we add the featuremap name to the global attribute? Right now we are just listing the code 0xFFFC. `` `Make sure that the FeatureMap attribute has some...

@bzbarsky-apple Trying to run any test under src/messaging/tests/BUILD.gn ran is the seemingly same issue. We had a series of tests running fine on our hardware not long ago. Currently, there...

If fixed two test group if i recall. The others i could not even try to run them or debug because enabling them overdflows the flash space of our devices

I just tested the tests. They all link but there is an issue with the event loop. The queue gets full and it causes other issues in the exchanges manager...