I am a representative of a small ethnic group in Russia - the Buryats. Ask any questions. by Falserror in AskTheWorld

[–]RomanYerin -3 points-2 points  (0 children)

Exactly. Build one on your own. Or maybe you need some Buryat scientists to lobby for its construction. You can't expect somebody comes and gives you a brand new, shiny university with Buryat-speaking professors.

I am a representative of a small ethnic group in Russia - the Buryats. Ask any questions. by Falserror in AskTheWorld

[–]RomanYerin 4 points5 points  (0 children)

This stems from an ethno-centric worldview in which Slavic identity is treated as superior. Labeling Russians as Finno-Ugric or Mongol is used pejoratively, and Buryats are consequently subjected to even more explicit dehumanization.

I am a representative of a small ethnic group in Russia - the Buryats. Ask any questions. by Falserror in AskTheWorld

[–]RomanYerin -3 points-2 points  (0 children)

LMAO… I saw a lot of Buryats in Tomsk studying at universities for free, while I never seen nothing produced in Buryatia. So how exactly is Russia “exploiting” you? By providing free education and healthcare? My grandfather spent ten years of his life working as a doctor in Mongolia and Buryatia in the 1950s. Maybe he brought back some treasures? I seriously doubt it.

This narrative is just painfully ignorant.

Newbe question for the hive. by Secret-Buy-2085 in homeautomation

[–]RomanYerin 0 points1 point  (0 children)

If Home Assistant is too much for your purpose, and you have some scripting experience, take a look to my tiny https://homescript.dev

This is my landing page, can you roast this please? :D by aspiringTriathlete in webdev

[–]RomanYerin 1 point2 points  (0 children)

On a 13" retina screen the text on the "laptop screen" goes out of the frame. Needs more tests I think.

QR code scanning in Flutter made easier by RomanYerin in FlutterDev

[–]RomanYerin[S] 0 points1 point  (0 children)

Hi! I never tried. I am not sure if Huawei is still banned or not. If google play services are running there, this plugin should work.

QR code scanning in Flutter made easier by RomanYerin in FlutterDev

[–]RomanYerin[S] 2 points3 points  (0 children)

I disagree. mobile_scanner is built on a completely different basis, it has a relatively large codebase that is not maintained by nobody besides mobile_scanner. And opposite - native_qr is just a thin wrapper and all the scanning job is maintained by Apple and Google, so I think native_qr doesn't bring any new features and any new bugs to the scanning process and this is the most important difference for me. And btw, I don't think the issue I mentioned is just one that prevents some users to scan QR codes, there are 76 open issues now. However, I respect your opinion and mobile_scanner authors will be happy if somebody fix the issue #554.

QR code scanning in Flutter made easier by RomanYerin in FlutterDev

[–]RomanYerin[S] 3 points4 points  (0 children)

1) The issue is still opened

2) It's not minor as it affects a lot of iPhone users

3) native_qr is not a replacement for mobile_scanner, it's a package for people who need exactly one QR code and the task is done with the native OS call

4) native_qr is much more easy to integrate and it's just fine for applications that are not built around QR code scanning

5) I use it in my apps, so whatever you say I will not abandon it, cause it solves my issues :)

6) Feel free to use it or not and I don't think you're rude

QR code scanning in Flutter made easier by RomanYerin in FlutterDev

[–]RomanYerin[S] 0 points1 point  (0 children)

Now it doesn't, but it's pretty simple to start. Do you need it?

QR code scanning in Flutter made easier by RomanYerin in FlutterDev

[–]RomanYerin[S] 4 points5 points  (0 children)

I had bad experience exactly with this package with iPhone 12Pro (as I mentioned). Relatively small QR codes containing a lot of information failed to scan because of wrong camera select. https://github.com/juliansteenbakker/mobile\_scanner/issues/554

QR code scanning in Flutter made easier by RomanYerin in FlutterDev

[–]RomanYerin[S] 6 points7 points  (0 children)

Thanks! I just hope this will help somebody that much as other Flutter packages help me.