Thierry FOURNIER

Results 4 issues of Thierry FOURNIER

The length storage for the boundary is 70 bytes, which is the max boundary size given by the RFC 1341. If the input boundary is over 70 chars, the strncpy()...

Hi, I'm currently regarding to implement RELP server. I'm processing offer message. I see in the doc this definition of offer message: ``` OFFER = LF FEATURENAME ["=" VALUE *(","...

Following this thread : https://github.com/boazsegev/facil.io/issues/155 After reading fio-stl, I better understand your position in general, and more particularly regarding regexps. I therefore identify the wrappers strtol for integers and glob...

This code: ```go package main import "time" import "github.com/spf13/cast" func main() { var now *time.Time var s string var err error s, err= cast.ToStringE(now) println(s, err) } ``` Produces a...