Greg Hazel
Greg Hazel
MacbookPro16,1 There might be a simple patch to get it working: https://github.com/Dunedan/mbp-2016-linux#bluetooth
Using CC1310 on a SMARTRF06, git rev a38cfc889ebb2197b8775c79763e04c592fd4b77, I get: ``` ~/contiki/examples/hello-world$ make TARGET=srf06-cc26xx BOARD=srf06/cc13xx hello-world.upload PORT=/dev/ttyUSB1 CC ../../cpu/cc26xx-cc13xx/lib/cc13xxware/startup_files/ccfg.c CC ../../cpu/cc26xx-cc13xx/./ieee-addr.c AR contiki-srf06-cc26xx.a CC ../../cpu/cc26xx-cc13xx/./fault-handlers.c CC ../../cpu/cc26xx-cc13xx/lib/cc13xxware/startup_files/startup_gcc.c CC hello-world.c LD...
When searching without fulltext (and `:left_wildcard => false`) the query is constructed as `field LIKE 'foo%'`. However in fulltext mode, the query is `MATCH(`table`.`field`) AGAINST('+foo' IN BOOLEAN MODE)`, which looks...
Instead of fetching net.dns, a bunch of Java code is required: https://github.com/MiniDNS/minidns/blob/master/minidns-android21/src/main/java/org/minidns/dnsserverlookup/android21/AndroidUsingLinkProperties.java
A feature request; I'd like to use this WebRTC framework for macOS builds as well.
bdecoder
A few notes: - fixes several bugs in the old parser - does not require NULL termination of the packet - does not use the heap - recursive, but tracks...
```Julia % julia _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help....
When dns resolution retrieves answers but not of the requested address family, it passes NULL as the answer. Then `bufferevent_connect_getaddrinfo_cb` crashes. This is documented here: https://github.com/libevent/libevent/blob/99fd68abde4a59b90148db733fc51a7256cbd320/evdns.c#L5567 To address this, this...
### Describe The Bug ``` % sudo hb-service restart ℹ Restarting Homebridge Service ℹ Stopping Homebridge Service... ✔ Homebridge Stopped ℹ Starting Homebridge Service... ✔ Homebridge Started % hb-service status...
``` ruby $ ruby --version ruby 2.0.0p451 (2014-02-24 revision 45167) [universal.x86_64-darwin13] $ ruby -rUniversalDetector -e 'p UniversalDetector::chardet("(\342\214\220\xe2\x96 _\xe2\x96 )")' /Library/Ruby/Gems/2.0.0/gems/chardet2-1.0.1/lib/UniversalDetector.rb:134:in `=~': invalid byte sequence in UTF-8 (ArgumentError) from /Library/Ruby/Gems/2.0.0/gems/chardet2-1.0.1/lib/UniversalDetector.rb:134:in `feed'...