sinlov

Results 4 issues of sinlov

```ts log4js.configure({ appenders: { 'loger' : { type: 'file', filename: 'test-log.log' } } }) log4js.getLogger('loger').info('just test loger write') const prompts = [...] inquirer.prompt(prompts).then(({use, name}) => { console.log(`user: ${user} name: ${name}`)...

- list env of project - add gitigonre file - add base test case other.. add `LICENSE` of this project and `thrid libaray LICENSE` which used this project.

### Component server, agent ### Describe the bug ```yml labels: # https://woodpecker-ci.org/docs/usage/workflow-syntax#labels backend: docker platform: linux/amd64 steps: python-poetry-gcc: image: fnndsc/python-poetry:1.7.1 pull: false commands: - whoami - id ``` will be...

bug
backend/docker

- env docker build from `FROM rust:1.84.0` at platform `linux/arm64/v8` > pass compiler at `linux/arm/v7` - run cli ```bash cargo install --all-features --version 0.1.5 cargo-bak ``` full logs see [rust-runtime-debian/actions/runs/13126783343/job/36624543513](https://github.com/lord-of-dock/rust-runtime-debian/actions/runs/13126783343/job/36624543513)...