scaffold
Here are 651 public repositories matching this topic...
Do you want to request a feature or report a bug?
What is the current behavior?
The readme file does not have the file system describing the locations o
We document how to release a new version of Bitters in RELEASING.md.
There are a couple of items missing:
- After a release is published, it should be added as a release to Hub (this link is private to the thoughtbot team)
- Releases captured in Hub are sent out in our [weekly new
-
Updated
Jan 8, 2020 - JavaScript
-
Updated
Jul 7, 2020 - JavaScript
-
Updated
Feb 18, 2020 - JavaScript
[docs] Using the phrase "The Drupal CLI" is misleading
Problem/Motivation
The language "The Drupal CLI" is misleading. It implies that this it the only Drupal CLI, or is in some ways more official than other Drupal command line tools. This is present in the repo configuration and the readme, possibly in other places too.
Details to include:
- Why are we doing this? Above all, a
-
Updated
Mar 25, 2019 - PHP
-
Updated
Jun 8, 2020 - JavaScript
-
Updated
Jun 7, 2020 - PHP
-
Updated
Dec 25, 2017 - JavaScript
-
Updated
Jul 9, 2020 - TypeScript
-
Updated
Jun 28, 2020 - JavaScript
I imagine the new description in the generated project to look like this:
synopsis: User description
description: User description
See [README.md](https://github.com/user/repo#repo) for more details.It could benefit in several ways:
- No Hackage warning about
descriptionfields should be longer thatsynopsis. - Link to the e
Move to cabal-3.0
-
Updated
Jun 18, 2020 - TypeScript
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
May 26, 2017 - Kotlin
Or rather some more notes about how to make Koa/Nuxt collaborate outside of using an HTTP axios request.
I see we can use ctx.session and use have it passed back when we do this.$axios from a page asyncData/fetch method.
But mostly this is about hinting and/or leaving notes to show how one thing is done (or called) in this stack
- "Flash" messages... to client side from a Koa route
- Ho
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/packWe should start adding simple generate questions to stackoverflow that we can answer, to provide users with a way to find searchable help and feedback.
SO actively encourages simple, high quality code questions like this. It would be great if someone could just start asking basic questions for @doowb and I to answer. feel free to link them here if an
-
Updated
Jun 29, 2020 - C++
As titled.
This might be helpful. Two persons already asked for supporting React and Preact.
We know that we have to add a dependency, a babel plugin (or preset) for JSX, configure ESLint etc … but it isn’t a no brainer at all.
Attached you find a patch for setting a minimal preact example.
I would like to propose using GitHubs
Improve this page
Add a description, image, and links to the scaffold topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the scaffold topic, visit your repo's landing page and select "manage topics."
Assemble's highly modular nature makes it difficult to discover methods that are added via mixins or inheritance. For example,
.useand.defineare provided byBaseand implicitely added throughTemplates.It would be a huge help to have some basic, generated JSDocs that incorporate all of the default packages. JSDoc provides the
@mixinand [`@mix