Michael Mahemoff
Michael Mahemoff
When there's a seek operation, the seek-bar gains a new CSS class, "seeking-bg". This is a good thing, but causes an unnecessary flash if the seek happens to be a...
Is there any way to have some required properties to be set in the constructor, while still allowing the structure to be extended? ie a mash where you can declare...
Is there any way to specify an image to be served if the source image is broken?
After Rails upgrade, I notice the assets always have digests, even if `config.assets.digest = false` is set in development.rb. [The decision is here](https://github.com/kavkaz/js_assets/blob/cfc22d2faab28a948a2ac8dfe11ac7936c65d4c1/lib/js_assets/list.rb#L16): > if env.file_digest(filename) I'm not sure why,...
Would be nice to point at an online HAR instead of pasting its content. Could even just do like Google translate and make the textarea a hybrid ... if user...
``` FlickRaw.ca_file = '/foo/bar' > NoMethodError: undefined method `ca_file=' for FlickRaw:Module ``` Same applies to `check_certificate=`
This looks like a good inflections library, but it would be good to reduce the footprint by extracting the octopii, mice, and friends into an optional companion module. There are...
With v. 0.15 and also the live web demo: (1/2 + (1/2)) yields: Error: TypeError: Cannot set property 'matching' of undefined (1/2 + 1/2) works fine. I assume the extra...
The README only shows queries. Can you please provide an example of creating a Linode instance? I'm having some issues. e.g. I tried `linode.linode.create(region: '...', label: '...', type: 1, private_ip:...
Request to support an option for additional attribs on the link tags. (Just one option for all tags generated against a particular string.) Working at https://github.com/mahemoff/javascript-linkify