Lawrence Siden

Results 12 comments of Lawrence Siden

I still have BufExplorer and used to use it exclusively, but it's takes a long time to come up if I have more than a few buffers. Can't remember if...

I already started using the script you pointed me to so there's no need to sweat it. I agree that BufExplorer would be better for that but it takes a...

To get this to work, I had to enable iterm2 shell integration only _after_ eval "$(direnv hook bash)". The end of my .bashrc: # https://direnv.net/ eval "$(direnv hook bash)" echo...

Well, thanks for the great work, and thanks for responding. Please excuse my late reply.

My g:SuperTabNoCompleteAfter is set to the default value, but it still opens a menu when I hit tab at the beginning of a line.

```curl https://pypi.org/simple/``` does get a (long) response. After ```devpi-server --debug```, ```pip install -i http://localhost:3141 simplejson``` produces: ``` 2023-04-04 10:26:08,536 INFO [req0] GET /simplejson/ 2023-04-04 10:26:08,538 DEBUG [req0] [Rtx1] in-transaction 1...

Sure. ``` $ pip install -i http://localhost:3141/root/pypi/+simple/ simplejson Looking in indexes: http://localhost:3141/root/pypi/+simple/ WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='localhost', port=3141): Read timed out. (read timeout=15)")':...

Also seeing this: ``` 2023-04-04 13:05:02,481 DEBUG [req9] [Rtx1] closing transaction at 1 2023-04-04 13:05:02,481 DEBUG [req9] 502 Bad Gateway 44.155s serial=1 length=0 type=text/html; charset=UTF-8 2023-04-04 13:05:02,481 ERROR [req8] [Rtx1]...

I already cloned my own copy of devpi and I can start inserting debug traces after lunch. If you have any suggestions where to start that will make things easier...

@fschulze Sorry I dropped the ball on this thread. No I didn’t look into it further. I punted and just use a directory /path/to/my-pypi/simple/… . I just have to be...