Tyrone Wu
Tyrone Wu
Currently, there's a weird output spacing issue (with `--- PASS: `) when you run the test as verbose `go test -v ...` . Where it occurs: ``` $ go test...
feat(encoding): new `encode_registry` and `encode_end` functions to compose cross-registry responses
@amunra Hello! 🐱 Thanks for this feature! I was wondering if there's any update to this, as I have a usecase (described here #204) that could use this.
Yea, I'll take a look. I believe I encountered this `EPERM` issue before, and also is related to the info tests as well.
I think i found a solution. I raised `RLIMIT_MEMLOCK` for the tests giving PermissionDenied with: ```rust /// Raises `RLIMIT_MEMLOCK` to `RLIM_INFINITY` if it is not already raised. On kernels below...
> > I think i found a solution. I raised `RLIMIT_MEMLOCK` for the tests giving PermissionDenied with: > > ```rust > > /// Raises `RLIMIT_MEMLOCK` to `RLIM_INFINITY` if it is...
Actually #154 solves the first part of my usecase since I can just stitch together the registries of my sub-systems. 👍 The only part left is just a way to...
Alright, so I have sort of a working progress. Removing it from metrics list is pretty straightforward, however, there's the issue how to approach cleaning up leftover `Arc` references to...
> Addressed my own comments. @tyrone-wu does this look reasonable to you? Looks good to me. 👍 Maybe once `const into` is stabilized https://github.com/rust-lang/rust/issues/143773 (which might take a while), the...
Sorry for the delay, I've been caught in some other things. I can definitely get this done by the end of today. 😺 🙏
`Cargo.toml` and `CHANGELOG.md` are updated now. 😃