Tsvetelin Bleskov

Results 9 issues of Tsvetelin Bleskov

Hello is it possible to define middleware routes after app is started? app file: ``` const express = require('express'); const app = express(); var proxy = require('express-http-proxy'); import { aa...

I see last bumped Angular version is 12, is 13 supported?

file-type detecting ***.docm** as ***.docx.** I don't see file-type to support **docm** or I miss something? Thanks

enhancement
help wanted

Hello Team, what is equivalent to: ```docker run -d -p 8000:8000 node-docker``` I have tried: ``` const [data, container] = await docker.run( 'node-docker', [], [stdoutStream, stderrStream], { Tty: false, WorkingDir:...

Nodejs v16 dockerode have dependency docker-modem, and docker-modem have ssh2, and ssh2 have cpu-features "0.0.2", where it is failing. #yarn add dockerode yarn add v1.22.17 [1/4] 🔍 Resolving packages... [2/4]...

Is there a way to copy data from a running container to host, in this case to copy a file. What I found as some possible solutions: 1. Using docker.exec()....

Can it be used with: import * as jsyaml from 'yamljs'; or import { yamljs } from 'yamljs';

## Issue Creation Checklist [x] I have read the [contribution guidelines](https://github.com/sequelize/sequelize/blob/main/CONTRIBUTING.md) ## Issue Description Payload for the execution: ``` let payload = { "group": { "tasks": [ { "name": "Task...

Hello, I want to create a container with "createContainer" and on later stage to exec command against it with "container.exec". I can read the stream from "container.exec", but can't read...