Yago

Results 37 comments of Yago

Not sure if is related to this but since Ubuntu 22.04 I had to change the `qemu_binary_source_path`. ```patch "image_chroot_env": ["PATH=/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin"], - "qemu_binary_source_path": "/usr/bin/qemu-aarch64-static", - "qemu_binary_destination_path": "/usr/bin/qemu-aarch64-static" + "qemu_binary_source_path": "/usr/libexec/qemu-binfmt/aarch64-binfmt-P", +...

Last version on Luarocks is 2.0.4. ¿Could you please upload a version with `SCAN` commands?

To me Telegram Bot API IP is `149.154.167.197`. Ensure you have the network well configured. ``` curl -v https://api.telegram.org/bots * Trying 149.154.167.197... * TCP_NODELAY set * Connected to api.telegram.org (149.154.167.197)...

I want to set some attributes to res, like [`res.locals`](http://expressjs.com/en/4x/api.html#res.locals) in Express. In my use case, after authorization I want to set a user object.

To set the user I have to call the same API to verify the authorization. Its much better having res in `auth` function.

I would better write an authorization middleware which do the same as the `authorization` (close connection if not valid) and write to `res` my values. Why so against about passing...

Nice library. @IliaSmagloy is this solved now?

I think vote plugin should be rewritten in order to define `!vote` options and use Redis.