Jorrit Schippers
Jorrit Schippers
| Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Fixed tickets...
Setting `DATABASE_V3_SSL` / `DATABASE_V4_SSL` to `false` in .env doesn't actually work because the values are passed as strings to `pg`, which interprets them as `true`.
This PR was automatically created by Snyk using the credentials of a real user. Snyk has created this PR to upgrade requirejs from 2.3.6 to 2.3.7. :information_source: Keep your dependencies...
This PR was automatically created by Snyk using the credentials of a real user. ### Snyk has created this PR to fix 3 vulnerabilities in the npm dependencies of this...
Also fixes missing `batch-update.sourceLocale` translations, which got deleted in https://github.com/Fekide/strapi-plugin-translate/commit/76f3455a7596057f71572d9e95addf3f9d041abb#diff-fe47ddf7c17764927e701e463c42f93b940a9c0ffd9490b169607506fdc3386a
Exposes `error.message` in the error thrown by BatchTranslateJobExecutor. Also sets the cause property. Due to a lagging `winston` dependency in strapi, the cause is not yet printed to the console....
I have an issue similar to #2877. I use PuppeteerSharp to generate PDF files from webpages. I use `WaitForNetworkIdleAsync()` to wait for the page being loaded. In 20.1.3, this code...
### Environment #### Sonata packages show ``` $ composer show --latest 'sonata-project/*' Direct dependencies required in composer.json: sonata-project/admin-bundle 4.35.3 4.35.3 The missing Symfony Admin Generator sonata-project/doctrine-orm-admin-bundle 4.18.0 4.18.0 Integrate Doctrine...
Also refactors content type name fields in config service ## Summary I noticed that the content type field in the 'add item' dialog shows an 'unfriendly' content type name. I've...