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

Defaulting to the slightly slower but more stable QR method? #573

Open
andreasnoack opened this issue Nov 20, 2024 · 2 comments
Open

Defaulting to the slightly slower but more stable QR method? #573

andreasnoack opened this issue Nov 20, 2024 · 2 comments
Labels
Milestone

Comments

@andreasnoack
Copy link
Member

andreasnoack commented Nov 20, 2024

Created from #500 to have a place to discuss if we want to make this change. This issue is closely related to #426 and #375.

I think I'm in favor of switching to using QR as the default. Thoughts?

cc @nalimilan @palday

@palday
Copy link
Member

palday commented Nov 21, 2024

I'm also in favor - it's not that much slower for most common cases and it would avoid a lot of misunderstanding.

@nalimilan
Copy link
Member

I agree. Better use the method that works in cases that do in other languages by default. That's one of main changes to make in 2.0 IMO.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants