Raj Siva-Rajah

Results 205 comments of Raj Siva-Rajah

Just curious - does Redis's recent addition of the AGPL license for v8 mean HEXPIRE can be ported over now? Along with JSON etc. https://redis.io/blog/agplv3/

@NedPool I'm experiencing the same issue. Did you manage to figure out a fix?

@NedPool My issue was caused by `--proxy=edge` being deprecated. You don't need `proxy-protocol-enabled` or any other proxy flags. Just use `KEYCLOAK_PROXY_HEADERS=xforwarded` (or `KEYCLOAK_PROXY_HEADERS=forwarded`). Keycloak now automatically configures itself to run...

I just looked at the activity of the 2 main contributors. It appears one is now contributing to Valkey and the other hasn't been online much since June. So yeah,...

Would be great if we could get this merged.

Video: https://zapzap.dubb.com/v/qtW2ym

Formkit hasn’t been updated in almost 12 months. It’s semi-abandoned - that’s why I brought this up. We’re looking to remove it from our stack and replace it with something...

Hi @devsumitparkash This works: ```PHP Actions\Action::make('update-order-status') ->mountUsing(function (Action $action) { $this->record->load([ 'items' => fn ($query) => $query->chaperone(), 'totals' => fn ($query) => $query->chaperone(), ]); }) ``` Your `OrderTotal` model has...

I think I'm hitting the same issue with remote connections: https://github.com/spatie/ray/issues/948 Does anyone monitor these issues? I just bought the product and it seems no one is responding to support...

@weslenteche Which PHP version are you using? It appears to be a 8.4 issue: https://php.watch/versions/8.4/csv-functions-escape-parameter