Yanick Fratantonio

Results 72 issues of Yanick Fratantonio

There were a couple of issues with good FAQ-worthy discussions, integrate these points in the FAQ: https://github.com/google/magika/issues?q=is%3Aissue%20label%3Aadd-to-faq%20 There was also a discussion on how to use python's magika from .NET,...

documentation

See rust as reference: https://github.com/google/magika/blob/main/.github/workflows/rust-test.yml#L19-L26

There is a known limitation in uv that forces us to add a constraint to which onnxruntime version we can use in the python module. At first I thought the...

python
blocked

- [ ] automate the release process, see https://github.com/google/sedpack/blob/main/.github/workflows/maturin_ci.yml - [ ] the github release should include relevant artifacts - [x] #924 - [x] #914 - [ ] unify running...

testing
github_actions

- [ ] remove compatibility mode - [ ] when invoking the client without tty, do not use colors

python

For magika up to 0.5.1, the content type metadata included things such as "magic" and "vt_type", which ideally we should document. However, we cleaned most of these things up in...

documentation

In a previous version of the magika python package (e.g., `0.5.1`), we had a `ContentTypesManager` class that was wrapping the knowledge about content types and their metadata (e.g., mime types)....

enhancement
python

Magika made it to brew: https://formulae.brew.sh/formula/magika Add this as installation option on the website/docs.

Tracking issue for GoLang improvements: - [x] integrate the entire test-suite in the go tests (#1235) - [x] create a github action for CI tests for GoLang (#1235) - [...