Arijit Basu

Results 135 comments of Arijit Basu

Also, maybe we can avoid adding a dependency by adding a single file like: https://github.com/sayanarijit/xplr/blob/main/src/permissions.rs Steal from https://github.com/Peltoche/lsd/blob/master/src/meta/owner.rs ? ~EDIT: I see already doing it. So, I think we can...

I was thinking, do we really need to load the user and group names in rust? I think it'd be better to just read the uid and gid in rust,...

Hi, custom color is supported via command-line, using headers. Custom shape is not yet supported. Custom shapes won't render well in the terminal.

Hi, as documented, you can use http headers `X-QR-Min-Width` and `X-QR-Min-Height`. Let me know if that's what you're looking for.

Ah got it... Should be easy to implement.

Not perfect, but I think https://github.com/sayanarijit/qrcode.show/pull/14 is the best we can do within the library's capabilities.

But of course, there's always room for further improvements. Pls create a PR if you find something out.

Or maybe I'll can rethink a better way. So keeping the issue open.

> I have type "curl qrcode.show -d @imp_details -H "X-QR-Max-Width:128, X-QR-Max-Height:128"" and it's not working. @gdkali try `-H "X-QR-Max-Width: 128" -H "X-QR-Max-Height: 128"`

@gdkali try smaller sizes `-H "X-QR-Max-Width: 40" -H "X-QR-Max-Height: 40"`. Default size for terminal is 20, for other image formats it's 360.