Rui Lopes

Results 190 issues of Rui Lopes

How do we prevent the following macOS prompt to change browser? ![image](https://github.com/jwbargsten/defbro/assets/43356/d74060d2-bf59-4841-b8ad-0d0447ffaa9b) Are we really doomed to use an applescript like in https://www.felixparadis.com/posts/how-to-set-the-default-browser-from-the-command-line-on-a-mac/#automatically-accept-the-prompt-with-applescript?

while using vagrant 2.2.4 I'm trying to reboot an ubuntu vm with: ```ruby config.vm.provision :shell, path: 'reboot.sh' ``` with `reboot.sh` being: ```bash nohup bash -c "ps -eo pid,comm | awk...

enhancement
guest/linux

Please add support for managing the domain `title` property. Example [libvirt domain xml](https://libvirt.org/formatdomain.html) `title` property set to `xxx`: ```xml example1-300594f 7e9e1fe8-5c8b-4a87-8504-98b91079c7e4 xxx managed by /home/vagrant/Projects/pulumi-typescript-libvirt-debian ... ``` The [libvirt domain...

## System Information ### Linux distribution Ubuntu 22.04 ### Terraform version ```console $ terraform -v Terraform v1.4.2 on linux_amd64 + provider registry.terraform.io/dmacvicar/libvirt v0.7.1 + provider registry.terraform.io/hashicorp/random v3.4.3 + provider registry.terraform.io/hashicorp/template...

I'm creating a `libvirt_network` resource with dhcp disabled as: ```hcl resource "libvirt_network" "talos" { name = var.prefix mode = "nat" domain = "talos.test" addresses = ["10.17.3.0/24"] dhcp { enabled =...

### Proposal While trying to play with opentelemetry by running prometheus with the experimental `--enable-feature=otlp-write-receiver` cli argument and the following [opentelemetry-collector-contrib](https://github.com/open-telemetry/opentelemetry-collector-contrib) configuration (notice the tls.insecure usage): ``` exporters: otlp/prometheus: #...

kind/feature
component/otlp

### Verified issue does not already exist? I have searched and found no existing issue ### What error did you receive? I received no errors, which is completely unexpected. Instead,...

bugs life

Unless I'm missing something, the `DnsService` Windows Services does not need to run as the `SYSTEM` account, as such, it should run as `NT SERVICE\DnsService`. These types of accounts are...

To relieve us from yet another password, can the web interface support Windows Integrated Authentication? That way, at least on Windows, we would not need to define another password, instead,...

### Describe the bug With a go app opening a file with `os.ReadFile` fails with `Capabilities insufficient`. The same app runs with wasmtime. ```console $ wasmer -vV; rustc -vV wasmer...

🕵️ needs investigation
priority-low