Martin Hoefling

Results 50 comments of Martin Hoefling

I can check this out. Is Darwin platform a use case? I just did cross builds to Linux from my Mac so far.

Interesting, after installing the command line tools via xcode-select, I can build weather-station via `go build` (go1.13.1 darwin/amd64 on Catalina).

@jckuester: Are you building on a mac? Goreleaser also runs fine. Maybe cross compilation does not work without xcode tools due to tarm/serial? ``` ╰─ goreleaser --snapshot --skip-publish --rm-dist •...

If it can be realized without too much complexity in gopassbbridge we can think about it. I'm happy to assign the issue to someone who wants to build a PoC...

Ideally, you should only get a prompt if you actually requested to fill in the password or if you open the details of a password entry. The latter can cause...

Yeah, that's stored and the entry needs to be decrypted to be shown. The down arrows open the details menu. To be honest, I have no real proper solution for...

Yes, but as far as I understood, you won‘t be able to. The pinentry defocus would always close the popup before you can see the entry details. In the case...

I do not see how we can make the details view working for that browser behavior. You could cache the pin for a (short) period, then a 2nd attempt would...

@yanchenko-igor it's not clear to me how reopening can fail if your device pin is cached. Can you explain what happens with a cached pin?

Ah, now I got it. I would prefer solution 2. here as it does not affect the happy path.