Mehdi Bounya
Mehdi Bounya
When printing, I get the following error in the logs: ``` Exception: Call to a member function getLocalFile() on null at lib/private/AppFramework/Http/Dispatcher.php line 159 0. lib/private/AppFramework/App.php line 157 OC\AppFramework\Http\Dispatcher->dispatch(OCA\Printer\Controller\PrinterController {},...
**API Platform version(s) affected**: 2.6.6 **Description** When using the `ExistsFilter` on an Entity that has a field of the type array: ```php #[ORM\Column(type: 'array', length: 255, nullable: true)] ``` The...
I get this error from time to time: > SQLSTATE[HY000] [2006] MySQL server has gone away I just re-run the job multiple times until it works. This is my conf...
Make the install.sh file compatible with: - [x] ~MacOS~ - [ ] Linux - [ ] Windows
When I run `composer require maba/gentle-force-bundle` I get: ``` Executing script cache:clear Executed script cache:clear [KO] [KO] Script cache:clear returned with error code 1 !! !! In ArrayNode.php line 216:...
TODO: add functional tests
Version: `@ntegral/nestjs-sentry: 4.0.1` Usage: ```typescript SentryModule.forRootAsync({ useFactory: async ( config: ConfigService, ): Promise => { return { dsn: config.get('SENTRY_DSN'), debug: process.env.NODE_ENV !== 'production', environment: process.env.NODE_ENV, release: APP_VERSION, logLevels: ['error', 'warn'],...
- Go to [docs](https://clickhouse.com/docs) (Viewing in English) - Click the search bar - Search for "engines" - Click the first result "Engines" - The page shows up in Russian -...