Chris Buckley

Results 20 comments of Chris Buckley
trafficstars

My dotfiles: https://github.com/cmbuckley/dotfiles/blob/master/files/gitconfig Favourites: * `du = diff @{u} HEAD` — diff with upstream branch * `sd = !sh -c 'git stash drop stash@{${1-0}}' -` — drop stash (default latest,...

Hmm, not what I was expecting. Although I note that the tests are running against Jekyll 4.2.1 and I was using 3.9.0 to match the version in `github-pages` gem.

Updated the PR name to reflect that! You’re right that they can be omitted according to the spec; html-validate is being more strict than the spec here. Also, interestingly, the...

html-validate only validates HTML5 documents, but they do state strictness as a design choice. I can see either side here; the PR isn’t strictly necessary and the validation rules can...

Related: [#8510](http://bugs.jquery.com/ticket/8510), [#12362](http://bugs.jquery.com/ticket/12362), #37. The documentation for the `error` callback states: > This handler is not called for cross-domain script and cross-domain JSONP requests. This was true in jQuery 1.4...

I came to file a related issue but adding a comment here probably makes sense. In 1.5.0, kafkacat perhaps did not respect a `schema.registry.url` in config. In 1.6.0, If it...

Hi @edenhill, is it possible to create a new release with this change?

Hi, `.grid + small` denotes an info field following the grid, which would be used as a helper for all items inside the grid: ```html One Two Helper that describes...

This issue is seen in OmniGraffle 7 now, as the version information is hardcoded, checking `self.og.version()[0] == '6'`. See #27