Sebastian Tschan
Sebastian Tschan
Encountered the same issue and was unsuccessful with adding Docker binaries to the OSX Firewall exceptions nor using `pfctl` to allow external clients to access privileged ports on Docker containers....
@hemith, @mstred, @yuhr and others using the `socketfilterfw` commands as a workaround: Please make sure your Firewall is still enabled after you run those commands. In my tests, the solution...
@buu700 You can display a diff without whitespace changes with the `?w=1` argument, e.g. for this pull request: https://github.com/asvd/microlight/pull/1/files?w=1 See also https://github.com/blog/967-github-secrets P.S.: Really nice, minimal library @asvd . :)
Hi @ZaDarkSide, you can make use of the `onslideend` [callback](https://github.com/blueimp/Gallery#event-callbacks) to automatically start playing muted videos: ```js blueimp.Gallery( [ // ... ], { // ... onslideend: function (index, slide) {...
Thanks for your report @ronerwix and sorry for the late reply. For now, I prefer to keep the options for this library as limited as possible, but I might reconsider...
Thanks for your report @Senethys At the moment I do not have the time resources to test on Windows, so any pull requests are welcome.
For any production use, my recommendation is to make use of [compiled templates](https://github.com/blueimp/JavaScript-Templates#compiled-templates). Using those compiled template functions only requires a [minimal runtime](https://github.com/blueimp/JavaScript-Templates/blob/master/js/runtime.js) that does not make use of `new...
Hi @oliverbob, that code snippet you posted does not look like anything from this project, so it's likely an artifact from your environment. Have you followed the guide here? https://github.com/blueimp/JavaScript-Templates#compiled-templates
Sorry I don't provide support to run this on Windows. If you're on Windows 10, I recommend you to run it inside of [Windows Subsystem for Linux](https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux). However if you...
I've marked it as a browser bug.