Asger Hautop Drewsen

Results 99 issues of Asger Hautop Drewsen

When latex gives the warning "Unused global option(s):", latexrun doesn't show which options are unused. Compare the output of latexrun and pdflatex below: Test file (`foo.tex`): ``` \documentclass[english]{article} \begin{document} Foo...

It would be nice to have an option to only output matched lines: ``` $ cat test.txt foo aaa bar baz foo bbb bar $ sd 'foo (.*) bar' '$1'...

M-needs triage

I want to replace `\w+` with `$a`. Nothing seems to work using latest git version (4ccc52203afda466a409f1b0835798ebdb2ee622): ``` $ echo foo | sd '\w+' '$a' $ echo foo | sd '\w+'...

Test: ``` cd ~/Dropbox mkdir test echo '*' > test/.dbignore mkdir test/a.txt ln -s test test2 ``` `test/a.txt` doesn't get synced, but `test2/a.txt` does. I would expect dbignore to ignore...

bug

https://search.maven.org/artifact/com.goterl/lazysodium-java

I have tried to augment LinkCutTree with the subtree size, however I can't get it to work. I have added `int sz = 1;` as a field to `Node` and...

bug

I have experienced a problem which can be reproduced as follows: - Let battery get below 15% to get the fully red battery icon - Charge the battery to way...

Using: ``` yag.send( to={ '[email protected]': 'a', '[email protected]': 'b', }, subject='Test', contents='Foo bar' ) ``` Will send the message with `To: a, b` and `Bcc: [email protected], [email protected]`. Using: ``` yag.send( to={...

Here's a minimal failing example: # Files Directory structure: ``` test/ pom.xml Dockerfile TestOkio.java ``` `pom.xml`: ```xml 4.0.0 org.example test-okio3 1.0-SNAPSHOT 11 11 com.squareup.okio okio 3.0.0 ``` `TestOkio.java`: ```java import...