JD Solanki
JD Solanki
# Feature request I just discovered this I really love it :heart: ### Context I was testing FastAPI and came to odmantic as I am using mongoDB. I have a...
**Description** Hi, I have a simple script which types back what I feed to it. Problem is if I tell it to print string `59y#d/8^Pw/ewh%&` it print `59y#d/8^Pw/5`. Moreover, I...
**Software Versions** * Python: 3.10.4 * OS: Ubuntu 21.10 * Kivy: v2.1.0 * Kivy installation method: Linux Pip + pyenv + poetry **Describe the bug** When I run the app...
**Please describe what the rule should do:** Recently, I was reviewing code of my colleague and I found that he wrote `id="myForm"` but I prefer `id` attr in kebab case....
**Please describe what the rule should do:** This rule is related to this [rule](https://eslint.vuejs.org/rules/prefer-prop-type-boolean-first.html#vue-prefer-prop-type-boolean-first). In the existing rule we are enforcing defining the boolean rules first but in this rule,...
**Please describe what the rule should do:** This is rule is identical to existing eslint rule [`lines-around-comment`](https://eslint.org/docs/rules/lines-around-comment). This will allows us to write more readable code by adding new line...
**What rule do you want to change?** [vue/no-restricted-class](https://eslint.vuejs.org/rules/no-restricted-class.html) **Does this change cause the rule to produce more or fewer warnings?** No **How will the change be implemented? (New option, new...
This will allow users to change the shadow opacity at runtime. We might not want the same colors for both light & dark themes. Generally in dark mode shadow colors...
### Problem to solve Same as v2 ### Proposed solution Same as v2
### Environment **Vuetify Version:** 3.0.0-beta.5 **Vue Version:** 3.2.36 **Browsers:** Chrome 103.0.0.0 **OS:** Linux x86_64 ### Steps to reproduce Scroll the page. ### Expected Behavior Navbar should be sticky ### Actual...