Rajesh H

Results 9 issues of Rajesh H

Hi Swadesh, Thank you for the wonderful package. Found below: Below line should be changed From: Total: ₹{{ o.amount.total }} To: Total: {{ o.amount.total | currency }} Code Line Permalink:...

Hi, How can I achieve case insensitive filter on my requests? for eg: http://127.0.0.1:8000/api/customers/?in_use=No -- This works http://127.0.0.1:8000/api/customers/?in_use=no -- Does not work because database stored this value as No I...

question

Hi, I liked your app, it works fine. Thank you for your effort. My request is, I would like to show the video on a separate details page, how can...

Hi @bdrtsky , Could you please introduce light/dark theme mode in the nuxt-dev-to-clone webapp using official module https://github.com/nuxt-community/color-mode-module This will definitely help a lot and I hope others as well...

good first issue

Hi, I observed below behavior. on google chrome one one tab I am logged on to Gmail with username [email protected] - for this issue is it relevant or not I...

Hi, Thank you for your detailed article. I have a use case where I allow user to login and let them update First Name, Last Name and Email. It looks...

Hi Team, I am currently using this DDL, It is kind of incomplete without specifying the complete return type. right now it returns either character, date or numeric but my...

Hi @rithik-dev , Since you know more about the google maps package, may I ask is it possible to show infoWindow for all markers by default? I tried below that...

Hi, Thank you very much for this package. Could you please assist how to use ion-icon (ionicons) in nuxt ionic project? Thanks

question