Brant Wedel
Brant Wedel
Maybe you can try setting a scaled resolution of 640x480 ;-)
Sadly, it won't be that easy, probably going to have to resort to parsing/setting the style attribute text, as `.style.setProperty(` also tries to be "smart". ex: this simple binding will...
In my actual use case, I have resizable dock panels and I need to know the border sizes to ensure docking/pinning/resizing behavior accounts for them (border gets thicker when pinning)....
Thanmks for the suggestions, shadow as border is is what I had earlier but it would cover the other dock panels docked against since they are outside the box-model which...
I really really needed this, so I wrote a polyfill that uses an interpolation quirk, **probably don't use this, lol**. ```scss // @author Brant Wedel // Check if a string...
Yes, a possible algorithm for an `inaccurate` vote: - `inaccurate` vote counts as a thumbs down - if an items `inaccurate` vote total is higher than its `thumbs up` vote...
+1 Redis itself uses a lazy timer system @download13 What is the status on this ... I was thinking of doing the exact same thing. Currently I just scan all...
Interim solution, clear timeouts on DEL and FLUSHDB: #48