Bart Meuris

Results 6 issues of Bart Meuris

In order to cancel an ongoing read, I assumed is was sufficient to close the underlying file-descriptor by calling `dev.File.Close()` - but the `ReadOne` function (and I suppose the normal...

Updated the `ParseUUID` so it can handle both upper and lower-case hex numbers, added simple test-cases. Also sped up the `UUID.String()` by using a `strings.Builder` and added a benchmark. This...

I use Visual Code on Windows, but run Ansible in VM's or in Window's Linux Subsystem (WSL). With the newer versions, you can launch Linux programs from Windows with the...

WSL
Feature

This fixes an issue with the module when using Python 3.x when using `ssh_key_ids`

This pull request contains the following changes: - added all signals mentioned in the `docker/pkg/signal/signal_linux.go` file (with the exception of SIGKILL and SIGSTOP), which should now be passed to the...

### What happened? - set up `fabric` with `fabric -S`, added OpenAI api key, selected default model (tried multiple including `o1-mini`, `gpt-4o-mini`, `gpt-4-turbo`, `gpt-4`, ...). - run the example command...

bug