Ecosyste.ms: Timeline

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

nrwl/nx

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
usarskyy opened an issue on nrwl/nx
nx server always replaces environment.ts file with environment.prod.ts
### Current Behavior I start one of the apps using `nx serve MY_APP_NAME` command. My app has a directory called `environments` with three files in it: 1. `environment.ts` 2. `environment.test.ts...
wjxalexander starred nrwl/nx
Bluetooxth starred nrwl/nx
DanielRivers created a comment on an issue on nrwl/nx
> > [@ken-playerlync](https://github.com/ken-playerlync) What I did was just run `nx import` and followed the commands > > [@DanielRivers](https://github.com/DanielRivers) was your source project ...

View on GitHub

nadun097 opened an issue on nrwl/nx
angular testibg
### Current Behavior learning issues(nx) ### Expected Behavior learning issues (nx) ### GitHub Repo _No response_ ### Steps to Reproduce 1. ### Nx Report learning issues ### Failure Logs...
ItamarGronich created a comment on an issue on nrwl/nx
While supporting OSS and small businesses is a noble and just cause you still haven't addressed the concern for big companies yet. We're a big company. We chose Nx because of it's amazing free fea...

View on GitHub

Load more