ADTC
ADTC
### Operating System and Version macOS Sonoma 14.7.1 (23H222) ### Distribution brew ### Description I have tried configuring NotepadNext as the Editor for Git commands: ```config [core] editor = open...
[Feature Request] More enhancements with what we can do with bookmarks (including Find to Bookmark)
### Description In Notepad++ there is a Mark tab, which I have found very useful for certain situations. It is an underrated feature of Notepad++ which does not exist on...
### Before Submitting Your Bug Report - [x] I have verified that there isn't already an issue reporting the same bug to prevent duplication. - [x] I have seen the...
I'm on Windows 7. When I run ChocolateyGUI for the first time after installing it, its window assumes the size of my screen. It is ignoring the fact that I...
### Dupe Check - [X] I have [searched Warp feature requests](https://github.com/warpdotdev/warp/issues?q=is%3Aissue+label%3A%22Feature+requests%22) and there are no duplicates ### Describe the solution you'd like? Split Pane feature seems very primitive right now,...
### Feature description Purely as a _Git Extensions_ feature, could there be an ability to mark, flag or highlight multiple commits in different choice of colors? 🔴🟠🟡🟢🔵🟣🟤⚫⚪ It will be...
**Update:** Happy to announce we have a fully working Tailwind-to-CSS converter that's server-based and doesn't depend on cheatsheets here: https://tailwind-to-css-three.vercel.app/ Source code is here: https://github.com/ADTC/tailwind_to_css --- **Previous Update:** I made...
# Demo: https://tailwind-to-css-three.vercel.app/ This uses an API route to instantly process the given Tailwind classes and return the actual CSS generated by Tailwind. ## Advantages: * No need of any...
If one or more of the classes couldn't be converted, there should be an automatic error comment to notify, underneath the converted classes: ```css height: 2.5rem; color: #ffffff; /* Can't...
Something like `border-t-[1px] border-t-[var(--border-color)]` doesn't show any result. `border-t-2` shows `border-top-width: 2px;` though.