Robert Marciniak

Results 17 comments of Robert Marciniak

Just a sanity check: - is it properly exported? - does it have any effect? (e.g. putting `echo "whatever" > some_path` as `GAMEMODERUNEXEC`'s command)

Does it have anything to do with `/posts/` into `/post/` url redirection? https://themes.gohugo.io//theme/hugo-coder/post/ look at url when pressing "Blog"

1. `` (or let completion menu pop up by itself) 2. scroll through available completions, some editors show additional "preview" with doc/signature of selected item in completion menu. Scrolling using...

Looking at https://github.com/mattrubin/OneTimePassword/blob/66f284e22c170ffcc2c9dcf055a1efeb260c766d/Sources/PersistentToken.swift#L31-L35 maybe this is not a feasible approach.

https://github.com/dunhamsteve/ios is a bit more ergonomic, and allows dumping keychain file

Now I'm missing a way to import dumped ascii keychain into macos keychain store, to then query stuff as specified in https://github.com/mattrubin/Authenticator/issues/383#issuecomment-995348508

I've managed to decode the url, by base64-decoding the `"gena"` field from `irestore`'s `dumpkeys` output, into `otpauth://totp/algorithm=SHA1&digits=6&issuer=&duration=30`. There's no secret in this decoded url :

There's also `Loading driver btrfs.efi... success`

Sadly, nope. I don't think it gets to the parsing of `Options` part, without it, using root subvolume it produces the same error, and when using `multipart(0)...` syntax it also...