Rafael Vega
Rafael Vega
primusrun uses LD_LIBARARY_PATH to use /usr/lib/primus/libGL.so.1 with precedence over /usr/lib/libGL.so.1. This works fine for most cases. However, when running a suid binary such as virtualbox, the LD_LIBRARY_PATH variable is ignored...
I have something very simple like: ```` logging.basicConfig(level=logging.INFO, format="[%(asctime)s] %(message)s") midi_in = iso.MidiInputDevice() timeline = iso.Timeline(clock_source=midi_in) timeline.schedule({ "note": iso.PSequence([ 60, 67, 72, 77, 84 ], "duration": 0.5, "amplitude": iso.PWhite(0, 128)...
For example, if I declared `foo_bar = function(){}`, is there a way to highlight uses of the function: `foo_bar()`? Thanks for this great plugin! :)
Hi. Great knobs!! :) I'm using them for an audio app and I need to have logarithmic (and maybe exponential) knobs for some parameters. Can you recommend a way to...
See the screenshot, the top window is iTerm2 and the bottom one is Pages. Both are using Tamzen10x20 euro sign looks bad.
Hi, I started integrating your knobs script into a project and I would like to use sprites for rendering the knobs. Is it possible for you to show us an...
Feature request. It would be useful if the replicate layout script would not move footprints that are locked. This would allow for manually moving whole blocks, locking them and then...
I have a very large project (the linux kernel, actually) and I'm running :UpdateTags -R within it. I can see the ctags process running and the tags file being created...
When fetching emails from Gmail's POP server, you need to set Net::POP3.enable_ssl(OpenSSL::SSL::VERIFY_NONE) before Net::POP3.start I added a config setting to enable this in teambox.yml