Benjamin Gleitzman

Results 11 issues of Benjamin Gleitzman

More info at https://github.com/actions/runner/issues/241#issuecomment-577360161

### Description Perhaps Nose is a little outdated. What are the benefits of switching to PyTest?

`howdoi` needs your help! We're looking to improve the quality of answers returned by the system. If you find a query that doesn't seem to have the right answer, could...

### Description Somewhat similar to https://github.com/gleitz/howdoi/issues/430, could we have a better layout in the terminal when you're picking multiple answers, or looking at different positional answers. Might get some inspiration...

#### What happened: Check out https://github.com/gleitz/howdoi/pull/433/checks?check_run_id=3861232824 The pylint tests fail in Github actions but pass locally (with the same version of pylint). Locally: ``` » python setup.py lint running lint...

bug

#### What happened: Duckduckgo seems to be blocking requests #### What you expected to happen: Request should succeed #### Output with `--explain` ``` » python -m howdoi make a pizza...

bug

### Description Currently you only see the first line of the answers in VSCode. Could we show more of the answer, allow you to pick and select the right answer,...

Consider the following: I think that it is `true` because the variable was set vs. ``` class Error(): pass ``` We would want to return the larger code block -...

``` disable=wrong-import-position,missing-docstring,missing-class-docstring,missing-function-docstring ``` Perhaps these should be enabled and fixed in the core codebase (adding docstrings, for example). https://github.com/gleitz/howdoi/blob/master/.github/workflows/python-non-master.yml

enhancement

This PR performs two main goals: 1. Parallelize Soundfont generation. Generally reduces the time to create a Soundfont by a factor of #cores. 2. Fix a long standing compatibility issue...