Jendrik

Results 37 issues of Jendrik

``` Setting output level verbose... Setting maximum retries... Forcing --stats... Forcing --force-slave-address.. This command will take a while to run... Current time (local): 2020-11-26 15:24:01 CET Current time (UTC): 2020-11-26...

monitor specific
asus

I can write a quick PR.

Take this code as an example: ```latex \documentclass{article} \usepackage{minted} \begin{document} \mintinline[escapeinside=~~]{text}{abc ~\textit{abc}~} \textbf{\mintinline[escapeinside=~~]{text}{abc ~\textit{abc}~}} \end{document} ``` The result I get is: ![image](https://user-images.githubusercontent.com/12938023/83265847-6052fc00-a1c2-11ea-8443-625c2aac0018.png) I'm wondering why there are two spaces in...

I'm not sure if the issue is with wasi-sdk or libgit2. I'm not super experienced in C programming but the error message is from `wasi-sysroot/include/__struct_sockaddress_in.h`, so I'm posting it here....

When compiling a C program with `-Wl,--export-all`, more debug info is generated. For example, take this program: ```c #include #include int main() { FILE *f = fopen("/etc/issue", "r"); if (!f)...

# Steps to Reproduce Try to compile this code ([Try it online](https://tio.run/##hVJNT8MwDL3nV/iA1EQrEx@3SnDigsRA2iQuU4XcJhOR0rRq0lF@fbE7ygIXcqjt5@a95yRW9zZMU9PqwRnYoPXCNl3bR3jAiOtXU0chmk@Ou6GBAjiDN3jGCJf3HJLuvoQ7uEoAOUJRwBgU4Z0bAowgz13CF@4NdsQtkTkrxd9ZxwMmeZX8fDiJ7ctfWKp3gLlI22MQQpu61WbrzA0LHpeJPEiaJQdUZ/XE6kXKEyIcFWBKtZhJIBmHjo508SOAljNxjryMM83WdM7WGI2m7cy/7hcEJOvMHApk8Po7/9nfG@oX/zplcST2xBkdAxNY/9fDajWz0qXQOyDuxxeQ6lTQ/Q1xF/snTwrhvf2gkM4vr/MMM5XL2zyrOFJdZ6qcpi8 "Idris – Try It Online")): ``` module Main import Data.Vect myVectSum : Vect _ Nat -> Nat myVectSum...

I really like this method of writing to practice writing of kanji, but some characters are different between Chinese and Japanese. Are you considering adding support for Japanese?

### What it does Functions with a heading `# Panics` in their documentation [as described in RFC 1574](https://github.com/rust-lang/rfcs/blob/master/text/1574-more-api-documentation-conventions.md) should have at least one doctest with `should_panic` or at least one...

A-lint

Is the fenix 6 be supported? I always get `DriverNotFound`. The usb vendor and device seems to be different from the one in the source code. This is my `dmesg`:...

According to the biblatex manual, page 19: > `eid` field (literal) > The electronic identifier of an `@article`. This field may replace the `pages` field for journals deviating from the...