Eelco
Eelco
It would be great to have some sort of RTSP video streaming support in homekit within homey. https://github.com/Didel/HomeKitCam here is another project enabling RTSP in homekit. more info here: https://github.com/KhaosT/HAP-NodeJS/wiki/IP-Camera...
I would be super nice that paid invoiced via a bank account can automatically "checked as paid" by logging in to the bank account via Yodlee:[https://developer.yodlee.com/Products/Account_Aggregation_API](https://developer.yodlee.com/Products/Account_Aggregation_API ) This could also...
i'm getting an error when using this code for getting my table column names. ``` public function getColumnsNames($table) { $connection = DB::connection(); $connection->getSchemaBuilder(); $table = $connection->getTablePrefix() . $table; $grammar =...
I've noticed that when having complex DataTables with a lot of joins and filtering, the Count(*) for counting the result rows is slower than the complex query itself. So it...
extra columns in Role model creates it as an extra permission when using Spatie Laravel Translatable
After adding a column "description" to the Role model with the ability of translatable via the spatie/translatable package. this column is not correctly saved. the content of the "description" will...
``` FilamentExportBulkAction::make(__('Export')) ->extraViewData(function ($action) { return [ 'recordCount' => $action->getRecords()->count() ]; }), ``` gives error: ```Undefined variable $recordCount``` when using this blade variable in table_view.blade.php as defined in readme.md ```...
it would be nice to have the ability to exclude columns to be exported.
have the possibility to sort / arrange the columns in the export.
At this moment you can only set the sanctum permissions on plugin initialization (by my knowledge). In my case i have some middlewares for each tenant and there the abilities...
when using Vite with 'npm run dev' the provided assets cannot be found.. why not just register FilamentAsset in your WebInstallerServiceProvider? ``` public function packageBooted(): void { parent::packageBooted(); FilamentAsset::register([ Css::make('filament-web-installer',...