piotrwalkusz1
piotrwalkusz1
https://colobot.info/forum/showthread.php?tid=658 `7. Look into possibility of testing through recorded event traces` Description is in `test/recorder/main.cpp` file, but I put this here too : **A tool for recording, replaying and testing**...
**Problem Description** I want to clean chat conversation really often (preferably after each response) because I want to save my money (prompt length influence request cost). Additionally, I don't want...
In documentation https://dagu.readthedocs.io/en/latest/yaml_format.html there is an example: ``` steps: - name: deno_hello_world executor: type: docker config: image: "denoland/deno:1.10.3" container: volumes: /app:/app: env: - FOO=BAR host: autoRemove: true command: run https://examples.deno.land/hello-world.ts...