Ayush P Gupta
Ayush P Gupta
Suppose my png is on `/logo.png` directory. Now if i access this on `/` route it works fine but when I access this on a nested route like `/nested/logo.png` this...
This can be seen in sample apk. The activity under 'Show no header sliding activity' consumes slide gesture a bit before the actual scrolling of contents takes place. May be...
Hi @areindl , Thank you for this sample. I was wondering if there's a way where we can extend nuxt core so as to auto read our new dir structure?...
I think the touch area for icon is small. Only when you precisely touch icon then only it receives touch. Can we have something with which we can increase. touch...
ManifestOptions, MetaOptions, PWAOptions, WorkboxOptions are not exported by default. This makes them mandatory to use in nuxt.config.ts. What I wanted is to separate out pwa options to a new file,...
I am facing error below when enable PWA module: Any Help?
### Is your feature request related to a problem ? Currently all blogs out there directs to create a new grafana.ini file to enable embeds. How can we enable embeds...
This PR aims to support null safety feature and aims to fix #74. Following changes are made: 1. Support linux desktop support 2. Migrate project to support null safety 3....
### :speech_balloon: Description I placed all my launcher icon config files in a dir named `launcher_icon/` due to which flavors weren't respected. After struggle, I saw a note in README...
Input: (Vue Html Syntax) ``` :class=" activeTab ? ' bg-opacity-30 bg-blue-300 rounded text-blue-500 font-medium' : 'hover:bg-gray-200 bg-gray-100 font-normal text-gray-700 hover:text-gray-900' " ``` After I run `rusty --write .` Output: ```...