Explore >> Select a destination


You are here

mirocupak.com
| | blog.henricook.com
10.1 parsecs away

Travel
| | Solution to "sun.security.validator.ValidatorException: No trusted certificate found" when installing SBT on a new (Ubuntu) system: I had a perplexing problem on my new Ubuntu 16.04 LTS system today. After installing SBT and attempting to compile a p...
| | www.deps.co
6.4 parsecs away

Travel
| | JDK 11 is the latest release of the JDK (Java Development Kit). There are several changes since JDK 8 that will require projects to update their dependencies or build tools. Many open source projects have resolved these issues when adding support for JDK 9 and 10. For most projects that have been updating their dependencies regularly, the upgrade process to JDK 11 shouldn't be too difficult. Last year I wrote a guide on upgrading Clojure projects to Java 9.
| | github.com
2.9 parsecs away

Travel
| | OCI Image Format. Contribute to opencontainers/image-spec development by creating an account on GitHub.
| | epicserve.com
42.2 parsecs away

Travel
| I was working on my Django Base Site project when I discovered a test was failing in a GitHub Action when trying to run Django's collectstatic manager command. It was failing in Python with the error, PermissionError: [Errno 13] Permission denied: '/srv/app/collected_static'.