Skip to content
#

generator

Here are 7,036 public repositories matching this topic...

jvgeee
jvgeee commented Dec 14, 2021

I may be reading it completely wrong, but the current way the Screen component decides whether to use a scrollview or not is to check isNonScrolling(preset)

The code:

export function isNonScrolling(preset?: ScreenPresets) {
  // any of these things will make you scroll
  return !preset || !presets[preset] || preset === "fixed"
}

The comment "Any of these things will make yo

bug discussion good first issue
github-profile-readme-generator
typedoc
ejuda
ejuda commented Feb 24, 2022

Search Terms

abstract, class, constructor

Problems

Consider the following class:

export abstract class SomeClass {
    abstract abstractProp: boolean;
    abstract abstractMethod(): void;
}
  1. While TypeDoc does indicate which methods and properties are abstract:

    ![image](https://user-images.githubusercontent.com/26031740/155533024-623ec2d1-58d7-4b29-99b

enhancement help wanted good first issue

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 Feb 20, 2022
  • 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 Sep 26, 2021
  • Objective-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