Prakhar Chhalotre

Results 13 comments of Prakhar Chhalotre

@rbyh Can you give more details about this? `select("comment.*")` what is this?

@rbyh Can you assign this issue to me? I want to work on it. In the issue title you wrote **by default**, which means user can change default by `include_free_text_comments=True`...

What about other wildcard types `"*.*"` or `"comment.some_question"`?

@PauwelsPieter Describe the actual behavoir in more detail.

@jplozf Can you describe on which system you are using Tabby? On Arch Linux, I didn't get this bug.

@jplozf Please paste a screenshot of your Appearance settings. Are you using some custom themes or fonts?

@ordinary9843 For PostgreSQL, even if you write `POINTZM` or `PointZM` the database will resolve it to `POINT`, same with `LINESTRINGZM`. You can try it ```sql CREATE TABLE location ( id...

> @jhaayushkumar, It seems to work for me and even for complex equations : – > > ``` > from sympy import symbols, Eq, simplify, sin, cos, log > x,...