Pulkit Aggarwal

Results 18 issues of Pulkit Aggarwal

How can i make something that i have attached below ![Screenshot 2021-01-18 at 6 48 29 PM](https://user-images.githubusercontent.com/29139786/104920421-c4c70380-59bd-11eb-8bf7-81fe133bce41.png)

Create a proper design document for adding new a new interaction named Linear Sacle Interaction into android and web platform https://docs.google.com/document/d/1RRmmH7Zrk_Mda9a67KBjFV5Odz2OzGfbYFFP_fPI_2c/edit

Type: Improvement
Priority: Important
issue_type_infrastructure
issue_user_impact_low
user_team

**Describe the bug** The audio state is not maintained in the exploration player. **To Reproduce** Steps to reproduce the behavior: 1. Turn on Don't keep activities in developer mode 2....

Priority: Important
Impact: Low
Issue: Needs Clarification
Z-ibt
bug
Work: Medium

**Is your feature request related to a problem? Please describe.** Currently, there is no way to test of loading an image using Glide with the help of caching the image...

Type: Improvement
Priority: Important
issue_type_infrastructure
issue_user_impact_low
dev_team

Please Add Support for Multiple Types like in this library https://github.com/faogustavo/JSONApi ![Screenshot 2019-11-24 at 11 44 12 AM](https://user-images.githubusercontent.com/29139786/69490544-be1f2800-0eaf-11ea-9f35-9d458ed3db15.png)

while making a post request with JsonObject inside it throws an error `com.github.jasminb.jsonapi.exceptions.DocumentSerializationException: java.lang.IllegalArgumentException: JsonObject (through reference chain: com.codingblocks.onlineapi.models.Applications["extra"]->com.google.gson.JsonObject["as-big-decimal"])` JsonObject `{"Name":"Pulkit Aggarwal","Email_address":"[email protected]","Contact_Number":"+919582054664","Link_for_Resume":"online.codingblocks.com","College":"keshav Mahavidyalaya","Branch":"cse","Year_of_Graduation":"2020","How_will_you_rate_yourself_in_DS_&_Algo":"1","How_will_you_rate_yourself_in_Android_Development":"1","Which_programming_languages_can_you_work_on":"java","Courses_done_from_Coding_Blocks":"android","Link_for_Github_projects":"","Link_for_Linkedin_Profile":"","Mention_prior_work_experience_if_any":"","If_placed_already_please_provide_company_name_and_date_of_joining":""}`

``` @Type("instructors") open class Instructor : BaseModel() { @JvmField var name: String? = null @JvmField var description: String? = null @JvmField var photo: String? = null @Relationship("courses", resolve = true)...