Adam Wootton

Results 35 issues of Adam Wootton

## I'm submitting a... [ ] Regression [x] Bug report [ ] Feature request [ ] Documentation issue or request [ ] Support request => Please do not submit support...

## Description Hi, I'm adding a job to Bull like this: ``` bull.add(data, { delay: 600000, repeat: { every: 600000, jobId: "some_string" } } ``` Basically the job should happen...

BETTER DOC

Similar to this issue: https://github.com/jscutlery/semver/issues/215 When using Nx with "publishable" packages, you specify an "importPath" which corresponds to the name of the projects in package.json files. This name is not...

enhancement

### What version of `Wrangler` are you using? 2.0.23 ### What operating system are you using? Mac ### Describe the Bug I have a wrangler.toml file that looks like the...

needs reproduction
bug

## Current Behavior In previous versions of Nx, I was able to execute commands via `nx affected` or `nx run` which would pass along any "unknown" arguments to the underlying...

type: bug

Consider the following example, which sets up a schema according to the latest documentation for Mongoose: https://mongoosejs.com/docs/typescript/schemas.html#schemas-in-typescript ``` import { Schema } from 'mongoose' import { factory } from 'fakingoose'...

- [ ] I'd be willing to implement this feature ([contributing guide](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md)) ## Description If there are conflicting versions of `@nx` packages installed, Nx should either log a warning on...

type: feature
scope: core

### Current Behavior If you try to build something using the `@nrwl/js:tsc` executor that depends on some other packages in the repository, it works as long as the target that...

type: bug
scope: js

Hi, sorry if I missed this in the documentation. Is there a way to access the raw Response object from Axios from an apiClient request on the client side? Specifically...

wontfix
v11 target

- [ ] I'd be willing to implement this feature ([contributing guide](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md)) ## Description Add a separate list of packages that should be allowed to be included in the package.json...

type: feature
scope: linter