chx

Results 32 issues of chx

![permissions](https://cloud.githubusercontent.com/assets/193045/4810568/37952542-5eb4-11e4-9582-bc0fa3ad216f.png) try the little image I attached: `cat x.png |clipboard` then `clipboard > xx.png` and then check, it gets truncated.

If you are doing `xpack.license.self_generated.type` `basic` then, while the browser and the Any Request tab works, the cluster health will not and neither will structured query due to xpack basic...

I added a lot of torrents and after checking I tried to start them. When trying one, it switches to seeding for a few seconds and then returns to pausing....

Do we need to install `ca-certificates` ? Start rtorrent with `-o http_capath=/etc/ssl/certs` ? I dunno

I have seen this issue quite a few times in custom code: `$url->getRouteName()` is called to check whether it's a certain entity route -- but if the url points to...

**Describe the bug** I am debugging a new project and they didn't send a settings.php and the one I put together accidentally ommitted `$settings["config_sync_directory"]`. drush simply omits the config import...

area-config

As shown in https://bugs.php.net/bug.php?id=53465 PHP has special syntax for [bash process substitution](https://mywiki.wooledge.org/ProcessSubstitution). Now, since we pass the filename to shell utilities to do the actual work, it's okay(-ish) to just...

stat-needs-work

Not all callables can be dumped by `var_export`. For example https://github.com/symfony/symfony/issues/46209 but there can be any other issues. It doesn't add much I believe -- the structure is visible without...

https://github.com/twigphp/Twig/pull/2944 have added this feature but if it is not desirable for some reason there's no way to switch it off. Even a method inaccessible from the templates would be...