MacRae Linton
MacRae Linton
.mil addresses are not recognized. I too suggest a simpler regex for this. I like the advice on this site: https://www.regular-expressions.info/email.html though the HTML definition mentioned above also looks good.
If you split the file, can you still run your dev environment nicely?
Ah! I"m sorry, I didn't realize this would end up in your queue. I'd love a cursory review but this will require some real cleanup before it could be merged...
Any thoughts on this? Could it be related to building the binary itself, not caching the library? Is there a way I can figure out what is happening for those...
Is there an example of using egg or wheel dependencies? On Mon, Sep 18, 2017 at 2:56 PM, Benjamin Staffin wrote: > oh shoot, I should have responded to this...
I spent today trying to make this work, but unfortunately it seems that pex doesn't have support for manylinux1 wheels,( https://github.com/pantsbuild/pex/issues/281 ) which is what most things seem to distribute...
For now, (also waiting for rules_python to catch up and actually support dependencies and python3 at the same time) I've written a script that reads in a single requirements.txt file,...
@wagoodman Have you continued to see this? we put a retry in our CI which has quieted it but I have no idea if it's still happening
Where is the requirement to return "null" instead of "undefined" documented? Is that a graphql spec kind of thing? I hit this hard when I tried to change my Maybe...