Henry Schreiner

Results 393 issues of Henry Schreiner

Adding pre-commit. I did not add black yet, though I'd highly recommend it; given the desire to avoid clang-format, I wasn't sure if black would be accepted. Followup to #4....

Apologies if covered elsewhere, but it seems to be that wrapt has optional extensions. If that's the case, it should ship the pure Python wheel too, pip should select the...

This currently fails to work in docker with: ```bash npx svgexport /tmp/tmp-2951T7QQRqKpEt1U/d58cc138.svg x.png (node:3110) UnhandledPromiseRejectionWarning: Error: Failed to launch the browser process! [0324/153017.535388:ERROR:zygote_host_impl_linux.cc(89)] Running as root without --no-sandbox is not...

I'm looking at adding argcomplete support to Plumbum.cli (Someone might also look at Click at some point in the future, hopefully). It's really pretty simple to add directly to Plumbum,...

I really like cppimport for quick tests and local work. However, there's one irritating part I always have to look up: ```cpp /* */ ``` This has two issues -...

Could you please also include a wheel when releasing bashlex? Only the classic ".egg" is provided, so this triggers a SDist install (I don't think .egg's are used anymore, setuptools-scm...

The current search always requires a replace if non-standard: ```ini search = stuff{current_version}stuff replace = stuff{new_version}stuff ``` If you don't always define replace (to exactly the same thing as search...

feature-request
usability

A single underscore was used as a name here: https://github.com/catchorg/Catch2/blob/958944d27a2d2fb82aa008377bf4f8752f6b848e/include/internal/catch_run_context.cpp#L455 This breaks tests that are simulating the common practice of `#define`ing a `_` macro that handles translation. Broken in https://github.com/catchorg/Catch2/commit/8f277a54c0b9c1d1024dedcb2dec1d206971e745,...

Won't Fix

Typing is a bit too sparse to run mypyc, so I've tried to fill in a couple of modules (lark.py and utils.py) with the help of monkeytype. This is based...

This adds a basic pre-commit-config, a tox job running it (to help new contributors - usually you should run pre-commit directly to take advantage of it's start-up speed), and a...