Phil Dokas
Phil Dokas
@mihaip has good info on this topic: 1. https://blog.persistent.info/2021/04/git-resource-fork-hooks.html 2. https://github.com/mihaip/git-resource-fork-hooks
There is not (besides `fullWidthBreakoutRowCadence` which is somewhat similar), but it’s a nice idea. I don’t think we’d be opposed to an optional per-row configuration.
Indeed. Safari only supported a single shadow until 4.0 as well. “Gecko (Firefox) theoretically supports infinite text-shadows (don't try it).” is a fun sentence. The worry is that since there's...
textshadow.js relies on color.js (final line here): ``` js $.cssHooks[hook] = { get: function(elem, computed, extra) { return (function(elem, pos, prop) { var shadow = $.css(elem, propStr), color = $.color.normalize(shadow),...
I suggest normalizing on the cubic-bezier() functions. All the named shortcuts come with official definitions in the spec so we can easily map name --> function params. From there if...
Good points, I need to consider it a bit more before writing more. But briefly to answer your question, _I_ didn't need to know the colors in any format other...
I wonder if the deal with the very slightly off floating point values has to do with the details of floating point arithmetic. If that's what's happening, wouldn't it occur...
tests/index.html's color section illustrates it in Webkit browsers. 6 sets the color properly, expected: "rgba(0, 0, 0, 0.3)" result: "rgba(0, 0, 0, 0.296875)", diff: "rgba(0, 0, 0, 0.3)" 0.296875)" 7...
Check out third party clipboard managers like Pastebot or the ones built into tools like Alfred and Launchbar. They often have a feature that lets you concatenate instead of replace...
P.S. I would love to document this in the readme, but I don’t see an obvious place to add the info. I’m absolutely open to suggestions!