nestjs-query icon indicating copy to clipboard operation
nestjs-query copied to clipboard

Null sorting fix

Open abrenoch opened this issue 1 year ago • 1 comments

See https://github.com/TriPSs/nestjs-query/issues/270

abrenoch avatar Jun 14 '24 13:06 abrenoch

☁️ Nx Cloud Report

CI is running/has finished running commands for commit a25a88284e91bcddd967b147906504367acc43a7. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 5 targets

Sent with 💌 from NxCloud.

nx-cloud[bot] avatar Jun 14 '24 16:06 nx-cloud[bot]

@abrenoch the linting errors now could be fixed by running the linter with --fix. (Bit weird that Nx no longer outputs it here in the CI)

TriPSs avatar Sep 19 '24 11:09 TriPSs

Hey @TriPSs does your nx cloud run say what the lint errors are? I'm trying to work out what is failing, even pointed the nxCloudAccessToken to a workspace I can check, and I'm seeing these "Buildable libraries cannot import or export from non-buildable libraries" errors when running yarn nx run-many --target=lint --all (adding --fix didnt seem to help).

Could you provide some insight please? I have no idea what the issue here is.

abrenoch avatar Sep 25 '24 15:09 abrenoch

@abrenoch reran the jobs and disabled that Nx does not output the logs here, bit weird that this was auto enabled.

TriPSs avatar Sep 25 '24 16:09 TriPSs

Added a couple small changes the linter was complaining about - odd they were unrelated to the actual change I had made, but /shrug

abrenoch avatar Sep 25 '24 19:09 abrenoch

Thanks for everything!

TriPSs avatar Sep 25 '24 19:09 TriPSs