Results 4 issues of willfuks

Hello, Recently a [question](https://stackoverflow.com/questions/46344535/how-can-i-send-the-dryrun-parameter-to-pandas-read-gbq-function) featured on SO asking about running a `read_gbq` job with `dryRun` settings defined as `True`. As it turns out, for what I could [check](https://github.com/pydata/pandas-gbq/blob/master/pandas_gbq/gbq.py#L558), currently we...

type: feature request
accepting pull requests
api: bigquery

Currently the utils code is not looking for the proper reference to find lunarvim's runtimedir.

Given this brief [code](https://colab.research.google.com/drive/18JkC4UjMLz5YYDZj31IZLXF_7TuRKrKd#scrollTo=DbfH5lcL4EnI): ```py import pandas as pd import tensorflow_probability as tfp import tensorflow as tf data = pd.read_csv('https://raw.githubusercontent.com/WillianFuks/tfcausalimpact/master/tests/fixtures/arma_data.csv')[['y']].astype('float32') data.index = pd.date_range(start='2024-01-01', periods=len(data), freq='D') obs = data.iloc[:70] model =...

Each time dap-python is setup it [re-inserts](https://github.com/mfussenegger/nvim-dap-python/blob/master/lua/dap-python.lua#L175) the configurations for debugpy again. This leads to duplicated entries for available options to run each time a new Python file is opened...