rwijtvliet

Results 25 issues of rwijtvliet

## Example ```python import pandas as pd import pint import pint_pandas import numpy as np units1 = pd.Series([3.0, np.nan]).astype('pint[MWh]') units2 = pd.Series([3.0, np.nan], dtype='pint[MWh]') units3 = pd.Series([3, np.nan], dtype='pint[MWh]') ```...

Using `.loc` to add values to a `Series` does not retain its pint dtype. For `DataFrame`, the dtypes *are* retained. Here is a minimal working example: ```python import pandas as...

# Issue ```python import pandas as pd import numpy as np from pint_pandas import PintArray >>> pa1 = pa2 = PintArray([1, 45, -4.5], 'm') >>> np.allclose(pa1, pa2) # --------------------------------------------------------------------------- #...

### Did you check docs and existing issues? - [X] I have read all the flash.nvim docs - [X] I have searched the existing issues of flash.nvim - [X] I...

bug

**Is your feature request related to a problem? Please describe.** It's unclear how to refer to non-alphanumeric keys. **Describe the solution you'd like** In the readme.md, add a few examples,...

enhancement

In the sample polybar config, it says `PATH/TO/wireguard_polybar` whereas the actual file is called `polybar-wireless`. I assume this is a typo?

### Did you check existing requests? - [X] I have searched the existing issues ### Describe the feature The shortcuts in the help menu are in a (seemingly random) unhelpful...

enhancement
P2

Running code in the ipython buffer created with iron, I noticed that images are not being drawn: Whereas the same code in the terminal proper does draw the images: ![image](https://github.com/Vigemus/iron.nvim/assets/4106013/80ddcc0c-4510-406f-a573-860cdf57531a)...

I'd like to use `# %%` as cell markers. **Is that possible?** I've tried ```lua vim.g.jukit_comment_mark = '%%' --and vim.g.jukit_comment_mark = '# %%' ``` I've also followed chatgpt's advice and...

**NeoVim Version** 0.9.5 **Describe the bug** I am trying to get help for the summary (concretely, I'm trying to set the mappings). The summary buffer/panel opens, but I cannot get...