musicin3d
musicin3d
During initialization, you're running the filter() function after adding each list item. That filter function runs through the entire list of previously loaded items. This is a BIG no-no. With...
… original tag. This addresses my request in #55
When the use highlights text inside a text input, jQuery fires a "select" event. This plugin intercepts the event, adds the suffix to it, and refires it. This breaks client...
Since this is implemented with a normal text input field, there's no reason not to support the placeholder attribute. We could set `data-placeholder` on the original select tag. This is...
1. save a redis connection and connect 1. save one or more patterns 1. disconnect 1. change the redis host 1. save and connect Result: saved patterns are gone Expected:...
For the feature request: https://github.com/luin/medis/issues/197 This remembers the latest 5 patterns that were not already saved. When the user types in a pattern and hits the Return key the pattern...
I have a site that doesn't want to include all article contents in search.json. We want to keep the size of the json down, and we don't want to make...
Documentation does not explain how to define hotkeys for `screen.key(...)`. The only hit that it gives is that you can provide a single letter (A), a name (escape), or a...
Found this awesome gadget via a reddit comment.(https://www.reddit.com/r/YouShouldKnow/comments/71dblt/ysk_if_google_misinterprets_a_voice_command_you/dna8mrm/) You've started something cool, but you'd probably get more activity and appreciation if the community could contribute. It's been a while. Are...