-
We are using the dockerng module to deploy several docker containers including a container which contains a consul instance which we use for name resolution. With version 2015.8.1 we could forward dns…
-
Currently, this module only works with the forge versions of modules. Can this also have git functionality? For example, if I want to update all of my modules to the latest HEAD.
Example:
```
mod 'a…
-
I'm using the default ARM binary from the downloads page, related issues:
- https://github.com/JuliaLang/julia/issues/13399
- https://github.com/JuliaLang/julia/issues/13425
``` julia
Arch Linux [run…
-
I configured proxy appropriately, Zinc works fine, for example, the command:
http://zn.stfx.eu/zn/small.html' asZnUrl retrieveContents.
works properly. When I try to clone https://github.co…
-
I am trying to embind libgit2's internal structures and they happen to use a lot function pointer values. Embinding the code below generates this error:
```
In file included from ../../emscripten/li…
-
### Description of Issue/Question
When using the `docker_container.running` state and using multiple container links, the container is recreated at the next run. This is because the new and old sta…
-
In response to a question from @jongwook at https://github.com/JuliaLang/julia/issues/17000#issuecomment-245165991 (I'd really like to keep that issue focused specifically on its title, of FFTW thread…
-
### Description of Issue/Question
I have an state which configures an docker container and keeps it running.
In my setup i have set the `restart_policy` to `unless-stopped`.
As long as the docker i…
-
Possibly since #1346 the ruby bindings do not compile anymore:
```
[ 71%] Swig source
/home/markus/Projekte/Elektra/current/src/bindings/swig/ruby/kdbtools.i:42: Error: Unable to find 'std_shared…
-
**This is the problematic code:
new_cert_bindings = list_cert_bindings(site)
if binding_info not in new_cert_bindings(site):
Just need to remove (site) from second line as follows and it'…