AnomalRoil

Results 116 issues of AnomalRoil

This is an error that might be worth exporting to allow library users to easily spot it (`errors.Is(err, age.ErrNoIdentity)`) and issue proper guidance to their users. _Originally posted by @AnomalRoil...

### What version of Go are you using (`go version`)? `go1.9.1 linux/amd64` ### What operating system and processor architecture are you using (`go env`)? GOHOSTARCH="amd64" (intel) GOHOSTOS="linux" ### What did...

help wanted
NeedsFix

This is a newly added feature of Go 1.25: `synctest` allows to use the `time` package like one would in real life, and have a special `synctest` bubble in which...

safe PR

It seems sometimes the `TestHTTPWaiting` is failing for no obvious reason: ``` === RUN TestHTTPWaiting {"level":"INFO","ts":"2025-04-08T10:36:35.192Z","logger":"http","caller":"http/server.go:161","msg":"New beacon handler registered","testName":"TestHTTPWaiting","chainHash":"c7c4fcfaaba332f7fa808bd69d35fd2503df2966fbb051787639c806d00f8e4f"} grpcserver.go:131: MOCK SERVER: stream nil {"level":"WARN","ts":"2025-04-08T10:36:35.349Z","logger":"http","caller":"http/server.go:438","msg":"round couldn't be retrieved","testName":"TestHTTPWaiting","client":"127.0.0.1:55794","round":1971,"req":"%2Fc7c4fcfaaba332f7fa808bd69d35fd2503df2966fbb051787639c806d00f8e4f%2Fpublic%2F1971"} server_test.go:141: shouldn't...

Here's a few changes I had done a few years back and that I've been using ever since on my Workspaces. I figured I would open a PR in case...

Adding an age plugin binary for age built-in plugin support. Todos: - [ ] Add some interop tests from dee - [ ] Add some more tests with timelocked data...