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

Fixed some typescript errors #346

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

munteannatan
Copy link

I am researching the use of arquero in https://github.com/ni/nimble but installing the package will trigger some typescript errors when building.

I would like to not skip the lib check so I made some type fixes here.

Quite a few of them were too complex for me so I just marked them with // @ts-ignore.

Please let me know if you think there is a negative impact so I can update the changes.

rajsite added a commit to ni/nimble that referenced this pull request Mar 25, 2024
# Pull Request

## 🤨 Rationale

I tried to expand on the strategy switching mechanism from the renderer,
and reused it in the coordinator

This approach has the benefits of isolating the experimental code while
in development, and an easy way to switch to the new version by changing
just the imports and switching mechanism and removing the old versions
after they become obsolete

## 👩‍💻 Implementation

because arquero causes typescript errors I implemented an alternative
search and posted a PR with fixes in arquero repo
uwdata/arquero#346
changed the zoom handler to catch events on the component, not just the
canvas
removed zooming border of around 100px when zooming in the wafer after
PO decision, resulting in less complex code and touch controls enabling.

## 🧪 Testing

existing tests are passing
created new hover unit tests with wafer and data manager mocks

## ✅ Checklist

<!--- Review the list and put an x in the boxes that apply or ~~strike
through~~ around items that don't (along with an explanation). -->

- [x] I have updated the project documentation to reflect my changes or
determined no changes are needed.

---------

Co-authored-by: rajsite <rajsite@users.noreply.github.com>
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

1 participant