ADARSH KUMAR SINGH

Results 14 comments of ADARSH KUMAR SINGH

``` import time import numpy as np def compute(): a, b = np.random.rand(1e3, 1e3), np.random.rand(1e3, 1e3) r = np.dot(a, b) return r s, e = time.time(), time.time() r, t =...

.bin file is not listed in [supported files](https://github.com/google/magika/blob/main/docs/supported-content-types-list.md)

i guess i missed headers part ! i'll fix it quickly

i guess i can work on it a small fix to handle self.plan as a list should be ``` s="" if isinstance(response_json["Plan"],list): for i in response_json["Plan"]: i=i.strip() s+=i+"\n" self.plan =...

i hope it works thank you @vyokky for the response!

srt file is not listed in [supported files](https://github.com/google/magika/blob/main/docs/supported-content-types-list.md)

ok so i have to add more details into [new_content_type_request.md](https://github.com/google/magika/blob/main/.github/ISSUE_TEMPLATE/new_content_type_request.md) ? or i have to rewrite it from scratch ?

can you explain a bit about "(but still support allButTextLevelOnly for backwards compatibility)" !?