Hari Anugrah

Results 9 issues of Hari Anugrah

## Description Hey, I am working with a Soccer Robot competition and use gocv as its main computer vision library. The robot use two camera and process a lot of...

question

Please update so it support null safety

I have a lot of Switch component (1000+), a dropdown, and a dialog Opening a dialog or dropdown menu took around 4 seconds. Most of this time is spent on...

### Description When creating a new instance of Dragonfly db using buildin template of Coolify, the `Dragonfly URL (internal)` will have this format ``` redis://[username]@[container]:6379/0 ``` this is wrong, and...

**Describe your feature request** When running a query in Surrealist right now, there's no indication on 'working in progress'. The only indication that something was happening is the `Query X...

enhancement

I want to learn guitar chord (Using screenshot of the chord as answer) Unfortunately aosr seems to only blur the image, and I can still see the chord pattern like...

Is there a way to do message deduplication in rmq? 1. Using some sort of unique identifier (in header probably) 2. Using the content of the message?

I found these configuration documentation https://encore.dev/docs/ts/self-host/configure-infra#8-redis-configuration and https://encore.dev/docs/go/primitives/caching is available in Golang But there's no equivalent section in TS. If caching is not currently available in TS Runtime (or the...

This code ```ts export const topicPostingCreated = new Topic("posting:created", { deliveryGuarantee: 'at-least-once' }) ``` cause this unfriendly error ``` thread '' panicked at runtimes/core/src/pubsub/nsq/sub.rs:40:65: called `Option::unwrap()` on a `None` value...