Skip to content
#

flow

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

prettier
JStyle21
JStyle21 commented Apr 20, 2020

Hi,

I'm looking for something like .prettierignore but on a global level, i don't want to copy that file to every new directory i make just to ignore 1 file extension which isn't supported anyway.

AFAIK this isn't supported right?

BTW the extension in this case is EJS which prettier thinks is JS and some other stuff so the best way really is to ignore .ejs as a whole.

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 jest@23.5.0 redux-saga@0.16.1 lodash@4.17.5 --cacheDir /tmp/.cache/.flow-typed
• Searching for 3 libdefs...
• flow-typed cache not found, fetc

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

hunchback
hunchback commented Nov 5, 2019

Getting the following:

[vagrant@dev skydive-flow-exporter]$ git reset --hard
HEAD is now at 010da02 Added Dockerfile
[vagrant@dev skydive-flow-exporter]$
[vagrant@dev skydive-flow-exporter]$
[vagrant@dev skydive-flow-exporter]$
[vagrant@dev skydive-flow-exporter]$ go get github.com/skydive-project/skydive@89c8761ed4984f2f4ca80b356b12ad97a2c06915
go: finding k8s.io/cli-runtime v0.0.0
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 Apr 17, 2020
  • Kotlin
glasserc
glasserc commented Feb 1, 2019

Flow 0.84 added support for wildcard types (_) in generics. These trigger no-undef errors in "stock" eslint, but because they do not represent actual type names, they never should. It's possible to disable them using "flowtype/define-flow-type": "warn", but this also disables errors for actual types that aren't defined.

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.