ansoni-san

Results 22 comments of ansoni-san

Seems like you have opencv installed for arm64 but go wants to build for x86_64. Make sure that opencv and golang are for the same architecture. You can cross-compile but...

The compilation instruction for VLC work fine for OSX including 11.1 (Big Sur). I also have it working fine for the M1 ARM architecture. After following: https://wiki.videolan.org/MacOSCompile/ You'll have to...

What version of macOS are you on? And what version of Xcode?

Try installing Xcode 13.4, and then use xcode-select to switch to that SDK. That version of command line tools doesn't seem to match the build target correctly, or at least...

Yes the problem is your Xcode. It's too new and broken. You'll need a lower version I think 🤔 Or it may be fixed by changing your build to target...

@aykevi I believe `gattc_windows.go` already uses `Write` to provide write with response. Should that be changed as well? It may break compatibility unnecessarily. Although this is early days, so now...

Yay 🎉 Thank you so much for this. Hmm, I am thinking how do we determine the initial adapter state on all platforms? Probably the library should always trigger an...

So far my experience is that `adapter.Enable` does not fail when the adapter is disabled both on macOS and Windows. Are you getting different behaviour? Maybe it's a different discussion...

I feel like there should be something stronger in this library's interface which allows a user to handle this in a normalized cross-platform way. This issue currently happens with the...

I have a need for this also. I have hacked around it for the time being as I wasn't sure about the design decisions, and because probably I'm the wrong...