Jason Hildebrand
Jason Hildebrand
I think this is a strong library as-is - without the complexity of boolean logic and parenthesis. This keeps the implementation and UX much simpler, while meeting the needs for...
Debian security updates are generally available as soon as the security announcement is made. 4.92-8+deb10u6 is the patched version. See https://www.debian.org/security/2021/dsa-4912
@oba11, are you able to rebuild the images and push to docker hub?
FYI, because this project seems defunct/unmaintained, I searched and found a maintained fork of this project: https://github.com/ix-ai/smtp I have switched from namshi/smtp to ixdotai/smtp. Functionally it works the same and...
With cypress/included:5.6.0 (and earlier versions), Chrome was crashing "Aw snap" with sigabrt after just a few page loads. Not even one test was able to complete. Since it took my...
I have used many docker-compose based projects over the past several years. There are no hard conventions. The proposed names in the PR are sensible. I would support merging this...
Cron doesn't seem completely broken, but doesn't work as expected, either. I'm trying to get inbound mail working using polling. I've confirmed my configuration is working (by running the job...
I also needed to update magnific popup after the content dynamically changed (ajax) on a page. This approach worked for me: ``` # set magnific's global instance to null $.magnificPopup.instance...
In docker-compose.yaml, go to the bottom where it defines the network. Remove these lines: ``` driver: bridge ipam: driver: default config: - subnet: 172.19.199.0/24 ``` leaving just these lines: ```...
I am testing a blue/green deployment scenario using the docker backend, aiming for zero dropped requests, and am hitting this same issue. The new docker container is immediately considered healthy...