Skip to content
#

template

Here are 8,193 public repositories matching this topic...

svelte
pushkine
pushkine commented Mar 6, 2020

The compiler reorganizes the order at which lines are run such that reactive statements are only run at the end, that already by itself creates unexpected output such as :

let value = "hi"
$: value = "hello";
console.log(value) // prints "hi"

but then, when you'd expect reactive statements to at least keep the right order between themselves, this happens:

l
composerinteralia
composerinteralia commented Feb 7, 2020

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:

  1. The method wasn't defined in the suspenders generator I was looking at, so walked up the inheritance chain to Suspenders::Generators::Base
  2. Not define
mkdocs-material
majkinetor
majkinetor commented Dec 25, 2019

Description

I would like to be able to click on "Table of contents" item to return to the top of the page. Currently this is not possible.

Use Cases

This can be used on every page.

Details

Typical markdown page looks like this:

# Title

Intro text

## Subsection 1
....
## Subsection 2
...

This produces TOC like this:

Table of contest:

  • Subsec
neooblaster
neooblaster commented Nov 28, 2018

Hi all,

I was wonder if it exist a full documentation, for markdown-pdf CLI with all options ?

I'm trying to set Headers and Footers using markdown-pdf dev.md --runnings-path running.js and nothing happens with my running.js file. I made mistakes in my script file to trigger an error, but nothing goes wrong.

I only found 2 issues on GitHub, but I don't find any documentation regarding

tomatobybike
tomatobybike commented Feb 16, 2020

WARNING: You are currently running a version of TypeScript which is not officially supported by typescript-estree.

You may find that it works just fine, or you may not.

SUPPORTED TYPESCRIPT VERSIONS: >=3.2.1 <3.6.0

YOUR TYPESCRIPT VERSION: 3.7.5

Please only submit bug reports when using the officially supported version

可是pack

macgyver
macgyver commented Sep 24, 2018

Maybe the API has existed for too long to change this now, but I found it confusing that the encodeURI helper calls encodeURIComponent, the naming of the helper maps very neatly to the javascript functions that are so familiar to us, but the functionality differs.

Would it not more accurately reflect its function if the helper were renamed to encodeURIComponent?

mrlacey
mrlacey commented Oct 27, 2019
  • 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
samv
samv commented Oct 9, 2019

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

Improve this page

Add a description, image, and links to the template topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the template topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.