Aradhya Tripathi

Results 7 issues of Aradhya Tripathi

# Moving all query generation to `frappe.qb.engine`

security

Adding nested set support Fixed issues listed in https://github.com/frappe/frappe/pull/17537

Jax discontinued linear_util since v0.4.25 (latest) which means that when haiku is imported running jax@latest it crashes and since colabfold's pyproject.toml says its fine with any version of jax which...

# Current Behaviour # Probably got something to do with The only reason I'm assuming it's got something to do with MongoDB auth is, [this test link](https://github.com/SRM-IST-KTR/githubsrm/actions/runs/4076747965/jobs/7024893732#step:5:79)

# Description ### Adding member support * Special permissions for members. * Restrictive jwt for members.

Hidden Input support Hiding input in TUI when `hide_input=True` for an option ```python @click.option("--foo", hide_input=True) def exec(foo): ... ```

enhancement

Trying to install opensmile in a python3.12 environment failed due to: ```bash Because no versions of audinterface match >0.7.0,0.8.0,0.8.1,0.9.0,0.9.1,0.9.2,0.10.0,0.10.1,0.10.2,1.0.0,1.0.1,1.0.2,1.0.3,1.0.4,1.1.0,1.2.0,1.2.1,1.2.2 and audinterface (0.7.0) depends on audformat (>=0.10.1,=0.7.0,0.8.0,0.8.1,0.9.0,0.9.1,0.9.2,0.10.0,0.10.1,0.10.2,1.0.0,1.0.1,1.0.2,1.0.3,1.0.4,1.1.0,1.2.0,1.2.1,1.2.2) requires audformat (>=0.10.1,=0.10.1,=0.7.0,0.8.1,0.9.0,0.9.1,0.9.2,0.10.0,0.10.1,0.10.2,1.0.0,1.0.1,1.0.2,1.0.3,1.0.4,1.1.0,1.2.0,1.2.1,1.2.2) requires...