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

no-guard #88

Merged
merged 4 commits into from Feb 15, 2022
Merged

no-guard #88

merged 4 commits into from Feb 15, 2022

Conversation

igorkamyshev
Copy link
Member

@igorkamyshev igorkamyshev commented Feb 1, 2022

fixes #83

  • imports
  • docs
  • config — prefer-sample (preset to enable no-forward and no-guard)

@igorkamyshev igorkamyshev marked this pull request as ready for review February 15, 2022 15:56
@igorkamyshev igorkamyshev merged commit 68f638a into master Feb 15, 2022
@igorkamyshev igorkamyshev deleted the no-guard branch February 15, 2022 15:56
// 👎 could be replaced
guard({
clock: trigger,
soruce: $data.map((data) => data.length),
Copy link
Contributor

Choose a reason for hiding this comment

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

typo in word. source*

// 👍 makes sense
sample({
clock: trigger,
soruce: $data,
Copy link
Contributor

Choose a reason for hiding this comment

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

same

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks. Feel free to send PR with this fixes.

Copy link
Contributor

Choose a reason for hiding this comment

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

Yeah, but I have no access)

// Please make sure you have the correct access rights

Copy link
Member Author

Choose a reason for hiding this comment

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

You have to fork repo, commit changes to your fork and send a PR.

Copy link
Contributor

Choose a reason for hiding this comment

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

thanks) will do it now

Copy link
Contributor

Choose a reason for hiding this comment

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

Done, waiting for your approve

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.

Rule: no-guard
2 participants