Skip to content
#

boilerplate

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

langpavel
langpavel commented Oct 24, 2017

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

joaovbibiano
joaovbibiano commented Apr 18, 2020

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
markerikson
markerikson commented Nov 18, 2019

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

droserasprout
droserasprout commented Oct 24, 2019

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
ChristofferSkog21st
ChristofferSkog21st commented Mar 9, 2019

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?

mininternet
mininternet commented Feb 9, 2018

@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!

joshuaquek
joshuaquek commented Feb 13, 2018

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)

Improve this page

Add a description, image, and links to the boilerplate 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 boilerplate topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.