Sergey M.
Sergey M.
It duplicates #87
@ezyang What about using [PSR-6](https://www.php-fig.org/psr/psr-6/) or [PSR-16](https://www.php-fig.org/psr/psr-16/) to cache data? What it will give: 1. Library users will be able to choose where to store the cache (file, memcached, database,...
@ezyang So must HTML Purifier be able to work with no dependencies at all (including dependencies installed automatically by Composer)?
@ezyang I’m afraid such approach that doesn’t add a dependency will increase the library complexity because it will have 2 cache implementations: the default one and a PSR adapter. I’d...
### How to mate it with Laravel Create the `storage/htmlPurifierCache` directory and add a `.gitignore` file there (like in the `storage/logs`). And add this code to the `register` method of...
Yes: https://github.com/chrisdickinson/raf Actually, polyfilling `requestAnimationFrame` isn't required in 99.9% cases at the moment
```js (function(fn) { fn('id') // ... })(document.getElementById.bind(document)); ```
@Valve @makma @JuroUhlar Could you please take a look at the updated guide? If it looks good, I'll make similar guides in BotD and Broyster.
> I would rewrite some part of the description of what are the entropy sources. Let me know how to better to it. Feel free to push a commit to...
@Valve Thank you for the suggestions. I've applied all of them. Do you want to check one more time?