Jatutep Bunupuradah

Results 18 issues of Jatutep Bunupuradah

I can't use current OpenCore EFI to boot the Big Sur 11.0.1 (20B29) installer, it reboots to Lenovo screen please update OpenCore or Clover, I tried Clover 5126 with your...

## Description of the problem I encrypt a JSON string from node.js using AES-128 ECB mode and send the encrypted buffer to my esp32 via Mqtt, and decrypt on my...

bug

## Version 0.0.78 ## Description I set my stop loss to 0.95, and the bot would normally sell when price drops to 5%. I'm not sure if it's the bug...

enhancement

I want to wrap an in-memory cache middleware for all GET routes that returns 200, the cache key should be based on the full request URL and can be customized,...

new-example

### Feature Description The Cache middleware documentation says that **This middleware will cache the `Body`, `Content-Type` and `StatusCode` using the `c.Path()` as unique identifier.**, however, can I have the option...

✏️ Feature

Is it possible to change `In` of OIDC token from `Authorization` header to a custom cookie?, I only see api key auth in the documentation that supports cookie, wondering if...

I'm trying to convert ISO20022 schemas to C#, Go and Rust code, which ordering of fields is important, but the code generator seems to generate the fields in alphabetical order,...

enhancement
IR
naming

When I configured the app as a Spring Cloud Netflix Eureka client, the same way I did with a Spring Boot app, it shows these warnings on ActiveJ, and it's...

in Prisma Client Go, i'm able to do this ```go func ExecuteWithTracing[T any](ctx context.Context, query builder.Query) (*T, error) { ctx, span := tracer.Start(ctx, "Execute Query", trace.WithSpanKind(trace.SpanKindClient)) defer span.End() span.SetAttributes(attribute.Key("query.method").String(query.Method)) span.SetAttributes(attribute.Key("query.model").String(query.Model))...