Phoscur

Results 34 issues of Phoscur

Currently, I have to use a real beacon as the state holder, on which I constantly update a charactaristic to get a dynamic code I can scan with a portable...

enhancement

Looks like a cool feature, but really, generating duplicate messages by default sounds rather like a bug :P Please explain how to use it correctly and use zero as default...

Can't install backbone redis due to the node < 0.5.0 dependecy, is this so out of date? Should I search for an up to date fork?

I need the response type response_type: 'token id_token'

When I add `await` to this command ```js ctx.sendChatAction("typing"); ``` My tests start failing with: ``` TelegramError: 500: Internal Server Error at Telegram.callApi (.\node_modules\telegraf\lib\core\network\client.js:288:19) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async .\bot\telegrafCommandTest.spec.js:35:7...

http://www.nodejuice.com/install Is outdated. (Nodeversion is incompatible and very old, demo directory has been renamed to demos.

baseUrl is not properly set Put ` if (options.baseUrl) this.browser.baseUrl = options.baseUrl;` instead of ` if (options.baseUrl) this.baseUrl = options.baseUrl;` L30

Please explain how this is supposed to work, and add missing package.json and lockfile!