Adam Mizerski
Adam Mizerski
##### SUMMARY I use blockinfile and block is taken from variable like this: ```yaml foo_block: | { {% for i in a_list_of_strings %} '{{ i }}', {% endfor %} }...
``` [...] File ".../lib/python3.7/site-packages/enforce/__init__.py", line 1, in from .decorators import runtime_validation File ".../lib/python3.7/site-packages/enforce/decorators.py", line 11, in from .enforcers import apply_enforcer, Parameters, GenericProxy File ".../lib/python3.7/site-packages/enforce/enforcers.py", line 10, in from .validator import...
So this happened (this is a tail of a stacktrace, you can see it full at https://github.com/golemfactory/golem/issues/2834): ``` File "/Users/ederenn/golem/venv/lib/python3.6/site-packages/OpenSSL/SSL.py", line 1672, in bio_read self._handle_bio_errors(self._from_ssl, result) File "/Users/ederenn/golem/venv/lib/python3.6/site-packages/OpenSSL/SSL.py", line 1653,...
### What you were trying to do Play the game. ### What actually happened After clicking "Start Playing", the game is loading and at "Registering Blocks..." it crashes. I tried...
Such widget could show a simple list (just titles) of selected things (like shopping list or tasks). It should be possible to add multiple widgets with different lists. A good...
OpenEXR had a v3 release with some major changes. For example: - The library is now called libOpenEXR (instead of libIlmImf). - The parts of "IlmBase" that were Imath and...
I tried to hide the state machine implementation behind an interface and pimpl. It all works well for a simple state machine, but not for one with submachine. MNWE (minimal...
According to [RFC2822 section 3.4.1](https://tools.ietf.org/html/rfc2822#section-3.4.1): > An addr-spec is a specific Internet identifier that contains a > locally interpreted string followed by the at-sign character ("@", > ASCII value 64)...
```patch Index: ip2unix-2.1.4/src/dynports/dynports.cc =================================================================== --- ip2unix-2.1.4.orig/src/dynports/dynports.cc +++ ip2unix-2.1.4/src/dynports/dynports.cc @@ -1,4 +1,5 @@ // SPDX-License-Identifier: LGPL-3.0-only +#include #include #include #include ``` Otherwise it fails to compile with error: ``` src/dynports.cc:13:45: error:...
**Describe the feature you are proposing** Allow to run a ipfs-cluster-service, that - Is part of the cluster and runs the "consensus component" - Doesn't take part in pinning the...