Ankit

Results 81 comments of Ankit

> Should we instead target new PRs only to v3 branch? I would say: **v2** - Fixes and features that can be ported easily to v3. - But, all new...

Hi @mbaumgartl this is a valid concern and relying totally on one particular redis client is not ideal. I would see if I can work on this anytime soon. PRs...

Hi @mbaumgartl, Thank you for your interest in contributing to this topic :) To be honest, I would prefer to have a non-breaking change for now. I think there can...

Hi @mbaumgartl, Apologies for the late response! We are [planning a next major release](https://github.com/ankitpokhrel/tus-php/issues/321), and this change would be perfect for v3. The targeted min PHP version is 8, and...

Hi @mbaumgartl, All of these changes sound tempting and are nice to have, but today's best practices can easily be tomorrow’s anti-pattern. So, IMHO we should not change anything unless...

@wireinet Looks like that string is being modified by some other plugin. Free gift plugin adds [Type](https://github.com/ankitpokhrel/WooCommerce-Multiple-Free-Gift/blob/master/lib/helpers/WFG_Product_Helper.class.php#L255) attribute but doesn't append `attribute_` to it.

Hi @rhysjtevans, it should list all sprints by default. The initialization step fetches all data required for the tool (except for some older versions of jira). I would assume for...

Closing due to inactivity. Please feel free to comment or open a new issue if you still need help.

I guess its because of how `less` behaves in dumb terminal. You can do: ```sh TERM=dumb PAGER="less -d" jira board list // or TERM=dumb PAGER=cat jira board list ``` ![Screen...

hmm...its a TUI app so not primarily designed for dumb terminal. I will introduce a new env `JIRA_PAGER` so one can override pager just for jira-cli if required.