Leevi Graham
Leevi Graham
`DoctrineExtensions` is also used by @beberlei / [DoctrineExtensions](https://github.com/beberlei/DoctrineExtensions). This will potentially cause naming conflicts when used in the same project.
I've been struggling with this in my own project. In this project the barcode overlay does not correctly scale with the preview. I think this has something to do with...
### Description At [Newism](https://github.com/newism/) we've been discussing ways to better self document the CraftCMS control panel. I noticed that `UserGroups` have descriptions but `Sections` and `EntryTypes` do not so I...
- Deployer version: v7.0.0-rc.8 - Deployment OS: OSX `vendor/bin/deployer.phar deploy --plan all` shows the `feature` host with `craft:deploy:prepare`. When I run `vendor/bin/deployer.phar deploy stage` the task `craft:deploy:prepare` appears in the...
webpack-encore: 1.1.2 When setting the host to `craft-boilerplate.localhost` the webpack-dev-server resolves it to `127.0.0.1` and starts the dev-server:  This behaviour can be triggered using either the `host` parameter in...
Babel 7.14 enables class fields & private methods by default in `@babel/preset-env`: * https://blog.saeloun.com/2021/06/24/babel-enables-class-field-and-private-methods.html * https://github.com/babel/babel/blob/main/CHANGELOG.md#v7140-2021-04-29 * https://github.com/babel/babel/pull/13091 This means there is no need to load `@babel/plugin-proposal-class-properties` when enabling `enableBabelTypeScriptPreset`:...
If a note is submitted without a message it's invalid the user is redirected from the original form /note/new back to /note. I understand that the postNoteAction is being served...
## Description Following the docs: > Based on your markup structure, you can specify custom selectors to fetch media data for the gallery. > Pass "this" to select same element....
Having some kind of block picker with icons and descriptions would be a welcomed addition. I'm not sure how this could work with nested blocks. In our current build we're...
Initial PR to add an icon property to blocks. I'm still trying to figure out how to implement `autosuggest` aliases when entering the url. Icon UI needs some work… this...