Victor Vrantchan

Results 116 comments of Victor Vrantchan

You can use the document here to get a list of files installed by the pkg and remove them yourself. https://wincent.com/wiki/Uninstalling_packages_(.pkg_files)_on_Mac_OS_X That should take care of uninstallation. I'll keep this...

we always return an `error` object with a 500 or any other error The UI can choose to display it to the user

anything you've seen in the network tab so far from the API client during troubleshooting I can't force the client to 500 with an actual 500 error to show you,...

FWIW, I think this is less of a problem in reality because any of the service endpoints we get Viewer context data in is an authenticated endpoint, which means the...

Can I suggest an alternative? Have your errors implement a specific interface, and then when you respond to the client check if the error satisfies that interface and respond appropriately....

I added the license, but as omorsi mentions, the extra debug line is not critical. I'd accept a change which removes the need for this dependency, either by skipping over...

@ripienaar The client actually implements `PENDING`. I added it there because MS SCEP server server supports manual approval. https://github.com/micromdm/scep/blob/528937a33139b55852ba3d2b8944dce7b3261404/cmd/scepclient/scepclient.go#L209-L212 As far as server side, the reason it's not implemented is...

@ripienaar is this still interesting to you? Sorry the issue has been idle for so long. I'm looking at a batch of things I can pick up to improve over...

you can edit the code and add a httputil.DumpRequest(true, r) and then write that byte array to disk.

I'll look into the log, thank you. When you are building from source, how are you downloading the dependencies? Make sure you're using `go mod download`. The `make deps` command...