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

encode missing entry as None #322

Closed

Conversation

MrFoxPro
Copy link
Contributor

Otherwise we need to specify every None entry explicitly. I think this is not very convinent and also it doesn't align with javascript client behaviour

@MrFoxPro MrFoxPro force-pushed the fix/encode-missing-named-arg branch from a82daa2 to 5f709d4 Compare April 22, 2024 12:59
Copy link
Contributor

@aljazerzen aljazerzen left a comment

Choose a reason for hiding this comment

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

I don't like this because it is implicit. When you don't specify an argument, it is very likly that it was forgotten and bug. I understand that is it easy to omit an argument, but I'm not convinced about that this change is beneficial in the long-run.

@aljazerzen aljazerzen closed this Apr 22, 2024
@MrFoxPro
Copy link
Contributor Author

I don't like this because it is implicit. When you don't specify an argument, it is very likly that it was forgotten and bug. I understand that is it easy to omit an argument, but I'm not convinced about that this change is beneficial in the long-run.

do you think it could be configured via client config?

@aljazerzen
Copy link
Contributor

do you think it could be configured via client config?

This would be hard to implement and also quite messy.

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

2 participants