-
Notifications
You must be signed in to change notification settings - Fork 128
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
New Feature: Fail when item is present #624
Comments
Why not using |
There is a |
Let's link to #608 |
We indeed have a |
That's better than the first option!
I've never contributed to a open-source project, but i could try, it should be simple 👀 |
Ok, i've cloned the repo and add some code/tests, it works, how contributions works ? I need write permission to push it |
You need to open a PR from your (non- |
Everyone has access to push a new branch to the
I've checked my SSH with other project, it's working 😄 |
You need to push to your own fork, you don't have permissions on this repo. |
PR Created #627 |
Hi everyone!
I would like to fail with a exception, if a
Uni<>
has a not null item.i've coded this today:
But i didnt like it, it could be better
Idea of new API:
The text was updated successfully, but these errors were encountered: