mh-cbon

Results 49 comments of mh-cbon

Hi! Yes that s a great package, have you tried to build an app on travis macos ? https://docs.travis-ci.com/user/osx-ci-environment/ What do you mean by: > What i find really interesting...

HI! Thanks for report. I understand it has to be something related to heat and xml file generation phase. I see you have several others issues that need to be...

Hi, thanks that helps! Something you might want to check is 1- https://github.com/mh-cbon/go-msi#-go-msi-generate-templates--h generate the wix template 2- https://github.com/mh-cbon/go-msi#-go-msi-gen-wix-cmd--h generate a batch of the wix commands 3- https://github.com/mh-cbon/go-msi#-go-msi-run-wix-cmd--h run wix...

btw, ignore previous commit reference. ______ true, lets fix https://github.com/mh-cbon/go-github-release/issues/18, then delete and regen the gh-pages branch.

`generate-templates` sub command is an helper tool to validate the golang templating implementation, nothing more. `make` sub command will regenerate the template appropriately JIT. The templates located at https://github.com/mh-cbon/go-msi/tree/master/templates are...

I use this scheme based on [ciehanski](https://github.com/ciehanski) post. To create a key, ```go func createKey(path string) (crypto.PrivateKey, error) { path = strings.TrimSuffix(path, "hs_ed25519_secret_key") err := os.MkdirAll(path, 0700) if err !=...

commenting a bit out of context, one general solution to windows is to embed the whole compiled [tor binary](https://www.torproject.org/download/tor/) into the Go program, upon start up, extract it on disk,...

@a-gunter i can confirm this error here. by any chance can you give some guidance in patching this ? ---------- rebuilt all the projects from their sources at lastest and...

Also that would be better than increasing the delay to show the widget. This delay is rather annoying in fact, sometimes i have to hover many times to show the...

totally agree with you. Note that snap is not the only new packer for linux. Gnome is pushing its on new one too, [flatpack](http://flatpak.org/). At the time i worked on...