Thomas Kindler

Results 8 issues of Thomas Kindler

Hi! I'm running a fresh install of Grafana 3.0.4, InfluxDB 0.13.0 and Telegraf 0.13.1 on a Debian Jessie server. All packages are left in their default configuration. In Grafana, I've...

**Describe the set-up** I'm using a STM32H743 on a custom board with 32768 Hz LSE crystal and battery-backed up RTC. **Describe the bug** Every time `HAL_RTC_Init()` is called, the RTC...

bug
st community
internal bug tracker
hal

I would like to re-open the discussion from issue #555 and #1624. My program makes heavy use of numeric arguments, including negative numbers, special float values (NaN, Infinity..), negative hex...

When feeding prepared scripts to click-repl, it would be useful to support # comments. shlex already supports this feature, but click-repl explicitly disables it (why?): * https://github.com/click-contrib/click-repl/blob/0.3.0/click_repl/utils.py#L95 As a workaround,...

Pasting multiple lines does not execute the commands line-by-line as expected. prompt-toolkit unconditionally activates the "bracketed paste" feature of the terminal emulator: * https://github.com/prompt-toolkit/python-prompt-toolkit/blob/3.0.43/src/prompt_toolkit/renderer.py#L600-L602 So when I paste multiple lines,...

When I define commands like this ```python @click.command() @click.argument('assignments', nargs=-1) @click.pass_obj def cmd_sp(obj, assignments): """Set parameters""" ... ``` The short help is not shown in the pop-up menu. As a...

If you enter ". ", "/ " or similar, as soon as you hit space, the usage is displayed. As a workaround, I added the following code in `_completer.py`: ```diff...

While reporting Bug #387 , I noticed another problem: * Your OS: Xubuntu 18.04 * Node.js version: v10.0.0 * VuePress version: 0.8.4 * Browser version: Firefox 59.0.2 (or chromium-browser 65.0.3325.181)...

type: bug
contribution welcome