shawalli

Results 7 issues of shawalli

For businesses that use a proxy, allow a proxy to be specified to route all SF traffic through.

It appears that the header row discards the `column_styles` value. I also tried forcing a style via `add_style_filter` (see snippet below), but it was ignored. I ran into this on...

enhancement

Currently, if your platform is Windows, you must use activate.bat. However, this script does not work with git-bash. Python's `venv` handles this by treating unix as "common", so that it...

This library does not currently support Windows, though `setup.py` claims support. See [this link](https://stackoverflow.com/questions/41942062/using-python-in-windows-sys-stdin-error) for some context.

Many languages support some form of string interpolation. Adding string interpolation to YAML would enhance anchors/aliases. Below is a contrived example. Obviously the interpolation markers may not work, but this...

## Summary I'd like to be able to register directives against an instance and then perform encoding and decoding against that instance. ## Reason I have an API (i.e. "API...

enhancement

I'd like to have the option to ignore a query parameter during encoding if the parameter is empty. For simplicity, empty could be considered the zero value of the type....