Andy Kluger

Results 140 issues of Andy Kluger

Hi, As discussed a bit over at [#9](https://github.com/tomerfiliba/plumbum/issues/9#issuecomment-204466313), the way path-operations-as-root must be done presently is not as pythonic as possible, and introduces a wide syntax disparity between those operations...

```python In [1]: from plumbum.cmd import sleep, cat In [2]: fut = (sleep[60] | cat).run_bg() In [3]: fut Out[3]: In [4]: fut.proc Out[4]: In [5]: fut.proc.argv Out[5]: ['/bin/cat'] ``` How...

From the `bgrun` docstring example: ```python from plumbum.cmd import mkfs with mkfs["-t", "ext3", "/dev/sda1"] as p1: with mkfs["-t", "ext3", "/dev/sdb1"] as p2: pass ``` This seems to suggest the `bgrun`...

How to specify that an item should be iterable, with the contents being a specific type? In the case I'm looking at, all the following should pass: - `list` of...

**Describe the bug** I was surprised when starting a new pynecone project (`pc init`) resulted in bun getting installed without asking, dropping the installation in the user directory (as opposed...

documentation
feature request

Hello, and thanks! In my case I have the build configuration in a TOML file, and have started passing that TOML file as the `body_path` parameter. This kind of works,...

Without needing to assemble a full custom prompt component array, it would be useful to specify some arbitrary content to precede and follow the current working directory component. For example,...

Maybe to: - Vector -- https://vector.dev/docs/reference/configuration/sinks/papertrail/

Please provide input to fill these categories! Syntaxes to add: - [ ] roc? Syntaxes to get their own buttons: - [ ] zig? Syntaxes to lose their own buttons:...