Erik
Erik
The red herring seems to be the requirement: > It should work using on Tor (TCP only, maybe UDP on clearnet) Can we generalize this requirement? What are the requirement...
Having those two didn't work for me. What I discovered works is a combination of both: http://localhost *://localhost Doesn't make sense you need both since you would think http is...
Doing a review of Dero. Why use this license instead of an open source license like GPL or Apache? Isn't there concern of a chill effect preventing developers from joining...
You answered the first question. Thank you. The second question is 'Isn't there concern of **a chill effect** preventing developers from joining a project with unclear copyright ownership and forbidding...
@secretnamebasis I had high hopes of being able to integrate into other software as well as being able to contribute to the core capabilities. As noted above, the legal risk...
Thank you for the response. I was going to default to Apache DBCP, but you pointed me to what appears to be a better direction.
This might help https://github.com/nativescript-community/ble/issues/261 I'm reading without a problem on Android 12 (API 31) now. I'm using nativescript-vue, and to debug, I output the JSON with: ``` {{ currentDevice.json }}...
@ray007 if you want to check it out, I got it all working in this app https://github.com/erik777/fun/tree/main/nativescript/osBT-ts Runs on Android 12 and 11. Note I had to do things with...
@ray007 so far I have only seen in the discoverServices response. I have yet to see advertisingData populated, but also haven't considered it, so not sure when it is supposed...
I resolved without directly adding backpressure, but, rather, just adding another checkCallHook inside the consumer of the "registger" case in TcpEventBusBridgeImpl. I used the BridgeEventType.RECEIVE type since it was not...