The Wayback Machine - https://web.archive.org/web/20200924083107/https://github.com/topics/library
Skip to content
#

Library

A library is a collection of preprogrammed templates that implement a behavior when invoked. Libraries are well-defined and are designed for reuse throughout implementation. For example, a website may have multiple webpages that implement the same navigation bar or text-field, but none of these objects have relation to one another.

Here are 14,687 public repositories matching this topic...

bvaughn
bvaughn commented Jul 15, 2020

PR #19108 caused some Suspense-related DevTools regressions (more info available on #19368) which we did not catch because of the fact that DevTools tests are only run against the version of React in master.

We should follow the precedent of the regression fixtures tests and have CI run DevTools tests against multiple

storybook
cesarsl
cesarsl commented Sep 21, 2020

Describe the bug
When using the characters with diacritics (' " ` ´ ^ ¸ ~), Storybook inserts white space characters between them and the ones before and after.

To Reproduce
Steps to reproduce the behavior:

  1. Create a story and define its <Meta title="" /> with a word and some diacritic character attached to it. Example: São
  2. Start Storybook
  3. Go to the story
  4. Ho
RobertoOrtis
RobertoOrtis commented Sep 1, 2020

Hello,

I managed to implement bloc together with graphql inside my app by following the Jobs example. However, I have no idea how I could have graphql subscriptions and BLoC working together. It would be great if you could extend your jobs example to include subscriptions.

I am using:

  • graphql_flutter: ^4.0.0-alpha.3
  • bloc: ^6.0.2
  • flutter_bloc: ^6.0.2
Wikipedia
Wikipedia
You can’t perform that action at this time.