Culda
Culda
If you modify this bit of code, it should work. I won't make a PR since the maintainer seems to be MIA. What I think is happening is the codeReader...
raised a PR https://github.com/react-qr-reader/react-qr-reader/pull/279 This has fixed the issue for us
@JodusNodus @JonatanSalas could you guys help push this along?
@isneverdead this worked for me and I don't really plan to revisit
@isneverdead yeah screw the UX :)
Works when I invoke the method from the api object. ``` telegram.api.answerPreCheckoutQuery({ pre_checkout_query_id: context.id, ok: true, }); ```
FYI I'm on Ubuntu 22.10 and it works perfectly. The only tiny issue is executing with the `sh` doesn't like the `[[ ]]` syntax (I think because of zshell, but...
@scheMeZa You need to have `libssl-dev` installed, and then you need an env `LD_LIBRARY_PATH` pointed at the `lib` folder. It's a typical issue you'll find details on google if you...