Miguel Ángel Ortuño

Results 17 issues of Miguel Ángel Ortuño

Sorry, i'm having issues trying to define an array json type. I've tried this... type MySlice []CustomStruct But ffjson still doesn't recognize it.

Trying to send `N` jobs and wait until all of them are completed, is correct to assume that `JobHandler` will be always called, even when an error occurs? Currently I'm...

Signed-off-by: Miguel Ángel Ortuño Add support for [XEP-0313: Message Archive Management](https://xmpp.org/extensions/xep-0313.html)

module
xep0313

Add support for [XEP-0313: Message Archive Management](https://xmpp.org/extensions/xep-0313.html)

feature-request

Add support for [XEP-0352: Client State Indication](https://xmpp.org/extensions/xep-0352.html)

feature-request

Signed-off-by: Miguel Ángel Ortuño #### What this PR does `PodSecurityPolicy` resource will be completely removed from GKE in the future. This PR prevents it from being rendered on versions greater...

helm

Signed-off-by: Miguel Ángel Ortuño #### What this PR does Use custom `mimir.Sample` JSON serializer hook to minimize allocation when encoding prometheus response in frontend component. This is functionally equivalent and...

type/performance
component/query-frontend

This PR exports `marshalTimestamp` and `marshalValue` functions by moving them under their own util package. These functions are a bit tricky, so exporting them helps to keep this piece of...

Signed-off-by: Miguel Ángel Ortuño This PR adapts `httpgrpc` server to recycle recording buffers after they've been used for copying HTTP responses, aiming to reduce GC pressure. To safely return body...