Makarov Andrey
Makarov Andrey
I run spot on Windows. I've tried to copy a file to a subfolder in user home directory. That works if I use relative remote path like `./wg-easy/docker-compose.yml`. But with...
I couldn't find a way to delete records from topic partitions like [kafka-delete-records.sh](https://www.baeldung.com/kafka-purge-topic#selective-record-deletion) can do. It's not possible?
When I run gitlab-ci-local with `--manual deploy_dev` it doesn't start if parallel:matrix is present. And also parallel jobs run as expected if there's no `when: manual`. ```powershell PS > .\gitlab-ci-local.ps1...
I have exactly the same issue as described in a [comment](https://github.com/firecow/gitlab-ci-local/issues/932#issuecomment-2387238014) in #932: ``` SyntaxError: Invalid regular expression: /(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/gm: Invalid group at new RegExp () at Function.getCoveragePercent (C:\snapshot\firecow-gitlab-ci-local\src\utils.ts:84:23) at...
Why does _widgetsnbextension 4_ officially support only Python>=3.7? I have two environments: - IPykernel environment with ipywidgets 8.1.5 installed - Jupyter Notebook 6.0.3 environment (Python 3.6) According to the installation...
**Describe the bug** OneFolder fails to import tags from Allusion backup file. **To Reproduce** I've added the same folder as in Allusion and tried to import a backup file. First...
I want to filter **multiline** messages by substring. Now I use key-value separator to tell awk where a new message begins, because my keys are empty. But I think this...
When I run `docker run --rm --network kafka-netw -v "$(pwd)/zoe:/root/.zoe" adevinta/zoe-cli:0.30.0 topics consume test-topic` I get the following error: ``` failure: runner 'local' failed cause: failure: Unrecognized token 'First': was...