templates
Here are 1,444 public repositories matching this topic...
-
Updated
Mar 3, 2020 - HTML
I tried the doc about nested block
file "base":
===
{% block a %}{% endblock %}
===
file "child"
{% if not Standalone %} {% extends "base" %}{% endif %}
{% for item in ("a","b","c") %}
{% set int = loop.index %}
{% block a scoped %}
{{ int }} : {{ item }}
{% endblock %}
{% endfor %}
Issue Details
Readme points to docs at https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-service-endpoints, which show how to create firewall rules by creating a "Microsoft.ServiceBus/namespaces/networkruleset" resource. However the template
Hello!
I was reading this post: SwiftGen/SwiftGen#228
Seems like one of the user was able to generate .imagestack from the Asset.assets. However when I tried it was only able to generate .imageset files.
Maybe I am missing something? My script is the same as the example one on Github for Assets.
Or is this not supported anymore?
Thanks!
I've been using Sourcery to generate documentation automatically for GitHub wiki (i.e. generate markdown files based on types & annotations), as it's pretty user friendly on there (as in "easy to read") and also very easy to do in templates thanks to Sourcery's capability to generate files on the fly.
However, using annotations is not very "coder-friendly" though, as it gets hard to maintain be
It will be informative if the default directory structure with file types and look up and processing order is added to the documentation.
Assemble's highly modular nature makes it difficult to discover methods that are added via mixins or inheritance. For example, .use and .define are provided by Base and implicitely added through Templates.
It would be a huge help to have some basic, generated JSDocs that incorporate all of the default packages. JSDoc provides the @mixinand [`@mix
Thanks for the easy-to-follow tutorial!
A few minor discrepancies between the tutorial and actual response for update (totally not urgent, these did not prevent any functionality -- just wanted to help keep things current):
On http://yeoman.io/codelab/scaffold-app.html
the following options in the CLI are missing from the tutorial page:
"Which Continuous Integration platform do you want? (Pre
-
Updated
Mar 2, 2020 - JavaScript
Problem
https://github.com/blockstack/blockstack/blob/master/engineering/README.md
This document is far too large and contains manual steps (error-prone, must be remembered).
The process should be "build-in" to tools. As an example, the github-issue-tracker is not capable to model a more complex workflow.
If you favor "Sprints", use a tool where you can file the sprints.
If you f
Document Translation
What is the PR? please refer to ant design pro.
Contributing:
- Fork ant-design-landing and
git clone. - Create a branch starting at
masterand name it astranslation-[xxx] npm install && npm start.- Find Markdown files and the
docs/*.mdanddocs/*/*.mduse d
-
Updated
Mar 4, 2020
Spring v3 functions look great! However it looks like current (non v3) versions of Helm are pinned to Sprig v2. Some kind of note that the documentation is for v3 and not v2 would be useful. Having v2 documentation also available online would be nice, too. And I would also recommend a practice of having "introduced in version" notes on new functions going forward, or perhaps an outlink to a Ch
The link to Django version compatibility 1.7 in the README's Development status section is broken, it looks like this version is not supported anymore: https://docs.djangoproject.com/en/1.7/ref/templates/builtins/
I suggest to either include a reference of actually implemented filters in your project's documentation, or ensure support for Django 1.8 or higher so you can link to their document
Expected Behavior
When visiting the Shards UI demo page, using the left and right tooltip/popover examples places the info on the opposite of the expected side of the element.
Using data-placement="left" should place elements on the left. Similarly data-placement="right" should place elements on the right.
Current Behavior
Example screenshots:
