Jonathan Biemond

Results 10 issues of Jonathan Biemond

### 🐛 Describe the bug As originally reported by @kumarsyamala, charts in the generated code are not always saved. This is because PandasAI does not add the call to `plt.savefig()`...

bug

chore: fix typehints fix: only create save_chart directory if there are calls to plt.show() - [x] All [code checks passed](https://github.com/gventuri/pandas-ai#contributing).

Replace hardcoded, Windows based, file path with a call to `os.path.join`. This way the path is valid on Unix machines as well. - [x] All [code checks passed](https://github.com/gventuri/pandas-ai#contributing). - [x]...

`matplotlib` is added to the environment passed to `exec()`, it should not also be imported in the run code. Remove `matplotlib` from `WHITELISTED_LIBRARIES`, so imports are removed from the generated...

### 🐛 Describe the bug Because `matplotlib` is included in `WHITELISTED_LIBRARIES` any import statements are persisted to the run code. It is also passed to the environment of the run...

## 🚀 Feature request Add support for meta-command `\crosstabview`. psql docs: https://www.postgresql.org/docs/9.6/app-psql.html#APP-PSQL-META-COMMANDS-CROSSTABVIEW This feature is also requested here: https://github.com/dbcli/pgcli/issues/1378 But since it's a meta-command, I supposed it should be implemented...

### Issue description Packages successfully install, but `pipenv --lock` fails to resolve dependencies from my private GitLab registry. `CRITICAL:pipenv.patched.pip._internal.resolution.resolvelib.factory:Could not find a version that satisfies the requirement mypackage (from versions:...

Category: Private PyPIs :sunglasses:
Status: Awaiting Update :hourglass_flowing_sand:
triage

The examples can be run during tests to surface errors. This **does not** include making sure the results are correct. This adds another layer of checks to catching any breaking...

The hotkey, `CMD` + `K`, to focus on the search input element, seemingly has no affect on desktop. But works fine on mobile. Commit https://github.com/django/djangoproject.com/commit/e81dd718cba062f6ace41428278621429cb2d7fc adds two search fields to...