Felipe Gonzalez

Results 9 issues of Felipe Gonzalez

Added support for showing current virtualenv on the prompt. Also, make it "responsive", the amount of things shown on the bar depends on `$COLUMNS` ![image](https://user-images.githubusercontent.com/35146819/81875914-d2d3a300-9557-11ea-9524-9ec1be0e3c53.png)

I would be good to add the functionality of queueing songs doing something like: ``` shpotify queue song "ble" shpotify queue album "" ``` as to be able to make...

idea

I was writing documentation when I realised that enum values don't implement the description, and looking at the code I saw that it wouldn't be difficult to implement. I made...

I'm seeing this unwanted behaviour when using multiline strings. I have 2 toml's that are completely equivalent AFAIK, yet they produce different results: ```toml [test] foo.bar = "test" ``` ```toml...

type: bug
component: decoder

I use this package with different projects that use different docstring styles, and it is really slow to have to open the package config to switch between them. It would...

enhancement
help wanted

At Jampp we developed a pep 249 DB API spec using this connector, much like the ones from [PyHive](https://github.com/dropbox/PyHive/) or [PyDruid](https://github.com/druid-io/pydruid/) using the LivySession API for SQL. It is currently...

Fixes #37025

lang/Python
release notes: no

### What version of gRPC and what language are you using? `1.66.0-dev` ### What operating system (Linux, Windows,...) and version? macos Ventura 13.5 ### What runtime / compiler are you...

kind/bug
lang/Python
priority/P2