Alec Merdler

Results 10 issues of Alec Merdler

## What does this PR do? Implements 'lightning stop app {id}'. This enables stopping a Lightning app running in the cloud without using the UI. #### Usage 1. Run any...

app

In order to add Cypress component testing to a project, I need access to the `webpack.config.js` file. There is effectively no way to "eject" a React app generated using `nwb`...

It would be very useful to be able to specify [owner references](https://kubernetes.io/docs/concepts/workloads/controllers/garbage-collection/#owners-and-dependents) on created Kubernetes resources to enable garbage collection. Something like: ```yaml - name: create deployment k8s_apps_v1beta1_deployment: name: my-test...

### Description If an `ImageManifestVuln` is created by a user with the noop label, don't garbage collect it. Fixes [this test issue](https://github.com/operator-framework/community-operators/pull/1009#issuecomment-566751004) with `operator-scorecard`

needs-rebase

Thanks for creating this awesome plugin, it makes working with GraphQL w/o Apollo much nicer. The "Size" column is showing `-1 B` for all requests to my GraphQL server.

# Before submitting - [x] Was this discussed/approved via a Github issue? (no need for typos and docs improvements) - [x] Did you read the [contributor guideline](https://github.com/Lightning-AI/pytorch-lightning/blob/main/.github/CONTRIBUTING.md), Pull Request section?...

### Description Use the Prometheus Python client to export metrics for monitoring the performance of Echo, which will be especially useful when running at scale in a multi-tenant environment (https://lightning.ai/echo)....

enhancement
good first issue
help wanted

## Description Updates the SpiceDB dependency package to the latest version. ## Testing - `mage test:unit` ## References N/A

area/dependencies
area/tooling
area/core

Adds two new metrics to the `memory` buffer which track the active number of bytes in the buffer and number of bytes that have been spilled due to reaching maximum...

It's currently difficult to monitor if events are spilling over when using the `memory` buffer; it can be somewhat accomplished using `input_received - buffer_received`, but this isn't easily discoverable and...