Pavel Kravchenko

Results 2 issues of Pavel Kravchenko

Currently the following code fails on pickle when trying to invoke the pool.map from inside of the map function ``` #!/usr/bin/python import lithops import multiprocessing def mult(val): print(val) return val...

when logs returned by "wsk activation logs" the result is correct, while when activation returned by wsk activation get the result contains obsolete \" characters

bug