Nicholas D Steeves

Results 260 comments of Nicholas D Steeves

Touché! You're absolutely right, `php-mode` inheriting an autoloaded `c-mode-hook` for `irony-mode` should be avoided--someone would be annoyed by this enough to file a bug report if I enabled that ;-)...

Hi! Thank you for such a prompt reply :-) Yes, libunwind8 and libunwind-dev are installed. Here are the filelists: https://packages.debian.org/sid/armhf/libunwind8/filelist https://packages.debian.org/jessie/armhf/libunwind-dev/filelist On the IRC channel #debian-mentors@oftc someone recommended adding autotools...

This is the guide I would use: *The Ultimate Guide to Modern CMake* ( https://rix0r.nl/blog/2015/08/13/cmake-guide ) I won't have time to work on this before September or October, so cannot...

It seems `parent` is now supported when [creating a new task](https://developer.todoist.com/rest/v1/#create-a-new-task), but I agree that this is blocked until Doist provides API support for `parent` when getting or updating a...

Update: regarding `bowler test` I found "**test** codemod" appears to be the syntax, and found https://github.com/facebook/codemod, but I haven't been able to figure out what the connection between the two...

> I think that when installed with pip it tries to use Python 2.7, hence the problem with the Unicode in $PWD. On the other hand, through apt, it installs...

On a closely related topic, I've been having trouble getting ffip-ffip-show-diff to pass on Debian's Continuous Integration infrastructure. Self-tests pass fine on the buildd infrastructure after a1ec308c6427014266b4a385c63c0c9c83cbc70e, but CI seems...

When reading through the commit history I found 8eedc930ec7fb187ebc3cec284e213054545db09, and after reading that I realised why the CI tests were failing, and also that a1ec308c6427014266b4a385c63c0c9c83cbc70e is no longer necessary. Find-file-in-project...

You're welcome. P.S. Re: abo-abo ivy code, Ivy/swiper tests run 100% fine out of the box, with no special configuration, so I'm guessing they're a good model :-) https://ci.debian.net/packages/e/emacs-ivy/ https://buildd.debian.org/status/package.php?p=emacs-ivy

This is a neat idea :-) Out of curiosity, using imenu-list or something like one of these: https://www.reddit.com/r/emacs/comments/6yi6dl/most_useful_parts_of_ivycounselswiper_manual_too/dmnwkqq?utm_source=share&utm_medium=web2x I've never used Sublime, but am guessing it's more like imenu-list, and...