Shahar Hadas

Results 55 comments of Shahar Hadas

+1 ... two years ?!

@cfriedt I want to add more relevant implementations to this PR like: - `std::mutex` - `std::timed_mutex` Which I see were referecned in #45785 but are not addressed here. But are...

I have the same issue with `xz` files (**not from URL**) Happens on `1.19.21` and `1.19.19` No issue when using the uncompressed version I don't know at version it stopped...

@whodeenie I did some of the leg work on this as well, and even created a PR (https://github.com/NordicSemiconductor/pc-ble-driver/pull/271) to simplify things... thought it might be worth sharing here as well:...

> @ShaharHD Thank you for this effort. I haven't yet had a chance to follow this through but will do soon and feedback to you. @edglue Nordic actually approved the...

> Any information about it, when it will be available from nordic? @wiesener I'm afraid not. As I responed here https://github.com/NordicSemiconductor/pc-nrfutil/issues/361 you can see the respose from nordic here (no...

> I see that [NordicSemiconductor/pc-ble-driver#271](https://github.com/NordicSemiconductor/pc-nrfutil/issues/361) was merged 2 weeks ago. Any ETA for this package supporting apple silicon? Read my walkthrough - it'll give you a simple package you can...

@aryeko you're not following all the prequisite steps for setting up the build enviroment from `pc-ble-driver`... 1. Install [vcpkg](https://github.com/Microsoft/vcpkg/) - I would recommend installing the latest tag (`2022.04.12`) 2. Install...

@knoandco try to add the following before running the `python3 setup.py bdist_wheel` ```shell export LDFLAGS=-lintl ``` Building libraries like those on macOS usually involve setting up build enviroments using [HomeBrew](https://brew.sh/)...

@knoandco Because `cp39` is for Python 3.9 and you're running Python 3.10.x? which AFAIK nrfutil doesn't play nice with Python 3.10... and I'm also guessing you might have installed Python...