peoro
peoro
Currently all tabs (indentation tabs + other tabs) are treated the same way to align code. This means that the following piece of code: ``` if( hey ) {\t// ......
__How often can you reproduce it?__ - [x] Always __Description:__ I tried loading [Benchmark.js](https://benchmarkjs.com/) with Steal, but it fails. It looks like Benchmark.js is loaded as an AMD module, and...
> Bug Report I have read: * [Usage information](https://github.com/yagop/node-telegram-bot-api/tree/master/doc/usage.md) * [Help information](https://github.com/yagop/node-telegram-bot-api/tree/master/doc/help.md) I am using the latest version of the library. ### Expected Behavior After calling [`stopPolling`](https://github.com/yagop/node-telegram-bot-api/blob/release/doc/api.md#TelegramBot+stopPolling) no listener should...
Every now and then my bot stops working, although the process is still up and running. When it happens, the last log message is always a polling error. The last...
Some example of how autocompletion behaves with this patch (`↹` is shown where I pressed tab): ``` ]se↹ -> /se server.{x4} set sets the value of a cvar seta sets...
I'd like to group cvars into "namespaces" more often. For instance, instead of using cvar called `g_doWarmup` and `g_warmup` I'd prefer to name them something like `game.warmup.enabled` and `game.warmup.time`. Daemon...
Leakage is incredibly slow on my system (with an Intel(R) Core(TM) i7-3610QM CPU). Take the following minimal example: ``` $ cat leakage.js const sinon = require('sinon'); const leakage = require('leakage');...
I configured my action camera to connect to my home network, I see it connecting and can ping it, but cannot connect to it via telnet. I guess a possible...
### Issue Take a program like this, which writes an ANSI escape code to stderr, flushing the buffer after each character is written: ```py import sys; for c in "\033[;1mHi!\n":...