boilerplate
Here are 8,033 public repositories matching this topic...
🧐 问题描述
[问题]如何修改区块获取的资源路径,想使用公司自己的github?哪里有相关介绍吗?
目前指向:https://gitee.com/ant-design/ant-design-blocks/
🚑 其他信息
文档缺少可操作性
Too wide (and falsy) segregation of GraphQL Types and Resolvers
The first example of this is new ObjectType in src/data/queries/index.js importing fields.
Fields should be taken in context of parent type, not as standalone information.
This can ensure some users that custom types cannot have own field resolvers which is false.
In fact, much of fields which can have own resolvers
Hey there! Ignite CLI seems to be having a problem, eh?
Welllllll, it just might be. First, search the issues to make sure it's not already
here, and if not head over to http://community.infinite.red to
get some help. If you've identified that it's really an Ignite CLI issue, then:
- Explain what's going on and preferably how to replicate the issue (bonus points for a repro app)
- Run
-
Updated
Feb 17, 2020 - Objective-C
Hi, I'm a Redux maintainer. I'd like to offer a couple suggestions.
Is your feature request related to a problem? Please describe.
The current Redux example implementation shows use of reducers with "hand-written" immutable update logic, and has a somewhat complex store configuration. In addition, the project currently uses a "folder-by-type" folder structure.
**Describe the solutio
This stackoverflow post outlines a different method of using namedParameters than the readme and seems to be correct. Readme could be updated to match.
https://stackoverflow.com/questions/6212219/passing-parameters-to-a-bash-function
-
Updated
Jun 4, 2020 - Java
-
Updated
Jun 22, 2020 - Kotlin
I am getting Unexpected keyword argument mypy errors for my slightly modified attrs' dataclasses on latest attrs 19.3.0 and mypy 0.740. It took me some time lurking docs and github issues to realize there's no plugin I forgot to add, just mypy fails to recognize attr.s after I've wrapped it like this:
def dataclass(cls):
cls = attr.s(kw_only=True, auto_attribs=True)(cls)
cls.__at
-
Updated
Jul 2, 2020 - TypeScript
-
Updated
Jun 29, 2020 - JavaScript
When you open page UI Elements -> Cards i see TABS are not showing content until you click on other and back on first, same for pills.
Possible fix : ( worked for me )
<script type="text/javascript"> $(document).ready(function(){ $('.nav-item').tab('show'); $('.nav-tabs li a:first').trigger('click'); }); </script>
The features section in the docs states that nodemon is available in the project, when it's clearly not. It's not added as a dependency or as a command in the project. Maybe remove this from the docs or actually add nodemon?
-
Updated
Apr 30, 2020 - JavaScript
@diegohaz - i noticed a couple of minor spelling errors on the main site:
Basic stack
It includes everything necessary to build a tipical web app with focus on productivity and developer experience.
Learn more about the recomended workflow
Should be typical, and recommended.
Just an FYI.
Thanks!
Sorry if this is off-topic, but I love the structure of express-es6-rest-api and I'm struggling to use it with Mongoose. If anyone can point me to an example, that'd be great.
I saw the restful-mongoose link in the README, but that's a bit too automagic to me, I need more control.
Adding links to guides like Node best practices or from RisingStack blog to README seems like a good way to recommend what works well with the app architecture.
-
Updated
Jun 30, 2020 - Python
-
Updated
Mar 24, 2017 - JavaScript
-
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.
-
Updated
Jul 31, 2018 - JavaScript
It would be really cool to have a section below in the readme to showcase projects built with RAN, or at least maybe somewhere where people can add links to their projects that they've built with this framework! (SUGGESTION)
-
Updated
Jun 3, 2020 - JavaScript
Improve this page
Add a description, image, and links to the boilerplate topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the boilerplate topic, visit your repo's landing page and select "manage topics."


We have some documentation about using IBM Watson: https://github.com/sahat/hackathon-starter#ibm-watson
It would be great if we have one or more working API examples using Watson or ML/AI APIs that are provided by other companies such as Microsoft or AWS.