Ecosyste.ms: Timeline

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

nrwl/nx

Coly010 closed 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...
Coly010 created a comment on an issue on nrwl/nx
Discussion here: https://github.com/nrwl/nx/discussions/28494 Unfortunately this is a restriction from Module Federation and therefore it'll continue to operate in the manner as above

View on GitHub

Coly010 closed an issue on nrwl/nx
Cannot create Angular remote project with - (Hyphen) in it
### Current Behavior Cannot create remote with - (Hyphen) with it; e.g. my-mfe ![Image](https://github.com/user-attachments/assets/6fe9e718-deba-4809-982b-77cab6fe2952) ### Expected Behavior T...
Coly010 created a comment on an issue on nrwl/nx
@blogic-toplx The error is correct. There is a mismatch in the generator's schema, I'll push a PR to fix that now. However, this is expected and will be enforced going forward. You can learn more ...

View on GitHub

Coly010 created a comment on an issue on nrwl/nx
@gperdomor thanks for the issue. This is already on our radar. However, given that since Next 15 released there have been a ton of bug fixes that have shipped to Next 15 patch releases, it might be...

View on GitHub

Coly010 created a comment on an issue on nrwl/nx
@brsanthu Nx _does_ take dependency order into account. If you're noticing that it is not happening, it is either a bug, or a configuration issue. Is there any way you could provide a repo that r...

View on GitHub

CA-en created a comment on an issue on nrwl/nx
This issue is still occurring in `^20.0.5` across the `@nx` and `nx` dependencies. Is there any update or help required?

View on GitHub

barrymichaeldoyle created a comment on an issue on nrwl/nx
> After reading the source, i saw this commit made the rule for the remote name: [1badac8#diff-c54f4e1195e9cb19426f4f0185acfe9ee9fdc17372a366e0658549cbc4a2072fR458](https://github.com/nrwl/nx/commi...

View on GitHub

Jordan-Hall created a comment on an issue on nrwl/nx
@juristr with this bow being closes can we assumed its all going ahead as planned and this should be closes?

View on GitHub

k3nsei created a comment on an issue on nrwl/nx
Happens to me also when running in docker ubuntu while `npm ci` ``` npm run test:ci || true #20 9.268 #20 9.268 NX Unable to set journal_mode: SqliteFailure(Error { code: DatabaseBusy, extende...

View on GitHub

nx-cloud[bot] created a comment on a pull request on nrwl/nx
# โ˜๏ธ Nx Cloud Report CI is running for commit 7e94f298ea2d1a30e205e55fb86ae2159bc2284c. [๐Ÿ“‚ 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]: #XoS4H/1Ia44DuCVOZoe8ZT6+IqArqt3ocYRIHyc9dNA=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJueC1kZXYiLCJpbnNwZWN0b3JVcmwiOiJodHRwczovL3ZlcmNlbC5jb20vbnJ3bC9ueC1kZ...

View on GitHub

juristr opened 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...
juristr created a branch on nrwl/nx

nxdev/embed-access-token-videos - Smart Monorepos ยท Fast CI

MaxKless created a comment on an issue on nrwl/nx
Okay but even so, the following calculation would be under 95 chars, no? 65 chars (TMPDIR) + 20 chars (hash) + 6 chars (`d.sock` filename) + 2 chars (slashes) = 93 chars So if you could add the `...

View on GitHub

TriPSs created a comment on an issue on nrwl/nx
We have been using Nx for over 4 years with our [custom runner](https://github.com/TriPSs/nx-extend/tree/master/packages/gcp-task-runner) in all projects, after seeing the warning and trying to inv...

View on GitHub

jsdevtom created a comment on an issue on nrwl/nx
We can also reproduce.

View on GitHub

loveholly starred nrwl/nx
lucavb created a comment on an issue on nrwl/nx
We are also facing the same issue and are aiming for the same solution. As far as we can tell this change caused it https://github.com/nrwl/nx/pull/28252/files It is no longer considering whethe...

View on GitHub

ugrave opened an issue on nrwl/nx
Running multible instances of nx throw database locked error
### Current Behavior If i run mutlible instances of nx in parallel on the same workspace some of them failing with the following error: ```console NX DB execute error: "INSERT OR REPLACE INTO t...
xalechez created a comment on an issue on nrwl/nx
Same for me. Migration to v20 didn't help

View on GitHub

thomasweigert91 closed an issue on nrwl/nx
Bad Platform Issue
### Current Behavior When I try to commit my stand, this fails. Vercel gives me the following error: npm error code EBADPLATFORM npm error notsup Unsupported platform for @nx/[email protected]...
sacru2red created a comment on an issue on nrwl/nx
> If there is a project in the monorepo that was not intentionally joined to nx, project.json does not exist and this error occurs. > > ex) /examples/foo-project edit root's .nxignore file add pr...

View on GitHub

Coly010 deleted a branch nrwl/nx

fix/storybook-migrate-8-yarn

Coly010 closed an issue on nrwl/nx
Error with Storybook migration
### Current Behavior During the migration of storybook to migrate-8, it gives the following error. NX Calling sb upgrade โ„น๏ธ Nx will call the Storybook CLI to upgrade your @storybook/* packag...
Coly010 closed an issue on nrwl/nx
Error with Storybook migration
### Current Behavior During the migration of storybook to migrate-8, it gives the following error. NX Calling sb upgrade โ„น๏ธ Nx will call the Storybook CLI to upgrade your @storybook/* packag...
Coly010 pushed 1 commit to master nrwl/nx
  • fix(storybook): fix yarn storybook upgrade 8 (#28605) <!-- Please make sure you have read the submission guidelines ... 7839c80

View on GitHub

Coly010 closed a pull request on nrwl/nx
fix(storybook): fix yarn storybook upgrade 8
<!-- 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...
Coly010 created a review on a pull request on nrwl/nx

View on GitHub

vercel[bot] created a comment on a pull request on nrwl/nx
[vc]: #5RGvLt0oW36UJbnaxirtKuO4AsksZRfA0X/5dJd+e0M=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJueC1kZXYiLCJyb290RGlyZWN0b3J5IjpudWxsLCJpbnNwZWN0b3JVcmwiOiJodHRwczovL...

View on GitHub

Load more