BigNerd

Results 7 comments of BigNerd

UnifiedArchive seems to have trouble with the entry ./ in the tar file. The file myfile.tgz which causes the error message when trying to extract it can be created as...

Hi @cosmicBboy yes, I think I can give it a try during the next weeks or so. Thanks for pointing me to the piece of code that needs to be...

Here is the change to [to_json_schema()](https://github.com/unionai-oss/pandera/blob/master/pandera/json_schema.py) that I want to contribute when I have time to go through the fork, branch, pull request process. ``` def to_json_schema(dataframe_schema): """Serialize schema metadata...

Fantastic, thanks a lot, the converted version works for me, too. To answer your question, I created the original file that Bruno failed to import by using Postman 10.24.0 lightweight...

Thanks again, very helpful indeed!

Thank you very much for the explanation! I believe to understand that everytime a new session is created it is not inheriting the mocks from the previously active session(s) except...

Yes, that would definitely be very valuable for us. We are still creating separate service instances for each and every project to avoid the clutter of seeing everything in one...