Skip to content
#

generator

Here are 4,781 public repositories matching this topic...

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
typedoc
mootari
mootari commented Dec 28, 2017

Assemble's highly modular nature makes it difficult to discover methods that are added via mixins or inheritance. For example, .use and .define are provided by Base and implicitely added through Templates.

It would be a huge help to have some basic, generated JSDocs that incorporate all of the default packages. JSDoc provides the @mixinand [`@mix

coobjc provides coroutine support for Objective-C and Swift. We added await method、generator and actor model like C#、Javascript and Kotlin. For convenience, we added coroutine categories for some Foundation and UIKit API in cokit framework like NSFileManager, JSON, NSData, UIImage etc. We also add tuple support in coobjc.

  • Updated May 29, 2020
  • Objective-C
wecarrasco
wecarrasco commented Oct 28, 2019

Hello! I'm in love with this project, but I request two things:

First: In the example of plopfile.js, on lines 110 to 120 where you are using the action Modify, you use the patterns for APPEND HERE and PREPEND HERE, but there is no documentation of how it differ if it needs to append or prepend.

Second: It could be nice to have an option on append action to add

ShawnTe
ShawnTe commented Sep 29, 2016

Thanks for the easy-to-follow tutorial!

A few minor discrepancies between the tutorial and actual response for update (totally not urgent, these did not prevent any functionality -- just wanted to help keep things current):

On http://yeoman.io/codelab/scaffold-app.html
the following options in the CLI are missing from the tutorial page:

"Which Continuous Integration platform do you want? (Pre

dplaton
dplaton commented Mar 20, 2019

Steps to reproduce:

  1. Create a new React app using create-react-app, i.e. npm create react-app casual-test
  2. Run yarn add casual
  3. Update the default App.js component like this
  4. Run yarn start

The browser opens automatically and shows an error page saying TypeError: exists is not a function, pointing to [thi

CaptainCannabis
CaptainCannabis commented May 4, 2020
  • I'm submitting a ...

    • bug report
    • feature request
    • support request
  • What is the current behavior?

At the moment it ist possible to use the selectOption "customLabel" for setting a function which can generate custom strings by using the options properties.

  • What is the motivation / use case for changing the behavior?

I would like to see an option

chseip
chseip commented Dec 18, 2017

Is it possible to specify the directories in the config file?
This means, instead of this:
vendor/bin/apigen generate src tests --destination docs
For example to it this way:

parameters:
    visibilityLevels: [public, protected] # array
    annotationGroups: [todo, deprecated] # array
    title: "ApiGen Docs" # string
    baseUrl: "http://apigen.org/api" # string
    overwrite: fal
PatrikValkovic
PatrikValkovic commented Feb 28, 2020

The Khronos reference page contains description of parameters and description of the behavior for every function. Wouldn't it be possible to add doc comments for the functions, so IDE can show it? I understand the function description is a bit cumbersome, as one description is usually related to multiple functions with similar functionality, however parameters description would help a lot.
I am c

Improve this page

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

Learn more

You can’t perform that action at this time.