Michal
Michal
Workaround: ``` stack_snapshot( ... vendored_packages = { "amazonka": "@amazonka//:amazonka", "amazonka-s3": "@amazonka-s3//:amazonka-s3", } ) #################### # Vendored packages #################### http_archive( name = "amazonka", build_file_content = """ load("@rules_haskell//haskell:cabal.bzl", "haskell_cabal_library") load("@stackage//:packages.bzl", "packages") haskell_cabal_library(...
Thanks for your help! Unfortunately this issue doesn't manifest itself with zlib, this was the first thing that I tried :). Hard to say about different C libs.
This error is in my log as well. But it **doesn't affect** the connection/working of the app. Just a speculation but maybe startDiscovery will both trigger BluetoothWrapper.MSG_DEVICE_FOUND and BluetoothWrapper.MSG_UUIDS_FOUND. And...
On some devices, the BluetoothSocket#isConnected method always returns "false". I had the same problem and it is also reported here (http://stackoverflow.com/questions/14792040/android-bluetoothsocket-isconnected-always-returns-false). Because of this, the plugin wont work on some...
@h2altitude How did you check that the BluetoothSocket#isConnected returns true properly ? look at the code here: https://github.com/tanelih/phonegap-bluetooth-plugin/blob/master/src/android/BluetoothWrapper.java#L588 When you are trying to start the connection manager, and the socket...
@tanelih here is my fork, with the changes applied: https://github.com/kozak/phonegap-bluetooth-plugin Not sure if you want me to make a pull request. I didn't test it extensively. I don't know of...
@tanelih I've made the pull request. Exactly, when the socket is not null, we assume its connected. We null it on disconnect() and read() failure. Any write or read on...
I also get this problem on: ``` % docker --version Docker version 20.10.23, build 7155243 ```
Will have to investigate when I get some time so I can get you a good test case
Hi Paf, How would you like the tutorial to look - would something like this be ok? https://github.com/kozak/purescript-foreign-generic-example/blob/master/src/Main.purs Actually this doesn't add much more than the examples in `test`. The...