maaktweluit
maaktweluit
## Description **Golem Version**: 0.22.0 **Golem-Messages version** (leave empty if unsure): **Electron version** (if used): **OS** [e.g. Windows 10 Pro]: mac **Branch** (if launched from source): **Mainnet/Testnet**: mainnet **Priority label...
After requesting or providing a task api time. Each time the runtime is torn down `asyncio` gives this error. ``` INFO [golem.envs.docker.cpu ] Runtime torn down. ... ERROR [asyncio ]...
- cpu_benckmark:1.0 - gpu_benchmark:1.0 - blenderapp:0.7.3
As a developer i want debug logs for my apps when running with `--task-api-dev`. Pass the debug flag, added in golemfactory/task-api#65 to provider and requestor app services.
As a task-api app developer i want to show the full app definition in `apps.list` so i can check all fields. the `apps.list` command was added in https://github.com/golemfactory/golem/pull/5103 Extend it...
As a task-api developer i want to run `basic_integration.py` on mac without specifying a specific temporary directory. Bug found by @mdtanrikulu when running: ``` python scripts/task_api_tests/basic_integration.py task-from-app-def ../tutorialapp/examples/app_descriptor.json ../tutorialapp/examples/app_parameters.json --resources...
Currently when making a task-api `task.json` file the resources list needs to be repeated. Maybe we can generate the list in the `app` block from the list in the `golem`...
## Description **Golem Version**: 0.22.0 release **Golem-Messages version** (leave empty if unsure): **Electron version**: packed with release b0.22 **OS** [e.g. Windows 10 Pro]: ubuntu **Branch** (if launched from source): **Mainnet/Testnet**:...
When an exception occurs in the golemapp after the create task button is clicked the GUI shows a funds / top up error. Please allow different errors to be shown...
It would be great if golem also has a `-h` and `--help` option like the golemapp