Until recently, I was able to specify summing all the cells in column a by using =sum(a..a) which upon pressing enter would automatically convert to =SUM(A:A) Is there a reason this no longer works? Is there a setting I’m missing that got changed on me? I’m experiencing this on Excel […]
Daily Archives: December 14, 2019
13 posts
Add an env variable containing spaces to ~/.zshrc export SKIP='-Dskip1 -Dskip2' or export SKIP="-Dskip1 -Dskip2" or export SKIP=-Dskip1 -Dskip2 Try to use it set -x mvn $SKIP The command that is being executed is actually +-zsh:108> mvn ‘-Dskip1 -Dskip2’ How to avoid the single quotes being added ? zsh 5.7.1 […]
I have a Macbook Air running 10.14 Mojave, and an iPhone with a certain app that needs to sync via WebDAV with the Mac from time to time. The way I configured it is to add in the app’s settings http://my-macbook-air.local as the WebDAV server. Both devices are connected to […]