Skip to content
#

flow

Here are 1,279 public repositories matching this topic...

prettier
lydell
lydell commented Mar 22, 2020

Now that Prettier 2.0 has been released with its improved CLI, I think we should add a section do the docs showing a recommended example setup.

  1. Recommend using an editor extension that lets you run Prettier from your editor. Link to popular extensions. Maybe add some tips on how to configure for example prettier-vscode.
  2. Recommend adding an empty ({}) .prettierrc.json to signify to edit
indrgun
indrgun commented Dec 14, 2019

Do you want to request a feature or report a bug?
A bug
What is the current behavior?
Within container, It wants to look for cache in home directory though --cacheDir is given.

warning package.json: No license field
$ flow-typed install [email protected] [email protected] [email protected] --cacheDir /tmp/.cache/.flow-typed
• Searching for 3 libdefs...
• flow-typed cache not found, fetc

simonbasle
simonbasle commented Apr 24, 2020

Motivation

Some IDEs like IntelliJ don't display the javadoc custom tags at all in their javadoc popup.

As a consequence, discovering information about the discard and continue support might be difficult.

Searching the HTML version or the source to look for information about support might still be acceptable, but the tags should not be the only places where eg. a caveat or structuring im

erlendp
erlendp commented Mar 13, 2020

It was not immediately obvious to me how I should reference types generated by codegen throughout my application.

When creating multiple queries that access different fields on a schema type, this can cause issues for fields required on the schema type, but missing in the query.

The documentation loosely shows how to destructure a query result to use the inner objects, rather than using the

LukeStaszewski
LukeStaszewski commented Mar 30, 2020

Hello!

I'd love to start contributing to this project but unfortunately I can't even seem to get it installed :(

I think maybe the best way I can start helping out is by improving the documentation! I would love to add in some extra info and different problems people might encounter.

I will post issues here so they can be answered individually, but I was wondering if it would be possible

Foodium

🍲Foodium is a sample food blog Android application 📱 built to demonstrate use of Modern Android development tools - (Kotlin, Coroutines, Flow, Dagger 2, Architecture Components, MVVM, Room, Retrofit, Moshi, Material Components).

  • Updated Jun 6, 2020
  • Kotlin
shall-git
shall-git commented Nov 15, 2018
const {links, history} = this.props

Expected: No error.

Actual: ESlint: missing variable type annotation. (flowtype-/require-variable-type)

Maybe I'm missing something, but I can't figure out a valid configuration for this case

"flowtype/require-variable-type": [
  2,
  {
    "excludeVariableMatch": "^map", // mapStateToProps & mapDispatchT
pcarruscag
pcarruscag commented Aug 23, 2019

We have quite a few common booleans we use in many places of the code.
Some of them are very simple, like checking for compressible vs incompressible, or for FSI.
But when we want to express something more complicated like is it SA or SST, is the mesh moving or deforming, is this FEM or FVM or FEA, and so on, things are not so simple anymore and we end up with long conditionals repeated in many

milesj
milesj commented Dec 30, 2019

@page has special rules here: https://developer.mozilla.org/en-US/docs/Web/CSS/@page

This is similar to @viewport which already has a custom type Viewport.

export interface Viewport<TLength = string | 0> {
  msHeight?: ViewportHeightProperty<TLength>;
  msMaxHeight?: ViewportMaxHeightProperty<TLength>;
  msMaxWidth?: ViewportMaxWidthProperty<TLength>;
  msMaxZoom?: ViewportMax

Improve this page

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

Learn more

You can’t perform that action at this time.