-
Updated
Mar 5, 2020 - Go
lyft
Here are 132 public repositories matching this topic...
An annoying inconsistency between the client config and the server config is that the client requires specifying an ARN or a key alias, where the key alias's form is alias/key_name. The server requires a key alias, but in form key_name. I didn't check if ARNs are supported.
By raising the following exception java.lang.NullPointerException: Attempt to invoke virtual method 'void android.view.View.setAlpha(float)' on a null object reference from this method.
I completely agree it is an expected behavior (because there
Currently burried in a Slack thread
Please hAlp it out from there and into the developers guide/owners manual.
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
-
Updated
May 14, 2020 - Kotlin
We duplicate all the iam routes between mock.py and proxy.py, which is a maintenance burden, since they're implemented identically. Let's refactor this into its own iam.py module.
We added an iOS-specific binary size analysis to our documentation in lyft/envoy-mobile#743, and should do the same for Android.
We should add a comparison between aws-vpc-cni-k8s vs lyft cni, so users get familiar with lyft's advantages over AWS CNI
Good day.
We use Flink Prometheus metric reporter (https://ci.apache.org/projects/flink/flink-docs-release-1.9/monitoring/metrics.html#prometheus-orgapacheflinkmetricsprometheusprometheusreporter) in conjunction with Prometheus Operator ServiceMonitor (https://github.com/coreos/prometheus-operator/blob/master/Documentation/user-guides/getting-started.md#related-resources) to collect Flink clus
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
-
Updated
Jul 23, 2019 - Java
I am unsure how to test a protoc plugin that I've written with this library (awesome work btw!).
It would be great if the example folder had a _test.go file to show how one can test their plugin by providing a .proto file. The docs mention using the debug plugin to create a .bin file but I'm still unsure on h
I have periodically run clang-tidy manually, but this should be more automated. At least, the set of which tidy checks we want to use should be captured in a config file.
-
Updated
Sep 1, 2017 - TypeScript
-
Updated
Nov 1, 2019 - Python
Hi there!
Thanks for your work, the demo looks great!
I was wondering if you could add some basic documentation to the code and some words in your readme.
I would be interested in using this to generate color schemas for charts in Britecharts. It could make for a nice demo to apply your algorithm to a chart.
Thanks again!
Great library, thank you.
While the Usage section is helpful, it would be good to provide complete documentation for the API.
-
Updated
May 30, 2020 - Python
Improve this page
Add a description, image, and links to the lyft topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lyft topic, visit your repo's landing page and select "manage topics."
The following code:
won't work if
cropViewis not yet laid out – even with #16 in – becauseGlideBitmapLoader.createUsingdirectly extractscropView.getHeight()andcropView.getWidth(): https://github.com/lyft/scissors/blob/master/scissors/src/main/java/com/lyft/android/scissors/Glide