Jonathan Romano

Results 49 issues of Jonathan Romano

- [x] I'd be willing to implement this feature ([contributing guide](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md)) ## Description I would like running a target to implicitly rely on a different target of a specific package...

type: feature
scope: core

## Current Behavior I currently have a core-based setup where I have my tsconfig for Jest including only the jest files, with a project reference pointing to the build tsconfig,...

type: bug
scope: core

## Current Behavior Running a task where dependencies do not exit causes the task to stall on the dependency ## Expected Behavior If a task is long-running and not the...

scope: core

I'm implementing a multi-tenant app where each tenant has its own database, and sessions should also be split between each database. I've written a custom session store, but as I...

feature request

## Troubleshooting 1. Does `tsc` have the same output? If so, please explain why this is incorrect behavior No, due to this plugin changing `outDir` 2. Does your Rollup plugin...

solution: workaround available
scope: integration
scope: upstream
scope: Vite

Resolves https://github.com/import-js/eslint-plugin-import/issues/1913 I am not particularly happy with the implementation (in particular, the error passing and "requireExact" handling to match the current behavior feel misplaced and/or mishandled), but it's at...

help wanted
semver-minor

This PR allows instances of CylinderBuffer to be properly be typed as a `CylinderGeometryBuffer | CylinderImpostorBuffer`, as that's what the constructor returns. FWIW: I'm not a fan of the `as...

I've noticed that currently, input listeners are registered specifically for mouse and touch events. Depending on what your preference for browser support is, it's [relatively well supported](https://caniuse.com/pointer) and generally easier...

Basically, my goal would be to create a CLA.md file in our organization .github repository (living alongside the other community health files), that way it could be easily updated by...

### 🚀 Feature Proposal - If `"type": "module"` is set in the package.json, `jest.config.ts` should be treated as ESM, not CJS - `jest.config.mts` and `jest.config.cts` should be looked for and...

:rocket: Feature Request
TypeScript
Pinned