Kevin King
Kevin King
I just ran into this same issue. I fixed it by (1) deleting the user in the database and (2) by resetting the initial_setup flag. Scans were unaffected, which was...
Just tested running `:TmuxPaneCurrentCommand` with only the VIM part of the plugin installed out of curiosity. Also got `bash`.
Yeah sorry literally just saw the post from yesterday. Bash version `GNU bash, version 4.3.11(1)-release (x86_64-pc-linux-gnu)`. Thanks for the quick response.
I'm interested in this as well. I use https with ntfy in the browser. On Android, however, I point it at http and have another server entry in nginx config...
> Can't you just import your own CA certificate into the Android user certificate store? I don't exactly remember this one anymore, but I believe that yes, you can install...
Interesting thanks for testing. Out of curiosity, to which IP does `YOUR_HA_STATIC_IP_HERE` refer? In my case, neither ntfy nor my reverse proxy pointing to it (through `ntfy.mydomain.com`) are public. Are...
Just in case this saves someone a couple minutes, make sure to do `import 'rxjs/add/observable/throw';` and not `import 'rxjs/add/operator/throw';`.