Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jirashell 0.4.12 does not seem to respect ipython configuration #1879

Open
2 of 4 tasks
mario-grgic opened this issue Aug 19, 2024 · 0 comments
Open
2 of 4 tasks

jirashell 0.4.12 does not seem to respect ipython configuration #1879

mario-grgic opened this issue Aug 19, 2024 · 0 comments

Comments

@mario-grgic
Copy link

Bug summary

I'm using jiracli version 0.4.12 which uses ipython for the interactive shell, however ipython does not seem to respect my configuration in ~/.ipython/profile_default/ipython_config.py where I am setting vi editing more (which works in ipython.

I can switch the editing mode in the interactive shell by running:

ip= get_ipython()
ip.editing_mode='vi'

however, it would be nice not to have to do this every time.

Is there an existing issue for this?

  • I have searched the existing issues

Jira Instance type

Jira Cloud (Hosted by Atlassian)

Jira instance version

No response

jira-python version

main

Python Interpreter version

3.12.2

Which operating systems have you used?

  • Linux
  • macOS
  • Windows

Reproduction steps

# 1. Given a Jira client instance
jira: JIRA
# 2. When I call the function with argument x
jira.the_function(x)
# 3.
...

Stack trace

n/a

Expected behaviour

jirashell should respect ipython configuration (or have its own)

Additional Context

ipython==8.26.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant