Lateef Jackson

Results 5 issues of Lateef Jackson

I downloaded a big pile of reddit comments. Now I am trying to parse the csv file and I am getting an error ":5:91: unmatched quote". I think this is...

For supporting and commandline arugment to pass to the binary there is a new '-a' option. Also my editor autoformats to gofmt so these files are cleaned up with the...

Wasn't sure if using delimited would improve performance but it would allow for just reading the exact number of bytes. Docs: https://dev.twitter.com/docs/streaming-apis/parameters#delimited. I noticed that Python implementation https://github.com/tweepy/tweepy/blob/master/tweepy/streaming.py uses and...

Fixes #14436 - Add `signed` formatting option to FormatOptions. - Test based on issue description

The [@typeInfo](https://ziglang.org/documentation/master/#typeInfo) syntax has change for [switch](https://ziglang.org/documentation/master/#toc-Inline-Switch-Prongs) statements.