David Pede

Results 20 issues of David Pede

Jason, as discussed in Slack. Using numbers as column names in a custom db table seemed to cause a loop which eventually exhausts memory. Looks like XPDO is treating them...

### What does it do? Adds a new optional `depth` parameter to TaggerGetTags that adds a search depth for child resources for each parent. To keep this bc I guess...

### What does it do? Adds a new optional tpl parameter that wraps all tags with their relevant group details. Believe I've kept this backward compatible. Group placeholders are available...

Would be helpful if group descriptions where displayed to users next to the group title rather than as a tooltip.

Trying to use `TaggerGetCurrentTag` snippet but it is not outputting anything. Have used like: ``` [[!TaggerGetCurrentTag? &groupTpl=`@INLINE [[+name]]` &tagTpl=`@INLINE [[+tag]]` &tagSeparator=`, `]] ``` and ``` [[!TaggerGetCurrentTag]] ``` but nothing is...

I'm using Tagger in a pdoResources call like so: ``` &where=`[[!TaggerGetResourcesWhere? &tags=`[[TaggerGetTags? &resources=`[[*id]]` &separator=`,` &rowTpl=`@INLINE [[+alias]]`]]` &matchAll=`1`]]` ``` Is there anyway of sorting the results by tag relevance or number...

Have a site that was recently upgraded to ImageMagick 7. Using pThumb with Resizer enabled, every page on the site returned a 500 error due to: PHP Fatal error: Uncaught...

Very helpful when using CSS solutions like: https://css-tricks.com/aspect-ratio-boxes/ to size dynamic width image containers and (or) lazy loading images. Example: ``` .lazy-container { background-color: #C5C7C8; display: block; position: relative; height:...

Hi, am only using this extra for twitter but am getting a lot of the following errors in the modx log: `(ERROR @ /core/cache/includes/elements/modsnippet/85.include.cache.php : 751) PHP warning: Illegal string...

Great extra, I use it a lot! Have an anoying issue with the clear partition menu button though. 1. First time you click the custom button, MODX console opens and...