Codey Oxley

Results 43 issues of Codey Oxley

Facebook has support for 2FA in the way of "Login Approvals". This bitlbee plugin should support this: ``` facebook - Logging in: Authenticating facebook - Login error: Login approvals are...

enhancement

Hound is super simple to deploy, but hundreds of repos to search through it gets quite hard to parse. I suggest having a view to "minimize" the repo names where...

enhancement
help wanted

If Asciinema is going for completeness, it might be interesting to support hyperlinks. The data is in the `.cast` files — just not interpreted in the display / rendering. **Details**:...

I'd love to move over to `mcfly` from `fzf`, but the keyboard shortcuts are doing me in. I don't have arrow keys that are ergonomically accessible, so is much preferred....

### Problem Statement Example referenced: https://github.com/open-telemetry/opentelemetry-go/blob/main/example/view/main.go#L49-L60 I've been referencing the Go API docs, source code, and example usages for the last day and from what I can tell "Views" are...

enhancement
blocked:specification

OrderedMap values aren't recording their comments like normal maps. Reproduced using the example in the linked issue, copied below: ```go package main import ( "bytes" "fmt" "io" "github.com/goccy/go-yaml" ) var...

reviewed

It's entirely possible that I'm using this incorrectly, but it seems that `yaml.CommentToMap(cm)` only retrieves comments if they're on the first key for each map. Should I be decoding to...

Hey folks! I have a use-case where we already use `xxh3` for hashing various things, including the key for a previous cache's key. We're using `bigcache` now, but it's a...

# Summary Context: #9034 Recording or analyzing database operations can be valuable. Think recording historical requests and replaying them locally — or in a shadow tier — and comparing what...

api: bigtable
stale: extraold
size: m

Because `ReturnToVTPool` doesn't recursively do the same for applicable field member's, it's easy to make a nasty mistake: ```proto message Foo { option (vtproto.mempool) = true; repeated Bar bars =...