Chris Holland

Results 465 comments of Chris Holland

Never minify the user.js. **None** of the other sites minify by default. End users should not have to deal with minification.

> first to offer a feature Minification is not a feature for end users. It's a feature to lower bandwidth for the server owner. One of our rules is to...

> should there be an opt out in user preferences when logged in? No because you assume the person will always have a logged in session, which they won't. You...

> updating on a portable device will most likely not be logged in to conserve their bandwidth $$$ not ours... You could check UserAgents but that would be a bitch...

Is it even worth minifying when we have compression? Compressing ASCII already shrinks responses by a lot I would think. I would think that it would shrink whitespace pretty easy...

I remember my families first hard drive. It was 89Mb big. I managed to fill it up with super awesome MS paint drawings. Fun times. That was back when Win...

So Left Click does not work. What about right click? Hit \` / `~` key. Does it show any errors?

> I copied it all according to your configuration I recently learned that inline comments like these cause an error. ```ini skipBy=5 # skipback/skipfrwd amount in seconds skipByMore=30 # RightClick...

Thanks for pointing out the typo. You can `Ctrl+F` for `ch_next` ```lua --ch_next ne = new_element("ch_next", "button") ne.visible = have_ch ne.enabled = have_ch ne.content = tethysIcon_ch_next ne.eventresponder["mbtn_left_up"] = function ()...

Ctrl+F to search for `setButtonTooltip` to edit the tooltips. https://github.com/Zren/mpv-osc-tethys/blob/master/osc_tethys.lua#L3475 As for `osc_tethys.lua` dynamically parsing the shortcut keys and using them in the tooltips, I'd have to look into it....