Florent Pillet

Results 58 comments of Florent Pillet
trafficstars

I think this is a side effect of converting the viewer code from MRC to ARC! I didn't notice that we had backward compatibility issues, so yes please push your...

Domain is the "Tag" field

Have you tried using the latest `master` branch here? Thanks for letting me know anyway!

Geez. Now I need to add Info.plist checks so as to warn developers that they need to add proper keys in order for NSLogger to work ! Thanks a lot...

Note that for NSLogger to work correctly in all cases, you also need `_nslogger-ssl._tcp` in the Bonjour services list. Add the whole following block to your Info.plist: ``` NSBonjourServices _nslogger._tcp...

the new version of the encoder uses unaligned writes, which are perfectly supported by the processor on x86 and ARM. -fcatch-undefined-behavior adds a new specific alignment check at the binary...

The networking side of NSLogger is ready for other logging source formats (right now only binary logging is supported). I actually have most of the infrastructure done for accepting i.e....

@dperetti Swifty Beaver (commercial service) is probably what's closest to you wish

@phaseOne ping me when you're done. I've been in the process of rewriting some of the code and put it under a separate account, may be worth it to have...

That's a very good question. This is interesting because last time I checked the call was optimized out completely. This may be an issue with the Swift optimizer which eliminates...