Mark Zealey

Results 57 issues of Mark Zealey

My use-case is that I want to look up the nearest key with `.lower_bound` and then compare it, or the previous one with the key I searched for. If I...

If you look up a record using `lower_bound` and it is after the last key in the database; you can get a crash when trying to read or seek via...

Upgraded to 0.8.0 and build is failing on cordova-android 7. Looks due to ANDROID_SUPPORT_V4_VERSION being 28+ ... cordova-android 8 works without issue. ``` :app:processDebugResources/home/mark/.gradle/caches/transforms-1/files-1.1/support-compat-28.0.0.aar/7557fff2f0eb23fb00d4bef9f7834992/res/values/values.xml:133:5-70: AAPT: error: resource android:attr/fontVariationSettings not found....

question
android

Hi there, it would be nice to be able to specify a SWIFT_VERSION overwrite for the Pods/Pods.xcodeproj/project.pbxproj in case some frameworks we are using require compilation (for example Alamofire/) Is...

- The "+" symbol in heater+ caused mosquitto to reject all messages - Create plain number values with type specified in the topic name for easier parsing - Add in...

Once you pass a certain point (about 150k connections) in our tests, the CPU system percentage goes through the roof. This is because the kernel has to switch to some...

Looking at the code, SIGINT calls `stop_handler()` which exits 'nicely'. It should exit as at present but with a non-zero code to indicate that rendering did not complete successfully.

Please see the individual commit messages. I have not attempted to apply this to the 'new' schema and there are a couple of TODOs where I think something should be...

### Your Feature Request QUIC MUX for TCP-based streams ### What are you trying to do? Experiment using QUIC for XMPP or other sorts of non-http connections: ``` defaults mode...

type: feature

Protocol is to pass lines in the format of "mac_address rssi packet_count" at 115200bps. I've not been able to test the significant refactoring of the Wifi capture but it should...