Skip to content
#

lyft

Here are 132 public repositories matching this topic...

ldiqual
ldiqual commented May 10, 2017

The following code:

cropView
  .extensions()
  .using(GlideBitmapLoader.createUsing(cropView))
  .load(uri)

won't work if cropView is not yet laid out – even with #16 in – because GlideBitmapLoader.createUsing directly extracts cropView.getHeight() and cropView.getWidth(): https://github.com/lyft/scissors/blob/master/scissors/src/main/java/com/lyft/android/scissors/Glide

flyte
kumare3
kumare3 commented Feb 13, 2020

As a user of Flyte and a system administrator, it should be easy to identify the versions of various components.

Proposal:
in the console, show Flyte console version and Admin service version
in FlyteCLI, show FlyteCLI version and admin service version
In flyte propeller show Flytepropeller version.

Eventually, we should be able to show `Flyte Platform version as well, which contains the

pyaf
pyaf commented Sep 21, 2019

Hey,

We have three levels of box visibility:

    """Enumerates the various level of box visibility in an image."""

    ALL = 0  # Requires all corners are inside the image.
    ANY = 1  # Requires at least one corner visible in the image.
    NONE = 2  # Requires no corners to be inside, i.e. box can be fully outside the image.

Notice how the description of ANY says "at lea

Improve this page

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

Learn more

You can’t perform that action at this time.