Erik Jacobs

Results 62 issues of Erik Jacobs

I'm not really sure how any of this works, so forgive my newb issue reports here. I'm trying to use the Lua script to introspect the communications between the host...

When using MNR it seems that the system snooze function on notifications doesn't work. I'm not sure if it's related to MNR specifically, or some other issue. I am running...

**What happened**: When trying to deploy a `GameServer`, I received an error. **What you expected to happen**: A `GameServer` should deploy. **How to reproduce it (as minimally and precisely as...

kind/bug
help wanted
good first issue

- **Platform**: Linux localhost.localdomain 5.9.16-200.fc33.x86_64 #1 SMP Mon Dec 21 14:08:22 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux - **Mercury Parser Version**: 2.2.0 - **Node Version (if a Node bug)**: v14.15.1...

- **Platform**: `Linux t490s-festive-local 5.3.18-300.fc31.x86_64 #1 SMP Wed Dec 18 20:13:38 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux` - **Mercury Parser Version**: 2.2.0 - **Node Version (if a Node bug)**: v12.15.0...

https://github.com/kubeflow/mpi-operator/blob/v0.2.3/deploy/v1alpha2/mpi-operator.yaml The deployment for the operator pod is using the `latest` tag. Unfortunately, the `latest` build of the operator image no longer supports `kubectl-delivery-image` as an option/flag. The `mpi-operator.yaml` needs...

This is an issue to discuss figuring out battery support on the Pro / Pro X wireless headsets. The G933-esque battery support came from https://github.com/ashkitten/g933-utils That repo includes a Wireshark...

battery

Currently, via https://github.com/kubeflow/kfctl/pull/123 , a `control-plane` label is applied to namespaces where kubeflow is running. While this is well-intentioned (to prevent the application of kubeflow webhooks), it unfortunately causes collisions...

Scenario: Create namespace `ns1` Create a `kfdef` in `ns1` Delete namespace `ns1`, which puts it into `terminating` status Create namespace `ns2` Create a `kfdef` in `ns2` Result: The operator gets...

Given a file `spec/services/foo_spec.rb` with: ```ruby require 'rails_helper' require 'spec_helper' require 'webmock/rspec' ``` if I simply run `bundle exec rspec` to execute all tests, I get the following error from...