madprops
madprops
I'm doing something like ``` $.contextMenu( { selector: "#header_radio_volume_controls", animation: {duration: 250, hide: 'fadeOut'}, zIndex: 9000000000, className: 'volume_context', items: Hue.generate_volume_context_items(), events: { preShow: function(options) { console.log(1) } } }) ```...
 Is there a way to edit what gets displayed in the statusbar at the bottom? Sometimes it gets too crowded and I can't read the information I'm looking for....
I don't know if it's possible. But for instance in the application I'm making I just need to get the playlist at the start, on the first call to status-json.xsl....
https://jsfiddle.net/71kwoe09/24/ Click outisde the scrollable area so the scrollbar's keyboard shortcuts don't trigger. Then use Home or End to make an animated scrollbar using jquery's animate. Here I see the...
btop version: 1.2.0 I use my phone to tether internet to linux through usb. If I remove the phone and connect it later, the running btop will still show low...
Would be useful to just pass an element instead of having to identify it. Especially useful when elements don't have ids.
I have a textarea called #input  CSS: ``` #input { font-size: 1rem; color: white; border: 0px solid black; padding-right: 1rem; margin-right: 1rem; outline: none; font-family: inherit; flex-grow: 1; background-color:...
I use `editor.bind_sequence(KeyPress::Esc, Cmd::Interrupt);` Which works. I'm wondering if it could be possible to make it clear text if there's some written text, and if not then Interrupt..
I find the following to not work as I would expect: >z pics1 >/home/user/Downloads/pics/pics1 >z Downloads >/home/user/Downloads/pics/pics1 In the second command I intended to go to the Downloads directory. I...
## Bug report ### Describe the bug Using latest Firefox (~v67+) the stream (either through or tags) stops playing on some song changes, the frequency seems to be variable but...