Roberto
Roberto
**Describe the bug** RawValue does not work when I try to run it in Model or phql, using postgis. I try to insert new location using postgis expression like ST_Transform(ST_SetSRID(ST_MakePoint(longitude,...
I have installed bluetooth for python and lib in debian, but the script doesn't find the device. ``` wiiboard/wiiboard.py [2022-03-23 19:55:43,287][__main__][INFO] Scan Bluetooth devices for 6 seconds... [2022-03-23 19:55:44,185][__main__][INFO] Found...
I have tried searchJoin=and, but it doesn't work. The query is always in OR condtion. This ismy url cars?search=status:pending,ciccio;slug:renault-twingo-sce-65-cv-intens&searchJoin=and the slug is wrong, but i retrieve the value with the...
- rompetomp/inertia-bundle[0.1.0, ..., 0.5.0] require php ^7.1 -> your php version (8.3.0) does not satisfy that requirement. - .... and so on. Is it possible to update for symfony 7?
Can I use it into nestjs framework? How should I do to work correctly? ``` @Module({ imports: [], controllers: [CustomerController], providers: [ ...CommandHandlers, CustomerRepository, ], }) export class CustomerModule {}...
Please update your command with laravelmodule config path use `config('modules.paths.modules')` instead `base_path('Modules/'.$this->moduleName)`
**API Platform version(s) affected**: 3.4.0 **Symfony version(s) affected**: 6.4.10 **Description** I am building a CQRS system based on symfony + apiplatform + ecotone. My goal is to create a new...
__Description__ I try to change connection on Laravel Model in this way: ```php class ConfigureTenantModels { protected $model = \Illuminate\Notifications\DatabaseNotification::class; public function handle(ConfigureModels $event) { if($event->event->tenant) { $event->setConnection( $this->model, Tenancy::getTenantConnectionName()...