-
Hi! 👋 I found a bug when using `np.ndindex` that can be easily reproduced like so.
```py
import numpy as np
a = np.zeros((2, 3))
for x, y in np.ndindex(a.shape):
print(x, y)
```
**E…
-
In your current .gitignore do you need to include `.git` and `adventofcode2021`?
There's a website (not only one) that generates gitignore files for different languages, IDEs, etc.. The one I have …
-
Which AoC helper package are you using?
-
### Terraform Version
```
Terraform v1.0.10
on linux_amd64
Your version of Terraform is out of date! The latest version
is 1.0.11. You can update by downloading from https://www.terrafo…
-
The error notification pops even though the GHC is installed and available on the PATH along with the Cabal.
I've found out it is happening only when I'm opening a project directory using a MacOS q…
-
I like to use build systems but I find draging gradle into every new project to be a bit cumbersome. I always have to start out with a Java docker image in CI. Should I instead be using and trying out…