Adam Doppelt
Adam Doppelt
Hi there, thanks for creating such a great project! We noticed that a particular request in our Rails app was slow. Eventually we traced the problem to a decorator that...
I've spent some more time unironically reading the README and I have a few ideas: 1. Format ruby code with ruby codefence 1. Wordsmith the Features section to highlight the...
Thank you so much for creating bat! Very happy with the app. I'm customizing things a bit and my BAT_OPTS is breaking `--list-themes`. It's paging one theme at a time...
I am using NSAttributedString and friends quite heavily in my current project. The current stuff in SwifterSwift is a fine start, but insufficient for serious usage in my opinion. I...
It would be great to support banners. We use this a lot in our scripts. 
### Describe the Bug I am trying to move my team to asdf. One of my coworkers encountered this error, which is somewhat cryptic (and incorrect). Maybe we can improve...
### Describe the bug Thanks for creating vitepress, we are loving it! In markdown w/ SSR, placing a `` tag directly below an image breaks rendering of the next component....
Great work, thanks for making it available! This thing is sweet. One minor feature request. It would be nice to get a callback after the `if hide` timer, since I...
Users of autocomplete systems have come to expect the following: 1. Hitting ESC should close the autocomplete. 2. Hitting TAB should select the first item if nothing is active. Hitting...
On the mac, option-delete deletes a word. In the iOpener input panel, it should consume a slash. At the moment it does this: ~/some/directory ~/some/ (after option-delete) but it should...