Zach Gray

Results 31 comments of Zach Gray
trafficstars

I guess maybe this is somewhat unsurprising when diffing the contents of the x86_64 vs arm64 slices (opencv), which I included in full below for the sake of discussion. The...

Missing symbols in opencv are defined here it seems: https://github.com/opencv/opencv/blob/17234f82d025e3bbfbf611089637e5aa2038e7b8/modules/core/src/tables.cpp https://github.com/opencv/opencv/blob/8b4fa2605e1155bbef0d906bb1f272ec06d7796e/modules/core/src/precomp.hpp

I'm reopening this--thought I'd worked it out but I haven't. what im trying to do: - `lipo -thin arm64 libopencv.a` - `ar x` it - `for file in *.o; do...

@hendych what symbols are missing in your case? because another issue I know a few users of this hack have seen is missing swift std lib, and theres a specific...

@bogo for sure. do you want to come on our podcast to talk about all this stuff?? was thinking it'd be a cool episode anyways lol. https://podcasts.apple.com/ca/podcast/the-bazel-show/id1544005904 :laughing:

So, I pulled the latest code and was seeing this same behavior in my angular2 + webpack project. After setting some breakpoints, I saw that `this` is always undefined in...

Made suggested changes: ``` { "bin": { "kalk": "jdeploy-bundle/jdeploy.js" }, "author": "[email protected]", "description": "A CLI calculator written in Kotlin.", "main": "index.js", "preferGlobal": true, "repository": "https://github.com/zachgrayio/kalk.git", "version": "1.2.4", "jdeploy": { "jar":...

Interesting. Maybe I'll try reinstalling Node again. I had installed via Homebrew once and then with the installer the second time since there's known issues when installing via Homebrew, maybe...

`PINTEREST_TULSI_COMMIT` as it's set in master also includes the dsym change already, probably safe to drop that part of the diff and keep the bazel 5 bits?

>i thought you said that xchammer version was broken in your m1-sim branch? it could just be the release artifact I had to create that's not working, maybe not so...