Shreesh Adiga

Results 10 comments of Shreesh Adiga

I've managed to recently compile ffmpeg latest master with the commits from ffmpeg-sixel repository (did a squashed merge and had to resolve conflicts and minor code changes), let me know...

Currently I'm working on integrating sixel as output device for mpv player: https://github.com/mpv-player/mpv/pull/8222 Once that is done hopefully by the end of this week, I can try to send a...

Okay so mpv has basic sixel playback support now! Just got merged to master.

I've spent some time implementing sixel as per @ayosec's writeup and using @rabite0's sixel parser from the repo linked above. I've got `img2sixel` work but the scrolling is backwards and...

It doesn't seem to be related to libass, even if you disable the pseudo-gui, RAM usage will keep increasing. This seems to be because the stream data is being integrated...

I don't have prior experience with this, but to me it looks like https://julialang.github.io/Pkg.jl/v1/artifacts/ page mentions about downloading packages and binaries. So maybe in the CI during a release, it...

Actually GLMNet it looks like you need to generate the `glmnet_jll` binary package using Yggdrasil `BinaryBuilder.jl` I think. Here is the corresponding link to the build recipe https://github.com/JuliaPackaging/Yggdrasil/blob/master/G/glmnet/build_tarballs.jl

I think if it is done correctly then it should be portable and robust since Julia should take care of handling LLVM IR since it is also built on top...

Requiring Fortran compiler in the use's machine doesn't seem nice to run Julia code. I think the BinaryBuilder method might be easiest at the moment (although still don't know the...

@WojciechMula Slightly off-topic: I observed that you implemented the convert_utf32_to_utf16_with_errors in this PR for haswell, whereas in your previous PR https://github.com/simdutf/simdutf/pull/708 this was skipped and only the regular function was...