Sven Van Caekenberghe
Sven Van Caekenberghe
Closing for now, feel free to reopen if you think this is necessary.
In the new approach (PBNewPharoPipenvProcess) we use our own PyPI package (gtoolkit_bridge). Installation from scratch involves 3 steps: ``` 2024-02-17T13:48:57.818872+01:00 pipenv install 777ms 2024-02-17T13:48:59.627451+01:00 pipenv install gtoolkit_bridge 1808ms 2024-02-17T13:49:01.48127+01:00 pipenv...
Here is a quick & dirty script to parse a requirements.txt file into module names (skipping versions). ``` '/tmp/requirements.txt' asFileReference contents lines reject: [ :line | line isEmptyOrNil or: [...
I see some other halts there, I guess the implementation is not (yet) complete. @syrel ?
We do indeed still have a patch in `BaselineOfZincHTTPComponentsCore>>#postLoadCore:`. Since we are still on the same Pharo release I don't think anything has changed. We could try removing the patch...
Maybe related ? https://github.com/pharo-project/pharo/issues/14626
me too, once, can't repeat it
Interesting, like @gcotelli says, it is a list (or a multi-valued header). You could parse this as follows: ``` input := 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7 '. ($, split: input) collect: [ :each |...
Where are we on this ? Can this issue be closed ?
Hi, That looks nice ! Sadly, I am no PP user myself. What I would suggest then is to start a new independent subproject, say Zinc-PPUriParser that depends on PP...