James Cleverley-Prance
James Cleverley-Prance
Fixed a bug where sometimes `fattr` was missing. It only makes the call if it is missing, and then caches the request for future use.
It looks like gVisor removed the `/__runsc_containers__` directory ([PR](https://github.com/google/gvisor/pull/378/commits/04cbb13ce9b151cf906f42e3f18ce3a875f01f63)) so gVisor runtime detection now fails. Can't see an obvious replacement :(
This just moves the urllib3 warning suppression line to be enable automatically, when token auth is used. Should fix #5 . Tested with/without CA when using token. Have encountered no...
Rebased #82 onto master and added documentation, as discussed in [comment](https://github.com/terra-farm/terraform-provider-virtualbox/pull/82#issuecomment-835918292). Depends on the [PR from go-virtualbox](https://github.com/terra-farm/go-virtualbox/pull/18).
This PR contains the functionality in #13 and #11, rebased onto master and updated to use the `Mange().run` functions. I am using this functionality successfully with a patched version of...
## Description The location of utils rego files are currently hardcoded. If we move the lib folder to outside the current directory, the utils rego files cannot be found. ##...
``` $ java -version openjdk version "1.8.0_60" OpenJDK Runtime Environment (build 1.8.0_60-b27) OpenJDK 64-Bit Server VM (build 25.60-b23, mixed mode) $ java -jar FactorioModManager-0.2.1.jar Error: Could not find or load...
The application wont initially run due to missing directories... ``` Exception in main thread: ~/.factorio/fmm is not a directory. java.nio.file.NoSuchFileException: ~/.factorio/fmm at sun.nio.fs.UnixException.translateToIOException(Unknown Source) at sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source) at sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source)...
as described in [this PR](https://github.com/kubernetes/kubernetes/pull/47740)
Prevent timeouts via ping/pong websocket frames