Walter
Walter
Multiple host networks are currently unsupported, and there are no immediate plans to add such support. Looking at the code, it shouldn't be too hard to add, and PRs are...
I'll have to go through this carefully to make sure it does what we expect. E.g. at a quick glace it seems odd to `ACCEPT` all traffic on an interface...
@matt-laird It's not on my radar, unfortunately.
I got the same error when running `:ClojureHighlightReferences`. This fixed it error for me: ```diff diff --git a/autoload/vim_clojure_highlight.vim b/autoload/vim_clojure_highlight.vim index 3492758..1345694 100644 --- a/autoload/vim_clojure_highlight.vim +++ b/autoload/vim_clojure_highlight.vim @@ -9,7 +9,7 @@...
My workaround: ```lua highlight = { enable = true, disable = { 'clojure' }, }, ``` Using `jiangmiao/auto-pairs`, without setting `additional_vim_regex_highlighting`. Disabling highlighting suits me fine, since TS-based highlighting doesn't...
Another consequence of the broken string handling: The paren _inside_ the string in `(def s "a)b")` gets pair matched to the opening `(`. This has all kinds of detrimental effects...
Update: Passing `--browser=mybrowser` to live-server won't work until compodoc/live-server#3 is merged. It works with tapio/live-server, though. :sweat_smile:
To support @HackedArtichoke's position: once this CLI stops working, one of my 2 major use cases for ProtonVPN will be broken, and I will be forced to look at alternative...
@LakshayDCoder #57 has been merged. Please check if that fixed your issue. Please also note that I will no longer be maintaining this project: #68.
Please note that I will no longer be maintaining this project: https://github.com/walterl/proton-privoxy/issues/68. I'll leave this issue open in case anyone else wants to have a look.