TheMythologist
TheMythologist
### Issue description or question Not sure about your stance on implicit vs explicit declaration in Python, but defining a class via ```python class foo(object): ... ``` is the same...
# Expected Behavior Linux is disabled in `custom/conf` configuration files. When submitting any form of ELF files, the submission will be blocked. # Current Behavior If a ZIP file containing...
### Checklist - [x] I think this refactoring is useful for everyone (if it's too specific, consider a [custom rule](https://docs.sourcery.ai/custom_rules/)) - [x] I have checked there are no similar [issues](https://github.com/sourcery-ai/sourcery/issues)...
### Version 18.16.0 ### Platform Microsoft Windows NT 10.0.19044.0 x64 ### Subsystem No response ### What steps will reproduce the bug? ```node fetch("http://localhost", { keepalive: false }) ``` ### How...
This fixes the following error when using `magika.load()`: ```error TypeError: Cannot destructure property 'modelURL' of 'undefined' as it is undefined. ``` > The current workaround is to use `magika.load({})`, which...
Continuation of #52 It is discouraged from using async functions in constructor methods in JavaScript. Instead, I implemented an alternative way to initialise the `Magika` class in 1 call. Now...
Resolves #43 > Reference: https://python-poetry.org/docs/dependency-specification/#multiple-constraints-dependencies I noticed in [your `support-python-3.12` branch ](https://github.com/google/magika/tree/support-python-3.12) that you also bumped the version of the package `onnxruntime`. Do you know if that is necessary?
Hi, I'm looking through the documentation and I don't think there is currently a way to check if a file / bytes is a valid PE file, other than via...
Possible dependency: [pure-python-adb](https://pypi.org/project/pure-python-adb/)