-
Updated
May 9, 2020 - Objective-C
title
Here are 106 public repositories matching this topic...
Assuming the following routes:
const routes = {
'/docs': () =>
<h1>My Docs</h1>
,
}If the user visits /docs/ in their browser, the route does not match.
As a workaround I have to do useRedirect('/docs/', '/docs')
-
Updated
Mar 30, 2020 - JavaScript
The dummy application.hbs references currentRouteName. This has been deprecated. We should fix this to avoid the console noise as demonstrated below:
https://travis-ci.org/adopted-ember-addons
-
Updated
Mar 31, 2020 - JavaScript
Add a download link.
On the abstract pages, add a link under the PDF to download the paper with the title as the filename:
<a href="..." download="<title>">Download</a>The browser will take care of converting / and \ to underscores.
-
Updated
Feb 22, 2020 - JavaScript
-
Updated
Jan 25, 2019 - JavaScript
-
Updated
Mar 2, 2020 - JavaScript
-
Updated
Apr 20, 2020 - JavaScript
-
Updated
Apr 9, 2019 - Vim script
-
Updated
Oct 1, 2018 - JavaScript
Could you add an option to show the package for the current file instead?
Original issue reported on code.google.com by jarlathr...@gmail.com on 21 Mar 2014 at 1:03
-
Updated
Oct 15, 2019 - JavaScript
-
Updated
Jul 26, 2018 - PHP
-
Updated
Apr 6, 2020 - JavaScript
Improve this page
Add a description, image, and links to the title topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the title topic, visit your repo's landing page and select "manage topics."
Feature description
Would be useful to describe the step by step to build it. It is useful to avoid mistakes
For example:
Because we need to add curl as dependency.
Because we need to clone submodules.
Also, need to link to
Plutoniumreposi