Denis Zavershinskiy
Denis Zavershinskiy
As temporal workaround I have installed [compose switch](https://docs.docker.com/compose/cli-command/#compose-switch) and applied [v1 completion](https://docs.docker.com/compose/completion/). it requires me to use it as `docker-compose` (not as `docker compose`) but completion works
`bucket: my-bucket/my-folder` works for me docker image: `stefanprodan/mgob:1.3` rclone is connected to [DigitalOcean spaces](https://rclone.org/s3/#digitalocean-spaces)
Hey guys, I've got the same problem: 1. Run inbucket in a docker container, map web UI to port 30025 2. Set up apache as reverse proxy at http://inbucker.example.server.org 3....
thanks, stale bot. I'll file a PR for that one
@JacobWeisenburger thank you for looking into my case. no, your solution does not cover my situation. Zod's brand is compile time only (as doc states). But in my case I...
unfortunatelly for me, it is JsonDiscovery extension. @lahmatiy in general what do you think about adding build-in dates support to jora? I can see at least 3 scenario: 1. find...
> what about: > > ``` > export default { > prop: 'value', > }; > ``` > > ? ``` interface MyType { prop: string; prop2: string; } const...
Unrelated to the issue, but I just noticed that packages are copied, not hard linked. ``` Packages are copied from the content-addressable store to the virtual store. ``` All folders...
I think I found where is a problem, though I don't know what is a low-level cause of it. I've looked into the problem with `[email protected]`. Error comes from [optimisticRenameOverwrite](https://github.com/pnpm/pnpm/blob/eed2cf95df2e3c553b171e609af87a327d11a1d8/store/cafs/src/writeBufferToCafs.ts#L58)....
+1 for merge I use `nrwl/nx` to manage my monorepo. Files structure looks like this: ``` ├── apps │ ├── simple-app │ │ └── tsconfig.json │ └── complex-app │ └──...