spamwax

Results 11 issues of spamwax

If I remember correctly, old versions of Alfred did not support modifier keys with items hence it didn't make sense to support that in an XML-formatted output. My workflow is...

I am trying to change the color of file name to, say, red when the buffer's text has changed: ```lua local buffer_modified = function() if vim.bo.modifiable then if vim.bo.modified then...

Running latest version of MacVim and color_coded. Coloring works for most part, but when vim tries to send a 'beep' signal to terminal it crashes. This is what OSX reports:...

bug
not-reproducible

I was wondering if this script would cause issue when restoring the back for apps that have one of the excluded patterns in their folder. For example, Electron-based apps such...

is it possible to add a feature or function so that dead-key is handled by keyboard rather than OS? This can be useful for non-English languages that use accents `(like...

enhancement
want
postponed

I was wondering if you could add a synchronous example to your set that uses `RequestFuture` and `future.get(4, TimeUnit.SECONDS)` I followed the sample in the [source code](https://android.googlesource.com/platform/frameworks/volley/+/master/src/main/java/com/android/volley/toolbox/RequestFuture.java) of the RequestFuture...

I was using 1.7.2 and everything was working just fine. Then I used App Store to apply Apple's security update (2019-01) and the panic started to happen. On first restart,...

I was just wondering how I can run your code to calculate the score of default layout with 1 or 2 keys moved and/or swapped. Given the higher frequency of...

Fix regression of phaazon/hop.nvim#267 caused by pull#315 - opts.col passed to nvim_buf_set_extmark() expects it to be 0-indexed. phaazon/hop.nvim#315 causes an empty line to retun 1 for cursor's column. This PR...

Right now, changing font in options only affects frames created by the addon, but tooltip still uses games default font!