David Glick
David Glick
I can take another look at this tomorrow. Complete guess, but maybe some difference between handling pip’s stdout and stderr? David > On Mar 17, 2022, at 5:41 PM, Dustin...
It looks like pip-tools probably needs the following changes: 1. Remove the conditional at https://github.com/jazzband/pip-tools/blob/master/piptools/repositories/pypi.py#L107 -- we still need to call pip's setup_logging function to put in place the RichPipStreamHandler...
Btw as an easier way to reproduce this I created `setup.py` containing `1/0` (to provoke a ZeroDivisionError), `req.in` containing `-e .`, and then ran `pip-compile req.in`.
This looks related to #1919
Needs work in plone.restapi: https://github.com/plone/plone.restapi/issues/334
@ksuess I do think it should be fixed. I closed a different issue, #3378, which is a duplicate of this one.
@sneridagh I need to think about it some more. I agree in principle that user portraits should be made available by the API. But on the backend member info is...
> Maybe we should consider using webpack 4 with razzle 4? It's supported and looks like its documented as of today. I think I will try to find some free...
@tiberiuichim I guess that comment was meant for #3536. I brought back babel.js there
Of those options `/:history` looks the best to me -- but maybe the prefix could even be configurable.