Aoife Finch

Results 11 issues of Aoife Finch

In Gradle plugins implemented with a mix of Java and Groovy, `vscode-java` reports "cannot be resolved" errors in `.java` files that reference classes defined in `.groovy` files. Gradle can compile...

upstream
Gradle

After a host power failure, a Ubuntu 16.04 guest fails to start. From `vm-bhyve.log`: ``` Sep 09 07:53:29: initialising Sep 09 07:53:29: [loader: grub] Sep 09 07:53:29: [cpu: 1] Sep...

##### SUMMARY Add `pod_selector` to `delete_options` to filter pods to evict or delete. This should replicate the behavior of `kubectl drain --pod-selector`. ##### ISSUE TYPE - Feature Idea ##### COMPONENT...

type/enhancement

I have `ansible-modules-hashivault` installed in a venv, playbooks running in that venv find hashivault modules okay. References to hashivault module references in from a role in a collection get an...

##### SUMMARY `azure_rm_resourcegroup_info` task gets > `The resource principal named xxx was not found in the tenant named yyy. This can happen if the application has not been installed by...

question
medium_priority
work in

## Bug Report ### Description Following the [Azure](https://www.talos.dev/v1.6/talos-guides/install/cloud-platforms/azure/) installation guide on Azure Stack Hub. The `talosctl bootstrap` step fails with ``` $ talosctl --talosconfig ./talosconfig bootstrap error executing bootstrap: rpc...

#### Describe the bug Mimir applications fail to start when Azure object storage is configured with an endpoint on Azure Stack Hub. #### To Reproduce Steps to reproduce the behavior:...

bug
component/querier
storage/azure

`docker push` to a hosted repository fails with ``` ERROR: failed to solve: failed to push artifacts-cr-push.example.com/eas/reposync:1.3.1: failed to copy: unexpected status from PUT request to https://artifacts-cr-push.example.com/v2/eas/reposync/blobs/uploads/482388ec-bb6e-467b-9ca5-4a8807b4fa14?digest=sha256%3A8ec0d02fe6614e2b9257bb6c98ce0600f90c5456908c97de806e9c957321a8f1: 499 status code...

help wanted
stale

Is there an escape hatch to run dynamic SQL in situations where SQL parameters aren't supported? For example, this doesn't work: ```scala val url = "jdbc:oracle:thin:@//db.example.com:1521/MYDB" val ds = simplesql.DataSource.pooled(url,...

### Describe the bug In a Scala worksheet, when hovering over an inlay, pressing the Command (cloverleaf) key closes the expanded inlay. This makes it impossible to use Command-C to...

needs more information