Ecosyste.ms: Timeline

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

nrwl/nx

the-ult created a comment on a pull request on nrwl/nx
Is there an news on an ETA when this awesome new feature is gonna be available?

View on GitHub

arvilmena created a comment on an issue on nrwl/nx
I am getting the same issue since we are using Bun in our monorepo, will I be in trouble if I temporarily disable the action step: `- run: bunx nx-cloud start-ci-run --distribute-on="3 linux-mediu...

View on GitHub

vercel[bot] created a comment on a pull request on nrwl/nx
[vc]: #X1zCfB8xxn3V7xIZYrLpfRhIRL7lW68GDPKqkecy6sc=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJueC1kZXYiLCJyb290RGlyZWN0b3J5IjpudWxsLCJpbnNwZWN0b3JVcmwiOiJodHRwczovL...

View on GitHub

juristr opened a pull request on nrwl/nx
fix(nx-dev): cleanup
<!-- 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...
juristr created a branch on nrwl/nx

nx-dev/cleanup - Smart Monorepos ยท Fast CI

nx-cloud[bot] created a comment on a pull request on nrwl/nx
# โ˜๏ธ Nx Cloud Report CI is running for commit 8a05c8367f761cf62a4a499850e05cc30bbc1ac7. [๐Ÿ“‚ Click to track the progress, see the status, the terminal output, and the build insights.](https://stagi...

View on GitHub

sleeyax created a comment on a pull request on nrwl/nx
Gotcha, thanks for the info!

View on GitHub

vercel[bot] created a comment on a pull request on nrwl/nx
[vc]: #KR4ugtXOI7Q/OaakHGm77YNA4ZKV/16JR6N3gD1st+I=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJueC1kZXYiLCJpbnNwZWN0b3JVcmwiOiJodHRwczovL3ZlcmNlbC5jb20vbnJ3bC9ueC1kZ...

View on GitHub

leosvelperez opened a pull request on nrwl/nx
fix(js): include referenced internal config files in plugin cache hash
<!-- 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 tha...
leosvelperez created a branch on nrwl/nx

js/fix-plugin-cache - Smart Monorepos ยท Fast CI

xalechez created a comment on an issue on nrwl/nx
I'd like to second @ItamarGronich's comment. I am currently investigating using Nx in our organisation. We see some huge benefits it could bring us as a business, but as with any new technology w...

View on GitHub

JamesHenry created a comment on a pull request on nrwl/nx
@sleeyax Just migrate to Nx 20 as normal, and remove this `useLegacyCache` flag from your nx.json if it is present. I would advise running `nx reset` any time after your make changes related to the...

View on GitHub

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

View on GitHub

nx-cloud[bot] created a comment on a pull request on nrwl/nx
# โ˜๏ธ Nx Cloud Report CI is running/has finished running commands for commit f05c0d99f1d54dbe19689af95f5253ecb71b14cc. As they complete they will appear below. Click to see the status, the terminal...

View on GitHub

leosvelperez opened a pull request on nrwl/nx
fix(js): fix resolution of extended tsconfig files in plugin
<!-- 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 tha...
leosvelperez created a branch on nrwl/nx

js/fix-tsconfig-extends-resolution - Smart Monorepos ยท Fast CI

sleeyax created a comment on a pull request on nrwl/nx
Is it possible to migrate an existing workspace to the db cache instead? Can't seem to find this documented anywhere.

View on GitHub

43081j created a comment on a pull request on nrwl/nx
I agree Other projects we have migrated to picomatch didn't make use of the extra edge cases minimatch supported, so they were fairly easy to move. We also moved a few to zeptomatch which is eve...

View on GitHub

hpmax00 starred nrwl/nx
phihochzwei created a comment on an issue on nrwl/nx
Unfortunately, our project is quite big which makes it difficult to easily create a minimal version. And also the fact that this only appears on Gitlab Runners, not my or any other local machine ma...

View on GitHub

khacnha starred nrwl/nx
github-actions[bot] closed an issue on nrwl/nx
Remove publishConfig.directory when copying to dist folder
- [x] I'd be willing to implement this feature ([contributing guide](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md)) ## Description I use https://github.com/changesets/changesets w...
github-actions[bot] closed an issue on nrwl/nx
Local cache miss when not forwarding arguments
## Current Behavior If a target runs using the `@nrwl/workspace:run-commands` executor and does not forward arguments, it results in cache misses if arguments are passed, even though the arguments...
github-actions[bot] closed an issue on nrwl/nx
Type import using old definitions when updating the type
## Current Behavior We're using https://trpc.io/ in a new project, which enables full-stack type safety without any generators or need to declare your own interfaces. It does this by inferring t...
github-actions[bot] closed an issue on nrwl/nx
Allow any 3rd party package manager
- [x] I'd be willing to implement this feature ([contributing guide](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md)) ## Description Currently NX supports 3 package managers, npm, yar...
github-actions[bot] closed an issue on nrwl/nx
Support environment variables in nx.json
- [ ] I'd be willing to implement this feature ([contributing guide](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md)) ## Description I think supporting interpolating environment varia...
github-actions[bot] closed an issue on nrwl/nx
GitLab CI/CD failing with basic NX config if there are more than 400+ changes
### Current Behavior Middle project for 2 apps and 45 libraries. The initial project's version of nx was 13.x.x then it was migrated to [email protected]. It was around 400+ changes on git. GitLab C...
github-actions[bot] closed an issue on nrwl/nx
nx serve-ssr doesn't work correctly in MF + SSR case (live reload issue)
### Current Behavior I create and run MF + SSR angular project, but `nx serve-ssr` can't properly refresh the page after changes. I can see my changes for a split second during the page flicker...
github-actions[bot] created a comment on an issue on nrwl/nx
This issue has been automatically marked as stale because more information has not been provided within 7 days. It will be closed in 21 days if no information is provided. If information has been p...

View on GitHub

chestermjr starred nrwl/nx
Load more