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

Add missing Metrics types #490

Merged
merged 2 commits into from
Aug 9, 2023

Conversation

rjmackay
Copy link
Contributor

  • fix: Add profile to OneParams type
  • feat: Add table.metrics to TS definitions

@@ -97,7 +99,7 @@ export class Table<Schema extends OneSchema = any> {
getKeys(): Promise<OneIndex>
getModel<T>(
name: T extends ModelNames<Schema> ? T : ModelNames<Schema>,
options?: {nothrow: ?boolean}
options?: {nothrow?: boolean}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think this was also covered in #488

Copy link
Contributor

Choose a reason for hiding this comment

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

oh yeah looks like it was. Either works. The 488 PR doesn't make nothrow optional but i can too if needed

@mobsense
Copy link
Contributor

mobsense commented Jul 31, 2023

I think we've applied part of this. So this now has conflicts. Sorry.

@rjmackay
Copy link
Contributor Author

rjmackay commented Aug 9, 2023

@mobsense Just updated to resolve the conflicts

@dev-embedthis dev-embedthis merged commit 18efe2c into sensedeep:main Aug 9, 2023
2 checks passed
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.

None yet

4 participants