Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TM-1312] users/me #4

Merged
merged 34 commits into from
Oct 9, 2024
Merged

[TM-1312] users/me #4

merged 34 commits into from
Oct 9, 2024

Conversation

roguenet
Copy link
Collaborator

@roguenet roguenet commented Sep 27, 2024

Copy link

nx-cloud bot commented Sep 27, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 5e23908. 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


🟥 Failed Commands
nx affected -t lint build

Sent with 💌 from NxCloud.

@roguenet roguenet force-pushed the feat/TM-1312-users-me branch from ca00b34 to ebef2ad Compare October 2, 2024 23:19
@roguenet roguenet force-pushed the feat/TM-1312-users-me branch from ebef2ad to b3cfdb2 Compare October 2, 2024 23:21
@roguenet roguenet force-pushed the feat/TM-1312-users-me branch from 566d3aa to b31fdbc Compare October 5, 2024 03:25
@roguenet roguenet marked this pull request as ready for review October 5, 2024 03:27
@roguenet roguenet requested a review from Scriptmatico October 5, 2024 03:28
@roguenet roguenet force-pushed the feat/TM-1312-users-me branch from 17f75cc to d1ca8d5 Compare October 5, 2024 03:55
@roguenet
Copy link
Collaborator Author

roguenet commented Oct 7, 2024

@Scriptmatico Note that the build is failing right now, but I'm going to address that in the next ticket when I work on getting AWS builds up and running. It's not clear to me at a glance why it's not working on this branch as of the last two commits, but linter and tests are passing, which I think is good enough for this ticket.

@@ -0,0 +1,165 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I understand now why the rule is being disabled, Im wondering if any of those variables can be properly typed. otherwise it's ok.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did spend some time looking into that and didn't find a clean way. I avoid disabling this rule whenever possible.

@@ -0,0 +1,142 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same comment as before if cant be properly typed is ok for now.

@@ -0,0 +1,27 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think here message can be typed as string or object.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. Unfortunately, I had to leave the linter rule disabled because of the optionalParams

@roguenet roguenet merged commit 762c35e into main Oct 9, 2024
1 check failed
@roguenet roguenet deleted the feat/TM-1312-users-me branch October 9, 2024 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants