elikoga

Results 32 issues of elikoga

![pic-selected-201001-1711-15](https://user-images.githubusercontent.com/37669174/94831287-d5526e80-040c-11eb-81f5-66e7017ad8e8.png) Found on [the source of QuickCheck-safe on hackage](https://hackage.haskell.org/package/QuickCheck-safe-0.1.0.6/docs/src/Test.QuickCheck.Safe.html#quickCheck) Scroll down

bug

~~contains ./gpg2age.sh which encrypts with local keys~~ ~~modified tutorial-secrets with a draft layout~~ ~~Needs to work (fix until tests pass again)~~ ~~Adds age, and a flag for using age when...

Can be useful, talked about in call with @frlan

Maybe investigate somewhere here https://github.com/flyingcircusio/batou/blob/b1cf309f4b681d79e76ad24dbba78de8a05af381/src/batou/component.py#L1110-L1121

Error message deduplication does not work This sort is wrong: https://github.com/flyingcircusio/batou/blob/2183be7d114089362726609cf5bce40c73efaca8/src/batou/__init__.py#L345

As of now, `NonConvergingWorkingSet` without any information is thrown when any errors are encountered. `SilentConfigurationErrors` often come up as a consequence of more normal errors, but sometimes come up by...

https://github.com/flyingcircusio/batou/blob/942488f39727b825caf09240718073a42f3ec4c3/src/batou/__init__.py#L160-L175

closes #278 provides a warning if a component is initialized, but not prepared: Say we have the `tutorial-helloworld`: `component.py`: ```python class Hello(Component): def configure(self): self += File("hello", content="Hello world") File("")...