Skip to content
#

generator

Here are 5,012 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
lukasluecke
lukasluecke commented Jul 8, 2020

Describe the bug
Some of the countries that are available for selection seem to be missing flag images (we have 198). This results in broken img elements.

To Reproduce
Select "American Samoa" (AS) or "Åland Islands" (AX).

(OPTIONAL) Additional context
Either add missing flags, or to also future proof it add either a fallback or hide the flag img element if it fails to

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.