azjps
azjps
When both the `width` and `zero` specifiers are present, this should give enough information that the string to be matched has to have a minimum width of `width`, instead of...
I'm encountering a conflict between `pdbpp` and `IPython.debugger` when using `pdb` in JupyterLab, and able to reproduce on a fairly minimal installation: ```bash conda create -y -p ../venv/test_env_pdb python=3.8 pip...
Minor, but it would be nice to update `requirements.txt` to reflect that the minimum supported pandas version is at least `0.20`, since this is internally using https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.agg.html which was introduced...
Hi, I realize this may be re-opening a can of worms, but I was looking for a way to re-support `--key v1 v2 v3` for `Container` traits in `argparse`-based CLI...
As noted in the prior issue, I've been looking into integrating argcomplete into https://github.com/ipython/traitlets/pull/811. Just wanted to jot down a couple of things that were done there, which perhaps could...
I'm able trouble reproducing the unit tests based on the given instructions, for Windows. I've done the following: - Replaced all carriage returns in all `*.sh` files in the top-level...
Hi @czue, just wanted to thank you for making this project available. We used as the starting point for our wedding website over a year ago and were really happy...
MRE: ``` from sshaolin.client import SSHClient client = SSHClient(..) shell = client.create_shell() shell.execute_command("echo foo").stdout # returns b'foo\nb' ``` The extra `b` comes because ``` # sshaolin/common.py 273 @common.SSHLogger 274 def...
### Environment * Operating System: * Python Version: `python3.8.19` * Python packages: `qgridnext==2.0.1 jupyterlab==3.6.8 ipywidgets==8.1.5` ### Description of Issue Hi, thanks for maintaining this package. The following CSS entry in...
Closes #2178 Make the imports lazy in `pandera.io`. This is the easiest way to decouple the dependencies; probably better would be to move the serialization formats to different modules and...