Gennaro Tedesco

Results 32 issues of Gennaro Tedesco

I am using `action-pipenv` in conjunction with [actions/setup-python](https://github.com/actions/setup-python), but it seems that the correct python version is not detected. In particular consider the following excerpt of an action workflow file...

**Describe the bug** Text lines that are longer than terminal width fail to wrap inside the box **To Reproduce** You can reproduce the behaviour by simply creating a string that...

bug
enhancement

I have noticed that introducing a code block in the markdown interrupts item enumeration, which then resumes back from 1. after the block is closed. The following example 1. first...

bug
renderer

`jless` is awesome, thank you very much for your work on it! ## Description of the feature: At the moment `jless` search works à la Vim, searching back and forth...

Feature Request

I have written a `gh` extension that I would like to add to the list: [gh-f](https://github.com/gennaro-tedesco/gh-f), a compact and snappy wrapper around gh basic functionalities that makes use of fzf...

I have been working on a simple command line application using go-prompt: [element](https://github.com/gennaro-tedesco/element), used to display periodic table properties on the command line, making use of autocompletion and other little...

enhancement

I have a standard use case where the user is shown a `promptui.Prompt` and, upon validation of the query string, such string is passed onto `promptui.Select` to display a menu...

I would like to add padding space between the block title text and its margins; likewise for the left/right boundaries and the text therein. I have looked into the source...

### Environment data VS Code version: 1.25.1 Jupyter Extension version: 1.1.4 OS and version: macOS Sierra 10.12.6 ### Logs Output from ```Jupyter``` output panel ``` Traceback (most recent call last):...

## Reference issue [See discussion with sklearn](https://github.com/scikit-learn/scikit-learn/issues/21858) devs. ## Description It seems that sklearn is issuing DeprecationWarnings in correspondence of the calls to `get_feature_names()`. In particular this happens around [this...