Egbert

Results 104 comments of Egbert
trafficstars

ok, i have fixed the data entry from an interactive POV. Still have the batch-mode.

> But it doesn't prevent writing a plugin that replaces default MD or RST readers and performs some preprocessing before passing it to python-markdown or docutils for example. so, in...

Mmmmm. VPS trouble. Old link was https://egberts.github.io/egberts/tags/pelican.html Latest original source link is in: https://github.com/egberts/egberts.github.io-src/blob/master/content/articles/pelican-settings.md

Nor does it match the supplied BIND9Parser regex given in this code snippet as fixed by Ajenti [Issue 419](https://github.com/Eugeny/reconfigure/commit/5365a41bd4a6694795cae57c83fade88154863bd): https://github.com/Eugeny/reconfigure/blame/2b8729a8274deedb5acb1a8319245f74eec863f0/reconfigure/parsers/bind9.py#L15 Regex debugger here. https://www.debuggex.com/r/smKUP7a7s4SAu3TM

Related issue Ajenti #484 https://github.com/ajenti/ajenti/issues/484 Related issue Ajenti #419 https://github.com/ajenti/ajenti/issues/419

Updated bind9 tokens (which greatly speeds up from 27 minutes to 5 seconds) to as followed: ```python tokens = [ (r"(masters)\s+?([^\s{}]*)\s+?(port|dscp)\s+?([^\s{}]*\s*)\s*(port|dscp)\s*?([^\s{}]*\s*)\s*{", lambda s, t: ('clause5_start', t)), (r"(listen-on-v6|listen-on|masters)\s+?(port|dscp)\s+?([^\s{}]*\s*)\s*{", lambda s, t:...

I'm going to submit a bigger bind9_test to ensure that all bind9 version passes.

PyCharm (JetBrain) Integrated Development Environment (IDE) is complaining that the Python package name 'pyahocorasick' does not match the module name 'ahocorasick'.

Furthermore, there is a module name conflict with another Ahocorasick that has already been registered with PyPi. If I read this correctly the PEP8 and PEP423, the 'import ahocorasick' would...