Greg Hazel

Results 78 comments of Greg Hazel

I'm sure about the connection. Uniflash was able to flash the chip just fine, and hello-world worked.

In your test case you've explicitly passed `*` to the search function. If the search cop model used `LIKE` instead, you wouldn't need to add the `*`, it would automatically...

fulltext has the benefit of finding any word with that prefix though, right? `LIKE '%foo'` only works on the first word.

That feature would work great for me. I'm a little skeptical about splitting on spaces and adding asterisks -- probably there should be escaping or something. My use case is...

Switching to c-ares (which I'm doing for other reasons) will solve this as well. https://c-ares.haxx.se/ares_library_init_android.html

Google Nearby does use Wifi, so disabling it will break the test. Instead, disassociate with the wireless router you have.

The parser is designed to be progressive, always returning a pointer to the next character. Since `memmem` always started over as well, I left that alone. If the code can...

I rebased on master and updated the PR. (and then came here and saw your edited comment :/) Yes, feel free to use my name. Also make sure you get...

> > and while changes > > ? The change in `bdecode_int` to a while loop, as you requested here https://github.com/jech/dht/pull/31#issuecomment-366359583