Shahar Hadas
Shahar Hadas
@wiesener ... **Nordic** should be ashamed it's been over two years now and still no proper support for Apple Silicon on such a basic tool required for development. I'm guessing...
> % pip3 --version pip 22.2.2 from /opt/homebrew/lib/python3.9/site-packages/pip (python 3.9) % file $(which python3) /opt/homebrew/Cellar/[email protected]/3.9.13_4/libexec/bin/python3: Mach-O 64-bit executable arm64 Are you on Monterey (`macosx_12_0_arm64`) or BigSur (`macosx_11_0_arm64`) ? If Monterey,...
@nehalkpatel I would follow up with Nordic about this. They seems to simply not care about Apple Silicon at this moment...
> Okay as you can see in this thread: https://devzone.nordicsemi.com/f/nordic-q-a/91553/nrfutil-not-working-on-m1 Nordic is going to stop the development of https://pypi.org/project/pc-ble-driver-py. Therefore, I've checked https://github.com/NordicSemiconductor/pc-nrfutil/releases/tag/v6.1.6 and downloaded the mac executable. You then...
> Nope. M1 won't run. So I basically have a dummy, broken package for now and tell people to use x86 or Linux instead. sorry to hear that, I'm guessing...
Possible workaround can be: ```yaml - name: arn:aws:eks:eu-west-1:123456789:cluster/xxx user: exec: apiVersion: client.authentication.k8s.io/v1alpha1 args: - session - --region - eu-west-1 - eks - get-token - --cluster-name - yyy - --role -...
@tongueroo maybe a simple workaround from the `aws-mfa-secure` side would be to add "busybox style" linked scripts which uses the filename as the command (and will act as the alias)...
Are there any good alternatives?
@Tinker-zzz you mean for the library to raise events based on FTP actions performed on the FTP server? like start of upload, finish of upload, etc ?
@FlorianReimold I can add the ability to map async lambda function for events if you see it as a valid option. I can make it as a method called after...