Alexander Zeitler
Alexander Zeitler
`mocha` has a nice one: https://github.com/mochajs/mocha/blob/master/CHANGELOG.md
The idea came up in [this Discord conversation](https://discord.com/channels/1074998995086225460/1100896681148555347/1101482683441348618). Todo: - [x] Implement `IDocumentCleaner` - [ ] Tests for mixed setups with other tenancy models
I've migrated an app to React 18 / Router v6 and `vite build` results in these errors: ```bash node_modules/@types/react-router-dom/index.d.ts:13:10 - error TS2305: Module '"react-router"' has no exported member 'match'. 13...
👋 Is `ColoredPrintf` expected to work with F# 5 string interpolation? ```fsharp (tasks |> Array.iter (fun t -> colorprintf $"$gray[{t.Title}]")) ``` throws this error ```bash Unhandled exception. System.Exception: Expected function...
I created a folder on a Docker machine (`default`) like this: ``` docker-machine ssh default -- mkdir -p /home/alexzeitler/src/myproject/subproject ``` Then I tried to copy local files from the current...
resolves #27 Still "work in progress"
Is there a way of streaming the output while a command is executed? We're doing this in the `docker-compose` Project: https://github.com/PDMLab/docker-compose/blob/master/src/index.ts#L88 Would you accept a PR for this?
Thanks for this great package. Would you accept a PR providing TypeScript typings?
As discussed on Twitter [a while ago](https://twitter.com/lxztlr/status/1545510197090832386?s=20&t=9pN8TZqGrFqoVs-vtLeVMA), I need to create (and drop) MSSQL and Postgres databases in integration test scenarios. As discussed, I would like to contribute this to...
Todo: - [ ] Jitter method - [ ] Exponential method - [ ] ExponentialJitter method