Nicolas Holzschuch
Nicolas Holzschuch
iOS 15.3 is currently a Release Candidate, meaning it's close to being released. I'll test ipython on my devices as soon as it is released. In the meantime, I won't...
I've just tested on the iOS 15.3 release. `ipython` appears to work normally.
Thanks for confirming the issue and for the suggestion of the phone. I still cannot reproduce on my iPad (both portrait and landscape), but I have it on my iPhone...
I think I've tracked it down to `prompt_toolkit` using `fcntl.ioctl` to get the window size, which fails, so it falls back to the default size of `80x24`, which works almost...
Build 215 on TestFlight has a fix for this issue: https://testflight.apple.com/join/WUdKe3f4 Hopefully that works for you.
pycryptodomex seems to have C components, which means it cannot be installed by the user. I will have to cross-compile it.
That is interesting. As Django runs multiple process, I think it is not directly portable inside a-Shell. I'll keep it in mind.
It is installed in the `$PATH`, so just `django-admin startproject newApp` works (unless you redefined the `$PATH`). It's not in the autocomplete the first time, because the list of commands...
I don't know enough about Django to answer that question, I'm sorry. For discord, we do have one now, see #368 for the invite link.
Well, yes and no. Yes, in the sense that you can set the environment variable `EDITOR` in your `~/Documents/.profile`. No, in the sense that currently, there are only two editors...