redesigned

Results 4 comments of redesigned

I have the same issue. I'm not familiar enough with the code to be certain, but I think that fixing it could be as simple as extracting the url from...

After you install curl set the following environment variables: ``` export LDFLAGS="-L$HOME/homebrew/opt/curl/lib" export CPPFLAGS="-I$HOME/homebrew/opt/curl/include" export CURL_DIR="$HOME/homebrew/opt/curl/bin/curl" ``` Adjusting for wherever your curl is installed to. This is where mine was...

+1 I'd even just settle for resetting the element when it leaves the page and re-revealing it when it re-enters the page. Which should be fairly simple, right?

I have `-i '**/test/**'` which ignores the subfolders of test, but nothing i try will ignore the test folder itself. i have tried: `-i 'test'`, `-i '/test'`, `-i '**/test'`, `-i...