Samuel Stauffer

Results 9 comments of Samuel Stauffer

I'm seeing this as well when building gocode wiht Go 1.8rc3 ``` panic: Can't find the package clause 1(runtime.panic): /Users/samuel/go/src/pkg/runtime/panic.c:248 2(main.(*package_file_cache).process_package_data): /Users/samuel/Dropbox/Code/go/src/github.com/nsf/gocode/package.go:108 3(main.(*package_file_cache).update_cache): /Users/samuel/Dropbox/Code/go/src/github.com/nsf/gocode/package.go:91 4(main.func·002): /Users/samuel/Dropbox/Code/go/src/github.com/nsf/gocode/autocompletecontext.go:325 5(runtime.goexit): /Users/samuel/go/src/pkg/runtime/proc.c:1396 panic: Can't...

n/m, sorry for the noise. I had an older gocode binary in my path built with an older version of Go. The mismatch of versions I think was causing the...

Note we have a commercial license (under Spruce Health Inc) so perhaps there's a more appropriate avenue for getting support let me know. Thanks.

I've run into a large (70MB) PDF that is taking about 90 seconds to parse and rewrite. I noticed a large portion of time is spent in contentstream parseNumber. By...

Bumped the version in master to 2.2.0 and pushed it to PyPi. Hope that helps! Samuel > On May 16, 2016, at 11:35 AM, Federico C. Repond [email protected] wrote: >...

Sorry for taking so long to get back to you on this. I'm leaving the connection pooling out of the go-thrift library since it's really using the built in RPC...

Unfortunately so: https://github.com/samuel/go-thrift/blob/master/thrift/thrift.go#L204

Interesting, I assume that's accepted by the official thrift tool? They're spec shows namespace scope as `NamespaceScope ::= '*' | 'cpp' | 'java' | 'py' | 'perl' | 'rb' |...

Thanks for the patch. Just a couple of small issues if you could look into.