devloop
devloop
Hello ! I saw that error too. Here is a simple code to reproduce: ```python import asyncio from arsenic import get_session, browsers, services async def launch_browser(): service = services.Geckodriver() browser...
+1 That would be a good feature. It would help to find out which one of the multipart entry is the uploaded file. Having also the content-type of each file...
I solved the `ParserError` by saving the vulnad.ps1 script, opening it within Notepad++, changing the file encoding (`Encoding > UTF-8-BOM`) and saving it. Then I was able to import it...
It would be great to have this feature. Let's say some webapp accepts a file header in a GET parameter and must return the corresponding mime type. I would try:...
I could test the beta release and I can tell it works well :) Thank you Will a stable release be available soon ?