Jonathan Foster

Results 6 comments of Jonathan Foster

I just tried to install MWPhotoBrowser with SDWebImage pinned to ~> 4.0 and I ended up getting MWPhotoBrowser 0.0.1 installed and couldn't compile due to https://github.com/mwaterfall/MWPhotoBrowser/issues/181. SDWebImage 4.0 has some...

@Matsepura fixed this issue back in November of 2017, https://github.com/thiagoperes/IDMPhotoBrowser/commit/265bb65bb7a3c64d3a95ce99f80db639b608ee51. There have been a ton of improvements in SDWebImage since 4.0 so I consider this a critical release. On 4.0,...

@thiagoperes, can you tag a new release that includes this fix?

Looks like the issue is with the `tool-clangtidy` registry config, the files for `darwin_amd46` appear to be misconfigured. `darwin_arm64 ` should be a different download URL than `darwin_x86_64`. ```json "files":...

@ivankravets It looks like LLVM does have [native binaries for Mac ARM now](https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/clang+llvm-17.0.6-arm64-apple-darwin22.0.tar.xz). I can install Rosetta or even copy an arm64 binary from LLVM's repo as a work around,...

In my case, I'm using the espressif toolchain and clang-tidy is the only tool that isn't native ARM. Would it make sense to update packages incrementally as arm64 is supported?...