Egbert

Results 102 comments of Egbert
trafficstars

nftable now has more entries and more priorities. https://egbert.net/blog/articles/netfilter-priority-levels.html

Is this what the camera permission is needed for?

Yellow background for obsoleted keywords, it is.... Closing...

Interesting. I have not push ahead with the latest VIM (due to many other projects). @kempniu , can you pare down the `named.conf` to just ```nginx options { }; ```...

Ooooooooooh, That is nasty. This means that the Vim aliasing of highlights has gone awry. Might take a bit of bisecting of the `syntax/bind-named.vim` with regard to eliminating the nesting...

Try this one-line change in hope to be eliminating the highlight aliases bug for the following line in `$HOME/.vim/syntax/bind-named.vim`: ```vim hi link namedStmtKeyword namedHL_Statement ``` with ```vim hi link namedStmtKeyword...

Out of curiosity, did ANYTHING get colorized in this unit test text-file? [`example-9.18-named.conf`](https://github.com/egberts/vim-syntax-bind-named/blob/master/test/example-9.16-named.conf)

Thats a great narrow down of the problem.

just so you know, I use Bash Pro plugin with JetBrain PyCharm, community-edition to be able to view all that variables during debugging bash script. could not have done it...