Jeff Shields

Results 19 comments of Jeff Shields

nesting has nothing to do with row span, it is a part of the grid spec. Nesting grids is in the level 2 spec for grid for subgrid.

got it - although the documentation could use a bit of fleshing out on the grid-row. syntax to show spanning rows

As a general comment you might want to apply border-box to all elements - recommend best practice - and not just for masonry. ``` * { box-sizing: border-box; } ```...

Too be honest, I have not done anything to rule out git-ftp or the server other than post an issue with git-ftp. Everything was working fine yesterday, then this morning...

I just did a quick test by creating 140 files which successfully uploaded. I then reverted the commit and git-ftp successfully deleted the files just uploaded. As best I can...

So this morning I did a bit of digging into git-ftp: This is the command that is executed: ``` curl -s --globoff -# --ftp-create-dirs -K /var/folders/p1/2q6_xz196qsg9g3j67d8qf7c0000gn/T/git-ftp-XXXXXX.C12jHSJ5/curl_upload_list ``` sample record from...

I agree the FTP timeout does not appear to be an issue as it does reconnect. I opened the activity monitor and when curl first starts, it is using 2.0MB...

Currently: ulimit -u 2048 ulimit -n 524288 cgroups is not install on my machine. I don't know what you mean by 'instrument curl' or how to do that. I have...

ulimit -u is the number of processes available and not memory. I am well below that in running processes. Memory available is unlimited (iterm is using 160MiB)