Steeve

Results 13 comments of Steeve

Here is the [method to inject your proper helper functions](https://github.com/clipperhouse/typewriter/blob/master/template.go#L46-L51) Here is the [golang template documentation on custom function](https://golang.org/pkg/text/template/#example_Template_func) And here a good example on [how to inject a custom...

same issue on python2.7 osx el capitan using the same example as @7i11

@SavinaRoja thanks for caring about localization/internationalization stuff, this will be realy usefull in the future nevertheless, to fix the segfault issue on osx you/we need to allow the app to...

Same issue here, I've fixed it using the following process: In this example ex-primary node is `pgmaster` and newly elected primary node is `pgslave3` - on `pgmaster` remove everything under...

for the moment I'm doing this like that: ``` go res, _ := napping.Get("https://unsplash.it/250/250?random", nil, nil, nil) ioutil.WriteFile(path+"image.jpeg", []byte(res.RawText()), 0644) ``` hope this help

Why not just using [entr](http://eradman.com/entrproject/) to watch and reload?

I'm using `go version go1.11.1 linux/amd64` and have the same issue, this PR fix it. Thanks @faide

I've fixed the tests and created one for the new feature.

Sorry for the delay @prembhaskal, I was quite busy during the last days. Feel free to ping me if there's something missing.

feature branch has been rebased onto master @sysadmind :heavy_check_mark: