Anthony P Winning
Anthony P Winning
When running Bimp the following error is outputted: `/Applications/GIMP-2.10.app/Contents/Resources/lib/lib/libpng16.16.dylib not found`. It's the _/lib/lib/_ part that causes the error. We need just one _/lib_ in the path.
VideoJS happily supports having captions in multiple languages: ``` ``` However, if you try to do something similar with chapters, it simply does not work. ``` ``` Chapters only work...
When using the [callback validator](https://formvalidation.io/guide/validators/callback/) with the [wizard plugin](https://formvalidation.io/guide/plugins/wizard/), the callback function gets run, it returns true, but the field is not marked as being valid (i.e., no icon appears)....