Joshua Barnett

Results 13 issues of Joshua Barnett

[The change in question](https://github.com/seppevs/migrate-mongo/compare/v8.2.2...v8.2.3#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519L34) my automated migration hooks. ``` ERROR: options autoindex, usecreateindex, usefindandmodify are not supported MongoParseError: options autoindex, usecreateindex, usefindandmodify are not supported at Object.parseOptions (/srv/node_modules/migrate-mongo/node_modules/mongodb/lib/connection_string.js:291:15) at new...

I'm trying to add a new field which resolved related models but also provides `filter` but with the field that is used to related the two models removed from the...

How should I handle models with custom types such as [`mongoose-long`]? Currently I get the following error when creating a `TypeComposer` with `composeWithMongoose` if the model has a field using...

### Bug report info ```plain text act version: 0.2.55 GOOS: darwin GOARCH: arm64 NumCPU: 12 Docker host: DOCKER_HOST environment variable is not set Sockets found: /var/run/docker.sock $HOME/.docker/run/docker.sock Config files: /Users/jshbrntt/.actrc:...

kind/bug

#### Overview of the Issue When attempting to build the following `debian-11` template with Packer, found here in the [Microsoft/MSLab-templates](https://github.com/microsoft/MSLab-templates/tree/main/templates/debian-11) repository. The build will get stuck on `Waiting for SSH...

bug

This change will select the correct `HostVMAdapter` when there are multiple associated with the specified switch (usually `Default Switch`). This is done by filtering the adapter selected by using the...

OS: **Windows 11 Version 23H2 (OS Build 22631.4037)** VSCode version: **1.92.2 (user setup)** CodeLLDB version: **1.10.1** Compiler: **Ubuntu clang version 16.0.0 (1~exp5ubuntu3)** Debuggee: **x86_64-windows-msvc** My `launch.json` is as follows. ```json...

### What is the issue? If you try to clone a Git repository using the [cookbook example](https://docs.dagger.io/cookbook/#clone-a-remote-git-repository-into-a-container-by-branch-tag-or-commit) over SSH it will fail with the following error. ```typescript // ./dagger/index.ts import...

This effects both Next.js 14 and 15. When setting `{ next: { revalidate: 1 } }`, currently the default behaviour of the `redis-strings` and `redis-stack` handlers is to set an...

bug

### Contributing guidelines - [x] I've read the [contributing guidelines](https://github.com/docker/build-push-action/blob/master/.github/CONTRIBUTING.md) and wholeheartedly agree ### I've found a bug, and: - [x] The documentation does not mention anything about my problem...

status/needs-investigation