Nicholas Pini
Nicholas Pini
I'm working with a bit of an unorthodox setup: I have a bunch of different, independent projects. Some of these projects are utilities meant to be used by other projects,...
I am in the process of creating a bunch of projects that all require the same index settings and `constraint-dependencies`. I was wondering it is possible to create a project...
### Bug summary I have a deployment that runs on Kubernetes. It depends on a custom Docker container which sets the `WORKDIR` to `/app`. In my pull steps, I then...
**Describe the bug** Consider this code snippet: ``` { data = { some_field = "asd" }, inner = { data = { include data } } } ``` If I...
**Is your feature request related to a problem? Please describe.** I'm trying to build a Nickel file which contains info about a bunch of Python projects in a monorepo and...