Hugo Rivera Calzadillas

Results 24 comments of Hugo Rivera Calzadillas

Good call, @mcepl. I just closed it and can email next time.

The `$fill` module fits my needs, thank you. Here's the output I had: ``` May 13 13:39-06:00 confs $ (cursor here) .....................................main 9b78 gke-dev-cluster ``` The output now: ``` May...

Nevermind, I figured out exactly my desired output with a mix of `$fill` and `$line_break`, no more `right_prompt` either (which means no more BASH-incompatibility). Here's what I used to get...

Thank you! I didn't realize these modules existed.

Try replacing \n with `$line_break` And make sure the line_break module is enabled: ``` [line_break] # Prompt is one line, not two lines disabled = false ```

@bskinn Thank you for that! I see the RSS feed is still up-to-date with 3.13.0b1 and 3.12.3 accounted for.

You can check the docstrings with `help`. Just open a Python REPL and type `help` on the modules, methods, and functions. For example: ``` pip install pydn3 python >>> import...

For context, this is the output I get without this fix: ``` >>> pipeline = keras_ocr.pipeline.Pipeline() Looking for /root/.keras-ocr/craft_mlt_25k.h5 --------------------------------------------------------------------------- ValueError Traceback (most recent call last) [](https://localhost:8080/#) in () ---->...

Another question: would it be useful to log the websocket client's remote address as well? I find this useful in the debug logs, but it might be too much noise...

Here's a PR with these changes: https://github.com/puhitaku/mtplvcap/pull/97