Richard Crovern

Results 14 comments of Richard Crovern

Hi @korfuri I've just rebased this over your latest, and I wondered if you might have time to take a look at this. For me, without this, I'm unable to...

@asherf I'm using a dedicated WSGI listener for metrics collection, and multiprocess mode to support my WSGI/ASGI running multiple processes. With the code from master this didn't work, and I...

@abn this currently represents the primary reason I'm stuck installing `poetry` rather than `poetry-core` for my container builds, because I want to install a consistent set of things based on...

In case it's beneficial, I have rebased this PR on my branch here: https://github.com/riconnon/poetry-core/tree/add-locker

@abn did you get a chance to talk to the rest of the core team? This remains my biggest poetry bugbear so I'm keen to work to a solution if...

@imomaliev how did your rewrite effort go? Would be nice to see this merged.

on the face of it this is very similar to #185 I'm keen to see something that resolves the changing of `order_with_respect_to` merged

@Shubham82 I understand that recommendation but if, for example, I am going to upgrade my cluster from 1.20 to 1.21 I need to do one of two things: 1) I...

This is likely to turn into another holy war, but personally I dislike the idea of monotonic versioning of functions by the CLI. I'd rather see it taken away in...

@TitanSnow yes, that would solve my problem, but I can't specify that in a requirements.txt so I will have to adjust my build process to install lupa manually first or...