Kai Howelmeyer

Results 10 comments of Kai Howelmeyer

I ended up using mocha-phantomjs: ``` javascript grunt.initConfig({ mocha_phantomjs: { all: ['public/test/index.html'], options: { reporter: "dot", view: "1440x900" }}}); ```

Hi, shellcheck also supports forcing `zsh` scripts for example to be interpreted as if they are bash script by adding the following after the shebang: ``` # shellcheck shell=bash ```...

``` $ which ls > /bin/ls ```

@ajeetdsouza thank you for fixing this! What are your plans for a new release? :)

Hey there, following up on this. Would you accept a PR, @sakra, to get this fixed?

For the sake of completeness: Installing Rosetta explicitly also allows to use the released Intel macOS versions. Use `sudo softwareupdate --install-rosetta`.

I observe the same behavior on NVIM v0.9.1 (slow scrolling when search highlight is active) in `asciidoc` files. I don't see this behavior in for example larger c++ source files....

Weird. I just ran it in gcc-4.7 and it worked fine. It sure complains about what() in backwards-lib, but it does not crash. On Dec 20, 2013, at 2:25 PM,...

Basically a clone of a PlanOperation that hasn't yet run. For my purposes it should be the exact same thing returned by the initial parse() call for the to be...

+1 How about a Ubuntu-specific logrotate.conf file which just includes the "su" directive?