Jacob Chapman

Results 111 comments of Jacob Chapman

Or maybe BDFR could follow a similar pattern with gallery-dl: for example: ``` from bdfr import config, job config.load() # load default config files config.set(("extractor",), "base-directory", "/tmp/") # just get...

> RedditConnector thanks that's helpful I'll look into that > once the pages have been parsed I assume so. I'm looking to get the non-reddit links which match the following...

thanks for your expedited response. I have some direction now

The solution is obvious to me now but I was wondering how to bubble up the error to a specific place. It is as simple as: ``` import time import...

python has `print(end="")` I feel like most people are expecting a new line, especially with a command that shares the same name in BASH. It would be good to have...

interesting... I wonder if this is possible. I would be happy with a blocking/synchronous version of termux-open but if apps often return data that seems very useful

I think this might be a duplicate of or dependent on #61

On openSUSE Tumbleweed it seems to work after doing this ```bash sudo ln -s /usr/lib/libavcodec.so.58.134 /usr/lib/libavcodec.so.58 ```

When I run `reset` it fixes my terminal. I suspect it is related to the progress bar https://linux.die.net/man/1/reset ``` 950 1s /m/d/03_Downloads 🐑 echo $TERM xterm-kitty ▓░▒░ /m/d/03_Downloads 🌏 kitty...

``` pytest xklb/check.py --pdb xklb/check.py:11: in test_transaction assert list(db2["t"].rows) == [] E AssertionError: assert [{'foo': 1}] == [] E + where [{'foo': 1}] = list() E + where = .rows...