AmericanY
AmericanY
@YannickGibson am having the same issue! have you managed to get a solution for it?
@YannickGibson am using the following way: ``` "code-runner.executorMap": { "python": "~\\Desktop\\Lab\\env\\Scripts\\Activate.ps1 && $pythonPath -u $fullFileName" } ```
https://github.com/encode/httpcore/blob/master/httpcore/_async/connection_pool.py#L277
```python import lzstring x = "N4IgLgngDgpiBcIBGAnAhgOwCYgDQgBs0EQYM8QBHASxIAYBaGAOSwAUAOAMzAHY0AYgHcAWtQCuADQD2WNAQBeADyRIhCgIIBFLABlpANQIARAEIBNABIQAVlwCi0gKoBZALwVK4mN4QBGfAB9Ej8/Og46EABfIAAA=" z = lzstring.LZString().decompressFromBase64(x) y = lzstring.LZString().compressToBase64(z) print(y) print(x == y) ``` The padding is incorrect!
@nickion Hello, could you please help me out to solve that?
@pieroxy Thanks for your response. Actually, am trying to decompress and compress the value to be equal together. as am trying to call an [API](https://stackoverflow.com/questions/66697604/hard-scraping-api) with those value which require...
@pieroxy solved by installing `pip install "lzstring==1.0.3"`
I walked through the code https://github.com/sqlmapproject/sqlmap/blob/a23faaeb8c9d37502eee28db2e7fd7ced3bc45e6/lib/core/common.py#L2399 but i didn't get how the scenario done here! can someone show me an example of that ? cc @stamparm
also i do have another question, is there a way where i can save my dump to a file directly ? Note: am not about `--output=` Example, if i used...
@shadowfolder that’s will not be ideal if we gonna calculate the estimated time based on each entery ( In Line ) that’s gonna be vary depending length of single entry...