phil-s

Results 196 comments of phil-s

In addition, the protocol defines a [DidChangeConfiguration Notification][1] which is "sent from the client to the server to signal the change of configuration settings". Does Intelephense support this? I think...

> (Assuming you've done the FSF copyright assignment.) Yes, I've assigned copyright for my Emacs contributions to the FSF.

Notwithstanding that there's definitely no fame happening :) yes, that's me. I'd like to contribute, but I'm struggling to make time for lots of things in general, so I think...

In my `.lando.yml` file I've overridden that tool like so: ``` tooling: 'db-import ': disabled 'db-import []': service: database description: Imports a dump file into a database service cmd: /app/scripts/sql-import.sh...

I'll also just confirm that in the above test with `recipe: lamp` the `ncurses-term` debian package is installed as standard, which means that my `eterm-color` terminal is supported out of...

> Lando does let you override envvars so that might work but i havent tried it with `TERM` explicitly. I may have tested that myself. I experimented with adding `TERM=eterm-color`...

This recent docker issue seems relevant: https://github.com/docker/cli/issues/2938 If I've understood correctly, it also suggests that lando might be able to "add `-e TERM=${TERM}` to the command line arguments" when it...

Thanks for that; I tried the `overrides` approach, and it worked! It's still a hard-coded value, and it looks like it needs a `lando rebuild` to pick up a change,...

"further activity". Making lando pass `-e TERM=${TERM}` still sounds like a viable solution.

"further activity". Making lando pass `-e TERM=${TERM}` still sounds like a viable solution.