Kifir Kifirkin
Kifir Kifirkin
@clakeboy This behavior is used for all zero values. Its because if you initialize your struct with just some fields updated, other would be zero values and you could accidentally...
I remember that `mime` was introduced at version [1.10.0](https://github.com/gopasspw/gopass/blob/b9b0f1be985f5a3ae25a77852064aaf1e042c952/CHANGELOG.md#1100) But I think it was removed later. Try to run `gopass fsck` to fix leftover mime
@WolfangAukang to check whether it fixed problem, try to `gopass edit` that secret, which seemed to be broken in PassForIos.
Check wether `gopass fsck` has arguments for that case, or maybe better to ask `gopass` folks for the answer?
Hi! I have [git-for-windows](https://github.com/git-for-windows/git/releases) installed with option that included linux scripts and added `sh.exe` to my path, and I've changed `/bin/sh` to `sh` in `postinstall` and `scaffold` in `packages.json`. Everything...
Please make it happen 🙏
Version 0.3.9 has the same issue. seems like inline windows cant get focus
I've found place where this bug was introduced https://github.com/onivim/oni/commit/e612eb860224d9f36528501cfd7c3a221e635305#r31743213 UPD: seems that is not true. Inline editor didn't get focus. But I can't find why :sob:
I've tried to debug this thing a little bit: So I set `autoFocus = true` here https://github.com/onivim/oni/blob/c7b11e462cc97f56fce313106570e5bb1e02eee5/browser/src/Services/Learning/Tutorial/TutorialBufferLayer.tsx#L126 , but it seems that it helps once, if I open another tutorial,...
[Example](https://github.com/qor/qor-example/tree/full_featured_ec) for [QOR SDK](https://github.com/qor/qor) just moved from `Gin` to `Chi`