template
Here are 9,462 public repositories matching this topic...
-
Updated
Jul 10, 2020 - TypeScript
Rails generators can be a bit of a mystery for folks unfamiliar with them. While trying to explain to somebody where some of the file manipulation methods come from it took me way too many steps to find the documentation I was hoping for:
- The method wasn't defined in the suspenders generator I was looking at, so walked up the inheritance chain to
Suspenders::Generators::Base - Not define
-
Updated
Nov 13, 2018 - Python
-
Updated
Jun 15, 2020 - CSS
-
Updated
Jul 7, 2020 - CSS
-
Updated
Jul 10, 2020 - TypeScript
-
Updated
Jun 30, 2020 - JavaScript
Configuring a custome dashboard, those properties don't work
self.children.append(modules.RecentActions(
_('Recent Actions'),
10,
draggable=False,
deletable=False,
collapsible=False,
column=0,
order=0
))
self.children.append(modules.LinkList(
_('Support'),
child
-
Updated
Jun 27, 2020 - HTML
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
Jun 14, 2020 - Vue
-
Updated
Jul 9, 2020 - C#
Which project template is the issue about?
API
...
Which version of the project template is the issue about?
...
Which version of Visual Studio or the dotnet SDK were you using?
2.2.203
...
If you call the API with a client and you set Accept to application/json it is completely ignored and you will ALWAYS get application/vnd.restful+json back.
Is this desired?
-
I'm submitting a ...
[x] feature request -
Summary
tslint has a language service plugin so that tslint runs within the language service and shows linter failures in your editor as red squiggly underlines, the same as type errors.
https://www.npmjs.com/package/tslint-language-service
I'll make a PR at some point; just logging here for the time being.
As per the documentation in this link, providing user object in unlayer's init method should enable 'User Saved Blocks` feature.
However, when providing user's object via options props like below, it should pass the user's object to init method.
<EmailEditor
ref={editor => (this.editor = editor)}
options = {
user: { id:
It took me ages to work out how to get JSON to work on the command line. A quick example in the documentation would be useful. Example:
markdown-pdf --remarkable-options '{"preset":"full"}' myfile.md
-
Updated
Apr 3, 2020
-
Updated
Jun 4, 2020 - Go
Documentation error
Noticed an error in the documentation
{{ellipsis "foo bar baz", 7}}
has an comma which should not be there and breaks the helper, should be
{{ellipsis "foo bar baz" 7}}
I happened to see that sprig defines a function called hello while browsing the code.
While this is obviously an important function (added in the very first commit to the repo) it doesn't seem to
-
Updated
Jun 29, 2020 - HTML
- Improve documentation on how to author templates.
- Add documentation on the packaging and distributing of WinTS compatible templates. This must also include differences from how dotnet-new works with template sources.
- Improve tools to help with testing and validating any created templates. Existing tests and tools are a start but these may need updating and revising to make them
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
Improve this page
Add a description, image, and links to the template topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the template topic, visit your repo's landing page and select "manage topics."


Describe the bug
The content of the the svelte file is a large HTML chunk, withouy any script logics or styling being involved. Max stack size exceeded error while compiling.
To Reproduce
https://svelte.dev/repl/a9dfcc17551c4aeb95e8fe748a97061d?version=3.20.1
Expected behavior
Compiling should not break
Information about your Svelte project:
Svelte 3.20.1, Rollup, Wind