Kyle Fazzari

Results 36 issues of Kyle Fazzari

This works quite well, thank you! However, I'm afraid I can't get accurate coverage out of it when using coverage.py, even in parallel mode and combining them back together. The...

It's easy, particularly in tests, to end up rendering the editor only to then quickly change a prop that causes it to no longer render. It's possible for this to...

**Environmental Info:** K3s Version: ``` $ k3s -v k3s version v1.28.8+k3s1 (653dd61a) go version go1.21.8 ``` Node(s) CPU architecture, OS, and Version: ``` $ uname -a Linux s1 6.1.0-20-amd64 #1...

area/cni

This makes it possible to use jasmine-rails from within another engine, where Rails.root is pointing at the dummy project, but the specs are in the engine. This is an alternative...

This appears to prevent the downloading of pre-built rubies, forcing RVM to build from source instead. This is breaking my CI process, because it seems that rubies built from source...

I'm trying to upgrade from dok8s v1.28 to v1.29, but clusterlint is telling me that cert-manager's webhook, which uses a `timeoutSeconds` of 30, will block the upgrade. Would someone mind...

This test passes on 7-0-stable, and fails on 7-1-stable: ``` # frozen_string_literal: true require "bundler/inline" gemfile(true) do source "https://rubygems.org" gem "rails", github: "rails/rails", branch: "7-1-stable" gem "sqlite3", "~> 1.4" end...

activerecord
With reproduction steps

**Describe the bug** I have a pod that runs my web application. This pod has an initContainer that runs database migrations before the web application actually fires up. However, that...

kind/bug

### Background Brakeman version: 7.0.0 Rails version: 7.1.3.4 Ruby version: 3.1.4 #### False Positive *Full* warning from Brakeman: ``` Confidence: Weak Category: SQL Injection Check: SQL Message: Possible SQL injection...

Something is [weird here](https://github.com/nextcloud-snap/nextcloud-snap/actions/runs/14451298496). This appears to happen when we merge PRs: > Unhandled error: Error: Expected one pull request to contain commit, but got 0 Why is this action...