Ivan Molodetskikh
Ivan Molodetskikh
> Or you want a panic so it fails very loudly so you can fix it :) That's all well and good if you hit it during testing...
Hey, just came across this issue. We've actually used a kind of timer synchronization and control for our SourceRuns marathon stream timer for the past 3 marathons already, so I...
I'm running `create_d2go.py` on my PC. Nevertheless, after adding that to config this happens: ``` [03/09 21:32:01 d2go.export.api]: Converting quantized model qnnpack... Traceback (most recent call last): File "/home/yalter/source/java/android-demo-app/D2Go/create_d2go.py", line...
That seems to have made it work (combined with the quantization backend config change).
That one's for ctags though.
Hey, I'd love for someone else to take the package over. How do I do that?
Hmm, if `xdg-mime` gives better results compared to `tree_magic` then perhaps it's a better idea to just use `xdg-mime` and drop `tree_magic`? Are there any major downsides?
Also for me `xdg-mime` also reports `application/x-shellscript`: ``` $ xdg-mime query filetype ~/source/sh/avs.sh application/x-shellscript ```
Are there any other issues with `tree_magic` that you've noticed? Maybe instead of using `xdg-mime` it's sufficient to just add [additional text MIME type detection](https://github.com/bugaevc/wl-clipboard/blob/2c3cee1c8173d75b1411997b2c0f3e486194ac0c/src/util/string.c#L36-L39) from wl-clipboard?
> @YaLTeR if you run it on the `tmp` file created by `wl-copy`, though, it will report `text/x-shellscript` (due to is missing the `.[zcf]?sh` extension, so it interprets the shebang...