Catherine Davie
Catherine Davie
I'm running into this problem with `cp`. # Repro Steps Prep: ```sh > touch test.txt > mkdir destDir > touch destDir/test.txt ``` Script: ```typescript import shelljs from 'shelljs'; shelljs.config.fatal =...
> @cdavie-artium what OS did you try out that command on? Maybe MacOS or Windows behave differently? @nfischer I just re-ran my repro steps to double-check, and yep, I definitely...
I'd also like to be able to use this plugin with instrumented Android tests, but I'm not sure what work needs to be done to support that.
Related: https://github.com/radarsh/gradle-test-logger-plugin/issues/111
Neither downgrading node nor `.npmrc` configurations fixed this error for me.
I switched from using panels to groups because I use hidden tabs extensively, and having them constantly unhiding was frustrating.
I understand that Firefox does not allow overriding native shortcuts, but somehow this is still possible because Tree Style Tabs does it. I would also really like to be able...
I would also like some sort of shellcheck rule that would point this potential gotcha out. Suggesting `if $var ; then` would be good, or `if [ "$var" = "true"...
I had to install python's `setuptools` before I could install tfjs-node.
I'm about to leave for vacation, so I'll have to respond to most of these questions when I get back. I can say that there are LOTS of tabs that...