Jon Peck

Results 20 comments of Jon Peck

FWIW, 👍 from my perspective, that's a common configuration that other large organizations use.

Configuration workaround, but again, this should be the default: ``` php $html_purifier_cache_dir = sys_get_temp_dir() . '/HTMLPurifier/DefinitionCache'; if (!is_dir($html_purifier_cache_dir)) { mkdir($html_purifier_cache_dir, 0770, TRUE); } $config->set('Cache.SerializerPath', $html_purifier_cache_dir); ```

> Is this package just no longer maintained? This has been an ongoing issue for a few years now! Edit: https://github.com/ezyang/htmlpurifier/pull/373#issuecomment-1816583411 The 777 issue is resolved, but the broader use...

> Basically, this one is kind of complicated and I haven't had time to figure out what we should do / how to fix it. If someone wants to come...

This is still an outstanding issue. https://eslint.org/docs/user-guide/configuring#extending-configuration-files ``` extends: [ 'plugin:node/recommended' ], ``` ![screen shot 2017-11-02 at 11 41 36 am](https://user-images.githubusercontent.com/976391/32344074-d599e968-bfc2-11e7-84ec-71b4417fdaf9.png)

> This repository also appears to be out of sync with the repository on Drupal's servers. @socketwench can you look into that? Thanks!

The intent is that the repositories are synced. GH is where the bulk of the `8.x` development took place :-)

@socketwench `git push origin && git push github` (manual with multiple remotes)

The intent is to ease collaboration, and there are many ways to do that. I'm not fussy about the how, use your best judgement. If you wish to focus only...

This would be lovely, as we're using a centralized sass-lint configuration across multiple projects. Thank you!