KPrasch
KPrasch
> perhaps make this issue (or #1642) the Wailing Wall for all the cases when you saw an unexplained exception in the console output? Yes - this is totally reasonable....
This discussion leads me to think that we can move this Issue to the next milestone.
Related to #1515
Duplicate of #2658 and resolved by the black pre-commit hook introduced here https://github.com/nucypher/nucypher/pull/2921
@vepkenez - Is this done?
@tuxxy - Here is a code snippet from that method: ``` def start_learning_loop(self, now=False): if self._learning_task.running: return False ``` Do you have an alternate suggestion for a return value when...
memorialized by https://github.com/nucypher/nucypher/issues/2983
related to #2225
@fjarri - Considering `WeightedSampler`'s design, what do you think about exposing any part sample selection to user configuration / CLI flag, or instead closing this issue?
At the moment, error handling controls are pretty course, and we need a way to more precisely control HTTP responses from the `WebController` and `WebEmitter`. see