Karl Anders

Results 8 comments of Karl Anders

`gulp-rsync` is a shell to `rsync`. `gulp-rsync` will construct a `rsync`-command which is called upon. This command looks like: ``` rsync -rv --progress "dir1/file1" "dir1/file2" ... "dirN/fileN" "yourdest" ``` where...

@mnpenner Hi, I did not recommend to output the command in general. It is more an idea for debugging or testing `gulp-rsync` in the individual context by actually seeing the...

I had the same problem with `middleman-livereload 3.4.6` under Windows with `ruby --version`, ``` Shell ruby 2.2.4p230 (2015-12-16 revision 53155) [x64-mingw32] ``` where livereload did not reload properly. I tried...

Works for me: ```JSX const purge = () => { persistor.purge() console.log("Factory reset performed.") } purge()} >Purge ``` Does NOT work for me: ```JSX const purge = () => {...

+ In my opinion, one of the big achievements of pandoc is that it works most of the cases without configuration. + LaTeX and KOMA classes both put the thanks...

@adunning I am not sure what you are suggesting and I was not aware that `\thanks` is supposed to not have a semantic meaning. This PR suggests just to change...

@adunning, thanks for the clarification. I am not sure how to move on from here. Removing `\thanks` altogether sounds like quite a big change to me. If this is the...

I suppose this PR can also be closed due to the discussion in PR #5372.