Tamás Gulácsi

Results 146 comments of Tamás Gulácsi

Just read into io.Discard in Close?

Though Response has SetDeadline, Stor has nothing, and every net-calling method should support Context. But the underlying net.Conn does not support Context. It can serve timeouts with Set(Read,Write)Deadline, but cancellation...

Use gopkg.in/goracle.v2 - that needs Oracle libs only at runtime, you can compile it on a machine without Oracle!

"rm -f" never returns error...

Putting samples somewhere else would reduce the repo size about 270MiB. See discussion: https://groups.google.com/g/golang-nuts/c/q8hweiIanBQ

Any odds against git-lfs for that two directories?

Thanks for the positive response! My use case is a niche, but I have to send unlimited data (records from database query resultset) to the client. I use a hand-made...

A copy-paste sometimes ends with \x00 - Vi shows it as ^@, helix as space. echo -e "this is \\\\x00\x00:" | hx the cursor vanishes over there, but my problem...

Sure, but cleaning the docs is easier :)

Yes, if you set the CC environment variable to another C compiler (clang or TDM-GCC64 or MINGW64 for example). As Oracle does not allow access to its proprietary SQL.NET protocol,...