Vadim Isakov
Vadim Isakov
Title pretty much says it. Works perfectly, apart from the fact that the hotkey is not displayed properly in the text box.
Maybe add a toggle? Is it a limitation of the API or something? Ideally I'd want to just swipe across some items and have prices fetched for all of them,...
Hi! We've been using laravel-tables for our project, and the upgrade to v5 seems to require significant migration, specifically in the routes department. Whereas before you could specify routes using...
As it is we have to look at the timestamps for each egi. It would be better to have them sorted by time, and put on the small header for...
For instance if I want to select the 3rd item on ring 1, I would press keybind for ring 1, then press 3. Would simplify the navigation greatly.
I'm assuming it has some sort of unhandled exception. Any chance we're going to get an update?
### Summary I'm using additional function keys (F13-F24) to trigger some events with AutoHotkey. Currently EarTrumpet does not support these keys when creating actions. ### Steps to reproduce Try to...
I noticed that this extension will only autocomplete class names when they match case:  and when they aren't a case match, or I skip words, extension no longer provides...
Getting this warning when using your package: (3821:3) autoprefixer: Replace color-adjust to print-color-adjust. The color-adjust shorthand is currently deprecated." -t "Laravel Mix" Mistake is admin-lte/dist/css/adminlte.css:3821.
### Describe the Bug The pro copy-paste example provides the following code: `useCopyPaste.ts:138-140`: ```typescript useShortcut(['Meta+x', 'Ctrl+x'], cut); useShortcut(['Meta+c', 'Ctrl+c'], copy); useShortcut(['Meta+v', 'Ctrl+v'], paste); ``` Currently this doesn't work, since the...