Results 15 issues of Zadok

I expected that two spaces at the end of a line indicates that a line break should be inserted, but at the moment this is not the case. Gruber explicitly...

Tried to make one myself, it didn't turn out that well. Can we have something like this?

icon request

The following code fails with a nil pointer exception: ``` searchResult, err := ig.Search.User(searchUsername) if err != nil { return err } if len(searchResult.Users) == 0 { return errors.New("Specified user...

This user agent is not detected as a bot. I wonder if this is intentional or not? https://user-agents.net/string/newspaper-0-2-8

Using the most recent commit, the following line of code returns a mime error: mtomBoundary, err := getMtomHeader(res.Header.Get("Content-Type")) For example, when tested against: https://ws.sandbox.training.gov.au/Deewr.Tga.Webservices/OrganisationServiceV7.svc Reverting back two commits to commit...

The go code produced by the following is not compilable: curl https://ws.training.gov.au/Deewr.Tga.WebServices/OrganisationServiceV7.svc?singleWsdl > org.wsdl gowsdl -i org.wsdl The output is: 🍀 Reading file /Users/zaddok/training/gowsdl/org.wsdl 🍀 [WARN] Don't know where to...

When you render a timeseries, no matter how wide you render it, there are only three labels (dates) drawn on the x axis. Probably should include more by default. (Is...

Just in case anyone is wanting to ask why we would do this, 1. other libraries do it, and 2. In my case I need to make my application create...

This library uses a very sensible `USER_ENTERED` default option for updating cells. There may be times (such as in my current project) where the ability to change this is useful....

It appears not possible to set cell text or background colour, is that correct? Can we get a way to implement cell colour? Or could someone point me in the...