Results 29 comments of Franco Posa

@DavidLarsKetch do you have any input on how to approach the README?

I would really like this to support absolute paths, so we can reliably set it up the same way inside and outside of a dockerfile: ``` (learn-spark) [~/repos/learn-spark]% poetry add...

@abn That doesn't work. This isn't a total dealbreaker, but a pain. Do you think supporting absolute paths would be a relatively simple addition/would the project be open to a...

I don't want to derail this thread, I think my issue is more accurately described by https://github.com/python-poetry/poetry/issues/1692

notes from a Jan 11th sync with Krajo, in case this gets handed off: Main requirement: not use classic, but use new flow configuration compatibility: ideally series & labels produced...

> do you guys think it's possible to achieve this without a breaking change in the helm configuration too? depends what exactly we mean. there will be a different subchart...

This would be wonderful, especially being able to specify by field. I am fine if a "1" is a coerced into a 1 for a integer field, but there is...

I actually experienced this issue working fine "by default" on Fedora Workstation, but not on OpenSUSE Tumbleweed I put "by default" in quotes because I started this Fedora install with...

(done looking at the smaller stuff for now, now to deep dive on the tests)

@alexedwards Would you be open to just adding a `NewWithOptions` (functional options) or `NewWithConfig` approach from https://github.com/alexedwards/scs/issues/180 ? Functional options are pretty standard at this point for instantiating things in...