Daniel M. Hendricks

Results 26 comments of Daniel M. Hendricks

+1, perhaps something like the [code-box-copy](https://github.com/jablonczay/code-box-copy) plugin ([example](https://fileicons.org/)). I'm not sure how difficult it would be in React, but effectively it's just including the [JS](https://cdn.jsdelivr.net/combine/gh/jablonczay/[email protected]/clipboard/clipboard.min.js,gh/jablonczay/[email protected]/code-box-copy/js/code-box-copy.min.js)/[CSS](https://cdn.jsdelivr.net/gh/jablonczay/[email protected]/code-box-copy/css/code-box-copy.min.css) scripts, adding an extra class...

I get the same thing, and when I replace < and > with `&lt;` and `&gt;` the errors go away. However, when I go back to edit the page, WordPress...

I love CDNJS, though I usually use jsDelivr due to its ability to combine files. That said, I agree with you. I have been planning to put it on CDNJS...

These are now available in the master branch. They will be included in the next release. I plan on adding more folder icons, though (currently, there are only [two](https://fileicons.org/?branch=develop&view=extra)). For...

> For the folder icons a generic document folder would imho complete the set. What do you mean? Example? Thank you, Daniel

I have verified and you are correct. This is, indeed, a bug that surfaced at some point. I will have to look into it (it is located in one of...

If it helps, I have been using my own [object caching](https://github.com/dmhendricks/wordpress-toolkit/wiki/ObjectCache) wrapper for retrieving values. Something like: ```php $cache = new ObjectCache( 'object_cache' => array( 'group' => 'my_plugin_cache', 'expire_hours' =>...

@atanas-angelov-dev As noted above, I have been managing my own caching with Carbon Fields (most of my sites use Redis or Memcached). However, it can be troublesome at times (particularly...

This is good stuff. I'm wondering if you have time to do a PR? I would, but I'm not savvy enough to contribute such code. It appears that Atanas is...