Mirza Nabil Shuja

Results 6 issues of Mirza Nabil Shuja

Hi, I'm having some trouble with reading the values, atleast in web, do let me know if there is something wrong in my approach. For example; `token` and `refresh_token` gets...

bug
help wanted
web

Frappe allows getting a list of Doctype with filters applied on Child Doctype. For example, address here could be filtered using `Dynamic Link` Ideally I believe, `DBFilterInput` could allow input...

enhancement

As a general enhancement, it would be nice to validate at least one selected field when pressing generate. And at the same time, not include the doctype if none of...

good first issue

Options field has an `unknown` type as an argument of `searchLink` in `model.controller`, while it allows other fields to be passed within it, they are not well known. Which is...

enhancement

When calling a simple function such as this; ```dart final title = underScoreToTitle('title_case'); print(title); ``` the output is `TiTle_case`, when it should be `Title Case`. The issue also seems to...

bug

#### Problem Currently, I think if you try to sign up right now using existing credentials, while the API does respond with an error. It's not feasible enough to check...

enhancement
good first issue