yeoman-generator
Here are 655 public repositories matching this topic...
- I understand that GitHub issues are not for tech support, but for questions specific to this generator, bug reports, and feature requests.
| Item | Version |
|---|---|
| generator-angular-fullstack | 5.0.0-beta.3 |
| Node | v8.9.3 |
| npm | 5.6.0 |
| Operating System | Ubuntu 16.04 |
| Item | Answer |
|---|---|
| Transpiler | TypeScript |
| Markup | HTML |
| CSS | SCSS |
| Router | ui-router |
| Client Test |
It looks like sendgrid is currently only used to reset user passwords. If that is the case it would be nice to have it also used to send a confirmation email upon user registration, so that it can be properly validated.
I suppose this would require the use of a unique email validation token.
-
Updated
May 26, 2020 - JavaScript
-
Updated
Oct 25, 2019 - JavaScript
- Explain setup and workflows with travis, tests, demo project, release, slack-channel, coveralls, david-dm, npm badges, tags ...
- Explain, review docs.
-
Updated
Dec 25, 2017 - JavaScript
-
Updated
May 16, 2020 - JavaScript
Linux not supported
I followed Microsoft docs on creating OneNote add-in.
Article URL: https://docs.microsoft.com/en-us/office/dev/add-ins/quickstarts/onenote-quickstart
I get an error when I run this command.
npm run start:webError message:
Debugging is being started...
App type: web
Unable to start the dev server. Error: Platform not supported: linux
Debugging started.
I thought you su
-
Updated
Mar 14, 2020 - JavaScript
Hi,
I experienced something very strange with model names like coach and person.
Their pluralized forms are coaches and people (try it there) so I tried to create ressources by posting to ``v1/coachesorv1/people` which give me the following response :
{
"code": "OK",
"message": "Operation is successfully executed",
"data": {}
}-
Updated
Oct 8, 2019 - JavaScript
having racket generate a example app increases the setup time dramatically.
why not just generate the bare minimum?
- the index route
- the App and NotFound container
- the html header component
Overview of the issue
Convert usage of Java's Optional to the Kotlin built-in null safety features.
Motivation for or Use Case
As the bulk of the Java code is now migrated to Kotlin we can start fully migrating to Kotlin using more of its built-in features. This might seem as it should have been done already but it was intentionally left out to ease the process of migration(#85) and m
-
Updated
May 16, 2020 - TypeScript
-
Updated
May 25, 2020 - JavaScript
diff --git a/.babelrc b/.babelrc
index cb80719..8402d34 100644
--- a/.babelrc
+++ b/.babelrc
@@ -8,5 +8,8 @@
"debug": false
}]
],
- "ignore": ["node_modules"]
+ "ignore": ["node_modules"],
+ "plugins": [
+ ["transform-runtime", {"polyfill": false}]
+ ]
}diff --git a/package.json b/package.json
index 33469fd..646f41d 100644
--- a/packAdd an option for a front-page.twig template in page.php.
Code is very similar to what we have in index.php
<?php
global $post;
$context = \Timber\Timber::get_context();
$templates = [ 'page-' . $post->post_name . '.twig', 'page.twig' ];
if ( is_front_page() ) {
array_unshift( $templates, 'front-page.twig' );
}
Timber::render( $templates, $context );When a user would like to use yarn, it needs to be installed, even when --skip-install option is used.
I think this check could be moved to the actual install phase, simply throwing a warning like "Yarn is not installed, skipping install. Please install yarn on your machine." is enough.
What do you think, @HaNdTriX ?
Teams now supports v1.2 of Adaptive Cards.
The generated messaging extension should be updated to use the 1.2 schema
-
Updated
May 19, 2020 - JavaScript
-
Updated
May 18, 2020 - JavaScript
I was reading this excellent guide on sharing your WAB widgets and I was thinking that we could help automate some of those tasks, including scaffolding a reasonable README, to include:
- project name (from package.json)
- description: "A collection of Web AppBuilider custom widgets for..."
- instructions on:
- how to use
-
Updated
Apr 7, 2017 - JavaScript
-
Updated
Mar 13, 2020 - JavaScript
Having a working local project when you want to upgrade/fix the generator and/or the starter requires a series of commands.
A doc will help people to contribute to this project.
I will write it next week
General Information
- [X ] Usage
- Development
- Documentation
- Feature Request
Specific generator
- [X ] Addons
- HandlebarsJS
What Version you are running?
- NodeJS: 8.11.1
- NPM: 6.4.1
- @pnp/spfx: 1.6.3
Describe your problem
- Create a new ApplicationCustomizer Extension project using VueJS
- Add PlaceHolderContent dependencies as desc
Improve this page
Add a description, image, and links to the yeoman-generator topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the yeoman-generator topic, visit your repo's landing page and select "manage topics."