Nicholas Pini

Results 5 issues of 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,...

enhancement
help wanted

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...

needs-design
needs-decision

### 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...

bug

**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...