Raj Siva-Rajah

Results 205 comments of Raj Siva-Rajah

@glennjacobs This will make all Filament tables (including non-Lunar ones) use these pagination options.

We have a single image for local development that has Node/PHP/Python/etc. installed and doesn't contain any app data. We use that image + `command:` to run multiple services in local...

Ah ok, sorry. I misunderstood. Hopefully my description explains our use case.

Just encountered this issue too. I'm running the latest Docker versions of Mattermost Team Edition and Gitlab CE. It seems like the [docs](https://docs.mattermost.com/onboard/sso-gitlab.html) are incorrect: > Select scopes. > >...

@mickmister Sorry, I didn't notice this was in the plugin repo! Will do.

@robvankeilegom I don't think that's the case. I'm using the normal `int` id as the primary key but I'm still hitting this exception. It seems to happen if any binary...

@binaryfire Here's a reproduction repo if you're curious: https://github.com/binaryfire/filament-import-export-bug Log into the Filament dashboard, head to Products and create a couple, then try exporting to CSV. It'll throw the exception....

Would be great to get this merged now that L11 is out.

What about creating a separate composer package for the built binary? It'd be easy to automate with a GitHub Action. That way the server could be upgraded using `composer update`.