Carsten Rietz

Results 21 comments of Carsten Rietz

In the meantime i think you have to convert the date via `excelize.ExcelDateToTime` as 44087 is a correct excel date see [here](https://stackoverflow.com/questions/981655/how-to-represent-a-datetime-in-excel).

Hey @hyangah ``` $ /snap/bin/go version go version go1.14.4 linux/amd64 $ which go /snap/bin/go ```

I am not sure if snap is the issue here. Checking the version string from the official docker container is looks the same: ``` $ docker run --rm golang go...

Hey all, i was provided with a json schema from another customer which is relatively big and has severe typos in several locations, e.g."$comments". Those are running into the here...

I am also trying to host grpcui on a subroute and got some unhelpful http 301 redirects to '/'. But using `http.StripPrefix` correctly works fine: ``` mux.Handle("/ui/", http.StripPrefix("/grpc-ui", h)) ```...

I see the same with an .xls file. Seems to be a common issue also in other mime detection libraries like [ruby](https://github.com/mimemagicrb/mimemagic/issues/50)

Sadly i cannot share the file. When i remove proprietary information and save it the resulting file is correctly recognised as "application/vnd.ms-excel". file in version 5.41 shows the correct mime...

Thanks for the tip. Sadly this file seems to work somehow different. When i set the limit to unlimited neither the subheaders nor the magic bytes at the end of...

Glad to do so! The output is ``` 1616 00000000000000000000000000000000 ``` Some more information that might be handy: ``` in[26] = 3 firstSecID = 2 ```