Dan Allen

Results 2381 comments of Dan Allen

I also think we can remove the `!(property instanceof Object)` check because the only thing it will catch is null. But null is already caught by `Object.isFrozen(property)` (plus the function...

Be sure to view with no whitespace enabled to see that this is a 2-line change. https://github.com/AnatoliyGatt/deep-freeze-node/pull/9/files?w=1

Yes, please. This is very abnormal for a Node package. It's causing installation problems for some of my users after switching to deep-freeze-node. There's no reason a freeze helper should...

Thanks! I'll merge it in!

This repository is not where you can find the latest code. Instead, you should look here: https://github.com/llaville/asciidoc-bootstrap-backend I may update this repository, but I don't want to keep you waiting,...

Perhaps the directory already existing and you didn't need to do the step. Your change would create a dzslides directory inside a dzslides directory, which isn't correct. Of course, a...

I require the topic role intentionally because it controls whether or not the title is shown for a slide (and if it is shown, how). I agree, though, that it...

The API that is currently used for this is `Tilt.default_mapping#extensions_for`. Middleman uses it to determine which extensions to process for a given extension class. Something like: ``` template_class = Tilt[ext]...

Already done it. https://github.com/danielbayerlein/middleman-google-analytics/pull/33 I think it's too premature to switch from analytics.js because not everyone is convinced about the transition yet. So there were be a period we should...

It should only lint bundle files in the vendor folder. For example: https://gitlab.com/antora/antora-ui-default/-/blob/master/src/js/vendor/highlight.bundle.js