Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

nrwl/nx

juristr deleted a branch nrwl/nx

nxdev/embed-access-token-videos

juristr closed a pull request on nrwl/nx
feat(nx-dev): add videos to CI docs
<!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that y...
wcwcaseman created a comment on an issue on nrwl/nx
@Coly010 Here is a repo to reproduce the bug. All you have to do is serve it and you will see the issue https://github.com/wcwcaseman/CustomNXBuild .

View on GitHub

juristr pushed 1 commit to nxdev/embed-access-token-videos nrwl/nx
  • feat(nx-dev): add videos to CI docs 8c46be0

View on GitHub

ndcunningham pushed 1 commit to feat/react-generators-formatted-by-default nrwl/nx
  • feat(react): Update generators so that they are formatted by default dcc95a6

View on GitHub

jonasschultheiss opened an issue on nrwl/nx
@nx/js/typescript Can't resolve modules in "extends" of tsconfig
### Current Behavior I have setup a poc @ my company using nx. I created an internal package, which contains all configuration files for eslint, prettier and typescript. The setup works verifiable...
k3nsei created a comment on an issue on nrwl/nx
@Cammisuli Here are results ``` #20 [test-fe 5/10] RUN cd ./workspace && npm run test:ci || true #20 0.587 #20 0.587 > [email protected] test:ci #20 0.587 > NX_NATIVE_LOGGING=nx::native::cache,nx::nat...

View on GitHub

k3nsei created a comment on an issue on nrwl/nx
@JamesHenry its not there ``` > npm ls @nrwl/devkit [email protected] C:\dev\my-app └── (empty) ```

View on GitHub

KonstantinKai created a comment on an issue on nrwl/nx
same problem

View on GitHub

flo-sch created a comment on an issue on nrwl/nx
Facing this using [email protected] here, building a node app with esbuild, with a production dependency that needs patching. I added `patches/*` to the assets option of the esbuild executor to include pa...

View on GitHub

gerardcastell created a comment on an issue on nrwl/nx
Any updates?

View on GitHub

JamesHenry created a comment on an issue on nrwl/nx
@k3nsei Please try running `npm ls @nrwl/devkit` in the repo in question and see if it yields any results. If not it might be based on some outdated global install

View on GitHub

flo-sch created a comment on an issue on nrwl/nx
Same issue with pnpm patches, added to the root package.json: ```json { // ... "pnpm": { "patchedDependencies": { "xxx": "patches/xxx.patch" } } } ```

View on GitHub

JakubPawlak opened an issue on nrwl/nx
module-federation-dev-server with host Angular application bootstrapping another host Angular application fails - NG0402
### Current Behavior We have host Angular application which load another host Angular application with module federation. After adding project.name to module federation dev server (this PR https:/...
nx-cloud[bot] created a comment on a pull request on nrwl/nx
# ☁️ Nx Cloud Report CI is running for commit 37532bf746f4dfa1ffc0bbd9932fd95572350b8d. [📂 Click to track the progress, see the status, the terminal output, and the build insights.](https://stagi...

View on GitHub

vercel[bot] created a comment on a pull request on nrwl/nx
[vc]: #sGU2B81yc3hWH+xFvBXXt00+h3JO8xvd0X0vVm1FMPI=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJueC1kZXYiLCJpbnNwZWN0b3JVcmwiOiJodHRwczovL3ZlcmNlbC5jb20vbnJ3bC9ueC1kZ...

View on GitHub

jaysoo opened a pull request on nrwl/nx
fix(core): skip eslint custom hasher when hashing tasks during running commands
This change speeds up Nx Cloud runs by not orchestrating cache hits for lint tasks. <!-- If this is a particularly complex change or feature addition, you can request a dedicated Nx release for ...
jaysoo created a branch on nrwl/nx

fix/eslint-skip-custom-hasher - Smart Monorepos · Fast CI

jaysoo closed a pull request on nrwl/nx
fix(core): skip eslint custom hasher when hashing tasks during running commands
This PR changes run commands such that the custom eslint hasher is skipped. This prevents Nx Cloud from spending time orchestrating cache hits for lint. <!-- Please make sure you have read the s...
jonasschultheiss created a comment on an issue on nrwl/nx
Sure, [here's my poc I'm currrently working on](https://github.com/jonasschultheiss/poc_branching-versioning-strategy/tree/repro/nx-next). Please see the repro/nx-next branch. 1. run `pnpm build:...

View on GitHub

cnorthfield opened an issue on nrwl/nx
nxViteTsPaths not resolving imports correctly
### Current Behavior When `nxViteTsPaths` is used in a vite config file, and the project contains file imports with a dot (.) separator, compilation fails due to a failure in resolving the path. ...
Cammisuli created a comment on an issue on nrwl/nx
@k3nsei I don't think the env is being passed properly to the command. We should've seen logs like this: ``` TRACE nx::native::db: Creating connection to "/Users/jon/Dev/angular-eslint/.nx/workspac...

View on GitHub

nx-cloud[bot] created a comment on a pull request on nrwl/nx
# ☁️ Nx Cloud Report CI is running for commit 175a0a7449f356841077528523d10f00c7872b7b. [📂 Click to track the progress, see the status, the terminal output, and the build insights.](https://stagi...

View on GitHub

vercel[bot] created a comment on a pull request on nrwl/nx
[vc]: #MQxYJjrRFEbf+3lYpJKM8g/i5JF1N/X+SQxEP5lpGQ4=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJueC1kZXYiLCJpbnNwZWN0b3JVcmwiOiJodHRwczovL3ZlcmNlbC5jb20vbnJ3bC9ueC1kZ...

View on GitHub

jaysoo opened a pull request on nrwl/nx
fix(core): skip eslint custom hasher when hashing tasks during runnin…
…g commands <!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Pleas...
jaysoo created a branch on nrwl/nx

fix/skip-eslint-custom-hasher - Smart Monorepos · Fast CI

k3nsei created a comment on an issue on nrwl/nx
@Cammisuli When I'm running it like that in docker results are still the same. ```Dockerfile ENV NX_SKIP_NX_CACHE=true ENV NX_DAEMON=false ENV NX_DB_CACHE=false ENV NX_INTERACTIVE=false ENV NX_NAT...

View on GitHub

isaacplmann created a review on a pull request on nrwl/nx

View on GitHub

JamesHenry created a comment on an issue on nrwl/nx
@sacru2red Thank you but lack of svn support isn't a bug, it's just not something that has ever been requested and it hasn't been prioritized on our roadmap. Our commands which leverage `affected` ...

View on GitHub

JamesHenry created a comment on an issue on nrwl/nx
(It almost certainly isn't relevant but I would clean up your lockfile - `@nrwl/devkit : 16.5.1` and `@nrwl/tao : 16.5.1` are VERY old)

View on GitHub

Load more