Albert Vaca Cintora

Results 23 issues of Albert Vaca Cintora

It would be useful for testing to be able to pass a command line argument that allows closing the program. This exists in debug builds, but if using a pre-built...

### Why? It's increasingly common for programs to use Linux's inotify to watch files. Some apps leak the file descriptors of the inotify watches. When that happens, the machine will...

enhancement

Ensure rotation happen after translation, so it's done from the center of the camera, and scale happens first so it is independent of translation. Fixes #26, #124, #133 and #198....

I managed to track this down quite a lot, but I don't know how to make any further progress debugging this. This is the C++ code that reproduces the problem:...

We are using the recommendation of managing our tools as regular dependencies using go modules [1]. We don't care about the licenses of those tools, though, since they don't get...

enhancement

### What does this PR do? Add a section about how to configure CI Visibility for dual shipping. **DO NOT MERGE**: There's no Agent nor tracer version released that uses...

Do Not Merge
agent
Guide

Is Windows Server 2012 the only supported Windows version as stated in the README?

Documentation

- [x] I have read through the manual page (`man fzf`) - [x] I have the latest version of fzf - [x] I have searched through the existing issues ##...

feature

### Motivation Being transparent. --- ### Reviewer checklist - [ ] Review the changed files. - [ ] Review the URLs listed in the [Preview](#preview) section. - [ ] Check...

continuous_integration

It seems that only the code that generates the `.db` file fetches https://storage.googleapis.com/play_public/supported_devices.csv Isn't the most recent file downloaded and parsed at runtime if the device name is not found...