Milan Nikolic

Results 318 comments of Milan Nikolic

You can probably try to use an older version of go-bindata-assetfs, but this whole project really needs to be reviewed, i.e. to add native Go assets support, fix issues with...

Hi, frontend part of this project was just me trying to use modern frameworks like `Vue`, but actually never did use something similar before. All PRs that can improve that...

Are you using org.acra.sender.HttpSender.Type.JSON or plain form? It seems there are some issues with form library.

I didn't had time to check, I guess report.go needs to be compared with actual output. I only tested with example output from acra project, not from actual output.

I implemented a workaround in 829590616b75a915619eb3ac3f7b14a143387a15 .

It is already like that in code https://github.com/gen2brain/beeep/blob/master/alert_darwin.go#L14, i.e. tell System Events. Did you try to use it, what happens and what is expected?

There is support currently for `sw-notify-send` that I use, repo is here https://github.com/mgorny/libtinynotify-systemwide/ . As written there "All it does is looking over procfs (/proc) for all D-Bus session buses,...

What are the chances that the user will have that installed? The first app seems to be packaged as a bundle, so I guess it will not be in PATH....

@brandonwkipp As discussed in some other issues, I don't like that approach, it embeds the foreign app/binary in source code. If it is installed it will be used, otherwise, it...

Not sure, I don't use macOS and so cannot follow the changes there, I just sometimes use VM for testing. I think the only possible solution (without CGO) is to...