Memet Bilgin

Results 12 issues of Memet Bilgin

Hello, it would be useful in a project I'm working on to have the `candump` utility output to a circular buffer. This feature would be implemented as follows: - only...

Hi, I make use of pytest-html extensively and find the plugin generally fantastic. In my usage, I have resorted to some substantial modifications to the output content. Recently I found...

enhancement
proposal

Hello @dmacvicar, this PR is in relation to the issue #1058 I recently opened. ~~This is a preliminary PR and work in progress. I have listed the known issues with...

## System Information ### Linux distribution `debian` ### Terraform version `v1.1.3` ### Provider and libvirt versions `9adc2521e37b0c8938330bf81111d3c633825c76-dirty` ___ Hello @dmacvicar, I've coded a new feature for the project and am...

## System Information ### Linux distribution ``` any ``` ### Terraform version ```sh terraform -v Terraform v1.5.7 on linux_amd64 ``` ### Provider and libvirt versions ```sh terraform-provider-libvirt -version ``` ___...

PR for issue #1071 The motivation of this PR is to allow proper abstractions when deploying to multiple host machines in a data center. This PR adds an `host` argument...

## System Information ### Linux distribution ``` any``` ### Terraform version ```sh terraform -v Terraform v1.5.7 on linux_amd64 ``` ### Provider and libvirt versions ```sh git describe --always --abbrev=40 --dirty...

This feature allows querying the host machine's nodeinfo through the libvirt protocol. This is useful for, among other things, obtaining the target machine's architecture to select a guest image. ```hcl...

Important (Wanted)

As the title says, I have a particular project that triggers this problem. The symptom manifests during the call to `textureObjects` and results in an exception when [enumerating](https://github.com/furti/FreeCAD-ArchTextures#L96) through the...

discovered the same, as I dont use RSA keys anymore, as the are legacy. The provider should at least do 2 things: * also check for `$HOME/.ssh/id_ed25519` if no `id_rsa`...