Bjørn Erik Pedersen
Bjørn Erik Pedersen
May give you some info: https://github.com/spf13/cast/pull/80
> If base == 0, the base is implied by the string's prefix: base 16 for "0x", base 8 for "0", and base 10 otherwise. I did not originally implement...
@cbajohr I'm pretty sure we have user-facing issues in Hugo regarding this, so we should definitively fix it ... somehow. /cc @moorereason
>You clam your library to be "safe casting from one type to another in Go" If we can agree that this isn't "my library" and I have made no such...
>Perhaps instead of exists filename you could write grep '.' filename. Yea, maybe, or I could write my own `exists` command (which currently do not allow me to use the...
@thanm I may when I find time, but my first attempt running the tests inside `cmd/go` was a big failure, so I need to look into that first.
That would mean doing this for every file: ``` # Check that it exists an is executable check -exec filename # Check that it's not empty (which I assume means...
@rodrigoalcarazdelaosa yea, AplineJS is very much recommended. You may get some inspiration here: https://github.com/gohugoio/gohugoioTheme2 (yet another project that I have not found time to complete)
I hit this with the latest Hugo release today, as I had upgraded to gocloud.dev v0.25.0, downgraded now to what we had before, v0.20.0, and crossing fingers ...
I agree that this is important, but the issue description is a little bit limiting. This may be outside the scope of gopherjs core, but it is an extremely important...