Thomas Roccia

Results 18 comments of Thomas Roccia

Just tested it as well and it works perfectly with python3.9, thanks for the fix! :)

This is awesome thanks for sharing it :)

Thanks @reyammer for your quick reply, the error came with the current version when running Magika on Windows. By default, in the code the list was empty, and the error...

Thanks guys for looking into this! I'm not exactly sure about the root of the issue, but it might have something to do with the Python version I'm using, which...

Perfect! You are right I am using version 1.16.0 ![image](https://github.com/google/magika/assets/6546250/6ced789f-5ae6-4e11-8d5e-2743046222e6)

Hey Itay, I will update the code asap. Thanks for making this PR. :)

Hi Dax, Thanks for your feedbacks. I have not planned to move it in python3 but of course feel free to PR the project. Thomas

Not sure what is your issue. You can comment the following part at the beginning to see what is the output. #err = tempfile.NamedTemporaryFile(delete=False) #sys.stderr.flush() #os.dup2(err.fileno(), sys.stderr.fileno())

Basically I am trying to add my own custom syntax detection and keywords if possible. Not sure how to do it with Ace or if there is a way to...