#dev 2017-04-02

2017-04-02 UTC
miklb joined the channel
#
sknebel
hmpf, flexbox feels like CSS somehow always does... fun the first few steps, then you run headfirst into something that really should not be as complicated as it is
#
sknebel
(and/or I just don't have any intuition for how it works)
#
miklb
wait until you start adding CSS Grid to the mix
#
miklb
grid actually makes a lot of sense once you start looking at it, and is more appropriate for some of the things Flexbox is being used for currently. IMO
#
sknebel
yeah, I think I really want grid for what I'm trying to do
#
GWG
Hello, miklb
#
miklb
evening
#
sknebel
from just reading it feels a lot more like the layouting systems I'm used to, from other gui programming and DTP software
#
sknebel
right now I wonder why they didn't include a clear way of forcing a row/column break in flexbox
#
sknebel
for rows inserting empty elements with width:100% seems to work, but not for columns
#
sknebel
or I could use nested flex-boxes, but then I can't change the order arbitrarily in mediaqueries...
#
KartikPrabhu
sknebel: because flexbox is not for 2D layout
#
KartikPrabhu
for that you'd use grid
#
sknebel
it's just one of these slightly infuriating things that are *so* close to doing what you want, but then one tiny bit is missing
#
sknebel
and I'd prefer to use stuff that does not require a browser that literally came out within the past few weeks
#
sknebel
but yes, I probably should look at grids instead of repeating age-old rants about web tech :P
#
KartikPrabhu
you can use grids and still provide fall back for older browsers
#
KartikPrabhu
you site does not have to look the same everywhere
#
miklb
KartikPrabhu++
#
Loqi
kartikprabhu has 3 karma in this channel (143 overall)
tantek, madgoat, [chrisaldrich], miklb_ and miklb joined the channel
#
eddiehinkle.com
created /abode (+862) "Initial abode project definition"
(view diff)
#
gregorlove.com
edited /h-review (+407) "/* IndieWeb Examples */ subheadings for people, + my h-review of an h-recipe"
(view diff)
gRegorLove joined the channel
#
gregorlove.com
edited /h-review (+27) "/* IndieWeb Examples */ +add yourself section"
(view diff)
#
eddiehinkle.com
edited /projects (+463) "/* Experimental */ +abode project"
(view diff)
KartikPrabhu and GWG joined the channel
#
aaronparecki.com
edited /obtaining-an-access-token (+31) "/* Request */ add grant_type parameter"
(view diff)
[chrisaldrich] and gRegorLove joined the channel