Valerian Saliou
Valerian Saliou
See: https://intestinate.com/pilfs/guide.html
You could adjust index.tera to change absolute paths to relative paths, and it should work. Same applies for the CSS style.
Well, using notification['count_new'] in ternary works, I assume this is me mixing up Pythonic and Jade syntax. Consider this as a bug or not ;)
I’d like to keep support for legacy NodeJS versions in this library, if possible down to 12 or 14 since it’s still being used in legacy Node production systems, wouldn’t...
Hello, An ARMv7 (32 bits) binary is published along with every Vigil release. It should work no problem on ARM 64bits CPU, do you confirm? Latest binary: https://github.com/valeriansaliou/vigil/releases/download/v1.26.3/v1.26.3-armv7.tar.gz
I don’t publish ARM images at the moment.
I think this should be as simple as wget-ing the built binaries tgz from releases and copying them into a base ARM64 Alpine image using your local Docker. Let me...
That’s definitely a good idea, I am open to PRs on this.
Hello! I've already considered that, but due to the datagram stateless nature of UDP, it's really hard to probe into an UDP socket in a generic way. We'd need Vigil...
Can you send your Vigil configuration file over here? You might be doing ENV var expansion somewhere.