Mirza Nabil Shuja
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...
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...
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...
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...
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...
#### 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...