johny-b
johny-b
1. We'd like to have an intermediate layer between `events` and things that are a direct interface to the REST API (`yapapi.rest.*`). 2. This is directly related to the other...
Few things are not covered at all: * Few missing payment events: `DebitNoteRejected`, `InvoiceRejected`, `AllocationCreated`, `AllocationFailed` * There is `ActivityCreated` but no `ActivityDestroyed` (but maybe there's a reason?) * ...?...
Currently `NoProposalConfirmed` event is emitted only when using Task API. Is there a reason behind this? NOTE: the logic behind this event should probably be moved from `yapapi.Executor` to `yapapi.Engine`,...
E.g. `SubscriptionFailed` or `CollectFailed` never have `exc_info`, despite being always emitted on an exception. There could be more such events.
One of: * `Golem.add_async_event_consumer` * `Golem.add_event_consumer` accepting also async functions The latter looks better. After #851 is done, this **should be pretty easy** - the deepest event-emitting layer uses async...
Name: kubam yagna version: yagna 0.8.0-rc5 (e9476c02 2021-09-08 build #170) OS+lang+version (if applicable): Linux, python 3.8.11 Title: Password not found on first run of the example ``` Task computed: Task(id=2,...
1. `app_key` is available in an easy way only on the `Golem` instance 2. `app_key` is necessary to authorize requests sent via the network websocket 3. `Golem` instance is usually...
I want a random `Deal`, but not 13-card but with some lower number of cards. Is there a clean way to do this? If not, do you think this feature...
There are a lot of possible improvements in `yapapi.log`. This has rather low priority, probably - I'm writing down here things I've noticed while working on #796 . - [...
I'm pretty sure I'm sending `max_tokens` and: * I get much more tokens * I also don't see this `max_tokens` when looking at my prediction in the browser When I...