Jacob Ley

Results 22 issues of Jacob Ley

**What version of Ajv are you using? Does the issue happen if you use the latest version?** 8.10.0 With all included schemas (default, 2019, 2020) **Ajv options object** ```ts {...

enhancement

**What does this PR do?** Add Retentive integration for Analytics.js **Are there breaking changes in this PR?** No, this is an initial commit, nothing to break **Testing** Via Karma/Mocha unit...

ORIGINAL PR: https://github.com/mochajs/mocha/pull/4888 Closed out of staleness, but now trying to re-open under new maintenance Description of the Change Handle canonicalizing Module, prevent implicit stringification failures Alternate Designs Have canonicalType...

status: blocked

### Pull Request Checklist - [x] Have you added new tests to prevent regressions? - [ ] Does `yarn test` or `yarn test-DIALECT` pass with this change (including linting)? -...

conflicted

### Current Behavior Eslint's new Flat Config supports 3 names: * `eslint.config.js` (inherits type from package.json, _implied_ to be ESM otherwise) * `eslint.config.cjs` (explicitly commonjs) * `eslint.config.mjs` (explicitly ESM) Supported...

type: bug
scope: linter

### Current Behavior Nx requires a `eslint.config.js` file to exist at the root directory. However it passes the `eslint.config.js` file that exists in the project directory to actual Eslint. The...

type: bug
scope: linter

### Environment information ```block CLI: Version: 1.6.1 Color support: true Platform: CPU Architecture: aarch64 OS: linux Environment: BIOME_LOG_DIR: unset NO_COLOR: unset TERM: "xterm-256color" JS_RUNTIME_VERSION: "v20.11.1" JS_RUNTIME_NAME: "node" NODE_PACKAGE_MANAGER: unset Biome...

S-Help-wanted
A-Parser
L-JavaScript
S-Bug-confirmed

Title pretty much says it all. Refer to source code: https://github.com/iamkun/dayjs/blob/dev/src/index.js#L390 Proper typing enables extend chaining in typescript e.g. dayjs.extend(foo).extend(bar) Should result in a "patch" update. Technically type change would...

### What happened? What did you expect to happen? I have begun setting up Dagger for my [monorepo](https://github.com/JacobLey/leyman). This monorepo uses [Nx](https://nx.dev/) to generate an execution graph (ensure dependencies are...

### What are you trying to do? It is possible to write some dagger code like: ```go func (m *MyModule) doLotsOfStuff() { baseContainer := dag.Container(); parallelBuilds = []*dagger.Container{ baseContainer.WithExec([]string{"do", "stuff",...