Skip to content
#

generator

Here are 5,177 public repositories matching this topic...

typedoc

Get the rocks out of your socks! Assemble makes you fast at web development! Used by thousands of projects for rapid prototyping, themes, scaffolds, boilerplates, e-books, UI components, API documentation, blogs, building websites/static site generator, an alternative to Jekyll for gh-pages and more! Gulp- and grunt-friendly.

  • Updated Jun 16, 2019
  • CSS

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
Valentin-CosaVostra
Valentin-CosaVostra commented Sep 21, 2020

Short description of what this feature will allow to do:
When bundle asked for directory to generate controller, why not to create the sub folders if not exist, instead of threw exception?

Example of how to use this feature
This is just one kind of example of integration:

Which directory do you want to generate "DashboardController" in? [src/Controller/Admin/]:
> 

The "src/C
github-profile-readme-generator
rahuldkjain
rahuldkjain commented Oct 23, 2020

Description
Add a unit test case for the addons component

Describe the solution you'd like
You can get an idea from the test case written for the title component.

import React from "react"
import renderer from "react-test-renderer"

import Title from "../title"

describe("Title", () => {
  it("renders correctly", () => {
    const tree = renderer
      .create(<Tit
networkimprov
networkimprov commented Mar 20, 2018

Bug Report

The following field (without a validator) cannot be updated via the model. No errors or warnings are logged:

{ "label":"ANR",
  "model":"or.anr",
  "type":"checklist",
  "listBox":true,
  "values": [
      {"name":"a", "value":[1,2]},
      {"name":"b", "value":[2,2]}
   ] }

model.or.anr = [[1,2]]; // fails to check "a"

If you would like a jsfiddle demo, let

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.