| bio | website | mariocuba.net |
|---|---|---|
| location | Venezuela | |
| age | 22 | |
| visits | member for | 1 year, 2 months |
| seen | Mar 28 at 16:45 | |
| stats | profile views | 2 |
Transforming cookies and muffins into code since 2008.
|
Feb 28 |
comment |
How to enable mouse wheel in virtualbox? This is the actual answer, since you don’t lose any functionality when you do this. |
|
Dec 10 |
comment |
Exporting Markdown + CSS to PDF THIS! <3 I should look for it, though — haven't seen the 4.0 either. |
|
Nov 12 |
comment |
How to set default program? This should be the best answer, because at least in Ubuntu 12.10, clicking "Add" in the Open With tab, inside the Properties window, just adds the selected application to the "Recommended Applications" group ― it doesn't let you choose another program (for example, Sublime Text 2 or /usr/bin/subl, because it's a precompiled package and itś not registered). |
|
Oct 12 |
comment |
How do I use Scale for Application-only windows? This is the "answer" (it should be possible, but it isn't because of a bug). Let's all hope someone fixes that. |
|
Oct 11 |
comment |
How do I use Scale for Application-only windows? Yup, already installed CCSM. The thing is that, as I stated, I need both hot corners (all applications and application windows). Using class=Google-chrome would wreck that. It's worth noticing that I want the functionality for all the application windows, not some specified. Google Chrome was just an example. |
|
Mar 24 |
comment |
Hide debug information when running apps from the command line Did you try the command? Because `> /dev/null < /dev/null does what you want (or at least, for me it does) |
|
Mar 23 |
comment |
Exporting Markdown + CSS to PDF That just removes the error output but still errors out and finishes the script abruptly. It's a fine addition tho. Since I tried that again (and edited the file to circumvent problems like pseudo-selectors and propietary prefixes) I still get errors: AttributeError: 'CSSTerminalFunction' object has no attribute 'lower' *** ERRORS OCCURED - that's a bug in python-pisa, for what I can see. Any other tool? |
|
Mar 19 |
comment |
Exporting Markdown + CSS to PDF Sigh: CSSParseError: Selector Pseudo Function closing ')' not found:: (u':not(', u'[controls]){display:')
*** ERRORS OCCURED when parsing the Minified Bootstrap CSS file. Any way to fail silently or something? This seems like to be the answer. |