Juan Calderon-Perez
Juan Calderon-Perez
Any non-zero value should return `True`. For example: ``` curl https://example.com/?is_ok=-1 ``` Should return `True`.
@efectn Does #3006 fix any of the issues raised above? I don't think pre-compression is feasible, specially if the directory has a lot of files and with the Cache that...
@reyammer This should be doable using githuh workflows. I can send a Pull Request
@reyammer Correct, that will run the tests in that enviroment. I was thinking that you could have a workflow that does the pip install and runs against the `tests_data/` directory...
@ehjmx Probably needs to be installed in a venv. The dependencies are conflicting with the ones from the OS. Edit: Magika doesnt support 3.12 it seems, only up to 3.11
I'm updating the workflows to run on multiple platforms/python version. I can confirm that the tests only pass on `linux` and `macos`. When using `windows` a significant amount of tests...
@reyammer How about Golang?
@iloveitaly Thank you! Looking forward.
@abhin2002 This doesnt fix #47 #88 The tests need to be run on those platforms. This is just running tests on the default platform
@reyammer I covered the changes from this PR in https://github.com/google/magika/pull/174 Upgraded both Numpy and onnxruntime to be able to support py3.12