Erik Lilja
Erik Lilja
@buffet Python version is a build/runtime requirement.
Also, what's the state of this project? Perhaps someone else should help out with maintaining this since it can take quite a while to get responses for pull requests.
cc @nfnty
Hey Michel! Bit of an unrelated note, but it seems like 443 on `api.cowrie.com` is down. Perhaps that ports needs to be open if the honeypot wishes to use `https`?...
@cjpatoilo [Here is a gif showcasing it. ](http://i.imgur.com/X2NnBc1.gifv)
I played around with a media query, bear with me. I'm a guy who likes back-end stuff and plays around with Linux most of my time so take my front-end...
have you `:PlugInstall`-ed?
~I'm also having trouble with this. Trying zellij through windows + wsl + wezterm. `zellij --debug` doesn't write a file.~ Edit: Wrote my config file as `~/.config/zellij` and not `~/.config/zellij/config.yaml`...
I think it all boils down to the question: > What values can I supply to this flag? I'll try to share my problem with some of the context of...
For what it's worth I like this approach: ```go type Config struct { Columns Columns `helpfunc:MyCustomHelpText` } func (c *Config) MyCustomHelpText() string { // do some computation here } ```