Arijit Basu

Results 210 comments of Arijit Basu

There's also this one a bit easier: https://github.com/sayanarijit/xplr/issues/643

We can probably improve mime detection, but need to be careful about the performance impact. The current library we're using may not be perfect, but is good enough performance-wise. For...

Rust has a [very good library called nom](https://github.com/Geal/nom) that lets us implement our own parser using a very intuitive API. Let's try using that. See [pydantic-core](https://github.com/pydantic/pydantic-core) for Rust-Python interop reference.

Hi. Thanks for reporting. ATM, I don't have the bandwidth to look into this. If you know the fix, please feel free to create a PR.

Hi. Please feel free to create a PR.

Hi, we'll discuss this in a meeting. If you are interested in joining, pls mention your availability: https://calendly.com/d/y2h-b3c-n7s/ratatui-3

Hi Sorry for the late response. [Does in happen in docker](https://xplr.dev/en/install#try-in-docker)? Also, what shell are you using?

Thanks for reporting. Termux keeps breaking. Will remove the section.

I have removed the termux section from the docs, since maintaining termux support is proving to be a burden. Termux enthusiasts overlapping xplr users are welcome to package xplr in...