Gemma Lynn
Gemma Lynn
@DinkoMiletic probably means something like this: ``` php protected function validateRequiredWith($field, $value, array $params) { list($match, $child) = $params; if ($value == $match) { return array_key_exists($child, $this->_fields) && $this->validateRequired($child, $this->_fields[$child]);...
Thanks for the feedback! > Would you say passing those in through environment variables is a feasible option? Evars are a good option, though I'd want to back them up...
It looks like @jmitchener found the same thing in his fork. I'm happy to accept PRs from either/both of you!
In case it's useful to anybody else, I wrote up [how I configured Nginx to do this for me](https://til.ello.tech/to-host-a-personal-imgur#serving-bin-with-nginx).
Same behavior and stack trace when I click the "expand" icon in a post with multiple images on my instance running 84b63f8aa9bba5bdf00c7446930fca4b4b73c93b: ``` TypeError: can't access property "src", O[L] is...
Not sure if this is appropriate here, but calling it out since I haven't seen it mentioned: I've been running WriteFreely on Alpine with the `gcompat` package for glibc compatibility,...