-
For example this style for variables from the [templates page](https://docs.chef.io/templates.html) causes cookstyle to complain.
```
template '/etc/sudoers' do
source 'sudoers.erb'
mode '…
-
Nice gem! This will be a long, but hopefully helpful, description of the issue.
I have integrated this into a [Middleman](https://middlemanapp.com/) site and setup a [link] shortcode. However, I noti…
-
[Helpers docs](https://middlemanapp.com/basics/helper-methods/) doesn't mention anything. The [Cli docs](http://www.rubydoc.info/github/middleman/middleman/Middleman/Cli) isn't very helpful either. SO…
-
Has there been start on making this extension compatible with v4? The extension seems to be found okay and activated but the CLI command cannot be found.
```
Could not find command "contentful".
```
…
-
Recently I've been doing diverse R&D on web-apps. I wanted to look into what it would take to bundle a redis-client module into a webpack-built browser application.
I had some idea that maybe, given …
-
Hey @KyleAMathews
I've been following Gatsby for a while as a potential replacement for a [static website template setup we've built](https://github.com/wearehanno/riggings) that's based on Middlema…
-
Hello,
I've been using tachyons on my current project and found it really helpful in prototyping and editing an existing UI. One thing I did not manage to grasp yet is the best maintainable way to sh…
-
## Expected behaviour
Initialize a new blog using the following commands
```
middleman init my_new_blog --template=blog
cd my_new_blog
bundle exec middleman
```
The template blog should now be …
-
I've detailed the problem in Thruk bug tracker : https://github.com/sni/Thruk/issues/762
Basically, i cannot connect via livestatus from the same host, but i can from remote host.
-
This issue has been opened to gather the discussions about a new architecture for the extension.
When analysing the middleman extension workflow when writing code for the PR #12, it has appeared that…