nstCactus
nstCactus
When importing a new package from a private gitlab.com repository, most of the time I get an error during the package syncrhonization step that immediately follows. > Error: Failed to...
### Description I have 4 environments: local development (the only one on which I make configuration changes), review, preproduction & production. I use [project config](https://docs.craftcms.com/v3/project-config.html) to keep their configurations is...
### Description Using the `{% nocache %}` around an `{% embed %}` tag throws a `yii\base\ErrorException`: > Cannot declare class __TwigTemplate_58ca26ca050e28ccd1000e621e244e86d4395a3d535ac28fb668ef8f85a11918, because the name is already in use ### Steps...
### Bug Description After editing a Neo field in quick-field from an entry type field layout, I noticed the field has changed to an Asset field. While creating this ticket,...
zip format: ````js archiver('zip', { zlib: { level: 9 } } ```` tar.gz format: ````js archiver('tar', { gzip: true, gzipOptions: { level: 9 } } ````
In order to be able to test seriously, we need a test SFTP server. We can use the [atmoz/sftp](https://hub.docker.com/r/atmoz/sftp) image to set up an SFTP server accepting connections authenticated using...
This let you call the `craft.embeddedassets.get(asset)` method from templates without having to check first whether `asset` is `null`. If it is, just return `null`.