phil-s
phil-s
`(defadvice hack-one-local-variable (before dtrt-indent-advise-hack-one-local-variable activate)` That `activate` means that the advice is immediately doing things if the library is loaded, regardless of whether the user intends for `dtrt-indent` to be...
Following from https://github.com/felixfbecker/php-language-server/issues/594#issuecomment-364715883 There are potential dependency problems with the installation instructions: $ composer require felixfbecker/language-server Using version ^5.3 for felixfbecker/language-server ./composer.json has been created Loading composer repositories with package...
**Tell us about your setup** v3.0.24 on Ubuntu 18.04 GNU/Linux **Tell us about your `.lando.yml`** ```yml name: lamp2 recipe: lamp ``` No other config present for this test. **Tell us...
At present, regardless of the terminal width, doc output seems to wrap at ~100 columns. I'm not sure whether this formatting is under psysh's control, but if so then it...
I think it's `CliDumper::dumpString()` which is responsible for the likes of these? >>> '"' => """ >>> 'foo ... bar' => """ foo\n bar """ Neither of those outputs are...
This branch implements the new command `completions` for issue #555, and also fixes most of the pre-existing problems I encountered while testing the command and my wrapper. The fixes may...
I'd like to implement tab-completion support in a shell wrapper which doesn't use `readline`, and I suspect that I could work directly with the array output from `Psy\TabCompletion\AutoCompleter::processCallback()`, so I'm...
The Configuration object provides methods such as `setPager()`, `setRequireSemicolons()`, `setErrorLoggingLevel()`, etc, which it would be nice to have access to directly from the REPL (if doing so at that stage...
```el ;; Use the Emacs standard indentation binding. This may upset c-mode ;; which does not follow this at the moment, but I see no better ;; choice. (define-key map...
The size of file involved here makes this an edge case, but I have a 450K file of machine-generated PHP, and just opening the file on even a reasonably quick...