Ashwin V. Mohanan
Ashwin V. Mohanan
Well, you have all the creative freedom, whatever looks good and is user friendly. -------- Original Message -------- On 13 Nov 2017, 21:09, Ogi Moore wrote: > Where in the...
Good job, definitely a step in the right direction 👍 . This is more than what I would have done in a day! On the UI, since you have little...
On your question: you should use `python setup.py develop`. I did mention this in the readme. Maybe I should but it somewhere more visible. A separate file like CONTRIBUTING.rst. QTabWidget...
Sweet. Seems like you are building something really professional. I would rather use `matplotlib.backends.qt_backend`. See if that works. If you think that is not good enough `qtpy` is fine with...
It is an abstraction layer as I understand. Maybe not as advanced as qtpy. I have seen qtpy before, and there are numerous similar packages. Check out the source code,...
Bug: cannot use `p2_p1` with normal shock mode. ```python ERROR:caeroc-app:Insufficient data to calculate Mach number Traceback (most recent call last): File "/home/avmo/src/caeroc/caeroc/gui/runtime.py", line 218, in on_qpb_calculate_released self.mode.calculate(**kwargs) File "/home/avmo/src/caeroc/caeroc/formulae/shock.py", line...
See also https://asciinema.org/a/LP9sM4hmLgSXqkXhJZR1rL0MK
@jnoortheen Could you elaborate?
Thanks @jnoortheen. I tried your xontrib. One obvious drawback with this approach is, it is usable with only one command: `cd`. One cannot make use of it with other commands...
:+1: on detecting the terminal width and shrinking the output. Right now, the output looks mangled if I run it with half the width of my screen and 12pt font....