Alvaro Leiva geisse

Results 6 issues of Alvaro Leiva geisse

fixit (ufmt and pyre-check) depends on libcst (as they should) example: https://github.com/Instagram/Fixit/blob/main/pyproject.toml#L29 but this means that if libcst depends on fixit (or the others), it should do it in a...

bug

collect stop a pystemd.run from raising exception ``` In [15]: pystemd.run( ...: ['/bin/false'], ...: stdin=sys.stdin, stdout=sys.stdout, ...: wait=True, pty=True, collect=False, ...: name='mys.service', raise_on_fail=True, ...: ) --------------------------------------------------------------------------- PystemdRunError Traceback (most recent...

climage cant run on python 3.12 becausevit imports pkg_resources in https://github.com/pnappa/CLImage/blob/master/climage/__init__.py#L4 so if you do: ``` ➜ /tmp python3.12 -m 'venv' /tmp/venv ➜ /tmp /tmp/venv/bin/pip install climage Collecting climage Using...

Differential Revision: D67934319

CLA Signed
fb-exported

What i think it would be usefull is if we could do ``` > j2 --raw-templte '{{ USER }}' aleivag ```` in many situation, specially when doing scripting its easier...